fixes: #514889
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
2
3         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4         fixes: #514889
5
6         * gst/rtp/gstrtph264pay.c:
7         * gst/rtp/gstrtpmp4gdepay.c:
8         * gst/rtp/gstrtpmp4gpay.c:
9         * gst/rtp/gstrtpmp4gpay.h:
10         * gst/rtp/gstrtptheorapay.c:
11         * gst/rtp/gstrtpvorbispay.c:
12
13         Fix various leaks shown up in valgrind
14         - free sprops and buffer in error cases in H264 payloader
15         - fix leak in mp4g depayloader when construction the caps
16         - don't leak config string in the mp4g payloader
17         - don't leak buffers and headers in theora and vorbis payloaders
18
19         * tests/check/elements/rtp-payloading.c:
20
21         Fix the RTP data test
22         - Actually send valid amr data to the payloader instead of 20
23         zero-bytes
24         - The mp4g payloader expects codec_data on the caps
25
26 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
27
28         * win32/MANIFEST:
29         Add libgstpng.dsp to MANIFEST.
30         * win32/vs6/libgstaudiofx.dsp:
31         Add new source files to VS project file.
32
33 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
34
35         * sys/ximage/gstximagesrc.c:
36         Initialise variables when opening the X display rather
37         than in _start(), as the display can be opened before that.
38
39         Fixes: #515985
40
41 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
42
43         * sys/directdraw/gstdirectdrawsink.c:
44         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
45         (gst_directdraw_sink_finalize):
46         Properly chain up finalize functions. Fixes bug #515980.
47
48 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
49
50         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
51         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
52         (gst_v4l2_buffer_pool_class_init):
53         Chain up the finalize functions. Fixes bug #515984.
54
55 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
56
57         * sys/ximage/ximageutil.c:
58         Chain up in the finalize function for our custom
59         buffer sub-class.
60         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
61         Fixes: #515706
62
63 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
64
65         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
66         (gst_fenced_buffer_class_init):
67         Properly chain up finalize method. Fixes bug #515979.
68
69 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
70
71         * sys/ximage/gstximagesrc.c:
72         Free allocated Damage memory before closing our connection to the
73         X server. Partially fixes: #515706
74
75 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
76
77         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
78         * tests/check/Makefile.am:
79         * tests/check/gst-plugins-good.supp:
80         Add a few libjpeg suppressions and initialize a variable to
81         make smokeenc valgrind clean. Fixes bug #515701.
82
83 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
84
85         * gst/avi/gstavidemux.c:
86         Revert patch which sends timestamps only on keyframes, as it
87         breaks playback with current gst-ffmpeg.
88
89         Fixes: #515562
90
91 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
92
93         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
94         * tests/check/elements/multifile.c: (GST_START_TEST):
95         Close some memory leaks spotted by the unit test. Fixes bug #515697.
96
97 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
98
99         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
100         Use and unset the GError when pipeline creation fails instead of
101         simply leaking it. Fixes bug #515704.
102
103 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
104
105         * gst/audiofx/audioamplify.c:
106         * gst/audiofx/audiochebband.c:
107         * gst/audiofx/audiocheblimit.c:
108         * gst/audiofx/audiodynamic.c:
109         * gst/audiofx/audioinvert.c:
110         * gst/audiofx/audiopanorama.c:
111         * gst/audiofx/audiowsincband.c:
112         * gst/audiofx/audiowsinclimit.c:
113         Fix long description of audiofx elements. Fixes bug #515457.
114
115 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
116
117         * docs/plugins/Makefile.am:
118         * gst/spectrum/gstspectrum.c:
119         * tests/examples/spectrum/.cvsignore:
120         * tests/examples/spectrum/Makefile.am:
121         * tests/examples/spectrum/spectrum-example.c:
122
123         Add a simple example application for the spectrum element, include it
124         in the docs, and fix some documentation ambiguities.
125
126         Fixes: #348085
127
128 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
129
130         * gst/equalizer/Makefile.am:
131         * gst/spectrum/Makefile.am:
132         Fix includes order
133
134         * tests/check/Makefile.am:
135         Exclude v4l2src from the states test - it takes too long to start.
136
137         * tests/check/elements/spectrum.c:
138         Make the test run properly with CK_FORK=no
139
140 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
141
142         * gst/audiofix/Makefile.am: add missing header files 
143
144 2008-02-08  Julien Moutte  <julien@fluendo.com>
145
146         * gst/matroska/matroska-demux.c:
147         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
148         keyframe and delta units correctly when dealign with a BlockGroup.
149         Fixes: #514397
150
151 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
152
153         * tests/check/elements/.cvsignore:
154         Spell the new tests correctly in .cvsignore
155
156 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
157
158         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
159           Need to use gsize here for the size, fixes compiler warning.
160
161         * tests/examples/equalizer/.cvsignore:
162         * tests/examples/equalizer/Makefile.am:
163         * tests/examples/spectrum/.cvsignore:
164         * tests/examples/spectrum/Makefile.am:
165           Add missing files to fix the build.
166
167 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
168
169         * configure.ac:
170         * docs/plugins/Makefile.am:
171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
173         * docs/plugins/gst-plugins-good-plugins.args:
174         * docs/plugins/gst-plugins-good-plugins.hierarchy:
175         * docs/plugins/inspect/plugin-multifile.xml:
176         * tests/check/Makefile.am:
177         * tests/check/elements/.cvsignore:
178
179         Move multifile plugin from -bad.
180         Fixes: #490283
181
182 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
183
184         * configure.ac:
185         * docs/plugins/Makefile.am:
186         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
188         * docs/plugins/gst-plugins-good-plugins.args:
189         * docs/plugins/gst-plugins-good-plugins.hierarchy:
190         * docs/plugins/inspect/plugin-spectrum.xml:
191         * gst/spectrum/Makefile.am:
192         * tests/check/Makefile.am:
193         * tests/check/elements/.cvsignore:
194         * tests/examples/Makefile.am:
195
196         Move spectrum plugin from -bad.
197         Move examples into tests/examples/spectrum.
198
199 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
200
201         * configure.ac:
202         * docs/plugins/Makefile.am:
203         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
204         * docs/plugins/gst-plugins-good-plugins-sections.txt:
205         * docs/plugins/gst-plugins-good-plugins.args:
206         * docs/plugins/gst-plugins-good-plugins.hierarchy:
207         * docs/plugins/gst-plugins-good-plugins.interfaces:
208         * docs/plugins/inspect/plugin-equalizer.xml:
209         * gst/equalizer/Makefile.am:
210         * tests/check/Makefile.am:
211         * tests/examples/Makefile.am:
212         Move the equalizer plugin across from -bad
213
214         * tests/check/elements/.cvsignore:
215         Add equalizer, audiosincwband and audiosincwlimit
216
217         * tests/check/elements/equalizer.c:
218         Fix compiler warnings
219
220         Fixes: #415627
221
222 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
223
224         * configure.ac:
225         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
226         are treated like releases and build without it.
227
228 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
229
230         * docs/plugins/Makefile.am:
231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
233         * docs/plugins/gst-plugins-good-plugins.args:
234         * docs/plugins/inspect/plugin-audiofx.xml:
235         * gst/audiofx/Makefile.am:
236         * gst/audiofx/audiofx.c:
237         * gst/audiofx/audiowsincband.c:
238         * gst/audiofx/audiowsincband.h:
239         * gst/audiofx/audiowsinclimit.c:
240         * gst/audiofx/audiowsinclimit.h:
241         * tests/check/Makefile.am:
242         * tests/check/elements/audiowsincband.c:
243         * tests/check/elements/audiowsinclimit.c:
244
245         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
246         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
247         respectively.
248
249         Fixes: #467666
250
251 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
252
253         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
254         * tests/check/elements/icydemux.c:
255           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
256           caps, and add a somewhat useful debug message. Plus test.
257
258 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
259
260         * gst/rtsp/gstrtspsrc.c:
261         Include unistd.h only if HAVE_UNISTD_H is defined
262         * win32/common/config.h.in:
263         * win32/common/config.h:
264         Define socklen_t as it seems it's not defined in default 
265         Visual Studio headers.
266         * win32/vs6/libgstalpha.dsp:
267         * win32/vs6/libgstapetag.dsp:
268         * win32/vs6/libgstavi.dsp:
269         * win32/vs6/libgstrtp.dsp:
270         * win32/vs6/libgstrtsp.dsp:
271         * win32/vs6/libgstvideomixer.dsp:
272         Update project file dependencies and add new source files       
273
274 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
275
276         Patch by: Bjarne Rosengren <bjarne at axis dot com>
277
278         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
279         Don't leak buffers when we don't push them downstream.
280         Fixes bug #514965.
281
282 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
283
284         * configure.ac:
285           Bump requirements to (good) released versions to avoid
286           confusion and make implicit core requirement explicit.
287
288 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
289
290         * docs/plugins/Makefile.am:
291         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
292         * docs/plugins/gst-plugins-good-plugins-sections.txt:
293         * docs/plugins/gst-plugins-good-plugins.args:
294         * docs/plugins/inspect/plugin-audiofx.xml:
295         * gst/audiofx/Makefile.am:
296         * gst/audiofx/audiochebband.c:
297         * gst/audiofx/audiochebband.h:
298         * gst/audiofx/audiocheblimit.c:
299         * gst/audiofx/audiocheblimit.h:
300         * gst/audiofx/audiochebyshevfreqband.c:
301         * gst/audiofx/audiochebyshevfreqband.h:
302         * gst/audiofx/audiochebyshevfreqlimit.c:
303         * gst/audiofx/audiochebyshevfreqlimit.h:
304         * gst/audiofx/audiofx.c:
305         * tests/check/Makefile.am:
306         * tests/check/elements/.cvsignore:
307         * tests/check/elements/audiochebband.c:
308         * tests/check/elements/audiocheblimit.c:
309         * tests/check/elements/audiochebyshevfreqband.c:
310         * tests/check/elements/audiochebyshevfreqlimit.c:
311
312         Rename audiochebyshevfreqband -> audiochebband and
313         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
314         surgery.
315
316         Closes: #491811
317
318 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
319
320         Patch by: orjan <orjanf at axis dot com>
321
322         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
323         Fix caps memory leak. Fixes #514573.
324
325 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
326
327         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
328         If there's no entries in the subindex, don't try to do anything stupid,
329         just return.
330
331 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
332
333         Patch by: John Millikin <jmillikin at gmail dot com>
334
335         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
336           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
337           Fix extraction of picture blocks with newer libflac versions again:
338           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
339
340 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
341
342         * tests/check/Makefile.am:
343           Add rtp-payloading test to VALGRIND_TO_FIX.
344
345         * tests/check/elements/rtp-payloading.c:
346           Add semicolons after GST_TEST_END so gst-indent gets the
347           formatting right; make test less verbose in general, but
348           more verbose in the error case (which should probably
349           make the test fail anyway).
350
351 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
352
353         * docs/plugins/Makefile.am:
354         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
355         * docs/plugins/gst-plugins-good-plugins-sections.txt:
356         * gst/avi/gstavisubtitle.c:
357         Add documentation for avisubtitle and change class to
358         Codec/Parser/Subtitle
359
360 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
361
362         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
363         Treat ENOTTY (driver does not implement ioctl) the same as
364         EINVAL since it implies there are no available standards.
365
366         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
367         (gst_v4l2src_get_nearest_size):
368         Replace gst_v4l2src_get_size_limits with 2 calls to new function
369         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
370         probe if the driver does not support VIDIOC_TRY_FMT for whatever
371         reason, and if we aren't yet actively capturing.
372
373         * sys/v4l2/v4l2src_calls.h:
374         Remove replaced function declaration.
375
376 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
377
378         * configure.ac:
379         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
380         API.
381
382 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
383
384         * configure.ac:
385         Fix typo.
386
387 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
388
389         * gst/alpha/Makefile.am:
390         * gst/alpha/gstalpha.c:
391
392         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
393         some stuff, and making buffer-alloc and resizing work automatically.
394         No longer crashes on odd frame widths and heights, although there
395         seems to be a disagreement with ffmpegcolorspace about what size
396         an AYUV frame with odd height should be.
397
398 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
399
400         Patch by: Alessandro Decina <alessandro at nnva dot org>
401
402         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
403         * ext/libpng/gstpngenc.h:
404         Preallocate the output buffer so that g_memdup() and
405         gst_buffer_merge() aren't needed anymore. This greatly improves
406         performances and fixes #512544.
407
408 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
409
410         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
411         (gst_avi_demux_stream_data):
412         GStreamer timestamps are PTS values while AVI only knows about DTS
413         timestamps. Make sure we only copy the DTS as the buffer timestamp when
414         we are dealing with a key frame.
415
416 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
417
418         * tests/check/Makefile.am:
419         * tests/check/elements/.cvsignore:
420         * tests/check/elements/rtp-payloading.c:
421           Add add testsuite for the rtp-payloader that tries simulating
422           dataflow. Needs more test data.
423
424 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
425
426         * tests/check/elements/alphacolor.c:
427           Remove two unused variables.
428
429 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
430
431         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
432           Use g_ascii_strtoll() instead of atoll, which is only
433           available in C99.
434
435 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
436
437         * gst/rtp/Makefile.am:
438         * gst/rtp/gstrtp.c:
439         * gst/rtp/gstrtpmpvpay.c:
440         * gst/rtp/gstrtpmpvpay.h:
441         Add MPEG2 video payloader
442
443 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
444
445         * gst/level/gstlevel.c:
446         Use #include <math.h> instead of #include "math.h".
447
448 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
449
450         * tests/check/Makefile.am:
451         Fix up some CFLAGS sets.
452         Don't include gconfvideosrc in the states test.
453
454         * tests/check/elements/autodetect.c: (GST_START_TEST):
455         Add some error strings to fail_unless arguments to fix some weird
456         compiler errors on Solaris.
457
458 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
459
460         * configure.ac:
461         Detect video4linux headers on Solaris too.
462         * sys/v4l2/gstv4l2colorbalance.h:
463         * sys/v4l2/gstv4l2object.h:
464         * sys/v4l2/v4l2_calls.c:
465         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
466         (gst_v4l2_buffer_new):
467
468         Make v4l2 build on Solaris.
469         Patch by: Brian Cameron  <brian.cameron at sun dot com>
470         Fixes: #510505
471
472 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
473
474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
475           Update list from (still local) scanning script.
476
477 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
478
479         Based on a patch by:
480             Victor STINNER <victor dot stinner at haypocalc dot com>
481
482         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
483         Set variable to NULL after freeing it to prevent double frees
484         or make failures by another use of it afterwards more obvious
485         and fix use of it after the freeing. Fixes bug #510592.
486
487 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
488
489         * gst/udp/gstmultiudpsink.c:
490         use GST_WARNING for logging
491
492 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
493
494         * gst/udp/gstmultiudpsink.c:
495         Don't try to leave a multicast group with an invalid socket
496
497 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
498
499         * ext/flac/gstflacdec.c:
500           Fix compilation against flac 1.1.2 (as on debian stable), where
501           the picture metadata defines and structs don't exist yet.
502           Fixes #509301.
503
504 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
505
506         Patch by: Olivier Crete <tester at tester dot ca>
507
508         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
509         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
510         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
511         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
512         * gst/udp/gstmultiudpsink.h:
513         Add property to automatically join a multicast group or not. This can be
514         useful when sharing a socket between multiple elements.
515         Fixes #509531.
516
517 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
518
519         * gst/videomixer/Makefile.am:
520           Add controller flags.
521
522 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
523
524         * gst/videomixer/videomixer.c:
525           Also commit the missing gst_object_sync_values().
526
527 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
528
529         * docs/plugins/Makefile.am:
530           Remove duplicate entry.
531
532 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
533
534         * docs/plugins/Makefile.am:
535         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
536         * docs/plugins/gst-plugins-good-plugins-sections.txt:
537         * docs/plugins/inspect/plugin-gamma.xml:
538         * docs/plugins/inspect/plugin-monoscope.xml:
539         * docs/plugins/inspect/plugin-video4linux2.xml:
540           Add 3 more plugins to docs.
541
542 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
543
544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
545         * sys/osxvideo/osxvideosink.h:
546           Revert previous change caused by a file that got stuck on an old
547           revision.
548
549 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
550
551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
552         * gst/multipart/Makefile.am:
553         * gst/multipart/multipartdemux.c:
554         * gst/multipart/multipartdemux.h:
555         * gst/multipart/multipartmux.c:
556         * gst/multipart/multipartmux.h:
557           Re-add multipartdemux to the docs. Last round of section cleanup.
558
559 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
560
561         * docs/plugins/Makefile.am:
562         * docs/plugins/gst-plugins-good-plugins-sections.txt:
563         * sys/osxaudio/gstosxaudiosink.h:
564         * sys/osxvideo/osxvideosink.h:
565           Managed to resolve most unused declarations. Filed a bug for one left.          
566
567 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
568
569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
570           Cleanup section file.
571
572 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
573
574         * docs/plugins/Makefile.am:
575         * docs/plugins/gst-plugins-good-plugins.args:
576         * docs/plugins/gst-plugins-good-plugins.signals:
577         * docs/plugins/inspect/plugin-alaw.xml:
578         * docs/plugins/inspect/plugin-alpha.xml:
579         * docs/plugins/inspect/plugin-alphacolor.xml:
580         * docs/plugins/inspect/plugin-annodex.xml:
581         * docs/plugins/inspect/plugin-apetag.xml:
582         * docs/plugins/inspect/plugin-audiofx.xml:
583         * docs/plugins/inspect/plugin-auparse.xml:
584         * docs/plugins/inspect/plugin-autodetect.xml:
585         * docs/plugins/inspect/plugin-avi.xml:
586         * docs/plugins/inspect/plugin-cairo.xml:
587         * docs/plugins/inspect/plugin-cdio.xml:
588         * docs/plugins/inspect/plugin-cutter.xml:
589         * docs/plugins/inspect/plugin-debug.xml:
590         * docs/plugins/inspect/plugin-dv.xml:
591         * docs/plugins/inspect/plugin-efence.xml:
592         * docs/plugins/inspect/plugin-effectv.xml:
593         * docs/plugins/inspect/plugin-flac.xml:
594         * docs/plugins/inspect/plugin-flxdec.xml:
595         * docs/plugins/inspect/plugin-gconfelements.xml:
596         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
597         * docs/plugins/inspect/plugin-goom.xml:
598         * docs/plugins/inspect/plugin-halelements.xml:
599         * docs/plugins/inspect/plugin-icydemux.xml:
600         * docs/plugins/inspect/plugin-id3demux.xml:
601         * docs/plugins/inspect/plugin-jpeg.xml:
602         * docs/plugins/inspect/plugin-ladspa.xml:
603         * docs/plugins/inspect/plugin-level.xml:
604         * docs/plugins/inspect/plugin-matroska.xml:
605         * docs/plugins/inspect/plugin-mulaw.xml:
606         * docs/plugins/inspect/plugin-multipart.xml:
607         * docs/plugins/inspect/plugin-navigationtest.xml:
608         * docs/plugins/inspect/plugin-png.xml:
609         * docs/plugins/inspect/plugin-quicktime.xml:
610         * docs/plugins/inspect/plugin-rtp.xml:
611         * docs/plugins/inspect/plugin-rtsp.xml:
612         * docs/plugins/inspect/plugin-shout2send.xml:
613         * docs/plugins/inspect/plugin-smpte.xml:
614         * docs/plugins/inspect/plugin-speex.xml:
615         * docs/plugins/inspect/plugin-taglib.xml:
616         * docs/plugins/inspect/plugin-udp.xml:
617         * docs/plugins/inspect/plugin-videobalance.xml:
618         * docs/plugins/inspect/plugin-videobox.xml:
619         * docs/plugins/inspect/plugin-videocrop.xml:
620         * docs/plugins/inspect/plugin-videoflip.xml:
621         * docs/plugins/inspect/plugin-videomixer.xml:
622         * docs/plugins/inspect/plugin-wavenc.xml:
623         * docs/plugins/inspect/plugin-wavpack.xml:
624         * docs/plugins/inspect/plugin-wavparse.xml:
625           Update plugin docs.
626
627         * gst/videomixer/Makefile.am:
628         * gst/videomixer/videomixer.c:
629         * gst/videomixer/videomixer.h:
630         * gst/videomixer/videomixerpad.h:
631           Split out header to fix warnings from the doc-build.
632
633 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
634
635         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
636
637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
638         Use atoll to parse the rtptime with enough precision. Fixes #509329.
639
640 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
644           Initialise variables to work around (false) 'foo might be used
645           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
646
647 2008-01-11  David Schleef  <ds@schleef.org>
648
649         * docs/plugins/.cvsignore:
650         * tests/check/pipelines/.cvsignore:
651           Ignore more files for the buildbot.
652
653 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
654
655         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
656         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
657         Generate the image-type values correctly. Leave them out of the caps
658         when outputting a "preview image" tag, since it only makes sense
659         to have one of those - the type is irrelevant.
660
661         * sys/sunaudio/gstsunaudiomixerctrl.c:
662         (gst_sunaudiomixer_ctrl_open):
663         If we can, mark the mixer multiple open when we use it, in case
664         (for some reason) the process wants to open it again elsewhere.
665
666 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
667
668         Patch by: Olivier Crete <tester at tester dot ca>
669
670         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
671         * gst/rtp/gstrtptheorapay.c:
672         Fix the clock rate to 90000 as required by the RFC.
673         Fixes #508644.
674
675 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
676
677         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
678           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
679
680 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
681
682         * autogen.sh:
683           Add -Wno-portability to the automake parameters to stop warnings
684           about GNU make extensions being used. We require GNU make in almost
685           every Makefile anyway.
686           
687         * configure.ac:
688           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
689           at the same time is required for per target flags.
690
691 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
692
693         * gst/videomixer/videomixer.c: (gst_videomixer_init):
694         Fix error from my last commit.
695
696 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
697
698         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
699
700         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
701           Make sure the ISO 639-X language code in ID3v2 COMM frames
702           is actually valid UTF-8 (or rather: ASCII), so we don't end
703           up with non-UTF8 strings in tags if there's garbage in the
704           language field. Also make sure the language code is always
705           lower case. Fixes: #508291.
706
707 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
708
709         * ChangeLog:
710           Fix ChangeLog typo.
711
712 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
713
714         * Makefile.am:
715           Include lcov.mak to allow building coverage reports. Guard
716           check-torture target like in the other packages.
717
718 2008-01-09  Sameer Naik  <sameer@damagehead.com>
719
720         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
721
722         * gst/videomixer/videomixer.c:
723         (gst_videomixer_set_master_geometry), (_do_init),
724         (gst_videomixer_child_proxy_get_child_by_index),
725         (gst_videomixer_child_proxy_get_children_count),
726         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
727         (gst_videomixer_init), (gst_videomixer_request_new_pad),
728         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
729         Implement GstChildProxy interface.
730         Send newsegment at the right moment
731         Fixes #488879
732
733 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
734
735         * gst/alpha/Makefile.am:
736         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
737         (gst_alpha_sink_event), (gst_alpha_chain),
738         (gst_alpha_change_state), (plugin_init):
739         Make the various properties of 'alpha' controllable. This allows doing
740         niceties like fade-in/fade-out.
741
742 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
743
744         * gst/rtp/gstasteriskh263.c:
745         * gst/rtp/gstrtpL16depay.c:
746         * gst/rtp/gstrtpac3depay.c:
747         * gst/rtp/gstrtpamrpay.c:
748         * gst/rtp/gstrtpdepay.c:
749         * gst/rtp/gstrtpgsmdepay.c:
750         * gst/rtp/gstrtph263depay.c:
751         * gst/rtp/gstrtph263pdepay.c:
752         * gst/rtp/gstrtph263ppay.c:
753         * gst/rtp/gstrtph264depay.c:
754         * gst/rtp/gstrtph264pay.c:
755         * gst/rtp/gstrtpmp2tdepay.c:
756         * gst/rtp/gstrtpmp4adepay.c:
757         * gst/rtp/gstrtpmp4gdepay.c:
758         * gst/rtp/gstrtpmp4gpay.c:
759         * gst/rtp/gstrtpmp4vdepay.c:
760         * gst/rtp/gstrtpmpadepay.c:
761         * gst/rtp/gstrtpmpvdepay.c:
762         * gst/rtp/gstrtpsv3vdepay.c:
763         * gst/rtp/gstrtptheoradepay.c:
764         * gst/rtp/gstrtptheorapay.c:
765         * gst/rtp/gstrtpvorbisdepay.c:
766         * gst/rtp/gstrtpvorbispay.c:
767           Remove copy/paste unused code (property setters and getter) found by
768           the coverage suite (yay, saves ~20k on disk).
769
770 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
771
772         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
773           (videosink_templ):
774           Also fix up pad templates to indicate that image/jpeg doesn't
775           absolutely require the framerate property to be set (#504081).
776
777 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
778
779         Based on patch by: Wouter Cloetens  <wouter at mind be>
780
781         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
782           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
783           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
784         * gst/matroska/matroska-mux.h:
785           Keep track of first and last timestamps for each incoming stream,
786           so we can calculate the total duration for live sources and other
787           input where we can't query the duration from the start or where
788           there's no constant framerate from which we can deduce the
789           duration; also use calculated/observed duration if it is bigger
790           than the previously queried duration. Furthermore, use
791           gst_pad_query_peer_duration() and take into account that it may
792           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
793           screws up comparisons when using unsigned integers. Fixes #504081.
794
795 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
796
797         * configure.ac:
798         * gst/audiofx/audioamplify.c:
799         (gst_audio_amplify_clipping_method_get_type),
800         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
801         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
802         (gst_audio_dynamic_transform_ip):
803         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
804         (gst_audio_invert_transform_ip):
805         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
806         (gst_audio_panorama_transform):
807         * gst/level/gstlevel.c: (gst_level_init):
808         Make elements GST_BUFFER_FLAG_GAP aware and call
809         gst_base_transform_set_gap_aware for this.
810         Bump core requirement to CVS.
811         
812         * gst/audiofx/audiochebyshevfreqband.c:
813         (gst_audio_chebyshev_freq_band_transform_ip):
814         * gst/audiofx/audiochebyshevfreqlimit.c:
815         (gst_audio_chebyshev_freq_limit_transform_ip):
816         Also sync GObject properties to the controller if operating
817         in passthrough mode.
818
819 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
820
821         * sys/directdraw/gstdirectdrawsink.c:
822           (gst_directdraw_sink_window_thread):
823           FALSE is not a gpointer.
824
825 2008-01-05  Julien Moutte  <julien@fluendo.com>
826
827         * sys/directdraw/gstdirectdrawsink.c:
828         (gst_directdraw_sink_set_window_id),
829         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
830         (gst_directdraw_sink_buffer_alloc),
831         (gst_directdraw_sink_draw_borders),
832         (gst_directdraw_sink_show_frame),
833         (gst_directdraw_sink_setup_ddraw),
834         (gst_directdraw_sink_window_thread),
835         (gst_directdraw_sink_get_ddrawcaps),
836         (gst_directdraw_sink_surface_create): Make sure we create our
837         internal window only when we need it. That will give a chance to
838         the application to get the prepare-xwindow-id bus message. Draw
839         black borders when keeping aspect ratio. Handle the case where our
840         rendering window disappears (closed or errors) like other sinks
841         do. Various 80 columns fixes, improve state change order. That
842         element could need some more love.
843
844 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
845
846         * ext/taglib/gstapev2mux.h:
847         * ext/taglib/gstid3v2mux.h:
848         Remove useless typedefs without new type name. Fixes a warning with
849         gcc 4.3.
850
851 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
852
853         Patch by: John Millikin <jmillikin at gmail dot com>
854
855         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
856         (gst_flac_dec_setup_stream_decoder),
857         (gst_flac_normalize_picture_mime_type),
858         (gst_flac_extract_picture_buffer),
859         (gst_flac_dec_metadata_callback):
860         Emit metadata messages when a PICTURE block is encountered.
861         Fixes #506715.
862
863 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
864
865         * gst/avi/gstavi.c:
866         increase rank because no known issues anymore ...
867         * gst/avi/gstavisubtitle.c:
868         send subtitle name to the srcpad
869
870 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
871
872         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
873         * gst/rtsp/gstrtspsrc.h:
874         Implement redirect for the DESCRIBE reply. Fixes #506025.
875
876 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
877
878         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
879         Fix 'xyz may be used uninitialized' compiler warnings caused
880         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
881         abort() in any case but properly report the error.
882
883 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
884
885         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
886         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
887         * sys/ximage/gstximagesrc.c: (composite_pixel):
888           Fix 'xyz may be used uninitialized' compiler warnings caused
889           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
890           not really nice to abort in any case). Fixes #505745.
891
892 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
893
894         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
895           Small unit test fix (has no practical impact at the moment,
896           since we're only feeding utf8 and hence just create a sub-
897           buffer for the output).
898
899 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
900
901         * gst/avi/gstavisubtitle.c:
902         * tests/check/elements/avisubtitle.c:
903         Add seeking support for avi subtitle
904
905 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
906
907         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
908         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
909         (gst_flac_dec_write):
910         * ext/flac/gstflacdec.h:
911         Remove some unused vars.
912         Do more cleanup of leftover events and tags.
913         Output tags after the segment event. Fixes #504018.
914
915 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
916
917         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
918           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
919           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
920           Detect other UTF byte order markers and convert to UTF-8 as
921           appropriate.
922
923 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
924
925         * gst/avi/gstavisubtitle.c: (src_template),
926           (gst_avi_subtitle_extract_utf8_file),
927           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
928           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
929           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
930         * gst/avi/gstavisubtitle.h:
931           Refactor a bit; fix name extraction; don't assume all the data
932           in the chunk is actually subtitle data, there may be padding at
933           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
934           file so it's there to send again after a seek (for future use).
935
936 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
937
938         * gst/avi/Makefile.am:
939         * gst/avi/gstavi.c:
940         * gst/avi/gstavisubtitle.c:
941         * gst/avi/gstavisubtitle.h:
942         * tests/check/Makefile.am:
943         * tests/check/elements/avisubtitle.c:
944         * win32/common/config.h:
945                 Add avi subtitle element for bug #442034. Need seeking support
946                 and more support for character conversion.
947
948 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
949
950         * Makefile.am:
951           Include common/win32.mak for CRLF check of win32 project
952           files (see #393626).
953
954         * win32/vs6/libgstpng.dsp:
955           Fix line endings and do cvs admin -kb.
956
957 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
958
959         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
960         Actually drop the buffers which are outside the currently configured
961         segment instead of just emitting a WARNING.
962
963 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
964
965         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
966         (gst_flac_dec_write):
967         * ext/flac/gstflacdec.h:
968         Send segments from the streaming thread. Fixes #502187.
969         Fix segment seeking and a bunch of other seeking cases.
970
971 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
974           Parse WOAF frames and put the result into GST_TAG_CONTACT,
975           which is where it would end up if the same information was
976           put in a vorbis comment (don't think it's worth adding a
977           new URI tag for this). Fixes #488112.
978
979 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
980
981         * configure.ac:
982           We need core/base 0.10.15 or later.
983
984 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
985
986         Patch by: Mark Nauwelaerts <manauw skynet be>
987
988         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
989         Fix regression in stream numbering. Fixes #502655.
990
991 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
992
993         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
994
995         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
996         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
997         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
998         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
999         (gst_rtp_h264_pay_handle_buffer):
1000         * gst/rtp/gstrtph264pay.h:
1001         Use higher performance start-code searching.
1002         Parse NALs and store SPS, PPS and profile in the caps so that they can
1003         be used in the SDP. Fixes #502814.
1004
1005 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1006
1007         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1008         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1009           Init some structs to zero before we pass them to ioctl, which
1010           avoids valgrind warnings.  Also fix a small memory leak.
1011
1012 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1013
1014         Patch by: Wouter Cloetens <wouter at mind dot be>
1015
1016         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1017         Copy timestamp from input to output. Not very perfect yet but better
1018         than nothing. Fixes #503023.
1019
1020 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1021
1022         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1023           Also print a useful error message with the old Wavpack API
1024           if possible.
1025
1026 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1027
1028         * ext/wavpack/gstwavpackdec.c:
1029           More build fixes for old libwavpack versions: include config.h so
1030           that WAVPACK_OLD_API is actually defined as detected; only use
1031           WavpackGetErrorMessage if it is available. This fixes the build
1032           on debian stable for me.
1033
1034 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1035
1036         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1037         * ext/wavpack/gstwavpackparse.c:
1038           (gst_wavpack_parse_create_src_pad):
1039           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1040           versions below 4.40.0.
1041
1042 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1043
1044         * configure.ac:
1045           And now do it right for real...
1046
1047 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1048
1049         * configure.ac:
1050           Correctly reset $LIBS to not contain -lm.
1051
1052 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1053
1054         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1055
1056         * configure.ac:
1057         * ext/cairo/gsttimeoverlay.c:
1058           (gst_cairo_time_overlay_print_smpte_time):
1059           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1060           and checking for rint() and implementing it ourself if it doesn't
1061           exist. Fixes #497293.
1062
1063 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1064
1065         * configure.ac:
1066           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1067
1068 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1069
1070         * sys/oss/gstosshelper.c:
1071         Verify that the format returned after the ioctl is the one
1072         we requested. It is valid for the ioctl to succeed while
1073         substituting an alternate 'supported' sample format.
1074
1075 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * sys/oss/gstossaudio.c: (plugin_init):
1078         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1079         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1080           Post decent (and translated) error message when we can't
1081           open the audio device for some reason.
1082
1083 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1084
1085         * sys/oss/gstosssink.c:
1086         * sys/oss/gstosssrc.c:
1087         Allow the AUDIODEV environment variable to redirect us
1088         to a different default OSS device, like sunaudiosink does
1089         on Solaris (makes audio play automatically on SunRays).
1090
1091 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1092
1093         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1094         * gst/audiofx/audiochebyshevfreqband.c:
1095         (gst_audio_chebyshev_freq_band_transform_ip):
1096         * gst/audiofx/audiochebyshevfreqlimit.c:
1097         (gst_audio_chebyshev_freq_limit_transform_ip):
1098         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1099         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1100         The transform_ip() methods should do nothing if in passthrough mode.
1101         It might get non-writable buffers in that case but the buffer might
1102         as well be writable.
1103
1104         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1105         The transform() methods won't be called in passthrough mode and
1106         otherwise the buffer is always writable so don't check here.
1107
1108 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1109
1110         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1111           Fix seeking in .wav files again (#501775).  Some people seem to think
1112           they don't need to test their changes when they're just 'reflowing'
1113           some code.
1114
1115 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1116
1117         * gst/autodetect/gstautovideosink.c:
1118         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1119         (gst_auto_video_sink_init),
1120         (gst_auto_video_sink_create_element_with_pretty_name),
1121         (gst_auto_video_sink_find_best),
1122         (gst_auto_video_sink_set_property),
1123         (gst_auto_video_sink_get_property):
1124         * gst/autodetect/gstautovideosink.h:
1125         Fix docs.
1126         Use same error reporting code as autoaudiosink.
1127         Add property to filter sinks based on caps. Only select raw video sinks
1128         by default for backwards compat.
1129         API: GstAutoVideoSink::filter-caps
1130
1131 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1132
1133         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1134
1135         * gst/autodetect/gstautoaudiosink.c:
1136         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1137         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1138         (gst_auto_audio_sink_set_property),
1139         (gst_auto_audio_sink_get_property):
1140         * gst/autodetect/gstautoaudiosink.h:
1141         Add property to filter sinks based on caps. Only select raw audio sinks
1142         by default for backwards compat.  Fixes #417420.
1143         API: GstAutoAudioSink::filter-caps
1144
1145 2007-11-29  Michael Smith <msmith@fluendo.com>
1146
1147         Patch by: Arek Korbik <arkadini@gmail.com>
1148
1149         * gst/videobox/gstvideobox.c: (plugin_init):
1150           Initialise liboil in plugin_init()
1151
1152 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1153
1154         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1155         Post error before sending EOS. Fixes #499178.
1156
1157 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1158
1159         * win32/vs6/gst_plugins_good.dsw:
1160         * win32/vs6/libgstpng.dsp:
1161         Add a project file for libgstpng
1162
1163 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1164
1165         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1166         (gst_rtp_h263_depay_process):
1167         Code beautification.
1168         Added debug statements.
1169         Don't bit-shift everything, just do operations on last/first byte
1170         instead.
1171
1172 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1173
1174         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1175
1176         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1177         Fix wrong comparison in overrun check. Fixes #499239 some more.
1178
1179 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1180
1181         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1182         (gst_rtp_h263_depay_process):
1183         * gst/rtp/gstrtph263depay.h:
1184         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1185         stream.
1186
1187 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1188
1189         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1190
1191         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1192         (gst_rtp_mp4a_depay_process):
1193         * gst/rtp/gstrtpmp4adepay.h:
1194         Fix depayloading when multiple frames are inside one RTP packet.
1195         Fixes #499239.
1196
1197 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1198
1199         * gst/level/gstlevel.c:
1200           Add GAP-flag support.
1201
1202 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1203
1204         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1205         Read the I flag for Mode A h263 rtp stream and set the
1206         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1207         Fixes #499383
1208
1209 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1210
1211         * gst/level/gstlevel.c:
1212           Remove some dead code and do cleanups.
1213
1214 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1215
1216         * tests/check/pipelines/simple-launch-lines.c:
1217           Improve the tests by allowing to set a target state.
1218
1219 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1220
1221         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1222         Don't check the caps of the output buffer if they're equal some
1223         other caps. The caps can change in a backward compatible way
1224         and did at this point.
1225
1226 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1227
1228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1229         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1230         (gst_qtdemux_seek_to_previous_keyframe),
1231         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1232         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1233         reverse playback support.
1234
1235 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1236
1237         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1238         Also set the channel layout on the Wavpack caps if we're having
1239         a mono layout. Of course only do it for "audio/x-wavpack".
1240
1241 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1242
1243         * ext/wavpack/gstwavpackcommon.c:
1244         (gst_wavpack_get_default_channel_mask),
1245         (gst_wavpack_set_channel_layout),
1246         (gst_wavpack_get_default_channel_positions),
1247         (gst_wavpack_get_channel_mask_from_positions),
1248         (gst_wavpack_set_channel_mapping):
1249         * ext/wavpack/gstwavpackcommon.h:
1250         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1251         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1252         * ext/wavpack/gstwavpackdec.h:
1253         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1254         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1255         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1256         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1257         (gst_wavpack_enc_rewrite_first_block),
1258         (gst_wavpack_enc_sink_event):
1259         * ext/wavpack/gstwavpackenc.h:
1260         * ext/wavpack/gstwavpackparse.c:
1261         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1262         (gst_wavpack_parse_scan_to_find_sample),
1263         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1264         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1265         * ext/wavpack/gstwavpackparse.h:
1266         Add support for encoding, parsing and decoding multichannel
1267         files with up to 8 channels. This also improves the robustness
1268         of parsing quite a bit.
1269
1270         * ext/wavpack/gstwavpackstreamreader.c:
1271         (gst_wavpack_stream_reader_read_bytes),
1272         (gst_wavpack_stream_reader_get_pos),
1273         (gst_wavpack_stream_reader_set_pos_abs),
1274         (gst_wavpack_stream_reader_set_pos_rel),
1275         (gst_wavpack_stream_reader_push_back_byte),
1276         (gst_wavpack_stream_reader_get_length),
1277         (gst_wavpack_stream_reader_can_seek),
1278         (gst_wavpack_stream_reader_write_bytes):
1279         Improve debugging.
1280
1281 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * ext/libpng/gstpngdec.c:
1284         * ext/libpng/gstpngdec.h:
1285           Don't release the png-memory from within the callback.
1286
1287 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1288
1289         Patch by: René Stadler <mail at renestadler dot de>
1290
1291         * ext/libpng/gstpngenc.c:
1292           Don't leak buffer data memory. Fixes #498395.
1293
1294 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1295
1296         Patch by: René Stadler <mail at renestadler dot de>
1297
1298         * tests/check/pipelines/simple-launch-lines.c:
1299           Tests for #498395.
1300
1301 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1302
1303         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1304         (gst_tag_lib_mux_adjust_event_offsets):
1305         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1306         * sys/osxaudio/Makefile.am:
1307         * sys/osxvideo/cocoawindow.h:
1308         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1309
1310 2007-11-15  David Schleef  <ds@schleef.org>
1311
1312         * ext/cairo/gsttextoverlay.c:
1313           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1314
1315 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1316
1317         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1318
1319         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1320         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1321         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1322         * gst/rtp/gstrtpmp2tpay.h:
1323         Fill the MTU with as many packets as possible. Fixes #491323.
1324
1325 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1326
1327         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1328
1329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1330         Fix some more leaks. Fixes #497007.
1331
1332 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1333
1334         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1335
1336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1337         (gst_rtspsrc_stream_configure_tcp):
1338         Fix 3 pad leaks. Fixes #496983.
1339
1340 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1341
1342         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1343
1344         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1345         Fix small leak. Fixes #497017.
1346
1347 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1348
1349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1350         (gst_qtdemux_prepare_current_sample),
1351         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1352         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1353         * gst/qtdemux/qtdemux_fourcc.h:
1354         * gst/qtdemux/qtdemux_types.c:
1355         Add suppport for theora in quicktime according to XiphQT.
1356
1357 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1358
1359         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1360         (gst_v4l2src_init), (gst_v4l2src_set_property),
1361         (gst_v4l2src_get_property):
1362         * sys/v4l2/gstv4l2src.h:
1363         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1364           Always copy buffers by default (handle safer with bugged drivers)
1365           and added a property to make it possible to use mmap effectively (no
1366           copy if possible) when application wants to. Fixes: #480557.
1367
1368 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * gst/id3demux/id3tags.c:
1371         * gst/id3demux/id3tags.h:
1372         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1373           We don't want the same string multiple times in a tag list for the
1374           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1375           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1376
1377 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1378
1379         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1380           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1381           into ID3v2 TXXX frames (fixes #347848).
1382
1383 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1386           Don't leak sdp message contents (fixes #496773).
1387
1388         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1389           Don't leak URI string.
1390
1391 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         Patch by: Julien Puydt <julien dot puydt at laposte net>
1394
1395         * ext/raw1394/Makefile.am:
1396         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1397           (gst_1394_property_probe_get_properties),
1398           (gst_1394_property_probe_probe_property),
1399           (gst_1394_property_probe_needs_probe),
1400           (gst_1394_property_probe_get_values),
1401           (gst_1394_property_probe_interface_init),
1402           (gst_1394_type_add_property_probe_interface):
1403         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1404         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1405           (gst_dv1394src_init), (gst_dv1394src_dispose),
1406           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1407           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1408           (gst_dv1394src_update_device_name):
1409         * ext/raw1394/gstdv1394src.h:
1410           Implement GstPropertyProbe interface and add "device-name" property,
1411           so applications can use this to probe for available devices in the
1412           same way they can already with v4lsrc and v4l2src (however horrible
1413           this property probe interface may be). Fixes #358841.
1414
1415 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1416
1417         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1418
1419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1420           (gst_rtspsrc_parse_range):
1421           Don't leak event, don't leak range (fixes #496752).
1422
1423 2007-11-14  Michael Smith <msmith@fluendo.com>
1424
1425         Patch by: Arek Korbik <arkadini@gmail.com>
1426
1427         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1428           Detect RGBA/BGRA correctly on little endian systems.
1429
1430 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1431
1432         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1433           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1434           corresponding ioctl() call fails even though the driver claims to
1435           support this format, just fall back to the pre-2.6.19 kernel
1436           routine that creates caps with suitable height and width ranges
1437           (see #448278).
1438
1439 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1440
1441         Patch by: Mark Nauwelaerts <manauw skynet be>
1442
1443         * gst/matroska/matroska-demux.c:
1444           (gst_matroska_demux_push_dvd_clut_change_event),
1445           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1446           (gst_matroska_demux_subtitle_caps):
1447         * gst/matroska/matroska-ids.h:
1448           Extract palette data for dvd subpicture streams and send it
1449           downstream as custom gstreamer dvd event (fixes #453417).
1450
1451 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1454           Implement minimal parsing of the passed pango font description
1455           string, so passing a font size works the same as with the
1456           pango textoverlay plugin; fixes #455086.
1457           (Maybe we could just use pangocairo here at some point).
1458
1459 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1460
1461         * gst/avi/gstavidemux.c:
1462         * gst/wavparse/gstwavparse.c:
1463           Return the result in _activate_pull(). Don't ref element there.
1464
1465 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1466
1467         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1468         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1469         (gst_wavparse_srcpad_event):
1470           Ref the element when we should, but not when we its not needed. Reflow
1471           the event_handling to not leak the event.       
1472
1473 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1474
1475         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1476         (qtdemux_parse_samples):
1477         Properly free QTDemuxSamples array.
1478         Protect table write with a sensible check, some files apparently DO contain
1479         stts values starting with 0 :(
1480
1481 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1482
1483         * gst/avi/gstavidemux.c:
1484         * gst/qtdemux/qtdemux.c:
1485           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1486           previous commit messed up.
1487
1488 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1489
1490         * gst/avi/gstavidemux.c:
1491         * gst/qtdemux/qtdemux.c:
1492           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1493           element when we should, but not when we its not needed.
1494
1495 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1496
1497         * gst/wavparse/gstwavparse.c:
1498           Return FALSE if we can't handle a query instead of changing the
1499           format. Ignore fact when dealing with mpeg audio.
1500
1501 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1502
1503         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1504
1505         * configure.ac:
1506         * gst/udp/gstdynudpsink.c:
1507         * gst/udp/gstdynudpsink.h:
1508         * gst/udp/gstmultiudpsink.c:
1509         * gst/udp/gstmultiudpsink.h:
1510         * gst/udp/gstudpsink.c:
1511         * gst/udp/gstudpsink.h:
1512           Fix includes for MSVC and GLib-2.14.0 (#492388).
1513
1514         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1515           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1516
1517 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1518
1519         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1520         (gst_mulawdec_chain):
1521         * gst/law/mulaw-decode.h:
1522         Calculate outgoing buffer duration if incoming buffer didn't have a
1523         valid duration.
1524
1525 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1526
1527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1528         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1529         Smarter combine_flow code that also deals with downstream elements
1530         returning UNEXPECTED when they receive data out of the segment
1531         boundaries. Fixes #491305.
1532
1533 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         * sys/v4l2/v4l2src_calls.c:
1536           Fix 'unused variable' compiler warning when compiling against
1537           older kernel headers.
1538
1539 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1540
1541         * ext/taglib/gstid3v2mux.cc (add_funcs):
1542           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1543
1544 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1545
1546         * tests/check/pipelines/simple-launch-lines.c:
1547            Improve the tests a little more.
1548
1549 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1550
1551         patch by: Yun Zheng Hu
1552
1553         * sys/osxaudio/gstosxaudiosrc.c:
1554         Use default input device instead of default output device and
1555         only memcpy actual available bytes.
1556
1557 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1558
1559         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1560           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1561           early. It is temporary until we find something better.
1562
1563 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1564
1565         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1566
1567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1568         Fix race when pausing a RTSP stream in interleaved.
1569         Fixes #475784.
1570
1571 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1572
1573         Patch by: Peter Kjellerstedt <pkj at axis com>
1574
1575         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1576         Use correct unref function for buffers. #488844.
1577
1578 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1579
1580         * gst/avi/gstavimux.c:
1581         * tests/check/elements/avimux.c:
1582           Add some debug and sync tests with the fix.     
1583
1584 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1585
1586         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1587
1588         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1589         When the socket is used by the app for other purposes, don't generate an
1590         error if there is activaty on the socket that is not data related.
1591         Fixes #487488.
1592
1593 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1594
1595         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1596         (gst_v4l2src_grab_frame):
1597         Add some more debug info. Generate an error when we run out of buffers
1598         for some reason. See #480557.
1599
1600 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1601
1602         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1603
1604         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1605         Set marker bit correctly.
1606
1607 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1608
1609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1610         Use allowed name for the GstStructure.
1611
1612 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1613
1614         * ext/gconf/gstswitchsink.c:
1615         * gst/autodetect/gstautoaudiosink.c:
1616           Use new gst_bus_pop_filtered().
1617
1618 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1619
1620         * sys/v4l2/gstv4l2src.c:
1621         * sys/v4l2/v4l2src_calls.c:
1622           When probing the formats and sizes a camera supports, make
1623           sure the best ones (highest resolution, prefered format)
1624           end up at the beginning of the probed caps and the less
1625           desirable ones at the end.  This is important because the
1626           order within the caps matters for things like fixation and
1627           negotiation, ie. what format is chosen in the end.
1628           With recent kernels, the current probing code will end up
1629           querying the supported sizes from lowest resolution to
1630           highest resolution, adding them to the probed caps in that
1631           order, resulting to v4l2src fixating to the lowest possible
1632           resolution if downstream does not express a size preference.
1633           Also make up a somewhat random ranking of prefered output
1634           formats for the same reason. Fixes #485828.
1635         
1636 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1637
1638         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1639
1640         * gst/id3demux/id3v2frames.c:
1641           Extract license/copyright URIs from ID3v2 WCOP frames
1642           (Fixes #447000).
1643
1644         * tests/check/elements/id3demux.c:
1645         * tests/files/Makefile.am:
1646         * tests/files/id3-447000-wcop.tag:
1647           Add simple unit test.
1648
1649 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1650
1651         * ext/taglib/gstid3v2mux.cc:
1652           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1653           Prerequisite for #447000.
1654
1655 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1656
1657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1658         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1659         a GstClockTime.
1660
1661 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1662
1663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1664         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1665         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1666         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1667         (gst_rtspsrc_change_state):
1668         More seeking fixes, mostly passing around the new playback segment in
1669         order to configure it properly.
1670         Also reset base_time of udp sources when setting them back to PLAYING as
1671         a temporary hack until core supports seek in live sources properly.
1672
1673 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1674
1675         * gst/rtp/gstrtpmp4adepay.c:
1676         Fix caps as to not confuse autopluggers.
1677
1678 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1679
1680         * gst/id3demux/gstid3demux.c:
1681         * gst/id3demux/gstid3demux.h:
1682         * gst/id3demux/id3tags.c:
1683         * gst/id3demux/id3tags.h:
1684         * gst/id3demux/id3v2frames.c:
1685           Port ID3 tag demuxer over to the new GstTagDemux in -base
1686           (now would be a good time to test re-importing your music
1687           collection).
1688
1689 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         * gst/apetag/Makefile.am:
1692         * gst/apetag/gstapedemux.c:
1693         * gst/apetag/gstapedemux.h:
1694         * gst/apetag/gsttagdemux.c:
1695         * gst/apetag/gsttagdemux.h:
1696           Port APE tag demuxer over to the new GstTagDemux in -base.
1697
1698 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1699
1700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1701         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1702         (gst_rtspsrc_handle_internal_src_query),
1703         (gst_rtspsrc_handle_src_query), (new_session_pad),
1704         (gst_rtspsrc_stream_configure_tcp),
1705         (gst_rtspsrc_stream_configure_transport),
1706         (gst_rtspsrc_loop_send_cmd):
1707         Improve flushing behaviour.
1708         Set state of the udp sources to PAUSE/PLAYING correctly.
1709         Handle events and queries for UDP and TCP transport now.
1710
1711 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1712
1713         * gst/rtp/gstrtpgsmdepay.c:
1714         * gst/rtp/gstrtpgsmpay.c:
1715           Add log category.
1716
1717 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1718
1719         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1720
1721         * tests/check/Makefile.am:
1722         * tests/check/pipelines/simple-launch-lines.c:
1723           Add unit tests for payloaders/depayloaders.
1724
1725 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1726
1727         * gst/avi/gstavimux.c:
1728         * gst/avi/gstavimux.h:
1729           Also save codec data for audio streams. Fixes #482495.
1730
1731 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1732
1733         * gst/avi/gstavimux.c:
1734           Fix "Index entry has invalid stream nr 1".
1735           Add support for muxing aac - work in progress (see #482495).
1736
1737 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1738
1739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1740         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1741         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1742         * gst/rtsp/gstrtspsrc.h:
1743         Parse bandwidth modifiers, they are not yet configured in the session
1744         manager because we don't have an API for that yet.
1745
1746 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1747
1748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1749         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1750         Use shiny new function in -base to get the default clock-rate.
1751         Update some docs.
1752
1753 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1754
1755         * win32/MANIFEST:
1756         Add files to win32 manifest.
1757         * win32/vs6/libgstaudiofx.dsp:
1758         * win32/vs6/libgstqtdemux.dsp:
1759         * win32/vs6/libgstrtp.dsp:
1760         * win32/vs6/libgstrtsp.dsp:
1761         Update project files.
1762
1763 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1764
1765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1766         (gst_rtspsrc_play):
1767         * gst/rtsp/gstrtspsrc.h:
1768         In TCP mode, only timestamp the first buffer. TCP is not real time and
1769         it does not make sense to try to skew compensate, also some servers send
1770         the first batch of data in a burst.
1771
1772 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         * gst/matroska/matroska-demux.c:
1775           Fix setting the discont flag on the first buffer
1776           pushed downstream for formats with private codec
1777           data that needs to be deserialised into buffers
1778           (such as vorbis and FLAC when in a matroska container).
1779
1780 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1781
1782         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1783
1784         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1785         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1786         (gst_rtp_mp4v_pay_handle_buffer):
1787         * gst/rtp/gstrtpmp4vpay.h:
1788         Free the config string. Fixes #480707.
1789         Clean up the timestamp code a little.
1790
1791 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1792
1793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1794         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1795         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1796         * gst/rtsp/gstrtspsrc.h:
1797         Set timestamps on RTP buffers in interleaved mode.
1798         Mark first buffers with a DISCONT.
1799         Remove flush hack now that sync for live sources has been figured out.
1800
1801 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1802
1803         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1804         Update documentation.
1805
1806 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1807
1808         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1809         (gst_rtp_xqt_depay_change_state):
1810         * gst/qtdemux/gstrtpxqtdepay.h:
1811         Fail if we don't know the quicktime format.
1812
1813 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1814
1815         * ext/flac/gstflacenc.c:
1816         * ext/flac/gstflacenc.h:
1817           Save the flow return from the last gst_pad_push() and
1818           make sure we pass the right flow return value upstream
1819           in the case of failure; minor clean-ups.
1820
1821 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1822
1823         * ext/taglib/gstapev2mux.cc:
1824         * ext/taglib/gstid3v2mux.cc:
1825         * gst/apetag/gstapedemux.c:
1826           Add support for the new GST_TAG_COMPOSER (#459809).
1827
1828 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1829
1830         * gst/law/alaw-decode.c:
1831         * gst/law/alaw-decode.h:
1832         * gst/law/alaw-encode.c:
1833         * gst/law/alaw-encode.h:
1834         * gst/law/alaw.c:
1835         * gst/law/mulaw-conversion.h:
1836           Compulsive clean-ups: use boilerplate macros, add debug
1837           categories, fix up things to conform to symbol nomenklatura,
1838           etc.
1839
1840 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1841
1842         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1843
1844         * gst/law/alaw-decode.c:
1845         * gst/law/alaw-encode.c:
1846           Use static tables for A-Law decoding and encoding; this makes
1847           A-Law decoding and encoding less CPU-intensive, but increases
1848           the binary size a bit. Leaving old code around for now,
1849           selectable by a define in the code. Fixes #435435.
1850
1851 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1852
1853         * configure.ac:
1854         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1855         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1856         in configure.ac.
1857
1858 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1859
1860         Patch by: <j at bootlab dot org>
1861
1862         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1863         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1864
1865 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1866
1867         * sys/oss/gstosshelper.c:
1868           Use GST_WARNING instead of a g_critical. This situation is not caused
1869           by the application.
1870
1871 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1872
1873         * po/LINGUAS:
1874         * po/nl.po:
1875           Updated translations.
1876
1877 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1878
1879         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1880
1881         * po/eu.po:
1882           Added Basque translation.
1883
1884 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1885
1886         translated by: Abel Cheung <abelcheung@gmail.com>
1887
1888         * po/zh_HK.po:
1889         * po/zh_TW.po:
1890           Added Chinese (traditional and Hong Kong) translation.
1891
1892 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1893
1894         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1895
1896         * po/pl.po:
1897           Added Polish translation.
1898
1899 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1900
1901         translated by: Ilkka Tuohela <hile@iki.fi>
1902
1903         * po/fi.po:
1904           Added Finnish translation.
1905
1906 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1907
1908         translated by: Jorge González González <aloriel@gmail.com>
1909
1910         * po/es.po:
1911           Added Spanish translation.
1912
1913 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1914
1915         translated by: Mogens Jaeger <mogens@jaeger.tf>
1916
1917         * po/da.po:
1918           Added Danish translation.
1919
1920 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1921
1922         translated by: Funda Wang <fundawang@linux.net.cn>
1923
1924         * po/zh_CN.po:
1925           Added Chinese (simplified) translation.
1926
1927 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1928
1929         translated by: Alexander Shopov <ash@contact.bg>
1930
1931         * po/bg.po:
1932           Added Bulgarian translation.
1933
1934 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1935
1936         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1937         Set outgoing packet duration because we can. Fixes #478244 some more.
1938
1939 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1940
1941         * ext/cairo/gsttextoverlay.c:
1942           Add info about static leak.
1943         
1944         * tests/check/Makefile.am:
1945         * tests/check/generic/states.c:
1946           Improved state change unit test.
1947
1948 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1949
1950         * docs/plugins/.cvsignore:
1951         * tests/check/.cvsignore:
1952           Ignore registries in any format.
1953
1954 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1955
1956         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1957         Removed some unused code.
1958
1959         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1960         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1961         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1962         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1963         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1964         (gst_rtp_theora_pay_flush_packet):
1965         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1966         Try to preserve the incomming buffer duration on the outgoing
1967         packets. Fixes #478244.
1968
1969 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1970
1971         * ext/taglib/gstapev2mux.cc:
1972         * ext/taglib/gstid3v2mux.cc:
1973           Work around compiler warnings with g++-4.2 when assigning a
1974           string constant to a gchar * (partially fixes #478092).
1975
1976 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1977
1978         * configure.ac:
1979           We require core CVS now for gst_base_src_set_do_timestamp().
1980
1981 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1982
1983         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1985         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1986         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1987         (gst_rtspsrc_handle_message):
1988         Fix compiler warnings shown with Forte.
1989
1990 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1991
1992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1993         (gst_rtspsrc_dup_printf):
1994         Give meaningfull error when all streams failed to configure for some
1995         reason.
1996
1997 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1998
1999         * gst/rtp/README:
2000         Update README with the design for synchronisation rules of RTP on
2001         sender and receiver.
2002
2003 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2004
2005         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2006         (gst_wavparse_chain):
2007         Don't push EOS from the chain function, the element
2008         driving the pipeline is responsible for this. The bug
2009         this was meant to fix seems to be queue not forwarding
2010         EOS in all cases (see #476514).
2011
2012 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2013
2014         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2015         (gst_level_transform_ip):
2016         * gst/level/gstlevel.h:
2017         Use basetransform segment so that it is correctly managed on flushes and
2018         start/stop.
2019         Report message timestamp as stream time, which is what an application
2020         can understand.
2021
2022 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2023
2024         * ext/taglib/gstapev2mux.cc:
2025         * ext/taglib/gstapev2mux.h:
2026         * ext/taglib/gsttaglibmux.c:
2027         * tests/check/elements/apev2mux.c:
2028         Update my mail address.
2029
2030 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2031
2032         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2033         (gst_wavparse_loop), (gst_wavparse_chain):
2034         Add EOS logic for the push-based mode too. Fixes #476514.
2035
2036 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2037
2038         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2039         * gst/law/alaw-encode.h:
2040         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2041         (gst_mulawenc_chain):
2042         * gst/law/mulaw-encode.h:
2043         Fix law encoder timestamps.
2044
2045 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2046
2047         * ext/gconf/gstgconfaudiosink.c:
2048           Fix warning when building without debug.
2049
2050         * sys/oss/gstossmixertrack.c:
2051           Use const like in alsamixertrack.c (fixes warnings).
2052
2053 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2054
2055         * sys/v4l2/v4l2src_calls.c:
2056         (gst_v4l2src_probe_caps_for_format_and_size):
2057         Fix framerate detection code some more.
2058         Handle the case where there is a weird step in the stepwise framerates.
2059         Don't overwrite the min interval with the framerate, use a temp variable
2060         instead.
2061         Use max in the Continuous framerate intervals instead of step, which is
2062         1 according to the docs. Fixes #475424.
2063
2064 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2065
2066         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2067         Make udpsrc timestamp outgoing buffers based on when they were received.
2068         Also make it output a segment in time.
2069
2070 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2071
2072         * gst/avi/gstavidemux.c:
2073           Plug a little leak. Little code cleanups.
2074
2075 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2076
2077         * configure.ac:
2078           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2079           flac versions, 's good for cross-compilation karma.
2080
2081 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2084
2085         * gst/rtp/gstrtph263pay.c:
2086           Fix up header structure so that compilers don't add padding
2087           between the structure fields, since that would lead to us
2088           sending RTP packets with broken headers (as is currently the
2089           case when compiling with MSVC). Also see similar fixes in
2090           libgstrtp in gst-plugins-base. (#474616; #471194)
2091
2092 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2093
2094         * sys/v4l2/v4l2src_calls.c:
2095         (gst_v4l2src_probe_caps_for_format_and_size):
2096         Don't overwrite our GValue with 0 but instead use the previously
2097         computed value. Fixes #471823 some more.
2098
2099 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2100
2101         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2102           No tabs in this file please, or gtk-doc will end up documenting
2103           rather absurd class hierarchies.
2104
2105 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2106
2107         * ext/gconf/gstswitchsink.c:
2108           If the new kid element fails to change state for some reason
2109           (e.g. esdsink not being able to connect to the sound server),
2110           forward the error message it posted on the bus instead of just
2111           posting a generic 'Internal state change error: please file a
2112           bug' error message. Fixes #471364.
2113
2114 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2115
2116         * gst/qtdemux/Makefile.am:
2117         * gst/qtdemux/qtdemux.c:
2118           Don't assume tags are encoded as UTF-8 (#473670).
2119
2120 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2121
2122         * sys/v4l2/gstv4l2src.c:
2123         * sys/v4l2/gstv4l2src.h:
2124         * sys/v4l2/v4l2src_calls.c:
2125           Implement LATENCY queries in the crudest way possible so I don't
2126           have to use sync=false any longer when testing with videosinks.
2127
2128 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2129
2130         * configure.ac:
2131           Fix build.
2132
2133 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2134
2135         * sys/v4l2/v4l2src_calls.c:
2136         (gst_v4l2src_probe_caps_for_format_and_size):
2137         Add some more debugging in the framerate function.
2138         Iterate stepwise framerate up to and _including_ the max and if nothing
2139         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2140         don't end up with an empty list. Fixes #471823
2141
2142 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2143
2144         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2145         (gst_multiudpsink_set_clients_string),
2146         (gst_multiudpsink_get_clients_string),
2147         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2148         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2149         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2150         (gst_multiudpsink_clear):
2151         Add property do configure destination address/port pairs
2152         API:GstMultiUDPSink::clients
2153
2154 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2155
2156         * tests/examples/Makefile.am:
2157         * tests/examples/rtp/Makefile.am:
2158         * tests/examples/rtp/client-H263p-AMR.sh:
2159         * tests/examples/rtp/client-H263p-PCMA.sdp:
2160         * tests/examples/rtp/client-H263p-PCMA.sh:
2161         * tests/examples/rtp/client-H264-PCMA.sdp:
2162         * tests/examples/rtp/client-H264-PCMA.sh:
2163         * tests/examples/rtp/client-PCMA.sh:
2164         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2165         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2166         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2167         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2168         Added some RTP example scripts for sending and receiving RTP streams.
2169
2170 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2171
2172         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2173         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2174         Restructure the setcaps function so that we can also compute the
2175         expected GStreamer output size of the video frames.
2176         Set frame_byte_size correctly so that read-based devices have a chance
2177         of working correctly.
2178         When grabbing a frame, discard frames that are not of the expected size.
2179         Some cameras don't output the right framesize for the first buffer.
2180         Try only a couple of times to get a valid frame, else error out.
2181
2182         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2183         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2184         Add some more debug info when scanning the device.
2185
2186         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2187         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2188         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2189         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2190         Add some more debug info when dequeing a frame.
2191
2192 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2193
2194         * gst/wavparse/gstwavparse.c:
2195           More code cleanups. Add some more comment and improve debugs logs.
2196
2197 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2198
2199         * gst/wavparse/gstwavparse.c:
2200         * gst/wavparse/gstwavparse.h:
2201           Implement seek-query. Refactor duration calculations. Appropriate use
2202           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2203           out of loops.
2204
2205 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2206
2207         * gst/avi/gstavidemux.c:
2208           Implement seek-query.
2209
2210 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2211
2212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2213         (gst_rtspsrc_dup_printf):
2214         Use new basesink async property to make sparse RTCP packet not wait for
2215         preroll.
2216
2217 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2218
2219         * gst/audiofx/Makefile.am:
2220         Dist the right file.
2221
2222 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2223
2224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2225         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2226         Make sure we generate and parse floating point values in the POSIX
2227         locale instead of the current locale. 
2228
2229 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2230
2231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2232         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2233         (gst_rtspsrc_play):
2234         * gst/rtsp/gstrtspsrc.h:
2235         Fix method detection again.
2236         Keep track of when we must send a Range header.
2237         Use segment values for Range, Speed and Scale headers.
2238         Parse Speed and Scale headers to update the segment values.
2239
2240 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2241
2242         patch by: Mark Nauwelaerts <manauw@skynet.be>
2243
2244         * sys/v4l2/v4l2src_calls.c:
2245           Handle optional v4l2 ioctls gracefully.
2246
2247 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2248
2249         * gst/rtp/Makefile.am:
2250         * gst/rtp/gstrtp.c: (plugin_init):
2251         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2252         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2253         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2254         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2255         (gst_rtp_h263_depay_get_property),
2256         (gst_rtp_h263_depay_change_state),
2257         (gst_rtp_h263_depay_plugin_init):
2258         * gst/rtp/gstrtph263depay.h:
2259         Added an H263 depayloader. Fixes #369392.
2260
2261         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2262         (gst_rtp_h263p_depay_process):
2263         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2264         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2265         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2266         payloads.
2267         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2268
2269 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2270
2271         * gst/audiofx/audiochebyshevfreqband.c:
2272         * gst/audiofx/audiochebyshevfreqlimit.c:
2273         Add small comparision with the windowed sinc filters in the docs.
2274
2275 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2276
2277         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2278         (audiochebyshevfreqband_suite):
2279         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2280         (audiochebyshevfreqlimit_suite):
2281         Also test 32 bit float mode and the type 2 variants of the filters.
2282
2283 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2284
2285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2286         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2287         (gst_rtspsrc_loop):
2288         Refactor the udp and interleaved loop function a bit.
2289
2290 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2291
2292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2293         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2294         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2295         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2296         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2297         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2298         * gst/rtsp/gstrtspsrc.h:
2299         Protect connection activity with a new lock, avoids deadlocks when going
2300         to PAUSED. Fixes #455808.
2301
2302 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2303
2304         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2305         Fix debug statement.
2306
2307 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2308
2309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2310         Fix stray %u in debug line as spotted by Saur on IRC.
2311
2312 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2313
2314         * gst/audiofx/audiochebyshevfreqband.c:
2315         (gst_audio_chebyshev_freq_band_class_init):
2316         * gst/audiofx/audiochebyshevfreqlimit.c:
2317         (gst_audio_chebyshev_freq_limit_class_init):
2318         Use generator macros for the process functions for the different
2319         sample types, add lower upper boundaries for the GObject properties
2320         so automatically generated UIs can use sliders and add a note about
2321         the number of poles as a too high number of poles combined with
2322         very low or very high frequencies will produce only noise.
2323         * docs/plugins/gst-plugins-good-plugins.args:
2324         Regenerated for the property changes.
2325
2326 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2327
2328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2329         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2330         (gst_rtspsrc_stream_configure_udp_sink),
2331         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2332         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2333         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2334         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2335         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2336         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2337         * gst/rtsp/gstrtspsrc.h:
2338         Improve timeout handling.
2339         Use the same socket for sending and receiving RTCP packets so that some
2340         servers can track clients better.
2341         Improve connection closed handling. Try to reconnect.
2342         Don't overwrite our content base with NULL.
2343         Improve debugging.
2344         Improve range parsing and handling.
2345         Remove flushing hack now that core does the right thing.
2346
2347 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2348
2349         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2350         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2351         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2352         (gst_multiudpsink_close), (gst_multiudpsink_add):
2353         * gst/udp/gstmultiudpsink.h:
2354         Add support for getting and setting the socket to use.
2355
2356         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2357         (gst_udpsrc_create), (gst_udpsrc_get_property):
2358         Add support for getting the currently used socket.
2359
2360 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2361
2362         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2363
2364         * gst/audiofx/Makefile.am:
2365         * gst/audiofx/audiochebyshevfreqband.c:
2366         (gst_audio_chebyshev_freq_band_mode_get_type),
2367         (gst_audio_chebyshev_freq_band_base_init),
2368         (gst_audio_chebyshev_freq_band_dispose),
2369         (gst_audio_chebyshev_freq_band_class_init),
2370         (gst_audio_chebyshev_freq_band_init),
2371         (generate_biquad_coefficients), (calculate_gain),
2372         (generate_coefficients),
2373         (gst_audio_chebyshev_freq_band_set_property),
2374         (gst_audio_chebyshev_freq_band_get_property),
2375         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2376         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2377         (gst_audio_chebyshev_freq_band_start):
2378         * gst/audiofx/audiochebyshevfreqband.h:
2379         * gst/audiofx/audiochebyshevfreqlimit.c:
2380         (gst_audio_chebyshev_freq_limit_mode_get_type),
2381         (gst_audio_chebyshev_freq_limit_base_init),
2382         (gst_audio_chebyshev_freq_limit_dispose),
2383         (gst_audio_chebyshev_freq_limit_class_init),
2384         (gst_audio_chebyshev_freq_limit_init),
2385         (generate_biquad_coefficients), (calculate_gain),
2386         (generate_coefficients),
2387         (gst_audio_chebyshev_freq_limit_set_property),
2388         (gst_audio_chebyshev_freq_limit_get_property),
2389         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2390         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2391         (gst_audio_chebyshev_freq_limit_start):
2392         * gst/audiofx/audiochebyshevfreqlimit.h:
2393         * gst/audiofx/audiofx.c: (plugin_init):
2394         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2395         Fixes #464800.
2396
2397         * tests/check/Makefile.am:
2398         * tests/check/elements/.cvsignore:
2399         * tests/check/elements/audiochebyshevfreqband.c:
2400         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2401         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2402         * tests/check/elements/audiochebyshevfreqlimit.c:
2403         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2404         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2405         Add unit tests for the chebyshev filters.
2406
2407         * docs/plugins/Makefile.am:
2408         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2410         * docs/plugins/gst-plugins-good-plugins.args:
2411         * docs/plugins/inspect/plugin-1394.xml:
2412         * docs/plugins/inspect/plugin-audiofx.xml:
2413         * docs/plugins/inspect/plugin-dv.xml:
2414         * docs/plugins/inspect/plugin-flac.xml:
2415         * docs/plugins/inspect/plugin-jpeg.xml:
2416         * docs/plugins/inspect/plugin-png.xml:
2417         * docs/plugins/inspect/plugin-rtp.xml:
2418         * docs/plugins/inspect/plugin-shout2send.xml:
2419         * docs/plugins/inspect/plugin-wavpack.xml:
2420         And add docs for the chebyshev filters. While doing
2421         that also run make update in docs/plugins.
2422
2423 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2424
2425         * ext/annodex/gstcmmltag.c:
2426         * gst/rtp/gstrtpvorbispay.c:
2427           Make ro memory to share.
2428
2429 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2430
2431         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2432         Improve UDP performance by avoiding a select() when we have data
2433         available immediatly.
2434
2435 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2436
2437         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2438         (gst_rtp_dec_class_init):
2439         * gst/rtsp/gstrtpdec.h:
2440         Add (dummy) SSRC management signals.
2441
2442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2443         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2444         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2445         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2446         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2447         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2448         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2449         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2450         * gst/rtsp/gstrtspsrc.h:
2451         Add connection-speed property.
2452         Add find_stream helper functions.
2453         Handle stream EOS based on BYE messages or SSRC timeout.
2454         Returns SUCCESS from the state change function as we hide our async
2455         elements from the parent.
2456
2457 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2458
2459         * gst/debug/rndbuffersize.c:
2460           Fix da leak.
2461
2462 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2463
2464         * gst/debug/Makefile.am:
2465         * gst/debug/breakmydata.c:
2466         * gst/debug/gstdebug.c:
2467         * gst/debug/negotiation.c:
2468         * gst/debug/progressreport.c:
2469         * gst/debug/rndbuffersize.c:
2470         * gst/debug/testplugin.c:
2471           Add new test element and clean-up the others a little.
2472
2473 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2474
2475         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2476         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2477
2478 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2479
2480         * gst/rtp/gstrtpilbcdepay.c:
2481           Include stdlib.
2482
2483 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2484
2485         * gst/rtp/gstrtpmpvdepay.c:
2486         Set the mpegversion in the caps so that autoplugging does not get
2487         confused.
2488
2489 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2490
2491         * po/hu.po:
2492         * po/uk.po:
2493         * po/vi.po:
2494           Updated translations.
2495
2496 2007-08-08  Michael Smith <msmith@fluendo.com>
2497
2498         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2499           Render right border in the correct location.
2500
2501 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2502
2503         Patch by: Olivier Crete <tester at tester dot ca>
2504
2505         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2506         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2507         Make mode property a string. Fixes #464475.
2508
2509 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2510
2511         * ext/flac/gstflacenc.c:
2512           Widen caps to match decoder a bit and add more FIXMEs.
2513
2514 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2515
2516         patch by: Mark Nauwelaerts <manauw@skynet.be>
2517
2518         * gst/avi/gstavimux.c:
2519           Fix ODML index tag numbering. Fixes #463624.
2520
2521 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2522
2523         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2524         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2525         (gst_rtspsrc_stream_configure_tcp),
2526         (gst_rtspsrc_stream_configure_udp_sink):
2527         Fix default clock-rate for realmedia.
2528         Fix parsing of transport.
2529         Don't try to link NULL pads.
2530
2531 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2532
2533         * po/POTFILES.skip:
2534           Add POTFILES.skip with list of source files that aren't disted at the
2535           moment but contain translatable strings. Should hopefully pacify
2536           broken tools and make it clearer that these files are left out
2537           intentionally (#461600).
2538
2539 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2540
2541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2542         If the buffer was entirely clipped ... don't try sending it :)
2543
2544 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2545
2546         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2547         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2548         (gst_rtspsrc_create_transports_string),
2549         (gst_rtspsrc_prepare_transports):
2550         If we don't hav a session manager, set the caps on outgoing buffers
2551         ourselves.
2552         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2553         Append final bit of the transport string even when it does not contain a
2554         placeholder.
2555
2556 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2557
2558         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2559         (gst_rtsp_ext_list_connect):
2560         * gst/rtsp/gstrtspext.h:
2561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2562         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2563         Clean up the interface list.
2564         Allow connecting to interface signals for the extensions.
2565         Remove old extension code.
2566         Free list on cleanup.
2567         Allow extensions to send additional RTSP messages.
2568
2569 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2570
2571         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2572         Handle a NULL gconf key gracefully by rendering the default element.
2573
2574 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2575
2576         * gst/rtsp/gstrtspext.h:
2577         Fix include path for extension interface.
2578
2579 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2580
2581         * gst/audiofx/audioamplify.h:
2582         Also remove a now unecessary variable here.
2583
2584 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2585
2586         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2587         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2588         * gst/audiofx/audiodynamic.c:
2589         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2590         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2591         * gst/audiofx/audiodynamic.h:
2592         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2593         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2594         * gst/audiofx/audioinvert.h:
2595         Don't save format information ourselves, this is already saved in
2596         GstAudioFilter.
2597
2598 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2599
2600         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2601         (gst_rtsp_ext_list_stream_select):
2602         * gst/rtsp/gstrtspext.h:
2603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2604         Use rank to filter out extensions.
2605         Add url to stream_select interface call.
2606
2607 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2608
2609         * gst/rtsp/Makefile.am:
2610         * gst/rtsp/base64.c:
2611         * gst/rtsp/base64.h:
2612         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2613         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2614         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2615         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2616         (gst_rtsp_ext_list_setup_media),
2617         (gst_rtsp_ext_list_configure_stream),
2618         (gst_rtsp_ext_list_get_transports),
2619         (gst_rtsp_ext_list_stream_select):
2620         * gst/rtsp/gstrtspext.h:
2621         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2622         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2623         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2624         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2625         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2626         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2627         (gst_rtspsrc_stream_configure_tcp),
2628         (gst_rtspsrc_stream_configure_mcast),
2629         (gst_rtspsrc_stream_configure_udp),
2630         (gst_rtspsrc_stream_configure_udp_sink),
2631         (gst_rtspsrc_stream_configure_transport),
2632         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2633         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2634         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2635         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2636         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2637         (gst_rtspsrc_parse_methods),
2638         (gst_rtspsrc_create_transports_string),
2639         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2640         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2641         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2642         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2643         * gst/rtsp/gstrtspsrc.h:
2644         * gst/rtsp/rtsp.h:
2645         * gst/rtsp/rtspconnection.c:
2646         * gst/rtsp/rtspconnection.h:
2647         * gst/rtsp/rtspdefs.c:
2648         * gst/rtsp/rtspdefs.h:
2649         * gst/rtsp/rtspext.h:
2650         * gst/rtsp/rtspextwms.c:
2651         * gst/rtsp/rtspextwms.h:
2652         * gst/rtsp/rtspmessage.c:
2653         * gst/rtsp/rtspmessage.h:
2654         * gst/rtsp/rtsprange.c:
2655         * gst/rtsp/rtsprange.h:
2656         * gst/rtsp/rtsptransport.c:
2657         * gst/rtsp/rtsptransport.h:
2658         * gst/rtsp/rtspurl.c:
2659         * gst/rtsp/rtspurl.h:
2660         * gst/rtsp/sdp.h:
2661         * gst/rtsp/sdpmessage.c:
2662         * gst/rtsp/sdpmessage.h:
2663         * gst/rtsp/test.c:
2664         Use shiny new RTSP and SDP library.
2665         Implement RTSP extensions using the new interface.
2666         Remove a lot of old code.
2667
2668 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2669
2670         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2671         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2672
2673 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2674
2675         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2676         Don't unref the outgoing buffer twice when dropping it because it's
2677         outside of the segment.
2678
2679 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2680
2681         * configure.ac:
2682         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2683         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2684         Use the new buffer clipping function from gstaudio here and
2685         require gst-plugins-base CVS.
2686         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2687         For framed Wavpack buffers we require a valid timestamp.
2688
2689 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2690
2691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2692         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2693         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2694         Clip raw audio and video when we can, keep track of current output
2695         segment.
2696         Don't leak buffers and events when there is no output pad.
2697         Improve debugging here and there.
2698
2699 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2700
2701         * configure.ac:
2702           Sync liboil check with plugins-base.
2703
2704 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2705
2706         * ext/annodex/Makefile.am:
2707           Fix CFLAGS/LIBS.
2708
2709         * ext/cdio/gstcdiocddasrc.c:
2710         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2711           Include stdlib
2712
2713         * ext/cairo/Makefile.am:
2714         * gst/videofilter/Makefile.am:
2715         * tests/examples/level/Makefile.am:
2716           Use $(LIBM) instead of -lm
2717
2718 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2719
2720         * sys/v4l2/gstv4l2src.c:
2721           Add another example pipeline.
2722
2723 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2724
2725         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2726
2727         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2728           Use define here.
2729
2730         * sys/v4l2/gstv4l2tuner.c:
2731         (gst_v4l2_tuner_set_frequency_and_notify):
2732           Don't touch the property - its still disabled.
2733
2734         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2735         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2736         * sys/v4l2/v4l2src_calls.h:
2737           Improve fallback format negotionation. Fixes #451388
2738
2739 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2740
2741         * tests/check/elements/videocrop.c: (GST_START_TEST):
2742           Fix the test.
2743
2744 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2745
2746         * docs/plugins/Makefile.am:
2747         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2748         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2749         * docs/plugins/inspect/plugin-jpeg.xml:
2750         * docs/plugins/inspect/plugin-png.xml:
2751         * ext/jpeg/gstjpegdec.c:
2752         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2753         (gst_pngdec_sink_setcaps):
2754           More docs. More logs in pngdec.
2755
2756 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2757
2758         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2759           Initialize num_buffers with minimum value.
2760
2761         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2762         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2763           Handle frame-size query failure gracefully.
2764
2765 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2766
2767         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2768         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2769         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2770         of qt/aac files.
2771
2772 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2773
2774         * ext/wavpack/gstwavpackdec.c:
2775         (gst_wavpack_dec_clip_outgoing_buffer):
2776         Fix buffer clipping to correctly clip to the segment stop.
2777
2778 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2779
2780         * configure.ac:
2781         * tests/Makefile.am:
2782         Remove bogus check for libcheck, since we check for
2783         gstreamer-check and it pulls in the required info from there,
2784         and we weren't actually _using_ the information for libcheck
2785         ourselves anyway.
2786
2787 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2788
2789         * configure.ac:
2790           Use pkg-config to locate check.
2791
2792 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2793
2794         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2795         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2796         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2797         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2798         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2799         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2800         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2801         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2802         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2803         * gst/effectv/gstrev.c: (gst_revtv_transform):
2804         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2805         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2806         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2807         * gst/matroska/matroska-demux.c:
2808         (gst_matroska_demux_add_wvpk_header),
2809         (gst_matroska_demux_check_subtitle_buffer),
2810         (gst_matroska_decode_buffer):
2811         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2812           Fix build against core CVS.
2813
2814 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2815
2816         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2817         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2818         don't have enough granularity to convert that boolean into a
2819         GstFlowReturn.
2820
2821 2007-07-06  Michael Smith <msmith@fluendo.com>
2822
2823         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2824         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2825         (gst_alawdec_change_state):
2826         * gst/law/alaw-decode.h:
2827         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2828         (gst_mulawdec_class_init), (gst_mulawdec_init),
2829         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2830         * gst/law/mulaw-decode.h:
2831           Fix capsnego bogosity in *law decoders. 
2832
2833 2007-07-06  Michael Smith <msmith@fluendo.com>
2834
2835         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2836         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2837         (gst_smokeenc_change_state):
2838         * ext/jpeg/gstsmokeenc.h:
2839           Remove stupidity in get/set caps functions.
2840           Fix some refcounting problems.
2841
2842 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2843
2844         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2845         Remove endianness-flipping hack that seems to have been required
2846         only because of a bug in ffmpegcolorspace.
2847         Partially Fixes: #451908
2848
2849 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2850
2851         * docs/plugins/Makefile.am:
2852           Simplify --extra-dir as gtkdoc scans recursively.
2853
2854 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2855
2856         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2857
2858         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2859         Set the encoding-name in the rtp caps to all uppercase, as required by
2860         the caps spec.
2861         Some small cleanups in the error paths. Fixes #453037.
2862
2863 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2864
2865         * ext/wavpack/gstwavpackparse.c:
2866         (gst_wavpack_parse_index_get_last_entry),
2867         (gst_wavpack_parse_index_get_entry_from_sample),
2868         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2869         (gst_wavpack_parse_scan_to_find_sample):
2870         * ext/wavpack/gstwavpackparse.h:
2871         Use a GSList for the GArray that is used like a list anyway.
2872
2873 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2874
2875         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2876         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2877         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2878           Add state change function where we set 0/1 as default framerate in
2879           case our setcaps function isn't called, like it might not in a
2880           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2881           gdkpixbufdec trying to create caps with a 0/0 framerate.
2882           Also post an error message on the bus if gst_pad_push() fails when
2883           called from our sink event handler (+1 for flow returns for event
2884           functions in 0.11) instead of failing silently.
2885
2886 2007-06-27  Wim Taymans  <wim@fluendo.com>
2887
2888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2889         Cast stack args to the proper types. Fixes #451249.
2890
2891 2007-06-27  Wim Taymans  <wim@fluendo.com>
2892
2893         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2894         (new_session_pad), (gst_rtspsrc_setup_streams):
2895         * gst/rtsp/gstrtspsrc.h:
2896         For container formats we only need to activate one of the streams so
2897         that we correctly signal no-more-pads. Fixes #451015.
2898
2899 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2900
2901         * docs/plugins/gst-plugins-good-plugins.args:
2902         * docs/plugins/inspect/plugin-aasink.xml:
2903         * docs/plugins/inspect/plugin-alaw.xml:
2904         * docs/plugins/inspect/plugin-alpha.xml:
2905         * docs/plugins/inspect/plugin-alphacolor.xml:
2906         * docs/plugins/inspect/plugin-annodex.xml:
2907         * docs/plugins/inspect/plugin-apetag.xml:
2908         * docs/plugins/inspect/plugin-audiofx.xml:
2909         * docs/plugins/inspect/plugin-auparse.xml:
2910         * docs/plugins/inspect/plugin-autodetect.xml:
2911         * docs/plugins/inspect/plugin-avi.xml:
2912         * docs/plugins/inspect/plugin-cacasink.xml:
2913         * docs/plugins/inspect/plugin-cairo.xml:
2914         * docs/plugins/inspect/plugin-cdio.xml:
2915         * docs/plugins/inspect/plugin-cutter.xml:
2916         * docs/plugins/inspect/plugin-debug.xml:
2917         * docs/plugins/inspect/plugin-efence.xml:
2918         * docs/plugins/inspect/plugin-effectv.xml:
2919         * docs/plugins/inspect/plugin-esdsink.xml:
2920         * docs/plugins/inspect/plugin-flac.xml:
2921         * docs/plugins/inspect/plugin-flxdec.xml:
2922         * docs/plugins/inspect/plugin-gconfelements.xml:
2923         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2924         * docs/plugins/inspect/plugin-goom.xml:
2925         * docs/plugins/inspect/plugin-halelements.xml:
2926         * docs/plugins/inspect/plugin-icydemux.xml:
2927         * docs/plugins/inspect/plugin-id3demux.xml:
2928         * docs/plugins/inspect/plugin-jpeg.xml:
2929         * docs/plugins/inspect/plugin-ladspa.xml:
2930         * docs/plugins/inspect/plugin-level.xml:
2931         * docs/plugins/inspect/plugin-matroska.xml:
2932         * docs/plugins/inspect/plugin-mulaw.xml:
2933         * docs/plugins/inspect/plugin-multipart.xml:
2934         * docs/plugins/inspect/plugin-navigationtest.xml:
2935         * docs/plugins/inspect/plugin-ossaudio.xml:
2936         * docs/plugins/inspect/plugin-png.xml:
2937         * docs/plugins/inspect/plugin-quicktime.xml:
2938         * docs/plugins/inspect/plugin-rtp.xml:
2939         * docs/plugins/inspect/plugin-rtsp.xml:
2940         * docs/plugins/inspect/plugin-smpte.xml:
2941         * docs/plugins/inspect/plugin-speex.xml:
2942         * docs/plugins/inspect/plugin-taglib.xml:
2943         * docs/plugins/inspect/plugin-udp.xml:
2944         * docs/plugins/inspect/plugin-videobalance.xml:
2945         * docs/plugins/inspect/plugin-videobox.xml:
2946         * docs/plugins/inspect/plugin-videocrop.xml:
2947         * docs/plugins/inspect/plugin-videoflip.xml:
2948         * docs/plugins/inspect/plugin-videomixer.xml:
2949         * docs/plugins/inspect/plugin-wavenc.xml:
2950         * docs/plugins/inspect/plugin-wavparse.xml:
2951         * docs/plugins/inspect/plugin-ximagesrc.xml:
2952           Update docs with caps info.
2953
2954 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2955
2956         * po/POTFILES.in:
2957           Add more files with translatable strings (#450878).
2958
2959 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2960
2961         * MAINTAINERS:
2962         Updating all the maintainers files
2963
2964 2007-06-22  Edward Hervey  <edward@fluendo.com>
2965
2966         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2967         * gst/interleave/deinterleave.c: (deinterleave_init),
2968         (deinterleave_sink_link):
2969         * gst/interleave/interleave.c: (interleave_init):
2970         * gst/median/gstmedian.c: (gst_median_init):
2971         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2972         Fix memory leaks.
2973         * tests/check/elements/id3demux.c: (pad_added_cb):
2974         Remove unused variable.
2975
2976 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2977
2978         * ext/gconf/gconf.h:
2979         Make the prototype of gst_gconf_get_key_for_sink_profile
2980         match the implementation.
2981         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2982         Fixes: #449747
2983
2984 2007-06-20  Michael Smith <msmith@fluendo.com>
2985
2986         * gst/rtp/gstrtpdepay.c:
2987           Fix description - rtpdepay is not a payloader.
2988
2989 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2990
2991         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2992         (qtdemux_video_caps):
2993         * gst/qtdemux/qtdemux_fourcc.h:
2994           Add MJPG to the variants of motion jpeg.
2995
2996 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2997
2998         * tests/check/Makefile.am:
2999         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3000         * tests/check/elements/videocrop.c: (GST_START_TEST):
3001         * tests/check/elements/videofilter.c:
3002         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3003         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3004           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3005           error flags are included and it errors out on compiler warnings
3006           for CVS builds; remove unused variables in various unit tests.
3007
3008 2007-06-19  Wim Taymans  <wim@fluendo.com>
3009
3010         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3011         (rtsp_connection_close), (rtsp_connection_free):
3012         Use threadsafe inet_ntop to convert an ip number to a string. 
3013         Fixes #447961.
3014         Don't leak fd (and ip) when freeing a connection without first closing
3015         it.
3016
3017 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3018
3019         * configure.ac:
3020         Back to CVS
3021
3022         * gst-plugins-good.doap:
3023         Add 0.10.6 to the doap file.
3024
3025 === release 0.10.6 ===
3026
3027 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3028
3029         * configure.ac:
3030           releasing 0.10.6, "Wobble Board"
3031
3032 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3033
3034         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3035         (rtsp_connection_free):
3036           Revert previous commit again, since we are frozen (sorry).
3037
3038 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3039
3040         Patch by: Peter Kjellerstedt <pkj at axis com>
3041
3042         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3043         (rtsp_connection_free):
3044           inet_ntoa() uses a static buffer internally, so we need to copy the
3045           returned string if we want to store it for later (#447961).
3046
3047 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3048
3049         * win32/vs6/autogen.dsp:
3050         * win32/vs6/gst_plugins_good.dsw:
3051         * win32/vs6/libgstalaw.dsp:
3052         * win32/vs6/libgstalpha.dsp:
3053         * win32/vs6/libgstalphacolor.dsp:
3054         * win32/vs6/libgstapetag.dsp:
3055         * win32/vs6/libgstaudiofx.dsp:
3056         * win32/vs6/libgstauparse.dsp:
3057         * win32/vs6/libgstautodetect.dsp:
3058         * win32/vs6/libgstavi.dsp:
3059         * win32/vs6/libgstcutter.dsp:
3060         * win32/vs6/libgstdirectdraw.dsp:
3061         * win32/vs6/libgstdirectsound.dsp:
3062         * win32/vs6/libgsteffectv.dsp:
3063         * win32/vs6/libgstflx.dsp:
3064         * win32/vs6/libgstgoom.dsp:
3065         * win32/vs6/libgsticydemux.dsp:
3066         * win32/vs6/libgstid3demux.dsp:
3067         * win32/vs6/libgstinterleave.dsp:
3068         * win32/vs6/libgstjpeg.dsp:
3069         * win32/vs6/libgstlevel.dsp:
3070         * win32/vs6/libgstmatroska.dsp:
3071         * win32/vs6/libgstmedian.dsp:
3072         * win32/vs6/libgstmonoscope.dsp:
3073         * win32/vs6/libgstmulaw.dsp:
3074         * win32/vs6/libgstmultipart.dsp:
3075         * win32/vs6/libgstqtdemux.dsp:
3076         * win32/vs6/libgstrtp.dsp:
3077         * win32/vs6/libgstrtsp.dsp:
3078         * win32/vs6/libgstsmpte.dsp:
3079         * win32/vs6/libgstspeex.dsp:
3080         * win32/vs6/libgstudp.dsp:
3081         * win32/vs6/libgstvideobalance.dsp:
3082         * win32/vs6/libgstvideobox.dsp:
3083         * win32/vs6/libgstvideocrop.dsp:
3084         * win32/vs6/libgstvideoflip.dsp:
3085         * win32/vs6/libgstvideomixer.dsp:
3086         * win32/vs6/libgstwaveform.dsp:
3087         * win32/vs6/libgstwavenc.dsp:
3088         * win32/vs6/libgstwavparse.dsp:
3089         Mark *.dsp & *.dsw as binary files and convert to DOS line
3090         endings, as they don't load into VS6 correctly otherwise.
3091
3092 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3093
3094         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3095         (rtsp_connection_connect):
3096         Fix the MingW build. 
3097         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3098         Fixes: #446981
3099
3100 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3101
3102         * tests/check/elements/.cvsignore:
3103         * tests/icles/.cvsignore:
3104         Hush the buildbots up
3105
3106 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3107
3108         * configure.ac:
3109         * sys/Makefile.am:
3110         * sys/directdraw/Makefile.am:
3111         * sys/directsound/Makefile.am:
3112         * sys/waveform/Makefile.am:
3113         Make sure to dist everything needed for win32 builds.
3114
3115 2007-06-14  Edward Hervey  <edward@fluendo.com>
3116
3117         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3118         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3119         caps.
3120         Fixes #447458
3121
3122 2007-06-13  Wim Taymans  <wim@fluendo.com>
3123
3124         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3125         Make sure we allocate enough memory for the codec_data.
3126         Fixes #447210.
3127
3128 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3129
3130         * win32/MANIFEST:
3131         Add videocrop project file to the win32 manifest.
3132         * win32/vs6/gst_plugins_good.dsw:
3133         Add qtdemux,videocrop and waveform projects to the workspace.
3134         * win32/vs6/libgstqtdemux.dsp:
3135         Add zlib to the link list of qtdemux.
3136         * win32/vs6/libgstvideocrop.dsp:
3137         Add a project file for videocrop.
3138
3139 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3140
3141         * po/POTFILES.in:
3142         Add qtdemux for translation
3143
3144 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3145
3146         * configure.ac:
3147         * docs/plugins/Makefile.am:
3148         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3149         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3150         * docs/plugins/inspect/plugin-videocrop.xml:
3151         * gst-plugins-good.spec.in:
3152         * sys/Makefile.am:
3153         * tests/check/Makefile.am:
3154         * tests/icles/Makefile.am:
3155         * tests/icles/videocrop-test.c:
3156         Move videocrop and osxvideo from -bad.
3157
3158 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3159
3160         * configure.ac:
3161         * docs/plugins/Makefile.am:
3162         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3163         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3164         * docs/plugins/gst-plugins-good-plugins.args:
3165         * docs/plugins/inspect/plugin-qtdemux.xml:
3166         * docs/plugins/inspect/plugin-quicktime.xml:
3167         * win32/MANIFEST:
3168         Move qtdemux from -bad.
3169
3170         * gst-plugins-good.spec.in:
3171         Update spec file to reflect moving of qtdemux and wavpack
3172
3173 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3174         
3175         * win32/MANIFEST:
3176         * docs/plugins/Makefile.am:
3177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3179         * docs/plugins/inspect/plugin-directdraw.xml:
3180         * docs/plugins/inspect/plugin-directsound.xml:
3181         * docs/plugins/inspect/plugin-waveform.xml:
3182         Move the waveform plugin from -bad too. Update the inspect xml
3183         files to mention Plugins Good instead of Plugins Bad.
3184
3185 2007-06-12  Andy Wingo  <wingo@pobox.com>
3186
3187         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3188         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3189         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3190         finalization and resuscitation. No longer public.
3191         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3192         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3193         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3194         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3195         miniobject semantics, and be threadsafe.
3196         (gst_v4l2src_queue_frame): Remove this function, as we just call
3197         the ioctls directly in the two places where we queue buffers.
3198         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3199         directly.
3200         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3201         to allocate the pool, which also preallocates the GstBuffers.
3202         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3203         queueing the frames directly.
3204         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3205         mmap buffers have been dequeued.
3206
3207         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3208         real MiniObject instead of rolling our own refcounting and
3209         finalizing. Give it a lock.
3210         (struct _GstV4l2Buffer): Remove one intermediary object, having
3211         the buffers hold the struct v4l2_buffer directly.
3212
3213         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3214         capture_init so that it can set them on the buffers that it will
3215         create.
3216         (gst_v4l2src_get_read): For better or for worse, include the
3217         timestamping and offsetting code here; really we should be using
3218         bufferalloc though.
3219         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3220         preallocated, mmap'd buffers.
3221
3222 2007-06-11  Wim Taymans  <wim@fluendo.com>
3223
3224         Patch by: daniel fischer <dan at f3c dot com>
3225
3226         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3227         (gst_ximage_src_get_caps):
3228         Actually use the display_name property so that we can dump any
3229         available X display. Fixes #445905.
3230
3231 2007-06-11  Wim Taymans  <wim@fluendo.com>
3232
3233         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3234
3235         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3236         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3237         Add missing rate fields to caps. Fixes #441118.
3238
3239 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3240
3241         * win32/vs6/gst_plugins_good.dsw:
3242         * win32/vs8/gst-plugins-good.sln:
3243         Add DirectSound and DirectDraw sinks project files to
3244         workspace and solution files.
3245
3246 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3247
3248         Patch by: Josh Coalson <xflac at yahoo dot com>,
3249         updated by Alexis Ballier <aballier at gentoo dot org>:
3250
3251         * configure.ac:
3252         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3253         (gst_flac_dec_setup_seekable_decoder),
3254         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3255         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3256         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3257         * ext/flac/gstflacdec.h:
3258         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3259         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3260         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3261         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3262         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3263         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3264         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3265         * ext/flac/gstflacenc.h:
3266         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3267         
3268 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3269
3270         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3271         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3272         not necessary anymore as we need at least that core version. 
3273
3274 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3275
3276         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3277         (gst_wavpack_dec_chain):
3278         * ext/wavpack/gstwavpackdec.h:
3279         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3280         (gst_wavpack_parse_push_buffer):
3281         * ext/wavpack/gstwavpackparse.h:
3282         Improve discont handling by checking if the next Wavpack block has
3283         the expected, following block index.
3284
3285 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3286
3287         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3288           Fix element description.
3289
3290 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3291
3292         * configure.ac:
3293         * docs/plugins/Makefile.am:
3294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3296         * docs/plugins/gst-plugins-good-plugins.args:
3297         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3298         * docs/plugins/gst-plugins-good-plugins.signals:
3299         * docs/plugins/inspect/plugin-autodetect.xml:
3300         * docs/plugins/inspect/plugin-gconfelements.xml:
3301         * docs/plugins/inspect/plugin-ladspa.xml:
3302         * docs/plugins/inspect/plugin-rtp.xml:
3303         * docs/plugins/inspect/plugin-wavpack.xml:
3304         * ext/Makefile.am:
3305         * tests/check/Makefile.am:
3306           move wavpack plugin.  See #352605.
3307
3308 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3309
3310         * configure.ac:
3311         * docs/plugins/Makefile.am:
3312         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3313         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3314         * docs/plugins/gst-plugins-good-plugins.args:
3315         * sys/Makefile.am:
3316         * win32/MANIFEST:
3317         Add DirectDraw & DirectSound plugins to the build and docs.
3318
3319 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3320
3321         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3322         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3323           When operating in pull mode, error out correct on not-linked.
3324
3325 2007-06-06  Andy Wingo  <wingo@pobox.com>
3326
3327         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3328         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3329         format and size if the ioctls are defined; should fix compilation
3330         on Linux < 2.16.19.
3331
3332 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3333
3334         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3335           Printf fixes in debug statements; use LOG level for debug statements
3336           that are printed for each and every frame; convert c++ comments to
3337           C-style comments; not much point using g_try_malloc() if we then not
3338           even check the return value.
3339
3340 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * configure.ac:
3343           Bump requirements to released versions (core and base 0.10.13).
3344
3345         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3346           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3347           own implementation.
3348
3349 2007-06-05  Andy Wingo  <wingo@pobox.com>
3350
3351         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3352         some useless comments.
3353
3354         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3355         frames before calling STREAMON, that might leave them in a state
3356         where they can't be dequeued if we go back to NULL without calling
3357         STREAMON, according to the docs.
3358         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3359         before we call STREAMON.
3360         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3361         failures. (For me this code hung.) The pool refcounting is still
3362         crack; added a note to that effect.
3363
3364 2007-06-05  Wim Taymans  <wim@fluendo.com>
3365
3366         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3367         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3368         Add support for mapping gst structure names to the MIME type equivalent.
3369         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3370
3371 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3372
3373         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3374         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3375         (gst_wavenc_chain), (gst_wavenc_change_state):
3376         * gst/wavenc/gstwavenc.h:
3377         Properly write wav files with width!=depth by having the depth most
3378         significant bytes set and all others zero. Fixes #442535.
3379
3380 2007-06-01  Wim Taymans  <wim@fluendo.com>
3381
3382         * gst/rtsp/rtspconnection.c:
3383         Add include to make buildbot happy.
3384
3385 2007-06-01  Wim Taymans  <wim@fluendo.com>
3386
3387         Patch by: Peter Kjellerstedt  <pkj at axis com>
3388
3389         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3390         (rtsp_connection_connect), (add_date_header),
3391         (rtsp_connection_send), (parse_response_status),
3392         (parse_request_line), (parse_line), (rtsp_connection_receive):
3393         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3394         * gst/rtsp/rtspdefs.h:
3395         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3396         (rtsp_message_init_request), (rtsp_message_init_response),
3397         (rtsp_message_remove_header), (rtsp_message_append_headers),
3398         (rtsp_message_dump):
3399         * gst/rtsp/rtspmessage.h:
3400         Improves version checking, allowing an RTSP server to reply with "505
3401         RTSP Version not supported.
3402         Adds a Date header to all messages.
3403         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3404         want to be able to send a response even if something in the request was
3405         invalid. EINVAL is only used when passing wrong arguments to functions.
3406         Do not handle an invalid method in parse_request_line(). Defer this to
3407         the caller so it can respond with "405 Method Not Allowed".
3408         Improves parsing of the timeout parameter to the Session header,
3409         allowing whitespace after the semicolon. 
3410         Avoids a compiler warning due to variables shadowing a function argument.
3411
3412 2007-06-01  Wim Taymans  <wim@fluendo.com>
3413
3414         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3415
3416         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3417         (gst_rtp_amr_depay_process):
3418         * gst/rtp/gstrtpamrdepay.h:
3419         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3420         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3421         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3422         * gst/rtp/gstrtpamrpay.h:
3423         Add support for AMR-WB.
3424         Small cleanups such as using BOILERPLATE.
3425
3426 2007-05-31  Wim Taymans  <wim@fluendo.com>
3427
3428         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3429         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3430
3431 2007-05-30  Andy Wingo  <wingo@pobox.com>
3432
3433         * sys/v4l2/gstv4l2object.h: 
3434         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3435         unintended changes.
3436
3437         * sys/v4l2/v4l2src_calls.h: 
3438         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3439         the format list in the order that the driver gives it to us.
3440         (gst_v4l2src_probe_caps_for_format_and_size)
3441         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3442         based on the capabilities of the device.
3443         (gst_v4l2src_grab_frame): Update for object variable renaming.
3444         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3445         as in the set_caps below.
3446         (gst_v4l2src_capture_init): Update for object variable renaming,
3447         and reflow.
3448         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3449         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3450         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3451         (gst_v4l2src_get_fps): Remove; these functions don't have much
3452         meaning outside of an atomic set_caps method.
3453         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3454         known.
3455
3456         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3457         call to update_fps; not sure about this change.
3458         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3459         moment we don't have an update_fps_func.
3460
3461         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3462         structures in the object, just store what we need. Do store the
3463         probed caps of the device. Don't store the current frame rate.
3464
3465         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3466         update_fps_function, for now. Update for new object variable
3467         naming.
3468         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3469         new object variable naming.
3470         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3471         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3472         (gst_v4l2src_get_caps): Rework to probe the device for supported
3473         frame sizes and frame rates.
3474         (gst_v4l2src_set_caps): Rework to be strict in the given
3475         parameters: if someone asks us to have a certain size and rate,
3476         that is what we configure.
3477         (gst_v4l2src_get_read): Update for object variable naming. Don't
3478         leak buffers on short reads.
3479         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3480         comments.
3481         (gst_v4l2src_create): Update for object variable naming.
3482
3483 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3484
3485         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3486         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3487         * gst/avi/gstavidemux.h:
3488           Parse subtitle text streams instead of erroring out (#442034). Still
3489           needs a parser for the subtitles to actually show up.
3490
3491 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3492
3493         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3494         (gst_avi_demux_loop):
3495           Make _push_event() return TRUE if the event could be pushed on at
3496           least one pad and not only if it could be pushed on all pads,
3497           otherwise we'll end up posting an error message on EOS if one or
3498           more source pads are not connected.
3499
3500 2007-05-28  Wim Taymans  <wim@fluendo.com>
3501
3502         * gst/rtsp/rtsptransport.c:
3503         Use renamed RTP bin.
3504
3505 2007-05-28  Wim Taymans  <wim@fluendo.com>
3506
3507         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3508
3509         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3510         (gst_video_box_set_property), (gst_video_box_transform_caps),
3511         (video_box_recalc_transform), (gst_video_box_set_caps),
3512         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3513         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3514         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3515         (gst_video_box_i420_i420), (gst_video_box_transform),
3516         (plugin_init):
3517         Add AYUV->AYUV and AYUV->I420 formats. 
3518         Fix negotiation and I420->AYUV conversion.
3519         Fixes #429329.
3520
3521 2007-05-26  Wim Taymans  <wim@fluendo.com>
3522
3523         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3524         Use different variables for nested for loops so that the outer loop
3525         functions properly and speex files with multiple frames per buffer work
3526         properly.
3527         Fixes #441408.
3528
3529 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3530
3531         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3532           Don't leak newsegment events.
3533
3534 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         * gst/wavparse/Makefile.am:
3537           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3538           drags it in.
3539
3540 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3541
3542         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3543         (notgst_value_array_append_buffer),
3544         (gst_flac_enc_process_stream_headers),
3545         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3546         (gst_flac_enc_change_state):
3547         * ext/flac/gstflacenc.h:
3548           Collect headers, add "streamheader" field to output caps and set
3549           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3550           produces output according to the official FLAC-to-Ogg mapping
3551           instead of completely broken files. Fixes #426044.
3552
3553 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3554
3555         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3556         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3557         (gst_id3demux_sink_event):
3558         * gst/id3demux/gstid3demux.h:
3559         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3560         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3561         (gst_tag_demux_send_new_segment):
3562         Handle and adjust new-segment events so that downstream really
3563         sees a stream with the tag pieces stripped off the front and back.
3564         Fixes strangeness in seeking when mp3 decoders use the new-segment
3565         byte position to estimate their current playback position timestamp
3566         and then the arriving buffers don't match up.
3567
3568 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3569
3570         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3571           Don't unnecessarily perform a READY->NULL->READY transition on the
3572           detected audio sink when starting up. Fixes: #440127
3573
3574 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3575
3576         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3577         (gst_flac_enc_chain):
3578           Don't crash in chain function if setcaps hasn't been called.
3579
3580 2007-05-24  Wim Taymans  <wim@fluendo.com>
3581
3582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3583         Init value to avoid infinte loops.
3584
3585 2007-05-24  Wim Taymans  <wim@fluendo.com>
3586
3587         Patch by: Peter Kjellerstedt  <pkj at axis com>
3588
3589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3590         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3591         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3592         (gst_rtspsrc_play):
3593         (rtsp_connection_send), (rtsp_connection_receive):
3594         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3595         Fix for new API.
3596
3597         * gst/rtsp/rtspconnection.c: (add_auth_header),
3598         Only add authorisation and session headers when sending messages.
3599
3600         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3601         (rtsp_message_init_request), (rtsp_message_init_response),
3602         (rtsp_message_unset), (rtsp_message_add_header),
3603         (rtsp_message_remove_header), (rtsp_message_get_header),
3604         (rtsp_message_append_headers), (dump_key_value),
3605         (rtsp_message_dump):
3606         * gst/rtsp/rtspmessage.h:
3607         Add support for multiple headers of the same type by storing the parsed
3608         headers in a GArray instaed of a hashtable.
3609
3610 2007-05-21  Wim Taymans  <wim@fluendo.com>
3611
3612         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3613         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3614         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3615         safer shutdown.
3616
3617 2007-05-21  Wim Taymans  <wim@fluendo.com>
3618
3619         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3620         * gst/rtsp/gstrtpdec.h:
3621         Added signal for backwards compat.
3622
3623 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3624         
3625         Patch by: René Stadler <mail at renestadler dot de>
3626
3627         * configure.ac:
3628         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3629         (gst_au_parse_parse_header), (gst_au_parse_chain):
3630         * gst/auparse/gstauparse.h:
3631         Use audioconvert for converting from non-native endianness floats
3632         in auparse instead of doing it ourself. Fixes #424527.
3633         This needs the audioconvert from plugins-base CVS.
3634         
3635 2007-05-21  Wim Taymans  <wim@fluendo.com>
3636
3637         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3638         (gst_rtp_h263p_pay_flush):
3639         Fix enum registration.
3640
3641 2007-05-21  Wim Taymans  <wim@fluendo.com>
3642
3643         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3644
3645         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3646         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3647         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3648         (gst_rtp_h263p_pay_flush):
3649         * gst/rtp/gstrtph263ppay.h:
3650         Add new fragmentation mode base on GOB headers. Fixes #438940.
3651
3652 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3653
3654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3655           Printf format fix.
3656
3657 2007-05-18  Wim Taymans  <wim@fluendo.com>
3658
3659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3660         Don't crash when an unsupported transport error was returned by the
3661         server, just try to configure the next stream. Fixes #439255.
3662
3663 2007-05-18  Wim Taymans  <wim@fluendo.com>
3664
3665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3666         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3667         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3668         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3669         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3670         * gst/rtsp/gstrtspsrc.h:
3671         Add TCP timeout property and use it for all TCP connection.
3672
3673         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3674         (rtsp_connection_write), (rtsp_connection_next_timeout),
3675         (rtsp_connection_reset_timeout):
3676         Make connect and writes cancelable and make them use the timeout.
3677
3678 2007-05-18  Wim Taymans  <wim@fluendo.com>
3679
3680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3681         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3682         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3683         (gst_rtspsrc_setup_streams):
3684         Refactor timeout handling.
3685         Also send keep-alive when dealing with TCP transport.
3686
3687         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3688         (rtsp_connection_free), (rtsp_connection_next_timeout),
3689         (rtsp_connection_reset_timeout):
3690         * gst/rtsp/rtspconnection.h:
3691         Use a timer to handle the session timeouts, add some methods to deal
3692         with timeouts.
3693
3694 2007-05-17  Wim Taymans  <wim@fluendo.com>
3695
3696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3697         (gst_rtspsrc_setup_streams):
3698         Ignore streams that fail the setup command, we will retry with a
3699         different transport later on.
3700
3701         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3702         (rtsp_ext_wms_configure_stream):
3703         Fix encoding name case.
3704
3705 2007-05-16  Edward Hervey  <edward@fluendo.com>
3706
3707         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3708         Fix build on macosx.
3709
3710 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3711
3712         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3713         Replace direct comparison of a string with the string literal "" with
3714         a comparison of the first character with '\0'. Fixes #438926.
3715
3716 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3717
3718         * gst/debug/breakmydata.c (gst_break_my_data_init):
3719           One more try. This should be the proper fix now.
3720
3721 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3722
3723         * gst/debug/breakmydata.c:
3724           Ooops, no // comments please.
3725
3726 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3727
3728         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3729         (gst_break_my_data_init):
3730           Fix gst_buffer_is_writable() assertion.
3731
3732 2007-05-14  David Schleef  <ds@schleef.org>
3733
3734         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3735           video/x-raw-bayer.  Fixes #314160.
3736
3737 2007-05-14  Wim Taymans  <wim@fluendo.com>
3738
3739         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3740         (gst_rtp_theora_depay_parse_configuration):
3741         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3742         (gst_rtp_theora_pay_finish_headers),
3743         (gst_rtp_theora_pay_handle_buffer):
3744         Update theora pay/depayloader in a similar to vorbis.
3745
3746         * gst/rtp/gstrtpvorbisdepay.c:
3747         (gst_rtp_vorbis_depay_parse_configuration):
3748         Update docs.
3749
3750 2007-05-14  Wim Taymans  <wim@fluendo.com>
3751
3752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3753         When we try to execute a method that is not supported by the server,
3754         don't error out but remove the method from the accepted methods so that
3755         we never try to perform this method again.
3756
3757 2007-05-14  Wim Taymans  <wim@fluendo.com>
3758
3759         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3760         Remove annoying _dump_mem.
3761
3762 2007-05-14  Wim Taymans  <wim@fluendo.com>
3763
3764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3765         Parse range correctly.
3766
3767         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3768         The baseurl now always has a '/' at the start.
3769
3770 2007-05-14  Wim Taymans  <wim@fluendo.com>
3771
3772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3773         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3774         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3775         Factor out caps configuration and configure more stuff such as the time
3776         ranges and speed/scale values.
3777
3778         * gst/rtsp/rtsptransport.c:
3779         Add Copyright after non-trival fixes.
3780
3781 2007-05-12  Wim Taymans  <wim@fluendo.com>
3782
3783         Patch by: Peter Kjellerstedt  <pkj at axis com>
3784
3785         * gst/rtsp/gstrtspsrc.h:
3786         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3787         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3788         (rtsp_message_get_header):
3789         * gst/rtsp/rtspmessage.h:
3790         Make channel guint8 where possible.
3791         Make rtsp_message_init_data() take the channel as a guint8.
3792
3793         * gst/rtsp/rtspdefs.c:
3794         Fixed a typo: Timout -> Timeout
3795
3796         * gst/rtsp/rtspdefs.h:
3797         Make RTSP_CHECK() behave as a statement.
3798
3799         * gst/rtsp/sdpmessage.c:
3800         Avoid a compiler warning in INIT_ARRAY().
3801         Fixes #437692.
3802
3803 2007-05-12  Wim Taymans  <wim@fluendo.com>
3804
3805         Patch by: Peter Kjellerstedt  <pkj at axis com>
3806
3807         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3808         (rtsp_url_get_request_uri):
3809         * gst/rtsp/rtspurl.h:
3810         Add support for query parameters to RTSP URLs.
3811
3812 2007-05-12  Wim Taymans  <wim@fluendo.com>
3813
3814         Patch by: Peter Kjellerstedt  <pkj at axis com>
3815
3816         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3817         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3818         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3819         (rtsp_transport_parse), (rtsp_transport_as_text):
3820         * gst/rtsp/rtsptransport.h:
3821         Add validation to rtsp_transport_parse().
3822         Add rtsp_transport_as_text() to generate an RTSP header from an
3823         RTSPTransport.
3824         Change ssrc to guint (was a string) since that is what it is, even
3825         though it is sent as a hex string.
3826         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3827         incorrect, which can be seen when looking at the examples in the RFC).
3828         Fixes #437670.
3829
3830 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3831
3832         Patch by: Eric Anholt
3833
3834         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3835           gst_ximage_src_ximage_get):
3836         Use union of all damage between frames to make it faster.
3837         Fixes bug #342463.
3838         Also fix crasher when cursor is at bottom right of window.
3839
3840 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3843           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3844           streaming mode regression for file from #343837 with 'bext' chunk
3845           before the 'fmt' chunk.
3846
3847 2007-05-11  Wim Taymans  <wim@fluendo.com>
3848
3849         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3850         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3851         (gst_rtspsrc_handle_src_event),
3852         (gst_rtspsrc_stream_configure_manager),
3853         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3854         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3855         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3856         * gst/rtsp/gstrtspsrc.h:
3857         * gst/rtsp/rtspdefs.h:
3858         Preliminary seek support.
3859         Activate internal pads so that we can receive events on them.
3860         Don't try to parse a range string when it's NULL.
3861
3862 2007-05-11  Wim Taymans  <wim@fluendo.com>
3863
3864         * gst/rtp/README:
3865         Update README with new RTP variables that will be used for
3866         synchronisation.
3867
3868         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3869         (gst_rtp_vorbis_depay_parse_configuration),
3870         (gst_rtp_vorbis_depay_process):
3871         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3872         (gst_rtp_vorbis_pay_finish_headers),
3873         (gst_rtp_vorbis_pay_handle_buffer):
3874         Update vorbis pay and depayloader to draft-04.
3875
3876 2007-05-11  Wim Taymans  <wim@fluendo.com>
3877
3878         * gst/rtsp/rtsptransport.c:
3879         UDP MCAST is actually the default for RTP/AVP.
3880 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3881
3882         * gst/level/gstlevel.c: (gst_level_transform_ip):
3883         Use guint8 * instead of gpointer then vs6 can build 
3884         in_data += (filter->width / 8).
3885
3886 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3887
3888         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3889           gst_ximage_src_ximage_get):
3890         * sys/ximage/gstximagesrc.h (last_ximage):
3891         When using Damage actually keep the last frame, and not assume
3892         that the buffer we get already has the last frame on it.
3893         Copy the cursor over if we specify a non-zero start x and
3894         start y.
3895
3896 2007-05-11  Wim Taymans  <wim@fluendo.com>
3897
3898         * gst/rtsp/rtsptransport.c:
3899         Make UDP the default transport when not specified.
3900
3901 2007-05-09  David Schleef  <ds@schleef.org>
3902
3903         * gst/level/gstlevel.c:
3904           Revert last change.
3905
3906 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3907
3908         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3909         (gst_level_transform_ip):
3910         Use guint8 * instead of gpointer then vs6 know the size of data
3911         pointed when moving the pointer.
3912         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3913         Move instructions after variables declaration.
3914         * win32/vs6/autogen.dsp:
3915         * win32/vs6/libgstrtp.dsp:
3916         * win32/vs6/libgstrtsp.dsp:
3917         Update vs6 project files.
3918
3919 2007-05-09  Wim Taymans  <wim@fluendo.com>
3920
3921         * gst/rtsp/Makefile.am:
3922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3923         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3924         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3925         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3926         (rtsp_range_free):
3927         * gst/rtsp/rtsprange.h:
3928         Add code to parse time ranges.
3929         Report DURATION on the stream when possible.
3930
3931 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3932
3933         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3934         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3935         (gst_videomixer_collected):
3936           Fix strides calculation for AYUV (it's just width*4) (#436910).
3937
3938 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3939
3940         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3941         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3942         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3943         Sync the GObject properties before each processing step to properly
3944         work with the controller.
3945
3946 2007-05-04  Wim Taymans  <wim@fluendo.com>
3947
3948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3949         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3950         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3951         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3952         (gst_rtspsrc_change_state):
3953         Let more error state trickle down so that we can catch more error
3954         cases.
3955         Handle keep-alive a little smarter by selecting a method the server
3956         actually supports.
3957         Fix a race in UDP streaming shutdown.
3958
3959 2007-05-04  Wim Taymans  <wim@fluendo.com>
3960
3961         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3962         Ignore errors when trying to use the keep-alive messages.
3963
3964 2007-05-04  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3967         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3968         (gst_rtspsrc_stream_configure_manager),
3969         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3970         (gst_rtspsrc_stream_configure_mcast),
3971         (gst_rtspsrc_stream_configure_udp),
3972         (gst_rtspsrc_stream_configure_udp_sink),
3973         (gst_rtspsrc_stream_configure_transport):
3974         Send RTCP messages back to the server over the TCP connection.
3975
3976         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3977         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3978         (rtsp_connection_receive):
3979         * gst/rtsp/rtspconnection.h:
3980         Factor out and expose lowlevel _write and _read methods.
3981         Implement sending data messages to the server.
3982
3983 2007-05-03  Wim Taymans  <wim@fluendo.com>
3984
3985         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3986         (gst_multipart_mux_collected):
3987         Fix timestamps on outgoing buffers.
3988
3989 2007-05-03  Wim Taymans  <wim@fluendo.com>
3990
3991         * gst/multipart/multipartmux.c:
3992         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3993         (gst_multipart_mux_change_state):
3994         Emit NEWSEGMENT events before pushing the first buffer.
3995
3996 2007-05-03  Wim Taymans  <wim@fluendo.com>
3997
3998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3999         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4000         (gst_rtspsrc_handle_src_query),
4001         (gst_rtspsrc_stream_configure_manager),
4002         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4003         (gst_rtspsrc_stream_configure_mcast),
4004         (gst_rtspsrc_stream_configure_udp),
4005         (gst_rtspsrc_stream_configure_udp_sink),
4006         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4007         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4008         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4009         (gst_rtspsrc_pause):
4010         Refactor transport configuration code.
4011         Create internal pads for TCP transport so that we can implement events
4012         and queries.
4013         Handle events and queries.
4014         Parse range from the SDP.
4015         Fix race in pause handler where the connection could still be flushing.
4016
4017 2007-05-02  Wim Taymans  <wim@fluendo.com>
4018
4019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4020         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4021         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4022         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4023         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4024         (gst_rtspsrc_change_state):
4025         * gst/rtsp/gstrtspsrc.h:
4026         Fix race when multiple udp sources post timeouts, just act on the first
4027         received timeout.
4028         Protect stream list with a recursive lock to fix some races.
4029         Flush connection when we need to do a reconnect or stop.
4030         Make state lock recursive.
4031
4032         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4033         (rtsp_connection_close):
4034         Some small cleanups.
4035
4036 2007-05-02  Wim Taymans  <wim@fluendo.com>
4037
4038         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4039         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4040         Only set DISCONT when there actually is a discont or when we just
4041         started.
4042
4043 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4044
4045         * ext/flac/gstflac.c: (plugin_init):
4046         Call bindtextdomain() to get localized strings.
4047
4048 2007-05-02  Wim Taymans  <wim@fluendo.com>
4049
4050         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4051         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4052         (gst_wavparse_stream_data):
4053         * gst/wavparse/gstwavparse.h:
4054         Be a bit more clever when dealing with VBR files with FACT tags, we
4055         don't want to timestamp buffers in that case but the estimated BPS can
4056         be used for seeking.
4057         Only send close segment in the streaming thread.
4058
4059 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4060
4061         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4062         Correctly post an error on the bus if something went wrong in the loop
4063         function. This fixes a few cases where the task was paused and nothing
4064         happened anymore.
4065
4066 2007-05-02  Wim Taymans  <wim@fluendo.com>
4067
4068         * gst/rtsp/test.c: (main):
4069         Fix compilation of deprecated test just because I'm too lazy to delete
4070         it.
4071
4072 2007-05-02  Wim Taymans  <wim@fluendo.com>
4073
4074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4075         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4076         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4077         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4078         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4079         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4080         * gst/rtsp/gstrtspsrc.h:
4081         Fix sending RTCP to the right place.
4082         Fix bug in reffing the wrong UDP element.
4083         Use new pad names for the session manager.
4084         Implement handling server requests in interleaved and UDP modes.
4085         Handle session keep-alive in UDP modes.
4086         Remove GCond for handling UDP timeouts.
4087
4088         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4089         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4090         (rtsp_connection_receive), (rtsp_connection_close):
4091         * gst/rtsp/rtspconnection.h:
4092         Store connection IP address for later.
4093         Add timeout args to all operations that might block forever.
4094         Parse session timeout.
4095         Only close sockets when not already closed.
4096
4097         * gst/rtsp/rtspdefs.c:
4098         * gst/rtsp/rtspdefs.h:
4099         Add timeout return value and error string.
4100
4101         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4102         Add small comment.
4103
4104 2007-05-01  Wim Taymans  <wim@fluendo.com>
4105
4106         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4107
4108         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4109         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4110         * gst/rtp/gstrtpmp4vpay.h:
4111         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4112
4113 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4114
4115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4116           Remove v4l2src from docs, since it breaks the docs build, and the
4117           plugin is only built if --enable-experimental is used anyway.
4118
4119         * docs/plugins/Makefile.am:
4120           Spaces => tab.
4121
4122 2007-04-29  Wim Taymans  <wim@fluendo.com>
4123
4124         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4125         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4126         Add code to drop membership of a multicast group.
4127
4128         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4129         (gst_udpsink_set_uri):
4130         Implement URI handler.
4131
4132         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4133         (gst_rtspsrc_parse_rtpinfo):
4134         Use URI handler to make udpsink instace.
4135         Improve code to configure port and destination.
4136
4137 2007-04-29  Wim Taymans  <wim@fluendo.com>
4138
4139         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4140         Fix multicast detection.
4141         Don't try to join a multicast group if the address is not multicast.
4142
4143         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4144         Small debug improvement.
4145
4146 2007-04-27  Wim Taymans  <wim@fluendo.com>
4147
4148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4149         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4150         (gst_rtspsrc_handle_message):
4151         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4152         parent.
4153
4154 2007-04-27  Wim Taymans  <wim@fluendo.com>
4155
4156         * gst/rtp/gstrtpilbcdepay.h:
4157         Fix mode property when specified as an arg.
4158
4159 2007-04-26  Edward Hervey  <edward@fluendo.com>
4160
4161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4163         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4164         * docs/plugins/inspect/plugin-osxaudio.xml:
4165         Add documentation for osxaudio plugin.
4166
4167 2007-04-26  Wim Taymans  <wim@fluendo.com>
4168
4169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4170         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4171         (gst_rtspsrc_open), (gst_rtspsrc_close),
4172         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4173         (gst_rtspsrc_pause):
4174         * gst/rtsp/gstrtspsrc.h:
4175         Protect state changes with a lock.
4176
4177         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4178         (parse_line):
4179         * gst/rtsp/rtspconnection.h:
4180         Remove some unused stuff.
4181
4182 2007-04-26  Wim Taymans  <wim@fluendo.com>
4183
4184         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4185         Handle the case where there are exactly 0 bytes to read and the ioctl
4186         did not report an error. Fixes #433530.
4187
4188 2007-04-26  Wim Taymans  <wim@fluendo.com>
4189
4190         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4191         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4192         * gst/wavparse/gstwavparse.h:
4193         Apply DISCONT to buffers.
4194         Only apply timestamp to the first sample after a DISCONT, too many VBR
4195         files cause random jitter in the timestamps. Fixes #433119.
4196
4197 2007-04-25  Wim Taymans  <wim@fluendo.com>
4198
4199         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4200         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4201         (gst_rtp_dec_get_property):
4202         * gst/rtsp/gstrtpdec.h:
4203         Add dummy latency property to be backwards compat with rtpbin.
4204
4205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4206         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4207         (gst_rtspsrc_stream_configure_transport),
4208         (gst_rtspsrc_parse_rtpinfo):
4209         * gst/rtsp/gstrtspsrc.h:
4210         Add latency property and configure in the session manager.
4211         Don't set invalid clock-base and seqnum-base on caps, some servers
4212         sometimes don't send them.
4213
4214 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4215
4216         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4217         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4218           Double-check that RGB input caps are really RGBA caps (apparently
4219           the core doesn't always catch it if those caps aren't a subset of
4220           our template caps, also see #421543). Fixes #429319 in a way.
4221           Also, don't leak the pad template in the transform_caps function.
4222
4223         * tests/check/Makefile.am:
4224         * tests/check/elements/.cvsignore:
4225         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4226         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4227         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4228         (GST_START_TEST), (alphacolor_suite):
4229           Add some basic unit tests for alphacolor.
4230
4231 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4232
4233         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4234           If we get a fatal flow return in the loop function, first post the
4235           error message and only then send the EOS event downstream, otherwise
4236           applications might get an eos message before the error message and
4237           think everything was ok (related to #429319).
4238
4239 2007-04-25  Wim Taymans  <wim@fluendo.com>
4240
4241         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4242         Read the channel byte as an unsigned byte.
4243
4244 2007-04-25  Wim Taymans  <wim@fluendo.com>
4245
4246         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4247         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4248         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4249         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4250         (gst_rtp_gsm_depay_setcaps):
4251         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4252         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4253         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4254         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4255         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4256         (gst_ilbc_depay_get_property):
4257         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4258         * gst/rtp/gstrtpmp4adepay.c:
4259         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4260         (gst_rtp_pcma_depay_setcaps):
4261         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4262         (gst_rtp_pcmu_depay_setcaps):
4263         Make sure we configure the clock_rate in the baseclass in the setcaps
4264         function. Fixes #431282.
4265
4266 2007-04-25  Wim Taymans  <wim@fluendo.com>
4267
4268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4269         (gst_rtspsrc_stream_free), (request_pt_map),
4270         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4271         * gst/rtsp/gstrtspsrc.h:
4272         Parse server address from SDP.
4273         Hook up a udpsink to send RTCP back to the server.
4274
4275         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4276         * gst/rtsp/rtsptransport.h:
4277         Add some docs.
4278
4279 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4280
4281         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4282           Make header field check conditional. Fixes #433135
4283
4284 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4285
4286         * docs/plugins/Makefile.am:
4287         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4288         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4289         * docs/plugins/inspect/plugin-alphacolor.xml:
4290         * gst/alpha/Makefile.am:
4291         * gst/alpha/gstalphacolor.c:
4292         * gst/alpha/gstalphacolor.h:
4293           Add minimal docs blurb to alphacolor; split out headers into
4294           separate header file for gtk-doc.
4295
4296 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * gst/debug/progressreport.c: (gst_progress_report_report):
4299           Don't try to post NULL message (in case we can't query upstream
4300           position or duration).
4301
4302 2007-04-18  Michael Smith  <msmith@fluendo.com>
4303
4304         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4305         (gst_cutter_get_caps):
4306         * gst/cutter/gstcutter.h:
4307           Fix some of the most obvious bugs in cutter. Now doesn't leak
4308           everything if input is silent.
4309
4310 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4311
4312         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4313         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4314         * gst/wavenc/gstwavenc.h:
4315         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4316         else results in a invalid block align and invalid files.
4317
4318 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         Patch by: Snaik <snaik32 gmail com>
4321
4322         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4323           Add missing break statement for BOX_HORIZONTAL case.
4324
4325 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4326
4327         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4328
4329         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4330         Use correct format strings for integer types.
4331
4332 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4333
4334         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4335         (gst_wavparse_create_sourcepad):
4336         Use gst_riff_create_audio_template_caps () instead of the local caps.
4337         This makes updates of the local caps unecessary whenever libgstriff
4338         gets support for new formats.
4339
4340 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4343
4344         * sys/sunaudio/gstsunaudio.c:
4345         * sys/sunaudio/gstsunaudiomixer.c:
4346         * sys/sunaudio/gstsunaudiomixer.h:
4347         * sys/sunaudio/gstsunaudiomixerctrl.c:
4348         * sys/sunaudio/gstsunaudiomixerctrl.h:
4349         * sys/sunaudio/gstsunaudiomixertrack.h:
4350         * sys/sunaudio/gstsunaudiosink.c:
4351         * sys/sunaudio/gstsunaudiosink.h:
4352         * sys/sunaudio/gstsunaudiosrc.c:
4353         * sys/sunaudio/gstsunaudiosrc.h:
4354           Fix and/or update copyright attributions (#430228).
4355
4356 2007-04-13  Wim Taymans  <wim@fluendo.com>
4357
4358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4359         Fix docs.
4360
4361         * gst/rtsp/URLS:
4362         Add some more example urls.
4363
4364         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4365         (gst_rtp_dec_chain_rtp):
4366         Better debugging.
4367
4368         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4369         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4370         (gst_rtspsrc_parse_rtpinfo):
4371         Remove unused code.
4372
4373 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4374
4375         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4376         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4377         (gst_wavparse_stream_data):
4378           Relax the audio/mpeg caps again and add FIXME: comment.
4379
4380 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4381
4382         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4383         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4384         (gst_wavparse_stream_data):
4385         * gst/wavparse/gstwavparse.h:
4386           More sanity check for the header fields. Fix type for 'rate' header
4387           field.
4388
4389 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4390
4391         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4392         (gst_icydemux_unicodify):
4393           If the metadata strings we get in the stream are not UTF-8, try to
4394           interpret them according to the character encodings specified in the
4395           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4396           only fall back to locale/ISO-8859-1 if those aren't set or don't
4397           work. Should fix #428901.
4398
4399 2007-04-12  Wim Taymans  <wim@fluendo.com>
4400
4401         * gst/rtp/gstrtph264depay.c:
4402         Use the proper sync word for SPS and PPS.
4403
4404 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4405
4406         * gst/rtp/Makefile.am:
4407         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4408           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4409         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4410           Add a simple hashing implementation that we can use to generate
4411           a 24-bit ident value based on the codebooks for vorbis and theora.
4412         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4413           gst_rtp_theora_pay_handle_buffer):
4414         * gst/rtp/gstrtpvorbisdepay.c
4415           (gst_rtp_vorbis_depay_parse_configuration,
4416           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4417         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4418           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4419           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4420           Use the hashing function, ensuring that the same codebooks result
4421           in the same ident and thus the same SDP description.
4422           Various log fixes/changes.
4423
4424 2007-04-12  Wim Taymans  <wim@fluendo.com>
4425
4426         Patch by: jerry tan <jerry dot tan at sun dot com>
4427
4428         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4429         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4430         application's responsibility to make sure it open the device once.
4431         Remove a careless error if AUDIODEV is set. Fixes #392620.
4432
4433 2007-04-12  Wim Taymans  <wim@fluendo.com>
4434
4435         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4436         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4437         * gst/rtsp/gstrtpdec.h:
4438         Make backward compat with rtpbin by adding the request-pt-map signals.
4439
4440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4441         (new_session_pad), (request_pt_map),
4442         (gst_rtspsrc_stream_configure_transport),
4443         (gst_rtspsrc_stream_configure_caps),
4444         (gst_rtspsrc_activate_streams):
4445         * gst/rtsp/gstrtspsrc.h:
4446         Implement request-pt-map signals instead of setting caps on the buffers
4447         for the session manager.
4448
4449 2007-04-11  Wim Taymans  <wim@fluendo.com>
4450
4451         * gst/udp/gstudp.c: (plugin_init):
4452         Register GstNetBuffer in plugin_init so that the type can be used from
4453         multiple threads without races.
4454
4455 2007-04-10  Wim Taymans  <wim@fluendo.com>
4456
4457         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4458         (gst_rtp_amr_depay_process):
4459         Fix depayloader clock_rate and some cleanups.
4460
4461         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4462         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4463         * gst/rtp/gstrtph264depay.h:
4464         Don't push codec_data in the adapter because it might get flushed when
4465         we get a discont.
4466
4467         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4468         Handle multiple AU per packet.
4469
4470         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4471         (gst_rtp_sv3v_depay_plugin_init):
4472         Disable rank, this one does not work.
4473         Remove timestamping, base class does that.
4474
4475 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4476
4477         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4478           limit caps to the formats we announce in the template
4479
4480         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4481         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4482         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4483           fix some crashers/asserts when dealing with broken files
4484
4485 2007-04-10  Wim Taymans  <wim@fluendo.com>
4486
4487         Patch by: Peter Kjellerstedt  <pkj at axis com>
4488
4489         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4490         * gst/rtp/gstrtpL16depay.c:
4491         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4492         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4493         (gst_rtp_speex_depay_setcaps):
4494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4495         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4496         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4497         Fix some compiler warnings. Fixes #428182.
4498
4499 2007-04-06  Wim Taymans  <wim@fluendo.com>
4500
4501         * gst/rtsp/Makefile.am:
4502         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4503         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4504         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4505         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4506         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4507         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4508         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4509         (create_rtcp), (gst_rtp_dec_request_new_pad),
4510         (gst_rtp_dec_release_pad):
4511         * gst/rtsp/gstrtpdec.h:
4512         * gst/rtsp/gstrtsp.c: (plugin_init):
4513         Morph RTPDec into something compatible with RTPBin as a fallback.
4514         Various other style fixes.
4515
4516         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4517         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4518         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4519         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4520         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4521         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4522         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4523         * gst/rtsp/gstrtspsrc.h:
4524         Implement RTPBin session manager handling.
4525         Don't try to add empty properties to caps.
4526         Implement fallback session manager, handling.
4527         Don't combine errors from RTCP streams, just ignore them.
4528
4529         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4530         * gst/rtsp/rtsptransport.h:
4531         Implement fallback session manager.
4532         Make RTPBin the default one when available.
4533
4534 2007-04-05  Wim Taymans  <wim@fluendo.com>
4535
4536         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4537         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4538         This element is ready to be autoplugged.
4539
4540 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4541
4542         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4543         Don't leave the offsets defined by upstream element on the
4544         compressed data buffer we are pushing downstream. Make them
4545         GST_BUFFER_OFFSET_NONE.
4546
4547 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4548
4549         * gst/avi/README:
4550         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4551         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4552         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4553         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4554         (gst_avi_demux_calculate_durations_from_index),
4555         (gst_avi_demux_stream_header_push),
4556         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4557         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4558           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4559
4560 2007-04-03  Wim Taymans  <wim@fluendo.com>
4561
4562         * gst/smpte/barboxwipes.c:
4563         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4564
4565 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4566
4567         * gst/wavparse/gstwavparse.c:
4568         Support audio/x-raw-float in wav files. This only works with
4569         plugins-base CVS, using an older version doesn't have any
4570         disadvantages though.
4571
4572 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4573
4574         * configure.ac:
4575         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4576         (gst_au_parse_parse_header), (gst_au_parse_chain):
4577         * gst/auparse/gstauparse.h:
4578         Revert last change as we don't want plugins-good to depend on
4579         plugins-base CVS now.
4580
4581 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4582
4583         * configure.ac:
4584         Require gst-plugins-base CVS for audioconvert with non-native
4585         float support and width/depth fix in libgstriff.
4586
4587         Patch by: René Stadler <mail at renestadler dot de>
4588
4589         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4590         (gst_au_parse_parse_header), (gst_au_parse_chain):
4591         * gst/auparse/gstauparse.h:
4592         Don't swap the floats ourself if they're not in native endianness.
4593         Instead let audioconvert handle this. Fixes #339838.
4594
4595 2007-03-29  Wim Taymans  <wim@fluendo.com>
4596
4597         * gst/rtp/gstasteriskh263.h:
4598         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4599         (gst_rtp_h263p_depay_change_state):
4600         * gst/rtp/gstrtph263pdepay.h:
4601         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4602         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4603         (gst_rtp_h264_depay_change_state):
4604         * gst/rtp/gstrtph264depay.h:
4605         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4606         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4607         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4608         Flush adapter on disconts.
4609
4610 2007-03-29  Wim Taymans  <wim@fluendo.com>
4611
4612         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4613         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4614         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4615         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4616         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4617         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4618         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4619         (gst_rtp_mp4v_depay_process):
4620         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4621         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4622         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4623         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4624         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4625         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4626         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4627         Use more efficient adapter and rtpbuffer methods when possible.
4628
4629 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4630
4631         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4632         (gst_wavenc_sink_setcaps):
4633         Correctly handle width!=depth input.
4634         * gst/wavparse/gstwavparse.c:
4635         Already export in the caps that width==8 uses unsigned samples and
4636         everything else uses signed samples.
4637
4638 2007-03-29  Wim Taymans  <wim@fluendo.com>
4639
4640         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4641
4642         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4643         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4644         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4645         (gst_dynudpsink_close):
4646         * gst/udp/gstdynudpsink.h:
4647         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4648         (gst_udpsrc_create), (gst_udpsrc_set_property),
4649         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4650         * gst/udp/gstudpsrc.h:
4651         Rework the socket allocation a bit based on the sockfd argument so that
4652         it becomes usable.
4653         Add a closefd property to instruct the udp elements to close the custom
4654         file descriptors when going to READY. Fixes #423304.
4655         API:GstUDPSrc::closefd property
4656         API:GstDynUDPSink::closefd property
4657
4658 2007-03-29  Wim Taymans  <wim@fluendo.com>
4659
4660         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4661
4662         * gst/rtp/Makefile.am:
4663         * gst/rtp/gstrtp.c: (plugin_init):
4664         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4665         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4666         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4667         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4668         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4669         (gst_rtp_h264_pay_plugin_init):
4670         * gst/rtp/gstrtph264pay.h:
4671         Added H264 payloader. Fixes #423782.
4672
4673         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4674         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4675         Small fixes.
4676
4677 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4678
4679         * gst/wavparse/gstwavparse.c:
4680         Actually support depths from 1 to 32, not only 8 to 32.
4681
4682 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4683
4684         * gst/wavparse/gstwavparse.c:
4685         Add support for wav files containing audio/x-raw-int with random
4686         depths between 1 and 32 bits.
4687
4688 2007-03-28  Wim Taymans  <wim@fluendo.com>
4689
4690         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4691
4692         * gst/rtp/Makefile.am:
4693         * gst/rtp/gstrtp.c: (plugin_init):
4694         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4695         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4696         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4697         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4698         (gst_rtp_mp4a_depay_get_property),
4699         (gst_rtp_mp4a_depay_change_state),
4700         (gst_rtp_mp4a_depay_plugin_init):
4701         * gst/rtp/gstrtpmp4adepay.h:
4702         Added MP4A-LATM depayloader. Fixes #417792.
4703
4704         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4705         (gst_rtp_mp4v_depay_process):
4706         Fixup depayloader, setting codec_data, using more efficient adaptor and
4707         rtpbuffer handling.
4708
4709         * gst/rtsp/URLS:
4710         Add url to test above.
4711
4712 2007-03-25  Wim Taymans  <wim@fluendo.com>
4713
4714         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4715         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4716         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4717         (gst_rtspsrc_media_to_caps),
4718         (gst_rtspsrc_stream_configure_transport),
4719         (gst_rtspsrc_stream_configure_caps),
4720         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4721         * gst/rtsp/gstrtspsrc.h:
4722         Handle default clock-rates for static payload types, rearrange stuff so
4723         that the rtpmap field in the sdp can override the defaults.
4724         Parse RTP-Info field to get the seqnum and timebase fields that should
4725         go in the caps.
4726         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4727         the server. 
4728
4729 2007-03-22  Wim Taymans  <wim@fluendo.com>
4730
4731         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4732
4733         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4734         Accept complex pipeline descriptions as an audio profile instead of just
4735         a single element. Fixes #420658.
4736
4737 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4738
4739         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4740           Rename registered type in preparation of GstTagDemux moving to
4741           -base at some point in the future.
4742
4743 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4746           Streaming mode fixes: don't unref buffer we don't own any longer;
4747           remove bogus adapter flush. Fixes #419338.
4748
4749 2007-03-17  David Schleef  <ds@schleef.org>
4750
4751         * REQUIREMENTS: Change the format to key/value, add a bunch of
4752           information, remove a bunch of requirements that are for
4753           other GStreamer packages.
4754
4755 2007-03-17  David Schleef  <ds@schleef.org>
4756
4757         * REQUIREMENTS: Fix a few things.  This file really needs a
4758         good once-over.
4759
4760 2007-03-15  Edward Hervey  <edward@fluendo.com>
4761
4762         * sys/Makefile.am:
4763         Don't forget to distribute the sys/osxaudio/ directory.
4764
4765 2007-03-15  Edward Hervey  <edward@fluendo.com>
4766
4767         * configure.ac:
4768         * sys/Makefile.am:
4769         * sys/osxaudio/Makefile.am:
4770         * sys/osxaudio/gstosxaudio.c:
4771         * sys/osxaudio/gstosxaudiosink.c:
4772         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4773         (gst_osx_audio_sink_getcaps),
4774         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4775         * sys/osxaudio/gstosxaudiosrc.c:
4776         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4777         (gst_osx_audio_src_create_ringbuffer):
4778         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4779         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4780         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4781         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4782         * sys/osxaudio/gstosxringbuffer.h:
4783         Activate osxaudio in gst-plugins-good with proper build setup.
4784         Add inlined documentation.
4785         Fix debug statements
4786         Fix ringbuffer when pausing.
4787         Fixes #323471
4788
4789 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4790         * gst/rtp/gstrtppcmapay.c:
4791         * gst/rtp/gstrtppcmapay.h:
4792         * gst/rtp/gstrtppcmupay.c:
4793         * gst/rtp/gstrtppcmupay.h:
4794         Ported mulaw and alaw payloaders to use new base class
4795
4796 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4797
4798         * po/af.po:
4799         * po/az.po:
4800         * po/cs.po:
4801         * po/en_GB.po:
4802         * po/it.po:
4803         * po/nl.po:
4804         * po/or.po:
4805         * po/sq.po:
4806         * po/sr.po:
4807         * po/sv.po:
4808         * po/uk.po:
4809         * po/vi.po:
4810           Update translations.
4811
4812 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4813
4814         * configure.ac:
4815           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4816
4817 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4820           Fix handling of -1 values for start and stop values when seeking,
4821           and SEEK_CUR+SEEK_END here as well.
4822
4823 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4824
4825         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4826           Fix handling of -1 values for start and stop values when seeking, 
4827           and SEEK_CUR+SEEK_END.
4828
4829 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4832           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4833           the image format a variable-length NUL-terminated string; in
4834           versions before that the image format is a fixed-length string of
4835           3 characters (see #348644 for a sample tag).
4836           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4837
4838 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4839
4840         * win32/MANIFEST:
4841         Add new project files to MANIFEST.
4842         * win32/vs6/libgstaudiofx.dsp:
4843         * win32/vs6/libgstrtp.dsp:
4844         * win32/vs6/libgstrtsp.dsp:
4845         Update project files.
4846         
4847 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4848
4849         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4850         (gst_avi_demux_parse_index):
4851         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4852         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4853           Printf format fixes; also add some missing quotes in translated
4854           strings. Fixes #416728 and #416727.
4855
4856 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4857
4858         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4859           Tim and I can't think of any reason the child audio sink needs to 
4860           be set back to NULL after successfully determining that it can 
4861           reach READY - it gets immediately set back to READY by the caller
4862           anyway, causing an unnecessary close/open of any audio devices
4863           involved.
4864
4865 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4866
4867         * po/LINGUAS:
4868         * po/ja.po:
4869           Add ja.po file from #377306.
4870
4871 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4872
4873         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4874         * sys/sunaudio/gstsunaudiomixertrack.c:
4875         (gst_sunaudiomixer_track_new):
4876           Actually translate sunaudio mixer track labels instead of just
4877           marking the strings as translatable (#377306); clean up weird
4878           label string mapping code that serves no apparent purpose. Also
4879           set the 'untranslated-label' property when creating mixer tracks
4880           if the GstMixerTrack base class supports this.
4881
4882         * tests/check/Makefile.am:
4883         * tests/check/elements/.cvsignore:
4884         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4885         (sunaudio_suite):
4886           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4887           actually tested on a system where sunaudiomixer is available).
4888
4889 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4890
4891         * tests/check/Makefile.am:
4892         Re-enable the states test and see if it works on the buildbots.
4893
4894 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4895
4896         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4897         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4898         (gst_dvdec_change_state):
4899         * ext/dv/gstdvdec.h:
4900         Infer pixel-aspect-ratio from the video frame format if it isn't
4901         provided by the container, as happens when playing DV from AVI
4902         or Quicktime containers.
4903
4904         Patch by: Wim Taymans <wim@fluendo.com>
4905         Fixes #380944
4906
4907 2007-03-09  Wim Taymans  <wim@fluendo.com>
4908
4909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4910         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4911         will later be handled by the jitterbuffer.
4912
4913 2007-03-09  Wim Taymans  <wim@fluendo.com>
4914
4915         * ext/taglib/gstid3v2mux.cc:
4916         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4917         Fixes #414496.
4918         
4919         Patch by: Alex Lancaster <alexl at users sourceforge net>
4920
4921 2007-03-09  Wim Taymans  <wim@fluendo.com>
4922
4923         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4924         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4925         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4926         (gst_avi_demux_chain):
4927         Fix stream position reporting after a seek. Fixes #416445.
4928
4929 2007-03-08  Wim Taymans  <wim@fluendo.com>
4930
4931         Patch by: René Stadler <mail at renestadler dot de>
4932
4933         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4934         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4935         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4936         Make avidemux accept optional header chunks in any order.
4937         Fixes #415446.
4938
4939 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4940
4941         * tests/check/Makefile.am:
4942         Disable the states check until the remaining Valgrind errors
4943         are fixed or suppressed.
4944
4945 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4946
4947         * tests/check/elements/.cvsignore:
4948           Add audiodynamic check to .cvsignore
4949
4950 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4951
4952         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4953
4954         * gst/audiofx/Makefile.am:
4955         * gst/audiofx/audiodynamic.c:
4956         (gst_audio_dynamic_characteristics_get_type),
4957         (gst_audio_dynamic_mode_get_type),
4958         (gst_audio_dynamic_set_process_function),
4959         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4960         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4961         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4962         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4963         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4964         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4965         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4966         (gst_audio_dynamic_transform_hard_knee_expander_int),
4967         (gst_audio_dynamic_transform_hard_knee_expander_float),
4968         (gst_audio_dynamic_transform_soft_knee_expander_int),
4969         (gst_audio_dynamic_transform_soft_knee_expander_float),
4970         (gst_audio_dynamic_transform_ip):
4971         * gst/audiofx/audiodynamic.h:
4972         * gst/audiofx/audiofx.c: (plugin_init):
4973         Add new audiodynamic element which can act as a compressor or
4974         expander. Supported are hard-knee and soft-knee operation modes with
4975         user-specified ratio and threshold.
4976         Attack and release parameters are not yet implemented but will follow.
4977         * docs/plugins/Makefile.am:
4978         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4979         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4980         * docs/plugins/gst-plugins-good-plugins.args:
4981         * docs/plugins/inspect/plugin-audiofx.xml:
4982         Integrate audiodynamic into the docs.
4983         * tests/check/Makefile.am:
4984         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4985         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4986         Add unit test for audiodynamic.
4987
4988 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4989
4990         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4991         Free handles that we allocated when exiting via the error paths.
4992
4993 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4994
4995         * gst/level/gstlevel.c: (gst_level_class_init),
4996         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4997         (gst_level_transform_ip):
4998         * gst/level/gstlevel.h:
4999           Resolve message timestamps against the playback segment.
5000
5001 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5002
5003         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5004         (gst_id3demux_sink_activate):
5005           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5006           caps passed to it (previously one code path assumed it took ownership
5007           while another one assumed it didn't, while in fact it sometimes did and
5008           sometimes didn't ...).
5009
5010         * configure.ac:
5011         * tests/files/Makefile.am:
5012         * tests/files/id3-407349-1.tag:
5013         * tests/files/id3-407349-2.tag:
5014           Add directory where data for unit tests can be stored.
5015
5016         * tests/Makefile.am:
5017         * tests/check/Makefile.am:
5018         * tests/check/elements/.cvsignore:
5019         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5020         (read_tags_from_file), (run_check_for_file),
5021         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5022           Add unit test for id3demux, and in particular for bug #407349. Only
5023           testing pull-mode for now; push mode doesn't work yet because the test
5024           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5025
5026 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5027
5028         * tests/check/Makefile.am:
5029           Add missing backslash at end of line.
5030
5031 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5032
5033         Trigger rebuild.
5034
5035 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5036
5037         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5038         * gst/id3demux/id3tags.h:
5039         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5040         (parse_obsolete_tdat_frame):
5041           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5042           the four-digit number will be interpreted as a year, whereas it is
5043           month and day in DDMM format. Instead, parse TDAT frames and fix up
5044           the date in the GST_TAG_DATE tag later if we also extracted a year.
5045           Fixes #407349.
5046
5047 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5048
5049         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5050         (gst_switch_commit_new_kid):
5051         Fix up the dispose logic so it doesn't leak, and fix setting of 
5052         the child state so that we don't set a child to our current state 
5053         just as we are changing it to something else.
5054
5055 2007-03-06  Wim Taymans  <wim@fluendo.com>
5056
5057         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5058         (gst_goom_chain):
5059         * gst/goom/gstgoom.h:
5060         Document, fix and improve goom adapter behaviour.
5061         Fixes #407006.
5062
5063 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5064
5065         * ext/esd/esdsink.c: (gst_esdsink_open):
5066         Unref static pad template after using it.
5067
5068 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5069
5070         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5071         (gst_switch_commit_new_kid):
5072         Fix up the reference counting of the child elements.
5073
5074 2007-03-05  Wim Taymans  <wim@fluendo.com>
5075
5076         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5077         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5078         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5079         Fix encoding-name case.
5080
5081 2007-03-05  Wim Taymans  <wim@fluendo.com>
5082
5083         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5084         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5085         (gst_rtp_speex_depay_process):
5086         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5087         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5088         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5089         (gst_rtp_speex_pay_change_state):
5090         * gst/rtp/gstrtpspeexpay.h:
5091         Fix speex (de)payloader. Fixes #358040.
5092
5093 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5094
5095         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5096         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5097         Install fakesink in NULL by fixing some broken logic. This obviates
5098         the need to manually set _IS_SINK.
5099         Add some comments and remove a little cruft while I'm at it.
5100
5101 2007-03-05  Wim Taymans  <wim@fluendo.com>
5102
5103         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5104         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5105
5106 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * po/POTFILES.in:
5109           Update.
5110
5111 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5112
5113         * tests/check/Makefile.am:
5114         Gah! Also disable gconfvideosink from the tests, otherwise
5115         it will instantiate autovideosink, and dfbvideosink and
5116         leak on the buildbots.
5117
5118 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5119
5120         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5121         (gst_cdio_cdda_src_finalize):
5122         Make sure we always destroy our libcdio handle.
5123
5124 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5125
5126         * tests/check/Makefile.am:
5127         Disable autovideosink so the buildbots don't barf over memory
5128         leaked in the directfb sink.
5129
5130 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5131
5132         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5133         Chain up in dispose
5134
5135 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5136
5137         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5138         (gst_multipart_find_pad_by_mime):
5139         Use gst_pad_new_from_static_template instead of
5140         static_pad_template_get+pad_new.
5141
5142 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5143
5144         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5145         Catch the case where no clock has been set.
5146
5147 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5148
5149         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5150         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5151         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5152         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5153         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5154         (gst_gconf_audio_src_finalize), (do_toggle_element):
5155         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5156         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5157         (do_toggle_element):
5158         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5159         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5160         (gst_gconf_video_src_finalize), (do_toggle_element):
5161         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5162         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5163         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5164         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5165         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5166         (gst_shout2send_init), (gst_shout2send_finalize):
5167         * gst/debug/testplugin.c: (gst_test_class_init),
5168         (gst_test_finalize):
5169         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5170         (gst_flxdec_dispose):
5171         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5172         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5174         (gst_rtspsrc_finalize):
5175         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5176         * gst/rtsp/rtspextwms.h:
5177         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5178         (gst_smpte_finalize):
5179         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5180         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5181         (gst_udpsink_finalize):
5182         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5183         (gst_wavparse_sink_activate):
5184         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5185         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5186         (gst_oss_src_finalize):
5187         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5188         * sys/v4l2/gstv4l2object.h:
5189         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5190         (gst_v4l2src_finalize):
5191         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5192
5193         Fix a bunch of leaks shown by the newly-added states test.
5194
5195 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5196
5197         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5198         Use gst_pad_new_from_static_template instead of 
5199         static_pad_template_get+pad_new.
5200
5201 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5202
5203         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5204
5205         * ext/libcaca/Makefile.am:
5206         * gst/debug/Makefile.am:
5207           Don't mix tabs and spaces (#414168).
5208
5209 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5210
5211         * tests/check/generic/.cvsignore:
5212           Ignore files to please buildbot.
5213
5214 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5215
5216         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5217         (gst_wavparse_stream_data):
5218           Unbreak my previous commit (swapped nominator & denominator). Tim,
5219           thanks for spotting.
5220
5221 2007-03-02  Wim Taymans  <wim@fluendo.com>
5222
5223         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5224         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5225         (gst_cdio_cdda_src_finalize):
5226         Small code cleanups.
5227         Don't use pad_alloc as the base class cannot deal with the error codes.
5228
5229 2007-03-02  Wim Taymans  <wim@fluendo.com>
5230
5231         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5232         (gst_udpsrc_create):
5233         Fix doc.
5234
5235 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5236
5237         Patch by: René Stadler <mail@renestadler.de>
5238
5239         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5240         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5241         (gst_wavparse_stream_data):
5242           Handle rounding better to not drop last sample frame. Fixes #356692
5243
5244 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5245
5246         * tests/check/Makefile.am:
5247         Disable cacasink from the states check too - it also calls exit(1)
5248         on us when it can't find a terminal to talk to.
5249
5250 2007-03-02  Wim Taymans  <wim@fluendo.com>
5251
5252         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5253
5254         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5255         (gst_udpsrc_create), (gst_udpsrc_set_property),
5256         (gst_udpsrc_get_property):
5257         * gst/udp/gstudpsrc.h:
5258         Add support to strip proprietary headers. Fixes #350296.
5259
5260 2007-03-02  Wim Taymans  <wim@fluendo.com>
5261
5262         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5263         Fix compilation.
5264
5265 2007-03-02  Wim Taymans  <wim@fluendo.com>
5266
5267         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5268
5269         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5270         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5271         (gst_rtp_mp2t_depay_set_property),
5272         (gst_rtp_mp2t_depay_get_property):
5273         * gst/rtp/gstrtpmp2tdepay.h:
5274         Add support to strip off proprietary headers. Fixes #350278.
5275
5276 2007-03-02  Wim Taymans  <wim@fluendo.com>
5277
5278         * ext/hal/hal.c:
5279         Fix compilation.
5280
5281 2007-03-02  Wim Taymans  <wim@fluendo.com>
5282
5283         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5284         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5285         (gst_sunaudiosrc_open):
5286         * sys/sunaudio/gstsunaudiosrc.h:
5287         Remove device-name from GstSunAudioSrc. Fixes #412597.
5288
5289 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5290
5291         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5292         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5293         Having NULL as UDI previously selected the default sink/src. Change
5294         this back but mention it in the debug output.
5295         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5296         (gst_hal_get_oss_element), (gst_hal_get_string),
5297         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5298         (gst_hal_get_audio_src):
5299         * ext/hal/hal.h:
5300         Refactor a bit, check all error conditions, greatly improve debugging
5301         and fix some possible memory leaks. Also implement OSS support
5302         and allow specifying an UDI that points to a real device. For this the
5303         child device which supports ALSA (preferred) or OSS is used.
5304         As a side effect this makes it impossible now to get a alsasink in
5305         halaudiosrc and a alsasrc in halaudiosink.
5306
5307 2007-03-01  Wim Taymans  <wim@fluendo.com>
5308
5309         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5310         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5311         Errors from the udp sources are not fatal unless all of them are in
5312         error.
5313
5314 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5315
5316         * tests/check/Makefile.am:
5317         Disable aasink in the states test. I suspect this is the element that
5318         is calling exit(1) when it can't proceed.
5319
5320 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5321
5322         * tests/check/Makefile.am:
5323         Draw plugins in from the build tree sys/ dir, rather than picking
5324         up the already installed versions.
5325
5326 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5327
5328         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5329         Error out correctly when getting xcontext fails.
5330
5331 2007-03-01  Wim Taymans  <wim@fluendo.com>
5332
5333         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5334         Make state change to PAUSED NO_PREROLL because that's what it will be in
5335         the future and rtspsrc relies on it.
5336
5337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5338         (gst_rtspsrc_change_state):
5339         Don't error out when we don't get an error from the state change
5340         function.
5341
5342 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5343
5344         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5345         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5346           Check if the device UDI is set before trying to query HAL
5347           about it and give a useful error message if it wasn't set.
5348         * ext/hal/hal.c: (gst_hal_get_string):
5349           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5350           gives an assertion failure in D-Bus when running with
5351           DBUS_FATAL_WARNINGS=1.
5352
5353 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5354
5355         * configure.ac:
5356           Convert to new AG_GST style.
5357
5358 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5359
5360         * tests/check/Makefile.am:
5361         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5362           add test for states
5363
5364 2007-02-28  Wim Taymans  <wim@fluendo.com>
5365
5366         * tests/check/elements/.cvsignore:
5367         Add new videofilter check to .cvsignore.
5368
5369 2007-02-28  Wim Taymans  <wim@fluendo.com>
5370
5371         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5372         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5373         (gst_avi_demux_loop), (gst_avi_demux_chain):
5374         Fix combined flow return. Fixes #412608.
5375
5376 2007-02-28  Wim Taymans  <wim@fluendo.com>
5377
5378         * gst/videofilter/Makefile.am:
5379         Dist header..
5380
5381 2007-02-28  Wim Taymans  <wim@fluendo.com>
5382
5383         * gst/videofilter/gstgamma.h:
5384         Add header too.
5385
5386 2007-02-28  Wim Taymans  <wim@fluendo.com>
5387
5388         Patch by: Mark Nauwelaerts <manauw at skynet be>
5389
5390         * gst/videofilter/Makefile.am:
5391         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5392         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5393         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5394         (oil_tablelookup_u8), (gst_gamma_set_caps),
5395         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5396         Port gamma filter to 0.10. Fixes #412704.
5397
5398         * tests/check/Makefile.am:
5399         * tests/check/elements/videofilter.c: (setup_filter),
5400         (cleanup_filter), (check_filter), (GST_START_TEST),
5401         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5402         Add unit tests for videofilters.
5403
5404 2007-02-28  Wim Taymans  <wim@fluendo.com>
5405
5406         * gst/rtsp/URLS:
5407         Add another interesting test url.
5408
5409         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5410         Don't allow getting header fields from data packets.
5411
5412 2007-02-28  Michael Smith  <msmith@fluendo.com>
5413
5414         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5415         (gst_shout2send_init), (gst_shout2send_start),
5416         (gst_shout2send_set_property), (gst_shout2send_get_property):
5417         * ext/shout2/gstshout2.h:
5418           Add a property for username.
5419
5420 2007-02-27  Christian Schallerr <christian@fluendo.com>
5421
5422         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5423
5424 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5425
5426         * gst/rtsp/Makefile.am:
5427         Fix make check too.
5428
5429 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5430
5431         * gst/rtsp/base64.c: (util_base64_encode):
5432         * gst/rtsp/base64.h:
5433         Commit missing files for base64 encoding.
5434
5435 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5436
5437         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5438
5439         * configure.ac:
5440         * ext/annodex/Makefile.am:
5441         * ext/jpeg/Makefile.am:
5442         * ext/speex/Makefile.am:
5443         * gst/alpha/Makefile.am:
5444         * gst/cutter/Makefile.am:
5445         * gst/debug/Makefile.am:
5446         * gst/effectv/Makefile.am:
5447         * gst/goom/Makefile.am:
5448         * gst/level/Makefile.am:
5449         * gst/smpte/Makefile.am:
5450         * gst/videofilter/Makefile.am:
5451           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5452
5453 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5454
5455         * gst/rtsp/Makefile.am:
5456         * gst/rtsp/rtspconnection.c: (append_auth_header),
5457         (rtsp_connection_send), (rtsp_connection_set_auth):
5458         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5459         from icecast to replace it. Relicensed from GPL courtesy of Mike
5460         Smith.
5461
5462 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5463
5464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5465         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5466         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5467         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5468         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5469         (gst_rtspsrc_uri_set_uri):
5470         * gst/rtsp/gstrtspsrc.h:
5471         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5472         (append_auth_header), (rtsp_connection_send),
5473         (rtsp_connection_free), (rtsp_connection_set_auth):
5474         * gst/rtsp/rtspconnection.h:
5475         * gst/rtsp/rtspdefs.h:
5476         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5477         * gst/rtsp/rtspurl.h:
5478
5479         Implement simple Basic Authentication support so that urls like
5480         rtsp://user:pass@hostname/rtspstream work on hosts that require
5481         authentication.
5482
5483 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5484
5485         * sys/v4l2/gstv4l2object.c:
5486         * sys/v4l2/gstv4l2tuner.c:
5487         * sys/v4l2/v4l2_calls.c:
5488         Fix segfault when oppening a radio device.
5489         
5490 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5491
5492         * gst/level/gstlevel.c: (gst_level_set_caps),
5493         (gst_level_transform_ip):
5494         * sys/v4l2/README:
5495         * tests/check/elements/level.c: (GST_START_TEST):
5496           Fix level for multi-channel case.
5497
5498 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5499
5500         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5501         (gst_level_transform_ip):
5502         * gst/level/gstlevel.h:
5503           Use function pointer for process function and add process functions
5504           for float audio.
5505
5506 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5507
5508         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5509         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5510         (gst_v4l2src_capture_init):
5511           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5512           fixes #407369
5513
5514 2007-02-18  Wim Taymans  <wim@fluendo.com>
5515
5516         * gst/rtp/Makefile.am:
5517         * gst/rtp/gstrtp.c: (plugin_init):
5518         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5519         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5520         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5521         (gst_rtp_mp2t_pay_plugin_init):
5522         * gst/rtp/gstrtpmp2tpay.h:
5523         Added simple mpeg transport stream payloader.
5524
5525 2007-02-16  Wim Taymans  <wim@fluendo.com>
5526
5527         * gst/rtsp/URLS:
5528         Add example H264 rtsp url.
5529
5530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5531         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5532         Don't convert values to lowercase or we might mess up base64 encoded
5533         properties.
5534
5535 2007-02-16  Wim Taymans  <wim@fluendo.com>
5536
5537         * gst/rtp/README:
5538         Fix case of string params.
5539
5540         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5541         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5542         Fix depayloader, support more packet types.
5543         Add sync codes to make sure the packetizer can do its job.
5544
5545         * gst/rtp/gstrtpmp4gdepay.c:
5546         * gst/rtp/gstrtpmp4gpay.c:
5547         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5548         Fix caps case again.
5549
5550 2007-02-15  Wim Taymans  <wim@fluendo.com>
5551
5552         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5553         Set right caps on output buffers.
5554
5555 2007-02-14  Wim Taymans  <wim@fluendo.com>
5556
5557         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5558         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5559         Clear stack allocated SDPMedia struct before calling _init() on it.
5560         Clarify this in the docs as well.
5561
5562 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5563
5564         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5565         (do_change_child):
5566         Don't reset the profile when going switching states, as it makes
5567         the element non-reusable.
5568
5569 2007-02-14  Wim Taymans  <wim@fluendo.com>
5570
5571         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5572         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5573         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5574         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5575         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5576         (sdp_parse_line):
5577         * gst/rtsp/sdpmessage.h:
5578         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5579         Fix memory management of SDP messages. Fixes #407793.
5580
5581 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5582
5583         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5584
5585         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5586         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5587
5588 2007-02-14  Wim Taymans  <wim@fluendo.com>
5589
5590         Patch by: jp.liu <jp_liu at astrocom dot cn>
5591
5592         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5593         Fix parsing of password field in url. Fixes #407797.
5594
5595 2007-02-14  Wim Taymans  <wim@fluendo.com>
5596
5597         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5598         (gst_wavparse_reset), (gst_wavparse_init),
5599         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5600         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5601         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5602         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5603         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5604         (gst_wavparse_loop), (gst_wavparse_chain),
5605         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5606         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5607         (plugin_init):
5608         * gst/wavparse/gstwavparse.h:
5609         Update docs.
5610         Use boilerplate.
5611         Various code cleanups.
5612         When the bitrate is not known (bps == 0 or compressed formats) let
5613         downstream element guestimate the duration and position and don't
5614         generate timestamps or durations. Fixes #405213.
5615         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5616         error flowreturn upstream.
5617
5618 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5619
5620         * ext/gconf/Makefile.am:
5621         * ext/gconf/gconf.c: (gst_gconf_get_string),
5622         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5623         (gst_gconf_render_bin_with_default):
5624         * ext/gconf/gconf.h:
5625         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5626         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5627         (gst_gconf_audio_sink_dispose), (do_change_child),
5628         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5629         (cb_change_child), (gst_gconf_audio_sink_change_state):
5630         * ext/gconf/gstgconfaudiosink.h:
5631         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5632         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5633         (gst_switch_sink_init), (gst_switch_sink_dispose),
5634         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5635         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5636         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5637         * ext/gconf/gstswitchsink.h:
5638         * gst/autodetect/gstautoaudiosink.c:
5639         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5640         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5641         (gst_auto_audio_sink_detect):
5642         * gst/autodetect/gstautovideosink.c:
5643         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5644         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5645         (gst_auto_video_sink_detect):
5646         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5647         and a child that implements the GConf key monitoring. The end goal of
5648         this is an audio sink that can be changed on the fly, but at the 
5649         moment it still only changes on the next READY transition.
5650
5651 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5652
5653         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5654         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5655         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5656         (gst_avi_demux_calculate_durations_from_index),
5657         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5658         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5659         (gst_avi_demux_loop):
5660           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5661
5662 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5663
5664         * configure.ac:
5665         * docs/plugins/Makefile.am:
5666           Add crossreferences to glib/gobject/gstream docs.
5667
5668 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5669
5670         * gst/monoscope/Makefile.am:
5671         * gst/monoscope/gstmonoscope.c:
5672           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5673           (but no LIBS, since we only use defines from the headers).
5674
5675 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5676
5677         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5678
5679         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5680         (gst_wavparse_stream_data):
5681           Fix massive memory leak when operating in streaming mode due to
5682           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5683           Fixes #407057.
5684
5685 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5686
5687         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5688         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5689         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5690         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5691         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5692         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5693         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5694         (gst_avi_demux_calculate_durations_from_index),
5695         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5696         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5697         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5698         * gst/avi/gstavidemux.h:
5699           Save some memory (8%) by repacking the index entry structure (more to
5700           come). Add more FIXMEs to questionable parts.
5701
5702 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5703
5704         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5705         (gst_v4l2src_get_caps):
5706         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5707         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5708         (gst_v4l2src_capture_init):
5709           More FIXME comments and messaging changes.
5710
5711 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5712
5713         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5714         (gst_goom_change_state):
5715         * gst/goom/gstgoom.h:
5716           Improved docs and use GST_DEBUG_FUNCPTR.
5717
5718         * gst/level/gstlevel.c: (gst_level_class_init):
5719           Use GST_DEBUG_FUNCPTR.
5720
5721         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5722         (gst_monoscope_chain), (gst_monoscope_change_state):
5723           Improved docs source cleanups.
5724
5725 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * gst/debug/Makefile.am:
5728         * gst/debug/gstdebug.c: (plugin_init):
5729         * gst/debug/gstpushfilesrc.c:
5730         * gst/debug/gstpushfilesrc.h:
5731           Add code for a pushfilesrc element that implements a pushfile:// URI
5732           handler, to make debugging push-mode operation of demuxer/decoders
5733           that support both easier in connection with seek/playbin/etc.
5734           The element isn't registered at the moment.
5735
5736 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5737
5738         * gst/avi/gstavimux.c:
5739           Comment a #if 0 in caps template definition as VS6 seems to 
5740         do not support it.
5741         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5742           Use gst_guint64_to_gdouble for conversion.
5743         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5744           Move variables declaration before the first instruction.
5745         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5746           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5747           And don't include netdb.h for G_OS_WIN32
5748         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5749           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5750           by VS6 then use an other way to initialize SDPMedia structure.
5751         * gst/udp/gstdynudpsink.h:
5752         * gst/udp/gstdynudpnetutils.h:
5753           Do not include <sys/time.h> for G_OS_WIN32
5754         * gst/udp/gstudpsrc.c:
5755           Define socklen_t as int for G_OS_WIN32
5756         * win/common/config.h.in:
5757           Undef HAVE_NETINET_IN_H
5758         * win32/vs6/gst_plugins_good.dsw:
5759         * win32/vs6/libgstrtp.dsp:
5760         * win32/vs6/libgstrtsp.dsp:
5761         * win32/vs6/libgstautogen.dsp:
5762         * win32/vs6/libgstaudiofx.dsp:
5763         * win32/vs6/libgstudp.dsp:
5764           Add and update project files.
5765         * win32/common/gstudp-enumtypes.c:
5766         * win32/common/gstudp-enumtypes.h:
5767           Add a copy of udp enumtypes to win32/common as in core 
5768           and base.
5769         
5770 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5771
5772         * configure.ac:
5773           Activate monoscope when building with --enable-experimental. Fix
5774           --enable-external configure switch description.
5775
5776         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5777         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5778           Help gst-indent.
5779
5780 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5781
5782         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5783           Explicitly cast result of pointer arithmetic to integer in order to
5784           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5785
5786 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * gst/debug/progressreport.c:
5789           Some more docs.
5790
5791 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5792
5793         * docs/plugins/inspect/plugin-rtp.xml:
5794           Update for new elements.
5795
5796         * gst/debug/progressreport.h:
5797           Commit newly-created header file as well.
5798
5799 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * docs/plugins/Makefile.am:
5802         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5803         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5804         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5805         * gst/debug/Makefile.am:
5806         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5807         (gst_progress_report_do_query), (gst_progress_report_report):
5808           Make progressreport element post messages with the current progress
5809           on the bus. Also add some basic docs for it.
5810
5811 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * ext/hal/hal.c: (gst_hal_get_string):
5814         * ext/hal/hal.h:
5815           Some small cleanups; deal with errors when parsing the HAL ALSA
5816           capabilities a bit better.
5817
5818 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5819
5820         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5821           Let's try this again and use the right cast this time.
5822
5823 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5826           Add cast to avoid compiler warnings with older GLib versions
5827           where the nick/name members in GEnumValue are not declared as
5828           constant strings.
5829
5830 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5833         (gst_gconf_render_bin_from_key),
5834         (gst_gconf_get_default_audio_sink):
5835         * ext/gconf/gconf.h:
5836         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5837         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5838         (gst_gconf_audio_sink_get_property):
5839           In gconfaudiosink, get the right key as the old key in do_toggle
5840           (ie. one dependent on the profile selected). Log some more stuff so
5841           we can see what's actually going on.
5842
5843 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5844
5845         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5846         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5847         (gst_audio_amplify_set_process_function),
5848         (gst_audio_amplify_setup):
5849         * gst/audiofx/audioamplify.h:
5850         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5851         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5852         * gst/audiofx/audioinvert.h:
5853         Some small cleanups and port both elements to the new GstAudioFilter
5854         base class to save a few lines of common code.
5855         * gst/audiofx/Makefile.am:
5856         Link against libgstaudio for the above changes
5857
5858 2007-01-29  Wim Taymans  <wim@fluendo.com>
5859
5860         * tests/check/elements/.cvsignore:
5861         Some more ignores.
5862
5863 2007-01-26  Wim Taymans  <wim@fluendo.com>
5864
5865         Patch by: charles <charlesg3 at gmail dot com>
5866
5867         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5868         (set_shout_metadata), (gst_shout2send_event):
5869         * ext/shout2/gstshout2.h:
5870         Properly handle tags in shout2send. Fixes #399825.
5871
5872 2007-01-25  Wim Taymans  <wim@fluendo.com>
5873
5874         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5875         (gst_rtspsrc_activate_streams):
5876         Convert SDP fields to upper/lowercase following the rules in the SDP to
5877         caps document. 
5878
5879 2007-01-25  Wim Taymans  <wim@fluendo.com>
5880
5881         * gst/rtp/README:
5882         * gst/rtp/gstrtpilbcdepay.c:
5883         * gst/rtp/gstrtpilbcpay.c:
5884         * gst/rtp/gstrtpmp4gdepay.c:
5885         * gst/rtp/gstrtpmp4gpay.c:
5886         * gst/rtp/gstrtpspeexdepay.c:
5887         * gst/rtp/gstrtpspeexpay.c:
5888         * gst/rtp/gstrtpsv3vdepay.c:
5889         * gst/rtp/gstrtptheoradepay.c:
5890         * gst/rtp/gstrtptheorapay.c:
5891         * gst/rtp/gstrtpvorbisdepay.c:
5892         * gst/rtp/gstrtpvorbispay.c:
5893         Fix case of encoding-name and key/value pairs to match the document.
5894         This is to make interoperation with SDP case-insensitive as required by
5895         the relevant RFCs.
5896
5897 2007-01-25  Wim Taymans  <wim@fluendo.com>
5898
5899         * configure.ac:
5900         Bump required -core/-base to CVS
5901
5902 2007-01-25  Wim Taymans  <wim@fluendo.com>
5903
5904         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5905         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5906         * gst/rtp/gstrtpL16pay.h:
5907         Fill up to MTU using adapter.
5908         Timestamp rtp packets.
5909
5910 2007-01-25  Edward Hervey  <edward@fluendo.com>
5911
5912         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5913         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5914         Use G_GSIZE_FORMAT in print statements for portability.
5915         Fixes build on macosx.
5916
5917 2007-01-24  Wim Taymans  <wim@fluendo.com>
5918
5919         * gst/rtp/Makefile.am:
5920         * gst/rtp/gstrtp.c: (plugin_init):
5921         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5922         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5923         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5924         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5925         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5926         (gst_rtp_L16_depay_plugin_init):
5927         * gst/rtp/gstrtpL16depay.h:
5928         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5929         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5930         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5931         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5932         (gst_rtp_L16_pay_plugin_init):
5933         * gst/rtp/gstrtpL16pay.h:
5934         Port and enable raw audio payloader/depayloader. Needs a bit more work
5935         on the payloader side.
5936
5937 2007-01-24  Wim Taymans  <wim@fluendo.com>
5938
5939         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5940         (gst_rtspsrc_stream_configure_transport),
5941         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5942         * gst/rtsp/gstrtspsrc.h:
5943         Only unblock the udp pads when we linked and activated them all.
5944         Fixes #395688.
5945
5946 2007-01-24  Wim Taymans  <wim@fluendo.com>
5947
5948         * gst/rtp/Makefile.am:
5949         * gst/rtp/gstrtp.c: (plugin_init):
5950         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5951         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5952         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5953         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5954         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5955         * gst/rtp/gstrtpac3depay.h:
5956         Added simple AC3 depayloader (RFC 4184).
5957
5958         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5959         Fix a leak.
5960
5961 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5962
5963         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5964
5965         * gst/audiofx/Makefile.am:
5966         * gst/audiofx/audioamplify.c:
5967         (gst_audio_amplify_clipping_method_get_type),
5968         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5969         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5970         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5971         (gst_audio_amplify_set_caps),
5972         (gst_audio_amplify_transform_int_clip),
5973         (gst_audio_amplify_transform_int_wrap_negative),
5974         (gst_audio_amplify_transform_int_wrap_positive),
5975         (gst_audio_amplify_transform_float_clip),
5976         (gst_audio_amplify_transform_float_wrap_negative),
5977         (gst_audio_amplify_transform_float_wrap_positive),
5978         (gst_audio_amplify_transform_ip):
5979         * gst/audiofx/audioamplify.h:
5980         * gst/audiofx/audiofx.c: (plugin_init):
5981         Add new element "audioamplify". This allows scaling of raw audio
5982         samples, similar to the "volume" element, but provides different modes
5983         for clipping and allows unlimited amplification. It's mainly targeted
5984         for creative sound design and not as a replacement of the "volume"
5985         element. Fixes #397162
5986         * docs/plugins/Makefile.am:
5987         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5988         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5989         * docs/plugins/gst-plugins-good-plugins.args:
5990         * docs/plugins/inspect/plugin-audiofx.xml:
5991         Add docs for audioamplify and integrate them into the build system
5992         * tests/check/Makefile.am:
5993         * tests/check/elements/audioamplify.c: (setup_amplify),
5994         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5995         Add fairly extensive unit test suite for audioamplify
5996
5997 2007-01-24  Wim Taymans  <wim@fluendo.com>
5998
5999         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6000         Unblock pads after adding the pads to the element so that autopluggers
6001         get a change to link something. Possibly fixes #395688.
6002
6003 2007-01-24  Wim Taymans  <wim@fluendo.com>
6004
6005         * gst/rtp/gstrtpamrdepay.c:
6006         * gst/rtp/gstrtpgsmdepay.c:
6007         * gst/rtp/gstrtph263pdepay.c:
6008         * gst/rtp/gstrtph263ppay.c:
6009         * gst/rtp/gstrtph264depay.c:
6010         * gst/rtp/gstrtpilbcdepay.c:
6011         * gst/rtp/gstrtpmp2tdepay.c:
6012         * gst/rtp/gstrtpmp4gdepay.c:
6013         * gst/rtp/gstrtpmp4gpay.c:
6014         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6015         * gst/rtp/gstrtpmp4vpay.c:
6016         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6017         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6018         (gst_rtp_mpa_depay_process):
6019         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6020         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6021         * gst/rtp/gstrtppcmadepay.c:
6022         * gst/rtp/gstrtppcmudepay.c:
6023         * gst/rtp/gstrtpspeexdepay.c:
6024         * gst/rtp/gstrtpspeexpay.c:
6025         * gst/rtp/gstrtpsv3vdepay.c:
6026         * gst/rtp/gstrtptheoradepay.c:
6027         * gst/rtp/gstrtptheorapay.c:
6028         * gst/rtp/gstrtpvorbisdepay.c:
6029         * gst/rtp/gstrtpvorbispay.c:
6030         Fix caps with payload numbers.
6031         Add some fixed payload numbers to caps when possible.
6032
6033 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6034
6035         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6036
6037         * gst/audiofx/Makefile.am:
6038         * gst/audiofx/audiofx.c: (plugin_init):
6039         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6040         (gst_audio_invert_class_init), (gst_audio_invert_init),
6041         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6042         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6043         (gst_audio_invert_transform_float),
6044         (gst_audio_invert_transform_ip):
6045         * gst/audiofx/audioinvert.h:
6046         Add new audiofx element "audioinvert". This element swaps the upper
6047         and lower half of samples and can be used for example for a
6048         wide-stereo effect. Fixes #396057
6049         * docs/plugins/Makefile.am:
6050         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6051         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6052         * docs/plugins/gst-plugins-good-plugins.args:
6053         * docs/plugins/inspect/plugin-audiofx.xml:
6054         Add docs for the audioinvert element and add them to the build system.
6055         * tests/check/Makefile.am:
6056         * tests/check/elements/audioinvert.c: (setup_invert),
6057         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6058         Add unit test suite for the audioinvert element.
6059
6060 2007-01-23  Wim Taymans  <wim@fluendo.com>
6061
6062         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6063         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6064         Parse config params as string and int.
6065         Parse and use AU header length
6066
6067 2007-01-23  Wim Taymans  <wim@fluendo.com>
6068
6069         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6070         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6071         * gst/smpte/gstmask.c: (_gst_mask_register):
6072         * gst/smpte/gstmask.h:
6073         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6074         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6075         (gst_smpte_paint_triangle_clock):
6076         constify some static structs.
6077         Don't update the mask if nothing changed to the params.
6078         Make sure we never draw outside of the picture. Fixes #398325.
6079
6080 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6081
6082         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6083           Error out properly when pull_range fails while we're reading the
6084           headers, instead of just pausing the task silently. Fixes #399338.
6085
6086 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6087
6088         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6089           Some more sanity checks to make sure the input formats match and the
6090           input pads are actually negotiated, in case someone tries to feed
6091           buffers from fakesrc or filesrc. Fixes #398299.
6092           Also const-ify an array, just because we can.
6093
6094 2007-01-19  Edward Hervey  <edward@fluendo.com>
6095
6096         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6097         Ignore previous commit, that was only valid for widths and heights
6098         that are multiples of 4.
6099         Copy over size/stride macros from jpegdec. This allows the element
6100         to work with any width,height...
6101         ... but puts in evidence that the actual transformations only work
6102         with width/height that are multiples of 4.
6103
6104 2007-01-19  Edward Hervey  <edward@fluendo.com>
6105
6106         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6107         Allocate buffers of the right size.
6108         The proper size of a I420 buffer in bytes is:
6109         
6110             width * height * 3
6111             ------------------
6112                     2
6113
6114 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6115
6116         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6117           Proxy getcaps on sink pads too, so that we either end up with the
6118           same dimensions on all pads or error out if that's not possible
6119           (seems to work even!). Fixes #398086, I think.
6120
6121 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6122
6123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6124         * docs/plugins/gst-plugins-good-plugins.args:
6125         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6126           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6127           fix integer properties with -1 as minimum value.
6128
6129         * docs/plugins/inspect/plugin-1394.xml:
6130         * docs/plugins/inspect/plugin-aasink.xml:
6131         * docs/plugins/inspect/plugin-alaw.xml:
6132         * docs/plugins/inspect/plugin-alpha.xml:
6133         * docs/plugins/inspect/plugin-alphacolor.xml:
6134         * docs/plugins/inspect/plugin-annodex.xml:
6135         * docs/plugins/inspect/plugin-apetag.xml:
6136         * docs/plugins/inspect/plugin-audiofx.xml:
6137         * docs/plugins/inspect/plugin-auparse.xml:
6138         * docs/plugins/inspect/plugin-autodetect.xml:
6139         * docs/plugins/inspect/plugin-avi.xml:
6140         * docs/plugins/inspect/plugin-cacasink.xml:
6141         * docs/plugins/inspect/plugin-cairo.xml:
6142         * docs/plugins/inspect/plugin-cdio.xml:
6143         * docs/plugins/inspect/plugin-cutter.xml:
6144         * docs/plugins/inspect/plugin-debug.xml:
6145         * docs/plugins/inspect/plugin-dv.xml:
6146         * docs/plugins/inspect/plugin-efence.xml:
6147         * docs/plugins/inspect/plugin-effectv.xml:
6148         * docs/plugins/inspect/plugin-esdsink.xml:
6149         * docs/plugins/inspect/plugin-flac.xml:
6150         * docs/plugins/inspect/plugin-flxdec.xml:
6151         * docs/plugins/inspect/plugin-gconfelements.xml:
6152         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6153         * docs/plugins/inspect/plugin-goom.xml:
6154         * docs/plugins/inspect/plugin-halelements.xml:
6155         * docs/plugins/inspect/plugin-icydemux.xml:
6156         * docs/plugins/inspect/plugin-id3demux.xml:
6157         * docs/plugins/inspect/plugin-jpeg.xml:
6158         * docs/plugins/inspect/plugin-level.xml:
6159         * docs/plugins/inspect/plugin-matroska.xml:
6160         * docs/plugins/inspect/plugin-mulaw.xml:
6161         * docs/plugins/inspect/plugin-multipart.xml:
6162         * docs/plugins/inspect/plugin-navigationtest.xml:
6163         * docs/plugins/inspect/plugin-ossaudio.xml:
6164         * docs/plugins/inspect/plugin-png.xml:
6165         * docs/plugins/inspect/plugin-rtp.xml:
6166         * docs/plugins/inspect/plugin-rtsp.xml:
6167         * docs/plugins/inspect/plugin-shout2send.xml:
6168         * docs/plugins/inspect/plugin-smpte.xml:
6169         * docs/plugins/inspect/plugin-speex.xml:
6170         * docs/plugins/inspect/plugin-taglib.xml:
6171         * docs/plugins/inspect/plugin-udp.xml:
6172         * docs/plugins/inspect/plugin-videobalance.xml:
6173         * docs/plugins/inspect/plugin-videobox.xml:
6174         * docs/plugins/inspect/plugin-videoflip.xml:
6175         * docs/plugins/inspect/plugin-videomixer.xml:
6176         * docs/plugins/inspect/plugin-wavenc.xml:
6177         * docs/plugins/inspect/plugin-wavparse.xml:
6178         * docs/plugins/inspect/plugin-ximagesrc.xml:
6179           Update to CVS.
6180
6181 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6182
6183         Patch by: Sebastian Dröge <slomo circular-chaos org>
6184
6185         * gst/audiofx/audiopanorama.c:
6186           Fix doc section name (Fixes #397946)
6187
6188 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6189
6190         * sys/v4l2/gstv4l2object.c:
6191         (gst_v4l2_object_install_properties_helper),
6192         (gst_v4l2_object_set_property_helper),
6193         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6194         * sys/v4l2/gstv4l2object.h:
6195         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6196         (gst_v4l2src_init), (gst_v4l2src_set_property),
6197         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6198         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6199         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6200         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6201         (gst_v4l2src_capture_deinit):
6202           Fix EIO handing when capturing. Add new property to specify the number of
6203           buffers to enque (and remove the borked num-buffers usage).
6204
6205 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6206
6207         Patch by: Sebastian Dröge <slomo circular-chaos org>
6208
6209         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6210         (gst_audio_panorama_set_process_function):
6211           Use a function array for process methods, add more docs and define the
6212           startindex of enums.
6213
6214 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         Patch by: Mark Nauwelaerts <manauw at skynet be>
6217
6218         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6219         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6220         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6221         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6222         (gst_avi_mux_riff_get_avi_header),
6223         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6224         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6225         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6226         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6227         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6228         (gst_avi_mux_change_state):
6229         * gst/avi/gstavimux.h:
6230         * tests/check/elements/avimux.c: (teardown_src_pad):
6231           Add support for more than one audio stream; write better AVIX
6232           header; refactor code a bit; don't announce vorbis caps on our audio
6233           sink pads since we don't support it anyway. Closes #379298.
6234
6235 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         Patch by: Sebastian Dröge <slomo circular-chaos org>
6238
6239         * gst/audiofx/audiopanorama.c:
6240         (gst_audio_panorama_method_get_type),
6241         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6242         (gst_audio_panorama_set_process_function),
6243         (gst_audio_panorama_set_property),
6244         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6245         (gst_audio_panorama_transform_m2s_int_simple),
6246         (gst_audio_panorama_transform_s2s_int_simple),
6247         (gst_audio_panorama_transform_m2s_float_simple),
6248         (gst_audio_panorama_transform_s2s_float_simple):
6249         * gst/audiofx/audiopanorama.h:
6250           Add 'method' property and provide a simple (non-psychoacustic)
6251           processing method (#394859).
6252
6253         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6254         (panorama_suite):
6255           Tests for new method.
6256
6257 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6260         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6261           Set correct caps on outgoing pulled buffers, or things blow up
6262           after recent core changes.
6263
6264 2007-01-11  Wim Taymans  <wim@fluendo.com>
6265
6266         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6267
6268         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6269         (gst_multipart_mux_request_new_pad),
6270         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6271         (gst_multipart_mux_change_state):
6272         Return FLOW errors ASAP. Fixes #394977.
6273         Misc cleanups.
6274
6275 2007-01-11  Wim Taymans  <wim@fluendo.com>
6276
6277         Patch by: Lutz Mueller <lutz at topfrose dot de>
6278
6279         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6280         Check for stream pad before activating. 
6281
6282 2007-01-10  Wim Taymans  <wim@fluendo.com>
6283
6284         Patch by: Peter Kjellerstedt  <pkj at axis com>
6285
6286         * gst/rtsp/COPYING.MIT:
6287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6288         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6289         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6290         (gst_rtspsrc_stream_configure_transport),
6291         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6292         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6293         (gst_rtspsrc_parse_methods),
6294         (gst_rtspsrc_create_transports_string),
6295         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6296         (gst_rtspsrc_open), (gst_rtspsrc_close):
6297         * gst/rtsp/gstrtspsrc.h:
6298         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6299         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6300         (parse_request_line), (parse_line), (rtsp_connection_read),
6301         (rtsp_connection_close):
6302         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6303         (rtsp_method_as_text), (rtsp_header_as_text),
6304         (rtsp_status_as_text), (rtsp_find_header_field),
6305         (rtsp_find_method):
6306         * gst/rtsp/rtspdefs.h:
6307         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6308         (rtsp_ext_wms_configure_stream):
6309         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6310         (rtsp_message_new_request), (rtsp_message_init_request),
6311         (rtsp_message_new_response), (rtsp_message_init_response),
6312         (rtsp_message_init_data), (rtsp_message_unset),
6313         (rtsp_message_free), (rtsp_message_add_header),
6314         (rtsp_message_get_header), (rtsp_message_set_body),
6315         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6316         * gst/rtsp/rtspmessage.h:
6317         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6318         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6319         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6320         (sdp_message_dump):
6321         Allow url to be NULL to be able to use it for server connections.
6322         Can now send responses as well as requests.
6323         No longer hangs in an endless loop if EOF is received.
6324         Can now convert a status code to a text string.
6325         Return RTSP_HDR_INVALID for unknown headers.
6326         Return RTSP_INVALID for unknown methods.
6327         Copy CSeq and Session headers from the request.
6328         Only free memory corresponding to the currently set message type.
6329         Added const to function arguments as appropriate.
6330         Avoid a compiler warning when initializing nmedia.
6331         Use guint rather than gint to avoid compiler warnings.
6332         Fix crasher in wms extension.
6333         Factor out stream setup from open_connection.
6334         Delay activation of streams when actual data is received from the
6335         server, this prepares us to do proper protocol switching.
6336         Added new license.
6337         Fixes #380895.
6338
6339
6340 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6341
6342         Patch by: Sebastian Dröge <slomo ubuntu com>
6343
6344         * docs/plugins/Makefile.am:
6345         * gst/audiofx/audiopanorama.c:
6346           Some small docs fixes (#394851).
6347
6348 2007-01-09  Wim Taymans  <wim@fluendo.com>
6349
6350         * gst/avi/gstavidemux.c:
6351         Fix docs.
6352
6353 2007-01-09  Wim Taymans  <wim@fluendo.com>
6354
6355         * gst/rtp/Makefile.am:
6356         * gst/rtp/gstrtp.c: (plugin_init):
6357         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6358         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6359         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6360         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6361         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6362         * gst/rtp/gstrtpmpvdepay.h:
6363           Added RFC 2250 MPEG Video Depayloader.
6364
6365         * gst/rtp/gstrtpL16depay.h:
6366         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6367         (gst_rtp_h263p_depay_process):
6368         Fix Header file. Small cleanups.
6369
6370         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6371         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6372         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6373         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6374         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6375         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6376         (gst_rtp_mp4v_depay_change_state):
6377         Remove usused code. Remove Adapter from state Change. Added debug.
6378
6379         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6380         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6381         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6382         * gst/rtp/gstrtpmpadepay.h:
6383         Subclass base depayloader.
6384         Added debug.
6385         Support static payload type assignment as well.
6386
6387         * gst/rtp/gstrtpmpapay.c:
6388         Fix caps.
6389
6390 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6391
6392         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6393
6394         * ext/jpeg/gstjpegdec.c:
6395         * ext/jpeg/gstjpegenc.c:
6396         * ext/jpeg/smokecodec.c:
6397           These libjpeg callbacks should return a 'boolean' (unsigned char
6398           apparently) and not a 'gboolean' (which maps to gint). Fixes
6399           warnings when compiling with MingW (#393427).
6400
6401         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6402           Use ioctlsocket on win32.
6403
6404         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6405           Some printf format fixes for win32.
6406
6407 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6408
6409         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6410           Use gst_guint64_to_gdouble for conversion.
6411         * win32/vs6/libgstmatroska.dsp:
6412           Add zlib to the link.
6413         * win32/vs6/libgstvideobox.dsp:
6414           Update liboil library name (project is linked to 
6415           liboil-0.3-0.lib now).
6416           
6417 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6418
6419         * gst/matroska/Makefile.am:
6420           If zlib is available and used, we must link it explicitly for
6421           things to work on MingW (fixes #392855).
6422
6423 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * ext/esd/esdsink.c: (gst_esdsink_delay):
6426           Don't return bogus values when esd_get_delay() fails for some
6427           reason (#392189).
6428
6429 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         * sys/ximage/gstximagesrc.c: (composite_pixel):
6432           Fix presumably copy'n'pasto for 16bpp depth.
6433
6434 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6435
6436         * gst/matroska/matroska-mux.c:
6437         (gst_matroska_mux_audio_pad_setcaps):
6438           The "signed" field in audio caps is of boolean type, trying to use
6439           gst_structure_get_int() to extract it will fail. Fixing this makes
6440           matroskamux accept raw audio input (#387121) (use at your own risk
6441           though, due to the matroska spec being not entirely useful in this
6442           respect).
6443           Also fix up raw audio structures in template caps so that they
6444           represent what our setcaps function will actually accept, so that
6445           converters know what to convert to.
6446           Finally, don't fail if there isn't an "endianness" field in 8-bit
6447           PCM caps.
6448
6449 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6450
6451         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6452         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6453         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6454         (teardown_cmmldec):
6455         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6456         (teardown_cmmlenc):
6457         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6458           reapply consistent pad (de)activation
6459
6460 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6461
6462         * configure.ac:
6463         Back to CVS
6464
6465         * gst-plugins-good.doap:
6466         Add 0.10.5 doap entry
6467
6468 === release 0.10.5 ===
6469
6470 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6471
6472         * configure.ac:
6473           releasing 0.10.5, "The Path of Thorns"
6474
6475 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6476
6477         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6478         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6479         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6480         (teardown_cmmldec):
6481         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6482         (teardown_cmmlenc):
6483         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6484           revert my freeze breakage
6485
6486 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6487
6488         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6489         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6490         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6491         (teardown_cmmldec):
6492         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6493         (teardown_cmmlenc):
6494         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6495           consistent pad (de)activation
6496
6497 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6498
6499         * configure.ac:
6500         * ext/Makefile.am:
6501         Disable LADPSA, as it has moved to the -bad module for the duration.
6502
6503 2006-12-18  Wim Taymans  <wim@fluendo.com>
6504
6505         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6506         (gst_signal_processor_event):
6507         Reset flow_state back to _OK after a flush stop so that we exit our
6508         error state after the flush. Fixes #374213
6509
6510 2006-12-16  David Schleef  <ds@schleef.org>
6511
6512         * sys/osxvideo/osxvideosink.h:
6513         * sys/osxvideo/osxvideosink.m:
6514           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6515
6516 2006-12-16  David Schleef  <ds@schleef.org>
6517
6518         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6519
6520         * sys/osxvideo/Makefile.am:
6521         * sys/osxvideo/osxvideosink.h:
6522         * sys/osxvideo/osxvideosink.m:
6523           Preliminary patch for porting osxvideosink
6524
6525 2006-12-16  Wim Taymans  <wim@fluendo.com>
6526
6527         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6528
6529         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6530         (gst_videomixer_set_master_geometry),
6531         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6532         (gst_videomixer_reset), (gst_videomixer_init),
6533         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6534         (gst_videomixer_release_pad), (gst_videomixer_collected),
6535         (gst_videomixer_change_state):
6536         Introduce some locking around the videomixer state so that it does not
6537         crash when adding/removing pads. Fixes #383043.
6538
6539 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6540
6541         * configure.ac:
6542           Make sure libcaca can actually be used instead of just checking for
6543           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6544           cross-compiling (fixes #384587).
6545
6546 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6547
6548         * Makefile.am:
6549         * gst-plugins-good.doap:
6550         * gst-plugins-good.spec.in:
6551           adding doap file
6552
6553 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6554
6555         * configure.ac:
6556           libflac-1.1.3 changed API again, but we can't build against it yet,
6557           so make sure our check doesn't use libflac-1.1.3 and add a comment
6558           to this effect.
6559
6560 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6563         (gst_quarktv_planetable_clear):
6564           Add some NULL pointer checks (possibly related to #385623).
6565
6566 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6567
6568         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6569         (gst_tag_demux_chain):
6570         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6571           In streaming mode, if the first buffer we get doesn't have an
6572           offset, fix it up to be 0, otherwise trimming won't work later on
6573           and we'll be typefinding application/x-id3, which may result in
6574           decodebin plugging an endless number of id3demux elements as a
6575           consequence. Fixes #385031.
6576           
6577 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6578
6579         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6580           Ignore the buffer_time the sound device reports. Turns out it is 
6581           sometimes completely bogus and we're better off without it.
6582
6583 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6584
6585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6586         (gst_matroska_demux_video_caps):
6587         * gst/matroska/matroska-ids.c:
6588         (gst_matroska_track_init_video_context):
6589         * gst/matroska/matroska-ids.h:
6590           Try harder to extract the framerate for video tracks correctly and
6591           save it directly instead of converting it back and forth a few
6592           times. Mostly makes a difference for very small framerates (<1).
6593           Fixes #380199.
6594
6595 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6598         (gst_gconf_audio_src_dispose), (do_toggle_element):
6599         * ext/gconf/gstgconfaudiosrc.h:
6600           Remove gconf notify hook when the gconfaudiosrc element is
6601           destroyed, otherwise the callback may be called on an
6602           already-destroyed instance and bad things happen. Should fix
6603           #378184.
6604           Also ignore gconf key changes when the source is already running.
6605
6606 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         Patch by: Sebastian Dröge  <mail at slomosnail de>
6609
6610         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6611           We need to be able to read and parse any possible floating point string
6612           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6613           will parse the former only in certain locales though, so we really need
6614           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6615           make sure we can parse either version at all times.
6616           Fixes #382982 for real.
6617
6618 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6619
6620         * sys/sunaudio/gstsunaudiomixerctrl.c:
6621         * sys/sunaudio/gstsunaudiosrc.c:
6622
6623         Use the sunaudio debug category.
6624
6625         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6626         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6627         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6628         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6629         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6630         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6631         (gst_sunaudiosink_reset):
6632         * sys/sunaudio/gstsunaudiosink.h:
6633
6634         Uses the sunaudio debug category for all debug output
6635         Implements the _delay() callback to synchronise video playback better
6636         Change the segtotal and segsize values back to the parent class 
6637           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6638           respectively)
6639         Measure the samples written to the device vs. played.
6640         Keep track of segments in the device by writing empty eof frames, and
6641         sleep using a GCond when we get too far ahead and risk overrunning the
6642         sink's ringbuffer.
6643
6644         Fixes: #360673
6645
6646 2006-12-08  Wim Taymans  <wim@fluendo.com>
6647
6648         Patch by: Sebastian Dröge  <mail at slomosnail de >
6649
6650         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6651         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6652         * gst/audiofx/audiopanorama.h:
6653         Fix audiopanorame with float samples. Fixes #383726.
6654
6655 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6656
6657         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6658         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6659         (gst_sunaudiosrc_reset):
6660
6661         Implement reset functions to unblock the src/sink more quickly on 
6662         state change requests.
6663         Patch by: Brian Cameron <brian dot cameron at sun com>
6664
6665 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6666
6667         * sys/sunaudio/gstsunaudiomixer.c:
6668         (gst_sunaudiomixer_change_state):
6669         Construct the correct mixer device name when the AUDIODEV env var
6670         is set.
6671
6672         Patch by: Jerry Tan <jerry.tan at sun dot com>
6673         Fixes: #383596
6674
6675 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6676
6677         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6678         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6679         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6680         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6681         Patch by: Jerry Tan <jerry.tan at sun dot com>
6682         Fixes: #349015
6683
6684 2006-12-07  Wim Taymans  <wim@fluendo.com>
6685
6686         * gst/smpte/gstmask.h:
6687         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6688         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6689         (gst_smpte_collected), (gst_smpte_set_property),
6690         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6691         * gst/smpte/gstsmpte.h:
6692         Port to 0.10 some more. 
6693         Added duration property to specify the duration of the transition.
6694         Make framerate a fraction.
6695         Deprecate fps property, we only use negotiated fps.
6696         Added docs.
6697         Fix collectpad usage.
6698         Reset state in READY.
6699         Send NEWSEGMENT event.
6700         Fix racy updates of object properties.
6701         Added debug category.
6702         Fixes #383323.
6703
6704 2006-12-06  Wim Taymans  <wim@fluendo.com>
6705
6706         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6707
6708         * gst/videomixer/videomixer.c:
6709         (gst_videomixer_set_master_geometry),
6710         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6711         Don't reset xpos and ypos in the setcaps function because causes
6712         unexpected behaviour.
6713         Fixes #382179.
6714
6715 2006-12-06  Wim Taymans  <wim@fluendo.com>
6716
6717         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6718         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6719         Keep track of the buffer timestamp in the collectdata member instead
6720         of modifying the buffer without making the metadata writable first.
6721         Fixes #382277.
6722
6723 2006-12-06  Wim Taymans  <wim@fluendo.com>
6724
6725         Patch by: Rob Taylor <robtaylor at floopily dot org>
6726
6727         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6728         If using multicast in udpsrc, bind to the multicast address rather than
6729         IN_ADDR_ANY.
6730         This allows the simultanous use of multiple udpsrcs listening on
6731         different multicat addresses. Without this all udpsrcs will receive all
6732         packets from all subscribed multicast addresses.
6733         Fixes #383001.
6734
6735 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6736
6737         * ext/taglib/gstid3v2mux.cc:
6738         Don't attempt to write a NULL frame into the ID3 tag set when the 
6739         createFrame method returned NULL.
6740         Fixes: #381857
6741         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6742
6743 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6744
6745         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6746         Use g_strtod() instead of sscanf to parse doubles, so that it will
6747         try parsing in the C locale if the current locale fails.
6748         Fixes: #382982
6749         Patch by: Sebastian Dröge  <mail at slomosnail de >
6750
6751 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6752
6753         * win32/MANIFEST:
6754         Fix compilation on win32 under VS8
6755         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6756         Partially fixes #381175
6757
6758 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6759
6760         * gst/avi/gstavimux.c:
6761           accept all mpegversions,fixes #380825
6762           spotted by: Jerome Alet  
6763
6764 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6765
6766         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6767         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6768         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6769         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6770           cleanup the error message a bit more
6771
6772 2006-11-28  Wim Taymans  <wim@fluendo.com>
6773
6774         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6775         Fix width and height properties.
6776
6777         * ext/libcaca/gstcacasink.h:
6778         Fix compilation on newer libcaca that require us to include a new
6779         header. Fixes #379918.
6780
6781 2006-11-28  Wim Taymans  <wim@fluendo.com>
6782
6783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6784         * gst/rtsp/gstrtspsrc.h:
6785         * gst/rtsp/rtspext.h:
6786         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6787         (rtsp_ext_wms_get_context):
6788         Add method so that extensions can choose to disable the setup of
6789         a stream.
6790         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6791
6792 2006-11-27  Wim Taymans  <wim@fluendo.com>
6793
6794         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6795
6796         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6797         Push header in a separate buffer instead of memcpy:ing all data.
6798         Change LF => CRLF in headers.
6799         Move trailing LF to header. Fixes #379792.
6800
6801 2006-11-27  Wim Taymans  <wim@fluendo.com>
6802
6803         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6804         Small buffer overflow fix and improve debugging.
6805
6806 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6807
6808         * ext/esd/esdmon.h:
6809         * ext/esd/esdsink.h:
6810           remove obsolete _factory_init protos
6811
6812 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6813
6814         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6815         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6816         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6817         (gst_avi_demux_read_subindexes_push),
6818         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6819         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6820         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6821         (gst_avi_demux_massage_index),
6822         (gst_avi_demux_calculate_durations_from_index),
6823         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6824         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6825         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6826           remove dead code, tweak debugs statements, add comments, use
6827           _uint64_scale instead _uint64_scale_int when using guint64 values,
6828           small optimizations, reflow some error handling
6829
6830 2006-11-22  Edward Hervey  <edward@fluendo.com>
6831
6832         * po/.cvsignore:
6833         We never put .pot files in cvs. Let's ignore them all.
6834
6835 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * po/POTFILES.in:
6838           ... but better exclude files that aren't disted.
6839
6840 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6841
6842         * po/POTFILES.in:
6843           Add v4l2 source files to list of files with translations, so the
6844           strings are actually extracted (however bad they still may be).
6845
6846 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6849           Minor clean-ups: const-ify static array, remove trailing comma from
6850           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6851
6852 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6853
6854         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6855         Make sure that g_free always gets called on the same pointer that was 
6856         returned by g_malloc.  Fixes #376594.
6857         Do not leak memory if decompressed size is wrong.
6858         Remove unneeded check of return value of g_malloc.
6859         Patch by: René Stadler <mail@renestadler.de>
6860
6861 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6862
6863         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6864           Add missing curly brackets.
6865
6866 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6867
6868         * sys/v4l2/v4l2src_calls.c:
6869         Fix capture_deinit.
6870
6871 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6872
6873         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6874         (gst_matroska_mux_request_new_pad):
6875           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6876
6877         * tests/check/elements/matroskamux.c: (setup_src_pad),
6878         (setup_sink_pad), (GST_START_TEST):
6879         Activate pads before using them.
6880
6881 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6884           Initialise variable to get rid of bogus compiler warning.
6885
6886 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6887
6888         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6889
6890         * gst/rtp/gstrtph263pay.c:
6891         * gst/rtp/gstrtph263pdepay.c:
6892         * gst/rtp/gstrtph263ppay.c:
6893           Specify H.263 variant and version in the caps (fixes #361637)
6894
6895 2006-11-15  Wim Taymans  <wim@fluendo.com>
6896
6897         * gst/rtsp/rtspconnection.c: (read_body):
6898         Don't set a data pointer to NULL and a size > 0 when we deal
6899         with empty packets.
6900
6901         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6902         (rtsp_message_init_response), (rtsp_message_init_data),
6903         (rtsp_message_unset), (rtsp_message_free),
6904         (rtsp_message_take_body):
6905         Check that we can't create invalid empty packets. 
6906
6907 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6910
6911         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6912         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6913         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6914         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6915         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6916         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6917         * gst/matroska/matroska-mux.h:
6918           Add basic tag writing support; implement releasing pads (#374658).
6919
6920 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6921
6922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6923         (gst_matroska_demux_audio_caps):
6924           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6925
6926 2006-11-14  David Schleef  <ds@schleef.org>
6927
6928         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6929
6930 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6933
6934         * win32/vs8/gst-plugins-good.sln:
6935         * win32/vs8/libgst1394.vcproj:
6936         * win32/vs8/libgstaasink.vcproj:
6937         * win32/vs8/libgstalaw.vcproj:
6938         * win32/vs8/libgstalpha.vcproj:
6939         * win32/vs8/libgstalphacolor.vcproj:
6940         * win32/vs8/libgstannodex.vcproj:
6941         * win32/vs8/libgstapetag.vcproj:
6942         * win32/vs8/libgstaudiofx.vcproj:
6943         * win32/vs8/libgstauparse.vcproj:
6944         * win32/vs8/libgstautodetect.vcproj:
6945         * win32/vs8/libgstavi.vcproj:
6946         * win32/vs8/libgstcacasink.vcproj:
6947         * win32/vs8/libgstcdio.vcproj:
6948         * win32/vs8/libgstcutter.vcproj:
6949         * win32/vs8/libgstdv.vcproj:
6950         * win32/vs8/libgsteffectv.vcproj:
6951         * win32/vs8/libgstflac.vcproj:
6952         * win32/vs8/libgstflxdec.vcproj:
6953         * win32/vs8/libgstgoom.vcproj:
6954         * win32/vs8/libgsticydemux.vcproj:
6955         * win32/vs8/libgstid3demux.vcproj:
6956         * win32/vs8/libgstjpeg.vcproj:
6957         * win32/vs8/libgstladspa.vcproj:
6958         * win32/vs8/libgstlevel.vcproj:
6959         * win32/vs8/libgstmatroska.vcproj:
6960         * win32/vs8/libgstmikmod.vcproj:
6961         * win32/vs8/libgstmng.vcproj:
6962         * win32/vs8/libgstmonoscope.vcproj:
6963         * win32/vs8/libgstmulaw.vcproj:
6964         * win32/vs8/libgstmultipart.vcproj:
6965         * win32/vs8/libgstpng.vcproj:
6966         * win32/vs8/libgstrtp.vcproj:
6967         * win32/vs8/libgstrtsp.vcproj:
6968         * win32/vs8/libgstshout2.vcproj:
6969         * win32/vs8/libgstsmpte.vcproj:
6970         * win32/vs8/libgstspeex.vcproj:
6971         * win32/vs8/libgsttaglib.vcproj:
6972         * win32/vs8/libgstudp.vcproj:
6973         * win32/vs8/libgstvideobalance.vcproj:
6974         * win32/vs8/libgstvideobox.vcproj:
6975         * win32/vs8/libgstvideoflip.vcproj:
6976         * win32/vs8/libgstvideomixer.vcproj:
6977         * win32/vs8/libgstwavenc.vcproj:
6978         * win32/vs8/libgstwavparse.vcproj:
6979           Make end-of-line returns unixy, so that when the files are checked
6980           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6981           Hopefully fixes #366492.
6982
6983 2006-11-14  Wim Taymans  <wim@fluendo.com>
6984
6985         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6986         Disable init_frames delay timestamp adjustment, it does not
6987         seem to be needed at all. Fixes #369621.
6988
6989 2006-11-13  Wim Taymans  <wim@fluendo.com>
6990
6991         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6992
6993         * gst/videomixer/videomixer.c:
6994         (gst_videomixer_set_master_geometry),
6995         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6996         (gst_videomixer_collect_free), (gst_videomixer_reset),
6997         (gst_videomixer_init), (gst_videomixer_finalize),
6998         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6999         (gst_videomixer_collected), (gst_videomixer_change_state):
7000         Fix memleak by unref'ing collectpads instance (when finalizing)
7001         Implement releasing a request pad. Fixes #374479.
7002
7003 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7004
7005         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7006
7007         * win32/vs8/gst-plugins-good.sln:
7008         * win32/vs8/libgst1394.vcproj:
7009         * win32/vs8/libgstaasink.vcproj:
7010         * win32/vs8/libgstalaw.vcproj:
7011         * win32/vs8/libgstalpha.vcproj:
7012         * win32/vs8/libgstalphacolor.vcproj:
7013         * win32/vs8/libgstannodex.vcproj:
7014         * win32/vs8/libgstapetag.vcproj:
7015         * win32/vs8/libgstaudiofx.vcproj:
7016         * win32/vs8/libgstauparse.vcproj:
7017         * win32/vs8/libgstautodetect.vcproj:
7018         * win32/vs8/libgstavi.vcproj:
7019         * win32/vs8/libgstcacasink.vcproj:
7020         * win32/vs8/libgstcdio.vcproj:
7021         * win32/vs8/libgstcutter.vcproj:
7022         * win32/vs8/libgstdv.vcproj:
7023         * win32/vs8/libgsteffectv.vcproj:
7024         * win32/vs8/libgstflac.vcproj:
7025         * win32/vs8/libgstflxdec.vcproj:
7026         * win32/vs8/libgstgoom.vcproj:
7027         * win32/vs8/libgsticydemux.vcproj:
7028         * win32/vs8/libgstid3demux.vcproj:
7029         * win32/vs8/libgstjpeg.vcproj:
7030         * win32/vs8/libgstladspa.vcproj:
7031         * win32/vs8/libgstlevel.vcproj:
7032         * win32/vs8/libgstmatroska.vcproj:
7033         * win32/vs8/libgstmikmod.vcproj:
7034         * win32/vs8/libgstmng.vcproj:
7035         * win32/vs8/libgstmonoscope.vcproj:
7036         * win32/vs8/libgstmulaw.vcproj:
7037         * win32/vs8/libgstmultipart.vcproj:
7038         * win32/vs8/libgstpng.vcproj:
7039         * win32/vs8/libgstrtp.vcproj:
7040         * win32/vs8/libgstrtsp.vcproj:
7041         * win32/vs8/libgstshout2.vcproj:
7042         * win32/vs8/libgstsmpte.vcproj:
7043         * win32/vs8/libgstspeex.vcproj:
7044         * win32/vs8/libgsttaglib.vcproj:
7045         * win32/vs8/libgstudp.vcproj:
7046         * win32/vs8/libgstvideobalance.vcproj:
7047         * win32/vs8/libgstvideobox.vcproj:
7048         * win32/vs8/libgstvideoflip.vcproj:
7049         * win32/vs8/libgstvideomixer.vcproj:
7050         * win32/vs8/libgstwavenc.vcproj:
7051         * win32/vs8/libgstwavparse.vcproj:
7052           Add VS8 project files (note that many of the plugins in ext are
7053           disabled by default). Fixes #366492.
7054
7055 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7056
7057         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7058           we do not translate debug messages
7059
7060 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7061
7062         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7063           fix categorisation, make short desc more explicit, remove unused code
7064           Fixes #372021
7065
7066 2006-11-08  Wim Taymans  <wim@fluendo.com>
7067
7068         * gst/rtp/gstrtpL16depay.c:
7069         * gst/rtp/gstrtpamrdepay.c:
7070         * gst/rtp/gstrtpamrpay.c:
7071         * gst/rtp/gstrtpgsmdepay.c:
7072         * gst/rtp/gstrtph263pay.c:
7073         * gst/rtp/gstrtph263pdepay.c:
7074         * gst/rtp/gstrtph263ppay.c:
7075         * gst/rtp/gstrtph264depay.c:
7076         * gst/rtp/gstrtpmp2tdepay.c:
7077         * gst/rtp/gstrtpmp4gdepay.c:
7078         * gst/rtp/gstrtpmp4gpay.c:
7079         * gst/rtp/gstrtpmp4vdepay.c:
7080         * gst/rtp/gstrtpmp4vpay.c:
7081         * gst/rtp/gstrtpmpadepay.c:
7082         * gst/rtp/gstrtpmpapay.c:
7083         * gst/rtp/gstrtppcmadepay.c:
7084         * gst/rtp/gstrtppcmapay.c:
7085         * gst/rtp/gstrtppcmudepay.c:
7086         * gst/rtp/gstrtppcmupay.c:
7087         * gst/rtp/gstrtpspeexdepay.c:
7088         * gst/rtp/gstrtpspeexpay.c:
7089         * gst/rtp/gstrtpsv3vdepay.c:
7090         Fix element descriptions.
7091
7092 2006-11-08  Wim Taymans  <wim@fluendo.com>
7093
7094         * gst/rtp/gstrtpvorbisdepay.c:
7095         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7096         Fix description.
7097         Small cleanup in the payloader.
7098
7099 2006-11-08  Wim Taymans  <wim@fluendo.com>
7100
7101         * gst/rtp/Makefile.am:
7102         * gst/rtp/gstrtp.c: (plugin_init):
7103         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7104         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7105         (gst_rtp_theora_depay_finalize),
7106         (gst_rtp_theora_depay_parse_configuration),
7107         (gst_rtp_theora_depay_setcaps),
7108         (gst_rtp_theora_depay_switch_codebook),
7109         (gst_rtp_theora_depay_process),
7110         (gst_rtp_theora_depay_set_property),
7111         (gst_rtp_theora_depay_get_property),
7112         (gst_rtp_theora_depay_change_state),
7113         (gst_rtp_theora_depay_plugin_init):
7114         * gst/rtp/gstrtptheoradepay.h:
7115         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7116         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7117         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7118         (gst_rtp_theora_pay_init_packet),
7119         (gst_rtp_theora_pay_flush_packet),
7120         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7121         (gst_rtp_theora_pay_handle_buffer),
7122         (gst_rtp_theora_pay_plugin_init):
7123         * gst/rtp/gstrtptheorapay.h:
7124         Add theora pay/depayloaders.
7125
7126 2006-11-06  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst/rtp/Makefile.am:
7129         We depend on gsttag to generate the vorbis comments.
7130
7131         * gst/rtp/gstrtpvorbisdepay.c:
7132         (gst_rtp_vorbis_depay_parse_configuration),
7133         (gst_rtp_vorbis_depay_setcaps),
7134         (gst_rtp_vorbis_depay_switch_codebook),
7135         (gst_rtp_vorbis_depay_process):
7136         * gst/rtp/gstrtpvorbisdepay.h:
7137         Parse configuration string in the depayloader.
7138         Implement selecting and switching to a new codebook.
7139         Receiving vorbis over RTP now works.
7140
7141         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7142         (gst_rtp_vorbis_pay_init_packet),
7143         (gst_rtp_vorbis_pay_finish_headers),
7144         (gst_rtp_vorbis_pay_handle_buffer):
7145         * gst/rtp/gstrtpvorbispay.h:
7146         Set timestamps on outgoing buffers and RTP packets.
7147         Fix configuration string, prepend number of Packet headers.
7148         Fix encoding of ident string.
7149         Add delivery-method to caps.
7150         Streaming vorbis over RTP now works.
7151
7152 2006-11-06  Wim Taymans  <wim@fluendo.com>
7153
7154         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7155         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7156         (gst_rtp_vorbis_pay_handle_buffer):
7157         * gst/rtp/gstrtpvorbispay.h:
7158         Generate a valid configuration string in the caps based on the
7159         vorbis headers.
7160
7161 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7162
7163         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7164         * ext/cdio/gstcdio.h:
7165         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7166           Move CD-TEXT utility function into common file so it can also be
7167           used by a future cdioparanoiasrc.
7168
7169 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7170         
7171         * sys/v4l2/Makefile.am:
7172         * sys/v4l2/gstv4l2object.c:
7173         * sys/v4l2/gstv4l2src.c:
7174         * sys/v4l2/gstv4l2xoverlay.c:
7175         * sys/v4l2/v4l2_calls.c:
7176         * sys/v4l2/v4l2src_calls.c:
7177         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7178         xoverlay code that is still not implemented.
7179
7180 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7183           We require a -base more recent than 0.10.9, so it's safe to use
7184           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7185
7186         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7187         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7188           Use _newsegment_full() now that we depend on a recent enough core.
7189
7190         * gst/wavparse/gstwavparse.c:
7191           Remove cruft that we don't need any longer now that we depend on
7192           a recent enough -base.
7193
7194 2006-10-31  Wim Taymans  <wim@fluendo.com>
7195
7196         * gst/rtp/Makefile.am:
7197         * gst/rtp/gstrtp.c: (plugin_init):
7198         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7199         (gst_rtpilbcpay_setcaps):
7200         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7201
7202 2006-10-31  Wim Taymans  <wim@fluendo.com>
7203
7204         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7205         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7206         Some small cleanups, use _scale.
7207
7208 2006-10-31  Wim Taymans  <wim@fluendo.com>
7209
7210         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7211         Use higher precision scale function.
7212
7213 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7214
7215         Patch by: Michal Benes  <michal dot benes at itonis tv>
7216
7217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7218         (gst_matroska_demux_read_track_encodings),
7219         (gst_matroska_decode_buffer):
7220           Fix several issues with encoded/compressed/encrypted/signed tracks;
7221           also, remove superfluous newline characters from some debug
7222           statements. (#366155)
7223
7224 2006-10-30  Wim Taymans  <wim@fluendo.com>
7225
7226         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7227         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7228         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7229         (gst_smokedec_change_state):
7230         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7231         (gst_smokeenc_init), (gst_smokeenc_finalize),
7232         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7233         (gst_smokeenc_resync), (gst_smokeenc_chain),
7234         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7235         (gst_smokeenc_change_state):
7236         Various cleanups, capsnego and leak fixes.
7237
7238 2006-10-30  Wim Taymans  <wim@fluendo.com>
7239
7240         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7241
7242         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7243         Fix videomixer so that it can handle any combination of framerates.
7244         Fixes #367221.
7245
7246 2006-10-28  Wim Taymans  <wim@fluendo.com>
7247
7248         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7249         (gst_avi_demux_parse_file_header),
7250         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7251         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7252         (gst_avi_demux_chain):
7253         Fix position query for audio. also fixes timestamps in streaming
7254         mode and bug #364958.
7255         Small cleanups.
7256
7257 2006-10-27  Wim Taymans  <wim@fluendo.com>
7258
7259         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7260         * ext/libpng/gstpngenc.h:
7261         Fix strides. Fixes #364856.
7262         Cleanup capsnego.
7263         Set caps on outgoing buffers.
7264
7265 2006-10-18  Wim Taymans  <wim@fluendo.com>
7266
7267         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7268
7269         * gst/rtp/gstrtpgsmpay.c:
7270         * gst/rtp/gstrtph263pay.c:
7271         * gst/rtp/gstrtpmpapay.c:
7272         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7273         (gst_rtp_pcma_pay_handle_buffer):
7274         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7275         Add static payload numbers in addition to the dynamic ones.
7276         Fixes #361639.
7277
7278 2006-10-18  Wim Taymans  <wim@fluendo.com>
7279
7280         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7281         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7282         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7283         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7284         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7285         * gst/rtsp/rtspdefs.h:
7286         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7287         * gst/rtsp/rtspurl.h:
7288         Reuse already existing enum for lower transport.
7289         Add rtspt and rtspu protocols.
7290         Send redirect to rtspt when udp times out.
7291
7292 2006-10-18  Wim Taymans  <wim@fluendo.com>
7293
7294         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7295         (gst_wavparse_stream_data):
7296         Fix seeking some more, mostly for speed changes.
7297
7298 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         Patch by: Fredrik Persson  <frepe at bredband net>
7301
7302         * sys/v4l2/gstv4l2tuner.c:
7303         * sys/v4l2/gstv4l2tuner.h:
7304           Fix _set_channel(): remove useless g_object_notify() for "channel"
7305           property that doesn't exist any longer and therefore now also
7306           useless redirect (#338818).
7307
7308 2006-10-17  Wim Taymans  <wim@fluendo.com>
7309
7310         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7311         Some drivers do not support unsetting the non-blocking flag once the
7312         device is opened. In those cases, close/open the device in
7313         non-blocking mode. Fixes #362673.
7314
7315 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7316
7317         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7318         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7319         (gst_v4l2src_get_fps):
7320           dear stefan, framespersecond is not frameperiod, reverting but adding
7321           comment
7322
7323 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7324
7325         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7326         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7327         (gst_v4l2src_get_fps):
7328           Numerator is numerator and denominator is denominator. Say that aloud
7329           5 times and retry after next beer.
7330
7331 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         Patch by: Josep Torra Valles  <josep at fluendo com>
7334
7335         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7336         * ext/esd/esdsink.c: (gst_esdsink_write):
7337         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7338         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7339         (gst_flac_dec_send_newsegment):
7340         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7341         (gst_flac_enc_tell_callback):
7342         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7343         (smokecodec_parse_header), (smokecodec_decode):
7344         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7345         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7346         * gst/goom/Makefile.am:
7347         * gst/goom/gstgoom.c:
7348         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7349         * gst/rtsp/gstrtspsrc.c:
7350         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7351         * gst/udp/gstudpsink.c:
7352         * gst/udp/gstudpsrc.c:
7353         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7354         * sys/sunaudio/gstsunaudiomixertrack.h:
7355           Fix a bunch of problems discovered by the Forte compiler, mostly type
7356           mixups and pointer arithmetics with void pointers. Fixes #362603.
7357
7358 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7359
7360         * ext/speex/gstspeex.c: (plugin_init):
7361         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7362         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7363         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7364         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7365         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7366         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7367         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7368         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7369         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7370         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7371         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7372         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7373         * ext/speex/gstspeexenc.h:
7374           Miscellaneous clean-ups, among other things: speexenc => enc to
7375           enhance code readability; change speexenc => speex_enc; in chain
7376           function unref input buffer in case of error; take reference in
7377           event function; use boilerplate macro; use gst_pad_query_peer_*
7378           convenience functions.
7379
7380 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7383         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7384         (gst_speexenc_set_header_on_caps):
7385           Fix some mem leaks.
7386
7387 2006-10-11  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst/rtsp/URLS:
7390         Added some other URL.
7391
7392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7393         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7394         (gst_rtspsrc_open), (gst_rtspsrc_play),
7395         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7396         * gst/rtsp/gstrtspsrc.h:
7397         Work on fallback to TCP connection when the UDP socket times out.
7398         Handler server requests, just reply with OK for now.
7399
7400         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7401         * gst/rtsp/rtspdefs.h:
7402         Added some more Real extension headers.
7403
7404         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7405         Fix parsing of urls with a ':' that is not part of the hostname:port
7406         part of the url.
7407
7408 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7409
7410         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7411         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7412         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7413           Activate pad before adding it to the already-running element.
7414
7415         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7416           Activate newly-created pad too.
7417
7418 2006-10-11  Wim Taymans  <wim@fluendo.com>
7419
7420         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7421
7422         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7423         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7424         (gst_udpsrc_start):
7425         Fix some leaks in caps and uris. Fixes #361252.
7426
7427 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7428
7429         * gst/wavparse/Makefile.am:
7430           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7431
7432 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7433
7434         * sys/v4l2/gstv4l2xoverlay.c:
7435         * sys/v4l2/gstv4l2xoverlay.h:
7436         Fix build as per the patch in #338818 comment 36.
7437
7438 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7439
7440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7441           Activate pads before adding them to the source.
7442
7443 2006-10-06  Wim Taymans  <wim@fluendo.com>
7444
7445         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7446         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7447         Activate pads before adding.
7448
7449 2006-10-06  Wim Taymans  <wim@fluendo.com>
7450
7451         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7452         (gst_multipart_find_pad_by_mime):
7453         Activate pads before adding.
7454
7455         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7456         BOILERPLATE sets parent_class for us.
7457
7458 2006-10-06  Wim Taymans  <wim@fluendo.com>
7459
7460         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7461         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7462         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7463         (gst_rtspsrc_alloc_udp_ports),
7464         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7465         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7466         (gst_rtspsrc_create_transports_string),
7467         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7468         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7469         * gst/rtsp/gstrtspsrc.h:
7470         Rework how the transport string is constructed, try to share channels
7471         and udp ports.
7472         Make most of the stuff less dependant on RTP as we are also going to use
7473         it for RDT.
7474         Add support for transport specific session managers.
7475
7476         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7477         Implement _flush().
7478
7479         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7480         * gst/rtsp/rtspdefs.h:
7481         Add generic error return code.
7482
7483         * gst/rtsp/rtspext.h:
7484         Add support for pluggable tranport strings.
7485
7486         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7487         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7488         (rtsp_ext_wms_get_context):
7489         Detect WMServer and activate the extension.
7490
7491         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7492         (rtsp_transport_get_manager), (rtsp_transport_parse):
7493         * gst/rtsp/rtsptransport.h:
7494         Added methods to get mime/manager for certain transports.
7495
7496 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         * ext/cairo/gsttimeoverlay.c:
7499         (gst_cairo_time_overlay_update_font_height):
7500         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7501         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7502         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7503         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7504         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7505         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7506         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7507         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7508         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7509         (gst_avi_demux_stream_data):
7510         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7511         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7512         (gst_fenced_buffer_copy):
7513         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7514         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7515         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7517         (gst_rtspsrc_handle_message):
7518         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7519         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7520           Printf format fixes.
7521
7522 2006-10-04  Wim Taymans  <wim@fluendo.com>
7523
7524         * gst/rtsp/Makefile.am:
7525         Dist new .h file too.
7526
7527 2006-10-04  Wim Taymans  <wim@fluendo.com>
7528
7529         * gst/rtsp/Makefile.am:
7530         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7531         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7533         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7534         (gst_rtspsrc_parse_rtpmap),
7535         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7536         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7537         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7538         * gst/rtsp/gstrtspsrc.h:
7539         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7540         * gst/rtsp/rtspdefs.h:
7541         * gst/rtsp/rtspext.h:
7542         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7543         (rtsp_ext_wms_get_context):
7544         * gst/rtsp/rtspextwms.h:
7545         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7546         (rtsp_transport_parse):
7547         * gst/rtsp/rtsptransport.h:
7548         Factor out extension in separate module.
7549         Fix getcaps to filter against the padtemplate.
7550         Use Content-Base if the server gives one.
7551         Rework the transport parsing a bit for future extensions.
7552         Added some Real Header field definitions.
7553
7554 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7555
7556         * docs/plugins/Makefile.am:
7557         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7558         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7559           added v4l2 stubs
7560         * gst-plugins-good.spec.in:
7561           add v4l2
7562
7563 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7564
7565         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7566           Extract disc/album/medium number and count and try harder
7567           to extract track number/count.
7568
7569 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7570
7571         * configure.ac:
7572         * sys/Makefile.am:
7573           add build stuff for v4l2, needs --enable-experimental until
7574           the last bits are resolved
7575
7576 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7577
7578         * tests/check/Makefile.am:
7579           Disable autodetect test temporarily, so that the build bots
7580           update -bad and the ranks of unreliable video sinks in there.
7581
7582         * tests/check/elements/autodetect.c: (GST_START_TEST):
7583           Skip test if no usable videosink is found.
7584
7585 2006-09-29  Wim Taymans  <wim@fluendo.com>
7586
7587         * gst/rtsp/URLS:
7588         Add some more URLs.
7589
7590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7591         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7592         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7593         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7594         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7595         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7596         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7597         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7598         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7599         * gst/rtsp/gstrtspsrc.h:
7600         Add timeout property to control UDP timeouts.
7601         Fix error messages.
7602         Also start a loop function when operating in UDP mode so that we can
7603         do some more stuff async.
7604         Handle element messages from udpsrc to detect timeouts. If a timeout
7605         happens we currently generate an error.
7606         API: rtspsrc::timeout property.
7607
7608         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7609         (gst_udpsrc_create):
7610         Really implement the timeout in microseconds and not milliseconds.
7611
7612 2006-09-29  Wim Taymans  <wim@fluendo.com>
7613
7614         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7615         (gst_udpsrc_create), (gst_udpsrc_set_property),
7616         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7617         * gst/udp/gstudpsrc.h:
7618         Added property to post a message on timeout.
7619         Updated docs.
7620         When restarting the select, initialize the fdsets again.
7621         Init control sockets so we don't accidentally close a random socket.
7622         API: GstUDPSrc::timeout property
7623
7624 2006-09-29  Wim Taymans  <wim@fluendo.com>
7625
7626         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7627         Fix flag registration.
7628
7629         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7630         Reading 0 also means 'no more commands'
7631
7632 2006-09-29  Wim Taymans  <wim@fluendo.com>
7633
7634         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7635
7636         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7637         Fix possible infinite loop when shutting down, a read can also return
7638         0 to indicate no more messages are available. Fixes #358156.
7639
7640 2006-09-25  Wim Taymans  <wim@fluendo.com>
7641
7642         * gst/autodetect/gstautoaudiosink.c:
7643         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7644         (gst_auto_audio_sink_find_best):
7645         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7646         Small cleanups.
7647         don't try to set "sync" property when it is not available.
7648
7649 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7650
7651         Patch by: Peter Kjellerstedt  <pkj at axis com>
7652
7653         * gst/alpha/gstalpha.c:
7654         * gst/rtp/gstrtpamrdepay.c:
7655         * gst/rtsp/gstrtspsrc.c:
7656         * gst/udp/gstudpsrc.c:
7657         * gst/videomixer/videomixer.c:
7658           Include stdlib.h in some more places, makes things compile
7659           with uClibc and -Werror (#357592).
7660
7661 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7662
7663         * ext/jpeg/gstjpegdec.c:
7664           Set minimum height to 8 (from 16), our code should handle
7665           that fine. Some of the buttons on the apple trailer site
7666           are apparently only 15 pixels high (see #357470).
7667
7668 2006-09-23  Wim Taymans  <wim@fluendo.com>
7669
7670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7671         (gst_rtspsrc_open):
7672         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7673         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7674         (rtsp_connection_receive):
7675         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7676         * gst/rtsp/rtspdefs.h:
7677         Improve error reporting.
7678
7679 2006-09-23  Wim Taymans  <wim@fluendo.com>
7680
7681         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7682         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7683         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7684         * gst/rtp/gstrtpdepay.c:
7685         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7686         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7687         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7688         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7689         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7690         (gst_rtp_mp2t_depay_plugin_init):
7691         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7692         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7693         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7694         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7695         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7696         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7697         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7698         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7699         Fix klass typos.
7700         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7701
7702 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7703
7704         * configure.ac:
7705           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7706
7707 2006-09-22  Wim Taymans  <wim@fluendo.com>
7708
7709         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7710         Don't check for a tag that is never there and check if we read the
7711         correct tag. Fixes seeking again.
7712         We must post an error when all pads are unlinked.
7713
7714 2006-09-22  Wim Taymans  <wim@fluendo.com>
7715
7716         * gst/rtp/Makefile.am:
7717         * gst/rtp/gstrtp.c: (plugin_init):
7718         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7719         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7720         (gst_rtp_vorbis_pay_reset_packet),
7721         (gst_rtp_vorbis_pay_init_packet),
7722         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7723         (gst_rtp_vorbis_pay_handle_buffer):
7724         More fixage, set endoder-params correctly in the payloader.
7725
7726 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7727
7728         * gst/autodetect/gstautoaudiosink.c:
7729         (gst_auto_audio_sink_base_init):
7730         * gst/autodetect/gstautovideosink.c:
7731         (gst_auto_video_sink_base_init):
7732           Make static pad templates static to appease valgrind's leak
7733           detector.
7734
7735         * tests/check/Makefile.am:
7736         * tests/check/elements/.cvsignore:
7737         * tests/check/elements/autodetect.c: (GST_START_TEST),
7738         (autodetect_suite):
7739           Add simple test for the ghostpad lockup on shutdown fixed in core
7740           CVS (audio bit disabled because it would need dozens of alsa
7741           suppressions and I'm too lazy to add those now).
7742
7743 2006-09-22  Wim Taymans  <wim@fluendo.com>
7744
7745         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7746         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7747         Small cleanups.
7748
7749         * gst/rtp/Makefile.am:
7750         * gst/rtp/gstrtp.c: (plugin_init):
7751         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7752         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7753         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7754         (gst_rtp_vorbis_depay_process),
7755         (gst_rtp_vorbis_depay_set_property),
7756         (gst_rtp_vorbis_depay_get_property),
7757         (gst_rtp_vorbis_depay_change_state),
7758         (gst_rtp_vorbis_depay_plugin_init):
7759         * gst/rtp/gstrtpvorbisdepay.h:
7760         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7761         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7762         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7763         (gst_rtp_vorbis_pay_flush_packet),
7764         (gst_rtp_vorbis_pay_append_buffer),
7765         (gst_rtp_vorbis_pay_handle_buffer),
7766         (gst_rtp_vorbis_pay_plugin_init):
7767         * gst/rtp/gstrtpvorbispay.h:
7768         Add experimental vorbis pay and depayloaders.
7769
7770 2006-09-21  Wim Taymans  <wim@fluendo.com>
7771
7772         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7773         Fix profile-level-id parsing and setup.
7774
7775 2006-09-21  Wim Taymans  <wim@fluendo.com>
7776
7777         * gst/udp/README:
7778         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7779         Update README, simple cleanup.
7780
7781 2006-09-21  Wim Taymans  <wim@fluendo.com>
7782
7783         * gst/rtp/README:
7784         Update README with some examples.
7785
7786         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7787         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7788         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7789         (gst_rtp_mp4g_pay_setcaps):
7790         * gst/rtp/gstrtpmp4gpay.h:
7791         Make optional RTP parameters of type STRING, as required by the
7792         application/x-rtp caps specification.
7793
7794 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7795
7796         * gst/rtp/gstrtph263pdepay.c:
7797         * gst/rtp/gstrtph263ppay.c:
7798         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7799         RTP header.
7800
7801 2006-09-20  Wim Taymans  <wim@fluendo.com>
7802
7803         * gst/rtp/Makefile.am:
7804         And makefile too.
7805
7806 2006-09-20  Wim Taymans  <wim@fluendo.com>
7807
7808         * gst/rtp/gstrtp.c: (plugin_init):
7809         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7810         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7811         (decode_base64), (gst_rtp_asf_depay_setcaps),
7812         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7813         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7814         (gst_rtp_asf_depay_plugin_init):
7815         * gst/rtp/gstrtpasfdepay.h:
7816         Added preliminary ASF depayloader.
7817
7818         * gst/rtp/gstrtph264depay.c: (decode_base64):
7819         Fix base64 decoding.
7820
7821 2006-09-20  Wim Taymans  <wim@fluendo.com>
7822
7823         * gst/rtsp/URLS:
7824         Added some test URLS.
7825
7826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7827         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7828         * gst/rtsp/gstrtspsrc.h:
7829         When creating streams, give access to the complete SDP.
7830         Fix some leaks.
7831         Collect and merge global stream properties in stream caps.
7832         Preliminary support for WMServer.
7833
7834         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7835         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7836         (rtsp_connection_receive):
7837         * gst/rtsp/rtspconnection.h:
7838         Make connection interruptable.
7839         Refactor to make it reconnectable.
7840         Don't fail on short reads when reading data packets.
7841
7842         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7843         (rtsp_url_get_port):
7844         * gst/rtsp/rtspurl.h:
7845         Add methods for getting/setting the port.
7846
7847         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7848         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7849         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7850         (sdp_media_get_format), (sdp_parse_line),
7851         (sdp_message_parse_buffer):
7852         Fix headers. 
7853         Add methods for getting multiple attributes with the same name.
7854         Increase buffer size when parsing.
7855         Fix parsing of a=foo fields.
7856
7857         * gst/rtsp/test.c: (main):
7858         Update to new connection API.
7859
7860         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7861         (rtsp_message_init_response), (rtsp_message_init_data),
7862         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7863         * gst/rtsp/rtspmessage.h:
7864         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7865         * gst/rtsp/rtsptransport.h:
7866         * gst/rtsp/sdp.h:
7867         * gst/rtsp/sdpmessage.h:
7868         * gst/rtsp/gstrtsp.c:
7869         * gst/rtsp/gstrtsp.h:
7870         * gst/rtsp/gstrtpdec.c:
7871         * gst/rtsp/gstrtpdec.h:
7872         * gst/rtsp/rtsp.h:
7873         * gst/rtsp/rtspdefs.c:
7874         * gst/rtsp/rtspdefs.h:
7875         Dual licensed under MIT and LGPL now.
7876
7877 2006-09-19  Wim Taymans  <wim@fluendo.com>
7878
7879         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7880         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7881         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7882         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7883         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7884         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7885         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7886         * gst/rtsp/gstrtspsrc.h:
7887         Reorganize stream parsing and creation.
7888         Detect container formats in interleaved mode.
7889         Keep more state about the streams.
7890         Assume a server also supports PLAY if it does not say.
7891         Add unicast and interleaved properties to TCP transport requests to make
7892         some servers happy (WMServer).
7893
7894         * gst/rtsp/sdpmessage.h:
7895         Add some defines for the standard Bandwidth types.
7896
7897 2006-09-19  Wim Taymans  <wim@fluendo.com>
7898
7899         * gst/rtsp/test.c: (main):
7900         Fix build.
7901
7902 2006-09-19  Wim Taymans  <wim@fluendo.com>
7903
7904         * gst/wavparse/gstwavparse.c:
7905         Add ms-gsm to the src template.
7906
7907 2006-09-18  Wim Taymans  <wim@fluendo.com>
7908
7909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7910         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7911         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7912         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7913         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7914         * gst/rtsp/gstrtspsrc.h:
7915         Small cleanups, added documentation.
7916         Try to clean up the requests and responses.
7917         Refactor parsing the supported methods.
7918
7919         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7920         (rtsp_connection_create), (rtsp_connection_send),
7921         (parse_response_status), (parse_request_line),
7922         (rtsp_connection_receive), (rtsp_connection_close),
7923         (rtsp_connection_free):
7924         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7925         (rtsp_transport_init), (rtsp_transport_parse),
7926         (rtsp_transport_free):
7927         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7928         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7929         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7930         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7931         Use g_return_val some more.
7932
7933         * gst/rtsp/rtspdefs.h:
7934         Add more enum values to track initial states.
7935
7936         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7937         (rtsp_message_init_request), (rtsp_message_new_response),
7938         (rtsp_message_init_response), (rtsp_message_init_data),
7939         (rtsp_message_unset), (rtsp_message_free),
7940         (rtsp_message_add_header), (rtsp_message_remove_header),
7941         (rtsp_message_get_header), (rtsp_message_set_body),
7942         (rtsp_message_take_body), (rtsp_message_get_body),
7943         (rtsp_message_steal_body), (rtsp_message_dump):
7944         * gst/rtsp/rtspmessage.h:
7945         Reorder arguments, object goes as the first one.
7946         Use g_return_val some more.
7947
7948 2006-09-18  Wim Taymans  <wim@fluendo.com>
7949
7950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7951         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7952         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7953         * gst/rtsp/gstrtspsrc.h:
7954         Export sometimes source pad with correct caps on the template, create
7955         the ghostpad from the template.
7956         Remove RTCP template as we never expose RTCP.
7957         Protect against invalid body size.
7958         Avoid memcpy when creating the output buffer.
7959         Properly post an error and send EOS when the loop function is shut down.
7960
7961 2006-09-18  Wim Taymans  <wim@fluendo.com>
7962
7963         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7964
7965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7966         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7967         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7968         * gst/rtsp/gstrtspsrc.h:
7969         Make sure we can never set an invalid location.
7970
7971         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7972         * gst/rtsp/rtspmessage.h:
7973         Added _steal_body method for future use.
7974
7975         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7976         Make freeing of NULL url return immediatly.
7977
7978 2006-09-18  Wim Taymans  <wim@fluendo.com>
7979
7980         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7981
7982         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7983         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7984         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7985         (gst_rtspsrc_change_state):
7986         * gst/rtsp/gstrtspsrc.h:
7987         Use boilerplate.
7988         Make rtspsrc subclass GstBin to make state changes easier.
7989         Add Range header field on the PLAY request.
7990
7991 2006-09-18  Wim Taymans  <wim@fluendo.com>
7992
7993         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7994
7995         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7996         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7997         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7998         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7999         * gst/rtsp/rtspconnection.c: (inet_aton):
8000         Small cleanups.
8001         when multicast is selected as the transport, create UDP sources and
8002         connect to the multicast group.
8003         Move parsing and setting of caps to a common place.
8004         Fixes #349894.
8005
8006 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8007
8008         * ext/flac/gstflactag.c:
8009         * gst/alpha/gstalpha.c:
8010         * gst/debug/breakmydata.c:
8011         * gst/debug/negotiation.c:
8012         * gst/debug/testplugin.c:
8013         * gst/effectv/gstaging.c:
8014         * gst/effectv/gstdice.c:
8015         * gst/effectv/gstedge.c:
8016         * gst/effectv/gstquark.c:
8017         * gst/effectv/gstrev.c:
8018         * gst/effectv/gstshagadelic.c:
8019         * gst/effectv/gstvertigo.c:
8020         * gst/effectv/gstwarp.c:
8021         * gst/multipart/multipartdemux.c:
8022         * gst/multipart/multipartmux.c:
8023         * gst/videobox/gstvideobox.c:
8024         * gst/videofilter/gstgamma.c:
8025         * gst/videofilter/gstvideotemplate.c:
8026         * gst/videomixer/videomixer.c:
8027         * sys/sunaudio/gstsunaudiosrc.h:
8028         More G_OBJECT macro fixing.
8029
8030 2006-09-16  Wim Taymans  <wim@fluendo.com>
8031
8032         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8033
8034         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8035         Correctly set the dwLength in strh.
8036         With this patch, the file duration is now displayed correctly in window
8037         media player and the AVI plays completely. Fixes #356147
8038
8039 2006-09-15  Wim Taymans  <wim@fluendo.com>
8040
8041         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8042
8043         * sys/sunaudio/gstsunaudiomixerctrl.c:
8044         (gst_sunaudiomixer_ctrl_build_list):
8045         Set the output track as the MASTER so that the gnome-settings-daemon
8046         keybindings for changing the volume using the keyboard works.
8047         Fixes #356142.
8048
8049 2006-09-15  Wim Taymans  <wim@fluendo.com>
8050
8051         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8052         Fix documentation, it is not possible to control the framerate of jpegdec
8053         using filtered caps yet. Fixes #355210.
8054         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8055         stop when there is an error.
8056
8057 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8058
8059         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8060         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8061           Don't interpret a first buffer with an offset of NONE as
8062           'from the middle of the stream', but only a first buffer
8063           that has a valid buffer offset that's non-zero (see #345449).
8064
8065 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8066
8067         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8068         (gst_icydemux_typefind_or_forward):
8069         * gst/icydemux/gsticydemux.h:
8070           When we merge/collect multiple incoming buffers for typefinding
8071           purposes, keep an initial 0 offset on the first outgoing buffer
8072           as well (otherwise id3demux won't work right). Fixes #345449.
8073           Also Make buffer metadata writable before setting buffer caps.
8074
8075         * tests/check/elements/icydemux.c: (typefind_succeed),
8076         (cleanup_icydemux), (push_data), (GST_START_TEST),
8077         (icydemux_suite):
8078           Small test case for the above.
8079
8080 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8081
8082         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8083         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8084         (gst_avi_demux_stream_header_push),
8085         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8086         (gst_avi_demux_loop):
8087           More code reuse and better logging in _peek_chunk(). Reintroduce check
8088           for chunk sizes before reading them (avoid oom). Better handling for 
8089           invalid chunksizes when streaming.
8090
8091 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8092
8093         * gst/level/gstlevel.c: (gst_level_set_property):
8094         * gst/level/gstlevel.h:
8095           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8096           René Stadler
8097
8098 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8099
8100         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8101         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8102         (gst_avi_demux_stream_data):
8103           Revert one change to fix streaming avi (adapter size != data size).
8104
8105 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8106
8107         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8108
8109         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8110         (gst_matroska_demux_reset),
8111         (gst_matroska_demux_read_track_encodings),
8112         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8113         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8114         (gst_matroska_demux_subtitle_caps):
8115         * gst/matroska/matroska-ids.h:
8116           Add support for VOBSUB subtitle tracks and zlib-compressed
8117           tracks. Make sure we start on a keyframe after a seek. (#343348)
8118
8119 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8120
8121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8122         (gst_matroska_demux_push_flac_codec_priv_data),
8123         (gst_matroska_demux_push_xiph_codec_priv_data),
8124         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8125         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8126         * gst/matroska/matroska-ids.h:
8127           Add basic FLAC support (#311586), not perfect yet though, needs some
8128           tweaking in flacdec; also, seeking could be better.
8129           Do better bounds checking when deserialising vorbis stream headers
8130           to make sure we don't read beyond the end of the buffer on bad input.
8131
8132 2006-09-04  Wim Taymans  <wim@fluendo.com>
8133
8134         Patch by: Alessandro Decina <alessandro at nnva dot org>
8135
8136         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8137         Seeking back in a file containing a CMML stream errors out if the seek
8138         goes back up to the CMML headers. This is because after the seek the xml
8139         processing instruction <?xml ...?> is submitted to the xml parser again, 
8140         which results in an error. The attached patch fixes the problem. 
8141         Fixes #353908.
8142
8143         * ext/annodex/gstcmmlenc.h:
8144         Fix authors name.
8145
8146
8147 2006-08-28  Andy Wingo  <wingo@pobox.com>
8148
8149         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8150         New helper function to lessen the ifdefs.
8151         (GST_INFO_OBJECT): 
8152         (gst_dv1394src_iso_receive): Use it.
8153         (gst_dv1394src_create): Also use the control sockets in iec61883
8154         mode.
8155         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8156         handle for AVC operations; fixes #348233.
8157
8158 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8159
8160         * configure.ac:
8161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8162         * docs/plugins/inspect/plugin-audiofx.xml:
8163         * docs/plugins/inspect/plugin-audiofxgood.xml:
8164         * gst/audiofx/Makefile.am:
8165         * gst/audiofx/audiofx.c:
8166         * gst/audiofxgood/.cvsignore:
8167         * gst/audiofxgood/Makefile.am:
8168         * gst/audiofxgood/audiofx.c:
8169         * gst/audiofxgood/audiopanorama.c:
8170         * gst/audiofxgood/audiopanorama.h:
8171           Rename again (audiofxgood -> audiofx).
8172
8173 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8174
8175         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8176         (gst_avi_demux_stream_scan):
8177           Initialze variables.
8178
8179 2006-08-25  Wim Taymans  <wim@fluendo.com>
8180
8181         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8182         (gst_avi_demux_init), (gst_avi_demux_finalize),
8183         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8184         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8185         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8186         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8187         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8188         (gst_avi_demux_massage_index),
8189         (gst_avi_demux_calculate_durations_from_index),
8190         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8191         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8192         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8193         (gst_avi_demux_change_state):
8194         * gst/avi/gstavidemux.h:
8195         More attempts to turn this into readable code.
8196         Don't leak adapters.
8197         Calculate duration according to index more efficiently.
8198         Don't try to act like we drive the pipeline in chain mode.
8199
8200 2006-08-25  Wim Taymans  <wim@fluendo.com>
8201
8202         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8203         Fix build.
8204
8205 2006-08-25  Wim Taymans  <wim@fluendo.com>
8206
8207         Patch by: Alessandro Decina <alessandro at nnva dot org>
8208
8209         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8210         Do some extra sanity checks.
8211         Fixes #350340.
8212
8213         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8214         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8215         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8216         Check if clip->start_time is valid before adding the clip to the
8217         track list.
8218         Reset enc->preamble going from PAUSED to READY.
8219         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8220         only used for EOS.
8221         Only post an error message if we were the one that created the fatal
8222         GstFlowReturn value.
8223
8224         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8225         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8226         Parse the seconds field of the npt-sec time format using %llu rather than
8227         %d and check that the value scaled by GST_SECOND doesn't overflow.
8228         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8229         Lookup a clip's track with clip->track rather than clip->id which
8230         makes no sense.
8231         Identify a clip by its track and start time and not its xml id.
8232         do some more input checking and make sure we don't do undefined shifts.
8233
8234         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8235         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8236         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8237         (push_clip), (push_empty_clip), (check_output_clip),
8238         (GST_START_TEST), (cmmldec_suite):
8239         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8240         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8241         (check_headers), (push_clip), (check_clip_times), (check_clip),
8242         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8243         Added some more checks.
8244
8245 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8246
8247         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8248         (gst_audio_panorama_set_property),
8249         (gst_audio_panorama_get_property),
8250         (gst_audio_panorama_transform_m2s_int),
8251         (gst_audio_panorama_transform_s2s_int),
8252         (gst_audio_panorama_transform_m2s_float),
8253         (gst_audio_panorama_transform_s2s_float):
8254         * gst/audiofxgood/audiopanorama.h:
8255         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8256           Make also the pan-property float (saves scaling and yields better
8257           resolution)
8258
8259 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8260
8261         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8262         (gst_audio_panorama_transform_m2s_float),
8263         (gst_audio_panorama_transform_s2s_float):
8264           ChangeLog surgery to add cymax's real name
8265
8266
8267 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8268
8269         Patch by: René Stadler <mail@renestadler.de>
8270
8271         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8272         (gst_audio_panorama_transform_m2s_int),
8273         (gst_audio_panorama_transform_s2s_int),
8274         (gst_audio_panorama_transform_m2s_float),
8275         (gst_audio_panorama_transform_s2s_float),
8276         (gst_audio_panorama_transform):
8277         * gst/audiofxgood/audiopanorama.h:
8278           Added float support
8279
8280 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8281
8282         * gst/audiofxgood/audiopanorama.c:
8283         (gst_audio_panorama_transform_m2s):
8284           Fix docs & debug category. Add Fixme for volume pan levels.
8285
8286 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8287
8288         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8289         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8290         (gst_avi_demux_stream_header_pull),
8291         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8292         (gst_avi_demux_chain):
8293           unbreak AVI index handling, some more debug, remove an obsolete
8294           adapter_flush that caused streaming to wander off in the wild
8295
8296 2006-08-24  Wim Taymans  <wim@fluendo.com>
8297
8298         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8299         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8300         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8301         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8302         (gst_avi_demux_calculate_durations_from_index),
8303         (gst_avi_demux_stream_header_push),
8304         (gst_avi_demux_stream_header_pull):
8305         * gst/avi/gstavidemux.h:
8306         Some more cleanups. 
8307         Fix totalFrames parsing in ODML.
8308         Disable use of index for length calculation in case of ODML as this is
8309         broken now.
8310
8311 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8312
8313         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8314           Use libgsttag helper function here too.
8315
8316 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8317
8318         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8319         (gst_avi_demux_init), (gst_avi_demux_dispose),
8320         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8321         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8322         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8323         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8324         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8325         (gst_avi_demux_parse_subindex),
8326         (gst_avi_demux_read_subindexes_push),
8327         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8328         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8329         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8330         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8331         (gst_avi_demux_stream_header_pull),
8332         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8333         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8334         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8335         (gst_avi_demux_change_state):
8336         * gst/avi/gstavidemux.h:
8337           Initial streaming support for avidemux (fixes #336465)
8338
8339 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8342           There is no taglibmux element ...
8343
8344         * gst/rtsp/gstrtspsrc.c:
8345           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8346           was complaining about unknown entity here.
8347
8348 2006-08-22  Wim Taymans  <wim@fluendo.com>
8349
8350         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8351         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8352         (gst_avi_demux_process_next_entry):
8353         * gst/avi/gstavidemux.h:
8354         Mark DISCONT.
8355         Remove old unused fields and reorder the struct a bit.
8356
8357 2006-08-22  Wim Taymans  <wim@fluendo.com>
8358
8359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8360         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8361         (gst_rtspsrc_pause):
8362         * gst/rtsp/gstrtspsrc.h:
8363         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8364         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8365         Small documentation updates.
8366
8367 2006-08-22  Wim Taymans  <wim@fluendo.com>
8368
8369         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8370         (gst_avi_demux_index_entry_for_time),
8371         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8372         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8373         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8374         (gst_avi_demux_next_data_buffer),
8375         (gst_avi_demux_calculate_durations_from_index),
8376         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8377         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8378         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8379         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8380         * gst/avi/gstavidemux.h:
8381         Precalc most of the duration query for each stream.
8382         Make seeking more correct.
8383         Use GstSegment to track position and duration.
8384         Code cleanups and leak fixes.
8385         Calculate correct total duration based on index length.
8386
8387 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8388
8389         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8390         (parse_insert_string_field):
8391           If strings in text fields are marked ISO8859-1, but contain
8392           valid UTF-8 already, then handle them as UTF-8 and ignore
8393           the encoding. (#351794)
8394
8395 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8396
8397         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8398         (gst_flac_dec_write), (gst_flac_dec_loop),
8399         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8400         (gst_flac_dec_src_query):
8401         * ext/flac/gstflacdec.h:
8402           Make flac-in-ogg work (#352100).
8403
8404 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8405
8406         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8407           Don't unref buffers of which we've already given away
8408           ownership to the adapter.
8409
8410 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8411
8412         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8413           Make metadata extraction actually work.
8414
8415         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8416         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8417         (gst_speexenc_chain):
8418           Fix metadata writing: replace old code which wrote completely
8419           broken tags with libgsttag-based code. Plus miscellaneous
8420           code cleanups (use static pad templates etc.) and a bunch
8421           of leak fixes.
8422
8423 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8424
8425         * gst/audiopanorama/.cvsignore:
8426         * gst/audiopanorama/Makefile.am:
8427         * gst/audiopanorama/audiofx.c:
8428         * gst/audiopanorama/audiopanorama.c:
8429         * gst/audiopanorama/audiopanorama.h:
8430           die! die! die! you should never have been there
8431
8432 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8433
8434         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8435         Fix invalid memory access in audiopanorama test suite.
8436
8437 2006-08-21  Edward Hervey  <edward@fluendo.com>
8438
8439         * tests/check/elements/.cvsignore:
8440         ignore built file
8441
8442 2006-08-21  Wim Taymans  <wim@fluendo.com>
8443
8444         * gst/rtp/Makefile.am:
8445         Fix the build again.
8446
8447 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8448
8449         * gst/audiofxgood/.cvsignore:
8450         * gst/audiofxgood/Makefile.am:
8451         * gst/audiofxgood/audiofx.c: (plugin_init):
8452         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8453         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8454         (gst_audio_panorama_set_property),
8455         (gst_audio_panorama_get_property),
8456         (gst_audio_panorama_get_unit_size),
8457         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8458         (gst_audio_panorama_transform_m2s),
8459         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8460         * gst/audiofxgood/audiopanorama.h:
8461           resubmit with the desired name *again*
8462
8463 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8464
8465         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8466         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8467           use g_assert in _get_unit_size
8468
8469 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8470
8471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8473         * docs/plugins/inspect/plugin-audiofxgood.xml:
8474           cleanup -unused.txt to make it useful, add previously missing docs
8475
8476         * ext/Makefile.am:
8477           Quietly (accidentally) enable LADSPA for building by default, 
8478           despite the fact that it doesn't meet the plugin checklist.
8479             -- Added by Jan Schmidt 18 Dec 2006
8480
8481         * ext/esd/esdmon.c:
8482         * ext/esd/esdsink.c:
8483         * ext/esd/gstesd.c: (plugin_init):
8484           reflow to get rid of two external symbols
8485
8486         * gst/audiofxgood/audiofx.c: (plugin_init):
8487           re-add
8488
8489 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8490
8491         * configure.ac:
8492         * gst/audiofxgood/.cvsignore:
8493         * gst/audiofxgood/Makefile.am:
8494         * gst/audiofxgood/audiofx.c
8495         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8496         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8497         (gst_audio_panorama_set_property),
8498         (gst_audio_panorama_get_property),
8499         (gst_audio_panorama_get_unit_size),
8500         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8501         (gst_audio_panorama_transform_m2s),
8502         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8503         * gst/audiofxgood/audiopanorama.h:
8504         * tests/check/Makefile.am:
8505         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8506         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8507         (panorama_suite), (main):
8508         Add audiofxgood plugin with audiopanorama element
8509
8510 2006-08-18  Wim Taymans  <wim@fluendo.com>
8511
8512         * docs/plugins/Makefile.am:
8513         More Oss docs fixage. 
8514
8515 2006-08-18  Wim Taymans  <wim@fluendo.com>
8516
8517         * gst/rtp/Makefile.am:
8518         * gst/rtp/gstrtp.c: (plugin_init):
8519         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8520         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8521         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8522         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8523         (gst_rtp_sv3v_depay_get_property),
8524         (gst_rtp_sv3v_depay_change_state),
8525         (gst_rtp_sv3v_depay_plugin_init):
8526         * gst/rtp/gstrtpsv3vdepay.h:
8527         Added experimental SVQ3 depayloader.
8528
8529 2006-08-18  Edward Hervey  <edward@fluendo.com>
8530
8531         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8532         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8533         * ext/dv/gstdvdemux.h:
8534         When handling seek requests, don't send the newsegment event from the
8535         calling thread. Instead save it so it can be sent from the streaming
8536         thread.
8537
8538 2006-08-17  Wim Taymans  <wim@fluendo.com>
8539
8540         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8541
8542         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8543         Accept leading whitespace before the boundary
8544         This patch makes the demuxer allow some whitespace before the actual
8545         boundary. This makes the demuxer work with the ``old'' gstreamer
8546         multipartmuxer again (which placed an extra \n before the start
8547         of the stream) Fixes #349068.
8548
8549 2006-08-17  Wim Taymans  <wim@fluendo.com>
8550
8551         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8552         Error out on non-implemented stuff.
8553
8554 2006-08-16  Wim Taymans  <wim@fluendo.com>
8555
8556         Patch by: Andy Wingo <wingo at pobox dot com>
8557
8558         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8559         (gst_signal_processor_start), (gst_signal_processor_stop),
8560         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8561         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8562         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8563         (gst_signal_processor_change_state):
8564         Make ladspa elements reusable. Fixes #350006.
8565
8566 2006-08-16  Wim Taymans  <wim@fluendo.com>
8567
8568         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8569         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8570         names as possible. Fixes #349901.
8571
8572 2006-08-16  Wim Taymans  <wim@fluendo.com>
8573
8574         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8575         (gst_signal_processor_do_pushes):
8576         A push() gives away our refcount so we should not use the buffer on the
8577         pen anymore.
8578
8579 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8580
8581         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8582         (gst_oss_mixer_element_finalize):
8583           Don't leak device string.
8584
8585 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         * configure.ac:
8588           Require CVS of GStreamer core and -base (for
8589           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8590
8591         * ext/taglib/gstid3v2mux.cc:
8592           Write extended comment tags properly (#348762).
8593
8594         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8595         (parse_comment_frame):
8596           Extract COMM frames into extended comments, which makes it
8597           easier to properly retain the description bit of the tag
8598           and maintain this information when re-tagging (#348762).
8599
8600 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8601
8602         * tests/check/Makefile.am:
8603           Don't try to run annodex unit tests if the annodex
8604           plugin has not been built (Fixes #351116).
8605
8606 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8607
8608         * gst/autodetect/gstautoaudiosink.c:
8609         (gst_auto_audio_sink_find_best):
8610           When we can't find a usable audiosink, don't error out,
8611           but use a fake sink instead and post a warning message
8612           on the bus (#341278).
8613
8614 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8615
8616         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8617         * sys/oss/gstosssink.c:
8618         * sys/oss/gstosssrc.c:
8619           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8620           ossmixer's new device property.
8621
8622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8624           Add docs for OSS elements.
8625
8626         * docs/plugins/inspect/plugin-aasink.xml:
8627         * docs/plugins/inspect/plugin-alaw.xml:
8628         * docs/plugins/inspect/plugin-alpha.xml:
8629         * docs/plugins/inspect/plugin-alphacolor.xml:
8630         * docs/plugins/inspect/plugin-annodex.xml:
8631         * docs/plugins/inspect/plugin-apetag.xml:
8632         * docs/plugins/inspect/plugin-auparse.xml:
8633         * docs/plugins/inspect/plugin-autodetect.xml:
8634         * docs/plugins/inspect/plugin-avi.xml:
8635         * docs/plugins/inspect/plugin-cacasink.xml:
8636         * docs/plugins/inspect/plugin-cairo.xml:
8637         * docs/plugins/inspect/plugin-cdio.xml:
8638         * docs/plugins/inspect/plugin-cutter.xml:
8639         * docs/plugins/inspect/plugin-debug.xml:
8640         * docs/plugins/inspect/plugin-dv.xml:
8641         * docs/plugins/inspect/plugin-efence.xml:
8642         * docs/plugins/inspect/plugin-effectv.xml:
8643         * docs/plugins/inspect/plugin-esdsink.xml:
8644         * docs/plugins/inspect/plugin-flac.xml:
8645         * docs/plugins/inspect/plugin-flxdec.xml:
8646         * docs/plugins/inspect/plugin-gconfelements.xml:
8647         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8648         * docs/plugins/inspect/plugin-goom.xml:
8649         * docs/plugins/inspect/plugin-halelements.xml:
8650         * docs/plugins/inspect/plugin-icydemux.xml:
8651         * docs/plugins/inspect/plugin-id3demux.xml:
8652         * docs/plugins/inspect/plugin-jpeg.xml:
8653         * docs/plugins/inspect/plugin-level.xml:
8654         * docs/plugins/inspect/plugin-matroska.xml:
8655         * docs/plugins/inspect/plugin-mulaw.xml:
8656         * docs/plugins/inspect/plugin-multipart.xml:
8657         * docs/plugins/inspect/plugin-navigationtest.xml:
8658         * docs/plugins/inspect/plugin-ossaudio.xml:
8659         * docs/plugins/inspect/plugin-png.xml:
8660         * docs/plugins/inspect/plugin-rtp.xml:
8661         * docs/plugins/inspect/plugin-rtsp.xml:
8662         * docs/plugins/inspect/plugin-shout2send.xml:
8663         * docs/plugins/inspect/plugin-smpte.xml:
8664         * docs/plugins/inspect/plugin-speex.xml:
8665         * docs/plugins/inspect/plugin-taglib.xml:
8666         * docs/plugins/inspect/plugin-udp.xml:
8667         * docs/plugins/inspect/plugin-videobalance.xml:
8668         * docs/plugins/inspect/plugin-videobox.xml:
8669         * docs/plugins/inspect/plugin-videoflip.xml:
8670         * docs/plugins/inspect/plugin-videomixer.xml:
8671         * docs/plugins/inspect/plugin-wavenc.xml:
8672         * docs/plugins/inspect/plugin-wavparse.xml:
8673         * docs/plugins/inspect/plugin-ximagesrc.xml:
8674           Update to CVS version.
8675           
8676 2006-08-16  Wim Taymans  <wim@fluendo.com>
8677
8678         * gst/rtp/gstrtpamrdepay.c:
8679         * gst/rtp/gstrtpmp4gdepay.c:
8680         Caps extra properties must be defined as strings for
8681         depayloaders because they are generated from an SDP.
8682
8683         * gst/rtp/Makefile.am:
8684         * gst/rtp/gstrtp.c: (plugin_init):
8685         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8686         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8687         (gst_rtp_h264_depay_finalize), (decode_base64),
8688         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8689         (gst_rtp_h264_depay_set_property),
8690         (gst_rtp_h264_depay_get_property),
8691         (gst_rtp_h264_depay_change_state),
8692         (gst_rtp_h264_depay_plugin_init):
8693         * gst/rtp/gstrtph264depay.h:
8694         Added basic, not completely functional RFC 3984 H264 depayloader.
8695
8696 2006-08-16  Wim Taymans  <wim@fluendo.com>
8697
8698         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8699         Add pads after setting them up.
8700
8701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8702         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8703         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8704         (gst_rtspsrc_stream_setup_rtp),
8705         (gst_rtspsrc_stream_configure_transport),
8706         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8707         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8708         (gst_rtspsrc_pause):
8709         * gst/rtsp/gstrtspsrc.h:
8710         Fix interleaved mode.
8711          - Protect streaming with lock.
8712          - Combine flows
8713          - set caps on outgoing buffers.
8714          - strip trailing \0 from data packets.
8715          - Configure RTP/RTCP in stream.
8716         Use DEBUG_OBJECT more.
8717
8718 2006-08-16  Wim Taymans  <wim@fluendo.com>
8719
8720         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8721         Turn a g_print into a DEBUG line.
8722
8723 2006-08-13  Wim Taymans  <wim@fluendo.com>
8724
8725         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8726         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8727         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8728         (gst_oss_mixer_element_get_property),
8729         (gst_oss_mixer_element_change_state):
8730         * sys/oss/gstossmixerelement.h:
8731         Small cleanups. Better error reporting.
8732         Add device property for the mixer instead of the hardcoded
8733         /dev/mixer. Fixes #350785.
8734         API: GstOssMixerElement::device property
8735
8736 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         Patch by: Jens Granseuer <jensgr at gmx net>
8739
8740         * gconf/Makefile.am:
8741           Make --disable-schemas work right (they still need
8742           to be copied to the installation directory, just not
8743           applied). Fixes #351347 (also #344100).
8744           
8745 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8746
8747         * configure.ac: back to HEAD
8748
8749 === release 0.10.4 ===
8750
8751 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8752
8753         * configure.ac:
8754           releasing 0.10.4, "Dear Leader"
8755
8756 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8757
8758         Patch by: Edward Hervey <edward@fluendo.com>
8759
8760         * configure.ac:
8761         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8762         (gst_wavparse_stream_data):
8763         Send the newsegment event in the streaming thread.
8764         Fixes #347529
8765
8766 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8767
8768         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8769         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8770         (gst_smokeenc_resync), (gst_smokeenc_chain):
8771           Refuse sink caps in the encoder if width or height is not a
8772           multiple of 16, the encoder does not support that yet (#349939);
8773           along the same lines, check the return value of the encoder
8774           setup function; also remove some debug log clutter.
8775
8776 2006-08-04  Andy Wingo  <wingo@pobox.com>
8777
8778         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8779         whether a processor can work in place or not, and for keeping
8780         track of its state. Change the FlowReturn instance variable from
8781         "state" to "flow_state", all callers changed.
8782
8783         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8784         (gst_signal_processor_start, gst_signal_processor_stop)
8785         (gst_signal_processor_cleanup): New functions to manage the
8786         processor's state.
8787         (gst_signal_processor_setcaps): start() as well as setup() here.
8788         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8789         (gst_signal_processor_change_state): Stop and cleanup the
8790         processor as we go to NULL.
8791
8792         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8793         INPLACE_BROKEN is not set.
8794
8795         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8796         Do the alloc_buffer in bytes, not frames.
8797         
8798 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8799
8800         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8801         Fix rgb masks when recording in < 24bpp.
8802
8803 2006-08-04  Andy Wingo  <wingo@pobox.com>
8804
8805         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8806         (gst_signal_processor_prepare)
8807         (gst_signal_processor_update_inputs)
8808         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8809         (gst_signal_processor_flush)
8810         (gst_signal_processor_sink_activate_push)
8811         (gst_signal_processor_src_activate_pull)
8812         (gst_signal_processor_change_state): Remove the last of the code
8813         that assumes that we process whole buffers at a time. Fix some
8814         debugging. Seems to work now in some cases.
8815         (gst_signal_processor_src_activate_pull): BPB
8816
8817 2006-08-01  Andy Wingo  <wingo@pobox.com>
8818
8819         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8820         Fix nframes-choosing.
8821         (gst_signal_processor_init): Init pending_in and pending_out.
8822
8823         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8824         more default sample rate, although we never check that the sample
8825         rate actually gets set. Something for the future.
8826         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8827         (gst_signal_processor_event): Refcount fixen.
8828         (gst_signal_processor_process): Pull the number of frames to
8829         process from the sizes of the buffers in the input pens.
8830         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8831         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8832         it instead of buffer_frames.
8833         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8834         to do_pulls.
8835         (gst_signal_processor_chain)
8836         (gst_signal_processor_sink_activate_push)
8837         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8838
8839         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8840
8841 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8842
8843         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8844         (gst_signal_processor_process):
8845           don't query buffer-frames from caps, add lots of debug-log,
8846           try fix for assert (#349189)
8847
8848 2006-07-31  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst/udp/gstudpsrc.c:
8851         Fix docs.
8852
8853 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8854
8855         * ext/ladspa/gstsignalprocessor.c:
8856         (gst_signal_processor_add_pad_from_template),
8857         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8858         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8859         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8860         (gst_signal_processor_sink_activate_push),
8861         (gst_signal_processor_src_activate_pull),
8862         (gst_signal_processor_change_state):
8863          Add debugs logs here and there, add more error handling, add some
8864          FIXME comments, filed #349189
8865
8866 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8867
8868         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8869         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8870         Set caps on buffer correctly.  Fixes bug #349155.
8871
8872 2006-07-28  Wim Taymans  <wim@fluendo.com>
8873
8874         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8875
8876         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8877         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8878         (gst_multipart_demux_finalize), (get_line_end),
8879         (multipart_parse_header), (multipart_find_boundary),
8880         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8881         (gst_multipart_set_property), (gst_multipart_get_property):
8882         Uses GstAdapter instead of own buffering.
8883         Actually parses the mime-type correctly (In tests the mime-type was
8884         always "" with the old version).
8885         Uses the Content-length header if available to speed up things.
8886         Reliably autoscans the boundary name by default.
8887         Fixes #349068.
8888
8889         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8890         Don't start the stream with a \n.
8891
8892 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8893
8894         Patch by: Brian Cameron <brian dot cameron at sun com>
8895
8896         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8897           Open source with O_NONBLOCK (#349015).
8898
8899 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8900
8901         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8902         (gst_avi_demux_massage_index):
8903         * gst/avi/gstavidemux.h:
8904           Whitespace fixes and more debug
8905
8906 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8907
8908         * gst/autodetect/gstautoaudiosink.c:
8909         (gst_auto_audio_sink_create_element_with_pretty_name),
8910         (gst_auto_audio_sink_find_best),
8911         (gst_auto_audio_sink_change_state):
8912           Get rid of old and unused magic sound-server properties stuff.
8913           Add suffix to child sink's name that makes it easy to see from
8914           the name alone which type it actually is (alsa, oss, esd, etc.).
8915
8916 2006-07-27  Wim Taymans  <wim@fluendo.com>
8917
8918         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8919         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8920         (gst_udpsrc_start):
8921         * gst/udp/gstudpsrc.h:
8922         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8923         not some sort of feature we enable.
8924
8925 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8926
8927         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8928           Use CLOSE_SOCKET() here instead of close() to maintain
8929           win32 workiness.
8930
8931 2006-07-27  Wim Taymans  <wim@fluendo.com>
8932
8933         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8934
8935         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8936         (gst_udpsrc_create), (gst_udpsrc_set_property),
8937         (gst_udpsrc_get_property), (gst_udpsrc_start):
8938         * gst/udp/gstudpsrc.h:
8939         Added "buffer-size" property to control the kernel receive buffer size.
8940         Update documentation.
8941         Small cleanups. Fixes #348752.
8942         API: buffer-size property
8943
8944 2006-07-26  Wim Taymans  <wim@fluendo.com>
8945
8946         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8947
8948         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8949         (gst_rtp_pcma_pay_handle_buffer):
8950         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8951         (gst_rtp_pcmu_pay_handle_buffer):
8952         Fix timestamp calculation on outgoing RTP packets.
8953         Fixes #348675.
8954
8955 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8956
8957         * ext/taglib/gstid3v2mux.cc:
8958           Fix writing of comment frames (should be COMM not TCOM),
8959           is still sub-optimal though, since we don't retain or
8960           extract the comment descriptions properly (#334375,
8961           also see #334375).
8962
8963 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8964
8965         * gst/wavparse/gstwavparse.c:
8966           #define 'fact' RIFF chunk if we are not compiling against
8967           -base CVS (we don't want to depend on -base CVS for this
8968           one define only, and also not for release order reasons).
8969
8970 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8971
8972         * ext/taglib/gstid3v2mux.cc:
8973           Handle multiple tags of the same type properly. Re-inject
8974           unparsed ID3v2 frames that we get as binary blobs from
8975           id3demux into the tag again so we don't lose information
8976           when retagging (#334375).
8977
8978 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8981           Document newly-added properties properly, so that there is a
8982           'Since: 0.10.4' in the plugin docs. Convert some property
8983           names into canonical GObject style (GObject will do that
8984           internally anyway).
8985
8986 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * gst/id3demux/id3tags.c:
8989         (id3demux_add_id3v2_frame_blob_to_taglist):
8990           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8991           well, and add the version to the blob's buffer caps, since that
8992           information will be needed for deserialisation later on (#348644).
8993
8994 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8995
8996         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8997         (gst_avi_demux_parse_stream):
8998          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8999          indentation and spacing.
9000
9001 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9002
9003         * docs/plugins/Makefile.am:
9004         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9006         * docs/plugins/gst-plugins-good-plugins.args:
9007         * docs/plugins/inspect/plugin-1394.xml:
9008         * docs/plugins/inspect/plugin-aasink.xml:
9009         * docs/plugins/inspect/plugin-alaw.xml:
9010         * docs/plugins/inspect/plugin-alpha.xml:
9011         * docs/plugins/inspect/plugin-alphacolor.xml:
9012         * docs/plugins/inspect/plugin-annodex.xml:
9013         * docs/plugins/inspect/plugin-apetag.xml:
9014         * docs/plugins/inspect/plugin-auparse.xml:
9015         * docs/plugins/inspect/plugin-autodetect.xml:
9016         * docs/plugins/inspect/plugin-avi.xml:
9017         * docs/plugins/inspect/plugin-cacasink.xml:
9018         * docs/plugins/inspect/plugin-cairo.xml:
9019         * docs/plugins/inspect/plugin-cdio.xml:
9020         * docs/plugins/inspect/plugin-cutter.xml:
9021         * docs/plugins/inspect/plugin-debug.xml:
9022         * docs/plugins/inspect/plugin-dv.xml:
9023         * docs/plugins/inspect/plugin-efence.xml:
9024         * docs/plugins/inspect/plugin-effectv.xml:
9025         * docs/plugins/inspect/plugin-esdsink.xml:
9026         * docs/plugins/inspect/plugin-flac.xml:
9027         * docs/plugins/inspect/plugin-flxdec.xml:
9028         * docs/plugins/inspect/plugin-gconfelements.xml:
9029         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9030         * docs/plugins/inspect/plugin-goom.xml:
9031         * docs/plugins/inspect/plugin-halelements.xml:
9032         * docs/plugins/inspect/plugin-icydemux.xml:
9033         * docs/plugins/inspect/plugin-id3demux.xml:
9034         * docs/plugins/inspect/plugin-jpeg.xml:
9035         * docs/plugins/inspect/plugin-level.xml:
9036         * docs/plugins/inspect/plugin-matroska.xml:
9037         * docs/plugins/inspect/plugin-mulaw.xml:
9038         * docs/plugins/inspect/plugin-multipart.xml:
9039         * docs/plugins/inspect/plugin-navigationtest.xml:
9040         * docs/plugins/inspect/plugin-ossaudio.xml:
9041         * docs/plugins/inspect/plugin-png.xml:
9042         * docs/plugins/inspect/plugin-rtp.xml:
9043         * docs/plugins/inspect/plugin-rtsp.xml:
9044         * docs/plugins/inspect/plugin-shout2send.xml:
9045         * docs/plugins/inspect/plugin-smpte.xml:
9046         * docs/plugins/inspect/plugin-speex.xml:
9047         * docs/plugins/inspect/plugin-udp.xml:
9048         * docs/plugins/inspect/plugin-videobalance.xml:
9049         * docs/plugins/inspect/plugin-videobox.xml:
9050         * docs/plugins/inspect/plugin-videoflip.xml:
9051         * docs/plugins/inspect/plugin-videomixer.xml:
9052         * docs/plugins/inspect/plugin-wavenc.xml:
9053         * docs/plugins/inspect/plugin-wavparse.xml:
9054         * docs/plugins/inspect/plugin-ximagesrc.xml:
9055           Update files to CVS/Prerelease version, add esdsink docs.
9056
9057         * ext/esd/esdsink.c:
9058           Add gtk-doc blurb.
9059
9060         * gst/rtp/gstrtpmp4vpay.c:
9061           Fix typo in element description.
9062
9063 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9064
9065         * ext/esd/esdsink.c: (gst_esdsink_open),
9066         (gst_esdsink_factory_init):
9067           Prevent libesd from auto-spawning a sound daemon if it
9068           is not already running. Now that we don't do evil stuff
9069           like that any longer we can give esdsink a rank so that
9070           autoaudiosink will try it as well if all other audio
9071           sinks fail (#343051).
9072
9073 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * ext/esd/Makefile.am:
9076           Oops, need to remove README from EXTRA_DIST as well.
9077
9078 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9079
9080         * ext/esd/README:
9081           Remove, it contains nothing useful anyway.
9082
9083         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9084         (gst_esdsink_delay):
9085           Some small clean-ups; use GST_BOILERPLATE etc.
9086
9087 2006-07-24  Wim Taymans  <wim@fluendo.com>
9088
9089         * gst/law/alaw-decode.c: (alawdec_getcaps):
9090         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9091         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9092         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9093         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9094
9095 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9096
9097         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9098         (gst_wavparse_other), (gst_wavparse_perform_seek),
9099         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9100         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9101         (gst_wavparse_pad_query):
9102         * gst/wavparse/gstwavparse.h:
9103           Use information from 'fact' chunk for length calculation of compressed
9104           samples. Calculate bps if bogus value is found in wav header (embeded
9105           mp2/mp3).
9106           
9107
9108 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9109
9110         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9111
9112         * configure.ac:
9113         * gst/udp/Makefile.am:
9114         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9115         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9116         * gst/udp/gstdynudpsink.h:
9117         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9118         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9119         * gst/udp/gstmultiudpsink.h:
9120         * gst/udp/gstudp.c: (plugin_init):
9121         * gst/udp/gstudpsink.h:
9122         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9123         (gst_udpsrc_start), (gst_udpsrc_stop):
9124         * gst/udp/gstudpsrc.h:
9125         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9126         (gst_udp_net_utils_win32_wsa_startup):
9127         * gst/udp/gstudpnetutils.h:
9128           Port udp plugin to win32 (#345288).
9129
9130 2006-07-24  Wim Taymans  <wim@fluendo.com>
9131
9132         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9133         Remove unwanted DEBUG line.
9134
9135 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9136
9137         * gst/id3demux/gstid3demux.c: (plugin_init):
9138         * gst/id3demux/id3tags.c:
9139         (id3demux_add_id3v2_frame_blob_to_taglist):
9140         * gst/id3demux/id3tags.h:
9141           On second thought, it might be wiser and more efficient
9142           not to do tag registration from a streaming thread.
9143
9144 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9145
9146         * gst/id3demux/id3tags.c:
9147         (id3demux_add_id3v2_frame_blob_to_taglist),
9148         (id3demux_id3v2_frames_to_tag_list):
9149           Put ID3v2 frames we can't parse as binary blobs into private
9150           tags, so that they are not lost when retagging, at least once
9151           id3v2mux has been taught to re-inject those frames again.
9152           See bug #334375.
9153
9154 2006-07-21  Wim Taymans  <wim@fluendo.com>
9155
9156         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9157         (gst_avi_demux_process_next_entry):
9158         Fix some leaks.
9159
9160         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9161         Don't use \n in debug lines.
9162
9163 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9164
9165         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9166         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9167           Add annodex and icydemux, cleanup the sections a bit
9168
9169 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         Patch by: Alex Lancaster <alexl at users sourceforge net>
9172
9173         * ext/taglib/gstid3v2mux.cc:
9174           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9175           ID3v2 TSSE frames (#347898).
9176
9177 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9178
9179         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9180           Respect mpegversion for "video/mpeg" and give message in case of
9181           unhandled versions.
9182
9183 2006-07-17  Wim Taymans  <wim@fluendo.com>
9184
9185         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9186         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9187         (gst_pngdec_chain), (gst_pngdec_sink_event),
9188         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9189         (gst_pngdec_sink_activate_push):
9190         * ext/libpng/gstpngdec.h:
9191         Use statically allocated segment instead of leaking.
9192         Various cleanups.
9193         Fix flush and seek handling.
9194
9195 2006-07-16  Wim Taymans  <wim@fluendo.com>
9196
9197         * gst/rtp/Makefile.am:
9198         * gst/rtp/gstrtp.c: (plugin_init):
9199         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9200         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9201         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9202         (gst_rtp_mp4g_depay_set_property),
9203         (gst_rtp_mp4g_depay_get_property),
9204         (gst_rtp_mp4g_depay_change_state),
9205         (gst_rtp_mp4g_depay_plugin_init):
9206         * gst/rtp/gstrtpmp4gdepay.h:
9207         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9208         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9209         (gst_rtp_mp4g_pay_flush):
9210         Added simple generic mpeg4 depayloader.
9211         Fix generic mpeg4 payloader.
9212
9213 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9216           Don't try doing state changes on a NULL pointer.
9217
9218 2006-07-14  Wim Taymans  <wim@fluendo.com>
9219
9220         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9221
9222         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9223         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9224         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9225         * gst/rtp/gstrtpamrdepay.h:
9226         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9227         Fixes #321191
9228
9229 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9230
9231         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9232         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9233         Fix segfault when moving mouse pointer to the bottom right corner.
9234
9235 2006-07-12  Wim Taymans  <wim@fluendo.com>
9236
9237         * gst/rtp/Makefile.am:
9238         * gst/rtp/gstrtp.c: (plugin_init):
9239         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9240         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9241         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9242         (gst_rtp_mp2t_depay_set_property),
9243         (gst_rtp_mp2t_depay_get_property),
9244         (gst_rtp_mp2t_depay_change_state),
9245         (gst_rtp_mp2t_depay_plugin_init):
9246         * gst/rtp/gstrtpmp2tdepay.h:
9247         Added mpeg2 TS depayloader. Closing #347234.
9248
9249 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9250
9251         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9252           Remove g_assert that shouldn't be there and was triggered
9253           after trying to open a device that doesn't exist or can't
9254           be opened for some other reason (#347972).
9255
9256 2006-07-10  Edward Hervey  <edward@fluendo.com>
9257
9258         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9259         (gst_avi_demux_stream_header), (push_tag_lists):
9260         * gst/avi/gstavidemux.h:
9261         Don't push tag events found by gst_riff_parse_info() before outputting
9262         GST_EVENT_NEWSEGMENT.
9263
9264 2006-07-10  Wim Taymans  <wim@fluendo.com>
9265
9266         * gst/rtsp/Makefile.am:
9267         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9268         (rtsp_connection_close):
9269         * gst/rtsp/rtspdefs.h:
9270         replaced closesocket and close in code with one CLOSE_SOCKET. 
9271         Some more cleanups. Fixes #345301.
9272
9273 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9274
9275         * gst/autodetect/gstautoaudiosink.c:
9276           Fix example pipeline in docs.
9277
9278 2006-07-10  Wim Taymans  <wim@fluendo.com>
9279
9280         Patch by: Rob Taylor <robtaylor at floopily dot org>
9281
9282         * gst/udp/gstmultiudpsink.c: (join_multicast),
9283         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9284         If a destination is added before the stream is set to PAUSED, the
9285         multicast group is not joined as the socket is not created yet. 
9286         Also TTL and LOOP should also be set. Fixes #346921.
9287
9288 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9289
9290         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9291         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9292         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9293         (gst_ximage_src_init):
9294         * sys/ximage/gstximagesrc.h:
9295         Fix use-damage property to actually work :)
9296         Add startx, starty, endx, endy properties so screencasts other than full
9297         screen ones can work.
9298
9299 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9300
9301         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9302         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9303         (gst_ximage_src_class_init), (gst_ximage_src_init):
9304         * sys/ximage/gstximagesrc.h:
9305         Add use_damage property to offer ability to choose whether to use
9306         XDamage or not.
9307
9308 2006-07-07  Wim Taymans  <wim@fluendo.com>
9309
9310         * gst/goom/filters.c: (zoomFilterSetResolution):
9311         Avoid goom coredumping by clearing memory. 
9312         Fixes 345679.
9313
9314 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9315
9316         * win32/vs6/libgstid3demux.dsp:
9317         Add a link to libgsttag-0.10.lib.
9318
9319 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9322         (gst_tag_demux_read_range):
9323         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9324         (gst_id3demux_read_range):
9325           Don't return FLOW_UNEXPECTED when a buffer is before
9326           the start of the stream (which might happen with
9327           large ID3v2 tags if the tag reading was done pullrange
9328           based and we then switched to push mode later on).
9329           Fixes regression introduced by commit from June 29th.
9330
9331 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9332
9333         * ext/taglib/gstid3v2mux.cc:
9334           Make UTF-8 the default encoding when writing string
9335           tags (before, our UTF-8 strings would automatically
9336           be converted to ISO-8859-1 by taglib and written as
9337           ISO-8859-1 fields if that was possible).
9338
9339         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9340         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9341         (test_taglib_id3mux_with_tags):
9342           Add test case that makes sure our UTF-8 strings have
9343           actually been written into the tag as UTF-8.
9344
9345 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * configure.ac:
9348           Let's try that again.
9349
9350 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9351
9352         * configure.ac:
9353           Disable monoscope plugin for now until it fulfills
9354           all the requirements.
9355
9356 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * configure.ac:
9359         * gst/monoscope/Makefile.am:
9360         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9361         (gst_monoscope_class_init), (gst_monoscope_init),
9362         (gst_monoscope_finalize), (gst_monoscope_reset),
9363         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9364         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9365         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9366         (gst_monoscope_change_state), (plugin_init):
9367         * gst/monoscope/gstmonoscope.h:
9368           Port monoscope visualisation to 0.10.
9369
9370 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9371
9372         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9373         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9374           Return FLOW_UNEXPECTED when at the end of the file, not
9375           FLOW_ERROR. Fixes 'internal stream error' errors that
9376           would sometimes occur in totem when scrubbing to the
9377           end of an ID3v1 tagged mp3 file.
9378
9379 2006-07-03  Edward Hervey  <edward@fluendo.com>
9380
9381         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9382         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9383         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9384         * ext/libpng/gstpngdec.h:
9385         Implement buffer clipping/dropping using GstSegment.
9386         This provides accurate seeking.
9387
9388 2006-07-03  Edward Hervey  <edward@fluendo.com>
9389
9390         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9391         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9392         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9393         (gst_avi_demux_process_next_entry), (push_tag_lists),
9394         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9395         * gst/avi/gstavidemux.h:
9396         Proper aggregation of each stream's GstFlowReturn in order to figure out
9397         whether the task should stop or not.
9398         Don't send inline events before pushing out a NEW_SEGMENT, more
9399         specifically for GST_TAG_EVENT.
9400         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9401         sub-indexes.
9402
9403 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9406
9407         * sys/sunaudio/gstsunaudiomixerctrl.c:
9408         (gst_sunaudiomixer_ctrl_build_list):
9409           Move "Monitor" slider to input tab so it works more like
9410           sdtaudiocontrol, which is what people on Solaris are used
9411           to using for their mixer program (#346259).
9412
9413 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9414
9415         * tests/check/elements/level.c: (GST_START_TEST):
9416           fix a leak, clean up at the end
9417
9418 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9419
9420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9421         (gst_matroska_demux_send_event),
9422         (gst_matroska_demux_loop_stream_parse_id):
9423         * gst/matroska/matroska-ids.h:
9424           Send tag event after newsegment event.
9425
9426 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9429         (gst_id3demux_read_range):
9430           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9431           certain cases where a read beyond the end of the file is
9432           requested. Fixes #345930.
9433
9434         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9435         (gst_tag_demux_read_range):
9436           Fix same issue here as well.
9437
9438 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9439
9440         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9441         
9442         Fix hypothetical crash.
9443
9444 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9445
9446         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9447
9448         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9449           Do not modify the ports value. If the user has turned off the
9450           built-in speakers, then we should not reset it in the prepare
9451           function, since this causes the built-in speakers to turn
9452           back on anytime the user changes a track in totem, rhythmbox,
9453           etc. (#346066).
9454
9455 2006-06-23  Wim Taymans  <wim@fluendo.com>
9456
9457         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9458         Fix double caps unref when negotiation fails.
9459
9460 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9461
9462         * ext/annodex/gstcmmldec.c:
9463         * ext/annodex/gstcmmlenc.c:
9464         * ext/annodex/gstcmmlparser.c:
9465         * ext/dv/gstdvdec.c:
9466         * ext/dv/gstdvdemux.c:
9467         * ext/gdk_pixbuf/pixbufscale.c:
9468         * ext/jpeg/gstjpegenc.c:
9469         * ext/jpeg/gstsmokedec.c:
9470         * ext/jpeg/gstsmokeenc.c:
9471         * ext/libpng/gstpngdec.c:
9472         * ext/libpng/gstpngenc.c:
9473         * ext/speex/gstspeexenc.c:
9474         * gst/alpha/gstalphacolor.c:
9475         * gst/cutter/gstcutter.c:
9476         * gst/debug/gstnavigationtest.c:
9477         * gst/icydemux/gsticydemux.c:
9478         * gst/level/gstlevel.c:
9479         * gst/multipart/multipart.c:
9480         * gst/rtp/gstrtpamrpay.c:
9481         * gst/rtp/gstrtpdepay.c:
9482         * gst/rtp/gstrtpilbcpay.c:
9483         * gst/rtp/gstrtpmp4gpay.c:
9484         * gst/rtp/gstrtpmp4vpay.c:
9485         * gst/rtsp/gstrtpdec.c:
9486         * gst/rtsp/gstrtspsrc.c:
9487         * gst/udp/gstdynudpsink.c:
9488         * gst/udp/gstmultiudpsink.c:
9489         * gst/udp/gstudpsrc.c:
9490         * gst/videobox/gstvideobox.c:
9491         * gst/videofilter/gstvideoflip.c:
9492           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9493           plus two minor macro fixes.
9494
9495 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9496
9497         * gst/matroska/matroska-demux.c:
9498         (gst_matroska_demux_check_subtitle_buffer),
9499         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9500         (gst_matroska_demux_subtitle_caps):
9501         * gst/matroska/matroska-ids.c:
9502         (gst_matroska_track_init_subtitle_context):
9503         * gst/matroska/matroska-ids.h:
9504           Try to fix up broken matroska files containing subtitle
9505           streams with non-UTF8 character encodings (courtesy of
9506           mkvmerge) using either the encoding specified in the
9507           GST_SUBTITLE_ENCODING environment variable or the
9508           current locale's character set if it is non-UTF8.
9509           Fixes #337076.
9510
9511 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9512
9513         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9514           Set image type from APIC frame as "image-type" field
9515           of GST_TAG_IMAGE buffer caps (#344605).
9516
9517 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * ext/flac/Makefile.am:
9520         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9521         (gst_flac_dec_reset_decoders),
9522         (gst_flac_dec_setup_seekable_decoder),
9523         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9524         (gst_flac_dec_metadata_callback),
9525         (gst_flac_dec_metadata_callback_seekable),
9526         (gst_flac_dec_metadata_callback_stream),
9527         (gst_flac_dec_error_callback),
9528         (gst_flac_dec_error_callback_seekable),
9529         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9530         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9531         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9532         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9533         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9534         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9535         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9536         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9537         (gst_flac_dec_sink_activate_push),
9538         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9539         * ext/flac/gstflacdec.h:
9540           Support chain-based operation, should make flac-over-DAAP
9541           work (#340492).
9542
9543 2006-06-20  Wim Taymans  <wim@fluendo.com>
9544
9545         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9546         Doc updates, merge some unused symbols.
9547
9548 2006-06-20  Wim Taymans  <wim@fluendo.com>
9549
9550         * docs/plugins/Makefile.am:
9551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9553         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9554         * gst/rtsp/gstrtspsrc.c:
9555         * gst/rtsp/gstrtspsrc.h:
9556         Added documentation for the rtsp plugin. Fixes #345393.
9557
9558 2006-06-20  Wim Taymans  <wim@fluendo.com>
9559
9560         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9561         (rtsp_connection_close), (rtsp_connection_free):
9562         Use better G_OS_* macros. Fixes #345301 some more.
9563
9564 2006-06-20  Wim Taymans  <wim@fluendo.com>
9565
9566         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9567
9568         * sys/sunaudio/Makefile.am:
9569         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9570         * sys/sunaudio/gstsunaudiomixerctrl.c:
9571         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9572         (gst_sunaudiomixer_ctrl_list_tracks),
9573         (gst_sunaudiomixer_ctrl_get_volume),
9574         (gst_sunaudiomixer_ctrl_set_volume),
9575         (gst_sunaudiomixer_ctrl_set_mute),
9576         (gst_sunaudiomixer_ctrl_set_record):
9577         * sys/sunaudio/gstsunaudiomixerctrl.h:
9578         * sys/sunaudio/gstsunaudiomixertrack.c:
9579         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9580         * sys/sunaudio/gstsunaudiomixertrack.h:
9581         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9582         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9583         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9584         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9585         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9586         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9587         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9588         (gst_sunaudiosrc_reset):
9589         * sys/sunaudio/gstsunaudiosrc.h:
9590         Add a SunAudio source plugin.
9591         Support stereo and right/left channel gain in the mixer plugin.
9592         Support the RECORD flag so that you can switch between line-input and
9593         microphone in gnome-volume-control.
9594         Code cleanups like using an enumerator for track number instead of an 
9595         integer. Fixes #344923.
9596
9597 2006-06-20  Wim Taymans  <wim@fluendo.com>
9598
9599         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9600
9601         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9602         (rtsp_connection_close):
9603         Make RTSP plugin compile on windows. Fixes #345301.
9604         Some changes to original patch to catch errors better.
9605         use ifdef WIN32 instead of ifndef.
9606
9607 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9608
9609         * configure.ac:
9610         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9611
9612 2006-06-18  Edward Hervey  <edward@fluendo.com>
9613
9614         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9615         After a failed buffer alloc, we need to abort the jpeg decoding (it
9616         started when parsing headers to figure out how many bytes we need
9617         to request downstream).
9618
9619 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9620
9621         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9622
9623         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9624           Make sure we don't read beyond the end of the file (#345232).
9625
9626 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9627
9628         * configure.ac:
9629           Fix --disable-external (can't set conditionals conditionally,
9630           #343602).
9631
9632 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         * autogen.sh:
9635         * configure.ac:
9636         * docs/Makefile.am:
9637           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9638
9639         * docs/plugins/Makefile.am:
9640         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9641         * docs/plugins/inspect/plugin-taglib.xml:
9642           Add/fix apev2mux docs.
9643
9644 2006-06-14  Wim Taymans  <wim@fluendo.com>
9645
9646         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9647         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9648         (gst_dvdec_change_state):
9649         Reset segment info on flush.
9650         Alloc segment in _init, free in _finalize.
9651
9652         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9653         Don't send segments twice.
9654
9655 2006-06-14  Wim Taymans  <wim@fluendo.com>
9656
9657         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9658         Respect segment.stop. Fixes #342592.
9659
9660 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9661
9662         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9663           No language specified means the implied language is English
9664           according to the matroska spec (partially fixes #344708);
9665           add some more debug output.
9666
9667 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9670         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9671         (gst_wavparse_chain):
9672           When operating chain-based, don't make any assumptions about the
9673           chunking of the incoming data and make streaming work on days other
9674           than the second Thursday after a full moon. Also fix up debug
9675           messages here and there and make use of the most excellent new
9676           gst_pad_query_peer_duration() utility function.
9677           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9678
9679         * gst/wavparse/gstwavparse.h:
9680           Remove trailing comma after last enum value, some compilers don't
9681           like that.
9682
9683 2006-06-13  Wim Taymans  <wim@fluendo.com>
9684
9685         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9686         Handle premature EOS gracefully.
9687
9688 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9691           Prevent out of bounds array access when scrubbing towards
9692           the end of the file between the last index entry and the
9693           end. Fixes occasional 'start <= stop' newsegment event
9694           assertions when scrubbing in MJPEG files.
9695
9696 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * tests/check/elements/.cvsignore:
9699           And another one.
9700
9701 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9702
9703         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9704         (scan_encoded_string), (parse_picture_frame):
9705           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9706
9707         * configure.ac:
9708           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9709           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9710
9711 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9712
9713         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9714           gratuitous comment changes
9715         * tests/check/elements/level.c: (GST_START_TEST):
9716           fix level test leaks
9717
9718 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9719
9720         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9721         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9722           Use gst_pad_query_peer_duration() utility function here.
9723
9724 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9725
9726         * autogen.sh:
9727           require am17
9728         * configure.ac:
9729         * ext/annodex/Makefile.am:
9730         * ext/cdio/Makefile.am:
9731         * ext/dv/Makefile.am:
9732         * ext/esd/Makefile.am:
9733         * ext/flac/Makefile.am:
9734         * ext/gdk_pixbuf/Makefile.am:
9735         * ext/ladspa/Makefile.am:
9736         * ext/libcaca/Makefile.am:
9737         * ext/speex/Makefile.am:
9738         * ext/taglib/Makefile.am:
9739         * sys/oss/Makefile.am:
9740         * sys/sunaudio/Makefile.am:
9741         * sys/ximage/Makefile.am:
9742           clean up build further
9743
9744 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9745
9746         * gconf/Makefile.am:
9747           Honour --disable-schemas-install configure option. Fixes #344100.
9748
9749 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9750
9751         * tests/examples/level/Makefile.am:
9752           Add -lm to LIBS for pow() function, don't assume one of our
9753           dependencies (such as libxml-2.0) drags it in automatically
9754           (#343603).
9755
9756 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9757
9758         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9759
9760         * configure.ac:
9761           We should use $SED and not $(SED) in configure.ac (#343678).
9762
9763 2006-06-09  Wim Taymans  <wim@fluendo.com>
9764
9765         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9766
9767         * sys/sunaudio/gstsunaudiomixerctrl.c:
9768         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9769         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9770         (gst_sunaudiomixer_ctrl_set_mute):
9771         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9772         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9773         (gst_sunaudiosink_write):
9774         Attached find a patch that fixes a number of bugs with the SunAudio
9775         mixer plugin and fixes #344101:
9776         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9777            tracks onto the tracklist causing gnome-volume-control's preferences
9778            dialog to be messed up and would core dump if you checked/unchecked
9779            any item.
9780         2. We weren't previously setting the MUTE flag properly.  Fixing this
9781            makes gnome-volume-control work better.
9782         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9783            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9784            gnome-volume-control look better.
9785         Also some minor cleanup in gstsunaudiosink.c.
9786
9787 2006-06-09  Wim Taymans  <wim@fluendo.com>
9788
9789         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9790         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9791         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9792         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9793         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9794         * ext/jpeg/gstjpegdec.h:
9795         API: Added IDCT method property
9796         Small cleanups.
9797         Avoid dynamic allocation of trivial fixed structure.
9798         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9799
9800 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9801
9802         * configure.ac:
9803         We now require libraw1394 >= 1.1.0 and that version onwards all
9804         have .pc files.
9805
9806 2006-06-02  Edward Hervey  <edward@fluendo.com>
9807
9808         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9809         Trying to get items from an ANY or EMPTY caps is ... stupid.
9810
9811 2006-06-02  Edward Hervey  <edward@fluendo.com>
9812
9813         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9814         (gst_dvdec_chain), (gst_dvdec_change_state):
9815         * ext/dv/gstdvdec.h:
9816         Added GstSegment handling, now implements dropping/clipping.
9817
9818 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9819
9820         * ext/aalib/gstaasink.h:
9821         * ext/annodex/gstcmmldec.h:
9822         * ext/cairo/gsttimeoverlay.h:
9823         * ext/dv/gstdvdec.h:
9824         * ext/dv/gstdvdemux.h:
9825         * ext/esd/esdmon.h:
9826         * ext/esd/esdsink.h:
9827         * ext/flac/gstflacenc.h:
9828         * ext/gconf/gstgconfaudiosink.h:
9829         * ext/gconf/gstgconfaudiosrc.h:
9830         * ext/gconf/gstgconfvideosink.h:
9831         * ext/gconf/gstgconfvideosrc.h:
9832         * ext/gdk_pixbuf/gstgdkanimation.h:
9833         * ext/gdk_pixbuf/pixbufscale.h:
9834         * ext/hal/gsthalaudiosink.h:
9835         * ext/hal/gsthalaudiosrc.h:
9836         * ext/jpeg/gstjpegenc.h:
9837         * ext/jpeg/gstsmokedec.h:
9838         * ext/jpeg/gstsmokeenc.h:
9839         * ext/libcaca/gstcacasink.h:
9840         * ext/libmng/gstmngdec.h:
9841         * ext/libmng/gstmngenc.h:
9842         * ext/libpng/gstpngdec.h:
9843         * ext/libpng/gstpngenc.h:
9844         * ext/raw1394/gstdv1394src.h:
9845         * ext/speex/gstspeexenc.h:
9846         * gst/autodetect/gstautoaudiosink.h:
9847         * gst/autodetect/gstautovideosink.h:
9848         * gst/avi/gstavidemux.h:
9849         * gst/cutter/gstcutter.h:
9850         * gst/debug/efence.h:
9851         * gst/debug/gstnavigationtest.h:
9852         * gst/debug/gstnavseek.h:
9853         * gst/flx/gstflxdec.h:
9854         * gst/goom/gstgoom.h:
9855         * gst/icydemux/gsticydemux.h:
9856         * gst/id3demux/gstid3demux.h:
9857         * gst/law/alaw-decode.h:
9858         * gst/law/alaw-encode.h:
9859         * gst/law/mulaw-decode.h:
9860         * gst/law/mulaw-encode.h:
9861         * gst/matroska/matroska-mux.h:
9862         * gst/median/gstmedian.h:
9863         * gst/oldcore/gstaggregator.h:
9864         * gst/oldcore/gstfdsink.h:
9865         * gst/oldcore/gstmd5sink.h:
9866         * gst/oldcore/gstmultifilesrc.h:
9867         * gst/oldcore/gstpipefilter.h:
9868         * gst/oldcore/gstshaper.h:
9869         * gst/oldcore/gststatistics.h:
9870         * gst/rtp/gstasteriskh263.h:
9871         * gst/rtp/gstrtpL16depay.h:
9872         * gst/rtp/gstrtpL16pay.h:
9873         * gst/rtp/gstrtpamrdepay.h:
9874         * gst/rtp/gstrtpamrpay.h:
9875         * gst/rtp/gstrtpdepay.h:
9876         * gst/rtp/gstrtpgsmdepay.h:
9877         * gst/rtp/gstrtpgsmpay.h:
9878         * gst/rtp/gstrtph263pay.h:
9879         * gst/rtp/gstrtph263pdepay.h:
9880         * gst/rtp/gstrtph263ppay.h:
9881         * gst/rtp/gstrtpmp4gpay.h:
9882         * gst/rtp/gstrtpmp4vdepay.h:
9883         * gst/rtp/gstrtpmp4vpay.h:
9884         * gst/rtp/gstrtpmpadepay.h:
9885         * gst/rtp/gstrtpmpapay.h:
9886         * gst/rtp/gstrtppcmadepay.h:
9887         * gst/rtp/gstrtppcmapay.h:
9888         * gst/rtp/gstrtppcmudepay.h:
9889         * gst/rtp/gstrtppcmupay.h:
9890         * gst/rtp/gstrtpspeexdepay.h:
9891         * gst/rtp/gstrtpspeexpay.h:
9892         * gst/rtsp/gstrtpdec.h:
9893         * gst/rtsp/gstrtspsrc.h:
9894         * gst/smpte/gstsmpte.h:
9895         * gst/udp/gstdynudpsink.h:
9896         * gst/udp/gstmultiudpsink.h:
9897         * gst/udp/gstudpsink.h:
9898         * gst/udp/gstudpsrc.h:
9899         * gst/videofilter/gstvideobalance.h:
9900         * gst/videofilter/gstvideoflip.h:
9901         * sys/oss/gstossdmabuffer.h:
9902         * sys/oss/gstossmixerelement.h:
9903         * sys/oss/gstosssink.h:
9904         * sys/oss/gstosssrc.h:
9905         * sys/osxvideo/osxvideosink.h:
9906         * sys/sunaudio/gstsunaudiomixer.h:
9907         * sys/sunaudio/gstsunaudiosink.h:
9908         * sys/ximage/gstximagesrc.h:
9909         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9910
9911 2006-05-31  Wim Taymans  <wim@fluendo.com>
9912
9913         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9914         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9915         (gst_goom_src_setcaps), (gst_goom_src_event),
9916         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9917         (gst_goom_change_state):
9918         * gst/goom/gstgoom.h:
9919         Handle QoS.
9920         Handle flushing, discont and events.
9921         Fix timestamps and various other cleanups.
9922
9923 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9924
9925         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9926         Fix bus reset when using libiec61883
9927
9928 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9929
9930         * configure.ac:
9931         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9932         * ext/raw1394/Makefile.am:
9933         Add CFLAGS.
9934         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9935         New method, to receive using libiec61883.
9936         (gst_dv1394src_iso_receive),
9937         #ifdef'd out if libiec61883 is present.
9938         (gst_dv1394src_bus_reset),
9939         Get userdata correctly if using libiec61883. 
9940         (gst_dv1394src_create),
9941         When using libiec61883, only poll one fd and no need to read.
9942         (gst_dv1394src_discover_avc_node),
9943         Replace g_warnings.
9944         (gst_dv1394src_start),
9945         Create new handle when we know which dv port.  More reliable
9946         than setting port on an existing handle.  Initialise libiec61883.
9947         (gst_dv1394src_stop):
9948         If using libiec61883, then cleanup its handle properly.
9949         * ext/raw1394/gstdv1394src.h:
9950         Add libiec61883 handle.
9951
9952 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9953
9954         * gst/avi/gstavidemux.c:
9955           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9956         * win32/MANIFEST:
9957           sort file listing
9958         * win32/vs6/libgstavi.dsp:
9959           add gstavimux.c to the project
9960         * win32/vs6/libgstid3demux.dsp:
9961           add link to zlib library
9962         * win32/vs6/libgstmatroska.dsp:
9963           add matroska-ids.c to the project
9964
9965 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9966
9967         Patch by: Sebastian Dröge  <mail at slomosnail de >
9968
9969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9970         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9971         * ext/taglib/Makefile.am:
9972         * ext/taglib/gstapev2mux.cc:
9973         * ext/taglib/gstapev2mux.h:
9974         * ext/taglib/gstid3v2mux.cc:
9975         * ext/taglib/gsttaglibmux.c: (plugin_init):
9976         * ext/taglib/gsttaglibmux.h:
9977           Add apev2mux element (#343122).
9978         
9979         * tests/check/Makefile.am:
9980         * tests/check/elements/apev2mux.c:
9981         (test_taglib_apev2mux_create_tags),
9982         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9983         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9984         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9985         (apev2mux_suite), (main):
9986           Add unit test for apev2mux element.
9987
9988 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9989
9990         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9991         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9992         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9993           GST_PTR_FORMAT should be used to print caps in debug statements.
9994
9995 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9996
9997         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9998
9999         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10000         (ape_demux_parse_tags):
10001           Some clean-ups and additions: map APE 'file' tag to
10002           GST_TAG_LOCATION (#343123); add support for extracting
10003           the track count and clean up parsing a bit (#343127).
10004
10005 2006-05-28  Edward Hervey  <edward@fluendo.com>
10006
10007         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10008         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10009
10010 2006-05-28  Edward Hervey  <edward@fluendo.com>
10011
10012         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10013         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10014         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10015         * ext/jpeg/gstjpegdec.h:
10016         Clip outgoing buffers according to currently configured segment.
10017
10018 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10019
10020         * ext/taglib/gstid3v2mux.cc:
10021           Handle  writing of track-count or album-volume-count without
10022           track-number or albume-volume-number (in this case the number
10023           will just be set to 0).
10024
10025         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10026           It would be nice if we actually checked the values received for
10027           track/album-volume number/count in  _check_tags(), rather than
10028           setting them again ...
10029
10030 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10031
10032         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10033           A track/volume number or count of 0 does not make sense,
10034           just ignore it along with negative numbers (a tag might
10035           only contain a track count without a track number).
10036
10037 2006-05-27  Edward Hervey  <edward@fluendo.com>
10038
10039         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10040         (gst_jpeg_dec_sink_event):
10041         Abort decompression when receiving FLUSH_STOP. This should avoid
10042         issues when interrupting decoding with flushes.
10043
10044 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10045
10046         * ext/flac/gstflac.c:
10047           Don't #include file we don't dist any longer.
10048
10049 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10050
10051         * README:
10052           Replace current README (containing the release notes from
10053           some 0.9.x version) with a proper README taken from the core.
10054
10055 2006-05-24  Wim Taymans  <wim@fluendo.com>
10056
10057         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10058         Implement EOS correctly by either posting
10059         SEGMENT_DONE or pushing an EOS message depending
10060         on the seek type. Fixes #342592
10061
10062 2006-05-24  Wim Taymans  <wim@fluendo.com>
10063
10064         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10065         * gst/law/alaw-decode.h:
10066         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10067         * gst/law/alaw-encode.h:
10068         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10069         * gst/law/mulaw-decode.h:
10070         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10071         * gst/law/mulaw-encode.h:
10072         Some cleanups in the chain functions.
10073         Remove some GStreamer 0.0.2 bits.
10074
10075 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10076
10077         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10078
10079         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10080           gst_collect_pads_stop() needs to be called before chaining up
10081           to the parent class (#342734).
10082
10083 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         * ext/flac/Makefile.am:
10086         * ext/flac/flac_compat.h:
10087         * ext/flac/gstflac.c:
10088         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10089         * ext/flac/gstflacenc.c:
10090           Remove backwards compatibility cruft for dealing with FLAC API
10091           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10092
10093 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10094
10095         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10096         (gst_matroska_demux_push_xiph_codec_priv_data),
10097         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10098         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10099         * gst/matroska/matroska-ids.h:
10100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10101         (gst_matroska_mux_video_pad_setcaps),
10102         (xiph3_streamheader_to_codecdata),
10103         (vorbis_streamheader_to_codecdata),
10104         (theora_streamheader_to_codecdata),
10105         (gst_matroska_mux_audio_pad_setcaps),
10106         (gst_matroska_mux_write_data):
10107           Add support for muxing/demuxing theora video (#342448; too bad
10108           none of the usual linux players can actually play this). Playback
10109           in GStreamer will require additional changes to theoradec in -base.
10110           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10111           cleanups.
10112
10113 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10116         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10117           Fix crashes when the horizontal subsampling is 1.
10118           Fixes #342097.
10119
10120 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10123
10124         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10125         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10126         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10127         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10128         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10129         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10130         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10131         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10132         (gst_avi_mux_change_state):
10133         * gst/avi/gstavimux.h:
10134           Some enhancements for avimux (#342526):
10135            - add odml (large file) index support
10136            - store codec init data (e.g. huffyuv)
10137            - miscellaneous other fixes/cleanups
10138
10139 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10140
10141         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10142         Don't output any tag when we encounter a negative track number - the
10143         tag type is uint, so we end up outputting huge positive numbers
10144         instead. (Fixes: #342029)
10145
10146 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10147
10148         * configure.ac:
10149           update for new GSTPB_PLUGINS_DIR
10150
10151 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10152
10153         * rtp/gst/gstrtph263pay.c:
10154         Properly set static caps for H263 at 34.
10155
10156 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10159
10160         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10161           Merge event tags and tag setter tags correctly (#339918). Also,
10162           don't leak taglist in case of an error.
10163           
10164 2006-05-17  Edward Hervey  <edward@fluendo.com>
10165
10166         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10167         We can only do caps intersection if the othercaps are non-empty and not
10168         ANY. Else we return the pad template (base_caps).
10169
10170 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10173           Fix crash when outputting debugging information for certain
10174           pictures (always good to use the right struct member for
10175           the number of records in an array).
10176
10177 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10178
10179         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10180
10181         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10182         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10183         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10184         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10185         (gst_ebml_read_float), (gst_ebml_read_ascii),
10186         (gst_ebml_read_binary):
10187           Don't create unnecessary sub-buffers all the time. Dramatically
10188           improves performance with multiple concurrently running
10189           matroskademux instances (#341818) (and avoids doing
10190           unnecessarily inefficient things in the general case).
10191
10192 2006-05-16  Edward Hervey  <edward@fluendo.com>
10193
10194         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10195         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10196         return value of gst_pad_push_event().
10197
10198 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10199
10200         * gst/autodetect/gstautoaudiosink.c:
10201         (gst_auto_audio_sink_find_best):
10202         * gst/autodetect/gstautovideosink.c:
10203         (gst_auto_video_sink_find_best):
10204         Make the name of the child element be based on the name of the
10205         parent, so that debug output is more useful.
10206         
10207         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10208         (parse_insert_string_field), (parse_split_strings):
10209         Rework string parsing to always walk over BOM markers in UTF16
10210         strings, using the endianness indicated by the innermost one,
10211         then trying the opposite endianness if that fails to convert
10212         to valid UTF-8. Fixes #341774
10213
10214 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10215
10216         Patch from: Matthieu <matthieu at fluendo dot com>
10217
10218         * ext/libpng/Makefile.am:
10219         Add LIBPNG_CFLAGS.
10220
10221 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10222
10223         * ext/taglib/gstid3v2mux.cc:
10224           Add support for writing images (APIC frames) into ID3v2
10225           tags (picture type always set to 'other' for now though).
10226
10227 2006-05-14  Michael Smith  <msmith@fluendo.com>
10228
10229         * gst/wavparse/gstwavparse.c:
10230           Update docs; wavparse implements push and pull modes.
10231
10232 2006-05-12  Wim Taymans  <wim@fluendo.com>
10233
10234         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10235         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10236         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10237         Ooops, bitten by the copy-and-paste design paradigm, fixes
10238         seek again.
10239
10240 2006-05-12  Wim Taymans  <wim@fluendo.com>
10241
10242         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10243         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10244         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10245         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10246         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10247         (gst_avi_demux_massage_index),
10248         (gst_avi_demux_calculate_durations_from_index),
10249         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10250         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10251         (gst_avi_demux_loop):
10252         * gst/avi/gstavidemux.h:
10253         Some cleanups, prepare to use GstSegment.
10254         Fix error in entry walking code.
10255         Fix VBR detection.
10256         Smarter timestamp calculation code.
10257         Uniform error/eos handling.
10258
10259 2006-05-12  Michael Smith  <msmith@fluendo.com>
10260
10261         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10262         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10263           Fix use of uninitialised values if we're NOT seeking in ready.
10264           Fix typos.
10265
10266 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         * gst/wavparse/Makefile.am:
10269           Add CFLAGS and LIBS for libgstbase, fixes build on
10270           Cygwin (#341489).
10271
10272 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10275           Some more debug info. No need to check whether the string
10276           returned by g_convert() is really UTF-8 - either it is or
10277           we get NULL returned.
10278
10279 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10280
10281         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10282           Fix parsing of numeric genre strings some more, by ensuring that
10283           we only try and parse strings that a) Start with '(' and b) Consist
10284           only of digits.
10285           Also, when finding an escaping '((' sequence, bust it back to '(' by
10286           swallowing the first parenthesis
10287
10288 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10289
10290         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10291         (gst_esdsink_open), (gst_esdsink_close):
10292         * ext/esd/esdsink.h:
10293           Move the esd_get_server_info() into gst_esdsink_open() and fail
10294           with a decent error message on errors.
10295
10296 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10297
10298         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10299         (gst_esdmon_channels_get_type):
10300         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10301         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10302         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10303         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10304         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10305         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10306         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10307         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10308         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10309         * gst/videomixer/videomixer.c:
10310         (gst_video_mixer_background_get_type):
10311           Const-ify GEnumValue arrays.
10312
10313 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10314
10315         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10316
10317         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10318         (gst_avi_mux_do_video_buffer):
10319           Work around gst_buffer_make_metadata_writable() bug that
10320           results in avimux marking all frames in the index as
10321           keyframes (#340859).
10322           
10323 2006-05-08  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10326         Make parsing of urls suck slightly less.
10327
10328 2006-05-08  Edward Hervey  <edward@fluendo.com>
10329
10330         * autogen.sh: (CONFIGURE_DEF_OPT): 
10331         libtoolize on Darwin/MacOSX is called glibtoolize.
10332
10333 2006-05-08  Wim Taymans  <wim@fluendo.com>
10334
10335         Patch by: Jens Granseuer <jensgr at gmx dot net>
10336
10337         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10338         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10339         C89 compliance fixes. Fixes #340980
10340
10341 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10342
10343         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10344         * ext/flac/gstflacdec.h:
10345           Handle segment seeks that include the end of the file as stop point
10346           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10347           message instead of an EOS event in case we're in segment seek
10348           mode (fixes #340699).
10349           
10350 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10351
10352         * ext/cairo/gsttextoverlay.c:
10353         * ext/flac/gstflacdec.c:
10354         * ext/gdk_pixbuf/pixbufscale.c:
10355         * gst/apetag/gstapedemux.c:
10356         * gst/debug/breakmydata.c:
10357         * gst/debug/testplugin.c:
10358         * gst/matroska/ebml-write.c:
10359         * gst/multipart/multipartdemux.c:
10360         * sys/osxaudio/gstosxaudiosink.c:
10361         * sys/osxaudio/gstosxaudiosrc.c:
10362         Add semicolons after GST_BOILERPLATE[_FULL] so that
10363         indent doesn't mess up following lines.
10364
10365 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10368
10369         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10370           Don't leak caps when freeing the stream context (#340623).
10371
10372 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10373
10374         * configure.ac:
10375           Back to CVS
10376
10377 === release 0.10.3 ===
10378
10379 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10380
10381         * configure.ac:
10382           releasing 0.10.3, "Desplazado"
10383
10384 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10385
10386         * gst/matroska/matroska-mux.c:
10387         (gst_matroska_mux_stream_is_vorbis_header),
10388         (gst_matroska_mux_write_data):
10389           Don't strcmp() NULL strings.
10390           Only start new clusters on video keyframes, not on any
10391           random audio buffer that doesn't have the DELTA_UNIT
10392           flag set (fixes 'make check' again).
10393
10394 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10395
10396         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10397
10398         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10399         (gst_matroska_mux_stream_is_vorbis_header),
10400         (gst_matroska_mux_write_data):
10401           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10402           value and then dead-lock when muxing vorbis audio streams
10403           (the three vorbis header buffers carry no timestamp, and it
10404           would try to mux these after all video buffers). Fixes #340346.
10405
10406           Improve clustering: start a new cluster also whenever we get
10407           a keyframe.     
10408
10409 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10410
10411         * win32/common/config.h:
10412         * win32/MANIFEST
10413           add the generated file as well
10414
10415 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10416
10417         * Makefile.am:
10418         * configure.ac:
10419         * win32/common/config.h.in:
10420           add win32 stuff
10421
10422 2006-05-03  Michael Smith  <msmith@fluendo.com>
10423
10424         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10425           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10426           SUCKS.
10427
10428 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10429
10430         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10431         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10432         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10433           don't leak caps-string
10434
10435 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10436
10437         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10438         (gst_id3demux_sink_activate):
10439           Let core insert default error message for TYPE_NOT_FOUND
10440           errors, it's just as good as our own and has the added
10441           bonus of being translated.
10442
10443 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10444
10445         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10446         (gst_tag_demux_sink_event):
10447         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10448         (gst_id3demux_sink_event):
10449           Post an error message when we get an EOS event and were not
10450           able to find out the type of stream.
10451
10452         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10453         (test_taglib_id3mux_with_tags):
10454           Decrease num-buffers to 16 per iteration again, otherwise the
10455           many memcpy()s and reallocations in the test will hammer slow
10456           CPUs completely and make the test timeout.
10457
10458 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10459
10460         * configure.ac:
10461           figure out where plugins-base plugins are
10462         * tests/check/Makefile.am:
10463           use plugins-base plugins, so we have typefind functions
10464         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10465           increase num-buffers, this makes sure the test errors out instead
10466           of timing out when no typefind functions are present
10467
10468 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10469
10470         * docs/plugins/Makefile.am:
10471           also check .cc files for gtk-doc markup
10472         * configure.ac:
10473         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10475         * tests/check/Makefile.am:
10476         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10477         * ext/Makefile.am:
10478         * ext/taglib/Makefile.am:
10479         * ext/taglib/gstid3v2mux.h:
10480         * ext/taglib/gsttaglibmux.c:
10481         * ext/taglib/gsttaglibmux.h:
10482           move taglib-based id3v2muxer to -good.  Fixes #336110.
10483
10484 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10487           ... and fix multichannel/WAVFORMATEX support again.
10488
10489 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10490
10491         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10492         (gst_wavparse_class_init), (gst_wavparse_dispose),
10493         (gst_wavparse_reset), (gst_wavparse_init),
10494         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10495         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10496         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10497         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10498         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10499         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10500         (gst_wavparse_stream_data), (gst_wavparse_loop),
10501         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10502         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10503         (gst_wavparse_change_state), (plugin_init):
10504         * gst/wavparse/gstwavparse.h:
10505           Add push (streaming) mode to wavparse (fixes #337625)
10506
10507 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10508
10509         * configure.ac:
10510         * tests/Makefile.am:
10511           add ximagesrc icles test
10512
10513 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10514
10515         * configure.ac:
10516         * docs/plugins/Makefile.am:
10517         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10518         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10519         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10520         (gst_cmml_enc_push_clip):
10521         * sys/Makefile.am:
10522         * sys/ximage/Makefile.am:
10523         * sys/ximage/gstximagesrc.c:
10524           Move ximagesrc plug-in to good after review.  Fixes #336756.
10525
10526 2006-04-28  Michael Smith  <msmith@fluendo.com>
10527
10528         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10529         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10530         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10531         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10532         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10533         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10534         * gst/icydemux/gsticydemux.h:
10535           Fix event handling: cache events when typefinding and forward later.
10536
10537 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10538
10539         * sys/osxaudio/gstosxaudiosink.c:
10540         (plugin_init):
10541          Register osxaudiosrc to the plugin.
10542         * sys/osxaudio/gstosxaudiosrc.c:
10543         (gst_osx_audio_src_osxelement_do_init),
10544         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10545         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10546         (gst_osx_audio_src_get_property),
10547         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10548         (gst_osx_audio_src_osxelement_init):
10549         * sys/osxaudio/gstosxaudiosrc.h:
10550           Port of osxaudiosrc to 0.10.
10551         * sys/osxaudio/Makefile.am:
10552           Add osxaudiosrc
10553
10554 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10555
10556         * sys/osxaudio/gstosxringbuffer.c:
10557         * sys/osxaudio/gstosxringbuffer.h:
10558           Forgot to commit earlier, part of the OSX audio plugin port
10559
10560 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10561
10562         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10563         (parse_split_strings):
10564           Recognise and skip any byte order marker (BOM) in
10565           UTF-16 strings.
10566
10567 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * docs/plugins/Makefile.am:
10570         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10571         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10572         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10573         * docs/plugins/inspect/plugin-avi.xml:
10574         * gst/avi/gstavidemux.c:
10575         * gst/avi/gstavimux.c:
10576           Add docs for both avidemux and avimux.
10577
10578 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10581
10582         * gst/avi/Makefile.am:
10583         * gst/avi/gstavi.c: (plugin_init):
10584         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10585         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10586         (gst_avi_mux_class_init), (gst_avi_mux_init),
10587         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10588         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10589         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10590         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10591         (gst_avi_mux_riff_get_avix_header),
10592         (gst_avi_mux_riff_get_video_header),
10593         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10594         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10595         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10596         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10597         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10598         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10599         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10600         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10601         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10602         (gst_avi_mux_change_state):
10603         * gst/avi/gstavimux.h:
10604           Port AVI muxer to GStreamer-0.10 (#332031).
10605
10606         * tests/check/Makefile.am:
10607         * tests/check/elements/avimux.c:
10608         * tests/check/elements/.cvsignore:
10609           Add unit test for AVI muxer.
10610
10611 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10612
10613         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10614         (gst_wavparse_class_init), (gst_wavparse_reset),
10615         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10616         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10617         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10618         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10619         (gst_wavparse_stream_data), (gst_wavparse_loop),
10620         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10621         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10622         (plugin_init):
10623         * gst/wavparse/gstwavparse.h:
10624           reverted patch #337625 for the price of 1 hour sleep
10625
10626 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10627
10628         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10629         (gst_wavparse_class_init), (gst_wavparse_reset),
10630         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10631         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10632         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10633         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10634         (gst_wavparse_stream_data), (gst_wavparse_loop),
10635         (gst_wavparse_chain), (plugin_init):
10636         * gst/wavparse/gstwavparse.h:
10637           correct partial implementation of push mode
10638           (from my last commit)
10639
10640 2006-04-26  Wim Taymans  <wim@fluendo.com>
10641
10642         * ext/esd/esdsink.c:
10643         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10644         it is not in esd.h
10645
10646 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10649         (gst_au_parse_class_init), (gst_au_parse_init),
10650         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10651         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10652         (gst_au_parse_chain), (gst_au_parse_src_convert),
10653         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10654         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10655         (gst_au_parse_change_state):
10656         * gst/auparse/gstauparse.h:
10657           Rewrite auparse to suck a little bit less: make source pad
10658           dynamic, so decodebin/playbin work with non-raw formats
10659           like alaw/mulaw; add query function for duration/position
10660           queries; check whether we have enough data before attempting
10661           to parse the header (instead of crashing when that is not the
10662           case); work around audioconvert sucking by swapping endianness
10663           to the native endianness ourselves for float formats; send
10664           initial newsegment event. Fixes #161712.
10665
10666 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10667
10668         * sys/osxaudio/Makefile.am:
10669         * sys/osxaudio/gstosxaudioelement.c:
10670         (gst_osx_audio_element_get_type),
10671         (gst_osx_audio_element_class_init):
10672         * sys/osxaudio/gstosxaudioelement.h:
10673         * sys/osxaudio/gstosxaudiosink.c:
10674         (gst_osx_audio_sink_osxelement_do_init),
10675         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10676         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10677         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10678         (gst_osx_audio_sink_create_ringbuffer),
10679         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10680         (plugin_init):
10681         * sys/osxaudio/gstosxaudiosink.h:
10682         Port of osxaudiosink to 0.10
10683
10684 2006-04-26  Wim Taymans  <wim@fluendo.com>
10685
10686         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10687         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10688         the size of the ringbuffer. This should fix hangs with older 
10689         esd sound servers.
10690
10691 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10692
10693         * ext/aalib/gstaasink.c:
10694         * ext/annodex/gstcmmldec.c:
10695         * ext/annodex/gstcmmlenc.c:
10696         * ext/cairo/gsttextoverlay.c:
10697         * ext/cairo/gsttimeoverlay.c:
10698         * ext/cdio/gstcdiocddasrc.c:
10699         * ext/dv/gstdvdec.c:
10700         * ext/dv/gstdvdemux.c:
10701         * ext/esd/esdmon.c:
10702         * ext/esd/esdsink.c:
10703         * ext/flac/gstflacenc.c:
10704         * ext/flac/gstflactag.c:
10705         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10706         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10707         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10708         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10709         * ext/gdk_pixbuf/pixbufscale.c:
10710         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10711         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10712         * ext/jpeg/gstjpegdec.c:
10713         * ext/jpeg/gstjpegenc.c:
10714         * ext/jpeg/gstsmokedec.c:
10715         * ext/jpeg/gstsmokeenc.c:
10716         * ext/libcaca/gstcacasink.c:
10717         * ext/libmng/gstmngdec.c:
10718         * ext/libmng/gstmngenc.c:
10719         * ext/libpng/gstpngdec.c:
10720         * ext/libpng/gstpngenc.c:
10721         * ext/mikmod/gstmikmod.c:
10722         * ext/raw1394/gstdv1394src.c:
10723         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10724         * ext/shout2/gstshout2.h:
10725         * ext/speex/gstspeexdec.c:
10726         * ext/speex/gstspeexenc.c:
10727         * gst/alpha/gstalpha.c:
10728         * gst/alpha/gstalphacolor.c:
10729         * gst/apetag/gstapedemux.c:
10730         * gst/auparse/gstauparse.c:
10731         * gst/autodetect/gstautoaudiosink.c:
10732         (gst_auto_audio_sink_base_init):
10733         * gst/autodetect/gstautovideosink.c:
10734         (gst_auto_video_sink_base_init):
10735         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10736         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10737         * gst/cutter/gstcutter.c:
10738         * gst/debug/breakmydata.c:
10739         * gst/debug/efence.c:
10740         * gst/debug/gstnavigationtest.c:
10741         * gst/debug/gstnavseek.c:
10742         * gst/debug/negotiation.c:
10743         * gst/debug/progressreport.c:
10744         * gst/debug/testplugin.c:
10745         * gst/effectv/gstaging.c:
10746         * gst/effectv/gstdice.c:
10747         * gst/effectv/gstedge.c:
10748         * gst/effectv/gstquark.c:
10749         * gst/effectv/gstrev.c:
10750         * gst/effectv/gstshagadelic.c:
10751         * gst/effectv/gstvertigo.c:
10752         * gst/effectv/gstwarp.c:
10753         * gst/flx/gstflxdec.c:
10754         * gst/goom/gstgoom.c:
10755         * gst/icydemux/gsticydemux.c:
10756         * gst/id3demux/gstid3demux.c:
10757         * gst/interleave/deinterleave.c:
10758         * gst/interleave/interleave.c:
10759         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10760         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10761         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10762         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10763         * gst/level/gstlevel.c:
10764         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10765         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10766         * gst/median/gstmedian.c:
10767         * gst/monoscope/gstmonoscope.c:
10768         * gst/multipart/multipartdemux.c:
10769         * gst/multipart/multipartmux.c:
10770         * gst/oldcore/gstaggregator.c:
10771         * gst/oldcore/gstfdsink.c:
10772         * gst/oldcore/gstmd5sink.c:
10773         * gst/oldcore/gstmultifilesrc.c:
10774         * gst/oldcore/gstpipefilter.c:
10775         * gst/oldcore/gstshaper.c:
10776         * gst/oldcore/gststatistics.c:
10777         * gst/rtp/gstasteriskh263.c:
10778         * gst/rtp/gstrtpL16depay.c:
10779         * gst/rtp/gstrtpL16pay.c:
10780         * gst/rtp/gstrtpamrdepay.c:
10781         * gst/rtp/gstrtpamrpay.c:
10782         * gst/rtp/gstrtpdepay.c:
10783         * gst/rtp/gstrtpgsmpay.c:
10784         * gst/rtp/gstrtph263pay.c:
10785         * gst/rtp/gstrtph263pdepay.c:
10786         * gst/rtp/gstrtph263ppay.c:
10787         * gst/rtp/gstrtpilbcdepay.c:
10788         * gst/rtp/gstrtpmp4gpay.c:
10789         * gst/rtp/gstrtpmp4vdepay.c:
10790         * gst/rtp/gstrtpmp4vpay.c:
10791         * gst/rtp/gstrtpmpadepay.c:
10792         * gst/rtp/gstrtpmpapay.c:
10793         * gst/rtp/gstrtppcmadepay.c:
10794         * gst/rtp/gstrtppcmapay.c:
10795         * gst/rtp/gstrtppcmudepay.c:
10796         * gst/rtp/gstrtppcmupay.c:
10797         * gst/rtp/gstrtpspeexdepay.c:
10798         * gst/rtp/gstrtpspeexpay.c:
10799         * gst/rtsp/gstrtpdec.c:
10800         * gst/rtsp/gstrtspsrc.c:
10801         * gst/smpte/gstsmpte.c:
10802         * gst/udp/gstdynudpsink.c:
10803         * gst/udp/gstmultiudpsink.c:
10804         * gst/udp/gstudpsink.c:
10805         * gst/udp/gstudpsrc.c:
10806         * gst/videobox/gstvideobox.c:
10807         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10808         * gst/videofilter/gstvideobalance.c:
10809         * gst/videofilter/gstvideoflip.c:
10810         * gst/videofilter/gstvideotemplate.c:
10811         (gst_videotemplate_base_init):
10812         * gst/videomixer/videomixer.c:
10813         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10814         (gst_wavparse_class_init), (gst_wavparse_dispose),
10815         (gst_wavparse_reset), (gst_wavparse_init),
10816         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10817         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10818         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10819         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10820         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10821         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10822         (gst_wavparse_change_state):
10823         * gst/wavparse/gstwavparse.h:
10824         * sys/oss/gstossmixerelement.c:
10825         * sys/oss/gstosssink.c:
10826         * sys/oss/gstosssrc.c:
10827         * sys/osxaudio/gstosxaudioelement.c:
10828         * sys/osxaudio/gstosxaudiosink.c:
10829         * sys/osxaudio/gstosxaudiosrc.c:
10830         * sys/sunaudio/gstsunaudiomixer.c:
10831         * sys/sunaudio/gstsunaudiosink.c:
10832           Define GstElementDetails as const and also static (when defined as
10833           global)
10834
10835 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10836
10837         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10838           Source pad has fixed caps. If we don't set this, bad
10839           things happen when the window is resized.
10840
10841 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/matroska/Makefile.am:
10844         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10845         (gst_matroska_demux_handle_src_event):
10846         * gst/matroska/matroska-ids.c:
10847         (gst_matroska_track_init_video_context),
10848         (gst_matroska_track_init_audio_context),
10849         (gst_matroska_track_init_subtitle_context),
10850         (gst_matroska_track_init_complex_context):
10851         * gst/matroska/matroska-ids.h:
10852           Handle case where the TrackType ebml chunk does not come before the
10853           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10854           events.
10855
10856 2006-04-25  Wim Taymans  <wim@fluendo.com>
10857
10858         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10859         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10860         It's codec_data, not codec_info.
10861
10862 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10865
10866         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10867           Handle codec_data for VfW compatibility codec IDs (#339451)
10868
10869         * gst/matroska/matroska-mux.c:
10870         (gst_matroska_mux_video_pad_setcaps):
10871           Same here, handle codec_data and add additional caps we can handle
10872           now to the pad template (huffyuv, dv and h263 video) (#339451)
10873
10874 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10875
10876         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10877
10878         * gst/matroska/matroska-mux.c:
10879         (gst_matroska_mux_create_buffer_header),
10880         (gst_matroska_mux_write_data):
10881           Fix timestamping of B-frames, use signed integers, do
10882           some rounding (#339678).
10883
10884 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10885
10886         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10887         just make it compile with --disable-gst-debug.
10888
10889 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10890
10891         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10892         Fix a bad conversion using gst_guint64_to_gdouble.
10893         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10894         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10895         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10896     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10897         mistake.
10898
10899 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10900
10901         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10902         Use gst_guint64_to_gdouble for conversions
10903         * win32/vs6/gst_plugins_good.dsw:
10904         * win32/vs6/libgsticydemux.dsp:
10905         Add a project file for icydemux
10906
10907 2006-04-21  Wim Taymans  <wim@fluendo.com>
10908
10909         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10910
10911         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10912         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10913         When splitting audio chunks, the block alignment is not taken in
10914         consideration, so the smaller chunks could be of size which is 
10915         not a multiple of the block alignment. Fixes #336904
10916
10917 2006-04-21  Wim Taymans  <wim@fluendo.com>
10918
10919         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10920         Use scale functions
10921
10922 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * ext/dv/gstdv.c: (plugin_init):
10925           Fix build.
10926
10927 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10930         (gst_progress_report_class_init), (gst_progress_report_init),
10931         (gst_progress_report_do_query), (gst_progress_report_report),
10932         (gst_progress_report_set_property),
10933         (gst_progress_report_get_property):
10934           Add 'format' property to force querying to a particular format.
10935
10936 2006-04-21  Andy Wingo  <wingo@pobox.com>
10937
10938         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10939         best, on big endian systems. Drop its rank in that case. OTOH on
10940         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10941
10942 2006-04-21  Michael Smith  <msmith@fluendo.com>
10943
10944         * configure.ac:
10945         * gst/icydemux/Makefile.am:
10946         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10947         (gst_icydemux_base_init), (gst_icydemux_class_init),
10948         (gst_icydemux_reset), (gst_icydemux_init),
10949         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10950         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10951         (unicodify), (gst_icydemux_unicodify),
10952         (gst_icydemux_parse_and_send_tags),
10953         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10954         (gst_icydemux_chain), (gst_icydemux_change_state),
10955         (gst_icydemux_send_tag_event), (plugin_init):
10956         * gst/icydemux/gsticydemux.h:
10957         * tests/check/Makefile.am:
10958         * tests/check/elements/icydemux.c: (typefind_succeed),
10959         (plugin_init), (icydemux_found_pad), (create_icydemux),
10960         (cleanup_icydemux), (push_data), (GST_START_TEST),
10961         (icydemux_suite), (main):
10962           Add icydemux, and tests.
10963
10964 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10967           Post SEGMENT_DONE message in TIME format.
10968
10969 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10970
10971         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10972
10973         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10974         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10975           Fix index creation when we have to scan the file to create
10976           an index. There may be other types of RIFF 'LIST' chunks than
10977           'movi' and we need to skip them properly as well or we'll end up
10978           reading garbage (#336889). Some other cosmetic changes.
10979           
10980 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10983         (gst_flac_dec_handle_seek_event):
10984           Add support for segment seeks (fixes #338290). Also demote
10985           some recurring debug message from DEBUG to LOG level.
10986
10987 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10990         (gst_matroskademux_do_index_seek),
10991         (gst_matroska_demux_handle_seek_event),
10992         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10993         * gst/matroska/matroska-ids.h:
10994           Set DISCONT flag on first buffer after a discontinuity.
10995           Fix newsegment events sent when seeking and honour KEY_UNIT
10996           seek flag. Create pad with bogus caps if we don't recognise
10997           the stream codec id.
10998
10999         * gst/matroska/matroska-demux.h:
11000           Fix GObject macros.
11001
11002 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11005
11006         * gst/matroska/matroska-demux.c:
11007         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11008           Handle end of segment properly when set; don't dead-lock when
11009           posting start of segment message when doing a segment seek.
11010           Fixes #338810.
11011
11012 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11013
11014         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11015         (gst_matroska_demux_plugin_init):
11016           Make mpeg2 aac audio work: create artificial private codec data
11017           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11018           Also call gst_riff_init(). Partially fixes #338767.
11019
11020 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11023         (gst_wavenc_class_init), (gst_wavenc_init),
11024         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11025         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11026         (gst_wavenc_chain), (gst_wavenc_change_state):
11027         * gst/wavenc/gstwavenc.h:
11028           Set caps on first outgoing buffer, so that it doesn't error out
11029           immediately with a non-negotiated error (#338716). Rewrite and
11030           clean up a bit; fix setcaps function to parse things properly;
11031           fix sink caps (8bit audio is unsigned and doesn't have depth);
11032           use boilerplate macros; remove unused properties stuff.
11033
11034 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11037           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11038           handle MJPEG streams and might be autoplugged for those if the
11039           user doesn't have jpegdec installed (resulting in a cryptic error
11040           message about huffman tables). Better to disable JPEG decoding here
11041           and let the user figure out that she needs to install jpegdec.
11042
11043 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11046         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11047         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11048         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11049           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11050           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11051           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11052           debug messages. Fix boilerplate macros.
11053
11054 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11055
11056         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11057         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11058           No need to special-case for Gdk-2.0 any longer, we require
11059           Gdk 2.2 or newer; minor clean-ups.
11060
11061 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11064         (gst_shout2send_class_init), (gst_shout2send_init),
11065         (set_shout_metadata), (gst_shout2send_set_metadata),
11066         (gst_shout2send_event), (gst_shout2send_start),
11067         (gst_shout2send_connect), (gst_shout2send_stop),
11068         (gst_shout2send_render), (gst_shout2send_set_property),
11069         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11070         (plugin_init):
11071         * ext/shout2/gstshout2.h:
11072         * po/POTFILES.in:
11073           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11074           change function; use GST_ELEMENT_ERROR for error reporting, not
11075           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11076           will cause crashes or assertion failures; remove (unused) "sync"
11077           property, basesink already has such a property; misc. other
11078           minor fixes and cleanups.
11079
11080 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11083         * ext/esd/gstesd.c: (plugin_init):
11084         * po/POTFILES.in:
11085           Add translatable error message for when we cannot
11086           connect to the sound server, as "Cannot open resource
11087           for writing" isn't really an acceptable message to show
11088           to the user in this case.
11089
11090 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * sys/oss/gst-i18n-plugin.h:
11093           Remove bogus file that doesn't belong here.
11094
11095 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         Patch by: Philippe Valembois
11098
11099         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11100         (gst_shout2send_set_metadata), (gst_shout2send_event),
11101         (gst_shout2send_render), (gst_shout2send_change_state):
11102         * ext/shout2/gstshout2.h:
11103           Handle tags being received before the connection to
11104           the server is established properly (see #338636).
11105
11106 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11109           Don't crash in case the connection to the server fails:
11110           don't set pointer to NULL by assigning FALSE; error out
11111           properly by using GST_ELEMENT_ERROR and returning
11112           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11113           before resetting the pointer.
11114
11115 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11116
11117         * gst/id3demux/id3tags.c:
11118         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11119         (Fixes #338713)
11120
11121 2006-04-12  Wim Taymans  <wim@fluendo.com>
11122
11123         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11124         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11125         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11126         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11127         (gst_gdk_pixbuf_chain):
11128         Some cleanups.
11129         Added RGBA as a possible output format.
11130         Correctly free the supported mimetypes.
11131         deprecate silent arg, it's not used.
11132         Return result from _alloc_buffer to peer.
11133
11134 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11135
11136         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11137           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11138           overwriting GST_BUFFER_MALLOCDATA.
11139
11140 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11143         (user_endrow_callback), (user_end_callback),
11144         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11145         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11146         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11147         * ext/libpng/gstpngdec.h:
11148           Handle more than one frame if the content is framed,
11149           like with png-in-quicktime (#331917).
11150
11151 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * sys/oss/Makefile.am:
11154         * sys/oss/common.h:
11155         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11156         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11157         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11158         (gst_oss_src_unprepare):
11159           - the user-visible error strings were in the wrong category
11160           - and the messages were not marked for translation
11161           - which is actually a good thing, because they were exactly
11162             the kind of message you would never want anyone to see
11163           - the macros were using variables that didn't exist in the macro
11164             arguments
11165           - and they were obviously copied from each other and then modified
11166           - so a common header makes sense
11167
11168 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11171           Don't try to modify read-only data.
11172
11173         * gst/matroska/matroska-demux.c:
11174         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11175           Fix comment (won't crash any longer now).
11176
11177 2006-04-10  Michael Smith  <msmith@fluendo.com>
11178
11179         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11180           Use copies of header buffers for caps to avoid circular refcounting
11181           problems (as in theoradec, vorbisdec).
11182
11183         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11184           Fix a typo in test that meant it was testing the wrong thing.
11185
11186         * tests/check/elements/cmmlenc.c: (check_headers):
11187           Fix refcount checks now that we use buffer-copies for caps.
11188
11189 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11190
11191         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11192         (gst_matroska_demux_handle_seek_event),
11193         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11194         (gst_matroska_demux_subtitle_caps),
11195         (gst_matroska_demux_plugin_init):
11196           Use static pad templates with ANY caps for audio and video
11197           source pads and get rid of a lot of unnecessary (and partially
11198           broken) code for the template caps. Clean up caps finding
11199           functions. Fixes playback of audio files/streams that do not
11200           contain the sample rate and/or number of channels in the audio
11201           context (happens a lot with vorbis/mp3 .mka files it seems).
11202           Fixes #337183.
11203           Also add myself to copyright holders.
11204
11205 2006-04-10  Michael Smith  <msmith@fluendo.com>
11206
11207         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11208           Use g_list_delete_link () instead of g_list_remove_link () so that
11209           we free the link as well as the contained data.
11210
11211 2006-04-10  Wim Taymans  <wim@fluendo.com>
11212
11213         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11214
11215         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11216         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11217         (gst_avi_demux_stream_header):
11218         Fix some crashers with empty chunks. (Fixes #337749)
11219
11220 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11221
11222         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11223           use G_GINT64_CONSTANT for INT64 constants
11224         * gst/videofilter/gstvideobalance.c:
11225           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11226         * win32/vs6/libgstavi.dsp:
11227          add missing libraries for the link and remove avimux.c from
11228          the project as it isn't ported to 0.10 yet
11229         
11230 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11231
11232         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11233           Even better would be if we actually did the right thing
11234           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11235
11236 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11237
11238         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11239           Can't just replace 1LL with 1L here just because MSVC doesn't
11240           support it, as it might lead to incorrect results when doing the
11241           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11242           force a 64-bit constant in a way that all compilers are happy with.
11243
11244 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11245
11246         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11247         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11248         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11249         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11250         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11251         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11252         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11253         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11254         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11255         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11256         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11257         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11258         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11259         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11260         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11261         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11262         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11263         * gst/debug/efence.c: (gst_efence_class_init):
11264         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11265         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11266         * gst/goom/gstgoom.c: (gst_goom_class_init):
11267         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11268         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11269         * gst/interleave/interleave.c: (interleave_class_init):
11270         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11271         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11272         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11273         * gst/median/gstmedian.c: (gst_median_class_init):
11274         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11275         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11276         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11277         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11278         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11279         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11280         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11281         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11282         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11283         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11284         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11285         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11286         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11287         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11288         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11289         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11290         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11291         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11292         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11293         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11294         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11295         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11296         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11297         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11298         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11300         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11301         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11302         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11303         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11304         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11305         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11306         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11307         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11308         * sys/osxaudio/gstosxaudioelement.c:
11309         (gst_osxaudioelement_class_init):
11310         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11311         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11312         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11313         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11314
11315 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11316
11317         * ext/mikmod/gstmikmod.h:
11318         * gst/level/gstlevel.h:
11319         Fix more broken GObject macros
11320
11321 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11322
11323         * ext/annodex/gstcmmldec.h:
11324         * ext/annodex/gstcmmlenc.h:
11325         * ext/annodex/gstcmmltag.h:
11326         * ext/cairo/gsttextoverlay.h:
11327         * ext/ladspa/gstsignalprocessor.h:
11328         * gst/matroska/ebml-read.h:
11329         * gst/matroska/ebml-write.h:
11330         * sys/osxaudio/gstosxaudioelement.h:
11331         Fix broken GObject macros
11332
11333 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11336           Don't try to seek beyond the end of the file (would
11337           occasionally display error dialogs in totem when seeking
11338           to the end) (#335869). Will still throw an error though
11339           if the file is truncated and the total_samples value in
11340           the stream header is wrong.
11341
11342 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11343
11344         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11345         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11346         (gst_flac_dec_metadata_callback):
11347         * ext/flac/gstflacdec.h:
11348           If the stream header doesn't contain the total number of samples,
11349           search for the last flac frame at the end of the file and calculate
11350           the total duration from that frame's offset (fixes #337609).
11351
11352 2006-04-07  Edward Hervey  <edward@fluendo.com>
11353
11354         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11355         Don't unref the GstPadTemplate returned by
11356         gst_element_class_get_pad_template().
11357
11358 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11359
11360         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11361
11362         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11363         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11364         * sys/sunaudio/gstsunaudiosink.h:
11365           Use spec->segsize and spec->segtotal in the prepare function
11366           to initialise the ring buffer instead of using the buffer-time
11367           property (#337421).
11368
11369 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * configure.ac:
11372           Bump core requirements to CVS for gst_pad_query_peer_duration()
11373           which is used by speexdec.
11374
11375 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11376
11377         * ext/speex/gstspeex.c: (plugin_init):
11378         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11379         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11380         (speex_get_sink_query_types), (speex_dec_sink_query),
11381         (speex_get_src_query_types), (speex_dec_src_query),
11382         (speex_dec_src_event), (speex_dec_sink_event),
11383         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11384         (speex_dec_chain_parse_data), (speex_dec_chain),
11385         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11386         (speex_dec_change_state):
11387         * ext/speex/gstspeexdec.h:
11388           Fix seeking and duration queries (#337033); clean up and
11389           refactor a bit.
11390
11391 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11392
11393         * ext/raw1394/gstdv1394src.c:
11394           distinguish between device not found and could not open for
11395           reading
11396
11397 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11398
11399         * Makefile.am:
11400         * configure.ac:
11401         * pkgconfig/.cvsignore:
11402         * pkgconfig/Makefile.am:
11403         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11404           add a .pc file so other modules can use good plugins in tests
11405
11406 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11407
11408         * configure.ac:
11409           clean up, use AS_VERSION and AS_NANO
11410         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11411           use PACKAGE_VERSION define
11412         * po/af.po:
11413         * po/az.po:
11414         * po/cs.po:
11415         * po/en_GB.po:
11416         * po/hu.po:
11417         * po/it.po:
11418         * po/nb.po:
11419         * po/nl.po:
11420         * po/or.po:
11421         * po/sq.po:
11422         * po/sr.po:
11423         * po/sv.po:
11424         * po/uk.po:
11425         * po/vi.po:
11426           updated
11427
11428 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11429
11430         * ext\jpeg\smokecodec.c:
11431           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11432         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11433           move first instruction after all variables declarations
11434         * gst\alpha\gstalpha.c:
11435         * gst\effectv\gstshagadelic.c:
11436         * gst\smpte\paint.c:
11437         * gst\videofilter\gstvideobalance.c:
11438           define M_PI if it's not defined (it's not defined on WIN32)
11439         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11440         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11441         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11442         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11443         (gst_matroska_demux_video_caps):
11444         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11445         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11446           use gst_guint64_to_gdouble for conversions
11447         * gst\goom\filters.c: (setPixelRGB_):
11448           fix a debug which was using undefined variable
11449         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11450         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11451           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11452         * win32/vs6:
11453           add vs6 projects files for most of plugins-good
11454         
11455 2006-03-30  j^  <j@bootlab.org>
11456
11457         * ext/aalib/gstaasink.c:
11458         * ext/annodex/gstcmmldec.c:
11459         * ext/annodex/gstcmmlenc.c:
11460         * ext/cairo/gsttextoverlay.c:
11461         * ext/cairo/gsttimeoverlay.c:
11462         * ext/cdio/gstcdiocddasrc.c:
11463         * ext/dv/gstdvdec.c:
11464         * ext/esd/esdmon.c:
11465         * ext/esd/esdsink.c:
11466         * ext/flac/gstflacdec.c:
11467         * ext/flac/gstflacenc.c:
11468         * ext/flac/gstflactag.c:
11469         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11470         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11471         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11472         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11473         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11474         * ext/gdk_pixbuf/pixbufscale.c:
11475         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11476         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11477         * ext/jpeg/gstjpegdec.c:
11478         * ext/jpeg/gstjpegenc.c:
11479         * ext/jpeg/gstsmokedec.c:
11480         * ext/jpeg/gstsmokeenc.c:
11481         * ext/libcaca/gstcacasink.c:
11482         * ext/libmng/gstmngdec.c:
11483         * ext/libmng/gstmngenc.c:
11484         * ext/libpng/gstpngdec.c:
11485         * ext/libpng/gstpngenc.c:
11486         * ext/mikmod/gstmikmod.c:
11487         * ext/raw1394/gstdv1394src.c:
11488         * ext/shout2/gstshout2.c:
11489         * ext/speex/gstspeexdec.c:
11490         * ext/speex/gstspeexenc.c:
11491         * gst/alpha/gstalpha.c:
11492         * gst/alpha/gstalphacolor.c:
11493         * gst/auparse/gstauparse.c:
11494         * gst/autodetect/gstautoaudiosink.c:
11495         (gst_auto_audio_sink_base_init):
11496         * gst/autodetect/gstautovideosink.c:
11497         (gst_auto_video_sink_base_init):
11498         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11499         * gst/cutter/gstcutter.c:
11500         * gst/debug/breakmydata.c:
11501         * gst/debug/efence.c:
11502         * gst/debug/gstnavigationtest.c:
11503         * gst/debug/negotiation.c:
11504         * gst/debug/progressreport.c:
11505         * gst/debug/testplugin.c:
11506         * gst/effectv/gstaging.c:
11507         * gst/effectv/gstdice.c:
11508         * gst/effectv/gstedge.c:
11509         * gst/effectv/gstquark.c:
11510         * gst/effectv/gstrev.c:
11511         * gst/effectv/gstvertigo.c:
11512         * gst/effectv/gstwarp.c:
11513         * gst/flx/gstflxdec.c:
11514         * gst/goom/gstgoom.c:
11515         * gst/interleave/deinterleave.c:
11516         * gst/interleave/interleave.c:
11517         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11518         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11519         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11520         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11521         * gst/level/gstlevel.c:
11522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11523         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11524         * gst/median/gstmedian.c:
11525         * gst/monoscope/gstmonoscope.c:
11526         * gst/multipart/multipartdemux.c:
11527         * gst/multipart/multipartmux.c:
11528         * gst/oldcore/gstmd5sink.c:
11529         * gst/oldcore/gstmultifilesrc.c:
11530         * gst/oldcore/gstpipefilter.c:
11531         * gst/oldcore/gstshaper.c:
11532         * gst/oldcore/gststatistics.c:
11533         * gst/rtp/gstasteriskh263.c:
11534         * gst/rtp/gstrtpL16depay.c:
11535         * gst/rtp/gstrtpL16pay.c:
11536         * gst/rtp/gstrtpamrdepay.c:
11537         * gst/rtp/gstrtpamrpay.c:
11538         * gst/rtp/gstrtpdepay.c:
11539         * gst/rtp/gstrtpgsmpay.c:
11540         * gst/rtp/gstrtph263pay.c:
11541         * gst/rtp/gstrtph263pdepay.c:
11542         * gst/rtp/gstrtph263ppay.c:
11543         * gst/rtp/gstrtpmp4gpay.c:
11544         * gst/rtp/gstrtpmp4vdepay.c:
11545         * gst/rtp/gstrtpmp4vpay.c:
11546         * gst/rtp/gstrtpmpadepay.c:
11547         * gst/rtp/gstrtpmpapay.c:
11548         * gst/rtp/gstrtppcmadepay.c:
11549         * gst/rtp/gstrtppcmapay.c:
11550         * gst/rtp/gstrtppcmudepay.c:
11551         * gst/rtp/gstrtppcmupay.c:
11552         * gst/rtp/gstrtpspeexdepay.c:
11553         * gst/rtp/gstrtpspeexpay.c:
11554         * gst/rtsp/gstrtpdec.c:
11555         * gst/smpte/gstsmpte.c:
11556         * gst/videobox/gstvideobox.c:
11557         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11558         * gst/videofilter/gstvideobalance.c:
11559         * gst/videofilter/gstvideoflip.c:
11560         * gst/videofilter/gstvideotemplate.c:
11561         (gst_videotemplate_base_init):
11562         * gst/videomixer/videomixer.c:
11563         * gst/wavenc/gstwavenc.c:
11564         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11565          better/unified long descriptions
11566          Fixed #336602
11567          Some cleanups to auparse, don't send multiple newsegments.
11568
11569 2006-03-29  Wim Taymans  <wim@fluendo.com>
11570
11571         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11572
11573         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11574         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11575         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11576         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11577         * ext/dv/gstdvdemux.h:
11578         Seek in READY patch. Only works for pull based mode.
11579         Fixes #323880
11580
11581 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11584         (gst_gdk_pixbuf_event):
11585           Fix two crashers: don't unref the same caps twice, and
11586           set pixbuf loader to NULL after freeing it.
11587
11588 2006-03-27  Wim Taymans  <wim@fluendo.com>
11589
11590         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11591         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11592         (gst_speexenc_chain):
11593         * ext/speex/gstspeexenc.h:
11594         Don't leak adapter.
11595         A push *always* takes ownership of the buffer, even on
11596         errors.
11597         Small cleanups.
11598
11599 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11600
11601         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11602           Create source pad without leaking.
11603
11604 2006-03-24  Wim Taymans  <wim@fluendo.com>
11605
11606         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11607         * ext/flac/gstflacdec.h:
11608         * ext/flac/gstflacenc.h:
11609         Spifify a bit.
11610         Fix deadly lock order error in seeking code, STREAM_LOCK
11611         cannot be taken within LOCK and the streaming variables are
11612         protected with the STREAM_LOCK anyway.
11613
11614 2006-03-24  Wim Taymans  <wim@fluendo.com>
11615
11616         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11617         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11618         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11619         this patch combines the global init_frames with the stream
11620         init_frames. Rationale being that the global delay should 
11621         be subtracted from any stream delay.
11622         Fixes #335858.
11623
11624 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11625
11626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11627         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11628         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11629         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11630         use DEBUG_FUNCPTR for collectpads
11631
11632 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11633
11634         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11635           Don't crash when encoding images where the number of rows isn't
11636           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11637
11638 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11641         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11642         * gst/interleave/interleave.c: (interleave_change_state):
11643         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11644           More state change function fixes.
11645
11646 2006-03-23  Wim Taymans  <wim@fluendo.com>
11647
11648         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11649         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11650         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11651         (gst_esdsink_delay), (gst_esdsink_reset):
11652         * ext/esd/esdsink.h:
11653         Fix esd choppy playback by configuring audiosink
11654         correctly. Fixes #325191
11655
11656 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11657
11658         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11659           Make state change function thread-safe.
11660
11661 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11662
11663         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11664         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11665           Don't try to read beyond the end of the file just because
11666           the header claims a bigger size (like with truncated files).
11667
11668 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11669
11670         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11671         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11672         (gst_wavparse_stream_data), (gst_wavparse_loop):
11673         * gst/wavparse/gstwavparse.h:
11674           Delay source pad creation until we have the first chunk of
11675           media data, so the we can examine the data and adjust the
11676           caps accordingly if required. This makes playback of .wav
11677           files with DTS-declared-as-PCM content work (#313266).
11678
11679 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11680
11681         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11682         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11683         Don't attempt typefinding on too-short buffers that have been
11684         completely trimmed away. (Fixes #330239)
11685
11686         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11687         Improve the debug output
11688
11689 2006-03-21  Wim Taymans  <wim@fluendo.com>
11690
11691         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11692         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11693         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11694         (gst_esdsink_set_property), (gst_esdsink_get_property):
11695         Some cleanups.
11696         Reset fd to -1 when we close them.
11697
11698 2006-03-21  Wim Taymans  <wim@fluendo.com>
11699
11700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11701         the OPTIONS request result is optional so don't
11702         fail on it.
11703
11704 2006-03-21  Edward Hervey  <edward@fluendo.com>
11705
11706         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11707         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11708         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11709         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11710         (gst_wavparse_change_state):
11711         gcc 4.1 unreferenced pointer fixes.
11712
11713 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11714
11715         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11716
11717         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11718           Fix block alignment calculation. Alignment should be done before
11719           adding the byte offset where the data starts (#335231).
11720
11721 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11722
11723         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11724           Ensure that we set correct caps on buffers that are transferred
11725           direct from the input.
11726
11727 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11728
11729         * gst/goom/filters.c: (zoomFilterDestroy):
11730         * gst/goom/goom_core.c: (goom_close):
11731           Free filter data when cleaning up. (Fixes: #334995)
11732
11733 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11734
11735         * configure.ac:
11736           Don't compile udp and rtsp plugins on win32 (mingw) or other
11737           systems that don't have <sys/socket.h> for some reason (#316203).
11738
11739 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11740
11741         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11742         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11743         * ext/raw1394/gstdv1394src.h:
11744           Change bus reset handler so it reports useful information such as
11745           whether the device being used connected or disconnected
11746
11747 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11748
11749         * gst/id3demux/id3v2frames.c:
11750         (parse_relative_volume_adjustment_two):
11751           We only care about gain and peak data for the master volume.
11752
11753 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11754
11755         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11756         (parse_id_string), (parse_unique_file_identifier),
11757         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11758           Read replay gain tags (#323721).
11759
11760 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11761
11762         * configure.ac:
11763           Bump requirements to gst-plugins-base CVS because
11764           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11765
11766 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11767
11768         * rtp/gst/gstrtppcmadepay.c:
11769         Fixed one of the caps in the code from mulaw to alaw.
11770
11771 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11772
11773         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11774           Ensure that we set caps on the buffers we pass.
11775
11776         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11777         (gst_id3demux_sink_activate):
11778           Ensure that we set caps on the buffers we pass.
11779
11780           Use STREAM, TYPE_NOT_FOUND as the error class when
11781           typefinding fails.
11782
11783 2006-03-15  Edward Hervey  <edward@fluendo.com>
11784
11785         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11786         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11787         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11788         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11789         (gst_jpeg_dec_setcaps):
11790         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11791         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11792         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11793         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11794         (gst_mngdec_src_getcaps):
11795         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11796         (gst_pngdec_caps_create_and_set):
11797         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11798         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11799         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11800         * gst/alpha/gstalpha.c: (gst_alpha_init):
11801         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11802         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11803         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11804         * gst/cutter/gstcutter.c: (gst_cutter_init):
11805         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11806         (gst_efence_checkgetrange):
11807         * gst/debug/negotiation.c: (gst_negotiation_init):
11808         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11809         * gst/goom/gstgoom.c: (gst_goom_init):
11810         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11811         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11812         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11813         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11814         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11815         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11816         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11817         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11818         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11819         (gst_wavparse_create_sourcepad):
11820         Fix memleak with gst_static_pad_template_get().
11821         This uses gst_pad_new_from_static_template() instead.
11822         Fixes #333512
11823
11824 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * configure.ac:
11827           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11828           used by id3demux.
11829
11830         * gst/id3demux/gstid3demux.c: (plugin_init):
11831         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11832         (parse_user_text_identification_frame),
11833         (parse_unique_file_identifier):
11834           Add support for UFID and TXXX frames and extract musicbrainz tags.
11835
11836 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11839           Catch short reads, like they might happen with truncated
11840           files (see #305279); remove unnecessary indentation.
11841
11842 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11845           Fix DIB image inversion for pictures with a
11846           depth != 8 (#305279).
11847
11848 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11851         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11852         * ext/jpeg/gstjpegdec.h:
11853           Fix durations on outgoing buffers after seeking
11854           in MJPEG files (#334083); some minor clean-ups.
11855
11856 2006-03-13  Wim Taymans  <wim@fluendo.com>
11857
11858         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11859         (gst_wavparse_change_state):
11860         Implement seek in READY (re-fixes #327658)
11861
11862 2006-03-13  Wim Taymans  <wim@fluendo.com>
11863
11864         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11865         * ext/esd/esdmon.c: (gst_esdmon_get):
11866         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11867         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11868         (gst_gdk_pixbuf_sink_getcaps):
11869         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11870         (gst_jpegenc_setcaps):
11871         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11872         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11873         (gst_smokeenc_setcaps):
11874         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11875         (gst_mngdec_src_getcaps):
11876         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11877         (gst_mngenc_chain):
11878         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11879         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11880         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11881         (speex_dec_src_event), (speex_dec_chain):
11882         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11883         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11884         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11885         (gst_negotiation_pad_link), (gst_negotiation_chain):
11886         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11887         (gst_flxdec_chain):
11888         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11889         (deinterleave_chain):
11890         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11891         * gst/median/gstmedian.c: (gst_median_link):
11892         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11893         (gst_monoscope_chain):
11894         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11895         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11896         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11897         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11898         close #333784 unref the result of gst_pad_get_parent()
11899         by: Christophe Fergeau.
11900
11901 2006-03-09  Wim Taymans  <wim@fluendo.com>
11902
11903         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11904         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11905         Handle events in push mode better, can now do non-flushing
11906         seeks in push mode as well.
11907
11908 2006-03-07  Wim Taymans  <wim@fluendo.com>
11909
11910         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11911         Applied patch from Kai Vehmanen, fixes #333624.
11912
11913 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11914
11915         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11916         Implement paletted and grayscale png files handling.
11917         (#150363).
11918
11919 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11920
11921         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11922         (gst_speexenc_chain):
11923           fix a tag list assert
11924           follow gst-plugins-base/ext/ogg/README; set OFFSET
11925           and OFFSET_END.  Muxes correctly with gst-plugins-base
11926           > 0.9.3
11927
11928 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11929
11930         * gst/id3demux/Makefile.am:
11931         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11932         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11933           Use new typefind helper functions here as well, and
11934           do typefinding in pull-mode if upstream supports that.
11935
11936 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * sys/sunaudio/gstsunaudiomixerctrl.c:
11939         (gst_sunaudiomixer_ctrl_get_volume),
11940         (gst_sunaudiomixer_ctrl_set_volume):
11941         * sys/sunaudio/gstsunaudiomixertrack.c:
11942         (gst_sunaudiomixer_track_new):
11943           Remove unused variables, breaks build from CVS
11944           with -Werror (#333392, patch by: Benjamin Pineau)
11945
11946 2006-03-03  Wim Taymans  <wim@fluendo.com>
11947
11948         * docs/plugins/Makefile.am:
11949         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11950         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11951         Added wavparse docs.
11952
11953         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11954         (gst_wavparse_reset), (gst_wavparse_init),
11955         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11956         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11957         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11958         (gst_wavparse_stream_data), (gst_wavparse_loop),
11959         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11960         (gst_wavparse_change_state):
11961         * gst/wavparse/gstwavparse.h:
11962         Implement seek in READY (fixes #327658)
11963         Added docs and did some cleanups.
11964
11965 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11966
11967         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11968         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11969         (gst_avi_demux_calculate_durations_from_index),
11970         (gst_avi_demux_stream_header):
11971         * gst/avi/gstavidemux.h:
11972           If we have an index, use a duration based on the index instead
11973           of blindly trusting the information in the stream headers
11974           (fixes #331817).
11975
11976 2006-03-03  Wim Taymans  <wim@fluendo.com>
11977
11978         * docs/plugins/Makefile.am:
11979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11981         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11982         Added smoke and jpeg to the docs.
11983
11984         * ext/jpeg/Makefile.am:
11985         * ext/jpeg/gstjpeg.c: (plugin_init):
11986         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11987         * ext/jpeg/gstjpegenc.h:
11988         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11989         (gst_smokedec_chain):
11990         * ext/jpeg/gstsmokedec.h:
11991         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11992         * ext/jpeg/gstsmokeenc.h:
11993         * ext/jpeg/smokecodec.h:
11994         Port smokedec (fixes #331905).
11995         Added some docs.
11996         Some cleanups.
11997
11998 2006-03-03  Wim Taymans  <wim@fluendo.com>
11999
12000         * docs/plugins/Makefile.am:
12001         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12002         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12003         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12004         Added videobalance and videoflip to the docs.
12005
12006         * gst/videofilter/Makefile.am:
12007         * gst/videofilter/gstvideobalance.c:
12008         (gst_video_balance_update_tables_planar411),
12009         (gst_video_balance_is_passthrough),
12010         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12011         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12012         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12013         (gst_video_balance_finalize), (gst_video_balance_class_init),
12014         (gst_video_balance_init), (gst_video_balance_interface_supported),
12015         (gst_video_balance_interface_init),
12016         (gst_video_balance_colorbalance_list_channels),
12017         (gst_video_balance_colorbalance_set_value),
12018         (gst_video_balance_colorbalance_get_value),
12019         (gst_video_balance_colorbalance_init),
12020         (gst_video_balance_set_property), (gst_video_balance_get_property),
12021         (gst_video_balance_get_type), (plugin_init):
12022         * gst/videofilter/gstvideobalance.h:
12023         Ported to 0.10. (Fixes #326160)
12024         Added docs.
12025
12026         * gst/videofilter/gstvideoflip.c:
12027         * gst/videofilter/gstvideoflip.h:
12028         Added docs.
12029
12030 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12031
12032         * configure.ac:
12033           Bump requirements to current core and -base CVS
12034           (core for new typefind helper API, and -base for the
12035           WAVFORMATEX support that was added to libgstriff and
12036           is needed by wavparse).
12037         
12038         * gst/apetag/Makefile.am:
12039         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12040         (gst_tag_demux_sink_activate):
12041           Use new typefind helpers for typefinding instead of our
12042           home-grown stuff; also, do typefinding in pull-mode if
12043           upstream supports that.
12044
12045 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12046
12047         Reviewed by: Christian Schaller <christian@fluendo.com>
12048
12049         This patch fixes bug: 329107
12050
12051         This Changelog entry is for a commit done on February 17
12052
12053         * ext/gconf/gconf.c
12054         * ext/gconf/gconf.h
12055         * ext/gconf/gstgconfaudiosink.c
12056         * ext/gconf/gstgconfaudiosink.h
12057         * gconf/gstreamer.schemas.in
12058
12059 2006-02-28  Wim Taymans  <wim@fluendo.com>
12060
12061         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12062         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12063         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12064         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12065         Use DEBUG_OBJECT more.
12066
12067 2006-02-28  Wim Taymans  <wim@fluendo.com>
12068
12069         * docs/plugins/Makefile.am:
12070         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12071         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12072         Added dvdec and dvdemux to docs.
12073
12074         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12075         Added docs.
12076         Check frame sizes so we don't crash when don't have enough
12077         data.
12078         Send nice error messages on error.
12079
12080         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12081         (gst_dvdemux_class_init), (gst_dvdemux_init),
12082         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12083         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12084         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12085         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12086         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12087         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12088         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12089         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12090         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12091         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12092         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12093         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12094         * ext/dv/gstdvdemux.h:
12095         Added docs.
12096         Implement pull mode.
12097         Fix memleaks.
12098         Reduce memcpy for the video demuxing.
12099
12100 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12101
12102         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12103         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12104         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12105         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12106           Add a little extra debug. Make the decoder not return NOT_LINKED,
12107           as we want to continue decoding all CMML and emitting tags.
12108
12109 2006-02-27  Michael Smith  <msmith@fluendo.com>
12110
12111         * ext/annodex/gstskeltag.c:
12112         * ext/annodex/gstskeltag.h:
12113           Deleted; these files aren't used any more either.
12114
12115 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12116
12117         * ext/Makefile.am: Fix dist-check.
12118
12119 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12120
12121         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12122         memleak.
12123
12124 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12125
12126         * ext/annodex/Makefile.am:
12127         * ext/annodex/gstannodex.c:
12128         * ext/annodex/gstcmmldec.c:
12129         * ext/annodex/gstcmmlenc.c:
12130         * ext/annodex/gstcmmlparser.c:
12131         * ext/annodex/gstcmmlparser.h:
12132         * ext/annodex/gstcmmlutils.c:
12133         * tests/check/elements/cmmldec.c:
12134         * tests/check/elements/cmmlenc.c:
12135           Fix a memleak in gst_cmml_track_list_add_clip.
12136           Handle overflows in clip's start and end times.
12137           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12138           Do not parse junk at the end of a CMML preamble buffer.
12139           Register a libxml error handler to not print stuff on stderr.
12140           Check for bad clip start and end times in the testsuites.
12141
12142 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12143
12144         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12145         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12146         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12147         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12148         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12149         possible memleaks.
12150
12151 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12152
12153         * tests/check/Makefile.am:
12154         * tests/check/elements/cmmldec.c:
12155         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12156         the plugins-base tags.
12157
12158 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12159
12160         * ext/Makefile.am: Re-enable module.
12161
12162 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12163
12164         * tests/check/Makefile.am: Forgot to remove that test.
12165
12166 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12167
12168         * ext/annodex/Makefile.am:
12169         * ext/annodex/gstannodex.c: (plugin_init):
12170         * ext/annodex/gstcmmldec.c:
12171         * ext/annodex/gstskeldec.c:
12172         * ext/annodex/gstskeldec.h:
12173         * tests/check/Makefile.am:
12174         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12175
12176 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12177
12178         * tests/check/Makefile.am: Disable those checks as well.
12179
12180 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12181
12182         * ext/Makefile.am: Disable annodex for now until we figure out
12183         how to make it build.
12184         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12185         Add a rule to your checklist : "please try to at least build 
12186         what you are going to commit into -good, or if you are too lazy
12187         to do that, please check that the buildbots are not crying because
12188         of your commit."
12189
12190 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12191
12192         * configure.ac:
12193         * ext/Makefile.am:
12194         * ext/gdk_pixbuf/Makefile.am:
12195         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12196         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12197         * ext/gdk_pixbuf/pixbufscale.c:
12198         * ext/gdk_pixbuf/pixbufscale.h:
12199           Gdkpixbuf ported from 0.8 to 0.10 by
12200           Renato Filho <renato.filho@indt.org.br>.
12201           gst_loader and gdkpixbufanimation still need port.
12202
12203 2006-02-24  Michael Smith  <msmith@fluendo.com>
12204
12205         * configure.ac:
12206         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12207         * ext/Makefile.am:
12208         * ext/annodex/Makefile.am:
12209         * ext/annodex/gstannodex.c:
12210         * ext/annodex/gstannodex.h:
12211         * ext/annodex/gstcmmldec.c:
12212         * ext/annodex/gstcmmldec.h:
12213         * ext/annodex/gstcmmlenc.c:
12214         * ext/annodex/gstcmmlenc.h:
12215         * ext/annodex/gstcmmlparser.c:
12216         * ext/annodex/gstcmmlparser.h:
12217         * ext/annodex/gstcmmltag.c:
12218         * ext/annodex/gstcmmltag.h:
12219         * ext/annodex/gstcmmlutils.c:
12220         * ext/annodex/gstcmmlutils.h:
12221         * ext/annodex/gstskeldec.c:
12222         * ext/annodex/gstskeldec.h:
12223         * ext/annodex/gstskeltag.c:
12224         * ext/annodex/gstskeltag.h:
12225         * tests/check/Makefile.am:
12226         * tests/check/elements/cmmldec.c:
12227         * tests/check/elements/cmmlenc.c:
12228         * tests/check/elements/skeldec.c:
12229           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12230           Includes tests & docs, oh my! Passes Thomas's -good checklist
12231           entirely. Wow.
12232
12233 2006-02-24  Michael Smith  <msmith@fluendo.com>
12234
12235         * autogen.sh:
12236           Check for automake 1.9 as well.
12237
12238 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12239
12240         * ext/flac/gstflacenc.c:
12241           Change min. sample rate to 8kHz to match flacdec's.
12242           
12243 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         * ext/cdio/Makefile.am:
12246           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12247           required for Cygwin, see #317048)
12248
12249         * gst/rtp/gstasteriskh263.c:
12250           Cygwin has includes for both the unix network socket API
12251           and the windows API, but only one can be included, so fix
12252           includes to only use one or the other, prefering the unxi
12253           one (#317048).
12254
12255 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12256
12257         * rtp/gst/gstrtppcmadepay.c:
12258         * rtp/gst/gstrtppcmadepay.h:
12259         * rtp/gst/gstgstrtppcmapay.c:
12260         * rtp/gst/gstgstrtppcmapay.h:
12261         * rtp/gst/gstrtppcmudepay.c:
12262         * rtp/gst/gstrtppcmudepay.h:
12263         * rtp/gst/gstrtppcmupay.c:
12264         * rtp/gst/gstrtppcmupay.h:
12265         * rtp/gst/Makefile.am:
12266         * rtp/gst/gstrtp.c:
12267         * rtp/gst/README:
12268         Separated the G711 payloaders/depayloaders into separate elements for
12269         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12270
12271 2006-02-22  Wim Taymans  <wim@fluendo.com>
12272
12273         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12274         (gst_dvdec_change_state):
12275         * ext/dv/gstdvdec.h:
12276         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12277         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12278         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12279         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12280         (gst_dvdemux_flush), (gst_dvdemux_chain),
12281         (gst_dvdemux_change_state):
12282         * ext/dv/gstdvdemux.h:
12283         Ueber spiffify some more, added debug category.
12284         Use _scale.
12285         Use segments, respect playback rate from newsegment.
12286         Fix refcount issue.
12287
12288 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12289
12290         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12291         (gst_signal_processor_process):
12292         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12293         enabled for the build, but it helps me win the feature-count
12294         competitions ooh yeah.
12295
12296 2006-02-19  Wim Taymans  <wim@fluendo.com>
12297
12298         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12299         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12300         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12301         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12302         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12303         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12304         Use scaling code for added precission and more correct stop
12305         position in case scale==0.
12306
12307 2006-02-19  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12310         (gst_flxdec_chain):
12311         * gst/flx/gstflxdec.h:
12312         Implement DURATION query.
12313
12314 2006-02-19  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst/flx/flx_color.h:
12317         * gst/flx/flx_fmt.h:
12318         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12319         (gst_flxdec_src_query_handler), (flx_decode_color),
12320         (gst_flxdec_chain):
12321         * gst/flx/gstflxdec.h:
12322         Set MALLOCDATA for the temp buffers so we don't leak.
12323         Some debug cleanups.
12324         Consume all data in the adapter before leaving the chain
12325         function. Fixes #330678.
12326
12327 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12328
12329         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12330         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12331          Handle 0 data size in otherwise valid frames.
12332          Handle numeric strings in 2.4.0 even when not in parentheses 
12333
12334 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         * gst/matroska/matroska-demux.c:
12337         (gst_matroska_demux_subtitle_caps),
12338         (gst_matroska_demux_plugin_init):
12339         * gst/matroska/matroska-ids.h:
12340           Recognise SSA/ASS and USF subtitle formats and
12341           set proper caps when they are found.
12342
12343 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12344
12345         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12346         (gst_jpeg_dec_chain):
12347           Fix invalid memory access for some odd-sized images
12348           (see image contained in quicktime stream in #327083);
12349           use g_malloc() instead of g_alloca().
12350
12351 2006-02-17  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12354         Patch from Sebastien Cote, fixes #319884
12355
12356 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12357
12358         * ext/cdio/gstcdio.c: (plugin_init):
12359           Init debug category (#331253).
12360
12361 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12362
12363         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12364           Pass extra_data to gst_riff_create_audio_caps(), so that
12365           WAVEFORMATEX stuff works. Post audio codec name and post
12366           it as taglist on the bus. Allow up to 8 channesl for raw
12367           PCM in the source pad template caps.
12368
12369 2006-02-16  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12372         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12373         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12374         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12375         (gst_multipart_set_property), (gst_multipart_get_property):
12376         Applied #318663. Gives quite a few false positives in
12377         autoscan mode, but it's better than nothing. Not closing yet.
12378
12379 2006-02-16  Wim Taymans  <wim@fluendo.com>
12380
12381         * docs/plugins/Makefile.am:
12382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12384         * docs/plugins/gst-plugins-good-plugins.args:
12385         * docs/plugins/inspect/plugin-udp.xml:
12386         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12387         (gst_udpsrc_start):
12388         Update documentation.
12389         Fix args.
12390
12391 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12392
12393         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12394         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12395         frame size. (Fixes #331368)
12396
12397 2006-02-16  Wim Taymans  <wim@fluendo.com>
12398
12399         * gst/rtsp/README:
12400         Updated README.
12401
12402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12403         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12404         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12405         * gst/rtsp/gstrtspsrc.h:
12406         Make sure the RTP port is an even port an try to allocate 
12407         another if not.
12408         Added retry property to control max retries for port allocation.
12409         Make sure RTCP port is RTP port+1.
12410         Cleanup when port allocation fails.
12411         Fixes #319183.
12412         
12413 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12414
12415         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12416           Don't ignore return value of the parent class's state
12417           change function (#331385, patch by: Wouter Paesen).
12418
12419 2006-02-15  Wim Taymans  <wim@fluendo.com>
12420
12421         * configure.ac:
12422         * docs/plugins/Makefile.am:
12423         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12424         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12425         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12426         * ext/Makefile.am:
12427         * ext/hal/Makefile.am:
12428         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12429         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12430         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12431         (do_toggle_element), (gst_hal_audio_sink_set_property),
12432         (gst_hal_audio_sink_get_property),
12433         (gst_hal_audio_sink_change_state):
12434         * ext/hal/gsthalaudiosink.h:
12435         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12436         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12437         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12438         (do_toggle_element), (gst_hal_audio_src_set_property),
12439         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12440         * ext/hal/gsthalaudiosrc.h:
12441         * ext/hal/gsthalelements.c: (plugin_init):
12442         * ext/hal/gsthalelements.h:
12443         * ext/hal/hal.c: (gst_hal_get_string),
12444         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12445         (gst_hal_get_audio_src):
12446         * ext/hal/hal.h:
12447         Add HAL sound device wrapper plugins. Closes #329106
12448
12449 2006-02-15  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12452         Add comment in a fultile attempt to stop the copy-and-paste 
12453         paradigm leading to duplication of bad code.
12454
12455         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12456         Mime parameters have to be checked case insensitive
12457
12458 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12459
12460         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12461           Advance stream time for lagging subtitle streams by sending
12462           newsegment events with the update flag set.
12463
12464 2006-02-14  Edward Hervey  <edward@fluendo.com>
12465
12466         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12467         There can be bogus data before the hdrl LIST tag in the RIFF header.
12468         It's hard to say if it's not respecting the AVI specifications or not,
12469         but since Google Video is producing AVIs like that and the other player
12470         don't seem to complain, I guess we should do the same.
12471
12472 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12473
12474         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12475         (parse_split_strings):
12476         Add more validation to ensure that a char encoding conversion
12477         produced a valid UTF-8 string.
12478
12479 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12480
12481         Reviewed by: Edward Hervey  <edward@fluendo.com>
12482
12483         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12484         Properly handle end of segment. Closes #330885.
12485
12486 2006-02-13  Wim Taymans  <wim@fluendo.com>
12487
12488         * gst/rtp/gstrtpmp4gpay.h:
12489         For got to commit this one.
12490
12491 2006-02-12  Wim Taymans  <wim@fluendo.com>
12492
12493         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12494         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12495         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12496         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12497         * gst/rtp/gstrtpmp4gpay.h:
12498         Make more things work.
12499         Handle ACC config strings.
12500
12501 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12502
12503         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12504           set timestamps if no incoming timestamps set
12505
12506 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12507
12508         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12509         (gst_tag_demux_do_typefind):
12510           ... and fix the very same leaks in GstTagDemux.
12511
12512 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12513
12514         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12515         (gst_id3demux_do_typefind):
12516         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12517         <jonathan at kaolin dot wh9 dot net>)
12518
12519 2006-02-10  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12522         First set options, then set caps or else the baseclass
12523         will not know about the options, duh.
12524
12525 2006-02-10  Wim Taymans  <wim@fluendo.com>
12526
12527         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12528         (gst_rtp_mp4v_pay_setcaps):
12529         Don't waste time looking for a config string if we have codec_info
12530         on the incomming caps.
12531
12532 2006-02-10  Wim Taymans  <wim@fluendo.com>
12533
12534         * gst/rtp/README:
12535         Say something about case-sensitivity of caps vs mime-attributes.
12536
12537         * gst/rtp/Makefile.am:
12538         * gst/rtp/gstrtp.c: (plugin_init):
12539         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12540         (gst_rtp_amr_pay_handle_buffer):
12541         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12542         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12543         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12544         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12545         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12546         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12547         (gst_rtp_mp4g_pay_plugin_init):
12548         * gst/rtp/gstrtpmp4gpay.h:
12549         Added beginnings of mpeg4-generic payloader (RFC 3640)
12550
12551 2006-02-09  Wim Taymans  <wim@fluendo.com>
12552
12553         * gst/rtsp/Makefile.am:
12554         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12555         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12556         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12557         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12558         (gst_rtpdec_change_state):
12559         * gst/rtsp/gstrtpdec.h:
12560         * gst/rtsp/gstrtsp.c: (plugin_init):
12561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12562         * gst/rtsp/rtspconnection.c: (read_body),
12563         (rtsp_connection_receive):
12564         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12565         Resurected rtpdec to make rtspsrc happy again.
12566         Skip attributes from the session id.
12567         Don't crash when dumping a message with an empty body.
12568
12569
12570 2006-02-09  Wim Taymans  <wim@fluendo.com>
12571
12572         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12573         Added more meaningfull warnings when something goes wrong.
12574         Clear F bit on outgoing AMR packets.
12575
12576         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12577         (gst_rtp_amr_pay_handle_buffer):
12578         Added debugging category
12579         Support payloading of multiple AMR frames.
12580
12581         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12582         Added some debugging.
12583
12584 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12585
12586         * configure.ac:
12587           Back to CVS
12588
12589 === release 0.10.2 ===
12590
12591 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12592
12593         * configure.ac:
12594           releasing 0.10.2, "Papa was a rolling stone"
12595
12596 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12597
12598         * configure.ac:
12599           Bump core and plugins-base requirement to 0.10.2.2
12600           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12601
12602 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12603
12604         * ext/flac/gstflac.c: (plugin_init):
12605         * ext/speex/gstspeex.c: (plugin_init):
12606           Register musicbrainz tags.
12607
12608 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         * ext/gconf/gconf.h:
12611           Remove declaration of function that no longer exists.
12612
12613 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12614
12615         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12616         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12617         Make shout2 work for non ogg streams
12618
12619 2006-02-06  Wim Taymans  <wim@fluendo.com>
12620
12621         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12622         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12623         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12624         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12625         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12626         * gst/udp/gstmultiudpsink.h:
12627         Updated docs.
12628         Added properties bytes-served, bytes_to_serve.
12629         Post proper error messages,
12630         Emit client added signal too.
12631
12632 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12633
12634         * docs/plugins/Makefile.am:
12635         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12636         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12637         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12638         (gst_multiudpsink_get_stats):
12639           adding docs for multiudpsink
12640
12641 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12642
12643         * gst/level/gstlevel.c: (gst_level_transform_ip):
12644           peak below decay is not necessarily an error, so don't ERROR log
12645
12646 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12647
12648         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12649         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12650         (gst_ebml_write_seek):
12651         * gst/matroska/ebml-write.h:
12652           Make sure we send a newsegment event in BYTES format
12653           before sending buffers (#328531).
12654
12655 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12656
12657         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12658         (gst_dvdemux_sink_query):
12659         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12660         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12661         (speex_dec_src_query):
12662         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12663         (gst_speexenc_sink_query):
12664         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12665         * gst/matroska/matroska-demux.c:
12666         (gst_matroska_demux_get_src_query_types),
12667         (gst_matroska_demux_handle_src_query):
12668         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12669         (gst_wavparse_pad_query):
12670           Pass unhandled queries upstream instead of just dropping
12671           them (#326446). Update query type arrays here and there.
12672
12673 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12674
12675         * tests/check/elements/matroskamux.c: (setup_src_pad):
12676           Collectpads in core got changed and now also holds a
12677           reference to any pad that is part of it. Fix refcount
12678           checks in test case accordingly.
12679
12680 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12681
12682         * gst/apetag/gstapedemux.h:
12683           Fix include, for now GstTagDemux is in the apetag dir.
12684
12685 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12686
12687         * docs/plugins/Makefile.am:
12688         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12689         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12690         * docs/plugins/inspect/plugin-cdio.xml:
12691           Add cdio plugin to docs.
12692
12693         * ext/cdio/gstcdiocddasrc.c:
12694           Add gtk-doc blurb.
12695
12696         * ext/cdio/gstcdio.c:
12697           The plugin is called 'cdio' not 'cddio'.
12698
12699 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12700
12701         * configure.ac:
12702         * docs/plugins/Makefile.am:
12703         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12704         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12705         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12706         * docs/plugins/inspect/plugin-apetag.xml:
12707         * gst/apetag/Makefile.am:
12708         * gst/apetag/gstapedemux.c:
12709         * gst/apetag/gstapedemux.h:
12710         * gst/apetag/gsttagdemux.c:
12711         * gst/apetag/gsttagdemux.h:
12712           Add APE tag demuxer (#325649).
12713
12714 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12715
12716         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12717         (gst_gconf_get_default_video_sink),
12718         (gst_gconf_get_default_audio_src),
12719         (gst_gconf_get_default_video_src):
12720         * ext/gconf/gconf.h:
12721         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12722         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12723         (do_toggle_element):
12724         * ext/gconf/gstgconfaudiosink.h:
12725         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12726         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12727         (do_toggle_element):
12728         * ext/gconf/gstgconfaudiosrc.h:
12729         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12730         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12731         (do_toggle_element):
12732         * ext/gconf/gstgconfvideosink.h:
12733         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12734         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12735         (do_toggle_element):
12736         * ext/gconf/gstgconfvideosrc.h:
12737           Ignore changing the GConf key to "". Ignore GConf key updates
12738           that don't actually change the string.
12739           For now, ignore the GConf key when the state is > READY, as
12740           it breaks streaming. Sometime it will be nice to bring the
12741           new sink online even mid-stream, by sending NEWSEGMENT info
12742           and possibly prerolling.
12743           (Fixes #326736)
12744
12745 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12746
12747         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12748         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12749         (zoomFilterSetResolution), (zoomFilterDestroy),
12750         (zoomFilterFastRGB), (pointFilter):
12751         * gst/goom/filters.h:
12752         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12753         (goom_update), (goom_close):
12754         * gst/goom/goom_core.h:
12755         * gst/goom/goom_tools.h:
12756         * gst/goom/graphic.c:
12757         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12758         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12759         * gst/goom/gstgoom.h:
12760         * gst/goom/lines.c: (goom_lines):
12761         * gst/goom/lines.h:
12762           Make goom reentrant by moving all important static variables
12763           into instance structures.
12764           (Fixes #329181)
12765
12766 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12767
12768         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12769         (gst_avi_demux_all_source_pads_unlinked),
12770         (gst_avi_demux_process_next_entry):
12771         * gst/avi/gstavidemux.h:
12772           Third attempt, use gst_pad_is_linked() this time.
12773
12774 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12775
12776         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12777         (parse_split_strings):
12778         Adjust for data length indicators when parsing (Fixes #329810)
12779         Fix stupid bug parsing UTF-8 tag text.
12780         Output tag strings with multiple fields as multiple tags, so the
12781         app gets all the data.
12782
12783 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12784
12785         * ext/flac/gstflacenc.c:
12786         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12787         show me.
12788         
12789 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12790
12791         * ext/flac/gstflacenc.c:
12792         * gst/matroska/ebml-read.c:
12793         Just make it compile with --disable-gst-debug.
12794
12795 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12796
12797         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12798         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12799         (id3v2_genre_fields_to_taglist):
12800           Never output a tag with a null contents string.
12801
12802 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12803
12804         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12805           Only pause if all pads are unlinked AND we've tried to send data
12806           on all of them at least once.
12807
12808 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12809
12810         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12811         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12812           Make loop function/task pause itself when all source pads are
12813           unlinked.
12814
12815 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * configure.ac:
12818         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12819           Use new functions from core to render a bin from a
12820           string. Fixes build. Up requirements to core CVS.
12821
12822 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12823
12824         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12825           Don't push buffers into the adapter that we are going to
12826           push downstream again without framing anyway. Also, the
12827           adaptor takes ownership of buffers put into it (fixes
12828           auparse pushing invalid buffers for .au files with
12829           ADPCM contents). Finally, set caps on all outgoing buffers.
12830
12831 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12832
12833         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12834         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12835         (gst_id3demux_send_tag_event):
12836         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12837         Someone should kick my butt. Remove ID3v1 tags from the end of the
12838         file.
12839
12840         Improve error messages. Send the TAG message as soon as we complete
12841         typefinding, instead of waiting until we send the first buffer.
12842         Downstream tag event is still sent before the first buffer.
12843
12844 2006-01-27  Jan Gerber  <j@bootlab.org>
12845
12846         Reviewed by: Andy Wingo <wingo@pobox.com>
12847
12848         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12849         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12850         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12851         to not have warings flooding stderr. this is the suggested way
12852         also used in dvgrab and kino. (#328336)
12853
12854 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12855
12856         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12857         (gst_oss_sink_init), (gst_oss_sink_finalise):
12858           Free the device name string when finalised.
12859
12860 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12861
12862         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12863           Don't put function calls in g_return_if_fail() statements,
12864           or they'll be replaced with NOOPs if someone compiles with
12865           G_DISABLE_CHECKS defined.
12866           
12867 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12868
12869         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12870         Never trust ANY information encoded in a media file, especially
12871         when it's giving you sizes. (Fixes #328452)
12872
12873 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12874
12875         * gst/rtp/gstrtpg711pay.c:
12876         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12877         bug #325148.
12878
12879 2006-01-23  Edward Hervey  <edward@fluendo.com>
12880
12881         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12882         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12883         * gst/matroska/matroska-ids.h:
12884         Added recognition of Real Audio and Video streams in matroska demuxer.
12885
12886 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12887
12888         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12889           Remove errant break statement, and fix compilation with
12890           older GCC.
12891
12892 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12893
12894         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12895
12896         * sys/sunaudio/gstsunaudiomixerctrl.c:
12897         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12898           Export functions that are needed in other parts of the code,
12899           makes the mixer actually work; adjust magic minimum buffer-time
12900           value from 3ms to 5ms to work around stuttering during mp3
12901           playback (#327765).
12902
12903 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12904
12905         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12908         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12909           Fix possible deadlock in matroska muxer (#327825).
12910
12911 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12914         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12915         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12916         * gst/rtsp/sdpmessage.h:
12917         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12918         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12919           C89 fixes: declare variables at the beginning of a block and
12920           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12921           <jensgr at gmx dot net>).
12922
12923 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12924
12925         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12926         * gst/id3demux/id3tags.h:
12927         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12928         (parse_comment_frame), (parse_text_identification_frame),
12929         (id3v2_tag_to_taglist), (id3v2_are_digits),
12930         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12931         (parse_split_strings), (free_tag_strings):
12932           Rewrite parsing of text tags to handle multiple NULL terminated
12933           strings. Parse numeric genre strings and ID3v2 type
12934           "(3)(6)Alternative" style genre strings.
12935           Parse dates that are only YYYY or YYYY-mm format.
12936           (Fixes #328241 and #322154)
12937
12938 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12939
12940         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12941           Don't forget to initialize liboil, otherwise our oil functions
12942           will crash (fixes #327871; patch by: Christoph Burghardt
12943           <hawkes at web dot de>).
12944
12945 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12946
12947         * configure.ac:
12948           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12949           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12950           patch by: Brian Cameron <brian dot cameron at sun dot com>
12951
12952 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12953
12954         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12955         * ext/cdio/gstcdio.h:
12956         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12957           Fix build for libcdio versions >= 76; give slightly lower rank
12958           than cdparanoia.
12959
12960 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12961
12962         * configure.ac:
12963         * ext/Makefile.am:
12964         * ext/cdio/Makefile.am:
12965         * ext/cdio/gstcdio.c:
12966         * ext/cdio/gstcdio.h:
12967         * ext/cdio/gstcdiocddasrc.c:
12968         * ext/cdio/gstcdiocddasrc.h:
12969           Port libcdio cdda source, formerly known as cddasrc, now known as
12970           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12971           but that's not tested (fixes #317658).
12972
12973 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12974
12975         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12976           Fix conversion from TIME to BYTES format (fixes #326864;
12977           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12978
12979 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12980
12981         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12982           Fix compilation of id3demux when zlib is not present.
12983           (Fixes #326602; patch by: Sergey Scobich)
12984
12985 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12986
12987         * ext/esd/Makefile.am:
12988           Add $(ESD_CFLAGS), otherwise build will fail for folks
12989           with libesd in a non-standard prefix (#327009).
12990
12991 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12992
12993         * configure.ac:
12994           back to HEAD
12995
12996 === release 0.10.1 ===
12997
12998 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12999
13000         * configure.ac:
13001           releasing 0.10.1, "Li"
13002
13003 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13004
13005           patch by: Wim Taymans
13006
13007         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13008           fix memleak.  Fixes #326618
13009
13010 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13011
13012           patch by: Mike Smith
13013
13014         * gst/level/gstlevel.c: (gst_level_message_new),
13015         (gst_level_message_append_channel):
13016           Fix memleak.  Fixes #326612
13017
13018 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13019
13020         * configure.ac:
13021           prereleasing
13022         * po/af.po:
13023         * po/az.po:
13024         * po/cs.po:
13025         * po/en_GB.po:
13026         * po/hu.po:
13027         * po/it.po:
13028         * po/nb.po:
13029         * po/nl.po:
13030         * po/or.po:
13031         * po/sq.po:
13032         * po/sr.po:
13033         * po/sv.po:
13034         * po/uk.po:
13035         * po/vi.po:
13036           update translations
13037
13038 2006-01-10  Michael Smith  <msmith@fluendo.com>
13039
13040         * gst/level/gstlevel.c: (gst_level_class_init),
13041         (gst_level_dispose):
13042           Don't leak filter arrays.
13043
13044 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13045
13046         reviewed by: Christian Schaller <uraeus@gnome.org>
13047         
13048         * configure.ac:
13049         * gst-plugins-good.spec.in:
13050         * sys/Makefile.am:
13051         * sys/sunaudio/Makefile.am:
13052         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13053         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13054         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13055         (gst_sunaudiomixer_change_state):
13056         * sys/sunaudio/gstsunaudiomixer.h:
13057         * sys/sunaudio/gstsunaudiomixerctrl.c:
13058         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13059         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13060         (gst_sunaudiomixer_ctrl_list_tracks),
13061         (gst_sunaudiomixer_ctrl_get_volume),
13062         (gst_sunaudiomixer_ctrl_set_volume),
13063         (gst_sunaudiomixer_ctrl_set_mute),
13064         (gst_sunaudiomixer_ctrl_set_record):
13065         * sys/sunaudio/gstsunaudiomixerctrl.h:
13066         * sys/sunaudio/gstsunaudiomixertrack.c:
13067         (gst_sunaudiomixer_track_class_init),
13068         (gst_sunaudiomixer_track_init), (fill_labels),
13069         (gst_sunaudiomixer_track_new):
13070         * sys/sunaudio/gstsunaudiomixertrack.h:
13071         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13072         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13073         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13074         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13075         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13076         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13077         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13078         * sys/sunaudio/gstsunaudiosink.h:
13079
13080         Add SunAudio plugin - tested to make sure it doesn't break
13081         the build under GNU/Linux.      
13082
13083 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13084
13085         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13086         * gst-plugins-good/gst/udp/gstudpsrc.c:
13087         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13088         overrides the port or multicast parameters. Fixes bugs #323021.
13089         API addition: adds GstUDPSrc::sockfd property   
13090
13091 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13092
13093         * ext/gconf/Makefile.am:
13094         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13095         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13096         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13097         (do_toggle_element), (cb_toggle_element),
13098         (gst_gconf_audio_src_change_state):
13099         * ext/gconf/gstgconfaudiosrc.h:
13100         * ext/gconf/gstgconfelements.c: (plugin_init):
13101         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13102         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13103         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13104         (do_toggle_element), (cb_toggle_element),
13105         (gst_gconf_video_src_change_state):
13106         * ext/gconf/gstgconfvideosrc.h:
13107           Add new gconfaudiosrc and gconfvideosrc elements
13108           (needed for gnome-sound-recorder).
13109
13110 2006-01-06  Edward Hervey  <edward@fluendo.com>
13111
13112         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13113         Add gst_element_no_more_pads() for proper decodebin behaviour.
13114         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13115         (parse_text_identification_frame), (parse_split_strings):
13116         Failure to decode some tags is not a GST_ERROR() but a
13117         GST_WARNING()
13118         When iterating over a chunk of text, check that we haven't gone too
13119         far.
13120
13121 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13122
13123         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13124         (plugin_init):
13125           call oil_init() when using liboil
13126
13127 2006-01-04  Wim Taymans  <wim@fluendo.com>
13128
13129         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13130         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13131         Fix leaks.
13132
13133 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13134
13135         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13136
13137         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13138         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13139         (gst_flac_dec_change_state):
13140           Don't g_assert() where we should just return FALSE; remove
13141           unnecessary g_assert(); initialize some fields properly in
13142           state change function (fixes #325504). Also, use
13143           GST_DEBUG_OBJECT in two more places.
13144
13145 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13146
13147         * configure.ac:
13148           also remove smoothwave's Makefile.am
13149         * docs/plugins/Makefile.am:
13150           fix plugin docs
13151
13152 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13153
13154         * tests/examples/Makefile.am:
13155           added missing Makefile.am
13156
13157 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13158
13159         * configure.ac:
13160         * gst/level/Makefile.am:
13161         * gst/level/level-example.c:
13162         * tests/Makefile.am:
13163         * tests/examples/level/Makefile.am:
13164         * tests/examples/level/level-example.c: (message_handler), (main):
13165           moved level-example to tests/examples/level-example
13166         * tests/old/examples/level/demo.c: (main):
13167         * tests/old/examples/level/plot.c: (main):
13168           some initial fixes
13169
13170 2005-12-29  Michael Smith  <msmith@fluendo.com>
13171
13172         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13173         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13174         * gst/udp/gstmultiudpsink.h:
13175           Track packets sent per client in addition to bytes sent; provide
13176           this info through get-stats signal
13177
13178 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13179
13180         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13181           Can't use gst_object_unref() on a GstAdapter (#325191).
13182
13183 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13184
13185         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13186         If a broken tag has 0 bytes payload, at least still skip
13187         the 10 byte header
13188
13189 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13190
13191         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13192         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13193         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13194         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13195           Making these depayloaders (H263+ and mpeg4 video) inherit from
13196           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13197
13198 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13199
13200         * docs/plugins/gst-plugins-good-plugins.args:
13201         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13202         Regenerate the plugin hiearchy.
13203
13204 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13205
13206         * docs/plugins/Makefile.am:
13207         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13208         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13209         * docs/plugins/gst-plugins-good-plugins.args:
13210         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13211         (gst_id3demux_base_init), (gst_id3demux_class_init),
13212         (gst_id3demux_chain):
13213         * gst/id3demux/gstid3demux.h:
13214           Add documentation for id3demux.
13215           Don't fail if the first buffer is not at offset 0, just
13216           attempt to typefind and do pass through
13217           Rename the gst_type function from gst_gst_id3demux..
13218
13219 2005-12-20  Michael Smith  <msmith@fluendo.com>
13220
13221         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13222         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13223         (gst_multiudpsink_get_stats):
13224         * gst/udp/gstmultiudpsink.h:
13225           Collect statistics; return them from get_stats.
13226
13227 2005-12-19  Edward Hervey  <edward@fluendo.com>
13228
13229         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13230         Stupid signedness issue...
13231
13232 2005-12-19  Edward Hervey  <edward@fluendo.com>
13233
13234         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13235         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13236         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13237         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13238         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13239         Construct index for indexless files.
13240         Make sure pad/buffers are correctly reset to NULL once we don't need
13241         them anymore, else we get lovely segfaults/assertions.
13242         * gst/wavparse/gstwavparse.c:
13243         Yes, you can have 96KHz audio and wma in wav :(
13244
13245 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13246
13247         * configure.ac:
13248           Check for optional dependency on zlib for id3demux
13249
13250         * gst/id3demux/Makefile.am:
13251         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13252         (gst_id3demux_base_init), (gst_id3demux_class_init),
13253         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13254         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13255         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13256         (gst_id3demux_set_property), (gst_id3demux_get_property),
13257         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13258         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13259         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13260         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13261         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13262         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13263         (simple_find_peek), (simple_find_suggest),
13264         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13265         (plugin_init):
13266         * gst/id3demux/gstid3demux.h:
13267         * gst/id3demux/id3tags.c: (read_synch_uint),
13268         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13269         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13270         (id3demux_id3v2_frames_to_tag_list):
13271         * gst/id3demux/id3tags.h:
13272         * gst/id3demux/id3v2.4.0-frames.txt:
13273         * gst/id3demux/id3v2.4.0-structure.txt:
13274         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13275         (parse_comment_frame), (parse_text_identification_frame),
13276         (id3v2_tag_to_taglist), (parse_split_strings):
13277           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13278           otherwise it discards them. Works on my test files. 
13279
13280         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13281           Don't send EOS to a non-existing srcpad
13282           The debug category can be static
13283
13284 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13285
13286         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13287         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13288         * gst/multipart/multipartdemux.c:
13289           change some char* into char[]
13290
13291 2005-12-16  Wim Taymans  <wim@fluendo.com>
13292
13293         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13294         (gst_wavparse_other), (gst_wavparse_perform_seek),
13295         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13296         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13297         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13298         * gst/wavparse/gstwavparse.h:
13299         Use GstSegment to implement more seeking features.
13300
13301 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13302
13303         * gst/rtsp/rtspconnection.c:
13304           Add <netinet/in.h> include and move <arpa/inet.h> include
13305           to make things work on OpenBSD as well (fixes #323717;
13306           patch by: Benjamin Pineau)
13307
13308 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13309
13310         * gst/rtp/gstrtpspeexdepay.c:
13311         * gst/rtp/gstrtpspeexpay.c:
13312         Set clock rate to be fixed in 8000. It fixes bug #324012.
13313
13314 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13315
13316         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13317         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13318         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13319         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13320         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13321         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13322         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13323         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13324         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13325         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13326         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13327         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13328         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13329         * gst-plugins-good/gst/rtp/README:
13330         Fixed payload range in payloder caps. Removed payload range completely
13331         from depayloaders as they don't require payload type in their caps.
13332         In effect, there isn't any specific payload type for any given codec,
13333         only suggestions.
13334         Fixes bug #324011.
13335
13336 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13337
13338         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13339         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13340         (gst_videomixer_collected): Code cleanup and re-enabling 
13341         queued time validity check for correct EOS handling.
13342
13343 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13346         (gst_oss_mixer_element_get_property),
13347         (gst_oss_mixer_element_change_state):
13348         Add 'device-name' property and fix state change function.
13349
13350 2005-12-13  Edward Hervey  <edward@fluendo.com>
13351
13352         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13353         If the speed of the file is null in the header, set the frame_time to
13354         the default setting of GST_SECOND / 70. Which is the default
13355         frame_delay for .fli files as stated in this document :
13356         http://www.compuphase.com/flic.htm
13357         Would be nice to have the time conversion done properly too (duration =
13358         flxh->frames * flxdec->frame_time)
13359
13360 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13361
13362         * docs/plugins/Makefile.am:
13363         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13364         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13365         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13366         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13367         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13368         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13369         documentation for videomixer on my way with a funny sample
13370         pipeline.
13371
13372 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13373
13374         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13375         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13376         (gst_videomixer_update_queues), (gst_videomixer_collected):
13377         Fix caps negotiation. (#323896)
13378
13379 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13380
13381         * gst/matroska/matroska-demux.c:
13382         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13383           Set correct timestamps on audio laces, fixes playback of mp3 from
13384                 matroska.
13385
13386 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13387
13388         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13389         (gst_au_parse_class_init), (gst_au_parse_init),
13390         (gst_au_parse_dispose), (gst_au_parse_chain),
13391         (gst_au_parse_change_state), (plugin_init):
13392         * gst/auparse/gstauparse.h:
13393           Use gst_object_unref() for GstObjects instead of
13394           g_object_unref() and fix a mem leak in a debug
13395           statement; while we're at it, also borgify, use
13396           boilerplate macros and clean up a little bit.
13397
13398 2005-12-11  Edward Hervey  <edward@fluendo.com>
13399
13400         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13401         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13402         Added pull mode.
13403
13404 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13405
13406         * gst/goom/gstgoom.c:
13407         * gst/level/level-example.c: (main):
13408         * gst/smoothwave/demo-osssrc.c: (main):
13409           Use audiotestsrc instead of sinesrc (#323798).
13410
13411 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13412
13413         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13414           more debug-func-ptr usage
13415
13416 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13417
13418         * gst/flx/flx_color.c: (flx_colorspace_convert):
13419         * gst/flx/flx_color.h:
13420         * gst/flx/flx_fmt.h:
13421         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13422         * gst/flx/gstflxdec.h:
13423           Now flxdec works on big-endian machines as well.
13424
13425 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13426
13427         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13428         (gst_fenced_buffer_copy):
13429           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13430           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13431           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13432           and use GST_DEBUG_FUNCPTR for pad functions.
13433
13434 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13435
13436         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13437         (gst_flac_dec_class_init), (gst_flac_dec_init),
13438         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13439         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13440         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13441         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13442         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13443         (gst_flac_dec_change_state):
13444         * ext/flac/gstflacdec.h:
13445           Rewrite flacdec a bit, so that even seeking might work now. Most
13446           importantly, don't act upon any flow return values we get, just tell
13447           the decoder everything's dandy and act on the flow return values
13448           later on in the loop function. We don't want to mess up the internal
13449           decoder state for non-fatal things like flushing pads etc. Other
13450           than that, use GstSegment (segment seeks don't work yet though, but
13451           should be easy to add), use boilerplate macros, drop the superfluous
13452           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13453           lots of other things.
13454
13455 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13456
13457         * configure.ac:
13458           Update comment in OSS includes check.
13459
13460         * sys/oss/gstossdmabuffer.c:
13461         * sys/oss/gstosshelper.c:
13462         * sys/oss/gstossmixer.c:
13463         * sys/oss/gstossmixertrack.c:
13464         * sys/oss/gstosssink.c:
13465         * sys/oss/gstosssrc.c:
13466         * sys/oss/oss_probe.c:
13467           Don't assume the OSS soundcard.h include is always in
13468           the sys/ directory. Instead, use the existing defines
13469           from config.h to include the right file. Fixes
13470           compilation on OpenBSD 3.8 (#323718).
13471
13472 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13473
13474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13475         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13476         * docs/plugins/inspect/plugin-1394.xml:
13477         * docs/plugins/inspect/plugin-aasink.xml:
13478         * docs/plugins/inspect/plugin-alaw.xml:
13479         * docs/plugins/inspect/plugin-alpha.xml:
13480         * docs/plugins/inspect/plugin-alphacolor.xml:
13481         * docs/plugins/inspect/plugin-auparse.xml:
13482         * docs/plugins/inspect/plugin-autodetect.xml:
13483         * docs/plugins/inspect/plugin-avi.xml:
13484         * docs/plugins/inspect/plugin-cacasink.xml:
13485         * docs/plugins/inspect/plugin-cairo.xml:
13486         * docs/plugins/inspect/plugin-cutter.xml:
13487         * docs/plugins/inspect/plugin-debug.xml:
13488         * docs/plugins/inspect/plugin-dv.xml:
13489         * docs/plugins/inspect/plugin-efence.xml:
13490         * docs/plugins/inspect/plugin-effectv.xml:
13491         * docs/plugins/inspect/plugin-esdsink.xml:
13492         * docs/plugins/inspect/plugin-flac.xml:
13493         * docs/plugins/inspect/plugin-flxdec.xml:
13494         * docs/plugins/inspect/plugin-gconfelements.xml:
13495         * docs/plugins/inspect/plugin-goom.xml:
13496         * docs/plugins/inspect/plugin-jpeg.xml:
13497         * docs/plugins/inspect/plugin-level.xml:
13498         * docs/plugins/inspect/plugin-matroska.xml:
13499         * docs/plugins/inspect/plugin-mulaw.xml:
13500         * docs/plugins/inspect/plugin-multipart.xml:
13501         * docs/plugins/inspect/plugin-navigationtest.xml:
13502         * docs/plugins/inspect/plugin-ossaudio.xml:
13503         * docs/plugins/inspect/plugin-png.xml:
13504         * docs/plugins/inspect/plugin-rtp.xml:
13505         * docs/plugins/inspect/plugin-rtsp.xml:
13506         * docs/plugins/inspect/plugin-shout2send.xml:
13507         * docs/plugins/inspect/plugin-smpte.xml:
13508         * docs/plugins/inspect/plugin-speex.xml:
13509         * docs/plugins/inspect/plugin-udp.xml:
13510         * docs/plugins/inspect/plugin-videobox.xml:
13511         * docs/plugins/inspect/plugin-videoflip.xml:
13512         * docs/plugins/inspect/plugin-videomixer.xml:
13513         * docs/plugins/inspect/plugin-wavenc.xml:
13514         * docs/plugins/inspect/plugin-wavparse.xml:
13515         * ext/flac/gstflac.c: (plugin_init):
13516         * ext/flac/gstflacdec.c: (flacdec_get_type),
13517         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13518         (gst_flac_dec_init), (gst_flac_dec_finalize),
13519         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13520         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13521         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13522         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13523         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13524         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13525         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13526         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13527         * ext/flac/gstflacdec.h:
13528         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13529         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13530         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13531         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13532         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13533         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13534         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13535         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13536         (gst_flac_enc_change_state):
13537         * ext/flac/gstflacenc.h:
13538           borgify and fix up documentation
13539
13540 2005-12-09  Michael Smith  <msmith@fluendo.com>
13541
13542         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13543           Accept a wider range of flac files, more closely matching flac spec.
13544
13545 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13546
13547         * docs/plugins/Makefile.am: Add multipart elements.
13548         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13549         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13550         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13551         * gst/multipart/multipartdemux.c:
13552         * gst/multipart/multipartmux.c: Add docs.
13553
13554 2005-12-07  Edward Hervey  <edward@fluendo.com>
13555
13556         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13557         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13558         (gst_avi_demux_invert):
13559         Memleak and crasher fixes.
13560         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13561         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13562         Memleak fixes
13563
13564 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13565
13566         * ext/aalib/gstaasink.h:
13567         * ext/cairo/gsttextoverlay.h:
13568         * ext/dv/gstdvdec.h:
13569         * ext/dv/gstdvdemux.c:
13570         * ext/dv/gstdvdemux.h:
13571         * ext/esd/esdsink.h:
13572         * ext/flac/flac_compat.h:
13573         * ext/flac/gstflacdec.h:
13574         * ext/flac/gstflacenc.h:
13575         * ext/gconf/gconf.h:
13576         * ext/gconf/gstgconfaudiosink.h:
13577         * ext/gconf/gstgconfvideosink.h:
13578         * ext/gdk_pixbuf/gstgdkanimation.h:
13579         * ext/jpeg/gstjpegdec.h:
13580         * ext/jpeg/smokecodec.h:
13581         * ext/jpeg/smokeformat.h:
13582         * ext/ladspa/gstsignalprocessor.h:
13583         * ext/ladspa/search.c: (LADSPAPluginSearch):
13584         * ext/ladspa/utils.h:
13585         * ext/libmng/gstmng.c:
13586         * ext/libmng/gstmngdec.h:
13587         * ext/libmng/gstmngenc.c:
13588         * ext/libmng/gstmngenc.h:
13589         * ext/libpng/gstpng.c:
13590         * ext/libpng/gstpngenc.c:
13591         * ext/libpng/gstpngenc.h:
13592         * ext/shout2/gstshout2.h:
13593         * ext/speex/gstspeexdec.h:
13594         * ext/speex/gstspeexenc.c:
13595         * ext/speex/gstspeexenc.h:
13596         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13597         * gst/autodetect/gstautoaudiosink.h:
13598         * gst/autodetect/gstautovideosink.h:
13599         * gst/avi/gstavidemux.h:
13600         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13601         (gst_cutter_set_property), (gst_cutter_get_caps):
13602         * gst/cutter/gstcutter.h:
13603         * gst/debug/tests.c: (md5_process_block):
13604         * gst/debug/tests.h:
13605         * gst/effectv/gstwarp.c:
13606         * gst/flx/flx_fmt.h:
13607         * gst/flx/gstflxdec.h:
13608         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13609         (zoomFilterFastRGB):
13610         * gst/goom/filters.h:
13611         * gst/goom/goom_tools.h:
13612         * gst/law/alaw-encode.c:
13613         * gst/level/gstlevel.c:
13614         * gst/level/gstlevel.h:
13615         * gst/matroska/ebml-write.h:
13616         * gst/matroska/matroska-demux.h:
13617         * gst/matroska/matroska-ids.h:
13618         * gst/matroska/matroska-mux.h:
13619         * gst/monoscope/convolve.c: (convolve_match):
13620         * gst/monoscope/convolve.h:
13621         * gst/multipart/multipartmux.c:
13622         * gst/oldcore/gstaggregator.c:
13623         * gst/oldcore/gstaggregator.h:
13624         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13625         * gst/oldcore/gstmd5sink.h:
13626         * gst/oldcore/gstmultifilesrc.c:
13627         * gst/oldcore/gstmultifilesrc.h:
13628         * gst/oldcore/gstpipefilter.h:
13629         * gst/oldcore/gstshaper.h:
13630         * gst/rtp/gstrtpL16depay.h:
13631         * gst/rtp/gstrtpL16pay.h:
13632         * gst/rtp/gstrtpdepay.h:
13633         * gst/rtp/gstrtpmp4vpay.c:
13634         * gst/rtp/gstrtpmp4vpay.h:
13635         * gst/rtsp/gstrtspsrc.c:
13636         * gst/rtsp/gstrtspsrc.h:
13637         * gst/rtsp/rtspconnection.h:
13638         * gst/rtsp/rtspdefs.h:
13639         * gst/rtsp/rtspmessage.h:
13640         * gst/rtsp/rtsptransport.h:
13641         * gst/rtsp/rtspurl.c:
13642         * gst/rtsp/rtspurl.h:
13643         * gst/rtsp/sdpmessage.c:
13644         * gst/rtsp/sdpmessage.h:
13645         * gst/smpte/barboxwipes.c:
13646         * gst/smpte/gstmask.h:
13647         * gst/smpte/gstsmpte.h:
13648         * gst/smpte/paint.c:
13649         * gst/smpte/paint.h:
13650         * gst/udp/gstdynudpsink.h:
13651         * gst/udp/gstmultiudpsink.h:
13652         * gst/udp/gstudpsink.c:
13653         * gst/udp/gstudpsink.h:
13654         * gst/udp/gstudpsrc.c:
13655         * gst/videomixer/videomixer.c:
13656         * gst/wavenc/riff.h:
13657         * gst/wavparse/gstwavparse.h:
13658         * sys/oss/gstossdmabuffer.h:
13659         * sys/oss/gstossmixer.h:
13660         * sys/oss/gstossmixerelement.h:
13661         * sys/oss/gstossmixertrack.h:
13662         * sys/oss/gstosssink.c:
13663         * sys/oss/gstosssink.h:
13664         * sys/oss/gstosssrc.c:
13665         * sys/oss/gstosssrc.h:
13666         * sys/osxaudio/gstosxaudioelement.h:
13667         * sys/osxaudio/gstosxaudiosink.h:
13668         * sys/osxaudio/gstosxaudiosrc.h:
13669           expand tabs
13670
13671 === release 0.10.0 ===
13672
13673 2005-12-05   <thomas (at) apestaart (dot) org>
13674
13675         * configure.ac:
13676           releasing 0.10.0, "Abondance"
13677
13678 2005-12-05  Andy Wingo  <wingo@pobox.com>
13679
13680         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13681         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13682         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13683         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13684         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13685         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13687         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13688         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13689         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13690         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13691         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13692         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13693         * gst/goom/gstgoom.c: (gst_goom_chain):
13694         * gst/matroska/matroska-demux.c:
13695         (gst_matroska_demux_push_vorbis_codec_priv_data),
13696         (gst_matroska_demux_add_wvpk_header):
13697         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13698         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13699         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13700         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13701         alloc_buffer changes.
13702
13703 2005-12-05  Michael Smith  <msmith@fluendo.com>
13704
13705         * docs/plugins/gst-plugins-good-plugins.args:
13706           Remove args for plugins that aren't in -good.
13707
13708 === release 0.9.7 ===
13709
13710 2005-12-01   <thomas (at) apestaart (dot) org>
13711
13712         * configure.ac:
13713           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13714
13715 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13716
13717         * docs/plugins/.cvsignore:
13718         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13719         * docs/plugins/inspect/plugin-multipart.xml:
13720         * docs/plugins/inspect/plugin-rtp.xml:
13721           add multipart plugin to docs
13722
13723 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13724
13725         * configure.ac:
13726         * ext/Makefile.am:
13727         * ext/pango/Makefile.am:
13728         * ext/pango/gstclockoverlay.c:
13729         * ext/pango/gstclockoverlay.h:
13730         * ext/pango/gsttextoverlay.c:
13731         * ext/pango/gsttextoverlay.h:
13732         * ext/pango/gsttextrender.c:
13733         * ext/pango/gsttextrender.h:
13734         * ext/pango/gsttimeoverlay.c:
13735         * ext/pango/gsttimeoverlay.h:
13736           move pango to base
13737
13738 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13739
13740         * gst/rtp/Makefile.am:
13741         * gst/rtp/gstrtpL16depay.c:
13742         * gst/rtp/gstrtpL16depay.h:
13743         * gst/rtp/gstrtpL16parse.c:
13744         * gst/rtp/gstrtpL16parse.h:
13745         * gst/rtp/gstrtpgsmdepay.c:
13746         * gst/rtp/gstrtpgsmdepay.h:
13747         * gst/rtp/gstrtpgsmparse.c:
13748         * gst/rtp/gstrtpgsmparse.h:
13749           parsers are depayers
13750
13751 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13752
13753         * gst/rtp/Makefile.am:
13754         * gst/rtp/gstasteriskh263.c:
13755         * gst/rtp/gstrtp.c:
13756         * gst/rtp/gstrtpL16enc.c:
13757         * gst/rtp/gstrtpL16enc.h:
13758         * gst/rtp/gstrtpL16parse.c:
13759         * gst/rtp/gstrtpL16parse.h:
13760         * gst/rtp/gstrtpL16pay.c:
13761         * gst/rtp/gstrtpL16pay.h:
13762         * gst/rtp/gstrtpamrdec.c:
13763         * gst/rtp/gstrtpamrdec.h:
13764         * gst/rtp/gstrtpamrdepay.c:
13765         * gst/rtp/gstrtpamrdepay.h:
13766         * gst/rtp/gstrtpamrenc.c:
13767         * gst/rtp/gstrtpamrenc.h:
13768         * gst/rtp/gstrtpamrpay.c:
13769         * gst/rtp/gstrtpamrpay.h:
13770         * gst/rtp/gstrtpdec.c:
13771         * gst/rtp/gstrtpdec.h:
13772         * gst/rtp/gstrtpdepay.c:
13773         * gst/rtp/gstrtpdepay.h:
13774         * gst/rtp/gstrtpg711dec.c:
13775         * gst/rtp/gstrtpg711dec.h:
13776         * gst/rtp/gstrtpg711depay.c:
13777         * gst/rtp/gstrtpg711depay.h:
13778         * gst/rtp/gstrtpg711enc.c:
13779         * gst/rtp/gstrtpg711enc.h:
13780         * gst/rtp/gstrtpg711pay.c:
13781         * gst/rtp/gstrtpg711pay.h:
13782         * gst/rtp/gstrtpgsmenc.c:
13783         * gst/rtp/gstrtpgsmenc.h:
13784         * gst/rtp/gstrtpgsmparse.c:
13785         * gst/rtp/gstrtpgsmparse.h:
13786         * gst/rtp/gstrtpgsmpay.c:
13787         * gst/rtp/gstrtpgsmpay.h:
13788         * gst/rtp/gstrtph263enc.c:
13789         * gst/rtp/gstrtph263enc.h:
13790         * gst/rtp/gstrtph263pay.c:
13791         * gst/rtp/gstrtph263pay.h:
13792         * gst/rtp/gstrtph263pdec.c:
13793         * gst/rtp/gstrtph263pdec.h:
13794         * gst/rtp/gstrtph263pdepay.c:
13795         * gst/rtp/gstrtph263pdepay.h:
13796         * gst/rtp/gstrtph263penc.c:
13797         * gst/rtp/gstrtph263penc.h:
13798         * gst/rtp/gstrtph263ppay.c:
13799         * gst/rtp/gstrtph263ppay.h:
13800         * gst/rtp/gstrtpmp4vdec.c:
13801         * gst/rtp/gstrtpmp4vdec.h:
13802         * gst/rtp/gstrtpmp4vdepay.c:
13803         * gst/rtp/gstrtpmp4vdepay.h:
13804         * gst/rtp/gstrtpmp4venc.c:
13805         * gst/rtp/gstrtpmp4venc.h:
13806         * gst/rtp/gstrtpmp4vpay.c:
13807         * gst/rtp/gstrtpmp4vpay.h:
13808         * gst/rtp/gstrtpmpadec.c:
13809         * gst/rtp/gstrtpmpadec.h:
13810         * gst/rtp/gstrtpmpadepay.c:
13811         * gst/rtp/gstrtpmpadepay.h:
13812         * gst/rtp/gstrtpmpaenc.c:
13813         * gst/rtp/gstrtpmpaenc.h:
13814         * gst/rtp/gstrtpmpapay.c:
13815         * gst/rtp/gstrtpmpapay.h:
13816         * gst/rtp/gstrtpspeexdec.c:
13817         * gst/rtp/gstrtpspeexdec.h:
13818         * gst/rtp/gstrtpspeexdepay.c:
13819         * gst/rtp/gstrtpspeexdepay.h:
13820         * gst/rtp/gstrtpspeexenc.c:
13821         * gst/rtp/gstrtpspeexenc.h:
13822         * gst/rtp/gstrtpspeexpay.c:
13823         * gst/rtp/gstrtpspeexpay.h:
13824           Do burger's rename for rtp payloaders and depayloaders
13825
13826 2005-11-30  Wim Taymans  <wim@fluendo.com>
13827
13828         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13829         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13830         * ext/dv/gstdvdemux.h:
13831         Fix seeking in dvdemux again, add some more debug info.
13832
13833 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13834
13835         * configure.ac:
13836           fix tests
13837
13838 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13839
13840         * PORTED_09:
13841         * docs/random/PORTED_09:
13842           move
13843         * tests/Makefile.am:
13844           add
13845         * win32/gst.sln:
13846           remove
13847
13848 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13849
13850         * Makefile.am:
13851         * check/.cvsignore:
13852         * check/Makefile.am:
13853         * check/elements/.cvsignore:
13854         * check/elements/level.c:
13855         * check/elements/matroskamux.c:
13856         * configure.ac:
13857         * examples/Makefile.am:
13858         * examples/capsfilter/Makefile.am:
13859         * examples/capsfilter/capsfilter1.c:
13860         * examples/gob/Makefile.am:
13861         * examples/gob/gst-identity2.gob:
13862         * examples/gstplay/.cvsignore:
13863         * examples/gstplay/Makefile.am:
13864         * examples/gstplay/player.c:
13865         * examples/indexing/.cvsignore:
13866         * examples/indexing/Makefile.am:
13867         * examples/indexing/indexmpeg.c:
13868         * examples/level/Makefile.am:
13869         * examples/level/README:
13870         * examples/level/demo.c:
13871         * examples/level/plot.c:
13872         * examples/stats/Makefile.am:
13873         * examples/stats/mp2ogg.c:
13874         * examples/switch/.cvsignore:
13875         * examples/switch/Makefile.am:
13876         * examples/switch/switcher.c:
13877           move under tests/
13878
13879 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13882         (gst_text_render_class_init), (resize_bitmap),
13883         (gst_text_render_render_text), (gst_text_render_setcaps),
13884         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13885         (gst_text_render_chain), (gst_text_render_finalize),
13886         (gst_text_render_init), (gst_text_render_set_property):
13887         * ext/pango/gsttextrender.h:
13888           Add missing files.
13889
13890 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13891
13892         * configure.ac:
13893         * ext/Makefile.am:
13894         * ext/pango/Makefile.am:
13895         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13896         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13897         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13898         * ext/pango/gstclockoverlay.h:
13899         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13900         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13901         (gst_text_overlay_finalize), (gst_text_overlay_init),
13902         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13903         (gst_text_overlay_text_pad_linked),
13904         (gst_text_overlay_text_pad_unlinked),
13905         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13906         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13907         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13908         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13909         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13910         (gst_text_overlay_change_state), (plugin_init):
13911         * ext/pango/gsttextoverlay.h:
13912         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13913         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13914         (gst_time_overlay_class_init), (gst_time_overlay_init):
13915         * ext/pango/gsttimeoverlay.h:
13916           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13917           and add background shading and text wrapping modes. Make 
13918           timoverlay derive from textoverlay. Also add new clockoverlay
13919           element.
13920
13921 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13922
13923         * gst/udp/Makefile.am: Moved to netbuffer.
13924
13925 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13926
13927         * configure.ac:
13928         * PORTED_O9:
13929         * gst/multipart/Makefile.am:
13930         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13931         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13932         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13933         (gst_multipart_demux_change_state),
13934         (gst_multipart_demux_plugin_init):
13935         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13936         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13937         (gst_multipart_mux_sinkconnect),
13938         (gst_multipart_mux_request_new_pad),
13939         (gst_multipart_mux_handle_src_event),
13940         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13941         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13942         0.9.
13943
13944 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13945
13946         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13947         * gst/debug/gstnavigationtest.h:
13948         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13949         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13950         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13951         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13952         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13953         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13954         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13955         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13956         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13957         (gst_video_flip_get_type):
13958         * gst/videofilter/gstvideoflip.h:
13959           update for symbols change
13960
13961 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13962
13963         * gst/udp/gstdynudpsink.c:
13964         * gst/udp/gstudpsrc.c:
13965           the old gstnet lib was renamed gstnetbuffer (#322257)
13966
13967 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13968
13969         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13970         (gst_text_overlay_collected):
13971           Actually render the text from the text pad.
13972
13973 2005-11-29  Edward Hervey  <edward@fluendo.com>
13974
13975         * gst/debug/gstnavseek.c: (gst_navseek_event):
13976         * gst/debug/progressreport.c: (gst_progress_report_event):
13977         Update for GstBaseTransform event virtual method
13978
13979 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13980
13981         * ext/cairo/Makefile.am:
13982           no need to link to videofilter
13983
13984 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13985
13986         * gst/debug/Makefile.am:
13987         * gst/debug/gstnavigationtest.h:
13988         * gst/effectv/Makefile.am:
13989         * gst/effectv/gstaging.c:
13990         * gst/effectv/gstdice.c:
13991         * gst/effectv/gstedge.c:
13992         * gst/effectv/gstquark.c:
13993         * gst/effectv/gstrev.c:
13994         * gst/effectv/gstshagadelic.c:
13995         * gst/effectv/gstvertigo.c:
13996         * gst/effectv/gstwarp.c:
13997         * gst/videofilter/Makefile.am:
13998         * gst/videofilter/gstvideofilter.c:
13999         * gst/videofilter/gstvideofilter.h:
14000         * gst/videofilter/gstvideoflip.h:
14001           remove the videofilter library and link to the one in base
14002
14003 2005-11-28  Edward Hervey  <edward@fluendo.com>
14004
14005         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14006         Useless check now we're setting the current entry correctly.
14007
14008 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14009
14010         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14011         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14012         (gst_jpegenc_change_state):
14013           Don't leak input buffer in chain function (fixes #322667); make 
14014           state change function thread-safe; don't repeat the current function
14015           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14016           gst_pad_alloc_buffer(); misc. minor cleanups.
14017
14018 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14019
14020         * gst/matroska/matroska-mux.c:
14021         (gst_matroska_mux_video_pad_setcaps):
14022         Look for pixel-aspect-ratio in caps, not pixel_width and
14023         pixel_height (Fixes: #322645)
14024
14025 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14026
14027         * gst/matroska/matroska-mux.c:
14028         (gst_matroska_mux_video_pad_setcaps):
14029         From Michal Benes:
14030         frame duration should be GST_SECOND / framerate, not
14031         GST_SECOND * framerate. (Fixes: #322643)
14032
14033 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         * configure.ac:
14036           fix up GST_PLUGIN_LDFLAGS
14037         * gst/rtsp/rtspconnection.c:
14038           fix includes (see #317043)
14039         * gst/videofilter/Makefile.am:
14040           stop installing this library
14041
14042 2005-11-26  Edward Hervey  <edward@fluendo.com>
14043
14044         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14045         Handle the case where the incoming Video dv stream doesn't have
14046         a pixel aspect ratio set.
14047
14048 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14049
14050         * docs/plugins/Makefile.am:
14051         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14052         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14053         * ext/flac/gstflacdec.c:
14054           document flacdec
14055
14056 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * docs/plugins/Makefile.am:
14059         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14060         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14061         * docs/plugins/inspect/plugin-autodetect.xml:
14062         * ext/cairo/gstcairo.c: (plugin_init):
14063         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14064         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14065         (gst_text_overlay_init), (gst_text_overlay_font_init),
14066         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14067         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14068         (gst_text_overlay_text_pad_linked),
14069         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14070         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14071         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14072         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14073         (gst_text_overlay_change_state):
14074         * ext/cairo/gsttextoverlay.h:
14075         * ext/cairo/gsttimeoverlay.c:
14076         (gst_cairo_time_overlay_update_font_height),
14077         (gst_cairo_time_overlay_set_caps),
14078         (gst_cairo_time_overlay_get_unit_size),
14079         (gst_cairo_time_overlay_print_smpte_time),
14080         (gst_cairo_time_overlay_transform),
14081         (gst_cairo_time_overlay_base_init),
14082         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14083         (gst_cairo_time_overlay_get_type):
14084         * ext/cairo/gsttimeoverlay.h:
14085           do some name borgifying
14086           document
14087
14088 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14089
14090         * docs/plugins/Makefile.am:
14091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14092         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14093         * gst/autodetect/gstautoaudiosink.c:
14094         (gst_auto_audio_sink_base_init):
14095         * gst/autodetect/gstautovideosink.c:
14096         (gst_auto_video_sink_base_init),
14097         (gst_auto_video_sink_factory_filter):
14098           documenting auto*sink
14099           using strstr for the video sink lookup, class field is not ordered
14100         * docs/plugins/inspect/plugin-1394.xml:
14101         * docs/plugins/inspect/plugin-aasink.xml:
14102         * docs/plugins/inspect/plugin-alaw.xml:
14103         * docs/plugins/inspect/plugin-alpha.xml:
14104         * docs/plugins/inspect/plugin-alphacolor.xml:
14105         * docs/plugins/inspect/plugin-auparse.xml:
14106         * docs/plugins/inspect/plugin-autodetect.xml:
14107         * docs/plugins/inspect/plugin-avi.xml:
14108         * docs/plugins/inspect/plugin-cacasink.xml:
14109         * docs/plugins/inspect/plugin-cairo.xml:
14110         * docs/plugins/inspect/plugin-cutter.xml:
14111         * docs/plugins/inspect/plugin-debug.xml:
14112         * docs/plugins/inspect/plugin-dv.xml:
14113         * docs/plugins/inspect/plugin-efence.xml:
14114         * docs/plugins/inspect/plugin-effectv.xml:
14115         * docs/plugins/inspect/plugin-esdsink.xml:
14116         * docs/plugins/inspect/plugin-flac.xml:
14117         * docs/plugins/inspect/plugin-flxdec.xml:
14118         * docs/plugins/inspect/plugin-gconfelements.xml:
14119         * docs/plugins/inspect/plugin-goom.xml:
14120         * docs/plugins/inspect/plugin-jpeg.xml:
14121         * docs/plugins/inspect/plugin-level.xml:
14122         * docs/plugins/inspect/plugin-matroska.xml:
14123         * docs/plugins/inspect/plugin-mulaw.xml:
14124         * docs/plugins/inspect/plugin-navigationtest.xml:
14125         * docs/plugins/inspect/plugin-ossaudio.xml:
14126         * docs/plugins/inspect/plugin-png.xml:
14127         * docs/plugins/inspect/plugin-rtp.xml:
14128         * docs/plugins/inspect/plugin-rtsp.xml:
14129         * docs/plugins/inspect/plugin-shout2send.xml:
14130         * docs/plugins/inspect/plugin-smpte.xml:
14131         * docs/plugins/inspect/plugin-speex.xml:
14132         * docs/plugins/inspect/plugin-udp.xml:
14133         * docs/plugins/inspect/plugin-videobox.xml:
14134         * docs/plugins/inspect/plugin-videoflip.xml:
14135         * docs/plugins/inspect/plugin-videomixer.xml:
14136         * docs/plugins/inspect/plugin-wavenc.xml:
14137         * docs/plugins/inspect/plugin-wavparse.xml:
14138           update for HEAD version
14139
14140 2005-11-25  Michael Smith  <msmith@fluendo.com>
14141
14142         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14143           Patch from Sebastien Cote to close control sockets in udpsrc.
14144
14145 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14146
14147         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14148         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14149         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14150         (gst_quarktv_base_init), (gst_quarktv_class_init),
14151         (gst_quarktv_init): Flush the planes list on reverse caps
14152         negotiation. This was crashing because of differently sized
14153         buffers.
14154
14155 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14156
14157         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14158         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14159         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14160         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14161         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14162         (gst_videoflip_set_property), (gst_videoflip_base_init),
14163         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14164         correctly, fix identity flipping, convert navigation event 
14165         correctly again.
14166
14167 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14168
14169         * configure.ac: back to HEAD
14170
14171 === release 0.9.6 ===
14172
14173 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14174
14175         * configure.ac:
14176           releasing 0.9.6, "Everything's Not Lost"
14177
14178 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14179
14180         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14181         Oops, initialise the framerate GValue
14182
14183 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14184
14185         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14186         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14187         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14188         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14189         (gst_timeoverlay_get_type):
14190         * ext/cairo/gsttimeoverlay.h:
14191         * gst/debug/Makefile.am:
14192         * gst/debug/gstnavigationtest.c:
14193         (gst_navigationtest_handle_src_event),
14194         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14195         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14196         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14197         (gst_navigationtest_init), (gst_navigationtest_get_type),
14198         (plugin_init):
14199         * gst/debug/gstnavigationtest.h:
14200         * gst/effectv/Makefile.am:
14201         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14202         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14203         (gst_agingtv_base_init), (gst_agingtv_class_init),
14204         (gst_agingtv_init), (gst_agingtv_get_type):
14205         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14206         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14207         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14208         (gst_dicetv_get_type):
14209         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14210         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14211         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14212         (gst_edgetv_get_type):
14213         * gst/effectv/gsteffectv.c:
14214         * gst/effectv/gsteffectv.h:
14215         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14216         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14217         (gst_quarktv_change_state), (gst_quarktv_base_init),
14218         (gst_quarktv_class_init), (gst_quarktv_init),
14219         (gst_quarktv_get_type):
14220         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14221         (gst_revtv_get_unit_size), (gst_revtv_transform),
14222         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14223         (gst_revtv_get_type):
14224         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14225         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14226         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14227         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14228         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14229         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14230         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14231         (gst_vertigotv_init), (gst_vertigotv_get_type):
14232         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14233         (gst_warptv_get_unit_size), (gst_warptv_transform),
14234         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14235         (gst_warptv_get_type):
14236         * gst/videofilter/Makefile.am:
14237         * gst/videofilter/gstvideobalance.c:
14238         * gst/videofilter/gstvideobalance.h:
14239         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14240         (gst_videofilter_class_init), (gst_videofilter_init):
14241         * gst/videofilter/gstvideofilter.h:
14242         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14243         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14244         (gst_videoflip_flip), (gst_videoflip_transform),
14245         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14246         (gst_videoflip_base_init), (gst_videoflip_class_init),
14247         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14248         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14249         BaseTransform, it's just a place holder for now and every video
14250         effect plugin has been ported to use BaseTransform features 
14251         directly. QuarkTV was fixed too (was broken), navigationtest works
14252         and best for the end, videoflip converts navigation events depending
14253         on flip method ! Fixes #320953
14254
14255 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14256
14257         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14258         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14259         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14260         (gst_goom_src_negotiate), (gst_goom_chain):
14261         * gst/matroska/matroska-mux.c:
14262         (gst_matroska_mux_video_pad_setcaps):
14263         * sys/osxvideo/osxvideosink.m:
14264           Fixes for API changes
14265
14266 2005-11-23  Michael Smith <msmith@fluendo.com>
14267
14268         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14269         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14270         * ext/jpeg/gstjpegdec.h:
14271         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14272         * ext/jpeg/gstjpegenc.h:
14273         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14274         (gst_smokeenc_resync):
14275         * ext/jpeg/gstsmokeenc.h:
14276           JPEG fractiony goodness.
14277
14278 2005-11-22  Michael Smith <msmith@fluendo.com>
14279
14280         * gst/goom/filters.c:
14281         * gst/goom/graphic.h:
14282           Fix compilation by making some functions static inline instead of
14283           extern inline, matching the way they're used.
14284
14285 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14286
14287         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14288         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14289         * ext/cairo/gsttextoverlay.h:
14290         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14291         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14292         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14293         (gst_pngdec_caps_create_and_set):
14294         * ext/libpng/gstpngdec.h:
14295         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14296         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14297         * gst/avi/gstavimux.c: (gst_avimux_init),
14298         (gst_avimux_vidsinkconnect):
14299         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14300         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14301         (gst_goom_src_negotiate), (gst_goom_chain):
14302         * gst/goom/gstgoom.h:
14303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14304         * gst/matroska/matroska-mux.c:
14305         (gst_matroska_mux_video_pad_setcaps):
14306         * sys/osxvideo/osxvideosink.h:
14307         * sys/osxvideo/osxvideosink.m:
14308           More fractional framerate conversions 
14309
14310 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14311
14312         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14313         * gst/debug/gstnavigationtest.c:
14314         (gst_navigationtest_handle_src_event):
14315         * gst/videofilter/gstvideofilter.c:
14316         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14317         (gst_videofilter_init):
14318         * gst/videofilter/gstvideofilter.h:
14319           Convert to fractional framerates.
14320
14321 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14322
14323         * ext/aalib/gstaasink.c:
14324         * ext/dv/gstdvdec.c:
14325         * ext/esd/esdmon.c:
14326         * ext/flac/gstflacenc.c:
14327         * ext/gdk_pixbuf/pixbufscale.c:
14328         * ext/libcaca/gstcacasink.c:
14329         * ext/shout2/gstshout2.c:
14330         * gst/alpha/gstalpha.c:
14331         * gst/oldcore/gstaggregator.c:
14332         * gst/oldcore/gstshaper.c:
14333         * gst/smpte/barboxwipes.c:
14334         * gst/smpte/gstsmpte.c:
14335         * gst/videobox/gstvideobox.c:
14336         * gst/videofilter/gstvideoflip.c:
14337         * gst/videomixer/videomixer.c:
14338           fix up more enums
14339
14340 2005-11-22  Michael Smith <msmith@fluendo.com>
14341
14342         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14343         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14344         (gst_videomixer_update_queues):
14345           Fractional framerates, videomixer.
14346
14347 2005-11-22  Michael Smith <msmith@fluendo.com>
14348
14349         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14350         * ext/dv/gstdvdec.h:
14351         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14352         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14353         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14354         (gst_dvdemux_flush):
14355         * ext/dv/gstdvdemux.h:
14356           Fractional framerates for DV. 
14357
14358 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14359
14360         * gst/autodetect/gstautoaudiosink.c:
14361         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14362         * gst/autodetect/gstautovideosink.c:
14363         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14364           Use gst_plugin_feature_list_free() to free feature list and
14365           in the case of autovideosink free the list at all. Also
14366           miscellaneous cosmetic fixes.
14367
14368 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14369
14370         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14371         (gst_cutter_set_property), (gst_cutter_get_caps):
14372           copy calculation code from level; remove use of some audio
14373           functions
14374
14375 2005-11-22  Andy Wingo  <wingo@pobox.com>
14376
14377         * Update for gst_tag_setter API changes.
14378
14379 2005-11-22  Andy Wingo  <wingo@pobox.com>
14380
14381         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14382         (gst_dvdemux_demux_frame)
14383         * ext/flac/gstflacdec.c (gst_flacdec_write)
14384         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14385         (gst_flacenc_sink_event)
14386         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14387         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14388         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14389         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14390         * gst/auparse/gstauparse.c (gst_auparse_chain)
14391         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14392         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14393         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14394         (gst_avi_demux_handle_seek)
14395         * gst/goom/gstgoom.c (gst_goom_event)
14396         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14397         * gst/matroska/matroska-demux.c
14398         (gst_matroska_demux_handle_seek_event)
14399         (gst_matroska_demux_loop_stream_parse_id)
14400         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14401         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14402         (gst_wavparse_stream_headers): Run update-funcnames.
14403
14404 2005-11-22  Edward Hervey  <edward@fluendo.com>
14405
14406         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14407         (gst_dv1394src_init), (gst_dv1394src_dispose),
14408         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14409         (gst_dv1394src_uri_set_uri):
14410         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14411         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14412         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14413         URIHandler interface and element properties are now properly
14414         synchronized for DV1394src and UDPSrc
14415
14416 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14417
14418         * ext/flac/Makefile.am:
14419         * ext/speex/Makefile.am:
14420           libgsttagedit has been renamed to libgsttag.
14421
14422 2005-11-21  Wim Taymans  <wim@fluendo.com>
14423
14424         * gst/rtsp/rtspconnection.c: (read_body):
14425         Apply patch from Sebastien Cote to fix #319184.
14426
14427 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14428
14429         * configure.ac:
14430         * gst/cutter/Makefile.am:
14431         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14432         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14433         (gst_cutter_set_property), (gst_cutter_get_property),
14434         (plugin_init), (gst_cutter_get_caps):
14435           port cutter
14436         * gst/level/gstlevel.c:
14437           fix up plugin details
14438
14439 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14440
14441         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14442         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14443         (gst_flacdec_src_event):
14444         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14445         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14446         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14447         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14448         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14449         (gst_flxdec_sink_event_handler):
14450         * gst/matroska/matroska-demux.c:
14451         (gst_matroska_demux_handle_seek_event):
14452         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14453           Update for stream lock API changes: don't take stream log
14454           in sink event handlers any longer and change GST_STREAM_LOCK
14455           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14456           functions.
14457
14458 2005-11-21  Michael Smith <msmith@fluendo.com>
14459
14460         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14461           gst_object_unref, not g_object_unref
14462
14463 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14464
14465         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14466         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14467           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14468
14469 2005-11-21  Michael Smith <msmith@fluendo.com>
14470
14471         * gst/auparse/Makefile.am:
14472         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14473         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14474         (gst_auparse_change_state):
14475         * gst/auparse/gstauparse.h:
14476           Partially fix #161712. playbin still doesn't work on these files,
14477           (on the bug report, Andy says we aren't typefinding it for some
14478           reason?) but at least auparse isn't totally busted like it was before.
14479
14480 2005-11-21  Andy Wingo  <wingo@pobox.com>
14481
14482         * *.h:
14483         * *.c: Ran scripts/update-macros. Oh yes.
14484
14485 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14488           Filler events are gone for now, comment out section generating
14489           them.
14490
14491 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14492
14493         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14494         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14495         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14496         * sys/osxvideo/osxvideosink.m:
14497           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14498           (#322027)
14499
14500 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14501
14502         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14503         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14504         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14505         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14506         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14507         (gst_avi_demux_stream_data):
14508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14509         * gst/wavenc/gstwavenc.c: (write_metadata):
14510         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14511         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14512         Fixes for GST_FOURCC_FORMAT API change.
14513
14514 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14515
14516         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14517         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14518         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14519         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14520         (gst_text_overlay_change_state):
14521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14522         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14523         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14524         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14525         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14526         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14527         (gst_videomixer_change_state):
14528           Fix for collect pads API change. Also fix textoverlay state
14529           change function.
14530
14531 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14532
14533         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14534         GST_PAD_IS_USABLE by something approaching it.
14535
14536 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14537
14538         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14539         API changes.
14540         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14541         but also fix the code that was not checking return values from
14542         pad_push neither using pad_alloc_buffer.
14543
14544 2005-11-18  Edward Hervey  <edward@fluendo.com>
14545
14546         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14547         (gst_pngenc_chain):
14548         Added debug category
14549         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14550         goes to EOS.
14551
14552 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14553
14554         * gst/rtp/Makefile.am
14555         * gst/rtp/gstrtp.c
14556         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14557         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14558         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14559         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14560         * gst/rtp/gstrtpg711enc.h:
14561         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14562         * gst/rtp/gstrtpspeexenc.c:
14563         * gst/rtp/gstrtpspeexenc.h:
14564         * gst/rtp/gstrtpspeexdec.c:
14565         * gst/rtp/gstrtpspeexdec.h:
14566         Created Speex payloader and depayloader; Optimize G711 payloader to
14567         use adapter and send packets until MTU size.
14568
14569 2005-11-16  Wim Taymans  <wim@fluendo.com>
14570
14571         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14572         Fix leak in check.
14573
14574 2005-11-16  Wim Taymans  <wim@fluendo.com>
14575
14576         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14577         Fix state change.
14578
14579 2005-11-16  Andy Wingo  <wingo@pobox.com>
14580
14581         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14582         (gst_udpsrc_create): Move comment.
14583
14584 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14585
14586         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14589           When seeking, seek to closest index entry at or before the requested
14590           seek position, not just the closest one (#321001).
14591
14592 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14593
14594         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14595         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14596           Invert DIB images again (see #132341).
14597
14598 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14599
14600         * configure.ac:
14601           rework configure.ac file
14602         * ext/aalib/gstaasink.c:
14603         * ext/cairo/gstcairo.c:
14604         * ext/dv/gstdv.c:
14605         * ext/esd/gstesd.c:
14606         * ext/flac/gstflac.c:
14607         * ext/gconf/gstgconfelements.c:
14608         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14609         * ext/jpeg/gstjpeg.c:
14610         * ext/ladspa/gstladspa.c:
14611         * ext/libcaca/gstcacasink.c:
14612         * ext/libmng/gstmng.c:
14613         * ext/libpng/gstpng.c:
14614         * ext/mikmod/gstmikmod.c:
14615         * ext/pango/gsttextoverlay.c:
14616         * ext/pango/gsttimeoverlay.c:
14617         * ext/raw1394/gst1394.c:
14618         * ext/speex/gstspeex.c:
14619         * gst/alpha/Makefile.am:
14620         * gst/alpha/gstalpha.c:
14621         * gst/alpha/gstalphacolor.c:
14622         * gst/auparse/gstauparse.c:
14623         * gst/autodetect/gstautoaudiosink.c:
14624         (gst_auto_audio_sink_factory_filter),
14625         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14626         * gst/autodetect/gstautodetect.c:
14627         * gst/avi/gstavi.c:
14628         * gst/cutter/gstcutter.c:
14629         * gst/debug/efence.c:
14630         * gst/debug/gstdebug.c:
14631         * gst/debug/gstnavigationtest.c:
14632         * gst/effectv/gsteffectv.c:
14633         * gst/flx/gstflxdec.c:
14634         * gst/goom/gstgoom.c:
14635         * gst/interleave/plugin.c:
14636         * gst/law/alaw.c:
14637         * gst/law/mulaw.c:
14638         * gst/level/gstlevel.c:
14639         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14640         * gst/matroska/matroska.c:
14641         * gst/median/gstmedian.c:
14642         * gst/monoscope/gstmonoscope.c:
14643         * gst/multipart/multipart.c:
14644         * gst/oldcore/gstelements.c:
14645         * gst/rtp/gstrtp.c:
14646         * gst/rtsp/gstrtsp.c:
14647         * gst/smoothwave/gstsmoothwave.c:
14648         * gst/smpte/gstsmpte.c:
14649         * gst/udp/gstudp.c:
14650         * gst/videobox/gstvideobox.c:
14651         * gst/videofilter/gstgamma.c:
14652         * gst/videofilter/gstvideobalance.c:
14653         * gst/videofilter/gstvideoflip.c:
14654         * gst/videofilter/gstvideotemplate.c:
14655         * gst/videomixer/videomixer.c:
14656         * gst/wavenc/gstwavenc.c:
14657         * gst/wavparse/gstwavparse.c:
14658         * sys/oss/gstossaudio.c:
14659         * sys/osxaudio/gstosxaudio.c:
14660           update GST_PLUGIN_DEFINE
14661         * gst/rtp/Makefile.am:
14662         * gst/rtp/gstasteriskh263.c:
14663           check for htons/htonl headers and possibly link to winsock2 lib
14664
14665 2005-11-12  Edward Hervey  <edward@fluendo.com>
14666
14667         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14668         Only GST_DEBUG() information on the valid components.
14669
14670 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14671
14672         * configure.ac: back to HEAD
14673
14674 === release 0.9.5 ===
14675
14676 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14677
14678         * configure.ac:
14679           releasing 0.9.5, "Phone Alarm"
14680
14681 2005-11-11  Edward Hervey  <edward@fluendo.com>
14682
14683         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14684         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14685         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14686         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14687         (gst_avi_demux_loop):
14688         * gst/avi/gstavidemux.h:
14689         Yeah, implement proper seeking. Exact seeking and segment seeking.
14690         Still need to do some checks for segment_stop.
14691
14692 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14693
14694         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14697           Don't try to ready buffer duration from buffer that we don't
14698           own any  longer and that might already have been unreffed.
14699           (#321136)
14700
14701 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14702
14703         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14704         (flx_decode_delta_flc), (gst_flxdec_chain):
14705         Attempting to optimize the code for embedded systems.
14706
14707 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14708
14709         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14710
14711         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14712           Don't re-use already closed file descriptor. (#320920)
14713
14714 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14717         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14718         (gst_oss_sink_prepare):
14719         * sys/oss/gstosssink.h:
14720           Cache probed caps; fix debug output for SET_PARAM macros.
14721
14722 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         * ext/cairo/Makefile.am:
14725         * ext/cairo/gstcairo.c: (plugin_init):
14726         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14727         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14728         (gst_text_overlay_init), (gst_text_overlay_font_init),
14729         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14730         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14731         (gst_text_overlay_text_pad_linked),
14732         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14733         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14734         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14735         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14736         (gst_text_overlay_change_state):
14737         * ext/cairo/gsttextoverlay.h:
14738           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14739           property and redo positioning. Doesn't handle upstream renegotiation
14740           yet though.
14741
14742 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14745         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14746         (gst_avi_demux_loop):
14747           No need to take the STREAM_LOCK in the loop function. Improve
14748           some debug messages. Don't leak pad names in debug messages.
14749
14750 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14751
14752         * gst/matroska/matroska-demux.c:
14753         (gst_matroska_demux_push_vorbis_codec_priv_data),
14754         (gst_matroska_demux_add_wvpk_header):
14755           Don't error out when the source pad isn't linked.
14756
14757 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14758
14759         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14760         (gst_gconf_audio_sink_change_state):
14761         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14762         (gst_gconf_video_sink_change_state):
14763           Fix state change functions here as well and set kid
14764           to NULL state before removing it.
14765
14766 2005-11-01  Edward Hervey  <edward@fluendo.com>
14767
14768         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14769         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14770         Added proper event handlind, 
14771         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14772         ignored),
14773         and don't set a duration of 0 for buffers otherwise they are discarded
14774         by GstBaseSink.
14775
14776         GstWavEnc needs some serious loving, after going through the code I'm
14777         really wondering how this can stay in -good ...
14778
14779 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14780
14781         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14782         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14783         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14784         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14785         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14786         (gst_matroska_mux_collected):
14787           Fix leaks and invalid memory access as reported by valgrind
14788
14789 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14790
14791         Patch by: Michal Benes <michal.benes@xeris.cz>
14792
14793         * check/Makefile.am:
14794         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14795         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14796         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14797           add a unit test for matroskamux
14798           fix the bugs that the unit test exposed
14799
14800 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * gst/autodetect/gstautoaudiosink.c:
14803         (gst_auto_audio_sink_class_init),
14804         (gst_auto_audio_sink_change_state):
14805         * gst/autodetect/gstautovideosink.c:
14806         (gst_auto_video_sink_class_init),
14807         (gst_auto_video_sink_change_state):
14808           Fix state change function and use GST_DEBUG_FUNCPTR in
14809           class_init.
14810
14811 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14812
14813         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14814
14815         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14816         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14817         * gst/matroska/ebml-write.h:
14818         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14819           Set timestamps on outgoing ebml headers as well, so that the
14820           element after matroskamux can get the timestamp already when
14821           reading the first ebml element and doesn't have to wait for
14822           the actual data buffer for that (#320308).
14823           
14824 2005-10-31  Andy Wingo  <wingo@pobox.com>
14825
14826         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14827         (gst_videomixer_pad_link): Kill some memleaks.
14828         (gst_videomixer_pad_get_property): Style fix.
14829         (gst_videomixer_pad_set_property): Style fix.
14830         (gst_videomixer_pad_init): Style fix.
14831         (gst_videomixer_update_queues): Kill memleak.
14832         (gst_videomixer_loop): Kill memleak.
14833         (gst_videomixer_collected): Kill memleak.
14834
14835 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14836
14837         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14838         gst_auparse_change_state:
14839         Just some cleanup.
14840
14841 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14842
14843         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14844         Add checks to GST_FLOW_NOT_LINKED for values returned
14845         from gst_pad_push.
14846         
14847 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14848
14849         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14850         (gst_rtpg711dec_process):
14851         * gst/rtp/gstrtpgsmenc.c:
14852         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14853         are never set. This is important for the g711 to work with burger's rtpbin
14854         element.
14855
14856 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14857
14858         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14859         (gst_speexenc_push_buffer):
14860         Add checks for return values from gst_pad_push and
14861         gst_pad_alloc_buffer.
14862
14863 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14864
14865         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14868         (gst_matroska_demux_parse_info),
14869         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14870         (gst_matroska_demux_parse_cluster):
14871         * gst/matroska/matroska-ids.h:
14872         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14873         (gst_matroska_mux_init), (gst_matroska_mux_start),
14874         (gst_matroska_mux_create_buffer_header),
14875         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14876         (gst_matroska_mux_get_property):
14877         * gst/matroska/matroska-mux.h:
14878           Add SimpleBlock support to matroska demuxer and muxer (part of
14879           Matroska v2). (#319731)
14880
14881 2005-10-28  Wim Taymans  <wim@fluendo.com>
14882
14883         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14884         (gst_jpeg_dec_change_state):
14885         * ext/jpeg/gstjpegdec.h:
14886         Cleanups. Don't create caps for every chain.
14887
14888 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14889
14890         * gst/law/alaw-encode.c: (gst_alawenc_init),
14891         (alawenc_setcaps), (gst_alawenc_chain)
14892         * gst/law/alaw-encode.h:
14893         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14894         (mulawenc_setcaps), (gst_mulawenc_chain)
14895         * gst/law/mulaw-encode.h:
14896         Set timestamp on buffer and it allows RTP G711 elements
14897         work properly.
14898
14899 2005-10-27  Wim Taymans  <wim@fluendo.com>
14900
14901         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14902         Set correct format on oss instead of a silly value. 
14903
14904 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14905
14906         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14907         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14908         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14909         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14910         I420 rendering as well, doesn't bring much for my platform.
14911         Might help on some other platforms.
14912
14913 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14914
14915         * gst/rtp/gstrtpgsmenc.c:
14916         * gst/rtp/gstrtpgsmparse.c:
14917         Declaring the padtemplate correctly.
14918
14919 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14920
14921         * gst/rtp/gstrtpg711dec.c:
14922         * gst/rtp/gstrtpg711enc.c:
14923         * gst/rtp/gstrtpgsmenc.c:
14924         * gst/rtp/gstrtpgsmparse.c:
14925         Setting the proper copyright notice.
14926
14927 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14928
14929         * gst/videobox/Makefile.am: Use liboil.
14930         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14931         (gst_video_box_set_property), (gst_video_box_transform_caps),
14932         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14933         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14934         using liboil. Will dot the same to I420 border generation
14935         tomorrow.
14936
14937 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14938
14939         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14940         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14941         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14942         * gst/rtp/gstrtpg711dec.h:
14943         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14944         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14945         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14946         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14947         (gst_rtpgsmenc_handle_buffer):
14948         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14949         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14950         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14951         * gst/rtp/gstrtpgsmparse.h:
14952         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14953         inherits from the basertpdepayloader.
14954
14955 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14956
14957         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14958         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14959         (gst_video_box_ayuv): Removing this forgotten debug.
14960
14961 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14962
14963         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14964         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14965         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14966
14967 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14968
14969         * sys/oss/gstossaudio.c:
14970         * sys/oss/gstossdmabuffer.c:
14971         * sys/oss/gstosshelper.c:
14972         * sys/oss/gstossmixer.c:
14973         * sys/oss/gstossmixerelement.c:
14974         * sys/oss/gstossmixertrack.c:
14975         * sys/oss/gstosssink.c:
14976         * sys/oss/gstosssrc.c:
14977           Actually use the 'oss' debug category we register.
14978
14979 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14980
14981         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14982         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14983         Use gst_pad_get_parent and drop the ref that was added through
14984         that call.
14985
14986 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14987
14988         * gst/rtp/gstrtpgsmenc.c:
14989           Fix compilation
14990
14991 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14992
14993         * gst/rtp/gstrtpg711dec.c
14994         Just removed a couple of lines of weird code used during
14995         development/test time.
14996
14997 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14998
14999         * gst/rtp/Makefile.am
15000         * gst/rtp/gstrtp.c
15001         * gst/rtp/gstrtpg711enc.c
15002         * gst/rtp/gstrtpg711enc.h
15003         * gst/rtp/gstrtpg711dec.c
15004         * gst/rtp/gstrtpg711dec.h
15005         Created G711 payloader and depayloader (it supports mulaw and alaw
15006         (dec)encoders)
15007
15008 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15009
15010         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15011         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15012         Doh ! I introduced wingo's bug again ! Sorry...
15013
15014 2005-10-25  Christian Schaller <christian@fluendo.com> 
15015
15016         * gst/rtp/Makefile.am: add missing header files for disting
15017
15018 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15019
15020         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15021         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15022         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15023         (gst_rtpgsmenc_handle_buffer):
15024         * gst/rtp/gstrtpgsmenc.h:
15025         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15026         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15027         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15028         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15029         * gst/rtp/gstrtpgsmparse.h:
15030         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15031
15032 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15033
15034         * ext/libpng/gstpngdec.c: (user_info_callback),
15035         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15036         a newsegment event, move some redundant code in a single place.
15037
15038 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15039
15040         * ext/libpng/gstpngdec.c: (user_info_callback),
15041         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15042         hack to get correct colors order when we have a png image with
15043         alpha channel.
15044
15045 2005-10-24  Edward Hervey  <edward@fluendo.com>
15046
15047         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15048         Call gst_element_no_more_pads when there will be no more pads.
15049
15050 2005-10-24  Wim Taymans  <wim@fluendo.com>
15051
15052         * gst/rtp/Makefile.am:
15053         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15054         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15055         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15056         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15057         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15058         (gst_asteriskh263_plugin_init):
15059         * gst/rtp/gstasteriskh263.h:
15060         * gst/rtp/gstrtp.c: (plugin_init):
15061         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15062         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15063         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15064         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15065         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15066         (gst_rtph263enc_plugin_init):
15067         * gst/rtp/gstrtph263enc.h:
15068         Added two new payloaders, an RFC 2190 payloader for h263 and
15069         a payload convertor for an asterisk server.
15070
15071 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15074           Set bytes_per_sample correctly (is not always 4, but 
15075           depends on width and number of channels).
15076
15077 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15078
15079         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15080         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15081         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15082         (gst_flacenc_sink_event), (gst_flacenc_chain),
15083         (gst_flacenc_set_property), (gst_flacenc_get_property),
15084         (gst_flacenc_change_state):
15085         * ext/flac/gstflacenc.h:
15086           Fix seeking, so that flacenc can rewrite the header with the
15087           correct duration and amount of samples and all that at EOS;
15088           also set timestamps and granulepos on outgoing buffers; add
15089           debug category; fix state change function.
15090           
15091 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15092
15093         * gst/videomixer/videomixer.c: Don't restrict video geometry
15094         from 16 to 4096.
15095
15096 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15097
15098         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15099         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15100         Fix caps negotiation correctly, add debugging category.
15101
15102 2005-10-24  Christian Schaller  <christian@fluendo.com>
15103
15104         * configure.ac: Port over Thomas's change from base listing all plugins
15105
15106 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15107
15108         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15109         a sink pad.
15110
15111 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15112
15113         * configure.ac:
15114         * docs/upload.mak:
15115           back to HEAD
15116
15117 === release 0.9.4 ===
15118
15119 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15120
15121         * configure.ac:
15122           Releasing 0.9.4, "Dromiceiomimus"
15123
15124 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15125
15126         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15127         (gst_speexenc_src_query):
15128           Add position and duration query, fix query type function.
15129           
15130         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15131         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15132           Let's not set non-fixed caps on source pads.
15133
15134 2005-10-21  Wim Taymans  <wim@fluendo.com>
15135
15136         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15137         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15138         (gst_avi_demux_handle_seek):
15139         Set correct stream_time in newsegment event.
15140         avi can also handle a duration query now.
15141
15142 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15143
15144         * gst/matroska/matroska-demux.c:
15145         (gst_matroska_demux_handle_src_query),
15146         (gst_matroska_demux_handle_seek_event),
15147         (gst_matroska_demux_loop_stream_parse_id):
15148           Fix duration query; fix basetime in newsegment event after
15149           seek; fix duration in initial newsegment event.
15150
15151         * gst/matroska/matroska-mux.c:
15152         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15153           Extract number of channels and samplerate from vorbis headers;
15154           add some debug messages when querying the durations of the
15155           input streams.
15156
15157 2005-10-20  Wim Taymans  <wim@fluendo.com>
15158
15159         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15160         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15161         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15162         Set stream time correctly in newsegment.
15163
15164 2005-10-20  Wim Taymans  <wim@fluendo.com>
15165
15166         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15167         Correctly fill in the stream time.
15168
15169 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15170
15171         * check/elements/level.c: (GST_START_TEST):
15172         * gst/level/gstlevel.c: (gst_level_message_new):
15173         * gst/level/level-example.c: (message_handler):
15174           use ELEMENT messages instead
15175
15176 2005-10-19  Wim Taymans  <wim@fluendo.com>
15177
15178         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15179         (gst_dvdemux_src_query):
15180         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15181         (gst_flacdec_src_query):
15182         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15183         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15184         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15185         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15186         * gst/debug/progressreport.c: (gst_progress_report_report):
15187         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15188         * gst/matroska/matroska-demux.c:
15189         (gst_matroska_demux_handle_src_query):
15190         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15191         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15192         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15193         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15194         (gst_wavparse_srcpad_event):
15195         API change fix.
15196
15197 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15198
15199         * gst/goom/filters.c:
15200         * gst/goom/graphic.h:
15201         * gst/goom/lines.c:
15202           Make inline functions either 'static inline' or 'extern inline',
15203           otherwise the Forte compiler apparently won't inline them (#317300).
15204
15205 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15206
15207         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15208         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15209         (user_info_callback), (user_endrow_callback), (user_end_callback),
15210         (user_read_data), (gst_pngdec_caps_create_and_set),
15211         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15212         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15213         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15214         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15215         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15216         very nice and handle push/pull based model. if you have filesrc
15217         connected to it, it will do random access to load the png file.
15218         If you have a network source that can't do _getrange, it does 
15219         progressive loading through the chain function.
15220         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15221         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15222         thanks to Master Wim Taymans ;-)
15223
15224 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15225
15226         * gst/matroska/Makefile.am:
15227         * gst/matroska/ebml-read.c:
15228         * gst/matroska/ebml-read.h:
15229         * gst/matroska/matroska-demux.c:
15230         * gst/matroska/matroska-demux.h:
15231         * gst/matroska/matroska.c: (plugin_init):
15232           Ported matroska demuxer to 0.9.
15233
15234 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15235
15236         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15237
15238         * gst/matroska/matroska-mux.c:
15239         (gst_matroska_mux_video_pad_setcaps),
15240         (gst_matroska_mux_audio_pad_setcaps):
15241           Fix mpeg4 input handling (#318847); also, while we're at it,
15242           fix media type for Motion-JPEG: should be image/jpeg.
15243
15244 2005-10-18  Wim Taymans  <wim@fluendo.com>
15245
15246         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15247         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15248         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15249         Fix for segment-start/stop API change.
15250
15251 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15252
15253         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15254         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15255         way.
15256
15257 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15258
15259         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15260         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15261         output declared in transform_caps.
15262
15263 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15264
15265         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15266
15267 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15268
15269         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15270         (gst_video_box_get_unit_size): Fix wrong size calculations and
15271         implement get_unit_size correctly.
15272
15273 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15274
15275         * configure.ac:
15276           Enable flx plugin.
15277
15278         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15279           Fix gcc4 signedness issue.
15280
15281 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15282
15283         * configure.ac: Adding videomixer.
15284         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15285         (user_read_data), (gst_pngdec_chain): More debugging.
15286         * gst/alpha/Makefile.am: Adding alphacolor
15287         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15288         (gst_alpha_color_class_init), (gst_alpha_color_init),
15289         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15290         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15291         (plugin_init): Ported to 0.9 using in place base tranform.
15292         * gst/videomixer/Makefile.am:
15293         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15294         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15295         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15296         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15297         (gst_videomixer_init), (gst_videomixer_getcaps),
15298         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15299         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15300         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15301         to 0.9 using collectpads.
15302
15303 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15304
15305         * configure.ac:
15306         * gst/flx/Makefile.am:
15307         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15308         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15309         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15310         * gst/flx/gstflxdec.h:
15311         flx plugin ported to 0.9
15312
15313 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15314
15315         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15316           use new gst_version_string()
15317
15318 2005-10-16  Andy Wingo  <wingo@pobox.com>
15319
15320         * configure.ac: GLIB_CHECK.
15321
15322 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15323
15324         * ext/libpng/Makefile.am:
15325         * ext/libpng/gstpng.c: (plugin_init):
15326         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15327         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15328         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15329
15330 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15331
15332         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15333
15334         * configure.ac:
15335         * gst/matroska/Makefile.am:
15336         * gst/matroska/ebml-ids.h:
15337         * gst/matroska/ebml-write.c:
15338         * gst/matroska/ebml-write.h:
15339         * gst/matroska/matroska-ids.h:
15340         * gst/matroska/matroska-mux.c:
15341         * gst/matroska/matroska-mux.h:
15342         * gst/matroska/matroska.c: (plugin_init):
15343           Port matroska muxer to 0.9 (#318847).
15344
15345 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15348         (comment_init), (comment_add):
15349           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15350           use GST_READ_UINT32_LE() and friends rather than the private
15351           implementation of those same macros.
15352
15353 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15354
15355         * examples/stats/mp2ogg.c:
15356           more typo fixes
15357
15358 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15359
15360         * examples/indexing/indexmpeg.c: (main):
15361         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15362         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15363         * ext/esd/esdmon.h:
15364         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15365         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15366         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15367         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15368         * gst/avi/gstavimux.c: (gst_avimux_init):
15369         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15370         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15371         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15372         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15373         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15374         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15375         * gst/oldcore/gstmultifilesrc.h:
15376         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15377         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15378         (gst_pipefilter_change_state):
15379         * gst/oldcore/gstpipefilter.h:
15380         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15381         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15382         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15383         * sys/osxaudio/gstosxaudiosink.h:
15384         * sys/osxaudio/gstosxaudiosrc.h:
15385           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15386           moved bitshift from macro to enum definition
15387
15388 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15389
15390         * ext/Makefile.am:
15391         * ext/cairo/Makefile.am:
15392         * ext/cairo/gstcairo.c: (plugin_init):
15393         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15394         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15395         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15396         * ext/cairo/gsttimeoverlay.h:
15397           update of cairo-based timeoverlay to 1.0 Cairo API
15398           doesn't work yet for resizing of output sink
15399
15400 2005-10-11  Wim Taymans  <wim@fluendo.com>
15401
15402         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15403         newsegment API fix.
15404
15405 2005-10-11  Wim Taymans  <wim@fluendo.com>
15406
15407         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15408         (gst_dvdemux_demux_frame):
15409         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15410         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15411         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15412         (gst_avi_demux_handle_seek):
15413         * gst/goom/gstgoom.c: (gst_goom_event):
15414         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15415         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15416         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15417         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15418         (gst_wavparse_srcpad_event):
15419         newsegment API update.
15420
15421 2005-10-11  Andy Wingo  <wingo@pobox.com>
15422
15423         * ext/speex/gstspeexenc.c: Signedness cleanups.
15424
15425 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15426
15427         * PORTED_09:
15428         * ext/speex/Makefile.am:
15429         * ext/speex/gstspeex.c:
15430         * ext/speex/gstspeexenc.c:
15431         Speexenc ported to 0.9
15432
15433 2005-10-10  Wim Taymans  <wim@fluendo.com>
15434
15435         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15436         (gst_oss_sink_init), (gst_oss_sink_set_property),
15437         (gst_oss_sink_get_property), (gst_oss_sink_open),
15438         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15439         * sys/oss/gstosssink.h:
15440         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15441         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15442         (gst_oss_src_prepare):
15443         Cleanups, make device configurable in the sink, handle and report
15444         errors.
15445
15446 2005-10-10  Wim Taymans  <wim@fluendo.com>
15447
15448         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15449         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15450         Make sure element is NULL before removing from the bin.
15451
15452 2005-10-07  Andy Wingo  <wingo@pobox.com>
15453
15454         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15455         block forever in a read().
15456         (gst_dv1394src_bus_reset): Post a message when the cable is
15457         unplugged.
15458         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15459         (gst_dv1394src_bus_reset): Don't unref the message.
15460
15461         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15462         hacking. The only change should be that the state change stuff was
15463         put into basesrc's start() and stop() routines, which coalesces
15464         some steps.
15465
15466 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15467
15468         * configure.ac:
15469           Add check for mmap
15470           
15471         * gst/debug/Makefile.am:
15472           Only compile efence plugin on systems that have mmap.
15473
15474 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15475
15476         * gst/debug/Makefile.am:
15477         * gst/debug/breakmydata.c:
15478         * gst/debug/gstdebug.c:
15479         * gst/debug/gstnavigationtest.c:
15480         * gst/debug/gstnavseek.c: 
15481         * gst/debug/gstnavseek.h:
15482         * gst/debug/progressreport.c: 
15483         * gst/debug/testplugin.c:
15484           Port progressreport, navseek, navigationtest, testsink and
15485           breakmydata.
15486
15487 2005-10-05  Edward Hervey  <edward@fluendo.com>
15488
15489         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15490         (gst_dvdemux_src_query):
15491         Fixes for better conversion
15492
15493 2005-10-04  Michael Smith <msmith@fluendo.com>
15494
15495         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15496         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15497         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15498         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15499           Set state of elements to NULL before removing from bins.
15500           Set state of test element to NULL if we failed to move it to READY
15501
15502 2005-10-04  Edward Hervey  <edward@fluendo.com>
15503
15504         * ext/dv/Makefile.am:
15505         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15506         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15507         Corrected the query function for position so it doesn't forget what
15508         format was asked, and calls the conversion functions on the correct pad.
15509
15510 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15511
15512         * configure.ac:
15513           back to development
15514
15515 === release 0.9.3 ===
15516
15517 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15518
15519         * configure.ac:
15520           Releasing 0.9.3, "Aramis"
15521
15522 2005-10-03  Andy Wingo  <wingo@pobox.com>
15523
15524         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15525         error returns.
15526
15527 2005-10-02  Andy Wingo  <wingo@pobox.com>
15528
15529         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15530
15531         * ext/flac/gstflacenc.c: Ported to 0.9.
15532
15533         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15534
15535         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15536         and link to gsttagedit. Enable flacenc.
15537
15538         * ext/flac/gstflacdec.c: Re-enable tag reading.
15539
15540 2005-09-30  Wim Taymans  <wim@fluendo.com>
15541
15542         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15543         * gst/rtp/gstrtpgsmparse.c:
15544         * gst/rtp/gstrtph263penc.c:
15545         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15546         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15547         (gst_rtpmp4venc_set_property):
15548         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15549         Various class and caps fixes from Andre Magalhaes (andrunko)
15550
15551 2005-09-29  Wim Taymans  <wim@fluendo.com>
15552
15553         * gst/level/level-example.c: (main):
15554         Update for new bus API.
15555
15556 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15557
15558         * configure.ac:
15559           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15560           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15561
15562 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15563
15564         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15565           Fix playback of mono streams (bytes_per_sample should be set
15566           from the sample width and the number of channels negotiated,
15567           and not just be set to 4) (#317338)
15568
15569 2005-09-26  Wim Taymans  <wim@fluendo.com>
15570
15571         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15572         (gst_rtpmpaenc_handle_buffer):
15573         Set buffer duration correctly.
15574
15575 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15578         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15579         (gst_avi_demux_change_state):
15580           Don't crash when encountering a stream with an unknown fourcc or
15581           codec id. Instead, create a pad of type video/x-avi-unknown or
15582           audio/x-avi-unknown, which as a side-effect also results in less
15583           confusing error messages in players ('no decoder' vs. 'no streams');
15584           minor fixes to state change function and class_init function.
15585
15586 2005-09-24  Wim Taymans  <wim@fluendo.com>
15587
15588         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15589         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15590         These are sinks.
15591
15592 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15593
15594         * check/elements/level.c: (GST_START_TEST):
15595           fix test for new GstClockTime use
15596         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15597         (gst_level_transform_ip):
15598         * gst/level/gstlevel.h:
15599           fix up the decay peak, ensuring the decay peak is never lower
15600           than the peak for that interval
15601
15602 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15603
15604         * docs/plugins/gst-plugins-good-plugins.args:
15605         * docs/plugins/inspect/plugin-alpha.xml:
15606         * docs/plugins/inspect/plugin-rtp.xml:
15607         * gst/level/gstlevel.c: (gst_level_set_caps),
15608         (gst_level_transform_ip):
15609           updating docs
15610
15611 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15612
15613         * Makefile.am:
15614         * check/elements/level.c: (GST_START_TEST):
15615         * gst/level/Makefile.am:
15616         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15617         (gst_level_set_property), (gst_level_get_property),
15618         (gst_level_set_caps), (gst_level_message_new),
15619         (gst_level_transform_ip):
15620         * gst/level/gstlevel.h:
15621         * gst/level/level-example.c: (message_handler), (main):
15622           convert to using GstClockTime for all time values, finally.
15623
15624 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15625
15626         * gst/auparse/Makefile.am:
15627         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15628           fix up build
15629         * configure.ac:
15630         * ext/cairo/Makefile.am:
15631         * ext/dv/Makefile.am:
15632         * ext/esd/Makefile.am:
15633         * ext/flac/Makefile.am:
15634         * ext/gconf/Makefile.am:
15635         * ext/gdk_pixbuf/Makefile.am:
15636         * ext/jpeg/Makefile.am:
15637         * ext/ladspa/Makefile.am:
15638         * ext/libcaca/Makefile.am:
15639         * ext/libmng/Makefile.am:
15640         * ext/libpng/Makefile.am:
15641         * ext/mikmod/Makefile.am:
15642         * ext/pango/Makefile.am:
15643         * ext/raw1394/Makefile.am:
15644         * ext/shout2/Makefile.am:
15645         * ext/speex/Makefile.am:
15646         * gst/alpha/Makefile.am:
15647         * gst/autodetect/Makefile.am:
15648         * gst/avi/Makefile.am:
15649         * gst/cutter/Makefile.am:
15650         * gst/debug/Makefile.am:
15651         * gst/effectv/Makefile.am:
15652         * gst/flx/Makefile.am:
15653         * gst/goom/Makefile.am:
15654         * gst/interleave/Makefile.am:
15655         * gst/law/Makefile.am:
15656         * gst/matroska/Makefile.am:
15657         * gst/median/Makefile.am:
15658         * gst/monoscope/Makefile.am:
15659         * gst/multipart/Makefile.am:
15660         * gst/oldcore/Makefile.am:
15661         * gst/rtp/Makefile.am:
15662         * gst/rtsp/Makefile.am:
15663         * gst/smoothwave/Makefile.am:
15664         * gst/smpte/Makefile.am:
15665         * gst/videobox/Makefile.am:
15666         * gst/videofilter/Makefile.am:
15667         * gst/videomixer/Makefile.am:
15668         * gst/wavenc/Makefile.am:
15669         * gst/wavparse/Makefile.am:
15670         * sys/oss/Makefile.am:
15671         * sys/osxaudio/Makefile.am:
15672         * sys/osxvideo/Makefile.am:
15673           fix up GST_LIBS use
15674
15675 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15676
15677         * gst/auparse/Makefile.am:
15678         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15679           fix build of auparse
15680
15681 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15682
15683         * configure.ac:
15684         * PORTED_09:
15685         * gst/auparse/gstauparse.c:
15686         * gst/auparse/gstauparse.h:
15687         Auparse ported to 0.9.
15688
15689 2005-09-22  Wim Taymans  <wim@fluendo.com>
15690
15691         * gst/rtp/TODO:
15692         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15693         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15694         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15695         (gst_rtpmp4venc_set_property):
15696         * gst/rtp/gstrtpmp4venc.h:
15697         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15698         * gst/rtp/gstrtpmpaenc.h:
15699         Use is_filled to both check MTU and max-ptime of base class.
15700
15701 2005-09-22  Wim Taymans  <wim@fluendo.com>
15702
15703         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15704         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15705         (gst_rtpmp4venc_set_property):
15706         Don't fragment packets with multiple frames.
15707
15708 2005-09-22  Wim Taymans  <wim@fluendo.com>
15709
15710         * gst/rtp/TODO:
15711         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15712         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15713         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15714         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15715         (gst_rtpmp4venc_get_property):
15716         * gst/rtp/gstrtpmp4venc.h:
15717         Remove g_print.
15718         Update TODO
15719         Make payload encoder a bit smarter and more correct with
15720         timestamps.
15721         Added option in payloader to include config string in-band.
15722
15723 2005-09-21  Wim Taymans  <wim@fluendo.com>
15724
15725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15726         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15727         (gst_rtspsrc_send):
15728         Strip spaces for key/value pairs.
15729
15730 2005-09-21  Wim Taymans  <wim@fluendo.com>
15731
15732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15733         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15734         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15735         (gst_rtspsrc_change_state):
15736         More SDP parsing and caps setting.
15737         Do NO_PREROLL differently.
15738         add pads only after negotiated.
15739
15740         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15741         (gst_udpsrc_getcaps):
15742         Implement the getcaps function.
15743
15744 2005-09-21  Wim Taymans  <wim@fluendo.com>
15745
15746         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15747         (gst_rtpamrdec_chain):
15748         Handle multiple AMr packets per payload. Handle CRC and
15749         parse ILL/ILP.
15750
15751         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15752         Make caps params strings for easy SDP mapping.
15753         
15754         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15755         Handle capsnego better.
15756
15757         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15758         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15759         Generate and parse config string in the caps.
15760
15761 2005-09-21  Wim Taymans  <wim@fluendo.com>
15762
15763         * gst/rtp/README:
15764         Update README
15765
15766         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15767         Make extra params as strings.
15768
15769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15770         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15771         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15772         Make state change return NO_PREROLL as this is a live
15773         source.
15774
15775         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15776         Don't unref old caps when NULL.
15777
15778 2005-09-20  Wim Taymans  <wim@fluendo.com>
15779
15780         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15781         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15782         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15783         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15784         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15785         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15786         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15787         * gst/rtsp/sdpmessage.h:
15788         Add URI handler.
15789         Parse SDP and create caps.
15790
15791 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15792
15793         * gst/alpha/gstalpha.c:
15794           fix element description
15795
15796 2005-09-19  Wim Taymans  <wim@fluendo.com>
15797
15798         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15799         Don't check payload for now.
15800
15801 2005-09-19  Wim Taymans  <wim@fluendo.com>
15802
15803         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15804         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15805         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15806         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15807         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15808         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15809         (gst_wavparse_change_state):
15810         * gst/wavparse/gstwavparse.h:
15811         Fix wavparse some more.
15812
15813 2005-09-19  Wim Taymans  <wim@fluendo.com>
15814
15815         * check/elements/level.c: (GST_START_TEST):
15816         Fix for bus API change.
15817
15818 2005-09-19  Wim Taymans  <wim@fluendo.com>
15819
15820         * gst/level/level-example.c: (main):
15821         Fix for new bus API.
15822
15823         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15824         Set caps on pads.
15825
15826 2005-09-15  Wim Taymans  <wim@fluendo.com>
15827
15828         * gst/rtp/Makefile.am:
15829         * gst/rtp/README:
15830         * gst/rtp/gstrtp.c: (plugin_init):
15831         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15832         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15833         (gst_rtpamrdec_change_state):
15834         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15835         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15836         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15837         * gst/rtp/gstrtpamrenc.h:
15838         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15839         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15840         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15841         * gst/rtp/gstrtpgsmenc.h:
15842         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15843         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15844         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15845         (gst_rtpgsmparse_change_state):
15846         * gst/rtp/gstrtpgsmparse.h:
15847         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15848         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15849         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15850         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15851         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15852         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15853         * gst/rtp/gstrtph263penc.h:
15854         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15855         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15856         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15857         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15858         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15859         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15860         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15861         * gst/rtp/gstrtpmp4venc.h:
15862         * gst/rtp/gstrtpmpadec.c:
15863         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15864         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15865         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15866         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15867         * gst/rtp/gstrtpmpaenc.h:
15868         Updates to payloader/depayloaders, make payloaders use
15869         the base classes.
15870         Updated README with suggested RTP caps and how to convert
15871         to/from SDP.
15872         Added config descriptor in mp4v payloader.
15873
15874 2005-09-15  Andy Wingo  <wingo@pobox.com>
15875
15876         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15877         * gst/autodetect/gstautovideosink.c
15878         (gst_auto_video_sink_find_best): Update for new registry API.
15879
15880 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15881
15882         * common/c-to-xml.py:
15883         * common/gtk-doc-plugins.mak:
15884           a simple py script to generate valid xml from a C example
15885           probably also need to strip an MIT license when we decide
15886         * docs/plugins/Makefile.am:
15887         * gst/level/Makefile.am:
15888         * gst/level/gstlevel.c: (gst_level_init):
15889         * gst/level/level-example.c: (message_handler), (main):
15890           add an example to level that will show up in the docs
15891         * gst/rtp/TODO:
15892           add a note for the future
15893
15894 2005-09-14  Michael Smith <msmith@fluendo.com>
15895
15896         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15897           Actually define the debug object being used in wavenc. Fixes #316205
15898
15899 2005-09-14  Michael Smith <msmith@fluendo.com>
15900
15901         * gst/smpte/Makefile.am:
15902           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15903           needed to build on windows (bug 316204)
15904
15905 2005-09-12  Andy Wingo  <wingo@pobox.com>
15906
15907         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15908
15909 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15910
15911         * configure.ac:
15912         * gst/fdsrc/Makefile.am:
15913         * gst/fdsrc/gstfdsrc.c:
15914         * gst/fdsrc/gstfdsrc.h:
15915           Move fdsrc back into gstreamer core elements.
15916
15917         * gst/level/gstlevel.c: (gst_level_class_init),
15918         (gst_level_transform_ip):
15919         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15920           Basetransform changes.
15921
15922 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15925         * ext/jpeg/smokecodec.c: (find_best_size):
15926           fix compiler warnings
15927
15928 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15929
15930         * gst-plugins-good.spec.in:
15931           spec file fixes
15932         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15933         (gst_multiudpsink_render), (gst_multiudpsink_add),
15934         (gst_multiudpsink_clear):
15935           it actually helps to actually stream if we hook up the
15936           "add" signal to an actual implementation
15937         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15938           some debugging
15939
15940 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15941
15942         * ext/jpeg/Makefile.am:
15943         * ext/jpeg/gstjpeg.c
15944         * ext/jpeg/gstjpegenc.c:
15945         * ext/jpeg/gstsmokeenc.c:
15946
15947 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15948
15949         * ext/flac/gstflacdec.c:
15950         * ext/flac/gstflacenc.c:
15951         * ext/flac/gstflactag.c:
15952         * ext/speex/gstspeexenc.c:
15953           gsttaginterface.h -> gsttagsetter.h
15954
15955 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15956
15957         * configure.ac:
15958         * gst/debug/Makefile.am:
15959         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15960         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15961         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15962         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15963         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15964           Port to 0.9 and re-enable efence plugin.
15965
15966 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15967
15968         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15969         (gst_flacdec_write), (gst_flacdec_convert_src):
15970         * ext/flac/gstflacdec.h:
15971           Add support for flac files with 24/32 bits per sample; and misc.
15972           minor clean-ups. Seeking is still partly broken (for me at least).
15973
15974 2005-09-06  Wim Taymans  <wim@fluendo.com>
15975
15976         * gst/rtp/Makefile.am:
15977         * gst/rtp/gstrtp.c: (plugin_init):
15978         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15979         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15980         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15981         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15982         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15983         (gst_rtpmp4vdec_plugin_init):
15984         * gst/rtp/gstrtpmp4vdec.h:
15985         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15986         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15987         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15988         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15989         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15990         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15991         * gst/rtp/gstrtpmp4venc.h:
15992         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15993         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15994         Added mpeg4 video payload encoder/decoder.
15995         Added some docs in mpa payloader.
15996
15997 === release 0.9.1 ===
15998
15999 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16000
16001         * NEWS:
16002         * README:
16003         * RELEASE:
16004         * autogen.sh:
16005         * configure.ac:
16006           releasing 0.9.1, "Blondie"
16007
16008 2005-09-05  Andy Wingo  <wingo@pobox.com>
16009
16010         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16011         here from the state change handler, so we fire signals without
16012         holding the state lock.
16013
16014 2005-09-02  Andy Wingo  <wingo@pobox.com>
16015
16016         * All plugins updated for element state changes.
16017
16018 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16019
16020         * Makefile.am:
16021         * check/.cvsignore:
16022         * check/Makefile.am:
16023         * check/elements/.cvsignore:
16024         * check/elements/level.c: (setup_level), (cleanup_level),
16025         (GST_START_TEST), (level_suite), (main):
16026           add a test for level
16027         * common/release.mak:
16028           move the enum checking to release.mak
16029         * configure.ac:
16030           add valgrind and check checking
16031         * gst/level/gstlevel.c: (gst_level_transform):
16032         * gst/level/gstlevel.h:
16033           fix Andy's cast bug
16034           convert a field to int
16035           fix the arithmetic to int when checking for emit so that a
16036           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16037
16038 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16039
16040         * Makefile.am:
16041         * configure.ac:
16042           add docs to build
16043         * common/plugins.xsl:
16044           wrap Description into a refsect2
16045         * docs/Makefile.am:
16046         * docs/plugins/Makefile.am:
16047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16049         * gst/goom/Makefile.am:
16050         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16051         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16052         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16053         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16054         (gst_goom_change_state):
16055         * gst/goom/gstgoom.h:
16056           GstGOOM -> GstGoom
16057           add an example launch line
16058         * gst/level/gstlevel.h:
16059         * gst/monoscope/gstmonoscope.c:
16060           cleanups
16061
16062 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16063
16064         * configure.ac:
16065         * docs/plugins/Makefile.am:
16066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16068         * docs/plugins/gst-plugins-good-plugins.types:
16069           document elements and plugins.  Shazam !
16070
16071 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16074           be found under doc/random/ChangeLog-0.8