gst/goom/: Compile fixes for x86-64.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/goom/goomsl_heap.c: (align_it):
4         * gst/goom/plugin_info.c: (setOptimizedMethods):
5           Compile fixes for x86-64.
6
7 2008-02-23  Bastien Nocera  <hadess@hadess.net>
8
9         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
10         with warnings, but add other CFLAGS
11
12         * gst/goom/goomsl.c (gsl_instr_set_namespace),
13         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
14         (calculate_labels), (gsl_read_file):
15         * gst/goom/goomsl_lex.l:
16         * gst/goom/goomsl_yacc.y:
17         * gst/goom/plugin_info.c: Remove a few live printf, and
18         fprintf, replace exit() calls with g_assert_not_reached()
19         if it not optimal for a library
20
21 2008-02-23  Bastien Nocera  <hadess@hadess.net>
22
23         * gst/goom/Makefile.am: Remove the warnings being disabled,
24         fix linkage on x86, spotted by Sebastian Dröge
25         <slomo@circular-chaos.org>
26
27         * gst/goom/convolve_fx.c (convolve_init),
28         (create_output_with_brightness), (convolve_apply):
29         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
30         * gst/goom/goomsl.c:
31         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
32         * gst/goom/plugin_info.c:
33         * gst/goom/tentacle3d.c (tentacle_fx_create):
34         Fix warnings, and disable the motifs in the convolve_fx
35         plugin (they were causing warnings, and they were just
36         "Goom" in funny letterring)
37
38 2008-02-23  Bastien Nocera  <hadess@hadess.net>
39
40         * configure.ac: Add checks for Flex/Yacc/Bison and other
41         furry animals, for the new goom 2k4 based plugin
42
43         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
44         CPU optimisations (not working yet), move the old plugin to...
45
46         * gst/goom2k1/*: ... here, in case somebody is sick enough
47
48         Fixes #515073
49
50 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
53         Post the server response code in an error message instead of a generic
54         'error' message. Fixes #517237.
55
56 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
57
58         * tests/check/Makefile.am:
59         Ignore gconfaudiosrc for the states unit test too. It will fallback
60         to alsasrc if the gconf settings can't be read and not everybody has
61         alsa.
62
63 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
64
65         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
66         (gst_wavpack_parse_create_src_pad):
67         * ext/wavpack/gstwavpackparse.h:
68         Always report the duration if we know it in push mode and don't
69         return 0 just to make totem believe we can't seek in push mode.
70         Newer totem version use the SEEKING query which properly reports
71         if we can seek or not.
72
73 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
74
75         Patch by: Jens Granseuer <jensgr at gmx dot net>
76
77         * tests/examples/equalizer/demo.c: (main):
78         C89 fix, moving variable declarations to the beginning of
79         the block. Fixes bug #517933.
80
81 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
82
83         * configure.ac:
84         Back to development...
85
86 === release 0.10.7 ===
87
88 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
89
90         * configure.ac:
91           releasing 0.10.7, "Red Door Black"
92
93 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
94
95         * gst/alpha/Makefile.am:
96         Link alpha plugin with libgstbase. Fixes bug #517386.
97
98 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
99
100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
101         Init values to -1 instead of the default 0 value.
102         Fixes #516524.
103
104 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
105
106         * tests/examples/spectrum/spectrum-example.c:
107         Add missing include to fix compilation when libxml usage is disabled.
108         Fixes: #516371
109
110 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
111
112         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
113         fixes: #514889
114
115         * gst/rtp/gstrtph264pay.c:
116         * gst/rtp/gstrtpmp4gdepay.c:
117         * gst/rtp/gstrtpmp4gpay.c:
118         * gst/rtp/gstrtpmp4gpay.h:
119         * gst/rtp/gstrtptheorapay.c:
120         * gst/rtp/gstrtpvorbispay.c:
121
122         Fix various leaks shown up in valgrind
123         - free sprops and buffer in error cases in H264 payloader
124         - fix leak in mp4g depayloader when construction the caps
125         - don't leak config string in the mp4g payloader
126         - don't leak buffers and headers in theora and vorbis payloaders
127
128         * tests/check/elements/rtp-payloading.c:
129
130         Fix the RTP data test
131         - Actually send valid amr data to the payloader instead of 20
132         zero-bytes
133         - The mp4g payloader expects codec_data on the caps
134
135 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
136
137         * win32/MANIFEST:
138         Add libgstpng.dsp to MANIFEST.
139         * win32/vs6/libgstaudiofx.dsp:
140         Add new source files to VS project file.
141
142 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
143
144         * sys/ximage/gstximagesrc.c:
145         Initialise variables when opening the X display rather
146         than in _start(), as the display can be opened before that.
147
148         Fixes: #515985
149
150 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
151
152         * sys/directdraw/gstdirectdrawsink.c:
153         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
154         (gst_directdraw_sink_finalize):
155         Properly chain up finalize functions. Fixes bug #515980.
156
157 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
158
159         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
160         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
161         (gst_v4l2_buffer_pool_class_init):
162         Chain up the finalize functions. Fixes bug #515984.
163
164 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
165
166         * sys/ximage/ximageutil.c:
167         Chain up in the finalize function for our custom
168         buffer sub-class.
169         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
170         Fixes: #515706
171
172 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
173
174         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
175         (gst_fenced_buffer_class_init):
176         Properly chain up finalize method. Fixes bug #515979.
177
178 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
179
180         * sys/ximage/gstximagesrc.c:
181         Free allocated Damage memory before closing our connection to the
182         X server. Partially fixes: #515706
183
184 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
185
186         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
187         * tests/check/Makefile.am:
188         * tests/check/gst-plugins-good.supp:
189         Add a few libjpeg suppressions and initialize a variable to
190         make smokeenc valgrind clean. Fixes bug #515701.
191
192 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
193
194         * gst/avi/gstavidemux.c:
195         Revert patch which sends timestamps only on keyframes, as it
196         breaks playback with current gst-ffmpeg.
197
198         Fixes: #515562
199
200 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
201
202         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
203         * tests/check/elements/multifile.c: (GST_START_TEST):
204         Close some memory leaks spotted by the unit test. Fixes bug #515697.
205
206 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
207
208         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
209         Use and unset the GError when pipeline creation fails instead of
210         simply leaking it. Fixes bug #515704.
211
212 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
213
214         * gst/audiofx/audioamplify.c:
215         * gst/audiofx/audiochebband.c:
216         * gst/audiofx/audiocheblimit.c:
217         * gst/audiofx/audiodynamic.c:
218         * gst/audiofx/audioinvert.c:
219         * gst/audiofx/audiopanorama.c:
220         * gst/audiofx/audiowsincband.c:
221         * gst/audiofx/audiowsinclimit.c:
222         Fix long description of audiofx elements. Fixes bug #515457.
223
224 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
225
226         * docs/plugins/Makefile.am:
227         * gst/spectrum/gstspectrum.c:
228         * tests/examples/spectrum/.cvsignore:
229         * tests/examples/spectrum/Makefile.am:
230         * tests/examples/spectrum/spectrum-example.c:
231
232         Add a simple example application for the spectrum element, include it
233         in the docs, and fix some documentation ambiguities.
234
235         Fixes: #348085
236
237 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
238
239         * gst/equalizer/Makefile.am:
240         * gst/spectrum/Makefile.am:
241         Fix includes order
242
243         * tests/check/Makefile.am:
244         Exclude v4l2src from the states test - it takes too long to start.
245
246         * tests/check/elements/spectrum.c:
247         Make the test run properly with CK_FORK=no
248
249 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
250
251         * gst/audiofix/Makefile.am: add missing header files 
252
253 2008-02-08  Julien Moutte  <julien@fluendo.com>
254
255         * gst/matroska/matroska-demux.c:
256         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
257         keyframe and delta units correctly when dealign with a BlockGroup.
258         Fixes: #514397
259
260 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
261
262         * tests/check/elements/.cvsignore:
263         Spell the new tests correctly in .cvsignore
264
265 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
266
267         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
268           Need to use gsize here for the size, fixes compiler warning.
269
270         * tests/examples/equalizer/.cvsignore:
271         * tests/examples/equalizer/Makefile.am:
272         * tests/examples/spectrum/.cvsignore:
273         * tests/examples/spectrum/Makefile.am:
274           Add missing files to fix the build.
275
276 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
277
278         * configure.ac:
279         * docs/plugins/Makefile.am:
280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
282         * docs/plugins/gst-plugins-good-plugins.args:
283         * docs/plugins/gst-plugins-good-plugins.hierarchy:
284         * docs/plugins/inspect/plugin-multifile.xml:
285         * tests/check/Makefile.am:
286         * tests/check/elements/.cvsignore:
287
288         Move multifile plugin from -bad.
289         Fixes: #490283
290
291 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
292
293         * configure.ac:
294         * docs/plugins/Makefile.am:
295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
297         * docs/plugins/gst-plugins-good-plugins.args:
298         * docs/plugins/gst-plugins-good-plugins.hierarchy:
299         * docs/plugins/inspect/plugin-spectrum.xml:
300         * gst/spectrum/Makefile.am:
301         * tests/check/Makefile.am:
302         * tests/check/elements/.cvsignore:
303         * tests/examples/Makefile.am:
304
305         Move spectrum plugin from -bad.
306         Move examples into tests/examples/spectrum.
307
308 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
309
310         * configure.ac:
311         * docs/plugins/Makefile.am:
312         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
313         * docs/plugins/gst-plugins-good-plugins-sections.txt:
314         * docs/plugins/gst-plugins-good-plugins.args:
315         * docs/plugins/gst-plugins-good-plugins.hierarchy:
316         * docs/plugins/gst-plugins-good-plugins.interfaces:
317         * docs/plugins/inspect/plugin-equalizer.xml:
318         * gst/equalizer/Makefile.am:
319         * tests/check/Makefile.am:
320         * tests/examples/Makefile.am:
321         Move the equalizer plugin across from -bad
322
323         * tests/check/elements/.cvsignore:
324         Add equalizer, audiosincwband and audiosincwlimit
325
326         * tests/check/elements/equalizer.c:
327         Fix compiler warnings
328
329         Fixes: #415627
330
331 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
332
333         * configure.ac:
334         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
335         are treated like releases and build without it.
336
337 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
338
339         * docs/plugins/Makefile.am:
340         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
341         * docs/plugins/gst-plugins-good-plugins-sections.txt:
342         * docs/plugins/gst-plugins-good-plugins.args:
343         * docs/plugins/inspect/plugin-audiofx.xml:
344         * gst/audiofx/Makefile.am:
345         * gst/audiofx/audiofx.c:
346         * gst/audiofx/audiowsincband.c:
347         * gst/audiofx/audiowsincband.h:
348         * gst/audiofx/audiowsinclimit.c:
349         * gst/audiofx/audiowsinclimit.h:
350         * tests/check/Makefile.am:
351         * tests/check/elements/audiowsincband.c:
352         * tests/check/elements/audiowsinclimit.c:
353
354         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
355         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
356         respectively.
357
358         Fixes: #467666
359
360 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
361
362         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
363         * tests/check/elements/icydemux.c:
364           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
365           caps, and add a somewhat useful debug message. Plus test.
366
367 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
368
369         * gst/rtsp/gstrtspsrc.c:
370         Include unistd.h only if HAVE_UNISTD_H is defined
371         * win32/common/config.h.in:
372         * win32/common/config.h:
373         Define socklen_t as it seems it's not defined in default 
374         Visual Studio headers.
375         * win32/vs6/libgstalpha.dsp:
376         * win32/vs6/libgstapetag.dsp:
377         * win32/vs6/libgstavi.dsp:
378         * win32/vs6/libgstrtp.dsp:
379         * win32/vs6/libgstrtsp.dsp:
380         * win32/vs6/libgstvideomixer.dsp:
381         Update project file dependencies and add new source files       
382
383 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
384
385         Patch by: Bjarne Rosengren <bjarne at axis dot com>
386
387         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
388         Don't leak buffers when we don't push them downstream.
389         Fixes bug #514965.
390
391 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
392
393         * configure.ac:
394           Bump requirements to (good) released versions to avoid
395           confusion and make implicit core requirement explicit.
396
397 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
398
399         * docs/plugins/Makefile.am:
400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
402         * docs/plugins/gst-plugins-good-plugins.args:
403         * docs/plugins/inspect/plugin-audiofx.xml:
404         * gst/audiofx/Makefile.am:
405         * gst/audiofx/audiochebband.c:
406         * gst/audiofx/audiochebband.h:
407         * gst/audiofx/audiocheblimit.c:
408         * gst/audiofx/audiocheblimit.h:
409         * gst/audiofx/audiochebyshevfreqband.c:
410         * gst/audiofx/audiochebyshevfreqband.h:
411         * gst/audiofx/audiochebyshevfreqlimit.c:
412         * gst/audiofx/audiochebyshevfreqlimit.h:
413         * gst/audiofx/audiofx.c:
414         * tests/check/Makefile.am:
415         * tests/check/elements/.cvsignore:
416         * tests/check/elements/audiochebband.c:
417         * tests/check/elements/audiocheblimit.c:
418         * tests/check/elements/audiochebyshevfreqband.c:
419         * tests/check/elements/audiochebyshevfreqlimit.c:
420
421         Rename audiochebyshevfreqband -> audiochebband and
422         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
423         surgery.
424
425         Closes: #491811
426
427 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         Patch by: Orjan Friberg <orjanf at axis dot com>
430
431         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
432         Fix caps memory leak. Fixes #514573.
433
434 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
435
436         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
437         If there's no entries in the subindex, don't try to do anything stupid,
438         just return.
439
440 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
441
442         Patch by: John Millikin <jmillikin at gmail dot com>
443
444         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
445           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
446           Fix extraction of picture blocks with newer libflac versions again:
447           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
448
449 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
450
451         * tests/check/Makefile.am:
452           Add rtp-payloading test to VALGRIND_TO_FIX.
453
454         * tests/check/elements/rtp-payloading.c:
455           Add semicolons after GST_TEST_END so gst-indent gets the
456           formatting right; make test less verbose in general, but
457           more verbose in the error case (which should probably
458           make the test fail anyway).
459
460 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
461
462         * docs/plugins/Makefile.am:
463         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
464         * docs/plugins/gst-plugins-good-plugins-sections.txt:
465         * gst/avi/gstavisubtitle.c:
466         Add documentation for avisubtitle and change class to
467         Codec/Parser/Subtitle
468
469 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
470
471         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
472         Treat ENOTTY (driver does not implement ioctl) the same as
473         EINVAL since it implies there are no available standards.
474
475         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
476         (gst_v4l2src_get_nearest_size):
477         Replace gst_v4l2src_get_size_limits with 2 calls to new function
478         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
479         probe if the driver does not support VIDIOC_TRY_FMT for whatever
480         reason, and if we aren't yet actively capturing.
481
482         * sys/v4l2/v4l2src_calls.h:
483         Remove replaced function declaration.
484
485 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
486
487         * configure.ac:
488         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
489         API.
490
491 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
492
493         * configure.ac:
494         Fix typo.
495
496 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
497
498         * gst/alpha/Makefile.am:
499         * gst/alpha/gstalpha.c:
500
501         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
502         some stuff, and making buffer-alloc and resizing work automatically.
503         No longer crashes on odd frame widths and heights, although there
504         seems to be a disagreement with ffmpegcolorspace about what size
505         an AYUV frame with odd height should be.
506
507 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
508
509         Patch by: Alessandro Decina <alessandro at nnva dot org>
510
511         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
512         * ext/libpng/gstpngenc.h:
513         Preallocate the output buffer so that g_memdup() and
514         gst_buffer_merge() aren't needed anymore. This greatly improves
515         performances and fixes #512544.
516
517 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
518
519         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
520         (gst_avi_demux_stream_data):
521         GStreamer timestamps are PTS values while AVI only knows about DTS
522         timestamps. Make sure we only copy the DTS as the buffer timestamp when
523         we are dealing with a key frame.
524
525 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
526
527         * tests/check/Makefile.am:
528         * tests/check/elements/.cvsignore:
529         * tests/check/elements/rtp-payloading.c:
530           Add add testsuite for the rtp-payloader that tries simulating
531           dataflow. Needs more test data.
532
533 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
534
535         * tests/check/elements/alphacolor.c:
536           Remove two unused variables.
537
538 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
539
540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
541           Use g_ascii_strtoll() instead of atoll, which is only
542           available in C99.
543
544 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
545
546         * gst/rtp/Makefile.am:
547         * gst/rtp/gstrtp.c:
548         * gst/rtp/gstrtpmpvpay.c:
549         * gst/rtp/gstrtpmpvpay.h:
550         Add MPEG2 video payloader
551
552 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
553
554         * gst/level/gstlevel.c:
555         Use #include <math.h> instead of #include "math.h".
556
557 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
558
559         * tests/check/Makefile.am:
560         Fix up some CFLAGS sets.
561         Don't include gconfvideosrc in the states test.
562
563         * tests/check/elements/autodetect.c: (GST_START_TEST):
564         Add some error strings to fail_unless arguments to fix some weird
565         compiler errors on Solaris.
566
567 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
568
569         * configure.ac:
570         Detect video4linux headers on Solaris too.
571         * sys/v4l2/gstv4l2colorbalance.h:
572         * sys/v4l2/gstv4l2object.h:
573         * sys/v4l2/v4l2_calls.c:
574         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
575         (gst_v4l2_buffer_new):
576
577         Make v4l2 build on Solaris.
578         Patch by: Brian Cameron  <brian.cameron at sun dot com>
579         Fixes: #510505
580
581 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
582
583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
584           Update list from (still local) scanning script.
585
586 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
587
588         Based on a patch by:
589             Victor STINNER <victor dot stinner at haypocalc dot com>
590
591         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
592         Set variable to NULL after freeing it to prevent double frees
593         or make failures by another use of it afterwards more obvious
594         and fix use of it after the freeing. Fixes bug #510592.
595
596 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
597
598         * gst/udp/gstmultiudpsink.c:
599         use GST_WARNING for logging
600
601 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
602
603         * gst/udp/gstmultiudpsink.c:
604         Don't try to leave a multicast group with an invalid socket
605
606 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
607
608         * ext/flac/gstflacdec.c:
609           Fix compilation against flac 1.1.2 (as on debian stable), where
610           the picture metadata defines and structs don't exist yet.
611           Fixes #509301.
612
613 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
614
615         Patch by: Olivier Crete <tester at tester dot ca>
616
617         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
618         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
619         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
620         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
621         * gst/udp/gstmultiudpsink.h:
622         Add property to automatically join a multicast group or not. This can be
623         useful when sharing a socket between multiple elements.
624         Fixes #509531.
625
626 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
627
628         * gst/videomixer/Makefile.am:
629           Add controller flags.
630
631 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
632
633         * gst/videomixer/videomixer.c:
634           Also commit the missing gst_object_sync_values().
635
636 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
637
638         * docs/plugins/Makefile.am:
639           Remove duplicate entry.
640
641 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
642
643         * docs/plugins/Makefile.am:
644         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
645         * docs/plugins/gst-plugins-good-plugins-sections.txt:
646         * docs/plugins/inspect/plugin-gamma.xml:
647         * docs/plugins/inspect/plugin-monoscope.xml:
648         * docs/plugins/inspect/plugin-video4linux2.xml:
649           Add 3 more plugins to docs.
650
651 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
652
653         * docs/plugins/gst-plugins-good-plugins-sections.txt:
654         * sys/osxvideo/osxvideosink.h:
655           Revert previous change caused by a file that got stuck on an old
656           revision.
657
658 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
659
660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
661         * gst/multipart/Makefile.am:
662         * gst/multipart/multipartdemux.c:
663         * gst/multipart/multipartdemux.h:
664         * gst/multipart/multipartmux.c:
665         * gst/multipart/multipartmux.h:
666           Re-add multipartdemux to the docs. Last round of section cleanup.
667
668 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
669
670         * docs/plugins/Makefile.am:
671         * docs/plugins/gst-plugins-good-plugins-sections.txt:
672         * sys/osxaudio/gstosxaudiosink.h:
673         * sys/osxvideo/osxvideosink.h:
674           Managed to resolve most unused declarations. Filed a bug for one left.          
675
676 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
677
678         * docs/plugins/gst-plugins-good-plugins-sections.txt:
679           Cleanup section file.
680
681 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
682
683         * docs/plugins/Makefile.am:
684         * docs/plugins/gst-plugins-good-plugins.args:
685         * docs/plugins/gst-plugins-good-plugins.signals:
686         * docs/plugins/inspect/plugin-alaw.xml:
687         * docs/plugins/inspect/plugin-alpha.xml:
688         * docs/plugins/inspect/plugin-alphacolor.xml:
689         * docs/plugins/inspect/plugin-annodex.xml:
690         * docs/plugins/inspect/plugin-apetag.xml:
691         * docs/plugins/inspect/plugin-audiofx.xml:
692         * docs/plugins/inspect/plugin-auparse.xml:
693         * docs/plugins/inspect/plugin-autodetect.xml:
694         * docs/plugins/inspect/plugin-avi.xml:
695         * docs/plugins/inspect/plugin-cairo.xml:
696         * docs/plugins/inspect/plugin-cdio.xml:
697         * docs/plugins/inspect/plugin-cutter.xml:
698         * docs/plugins/inspect/plugin-debug.xml:
699         * docs/plugins/inspect/plugin-dv.xml:
700         * docs/plugins/inspect/plugin-efence.xml:
701         * docs/plugins/inspect/plugin-effectv.xml:
702         * docs/plugins/inspect/plugin-flac.xml:
703         * docs/plugins/inspect/plugin-flxdec.xml:
704         * docs/plugins/inspect/plugin-gconfelements.xml:
705         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
706         * docs/plugins/inspect/plugin-goom.xml:
707         * docs/plugins/inspect/plugin-halelements.xml:
708         * docs/plugins/inspect/plugin-icydemux.xml:
709         * docs/plugins/inspect/plugin-id3demux.xml:
710         * docs/plugins/inspect/plugin-jpeg.xml:
711         * docs/plugins/inspect/plugin-ladspa.xml:
712         * docs/plugins/inspect/plugin-level.xml:
713         * docs/plugins/inspect/plugin-matroska.xml:
714         * docs/plugins/inspect/plugin-mulaw.xml:
715         * docs/plugins/inspect/plugin-multipart.xml:
716         * docs/plugins/inspect/plugin-navigationtest.xml:
717         * docs/plugins/inspect/plugin-png.xml:
718         * docs/plugins/inspect/plugin-quicktime.xml:
719         * docs/plugins/inspect/plugin-rtp.xml:
720         * docs/plugins/inspect/plugin-rtsp.xml:
721         * docs/plugins/inspect/plugin-shout2send.xml:
722         * docs/plugins/inspect/plugin-smpte.xml:
723         * docs/plugins/inspect/plugin-speex.xml:
724         * docs/plugins/inspect/plugin-taglib.xml:
725         * docs/plugins/inspect/plugin-udp.xml:
726         * docs/plugins/inspect/plugin-videobalance.xml:
727         * docs/plugins/inspect/plugin-videobox.xml:
728         * docs/plugins/inspect/plugin-videocrop.xml:
729         * docs/plugins/inspect/plugin-videoflip.xml:
730         * docs/plugins/inspect/plugin-videomixer.xml:
731         * docs/plugins/inspect/plugin-wavenc.xml:
732         * docs/plugins/inspect/plugin-wavpack.xml:
733         * docs/plugins/inspect/plugin-wavparse.xml:
734           Update plugin docs.
735
736         * gst/videomixer/Makefile.am:
737         * gst/videomixer/videomixer.c:
738         * gst/videomixer/videomixer.h:
739         * gst/videomixer/videomixerpad.h:
740           Split out header to fix warnings from the doc-build.
741
742 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
743
744         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
745
746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
747         Use atoll to parse the rtptime with enough precision. Fixes #509329.
748
749 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
750
751         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
753           Initialise variables to work around (false) 'foo might be used
754           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
755
756 2008-01-11  David Schleef  <ds@schleef.org>
757
758         * docs/plugins/.cvsignore:
759         * tests/check/pipelines/.cvsignore:
760           Ignore more files for the buildbot.
761
762 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
763
764         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
765         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
766         Generate the image-type values correctly. Leave them out of the caps
767         when outputting a "preview image" tag, since it only makes sense
768         to have one of those - the type is irrelevant.
769
770         * sys/sunaudio/gstsunaudiomixerctrl.c:
771         (gst_sunaudiomixer_ctrl_open):
772         If we can, mark the mixer multiple open when we use it, in case
773         (for some reason) the process wants to open it again elsewhere.
774
775 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
776
777         Patch by: Olivier Crete <tester at tester dot ca>
778
779         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
780         * gst/rtp/gstrtptheorapay.c:
781         Fix the clock rate to 90000 as required by the RFC.
782         Fixes #508644.
783
784 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
785
786         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
787           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
788
789 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
790
791         * autogen.sh:
792           Add -Wno-portability to the automake parameters to stop warnings
793           about GNU make extensions being used. We require GNU make in almost
794           every Makefile anyway.
795           
796         * configure.ac:
797           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
798           at the same time is required for per target flags.
799
800 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
801
802         * gst/videomixer/videomixer.c: (gst_videomixer_init):
803         Fix error from my last commit.
804
805 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
806
807         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
808
809         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
810           Make sure the ISO 639-X language code in ID3v2 COMM frames
811           is actually valid UTF-8 (or rather: ASCII), so we don't end
812           up with non-UTF8 strings in tags if there's garbage in the
813           language field. Also make sure the language code is always
814           lower case. Fixes: #508291.
815
816 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
817
818         * ChangeLog:
819           Fix ChangeLog typo.
820
821 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
822
823         * Makefile.am:
824           Include lcov.mak to allow building coverage reports. Guard
825           check-torture target like in the other packages.
826
827 2008-01-09  Sameer Naik  <sameer@damagehead.com>
828
829         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
830
831         * gst/videomixer/videomixer.c:
832         (gst_videomixer_set_master_geometry), (_do_init),
833         (gst_videomixer_child_proxy_get_child_by_index),
834         (gst_videomixer_child_proxy_get_children_count),
835         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
836         (gst_videomixer_init), (gst_videomixer_request_new_pad),
837         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
838         Implement GstChildProxy interface.
839         Send newsegment at the right moment
840         Fixes #488879
841
842 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
843
844         * gst/alpha/Makefile.am:
845         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
846         (gst_alpha_sink_event), (gst_alpha_chain),
847         (gst_alpha_change_state), (plugin_init):
848         Make the various properties of 'alpha' controllable. This allows doing
849         niceties like fade-in/fade-out.
850
851 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
852
853         * gst/rtp/gstasteriskh263.c:
854         * gst/rtp/gstrtpL16depay.c:
855         * gst/rtp/gstrtpac3depay.c:
856         * gst/rtp/gstrtpamrpay.c:
857         * gst/rtp/gstrtpdepay.c:
858         * gst/rtp/gstrtpgsmdepay.c:
859         * gst/rtp/gstrtph263depay.c:
860         * gst/rtp/gstrtph263pdepay.c:
861         * gst/rtp/gstrtph263ppay.c:
862         * gst/rtp/gstrtph264depay.c:
863         * gst/rtp/gstrtph264pay.c:
864         * gst/rtp/gstrtpmp2tdepay.c:
865         * gst/rtp/gstrtpmp4adepay.c:
866         * gst/rtp/gstrtpmp4gdepay.c:
867         * gst/rtp/gstrtpmp4gpay.c:
868         * gst/rtp/gstrtpmp4vdepay.c:
869         * gst/rtp/gstrtpmpadepay.c:
870         * gst/rtp/gstrtpmpvdepay.c:
871         * gst/rtp/gstrtpsv3vdepay.c:
872         * gst/rtp/gstrtptheoradepay.c:
873         * gst/rtp/gstrtptheorapay.c:
874         * gst/rtp/gstrtpvorbisdepay.c:
875         * gst/rtp/gstrtpvorbispay.c:
876           Remove copy/paste unused code (property setters and getter) found by
877           the coverage suite (yay, saves ~20k on disk).
878
879 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
882           (videosink_templ):
883           Also fix up pad templates to indicate that image/jpeg doesn't
884           absolutely require the framerate property to be set (#504081).
885
886 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
887
888         Based on patch by: Wouter Cloetens  <wouter at mind be>
889
890         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
891           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
892           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
893         * gst/matroska/matroska-mux.h:
894           Keep track of first and last timestamps for each incoming stream,
895           so we can calculate the total duration for live sources and other
896           input where we can't query the duration from the start or where
897           there's no constant framerate from which we can deduce the
898           duration; also use calculated/observed duration if it is bigger
899           than the previously queried duration. Furthermore, use
900           gst_pad_query_peer_duration() and take into account that it may
901           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
902           screws up comparisons when using unsigned integers. Fixes #504081.
903
904 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
905
906         * configure.ac:
907         * gst/audiofx/audioamplify.c:
908         (gst_audio_amplify_clipping_method_get_type),
909         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
910         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
911         (gst_audio_dynamic_transform_ip):
912         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
913         (gst_audio_invert_transform_ip):
914         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
915         (gst_audio_panorama_transform):
916         * gst/level/gstlevel.c: (gst_level_init):
917         Make elements GST_BUFFER_FLAG_GAP aware and call
918         gst_base_transform_set_gap_aware for this.
919         Bump core requirement to CVS.
920         
921         * gst/audiofx/audiochebyshevfreqband.c:
922         (gst_audio_chebyshev_freq_band_transform_ip):
923         * gst/audiofx/audiochebyshevfreqlimit.c:
924         (gst_audio_chebyshev_freq_limit_transform_ip):
925         Also sync GObject properties to the controller if operating
926         in passthrough mode.
927
928 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
929
930         * sys/directdraw/gstdirectdrawsink.c:
931           (gst_directdraw_sink_window_thread):
932           FALSE is not a gpointer.
933
934 2008-01-05  Julien Moutte  <julien@fluendo.com>
935
936         * sys/directdraw/gstdirectdrawsink.c:
937         (gst_directdraw_sink_set_window_id),
938         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
939         (gst_directdraw_sink_buffer_alloc),
940         (gst_directdraw_sink_draw_borders),
941         (gst_directdraw_sink_show_frame),
942         (gst_directdraw_sink_setup_ddraw),
943         (gst_directdraw_sink_window_thread),
944         (gst_directdraw_sink_get_ddrawcaps),
945         (gst_directdraw_sink_surface_create): Make sure we create our
946         internal window only when we need it. That will give a chance to
947         the application to get the prepare-xwindow-id bus message. Draw
948         black borders when keeping aspect ratio. Handle the case where our
949         rendering window disappears (closed or errors) like other sinks
950         do. Various 80 columns fixes, improve state change order. That
951         element could need some more love.
952
953 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
954
955         * ext/taglib/gstapev2mux.h:
956         * ext/taglib/gstid3v2mux.h:
957         Remove useless typedefs without new type name. Fixes a warning with
958         gcc 4.3.
959
960 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
961
962         Patch by: John Millikin <jmillikin at gmail dot com>
963
964         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
965         (gst_flac_dec_setup_stream_decoder),
966         (gst_flac_normalize_picture_mime_type),
967         (gst_flac_extract_picture_buffer),
968         (gst_flac_dec_metadata_callback):
969         Emit metadata messages when a PICTURE block is encountered.
970         Fixes #506715.
971
972 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
973
974         * gst/avi/gstavi.c:
975         increase rank because no known issues anymore ...
976         * gst/avi/gstavisubtitle.c:
977         send subtitle name to the srcpad
978
979 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
980
981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
982         * gst/rtsp/gstrtspsrc.h:
983         Implement redirect for the DESCRIBE reply. Fixes #506025.
984
985 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
986
987         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
988         Fix 'xyz may be used uninitialized' compiler warnings caused
989         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
990         abort() in any case but properly report the error.
991
992 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
993
994         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
995         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
996         * sys/ximage/gstximagesrc.c: (composite_pixel):
997           Fix 'xyz may be used uninitialized' compiler warnings caused
998           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
999           not really nice to abort in any case). Fixes #505745.
1000
1001 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1002
1003         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1004           Small unit test fix (has no practical impact at the moment,
1005           since we're only feeding utf8 and hence just create a sub-
1006           buffer for the output).
1007
1008 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1009
1010         * gst/avi/gstavisubtitle.c:
1011         * tests/check/elements/avisubtitle.c:
1012         Add seeking support for avi subtitle
1013
1014 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1015
1016         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1017         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1018         (gst_flac_dec_write):
1019         * ext/flac/gstflacdec.h:
1020         Remove some unused vars.
1021         Do more cleanup of leftover events and tags.
1022         Output tags after the segment event. Fixes #504018.
1023
1024 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1025
1026         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1027           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1028           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1029           Detect other UTF byte order markers and convert to UTF-8 as
1030           appropriate.
1031
1032 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         * gst/avi/gstavisubtitle.c: (src_template),
1035           (gst_avi_subtitle_extract_utf8_file),
1036           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1037           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1038           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1039         * gst/avi/gstavisubtitle.h:
1040           Refactor a bit; fix name extraction; don't assume all the data
1041           in the chunk is actually subtitle data, there may be padding at
1042           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1043           file so it's there to send again after a seek (for future use).
1044
1045 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1046
1047         * gst/avi/Makefile.am:
1048         * gst/avi/gstavi.c:
1049         * gst/avi/gstavisubtitle.c:
1050         * gst/avi/gstavisubtitle.h:
1051         * tests/check/Makefile.am:
1052         * tests/check/elements/avisubtitle.c:
1053         * win32/common/config.h:
1054                 Add avi subtitle element for bug #442034. Need seeking support
1055                 and more support for character conversion.
1056
1057 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1058
1059         * Makefile.am:
1060           Include common/win32.mak for CRLF check of win32 project
1061           files (see #393626).
1062
1063         * win32/vs6/libgstpng.dsp:
1064           Fix line endings and do cvs admin -kb.
1065
1066 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1067
1068         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1069         Actually drop the buffers which are outside the currently configured
1070         segment instead of just emitting a WARNING.
1071
1072 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1073
1074         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1075         (gst_flac_dec_write):
1076         * ext/flac/gstflacdec.h:
1077         Send segments from the streaming thread. Fixes #502187.
1078         Fix segment seeking and a bunch of other seeking cases.
1079
1080 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1083           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1084           which is where it would end up if the same information was
1085           put in a vorbis comment (don't think it's worth adding a
1086           new URI tag for this). Fixes #488112.
1087
1088 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1089
1090         * configure.ac:
1091           We need core/base 0.10.15 or later.
1092
1093 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1094
1095         Patch by: Mark Nauwelaerts <manauw skynet be>
1096
1097         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1098         Fix regression in stream numbering. Fixes #502655.
1099
1100 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1101
1102         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1103
1104         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1105         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1106         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1107         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1108         (gst_rtp_h264_pay_handle_buffer):
1109         * gst/rtp/gstrtph264pay.h:
1110         Use higher performance start-code searching.
1111         Parse NALs and store SPS, PPS and profile in the caps so that they can
1112         be used in the SDP. Fixes #502814.
1113
1114 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1115
1116         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1117         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1118           Init some structs to zero before we pass them to ioctl, which
1119           avoids valgrind warnings.  Also fix a small memory leak.
1120
1121 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1122
1123         Patch by: Wouter Cloetens <wouter at mind dot be>
1124
1125         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1126         Copy timestamp from input to output. Not very perfect yet but better
1127         than nothing. Fixes #503023.
1128
1129 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1130
1131         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1132           Also print a useful error message with the old Wavpack API
1133           if possible.
1134
1135 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1136
1137         * ext/wavpack/gstwavpackdec.c:
1138           More build fixes for old libwavpack versions: include config.h so
1139           that WAVPACK_OLD_API is actually defined as detected; only use
1140           WavpackGetErrorMessage if it is available. This fixes the build
1141           on debian stable for me.
1142
1143 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1144
1145         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1146         * ext/wavpack/gstwavpackparse.c:
1147           (gst_wavpack_parse_create_src_pad):
1148           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1149           versions below 4.40.0.
1150
1151 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1152
1153         * configure.ac:
1154           And now do it right for real...
1155
1156 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1157
1158         * configure.ac:
1159           Correctly reset $LIBS to not contain -lm.
1160
1161 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1162
1163         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1164
1165         * configure.ac:
1166         * ext/cairo/gsttimeoverlay.c:
1167           (gst_cairo_time_overlay_print_smpte_time):
1168           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1169           and checking for rint() and implementing it ourself if it doesn't
1170           exist. Fixes #497293.
1171
1172 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1173
1174         * configure.ac:
1175           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1176
1177 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1178
1179         * sys/oss/gstosshelper.c:
1180         Verify that the format returned after the ioctl is the one
1181         we requested. It is valid for the ioctl to succeed while
1182         substituting an alternate 'supported' sample format.
1183
1184 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1185
1186         * sys/oss/gstossaudio.c: (plugin_init):
1187         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1188         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1189           Post decent (and translated) error message when we can't
1190           open the audio device for some reason.
1191
1192 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1193
1194         * sys/oss/gstosssink.c:
1195         * sys/oss/gstosssrc.c:
1196         Allow the AUDIODEV environment variable to redirect us
1197         to a different default OSS device, like sunaudiosink does
1198         on Solaris (makes audio play automatically on SunRays).
1199
1200 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1201
1202         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1203         * gst/audiofx/audiochebyshevfreqband.c:
1204         (gst_audio_chebyshev_freq_band_transform_ip):
1205         * gst/audiofx/audiochebyshevfreqlimit.c:
1206         (gst_audio_chebyshev_freq_limit_transform_ip):
1207         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1208         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1209         The transform_ip() methods should do nothing if in passthrough mode.
1210         It might get non-writable buffers in that case but the buffer might
1211         as well be writable.
1212
1213         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1214         The transform() methods won't be called in passthrough mode and
1215         otherwise the buffer is always writable so don't check here.
1216
1217 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1218
1219         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1220           Fix seeking in .wav files again (#501775).  Some people seem to think
1221           they don't need to test their changes when they're just 'reflowing'
1222           some code.
1223
1224 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1225
1226         * gst/autodetect/gstautovideosink.c:
1227         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1228         (gst_auto_video_sink_init),
1229         (gst_auto_video_sink_create_element_with_pretty_name),
1230         (gst_auto_video_sink_find_best),
1231         (gst_auto_video_sink_set_property),
1232         (gst_auto_video_sink_get_property):
1233         * gst/autodetect/gstautovideosink.h:
1234         Fix docs.
1235         Use same error reporting code as autoaudiosink.
1236         Add property to filter sinks based on caps. Only select raw video sinks
1237         by default for backwards compat.
1238         API: GstAutoVideoSink::filter-caps
1239
1240 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1241
1242         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1243
1244         * gst/autodetect/gstautoaudiosink.c:
1245         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1246         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1247         (gst_auto_audio_sink_set_property),
1248         (gst_auto_audio_sink_get_property):
1249         * gst/autodetect/gstautoaudiosink.h:
1250         Add property to filter sinks based on caps. Only select raw audio sinks
1251         by default for backwards compat.  Fixes #417420.
1252         API: GstAutoAudioSink::filter-caps
1253
1254 2007-11-29  Michael Smith <msmith@fluendo.com>
1255
1256         Patch by: Arek Korbik <arkadini@gmail.com>
1257
1258         * gst/videobox/gstvideobox.c: (plugin_init):
1259           Initialise liboil in plugin_init()
1260
1261 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1262
1263         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1264         Post error before sending EOS. Fixes #499178.
1265
1266 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1267
1268         * win32/vs6/gst_plugins_good.dsw:
1269         * win32/vs6/libgstpng.dsp:
1270         Add a project file for libgstpng
1271
1272 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1273
1274         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1275         (gst_rtp_h263_depay_process):
1276         Code beautification.
1277         Added debug statements.
1278         Don't bit-shift everything, just do operations on last/first byte
1279         instead.
1280
1281 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1282
1283         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1284
1285         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1286         Fix wrong comparison in overrun check. Fixes #499239 some more.
1287
1288 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1289
1290         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1291         (gst_rtp_h263_depay_process):
1292         * gst/rtp/gstrtph263depay.h:
1293         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1294         stream.
1295
1296 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1297
1298         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1299
1300         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1301         (gst_rtp_mp4a_depay_process):
1302         * gst/rtp/gstrtpmp4adepay.h:
1303         Fix depayloading when multiple frames are inside one RTP packet.
1304         Fixes #499239.
1305
1306 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * gst/level/gstlevel.c:
1309           Add GAP-flag support.
1310
1311 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1312
1313         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1314         Read the I flag for Mode A h263 rtp stream and set the
1315         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1316         Fixes #499383
1317
1318 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1319
1320         * gst/level/gstlevel.c:
1321           Remove some dead code and do cleanups.
1322
1323 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1324
1325         * tests/check/pipelines/simple-launch-lines.c:
1326           Improve the tests by allowing to set a target state.
1327
1328 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1329
1330         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1331         Don't check the caps of the output buffer if they're equal some
1332         other caps. The caps can change in a backward compatible way
1333         and did at this point.
1334
1335 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1336
1337         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1338         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1339         (gst_qtdemux_seek_to_previous_keyframe),
1340         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1341         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1342         reverse playback support.
1343
1344 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1345
1346         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1347         Also set the channel layout on the Wavpack caps if we're having
1348         a mono layout. Of course only do it for "audio/x-wavpack".
1349
1350 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1351
1352         * ext/wavpack/gstwavpackcommon.c:
1353         (gst_wavpack_get_default_channel_mask),
1354         (gst_wavpack_set_channel_layout),
1355         (gst_wavpack_get_default_channel_positions),
1356         (gst_wavpack_get_channel_mask_from_positions),
1357         (gst_wavpack_set_channel_mapping):
1358         * ext/wavpack/gstwavpackcommon.h:
1359         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1360         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1361         * ext/wavpack/gstwavpackdec.h:
1362         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1363         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1364         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1365         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1366         (gst_wavpack_enc_rewrite_first_block),
1367         (gst_wavpack_enc_sink_event):
1368         * ext/wavpack/gstwavpackenc.h:
1369         * ext/wavpack/gstwavpackparse.c:
1370         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1371         (gst_wavpack_parse_scan_to_find_sample),
1372         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1373         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1374         * ext/wavpack/gstwavpackparse.h:
1375         Add support for encoding, parsing and decoding multichannel
1376         files with up to 8 channels. This also improves the robustness
1377         of parsing quite a bit.
1378
1379         * ext/wavpack/gstwavpackstreamreader.c:
1380         (gst_wavpack_stream_reader_read_bytes),
1381         (gst_wavpack_stream_reader_get_pos),
1382         (gst_wavpack_stream_reader_set_pos_abs),
1383         (gst_wavpack_stream_reader_set_pos_rel),
1384         (gst_wavpack_stream_reader_push_back_byte),
1385         (gst_wavpack_stream_reader_get_length),
1386         (gst_wavpack_stream_reader_can_seek),
1387         (gst_wavpack_stream_reader_write_bytes):
1388         Improve debugging.
1389
1390 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1391
1392         * ext/libpng/gstpngdec.c:
1393         * ext/libpng/gstpngdec.h:
1394           Don't release the png-memory from within the callback.
1395
1396 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1397
1398         Patch by: René Stadler <mail at renestadler dot de>
1399
1400         * ext/libpng/gstpngenc.c:
1401           Don't leak buffer data memory. Fixes #498395.
1402
1403 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1404
1405         Patch by: René Stadler <mail at renestadler dot de>
1406
1407         * tests/check/pipelines/simple-launch-lines.c:
1408           Tests for #498395.
1409
1410 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1411
1412         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1413         (gst_tag_lib_mux_adjust_event_offsets):
1414         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1415         * sys/osxaudio/Makefile.am:
1416         * sys/osxvideo/cocoawindow.h:
1417         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1418
1419 2007-11-15  David Schleef  <ds@schleef.org>
1420
1421         * ext/cairo/gsttextoverlay.c:
1422           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1423
1424 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1425
1426         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1427
1428         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1429         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1430         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1431         * gst/rtp/gstrtpmp2tpay.h:
1432         Fill the MTU with as many packets as possible. Fixes #491323.
1433
1434 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1435
1436         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1437
1438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1439         Fix some more leaks. Fixes #497007.
1440
1441 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1442
1443         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1444
1445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1446         (gst_rtspsrc_stream_configure_tcp):
1447         Fix 3 pad leaks. Fixes #496983.
1448
1449 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1450
1451         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1452
1453         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1454         Fix small leak. Fixes #497017.
1455
1456 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1457
1458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1459         (gst_qtdemux_prepare_current_sample),
1460         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1461         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1462         * gst/qtdemux/qtdemux_fourcc.h:
1463         * gst/qtdemux/qtdemux_types.c:
1464         Add suppport for theora in quicktime according to XiphQT.
1465
1466 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1467
1468         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1469         (gst_v4l2src_init), (gst_v4l2src_set_property),
1470         (gst_v4l2src_get_property):
1471         * sys/v4l2/gstv4l2src.h:
1472         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1473           Always copy buffers by default (handle safer with bugged drivers)
1474           and added a property to make it possible to use mmap effectively (no
1475           copy if possible) when application wants to. Fixes: #480557.
1476
1477 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1478
1479         * gst/id3demux/id3tags.c:
1480         * gst/id3demux/id3tags.h:
1481         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1482           We don't want the same string multiple times in a tag list for the
1483           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1484           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1485
1486 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1487
1488         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1489           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1490           into ID3v2 TXXX frames (fixes #347848).
1491
1492 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1493
1494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1495           Don't leak sdp message contents (fixes #496773).
1496
1497         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1498           Don't leak URI string.
1499
1500 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1501
1502         Patch by: Julien Puydt <julien dot puydt at laposte net>
1503
1504         * ext/raw1394/Makefile.am:
1505         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1506           (gst_1394_property_probe_get_properties),
1507           (gst_1394_property_probe_probe_property),
1508           (gst_1394_property_probe_needs_probe),
1509           (gst_1394_property_probe_get_values),
1510           (gst_1394_property_probe_interface_init),
1511           (gst_1394_type_add_property_probe_interface):
1512         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1513         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1514           (gst_dv1394src_init), (gst_dv1394src_dispose),
1515           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1516           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1517           (gst_dv1394src_update_device_name):
1518         * ext/raw1394/gstdv1394src.h:
1519           Implement GstPropertyProbe interface and add "device-name" property,
1520           so applications can use this to probe for available devices in the
1521           same way they can already with v4lsrc and v4l2src (however horrible
1522           this property probe interface may be). Fixes #358841.
1523
1524 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1525
1526         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1527
1528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1529           (gst_rtspsrc_parse_range):
1530           Don't leak event, don't leak range (fixes #496752).
1531
1532 2007-11-14  Michael Smith <msmith@fluendo.com>
1533
1534         Patch by: Arek Korbik <arkadini@gmail.com>
1535
1536         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1537           Detect RGBA/BGRA correctly on little endian systems.
1538
1539 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1540
1541         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1542           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1543           corresponding ioctl() call fails even though the driver claims to
1544           support this format, just fall back to the pre-2.6.19 kernel
1545           routine that creates caps with suitable height and width ranges
1546           (see #448278).
1547
1548 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         Patch by: Mark Nauwelaerts <manauw skynet be>
1551
1552         * gst/matroska/matroska-demux.c:
1553           (gst_matroska_demux_push_dvd_clut_change_event),
1554           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1555           (gst_matroska_demux_subtitle_caps):
1556         * gst/matroska/matroska-ids.h:
1557           Extract palette data for dvd subpicture streams and send it
1558           downstream as custom gstreamer dvd event (fixes #453417).
1559
1560 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1563           Implement minimal parsing of the passed pango font description
1564           string, so passing a font size works the same as with the
1565           pango textoverlay plugin; fixes #455086.
1566           (Maybe we could just use pangocairo here at some point).
1567
1568 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1569
1570         * gst/avi/gstavidemux.c:
1571         * gst/wavparse/gstwavparse.c:
1572           Return the result in _activate_pull(). Don't ref element there.
1573
1574 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1575
1576         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1577         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1578         (gst_wavparse_srcpad_event):
1579           Ref the element when we should, but not when we its not needed. Reflow
1580           the event_handling to not leak the event.       
1581
1582 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1583
1584         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1585         (qtdemux_parse_samples):
1586         Properly free QTDemuxSamples array.
1587         Protect table write with a sensible check, some files apparently DO contain
1588         stts values starting with 0 :(
1589
1590 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1591
1592         * gst/avi/gstavidemux.c:
1593         * gst/qtdemux/qtdemux.c:
1594           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1595           previous commit messed up.
1596
1597 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1598
1599         * gst/avi/gstavidemux.c:
1600         * gst/qtdemux/qtdemux.c:
1601           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1602           element when we should, but not when we its not needed.
1603
1604 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * gst/wavparse/gstwavparse.c:
1607           Return FALSE if we can't handle a query instead of changing the
1608           format. Ignore fact when dealing with mpeg audio.
1609
1610 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1613
1614         * configure.ac:
1615         * gst/udp/gstdynudpsink.c:
1616         * gst/udp/gstdynudpsink.h:
1617         * gst/udp/gstmultiudpsink.c:
1618         * gst/udp/gstmultiudpsink.h:
1619         * gst/udp/gstudpsink.c:
1620         * gst/udp/gstudpsink.h:
1621           Fix includes for MSVC and GLib-2.14.0 (#492388).
1622
1623         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1624           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1625
1626 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1627
1628         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1629         (gst_mulawdec_chain):
1630         * gst/law/mulaw-decode.h:
1631         Calculate outgoing buffer duration if incoming buffer didn't have a
1632         valid duration.
1633
1634 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1635
1636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1637         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1638         Smarter combine_flow code that also deals with downstream elements
1639         returning UNEXPECTED when they receive data out of the segment
1640         boundaries. Fixes #491305.
1641
1642 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1643
1644         * sys/v4l2/v4l2src_calls.c:
1645           Fix 'unused variable' compiler warning when compiling against
1646           older kernel headers.
1647
1648 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * ext/taglib/gstid3v2mux.cc (add_funcs):
1651           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1652
1653 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1654
1655         * tests/check/pipelines/simple-launch-lines.c:
1656            Improve the tests a little more.
1657
1658 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1659
1660         patch by: Yun Zheng Hu
1661
1662         * sys/osxaudio/gstosxaudiosrc.c:
1663         Use default input device instead of default output device and
1664         only memcpy actual available bytes.
1665
1666 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1667
1668         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1669           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1670           early. It is temporary until we find something better.
1671
1672 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1673
1674         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1675
1676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1677         Fix race when pausing a RTSP stream in interleaved.
1678         Fixes #475784.
1679
1680 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1681
1682         Patch by: Peter Kjellerstedt <pkj at axis com>
1683
1684         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1685         Use correct unref function for buffers. #488844.
1686
1687 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1688
1689         * gst/avi/gstavimux.c:
1690         * tests/check/elements/avimux.c:
1691           Add some debug and sync tests with the fix.     
1692
1693 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1694
1695         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1696
1697         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1698         When the socket is used by the app for other purposes, don't generate an
1699         error if there is activaty on the socket that is not data related.
1700         Fixes #487488.
1701
1702 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1703
1704         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1705         (gst_v4l2src_grab_frame):
1706         Add some more debug info. Generate an error when we run out of buffers
1707         for some reason. See #480557.
1708
1709 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1710
1711         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1712
1713         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1714         Set marker bit correctly.
1715
1716 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1717
1718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1719         Use allowed name for the GstStructure.
1720
1721 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         * ext/gconf/gstswitchsink.c:
1724         * gst/autodetect/gstautoaudiosink.c:
1725           Use new gst_bus_pop_filtered().
1726
1727 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         * sys/v4l2/gstv4l2src.c:
1730         * sys/v4l2/v4l2src_calls.c:
1731           When probing the formats and sizes a camera supports, make
1732           sure the best ones (highest resolution, prefered format)
1733           end up at the beginning of the probed caps and the less
1734           desirable ones at the end.  This is important because the
1735           order within the caps matters for things like fixation and
1736           negotiation, ie. what format is chosen in the end.
1737           With recent kernels, the current probing code will end up
1738           querying the supported sizes from lowest resolution to
1739           highest resolution, adding them to the probed caps in that
1740           order, resulting to v4l2src fixating to the lowest possible
1741           resolution if downstream does not express a size preference.
1742           Also make up a somewhat random ranking of prefered output
1743           formats for the same reason. Fixes #485828.
1744         
1745 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1746
1747         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1748
1749         * gst/id3demux/id3v2frames.c:
1750           Extract license/copyright URIs from ID3v2 WCOP frames
1751           (Fixes #447000).
1752
1753         * tests/check/elements/id3demux.c:
1754         * tests/files/Makefile.am:
1755         * tests/files/id3-447000-wcop.tag:
1756           Add simple unit test.
1757
1758 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1759
1760         * ext/taglib/gstid3v2mux.cc:
1761           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1762           Prerequisite for #447000.
1763
1764 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1765
1766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1767         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1768         a GstClockTime.
1769
1770 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1771
1772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1773         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1774         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1775         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1776         (gst_rtspsrc_change_state):
1777         More seeking fixes, mostly passing around the new playback segment in
1778         order to configure it properly.
1779         Also reset base_time of udp sources when setting them back to PLAYING as
1780         a temporary hack until core supports seek in live sources properly.
1781
1782 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1783
1784         * gst/rtp/gstrtpmp4adepay.c:
1785         Fix caps as to not confuse autopluggers.
1786
1787 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1788
1789         * gst/id3demux/gstid3demux.c:
1790         * gst/id3demux/gstid3demux.h:
1791         * gst/id3demux/id3tags.c:
1792         * gst/id3demux/id3tags.h:
1793         * gst/id3demux/id3v2frames.c:
1794           Port ID3 tag demuxer over to the new GstTagDemux in -base
1795           (now would be a good time to test re-importing your music
1796           collection).
1797
1798 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1799
1800         * gst/apetag/Makefile.am:
1801         * gst/apetag/gstapedemux.c:
1802         * gst/apetag/gstapedemux.h:
1803         * gst/apetag/gsttagdemux.c:
1804         * gst/apetag/gsttagdemux.h:
1805           Port APE tag demuxer over to the new GstTagDemux in -base.
1806
1807 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1808
1809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1810         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1811         (gst_rtspsrc_handle_internal_src_query),
1812         (gst_rtspsrc_handle_src_query), (new_session_pad),
1813         (gst_rtspsrc_stream_configure_tcp),
1814         (gst_rtspsrc_stream_configure_transport),
1815         (gst_rtspsrc_loop_send_cmd):
1816         Improve flushing behaviour.
1817         Set state of the udp sources to PAUSE/PLAYING correctly.
1818         Handle events and queries for UDP and TCP transport now.
1819
1820 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1821
1822         * gst/rtp/gstrtpgsmdepay.c:
1823         * gst/rtp/gstrtpgsmpay.c:
1824           Add log category.
1825
1826 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1827
1828         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1829
1830         * tests/check/Makefile.am:
1831         * tests/check/pipelines/simple-launch-lines.c:
1832           Add unit tests for payloaders/depayloaders.
1833
1834 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1835
1836         * gst/avi/gstavimux.c:
1837         * gst/avi/gstavimux.h:
1838           Also save codec data for audio streams. Fixes #482495.
1839
1840 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1841
1842         * gst/avi/gstavimux.c:
1843           Fix "Index entry has invalid stream nr 1".
1844           Add support for muxing aac - work in progress (see #482495).
1845
1846 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1847
1848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1849         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1850         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1851         * gst/rtsp/gstrtspsrc.h:
1852         Parse bandwidth modifiers, they are not yet configured in the session
1853         manager because we don't have an API for that yet.
1854
1855 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1856
1857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1858         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1859         Use shiny new function in -base to get the default clock-rate.
1860         Update some docs.
1861
1862 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1863
1864         * win32/MANIFEST:
1865         Add files to win32 manifest.
1866         * win32/vs6/libgstaudiofx.dsp:
1867         * win32/vs6/libgstqtdemux.dsp:
1868         * win32/vs6/libgstrtp.dsp:
1869         * win32/vs6/libgstrtsp.dsp:
1870         Update project files.
1871
1872 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1873
1874         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1875         (gst_rtspsrc_play):
1876         * gst/rtsp/gstrtspsrc.h:
1877         In TCP mode, only timestamp the first buffer. TCP is not real time and
1878         it does not make sense to try to skew compensate, also some servers send
1879         the first batch of data in a burst.
1880
1881 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1882
1883         * gst/matroska/matroska-demux.c:
1884           Fix setting the discont flag on the first buffer
1885           pushed downstream for formats with private codec
1886           data that needs to be deserialised into buffers
1887           (such as vorbis and FLAC when in a matroska container).
1888
1889 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1890
1891         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1892
1893         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1894         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1895         (gst_rtp_mp4v_pay_handle_buffer):
1896         * gst/rtp/gstrtpmp4vpay.h:
1897         Free the config string. Fixes #480707.
1898         Clean up the timestamp code a little.
1899
1900 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1901
1902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1903         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1904         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1905         * gst/rtsp/gstrtspsrc.h:
1906         Set timestamps on RTP buffers in interleaved mode.
1907         Mark first buffers with a DISCONT.
1908         Remove flush hack now that sync for live sources has been figured out.
1909
1910 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1911
1912         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1913         Update documentation.
1914
1915 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1916
1917         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1918         (gst_rtp_xqt_depay_change_state):
1919         * gst/qtdemux/gstrtpxqtdepay.h:
1920         Fail if we don't know the quicktime format.
1921
1922 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * ext/flac/gstflacenc.c:
1925         * ext/flac/gstflacenc.h:
1926           Save the flow return from the last gst_pad_push() and
1927           make sure we pass the right flow return value upstream
1928           in the case of failure; minor clean-ups.
1929
1930 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1931
1932         * ext/taglib/gstapev2mux.cc:
1933         * ext/taglib/gstid3v2mux.cc:
1934         * gst/apetag/gstapedemux.c:
1935           Add support for the new GST_TAG_COMPOSER (#459809).
1936
1937 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1938
1939         * gst/law/alaw-decode.c:
1940         * gst/law/alaw-decode.h:
1941         * gst/law/alaw-encode.c:
1942         * gst/law/alaw-encode.h:
1943         * gst/law/alaw.c:
1944         * gst/law/mulaw-conversion.h:
1945           Compulsive clean-ups: use boilerplate macros, add debug
1946           categories, fix up things to conform to symbol nomenklatura,
1947           etc.
1948
1949 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1950
1951         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1952
1953         * gst/law/alaw-decode.c:
1954         * gst/law/alaw-encode.c:
1955           Use static tables for A-Law decoding and encoding; this makes
1956           A-Law decoding and encoding less CPU-intensive, but increases
1957           the binary size a bit. Leaving old code around for now,
1958           selectable by a define in the code. Fixes #435435.
1959
1960 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1961
1962         * configure.ac:
1963         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1964         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1965         in configure.ac.
1966
1967 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1968
1969         Patch by: Jan Gerber <j at bootlab dot org>
1970
1971         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1972         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1973
1974 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1975
1976         * sys/oss/gstosshelper.c:
1977           Use GST_WARNING instead of a g_critical. This situation is not caused
1978           by the application.
1979
1980 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1981
1982         * po/LINGUAS:
1983         * po/nl.po:
1984           Updated translations.
1985
1986 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1987
1988         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1989
1990         * po/eu.po:
1991           Added Basque translation.
1992
1993 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1994
1995         translated by: Abel Cheung <abelcheung@gmail.com>
1996
1997         * po/zh_HK.po:
1998         * po/zh_TW.po:
1999           Added Chinese (traditional and Hong Kong) translation.
2000
2001 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2002
2003         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2004
2005         * po/pl.po:
2006           Added Polish translation.
2007
2008 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2009
2010         translated by: Ilkka Tuohela <hile@iki.fi>
2011
2012         * po/fi.po:
2013           Added Finnish translation.
2014
2015 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2016
2017         translated by: Jorge González González <aloriel@gmail.com>
2018
2019         * po/es.po:
2020           Added Spanish translation.
2021
2022 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2023
2024         translated by: Mogens Jaeger <mogens@jaeger.tf>
2025
2026         * po/da.po:
2027           Added Danish translation.
2028
2029 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2030
2031         translated by: Funda Wang <fundawang@linux.net.cn>
2032
2033         * po/zh_CN.po:
2034           Added Chinese (simplified) translation.
2035
2036 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2037
2038         translated by: Alexander Shopov <ash@contact.bg>
2039
2040         * po/bg.po:
2041           Added Bulgarian translation.
2042
2043 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2044
2045         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2046         Set outgoing packet duration because we can. Fixes #478244 some more.
2047
2048 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2049
2050         * ext/cairo/gsttextoverlay.c:
2051           Add info about static leak.
2052         
2053         * tests/check/Makefile.am:
2054         * tests/check/generic/states.c:
2055           Improved state change unit test.
2056
2057 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2058
2059         * docs/plugins/.cvsignore:
2060         * tests/check/.cvsignore:
2061           Ignore registries in any format.
2062
2063 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2064
2065         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2066         Removed some unused code.
2067
2068         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2069         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2070         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2071         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2072         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2073         (gst_rtp_theora_pay_flush_packet):
2074         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2075         Try to preserve the incomming buffer duration on the outgoing
2076         packets. Fixes #478244.
2077
2078 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2079
2080         * ext/taglib/gstapev2mux.cc:
2081         * ext/taglib/gstid3v2mux.cc:
2082           Work around compiler warnings with g++-4.2 when assigning a
2083           string constant to a gchar * (partially fixes #478092).
2084
2085 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2086
2087         * configure.ac:
2088           We require core CVS now for gst_base_src_set_do_timestamp().
2089
2090 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2091
2092         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2093         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2094         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2095         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2096         (gst_rtspsrc_handle_message):
2097         Fix compiler warnings shown with Forte.
2098
2099 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2100
2101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2102         (gst_rtspsrc_dup_printf):
2103         Give meaningfull error when all streams failed to configure for some
2104         reason.
2105
2106 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2107
2108         * gst/rtp/README:
2109         Update README with the design for synchronisation rules of RTP on
2110         sender and receiver.
2111
2112 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2113
2114         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2115         (gst_wavparse_chain):
2116         Don't push EOS from the chain function, the element
2117         driving the pipeline is responsible for this. The bug
2118         this was meant to fix seems to be queue not forwarding
2119         EOS in all cases (see #476514).
2120
2121 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2122
2123         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2124         (gst_level_transform_ip):
2125         * gst/level/gstlevel.h:
2126         Use basetransform segment so that it is correctly managed on flushes and
2127         start/stop.
2128         Report message timestamp as stream time, which is what an application
2129         can understand.
2130
2131 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2132
2133         * ext/taglib/gstapev2mux.cc:
2134         * ext/taglib/gstapev2mux.h:
2135         * ext/taglib/gsttaglibmux.c:
2136         * tests/check/elements/apev2mux.c:
2137         Update my mail address.
2138
2139 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2140
2141         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2142         (gst_wavparse_loop), (gst_wavparse_chain):
2143         Add EOS logic for the push-based mode too. Fixes #476514.
2144
2145 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2146
2147         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2148         * gst/law/alaw-encode.h:
2149         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2150         (gst_mulawenc_chain):
2151         * gst/law/mulaw-encode.h:
2152         Fix law encoder timestamps.
2153
2154 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2155
2156         * ext/gconf/gstgconfaudiosink.c:
2157           Fix warning when building without debug.
2158
2159         * sys/oss/gstossmixertrack.c:
2160           Use const like in alsamixertrack.c (fixes warnings).
2161
2162 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2163
2164         * sys/v4l2/v4l2src_calls.c:
2165         (gst_v4l2src_probe_caps_for_format_and_size):
2166         Fix framerate detection code some more.
2167         Handle the case where there is a weird step in the stepwise framerates.
2168         Don't overwrite the min interval with the framerate, use a temp variable
2169         instead.
2170         Use max in the Continuous framerate intervals instead of step, which is
2171         1 according to the docs. Fixes #475424.
2172
2173 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2174
2175         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2176         Make udpsrc timestamp outgoing buffers based on when they were received.
2177         Also make it output a segment in time.
2178
2179 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2180
2181         * gst/avi/gstavidemux.c:
2182           Plug a little leak. Little code cleanups.
2183
2184 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2185
2186         * configure.ac:
2187           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2188           flac versions, 's good for cross-compilation karma.
2189
2190 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2191
2192         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2193
2194         * gst/rtp/gstrtph263pay.c:
2195           Fix up header structure so that compilers don't add padding
2196           between the structure fields, since that would lead to us
2197           sending RTP packets with broken headers (as is currently the
2198           case when compiling with MSVC). Also see similar fixes in
2199           libgstrtp in gst-plugins-base. (#474616; #471194)
2200
2201 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2202
2203         * sys/v4l2/v4l2src_calls.c:
2204         (gst_v4l2src_probe_caps_for_format_and_size):
2205         Don't overwrite our GValue with 0 but instead use the previously
2206         computed value. Fixes #471823 some more.
2207
2208 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2209
2210         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2211           No tabs in this file please, or gtk-doc will end up documenting
2212           rather absurd class hierarchies.
2213
2214 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2215
2216         * ext/gconf/gstswitchsink.c:
2217           If the new kid element fails to change state for some reason
2218           (e.g. esdsink not being able to connect to the sound server),
2219           forward the error message it posted on the bus instead of just
2220           posting a generic 'Internal state change error: please file a
2221           bug' error message. Fixes #471364.
2222
2223 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2224
2225         * gst/qtdemux/Makefile.am:
2226         * gst/qtdemux/qtdemux.c:
2227           Don't assume tags are encoded as UTF-8 (#473670).
2228
2229 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2230
2231         * sys/v4l2/gstv4l2src.c:
2232         * sys/v4l2/gstv4l2src.h:
2233         * sys/v4l2/v4l2src_calls.c:
2234           Implement LATENCY queries in the crudest way possible so I don't
2235           have to use sync=false any longer when testing with videosinks.
2236
2237 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2238
2239         * configure.ac:
2240           Fix build.
2241
2242 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2243
2244         * sys/v4l2/v4l2src_calls.c:
2245         (gst_v4l2src_probe_caps_for_format_and_size):
2246         Add some more debugging in the framerate function.
2247         Iterate stepwise framerate up to and _including_ the max and if nothing
2248         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2249         don't end up with an empty list. Fixes #471823
2250
2251 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2252
2253         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2254         (gst_multiudpsink_set_clients_string),
2255         (gst_multiudpsink_get_clients_string),
2256         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2257         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2258         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2259         (gst_multiudpsink_clear):
2260         Add property do configure destination address/port pairs
2261         API:GstMultiUDPSink::clients
2262
2263 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2264
2265         * tests/examples/Makefile.am:
2266         * tests/examples/rtp/Makefile.am:
2267         * tests/examples/rtp/client-H263p-AMR.sh:
2268         * tests/examples/rtp/client-H263p-PCMA.sdp:
2269         * tests/examples/rtp/client-H263p-PCMA.sh:
2270         * tests/examples/rtp/client-H264-PCMA.sdp:
2271         * tests/examples/rtp/client-H264-PCMA.sh:
2272         * tests/examples/rtp/client-PCMA.sh:
2273         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2274         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2275         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2276         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2277         Added some RTP example scripts for sending and receiving RTP streams.
2278
2279 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2280
2281         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2282         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2283         Restructure the setcaps function so that we can also compute the
2284         expected GStreamer output size of the video frames.
2285         Set frame_byte_size correctly so that read-based devices have a chance
2286         of working correctly.
2287         When grabbing a frame, discard frames that are not of the expected size.
2288         Some cameras don't output the right framesize for the first buffer.
2289         Try only a couple of times to get a valid frame, else error out.
2290
2291         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2292         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2293         Add some more debug info when scanning the device.
2294
2295         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2296         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2297         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2298         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2299         Add some more debug info when dequeing a frame.
2300
2301 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2302
2303         * gst/wavparse/gstwavparse.c:
2304           More code cleanups. Add some more comment and improve debugs logs.
2305
2306 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2307
2308         * gst/wavparse/gstwavparse.c:
2309         * gst/wavparse/gstwavparse.h:
2310           Implement seek-query. Refactor duration calculations. Appropriate use
2311           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2312           out of loops.
2313
2314 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2315
2316         * gst/avi/gstavidemux.c:
2317           Implement seek-query.
2318
2319 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2320
2321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2322         (gst_rtspsrc_dup_printf):
2323         Use new basesink async property to make sparse RTCP packet not wait for
2324         preroll.
2325
2326 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2327
2328         * gst/audiofx/Makefile.am:
2329         Dist the right file.
2330
2331 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2332
2333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2334         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2335         Make sure we generate and parse floating point values in the POSIX
2336         locale instead of the current locale. 
2337
2338 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2339
2340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2341         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2342         (gst_rtspsrc_play):
2343         * gst/rtsp/gstrtspsrc.h:
2344         Fix method detection again.
2345         Keep track of when we must send a Range header.
2346         Use segment values for Range, Speed and Scale headers.
2347         Parse Speed and Scale headers to update the segment values.
2348
2349 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2350
2351         patch by: Mark Nauwelaerts <manauw@skynet.be>
2352
2353         * sys/v4l2/v4l2src_calls.c:
2354           Handle optional v4l2 ioctls gracefully.
2355
2356 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2357
2358         * gst/rtp/Makefile.am:
2359         * gst/rtp/gstrtp.c: (plugin_init):
2360         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2361         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2362         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2363         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2364         (gst_rtp_h263_depay_get_property),
2365         (gst_rtp_h263_depay_change_state),
2366         (gst_rtp_h263_depay_plugin_init):
2367         * gst/rtp/gstrtph263depay.h:
2368         Added an H263 depayloader. Fixes #369392.
2369
2370         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2371         (gst_rtp_h263p_depay_process):
2372         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2373         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2374         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2375         payloads.
2376         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2377
2378 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2379
2380         * gst/audiofx/audiochebyshevfreqband.c:
2381         * gst/audiofx/audiochebyshevfreqlimit.c:
2382         Add small comparision with the windowed sinc filters in the docs.
2383
2384 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2385
2386         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2387         (audiochebyshevfreqband_suite):
2388         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2389         (audiochebyshevfreqlimit_suite):
2390         Also test 32 bit float mode and the type 2 variants of the filters.
2391
2392 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2393
2394         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2395         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2396         (gst_rtspsrc_loop):
2397         Refactor the udp and interleaved loop function a bit.
2398
2399 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2400
2401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2402         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2403         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2404         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2405         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2406         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2407         * gst/rtsp/gstrtspsrc.h:
2408         Protect connection activity with a new lock, avoids deadlocks when going
2409         to PAUSED. Fixes #455808.
2410
2411 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2412
2413         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2414         Fix debug statement.
2415
2416 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2417
2418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2419         Fix stray %u in debug line as spotted by Saur on IRC.
2420
2421 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         * gst/audiofx/audiochebyshevfreqband.c:
2424         (gst_audio_chebyshev_freq_band_class_init):
2425         * gst/audiofx/audiochebyshevfreqlimit.c:
2426         (gst_audio_chebyshev_freq_limit_class_init):
2427         Use generator macros for the process functions for the different
2428         sample types, add lower upper boundaries for the GObject properties
2429         so automatically generated UIs can use sliders and add a note about
2430         the number of poles as a too high number of poles combined with
2431         very low or very high frequencies will produce only noise.
2432         * docs/plugins/gst-plugins-good-plugins.args:
2433         Regenerated for the property changes.
2434
2435 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2436
2437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2438         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2439         (gst_rtspsrc_stream_configure_udp_sink),
2440         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2441         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2442         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2443         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2444         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2445         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2446         * gst/rtsp/gstrtspsrc.h:
2447         Improve timeout handling.
2448         Use the same socket for sending and receiving RTCP packets so that some
2449         servers can track clients better.
2450         Improve connection closed handling. Try to reconnect.
2451         Don't overwrite our content base with NULL.
2452         Improve debugging.
2453         Improve range parsing and handling.
2454         Remove flushing hack now that core does the right thing.
2455
2456 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2457
2458         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2459         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2460         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2461         (gst_multiudpsink_close), (gst_multiudpsink_add):
2462         * gst/udp/gstmultiudpsink.h:
2463         Add support for getting and setting the socket to use.
2464
2465         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2466         (gst_udpsrc_create), (gst_udpsrc_get_property):
2467         Add support for getting the currently used socket.
2468
2469 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2470
2471         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2472
2473         * gst/audiofx/Makefile.am:
2474         * gst/audiofx/audiochebyshevfreqband.c:
2475         (gst_audio_chebyshev_freq_band_mode_get_type),
2476         (gst_audio_chebyshev_freq_band_base_init),
2477         (gst_audio_chebyshev_freq_band_dispose),
2478         (gst_audio_chebyshev_freq_band_class_init),
2479         (gst_audio_chebyshev_freq_band_init),
2480         (generate_biquad_coefficients), (calculate_gain),
2481         (generate_coefficients),
2482         (gst_audio_chebyshev_freq_band_set_property),
2483         (gst_audio_chebyshev_freq_band_get_property),
2484         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2485         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2486         (gst_audio_chebyshev_freq_band_start):
2487         * gst/audiofx/audiochebyshevfreqband.h:
2488         * gst/audiofx/audiochebyshevfreqlimit.c:
2489         (gst_audio_chebyshev_freq_limit_mode_get_type),
2490         (gst_audio_chebyshev_freq_limit_base_init),
2491         (gst_audio_chebyshev_freq_limit_dispose),
2492         (gst_audio_chebyshev_freq_limit_class_init),
2493         (gst_audio_chebyshev_freq_limit_init),
2494         (generate_biquad_coefficients), (calculate_gain),
2495         (generate_coefficients),
2496         (gst_audio_chebyshev_freq_limit_set_property),
2497         (gst_audio_chebyshev_freq_limit_get_property),
2498         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2499         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2500         (gst_audio_chebyshev_freq_limit_start):
2501         * gst/audiofx/audiochebyshevfreqlimit.h:
2502         * gst/audiofx/audiofx.c: (plugin_init):
2503         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2504         Fixes #464800.
2505
2506         * tests/check/Makefile.am:
2507         * tests/check/elements/.cvsignore:
2508         * tests/check/elements/audiochebyshevfreqband.c:
2509         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2510         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2511         * tests/check/elements/audiochebyshevfreqlimit.c:
2512         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2513         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2514         Add unit tests for the chebyshev filters.
2515
2516         * docs/plugins/Makefile.am:
2517         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2518         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2519         * docs/plugins/gst-plugins-good-plugins.args:
2520         * docs/plugins/inspect/plugin-1394.xml:
2521         * docs/plugins/inspect/plugin-audiofx.xml:
2522         * docs/plugins/inspect/plugin-dv.xml:
2523         * docs/plugins/inspect/plugin-flac.xml:
2524         * docs/plugins/inspect/plugin-jpeg.xml:
2525         * docs/plugins/inspect/plugin-png.xml:
2526         * docs/plugins/inspect/plugin-rtp.xml:
2527         * docs/plugins/inspect/plugin-shout2send.xml:
2528         * docs/plugins/inspect/plugin-wavpack.xml:
2529         And add docs for the chebyshev filters. While doing
2530         that also run make update in docs/plugins.
2531
2532 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2533
2534         * ext/annodex/gstcmmltag.c:
2535         * gst/rtp/gstrtpvorbispay.c:
2536           Make ro memory to share.
2537
2538 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2539
2540         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2541         Improve UDP performance by avoiding a select() when we have data
2542         available immediatly.
2543
2544 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2545
2546         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2547         (gst_rtp_dec_class_init):
2548         * gst/rtsp/gstrtpdec.h:
2549         Add (dummy) SSRC management signals.
2550
2551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2552         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2553         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2554         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2555         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2556         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2557         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2558         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2559         * gst/rtsp/gstrtspsrc.h:
2560         Add connection-speed property.
2561         Add find_stream helper functions.
2562         Handle stream EOS based on BYE messages or SSRC timeout.
2563         Returns SUCCESS from the state change function as we hide our async
2564         elements from the parent.
2565
2566 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2567
2568         * gst/debug/rndbuffersize.c:
2569           Fix da leak.
2570
2571 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2572
2573         * gst/debug/Makefile.am:
2574         * gst/debug/breakmydata.c:
2575         * gst/debug/gstdebug.c:
2576         * gst/debug/negotiation.c:
2577         * gst/debug/progressreport.c:
2578         * gst/debug/rndbuffersize.c:
2579         * gst/debug/testplugin.c:
2580           Add new test element and clean-up the others a little.
2581
2582 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2583
2584         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2585         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2586
2587 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2588
2589         * gst/rtp/gstrtpilbcdepay.c:
2590           Include stdlib.
2591
2592 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2593
2594         * gst/rtp/gstrtpmpvdepay.c:
2595         Set the mpegversion in the caps so that autoplugging does not get
2596         confused.
2597
2598 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2599
2600         * po/hu.po:
2601         * po/uk.po:
2602         * po/vi.po:
2603           Updated translations.
2604
2605 2007-08-08  Michael Smith <msmith@fluendo.com>
2606
2607         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2608           Render right border in the correct location.
2609
2610 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2611
2612         Patch by: Olivier Crete <tester at tester dot ca>
2613
2614         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2615         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2616         Make mode property a string. Fixes #464475.
2617
2618 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2619
2620         * ext/flac/gstflacenc.c:
2621           Widen caps to match decoder a bit and add more FIXMEs.
2622
2623 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2624
2625         patch by: Mark Nauwelaerts <manauw@skynet.be>
2626
2627         * gst/avi/gstavimux.c:
2628           Fix ODML index tag numbering. Fixes #463624.
2629
2630 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2631
2632         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2633         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2634         (gst_rtspsrc_stream_configure_tcp),
2635         (gst_rtspsrc_stream_configure_udp_sink):
2636         Fix default clock-rate for realmedia.
2637         Fix parsing of transport.
2638         Don't try to link NULL pads.
2639
2640 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2641
2642         * po/POTFILES.skip:
2643           Add POTFILES.skip with list of source files that aren't disted at the
2644           moment but contain translatable strings. Should hopefully pacify
2645           broken tools and make it clearer that these files are left out
2646           intentionally (#461600).
2647
2648 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2649
2650         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2651         If the buffer was entirely clipped ... don't try sending it :)
2652
2653 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2654
2655         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2656         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2657         (gst_rtspsrc_create_transports_string),
2658         (gst_rtspsrc_prepare_transports):
2659         If we don't hav a session manager, set the caps on outgoing buffers
2660         ourselves.
2661         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2662         Append final bit of the transport string even when it does not contain a
2663         placeholder.
2664
2665 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2666
2667         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2668         (gst_rtsp_ext_list_connect):
2669         * gst/rtsp/gstrtspext.h:
2670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2671         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2672         Clean up the interface list.
2673         Allow connecting to interface signals for the extensions.
2674         Remove old extension code.
2675         Free list on cleanup.
2676         Allow extensions to send additional RTSP messages.
2677
2678 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2679
2680         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2681         Handle a NULL gconf key gracefully by rendering the default element.
2682
2683 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2684
2685         * gst/rtsp/gstrtspext.h:
2686         Fix include path for extension interface.
2687
2688 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2689
2690         * gst/audiofx/audioamplify.h:
2691         Also remove a now unecessary variable here.
2692
2693 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2694
2695         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2696         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2697         * gst/audiofx/audiodynamic.c:
2698         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2699         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2700         * gst/audiofx/audiodynamic.h:
2701         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2702         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2703         * gst/audiofx/audioinvert.h:
2704         Don't save format information ourselves, this is already saved in
2705         GstAudioFilter.
2706
2707 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2708
2709         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2710         (gst_rtsp_ext_list_stream_select):
2711         * gst/rtsp/gstrtspext.h:
2712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2713         Use rank to filter out extensions.
2714         Add url to stream_select interface call.
2715
2716 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2717
2718         * gst/rtsp/Makefile.am:
2719         * gst/rtsp/base64.c:
2720         * gst/rtsp/base64.h:
2721         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2722         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2723         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2724         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2725         (gst_rtsp_ext_list_setup_media),
2726         (gst_rtsp_ext_list_configure_stream),
2727         (gst_rtsp_ext_list_get_transports),
2728         (gst_rtsp_ext_list_stream_select):
2729         * gst/rtsp/gstrtspext.h:
2730         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2731         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2732         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2733         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2734         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2735         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2736         (gst_rtspsrc_stream_configure_tcp),
2737         (gst_rtspsrc_stream_configure_mcast),
2738         (gst_rtspsrc_stream_configure_udp),
2739         (gst_rtspsrc_stream_configure_udp_sink),
2740         (gst_rtspsrc_stream_configure_transport),
2741         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2742         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2743         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2744         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2745         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2746         (gst_rtspsrc_parse_methods),
2747         (gst_rtspsrc_create_transports_string),
2748         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2749         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2750         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2751         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2752         * gst/rtsp/gstrtspsrc.h:
2753         * gst/rtsp/rtsp.h:
2754         * gst/rtsp/rtspconnection.c:
2755         * gst/rtsp/rtspconnection.h:
2756         * gst/rtsp/rtspdefs.c:
2757         * gst/rtsp/rtspdefs.h:
2758         * gst/rtsp/rtspext.h:
2759         * gst/rtsp/rtspextwms.c:
2760         * gst/rtsp/rtspextwms.h:
2761         * gst/rtsp/rtspmessage.c:
2762         * gst/rtsp/rtspmessage.h:
2763         * gst/rtsp/rtsprange.c:
2764         * gst/rtsp/rtsprange.h:
2765         * gst/rtsp/rtsptransport.c:
2766         * gst/rtsp/rtsptransport.h:
2767         * gst/rtsp/rtspurl.c:
2768         * gst/rtsp/rtspurl.h:
2769         * gst/rtsp/sdp.h:
2770         * gst/rtsp/sdpmessage.c:
2771         * gst/rtsp/sdpmessage.h:
2772         * gst/rtsp/test.c:
2773         Use shiny new RTSP and SDP library.
2774         Implement RTSP extensions using the new interface.
2775         Remove a lot of old code.
2776
2777 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2778
2779         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2780         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2781
2782 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2783
2784         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2785         Don't unref the outgoing buffer twice when dropping it because it's
2786         outside of the segment.
2787
2788 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2789
2790         * configure.ac:
2791         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2792         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2793         Use the new buffer clipping function from gstaudio here and
2794         require gst-plugins-base CVS.
2795         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2796         For framed Wavpack buffers we require a valid timestamp.
2797
2798 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2799
2800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2801         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2802         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2803         Clip raw audio and video when we can, keep track of current output
2804         segment.
2805         Don't leak buffers and events when there is no output pad.
2806         Improve debugging here and there.
2807
2808 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2809
2810         * configure.ac:
2811           Sync liboil check with plugins-base.
2812
2813 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2814
2815         * ext/annodex/Makefile.am:
2816           Fix CFLAGS/LIBS.
2817
2818         * ext/cdio/gstcdiocddasrc.c:
2819         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2820           Include stdlib
2821
2822         * ext/cairo/Makefile.am:
2823         * gst/videofilter/Makefile.am:
2824         * tests/examples/level/Makefile.am:
2825           Use $(LIBM) instead of -lm
2826
2827 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2828
2829         * sys/v4l2/gstv4l2src.c:
2830           Add another example pipeline.
2831
2832 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2833
2834         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2835
2836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2837           Use define here.
2838
2839         * sys/v4l2/gstv4l2tuner.c:
2840         (gst_v4l2_tuner_set_frequency_and_notify):
2841           Don't touch the property - its still disabled.
2842
2843         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2844         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2845         * sys/v4l2/v4l2src_calls.h:
2846           Improve fallback format negotionation. Fixes #451388
2847
2848 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2849
2850         * tests/check/elements/videocrop.c: (GST_START_TEST):
2851           Fix the test.
2852
2853 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2854
2855         * docs/plugins/Makefile.am:
2856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2857         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2858         * docs/plugins/inspect/plugin-jpeg.xml:
2859         * docs/plugins/inspect/plugin-png.xml:
2860         * ext/jpeg/gstjpegdec.c:
2861         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2862         (gst_pngdec_sink_setcaps):
2863           More docs. More logs in pngdec.
2864
2865 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2866
2867         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2868           Initialize num_buffers with minimum value.
2869
2870         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2871         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2872           Handle frame-size query failure gracefully.
2873
2874 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2875
2876         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2877         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2878         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2879         of qt/aac files.
2880
2881 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2882
2883         * ext/wavpack/gstwavpackdec.c:
2884         (gst_wavpack_dec_clip_outgoing_buffer):
2885         Fix buffer clipping to correctly clip to the segment stop.
2886
2887 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2888
2889         * configure.ac:
2890         * tests/Makefile.am:
2891         Remove bogus check for libcheck, since we check for
2892         gstreamer-check and it pulls in the required info from there,
2893         and we weren't actually _using_ the information for libcheck
2894         ourselves anyway.
2895
2896 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2897
2898         * configure.ac:
2899           Use pkg-config to locate check.
2900
2901 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2902
2903         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2904         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2905         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2906         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2907         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2908         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2909         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2910         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2911         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2912         * gst/effectv/gstrev.c: (gst_revtv_transform):
2913         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2914         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2915         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2916         * gst/matroska/matroska-demux.c:
2917         (gst_matroska_demux_add_wvpk_header),
2918         (gst_matroska_demux_check_subtitle_buffer),
2919         (gst_matroska_decode_buffer):
2920         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2921           Fix build against core CVS.
2922
2923 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2924
2925         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2926         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2927         don't have enough granularity to convert that boolean into a
2928         GstFlowReturn.
2929
2930 2007-07-06  Michael Smith <msmith@fluendo.com>
2931
2932         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2933         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2934         (gst_alawdec_change_state):
2935         * gst/law/alaw-decode.h:
2936         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2937         (gst_mulawdec_class_init), (gst_mulawdec_init),
2938         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2939         * gst/law/mulaw-decode.h:
2940           Fix capsnego bogosity in *law decoders. 
2941
2942 2007-07-06  Michael Smith <msmith@fluendo.com>
2943
2944         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2945         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2946         (gst_smokeenc_change_state):
2947         * ext/jpeg/gstsmokeenc.h:
2948           Remove stupidity in get/set caps functions.
2949           Fix some refcounting problems.
2950
2951 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2952
2953         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2954         Remove endianness-flipping hack that seems to have been required
2955         only because of a bug in ffmpegcolorspace.
2956         Partially Fixes: #451908
2957
2958 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2959
2960         * docs/plugins/Makefile.am:
2961           Simplify --extra-dir as gtkdoc scans recursively.
2962
2963 2007-07-03  Wim Taymans  <wim@fluendo.com>
2964
2965         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2966
2967         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2968         Set the encoding-name in the rtp caps to all uppercase, as required by
2969         the caps spec.
2970         Some small cleanups in the error paths. Fixes #453037.
2971
2972 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2973
2974         * ext/wavpack/gstwavpackparse.c:
2975         (gst_wavpack_parse_index_get_last_entry),
2976         (gst_wavpack_parse_index_get_entry_from_sample),
2977         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2978         (gst_wavpack_parse_scan_to_find_sample):
2979         * ext/wavpack/gstwavpackparse.h:
2980         Use a GSList for the GArray that is used like a list anyway.
2981
2982 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2983
2984         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2985         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2986         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2987           Add state change function where we set 0/1 as default framerate in
2988           case our setcaps function isn't called, like it might not in a
2989           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2990           gdkpixbufdec trying to create caps with a 0/0 framerate.
2991           Also post an error message on the bus if gst_pad_push() fails when
2992           called from our sink event handler (+1 for flow returns for event
2993           functions in 0.11) instead of failing silently.
2994
2995 2007-06-27  Wim Taymans  <wim@fluendo.com>
2996
2997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2998         Cast stack args to the proper types. Fixes #451249.
2999
3000 2007-06-27  Wim Taymans  <wim@fluendo.com>
3001
3002         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3003         (new_session_pad), (gst_rtspsrc_setup_streams):
3004         * gst/rtsp/gstrtspsrc.h:
3005         For container formats we only need to activate one of the streams so
3006         that we correctly signal no-more-pads. Fixes #451015.
3007
3008 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3009
3010         * docs/plugins/gst-plugins-good-plugins.args:
3011         * docs/plugins/inspect/plugin-aasink.xml:
3012         * docs/plugins/inspect/plugin-alaw.xml:
3013         * docs/plugins/inspect/plugin-alpha.xml:
3014         * docs/plugins/inspect/plugin-alphacolor.xml:
3015         * docs/plugins/inspect/plugin-annodex.xml:
3016         * docs/plugins/inspect/plugin-apetag.xml:
3017         * docs/plugins/inspect/plugin-audiofx.xml:
3018         * docs/plugins/inspect/plugin-auparse.xml:
3019         * docs/plugins/inspect/plugin-autodetect.xml:
3020         * docs/plugins/inspect/plugin-avi.xml:
3021         * docs/plugins/inspect/plugin-cacasink.xml:
3022         * docs/plugins/inspect/plugin-cairo.xml:
3023         * docs/plugins/inspect/plugin-cdio.xml:
3024         * docs/plugins/inspect/plugin-cutter.xml:
3025         * docs/plugins/inspect/plugin-debug.xml:
3026         * docs/plugins/inspect/plugin-efence.xml:
3027         * docs/plugins/inspect/plugin-effectv.xml:
3028         * docs/plugins/inspect/plugin-esdsink.xml:
3029         * docs/plugins/inspect/plugin-flac.xml:
3030         * docs/plugins/inspect/plugin-flxdec.xml:
3031         * docs/plugins/inspect/plugin-gconfelements.xml:
3032         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3033         * docs/plugins/inspect/plugin-goom.xml:
3034         * docs/plugins/inspect/plugin-halelements.xml:
3035         * docs/plugins/inspect/plugin-icydemux.xml:
3036         * docs/plugins/inspect/plugin-id3demux.xml:
3037         * docs/plugins/inspect/plugin-jpeg.xml:
3038         * docs/plugins/inspect/plugin-ladspa.xml:
3039         * docs/plugins/inspect/plugin-level.xml:
3040         * docs/plugins/inspect/plugin-matroska.xml:
3041         * docs/plugins/inspect/plugin-mulaw.xml:
3042         * docs/plugins/inspect/plugin-multipart.xml:
3043         * docs/plugins/inspect/plugin-navigationtest.xml:
3044         * docs/plugins/inspect/plugin-ossaudio.xml:
3045         * docs/plugins/inspect/plugin-png.xml:
3046         * docs/plugins/inspect/plugin-quicktime.xml:
3047         * docs/plugins/inspect/plugin-rtp.xml:
3048         * docs/plugins/inspect/plugin-rtsp.xml:
3049         * docs/plugins/inspect/plugin-smpte.xml:
3050         * docs/plugins/inspect/plugin-speex.xml:
3051         * docs/plugins/inspect/plugin-taglib.xml:
3052         * docs/plugins/inspect/plugin-udp.xml:
3053         * docs/plugins/inspect/plugin-videobalance.xml:
3054         * docs/plugins/inspect/plugin-videobox.xml:
3055         * docs/plugins/inspect/plugin-videocrop.xml:
3056         * docs/plugins/inspect/plugin-videoflip.xml:
3057         * docs/plugins/inspect/plugin-videomixer.xml:
3058         * docs/plugins/inspect/plugin-wavenc.xml:
3059         * docs/plugins/inspect/plugin-wavparse.xml:
3060         * docs/plugins/inspect/plugin-ximagesrc.xml:
3061           Update docs with caps info.
3062
3063 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3064
3065         * po/POTFILES.in:
3066           Add more files with translatable strings (#450878).
3067
3068 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3069
3070         * MAINTAINERS:
3071         Updating all the maintainers files
3072
3073 2007-06-22  Edward Hervey  <edward@fluendo.com>
3074
3075         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3076         * gst/interleave/deinterleave.c: (deinterleave_init),
3077         (deinterleave_sink_link):
3078         * gst/interleave/interleave.c: (interleave_init):
3079         * gst/median/gstmedian.c: (gst_median_init):
3080         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3081         Fix memory leaks.
3082         * tests/check/elements/id3demux.c: (pad_added_cb):
3083         Remove unused variable.
3084
3085 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3086
3087         * ext/gconf/gconf.h:
3088         Make the prototype of gst_gconf_get_key_for_sink_profile
3089         match the implementation.
3090         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3091         Fixes: #449747
3092
3093 2007-06-20  Michael Smith <msmith@fluendo.com>
3094
3095         * gst/rtp/gstrtpdepay.c:
3096           Fix description - rtpdepay is not a payloader.
3097
3098 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3099
3100         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3101         (qtdemux_video_caps):
3102         * gst/qtdemux/qtdemux_fourcc.h:
3103           Add MJPG to the variants of motion jpeg.
3104
3105 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3106
3107         * tests/check/Makefile.am:
3108         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3109         * tests/check/elements/videocrop.c: (GST_START_TEST):
3110         * tests/check/elements/videofilter.c:
3111         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3112         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3113           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3114           error flags are included and it errors out on compiler warnings
3115           for CVS builds; remove unused variables in various unit tests.
3116
3117 2007-06-19  Wim Taymans  <wim@fluendo.com>
3118
3119         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3120         (rtsp_connection_close), (rtsp_connection_free):
3121         Use threadsafe inet_ntop to convert an ip number to a string. 
3122         Fixes #447961.
3123         Don't leak fd (and ip) when freeing a connection without first closing
3124         it.
3125
3126 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3127
3128         * configure.ac:
3129         Back to CVS
3130
3131         * gst-plugins-good.doap:
3132         Add 0.10.6 to the doap file.
3133
3134 === release 0.10.6 ===
3135
3136 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3137
3138         * configure.ac:
3139           releasing 0.10.6, "Wobble Board"
3140
3141 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3142
3143         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3144         (rtsp_connection_free):
3145           Revert previous commit again, since we are frozen (sorry).
3146
3147 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3148
3149         Patch by: Peter Kjellerstedt <pkj at axis com>
3150
3151         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3152         (rtsp_connection_free):
3153           inet_ntoa() uses a static buffer internally, so we need to copy the
3154           returned string if we want to store it for later (#447961).
3155
3156 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3157
3158         * win32/vs6/autogen.dsp:
3159         * win32/vs6/gst_plugins_good.dsw:
3160         * win32/vs6/libgstalaw.dsp:
3161         * win32/vs6/libgstalpha.dsp:
3162         * win32/vs6/libgstalphacolor.dsp:
3163         * win32/vs6/libgstapetag.dsp:
3164         * win32/vs6/libgstaudiofx.dsp:
3165         * win32/vs6/libgstauparse.dsp:
3166         * win32/vs6/libgstautodetect.dsp:
3167         * win32/vs6/libgstavi.dsp:
3168         * win32/vs6/libgstcutter.dsp:
3169         * win32/vs6/libgstdirectdraw.dsp:
3170         * win32/vs6/libgstdirectsound.dsp:
3171         * win32/vs6/libgsteffectv.dsp:
3172         * win32/vs6/libgstflx.dsp:
3173         * win32/vs6/libgstgoom.dsp:
3174         * win32/vs6/libgsticydemux.dsp:
3175         * win32/vs6/libgstid3demux.dsp:
3176         * win32/vs6/libgstinterleave.dsp:
3177         * win32/vs6/libgstjpeg.dsp:
3178         * win32/vs6/libgstlevel.dsp:
3179         * win32/vs6/libgstmatroska.dsp:
3180         * win32/vs6/libgstmedian.dsp:
3181         * win32/vs6/libgstmonoscope.dsp:
3182         * win32/vs6/libgstmulaw.dsp:
3183         * win32/vs6/libgstmultipart.dsp:
3184         * win32/vs6/libgstqtdemux.dsp:
3185         * win32/vs6/libgstrtp.dsp:
3186         * win32/vs6/libgstrtsp.dsp:
3187         * win32/vs6/libgstsmpte.dsp:
3188         * win32/vs6/libgstspeex.dsp:
3189         * win32/vs6/libgstudp.dsp:
3190         * win32/vs6/libgstvideobalance.dsp:
3191         * win32/vs6/libgstvideobox.dsp:
3192         * win32/vs6/libgstvideocrop.dsp:
3193         * win32/vs6/libgstvideoflip.dsp:
3194         * win32/vs6/libgstvideomixer.dsp:
3195         * win32/vs6/libgstwaveform.dsp:
3196         * win32/vs6/libgstwavenc.dsp:
3197         * win32/vs6/libgstwavparse.dsp:
3198         Mark *.dsp & *.dsw as binary files and convert to DOS line
3199         endings, as they don't load into VS6 correctly otherwise.
3200
3201 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3202
3203         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3204         (rtsp_connection_connect):
3205         Fix the MingW build. 
3206         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3207         Fixes: #446981
3208
3209 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3210
3211         * tests/check/elements/.cvsignore:
3212         * tests/icles/.cvsignore:
3213         Hush the buildbots up
3214
3215 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3216
3217         * configure.ac:
3218         * sys/Makefile.am:
3219         * sys/directdraw/Makefile.am:
3220         * sys/directsound/Makefile.am:
3221         * sys/waveform/Makefile.am:
3222         Make sure to dist everything needed for win32 builds.
3223
3224 2007-06-14  Edward Hervey  <edward@fluendo.com>
3225
3226         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3227         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3228         caps.
3229         Fixes #447458
3230
3231 2007-06-13  Wim Taymans  <wim@fluendo.com>
3232
3233         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3234         Make sure we allocate enough memory for the codec_data.
3235         Fixes #447210.
3236
3237 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3238
3239         * win32/MANIFEST:
3240         Add videocrop project file to the win32 manifest.
3241         * win32/vs6/gst_plugins_good.dsw:
3242         Add qtdemux,videocrop and waveform projects to the workspace.
3243         * win32/vs6/libgstqtdemux.dsp:
3244         Add zlib to the link list of qtdemux.
3245         * win32/vs6/libgstvideocrop.dsp:
3246         Add a project file for videocrop.
3247
3248 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3249
3250         * po/POTFILES.in:
3251         Add qtdemux for translation
3252
3253 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3254
3255         * configure.ac:
3256         * docs/plugins/Makefile.am:
3257         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3258         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3259         * docs/plugins/inspect/plugin-videocrop.xml:
3260         * gst-plugins-good.spec.in:
3261         * sys/Makefile.am:
3262         * tests/check/Makefile.am:
3263         * tests/icles/Makefile.am:
3264         * tests/icles/videocrop-test.c:
3265         Move videocrop and osxvideo from -bad.
3266
3267 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3268
3269         * configure.ac:
3270         * docs/plugins/Makefile.am:
3271         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3273         * docs/plugins/gst-plugins-good-plugins.args:
3274         * docs/plugins/inspect/plugin-qtdemux.xml:
3275         * docs/plugins/inspect/plugin-quicktime.xml:
3276         * win32/MANIFEST:
3277         Move qtdemux from -bad.
3278
3279         * gst-plugins-good.spec.in:
3280         Update spec file to reflect moving of qtdemux and wavpack
3281
3282 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3283         
3284         * win32/MANIFEST:
3285         * docs/plugins/Makefile.am:
3286         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3287         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3288         * docs/plugins/inspect/plugin-directdraw.xml:
3289         * docs/plugins/inspect/plugin-directsound.xml:
3290         * docs/plugins/inspect/plugin-waveform.xml:
3291         Move the waveform plugin from -bad too. Update the inspect xml
3292         files to mention Plugins Good instead of Plugins Bad.
3293
3294 2007-06-12  Andy Wingo  <wingo@pobox.com>
3295
3296         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3297         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3298         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3299         finalization and resuscitation. No longer public.
3300         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3301         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3302         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3303         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3304         miniobject semantics, and be threadsafe.
3305         (gst_v4l2src_queue_frame): Remove this function, as we just call
3306         the ioctls directly in the two places where we queue buffers.
3307         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3308         directly.
3309         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3310         to allocate the pool, which also preallocates the GstBuffers.
3311         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3312         queueing the frames directly.
3313         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3314         mmap buffers have been dequeued.
3315
3316         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3317         real MiniObject instead of rolling our own refcounting and
3318         finalizing. Give it a lock.
3319         (struct _GstV4l2Buffer): Remove one intermediary object, having
3320         the buffers hold the struct v4l2_buffer directly.
3321
3322         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3323         capture_init so that it can set them on the buffers that it will
3324         create.
3325         (gst_v4l2src_get_read): For better or for worse, include the
3326         timestamping and offsetting code here; really we should be using
3327         bufferalloc though.
3328         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3329         preallocated, mmap'd buffers.
3330
3331 2007-06-11  Wim Taymans  <wim@fluendo.com>
3332
3333         Patch by: daniel fischer <dan at f3c dot com>
3334
3335         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3336         (gst_ximage_src_get_caps):
3337         Actually use the display_name property so that we can dump any
3338         available X display. Fixes #445905.
3339
3340 2007-06-11  Wim Taymans  <wim@fluendo.com>
3341
3342         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3343
3344         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3345         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3346         Add missing rate fields to caps. Fixes #441118.
3347
3348 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3349
3350         * win32/vs6/gst_plugins_good.dsw:
3351         * win32/vs8/gst-plugins-good.sln:
3352         Add DirectSound and DirectDraw sinks project files to
3353         workspace and solution files.
3354
3355 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3356
3357         Patch by: Josh Coalson <xflac at yahoo dot com>,
3358         updated by Alexis Ballier <aballier at gentoo dot org>:
3359
3360         * configure.ac:
3361         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3362         (gst_flac_dec_setup_seekable_decoder),
3363         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3364         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3365         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3366         * ext/flac/gstflacdec.h:
3367         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3368         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3369         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3370         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3371         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3372         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3373         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3374         * ext/flac/gstflacenc.h:
3375         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3376         
3377 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3380         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3381         not necessary anymore as we need at least that core version. 
3382
3383 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3384
3385         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3386         (gst_wavpack_dec_chain):
3387         * ext/wavpack/gstwavpackdec.h:
3388         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3389         (gst_wavpack_parse_push_buffer):
3390         * ext/wavpack/gstwavpackparse.h:
3391         Improve discont handling by checking if the next Wavpack block has
3392         the expected, following block index.
3393
3394 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3395
3396         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3397           Fix element description.
3398
3399 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3400
3401         * configure.ac:
3402         * docs/plugins/Makefile.am:
3403         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3404         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3405         * docs/plugins/gst-plugins-good-plugins.args:
3406         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3407         * docs/plugins/gst-plugins-good-plugins.signals:
3408         * docs/plugins/inspect/plugin-autodetect.xml:
3409         * docs/plugins/inspect/plugin-gconfelements.xml:
3410         * docs/plugins/inspect/plugin-ladspa.xml:
3411         * docs/plugins/inspect/plugin-rtp.xml:
3412         * docs/plugins/inspect/plugin-wavpack.xml:
3413         * ext/Makefile.am:
3414         * tests/check/Makefile.am:
3415           move wavpack plugin.  See #352605.
3416
3417 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3418
3419         * configure.ac:
3420         * docs/plugins/Makefile.am:
3421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3423         * docs/plugins/gst-plugins-good-plugins.args:
3424         * sys/Makefile.am:
3425         * win32/MANIFEST:
3426         Add DirectDraw & DirectSound plugins to the build and docs.
3427
3428 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3429
3430         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3431         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3432           When operating in pull mode, error out correct on not-linked.
3433
3434 2007-06-06  Andy Wingo  <wingo@pobox.com>
3435
3436         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3437         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3438         format and size if the ioctls are defined; should fix compilation
3439         on Linux < 2.16.19.
3440
3441 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3442
3443         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3444           Printf fixes in debug statements; use LOG level for debug statements
3445           that are printed for each and every frame; convert c++ comments to
3446           C-style comments; not much point using g_try_malloc() if we then not
3447           even check the return value.
3448
3449 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3450
3451         * configure.ac:
3452           Bump requirements to released versions (core and base 0.10.13).
3453
3454         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3455           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3456           own implementation.
3457
3458 2007-06-05  Andy Wingo  <wingo@pobox.com>
3459
3460         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3461         some useless comments.
3462
3463         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3464         frames before calling STREAMON, that might leave them in a state
3465         where they can't be dequeued if we go back to NULL without calling
3466         STREAMON, according to the docs.
3467         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3468         before we call STREAMON.
3469         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3470         failures. (For me this code hung.) The pool refcounting is still
3471         crack; added a note to that effect.
3472
3473 2007-06-05  Wim Taymans  <wim@fluendo.com>
3474
3475         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3476         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3477         Add support for mapping gst structure names to the MIME type equivalent.
3478         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3479
3480 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3481
3482         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3483         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3484         (gst_wavenc_chain), (gst_wavenc_change_state):
3485         * gst/wavenc/gstwavenc.h:
3486         Properly write wav files with width!=depth by having the depth most
3487         significant bytes set and all others zero. Fixes #442535.
3488
3489 2007-06-01  Wim Taymans  <wim@fluendo.com>
3490
3491         * gst/rtsp/rtspconnection.c:
3492         Add include to make buildbot happy.
3493
3494 2007-06-01  Wim Taymans  <wim@fluendo.com>
3495
3496         Patch by: Peter Kjellerstedt  <pkj at axis com>
3497
3498         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3499         (rtsp_connection_connect), (add_date_header),
3500         (rtsp_connection_send), (parse_response_status),
3501         (parse_request_line), (parse_line), (rtsp_connection_receive):
3502         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3503         * gst/rtsp/rtspdefs.h:
3504         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3505         (rtsp_message_init_request), (rtsp_message_init_response),
3506         (rtsp_message_remove_header), (rtsp_message_append_headers),
3507         (rtsp_message_dump):
3508         * gst/rtsp/rtspmessage.h:
3509         Improves version checking, allowing an RTSP server to reply with "505
3510         RTSP Version not supported.
3511         Adds a Date header to all messages.
3512         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3513         want to be able to send a response even if something in the request was
3514         invalid. EINVAL is only used when passing wrong arguments to functions.
3515         Do not handle an invalid method in parse_request_line(). Defer this to
3516         the caller so it can respond with "405 Method Not Allowed".
3517         Improves parsing of the timeout parameter to the Session header,
3518         allowing whitespace after the semicolon. 
3519         Avoids a compiler warning due to variables shadowing a function argument.
3520
3521 2007-06-01  Wim Taymans  <wim@fluendo.com>
3522
3523         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3524
3525         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3526         (gst_rtp_amr_depay_process):
3527         * gst/rtp/gstrtpamrdepay.h:
3528         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3529         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3530         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3531         * gst/rtp/gstrtpamrpay.h:
3532         Add support for AMR-WB.
3533         Small cleanups such as using BOILERPLATE.
3534
3535 2007-05-31  Wim Taymans  <wim@fluendo.com>
3536
3537         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3538         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3539
3540 2007-05-30  Andy Wingo  <wingo@pobox.com>
3541
3542         * sys/v4l2/gstv4l2object.h: 
3543         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3544         unintended changes.
3545
3546         * sys/v4l2/v4l2src_calls.h: 
3547         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3548         the format list in the order that the driver gives it to us.
3549         (gst_v4l2src_probe_caps_for_format_and_size)
3550         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3551         based on the capabilities of the device.
3552         (gst_v4l2src_grab_frame): Update for object variable renaming.
3553         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3554         as in the set_caps below.
3555         (gst_v4l2src_capture_init): Update for object variable renaming,
3556         and reflow.
3557         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3558         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3559         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3560         (gst_v4l2src_get_fps): Remove; these functions don't have much
3561         meaning outside of an atomic set_caps method.
3562         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3563         known.
3564
3565         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3566         call to update_fps; not sure about this change.
3567         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3568         moment we don't have an update_fps_func.
3569
3570         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3571         structures in the object, just store what we need. Do store the
3572         probed caps of the device. Don't store the current frame rate.
3573
3574         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3575         update_fps_function, for now. Update for new object variable
3576         naming.
3577         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3578         new object variable naming.
3579         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3580         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3581         (gst_v4l2src_get_caps): Rework to probe the device for supported
3582         frame sizes and frame rates.
3583         (gst_v4l2src_set_caps): Rework to be strict in the given
3584         parameters: if someone asks us to have a certain size and rate,
3585         that is what we configure.
3586         (gst_v4l2src_get_read): Update for object variable naming. Don't
3587         leak buffers on short reads.
3588         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3589         comments.
3590         (gst_v4l2src_create): Update for object variable naming.
3591
3592 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3593
3594         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3595         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3596         * gst/avi/gstavidemux.h:
3597           Parse subtitle text streams instead of erroring out (#442034). Still
3598           needs a parser for the subtitles to actually show up.
3599
3600 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3603         (gst_avi_demux_loop):
3604           Make _push_event() return TRUE if the event could be pushed on at
3605           least one pad and not only if it could be pushed on all pads,
3606           otherwise we'll end up posting an error message on EOS if one or
3607           more source pads are not connected.
3608
3609 2007-05-28  Wim Taymans  <wim@fluendo.com>
3610
3611         * gst/rtsp/rtsptransport.c:
3612         Use renamed RTP bin.
3613
3614 2007-05-28  Wim Taymans  <wim@fluendo.com>
3615
3616         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3617
3618         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3619         (gst_video_box_set_property), (gst_video_box_transform_caps),
3620         (video_box_recalc_transform), (gst_video_box_set_caps),
3621         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3622         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3623         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3624         (gst_video_box_i420_i420), (gst_video_box_transform),
3625         (plugin_init):
3626         Add AYUV->AYUV and AYUV->I420 formats. 
3627         Fix negotiation and I420->AYUV conversion.
3628         Fixes #429329.
3629
3630 2007-05-26  Wim Taymans  <wim@fluendo.com>
3631
3632         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3633         Use different variables for nested for loops so that the outer loop
3634         functions properly and speex files with multiple frames per buffer work
3635         properly.
3636         Fixes #441408.
3637
3638 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3639
3640         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3641           Don't leak newsegment events.
3642
3643 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3644
3645         * gst/wavparse/Makefile.am:
3646           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3647           drags it in.
3648
3649 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3650
3651         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3652         (notgst_value_array_append_buffer),
3653         (gst_flac_enc_process_stream_headers),
3654         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3655         (gst_flac_enc_change_state):
3656         * ext/flac/gstflacenc.h:
3657           Collect headers, add "streamheader" field to output caps and set
3658           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3659           produces output according to the official FLAC-to-Ogg mapping
3660           instead of completely broken files. Fixes #426044.
3661
3662 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3663
3664         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3665         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3666         (gst_id3demux_sink_event):
3667         * gst/id3demux/gstid3demux.h:
3668         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3669         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3670         (gst_tag_demux_send_new_segment):
3671         Handle and adjust new-segment events so that downstream really
3672         sees a stream with the tag pieces stripped off the front and back.
3673         Fixes strangeness in seeking when mp3 decoders use the new-segment
3674         byte position to estimate their current playback position timestamp
3675         and then the arriving buffers don't match up.
3676
3677 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3678
3679         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3680           Don't unnecessarily perform a READY->NULL->READY transition on the
3681           detected audio sink when starting up. Fixes: #440127
3682
3683 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3684
3685         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3686         (gst_flac_enc_chain):
3687           Don't crash in chain function if setcaps hasn't been called.
3688
3689 2007-05-24  Wim Taymans  <wim@fluendo.com>
3690
3691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3692         Init value to avoid infinte loops.
3693
3694 2007-05-24  Wim Taymans  <wim@fluendo.com>
3695
3696         Patch by: Peter Kjellerstedt  <pkj at axis com>
3697
3698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3699         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3700         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3701         (gst_rtspsrc_play):
3702         (rtsp_connection_send), (rtsp_connection_receive):
3703         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3704         Fix for new API.
3705
3706         * gst/rtsp/rtspconnection.c: (add_auth_header),
3707         Only add authorisation and session headers when sending messages.
3708
3709         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3710         (rtsp_message_init_request), (rtsp_message_init_response),
3711         (rtsp_message_unset), (rtsp_message_add_header),
3712         (rtsp_message_remove_header), (rtsp_message_get_header),
3713         (rtsp_message_append_headers), (dump_key_value),
3714         (rtsp_message_dump):
3715         * gst/rtsp/rtspmessage.h:
3716         Add support for multiple headers of the same type by storing the parsed
3717         headers in a GArray instaed of a hashtable.
3718
3719 2007-05-21  Wim Taymans  <wim@fluendo.com>
3720
3721         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3722         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3723         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3724         safer shutdown.
3725
3726 2007-05-21  Wim Taymans  <wim@fluendo.com>
3727
3728         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3729         * gst/rtsp/gstrtpdec.h:
3730         Added signal for backwards compat.
3731
3732 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3733         
3734         Patch by: René Stadler <mail at renestadler dot de>
3735
3736         * configure.ac:
3737         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3738         (gst_au_parse_parse_header), (gst_au_parse_chain):
3739         * gst/auparse/gstauparse.h:
3740         Use audioconvert for converting from non-native endianness floats
3741         in auparse instead of doing it ourself. Fixes #424527.
3742         This needs the audioconvert from plugins-base CVS.
3743         
3744 2007-05-21  Wim Taymans  <wim@fluendo.com>
3745
3746         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3747         (gst_rtp_h263p_pay_flush):
3748         Fix enum registration.
3749
3750 2007-05-21  Wim Taymans  <wim@fluendo.com>
3751
3752         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3753
3754         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3755         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3756         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3757         (gst_rtp_h263p_pay_flush):
3758         * gst/rtp/gstrtph263ppay.h:
3759         Add new fragmentation mode base on GOB headers. Fixes #438940.
3760
3761 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3762
3763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3764           Printf format fix.
3765
3766 2007-05-18  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3769         Don't crash when an unsupported transport error was returned by the
3770         server, just try to configure the next stream. Fixes #439255.
3771
3772 2007-05-18  Wim Taymans  <wim@fluendo.com>
3773
3774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3775         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3776         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3777         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3778         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3779         * gst/rtsp/gstrtspsrc.h:
3780         Add TCP timeout property and use it for all TCP connection.
3781
3782         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3783         (rtsp_connection_write), (rtsp_connection_next_timeout),
3784         (rtsp_connection_reset_timeout):
3785         Make connect and writes cancelable and make them use the timeout.
3786
3787 2007-05-18  Wim Taymans  <wim@fluendo.com>
3788
3789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3790         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3791         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3792         (gst_rtspsrc_setup_streams):
3793         Refactor timeout handling.
3794         Also send keep-alive when dealing with TCP transport.
3795
3796         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3797         (rtsp_connection_free), (rtsp_connection_next_timeout),
3798         (rtsp_connection_reset_timeout):
3799         * gst/rtsp/rtspconnection.h:
3800         Use a timer to handle the session timeouts, add some methods to deal
3801         with timeouts.
3802
3803 2007-05-17  Wim Taymans  <wim@fluendo.com>
3804
3805         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3806         (gst_rtspsrc_setup_streams):
3807         Ignore streams that fail the setup command, we will retry with a
3808         different transport later on.
3809
3810         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3811         (rtsp_ext_wms_configure_stream):
3812         Fix encoding name case.
3813
3814 2007-05-16  Edward Hervey  <edward@fluendo.com>
3815
3816         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3817         Fix build on macosx.
3818
3819 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3820
3821         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3822         Replace direct comparison of a string with the string literal "" with
3823         a comparison of the first character with '\0'. Fixes #438926.
3824
3825 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3826
3827         * gst/debug/breakmydata.c (gst_break_my_data_init):
3828           One more try. This should be the proper fix now.
3829
3830 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3831
3832         * gst/debug/breakmydata.c:
3833           Ooops, no // comments please.
3834
3835 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3836
3837         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3838         (gst_break_my_data_init):
3839           Fix gst_buffer_is_writable() assertion.
3840
3841 2007-05-14  David Schleef  <ds@schleef.org>
3842
3843         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3844           video/x-raw-bayer.  Fixes #314160.
3845
3846 2007-05-14  Wim Taymans  <wim@fluendo.com>
3847
3848         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3849         (gst_rtp_theora_depay_parse_configuration):
3850         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3851         (gst_rtp_theora_pay_finish_headers),
3852         (gst_rtp_theora_pay_handle_buffer):
3853         Update theora pay/depayloader in a similar to vorbis.
3854
3855         * gst/rtp/gstrtpvorbisdepay.c:
3856         (gst_rtp_vorbis_depay_parse_configuration):
3857         Update docs.
3858
3859 2007-05-14  Wim Taymans  <wim@fluendo.com>
3860
3861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3862         When we try to execute a method that is not supported by the server,
3863         don't error out but remove the method from the accepted methods so that
3864         we never try to perform this method again.
3865
3866 2007-05-14  Wim Taymans  <wim@fluendo.com>
3867
3868         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3869         Remove annoying _dump_mem.
3870
3871 2007-05-14  Wim Taymans  <wim@fluendo.com>
3872
3873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3874         Parse range correctly.
3875
3876         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3877         The baseurl now always has a '/' at the start.
3878
3879 2007-05-14  Wim Taymans  <wim@fluendo.com>
3880
3881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3882         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3883         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3884         Factor out caps configuration and configure more stuff such as the time
3885         ranges and speed/scale values.
3886
3887         * gst/rtsp/rtsptransport.c:
3888         Add Copyright after non-trival fixes.
3889
3890 2007-05-12  Wim Taymans  <wim@fluendo.com>
3891
3892         Patch by: Peter Kjellerstedt  <pkj at axis com>
3893
3894         * gst/rtsp/gstrtspsrc.h:
3895         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3896         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3897         (rtsp_message_get_header):
3898         * gst/rtsp/rtspmessage.h:
3899         Make channel guint8 where possible.
3900         Make rtsp_message_init_data() take the channel as a guint8.
3901
3902         * gst/rtsp/rtspdefs.c:
3903         Fixed a typo: Timout -> Timeout
3904
3905         * gst/rtsp/rtspdefs.h:
3906         Make RTSP_CHECK() behave as a statement.
3907
3908         * gst/rtsp/sdpmessage.c:
3909         Avoid a compiler warning in INIT_ARRAY().
3910         Fixes #437692.
3911
3912 2007-05-12  Wim Taymans  <wim@fluendo.com>
3913
3914         Patch by: Peter Kjellerstedt  <pkj at axis com>
3915
3916         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3917         (rtsp_url_get_request_uri):
3918         * gst/rtsp/rtspurl.h:
3919         Add support for query parameters to RTSP URLs.
3920
3921 2007-05-12  Wim Taymans  <wim@fluendo.com>
3922
3923         Patch by: Peter Kjellerstedt  <pkj at axis com>
3924
3925         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3926         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3927         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3928         (rtsp_transport_parse), (rtsp_transport_as_text):
3929         * gst/rtsp/rtsptransport.h:
3930         Add validation to rtsp_transport_parse().
3931         Add rtsp_transport_as_text() to generate an RTSP header from an
3932         RTSPTransport.
3933         Change ssrc to guint (was a string) since that is what it is, even
3934         though it is sent as a hex string.
3935         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3936         incorrect, which can be seen when looking at the examples in the RFC).
3937         Fixes #437670.
3938
3939 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3940
3941         Patch by: Eric Anholt
3942
3943         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3944           gst_ximage_src_ximage_get):
3945         Use union of all damage between frames to make it faster.
3946         Fixes bug #342463.
3947         Also fix crasher when cursor is at bottom right of window.
3948
3949 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3950
3951         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3952           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3953           streaming mode regression for file from #343837 with 'bext' chunk
3954           before the 'fmt' chunk.
3955
3956 2007-05-11  Wim Taymans  <wim@fluendo.com>
3957
3958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3959         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3960         (gst_rtspsrc_handle_src_event),
3961         (gst_rtspsrc_stream_configure_manager),
3962         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3963         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3964         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3965         * gst/rtsp/gstrtspsrc.h:
3966         * gst/rtsp/rtspdefs.h:
3967         Preliminary seek support.
3968         Activate internal pads so that we can receive events on them.
3969         Don't try to parse a range string when it's NULL.
3970
3971 2007-05-11  Wim Taymans  <wim@fluendo.com>
3972
3973         * gst/rtp/README:
3974         Update README with new RTP variables that will be used for
3975         synchronisation.
3976
3977         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3978         (gst_rtp_vorbis_depay_parse_configuration),
3979         (gst_rtp_vorbis_depay_process):
3980         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3981         (gst_rtp_vorbis_pay_finish_headers),
3982         (gst_rtp_vorbis_pay_handle_buffer):
3983         Update vorbis pay and depayloader to draft-04.
3984
3985 2007-05-11  Wim Taymans  <wim@fluendo.com>
3986
3987         * gst/rtsp/rtsptransport.c:
3988         UDP MCAST is actually the default for RTP/AVP.
3989 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3990
3991         * gst/level/gstlevel.c: (gst_level_transform_ip):
3992         Use guint8 * instead of gpointer then vs6 can build 
3993         in_data += (filter->width / 8).
3994
3995 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3996
3997         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3998           gst_ximage_src_ximage_get):
3999         * sys/ximage/gstximagesrc.h (last_ximage):
4000         When using Damage actually keep the last frame, and not assume
4001         that the buffer we get already has the last frame on it.
4002         Copy the cursor over if we specify a non-zero start x and
4003         start y.
4004
4005 2007-05-11  Wim Taymans  <wim@fluendo.com>
4006
4007         * gst/rtsp/rtsptransport.c:
4008         Make UDP the default transport when not specified.
4009
4010 2007-05-09  David Schleef  <ds@schleef.org>
4011
4012         * gst/level/gstlevel.c:
4013           Revert last change.
4014
4015 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4016
4017         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4018         (gst_level_transform_ip):
4019         Use guint8 * instead of gpointer then vs6 know the size of data
4020         pointed when moving the pointer.
4021         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4022         Move instructions after variables declaration.
4023         * win32/vs6/autogen.dsp:
4024         * win32/vs6/libgstrtp.dsp:
4025         * win32/vs6/libgstrtsp.dsp:
4026         Update vs6 project files.
4027
4028 2007-05-09  Wim Taymans  <wim@fluendo.com>
4029
4030         * gst/rtsp/Makefile.am:
4031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4032         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4033         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4034         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4035         (rtsp_range_free):
4036         * gst/rtsp/rtsprange.h:
4037         Add code to parse time ranges.
4038         Report DURATION on the stream when possible.
4039
4040 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4041
4042         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4043         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4044         (gst_videomixer_collected):
4045           Fix strides calculation for AYUV (it's just width*4) (#436910).
4046
4047 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4048
4049         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4050         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4051         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4052         Sync the GObject properties before each processing step to properly
4053         work with the controller.
4054
4055 2007-05-04  Wim Taymans  <wim@fluendo.com>
4056
4057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4058         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4059         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4060         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4061         (gst_rtspsrc_change_state):
4062         Let more error state trickle down so that we can catch more error
4063         cases.
4064         Handle keep-alive a little smarter by selecting a method the server
4065         actually supports.
4066         Fix a race in UDP streaming shutdown.
4067
4068 2007-05-04  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4071         Ignore errors when trying to use the keep-alive messages.
4072
4073 2007-05-04  Wim Taymans  <wim@fluendo.com>
4074
4075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4076         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4077         (gst_rtspsrc_stream_configure_manager),
4078         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4079         (gst_rtspsrc_stream_configure_mcast),
4080         (gst_rtspsrc_stream_configure_udp),
4081         (gst_rtspsrc_stream_configure_udp_sink),
4082         (gst_rtspsrc_stream_configure_transport):
4083         Send RTCP messages back to the server over the TCP connection.
4084
4085         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4086         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4087         (rtsp_connection_receive):
4088         * gst/rtsp/rtspconnection.h:
4089         Factor out and expose lowlevel _write and _read methods.
4090         Implement sending data messages to the server.
4091
4092 2007-05-03  Wim Taymans  <wim@fluendo.com>
4093
4094         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4095         (gst_multipart_mux_collected):
4096         Fix timestamps on outgoing buffers.
4097
4098 2007-05-03  Wim Taymans  <wim@fluendo.com>
4099
4100         * gst/multipart/multipartmux.c:
4101         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4102         (gst_multipart_mux_change_state):
4103         Emit NEWSEGMENT events before pushing the first buffer.
4104
4105 2007-05-03  Wim Taymans  <wim@fluendo.com>
4106
4107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4108         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4109         (gst_rtspsrc_handle_src_query),
4110         (gst_rtspsrc_stream_configure_manager),
4111         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4112         (gst_rtspsrc_stream_configure_mcast),
4113         (gst_rtspsrc_stream_configure_udp),
4114         (gst_rtspsrc_stream_configure_udp_sink),
4115         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4116         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4117         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4118         (gst_rtspsrc_pause):
4119         Refactor transport configuration code.
4120         Create internal pads for TCP transport so that we can implement events
4121         and queries.
4122         Handle events and queries.
4123         Parse range from the SDP.
4124         Fix race in pause handler where the connection could still be flushing.
4125
4126 2007-05-02  Wim Taymans  <wim@fluendo.com>
4127
4128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4129         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4130         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4131         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4132         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4133         (gst_rtspsrc_change_state):
4134         * gst/rtsp/gstrtspsrc.h:
4135         Fix race when multiple udp sources post timeouts, just act on the first
4136         received timeout.
4137         Protect stream list with a recursive lock to fix some races.
4138         Flush connection when we need to do a reconnect or stop.
4139         Make state lock recursive.
4140
4141         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4142         (rtsp_connection_close):
4143         Some small cleanups.
4144
4145 2007-05-02  Wim Taymans  <wim@fluendo.com>
4146
4147         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4148         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4149         Only set DISCONT when there actually is a discont or when we just
4150         started.
4151
4152 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4153
4154         * ext/flac/gstflac.c: (plugin_init):
4155         Call bindtextdomain() to get localized strings.
4156
4157 2007-05-02  Wim Taymans  <wim@fluendo.com>
4158
4159         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4160         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4161         (gst_wavparse_stream_data):
4162         * gst/wavparse/gstwavparse.h:
4163         Be a bit more clever when dealing with VBR files with FACT tags, we
4164         don't want to timestamp buffers in that case but the estimated BPS can
4165         be used for seeking.
4166         Only send close segment in the streaming thread.
4167
4168 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4169
4170         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4171         Correctly post an error on the bus if something went wrong in the loop
4172         function. This fixes a few cases where the task was paused and nothing
4173         happened anymore.
4174
4175 2007-05-02  Wim Taymans  <wim@fluendo.com>
4176
4177         * gst/rtsp/test.c: (main):
4178         Fix compilation of deprecated test just because I'm too lazy to delete
4179         it.
4180
4181 2007-05-02  Wim Taymans  <wim@fluendo.com>
4182
4183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4184         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4185         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4186         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4187         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4188         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4189         * gst/rtsp/gstrtspsrc.h:
4190         Fix sending RTCP to the right place.
4191         Fix bug in reffing the wrong UDP element.
4192         Use new pad names for the session manager.
4193         Implement handling server requests in interleaved and UDP modes.
4194         Handle session keep-alive in UDP modes.
4195         Remove GCond for handling UDP timeouts.
4196
4197         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4198         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4199         (rtsp_connection_receive), (rtsp_connection_close):
4200         * gst/rtsp/rtspconnection.h:
4201         Store connection IP address for later.
4202         Add timeout args to all operations that might block forever.
4203         Parse session timeout.
4204         Only close sockets when not already closed.
4205
4206         * gst/rtsp/rtspdefs.c:
4207         * gst/rtsp/rtspdefs.h:
4208         Add timeout return value and error string.
4209
4210         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4211         Add small comment.
4212
4213 2007-05-01  Wim Taymans  <wim@fluendo.com>
4214
4215         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4216
4217         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4218         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4219         * gst/rtp/gstrtpmp4vpay.h:
4220         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4221
4222 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4225           Remove v4l2src from docs, since it breaks the docs build, and the
4226           plugin is only built if --enable-experimental is used anyway.
4227
4228         * docs/plugins/Makefile.am:
4229           Spaces => tab.
4230
4231 2007-04-29  Wim Taymans  <wim@fluendo.com>
4232
4233         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4234         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4235         Add code to drop membership of a multicast group.
4236
4237         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4238         (gst_udpsink_set_uri):
4239         Implement URI handler.
4240
4241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4242         (gst_rtspsrc_parse_rtpinfo):
4243         Use URI handler to make udpsink instace.
4244         Improve code to configure port and destination.
4245
4246 2007-04-29  Wim Taymans  <wim@fluendo.com>
4247
4248         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4249         Fix multicast detection.
4250         Don't try to join a multicast group if the address is not multicast.
4251
4252         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4253         Small debug improvement.
4254
4255 2007-04-27  Wim Taymans  <wim@fluendo.com>
4256
4257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4258         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4259         (gst_rtspsrc_handle_message):
4260         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4261         parent.
4262
4263 2007-04-27  Wim Taymans  <wim@fluendo.com>
4264
4265         * gst/rtp/gstrtpilbcdepay.h:
4266         Fix mode property when specified as an arg.
4267
4268 2007-04-26  Edward Hervey  <edward@fluendo.com>
4269
4270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4271         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4272         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4273         * docs/plugins/inspect/plugin-osxaudio.xml:
4274         Add documentation for osxaudio plugin.
4275
4276 2007-04-26  Wim Taymans  <wim@fluendo.com>
4277
4278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4279         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4280         (gst_rtspsrc_open), (gst_rtspsrc_close),
4281         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4282         (gst_rtspsrc_pause):
4283         * gst/rtsp/gstrtspsrc.h:
4284         Protect state changes with a lock.
4285
4286         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4287         (parse_line):
4288         * gst/rtsp/rtspconnection.h:
4289         Remove some unused stuff.
4290
4291 2007-04-26  Wim Taymans  <wim@fluendo.com>
4292
4293         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4294         Handle the case where there are exactly 0 bytes to read and the ioctl
4295         did not report an error. Fixes #433530.
4296
4297 2007-04-26  Wim Taymans  <wim@fluendo.com>
4298
4299         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4300         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4301         * gst/wavparse/gstwavparse.h:
4302         Apply DISCONT to buffers.
4303         Only apply timestamp to the first sample after a DISCONT, too many VBR
4304         files cause random jitter in the timestamps. Fixes #433119.
4305
4306 2007-04-25  Wim Taymans  <wim@fluendo.com>
4307
4308         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4309         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4310         (gst_rtp_dec_get_property):
4311         * gst/rtsp/gstrtpdec.h:
4312         Add dummy latency property to be backwards compat with rtpbin.
4313
4314         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4315         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4316         (gst_rtspsrc_stream_configure_transport),
4317         (gst_rtspsrc_parse_rtpinfo):
4318         * gst/rtsp/gstrtspsrc.h:
4319         Add latency property and configure in the session manager.
4320         Don't set invalid clock-base and seqnum-base on caps, some servers
4321         sometimes don't send them.
4322
4323 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4324
4325         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4326         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4327           Double-check that RGB input caps are really RGBA caps (apparently
4328           the core doesn't always catch it if those caps aren't a subset of
4329           our template caps, also see #421543). Fixes #429319 in a way.
4330           Also, don't leak the pad template in the transform_caps function.
4331
4332         * tests/check/Makefile.am:
4333         * tests/check/elements/.cvsignore:
4334         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4335         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4336         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4337         (GST_START_TEST), (alphacolor_suite):
4338           Add some basic unit tests for alphacolor.
4339
4340 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4343           If we get a fatal flow return in the loop function, first post the
4344           error message and only then send the EOS event downstream, otherwise
4345           applications might get an eos message before the error message and
4346           think everything was ok (related to #429319).
4347
4348 2007-04-25  Wim Taymans  <wim@fluendo.com>
4349
4350         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4351         Read the channel byte as an unsigned byte.
4352
4353 2007-04-25  Wim Taymans  <wim@fluendo.com>
4354
4355         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4356         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4357         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4358         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4359         (gst_rtp_gsm_depay_setcaps):
4360         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4361         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4362         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4363         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4364         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4365         (gst_ilbc_depay_get_property):
4366         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4367         * gst/rtp/gstrtpmp4adepay.c:
4368         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4369         (gst_rtp_pcma_depay_setcaps):
4370         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4371         (gst_rtp_pcmu_depay_setcaps):
4372         Make sure we configure the clock_rate in the baseclass in the setcaps
4373         function. Fixes #431282.
4374
4375 2007-04-25  Wim Taymans  <wim@fluendo.com>
4376
4377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4378         (gst_rtspsrc_stream_free), (request_pt_map),
4379         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4380         * gst/rtsp/gstrtspsrc.h:
4381         Parse server address from SDP.
4382         Hook up a udpsink to send RTCP back to the server.
4383
4384         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4385         * gst/rtsp/rtsptransport.h:
4386         Add some docs.
4387
4388 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4389
4390         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4391           Make header field check conditional. Fixes #433135
4392
4393 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4394
4395         * docs/plugins/Makefile.am:
4396         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4397         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4398         * docs/plugins/inspect/plugin-alphacolor.xml:
4399         * gst/alpha/Makefile.am:
4400         * gst/alpha/gstalphacolor.c:
4401         * gst/alpha/gstalphacolor.h:
4402           Add minimal docs blurb to alphacolor; split out headers into
4403           separate header file for gtk-doc.
4404
4405 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4406
4407         * gst/debug/progressreport.c: (gst_progress_report_report):
4408           Don't try to post NULL message (in case we can't query upstream
4409           position or duration).
4410
4411 2007-04-18  Michael Smith  <msmith@fluendo.com>
4412
4413         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4414         (gst_cutter_get_caps):
4415         * gst/cutter/gstcutter.h:
4416           Fix some of the most obvious bugs in cutter. Now doesn't leak
4417           everything if input is silent.
4418
4419 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4420
4421         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4422         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4423         * gst/wavenc/gstwavenc.h:
4424         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4425         else results in a invalid block align and invalid files.
4426
4427 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4428
4429         Patch by: Snaik <snaik32 gmail com>
4430
4431         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4432           Add missing break statement for BOX_HORIZONTAL case.
4433
4434 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4435
4436         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4437
4438         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4439         Use correct format strings for integer types.
4440
4441 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4442
4443         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4444         (gst_wavparse_create_sourcepad):
4445         Use gst_riff_create_audio_template_caps () instead of the local caps.
4446         This makes updates of the local caps unecessary whenever libgstriff
4447         gets support for new formats.
4448
4449 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4452
4453         * sys/sunaudio/gstsunaudio.c:
4454         * sys/sunaudio/gstsunaudiomixer.c:
4455         * sys/sunaudio/gstsunaudiomixer.h:
4456         * sys/sunaudio/gstsunaudiomixerctrl.c:
4457         * sys/sunaudio/gstsunaudiomixerctrl.h:
4458         * sys/sunaudio/gstsunaudiomixertrack.h:
4459         * sys/sunaudio/gstsunaudiosink.c:
4460         * sys/sunaudio/gstsunaudiosink.h:
4461         * sys/sunaudio/gstsunaudiosrc.c:
4462         * sys/sunaudio/gstsunaudiosrc.h:
4463           Fix and/or update copyright attributions (#430228).
4464
4465 2007-04-13  Wim Taymans  <wim@fluendo.com>
4466
4467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4468         Fix docs.
4469
4470         * gst/rtsp/URLS:
4471         Add some more example urls.
4472
4473         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4474         (gst_rtp_dec_chain_rtp):
4475         Better debugging.
4476
4477         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4478         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4479         (gst_rtspsrc_parse_rtpinfo):
4480         Remove unused code.
4481
4482 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4483
4484         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4485         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4486         (gst_wavparse_stream_data):
4487           Relax the audio/mpeg caps again and add FIXME: comment.
4488
4489 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4490
4491         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4492         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4493         (gst_wavparse_stream_data):
4494         * gst/wavparse/gstwavparse.h:
4495           More sanity check for the header fields. Fix type for 'rate' header
4496           field.
4497
4498 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4499
4500         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4501         (gst_icydemux_unicodify):
4502           If the metadata strings we get in the stream are not UTF-8, try to
4503           interpret them according to the character encodings specified in the
4504           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4505           only fall back to locale/ISO-8859-1 if those aren't set or don't
4506           work. Should fix #428901.
4507
4508 2007-04-12  Wim Taymans  <wim@fluendo.com>
4509
4510         * gst/rtp/gstrtph264depay.c:
4511         Use the proper sync word for SPS and PPS.
4512
4513 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4514
4515         * gst/rtp/Makefile.am:
4516         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4517           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4518         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4519           Add a simple hashing implementation that we can use to generate
4520           a 24-bit ident value based on the codebooks for vorbis and theora.
4521         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4522           gst_rtp_theora_pay_handle_buffer):
4523         * gst/rtp/gstrtpvorbisdepay.c
4524           (gst_rtp_vorbis_depay_parse_configuration,
4525           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4526         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4527           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4528           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4529           Use the hashing function, ensuring that the same codebooks result
4530           in the same ident and thus the same SDP description.
4531           Various log fixes/changes.
4532
4533 2007-04-12  Wim Taymans  <wim@fluendo.com>
4534
4535         Patch by: jerry tan <jerry dot tan at sun dot com>
4536
4537         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4538         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4539         application's responsibility to make sure it open the device once.
4540         Remove a careless error if AUDIODEV is set. Fixes #392620.
4541
4542 2007-04-12  Wim Taymans  <wim@fluendo.com>
4543
4544         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4545         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4546         * gst/rtsp/gstrtpdec.h:
4547         Make backward compat with rtpbin by adding the request-pt-map signals.
4548
4549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4550         (new_session_pad), (request_pt_map),
4551         (gst_rtspsrc_stream_configure_transport),
4552         (gst_rtspsrc_stream_configure_caps),
4553         (gst_rtspsrc_activate_streams):
4554         * gst/rtsp/gstrtspsrc.h:
4555         Implement request-pt-map signals instead of setting caps on the buffers
4556         for the session manager.
4557
4558 2007-04-11  Wim Taymans  <wim@fluendo.com>
4559
4560         * gst/udp/gstudp.c: (plugin_init):
4561         Register GstNetBuffer in plugin_init so that the type can be used from
4562         multiple threads without races.
4563
4564 2007-04-10  Wim Taymans  <wim@fluendo.com>
4565
4566         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4567         (gst_rtp_amr_depay_process):
4568         Fix depayloader clock_rate and some cleanups.
4569
4570         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4571         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4572         * gst/rtp/gstrtph264depay.h:
4573         Don't push codec_data in the adapter because it might get flushed when
4574         we get a discont.
4575
4576         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4577         Handle multiple AU per packet.
4578
4579         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4580         (gst_rtp_sv3v_depay_plugin_init):
4581         Disable rank, this one does not work.
4582         Remove timestamping, base class does that.
4583
4584 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4585
4586         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4587           limit caps to the formats we announce in the template
4588
4589         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4590         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4591         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4592           fix some crashers/asserts when dealing with broken files
4593
4594 2007-04-10  Wim Taymans  <wim@fluendo.com>
4595
4596         Patch by: Peter Kjellerstedt  <pkj at axis com>
4597
4598         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4599         * gst/rtp/gstrtpL16depay.c:
4600         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4601         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4602         (gst_rtp_speex_depay_setcaps):
4603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4604         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4605         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4606         Fix some compiler warnings. Fixes #428182.
4607
4608 2007-04-06  Wim Taymans  <wim@fluendo.com>
4609
4610         * gst/rtsp/Makefile.am:
4611         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4612         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4613         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4614         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4615         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4616         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4617         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4618         (create_rtcp), (gst_rtp_dec_request_new_pad),
4619         (gst_rtp_dec_release_pad):
4620         * gst/rtsp/gstrtpdec.h:
4621         * gst/rtsp/gstrtsp.c: (plugin_init):
4622         Morph RTPDec into something compatible with RTPBin as a fallback.
4623         Various other style fixes.
4624
4625         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4626         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4627         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4628         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4629         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4630         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4631         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4632         * gst/rtsp/gstrtspsrc.h:
4633         Implement RTPBin session manager handling.
4634         Don't try to add empty properties to caps.
4635         Implement fallback session manager, handling.
4636         Don't combine errors from RTCP streams, just ignore them.
4637
4638         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4639         * gst/rtsp/rtsptransport.h:
4640         Implement fallback session manager.
4641         Make RTPBin the default one when available.
4642
4643 2007-04-05  Wim Taymans  <wim@fluendo.com>
4644
4645         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4646         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4647         This element is ready to be autoplugged.
4648
4649 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4650
4651         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4652         Don't leave the offsets defined by upstream element on the
4653         compressed data buffer we are pushing downstream. Make them
4654         GST_BUFFER_OFFSET_NONE.
4655
4656 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4657
4658         * gst/avi/README:
4659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4660         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4661         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4662         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4663         (gst_avi_demux_calculate_durations_from_index),
4664         (gst_avi_demux_stream_header_push),
4665         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4666         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4667           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4668
4669 2007-04-03  Wim Taymans  <wim@fluendo.com>
4670
4671         * gst/smpte/barboxwipes.c:
4672         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4673
4674 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4675
4676         * gst/wavparse/gstwavparse.c:
4677         Support audio/x-raw-float in wav files. This only works with
4678         plugins-base CVS, using an older version doesn't have any
4679         disadvantages though.
4680
4681 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4682
4683         * configure.ac:
4684         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4685         (gst_au_parse_parse_header), (gst_au_parse_chain):
4686         * gst/auparse/gstauparse.h:
4687         Revert last change as we don't want plugins-good to depend on
4688         plugins-base CVS now.
4689
4690 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4691
4692         * configure.ac:
4693         Require gst-plugins-base CVS for audioconvert with non-native
4694         float support and width/depth fix in libgstriff.
4695
4696         Patch by: René Stadler <mail at renestadler dot de>
4697
4698         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4699         (gst_au_parse_parse_header), (gst_au_parse_chain):
4700         * gst/auparse/gstauparse.h:
4701         Don't swap the floats ourself if they're not in native endianness.
4702         Instead let audioconvert handle this. Fixes #339838.
4703
4704 2007-03-29  Wim Taymans  <wim@fluendo.com>
4705
4706         * gst/rtp/gstasteriskh263.h:
4707         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4708         (gst_rtp_h263p_depay_change_state):
4709         * gst/rtp/gstrtph263pdepay.h:
4710         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4711         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4712         (gst_rtp_h264_depay_change_state):
4713         * gst/rtp/gstrtph264depay.h:
4714         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4715         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4716         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4717         Flush adapter on disconts.
4718
4719 2007-03-29  Wim Taymans  <wim@fluendo.com>
4720
4721         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4722         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4723         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4724         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4725         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4726         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4727         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4728         (gst_rtp_mp4v_depay_process):
4729         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4730         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4731         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4732         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4733         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4734         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4735         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4736         Use more efficient adapter and rtpbuffer methods when possible.
4737
4738 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4739
4740         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4741         (gst_wavenc_sink_setcaps):
4742         Correctly handle width!=depth input.
4743         * gst/wavparse/gstwavparse.c:
4744         Already export in the caps that width==8 uses unsigned samples and
4745         everything else uses signed samples.
4746
4747 2007-03-29  Wim Taymans  <wim@fluendo.com>
4748
4749         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4750
4751         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4752         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4753         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4754         (gst_dynudpsink_close):
4755         * gst/udp/gstdynudpsink.h:
4756         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4757         (gst_udpsrc_create), (gst_udpsrc_set_property),
4758         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4759         * gst/udp/gstudpsrc.h:
4760         Rework the socket allocation a bit based on the sockfd argument so that
4761         it becomes usable.
4762         Add a closefd property to instruct the udp elements to close the custom
4763         file descriptors when going to READY. Fixes #423304.
4764         API:GstUDPSrc::closefd property
4765         API:GstDynUDPSink::closefd property
4766
4767 2007-03-29  Wim Taymans  <wim@fluendo.com>
4768
4769         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4770
4771         * gst/rtp/Makefile.am:
4772         * gst/rtp/gstrtp.c: (plugin_init):
4773         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4774         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4775         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4776         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4777         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4778         (gst_rtp_h264_pay_plugin_init):
4779         * gst/rtp/gstrtph264pay.h:
4780         Added H264 payloader. Fixes #423782.
4781
4782         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4783         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4784         Small fixes.
4785
4786 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4787
4788         * gst/wavparse/gstwavparse.c:
4789         Actually support depths from 1 to 32, not only 8 to 32.
4790
4791 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4792
4793         * gst/wavparse/gstwavparse.c:
4794         Add support for wav files containing audio/x-raw-int with random
4795         depths between 1 and 32 bits.
4796
4797 2007-03-28  Wim Taymans  <wim@fluendo.com>
4798
4799         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4800
4801         * gst/rtp/Makefile.am:
4802         * gst/rtp/gstrtp.c: (plugin_init):
4803         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4804         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4805         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4806         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4807         (gst_rtp_mp4a_depay_get_property),
4808         (gst_rtp_mp4a_depay_change_state),
4809         (gst_rtp_mp4a_depay_plugin_init):
4810         * gst/rtp/gstrtpmp4adepay.h:
4811         Added MP4A-LATM depayloader. Fixes #417792.
4812
4813         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4814         (gst_rtp_mp4v_depay_process):
4815         Fixup depayloader, setting codec_data, using more efficient adaptor and
4816         rtpbuffer handling.
4817
4818         * gst/rtsp/URLS:
4819         Add url to test above.
4820
4821 2007-03-25  Wim Taymans  <wim@fluendo.com>
4822
4823         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4824         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4825         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4826         (gst_rtspsrc_media_to_caps),
4827         (gst_rtspsrc_stream_configure_transport),
4828         (gst_rtspsrc_stream_configure_caps),
4829         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4830         * gst/rtsp/gstrtspsrc.h:
4831         Handle default clock-rates for static payload types, rearrange stuff so
4832         that the rtpmap field in the sdp can override the defaults.
4833         Parse RTP-Info field to get the seqnum and timebase fields that should
4834         go in the caps.
4835         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4836         the server. 
4837
4838 2007-03-22  Wim Taymans  <wim@fluendo.com>
4839
4840         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4841
4842         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4843         Accept complex pipeline descriptions as an audio profile instead of just
4844         a single element. Fixes #420658.
4845
4846 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4849           Rename registered type in preparation of GstTagDemux moving to
4850           -base at some point in the future.
4851
4852 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4853
4854         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4855           Streaming mode fixes: don't unref buffer we don't own any longer;
4856           remove bogus adapter flush. Fixes #419338.
4857
4858 2007-03-17  David Schleef  <ds@schleef.org>
4859
4860         * REQUIREMENTS: Change the format to key/value, add a bunch of
4861           information, remove a bunch of requirements that are for
4862           other GStreamer packages.
4863
4864 2007-03-17  David Schleef  <ds@schleef.org>
4865
4866         * REQUIREMENTS: Fix a few things.  This file really needs a
4867         good once-over.
4868
4869 2007-03-15  Edward Hervey  <edward@fluendo.com>
4870
4871         * sys/Makefile.am:
4872         Don't forget to distribute the sys/osxaudio/ directory.
4873
4874 2007-03-15  Edward Hervey  <edward@fluendo.com>
4875
4876         * configure.ac:
4877         * sys/Makefile.am:
4878         * sys/osxaudio/Makefile.am:
4879         * sys/osxaudio/gstosxaudio.c:
4880         * sys/osxaudio/gstosxaudiosink.c:
4881         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4882         (gst_osx_audio_sink_getcaps),
4883         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4884         * sys/osxaudio/gstosxaudiosrc.c:
4885         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4886         (gst_osx_audio_src_create_ringbuffer):
4887         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4888         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4889         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4890         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4891         * sys/osxaudio/gstosxringbuffer.h:
4892         Activate osxaudio in gst-plugins-good with proper build setup.
4893         Add inlined documentation.
4894         Fix debug statements
4895         Fix ringbuffer when pausing.
4896         Fixes #323471
4897
4898 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4899         * gst/rtp/gstrtppcmapay.c:
4900         * gst/rtp/gstrtppcmapay.h:
4901         * gst/rtp/gstrtppcmupay.c:
4902         * gst/rtp/gstrtppcmupay.h:
4903         Ported mulaw and alaw payloaders to use new base class
4904
4905 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4906
4907         * po/af.po:
4908         * po/az.po:
4909         * po/cs.po:
4910         * po/en_GB.po:
4911         * po/it.po:
4912         * po/nl.po:
4913         * po/or.po:
4914         * po/sq.po:
4915         * po/sr.po:
4916         * po/sv.po:
4917         * po/uk.po:
4918         * po/vi.po:
4919           Update translations.
4920
4921 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         * configure.ac:
4924           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4925
4926 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4927
4928         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4929           Fix handling of -1 values for start and stop values when seeking,
4930           and SEEK_CUR+SEEK_END here as well.
4931
4932 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4933
4934         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4935           Fix handling of -1 values for start and stop values when seeking, 
4936           and SEEK_CUR+SEEK_END.
4937
4938 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4939
4940         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4941           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4942           the image format a variable-length NUL-terminated string; in
4943           versions before that the image format is a fixed-length string of
4944           3 characters (see #348644 for a sample tag).
4945           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4946
4947 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4948
4949         * win32/MANIFEST:
4950         Add new project files to MANIFEST.
4951         * win32/vs6/libgstaudiofx.dsp:
4952         * win32/vs6/libgstrtp.dsp:
4953         * win32/vs6/libgstrtsp.dsp:
4954         Update project files.
4955         
4956 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4959         (gst_avi_demux_parse_index):
4960         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4961         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4962           Printf format fixes; also add some missing quotes in translated
4963           strings. Fixes #416728 and #416727.
4964
4965 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4966
4967         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4968           Tim and I can't think of any reason the child audio sink needs to 
4969           be set back to NULL after successfully determining that it can 
4970           reach READY - it gets immediately set back to READY by the caller
4971           anyway, causing an unnecessary close/open of any audio devices
4972           involved.
4973
4974 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4975
4976         * po/LINGUAS:
4977         * po/ja.po:
4978           Add ja.po file from #377306.
4979
4980 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4981
4982         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4983         * sys/sunaudio/gstsunaudiomixertrack.c:
4984         (gst_sunaudiomixer_track_new):
4985           Actually translate sunaudio mixer track labels instead of just
4986           marking the strings as translatable (#377306); clean up weird
4987           label string mapping code that serves no apparent purpose. Also
4988           set the 'untranslated-label' property when creating mixer tracks
4989           if the GstMixerTrack base class supports this.
4990
4991         * tests/check/Makefile.am:
4992         * tests/check/elements/.cvsignore:
4993         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4994         (sunaudio_suite):
4995           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4996           actually tested on a system where sunaudiomixer is available).
4997
4998 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4999
5000         * tests/check/Makefile.am:
5001         Re-enable the states test and see if it works on the buildbots.
5002
5003 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5004
5005         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5006         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5007         (gst_dvdec_change_state):
5008         * ext/dv/gstdvdec.h:
5009         Infer pixel-aspect-ratio from the video frame format if it isn't
5010         provided by the container, as happens when playing DV from AVI
5011         or Quicktime containers.
5012
5013         Patch by: Wim Taymans <wim@fluendo.com>
5014         Fixes #380944
5015
5016 2007-03-09  Wim Taymans  <wim@fluendo.com>
5017
5018         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5019         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5020         will later be handled by the jitterbuffer.
5021
5022 2007-03-09  Wim Taymans  <wim@fluendo.com>
5023
5024         * ext/taglib/gstid3v2mux.cc:
5025         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5026         Fixes #414496.
5027         
5028         Patch by: Alex Lancaster <alexl at users sourceforge net>
5029
5030 2007-03-09  Wim Taymans  <wim@fluendo.com>
5031
5032         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5033         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5034         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5035         (gst_avi_demux_chain):
5036         Fix stream position reporting after a seek. Fixes #416445.
5037
5038 2007-03-08  Wim Taymans  <wim@fluendo.com>
5039
5040         Patch by: René Stadler <mail at renestadler dot de>
5041
5042         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5043         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5044         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5045         Make avidemux accept optional header chunks in any order.
5046         Fixes #415446.
5047
5048 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5049
5050         * tests/check/Makefile.am:
5051         Disable the states check until the remaining Valgrind errors
5052         are fixed or suppressed.
5053
5054 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5055
5056         * tests/check/elements/.cvsignore:
5057           Add audiodynamic check to .cvsignore
5058
5059 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5060
5061         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5062
5063         * gst/audiofx/Makefile.am:
5064         * gst/audiofx/audiodynamic.c:
5065         (gst_audio_dynamic_characteristics_get_type),
5066         (gst_audio_dynamic_mode_get_type),
5067         (gst_audio_dynamic_set_process_function),
5068         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5069         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5070         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5071         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5072         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5073         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5074         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5075         (gst_audio_dynamic_transform_hard_knee_expander_int),
5076         (gst_audio_dynamic_transform_hard_knee_expander_float),
5077         (gst_audio_dynamic_transform_soft_knee_expander_int),
5078         (gst_audio_dynamic_transform_soft_knee_expander_float),
5079         (gst_audio_dynamic_transform_ip):
5080         * gst/audiofx/audiodynamic.h:
5081         * gst/audiofx/audiofx.c: (plugin_init):
5082         Add new audiodynamic element which can act as a compressor or
5083         expander. Supported are hard-knee and soft-knee operation modes with
5084         user-specified ratio and threshold.
5085         Attack and release parameters are not yet implemented but will follow.
5086         * docs/plugins/Makefile.am:
5087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5089         * docs/plugins/gst-plugins-good-plugins.args:
5090         * docs/plugins/inspect/plugin-audiofx.xml:
5091         Integrate audiodynamic into the docs.
5092         * tests/check/Makefile.am:
5093         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5094         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5095         Add unit test for audiodynamic.
5096
5097 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5098
5099         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5100         Free handles that we allocated when exiting via the error paths.
5101
5102 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5103
5104         * gst/level/gstlevel.c: (gst_level_class_init),
5105         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5106         (gst_level_transform_ip):
5107         * gst/level/gstlevel.h:
5108           Resolve message timestamps against the playback segment.
5109
5110 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5111
5112         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5113         (gst_id3demux_sink_activate):
5114           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5115           caps passed to it (previously one code path assumed it took ownership
5116           while another one assumed it didn't, while in fact it sometimes did and
5117           sometimes didn't ...).
5118
5119         * configure.ac:
5120         * tests/files/Makefile.am:
5121         * tests/files/id3-407349-1.tag:
5122         * tests/files/id3-407349-2.tag:
5123           Add directory where data for unit tests can be stored.
5124
5125         * tests/Makefile.am:
5126         * tests/check/Makefile.am:
5127         * tests/check/elements/.cvsignore:
5128         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5129         (read_tags_from_file), (run_check_for_file),
5130         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5131           Add unit test for id3demux, and in particular for bug #407349. Only
5132           testing pull-mode for now; push mode doesn't work yet because the test
5133           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5134
5135 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         * tests/check/Makefile.am:
5138           Add missing backslash at end of line.
5139
5140 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5141
5142         Trigger rebuild.
5143
5144 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5147         * gst/id3demux/id3tags.h:
5148         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5149         (parse_obsolete_tdat_frame):
5150           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5151           the four-digit number will be interpreted as a year, whereas it is
5152           month and day in DDMM format. Instead, parse TDAT frames and fix up
5153           the date in the GST_TAG_DATE tag later if we also extracted a year.
5154           Fixes #407349.
5155
5156 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5157
5158         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5159         (gst_switch_commit_new_kid):
5160         Fix up the dispose logic so it doesn't leak, and fix setting of 
5161         the child state so that we don't set a child to our current state 
5162         just as we are changing it to something else.
5163
5164 2007-03-06  Wim Taymans  <wim@fluendo.com>
5165
5166         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5167         (gst_goom_chain):
5168         * gst/goom/gstgoom.h:
5169         Document, fix and improve goom adapter behaviour.
5170         Fixes #407006.
5171
5172 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5173
5174         * ext/esd/esdsink.c: (gst_esdsink_open):
5175         Unref static pad template after using it.
5176
5177 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5178
5179         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5180         (gst_switch_commit_new_kid):
5181         Fix up the reference counting of the child elements.
5182
5183 2007-03-05  Wim Taymans  <wim@fluendo.com>
5184
5185         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5186         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5187         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5188         Fix encoding-name case.
5189
5190 2007-03-05  Wim Taymans  <wim@fluendo.com>
5191
5192         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5193         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5194         (gst_rtp_speex_depay_process):
5195         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5196         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5197         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5198         (gst_rtp_speex_pay_change_state):
5199         * gst/rtp/gstrtpspeexpay.h:
5200         Fix speex (de)payloader. Fixes #358040.
5201
5202 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5203
5204         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5205         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5206         Install fakesink in NULL by fixing some broken logic. This obviates
5207         the need to manually set _IS_SINK.
5208         Add some comments and remove a little cruft while I'm at it.
5209
5210 2007-03-05  Wim Taymans  <wim@fluendo.com>
5211
5212         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5213         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5214
5215 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * po/POTFILES.in:
5218           Update.
5219
5220 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5221
5222         * tests/check/Makefile.am:
5223         Gah! Also disable gconfvideosink from the tests, otherwise
5224         it will instantiate autovideosink, and dfbvideosink and
5225         leak on the buildbots.
5226
5227 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5228
5229         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5230         (gst_cdio_cdda_src_finalize):
5231         Make sure we always destroy our libcdio handle.
5232
5233 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5234
5235         * tests/check/Makefile.am:
5236         Disable autovideosink so the buildbots don't barf over memory
5237         leaked in the directfb sink.
5238
5239 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5240
5241         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5242         Chain up in dispose
5243
5244 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5245
5246         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5247         (gst_multipart_find_pad_by_mime):
5248         Use gst_pad_new_from_static_template instead of
5249         static_pad_template_get+pad_new.
5250
5251 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5252
5253         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5254         Catch the case where no clock has been set.
5255
5256 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5257
5258         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5259         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5260         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5261         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5262         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5263         (gst_gconf_audio_src_finalize), (do_toggle_element):
5264         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5265         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5266         (do_toggle_element):
5267         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5268         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5269         (gst_gconf_video_src_finalize), (do_toggle_element):
5270         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5271         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5272         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5273         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5274         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5275         (gst_shout2send_init), (gst_shout2send_finalize):
5276         * gst/debug/testplugin.c: (gst_test_class_init),
5277         (gst_test_finalize):
5278         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5279         (gst_flxdec_dispose):
5280         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5281         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5283         (gst_rtspsrc_finalize):
5284         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5285         * gst/rtsp/rtspextwms.h:
5286         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5287         (gst_smpte_finalize):
5288         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5289         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5290         (gst_udpsink_finalize):
5291         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5292         (gst_wavparse_sink_activate):
5293         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5294         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5295         (gst_oss_src_finalize):
5296         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5297         * sys/v4l2/gstv4l2object.h:
5298         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5299         (gst_v4l2src_finalize):
5300         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5301
5302         Fix a bunch of leaks shown by the newly-added states test.
5303
5304 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5305
5306         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5307         Use gst_pad_new_from_static_template instead of 
5308         static_pad_template_get+pad_new.
5309
5310 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5313
5314         * ext/libcaca/Makefile.am:
5315         * gst/debug/Makefile.am:
5316           Don't mix tabs and spaces (#414168).
5317
5318 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5319
5320         * tests/check/generic/.cvsignore:
5321           Ignore files to please buildbot.
5322
5323 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5324
5325         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5326         (gst_wavparse_stream_data):
5327           Unbreak my previous commit (swapped nominator & denominator). Tim,
5328           thanks for spotting.
5329
5330 2007-03-02  Wim Taymans  <wim@fluendo.com>
5331
5332         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5333         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5334         (gst_cdio_cdda_src_finalize):
5335         Small code cleanups.
5336         Don't use pad_alloc as the base class cannot deal with the error codes.
5337
5338 2007-03-02  Wim Taymans  <wim@fluendo.com>
5339
5340         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5341         (gst_udpsrc_create):
5342         Fix doc.
5343
5344 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5345
5346         Patch by: René Stadler <mail@renestadler.de>
5347
5348         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5349         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5350         (gst_wavparse_stream_data):
5351           Handle rounding better to not drop last sample frame. Fixes #356692
5352
5353 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5354
5355         * tests/check/Makefile.am:
5356         Disable cacasink from the states check too - it also calls exit(1)
5357         on us when it can't find a terminal to talk to.
5358
5359 2007-03-02  Wim Taymans  <wim@fluendo.com>
5360
5361         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5362
5363         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5364         (gst_udpsrc_create), (gst_udpsrc_set_property),
5365         (gst_udpsrc_get_property):
5366         * gst/udp/gstudpsrc.h:
5367         Add support to strip proprietary headers. Fixes #350296.
5368
5369 2007-03-02  Wim Taymans  <wim@fluendo.com>
5370
5371         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5372         Fix compilation.
5373
5374 2007-03-02  Wim Taymans  <wim@fluendo.com>
5375
5376         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5377
5378         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5379         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5380         (gst_rtp_mp2t_depay_set_property),
5381         (gst_rtp_mp2t_depay_get_property):
5382         * gst/rtp/gstrtpmp2tdepay.h:
5383         Add support to strip off proprietary headers. Fixes #350278.
5384
5385 2007-03-02  Wim Taymans  <wim@fluendo.com>
5386
5387         * ext/hal/hal.c:
5388         Fix compilation.
5389
5390 2007-03-02  Wim Taymans  <wim@fluendo.com>
5391
5392         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5393         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5394         (gst_sunaudiosrc_open):
5395         * sys/sunaudio/gstsunaudiosrc.h:
5396         Remove device-name from GstSunAudioSrc. Fixes #412597.
5397
5398 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5399
5400         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5401         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5402         Having NULL as UDI previously selected the default sink/src. Change
5403         this back but mention it in the debug output.
5404         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5405         (gst_hal_get_oss_element), (gst_hal_get_string),
5406         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5407         (gst_hal_get_audio_src):
5408         * ext/hal/hal.h:
5409         Refactor a bit, check all error conditions, greatly improve debugging
5410         and fix some possible memory leaks. Also implement OSS support
5411         and allow specifying an UDI that points to a real device. For this the
5412         child device which supports ALSA (preferred) or OSS is used.
5413         As a side effect this makes it impossible now to get a alsasink in
5414         halaudiosrc and a alsasrc in halaudiosink.
5415
5416 2007-03-01  Wim Taymans  <wim@fluendo.com>
5417
5418         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5419         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5420         Errors from the udp sources are not fatal unless all of them are in
5421         error.
5422
5423 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5424
5425         * tests/check/Makefile.am:
5426         Disable aasink in the states test. I suspect this is the element that
5427         is calling exit(1) when it can't proceed.
5428
5429 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5430
5431         * tests/check/Makefile.am:
5432         Draw plugins in from the build tree sys/ dir, rather than picking
5433         up the already installed versions.
5434
5435 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5436
5437         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5438         Error out correctly when getting xcontext fails.
5439
5440 2007-03-01  Wim Taymans  <wim@fluendo.com>
5441
5442         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5443         Make state change to PAUSED NO_PREROLL because that's what it will be in
5444         the future and rtspsrc relies on it.
5445
5446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5447         (gst_rtspsrc_change_state):
5448         Don't error out when we don't get an error from the state change
5449         function.
5450
5451 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5452
5453         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5454         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5455           Check if the device UDI is set before trying to query HAL
5456           about it and give a useful error message if it wasn't set.
5457         * ext/hal/hal.c: (gst_hal_get_string):
5458           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5459           gives an assertion failure in D-Bus when running with
5460           DBUS_FATAL_WARNINGS=1.
5461
5462 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5463
5464         * configure.ac:
5465           Convert to new AG_GST style.
5466
5467 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5468
5469         * tests/check/Makefile.am:
5470         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5471           add test for states
5472
5473 2007-02-28  Wim Taymans  <wim@fluendo.com>
5474
5475         * tests/check/elements/.cvsignore:
5476         Add new videofilter check to .cvsignore.
5477
5478 2007-02-28  Wim Taymans  <wim@fluendo.com>
5479
5480         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5481         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5482         (gst_avi_demux_loop), (gst_avi_demux_chain):
5483         Fix combined flow return. Fixes #412608.
5484
5485 2007-02-28  Wim Taymans  <wim@fluendo.com>
5486
5487         * gst/videofilter/Makefile.am:
5488         Dist header..
5489
5490 2007-02-28  Wim Taymans  <wim@fluendo.com>
5491
5492         * gst/videofilter/gstgamma.h:
5493         Add header too.
5494
5495 2007-02-28  Wim Taymans  <wim@fluendo.com>
5496
5497         Patch by: Mark Nauwelaerts <manauw at skynet be>
5498
5499         * gst/videofilter/Makefile.am:
5500         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5501         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5502         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5503         (oil_tablelookup_u8), (gst_gamma_set_caps),
5504         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5505         Port gamma filter to 0.10. Fixes #412704.
5506
5507         * tests/check/Makefile.am:
5508         * tests/check/elements/videofilter.c: (setup_filter),
5509         (cleanup_filter), (check_filter), (GST_START_TEST),
5510         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5511         Add unit tests for videofilters.
5512
5513 2007-02-28  Wim Taymans  <wim@fluendo.com>
5514
5515         * gst/rtsp/URLS:
5516         Add another interesting test url.
5517
5518         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5519         Don't allow getting header fields from data packets.
5520
5521 2007-02-28  Michael Smith  <msmith@fluendo.com>
5522
5523         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5524         (gst_shout2send_init), (gst_shout2send_start),
5525         (gst_shout2send_set_property), (gst_shout2send_get_property):
5526         * ext/shout2/gstshout2.h:
5527           Add a property for username.
5528
5529 2007-02-27  Christian Schallerr <christian@fluendo.com>
5530
5531         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5532
5533 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5534
5535         * gst/rtsp/Makefile.am:
5536         Fix make check too.
5537
5538 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5539
5540         * gst/rtsp/base64.c: (util_base64_encode):
5541         * gst/rtsp/base64.h:
5542         Commit missing files for base64 encoding.
5543
5544 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5545
5546         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5547
5548         * configure.ac:
5549         * ext/annodex/Makefile.am:
5550         * ext/jpeg/Makefile.am:
5551         * ext/speex/Makefile.am:
5552         * gst/alpha/Makefile.am:
5553         * gst/cutter/Makefile.am:
5554         * gst/debug/Makefile.am:
5555         * gst/effectv/Makefile.am:
5556         * gst/goom/Makefile.am:
5557         * gst/level/Makefile.am:
5558         * gst/smpte/Makefile.am:
5559         * gst/videofilter/Makefile.am:
5560           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5561
5562 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5563
5564         * gst/rtsp/Makefile.am:
5565         * gst/rtsp/rtspconnection.c: (append_auth_header),
5566         (rtsp_connection_send), (rtsp_connection_set_auth):
5567         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5568         from icecast to replace it. Relicensed from GPL courtesy of Mike
5569         Smith.
5570
5571 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5572
5573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5574         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5575         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5576         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5577         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5578         (gst_rtspsrc_uri_set_uri):
5579         * gst/rtsp/gstrtspsrc.h:
5580         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5581         (append_auth_header), (rtsp_connection_send),
5582         (rtsp_connection_free), (rtsp_connection_set_auth):
5583         * gst/rtsp/rtspconnection.h:
5584         * gst/rtsp/rtspdefs.h:
5585         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5586         * gst/rtsp/rtspurl.h:
5587
5588         Implement simple Basic Authentication support so that urls like
5589         rtsp://user:pass@hostname/rtspstream work on hosts that require
5590         authentication.
5591
5592 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5593
5594         * sys/v4l2/gstv4l2object.c:
5595         * sys/v4l2/gstv4l2tuner.c:
5596         * sys/v4l2/v4l2_calls.c:
5597         Fix segfault when oppening a radio device.
5598         
5599 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5600
5601         * gst/level/gstlevel.c: (gst_level_set_caps),
5602         (gst_level_transform_ip):
5603         * sys/v4l2/README:
5604         * tests/check/elements/level.c: (GST_START_TEST):
5605           Fix level for multi-channel case.
5606
5607 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5608
5609         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5610         (gst_level_transform_ip):
5611         * gst/level/gstlevel.h:
5612           Use function pointer for process function and add process functions
5613           for float audio.
5614
5615 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5616
5617         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5618         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5619         (gst_v4l2src_capture_init):
5620           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5621           fixes #407369
5622
5623 2007-02-18  Wim Taymans  <wim@fluendo.com>
5624
5625         * gst/rtp/Makefile.am:
5626         * gst/rtp/gstrtp.c: (plugin_init):
5627         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5628         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5629         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5630         (gst_rtp_mp2t_pay_plugin_init):
5631         * gst/rtp/gstrtpmp2tpay.h:
5632         Added simple mpeg transport stream payloader.
5633
5634 2007-02-16  Wim Taymans  <wim@fluendo.com>
5635
5636         * gst/rtsp/URLS:
5637         Add example H264 rtsp url.
5638
5639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5640         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5641         Don't convert values to lowercase or we might mess up base64 encoded
5642         properties.
5643
5644 2007-02-16  Wim Taymans  <wim@fluendo.com>
5645
5646         * gst/rtp/README:
5647         Fix case of string params.
5648
5649         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5650         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5651         Fix depayloader, support more packet types.
5652         Add sync codes to make sure the packetizer can do its job.
5653
5654         * gst/rtp/gstrtpmp4gdepay.c:
5655         * gst/rtp/gstrtpmp4gpay.c:
5656         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5657         Fix caps case again.
5658
5659 2007-02-15  Wim Taymans  <wim@fluendo.com>
5660
5661         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5662         Set right caps on output buffers.
5663
5664 2007-02-14  Wim Taymans  <wim@fluendo.com>
5665
5666         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5667         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5668         Clear stack allocated SDPMedia struct before calling _init() on it.
5669         Clarify this in the docs as well.
5670
5671 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5672
5673         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5674         (do_change_child):
5675         Don't reset the profile when going switching states, as it makes
5676         the element non-reusable.
5677
5678 2007-02-14  Wim Taymans  <wim@fluendo.com>
5679
5680         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5681         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5682         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5683         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5684         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5685         (sdp_parse_line):
5686         * gst/rtsp/sdpmessage.h:
5687         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5688         Fix memory management of SDP messages. Fixes #407793.
5689
5690 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5691
5692         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5693
5694         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5695         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5696
5697 2007-02-14  Wim Taymans  <wim@fluendo.com>
5698
5699         Patch by: jp.liu <jp_liu at astrocom dot cn>
5700
5701         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5702         Fix parsing of password field in url. Fixes #407797.
5703
5704 2007-02-14  Wim Taymans  <wim@fluendo.com>
5705
5706         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5707         (gst_wavparse_reset), (gst_wavparse_init),
5708         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5709         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5710         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5711         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5712         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5713         (gst_wavparse_loop), (gst_wavparse_chain),
5714         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5715         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5716         (plugin_init):
5717         * gst/wavparse/gstwavparse.h:
5718         Update docs.
5719         Use boilerplate.
5720         Various code cleanups.
5721         When the bitrate is not known (bps == 0 or compressed formats) let
5722         downstream element guestimate the duration and position and don't
5723         generate timestamps or durations. Fixes #405213.
5724         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5725         error flowreturn upstream.
5726
5727 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5728
5729         * ext/gconf/Makefile.am:
5730         * ext/gconf/gconf.c: (gst_gconf_get_string),
5731         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5732         (gst_gconf_render_bin_with_default):
5733         * ext/gconf/gconf.h:
5734         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5735         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5736         (gst_gconf_audio_sink_dispose), (do_change_child),
5737         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5738         (cb_change_child), (gst_gconf_audio_sink_change_state):
5739         * ext/gconf/gstgconfaudiosink.h:
5740         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5741         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5742         (gst_switch_sink_init), (gst_switch_sink_dispose),
5743         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5744         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5745         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5746         * ext/gconf/gstswitchsink.h:
5747         * gst/autodetect/gstautoaudiosink.c:
5748         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5749         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5750         (gst_auto_audio_sink_detect):
5751         * gst/autodetect/gstautovideosink.c:
5752         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5753         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5754         (gst_auto_video_sink_detect):
5755         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5756         and a child that implements the GConf key monitoring. The end goal of
5757         this is an audio sink that can be changed on the fly, but at the 
5758         moment it still only changes on the next READY transition.
5759
5760 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5761
5762         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5763         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5764         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5765         (gst_avi_demux_calculate_durations_from_index),
5766         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5767         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5768         (gst_avi_demux_loop):
5769           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5770
5771 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5772
5773         * configure.ac:
5774         * docs/plugins/Makefile.am:
5775           Add crossreferences to glib/gobject/gstream docs.
5776
5777 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5778
5779         * gst/monoscope/Makefile.am:
5780         * gst/monoscope/gstmonoscope.c:
5781           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5782           (but no LIBS, since we only use defines from the headers).
5783
5784 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5785
5786         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5787
5788         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5789         (gst_wavparse_stream_data):
5790           Fix massive memory leak when operating in streaming mode due to
5791           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5792           Fixes #407057.
5793
5794 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5795
5796         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5797         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5798         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5799         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5800         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5801         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5802         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5803         (gst_avi_demux_calculate_durations_from_index),
5804         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5805         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5806         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5807         * gst/avi/gstavidemux.h:
5808           Save some memory (8%) by repacking the index entry structure (more to
5809           come). Add more FIXMEs to questionable parts.
5810
5811 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5814         (gst_v4l2src_get_caps):
5815         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5816         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5817         (gst_v4l2src_capture_init):
5818           More FIXME comments and messaging changes.
5819
5820 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5821
5822         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5823         (gst_goom_change_state):
5824         * gst/goom/gstgoom.h:
5825           Improved docs and use GST_DEBUG_FUNCPTR.
5826
5827         * gst/level/gstlevel.c: (gst_level_class_init):
5828           Use GST_DEBUG_FUNCPTR.
5829
5830         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5831         (gst_monoscope_chain), (gst_monoscope_change_state):
5832           Improved docs source cleanups.
5833
5834 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * gst/debug/Makefile.am:
5837         * gst/debug/gstdebug.c: (plugin_init):
5838         * gst/debug/gstpushfilesrc.c:
5839         * gst/debug/gstpushfilesrc.h:
5840           Add code for a pushfilesrc element that implements a pushfile:// URI
5841           handler, to make debugging push-mode operation of demuxer/decoders
5842           that support both easier in connection with seek/playbin/etc.
5843           The element isn't registered at the moment.
5844
5845 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5846
5847         * gst/avi/gstavimux.c:
5848           Comment a #if 0 in caps template definition as VS6 seems to 
5849         do not support it.
5850         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5851           Use gst_guint64_to_gdouble for conversion.
5852         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5853           Move variables declaration before the first instruction.
5854         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5855           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5856           And don't include netdb.h for G_OS_WIN32
5857         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5858           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5859           by VS6 then use an other way to initialize SDPMedia structure.
5860         * gst/udp/gstdynudpsink.h:
5861         * gst/udp/gstdynudpnetutils.h:
5862           Do not include <sys/time.h> for G_OS_WIN32
5863         * gst/udp/gstudpsrc.c:
5864           Define socklen_t as int for G_OS_WIN32
5865         * win/common/config.h.in:
5866           Undef HAVE_NETINET_IN_H
5867         * win32/vs6/gst_plugins_good.dsw:
5868         * win32/vs6/libgstrtp.dsp:
5869         * win32/vs6/libgstrtsp.dsp:
5870         * win32/vs6/libgstautogen.dsp:
5871         * win32/vs6/libgstaudiofx.dsp:
5872         * win32/vs6/libgstudp.dsp:
5873           Add and update project files.
5874         * win32/common/gstudp-enumtypes.c:
5875         * win32/common/gstudp-enumtypes.h:
5876           Add a copy of udp enumtypes to win32/common as in core 
5877           and base.
5878         
5879 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5880
5881         * configure.ac:
5882           Activate monoscope when building with --enable-experimental. Fix
5883           --enable-external configure switch description.
5884
5885         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5886         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5887           Help gst-indent.
5888
5889 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5890
5891         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5892           Explicitly cast result of pointer arithmetic to integer in order to
5893           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5894
5895 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5896
5897         * gst/debug/progressreport.c:
5898           Some more docs.
5899
5900 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         * docs/plugins/inspect/plugin-rtp.xml:
5903           Update for new elements.
5904
5905         * gst/debug/progressreport.h:
5906           Commit newly-created header file as well.
5907
5908 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         * docs/plugins/Makefile.am:
5911         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5912         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5913         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5914         * gst/debug/Makefile.am:
5915         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5916         (gst_progress_report_do_query), (gst_progress_report_report):
5917           Make progressreport element post messages with the current progress
5918           on the bus. Also add some basic docs for it.
5919
5920 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5921
5922         * ext/hal/hal.c: (gst_hal_get_string):
5923         * ext/hal/hal.h:
5924           Some small cleanups; deal with errors when parsing the HAL ALSA
5925           capabilities a bit better.
5926
5927 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5930           Let's try this again and use the right cast this time.
5931
5932 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5933
5934         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5935           Add cast to avoid compiler warnings with older GLib versions
5936           where the nick/name members in GEnumValue are not declared as
5937           constant strings.
5938
5939 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5940
5941         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5942         (gst_gconf_render_bin_from_key),
5943         (gst_gconf_get_default_audio_sink):
5944         * ext/gconf/gconf.h:
5945         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5946         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5947         (gst_gconf_audio_sink_get_property):
5948           In gconfaudiosink, get the right key as the old key in do_toggle
5949           (ie. one dependent on the profile selected). Log some more stuff so
5950           we can see what's actually going on.
5951
5952 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5953
5954         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5955         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5956         (gst_audio_amplify_set_process_function),
5957         (gst_audio_amplify_setup):
5958         * gst/audiofx/audioamplify.h:
5959         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5960         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5961         * gst/audiofx/audioinvert.h:
5962         Some small cleanups and port both elements to the new GstAudioFilter
5963         base class to save a few lines of common code.
5964         * gst/audiofx/Makefile.am:
5965         Link against libgstaudio for the above changes
5966
5967 2007-01-29  Wim Taymans  <wim@fluendo.com>
5968
5969         * tests/check/elements/.cvsignore:
5970         Some more ignores.
5971
5972 2007-01-26  Wim Taymans  <wim@fluendo.com>
5973
5974         Patch by: charles <charlesg3 at gmail dot com>
5975
5976         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5977         (set_shout_metadata), (gst_shout2send_event):
5978         * ext/shout2/gstshout2.h:
5979         Properly handle tags in shout2send. Fixes #399825.
5980
5981 2007-01-25  Wim Taymans  <wim@fluendo.com>
5982
5983         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5984         (gst_rtspsrc_activate_streams):
5985         Convert SDP fields to upper/lowercase following the rules in the SDP to
5986         caps document. 
5987
5988 2007-01-25  Wim Taymans  <wim@fluendo.com>
5989
5990         * gst/rtp/README:
5991         * gst/rtp/gstrtpilbcdepay.c:
5992         * gst/rtp/gstrtpilbcpay.c:
5993         * gst/rtp/gstrtpmp4gdepay.c:
5994         * gst/rtp/gstrtpmp4gpay.c:
5995         * gst/rtp/gstrtpspeexdepay.c:
5996         * gst/rtp/gstrtpspeexpay.c:
5997         * gst/rtp/gstrtpsv3vdepay.c:
5998         * gst/rtp/gstrtptheoradepay.c:
5999         * gst/rtp/gstrtptheorapay.c:
6000         * gst/rtp/gstrtpvorbisdepay.c:
6001         * gst/rtp/gstrtpvorbispay.c:
6002         Fix case of encoding-name and key/value pairs to match the document.
6003         This is to make interoperation with SDP case-insensitive as required by
6004         the relevant RFCs.
6005
6006 2007-01-25  Wim Taymans  <wim@fluendo.com>
6007
6008         * configure.ac:
6009         Bump required -core/-base to CVS
6010
6011 2007-01-25  Wim Taymans  <wim@fluendo.com>
6012
6013         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6014         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6015         * gst/rtp/gstrtpL16pay.h:
6016         Fill up to MTU using adapter.
6017         Timestamp rtp packets.
6018
6019 2007-01-25  Edward Hervey  <edward@fluendo.com>
6020
6021         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6022         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6023         Use G_GSIZE_FORMAT in print statements for portability.
6024         Fixes build on macosx.
6025
6026 2007-01-24  Wim Taymans  <wim@fluendo.com>
6027
6028         * gst/rtp/Makefile.am:
6029         * gst/rtp/gstrtp.c: (plugin_init):
6030         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6031         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6032         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6033         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6034         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6035         (gst_rtp_L16_depay_plugin_init):
6036         * gst/rtp/gstrtpL16depay.h:
6037         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6038         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6039         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6040         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6041         (gst_rtp_L16_pay_plugin_init):
6042         * gst/rtp/gstrtpL16pay.h:
6043         Port and enable raw audio payloader/depayloader. Needs a bit more work
6044         on the payloader side.
6045
6046 2007-01-24  Wim Taymans  <wim@fluendo.com>
6047
6048         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6049         (gst_rtspsrc_stream_configure_transport),
6050         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6051         * gst/rtsp/gstrtspsrc.h:
6052         Only unblock the udp pads when we linked and activated them all.
6053         Fixes #395688.
6054
6055 2007-01-24  Wim Taymans  <wim@fluendo.com>
6056
6057         * gst/rtp/Makefile.am:
6058         * gst/rtp/gstrtp.c: (plugin_init):
6059         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6060         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6061         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6062         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6063         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6064         * gst/rtp/gstrtpac3depay.h:
6065         Added simple AC3 depayloader (RFC 4184).
6066
6067         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6068         Fix a leak.
6069
6070 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6071
6072         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6073
6074         * gst/audiofx/Makefile.am:
6075         * gst/audiofx/audioamplify.c:
6076         (gst_audio_amplify_clipping_method_get_type),
6077         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6078         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6079         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6080         (gst_audio_amplify_set_caps),
6081         (gst_audio_amplify_transform_int_clip),
6082         (gst_audio_amplify_transform_int_wrap_negative),
6083         (gst_audio_amplify_transform_int_wrap_positive),
6084         (gst_audio_amplify_transform_float_clip),
6085         (gst_audio_amplify_transform_float_wrap_negative),
6086         (gst_audio_amplify_transform_float_wrap_positive),
6087         (gst_audio_amplify_transform_ip):
6088         * gst/audiofx/audioamplify.h:
6089         * gst/audiofx/audiofx.c: (plugin_init):
6090         Add new element "audioamplify". This allows scaling of raw audio
6091         samples, similar to the "volume" element, but provides different modes
6092         for clipping and allows unlimited amplification. It's mainly targeted
6093         for creative sound design and not as a replacement of the "volume"
6094         element. Fixes #397162
6095         * docs/plugins/Makefile.am:
6096         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6097         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6098         * docs/plugins/gst-plugins-good-plugins.args:
6099         * docs/plugins/inspect/plugin-audiofx.xml:
6100         Add docs for audioamplify and integrate them into the build system
6101         * tests/check/Makefile.am:
6102         * tests/check/elements/audioamplify.c: (setup_amplify),
6103         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6104         Add fairly extensive unit test suite for audioamplify
6105
6106 2007-01-24  Wim Taymans  <wim@fluendo.com>
6107
6108         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6109         Unblock pads after adding the pads to the element so that autopluggers
6110         get a change to link something. Possibly fixes #395688.
6111
6112 2007-01-24  Wim Taymans  <wim@fluendo.com>
6113
6114         * gst/rtp/gstrtpamrdepay.c:
6115         * gst/rtp/gstrtpgsmdepay.c:
6116         * gst/rtp/gstrtph263pdepay.c:
6117         * gst/rtp/gstrtph263ppay.c:
6118         * gst/rtp/gstrtph264depay.c:
6119         * gst/rtp/gstrtpilbcdepay.c:
6120         * gst/rtp/gstrtpmp2tdepay.c:
6121         * gst/rtp/gstrtpmp4gdepay.c:
6122         * gst/rtp/gstrtpmp4gpay.c:
6123         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6124         * gst/rtp/gstrtpmp4vpay.c:
6125         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6126         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6127         (gst_rtp_mpa_depay_process):
6128         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6129         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6130         * gst/rtp/gstrtppcmadepay.c:
6131         * gst/rtp/gstrtppcmudepay.c:
6132         * gst/rtp/gstrtpspeexdepay.c:
6133         * gst/rtp/gstrtpspeexpay.c:
6134         * gst/rtp/gstrtpsv3vdepay.c:
6135         * gst/rtp/gstrtptheoradepay.c:
6136         * gst/rtp/gstrtptheorapay.c:
6137         * gst/rtp/gstrtpvorbisdepay.c:
6138         * gst/rtp/gstrtpvorbispay.c:
6139         Fix caps with payload numbers.
6140         Add some fixed payload numbers to caps when possible.
6141
6142 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6143
6144         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6145
6146         * gst/audiofx/Makefile.am:
6147         * gst/audiofx/audiofx.c: (plugin_init):
6148         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6149         (gst_audio_invert_class_init), (gst_audio_invert_init),
6150         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6151         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6152         (gst_audio_invert_transform_float),
6153         (gst_audio_invert_transform_ip):
6154         * gst/audiofx/audioinvert.h:
6155         Add new audiofx element "audioinvert". This element swaps the upper
6156         and lower half of samples and can be used for example for a
6157         wide-stereo effect. Fixes #396057
6158         * docs/plugins/Makefile.am:
6159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6161         * docs/plugins/gst-plugins-good-plugins.args:
6162         * docs/plugins/inspect/plugin-audiofx.xml:
6163         Add docs for the audioinvert element and add them to the build system.
6164         * tests/check/Makefile.am:
6165         * tests/check/elements/audioinvert.c: (setup_invert),
6166         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6167         Add unit test suite for the audioinvert element.
6168
6169 2007-01-23  Wim Taymans  <wim@fluendo.com>
6170
6171         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6172         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6173         Parse config params as string and int.
6174         Parse and use AU header length
6175
6176 2007-01-23  Wim Taymans  <wim@fluendo.com>
6177
6178         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6179         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6180         * gst/smpte/gstmask.c: (_gst_mask_register):
6181         * gst/smpte/gstmask.h:
6182         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6183         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6184         (gst_smpte_paint_triangle_clock):
6185         constify some static structs.
6186         Don't update the mask if nothing changed to the params.
6187         Make sure we never draw outside of the picture. Fixes #398325.
6188
6189 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6192           Error out properly when pull_range fails while we're reading the
6193           headers, instead of just pausing the task silently. Fixes #399338.
6194
6195 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6196
6197         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6198           Some more sanity checks to make sure the input formats match and the
6199           input pads are actually negotiated, in case someone tries to feed
6200           buffers from fakesrc or filesrc. Fixes #398299.
6201           Also const-ify an array, just because we can.
6202
6203 2007-01-19  Edward Hervey  <edward@fluendo.com>
6204
6205         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6206         Ignore previous commit, that was only valid for widths and heights
6207         that are multiples of 4.
6208         Copy over size/stride macros from jpegdec. This allows the element
6209         to work with any width,height...
6210         ... but puts in evidence that the actual transformations only work
6211         with width/height that are multiples of 4.
6212
6213 2007-01-19  Edward Hervey  <edward@fluendo.com>
6214
6215         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6216         Allocate buffers of the right size.
6217         The proper size of a I420 buffer in bytes is:
6218         
6219             width * height * 3
6220             ------------------
6221                     2
6222
6223 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6226           Proxy getcaps on sink pads too, so that we either end up with the
6227           same dimensions on all pads or error out if that's not possible
6228           (seems to work even!). Fixes #398086, I think.
6229
6230 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6231
6232         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6233         * docs/plugins/gst-plugins-good-plugins.args:
6234         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6235           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6236           fix integer properties with -1 as minimum value.
6237
6238         * docs/plugins/inspect/plugin-1394.xml:
6239         * docs/plugins/inspect/plugin-aasink.xml:
6240         * docs/plugins/inspect/plugin-alaw.xml:
6241         * docs/plugins/inspect/plugin-alpha.xml:
6242         * docs/plugins/inspect/plugin-alphacolor.xml:
6243         * docs/plugins/inspect/plugin-annodex.xml:
6244         * docs/plugins/inspect/plugin-apetag.xml:
6245         * docs/plugins/inspect/plugin-audiofx.xml:
6246         * docs/plugins/inspect/plugin-auparse.xml:
6247         * docs/plugins/inspect/plugin-autodetect.xml:
6248         * docs/plugins/inspect/plugin-avi.xml:
6249         * docs/plugins/inspect/plugin-cacasink.xml:
6250         * docs/plugins/inspect/plugin-cairo.xml:
6251         * docs/plugins/inspect/plugin-cdio.xml:
6252         * docs/plugins/inspect/plugin-cutter.xml:
6253         * docs/plugins/inspect/plugin-debug.xml:
6254         * docs/plugins/inspect/plugin-dv.xml:
6255         * docs/plugins/inspect/plugin-efence.xml:
6256         * docs/plugins/inspect/plugin-effectv.xml:
6257         * docs/plugins/inspect/plugin-esdsink.xml:
6258         * docs/plugins/inspect/plugin-flac.xml:
6259         * docs/plugins/inspect/plugin-flxdec.xml:
6260         * docs/plugins/inspect/plugin-gconfelements.xml:
6261         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6262         * docs/plugins/inspect/plugin-goom.xml:
6263         * docs/plugins/inspect/plugin-halelements.xml:
6264         * docs/plugins/inspect/plugin-icydemux.xml:
6265         * docs/plugins/inspect/plugin-id3demux.xml:
6266         * docs/plugins/inspect/plugin-jpeg.xml:
6267         * docs/plugins/inspect/plugin-level.xml:
6268         * docs/plugins/inspect/plugin-matroska.xml:
6269         * docs/plugins/inspect/plugin-mulaw.xml:
6270         * docs/plugins/inspect/plugin-multipart.xml:
6271         * docs/plugins/inspect/plugin-navigationtest.xml:
6272         * docs/plugins/inspect/plugin-ossaudio.xml:
6273         * docs/plugins/inspect/plugin-png.xml:
6274         * docs/plugins/inspect/plugin-rtp.xml:
6275         * docs/plugins/inspect/plugin-rtsp.xml:
6276         * docs/plugins/inspect/plugin-shout2send.xml:
6277         * docs/plugins/inspect/plugin-smpte.xml:
6278         * docs/plugins/inspect/plugin-speex.xml:
6279         * docs/plugins/inspect/plugin-taglib.xml:
6280         * docs/plugins/inspect/plugin-udp.xml:
6281         * docs/plugins/inspect/plugin-videobalance.xml:
6282         * docs/plugins/inspect/plugin-videobox.xml:
6283         * docs/plugins/inspect/plugin-videoflip.xml:
6284         * docs/plugins/inspect/plugin-videomixer.xml:
6285         * docs/plugins/inspect/plugin-wavenc.xml:
6286         * docs/plugins/inspect/plugin-wavparse.xml:
6287         * docs/plugins/inspect/plugin-ximagesrc.xml:
6288           Update to CVS.
6289
6290 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6291
6292         Patch by: Sebastian Dröge <slomo circular-chaos org>
6293
6294         * gst/audiofx/audiopanorama.c:
6295           Fix doc section name (Fixes #397946)
6296
6297 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6298
6299         * sys/v4l2/gstv4l2object.c:
6300         (gst_v4l2_object_install_properties_helper),
6301         (gst_v4l2_object_set_property_helper),
6302         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6303         * sys/v4l2/gstv4l2object.h:
6304         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6305         (gst_v4l2src_init), (gst_v4l2src_set_property),
6306         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6307         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6308         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6309         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6310         (gst_v4l2src_capture_deinit):
6311           Fix EIO handing when capturing. Add new property to specify the number of
6312           buffers to enque (and remove the borked num-buffers usage).
6313
6314 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6315
6316         Patch by: Sebastian Dröge <slomo circular-chaos org>
6317
6318         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6319         (gst_audio_panorama_set_process_function):
6320           Use a function array for process methods, add more docs and define the
6321           startindex of enums.
6322
6323 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6324
6325         Patch by: Mark Nauwelaerts <manauw at skynet be>
6326
6327         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6328         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6329         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6330         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6331         (gst_avi_mux_riff_get_avi_header),
6332         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6333         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6334         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6335         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6336         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6337         (gst_avi_mux_change_state):
6338         * gst/avi/gstavimux.h:
6339         * tests/check/elements/avimux.c: (teardown_src_pad):
6340           Add support for more than one audio stream; write better AVIX
6341           header; refactor code a bit; don't announce vorbis caps on our audio
6342           sink pads since we don't support it anyway. Closes #379298.
6343
6344 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         Patch by: Sebastian Dröge <slomo circular-chaos org>
6347
6348         * gst/audiofx/audiopanorama.c:
6349         (gst_audio_panorama_method_get_type),
6350         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6351         (gst_audio_panorama_set_process_function),
6352         (gst_audio_panorama_set_property),
6353         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6354         (gst_audio_panorama_transform_m2s_int_simple),
6355         (gst_audio_panorama_transform_s2s_int_simple),
6356         (gst_audio_panorama_transform_m2s_float_simple),
6357         (gst_audio_panorama_transform_s2s_float_simple):
6358         * gst/audiofx/audiopanorama.h:
6359           Add 'method' property and provide a simple (non-psychoacustic)
6360           processing method (#394859).
6361
6362         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6363         (panorama_suite):
6364           Tests for new method.
6365
6366 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6369         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6370           Set correct caps on outgoing pulled buffers, or things blow up
6371           after recent core changes.
6372
6373 2007-01-11  Wim Taymans  <wim@fluendo.com>
6374
6375         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6376
6377         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6378         (gst_multipart_mux_request_new_pad),
6379         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6380         (gst_multipart_mux_change_state):
6381         Return FLOW errors ASAP. Fixes #394977.
6382         Misc cleanups.
6383
6384 2007-01-11  Wim Taymans  <wim@fluendo.com>
6385
6386         Patch by: Lutz Mueller <lutz at topfrose dot de>
6387
6388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6389         Check for stream pad before activating. 
6390
6391 2007-01-10  Wim Taymans  <wim@fluendo.com>
6392
6393         Patch by: Peter Kjellerstedt  <pkj at axis com>
6394
6395         * gst/rtsp/COPYING.MIT:
6396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6397         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6398         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6399         (gst_rtspsrc_stream_configure_transport),
6400         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6401         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6402         (gst_rtspsrc_parse_methods),
6403         (gst_rtspsrc_create_transports_string),
6404         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6405         (gst_rtspsrc_open), (gst_rtspsrc_close):
6406         * gst/rtsp/gstrtspsrc.h:
6407         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6408         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6409         (parse_request_line), (parse_line), (rtsp_connection_read),
6410         (rtsp_connection_close):
6411         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6412         (rtsp_method_as_text), (rtsp_header_as_text),
6413         (rtsp_status_as_text), (rtsp_find_header_field),
6414         (rtsp_find_method):
6415         * gst/rtsp/rtspdefs.h:
6416         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6417         (rtsp_ext_wms_configure_stream):
6418         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6419         (rtsp_message_new_request), (rtsp_message_init_request),
6420         (rtsp_message_new_response), (rtsp_message_init_response),
6421         (rtsp_message_init_data), (rtsp_message_unset),
6422         (rtsp_message_free), (rtsp_message_add_header),
6423         (rtsp_message_get_header), (rtsp_message_set_body),
6424         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6425         * gst/rtsp/rtspmessage.h:
6426         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6427         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6428         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6429         (sdp_message_dump):
6430         Allow url to be NULL to be able to use it for server connections.
6431         Can now send responses as well as requests.
6432         No longer hangs in an endless loop if EOF is received.
6433         Can now convert a status code to a text string.
6434         Return RTSP_HDR_INVALID for unknown headers.
6435         Return RTSP_INVALID for unknown methods.
6436         Copy CSeq and Session headers from the request.
6437         Only free memory corresponding to the currently set message type.
6438         Added const to function arguments as appropriate.
6439         Avoid a compiler warning when initializing nmedia.
6440         Use guint rather than gint to avoid compiler warnings.
6441         Fix crasher in wms extension.
6442         Factor out stream setup from open_connection.
6443         Delay activation of streams when actual data is received from the
6444         server, this prepares us to do proper protocol switching.
6445         Added new license.
6446         Fixes #380895.
6447
6448
6449 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         Patch by: Sebastian Dröge <slomo ubuntu com>
6452
6453         * docs/plugins/Makefile.am:
6454         * gst/audiofx/audiopanorama.c:
6455           Some small docs fixes (#394851).
6456
6457 2007-01-09  Wim Taymans  <wim@fluendo.com>
6458
6459         * gst/avi/gstavidemux.c:
6460         Fix docs.
6461
6462 2007-01-09  Wim Taymans  <wim@fluendo.com>
6463
6464         * gst/rtp/Makefile.am:
6465         * gst/rtp/gstrtp.c: (plugin_init):
6466         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6467         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6468         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6469         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6470         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6471         * gst/rtp/gstrtpmpvdepay.h:
6472           Added RFC 2250 MPEG Video Depayloader.
6473
6474         * gst/rtp/gstrtpL16depay.h:
6475         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6476         (gst_rtp_h263p_depay_process):
6477         Fix Header file. Small cleanups.
6478
6479         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6480         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6481         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6482         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6483         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6484         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6485         (gst_rtp_mp4v_depay_change_state):
6486         Remove usused code. Remove Adapter from state Change. Added debug.
6487
6488         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6489         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6490         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6491         * gst/rtp/gstrtpmpadepay.h:
6492         Subclass base depayloader.
6493         Added debug.
6494         Support static payload type assignment as well.
6495
6496         * gst/rtp/gstrtpmpapay.c:
6497         Fix caps.
6498
6499 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6500
6501         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6502
6503         * ext/jpeg/gstjpegdec.c:
6504         * ext/jpeg/gstjpegenc.c:
6505         * ext/jpeg/smokecodec.c:
6506           These libjpeg callbacks should return a 'boolean' (unsigned char
6507           apparently) and not a 'gboolean' (which maps to gint). Fixes
6508           warnings when compiling with MingW (#393427).
6509
6510         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6511           Use ioctlsocket on win32.
6512
6513         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6514           Some printf format fixes for win32.
6515
6516 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6517
6518         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6519           Use gst_guint64_to_gdouble for conversion.
6520         * win32/vs6/libgstmatroska.dsp:
6521           Add zlib to the link.
6522         * win32/vs6/libgstvideobox.dsp:
6523           Update liboil library name (project is linked to 
6524           liboil-0.3-0.lib now).
6525           
6526 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * gst/matroska/Makefile.am:
6529           If zlib is available and used, we must link it explicitly for
6530           things to work on MingW (fixes #392855).
6531
6532 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * ext/esd/esdsink.c: (gst_esdsink_delay):
6535           Don't return bogus values when esd_get_delay() fails for some
6536           reason (#392189).
6537
6538 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * sys/ximage/gstximagesrc.c: (composite_pixel):
6541           Fix presumably copy'n'pasto for 16bpp depth.
6542
6543 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6544
6545         * gst/matroska/matroska-mux.c:
6546         (gst_matroska_mux_audio_pad_setcaps):
6547           The "signed" field in audio caps is of boolean type, trying to use
6548           gst_structure_get_int() to extract it will fail. Fixing this makes
6549           matroskamux accept raw audio input (#387121) (use at your own risk
6550           though, due to the matroska spec being not entirely useful in this
6551           respect).
6552           Also fix up raw audio structures in template caps so that they
6553           represent what our setcaps function will actually accept, so that
6554           converters know what to convert to.
6555           Finally, don't fail if there isn't an "endianness" field in 8-bit
6556           PCM caps.
6557
6558 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6561         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6562         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6563         (teardown_cmmldec):
6564         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6565         (teardown_cmmlenc):
6566         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6567           reapply consistent pad (de)activation
6568
6569 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6570
6571         * configure.ac:
6572         Back to CVS
6573
6574         * gst-plugins-good.doap:
6575         Add 0.10.5 doap entry
6576
6577 === release 0.10.5 ===
6578
6579 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6580
6581         * configure.ac:
6582           releasing 0.10.5, "The Path of Thorns"
6583
6584 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6585
6586         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6587         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6588         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6589         (teardown_cmmldec):
6590         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6591         (teardown_cmmlenc):
6592         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6593           revert my freeze breakage
6594
6595 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6596
6597         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6598         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6599         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6600         (teardown_cmmldec):
6601         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6602         (teardown_cmmlenc):
6603         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6604           consistent pad (de)activation
6605
6606 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6607
6608         * configure.ac:
6609         * ext/Makefile.am:
6610         Disable LADPSA, as it has moved to the -bad module for the duration.
6611
6612 2006-12-18  Wim Taymans  <wim@fluendo.com>
6613
6614         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6615         (gst_signal_processor_event):
6616         Reset flow_state back to _OK after a flush stop so that we exit our
6617         error state after the flush. Fixes #374213
6618
6619 2006-12-16  David Schleef  <ds@schleef.org>
6620
6621         * sys/osxvideo/osxvideosink.h:
6622         * sys/osxvideo/osxvideosink.m:
6623           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6624
6625 2006-12-16  David Schleef  <ds@schleef.org>
6626
6627         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6628
6629         * sys/osxvideo/Makefile.am:
6630         * sys/osxvideo/osxvideosink.h:
6631         * sys/osxvideo/osxvideosink.m:
6632           Preliminary patch for porting osxvideosink
6633
6634 2006-12-16  Wim Taymans  <wim@fluendo.com>
6635
6636         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6637
6638         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6639         (gst_videomixer_set_master_geometry),
6640         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6641         (gst_videomixer_reset), (gst_videomixer_init),
6642         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6643         (gst_videomixer_release_pad), (gst_videomixer_collected),
6644         (gst_videomixer_change_state):
6645         Introduce some locking around the videomixer state so that it does not
6646         crash when adding/removing pads. Fixes #383043.
6647
6648 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6649
6650         * configure.ac:
6651           Make sure libcaca can actually be used instead of just checking for
6652           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6653           cross-compiling (fixes #384587).
6654
6655 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6656
6657         * Makefile.am:
6658         * gst-plugins-good.doap:
6659         * gst-plugins-good.spec.in:
6660           adding doap file
6661
6662 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * configure.ac:
6665           libflac-1.1.3 changed API again, but we can't build against it yet,
6666           so make sure our check doesn't use libflac-1.1.3 and add a comment
6667           to this effect.
6668
6669 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6672         (gst_quarktv_planetable_clear):
6673           Add some NULL pointer checks (possibly related to #385623).
6674
6675 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6676
6677         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6678         (gst_tag_demux_chain):
6679         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6680           In streaming mode, if the first buffer we get doesn't have an
6681           offset, fix it up to be 0, otherwise trimming won't work later on
6682           and we'll be typefinding application/x-id3, which may result in
6683           decodebin plugging an endless number of id3demux elements as a
6684           consequence. Fixes #385031.
6685           
6686 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6687
6688         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6689           Ignore the buffer_time the sound device reports. Turns out it is 
6690           sometimes completely bogus and we're better off without it.
6691
6692 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6693
6694         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6695         (gst_matroska_demux_video_caps):
6696         * gst/matroska/matroska-ids.c:
6697         (gst_matroska_track_init_video_context):
6698         * gst/matroska/matroska-ids.h:
6699           Try harder to extract the framerate for video tracks correctly and
6700           save it directly instead of converting it back and forth a few
6701           times. Mostly makes a difference for very small framerates (<1).
6702           Fixes #380199.
6703
6704 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6707         (gst_gconf_audio_src_dispose), (do_toggle_element):
6708         * ext/gconf/gstgconfaudiosrc.h:
6709           Remove gconf notify hook when the gconfaudiosrc element is
6710           destroyed, otherwise the callback may be called on an
6711           already-destroyed instance and bad things happen. Should fix
6712           #378184.
6713           Also ignore gconf key changes when the source is already running.
6714
6715 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         Patch by: Sebastian Dröge  <mail at slomosnail de>
6718
6719         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6720           We need to be able to read and parse any possible floating point string
6721           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6722           will parse the former only in certain locales though, so we really need
6723           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6724           make sure we can parse either version at all times.
6725           Fixes #382982 for real.
6726
6727 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6728
6729         * sys/sunaudio/gstsunaudiomixerctrl.c:
6730         * sys/sunaudio/gstsunaudiosrc.c:
6731
6732         Use the sunaudio debug category.
6733
6734         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6735         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6736         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6737         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6738         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6739         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6740         (gst_sunaudiosink_reset):
6741         * sys/sunaudio/gstsunaudiosink.h:
6742
6743         Uses the sunaudio debug category for all debug output
6744         Implements the _delay() callback to synchronise video playback better
6745         Change the segtotal and segsize values back to the parent class 
6746           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6747           respectively)
6748         Measure the samples written to the device vs. played.
6749         Keep track of segments in the device by writing empty eof frames, and
6750         sleep using a GCond when we get too far ahead and risk overrunning the
6751         sink's ringbuffer.
6752
6753         Fixes: #360673
6754
6755 2006-12-08  Wim Taymans  <wim@fluendo.com>
6756
6757         Patch by: Sebastian Dröge  <mail at slomosnail de >
6758
6759         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6760         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6761         * gst/audiofx/audiopanorama.h:
6762         Fix audiopanorame with float samples. Fixes #383726.
6763
6764 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6765
6766         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6767         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6768         (gst_sunaudiosrc_reset):
6769
6770         Implement reset functions to unblock the src/sink more quickly on 
6771         state change requests.
6772         Patch by: Brian Cameron <brian dot cameron at sun com>
6773
6774 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6775
6776         * sys/sunaudio/gstsunaudiomixer.c:
6777         (gst_sunaudiomixer_change_state):
6778         Construct the correct mixer device name when the AUDIODEV env var
6779         is set.
6780
6781         Patch by: Jerry Tan <jerry.tan at sun dot com>
6782         Fixes: #383596
6783
6784 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6785
6786         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6787         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6788         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6789         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6790         Patch by: Jerry Tan <jerry.tan at sun dot com>
6791         Fixes: #349015
6792
6793 2006-12-07  Wim Taymans  <wim@fluendo.com>
6794
6795         * gst/smpte/gstmask.h:
6796         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6797         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6798         (gst_smpte_collected), (gst_smpte_set_property),
6799         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6800         * gst/smpte/gstsmpte.h:
6801         Port to 0.10 some more. 
6802         Added duration property to specify the duration of the transition.
6803         Make framerate a fraction.
6804         Deprecate fps property, we only use negotiated fps.
6805         Added docs.
6806         Fix collectpad usage.
6807         Reset state in READY.
6808         Send NEWSEGMENT event.
6809         Fix racy updates of object properties.
6810         Added debug category.
6811         Fixes #383323.
6812
6813 2006-12-06  Wim Taymans  <wim@fluendo.com>
6814
6815         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6816
6817         * gst/videomixer/videomixer.c:
6818         (gst_videomixer_set_master_geometry),
6819         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6820         Don't reset xpos and ypos in the setcaps function because causes
6821         unexpected behaviour.
6822         Fixes #382179.
6823
6824 2006-12-06  Wim Taymans  <wim@fluendo.com>
6825
6826         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6827         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6828         Keep track of the buffer timestamp in the collectdata member instead
6829         of modifying the buffer without making the metadata writable first.
6830         Fixes #382277.
6831
6832 2006-12-06  Wim Taymans  <wim@fluendo.com>
6833
6834         Patch by: Rob Taylor <robtaylor at floopily dot org>
6835
6836         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6837         If using multicast in udpsrc, bind to the multicast address rather than
6838         IN_ADDR_ANY.
6839         This allows the simultanous use of multiple udpsrcs listening on
6840         different multicat addresses. Without this all udpsrcs will receive all
6841         packets from all subscribed multicast addresses.
6842         Fixes #383001.
6843
6844 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6845
6846         * ext/taglib/gstid3v2mux.cc:
6847         Don't attempt to write a NULL frame into the ID3 tag set when the 
6848         createFrame method returned NULL.
6849         Fixes: #381857
6850         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6851
6852 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6853
6854         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6855         Use g_strtod() instead of sscanf to parse doubles, so that it will
6856         try parsing in the C locale if the current locale fails.
6857         Fixes: #382982
6858         Patch by: Sebastian Dröge  <mail at slomosnail de >
6859
6860 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6861
6862         * win32/MANIFEST:
6863         Fix compilation on win32 under VS8
6864         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6865         Partially fixes #381175
6866
6867 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6868
6869         * gst/avi/gstavimux.c:
6870           accept all mpegversions,fixes #380825
6871           spotted by: Jerome Alet  
6872
6873 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6874
6875         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6876         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6877         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6878         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6879           cleanup the error message a bit more
6880
6881 2006-11-28  Wim Taymans  <wim@fluendo.com>
6882
6883         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6884         Fix width and height properties.
6885
6886         * ext/libcaca/gstcacasink.h:
6887         Fix compilation on newer libcaca that require us to include a new
6888         header. Fixes #379918.
6889
6890 2006-11-28  Wim Taymans  <wim@fluendo.com>
6891
6892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6893         * gst/rtsp/gstrtspsrc.h:
6894         * gst/rtsp/rtspext.h:
6895         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6896         (rtsp_ext_wms_get_context):
6897         Add method so that extensions can choose to disable the setup of
6898         a stream.
6899         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6900
6901 2006-11-27  Wim Taymans  <wim@fluendo.com>
6902
6903         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6904
6905         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6906         Push header in a separate buffer instead of memcpy:ing all data.
6907         Change LF => CRLF in headers.
6908         Move trailing LF to header. Fixes #379792.
6909
6910 2006-11-27  Wim Taymans  <wim@fluendo.com>
6911
6912         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6913         Small buffer overflow fix and improve debugging.
6914
6915 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6916
6917         * ext/esd/esdmon.h:
6918         * ext/esd/esdsink.h:
6919           remove obsolete _factory_init protos
6920
6921 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6922
6923         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6924         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6925         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6926         (gst_avi_demux_read_subindexes_push),
6927         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6928         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6929         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6930         (gst_avi_demux_massage_index),
6931         (gst_avi_demux_calculate_durations_from_index),
6932         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6933         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6934         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6935           remove dead code, tweak debugs statements, add comments, use
6936           _uint64_scale instead _uint64_scale_int when using guint64 values,
6937           small optimizations, reflow some error handling
6938
6939 2006-11-22  Edward Hervey  <edward@fluendo.com>
6940
6941         * po/.cvsignore:
6942         We never put .pot files in cvs. Let's ignore them all.
6943
6944 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         * po/POTFILES.in:
6947           ... but better exclude files that aren't disted.
6948
6949 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * po/POTFILES.in:
6952           Add v4l2 source files to list of files with translations, so the
6953           strings are actually extracted (however bad they still may be).
6954
6955 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6956
6957         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6958           Minor clean-ups: const-ify static array, remove trailing comma from
6959           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6960
6961 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6962
6963         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6964         Make sure that g_free always gets called on the same pointer that was 
6965         returned by g_malloc.  Fixes #376594.
6966         Do not leak memory if decompressed size is wrong.
6967         Remove unneeded check of return value of g_malloc.
6968         Patch by: René Stadler <mail@renestadler.de>
6969
6970 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6971
6972         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6973           Add missing curly brackets.
6974
6975 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6976
6977         * sys/v4l2/v4l2src_calls.c:
6978         Fix capture_deinit.
6979
6980 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6983         (gst_matroska_mux_request_new_pad):
6984           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6985
6986         * tests/check/elements/matroskamux.c: (setup_src_pad),
6987         (setup_sink_pad), (GST_START_TEST):
6988         Activate pads before using them.
6989
6990 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6991
6992         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6993           Initialise variable to get rid of bogus compiler warning.
6994
6995 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6996
6997         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6998
6999         * gst/rtp/gstrtph263pay.c:
7000         * gst/rtp/gstrtph263pdepay.c:
7001         * gst/rtp/gstrtph263ppay.c:
7002           Specify H.263 variant and version in the caps (fixes #361637)
7003
7004 2006-11-15  Wim Taymans  <wim@fluendo.com>
7005
7006         * gst/rtsp/rtspconnection.c: (read_body):
7007         Don't set a data pointer to NULL and a size > 0 when we deal
7008         with empty packets.
7009
7010         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7011         (rtsp_message_init_response), (rtsp_message_init_data),
7012         (rtsp_message_unset), (rtsp_message_free),
7013         (rtsp_message_take_body):
7014         Check that we can't create invalid empty packets. 
7015
7016 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7017
7018         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7019
7020         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7021         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7022         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7023         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7024         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7025         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7026         * gst/matroska/matroska-mux.h:
7027           Add basic tag writing support; implement releasing pads (#374658).
7028
7029 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7032         (gst_matroska_demux_audio_caps):
7033           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7034
7035 2006-11-14  David Schleef  <ds@schleef.org>
7036
7037         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7038
7039 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7042
7043         * win32/vs8/gst-plugins-good.sln:
7044         * win32/vs8/libgst1394.vcproj:
7045         * win32/vs8/libgstaasink.vcproj:
7046         * win32/vs8/libgstalaw.vcproj:
7047         * win32/vs8/libgstalpha.vcproj:
7048         * win32/vs8/libgstalphacolor.vcproj:
7049         * win32/vs8/libgstannodex.vcproj:
7050         * win32/vs8/libgstapetag.vcproj:
7051         * win32/vs8/libgstaudiofx.vcproj:
7052         * win32/vs8/libgstauparse.vcproj:
7053         * win32/vs8/libgstautodetect.vcproj:
7054         * win32/vs8/libgstavi.vcproj:
7055         * win32/vs8/libgstcacasink.vcproj:
7056         * win32/vs8/libgstcdio.vcproj:
7057         * win32/vs8/libgstcutter.vcproj:
7058         * win32/vs8/libgstdv.vcproj:
7059         * win32/vs8/libgsteffectv.vcproj:
7060         * win32/vs8/libgstflac.vcproj:
7061         * win32/vs8/libgstflxdec.vcproj:
7062         * win32/vs8/libgstgoom.vcproj:
7063         * win32/vs8/libgsticydemux.vcproj:
7064         * win32/vs8/libgstid3demux.vcproj:
7065         * win32/vs8/libgstjpeg.vcproj:
7066         * win32/vs8/libgstladspa.vcproj:
7067         * win32/vs8/libgstlevel.vcproj:
7068         * win32/vs8/libgstmatroska.vcproj:
7069         * win32/vs8/libgstmikmod.vcproj:
7070         * win32/vs8/libgstmng.vcproj:
7071         * win32/vs8/libgstmonoscope.vcproj:
7072         * win32/vs8/libgstmulaw.vcproj:
7073         * win32/vs8/libgstmultipart.vcproj:
7074         * win32/vs8/libgstpng.vcproj:
7075         * win32/vs8/libgstrtp.vcproj:
7076         * win32/vs8/libgstrtsp.vcproj:
7077         * win32/vs8/libgstshout2.vcproj:
7078         * win32/vs8/libgstsmpte.vcproj:
7079         * win32/vs8/libgstspeex.vcproj:
7080         * win32/vs8/libgsttaglib.vcproj:
7081         * win32/vs8/libgstudp.vcproj:
7082         * win32/vs8/libgstvideobalance.vcproj:
7083         * win32/vs8/libgstvideobox.vcproj:
7084         * win32/vs8/libgstvideoflip.vcproj:
7085         * win32/vs8/libgstvideomixer.vcproj:
7086         * win32/vs8/libgstwavenc.vcproj:
7087         * win32/vs8/libgstwavparse.vcproj:
7088           Make end-of-line returns unixy, so that when the files are checked
7089           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7090           Hopefully fixes #366492.
7091
7092 2006-11-14  Wim Taymans  <wim@fluendo.com>
7093
7094         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7095         Disable init_frames delay timestamp adjustment, it does not
7096         seem to be needed at all. Fixes #369621.
7097
7098 2006-11-13  Wim Taymans  <wim@fluendo.com>
7099
7100         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7101
7102         * gst/videomixer/videomixer.c:
7103         (gst_videomixer_set_master_geometry),
7104         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7105         (gst_videomixer_collect_free), (gst_videomixer_reset),
7106         (gst_videomixer_init), (gst_videomixer_finalize),
7107         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7108         (gst_videomixer_collected), (gst_videomixer_change_state):
7109         Fix memleak by unref'ing collectpads instance (when finalizing)
7110         Implement releasing a request pad. Fixes #374479.
7111
7112 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7113
7114         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7115
7116         * win32/vs8/gst-plugins-good.sln:
7117         * win32/vs8/libgst1394.vcproj:
7118         * win32/vs8/libgstaasink.vcproj:
7119         * win32/vs8/libgstalaw.vcproj:
7120         * win32/vs8/libgstalpha.vcproj:
7121         * win32/vs8/libgstalphacolor.vcproj:
7122         * win32/vs8/libgstannodex.vcproj:
7123         * win32/vs8/libgstapetag.vcproj:
7124         * win32/vs8/libgstaudiofx.vcproj:
7125         * win32/vs8/libgstauparse.vcproj:
7126         * win32/vs8/libgstautodetect.vcproj:
7127         * win32/vs8/libgstavi.vcproj:
7128         * win32/vs8/libgstcacasink.vcproj:
7129         * win32/vs8/libgstcdio.vcproj:
7130         * win32/vs8/libgstcutter.vcproj:
7131         * win32/vs8/libgstdv.vcproj:
7132         * win32/vs8/libgsteffectv.vcproj:
7133         * win32/vs8/libgstflac.vcproj:
7134         * win32/vs8/libgstflxdec.vcproj:
7135         * win32/vs8/libgstgoom.vcproj:
7136         * win32/vs8/libgsticydemux.vcproj:
7137         * win32/vs8/libgstid3demux.vcproj:
7138         * win32/vs8/libgstjpeg.vcproj:
7139         * win32/vs8/libgstladspa.vcproj:
7140         * win32/vs8/libgstlevel.vcproj:
7141         * win32/vs8/libgstmatroska.vcproj:
7142         * win32/vs8/libgstmikmod.vcproj:
7143         * win32/vs8/libgstmng.vcproj:
7144         * win32/vs8/libgstmonoscope.vcproj:
7145         * win32/vs8/libgstmulaw.vcproj:
7146         * win32/vs8/libgstmultipart.vcproj:
7147         * win32/vs8/libgstpng.vcproj:
7148         * win32/vs8/libgstrtp.vcproj:
7149         * win32/vs8/libgstrtsp.vcproj:
7150         * win32/vs8/libgstshout2.vcproj:
7151         * win32/vs8/libgstsmpte.vcproj:
7152         * win32/vs8/libgstspeex.vcproj:
7153         * win32/vs8/libgsttaglib.vcproj:
7154         * win32/vs8/libgstudp.vcproj:
7155         * win32/vs8/libgstvideobalance.vcproj:
7156         * win32/vs8/libgstvideobox.vcproj:
7157         * win32/vs8/libgstvideoflip.vcproj:
7158         * win32/vs8/libgstvideomixer.vcproj:
7159         * win32/vs8/libgstwavenc.vcproj:
7160         * win32/vs8/libgstwavparse.vcproj:
7161           Add VS8 project files (note that many of the plugins in ext are
7162           disabled by default). Fixes #366492.
7163
7164 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7165
7166         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7167           we do not translate debug messages
7168
7169 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7170
7171         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7172           fix categorisation, make short desc more explicit, remove unused code
7173           Fixes #372021
7174
7175 2006-11-08  Wim Taymans  <wim@fluendo.com>
7176
7177         * gst/rtp/gstrtpL16depay.c:
7178         * gst/rtp/gstrtpamrdepay.c:
7179         * gst/rtp/gstrtpamrpay.c:
7180         * gst/rtp/gstrtpgsmdepay.c:
7181         * gst/rtp/gstrtph263pay.c:
7182         * gst/rtp/gstrtph263pdepay.c:
7183         * gst/rtp/gstrtph263ppay.c:
7184         * gst/rtp/gstrtph264depay.c:
7185         * gst/rtp/gstrtpmp2tdepay.c:
7186         * gst/rtp/gstrtpmp4gdepay.c:
7187         * gst/rtp/gstrtpmp4gpay.c:
7188         * gst/rtp/gstrtpmp4vdepay.c:
7189         * gst/rtp/gstrtpmp4vpay.c:
7190         * gst/rtp/gstrtpmpadepay.c:
7191         * gst/rtp/gstrtpmpapay.c:
7192         * gst/rtp/gstrtppcmadepay.c:
7193         * gst/rtp/gstrtppcmapay.c:
7194         * gst/rtp/gstrtppcmudepay.c:
7195         * gst/rtp/gstrtppcmupay.c:
7196         * gst/rtp/gstrtpspeexdepay.c:
7197         * gst/rtp/gstrtpspeexpay.c:
7198         * gst/rtp/gstrtpsv3vdepay.c:
7199         Fix element descriptions.
7200
7201 2006-11-08  Wim Taymans  <wim@fluendo.com>
7202
7203         * gst/rtp/gstrtpvorbisdepay.c:
7204         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7205         Fix description.
7206         Small cleanup in the payloader.
7207
7208 2006-11-08  Wim Taymans  <wim@fluendo.com>
7209
7210         * gst/rtp/Makefile.am:
7211         * gst/rtp/gstrtp.c: (plugin_init):
7212         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7213         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7214         (gst_rtp_theora_depay_finalize),
7215         (gst_rtp_theora_depay_parse_configuration),
7216         (gst_rtp_theora_depay_setcaps),
7217         (gst_rtp_theora_depay_switch_codebook),
7218         (gst_rtp_theora_depay_process),
7219         (gst_rtp_theora_depay_set_property),
7220         (gst_rtp_theora_depay_get_property),
7221         (gst_rtp_theora_depay_change_state),
7222         (gst_rtp_theora_depay_plugin_init):
7223         * gst/rtp/gstrtptheoradepay.h:
7224         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7225         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7226         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7227         (gst_rtp_theora_pay_init_packet),
7228         (gst_rtp_theora_pay_flush_packet),
7229         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7230         (gst_rtp_theora_pay_handle_buffer),
7231         (gst_rtp_theora_pay_plugin_init):
7232         * gst/rtp/gstrtptheorapay.h:
7233         Add theora pay/depayloaders.
7234
7235 2006-11-06  Wim Taymans  <wim@fluendo.com>
7236
7237         * gst/rtp/Makefile.am:
7238         We depend on gsttag to generate the vorbis comments.
7239
7240         * gst/rtp/gstrtpvorbisdepay.c:
7241         (gst_rtp_vorbis_depay_parse_configuration),
7242         (gst_rtp_vorbis_depay_setcaps),
7243         (gst_rtp_vorbis_depay_switch_codebook),
7244         (gst_rtp_vorbis_depay_process):
7245         * gst/rtp/gstrtpvorbisdepay.h:
7246         Parse configuration string in the depayloader.
7247         Implement selecting and switching to a new codebook.
7248         Receiving vorbis over RTP now works.
7249
7250         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7251         (gst_rtp_vorbis_pay_init_packet),
7252         (gst_rtp_vorbis_pay_finish_headers),
7253         (gst_rtp_vorbis_pay_handle_buffer):
7254         * gst/rtp/gstrtpvorbispay.h:
7255         Set timestamps on outgoing buffers and RTP packets.
7256         Fix configuration string, prepend number of Packet headers.
7257         Fix encoding of ident string.
7258         Add delivery-method to caps.
7259         Streaming vorbis over RTP now works.
7260
7261 2006-11-06  Wim Taymans  <wim@fluendo.com>
7262
7263         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7264         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7265         (gst_rtp_vorbis_pay_handle_buffer):
7266         * gst/rtp/gstrtpvorbispay.h:
7267         Generate a valid configuration string in the caps based on the
7268         vorbis headers.
7269
7270 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7273         * ext/cdio/gstcdio.h:
7274         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7275           Move CD-TEXT utility function into common file so it can also be
7276           used by a future cdioparanoiasrc.
7277
7278 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7279         
7280         * sys/v4l2/Makefile.am:
7281         * sys/v4l2/gstv4l2object.c:
7282         * sys/v4l2/gstv4l2src.c:
7283         * sys/v4l2/gstv4l2xoverlay.c:
7284         * sys/v4l2/v4l2_calls.c:
7285         * sys/v4l2/v4l2src_calls.c:
7286         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7287         xoverlay code that is still not implemented.
7288
7289 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7292           We require a -base more recent than 0.10.9, so it's safe to use
7293           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7294
7295         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7296         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7297           Use _newsegment_full() now that we depend on a recent enough core.
7298
7299         * gst/wavparse/gstwavparse.c:
7300           Remove cruft that we don't need any longer now that we depend on
7301           a recent enough -base.
7302
7303 2006-10-31  Wim Taymans  <wim@fluendo.com>
7304
7305         * gst/rtp/Makefile.am:
7306         * gst/rtp/gstrtp.c: (plugin_init):
7307         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7308         (gst_rtpilbcpay_setcaps):
7309         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7310
7311 2006-10-31  Wim Taymans  <wim@fluendo.com>
7312
7313         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7314         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7315         Some small cleanups, use _scale.
7316
7317 2006-10-31  Wim Taymans  <wim@fluendo.com>
7318
7319         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7320         Use higher precision scale function.
7321
7322 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         Patch by: Michal Benes  <michal dot benes at itonis tv>
7325
7326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7327         (gst_matroska_demux_read_track_encodings),
7328         (gst_matroska_decode_buffer):
7329           Fix several issues with encoded/compressed/encrypted/signed tracks;
7330           also, remove superfluous newline characters from some debug
7331           statements. (#366155)
7332
7333 2006-10-30  Wim Taymans  <wim@fluendo.com>
7334
7335         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7336         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7337         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7338         (gst_smokedec_change_state):
7339         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7340         (gst_smokeenc_init), (gst_smokeenc_finalize),
7341         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7342         (gst_smokeenc_resync), (gst_smokeenc_chain),
7343         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7344         (gst_smokeenc_change_state):
7345         Various cleanups, capsnego and leak fixes.
7346
7347 2006-10-30  Wim Taymans  <wim@fluendo.com>
7348
7349         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7350
7351         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7352         Fix videomixer so that it can handle any combination of framerates.
7353         Fixes #367221.
7354
7355 2006-10-28  Wim Taymans  <wim@fluendo.com>
7356
7357         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7358         (gst_avi_demux_parse_file_header),
7359         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7360         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7361         (gst_avi_demux_chain):
7362         Fix position query for audio. also fixes timestamps in streaming
7363         mode and bug #364958.
7364         Small cleanups.
7365
7366 2006-10-27  Wim Taymans  <wim@fluendo.com>
7367
7368         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7369         * ext/libpng/gstpngenc.h:
7370         Fix strides. Fixes #364856.
7371         Cleanup capsnego.
7372         Set caps on outgoing buffers.
7373
7374 2006-10-18  Wim Taymans  <wim@fluendo.com>
7375
7376         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7377
7378         * gst/rtp/gstrtpgsmpay.c:
7379         * gst/rtp/gstrtph263pay.c:
7380         * gst/rtp/gstrtpmpapay.c:
7381         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7382         (gst_rtp_pcma_pay_handle_buffer):
7383         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7384         Add static payload numbers in addition to the dynamic ones.
7385         Fixes #361639.
7386
7387 2006-10-18  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7390         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7391         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7392         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7393         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7394         * gst/rtsp/rtspdefs.h:
7395         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7396         * gst/rtsp/rtspurl.h:
7397         Reuse already existing enum for lower transport.
7398         Add rtspt and rtspu protocols.
7399         Send redirect to rtspt when udp times out.
7400
7401 2006-10-18  Wim Taymans  <wim@fluendo.com>
7402
7403         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7404         (gst_wavparse_stream_data):
7405         Fix seeking some more, mostly for speed changes.
7406
7407 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7408
7409         Patch by: Fredrik Persson  <frepe at bredband net>
7410
7411         * sys/v4l2/gstv4l2tuner.c:
7412         * sys/v4l2/gstv4l2tuner.h:
7413           Fix _set_channel(): remove useless g_object_notify() for "channel"
7414           property that doesn't exist any longer and therefore now also
7415           useless redirect (#338818).
7416
7417 2006-10-17  Wim Taymans  <wim@fluendo.com>
7418
7419         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7420         Some drivers do not support unsetting the non-blocking flag once the
7421         device is opened. In those cases, close/open the device in
7422         non-blocking mode. Fixes #362673.
7423
7424 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7425
7426         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7427         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7428         (gst_v4l2src_get_fps):
7429           dear stefan, framespersecond is not frameperiod, reverting but adding
7430           comment
7431
7432 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7433
7434         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7435         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7436         (gst_v4l2src_get_fps):
7437           Numerator is numerator and denominator is denominator. Say that aloud
7438           5 times and retry after next beer.
7439
7440 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7441
7442         Patch by: Josep Torra Valles  <josep at fluendo com>
7443
7444         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7445         * ext/esd/esdsink.c: (gst_esdsink_write):
7446         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7447         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7448         (gst_flac_dec_send_newsegment):
7449         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7450         (gst_flac_enc_tell_callback):
7451         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7452         (smokecodec_parse_header), (smokecodec_decode):
7453         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7454         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7455         * gst/goom/Makefile.am:
7456         * gst/goom/gstgoom.c:
7457         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7458         * gst/rtsp/gstrtspsrc.c:
7459         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7460         * gst/udp/gstudpsink.c:
7461         * gst/udp/gstudpsrc.c:
7462         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7463         * sys/sunaudio/gstsunaudiomixertrack.h:
7464           Fix a bunch of problems discovered by the Forte compiler, mostly type
7465           mixups and pointer arithmetics with void pointers. Fixes #362603.
7466
7467 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7468
7469         * ext/speex/gstspeex.c: (plugin_init):
7470         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7471         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7472         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7473         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7474         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7475         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7476         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7477         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7478         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7479         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7480         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7481         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7482         * ext/speex/gstspeexenc.h:
7483           Miscellaneous clean-ups, among other things: speexenc => enc to
7484           enhance code readability; change speexenc => speex_enc; in chain
7485           function unref input buffer in case of error; take reference in
7486           event function; use boilerplate macro; use gst_pad_query_peer_*
7487           convenience functions.
7488
7489 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7492         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7493         (gst_speexenc_set_header_on_caps):
7494           Fix some mem leaks.
7495
7496 2006-10-11  Wim Taymans  <wim@fluendo.com>
7497
7498         * gst/rtsp/URLS:
7499         Added some other URL.
7500
7501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7502         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7503         (gst_rtspsrc_open), (gst_rtspsrc_play),
7504         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7505         * gst/rtsp/gstrtspsrc.h:
7506         Work on fallback to TCP connection when the UDP socket times out.
7507         Handler server requests, just reply with OK for now.
7508
7509         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7510         * gst/rtsp/rtspdefs.h:
7511         Added some more Real extension headers.
7512
7513         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7514         Fix parsing of urls with a ':' that is not part of the hostname:port
7515         part of the url.
7516
7517 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7518
7519         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7520         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7521         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7522           Activate pad before adding it to the already-running element.
7523
7524         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7525           Activate newly-created pad too.
7526
7527 2006-10-11  Wim Taymans  <wim@fluendo.com>
7528
7529         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7530
7531         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7532         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7533         (gst_udpsrc_start):
7534         Fix some leaks in caps and uris. Fixes #361252.
7535
7536 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * gst/wavparse/Makefile.am:
7539           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7540
7541 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7542
7543         * sys/v4l2/gstv4l2xoverlay.c:
7544         * sys/v4l2/gstv4l2xoverlay.h:
7545         Fix build as per the patch in #338818 comment 36.
7546
7547 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7548
7549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7550           Activate pads before adding them to the source.
7551
7552 2006-10-06  Wim Taymans  <wim@fluendo.com>
7553
7554         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7555         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7556         Activate pads before adding.
7557
7558 2006-10-06  Wim Taymans  <wim@fluendo.com>
7559
7560         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7561         (gst_multipart_find_pad_by_mime):
7562         Activate pads before adding.
7563
7564         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7565         BOILERPLATE sets parent_class for us.
7566
7567 2006-10-06  Wim Taymans  <wim@fluendo.com>
7568
7569         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7570         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7571         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7572         (gst_rtspsrc_alloc_udp_ports),
7573         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7574         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7575         (gst_rtspsrc_create_transports_string),
7576         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7577         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7578         * gst/rtsp/gstrtspsrc.h:
7579         Rework how the transport string is constructed, try to share channels
7580         and udp ports.
7581         Make most of the stuff less dependant on RTP as we are also going to use
7582         it for RDT.
7583         Add support for transport specific session managers.
7584
7585         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7586         Implement _flush().
7587
7588         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7589         * gst/rtsp/rtspdefs.h:
7590         Add generic error return code.
7591
7592         * gst/rtsp/rtspext.h:
7593         Add support for pluggable tranport strings.
7594
7595         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7596         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7597         (rtsp_ext_wms_get_context):
7598         Detect WMServer and activate the extension.
7599
7600         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7601         (rtsp_transport_get_manager), (rtsp_transport_parse):
7602         * gst/rtsp/rtsptransport.h:
7603         Added methods to get mime/manager for certain transports.
7604
7605 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7606
7607         * ext/cairo/gsttimeoverlay.c:
7608         (gst_cairo_time_overlay_update_font_height):
7609         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7610         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7611         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7612         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7613         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7614         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7615         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7616         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7617         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7618         (gst_avi_demux_stream_data):
7619         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7620         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7621         (gst_fenced_buffer_copy):
7622         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7626         (gst_rtspsrc_handle_message):
7627         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7628         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7629           Printf format fixes.
7630
7631 2006-10-04  Wim Taymans  <wim@fluendo.com>
7632
7633         * gst/rtsp/Makefile.am:
7634         Dist new .h file too.
7635
7636 2006-10-04  Wim Taymans  <wim@fluendo.com>
7637
7638         * gst/rtsp/Makefile.am:
7639         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7640         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7642         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7643         (gst_rtspsrc_parse_rtpmap),
7644         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7645         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7646         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7647         * gst/rtsp/gstrtspsrc.h:
7648         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7649         * gst/rtsp/rtspdefs.h:
7650         * gst/rtsp/rtspext.h:
7651         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7652         (rtsp_ext_wms_get_context):
7653         * gst/rtsp/rtspextwms.h:
7654         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7655         (rtsp_transport_parse):
7656         * gst/rtsp/rtsptransport.h:
7657         Factor out extension in separate module.
7658         Fix getcaps to filter against the padtemplate.
7659         Use Content-Base if the server gives one.
7660         Rework the transport parsing a bit for future extensions.
7661         Added some Real Header field definitions.
7662
7663 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7664
7665         * docs/plugins/Makefile.am:
7666         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7667         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7668           added v4l2 stubs
7669         * gst-plugins-good.spec.in:
7670           add v4l2
7671
7672 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7675           Extract disc/album/medium number and count and try harder
7676           to extract track number/count.
7677
7678 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7679
7680         * configure.ac:
7681         * sys/Makefile.am:
7682           add build stuff for v4l2, needs --enable-experimental until
7683           the last bits are resolved
7684
7685 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7686
7687         * tests/check/Makefile.am:
7688           Disable autodetect test temporarily, so that the build bots
7689           update -bad and the ranks of unreliable video sinks in there.
7690
7691         * tests/check/elements/autodetect.c: (GST_START_TEST):
7692           Skip test if no usable videosink is found.
7693
7694 2006-09-29  Wim Taymans  <wim@fluendo.com>
7695
7696         * gst/rtsp/URLS:
7697         Add some more URLs.
7698
7699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7700         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7701         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7702         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7703         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7704         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7705         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7706         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7707         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7708         * gst/rtsp/gstrtspsrc.h:
7709         Add timeout property to control UDP timeouts.
7710         Fix error messages.
7711         Also start a loop function when operating in UDP mode so that we can
7712         do some more stuff async.
7713         Handle element messages from udpsrc to detect timeouts. If a timeout
7714         happens we currently generate an error.
7715         API: rtspsrc::timeout property.
7716
7717         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7718         (gst_udpsrc_create):
7719         Really implement the timeout in microseconds and not milliseconds.
7720
7721 2006-09-29  Wim Taymans  <wim@fluendo.com>
7722
7723         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7724         (gst_udpsrc_create), (gst_udpsrc_set_property),
7725         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7726         * gst/udp/gstudpsrc.h:
7727         Added property to post a message on timeout.
7728         Updated docs.
7729         When restarting the select, initialize the fdsets again.
7730         Init control sockets so we don't accidentally close a random socket.
7731         API: GstUDPSrc::timeout property
7732
7733 2006-09-29  Wim Taymans  <wim@fluendo.com>
7734
7735         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7736         Fix flag registration.
7737
7738         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7739         Reading 0 also means 'no more commands'
7740
7741 2006-09-29  Wim Taymans  <wim@fluendo.com>
7742
7743         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7744
7745         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7746         Fix possible infinite loop when shutting down, a read can also return
7747         0 to indicate no more messages are available. Fixes #358156.
7748
7749 2006-09-25  Wim Taymans  <wim@fluendo.com>
7750
7751         * gst/autodetect/gstautoaudiosink.c:
7752         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7753         (gst_auto_audio_sink_find_best):
7754         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7755         Small cleanups.
7756         don't try to set "sync" property when it is not available.
7757
7758 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7759
7760         Patch by: Peter Kjellerstedt  <pkj at axis com>
7761
7762         * gst/alpha/gstalpha.c:
7763         * gst/rtp/gstrtpamrdepay.c:
7764         * gst/rtsp/gstrtspsrc.c:
7765         * gst/udp/gstudpsrc.c:
7766         * gst/videomixer/videomixer.c:
7767           Include stdlib.h in some more places, makes things compile
7768           with uClibc and -Werror (#357592).
7769
7770 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7771
7772         * ext/jpeg/gstjpegdec.c:
7773           Set minimum height to 8 (from 16), our code should handle
7774           that fine. Some of the buttons on the apple trailer site
7775           are apparently only 15 pixels high (see #357470).
7776
7777 2006-09-23  Wim Taymans  <wim@fluendo.com>
7778
7779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7780         (gst_rtspsrc_open):
7781         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7782         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7783         (rtsp_connection_receive):
7784         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7785         * gst/rtsp/rtspdefs.h:
7786         Improve error reporting.
7787
7788 2006-09-23  Wim Taymans  <wim@fluendo.com>
7789
7790         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7791         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7792         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7793         * gst/rtp/gstrtpdepay.c:
7794         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7795         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7796         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7797         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7798         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7799         (gst_rtp_mp2t_depay_plugin_init):
7800         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7801         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7802         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7803         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7804         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7805         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7806         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7807         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7808         Fix klass typos.
7809         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7810
7811 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7812
7813         * configure.ac:
7814           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7815
7816 2006-09-22  Wim Taymans  <wim@fluendo.com>
7817
7818         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7819         Don't check for a tag that is never there and check if we read the
7820         correct tag. Fixes seeking again.
7821         We must post an error when all pads are unlinked.
7822
7823 2006-09-22  Wim Taymans  <wim@fluendo.com>
7824
7825         * gst/rtp/Makefile.am:
7826         * gst/rtp/gstrtp.c: (plugin_init):
7827         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7828         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7829         (gst_rtp_vorbis_pay_reset_packet),
7830         (gst_rtp_vorbis_pay_init_packet),
7831         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7832         (gst_rtp_vorbis_pay_handle_buffer):
7833         More fixage, set endoder-params correctly in the payloader.
7834
7835 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         * gst/autodetect/gstautoaudiosink.c:
7838         (gst_auto_audio_sink_base_init):
7839         * gst/autodetect/gstautovideosink.c:
7840         (gst_auto_video_sink_base_init):
7841           Make static pad templates static to appease valgrind's leak
7842           detector.
7843
7844         * tests/check/Makefile.am:
7845         * tests/check/elements/.cvsignore:
7846         * tests/check/elements/autodetect.c: (GST_START_TEST),
7847         (autodetect_suite):
7848           Add simple test for the ghostpad lockup on shutdown fixed in core
7849           CVS (audio bit disabled because it would need dozens of alsa
7850           suppressions and I'm too lazy to add those now).
7851
7852 2006-09-22  Wim Taymans  <wim@fluendo.com>
7853
7854         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7855         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7856         Small cleanups.
7857
7858         * gst/rtp/Makefile.am:
7859         * gst/rtp/gstrtp.c: (plugin_init):
7860         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7861         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7862         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7863         (gst_rtp_vorbis_depay_process),
7864         (gst_rtp_vorbis_depay_set_property),
7865         (gst_rtp_vorbis_depay_get_property),
7866         (gst_rtp_vorbis_depay_change_state),
7867         (gst_rtp_vorbis_depay_plugin_init):
7868         * gst/rtp/gstrtpvorbisdepay.h:
7869         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7870         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7871         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7872         (gst_rtp_vorbis_pay_flush_packet),
7873         (gst_rtp_vorbis_pay_append_buffer),
7874         (gst_rtp_vorbis_pay_handle_buffer),
7875         (gst_rtp_vorbis_pay_plugin_init):
7876         * gst/rtp/gstrtpvorbispay.h:
7877         Add experimental vorbis pay and depayloaders.
7878
7879 2006-09-21  Wim Taymans  <wim@fluendo.com>
7880
7881         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7882         Fix profile-level-id parsing and setup.
7883
7884 2006-09-21  Wim Taymans  <wim@fluendo.com>
7885
7886         * gst/udp/README:
7887         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7888         Update README, simple cleanup.
7889
7890 2006-09-21  Wim Taymans  <wim@fluendo.com>
7891
7892         * gst/rtp/README:
7893         Update README with some examples.
7894
7895         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7896         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7897         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7898         (gst_rtp_mp4g_pay_setcaps):
7899         * gst/rtp/gstrtpmp4gpay.h:
7900         Make optional RTP parameters of type STRING, as required by the
7901         application/x-rtp caps specification.
7902
7903 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7904
7905         * gst/rtp/gstrtph263pdepay.c:
7906         * gst/rtp/gstrtph263ppay.c:
7907         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7908         RTP header.
7909
7910 2006-09-20  Wim Taymans  <wim@fluendo.com>
7911
7912         * gst/rtp/Makefile.am:
7913         And makefile too.
7914
7915 2006-09-20  Wim Taymans  <wim@fluendo.com>
7916
7917         * gst/rtp/gstrtp.c: (plugin_init):
7918         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7919         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7920         (decode_base64), (gst_rtp_asf_depay_setcaps),
7921         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7922         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7923         (gst_rtp_asf_depay_plugin_init):
7924         * gst/rtp/gstrtpasfdepay.h:
7925         Added preliminary ASF depayloader.
7926
7927         * gst/rtp/gstrtph264depay.c: (decode_base64):
7928         Fix base64 decoding.
7929
7930 2006-09-20  Wim Taymans  <wim@fluendo.com>
7931
7932         * gst/rtsp/URLS:
7933         Added some test URLS.
7934
7935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7936         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7937         * gst/rtsp/gstrtspsrc.h:
7938         When creating streams, give access to the complete SDP.
7939         Fix some leaks.
7940         Collect and merge global stream properties in stream caps.
7941         Preliminary support for WMServer.
7942
7943         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7944         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7945         (rtsp_connection_receive):
7946         * gst/rtsp/rtspconnection.h:
7947         Make connection interruptable.
7948         Refactor to make it reconnectable.
7949         Don't fail on short reads when reading data packets.
7950
7951         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7952         (rtsp_url_get_port):
7953         * gst/rtsp/rtspurl.h:
7954         Add methods for getting/setting the port.
7955
7956         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7957         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7958         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7959         (sdp_media_get_format), (sdp_parse_line),
7960         (sdp_message_parse_buffer):
7961         Fix headers. 
7962         Add methods for getting multiple attributes with the same name.
7963         Increase buffer size when parsing.
7964         Fix parsing of a=foo fields.
7965
7966         * gst/rtsp/test.c: (main):
7967         Update to new connection API.
7968
7969         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7970         (rtsp_message_init_response), (rtsp_message_init_data),
7971         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7972         * gst/rtsp/rtspmessage.h:
7973         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7974         * gst/rtsp/rtsptransport.h:
7975         * gst/rtsp/sdp.h:
7976         * gst/rtsp/sdpmessage.h:
7977         * gst/rtsp/gstrtsp.c:
7978         * gst/rtsp/gstrtsp.h:
7979         * gst/rtsp/gstrtpdec.c:
7980         * gst/rtsp/gstrtpdec.h:
7981         * gst/rtsp/rtsp.h:
7982         * gst/rtsp/rtspdefs.c:
7983         * gst/rtsp/rtspdefs.h:
7984         Dual licensed under MIT and LGPL now.
7985
7986 2006-09-19  Wim Taymans  <wim@fluendo.com>
7987
7988         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7989         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7990         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7991         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7992         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7993         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7994         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7995         * gst/rtsp/gstrtspsrc.h:
7996         Reorganize stream parsing and creation.
7997         Detect container formats in interleaved mode.
7998         Keep more state about the streams.
7999         Assume a server also supports PLAY if it does not say.
8000         Add unicast and interleaved properties to TCP transport requests to make
8001         some servers happy (WMServer).
8002
8003         * gst/rtsp/sdpmessage.h:
8004         Add some defines for the standard Bandwidth types.
8005
8006 2006-09-19  Wim Taymans  <wim@fluendo.com>
8007
8008         * gst/rtsp/test.c: (main):
8009         Fix build.
8010
8011 2006-09-19  Wim Taymans  <wim@fluendo.com>
8012
8013         * gst/wavparse/gstwavparse.c:
8014         Add ms-gsm to the src template.
8015
8016 2006-09-18  Wim Taymans  <wim@fluendo.com>
8017
8018         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8019         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8020         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8021         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8022         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8023         * gst/rtsp/gstrtspsrc.h:
8024         Small cleanups, added documentation.
8025         Try to clean up the requests and responses.
8026         Refactor parsing the supported methods.
8027
8028         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8029         (rtsp_connection_create), (rtsp_connection_send),
8030         (parse_response_status), (parse_request_line),
8031         (rtsp_connection_receive), (rtsp_connection_close),
8032         (rtsp_connection_free):
8033         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8034         (rtsp_transport_init), (rtsp_transport_parse),
8035         (rtsp_transport_free):
8036         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8037         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8038         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8039         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8040         Use g_return_val some more.
8041
8042         * gst/rtsp/rtspdefs.h:
8043         Add more enum values to track initial states.
8044
8045         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8046         (rtsp_message_init_request), (rtsp_message_new_response),
8047         (rtsp_message_init_response), (rtsp_message_init_data),
8048         (rtsp_message_unset), (rtsp_message_free),
8049         (rtsp_message_add_header), (rtsp_message_remove_header),
8050         (rtsp_message_get_header), (rtsp_message_set_body),
8051         (rtsp_message_take_body), (rtsp_message_get_body),
8052         (rtsp_message_steal_body), (rtsp_message_dump):
8053         * gst/rtsp/rtspmessage.h:
8054         Reorder arguments, object goes as the first one.
8055         Use g_return_val some more.
8056
8057 2006-09-18  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8060         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8061         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8062         * gst/rtsp/gstrtspsrc.h:
8063         Export sometimes source pad with correct caps on the template, create
8064         the ghostpad from the template.
8065         Remove RTCP template as we never expose RTCP.
8066         Protect against invalid body size.
8067         Avoid memcpy when creating the output buffer.
8068         Properly post an error and send EOS when the loop function is shut down.
8069
8070 2006-09-18  Wim Taymans  <wim@fluendo.com>
8071
8072         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8073
8074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8075         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8076         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8077         * gst/rtsp/gstrtspsrc.h:
8078         Make sure we can never set an invalid location.
8079
8080         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8081         * gst/rtsp/rtspmessage.h:
8082         Added _steal_body method for future use.
8083
8084         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8085         Make freeing of NULL url return immediatly.
8086
8087 2006-09-18  Wim Taymans  <wim@fluendo.com>
8088
8089         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8090
8091         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8092         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8093         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8094         (gst_rtspsrc_change_state):
8095         * gst/rtsp/gstrtspsrc.h:
8096         Use boilerplate.
8097         Make rtspsrc subclass GstBin to make state changes easier.
8098         Add Range header field on the PLAY request.
8099
8100 2006-09-18  Wim Taymans  <wim@fluendo.com>
8101
8102         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8103
8104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8105         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8106         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8107         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8108         * gst/rtsp/rtspconnection.c: (inet_aton):
8109         Small cleanups.
8110         when multicast is selected as the transport, create UDP sources and
8111         connect to the multicast group.
8112         Move parsing and setting of caps to a common place.
8113         Fixes #349894.
8114
8115 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8116
8117         * ext/flac/gstflactag.c:
8118         * gst/alpha/gstalpha.c:
8119         * gst/debug/breakmydata.c:
8120         * gst/debug/negotiation.c:
8121         * gst/debug/testplugin.c:
8122         * gst/effectv/gstaging.c:
8123         * gst/effectv/gstdice.c:
8124         * gst/effectv/gstedge.c:
8125         * gst/effectv/gstquark.c:
8126         * gst/effectv/gstrev.c:
8127         * gst/effectv/gstshagadelic.c:
8128         * gst/effectv/gstvertigo.c:
8129         * gst/effectv/gstwarp.c:
8130         * gst/multipart/multipartdemux.c:
8131         * gst/multipart/multipartmux.c:
8132         * gst/videobox/gstvideobox.c:
8133         * gst/videofilter/gstgamma.c:
8134         * gst/videofilter/gstvideotemplate.c:
8135         * gst/videomixer/videomixer.c:
8136         * sys/sunaudio/gstsunaudiosrc.h:
8137         More G_OBJECT macro fixing.
8138
8139 2006-09-16  Wim Taymans  <wim@fluendo.com>
8140
8141         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8142
8143         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8144         Correctly set the dwLength in strh.
8145         With this patch, the file duration is now displayed correctly in window
8146         media player and the AVI plays completely. Fixes #356147
8147
8148 2006-09-15  Wim Taymans  <wim@fluendo.com>
8149
8150         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8151
8152         * sys/sunaudio/gstsunaudiomixerctrl.c:
8153         (gst_sunaudiomixer_ctrl_build_list):
8154         Set the output track as the MASTER so that the gnome-settings-daemon
8155         keybindings for changing the volume using the keyboard works.
8156         Fixes #356142.
8157
8158 2006-09-15  Wim Taymans  <wim@fluendo.com>
8159
8160         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8161         Fix documentation, it is not possible to control the framerate of jpegdec
8162         using filtered caps yet. Fixes #355210.
8163         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8164         stop when there is an error.
8165
8166 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8167
8168         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8169         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8170           Don't interpret a first buffer with an offset of NONE as
8171           'from the middle of the stream', but only a first buffer
8172           that has a valid buffer offset that's non-zero (see #345449).
8173
8174 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8177         (gst_icydemux_typefind_or_forward):
8178         * gst/icydemux/gsticydemux.h:
8179           When we merge/collect multiple incoming buffers for typefinding
8180           purposes, keep an initial 0 offset on the first outgoing buffer
8181           as well (otherwise id3demux won't work right). Fixes #345449.
8182           Also Make buffer metadata writable before setting buffer caps.
8183
8184         * tests/check/elements/icydemux.c: (typefind_succeed),
8185         (cleanup_icydemux), (push_data), (GST_START_TEST),
8186         (icydemux_suite):
8187           Small test case for the above.
8188
8189 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8190
8191         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8192         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8193         (gst_avi_demux_stream_header_push),
8194         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8195         (gst_avi_demux_loop):
8196           More code reuse and better logging in _peek_chunk(). Reintroduce check
8197           for chunk sizes before reading them (avoid oom). Better handling for 
8198           invalid chunksizes when streaming.
8199
8200 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8201
8202         * gst/level/gstlevel.c: (gst_level_set_property):
8203         * gst/level/gstlevel.h:
8204           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8205           René Stadler
8206
8207 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8208
8209         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8210         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8211         (gst_avi_demux_stream_data):
8212           Revert one change to fix streaming avi (adapter size != data size).
8213
8214 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8215
8216         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8217
8218         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8219         (gst_matroska_demux_reset),
8220         (gst_matroska_demux_read_track_encodings),
8221         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8222         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8223         (gst_matroska_demux_subtitle_caps):
8224         * gst/matroska/matroska-ids.h:
8225           Add support for VOBSUB subtitle tracks and zlib-compressed
8226           tracks. Make sure we start on a keyframe after a seek. (#343348)
8227
8228 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8229
8230         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8231         (gst_matroska_demux_push_flac_codec_priv_data),
8232         (gst_matroska_demux_push_xiph_codec_priv_data),
8233         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8234         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8235         * gst/matroska/matroska-ids.h:
8236           Add basic FLAC support (#311586), not perfect yet though, needs some
8237           tweaking in flacdec; also, seeking could be better.
8238           Do better bounds checking when deserialising vorbis stream headers
8239           to make sure we don't read beyond the end of the buffer on bad input.
8240
8241 2006-09-04  Wim Taymans  <wim@fluendo.com>
8242
8243         Patch by: Alessandro Decina <alessandro at nnva dot org>
8244
8245         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8246         Seeking back in a file containing a CMML stream errors out if the seek
8247         goes back up to the CMML headers. This is because after the seek the xml
8248         processing instruction <?xml ...?> is submitted to the xml parser again, 
8249         which results in an error. The attached patch fixes the problem. 
8250         Fixes #353908.
8251
8252         * ext/annodex/gstcmmlenc.h:
8253         Fix authors name.
8254
8255
8256 2006-08-28  Andy Wingo  <wingo@pobox.com>
8257
8258         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8259         New helper function to lessen the ifdefs.
8260         (GST_INFO_OBJECT): 
8261         (gst_dv1394src_iso_receive): Use it.
8262         (gst_dv1394src_create): Also use the control sockets in iec61883
8263         mode.
8264         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8265         handle for AVC operations; fixes #348233.
8266
8267 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8268
8269         * configure.ac:
8270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8271         * docs/plugins/inspect/plugin-audiofx.xml:
8272         * docs/plugins/inspect/plugin-audiofxgood.xml:
8273         * gst/audiofx/Makefile.am:
8274         * gst/audiofx/audiofx.c:
8275         * gst/audiofxgood/.cvsignore:
8276         * gst/audiofxgood/Makefile.am:
8277         * gst/audiofxgood/audiofx.c:
8278         * gst/audiofxgood/audiopanorama.c:
8279         * gst/audiofxgood/audiopanorama.h:
8280           Rename again (audiofxgood -> audiofx).
8281
8282 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8283
8284         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8285         (gst_avi_demux_stream_scan):
8286           Initialze variables.
8287
8288 2006-08-25  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8291         (gst_avi_demux_init), (gst_avi_demux_finalize),
8292         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8293         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8294         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8295         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8296         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8297         (gst_avi_demux_massage_index),
8298         (gst_avi_demux_calculate_durations_from_index),
8299         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8300         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8301         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8302         (gst_avi_demux_change_state):
8303         * gst/avi/gstavidemux.h:
8304         More attempts to turn this into readable code.
8305         Don't leak adapters.
8306         Calculate duration according to index more efficiently.
8307         Don't try to act like we drive the pipeline in chain mode.
8308
8309 2006-08-25  Wim Taymans  <wim@fluendo.com>
8310
8311         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8312         Fix build.
8313
8314 2006-08-25  Wim Taymans  <wim@fluendo.com>
8315
8316         Patch by: Alessandro Decina <alessandro at nnva dot org>
8317
8318         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8319         Do some extra sanity checks.
8320         Fixes #350340.
8321
8322         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8323         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8324         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8325         Check if clip->start_time is valid before adding the clip to the
8326         track list.
8327         Reset enc->preamble going from PAUSED to READY.
8328         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8329         only used for EOS.
8330         Only post an error message if we were the one that created the fatal
8331         GstFlowReturn value.
8332
8333         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8334         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8335         Parse the seconds field of the npt-sec time format using %llu rather than
8336         %d and check that the value scaled by GST_SECOND doesn't overflow.
8337         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8338         Lookup a clip's track with clip->track rather than clip->id which
8339         makes no sense.
8340         Identify a clip by its track and start time and not its xml id.
8341         do some more input checking and make sure we don't do undefined shifts.
8342
8343         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8344         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8345         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8346         (push_clip), (push_empty_clip), (check_output_clip),
8347         (GST_START_TEST), (cmmldec_suite):
8348         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8349         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8350         (check_headers), (push_clip), (check_clip_times), (check_clip),
8351         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8352         Added some more checks.
8353
8354 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8355
8356         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8357         (gst_audio_panorama_set_property),
8358         (gst_audio_panorama_get_property),
8359         (gst_audio_panorama_transform_m2s_int),
8360         (gst_audio_panorama_transform_s2s_int),
8361         (gst_audio_panorama_transform_m2s_float),
8362         (gst_audio_panorama_transform_s2s_float):
8363         * gst/audiofxgood/audiopanorama.h:
8364         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8365           Make also the pan-property float (saves scaling and yields better
8366           resolution)
8367
8368 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8369
8370         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8371         (gst_audio_panorama_transform_m2s_float),
8372         (gst_audio_panorama_transform_s2s_float):
8373           ChangeLog surgery to add cymax's real name
8374
8375
8376 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8377
8378         Patch by: René Stadler <mail@renestadler.de>
8379
8380         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8381         (gst_audio_panorama_transform_m2s_int),
8382         (gst_audio_panorama_transform_s2s_int),
8383         (gst_audio_panorama_transform_m2s_float),
8384         (gst_audio_panorama_transform_s2s_float),
8385         (gst_audio_panorama_transform):
8386         * gst/audiofxgood/audiopanorama.h:
8387           Added float support
8388
8389 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8390
8391         * gst/audiofxgood/audiopanorama.c:
8392         (gst_audio_panorama_transform_m2s):
8393           Fix docs & debug category. Add Fixme for volume pan levels.
8394
8395 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8396
8397         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8398         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8399         (gst_avi_demux_stream_header_pull),
8400         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8401         (gst_avi_demux_chain):
8402           unbreak AVI index handling, some more debug, remove an obsolete
8403           adapter_flush that caused streaming to wander off in the wild
8404
8405 2006-08-24  Wim Taymans  <wim@fluendo.com>
8406
8407         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8408         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8409         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8410         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8411         (gst_avi_demux_calculate_durations_from_index),
8412         (gst_avi_demux_stream_header_push),
8413         (gst_avi_demux_stream_header_pull):
8414         * gst/avi/gstavidemux.h:
8415         Some more cleanups. 
8416         Fix totalFrames parsing in ODML.
8417         Disable use of index for length calculation in case of ODML as this is
8418         broken now.
8419
8420 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8421
8422         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8423           Use libgsttag helper function here too.
8424
8425 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8426
8427         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8428         (gst_avi_demux_init), (gst_avi_demux_dispose),
8429         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8430         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8431         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8432         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8433         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8434         (gst_avi_demux_parse_subindex),
8435         (gst_avi_demux_read_subindexes_push),
8436         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8437         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8438         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8439         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8440         (gst_avi_demux_stream_header_pull),
8441         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8442         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8443         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8444         (gst_avi_demux_change_state):
8445         * gst/avi/gstavidemux.h:
8446           Initial streaming support for avidemux (fixes #336465)
8447
8448 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8449
8450         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8451           There is no taglibmux element ...
8452
8453         * gst/rtsp/gstrtspsrc.c:
8454           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8455           was complaining about unknown entity here.
8456
8457 2006-08-22  Wim Taymans  <wim@fluendo.com>
8458
8459         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8460         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8461         (gst_avi_demux_process_next_entry):
8462         * gst/avi/gstavidemux.h:
8463         Mark DISCONT.
8464         Remove old unused fields and reorder the struct a bit.
8465
8466 2006-08-22  Wim Taymans  <wim@fluendo.com>
8467
8468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8469         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8470         (gst_rtspsrc_pause):
8471         * gst/rtsp/gstrtspsrc.h:
8472         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8473         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8474         Small documentation updates.
8475
8476 2006-08-22  Wim Taymans  <wim@fluendo.com>
8477
8478         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8479         (gst_avi_demux_index_entry_for_time),
8480         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8481         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8482         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8483         (gst_avi_demux_next_data_buffer),
8484         (gst_avi_demux_calculate_durations_from_index),
8485         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8486         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8487         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8488         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8489         * gst/avi/gstavidemux.h:
8490         Precalc most of the duration query for each stream.
8491         Make seeking more correct.
8492         Use GstSegment to track position and duration.
8493         Code cleanups and leak fixes.
8494         Calculate correct total duration based on index length.
8495
8496 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8497
8498         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8499         (parse_insert_string_field):
8500           If strings in text fields are marked ISO8859-1, but contain
8501           valid UTF-8 already, then handle them as UTF-8 and ignore
8502           the encoding. (#351794)
8503
8504 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8505
8506         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8507         (gst_flac_dec_write), (gst_flac_dec_loop),
8508         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8509         (gst_flac_dec_src_query):
8510         * ext/flac/gstflacdec.h:
8511           Make flac-in-ogg work (#352100).
8512
8513 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8514
8515         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8516           Don't unref buffers of which we've already given away
8517           ownership to the adapter.
8518
8519 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8520
8521         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8522           Make metadata extraction actually work.
8523
8524         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8525         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8526         (gst_speexenc_chain):
8527           Fix metadata writing: replace old code which wrote completely
8528           broken tags with libgsttag-based code. Plus miscellaneous
8529           code cleanups (use static pad templates etc.) and a bunch
8530           of leak fixes.
8531
8532 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8533
8534         * gst/audiopanorama/.cvsignore:
8535         * gst/audiopanorama/Makefile.am:
8536         * gst/audiopanorama/audiofx.c:
8537         * gst/audiopanorama/audiopanorama.c:
8538         * gst/audiopanorama/audiopanorama.h:
8539           die! die! die! you should never have been there
8540
8541 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8542
8543         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8544         Fix invalid memory access in audiopanorama test suite.
8545
8546 2006-08-21  Edward Hervey  <edward@fluendo.com>
8547
8548         * tests/check/elements/.cvsignore:
8549         ignore built file
8550
8551 2006-08-21  Wim Taymans  <wim@fluendo.com>
8552
8553         * gst/rtp/Makefile.am:
8554         Fix the build again.
8555
8556 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8557
8558         * gst/audiofxgood/.cvsignore:
8559         * gst/audiofxgood/Makefile.am:
8560         * gst/audiofxgood/audiofx.c: (plugin_init):
8561         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8562         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8563         (gst_audio_panorama_set_property),
8564         (gst_audio_panorama_get_property),
8565         (gst_audio_panorama_get_unit_size),
8566         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8567         (gst_audio_panorama_transform_m2s),
8568         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8569         * gst/audiofxgood/audiopanorama.h:
8570           resubmit with the desired name *again*
8571
8572 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8573
8574         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8575         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8576           use g_assert in _get_unit_size
8577
8578 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8579
8580         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8581         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8582         * docs/plugins/inspect/plugin-audiofxgood.xml:
8583           cleanup -unused.txt to make it useful, add previously missing docs
8584
8585         * ext/Makefile.am:
8586           Quietly (accidentally) enable LADSPA for building by default, 
8587           despite the fact that it doesn't meet the plugin checklist.
8588             -- Added by Jan Schmidt 18 Dec 2006
8589
8590         * ext/esd/esdmon.c:
8591         * ext/esd/esdsink.c:
8592         * ext/esd/gstesd.c: (plugin_init):
8593           reflow to get rid of two external symbols
8594
8595         * gst/audiofxgood/audiofx.c: (plugin_init):
8596           re-add
8597
8598 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8599
8600         * configure.ac:
8601         * gst/audiofxgood/.cvsignore:
8602         * gst/audiofxgood/Makefile.am:
8603         * gst/audiofxgood/audiofx.c
8604         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8605         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8606         (gst_audio_panorama_set_property),
8607         (gst_audio_panorama_get_property),
8608         (gst_audio_panorama_get_unit_size),
8609         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8610         (gst_audio_panorama_transform_m2s),
8611         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8612         * gst/audiofxgood/audiopanorama.h:
8613         * tests/check/Makefile.am:
8614         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8615         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8616         (panorama_suite), (main):
8617         Add audiofxgood plugin with audiopanorama element
8618
8619 2006-08-18  Wim Taymans  <wim@fluendo.com>
8620
8621         * docs/plugins/Makefile.am:
8622         More Oss docs fixage. 
8623
8624 2006-08-18  Wim Taymans  <wim@fluendo.com>
8625
8626         * gst/rtp/Makefile.am:
8627         * gst/rtp/gstrtp.c: (plugin_init):
8628         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8629         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8630         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8631         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8632         (gst_rtp_sv3v_depay_get_property),
8633         (gst_rtp_sv3v_depay_change_state),
8634         (gst_rtp_sv3v_depay_plugin_init):
8635         * gst/rtp/gstrtpsv3vdepay.h:
8636         Added experimental SVQ3 depayloader.
8637
8638 2006-08-18  Edward Hervey  <edward@fluendo.com>
8639
8640         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8641         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8642         * ext/dv/gstdvdemux.h:
8643         When handling seek requests, don't send the newsegment event from the
8644         calling thread. Instead save it so it can be sent from the streaming
8645         thread.
8646
8647 2006-08-17  Wim Taymans  <wim@fluendo.com>
8648
8649         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8650
8651         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8652         Accept leading whitespace before the boundary
8653         This patch makes the demuxer allow some whitespace before the actual
8654         boundary. This makes the demuxer work with the ``old'' gstreamer
8655         multipartmuxer again (which placed an extra \n before the start
8656         of the stream) Fixes #349068.
8657
8658 2006-08-17  Wim Taymans  <wim@fluendo.com>
8659
8660         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8661         Error out on non-implemented stuff.
8662
8663 2006-08-16  Wim Taymans  <wim@fluendo.com>
8664
8665         Patch by: Andy Wingo <wingo at pobox dot com>
8666
8667         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8668         (gst_signal_processor_start), (gst_signal_processor_stop),
8669         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8670         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8671         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8672         (gst_signal_processor_change_state):
8673         Make ladspa elements reusable. Fixes #350006.
8674
8675 2006-08-16  Wim Taymans  <wim@fluendo.com>
8676
8677         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8678         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8679         names as possible. Fixes #349901.
8680
8681 2006-08-16  Wim Taymans  <wim@fluendo.com>
8682
8683         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8684         (gst_signal_processor_do_pushes):
8685         A push() gives away our refcount so we should not use the buffer on the
8686         pen anymore.
8687
8688 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8689
8690         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8691         (gst_oss_mixer_element_finalize):
8692           Don't leak device string.
8693
8694 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8695
8696         * configure.ac:
8697           Require CVS of GStreamer core and -base (for
8698           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8699
8700         * ext/taglib/gstid3v2mux.cc:
8701           Write extended comment tags properly (#348762).
8702
8703         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8704         (parse_comment_frame):
8705           Extract COMM frames into extended comments, which makes it
8706           easier to properly retain the description bit of the tag
8707           and maintain this information when re-tagging (#348762).
8708
8709 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8710
8711         * tests/check/Makefile.am:
8712           Don't try to run annodex unit tests if the annodex
8713           plugin has not been built (Fixes #351116).
8714
8715 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8716
8717         * gst/autodetect/gstautoaudiosink.c:
8718         (gst_auto_audio_sink_find_best):
8719           When we can't find a usable audiosink, don't error out,
8720           but use a fake sink instead and post a warning message
8721           on the bus (#341278).
8722
8723 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8726         * sys/oss/gstosssink.c:
8727         * sys/oss/gstosssrc.c:
8728           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8729           ossmixer's new device property.
8730
8731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8733           Add docs for OSS elements.
8734
8735         * docs/plugins/inspect/plugin-aasink.xml:
8736         * docs/plugins/inspect/plugin-alaw.xml:
8737         * docs/plugins/inspect/plugin-alpha.xml:
8738         * docs/plugins/inspect/plugin-alphacolor.xml:
8739         * docs/plugins/inspect/plugin-annodex.xml:
8740         * docs/plugins/inspect/plugin-apetag.xml:
8741         * docs/plugins/inspect/plugin-auparse.xml:
8742         * docs/plugins/inspect/plugin-autodetect.xml:
8743         * docs/plugins/inspect/plugin-avi.xml:
8744         * docs/plugins/inspect/plugin-cacasink.xml:
8745         * docs/plugins/inspect/plugin-cairo.xml:
8746         * docs/plugins/inspect/plugin-cdio.xml:
8747         * docs/plugins/inspect/plugin-cutter.xml:
8748         * docs/plugins/inspect/plugin-debug.xml:
8749         * docs/plugins/inspect/plugin-dv.xml:
8750         * docs/plugins/inspect/plugin-efence.xml:
8751         * docs/plugins/inspect/plugin-effectv.xml:
8752         * docs/plugins/inspect/plugin-esdsink.xml:
8753         * docs/plugins/inspect/plugin-flac.xml:
8754         * docs/plugins/inspect/plugin-flxdec.xml:
8755         * docs/plugins/inspect/plugin-gconfelements.xml:
8756         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8757         * docs/plugins/inspect/plugin-goom.xml:
8758         * docs/plugins/inspect/plugin-halelements.xml:
8759         * docs/plugins/inspect/plugin-icydemux.xml:
8760         * docs/plugins/inspect/plugin-id3demux.xml:
8761         * docs/plugins/inspect/plugin-jpeg.xml:
8762         * docs/plugins/inspect/plugin-level.xml:
8763         * docs/plugins/inspect/plugin-matroska.xml:
8764         * docs/plugins/inspect/plugin-mulaw.xml:
8765         * docs/plugins/inspect/plugin-multipart.xml:
8766         * docs/plugins/inspect/plugin-navigationtest.xml:
8767         * docs/plugins/inspect/plugin-ossaudio.xml:
8768         * docs/plugins/inspect/plugin-png.xml:
8769         * docs/plugins/inspect/plugin-rtp.xml:
8770         * docs/plugins/inspect/plugin-rtsp.xml:
8771         * docs/plugins/inspect/plugin-shout2send.xml:
8772         * docs/plugins/inspect/plugin-smpte.xml:
8773         * docs/plugins/inspect/plugin-speex.xml:
8774         * docs/plugins/inspect/plugin-taglib.xml:
8775         * docs/plugins/inspect/plugin-udp.xml:
8776         * docs/plugins/inspect/plugin-videobalance.xml:
8777         * docs/plugins/inspect/plugin-videobox.xml:
8778         * docs/plugins/inspect/plugin-videoflip.xml:
8779         * docs/plugins/inspect/plugin-videomixer.xml:
8780         * docs/plugins/inspect/plugin-wavenc.xml:
8781         * docs/plugins/inspect/plugin-wavparse.xml:
8782         * docs/plugins/inspect/plugin-ximagesrc.xml:
8783           Update to CVS version.
8784           
8785 2006-08-16  Wim Taymans  <wim@fluendo.com>
8786
8787         * gst/rtp/gstrtpamrdepay.c:
8788         * gst/rtp/gstrtpmp4gdepay.c:
8789         Caps extra properties must be defined as strings for
8790         depayloaders because they are generated from an SDP.
8791
8792         * gst/rtp/Makefile.am:
8793         * gst/rtp/gstrtp.c: (plugin_init):
8794         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8795         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8796         (gst_rtp_h264_depay_finalize), (decode_base64),
8797         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8798         (gst_rtp_h264_depay_set_property),
8799         (gst_rtp_h264_depay_get_property),
8800         (gst_rtp_h264_depay_change_state),
8801         (gst_rtp_h264_depay_plugin_init):
8802         * gst/rtp/gstrtph264depay.h:
8803         Added basic, not completely functional RFC 3984 H264 depayloader.
8804
8805 2006-08-16  Wim Taymans  <wim@fluendo.com>
8806
8807         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8808         Add pads after setting them up.
8809
8810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8811         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8812         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8813         (gst_rtspsrc_stream_setup_rtp),
8814         (gst_rtspsrc_stream_configure_transport),
8815         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8816         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8817         (gst_rtspsrc_pause):
8818         * gst/rtsp/gstrtspsrc.h:
8819         Fix interleaved mode.
8820          - Protect streaming with lock.
8821          - Combine flows
8822          - set caps on outgoing buffers.
8823          - strip trailing \0 from data packets.
8824          - Configure RTP/RTCP in stream.
8825         Use DEBUG_OBJECT more.
8826
8827 2006-08-16  Wim Taymans  <wim@fluendo.com>
8828
8829         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8830         Turn a g_print into a DEBUG line.
8831
8832 2006-08-13  Wim Taymans  <wim@fluendo.com>
8833
8834         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8835         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8836         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8837         (gst_oss_mixer_element_get_property),
8838         (gst_oss_mixer_element_change_state):
8839         * sys/oss/gstossmixerelement.h:
8840         Small cleanups. Better error reporting.
8841         Add device property for the mixer instead of the hardcoded
8842         /dev/mixer. Fixes #350785.
8843         API: GstOssMixerElement::device property
8844
8845 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8846
8847         Patch by: Jens Granseuer <jensgr at gmx net>
8848
8849         * gconf/Makefile.am:
8850           Make --disable-schemas work right (they still need
8851           to be copied to the installation directory, just not
8852           applied). Fixes #351347 (also #344100).
8853           
8854 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8855
8856         * configure.ac: back to HEAD
8857
8858 === release 0.10.4 ===
8859
8860 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8861
8862         * configure.ac:
8863           releasing 0.10.4, "Dear Leader"
8864
8865 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8866
8867         Patch by: Edward Hervey <edward@fluendo.com>
8868
8869         * configure.ac:
8870         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8871         (gst_wavparse_stream_data):
8872         Send the newsegment event in the streaming thread.
8873         Fixes #347529
8874
8875 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8876
8877         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8878         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8879         (gst_smokeenc_resync), (gst_smokeenc_chain):
8880           Refuse sink caps in the encoder if width or height is not a
8881           multiple of 16, the encoder does not support that yet (#349939);
8882           along the same lines, check the return value of the encoder
8883           setup function; also remove some debug log clutter.
8884
8885 2006-08-04  Andy Wingo  <wingo@pobox.com>
8886
8887         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8888         whether a processor can work in place or not, and for keeping
8889         track of its state. Change the FlowReturn instance variable from
8890         "state" to "flow_state", all callers changed.
8891
8892         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8893         (gst_signal_processor_start, gst_signal_processor_stop)
8894         (gst_signal_processor_cleanup): New functions to manage the
8895         processor's state.
8896         (gst_signal_processor_setcaps): start() as well as setup() here.
8897         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8898         (gst_signal_processor_change_state): Stop and cleanup the
8899         processor as we go to NULL.
8900
8901         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8902         INPLACE_BROKEN is not set.
8903
8904         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8905         Do the alloc_buffer in bytes, not frames.
8906         
8907 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8908
8909         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8910         Fix rgb masks when recording in < 24bpp.
8911
8912 2006-08-04  Andy Wingo  <wingo@pobox.com>
8913
8914         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8915         (gst_signal_processor_prepare)
8916         (gst_signal_processor_update_inputs)
8917         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8918         (gst_signal_processor_flush)
8919         (gst_signal_processor_sink_activate_push)
8920         (gst_signal_processor_src_activate_pull)
8921         (gst_signal_processor_change_state): Remove the last of the code
8922         that assumes that we process whole buffers at a time. Fix some
8923         debugging. Seems to work now in some cases.
8924         (gst_signal_processor_src_activate_pull): BPB
8925
8926 2006-08-01  Andy Wingo  <wingo@pobox.com>
8927
8928         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8929         Fix nframes-choosing.
8930         (gst_signal_processor_init): Init pending_in and pending_out.
8931
8932         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8933         more default sample rate, although we never check that the sample
8934         rate actually gets set. Something for the future.
8935         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8936         (gst_signal_processor_event): Refcount fixen.
8937         (gst_signal_processor_process): Pull the number of frames to
8938         process from the sizes of the buffers in the input pens.
8939         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8940         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8941         it instead of buffer_frames.
8942         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8943         to do_pulls.
8944         (gst_signal_processor_chain)
8945         (gst_signal_processor_sink_activate_push)
8946         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8947
8948         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8949
8950 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8951
8952         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8953         (gst_signal_processor_process):
8954           don't query buffer-frames from caps, add lots of debug-log,
8955           try fix for assert (#349189)
8956
8957 2006-07-31  Wim Taymans  <wim@fluendo.com>
8958
8959         * gst/udp/gstudpsrc.c:
8960         Fix docs.
8961
8962 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8963
8964         * ext/ladspa/gstsignalprocessor.c:
8965         (gst_signal_processor_add_pad_from_template),
8966         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8967         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8968         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8969         (gst_signal_processor_sink_activate_push),
8970         (gst_signal_processor_src_activate_pull),
8971         (gst_signal_processor_change_state):
8972          Add debugs logs here and there, add more error handling, add some
8973          FIXME comments, filed #349189
8974
8975 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8976
8977         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8978         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8979         Set caps on buffer correctly.  Fixes bug #349155.
8980
8981 2006-07-28  Wim Taymans  <wim@fluendo.com>
8982
8983         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8984
8985         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8986         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8987         (gst_multipart_demux_finalize), (get_line_end),
8988         (multipart_parse_header), (multipart_find_boundary),
8989         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8990         (gst_multipart_set_property), (gst_multipart_get_property):
8991         Uses GstAdapter instead of own buffering.
8992         Actually parses the mime-type correctly (In tests the mime-type was
8993         always "" with the old version).
8994         Uses the Content-length header if available to speed up things.
8995         Reliably autoscans the boundary name by default.
8996         Fixes #349068.
8997
8998         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8999         Don't start the stream with a \n.
9000
9001 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9002
9003         Patch by: Brian Cameron <brian dot cameron at sun com>
9004
9005         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9006           Open source with O_NONBLOCK (#349015).
9007
9008 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9009
9010         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9011         (gst_avi_demux_massage_index):
9012         * gst/avi/gstavidemux.h:
9013           Whitespace fixes and more debug
9014
9015 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * gst/autodetect/gstautoaudiosink.c:
9018         (gst_auto_audio_sink_create_element_with_pretty_name),
9019         (gst_auto_audio_sink_find_best),
9020         (gst_auto_audio_sink_change_state):
9021           Get rid of old and unused magic sound-server properties stuff.
9022           Add suffix to child sink's name that makes it easy to see from
9023           the name alone which type it actually is (alsa, oss, esd, etc.).
9024
9025 2006-07-27  Wim Taymans  <wim@fluendo.com>
9026
9027         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9028         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9029         (gst_udpsrc_start):
9030         * gst/udp/gstudpsrc.h:
9031         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9032         not some sort of feature we enable.
9033
9034 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9035
9036         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9037           Use CLOSE_SOCKET() here instead of close() to maintain
9038           win32 workiness.
9039
9040 2006-07-27  Wim Taymans  <wim@fluendo.com>
9041
9042         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9043
9044         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9045         (gst_udpsrc_create), (gst_udpsrc_set_property),
9046         (gst_udpsrc_get_property), (gst_udpsrc_start):
9047         * gst/udp/gstudpsrc.h:
9048         Added "buffer-size" property to control the kernel receive buffer size.
9049         Update documentation.
9050         Small cleanups. Fixes #348752.
9051         API: buffer-size property
9052
9053 2006-07-26  Wim Taymans  <wim@fluendo.com>
9054
9055         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9056
9057         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9058         (gst_rtp_pcma_pay_handle_buffer):
9059         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9060         (gst_rtp_pcmu_pay_handle_buffer):
9061         Fix timestamp calculation on outgoing RTP packets.
9062         Fixes #348675.
9063
9064 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9065
9066         * ext/taglib/gstid3v2mux.cc:
9067           Fix writing of comment frames (should be COMM not TCOM),
9068           is still sub-optimal though, since we don't retain or
9069           extract the comment descriptions properly (#334375,
9070           also see #334375).
9071
9072 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9073
9074         * gst/wavparse/gstwavparse.c:
9075           #define 'fact' RIFF chunk if we are not compiling against
9076           -base CVS (we don't want to depend on -base CVS for this
9077           one define only, and also not for release order reasons).
9078
9079 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9080
9081         * ext/taglib/gstid3v2mux.cc:
9082           Handle multiple tags of the same type properly. Re-inject
9083           unparsed ID3v2 frames that we get as binary blobs from
9084           id3demux into the tag again so we don't lose information
9085           when retagging (#334375).
9086
9087 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9090           Document newly-added properties properly, so that there is a
9091           'Since: 0.10.4' in the plugin docs. Convert some property
9092           names into canonical GObject style (GObject will do that
9093           internally anyway).
9094
9095 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * gst/id3demux/id3tags.c:
9098         (id3demux_add_id3v2_frame_blob_to_taglist):
9099           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9100           well, and add the version to the blob's buffer caps, since that
9101           information will be needed for deserialisation later on (#348644).
9102
9103 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9104
9105         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9106         (gst_avi_demux_parse_stream):
9107          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9108          indentation and spacing.
9109
9110 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * docs/plugins/Makefile.am:
9113         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9114         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9115         * docs/plugins/gst-plugins-good-plugins.args:
9116         * docs/plugins/inspect/plugin-1394.xml:
9117         * docs/plugins/inspect/plugin-aasink.xml:
9118         * docs/plugins/inspect/plugin-alaw.xml:
9119         * docs/plugins/inspect/plugin-alpha.xml:
9120         * docs/plugins/inspect/plugin-alphacolor.xml:
9121         * docs/plugins/inspect/plugin-annodex.xml:
9122         * docs/plugins/inspect/plugin-apetag.xml:
9123         * docs/plugins/inspect/plugin-auparse.xml:
9124         * docs/plugins/inspect/plugin-autodetect.xml:
9125         * docs/plugins/inspect/plugin-avi.xml:
9126         * docs/plugins/inspect/plugin-cacasink.xml:
9127         * docs/plugins/inspect/plugin-cairo.xml:
9128         * docs/plugins/inspect/plugin-cdio.xml:
9129         * docs/plugins/inspect/plugin-cutter.xml:
9130         * docs/plugins/inspect/plugin-debug.xml:
9131         * docs/plugins/inspect/plugin-dv.xml:
9132         * docs/plugins/inspect/plugin-efence.xml:
9133         * docs/plugins/inspect/plugin-effectv.xml:
9134         * docs/plugins/inspect/plugin-esdsink.xml:
9135         * docs/plugins/inspect/plugin-flac.xml:
9136         * docs/plugins/inspect/plugin-flxdec.xml:
9137         * docs/plugins/inspect/plugin-gconfelements.xml:
9138         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9139         * docs/plugins/inspect/plugin-goom.xml:
9140         * docs/plugins/inspect/plugin-halelements.xml:
9141         * docs/plugins/inspect/plugin-icydemux.xml:
9142         * docs/plugins/inspect/plugin-id3demux.xml:
9143         * docs/plugins/inspect/plugin-jpeg.xml:
9144         * docs/plugins/inspect/plugin-level.xml:
9145         * docs/plugins/inspect/plugin-matroska.xml:
9146         * docs/plugins/inspect/plugin-mulaw.xml:
9147         * docs/plugins/inspect/plugin-multipart.xml:
9148         * docs/plugins/inspect/plugin-navigationtest.xml:
9149         * docs/plugins/inspect/plugin-ossaudio.xml:
9150         * docs/plugins/inspect/plugin-png.xml:
9151         * docs/plugins/inspect/plugin-rtp.xml:
9152         * docs/plugins/inspect/plugin-rtsp.xml:
9153         * docs/plugins/inspect/plugin-shout2send.xml:
9154         * docs/plugins/inspect/plugin-smpte.xml:
9155         * docs/plugins/inspect/plugin-speex.xml:
9156         * docs/plugins/inspect/plugin-udp.xml:
9157         * docs/plugins/inspect/plugin-videobalance.xml:
9158         * docs/plugins/inspect/plugin-videobox.xml:
9159         * docs/plugins/inspect/plugin-videoflip.xml:
9160         * docs/plugins/inspect/plugin-videomixer.xml:
9161         * docs/plugins/inspect/plugin-wavenc.xml:
9162         * docs/plugins/inspect/plugin-wavparse.xml:
9163         * docs/plugins/inspect/plugin-ximagesrc.xml:
9164           Update files to CVS/Prerelease version, add esdsink docs.
9165
9166         * ext/esd/esdsink.c:
9167           Add gtk-doc blurb.
9168
9169         * gst/rtp/gstrtpmp4vpay.c:
9170           Fix typo in element description.
9171
9172 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9173
9174         * ext/esd/esdsink.c: (gst_esdsink_open),
9175         (gst_esdsink_factory_init):
9176           Prevent libesd from auto-spawning a sound daemon if it
9177           is not already running. Now that we don't do evil stuff
9178           like that any longer we can give esdsink a rank so that
9179           autoaudiosink will try it as well if all other audio
9180           sinks fail (#343051).
9181
9182 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184         * ext/esd/Makefile.am:
9185           Oops, need to remove README from EXTRA_DIST as well.
9186
9187 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9188
9189         * ext/esd/README:
9190           Remove, it contains nothing useful anyway.
9191
9192         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9193         (gst_esdsink_delay):
9194           Some small clean-ups; use GST_BOILERPLATE etc.
9195
9196 2006-07-24  Wim Taymans  <wim@fluendo.com>
9197
9198         * gst/law/alaw-decode.c: (alawdec_getcaps):
9199         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9200         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9201         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9202         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9203
9204 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9205
9206         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9207         (gst_wavparse_other), (gst_wavparse_perform_seek),
9208         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9209         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9210         (gst_wavparse_pad_query):
9211         * gst/wavparse/gstwavparse.h:
9212           Use information from 'fact' chunk for length calculation of compressed
9213           samples. Calculate bps if bogus value is found in wav header (embeded
9214           mp2/mp3).
9215           
9216
9217 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9220
9221         * configure.ac:
9222         * gst/udp/Makefile.am:
9223         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9224         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9225         * gst/udp/gstdynudpsink.h:
9226         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9227         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9228         * gst/udp/gstmultiudpsink.h:
9229         * gst/udp/gstudp.c: (plugin_init):
9230         * gst/udp/gstudpsink.h:
9231         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9232         (gst_udpsrc_start), (gst_udpsrc_stop):
9233         * gst/udp/gstudpsrc.h:
9234         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9235         (gst_udp_net_utils_win32_wsa_startup):
9236         * gst/udp/gstudpnetutils.h:
9237           Port udp plugin to win32 (#345288).
9238
9239 2006-07-24  Wim Taymans  <wim@fluendo.com>
9240
9241         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9242         Remove unwanted DEBUG line.
9243
9244 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9245
9246         * gst/id3demux/gstid3demux.c: (plugin_init):
9247         * gst/id3demux/id3tags.c:
9248         (id3demux_add_id3v2_frame_blob_to_taglist):
9249         * gst/id3demux/id3tags.h:
9250           On second thought, it might be wiser and more efficient
9251           not to do tag registration from a streaming thread.
9252
9253 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9254
9255         * gst/id3demux/id3tags.c:
9256         (id3demux_add_id3v2_frame_blob_to_taglist),
9257         (id3demux_id3v2_frames_to_tag_list):
9258           Put ID3v2 frames we can't parse as binary blobs into private
9259           tags, so that they are not lost when retagging, at least once
9260           id3v2mux has been taught to re-inject those frames again.
9261           See bug #334375.
9262
9263 2006-07-21  Wim Taymans  <wim@fluendo.com>
9264
9265         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9266         (gst_avi_demux_process_next_entry):
9267         Fix some leaks.
9268
9269         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9270         Don't use \n in debug lines.
9271
9272 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9273
9274         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9275         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9276           Add annodex and icydemux, cleanup the sections a bit
9277
9278 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         Patch by: Alex Lancaster <alexl at users sourceforge net>
9281
9282         * ext/taglib/gstid3v2mux.cc:
9283           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9284           ID3v2 TSSE frames (#347898).
9285
9286 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9287
9288         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9289           Respect mpegversion for "video/mpeg" and give message in case of
9290           unhandled versions.
9291
9292 2006-07-17  Wim Taymans  <wim@fluendo.com>
9293
9294         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9295         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9296         (gst_pngdec_chain), (gst_pngdec_sink_event),
9297         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9298         (gst_pngdec_sink_activate_push):
9299         * ext/libpng/gstpngdec.h:
9300         Use statically allocated segment instead of leaking.
9301         Various cleanups.
9302         Fix flush and seek handling.
9303
9304 2006-07-16  Wim Taymans  <wim@fluendo.com>
9305
9306         * gst/rtp/Makefile.am:
9307         * gst/rtp/gstrtp.c: (plugin_init):
9308         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9309         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9310         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9311         (gst_rtp_mp4g_depay_set_property),
9312         (gst_rtp_mp4g_depay_get_property),
9313         (gst_rtp_mp4g_depay_change_state),
9314         (gst_rtp_mp4g_depay_plugin_init):
9315         * gst/rtp/gstrtpmp4gdepay.h:
9316         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9317         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9318         (gst_rtp_mp4g_pay_flush):
9319         Added simple generic mpeg4 depayloader.
9320         Fix generic mpeg4 payloader.
9321
9322 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9325           Don't try doing state changes on a NULL pointer.
9326
9327 2006-07-14  Wim Taymans  <wim@fluendo.com>
9328
9329         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9330
9331         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9332         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9333         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9334         * gst/rtp/gstrtpamrdepay.h:
9335         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9336         Fixes #321191
9337
9338 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9339
9340         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9341         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9342         Fix segfault when moving mouse pointer to the bottom right corner.
9343
9344 2006-07-12  Wim Taymans  <wim@fluendo.com>
9345
9346         * gst/rtp/Makefile.am:
9347         * gst/rtp/gstrtp.c: (plugin_init):
9348         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9349         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9350         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9351         (gst_rtp_mp2t_depay_set_property),
9352         (gst_rtp_mp2t_depay_get_property),
9353         (gst_rtp_mp2t_depay_change_state),
9354         (gst_rtp_mp2t_depay_plugin_init):
9355         * gst/rtp/gstrtpmp2tdepay.h:
9356         Added mpeg2 TS depayloader. Closing #347234.
9357
9358 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9361           Remove g_assert that shouldn't be there and was triggered
9362           after trying to open a device that doesn't exist or can't
9363           be opened for some other reason (#347972).
9364
9365 2006-07-10  Edward Hervey  <edward@fluendo.com>
9366
9367         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9368         (gst_avi_demux_stream_header), (push_tag_lists):
9369         * gst/avi/gstavidemux.h:
9370         Don't push tag events found by gst_riff_parse_info() before outputting
9371         GST_EVENT_NEWSEGMENT.
9372
9373 2006-07-10  Wim Taymans  <wim@fluendo.com>
9374
9375         * gst/rtsp/Makefile.am:
9376         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9377         (rtsp_connection_close):
9378         * gst/rtsp/rtspdefs.h:
9379         replaced closesocket and close in code with one CLOSE_SOCKET. 
9380         Some more cleanups. Fixes #345301.
9381
9382 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * gst/autodetect/gstautoaudiosink.c:
9385           Fix example pipeline in docs.
9386
9387 2006-07-10  Wim Taymans  <wim@fluendo.com>
9388
9389         Patch by: Rob Taylor <robtaylor at floopily dot org>
9390
9391         * gst/udp/gstmultiudpsink.c: (join_multicast),
9392         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9393         If a destination is added before the stream is set to PAUSED, the
9394         multicast group is not joined as the socket is not created yet. 
9395         Also TTL and LOOP should also be set. Fixes #346921.
9396
9397 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9398
9399         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9400         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9401         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9402         (gst_ximage_src_init):
9403         * sys/ximage/gstximagesrc.h:
9404         Fix use-damage property to actually work :)
9405         Add startx, starty, endx, endy properties so screencasts other than full
9406         screen ones can work.
9407
9408 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9409
9410         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9411         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9412         (gst_ximage_src_class_init), (gst_ximage_src_init):
9413         * sys/ximage/gstximagesrc.h:
9414         Add use_damage property to offer ability to choose whether to use
9415         XDamage or not.
9416
9417 2006-07-07  Wim Taymans  <wim@fluendo.com>
9418
9419         * gst/goom/filters.c: (zoomFilterSetResolution):
9420         Avoid goom coredumping by clearing memory. 
9421         Fixes 345679.
9422
9423 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9424
9425         * win32/vs6/libgstid3demux.dsp:
9426         Add a link to libgsttag-0.10.lib.
9427
9428 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9429
9430         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9431         (gst_tag_demux_read_range):
9432         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9433         (gst_id3demux_read_range):
9434           Don't return FLOW_UNEXPECTED when a buffer is before
9435           the start of the stream (which might happen with
9436           large ID3v2 tags if the tag reading was done pullrange
9437           based and we then switched to push mode later on).
9438           Fixes regression introduced by commit from June 29th.
9439
9440 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         * ext/taglib/gstid3v2mux.cc:
9443           Make UTF-8 the default encoding when writing string
9444           tags (before, our UTF-8 strings would automatically
9445           be converted to ISO-8859-1 by taglib and written as
9446           ISO-8859-1 fields if that was possible).
9447
9448         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9449         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9450         (test_taglib_id3mux_with_tags):
9451           Add test case that makes sure our UTF-8 strings have
9452           actually been written into the tag as UTF-8.
9453
9454 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9455
9456         * configure.ac:
9457           Let's try that again.
9458
9459 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9460
9461         * configure.ac:
9462           Disable monoscope plugin for now until it fulfills
9463           all the requirements.
9464
9465 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * configure.ac:
9468         * gst/monoscope/Makefile.am:
9469         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9470         (gst_monoscope_class_init), (gst_monoscope_init),
9471         (gst_monoscope_finalize), (gst_monoscope_reset),
9472         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9473         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9474         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9475         (gst_monoscope_change_state), (plugin_init):
9476         * gst/monoscope/gstmonoscope.h:
9477           Port monoscope visualisation to 0.10.
9478
9479 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9482         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9483           Return FLOW_UNEXPECTED when at the end of the file, not
9484           FLOW_ERROR. Fixes 'internal stream error' errors that
9485           would sometimes occur in totem when scrubbing to the
9486           end of an ID3v1 tagged mp3 file.
9487
9488 2006-07-03  Edward Hervey  <edward@fluendo.com>
9489
9490         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9491         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9492         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9493         * ext/libpng/gstpngdec.h:
9494         Implement buffer clipping/dropping using GstSegment.
9495         This provides accurate seeking.
9496
9497 2006-07-03  Edward Hervey  <edward@fluendo.com>
9498
9499         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9500         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9501         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9502         (gst_avi_demux_process_next_entry), (push_tag_lists),
9503         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9504         * gst/avi/gstavidemux.h:
9505         Proper aggregation of each stream's GstFlowReturn in order to figure out
9506         whether the task should stop or not.
9507         Don't send inline events before pushing out a NEW_SEGMENT, more
9508         specifically for GST_TAG_EVENT.
9509         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9510         sub-indexes.
9511
9512 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9513
9514         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9515
9516         * sys/sunaudio/gstsunaudiomixerctrl.c:
9517         (gst_sunaudiomixer_ctrl_build_list):
9518           Move "Monitor" slider to input tab so it works more like
9519           sdtaudiocontrol, which is what people on Solaris are used
9520           to using for their mixer program (#346259).
9521
9522 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9523
9524         * tests/check/elements/level.c: (GST_START_TEST):
9525           fix a leak, clean up at the end
9526
9527 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9530         (gst_matroska_demux_send_event),
9531         (gst_matroska_demux_loop_stream_parse_id):
9532         * gst/matroska/matroska-ids.h:
9533           Send tag event after newsegment event.
9534
9535 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9538         (gst_id3demux_read_range):
9539           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9540           certain cases where a read beyond the end of the file is
9541           requested. Fixes #345930.
9542
9543         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9544         (gst_tag_demux_read_range):
9545           Fix same issue here as well.
9546
9547 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9548
9549         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9550         
9551         Fix hypothetical crash.
9552
9553 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9554
9555         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9556
9557         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9558           Do not modify the ports value. If the user has turned off the
9559           built-in speakers, then we should not reset it in the prepare
9560           function, since this causes the built-in speakers to turn
9561           back on anytime the user changes a track in totem, rhythmbox,
9562           etc. (#346066).
9563
9564 2006-06-23  Wim Taymans  <wim@fluendo.com>
9565
9566         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9567         Fix double caps unref when negotiation fails.
9568
9569 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * ext/annodex/gstcmmldec.c:
9572         * ext/annodex/gstcmmlenc.c:
9573         * ext/annodex/gstcmmlparser.c:
9574         * ext/dv/gstdvdec.c:
9575         * ext/dv/gstdvdemux.c:
9576         * ext/gdk_pixbuf/pixbufscale.c:
9577         * ext/jpeg/gstjpegenc.c:
9578         * ext/jpeg/gstsmokedec.c:
9579         * ext/jpeg/gstsmokeenc.c:
9580         * ext/libpng/gstpngdec.c:
9581         * ext/libpng/gstpngenc.c:
9582         * ext/speex/gstspeexenc.c:
9583         * gst/alpha/gstalphacolor.c:
9584         * gst/cutter/gstcutter.c:
9585         * gst/debug/gstnavigationtest.c:
9586         * gst/icydemux/gsticydemux.c:
9587         * gst/level/gstlevel.c:
9588         * gst/multipart/multipart.c:
9589         * gst/rtp/gstrtpamrpay.c:
9590         * gst/rtp/gstrtpdepay.c:
9591         * gst/rtp/gstrtpilbcpay.c:
9592         * gst/rtp/gstrtpmp4gpay.c:
9593         * gst/rtp/gstrtpmp4vpay.c:
9594         * gst/rtsp/gstrtpdec.c:
9595         * gst/rtsp/gstrtspsrc.c:
9596         * gst/udp/gstdynudpsink.c:
9597         * gst/udp/gstmultiudpsink.c:
9598         * gst/udp/gstudpsrc.c:
9599         * gst/videobox/gstvideobox.c:
9600         * gst/videofilter/gstvideoflip.c:
9601           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9602           plus two minor macro fixes.
9603
9604 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9605
9606         * gst/matroska/matroska-demux.c:
9607         (gst_matroska_demux_check_subtitle_buffer),
9608         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9609         (gst_matroska_demux_subtitle_caps):
9610         * gst/matroska/matroska-ids.c:
9611         (gst_matroska_track_init_subtitle_context):
9612         * gst/matroska/matroska-ids.h:
9613           Try to fix up broken matroska files containing subtitle
9614           streams with non-UTF8 character encodings (courtesy of
9615           mkvmerge) using either the encoding specified in the
9616           GST_SUBTITLE_ENCODING environment variable or the
9617           current locale's character set if it is non-UTF8.
9618           Fixes #337076.
9619
9620 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9621
9622         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9623           Set image type from APIC frame as "image-type" field
9624           of GST_TAG_IMAGE buffer caps (#344605).
9625
9626 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9627
9628         * ext/flac/Makefile.am:
9629         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9630         (gst_flac_dec_reset_decoders),
9631         (gst_flac_dec_setup_seekable_decoder),
9632         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9633         (gst_flac_dec_metadata_callback),
9634         (gst_flac_dec_metadata_callback_seekable),
9635         (gst_flac_dec_metadata_callback_stream),
9636         (gst_flac_dec_error_callback),
9637         (gst_flac_dec_error_callback_seekable),
9638         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9639         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9640         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9641         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9642         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9643         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9644         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9645         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9646         (gst_flac_dec_sink_activate_push),
9647         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9648         * ext/flac/gstflacdec.h:
9649           Support chain-based operation, should make flac-over-DAAP
9650           work (#340492).
9651
9652 2006-06-20  Wim Taymans  <wim@fluendo.com>
9653
9654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9655         Doc updates, merge some unused symbols.
9656
9657 2006-06-20  Wim Taymans  <wim@fluendo.com>
9658
9659         * docs/plugins/Makefile.am:
9660         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9661         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9662         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9663         * gst/rtsp/gstrtspsrc.c:
9664         * gst/rtsp/gstrtspsrc.h:
9665         Added documentation for the rtsp plugin. Fixes #345393.
9666
9667 2006-06-20  Wim Taymans  <wim@fluendo.com>
9668
9669         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9670         (rtsp_connection_close), (rtsp_connection_free):
9671         Use better G_OS_* macros. Fixes #345301 some more.
9672
9673 2006-06-20  Wim Taymans  <wim@fluendo.com>
9674
9675         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9676
9677         * sys/sunaudio/Makefile.am:
9678         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9679         * sys/sunaudio/gstsunaudiomixerctrl.c:
9680         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9681         (gst_sunaudiomixer_ctrl_list_tracks),
9682         (gst_sunaudiomixer_ctrl_get_volume),
9683         (gst_sunaudiomixer_ctrl_set_volume),
9684         (gst_sunaudiomixer_ctrl_set_mute),
9685         (gst_sunaudiomixer_ctrl_set_record):
9686         * sys/sunaudio/gstsunaudiomixerctrl.h:
9687         * sys/sunaudio/gstsunaudiomixertrack.c:
9688         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9689         * sys/sunaudio/gstsunaudiomixertrack.h:
9690         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9691         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9692         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9693         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9694         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9695         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9696         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9697         (gst_sunaudiosrc_reset):
9698         * sys/sunaudio/gstsunaudiosrc.h:
9699         Add a SunAudio source plugin.
9700         Support stereo and right/left channel gain in the mixer plugin.
9701         Support the RECORD flag so that you can switch between line-input and
9702         microphone in gnome-volume-control.
9703         Code cleanups like using an enumerator for track number instead of an 
9704         integer. Fixes #344923.
9705
9706 2006-06-20  Wim Taymans  <wim@fluendo.com>
9707
9708         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9709
9710         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9711         (rtsp_connection_close):
9712         Make RTSP plugin compile on windows. Fixes #345301.
9713         Some changes to original patch to catch errors better.
9714         use ifdef WIN32 instead of ifndef.
9715
9716 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9717
9718         * configure.ac:
9719         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9720
9721 2006-06-18  Edward Hervey  <edward@fluendo.com>
9722
9723         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9724         After a failed buffer alloc, we need to abort the jpeg decoding (it
9725         started when parsing headers to figure out how many bytes we need
9726         to request downstream).
9727
9728 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9729
9730         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9731
9732         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9733           Make sure we don't read beyond the end of the file (#345232).
9734
9735 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9736
9737         * configure.ac:
9738           Fix --disable-external (can't set conditionals conditionally,
9739           #343602).
9740
9741 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9742
9743         * autogen.sh:
9744         * configure.ac:
9745         * docs/Makefile.am:
9746           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9747
9748         * docs/plugins/Makefile.am:
9749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9750         * docs/plugins/inspect/plugin-taglib.xml:
9751           Add/fix apev2mux docs.
9752
9753 2006-06-14  Wim Taymans  <wim@fluendo.com>
9754
9755         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9756         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9757         (gst_dvdec_change_state):
9758         Reset segment info on flush.
9759         Alloc segment in _init, free in _finalize.
9760
9761         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9762         Don't send segments twice.
9763
9764 2006-06-14  Wim Taymans  <wim@fluendo.com>
9765
9766         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9767         Respect segment.stop. Fixes #342592.
9768
9769 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9770
9771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9772           No language specified means the implied language is English
9773           according to the matroska spec (partially fixes #344708);
9774           add some more debug output.
9775
9776 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9777
9778         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9779         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9780         (gst_wavparse_chain):
9781           When operating chain-based, don't make any assumptions about the
9782           chunking of the incoming data and make streaming work on days other
9783           than the second Thursday after a full moon. Also fix up debug
9784           messages here and there and make use of the most excellent new
9785           gst_pad_query_peer_duration() utility function.
9786           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9787
9788         * gst/wavparse/gstwavparse.h:
9789           Remove trailing comma after last enum value, some compilers don't
9790           like that.
9791
9792 2006-06-13  Wim Taymans  <wim@fluendo.com>
9793
9794         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9795         Handle premature EOS gracefully.
9796
9797 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9798
9799         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9800           Prevent out of bounds array access when scrubbing towards
9801           the end of the file between the last index entry and the
9802           end. Fixes occasional 'start <= stop' newsegment event
9803           assertions when scrubbing in MJPEG files.
9804
9805 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9806
9807         * tests/check/elements/.cvsignore:
9808           And another one.
9809
9810 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9811
9812         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9813         (scan_encoded_string), (parse_picture_frame):
9814           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9815
9816         * configure.ac:
9817           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9818           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9819
9820 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9821
9822         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9823           gratuitous comment changes
9824         * tests/check/elements/level.c: (GST_START_TEST):
9825           fix level test leaks
9826
9827 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9828
9829         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9830         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9831           Use gst_pad_query_peer_duration() utility function here.
9832
9833 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9834
9835         * autogen.sh:
9836           require am17
9837         * configure.ac:
9838         * ext/annodex/Makefile.am:
9839         * ext/cdio/Makefile.am:
9840         * ext/dv/Makefile.am:
9841         * ext/esd/Makefile.am:
9842         * ext/flac/Makefile.am:
9843         * ext/gdk_pixbuf/Makefile.am:
9844         * ext/ladspa/Makefile.am:
9845         * ext/libcaca/Makefile.am:
9846         * ext/speex/Makefile.am:
9847         * ext/taglib/Makefile.am:
9848         * sys/oss/Makefile.am:
9849         * sys/sunaudio/Makefile.am:
9850         * sys/ximage/Makefile.am:
9851           clean up build further
9852
9853 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9854
9855         * gconf/Makefile.am:
9856           Honour --disable-schemas-install configure option. Fixes #344100.
9857
9858 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9859
9860         * tests/examples/level/Makefile.am:
9861           Add -lm to LIBS for pow() function, don't assume one of our
9862           dependencies (such as libxml-2.0) drags it in automatically
9863           (#343603).
9864
9865 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9866
9867         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9868
9869         * configure.ac:
9870           We should use $SED and not $(SED) in configure.ac (#343678).
9871
9872 2006-06-09  Wim Taymans  <wim@fluendo.com>
9873
9874         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9875
9876         * sys/sunaudio/gstsunaudiomixerctrl.c:
9877         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9878         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9879         (gst_sunaudiomixer_ctrl_set_mute):
9880         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9881         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9882         (gst_sunaudiosink_write):
9883         Attached find a patch that fixes a number of bugs with the SunAudio
9884         mixer plugin and fixes #344101:
9885         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9886            tracks onto the tracklist causing gnome-volume-control's preferences
9887            dialog to be messed up and would core dump if you checked/unchecked
9888            any item.
9889         2. We weren't previously setting the MUTE flag properly.  Fixing this
9890            makes gnome-volume-control work better.
9891         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9892            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9893            gnome-volume-control look better.
9894         Also some minor cleanup in gstsunaudiosink.c.
9895
9896 2006-06-09  Wim Taymans  <wim@fluendo.com>
9897
9898         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9899         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9900         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9901         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9902         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9903         * ext/jpeg/gstjpegdec.h:
9904         API: Added IDCT method property
9905         Small cleanups.
9906         Avoid dynamic allocation of trivial fixed structure.
9907         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9908
9909 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9910
9911         * configure.ac:
9912         We now require libraw1394 >= 1.1.0 and that version onwards all
9913         have .pc files.
9914
9915 2006-06-02  Edward Hervey  <edward@fluendo.com>
9916
9917         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9918         Trying to get items from an ANY or EMPTY caps is ... stupid.
9919
9920 2006-06-02  Edward Hervey  <edward@fluendo.com>
9921
9922         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9923         (gst_dvdec_chain), (gst_dvdec_change_state):
9924         * ext/dv/gstdvdec.h:
9925         Added GstSegment handling, now implements dropping/clipping.
9926
9927 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9928
9929         * ext/aalib/gstaasink.h:
9930         * ext/annodex/gstcmmldec.h:
9931         * ext/cairo/gsttimeoverlay.h:
9932         * ext/dv/gstdvdec.h:
9933         * ext/dv/gstdvdemux.h:
9934         * ext/esd/esdmon.h:
9935         * ext/esd/esdsink.h:
9936         * ext/flac/gstflacenc.h:
9937         * ext/gconf/gstgconfaudiosink.h:
9938         * ext/gconf/gstgconfaudiosrc.h:
9939         * ext/gconf/gstgconfvideosink.h:
9940         * ext/gconf/gstgconfvideosrc.h:
9941         * ext/gdk_pixbuf/gstgdkanimation.h:
9942         * ext/gdk_pixbuf/pixbufscale.h:
9943         * ext/hal/gsthalaudiosink.h:
9944         * ext/hal/gsthalaudiosrc.h:
9945         * ext/jpeg/gstjpegenc.h:
9946         * ext/jpeg/gstsmokedec.h:
9947         * ext/jpeg/gstsmokeenc.h:
9948         * ext/libcaca/gstcacasink.h:
9949         * ext/libmng/gstmngdec.h:
9950         * ext/libmng/gstmngenc.h:
9951         * ext/libpng/gstpngdec.h:
9952         * ext/libpng/gstpngenc.h:
9953         * ext/raw1394/gstdv1394src.h:
9954         * ext/speex/gstspeexenc.h:
9955         * gst/autodetect/gstautoaudiosink.h:
9956         * gst/autodetect/gstautovideosink.h:
9957         * gst/avi/gstavidemux.h:
9958         * gst/cutter/gstcutter.h:
9959         * gst/debug/efence.h:
9960         * gst/debug/gstnavigationtest.h:
9961         * gst/debug/gstnavseek.h:
9962         * gst/flx/gstflxdec.h:
9963         * gst/goom/gstgoom.h:
9964         * gst/icydemux/gsticydemux.h:
9965         * gst/id3demux/gstid3demux.h:
9966         * gst/law/alaw-decode.h:
9967         * gst/law/alaw-encode.h:
9968         * gst/law/mulaw-decode.h:
9969         * gst/law/mulaw-encode.h:
9970         * gst/matroska/matroska-mux.h:
9971         * gst/median/gstmedian.h:
9972         * gst/oldcore/gstaggregator.h:
9973         * gst/oldcore/gstfdsink.h:
9974         * gst/oldcore/gstmd5sink.h:
9975         * gst/oldcore/gstmultifilesrc.h:
9976         * gst/oldcore/gstpipefilter.h:
9977         * gst/oldcore/gstshaper.h:
9978         * gst/oldcore/gststatistics.h:
9979         * gst/rtp/gstasteriskh263.h:
9980         * gst/rtp/gstrtpL16depay.h:
9981         * gst/rtp/gstrtpL16pay.h:
9982         * gst/rtp/gstrtpamrdepay.h:
9983         * gst/rtp/gstrtpamrpay.h:
9984         * gst/rtp/gstrtpdepay.h:
9985         * gst/rtp/gstrtpgsmdepay.h:
9986         * gst/rtp/gstrtpgsmpay.h:
9987         * gst/rtp/gstrtph263pay.h:
9988         * gst/rtp/gstrtph263pdepay.h:
9989         * gst/rtp/gstrtph263ppay.h:
9990         * gst/rtp/gstrtpmp4gpay.h:
9991         * gst/rtp/gstrtpmp4vdepay.h:
9992         * gst/rtp/gstrtpmp4vpay.h:
9993         * gst/rtp/gstrtpmpadepay.h:
9994         * gst/rtp/gstrtpmpapay.h:
9995         * gst/rtp/gstrtppcmadepay.h:
9996         * gst/rtp/gstrtppcmapay.h:
9997         * gst/rtp/gstrtppcmudepay.h:
9998         * gst/rtp/gstrtppcmupay.h:
9999         * gst/rtp/gstrtpspeexdepay.h:
10000         * gst/rtp/gstrtpspeexpay.h:
10001         * gst/rtsp/gstrtpdec.h:
10002         * gst/rtsp/gstrtspsrc.h:
10003         * gst/smpte/gstsmpte.h:
10004         * gst/udp/gstdynudpsink.h:
10005         * gst/udp/gstmultiudpsink.h:
10006         * gst/udp/gstudpsink.h:
10007         * gst/udp/gstudpsrc.h:
10008         * gst/videofilter/gstvideobalance.h:
10009         * gst/videofilter/gstvideoflip.h:
10010         * sys/oss/gstossdmabuffer.h:
10011         * sys/oss/gstossmixerelement.h:
10012         * sys/oss/gstosssink.h:
10013         * sys/oss/gstosssrc.h:
10014         * sys/osxvideo/osxvideosink.h:
10015         * sys/sunaudio/gstsunaudiomixer.h:
10016         * sys/sunaudio/gstsunaudiosink.h:
10017         * sys/ximage/gstximagesrc.h:
10018         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10019
10020 2006-05-31  Wim Taymans  <wim@fluendo.com>
10021
10022         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10023         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10024         (gst_goom_src_setcaps), (gst_goom_src_event),
10025         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10026         (gst_goom_change_state):
10027         * gst/goom/gstgoom.h:
10028         Handle QoS.
10029         Handle flushing, discont and events.
10030         Fix timestamps and various other cleanups.
10031
10032 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10033
10034         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10035         Fix bus reset when using libiec61883
10036
10037 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10038
10039         * configure.ac:
10040         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10041         * ext/raw1394/Makefile.am:
10042         Add CFLAGS.
10043         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10044         New method, to receive using libiec61883.
10045         (gst_dv1394src_iso_receive),
10046         #ifdef'd out if libiec61883 is present.
10047         (gst_dv1394src_bus_reset),
10048         Get userdata correctly if using libiec61883. 
10049         (gst_dv1394src_create),
10050         When using libiec61883, only poll one fd and no need to read.
10051         (gst_dv1394src_discover_avc_node),
10052         Replace g_warnings.
10053         (gst_dv1394src_start),
10054         Create new handle when we know which dv port.  More reliable
10055         than setting port on an existing handle.  Initialise libiec61883.
10056         (gst_dv1394src_stop):
10057         If using libiec61883, then cleanup its handle properly.
10058         * ext/raw1394/gstdv1394src.h:
10059         Add libiec61883 handle.
10060
10061 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10062
10063         * gst/avi/gstavidemux.c:
10064           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10065         * win32/MANIFEST:
10066           sort file listing
10067         * win32/vs6/libgstavi.dsp:
10068           add gstavimux.c to the project
10069         * win32/vs6/libgstid3demux.dsp:
10070           add link to zlib library
10071         * win32/vs6/libgstmatroska.dsp:
10072           add matroska-ids.c to the project
10073
10074 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         Patch by: Sebastian Dröge  <mail at slomosnail de >
10077
10078         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10079         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10080         * ext/taglib/Makefile.am:
10081         * ext/taglib/gstapev2mux.cc:
10082         * ext/taglib/gstapev2mux.h:
10083         * ext/taglib/gstid3v2mux.cc:
10084         * ext/taglib/gsttaglibmux.c: (plugin_init):
10085         * ext/taglib/gsttaglibmux.h:
10086           Add apev2mux element (#343122).
10087         
10088         * tests/check/Makefile.am:
10089         * tests/check/elements/apev2mux.c:
10090         (test_taglib_apev2mux_create_tags),
10091         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10092         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10093         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10094         (apev2mux_suite), (main):
10095           Add unit test for apev2mux element.
10096
10097 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10100         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10101         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10102           GST_PTR_FORMAT should be used to print caps in debug statements.
10103
10104 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10107
10108         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10109         (ape_demux_parse_tags):
10110           Some clean-ups and additions: map APE 'file' tag to
10111           GST_TAG_LOCATION (#343123); add support for extracting
10112           the track count and clean up parsing a bit (#343127).
10113
10114 2006-05-28  Edward Hervey  <edward@fluendo.com>
10115
10116         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10117         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10118
10119 2006-05-28  Edward Hervey  <edward@fluendo.com>
10120
10121         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10122         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10123         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10124         * ext/jpeg/gstjpegdec.h:
10125         Clip outgoing buffers according to currently configured segment.
10126
10127 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         * ext/taglib/gstid3v2mux.cc:
10130           Handle  writing of track-count or album-volume-count without
10131           track-number or albume-volume-number (in this case the number
10132           will just be set to 0).
10133
10134         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10135           It would be nice if we actually checked the values received for
10136           track/album-volume number/count in  _check_tags(), rather than
10137           setting them again ...
10138
10139 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10140
10141         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10142           A track/volume number or count of 0 does not make sense,
10143           just ignore it along with negative numbers (a tag might
10144           only contain a track count without a track number).
10145
10146 2006-05-27  Edward Hervey  <edward@fluendo.com>
10147
10148         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10149         (gst_jpeg_dec_sink_event):
10150         Abort decompression when receiving FLUSH_STOP. This should avoid
10151         issues when interrupting decoding with flushes.
10152
10153 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * ext/flac/gstflac.c:
10156           Don't #include file we don't dist any longer.
10157
10158 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * README:
10161           Replace current README (containing the release notes from
10162           some 0.9.x version) with a proper README taken from the core.
10163
10164 2006-05-24  Wim Taymans  <wim@fluendo.com>
10165
10166         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10167         Implement EOS correctly by either posting
10168         SEGMENT_DONE or pushing an EOS message depending
10169         on the seek type. Fixes #342592
10170
10171 2006-05-24  Wim Taymans  <wim@fluendo.com>
10172
10173         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10174         * gst/law/alaw-decode.h:
10175         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10176         * gst/law/alaw-encode.h:
10177         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10178         * gst/law/mulaw-decode.h:
10179         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10180         * gst/law/mulaw-encode.h:
10181         Some cleanups in the chain functions.
10182         Remove some GStreamer 0.0.2 bits.
10183
10184 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10187
10188         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10189           gst_collect_pads_stop() needs to be called before chaining up
10190           to the parent class (#342734).
10191
10192 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * ext/flac/Makefile.am:
10195         * ext/flac/flac_compat.h:
10196         * ext/flac/gstflac.c:
10197         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10198         * ext/flac/gstflacenc.c:
10199           Remove backwards compatibility cruft for dealing with FLAC API
10200           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10201
10202 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10203
10204         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10205         (gst_matroska_demux_push_xiph_codec_priv_data),
10206         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10207         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10208         * gst/matroska/matroska-ids.h:
10209         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10210         (gst_matroska_mux_video_pad_setcaps),
10211         (xiph3_streamheader_to_codecdata),
10212         (vorbis_streamheader_to_codecdata),
10213         (theora_streamheader_to_codecdata),
10214         (gst_matroska_mux_audio_pad_setcaps),
10215         (gst_matroska_mux_write_data):
10216           Add support for muxing/demuxing theora video (#342448; too bad
10217           none of the usual linux players can actually play this). Playback
10218           in GStreamer will require additional changes to theoradec in -base.
10219           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10220           cleanups.
10221
10222 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10225         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10226           Fix crashes when the horizontal subsampling is 1.
10227           Fixes #342097.
10228
10229 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10230
10231         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10232
10233         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10234         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10235         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10236         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10237         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10238         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10239         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10240         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10241         (gst_avi_mux_change_state):
10242         * gst/avi/gstavimux.h:
10243           Some enhancements for avimux (#342526):
10244            - add odml (large file) index support
10245            - store codec init data (e.g. huffyuv)
10246            - miscellaneous other fixes/cleanups
10247
10248 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10249
10250         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10251         Don't output any tag when we encounter a negative track number - the
10252         tag type is uint, so we end up outputting huge positive numbers
10253         instead. (Fixes: #342029)
10254
10255 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10256
10257         * configure.ac:
10258           update for new GSTPB_PLUGINS_DIR
10259
10260 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10261
10262         * rtp/gst/gstrtph263pay.c:
10263         Properly set static caps for H263 at 34.
10264
10265 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10266
10267         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10268
10269         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10270           Merge event tags and tag setter tags correctly (#339918). Also,
10271           don't leak taglist in case of an error.
10272           
10273 2006-05-17  Edward Hervey  <edward@fluendo.com>
10274
10275         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10276         We can only do caps intersection if the othercaps are non-empty and not
10277         ANY. Else we return the pad template (base_caps).
10278
10279 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10280
10281         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10282           Fix crash when outputting debugging information for certain
10283           pictures (always good to use the right struct member for
10284           the number of records in an array).
10285
10286 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10287
10288         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10289
10290         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10291         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10292         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10293         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10294         (gst_ebml_read_float), (gst_ebml_read_ascii),
10295         (gst_ebml_read_binary):
10296           Don't create unnecessary sub-buffers all the time. Dramatically
10297           improves performance with multiple concurrently running
10298           matroskademux instances (#341818) (and avoids doing
10299           unnecessarily inefficient things in the general case).
10300
10301 2006-05-16  Edward Hervey  <edward@fluendo.com>
10302
10303         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10304         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10305         return value of gst_pad_push_event().
10306
10307 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10308
10309         * gst/autodetect/gstautoaudiosink.c:
10310         (gst_auto_audio_sink_find_best):
10311         * gst/autodetect/gstautovideosink.c:
10312         (gst_auto_video_sink_find_best):
10313         Make the name of the child element be based on the name of the
10314         parent, so that debug output is more useful.
10315         
10316         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10317         (parse_insert_string_field), (parse_split_strings):
10318         Rework string parsing to always walk over BOM markers in UTF16
10319         strings, using the endianness indicated by the innermost one,
10320         then trying the opposite endianness if that fails to convert
10321         to valid UTF-8. Fixes #341774
10322
10323 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10324
10325         Patch from: Matthieu <matthieu at fluendo dot com>
10326
10327         * ext/libpng/Makefile.am:
10328         Add LIBPNG_CFLAGS.
10329
10330 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10331
10332         * ext/taglib/gstid3v2mux.cc:
10333           Add support for writing images (APIC frames) into ID3v2
10334           tags (picture type always set to 'other' for now though).
10335
10336 2006-05-14  Michael Smith  <msmith@fluendo.com>
10337
10338         * gst/wavparse/gstwavparse.c:
10339           Update docs; wavparse implements push and pull modes.
10340
10341 2006-05-12  Wim Taymans  <wim@fluendo.com>
10342
10343         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10344         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10345         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10346         Ooops, bitten by the copy-and-paste design paradigm, fixes
10347         seek again.
10348
10349 2006-05-12  Wim Taymans  <wim@fluendo.com>
10350
10351         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10352         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10353         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10354         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10355         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10356         (gst_avi_demux_massage_index),
10357         (gst_avi_demux_calculate_durations_from_index),
10358         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10359         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10360         (gst_avi_demux_loop):
10361         * gst/avi/gstavidemux.h:
10362         Some cleanups, prepare to use GstSegment.
10363         Fix error in entry walking code.
10364         Fix VBR detection.
10365         Smarter timestamp calculation code.
10366         Uniform error/eos handling.
10367
10368 2006-05-12  Michael Smith  <msmith@fluendo.com>
10369
10370         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10371         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10372           Fix use of uninitialised values if we're NOT seeking in ready.
10373           Fix typos.
10374
10375 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         * gst/wavparse/Makefile.am:
10378           Add CFLAGS and LIBS for libgstbase, fixes build on
10379           Cygwin (#341489).
10380
10381 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10382
10383         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10384           Some more debug info. No need to check whether the string
10385           returned by g_convert() is really UTF-8 - either it is or
10386           we get NULL returned.
10387
10388 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10389
10390         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10391           Fix parsing of numeric genre strings some more, by ensuring that
10392           we only try and parse strings that a) Start with '(' and b) Consist
10393           only of digits.
10394           Also, when finding an escaping '((' sequence, bust it back to '(' by
10395           swallowing the first parenthesis
10396
10397 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10400         (gst_esdsink_open), (gst_esdsink_close):
10401         * ext/esd/esdsink.h:
10402           Move the esd_get_server_info() into gst_esdsink_open() and fail
10403           with a decent error message on errors.
10404
10405 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10406
10407         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10408         (gst_esdmon_channels_get_type):
10409         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10410         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10411         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10412         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10413         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10414         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10415         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10416         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10417         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10418         * gst/videomixer/videomixer.c:
10419         (gst_video_mixer_background_get_type):
10420           Const-ify GEnumValue arrays.
10421
10422 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10425
10426         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10427         (gst_avi_mux_do_video_buffer):
10428           Work around gst_buffer_make_metadata_writable() bug that
10429           results in avimux marking all frames in the index as
10430           keyframes (#340859).
10431           
10432 2006-05-08  Wim Taymans  <wim@fluendo.com>
10433
10434         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10435         Make parsing of urls suck slightly less.
10436
10437 2006-05-08  Edward Hervey  <edward@fluendo.com>
10438
10439         * autogen.sh: (CONFIGURE_DEF_OPT): 
10440         libtoolize on Darwin/MacOSX is called glibtoolize.
10441
10442 2006-05-08  Wim Taymans  <wim@fluendo.com>
10443
10444         Patch by: Jens Granseuer <jensgr at gmx dot net>
10445
10446         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10447         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10448         C89 compliance fixes. Fixes #340980
10449
10450 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10451
10452         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10453         * ext/flac/gstflacdec.h:
10454           Handle segment seeks that include the end of the file as stop point
10455           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10456           message instead of an EOS event in case we're in segment seek
10457           mode (fixes #340699).
10458           
10459 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10460
10461         * ext/cairo/gsttextoverlay.c:
10462         * ext/flac/gstflacdec.c:
10463         * ext/gdk_pixbuf/pixbufscale.c:
10464         * gst/apetag/gstapedemux.c:
10465         * gst/debug/breakmydata.c:
10466         * gst/debug/testplugin.c:
10467         * gst/matroska/ebml-write.c:
10468         * gst/multipart/multipartdemux.c:
10469         * sys/osxaudio/gstosxaudiosink.c:
10470         * sys/osxaudio/gstosxaudiosrc.c:
10471         Add semicolons after GST_BOILERPLATE[_FULL] so that
10472         indent doesn't mess up following lines.
10473
10474 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10475
10476         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10477
10478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10479           Don't leak caps when freeing the stream context (#340623).
10480
10481 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10482
10483         * configure.ac:
10484           Back to CVS
10485
10486 === release 0.10.3 ===
10487
10488 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10489
10490         * configure.ac:
10491           releasing 0.10.3, "Desplazado"
10492
10493 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         * gst/matroska/matroska-mux.c:
10496         (gst_matroska_mux_stream_is_vorbis_header),
10497         (gst_matroska_mux_write_data):
10498           Don't strcmp() NULL strings.
10499           Only start new clusters on video keyframes, not on any
10500           random audio buffer that doesn't have the DELTA_UNIT
10501           flag set (fixes 'make check' again).
10502
10503 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10504
10505         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10506
10507         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10508         (gst_matroska_mux_stream_is_vorbis_header),
10509         (gst_matroska_mux_write_data):
10510           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10511           value and then dead-lock when muxing vorbis audio streams
10512           (the three vorbis header buffers carry no timestamp, and it
10513           would try to mux these after all video buffers). Fixes #340346.
10514
10515           Improve clustering: start a new cluster also whenever we get
10516           a keyframe.     
10517
10518 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10519
10520         * win32/common/config.h:
10521         * win32/MANIFEST
10522           add the generated file as well
10523
10524 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10525
10526         * Makefile.am:
10527         * configure.ac:
10528         * win32/common/config.h.in:
10529           add win32 stuff
10530
10531 2006-05-03  Michael Smith  <msmith@fluendo.com>
10532
10533         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10534           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10535           SUCKS.
10536
10537 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10538
10539         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10540         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10541         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10542           don't leak caps-string
10543
10544 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10545
10546         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10547         (gst_id3demux_sink_activate):
10548           Let core insert default error message for TYPE_NOT_FOUND
10549           errors, it's just as good as our own and has the added
10550           bonus of being translated.
10551
10552 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10553
10554         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10555         (gst_tag_demux_sink_event):
10556         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10557         (gst_id3demux_sink_event):
10558           Post an error message when we get an EOS event and were not
10559           able to find out the type of stream.
10560
10561         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10562         (test_taglib_id3mux_with_tags):
10563           Decrease num-buffers to 16 per iteration again, otherwise the
10564           many memcpy()s and reallocations in the test will hammer slow
10565           CPUs completely and make the test timeout.
10566
10567 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10568
10569         * configure.ac:
10570           figure out where plugins-base plugins are
10571         * tests/check/Makefile.am:
10572           use plugins-base plugins, so we have typefind functions
10573         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10574           increase num-buffers, this makes sure the test errors out instead
10575           of timing out when no typefind functions are present
10576
10577 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10578
10579         * docs/plugins/Makefile.am:
10580           also check .cc files for gtk-doc markup
10581         * configure.ac:
10582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10584         * tests/check/Makefile.am:
10585         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10586         * ext/Makefile.am:
10587         * ext/taglib/Makefile.am:
10588         * ext/taglib/gstid3v2mux.h:
10589         * ext/taglib/gsttaglibmux.c:
10590         * ext/taglib/gsttaglibmux.h:
10591           move taglib-based id3v2muxer to -good.  Fixes #336110.
10592
10593 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10596           ... and fix multichannel/WAVFORMATEX support again.
10597
10598 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10599
10600         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10601         (gst_wavparse_class_init), (gst_wavparse_dispose),
10602         (gst_wavparse_reset), (gst_wavparse_init),
10603         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10604         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10605         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10606         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10607         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10608         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10609         (gst_wavparse_stream_data), (gst_wavparse_loop),
10610         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10611         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10612         (gst_wavparse_change_state), (plugin_init):
10613         * gst/wavparse/gstwavparse.h:
10614           Add push (streaming) mode to wavparse (fixes #337625)
10615
10616 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10617
10618         * configure.ac:
10619         * tests/Makefile.am:
10620           add ximagesrc icles test
10621
10622 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10623
10624         * configure.ac:
10625         * docs/plugins/Makefile.am:
10626         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10627         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10628         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10629         (gst_cmml_enc_push_clip):
10630         * sys/Makefile.am:
10631         * sys/ximage/Makefile.am:
10632         * sys/ximage/gstximagesrc.c:
10633           Move ximagesrc plug-in to good after review.  Fixes #336756.
10634
10635 2006-04-28  Michael Smith  <msmith@fluendo.com>
10636
10637         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10638         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10639         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10640         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10641         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10642         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10643         * gst/icydemux/gsticydemux.h:
10644           Fix event handling: cache events when typefinding and forward later.
10645
10646 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10647
10648         * sys/osxaudio/gstosxaudiosink.c:
10649         (plugin_init):
10650          Register osxaudiosrc to the plugin.
10651         * sys/osxaudio/gstosxaudiosrc.c:
10652         (gst_osx_audio_src_osxelement_do_init),
10653         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10654         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10655         (gst_osx_audio_src_get_property),
10656         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10657         (gst_osx_audio_src_osxelement_init):
10658         * sys/osxaudio/gstosxaudiosrc.h:
10659           Port of osxaudiosrc to 0.10.
10660         * sys/osxaudio/Makefile.am:
10661           Add osxaudiosrc
10662
10663 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10664
10665         * sys/osxaudio/gstosxringbuffer.c:
10666         * sys/osxaudio/gstosxringbuffer.h:
10667           Forgot to commit earlier, part of the OSX audio plugin port
10668
10669 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10672         (parse_split_strings):
10673           Recognise and skip any byte order marker (BOM) in
10674           UTF-16 strings.
10675
10676 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * docs/plugins/Makefile.am:
10679         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10680         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10681         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10682         * docs/plugins/inspect/plugin-avi.xml:
10683         * gst/avi/gstavidemux.c:
10684         * gst/avi/gstavimux.c:
10685           Add docs for both avidemux and avimux.
10686
10687 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10690
10691         * gst/avi/Makefile.am:
10692         * gst/avi/gstavi.c: (plugin_init):
10693         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10694         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10695         (gst_avi_mux_class_init), (gst_avi_mux_init),
10696         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10697         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10698         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10699         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10700         (gst_avi_mux_riff_get_avix_header),
10701         (gst_avi_mux_riff_get_video_header),
10702         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10703         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10704         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10705         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10706         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10707         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10708         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10709         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10710         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10711         (gst_avi_mux_change_state):
10712         * gst/avi/gstavimux.h:
10713           Port AVI muxer to GStreamer-0.10 (#332031).
10714
10715         * tests/check/Makefile.am:
10716         * tests/check/elements/avimux.c:
10717         * tests/check/elements/.cvsignore:
10718           Add unit test for AVI muxer.
10719
10720 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10721
10722         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10723         (gst_wavparse_class_init), (gst_wavparse_reset),
10724         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10725         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10726         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10727         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10728         (gst_wavparse_stream_data), (gst_wavparse_loop),
10729         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10730         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10731         (plugin_init):
10732         * gst/wavparse/gstwavparse.h:
10733           reverted patch #337625 for the price of 1 hour sleep
10734
10735 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10736
10737         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10738         (gst_wavparse_class_init), (gst_wavparse_reset),
10739         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10740         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10741         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10742         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10743         (gst_wavparse_stream_data), (gst_wavparse_loop),
10744         (gst_wavparse_chain), (plugin_init):
10745         * gst/wavparse/gstwavparse.h:
10746           correct partial implementation of push mode
10747           (from my last commit)
10748
10749 2006-04-26  Wim Taymans  <wim@fluendo.com>
10750
10751         * ext/esd/esdsink.c:
10752         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10753         it is not in esd.h
10754
10755 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10756
10757         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10758         (gst_au_parse_class_init), (gst_au_parse_init),
10759         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10760         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10761         (gst_au_parse_chain), (gst_au_parse_src_convert),
10762         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10763         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10764         (gst_au_parse_change_state):
10765         * gst/auparse/gstauparse.h:
10766           Rewrite auparse to suck a little bit less: make source pad
10767           dynamic, so decodebin/playbin work with non-raw formats
10768           like alaw/mulaw; add query function for duration/position
10769           queries; check whether we have enough data before attempting
10770           to parse the header (instead of crashing when that is not the
10771           case); work around audioconvert sucking by swapping endianness
10772           to the native endianness ourselves for float formats; send
10773           initial newsegment event. Fixes #161712.
10774
10775 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10776
10777         * sys/osxaudio/Makefile.am:
10778         * sys/osxaudio/gstosxaudioelement.c:
10779         (gst_osx_audio_element_get_type),
10780         (gst_osx_audio_element_class_init):
10781         * sys/osxaudio/gstosxaudioelement.h:
10782         * sys/osxaudio/gstosxaudiosink.c:
10783         (gst_osx_audio_sink_osxelement_do_init),
10784         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10785         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10786         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10787         (gst_osx_audio_sink_create_ringbuffer),
10788         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10789         (plugin_init):
10790         * sys/osxaudio/gstosxaudiosink.h:
10791         Port of osxaudiosink to 0.10
10792
10793 2006-04-26  Wim Taymans  <wim@fluendo.com>
10794
10795         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10796         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10797         the size of the ringbuffer. This should fix hangs with older 
10798         esd sound servers.
10799
10800 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10801
10802         * ext/aalib/gstaasink.c:
10803         * ext/annodex/gstcmmldec.c:
10804         * ext/annodex/gstcmmlenc.c:
10805         * ext/cairo/gsttextoverlay.c:
10806         * ext/cairo/gsttimeoverlay.c:
10807         * ext/cdio/gstcdiocddasrc.c:
10808         * ext/dv/gstdvdec.c:
10809         * ext/dv/gstdvdemux.c:
10810         * ext/esd/esdmon.c:
10811         * ext/esd/esdsink.c:
10812         * ext/flac/gstflacenc.c:
10813         * ext/flac/gstflactag.c:
10814         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10815         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10816         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10817         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10818         * ext/gdk_pixbuf/pixbufscale.c:
10819         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10820         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10821         * ext/jpeg/gstjpegdec.c:
10822         * ext/jpeg/gstjpegenc.c:
10823         * ext/jpeg/gstsmokedec.c:
10824         * ext/jpeg/gstsmokeenc.c:
10825         * ext/libcaca/gstcacasink.c:
10826         * ext/libmng/gstmngdec.c:
10827         * ext/libmng/gstmngenc.c:
10828         * ext/libpng/gstpngdec.c:
10829         * ext/libpng/gstpngenc.c:
10830         * ext/mikmod/gstmikmod.c:
10831         * ext/raw1394/gstdv1394src.c:
10832         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10833         * ext/shout2/gstshout2.h:
10834         * ext/speex/gstspeexdec.c:
10835         * ext/speex/gstspeexenc.c:
10836         * gst/alpha/gstalpha.c:
10837         * gst/alpha/gstalphacolor.c:
10838         * gst/apetag/gstapedemux.c:
10839         * gst/auparse/gstauparse.c:
10840         * gst/autodetect/gstautoaudiosink.c:
10841         (gst_auto_audio_sink_base_init):
10842         * gst/autodetect/gstautovideosink.c:
10843         (gst_auto_video_sink_base_init):
10844         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10845         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10846         * gst/cutter/gstcutter.c:
10847         * gst/debug/breakmydata.c:
10848         * gst/debug/efence.c:
10849         * gst/debug/gstnavigationtest.c:
10850         * gst/debug/gstnavseek.c:
10851         * gst/debug/negotiation.c:
10852         * gst/debug/progressreport.c:
10853         * gst/debug/testplugin.c:
10854         * gst/effectv/gstaging.c:
10855         * gst/effectv/gstdice.c:
10856         * gst/effectv/gstedge.c:
10857         * gst/effectv/gstquark.c:
10858         * gst/effectv/gstrev.c:
10859         * gst/effectv/gstshagadelic.c:
10860         * gst/effectv/gstvertigo.c:
10861         * gst/effectv/gstwarp.c:
10862         * gst/flx/gstflxdec.c:
10863         * gst/goom/gstgoom.c:
10864         * gst/icydemux/gsticydemux.c:
10865         * gst/id3demux/gstid3demux.c:
10866         * gst/interleave/deinterleave.c:
10867         * gst/interleave/interleave.c:
10868         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10869         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10870         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10871         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10872         * gst/level/gstlevel.c:
10873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10874         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10875         * gst/median/gstmedian.c:
10876         * gst/monoscope/gstmonoscope.c:
10877         * gst/multipart/multipartdemux.c:
10878         * gst/multipart/multipartmux.c:
10879         * gst/oldcore/gstaggregator.c:
10880         * gst/oldcore/gstfdsink.c:
10881         * gst/oldcore/gstmd5sink.c:
10882         * gst/oldcore/gstmultifilesrc.c:
10883         * gst/oldcore/gstpipefilter.c:
10884         * gst/oldcore/gstshaper.c:
10885         * gst/oldcore/gststatistics.c:
10886         * gst/rtp/gstasteriskh263.c:
10887         * gst/rtp/gstrtpL16depay.c:
10888         * gst/rtp/gstrtpL16pay.c:
10889         * gst/rtp/gstrtpamrdepay.c:
10890         * gst/rtp/gstrtpamrpay.c:
10891         * gst/rtp/gstrtpdepay.c:
10892         * gst/rtp/gstrtpgsmpay.c:
10893         * gst/rtp/gstrtph263pay.c:
10894         * gst/rtp/gstrtph263pdepay.c:
10895         * gst/rtp/gstrtph263ppay.c:
10896         * gst/rtp/gstrtpilbcdepay.c:
10897         * gst/rtp/gstrtpmp4gpay.c:
10898         * gst/rtp/gstrtpmp4vdepay.c:
10899         * gst/rtp/gstrtpmp4vpay.c:
10900         * gst/rtp/gstrtpmpadepay.c:
10901         * gst/rtp/gstrtpmpapay.c:
10902         * gst/rtp/gstrtppcmadepay.c:
10903         * gst/rtp/gstrtppcmapay.c:
10904         * gst/rtp/gstrtppcmudepay.c:
10905         * gst/rtp/gstrtppcmupay.c:
10906         * gst/rtp/gstrtpspeexdepay.c:
10907         * gst/rtp/gstrtpspeexpay.c:
10908         * gst/rtsp/gstrtpdec.c:
10909         * gst/rtsp/gstrtspsrc.c:
10910         * gst/smpte/gstsmpte.c:
10911         * gst/udp/gstdynudpsink.c:
10912         * gst/udp/gstmultiudpsink.c:
10913         * gst/udp/gstudpsink.c:
10914         * gst/udp/gstudpsrc.c:
10915         * gst/videobox/gstvideobox.c:
10916         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10917         * gst/videofilter/gstvideobalance.c:
10918         * gst/videofilter/gstvideoflip.c:
10919         * gst/videofilter/gstvideotemplate.c:
10920         (gst_videotemplate_base_init):
10921         * gst/videomixer/videomixer.c:
10922         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10923         (gst_wavparse_class_init), (gst_wavparse_dispose),
10924         (gst_wavparse_reset), (gst_wavparse_init),
10925         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10926         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10927         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10928         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10929         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10930         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10931         (gst_wavparse_change_state):
10932         * gst/wavparse/gstwavparse.h:
10933         * sys/oss/gstossmixerelement.c:
10934         * sys/oss/gstosssink.c:
10935         * sys/oss/gstosssrc.c:
10936         * sys/osxaudio/gstosxaudioelement.c:
10937         * sys/osxaudio/gstosxaudiosink.c:
10938         * sys/osxaudio/gstosxaudiosrc.c:
10939         * sys/sunaudio/gstsunaudiomixer.c:
10940         * sys/sunaudio/gstsunaudiosink.c:
10941           Define GstElementDetails as const and also static (when defined as
10942           global)
10943
10944 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10945
10946         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10947           Source pad has fixed caps. If we don't set this, bad
10948           things happen when the window is resized.
10949
10950 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10951
10952         * gst/matroska/Makefile.am:
10953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10954         (gst_matroska_demux_handle_src_event):
10955         * gst/matroska/matroska-ids.c:
10956         (gst_matroska_track_init_video_context),
10957         (gst_matroska_track_init_audio_context),
10958         (gst_matroska_track_init_subtitle_context),
10959         (gst_matroska_track_init_complex_context):
10960         * gst/matroska/matroska-ids.h:
10961           Handle case where the TrackType ebml chunk does not come before the
10962           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10963           events.
10964
10965 2006-04-25  Wim Taymans  <wim@fluendo.com>
10966
10967         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10968         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10969         It's codec_data, not codec_info.
10970
10971 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10972
10973         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10974
10975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10976           Handle codec_data for VfW compatibility codec IDs (#339451)
10977
10978         * gst/matroska/matroska-mux.c:
10979         (gst_matroska_mux_video_pad_setcaps):
10980           Same here, handle codec_data and add additional caps we can handle
10981           now to the pad template (huffyuv, dv and h263 video) (#339451)
10982
10983 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10986
10987         * gst/matroska/matroska-mux.c:
10988         (gst_matroska_mux_create_buffer_header),
10989         (gst_matroska_mux_write_data):
10990           Fix timestamping of B-frames, use signed integers, do
10991           some rounding (#339678).
10992
10993 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10994
10995         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10996         just make it compile with --disable-gst-debug.
10997
10998 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10999
11000         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11001         Fix a bad conversion using gst_guint64_to_gdouble.
11002         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11003         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11004         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11005     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11006         mistake.
11007
11008 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11009
11010         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11011         Use gst_guint64_to_gdouble for conversions
11012         * win32/vs6/gst_plugins_good.dsw:
11013         * win32/vs6/libgsticydemux.dsp:
11014         Add a project file for icydemux
11015
11016 2006-04-21  Wim Taymans  <wim@fluendo.com>
11017
11018         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11019
11020         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11021         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11022         When splitting audio chunks, the block alignment is not taken in
11023         consideration, so the smaller chunks could be of size which is 
11024         not a multiple of the block alignment. Fixes #336904
11025
11026 2006-04-21  Wim Taymans  <wim@fluendo.com>
11027
11028         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11029         Use scale functions
11030
11031 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11032
11033         * ext/dv/gstdv.c: (plugin_init):
11034           Fix build.
11035
11036 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11039         (gst_progress_report_class_init), (gst_progress_report_init),
11040         (gst_progress_report_do_query), (gst_progress_report_report),
11041         (gst_progress_report_set_property),
11042         (gst_progress_report_get_property):
11043           Add 'format' property to force querying to a particular format.
11044
11045 2006-04-21  Andy Wingo  <wingo@pobox.com>
11046
11047         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11048         best, on big endian systems. Drop its rank in that case. OTOH on
11049         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11050
11051 2006-04-21  Michael Smith  <msmith@fluendo.com>
11052
11053         * configure.ac:
11054         * gst/icydemux/Makefile.am:
11055         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11056         (gst_icydemux_base_init), (gst_icydemux_class_init),
11057         (gst_icydemux_reset), (gst_icydemux_init),
11058         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11059         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11060         (unicodify), (gst_icydemux_unicodify),
11061         (gst_icydemux_parse_and_send_tags),
11062         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11063         (gst_icydemux_chain), (gst_icydemux_change_state),
11064         (gst_icydemux_send_tag_event), (plugin_init):
11065         * gst/icydemux/gsticydemux.h:
11066         * tests/check/Makefile.am:
11067         * tests/check/elements/icydemux.c: (typefind_succeed),
11068         (plugin_init), (icydemux_found_pad), (create_icydemux),
11069         (cleanup_icydemux), (push_data), (GST_START_TEST),
11070         (icydemux_suite), (main):
11071           Add icydemux, and tests.
11072
11073 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11074
11075         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11076           Post SEGMENT_DONE message in TIME format.
11077
11078 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11081
11082         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11083         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11084           Fix index creation when we have to scan the file to create
11085           an index. There may be other types of RIFF 'LIST' chunks than
11086           'movi' and we need to skip them properly as well or we'll end up
11087           reading garbage (#336889). Some other cosmetic changes.
11088           
11089 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11090
11091         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11092         (gst_flac_dec_handle_seek_event):
11093           Add support for segment seeks (fixes #338290). Also demote
11094           some recurring debug message from DEBUG to LOG level.
11095
11096 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11099         (gst_matroskademux_do_index_seek),
11100         (gst_matroska_demux_handle_seek_event),
11101         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11102         * gst/matroska/matroska-ids.h:
11103           Set DISCONT flag on first buffer after a discontinuity.
11104           Fix newsegment events sent when seeking and honour KEY_UNIT
11105           seek flag. Create pad with bogus caps if we don't recognise
11106           the stream codec id.
11107
11108         * gst/matroska/matroska-demux.h:
11109           Fix GObject macros.
11110
11111 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11112
11113         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11114
11115         * gst/matroska/matroska-demux.c:
11116         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11117           Handle end of segment properly when set; don't dead-lock when
11118           posting start of segment message when doing a segment seek.
11119           Fixes #338810.
11120
11121 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11124         (gst_matroska_demux_plugin_init):
11125           Make mpeg2 aac audio work: create artificial private codec data
11126           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11127           Also call gst_riff_init(). Partially fixes #338767.
11128
11129 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11132         (gst_wavenc_class_init), (gst_wavenc_init),
11133         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11134         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11135         (gst_wavenc_chain), (gst_wavenc_change_state):
11136         * gst/wavenc/gstwavenc.h:
11137           Set caps on first outgoing buffer, so that it doesn't error out
11138           immediately with a non-negotiated error (#338716). Rewrite and
11139           clean up a bit; fix setcaps function to parse things properly;
11140           fix sink caps (8bit audio is unsigned and doesn't have depth);
11141           use boilerplate macros; remove unused properties stuff.
11142
11143 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11144
11145         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11146           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11147           handle MJPEG streams and might be autoplugged for those if the
11148           user doesn't have jpegdec installed (resulting in a cryptic error
11149           message about huffman tables). Better to disable JPEG decoding here
11150           and let the user figure out that she needs to install jpegdec.
11151
11152 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11155         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11156         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11157         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11158           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11159           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11160           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11161           debug messages. Fix boilerplate macros.
11162
11163 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11164
11165         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11166         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11167           No need to special-case for Gdk-2.0 any longer, we require
11168           Gdk 2.2 or newer; minor clean-ups.
11169
11170 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11173         (gst_shout2send_class_init), (gst_shout2send_init),
11174         (set_shout_metadata), (gst_shout2send_set_metadata),
11175         (gst_shout2send_event), (gst_shout2send_start),
11176         (gst_shout2send_connect), (gst_shout2send_stop),
11177         (gst_shout2send_render), (gst_shout2send_set_property),
11178         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11179         (plugin_init):
11180         * ext/shout2/gstshout2.h:
11181         * po/POTFILES.in:
11182           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11183           change function; use GST_ELEMENT_ERROR for error reporting, not
11184           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11185           will cause crashes or assertion failures; remove (unused) "sync"
11186           property, basesink already has such a property; misc. other
11187           minor fixes and cleanups.
11188
11189 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11190
11191         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11192         * ext/esd/gstesd.c: (plugin_init):
11193         * po/POTFILES.in:
11194           Add translatable error message for when we cannot
11195           connect to the sound server, as "Cannot open resource
11196           for writing" isn't really an acceptable message to show
11197           to the user in this case.
11198
11199 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11200
11201         * sys/oss/gst-i18n-plugin.h:
11202           Remove bogus file that doesn't belong here.
11203
11204 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         Patch by: Philippe Valembois
11207
11208         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11209         (gst_shout2send_set_metadata), (gst_shout2send_event),
11210         (gst_shout2send_render), (gst_shout2send_change_state):
11211         * ext/shout2/gstshout2.h:
11212           Handle tags being received before the connection to
11213           the server is established properly (see #338636).
11214
11215 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11218           Don't crash in case the connection to the server fails:
11219           don't set pointer to NULL by assigning FALSE; error out
11220           properly by using GST_ELEMENT_ERROR and returning
11221           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11222           before resetting the pointer.
11223
11224 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11225
11226         * gst/id3demux/id3tags.c:
11227         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11228         (Fixes #338713)
11229
11230 2006-04-12  Wim Taymans  <wim@fluendo.com>
11231
11232         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11233         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11234         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11235         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11236         (gst_gdk_pixbuf_chain):
11237         Some cleanups.
11238         Added RGBA as a possible output format.
11239         Correctly free the supported mimetypes.
11240         deprecate silent arg, it's not used.
11241         Return result from _alloc_buffer to peer.
11242
11243 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11244
11245         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11246           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11247           overwriting GST_BUFFER_MALLOCDATA.
11248
11249 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11250
11251         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11252         (user_endrow_callback), (user_end_callback),
11253         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11254         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11255         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11256         * ext/libpng/gstpngdec.h:
11257           Handle more than one frame if the content is framed,
11258           like with png-in-quicktime (#331917).
11259
11260 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11261
11262         * sys/oss/Makefile.am:
11263         * sys/oss/common.h:
11264         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11265         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11266         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11267         (gst_oss_src_unprepare):
11268           - the user-visible error strings were in the wrong category
11269           - and the messages were not marked for translation
11270           - which is actually a good thing, because they were exactly
11271             the kind of message you would never want anyone to see
11272           - the macros were using variables that didn't exist in the macro
11273             arguments
11274           - and they were obviously copied from each other and then modified
11275           - so a common header makes sense
11276
11277 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11278
11279         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11280           Don't try to modify read-only data.
11281
11282         * gst/matroska/matroska-demux.c:
11283         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11284           Fix comment (won't crash any longer now).
11285
11286 2006-04-10  Michael Smith  <msmith@fluendo.com>
11287
11288         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11289           Use copies of header buffers for caps to avoid circular refcounting
11290           problems (as in theoradec, vorbisdec).
11291
11292         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11293           Fix a typo in test that meant it was testing the wrong thing.
11294
11295         * tests/check/elements/cmmlenc.c: (check_headers):
11296           Fix refcount checks now that we use buffer-copies for caps.
11297
11298 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11299
11300         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11301         (gst_matroska_demux_handle_seek_event),
11302         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11303         (gst_matroska_demux_subtitle_caps),
11304         (gst_matroska_demux_plugin_init):
11305           Use static pad templates with ANY caps for audio and video
11306           source pads and get rid of a lot of unnecessary (and partially
11307           broken) code for the template caps. Clean up caps finding
11308           functions. Fixes playback of audio files/streams that do not
11309           contain the sample rate and/or number of channels in the audio
11310           context (happens a lot with vorbis/mp3 .mka files it seems).
11311           Fixes #337183.
11312           Also add myself to copyright holders.
11313
11314 2006-04-10  Michael Smith  <msmith@fluendo.com>
11315
11316         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11317           Use g_list_delete_link () instead of g_list_remove_link () so that
11318           we free the link as well as the contained data.
11319
11320 2006-04-10  Wim Taymans  <wim@fluendo.com>
11321
11322         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11323
11324         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11325         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11326         (gst_avi_demux_stream_header):
11327         Fix some crashers with empty chunks. (Fixes #337749)
11328
11329 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11330
11331         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11332           use G_GINT64_CONSTANT for INT64 constants
11333         * gst/videofilter/gstvideobalance.c:
11334           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11335         * win32/vs6/libgstavi.dsp:
11336          add missing libraries for the link and remove avimux.c from
11337          the project as it isn't ported to 0.10 yet
11338         
11339 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11342           Even better would be if we actually did the right thing
11343           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11344
11345 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11348           Can't just replace 1LL with 1L here just because MSVC doesn't
11349           support it, as it might lead to incorrect results when doing the
11350           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11351           force a 64-bit constant in a way that all compilers are happy with.
11352
11353 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11354
11355         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11356         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11357         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11358         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11359         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11360         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11361         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11362         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11363         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11364         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11365         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11366         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11367         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11368         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11369         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11370         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11371         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11372         * gst/debug/efence.c: (gst_efence_class_init):
11373         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11374         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11375         * gst/goom/gstgoom.c: (gst_goom_class_init):
11376         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11377         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11378         * gst/interleave/interleave.c: (interleave_class_init):
11379         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11380         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11381         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11382         * gst/median/gstmedian.c: (gst_median_class_init):
11383         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11384         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11385         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11386         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11387         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11388         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11389         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11390         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11391         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11392         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11393         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11394         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11395         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11396         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11397         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11398         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11399         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11400         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11401         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11402         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11403         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11404         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11405         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11406         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11407         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11409         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11410         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11411         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11412         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11413         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11414         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11415         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11416         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11417         * sys/osxaudio/gstosxaudioelement.c:
11418         (gst_osxaudioelement_class_init):
11419         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11420         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11421         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11422         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11423
11424 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11425
11426         * ext/mikmod/gstmikmod.h:
11427         * gst/level/gstlevel.h:
11428         Fix more broken GObject macros
11429
11430 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11431
11432         * ext/annodex/gstcmmldec.h:
11433         * ext/annodex/gstcmmlenc.h:
11434         * ext/annodex/gstcmmltag.h:
11435         * ext/cairo/gsttextoverlay.h:
11436         * ext/ladspa/gstsignalprocessor.h:
11437         * gst/matroska/ebml-read.h:
11438         * gst/matroska/ebml-write.h:
11439         * sys/osxaudio/gstosxaudioelement.h:
11440         Fix broken GObject macros
11441
11442 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11443
11444         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11445           Don't try to seek beyond the end of the file (would
11446           occasionally display error dialogs in totem when seeking
11447           to the end) (#335869). Will still throw an error though
11448           if the file is truncated and the total_samples value in
11449           the stream header is wrong.
11450
11451 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11452
11453         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11454         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11455         (gst_flac_dec_metadata_callback):
11456         * ext/flac/gstflacdec.h:
11457           If the stream header doesn't contain the total number of samples,
11458           search for the last flac frame at the end of the file and calculate
11459           the total duration from that frame's offset (fixes #337609).
11460
11461 2006-04-07  Edward Hervey  <edward@fluendo.com>
11462
11463         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11464         Don't unref the GstPadTemplate returned by
11465         gst_element_class_get_pad_template().
11466
11467 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11470
11471         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11472         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11473         * sys/sunaudio/gstsunaudiosink.h:
11474           Use spec->segsize and spec->segtotal in the prepare function
11475           to initialise the ring buffer instead of using the buffer-time
11476           property (#337421).
11477
11478 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * configure.ac:
11481           Bump core requirements to CVS for gst_pad_query_peer_duration()
11482           which is used by speexdec.
11483
11484 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         * ext/speex/gstspeex.c: (plugin_init):
11487         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11488         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11489         (speex_get_sink_query_types), (speex_dec_sink_query),
11490         (speex_get_src_query_types), (speex_dec_src_query),
11491         (speex_dec_src_event), (speex_dec_sink_event),
11492         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11493         (speex_dec_chain_parse_data), (speex_dec_chain),
11494         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11495         (speex_dec_change_state):
11496         * ext/speex/gstspeexdec.h:
11497           Fix seeking and duration queries (#337033); clean up and
11498           refactor a bit.
11499
11500 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11501
11502         * ext/raw1394/gstdv1394src.c:
11503           distinguish between device not found and could not open for
11504           reading
11505
11506 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11507
11508         * Makefile.am:
11509         * configure.ac:
11510         * pkgconfig/.cvsignore:
11511         * pkgconfig/Makefile.am:
11512         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11513           add a .pc file so other modules can use good plugins in tests
11514
11515 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11516
11517         * configure.ac:
11518           clean up, use AS_VERSION and AS_NANO
11519         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11520           use PACKAGE_VERSION define
11521         * po/af.po:
11522         * po/az.po:
11523         * po/cs.po:
11524         * po/en_GB.po:
11525         * po/hu.po:
11526         * po/it.po:
11527         * po/nb.po:
11528         * po/nl.po:
11529         * po/or.po:
11530         * po/sq.po:
11531         * po/sr.po:
11532         * po/sv.po:
11533         * po/uk.po:
11534         * po/vi.po:
11535           updated
11536
11537 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11538
11539         * ext\jpeg\smokecodec.c:
11540           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11541         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11542           move first instruction after all variables declarations
11543         * gst\alpha\gstalpha.c:
11544         * gst\effectv\gstshagadelic.c:
11545         * gst\smpte\paint.c:
11546         * gst\videofilter\gstvideobalance.c:
11547           define M_PI if it's not defined (it's not defined on WIN32)
11548         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11549         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11550         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11551         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11552         (gst_matroska_demux_video_caps):
11553         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11554         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11555           use gst_guint64_to_gdouble for conversions
11556         * gst\goom\filters.c: (setPixelRGB_):
11557           fix a debug which was using undefined variable
11558         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11559         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11560           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11561         * win32/vs6:
11562           add vs6 projects files for most of plugins-good
11563         
11564 2006-03-30  j^  <j@bootlab.org>
11565
11566         * ext/aalib/gstaasink.c:
11567         * ext/annodex/gstcmmldec.c:
11568         * ext/annodex/gstcmmlenc.c:
11569         * ext/cairo/gsttextoverlay.c:
11570         * ext/cairo/gsttimeoverlay.c:
11571         * ext/cdio/gstcdiocddasrc.c:
11572         * ext/dv/gstdvdec.c:
11573         * ext/esd/esdmon.c:
11574         * ext/esd/esdsink.c:
11575         * ext/flac/gstflacdec.c:
11576         * ext/flac/gstflacenc.c:
11577         * ext/flac/gstflactag.c:
11578         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11579         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11580         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11581         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11582         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11583         * ext/gdk_pixbuf/pixbufscale.c:
11584         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11585         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11586         * ext/jpeg/gstjpegdec.c:
11587         * ext/jpeg/gstjpegenc.c:
11588         * ext/jpeg/gstsmokedec.c:
11589         * ext/jpeg/gstsmokeenc.c:
11590         * ext/libcaca/gstcacasink.c:
11591         * ext/libmng/gstmngdec.c:
11592         * ext/libmng/gstmngenc.c:
11593         * ext/libpng/gstpngdec.c:
11594         * ext/libpng/gstpngenc.c:
11595         * ext/mikmod/gstmikmod.c:
11596         * ext/raw1394/gstdv1394src.c:
11597         * ext/shout2/gstshout2.c:
11598         * ext/speex/gstspeexdec.c:
11599         * ext/speex/gstspeexenc.c:
11600         * gst/alpha/gstalpha.c:
11601         * gst/alpha/gstalphacolor.c:
11602         * gst/auparse/gstauparse.c:
11603         * gst/autodetect/gstautoaudiosink.c:
11604         (gst_auto_audio_sink_base_init):
11605         * gst/autodetect/gstautovideosink.c:
11606         (gst_auto_video_sink_base_init):
11607         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11608         * gst/cutter/gstcutter.c:
11609         * gst/debug/breakmydata.c:
11610         * gst/debug/efence.c:
11611         * gst/debug/gstnavigationtest.c:
11612         * gst/debug/negotiation.c:
11613         * gst/debug/progressreport.c:
11614         * gst/debug/testplugin.c:
11615         * gst/effectv/gstaging.c:
11616         * gst/effectv/gstdice.c:
11617         * gst/effectv/gstedge.c:
11618         * gst/effectv/gstquark.c:
11619         * gst/effectv/gstrev.c:
11620         * gst/effectv/gstvertigo.c:
11621         * gst/effectv/gstwarp.c:
11622         * gst/flx/gstflxdec.c:
11623         * gst/goom/gstgoom.c:
11624         * gst/interleave/deinterleave.c:
11625         * gst/interleave/interleave.c:
11626         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11627         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11628         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11629         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11630         * gst/level/gstlevel.c:
11631         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11632         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11633         * gst/median/gstmedian.c:
11634         * gst/monoscope/gstmonoscope.c:
11635         * gst/multipart/multipartdemux.c:
11636         * gst/multipart/multipartmux.c:
11637         * gst/oldcore/gstmd5sink.c:
11638         * gst/oldcore/gstmultifilesrc.c:
11639         * gst/oldcore/gstpipefilter.c:
11640         * gst/oldcore/gstshaper.c:
11641         * gst/oldcore/gststatistics.c:
11642         * gst/rtp/gstasteriskh263.c:
11643         * gst/rtp/gstrtpL16depay.c:
11644         * gst/rtp/gstrtpL16pay.c:
11645         * gst/rtp/gstrtpamrdepay.c:
11646         * gst/rtp/gstrtpamrpay.c:
11647         * gst/rtp/gstrtpdepay.c:
11648         * gst/rtp/gstrtpgsmpay.c:
11649         * gst/rtp/gstrtph263pay.c:
11650         * gst/rtp/gstrtph263pdepay.c:
11651         * gst/rtp/gstrtph263ppay.c:
11652         * gst/rtp/gstrtpmp4gpay.c:
11653         * gst/rtp/gstrtpmp4vdepay.c:
11654         * gst/rtp/gstrtpmp4vpay.c:
11655         * gst/rtp/gstrtpmpadepay.c:
11656         * gst/rtp/gstrtpmpapay.c:
11657         * gst/rtp/gstrtppcmadepay.c:
11658         * gst/rtp/gstrtppcmapay.c:
11659         * gst/rtp/gstrtppcmudepay.c:
11660         * gst/rtp/gstrtppcmupay.c:
11661         * gst/rtp/gstrtpspeexdepay.c:
11662         * gst/rtp/gstrtpspeexpay.c:
11663         * gst/rtsp/gstrtpdec.c:
11664         * gst/smpte/gstsmpte.c:
11665         * gst/videobox/gstvideobox.c:
11666         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11667         * gst/videofilter/gstvideobalance.c:
11668         * gst/videofilter/gstvideoflip.c:
11669         * gst/videofilter/gstvideotemplate.c:
11670         (gst_videotemplate_base_init):
11671         * gst/videomixer/videomixer.c:
11672         * gst/wavenc/gstwavenc.c:
11673         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11674          better/unified long descriptions
11675          Fixed #336602
11676          Some cleanups to auparse, don't send multiple newsegments.
11677
11678 2006-03-29  Wim Taymans  <wim@fluendo.com>
11679
11680         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11681
11682         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11683         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11684         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11685         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11686         * ext/dv/gstdvdemux.h:
11687         Seek in READY patch. Only works for pull based mode.
11688         Fixes #323880
11689
11690 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11693         (gst_gdk_pixbuf_event):
11694           Fix two crashers: don't unref the same caps twice, and
11695           set pixbuf loader to NULL after freeing it.
11696
11697 2006-03-27  Wim Taymans  <wim@fluendo.com>
11698
11699         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11700         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11701         (gst_speexenc_chain):
11702         * ext/speex/gstspeexenc.h:
11703         Don't leak adapter.
11704         A push *always* takes ownership of the buffer, even on
11705         errors.
11706         Small cleanups.
11707
11708 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11711           Create source pad without leaking.
11712
11713 2006-03-24  Wim Taymans  <wim@fluendo.com>
11714
11715         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11716         * ext/flac/gstflacdec.h:
11717         * ext/flac/gstflacenc.h:
11718         Spifify a bit.
11719         Fix deadly lock order error in seeking code, STREAM_LOCK
11720         cannot be taken within LOCK and the streaming variables are
11721         protected with the STREAM_LOCK anyway.
11722
11723 2006-03-24  Wim Taymans  <wim@fluendo.com>
11724
11725         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11726         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11727         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11728         this patch combines the global init_frames with the stream
11729         init_frames. Rationale being that the global delay should 
11730         be subtracted from any stream delay.
11731         Fixes #335858.
11732
11733 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11734
11735         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11736         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11737         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11738         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11739         use DEBUG_FUNCPTR for collectpads
11740
11741 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11742
11743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11744           Don't crash when encoding images where the number of rows isn't
11745           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11746
11747 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11748
11749         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11750         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11751         * gst/interleave/interleave.c: (interleave_change_state):
11752         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11753           More state change function fixes.
11754
11755 2006-03-23  Wim Taymans  <wim@fluendo.com>
11756
11757         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11758         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11759         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11760         (gst_esdsink_delay), (gst_esdsink_reset):
11761         * ext/esd/esdsink.h:
11762         Fix esd choppy playback by configuring audiosink
11763         correctly. Fixes #325191
11764
11765 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11766
11767         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11768           Make state change function thread-safe.
11769
11770 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11773         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11774           Don't try to read beyond the end of the file just because
11775           the header claims a bigger size (like with truncated files).
11776
11777 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11778
11779         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11780         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11781         (gst_wavparse_stream_data), (gst_wavparse_loop):
11782         * gst/wavparse/gstwavparse.h:
11783           Delay source pad creation until we have the first chunk of
11784           media data, so the we can examine the data and adjust the
11785           caps accordingly if required. This makes playback of .wav
11786           files with DTS-declared-as-PCM content work (#313266).
11787
11788 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11789
11790         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11791         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11792         Don't attempt typefinding on too-short buffers that have been
11793         completely trimmed away. (Fixes #330239)
11794
11795         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11796         Improve the debug output
11797
11798 2006-03-21  Wim Taymans  <wim@fluendo.com>
11799
11800         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11801         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11802         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11803         (gst_esdsink_set_property), (gst_esdsink_get_property):
11804         Some cleanups.
11805         Reset fd to -1 when we close them.
11806
11807 2006-03-21  Wim Taymans  <wim@fluendo.com>
11808
11809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11810         the OPTIONS request result is optional so don't
11811         fail on it.
11812
11813 2006-03-21  Edward Hervey  <edward@fluendo.com>
11814
11815         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11816         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11817         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11818         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11819         (gst_wavparse_change_state):
11820         gcc 4.1 unreferenced pointer fixes.
11821
11822 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11823
11824         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11825
11826         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11827           Fix block alignment calculation. Alignment should be done before
11828           adding the byte offset where the data starts (#335231).
11829
11830 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11831
11832         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11833           Ensure that we set correct caps on buffers that are transferred
11834           direct from the input.
11835
11836 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11837
11838         * gst/goom/filters.c: (zoomFilterDestroy):
11839         * gst/goom/goom_core.c: (goom_close):
11840           Free filter data when cleaning up. (Fixes: #334995)
11841
11842 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * configure.ac:
11845           Don't compile udp and rtsp plugins on win32 (mingw) or other
11846           systems that don't have <sys/socket.h> for some reason (#316203).
11847
11848 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11849
11850         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11851         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11852         * ext/raw1394/gstdv1394src.h:
11853           Change bus reset handler so it reports useful information such as
11854           whether the device being used connected or disconnected
11855
11856 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         * gst/id3demux/id3v2frames.c:
11859         (parse_relative_volume_adjustment_two):
11860           We only care about gain and peak data for the master volume.
11861
11862 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11865         (parse_id_string), (parse_unique_file_identifier),
11866         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11867           Read replay gain tags (#323721).
11868
11869 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11870
11871         * configure.ac:
11872           Bump requirements to gst-plugins-base CVS because
11873           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11874
11875 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11876
11877         * rtp/gst/gstrtppcmadepay.c:
11878         Fixed one of the caps in the code from mulaw to alaw.
11879
11880 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11881
11882         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11883           Ensure that we set caps on the buffers we pass.
11884
11885         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11886         (gst_id3demux_sink_activate):
11887           Ensure that we set caps on the buffers we pass.
11888
11889           Use STREAM, TYPE_NOT_FOUND as the error class when
11890           typefinding fails.
11891
11892 2006-03-15  Edward Hervey  <edward@fluendo.com>
11893
11894         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11895         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11896         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11897         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11898         (gst_jpeg_dec_setcaps):
11899         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11900         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11901         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11902         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11903         (gst_mngdec_src_getcaps):
11904         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11905         (gst_pngdec_caps_create_and_set):
11906         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11907         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11908         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11909         * gst/alpha/gstalpha.c: (gst_alpha_init):
11910         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11911         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11912         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11913         * gst/cutter/gstcutter.c: (gst_cutter_init):
11914         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11915         (gst_efence_checkgetrange):
11916         * gst/debug/negotiation.c: (gst_negotiation_init):
11917         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11918         * gst/goom/gstgoom.c: (gst_goom_init):
11919         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11920         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11921         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11922         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11923         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11924         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11925         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11926         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11927         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11928         (gst_wavparse_create_sourcepad):
11929         Fix memleak with gst_static_pad_template_get().
11930         This uses gst_pad_new_from_static_template() instead.
11931         Fixes #333512
11932
11933 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11934
11935         * configure.ac:
11936           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11937           used by id3demux.
11938
11939         * gst/id3demux/gstid3demux.c: (plugin_init):
11940         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11941         (parse_user_text_identification_frame),
11942         (parse_unique_file_identifier):
11943           Add support for UFID and TXXX frames and extract musicbrainz tags.
11944
11945 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11948           Catch short reads, like they might happen with truncated
11949           files (see #305279); remove unnecessary indentation.
11950
11951 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11954           Fix DIB image inversion for pictures with a
11955           depth != 8 (#305279).
11956
11957 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11960         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11961         * ext/jpeg/gstjpegdec.h:
11962           Fix durations on outgoing buffers after seeking
11963           in MJPEG files (#334083); some minor clean-ups.
11964
11965 2006-03-13  Wim Taymans  <wim@fluendo.com>
11966
11967         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11968         (gst_wavparse_change_state):
11969         Implement seek in READY (re-fixes #327658)
11970
11971 2006-03-13  Wim Taymans  <wim@fluendo.com>
11972
11973         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11974         * ext/esd/esdmon.c: (gst_esdmon_get):
11975         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11976         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11977         (gst_gdk_pixbuf_sink_getcaps):
11978         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11979         (gst_jpegenc_setcaps):
11980         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11981         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11982         (gst_smokeenc_setcaps):
11983         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11984         (gst_mngdec_src_getcaps):
11985         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11986         (gst_mngenc_chain):
11987         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11988         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11989         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11990         (speex_dec_src_event), (speex_dec_chain):
11991         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11992         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11993         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11994         (gst_negotiation_pad_link), (gst_negotiation_chain):
11995         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11996         (gst_flxdec_chain):
11997         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11998         (deinterleave_chain):
11999         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12000         * gst/median/gstmedian.c: (gst_median_link):
12001         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12002         (gst_monoscope_chain):
12003         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12004         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12005         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12006         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12007         close #333784 unref the result of gst_pad_get_parent()
12008         by: Christophe Fergeau.
12009
12010 2006-03-09  Wim Taymans  <wim@fluendo.com>
12011
12012         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12013         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12014         Handle events in push mode better, can now do non-flushing
12015         seeks in push mode as well.
12016
12017 2006-03-07  Wim Taymans  <wim@fluendo.com>
12018
12019         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12020         Applied patch from Kai Vehmanen, fixes #333624.
12021
12022 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12023
12024         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12025         Implement paletted and grayscale png files handling.
12026         (#150363).
12027
12028 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12029
12030         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12031         (gst_speexenc_chain):
12032           fix a tag list assert
12033           follow gst-plugins-base/ext/ogg/README; set OFFSET
12034           and OFFSET_END.  Muxes correctly with gst-plugins-base
12035           > 0.9.3
12036
12037 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * gst/id3demux/Makefile.am:
12040         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12041         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12042           Use new typefind helper functions here as well, and
12043           do typefinding in pull-mode if upstream supports that.
12044
12045 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12046
12047         * sys/sunaudio/gstsunaudiomixerctrl.c:
12048         (gst_sunaudiomixer_ctrl_get_volume),
12049         (gst_sunaudiomixer_ctrl_set_volume):
12050         * sys/sunaudio/gstsunaudiomixertrack.c:
12051         (gst_sunaudiomixer_track_new):
12052           Remove unused variables, breaks build from CVS
12053           with -Werror (#333392, patch by: Benjamin Pineau)
12054
12055 2006-03-03  Wim Taymans  <wim@fluendo.com>
12056
12057         * docs/plugins/Makefile.am:
12058         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12059         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12060         Added wavparse docs.
12061
12062         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12063         (gst_wavparse_reset), (gst_wavparse_init),
12064         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12065         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12066         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12067         (gst_wavparse_stream_data), (gst_wavparse_loop),
12068         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12069         (gst_wavparse_change_state):
12070         * gst/wavparse/gstwavparse.h:
12071         Implement seek in READY (fixes #327658)
12072         Added docs and did some cleanups.
12073
12074 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12077         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12078         (gst_avi_demux_calculate_durations_from_index),
12079         (gst_avi_demux_stream_header):
12080         * gst/avi/gstavidemux.h:
12081           If we have an index, use a duration based on the index instead
12082           of blindly trusting the information in the stream headers
12083           (fixes #331817).
12084
12085 2006-03-03  Wim Taymans  <wim@fluendo.com>
12086
12087         * docs/plugins/Makefile.am:
12088         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12089         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12090         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12091         Added smoke and jpeg to the docs.
12092
12093         * ext/jpeg/Makefile.am:
12094         * ext/jpeg/gstjpeg.c: (plugin_init):
12095         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12096         * ext/jpeg/gstjpegenc.h:
12097         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12098         (gst_smokedec_chain):
12099         * ext/jpeg/gstsmokedec.h:
12100         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12101         * ext/jpeg/gstsmokeenc.h:
12102         * ext/jpeg/smokecodec.h:
12103         Port smokedec (fixes #331905).
12104         Added some docs.
12105         Some cleanups.
12106
12107 2006-03-03  Wim Taymans  <wim@fluendo.com>
12108
12109         * docs/plugins/Makefile.am:
12110         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12111         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12112         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12113         Added videobalance and videoflip to the docs.
12114
12115         * gst/videofilter/Makefile.am:
12116         * gst/videofilter/gstvideobalance.c:
12117         (gst_video_balance_update_tables_planar411),
12118         (gst_video_balance_is_passthrough),
12119         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12120         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12121         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12122         (gst_video_balance_finalize), (gst_video_balance_class_init),
12123         (gst_video_balance_init), (gst_video_balance_interface_supported),
12124         (gst_video_balance_interface_init),
12125         (gst_video_balance_colorbalance_list_channels),
12126         (gst_video_balance_colorbalance_set_value),
12127         (gst_video_balance_colorbalance_get_value),
12128         (gst_video_balance_colorbalance_init),
12129         (gst_video_balance_set_property), (gst_video_balance_get_property),
12130         (gst_video_balance_get_type), (plugin_init):
12131         * gst/videofilter/gstvideobalance.h:
12132         Ported to 0.10. (Fixes #326160)
12133         Added docs.
12134
12135         * gst/videofilter/gstvideoflip.c:
12136         * gst/videofilter/gstvideoflip.h:
12137         Added docs.
12138
12139 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * configure.ac:
12142           Bump requirements to current core and -base CVS
12143           (core for new typefind helper API, and -base for the
12144           WAVFORMATEX support that was added to libgstriff and
12145           is needed by wavparse).
12146         
12147         * gst/apetag/Makefile.am:
12148         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12149         (gst_tag_demux_sink_activate):
12150           Use new typefind helpers for typefinding instead of our
12151           home-grown stuff; also, do typefinding in pull-mode if
12152           upstream supports that.
12153
12154 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12155
12156         Reviewed by: Christian Schaller <christian@fluendo.com>
12157
12158         This patch fixes bug: 329107
12159
12160         This Changelog entry is for a commit done on February 17
12161
12162         * ext/gconf/gconf.c
12163         * ext/gconf/gconf.h
12164         * ext/gconf/gstgconfaudiosink.c
12165         * ext/gconf/gstgconfaudiosink.h
12166         * gconf/gstreamer.schemas.in
12167
12168 2006-02-28  Wim Taymans  <wim@fluendo.com>
12169
12170         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12171         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12172         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12173         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12174         Use DEBUG_OBJECT more.
12175
12176 2006-02-28  Wim Taymans  <wim@fluendo.com>
12177
12178         * docs/plugins/Makefile.am:
12179         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12180         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12181         Added dvdec and dvdemux to docs.
12182
12183         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12184         Added docs.
12185         Check frame sizes so we don't crash when don't have enough
12186         data.
12187         Send nice error messages on error.
12188
12189         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12190         (gst_dvdemux_class_init), (gst_dvdemux_init),
12191         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12192         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12193         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12194         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12195         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12196         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12197         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12198         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12199         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12200         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12201         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12202         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12203         * ext/dv/gstdvdemux.h:
12204         Added docs.
12205         Implement pull mode.
12206         Fix memleaks.
12207         Reduce memcpy for the video demuxing.
12208
12209 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12210
12211         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12212         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12213         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12214         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12215           Add a little extra debug. Make the decoder not return NOT_LINKED,
12216           as we want to continue decoding all CMML and emitting tags.
12217
12218 2006-02-27  Michael Smith  <msmith@fluendo.com>
12219
12220         * ext/annodex/gstskeltag.c:
12221         * ext/annodex/gstskeltag.h:
12222           Deleted; these files aren't used any more either.
12223
12224 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12225
12226         * ext/Makefile.am: Fix dist-check.
12227
12228 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12229
12230         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12231         memleak.
12232
12233 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12234
12235         * ext/annodex/Makefile.am:
12236         * ext/annodex/gstannodex.c:
12237         * ext/annodex/gstcmmldec.c:
12238         * ext/annodex/gstcmmlenc.c:
12239         * ext/annodex/gstcmmlparser.c:
12240         * ext/annodex/gstcmmlparser.h:
12241         * ext/annodex/gstcmmlutils.c:
12242         * tests/check/elements/cmmldec.c:
12243         * tests/check/elements/cmmlenc.c:
12244           Fix a memleak in gst_cmml_track_list_add_clip.
12245           Handle overflows in clip's start and end times.
12246           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12247           Do not parse junk at the end of a CMML preamble buffer.
12248           Register a libxml error handler to not print stuff on stderr.
12249           Check for bad clip start and end times in the testsuites.
12250
12251 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12252
12253         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12254         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12255         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12256         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12257         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12258         possible memleaks.
12259
12260 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12261
12262         * tests/check/Makefile.am:
12263         * tests/check/elements/cmmldec.c:
12264         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12265         the plugins-base tags.
12266
12267 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12268
12269         * ext/Makefile.am: Re-enable module.
12270
12271 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12272
12273         * tests/check/Makefile.am: Forgot to remove that test.
12274
12275 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12276
12277         * ext/annodex/Makefile.am:
12278         * ext/annodex/gstannodex.c: (plugin_init):
12279         * ext/annodex/gstcmmldec.c:
12280         * ext/annodex/gstskeldec.c:
12281         * ext/annodex/gstskeldec.h:
12282         * tests/check/Makefile.am:
12283         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12284
12285 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12286
12287         * tests/check/Makefile.am: Disable those checks as well.
12288
12289 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12290
12291         * ext/Makefile.am: Disable annodex for now until we figure out
12292         how to make it build.
12293         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12294         Add a rule to your checklist : "please try to at least build 
12295         what you are going to commit into -good, or if you are too lazy
12296         to do that, please check that the buildbots are not crying because
12297         of your commit."
12298
12299 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12300
12301         * configure.ac:
12302         * ext/Makefile.am:
12303         * ext/gdk_pixbuf/Makefile.am:
12304         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12305         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12306         * ext/gdk_pixbuf/pixbufscale.c:
12307         * ext/gdk_pixbuf/pixbufscale.h:
12308           Gdkpixbuf ported from 0.8 to 0.10 by
12309           Renato Filho <renato.filho@indt.org.br>.
12310           gst_loader and gdkpixbufanimation still need port.
12311
12312 2006-02-24  Michael Smith  <msmith@fluendo.com>
12313
12314         * configure.ac:
12315         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12316         * ext/Makefile.am:
12317         * ext/annodex/Makefile.am:
12318         * ext/annodex/gstannodex.c:
12319         * ext/annodex/gstannodex.h:
12320         * ext/annodex/gstcmmldec.c:
12321         * ext/annodex/gstcmmldec.h:
12322         * ext/annodex/gstcmmlenc.c:
12323         * ext/annodex/gstcmmlenc.h:
12324         * ext/annodex/gstcmmlparser.c:
12325         * ext/annodex/gstcmmlparser.h:
12326         * ext/annodex/gstcmmltag.c:
12327         * ext/annodex/gstcmmltag.h:
12328         * ext/annodex/gstcmmlutils.c:
12329         * ext/annodex/gstcmmlutils.h:
12330         * ext/annodex/gstskeldec.c:
12331         * ext/annodex/gstskeldec.h:
12332         * ext/annodex/gstskeltag.c:
12333         * ext/annodex/gstskeltag.h:
12334         * tests/check/Makefile.am:
12335         * tests/check/elements/cmmldec.c:
12336         * tests/check/elements/cmmlenc.c:
12337         * tests/check/elements/skeldec.c:
12338           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12339           Includes tests & docs, oh my! Passes Thomas's -good checklist
12340           entirely. Wow.
12341
12342 2006-02-24  Michael Smith  <msmith@fluendo.com>
12343
12344         * autogen.sh:
12345           Check for automake 1.9 as well.
12346
12347 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12348
12349         * ext/flac/gstflacenc.c:
12350           Change min. sample rate to 8kHz to match flacdec's.
12351           
12352 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12353
12354         * ext/cdio/Makefile.am:
12355           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12356           required for Cygwin, see #317048)
12357
12358         * gst/rtp/gstasteriskh263.c:
12359           Cygwin has includes for both the unix network socket API
12360           and the windows API, but only one can be included, so fix
12361           includes to only use one or the other, prefering the unxi
12362           one (#317048).
12363
12364 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12365
12366         * rtp/gst/gstrtppcmadepay.c:
12367         * rtp/gst/gstrtppcmadepay.h:
12368         * rtp/gst/gstgstrtppcmapay.c:
12369         * rtp/gst/gstgstrtppcmapay.h:
12370         * rtp/gst/gstrtppcmudepay.c:
12371         * rtp/gst/gstrtppcmudepay.h:
12372         * rtp/gst/gstrtppcmupay.c:
12373         * rtp/gst/gstrtppcmupay.h:
12374         * rtp/gst/Makefile.am:
12375         * rtp/gst/gstrtp.c:
12376         * rtp/gst/README:
12377         Separated the G711 payloaders/depayloaders into separate elements for
12378         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12379
12380 2006-02-22  Wim Taymans  <wim@fluendo.com>
12381
12382         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12383         (gst_dvdec_change_state):
12384         * ext/dv/gstdvdec.h:
12385         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12386         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12387         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12388         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12389         (gst_dvdemux_flush), (gst_dvdemux_chain),
12390         (gst_dvdemux_change_state):
12391         * ext/dv/gstdvdemux.h:
12392         Ueber spiffify some more, added debug category.
12393         Use _scale.
12394         Use segments, respect playback rate from newsegment.
12395         Fix refcount issue.
12396
12397 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12398
12399         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12400         (gst_signal_processor_process):
12401         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12402         enabled for the build, but it helps me win the feature-count
12403         competitions ooh yeah.
12404
12405 2006-02-19  Wim Taymans  <wim@fluendo.com>
12406
12407         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12408         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12409         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12410         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12411         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12412         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12413         Use scaling code for added precission and more correct stop
12414         position in case scale==0.
12415
12416 2006-02-19  Wim Taymans  <wim@fluendo.com>
12417
12418         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12419         (gst_flxdec_chain):
12420         * gst/flx/gstflxdec.h:
12421         Implement DURATION query.
12422
12423 2006-02-19  Wim Taymans  <wim@fluendo.com>
12424
12425         * gst/flx/flx_color.h:
12426         * gst/flx/flx_fmt.h:
12427         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12428         (gst_flxdec_src_query_handler), (flx_decode_color),
12429         (gst_flxdec_chain):
12430         * gst/flx/gstflxdec.h:
12431         Set MALLOCDATA for the temp buffers so we don't leak.
12432         Some debug cleanups.
12433         Consume all data in the adapter before leaving the chain
12434         function. Fixes #330678.
12435
12436 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12437
12438         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12439         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12440          Handle 0 data size in otherwise valid frames.
12441          Handle numeric strings in 2.4.0 even when not in parentheses 
12442
12443 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12444
12445         * gst/matroska/matroska-demux.c:
12446         (gst_matroska_demux_subtitle_caps),
12447         (gst_matroska_demux_plugin_init):
12448         * gst/matroska/matroska-ids.h:
12449           Recognise SSA/ASS and USF subtitle formats and
12450           set proper caps when they are found.
12451
12452 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12453
12454         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12455         (gst_jpeg_dec_chain):
12456           Fix invalid memory access for some odd-sized images
12457           (see image contained in quicktime stream in #327083);
12458           use g_malloc() instead of g_alloca().
12459
12460 2006-02-17  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12463         Patch from Sebastien Cote, fixes #319884
12464
12465 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12466
12467         * ext/cdio/gstcdio.c: (plugin_init):
12468           Init debug category (#331253).
12469
12470 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12471
12472         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12473           Pass extra_data to gst_riff_create_audio_caps(), so that
12474           WAVEFORMATEX stuff works. Post audio codec name and post
12475           it as taglist on the bus. Allow up to 8 channesl for raw
12476           PCM in the source pad template caps.
12477
12478 2006-02-16  Wim Taymans  <wim@fluendo.com>
12479
12480         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12481         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12482         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12483         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12484         (gst_multipart_set_property), (gst_multipart_get_property):
12485         Applied #318663. Gives quite a few false positives in
12486         autoscan mode, but it's better than nothing. Not closing yet.
12487
12488 2006-02-16  Wim Taymans  <wim@fluendo.com>
12489
12490         * docs/plugins/Makefile.am:
12491         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12492         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12493         * docs/plugins/gst-plugins-good-plugins.args:
12494         * docs/plugins/inspect/plugin-udp.xml:
12495         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12496         (gst_udpsrc_start):
12497         Update documentation.
12498         Fix args.
12499
12500 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12501
12502         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12503         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12504         frame size. (Fixes #331368)
12505
12506 2006-02-16  Wim Taymans  <wim@fluendo.com>
12507
12508         * gst/rtsp/README:
12509         Updated README.
12510
12511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12512         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12513         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12514         * gst/rtsp/gstrtspsrc.h:
12515         Make sure the RTP port is an even port an try to allocate 
12516         another if not.
12517         Added retry property to control max retries for port allocation.
12518         Make sure RTCP port is RTP port+1.
12519         Cleanup when port allocation fails.
12520         Fixes #319183.
12521         
12522 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12525           Don't ignore return value of the parent class's state
12526           change function (#331385, patch by: Wouter Paesen).
12527
12528 2006-02-15  Wim Taymans  <wim@fluendo.com>
12529
12530         * configure.ac:
12531         * docs/plugins/Makefile.am:
12532         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12533         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12534         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12535         * ext/Makefile.am:
12536         * ext/hal/Makefile.am:
12537         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12538         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12539         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12540         (do_toggle_element), (gst_hal_audio_sink_set_property),
12541         (gst_hal_audio_sink_get_property),
12542         (gst_hal_audio_sink_change_state):
12543         * ext/hal/gsthalaudiosink.h:
12544         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12545         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12546         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12547         (do_toggle_element), (gst_hal_audio_src_set_property),
12548         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12549         * ext/hal/gsthalaudiosrc.h:
12550         * ext/hal/gsthalelements.c: (plugin_init):
12551         * ext/hal/gsthalelements.h:
12552         * ext/hal/hal.c: (gst_hal_get_string),
12553         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12554         (gst_hal_get_audio_src):
12555         * ext/hal/hal.h:
12556         Add HAL sound device wrapper plugins. Closes #329106
12557
12558 2006-02-15  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12561         Add comment in a fultile attempt to stop the copy-and-paste 
12562         paradigm leading to duplication of bad code.
12563
12564         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12565         Mime parameters have to be checked case insensitive
12566
12567 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12568
12569         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12570           Advance stream time for lagging subtitle streams by sending
12571           newsegment events with the update flag set.
12572
12573 2006-02-14  Edward Hervey  <edward@fluendo.com>
12574
12575         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12576         There can be bogus data before the hdrl LIST tag in the RIFF header.
12577         It's hard to say if it's not respecting the AVI specifications or not,
12578         but since Google Video is producing AVIs like that and the other player
12579         don't seem to complain, I guess we should do the same.
12580
12581 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12582
12583         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12584         (parse_split_strings):
12585         Add more validation to ensure that a char encoding conversion
12586         produced a valid UTF-8 string.
12587
12588 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12589
12590         Reviewed by: Edward Hervey  <edward@fluendo.com>
12591
12592         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12593         Properly handle end of segment. Closes #330885.
12594
12595 2006-02-13  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst/rtp/gstrtpmp4gpay.h:
12598         For got to commit this one.
12599
12600 2006-02-12  Wim Taymans  <wim@fluendo.com>
12601
12602         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12603         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12604         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12605         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12606         * gst/rtp/gstrtpmp4gpay.h:
12607         Make more things work.
12608         Handle ACC config strings.
12609
12610 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12611
12612         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12613           set timestamps if no incoming timestamps set
12614
12615 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12616
12617         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12618         (gst_tag_demux_do_typefind):
12619           ... and fix the very same leaks in GstTagDemux.
12620
12621 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12622
12623         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12624         (gst_id3demux_do_typefind):
12625         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12626         <jonathan at kaolin dot wh9 dot net>)
12627
12628 2006-02-10  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12631         First set options, then set caps or else the baseclass
12632         will not know about the options, duh.
12633
12634 2006-02-10  Wim Taymans  <wim@fluendo.com>
12635
12636         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12637         (gst_rtp_mp4v_pay_setcaps):
12638         Don't waste time looking for a config string if we have codec_info
12639         on the incomming caps.
12640
12641 2006-02-10  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst/rtp/README:
12644         Say something about case-sensitivity of caps vs mime-attributes.
12645
12646         * gst/rtp/Makefile.am:
12647         * gst/rtp/gstrtp.c: (plugin_init):
12648         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12649         (gst_rtp_amr_pay_handle_buffer):
12650         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12651         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12652         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12653         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12654         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12655         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12656         (gst_rtp_mp4g_pay_plugin_init):
12657         * gst/rtp/gstrtpmp4gpay.h:
12658         Added beginnings of mpeg4-generic payloader (RFC 3640)
12659
12660 2006-02-09  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst/rtsp/Makefile.am:
12663         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12664         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12665         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12666         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12667         (gst_rtpdec_change_state):
12668         * gst/rtsp/gstrtpdec.h:
12669         * gst/rtsp/gstrtsp.c: (plugin_init):
12670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12671         * gst/rtsp/rtspconnection.c: (read_body),
12672         (rtsp_connection_receive):
12673         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12674         Resurected rtpdec to make rtspsrc happy again.
12675         Skip attributes from the session id.
12676         Don't crash when dumping a message with an empty body.
12677
12678
12679 2006-02-09  Wim Taymans  <wim@fluendo.com>
12680
12681         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12682         Added more meaningfull warnings when something goes wrong.
12683         Clear F bit on outgoing AMR packets.
12684
12685         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12686         (gst_rtp_amr_pay_handle_buffer):
12687         Added debugging category
12688         Support payloading of multiple AMR frames.
12689
12690         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12691         Added some debugging.
12692
12693 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12694
12695         * configure.ac:
12696           Back to CVS
12697
12698 === release 0.10.2 ===
12699
12700 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12701
12702         * configure.ac:
12703           releasing 0.10.2, "Papa was a rolling stone"
12704
12705 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12706
12707         * configure.ac:
12708           Bump core and plugins-base requirement to 0.10.2.2
12709           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12710
12711 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         * ext/flac/gstflac.c: (plugin_init):
12714         * ext/speex/gstspeex.c: (plugin_init):
12715           Register musicbrainz tags.
12716
12717 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         * ext/gconf/gconf.h:
12720           Remove declaration of function that no longer exists.
12721
12722 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12723
12724         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12725         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12726         Make shout2 work for non ogg streams
12727
12728 2006-02-06  Wim Taymans  <wim@fluendo.com>
12729
12730         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12731         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12732         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12733         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12734         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12735         * gst/udp/gstmultiudpsink.h:
12736         Updated docs.
12737         Added properties bytes-served, bytes_to_serve.
12738         Post proper error messages,
12739         Emit client added signal too.
12740
12741 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12742
12743         * docs/plugins/Makefile.am:
12744         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12745         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12746         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12747         (gst_multiudpsink_get_stats):
12748           adding docs for multiudpsink
12749
12750 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12751
12752         * gst/level/gstlevel.c: (gst_level_transform_ip):
12753           peak below decay is not necessarily an error, so don't ERROR log
12754
12755 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12756
12757         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12758         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12759         (gst_ebml_write_seek):
12760         * gst/matroska/ebml-write.h:
12761           Make sure we send a newsegment event in BYTES format
12762           before sending buffers (#328531).
12763
12764 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12765
12766         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12767         (gst_dvdemux_sink_query):
12768         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12769         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12770         (speex_dec_src_query):
12771         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12772         (gst_speexenc_sink_query):
12773         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12774         * gst/matroska/matroska-demux.c:
12775         (gst_matroska_demux_get_src_query_types),
12776         (gst_matroska_demux_handle_src_query):
12777         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12778         (gst_wavparse_pad_query):
12779           Pass unhandled queries upstream instead of just dropping
12780           them (#326446). Update query type arrays here and there.
12781
12782 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * tests/check/elements/matroskamux.c: (setup_src_pad):
12785           Collectpads in core got changed and now also holds a
12786           reference to any pad that is part of it. Fix refcount
12787           checks in test case accordingly.
12788
12789 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         * gst/apetag/gstapedemux.h:
12792           Fix include, for now GstTagDemux is in the apetag dir.
12793
12794 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * docs/plugins/Makefile.am:
12797         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12798         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12799         * docs/plugins/inspect/plugin-cdio.xml:
12800           Add cdio plugin to docs.
12801
12802         * ext/cdio/gstcdiocddasrc.c:
12803           Add gtk-doc blurb.
12804
12805         * ext/cdio/gstcdio.c:
12806           The plugin is called 'cdio' not 'cddio'.
12807
12808 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12809
12810         * configure.ac:
12811         * docs/plugins/Makefile.am:
12812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12814         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12815         * docs/plugins/inspect/plugin-apetag.xml:
12816         * gst/apetag/Makefile.am:
12817         * gst/apetag/gstapedemux.c:
12818         * gst/apetag/gstapedemux.h:
12819         * gst/apetag/gsttagdemux.c:
12820         * gst/apetag/gsttagdemux.h:
12821           Add APE tag demuxer (#325649).
12822
12823 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12824
12825         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12826         (gst_gconf_get_default_video_sink),
12827         (gst_gconf_get_default_audio_src),
12828         (gst_gconf_get_default_video_src):
12829         * ext/gconf/gconf.h:
12830         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12831         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12832         (do_toggle_element):
12833         * ext/gconf/gstgconfaudiosink.h:
12834         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12835         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12836         (do_toggle_element):
12837         * ext/gconf/gstgconfaudiosrc.h:
12838         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12839         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12840         (do_toggle_element):
12841         * ext/gconf/gstgconfvideosink.h:
12842         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12843         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12844         (do_toggle_element):
12845         * ext/gconf/gstgconfvideosrc.h:
12846           Ignore changing the GConf key to "". Ignore GConf key updates
12847           that don't actually change the string.
12848           For now, ignore the GConf key when the state is > READY, as
12849           it breaks streaming. Sometime it will be nice to bring the
12850           new sink online even mid-stream, by sending NEWSEGMENT info
12851           and possibly prerolling.
12852           (Fixes #326736)
12853
12854 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12855
12856         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12857         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12858         (zoomFilterSetResolution), (zoomFilterDestroy),
12859         (zoomFilterFastRGB), (pointFilter):
12860         * gst/goom/filters.h:
12861         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12862         (goom_update), (goom_close):
12863         * gst/goom/goom_core.h:
12864         * gst/goom/goom_tools.h:
12865         * gst/goom/graphic.c:
12866         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12867         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12868         * gst/goom/gstgoom.h:
12869         * gst/goom/lines.c: (goom_lines):
12870         * gst/goom/lines.h:
12871           Make goom reentrant by moving all important static variables
12872           into instance structures.
12873           (Fixes #329181)
12874
12875 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12876
12877         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12878         (gst_avi_demux_all_source_pads_unlinked),
12879         (gst_avi_demux_process_next_entry):
12880         * gst/avi/gstavidemux.h:
12881           Third attempt, use gst_pad_is_linked() this time.
12882
12883 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12884
12885         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12886         (parse_split_strings):
12887         Adjust for data length indicators when parsing (Fixes #329810)
12888         Fix stupid bug parsing UTF-8 tag text.
12889         Output tag strings with multiple fields as multiple tags, so the
12890         app gets all the data.
12891
12892 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12893
12894         * ext/flac/gstflacenc.c:
12895         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12896         show me.
12897         
12898 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12899
12900         * ext/flac/gstflacenc.c:
12901         * gst/matroska/ebml-read.c:
12902         Just make it compile with --disable-gst-debug.
12903
12904 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12905
12906         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12907         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12908         (id3v2_genre_fields_to_taglist):
12909           Never output a tag with a null contents string.
12910
12911 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12914           Only pause if all pads are unlinked AND we've tried to send data
12915           on all of them at least once.
12916
12917 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12918
12919         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12920         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12921           Make loop function/task pause itself when all source pads are
12922           unlinked.
12923
12924 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12925
12926         * configure.ac:
12927         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12928           Use new functions from core to render a bin from a
12929           string. Fixes build. Up requirements to core CVS.
12930
12931 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12932
12933         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12934           Don't push buffers into the adapter that we are going to
12935           push downstream again without framing anyway. Also, the
12936           adaptor takes ownership of buffers put into it (fixes
12937           auparse pushing invalid buffers for .au files with
12938           ADPCM contents). Finally, set caps on all outgoing buffers.
12939
12940 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12941
12942         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12943         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12944         (gst_id3demux_send_tag_event):
12945         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12946         Someone should kick my butt. Remove ID3v1 tags from the end of the
12947         file.
12948
12949         Improve error messages. Send the TAG message as soon as we complete
12950         typefinding, instead of waiting until we send the first buffer.
12951         Downstream tag event is still sent before the first buffer.
12952
12953 2006-01-27  Jan Gerber  <j@bootlab.org>
12954
12955         Reviewed by: Andy Wingo <wingo@pobox.com>
12956
12957         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12958         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12959         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12960         to not have warings flooding stderr. this is the suggested way
12961         also used in dvgrab and kino. (#328336)
12962
12963 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12964
12965         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12966         (gst_oss_sink_init), (gst_oss_sink_finalise):
12967           Free the device name string when finalised.
12968
12969 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12970
12971         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12972           Don't put function calls in g_return_if_fail() statements,
12973           or they'll be replaced with NOOPs if someone compiles with
12974           G_DISABLE_CHECKS defined.
12975           
12976 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12977
12978         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12979         Never trust ANY information encoded in a media file, especially
12980         when it's giving you sizes. (Fixes #328452)
12981
12982 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12983
12984         * gst/rtp/gstrtpg711pay.c:
12985         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12986         bug #325148.
12987
12988 2006-01-23  Edward Hervey  <edward@fluendo.com>
12989
12990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12991         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12992         * gst/matroska/matroska-ids.h:
12993         Added recognition of Real Audio and Video streams in matroska demuxer.
12994
12995 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12996
12997         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12998           Remove errant break statement, and fix compilation with
12999           older GCC.
13000
13001 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13002
13003         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13004
13005         * sys/sunaudio/gstsunaudiomixerctrl.c:
13006         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13007           Export functions that are needed in other parts of the code,
13008           makes the mixer actually work; adjust magic minimum buffer-time
13009           value from 3ms to 5ms to work around stuttering during mp3
13010           playback (#327765).
13011
13012 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13013
13014         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13017         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13018           Fix possible deadlock in matroska muxer (#327825).
13019
13020 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13021
13022         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13023         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13024         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13025         * gst/rtsp/sdpmessage.h:
13026         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13027         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13028           C89 fixes: declare variables at the beginning of a block and
13029           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13030           <jensgr at gmx dot net>).
13031
13032 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13033
13034         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13035         * gst/id3demux/id3tags.h:
13036         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13037         (parse_comment_frame), (parse_text_identification_frame),
13038         (id3v2_tag_to_taglist), (id3v2_are_digits),
13039         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13040         (parse_split_strings), (free_tag_strings):
13041           Rewrite parsing of text tags to handle multiple NULL terminated
13042           strings. Parse numeric genre strings and ID3v2 type
13043           "(3)(6)Alternative" style genre strings.
13044           Parse dates that are only YYYY or YYYY-mm format.
13045           (Fixes #328241 and #322154)
13046
13047 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13048
13049         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13050           Don't forget to initialize liboil, otherwise our oil functions
13051           will crash (fixes #327871; patch by: Christoph Burghardt
13052           <hawkes at web dot de>).
13053
13054 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13055
13056         * configure.ac:
13057           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13058           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13059           patch by: Brian Cameron <brian dot cameron at sun dot com>
13060
13061 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13062
13063         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13064         * ext/cdio/gstcdio.h:
13065         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13066           Fix build for libcdio versions >= 76; give slightly lower rank
13067           than cdparanoia.
13068
13069 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13070
13071         * configure.ac:
13072         * ext/Makefile.am:
13073         * ext/cdio/Makefile.am:
13074         * ext/cdio/gstcdio.c:
13075         * ext/cdio/gstcdio.h:
13076         * ext/cdio/gstcdiocddasrc.c:
13077         * ext/cdio/gstcdiocddasrc.h:
13078           Port libcdio cdda source, formerly known as cddasrc, now known as
13079           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13080           but that's not tested (fixes #317658).
13081
13082 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13083
13084         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13085           Fix conversion from TIME to BYTES format (fixes #326864;
13086           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13087
13088 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13089
13090         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13091           Fix compilation of id3demux when zlib is not present.
13092           (Fixes #326602; patch by: Sergey Scobich)
13093
13094 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13095
13096         * ext/esd/Makefile.am:
13097           Add $(ESD_CFLAGS), otherwise build will fail for folks
13098           with libesd in a non-standard prefix (#327009).
13099
13100 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13101
13102         * configure.ac:
13103           back to HEAD
13104
13105 === release 0.10.1 ===
13106
13107 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13108
13109         * configure.ac:
13110           releasing 0.10.1, "Li"
13111
13112 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13113
13114           patch by: Wim Taymans
13115
13116         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13117           fix memleak.  Fixes #326618
13118
13119 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13120
13121           patch by: Mike Smith
13122
13123         * gst/level/gstlevel.c: (gst_level_message_new),
13124         (gst_level_message_append_channel):
13125           Fix memleak.  Fixes #326612
13126
13127 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13128
13129         * configure.ac:
13130           prereleasing
13131         * po/af.po:
13132         * po/az.po:
13133         * po/cs.po:
13134         * po/en_GB.po:
13135         * po/hu.po:
13136         * po/it.po:
13137         * po/nb.po:
13138         * po/nl.po:
13139         * po/or.po:
13140         * po/sq.po:
13141         * po/sr.po:
13142         * po/sv.po:
13143         * po/uk.po:
13144         * po/vi.po:
13145           update translations
13146
13147 2006-01-10  Michael Smith  <msmith@fluendo.com>
13148
13149         * gst/level/gstlevel.c: (gst_level_class_init),
13150         (gst_level_dispose):
13151           Don't leak filter arrays.
13152
13153 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13154
13155         reviewed by: Christian Schaller <uraeus@gnome.org>
13156         
13157         * configure.ac:
13158         * gst-plugins-good.spec.in:
13159         * sys/Makefile.am:
13160         * sys/sunaudio/Makefile.am:
13161         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13162         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13163         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13164         (gst_sunaudiomixer_change_state):
13165         * sys/sunaudio/gstsunaudiomixer.h:
13166         * sys/sunaudio/gstsunaudiomixerctrl.c:
13167         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13168         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13169         (gst_sunaudiomixer_ctrl_list_tracks),
13170         (gst_sunaudiomixer_ctrl_get_volume),
13171         (gst_sunaudiomixer_ctrl_set_volume),
13172         (gst_sunaudiomixer_ctrl_set_mute),
13173         (gst_sunaudiomixer_ctrl_set_record):
13174         * sys/sunaudio/gstsunaudiomixerctrl.h:
13175         * sys/sunaudio/gstsunaudiomixertrack.c:
13176         (gst_sunaudiomixer_track_class_init),
13177         (gst_sunaudiomixer_track_init), (fill_labels),
13178         (gst_sunaudiomixer_track_new):
13179         * sys/sunaudio/gstsunaudiomixertrack.h:
13180         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13181         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13182         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13183         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13184         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13185         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13186         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13187         * sys/sunaudio/gstsunaudiosink.h:
13188
13189         Add SunAudio plugin - tested to make sure it doesn't break
13190         the build under GNU/Linux.      
13191
13192 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13193
13194         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13195         * gst-plugins-good/gst/udp/gstudpsrc.c:
13196         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13197         overrides the port or multicast parameters. Fixes bugs #323021.
13198         API addition: adds GstUDPSrc::sockfd property   
13199
13200 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         * ext/gconf/Makefile.am:
13203         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13204         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13205         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13206         (do_toggle_element), (cb_toggle_element),
13207         (gst_gconf_audio_src_change_state):
13208         * ext/gconf/gstgconfaudiosrc.h:
13209         * ext/gconf/gstgconfelements.c: (plugin_init):
13210         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13211         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13212         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13213         (do_toggle_element), (cb_toggle_element),
13214         (gst_gconf_video_src_change_state):
13215         * ext/gconf/gstgconfvideosrc.h:
13216           Add new gconfaudiosrc and gconfvideosrc elements
13217           (needed for gnome-sound-recorder).
13218
13219 2006-01-06  Edward Hervey  <edward@fluendo.com>
13220
13221         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13222         Add gst_element_no_more_pads() for proper decodebin behaviour.
13223         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13224         (parse_text_identification_frame), (parse_split_strings):
13225         Failure to decode some tags is not a GST_ERROR() but a
13226         GST_WARNING()
13227         When iterating over a chunk of text, check that we haven't gone too
13228         far.
13229
13230 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13231
13232         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13233         (plugin_init):
13234           call oil_init() when using liboil
13235
13236 2006-01-04  Wim Taymans  <wim@fluendo.com>
13237
13238         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13239         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13240         Fix leaks.
13241
13242 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13243
13244         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13245
13246         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13247         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13248         (gst_flac_dec_change_state):
13249           Don't g_assert() where we should just return FALSE; remove
13250           unnecessary g_assert(); initialize some fields properly in
13251           state change function (fixes #325504). Also, use
13252           GST_DEBUG_OBJECT in two more places.
13253
13254 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13255
13256         * configure.ac:
13257           also remove smoothwave's Makefile.am
13258         * docs/plugins/Makefile.am:
13259           fix plugin docs
13260
13261 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13262
13263         * tests/examples/Makefile.am:
13264           added missing Makefile.am
13265
13266 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13267
13268         * configure.ac:
13269         * gst/level/Makefile.am:
13270         * gst/level/level-example.c:
13271         * tests/Makefile.am:
13272         * tests/examples/level/Makefile.am:
13273         * tests/examples/level/level-example.c: (message_handler), (main):
13274           moved level-example to tests/examples/level-example
13275         * tests/old/examples/level/demo.c: (main):
13276         * tests/old/examples/level/plot.c: (main):
13277           some initial fixes
13278
13279 2005-12-29  Michael Smith  <msmith@fluendo.com>
13280
13281         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13282         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13283         * gst/udp/gstmultiudpsink.h:
13284           Track packets sent per client in addition to bytes sent; provide
13285           this info through get-stats signal
13286
13287 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13288
13289         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13290           Can't use gst_object_unref() on a GstAdapter (#325191).
13291
13292 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13293
13294         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13295         If a broken tag has 0 bytes payload, at least still skip
13296         the 10 byte header
13297
13298 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13299
13300         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13301         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13302         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13303         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13304           Making these depayloaders (H263+ and mpeg4 video) inherit from
13305           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13306
13307 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13308
13309         * docs/plugins/gst-plugins-good-plugins.args:
13310         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13311         Regenerate the plugin hiearchy.
13312
13313 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13314
13315         * docs/plugins/Makefile.am:
13316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13317         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13318         * docs/plugins/gst-plugins-good-plugins.args:
13319         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13320         (gst_id3demux_base_init), (gst_id3demux_class_init),
13321         (gst_id3demux_chain):
13322         * gst/id3demux/gstid3demux.h:
13323           Add documentation for id3demux.
13324           Don't fail if the first buffer is not at offset 0, just
13325           attempt to typefind and do pass through
13326           Rename the gst_type function from gst_gst_id3demux..
13327
13328 2005-12-20  Michael Smith  <msmith@fluendo.com>
13329
13330         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13331         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13332         (gst_multiudpsink_get_stats):
13333         * gst/udp/gstmultiudpsink.h:
13334           Collect statistics; return them from get_stats.
13335
13336 2005-12-19  Edward Hervey  <edward@fluendo.com>
13337
13338         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13339         Stupid signedness issue...
13340
13341 2005-12-19  Edward Hervey  <edward@fluendo.com>
13342
13343         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13344         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13345         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13346         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13347         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13348         Construct index for indexless files.
13349         Make sure pad/buffers are correctly reset to NULL once we don't need
13350         them anymore, else we get lovely segfaults/assertions.
13351         * gst/wavparse/gstwavparse.c:
13352         Yes, you can have 96KHz audio and wma in wav :(
13353
13354 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13355
13356         * configure.ac:
13357           Check for optional dependency on zlib for id3demux
13358
13359         * gst/id3demux/Makefile.am:
13360         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13361         (gst_id3demux_base_init), (gst_id3demux_class_init),
13362         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13363         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13364         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13365         (gst_id3demux_set_property), (gst_id3demux_get_property),
13366         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13367         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13368         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13369         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13370         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13371         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13372         (simple_find_peek), (simple_find_suggest),
13373         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13374         (plugin_init):
13375         * gst/id3demux/gstid3demux.h:
13376         * gst/id3demux/id3tags.c: (read_synch_uint),
13377         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13378         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13379         (id3demux_id3v2_frames_to_tag_list):
13380         * gst/id3demux/id3tags.h:
13381         * gst/id3demux/id3v2.4.0-frames.txt:
13382         * gst/id3demux/id3v2.4.0-structure.txt:
13383         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13384         (parse_comment_frame), (parse_text_identification_frame),
13385         (id3v2_tag_to_taglist), (parse_split_strings):
13386           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13387           otherwise it discards them. Works on my test files. 
13388
13389         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13390           Don't send EOS to a non-existing srcpad
13391           The debug category can be static
13392
13393 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13394
13395         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13396         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13397         * gst/multipart/multipartdemux.c:
13398           change some char* into char[]
13399
13400 2005-12-16  Wim Taymans  <wim@fluendo.com>
13401
13402         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13403         (gst_wavparse_other), (gst_wavparse_perform_seek),
13404         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13405         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13406         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13407         * gst/wavparse/gstwavparse.h:
13408         Use GstSegment to implement more seeking features.
13409
13410 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * gst/rtsp/rtspconnection.c:
13413           Add <netinet/in.h> include and move <arpa/inet.h> include
13414           to make things work on OpenBSD as well (fixes #323717;
13415           patch by: Benjamin Pineau)
13416
13417 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13418
13419         * gst/rtp/gstrtpspeexdepay.c:
13420         * gst/rtp/gstrtpspeexpay.c:
13421         Set clock rate to be fixed in 8000. It fixes bug #324012.
13422
13423 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13424
13425         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13426         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13427         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13428         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13429         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13430         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13431         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13432         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13433         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13434         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13435         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13436         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13437         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13438         * gst-plugins-good/gst/rtp/README:
13439         Fixed payload range in payloder caps. Removed payload range completely
13440         from depayloaders as they don't require payload type in their caps.
13441         In effect, there isn't any specific payload type for any given codec,
13442         only suggestions.
13443         Fixes bug #324011.
13444
13445 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13446
13447         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13448         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13449         (gst_videomixer_collected): Code cleanup and re-enabling 
13450         queued time validity check for correct EOS handling.
13451
13452 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13453
13454         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13455         (gst_oss_mixer_element_get_property),
13456         (gst_oss_mixer_element_change_state):
13457         Add 'device-name' property and fix state change function.
13458
13459 2005-12-13  Edward Hervey  <edward@fluendo.com>
13460
13461         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13462         If the speed of the file is null in the header, set the frame_time to
13463         the default setting of GST_SECOND / 70. Which is the default
13464         frame_delay for .fli files as stated in this document :
13465         http://www.compuphase.com/flic.htm
13466         Would be nice to have the time conversion done properly too (duration =
13467         flxh->frames * flxdec->frame_time)
13468
13469 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13470
13471         * docs/plugins/Makefile.am:
13472         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13473         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13474         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13475         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13476         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13477         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13478         documentation for videomixer on my way with a funny sample
13479         pipeline.
13480
13481 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13482
13483         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13484         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13485         (gst_videomixer_update_queues), (gst_videomixer_collected):
13486         Fix caps negotiation. (#323896)
13487
13488 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13489
13490         * gst/matroska/matroska-demux.c:
13491         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13492           Set correct timestamps on audio laces, fixes playback of mp3 from
13493                 matroska.
13494
13495 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13496
13497         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13498         (gst_au_parse_class_init), (gst_au_parse_init),
13499         (gst_au_parse_dispose), (gst_au_parse_chain),
13500         (gst_au_parse_change_state), (plugin_init):
13501         * gst/auparse/gstauparse.h:
13502           Use gst_object_unref() for GstObjects instead of
13503           g_object_unref() and fix a mem leak in a debug
13504           statement; while we're at it, also borgify, use
13505           boilerplate macros and clean up a little bit.
13506
13507 2005-12-11  Edward Hervey  <edward@fluendo.com>
13508
13509         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13510         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13511         Added pull mode.
13512
13513 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13514
13515         * gst/goom/gstgoom.c:
13516         * gst/level/level-example.c: (main):
13517         * gst/smoothwave/demo-osssrc.c: (main):
13518           Use audiotestsrc instead of sinesrc (#323798).
13519
13520 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13521
13522         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13523           more debug-func-ptr usage
13524
13525 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13526
13527         * gst/flx/flx_color.c: (flx_colorspace_convert):
13528         * gst/flx/flx_color.h:
13529         * gst/flx/flx_fmt.h:
13530         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13531         * gst/flx/gstflxdec.h:
13532           Now flxdec works on big-endian machines as well.
13533
13534 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13535
13536         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13537         (gst_fenced_buffer_copy):
13538           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13539           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13540           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13541           and use GST_DEBUG_FUNCPTR for pad functions.
13542
13543 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13546         (gst_flac_dec_class_init), (gst_flac_dec_init),
13547         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13548         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13549         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13550         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13551         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13552         (gst_flac_dec_change_state):
13553         * ext/flac/gstflacdec.h:
13554           Rewrite flacdec a bit, so that even seeking might work now. Most
13555           importantly, don't act upon any flow return values we get, just tell
13556           the decoder everything's dandy and act on the flow return values
13557           later on in the loop function. We don't want to mess up the internal
13558           decoder state for non-fatal things like flushing pads etc. Other
13559           than that, use GstSegment (segment seeks don't work yet though, but
13560           should be easy to add), use boilerplate macros, drop the superfluous
13561           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13562           lots of other things.
13563
13564 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13565
13566         * configure.ac:
13567           Update comment in OSS includes check.
13568
13569         * sys/oss/gstossdmabuffer.c:
13570         * sys/oss/gstosshelper.c:
13571         * sys/oss/gstossmixer.c:
13572         * sys/oss/gstossmixertrack.c:
13573         * sys/oss/gstosssink.c:
13574         * sys/oss/gstosssrc.c:
13575         * sys/oss/oss_probe.c:
13576           Don't assume the OSS soundcard.h include is always in
13577           the sys/ directory. Instead, use the existing defines
13578           from config.h to include the right file. Fixes
13579           compilation on OpenBSD 3.8 (#323718).
13580
13581 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13582
13583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13584         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13585         * docs/plugins/inspect/plugin-1394.xml:
13586         * docs/plugins/inspect/plugin-aasink.xml:
13587         * docs/plugins/inspect/plugin-alaw.xml:
13588         * docs/plugins/inspect/plugin-alpha.xml:
13589         * docs/plugins/inspect/plugin-alphacolor.xml:
13590         * docs/plugins/inspect/plugin-auparse.xml:
13591         * docs/plugins/inspect/plugin-autodetect.xml:
13592         * docs/plugins/inspect/plugin-avi.xml:
13593         * docs/plugins/inspect/plugin-cacasink.xml:
13594         * docs/plugins/inspect/plugin-cairo.xml:
13595         * docs/plugins/inspect/plugin-cutter.xml:
13596         * docs/plugins/inspect/plugin-debug.xml:
13597         * docs/plugins/inspect/plugin-dv.xml:
13598         * docs/plugins/inspect/plugin-efence.xml:
13599         * docs/plugins/inspect/plugin-effectv.xml:
13600         * docs/plugins/inspect/plugin-esdsink.xml:
13601         * docs/plugins/inspect/plugin-flac.xml:
13602         * docs/plugins/inspect/plugin-flxdec.xml:
13603         * docs/plugins/inspect/plugin-gconfelements.xml:
13604         * docs/plugins/inspect/plugin-goom.xml:
13605         * docs/plugins/inspect/plugin-jpeg.xml:
13606         * docs/plugins/inspect/plugin-level.xml:
13607         * docs/plugins/inspect/plugin-matroska.xml:
13608         * docs/plugins/inspect/plugin-mulaw.xml:
13609         * docs/plugins/inspect/plugin-multipart.xml:
13610         * docs/plugins/inspect/plugin-navigationtest.xml:
13611         * docs/plugins/inspect/plugin-ossaudio.xml:
13612         * docs/plugins/inspect/plugin-png.xml:
13613         * docs/plugins/inspect/plugin-rtp.xml:
13614         * docs/plugins/inspect/plugin-rtsp.xml:
13615         * docs/plugins/inspect/plugin-shout2send.xml:
13616         * docs/plugins/inspect/plugin-smpte.xml:
13617         * docs/plugins/inspect/plugin-speex.xml:
13618         * docs/plugins/inspect/plugin-udp.xml:
13619         * docs/plugins/inspect/plugin-videobox.xml:
13620         * docs/plugins/inspect/plugin-videoflip.xml:
13621         * docs/plugins/inspect/plugin-videomixer.xml:
13622         * docs/plugins/inspect/plugin-wavenc.xml:
13623         * docs/plugins/inspect/plugin-wavparse.xml:
13624         * ext/flac/gstflac.c: (plugin_init):
13625         * ext/flac/gstflacdec.c: (flacdec_get_type),
13626         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13627         (gst_flac_dec_init), (gst_flac_dec_finalize),
13628         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13629         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13630         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13631         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13632         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13633         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13634         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13635         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13636         * ext/flac/gstflacdec.h:
13637         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13638         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13639         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13640         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13641         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13642         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13643         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13644         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13645         (gst_flac_enc_change_state):
13646         * ext/flac/gstflacenc.h:
13647           borgify and fix up documentation
13648
13649 2005-12-09  Michael Smith  <msmith@fluendo.com>
13650
13651         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13652           Accept a wider range of flac files, more closely matching flac spec.
13653
13654 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13655
13656         * docs/plugins/Makefile.am: Add multipart elements.
13657         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13658         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13659         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13660         * gst/multipart/multipartdemux.c:
13661         * gst/multipart/multipartmux.c: Add docs.
13662
13663 2005-12-07  Edward Hervey  <edward@fluendo.com>
13664
13665         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13666         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13667         (gst_avi_demux_invert):
13668         Memleak and crasher fixes.
13669         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13670         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13671         Memleak fixes
13672
13673 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13674
13675         * ext/aalib/gstaasink.h:
13676         * ext/cairo/gsttextoverlay.h:
13677         * ext/dv/gstdvdec.h:
13678         * ext/dv/gstdvdemux.c:
13679         * ext/dv/gstdvdemux.h:
13680         * ext/esd/esdsink.h:
13681         * ext/flac/flac_compat.h:
13682         * ext/flac/gstflacdec.h:
13683         * ext/flac/gstflacenc.h:
13684         * ext/gconf/gconf.h:
13685         * ext/gconf/gstgconfaudiosink.h:
13686         * ext/gconf/gstgconfvideosink.h:
13687         * ext/gdk_pixbuf/gstgdkanimation.h:
13688         * ext/jpeg/gstjpegdec.h:
13689         * ext/jpeg/smokecodec.h:
13690         * ext/jpeg/smokeformat.h:
13691         * ext/ladspa/gstsignalprocessor.h:
13692         * ext/ladspa/search.c: (LADSPAPluginSearch):
13693         * ext/ladspa/utils.h:
13694         * ext/libmng/gstmng.c:
13695         * ext/libmng/gstmngdec.h:
13696         * ext/libmng/gstmngenc.c:
13697         * ext/libmng/gstmngenc.h:
13698         * ext/libpng/gstpng.c:
13699         * ext/libpng/gstpngenc.c:
13700         * ext/libpng/gstpngenc.h:
13701         * ext/shout2/gstshout2.h:
13702         * ext/speex/gstspeexdec.h:
13703         * ext/speex/gstspeexenc.c:
13704         * ext/speex/gstspeexenc.h:
13705         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13706         * gst/autodetect/gstautoaudiosink.h:
13707         * gst/autodetect/gstautovideosink.h:
13708         * gst/avi/gstavidemux.h:
13709         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13710         (gst_cutter_set_property), (gst_cutter_get_caps):
13711         * gst/cutter/gstcutter.h:
13712         * gst/debug/tests.c: (md5_process_block):
13713         * gst/debug/tests.h:
13714         * gst/effectv/gstwarp.c:
13715         * gst/flx/flx_fmt.h:
13716         * gst/flx/gstflxdec.h:
13717         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13718         (zoomFilterFastRGB):
13719         * gst/goom/filters.h:
13720         * gst/goom/goom_tools.h:
13721         * gst/law/alaw-encode.c:
13722         * gst/level/gstlevel.c:
13723         * gst/level/gstlevel.h:
13724         * gst/matroska/ebml-write.h:
13725         * gst/matroska/matroska-demux.h:
13726         * gst/matroska/matroska-ids.h:
13727         * gst/matroska/matroska-mux.h:
13728         * gst/monoscope/convolve.c: (convolve_match):
13729         * gst/monoscope/convolve.h:
13730         * gst/multipart/multipartmux.c:
13731         * gst/oldcore/gstaggregator.c:
13732         * gst/oldcore/gstaggregator.h:
13733         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13734         * gst/oldcore/gstmd5sink.h:
13735         * gst/oldcore/gstmultifilesrc.c:
13736         * gst/oldcore/gstmultifilesrc.h:
13737         * gst/oldcore/gstpipefilter.h:
13738         * gst/oldcore/gstshaper.h:
13739         * gst/rtp/gstrtpL16depay.h:
13740         * gst/rtp/gstrtpL16pay.h:
13741         * gst/rtp/gstrtpdepay.h:
13742         * gst/rtp/gstrtpmp4vpay.c:
13743         * gst/rtp/gstrtpmp4vpay.h:
13744         * gst/rtsp/gstrtspsrc.c:
13745         * gst/rtsp/gstrtspsrc.h:
13746         * gst/rtsp/rtspconnection.h:
13747         * gst/rtsp/rtspdefs.h:
13748         * gst/rtsp/rtspmessage.h:
13749         * gst/rtsp/rtsptransport.h:
13750         * gst/rtsp/rtspurl.c:
13751         * gst/rtsp/rtspurl.h:
13752         * gst/rtsp/sdpmessage.c:
13753         * gst/rtsp/sdpmessage.h:
13754         * gst/smpte/barboxwipes.c:
13755         * gst/smpte/gstmask.h:
13756         * gst/smpte/gstsmpte.h:
13757         * gst/smpte/paint.c:
13758         * gst/smpte/paint.h:
13759         * gst/udp/gstdynudpsink.h:
13760         * gst/udp/gstmultiudpsink.h:
13761         * gst/udp/gstudpsink.c:
13762         * gst/udp/gstudpsink.h:
13763         * gst/udp/gstudpsrc.c:
13764         * gst/videomixer/videomixer.c:
13765         * gst/wavenc/riff.h:
13766         * gst/wavparse/gstwavparse.h:
13767         * sys/oss/gstossdmabuffer.h:
13768         * sys/oss/gstossmixer.h:
13769         * sys/oss/gstossmixerelement.h:
13770         * sys/oss/gstossmixertrack.h:
13771         * sys/oss/gstosssink.c:
13772         * sys/oss/gstosssink.h:
13773         * sys/oss/gstosssrc.c:
13774         * sys/oss/gstosssrc.h:
13775         * sys/osxaudio/gstosxaudioelement.h:
13776         * sys/osxaudio/gstosxaudiosink.h:
13777         * sys/osxaudio/gstosxaudiosrc.h:
13778           expand tabs
13779
13780 === release 0.10.0 ===
13781
13782 2005-12-05   <thomas (at) apestaart (dot) org>
13783
13784         * configure.ac:
13785           releasing 0.10.0, "Abondance"
13786
13787 2005-12-05  Andy Wingo  <wingo@pobox.com>
13788
13789         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13790         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13791         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13792         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13793         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13794         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13795         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13796         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13797         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13798         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13799         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13800         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13801         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13802         * gst/goom/gstgoom.c: (gst_goom_chain):
13803         * gst/matroska/matroska-demux.c:
13804         (gst_matroska_demux_push_vorbis_codec_priv_data),
13805         (gst_matroska_demux_add_wvpk_header):
13806         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13807         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13808         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13809         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13810         alloc_buffer changes.
13811
13812 2005-12-05  Michael Smith  <msmith@fluendo.com>
13813
13814         * docs/plugins/gst-plugins-good-plugins.args:
13815           Remove args for plugins that aren't in -good.
13816
13817 === release 0.9.7 ===
13818
13819 2005-12-01   <thomas (at) apestaart (dot) org>
13820
13821         * configure.ac:
13822           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13823
13824 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13825
13826         * docs/plugins/.cvsignore:
13827         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13828         * docs/plugins/inspect/plugin-multipart.xml:
13829         * docs/plugins/inspect/plugin-rtp.xml:
13830           add multipart plugin to docs
13831
13832 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13833
13834         * configure.ac:
13835         * ext/Makefile.am:
13836         * ext/pango/Makefile.am:
13837         * ext/pango/gstclockoverlay.c:
13838         * ext/pango/gstclockoverlay.h:
13839         * ext/pango/gsttextoverlay.c:
13840         * ext/pango/gsttextoverlay.h:
13841         * ext/pango/gsttextrender.c:
13842         * ext/pango/gsttextrender.h:
13843         * ext/pango/gsttimeoverlay.c:
13844         * ext/pango/gsttimeoverlay.h:
13845           move pango to base
13846
13847 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13848
13849         * gst/rtp/Makefile.am:
13850         * gst/rtp/gstrtpL16depay.c:
13851         * gst/rtp/gstrtpL16depay.h:
13852         * gst/rtp/gstrtpL16parse.c:
13853         * gst/rtp/gstrtpL16parse.h:
13854         * gst/rtp/gstrtpgsmdepay.c:
13855         * gst/rtp/gstrtpgsmdepay.h:
13856         * gst/rtp/gstrtpgsmparse.c:
13857         * gst/rtp/gstrtpgsmparse.h:
13858           parsers are depayers
13859
13860 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13861
13862         * gst/rtp/Makefile.am:
13863         * gst/rtp/gstasteriskh263.c:
13864         * gst/rtp/gstrtp.c:
13865         * gst/rtp/gstrtpL16enc.c:
13866         * gst/rtp/gstrtpL16enc.h:
13867         * gst/rtp/gstrtpL16parse.c:
13868         * gst/rtp/gstrtpL16parse.h:
13869         * gst/rtp/gstrtpL16pay.c:
13870         * gst/rtp/gstrtpL16pay.h:
13871         * gst/rtp/gstrtpamrdec.c:
13872         * gst/rtp/gstrtpamrdec.h:
13873         * gst/rtp/gstrtpamrdepay.c:
13874         * gst/rtp/gstrtpamrdepay.h:
13875         * gst/rtp/gstrtpamrenc.c:
13876         * gst/rtp/gstrtpamrenc.h:
13877         * gst/rtp/gstrtpamrpay.c:
13878         * gst/rtp/gstrtpamrpay.h:
13879         * gst/rtp/gstrtpdec.c:
13880         * gst/rtp/gstrtpdec.h:
13881         * gst/rtp/gstrtpdepay.c:
13882         * gst/rtp/gstrtpdepay.h:
13883         * gst/rtp/gstrtpg711dec.c:
13884         * gst/rtp/gstrtpg711dec.h:
13885         * gst/rtp/gstrtpg711depay.c:
13886         * gst/rtp/gstrtpg711depay.h:
13887         * gst/rtp/gstrtpg711enc.c:
13888         * gst/rtp/gstrtpg711enc.h:
13889         * gst/rtp/gstrtpg711pay.c:
13890         * gst/rtp/gstrtpg711pay.h:
13891         * gst/rtp/gstrtpgsmenc.c:
13892         * gst/rtp/gstrtpgsmenc.h:
13893         * gst/rtp/gstrtpgsmparse.c:
13894         * gst/rtp/gstrtpgsmparse.h:
13895         * gst/rtp/gstrtpgsmpay.c:
13896         * gst/rtp/gstrtpgsmpay.h:
13897         * gst/rtp/gstrtph263enc.c:
13898         * gst/rtp/gstrtph263enc.h:
13899         * gst/rtp/gstrtph263pay.c:
13900         * gst/rtp/gstrtph263pay.h:
13901         * gst/rtp/gstrtph263pdec.c:
13902         * gst/rtp/gstrtph263pdec.h:
13903         * gst/rtp/gstrtph263pdepay.c:
13904         * gst/rtp/gstrtph263pdepay.h:
13905         * gst/rtp/gstrtph263penc.c:
13906         * gst/rtp/gstrtph263penc.h:
13907         * gst/rtp/gstrtph263ppay.c:
13908         * gst/rtp/gstrtph263ppay.h:
13909         * gst/rtp/gstrtpmp4vdec.c:
13910         * gst/rtp/gstrtpmp4vdec.h:
13911         * gst/rtp/gstrtpmp4vdepay.c:
13912         * gst/rtp/gstrtpmp4vdepay.h:
13913         * gst/rtp/gstrtpmp4venc.c:
13914         * gst/rtp/gstrtpmp4venc.h:
13915         * gst/rtp/gstrtpmp4vpay.c:
13916         * gst/rtp/gstrtpmp4vpay.h:
13917         * gst/rtp/gstrtpmpadec.c:
13918         * gst/rtp/gstrtpmpadec.h:
13919         * gst/rtp/gstrtpmpadepay.c:
13920         * gst/rtp/gstrtpmpadepay.h:
13921         * gst/rtp/gstrtpmpaenc.c:
13922         * gst/rtp/gstrtpmpaenc.h:
13923         * gst/rtp/gstrtpmpapay.c:
13924         * gst/rtp/gstrtpmpapay.h:
13925         * gst/rtp/gstrtpspeexdec.c:
13926         * gst/rtp/gstrtpspeexdec.h:
13927         * gst/rtp/gstrtpspeexdepay.c:
13928         * gst/rtp/gstrtpspeexdepay.h:
13929         * gst/rtp/gstrtpspeexenc.c:
13930         * gst/rtp/gstrtpspeexenc.h:
13931         * gst/rtp/gstrtpspeexpay.c:
13932         * gst/rtp/gstrtpspeexpay.h:
13933           Do burger's rename for rtp payloaders and depayloaders
13934
13935 2005-11-30  Wim Taymans  <wim@fluendo.com>
13936
13937         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13938         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13939         * ext/dv/gstdvdemux.h:
13940         Fix seeking in dvdemux again, add some more debug info.
13941
13942 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13943
13944         * configure.ac:
13945           fix tests
13946
13947 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13948
13949         * PORTED_09:
13950         * docs/random/PORTED_09:
13951           move
13952         * tests/Makefile.am:
13953           add
13954         * win32/gst.sln:
13955           remove
13956
13957 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13958
13959         * Makefile.am:
13960         * check/.cvsignore:
13961         * check/Makefile.am:
13962         * check/elements/.cvsignore:
13963         * check/elements/level.c:
13964         * check/elements/matroskamux.c:
13965         * configure.ac:
13966         * examples/Makefile.am:
13967         * examples/capsfilter/Makefile.am:
13968         * examples/capsfilter/capsfilter1.c:
13969         * examples/gob/Makefile.am:
13970         * examples/gob/gst-identity2.gob:
13971         * examples/gstplay/.cvsignore:
13972         * examples/gstplay/Makefile.am:
13973         * examples/gstplay/player.c:
13974         * examples/indexing/.cvsignore:
13975         * examples/indexing/Makefile.am:
13976         * examples/indexing/indexmpeg.c:
13977         * examples/level/Makefile.am:
13978         * examples/level/README:
13979         * examples/level/demo.c:
13980         * examples/level/plot.c:
13981         * examples/stats/Makefile.am:
13982         * examples/stats/mp2ogg.c:
13983         * examples/switch/.cvsignore:
13984         * examples/switch/Makefile.am:
13985         * examples/switch/switcher.c:
13986           move under tests/
13987
13988 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13989
13990         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13991         (gst_text_render_class_init), (resize_bitmap),
13992         (gst_text_render_render_text), (gst_text_render_setcaps),
13993         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13994         (gst_text_render_chain), (gst_text_render_finalize),
13995         (gst_text_render_init), (gst_text_render_set_property):
13996         * ext/pango/gsttextrender.h:
13997           Add missing files.
13998
13999 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14000
14001         * configure.ac:
14002         * ext/Makefile.am:
14003         * ext/pango/Makefile.am:
14004         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14005         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14006         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14007         * ext/pango/gstclockoverlay.h:
14008         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14009         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14010         (gst_text_overlay_finalize), (gst_text_overlay_init),
14011         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14012         (gst_text_overlay_text_pad_linked),
14013         (gst_text_overlay_text_pad_unlinked),
14014         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14015         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14016         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14017         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14018         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14019         (gst_text_overlay_change_state), (plugin_init):
14020         * ext/pango/gsttextoverlay.h:
14021         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14022         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14023         (gst_time_overlay_class_init), (gst_time_overlay_init):
14024         * ext/pango/gsttimeoverlay.h:
14025           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14026           and add background shading and text wrapping modes. Make 
14027           timoverlay derive from textoverlay. Also add new clockoverlay
14028           element.
14029
14030 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14031
14032         * gst/udp/Makefile.am: Moved to netbuffer.
14033
14034 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14035
14036         * configure.ac:
14037         * PORTED_O9:
14038         * gst/multipart/Makefile.am:
14039         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14040         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14041         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14042         (gst_multipart_demux_change_state),
14043         (gst_multipart_demux_plugin_init):
14044         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14045         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14046         (gst_multipart_mux_sinkconnect),
14047         (gst_multipart_mux_request_new_pad),
14048         (gst_multipart_mux_handle_src_event),
14049         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14050         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14051         0.9.
14052
14053 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14054
14055         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14056         * gst/debug/gstnavigationtest.h:
14057         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14058         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14059         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14060         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14061         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14062         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14063         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14064         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14065         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14066         (gst_video_flip_get_type):
14067         * gst/videofilter/gstvideoflip.h:
14068           update for symbols change
14069
14070 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14071
14072         * gst/udp/gstdynudpsink.c:
14073         * gst/udp/gstudpsrc.c:
14074           the old gstnet lib was renamed gstnetbuffer (#322257)
14075
14076 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14077
14078         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14079         (gst_text_overlay_collected):
14080           Actually render the text from the text pad.
14081
14082 2005-11-29  Edward Hervey  <edward@fluendo.com>
14083
14084         * gst/debug/gstnavseek.c: (gst_navseek_event):
14085         * gst/debug/progressreport.c: (gst_progress_report_event):
14086         Update for GstBaseTransform event virtual method
14087
14088 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14089
14090         * ext/cairo/Makefile.am:
14091           no need to link to videofilter
14092
14093 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14094
14095         * gst/debug/Makefile.am:
14096         * gst/debug/gstnavigationtest.h:
14097         * gst/effectv/Makefile.am:
14098         * gst/effectv/gstaging.c:
14099         * gst/effectv/gstdice.c:
14100         * gst/effectv/gstedge.c:
14101         * gst/effectv/gstquark.c:
14102         * gst/effectv/gstrev.c:
14103         * gst/effectv/gstshagadelic.c:
14104         * gst/effectv/gstvertigo.c:
14105         * gst/effectv/gstwarp.c:
14106         * gst/videofilter/Makefile.am:
14107         * gst/videofilter/gstvideofilter.c:
14108         * gst/videofilter/gstvideofilter.h:
14109         * gst/videofilter/gstvideoflip.h:
14110           remove the videofilter library and link to the one in base
14111
14112 2005-11-28  Edward Hervey  <edward@fluendo.com>
14113
14114         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14115         Useless check now we're setting the current entry correctly.
14116
14117 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14120         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14121         (gst_jpegenc_change_state):
14122           Don't leak input buffer in chain function (fixes #322667); make 
14123           state change function thread-safe; don't repeat the current function
14124           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14125           gst_pad_alloc_buffer(); misc. minor cleanups.
14126
14127 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14128
14129         * gst/matroska/matroska-mux.c:
14130         (gst_matroska_mux_video_pad_setcaps):
14131         Look for pixel-aspect-ratio in caps, not pixel_width and
14132         pixel_height (Fixes: #322645)
14133
14134 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14135
14136         * gst/matroska/matroska-mux.c:
14137         (gst_matroska_mux_video_pad_setcaps):
14138         From Michal Benes:
14139         frame duration should be GST_SECOND / framerate, not
14140         GST_SECOND * framerate. (Fixes: #322643)
14141
14142 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14143
14144         * configure.ac:
14145           fix up GST_PLUGIN_LDFLAGS
14146         * gst/rtsp/rtspconnection.c:
14147           fix includes (see #317043)
14148         * gst/videofilter/Makefile.am:
14149           stop installing this library
14150
14151 2005-11-26  Edward Hervey  <edward@fluendo.com>
14152
14153         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14154         Handle the case where the incoming Video dv stream doesn't have
14155         a pixel aspect ratio set.
14156
14157 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14158
14159         * docs/plugins/Makefile.am:
14160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14161         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14162         * ext/flac/gstflacdec.c:
14163           document flacdec
14164
14165 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14166
14167         * docs/plugins/Makefile.am:
14168         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14169         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14170         * docs/plugins/inspect/plugin-autodetect.xml:
14171         * ext/cairo/gstcairo.c: (plugin_init):
14172         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14173         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14174         (gst_text_overlay_init), (gst_text_overlay_font_init),
14175         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14176         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14177         (gst_text_overlay_text_pad_linked),
14178         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14179         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14180         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14181         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14182         (gst_text_overlay_change_state):
14183         * ext/cairo/gsttextoverlay.h:
14184         * ext/cairo/gsttimeoverlay.c:
14185         (gst_cairo_time_overlay_update_font_height),
14186         (gst_cairo_time_overlay_set_caps),
14187         (gst_cairo_time_overlay_get_unit_size),
14188         (gst_cairo_time_overlay_print_smpte_time),
14189         (gst_cairo_time_overlay_transform),
14190         (gst_cairo_time_overlay_base_init),
14191         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14192         (gst_cairo_time_overlay_get_type):
14193         * ext/cairo/gsttimeoverlay.h:
14194           do some name borgifying
14195           document
14196
14197 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14198
14199         * docs/plugins/Makefile.am:
14200         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14201         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14202         * gst/autodetect/gstautoaudiosink.c:
14203         (gst_auto_audio_sink_base_init):
14204         * gst/autodetect/gstautovideosink.c:
14205         (gst_auto_video_sink_base_init),
14206         (gst_auto_video_sink_factory_filter):
14207           documenting auto*sink
14208           using strstr for the video sink lookup, class field is not ordered
14209         * docs/plugins/inspect/plugin-1394.xml:
14210         * docs/plugins/inspect/plugin-aasink.xml:
14211         * docs/plugins/inspect/plugin-alaw.xml:
14212         * docs/plugins/inspect/plugin-alpha.xml:
14213         * docs/plugins/inspect/plugin-alphacolor.xml:
14214         * docs/plugins/inspect/plugin-auparse.xml:
14215         * docs/plugins/inspect/plugin-autodetect.xml:
14216         * docs/plugins/inspect/plugin-avi.xml:
14217         * docs/plugins/inspect/plugin-cacasink.xml:
14218         * docs/plugins/inspect/plugin-cairo.xml:
14219         * docs/plugins/inspect/plugin-cutter.xml:
14220         * docs/plugins/inspect/plugin-debug.xml:
14221         * docs/plugins/inspect/plugin-dv.xml:
14222         * docs/plugins/inspect/plugin-efence.xml:
14223         * docs/plugins/inspect/plugin-effectv.xml:
14224         * docs/plugins/inspect/plugin-esdsink.xml:
14225         * docs/plugins/inspect/plugin-flac.xml:
14226         * docs/plugins/inspect/plugin-flxdec.xml:
14227         * docs/plugins/inspect/plugin-gconfelements.xml:
14228         * docs/plugins/inspect/plugin-goom.xml:
14229         * docs/plugins/inspect/plugin-jpeg.xml:
14230         * docs/plugins/inspect/plugin-level.xml:
14231         * docs/plugins/inspect/plugin-matroska.xml:
14232         * docs/plugins/inspect/plugin-mulaw.xml:
14233         * docs/plugins/inspect/plugin-navigationtest.xml:
14234         * docs/plugins/inspect/plugin-ossaudio.xml:
14235         * docs/plugins/inspect/plugin-png.xml:
14236         * docs/plugins/inspect/plugin-rtp.xml:
14237         * docs/plugins/inspect/plugin-rtsp.xml:
14238         * docs/plugins/inspect/plugin-shout2send.xml:
14239         * docs/plugins/inspect/plugin-smpte.xml:
14240         * docs/plugins/inspect/plugin-speex.xml:
14241         * docs/plugins/inspect/plugin-udp.xml:
14242         * docs/plugins/inspect/plugin-videobox.xml:
14243         * docs/plugins/inspect/plugin-videoflip.xml:
14244         * docs/plugins/inspect/plugin-videomixer.xml:
14245         * docs/plugins/inspect/plugin-wavenc.xml:
14246         * docs/plugins/inspect/plugin-wavparse.xml:
14247           update for HEAD version
14248
14249 2005-11-25  Michael Smith  <msmith@fluendo.com>
14250
14251         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14252           Patch from Sebastien Cote to close control sockets in udpsrc.
14253
14254 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14255
14256         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14257         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14258         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14259         (gst_quarktv_base_init), (gst_quarktv_class_init),
14260         (gst_quarktv_init): Flush the planes list on reverse caps
14261         negotiation. This was crashing because of differently sized
14262         buffers.
14263
14264 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14265
14266         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14267         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14268         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14269         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14270         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14271         (gst_videoflip_set_property), (gst_videoflip_base_init),
14272         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14273         correctly, fix identity flipping, convert navigation event 
14274         correctly again.
14275
14276 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14277
14278         * configure.ac: back to HEAD
14279
14280 === release 0.9.6 ===
14281
14282 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14283
14284         * configure.ac:
14285           releasing 0.9.6, "Everything's Not Lost"
14286
14287 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14288
14289         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14290         Oops, initialise the framerate GValue
14291
14292 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14293
14294         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14295         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14296         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14297         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14298         (gst_timeoverlay_get_type):
14299         * ext/cairo/gsttimeoverlay.h:
14300         * gst/debug/Makefile.am:
14301         * gst/debug/gstnavigationtest.c:
14302         (gst_navigationtest_handle_src_event),
14303         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14304         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14305         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14306         (gst_navigationtest_init), (gst_navigationtest_get_type),
14307         (plugin_init):
14308         * gst/debug/gstnavigationtest.h:
14309         * gst/effectv/Makefile.am:
14310         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14311         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14312         (gst_agingtv_base_init), (gst_agingtv_class_init),
14313         (gst_agingtv_init), (gst_agingtv_get_type):
14314         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14315         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14316         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14317         (gst_dicetv_get_type):
14318         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14319         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14320         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14321         (gst_edgetv_get_type):
14322         * gst/effectv/gsteffectv.c:
14323         * gst/effectv/gsteffectv.h:
14324         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14325         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14326         (gst_quarktv_change_state), (gst_quarktv_base_init),
14327         (gst_quarktv_class_init), (gst_quarktv_init),
14328         (gst_quarktv_get_type):
14329         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14330         (gst_revtv_get_unit_size), (gst_revtv_transform),
14331         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14332         (gst_revtv_get_type):
14333         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14334         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14335         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14336         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14337         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14338         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14339         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14340         (gst_vertigotv_init), (gst_vertigotv_get_type):
14341         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14342         (gst_warptv_get_unit_size), (gst_warptv_transform),
14343         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14344         (gst_warptv_get_type):
14345         * gst/videofilter/Makefile.am:
14346         * gst/videofilter/gstvideobalance.c:
14347         * gst/videofilter/gstvideobalance.h:
14348         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14349         (gst_videofilter_class_init), (gst_videofilter_init):
14350         * gst/videofilter/gstvideofilter.h:
14351         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14352         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14353         (gst_videoflip_flip), (gst_videoflip_transform),
14354         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14355         (gst_videoflip_base_init), (gst_videoflip_class_init),
14356         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14357         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14358         BaseTransform, it's just a place holder for now and every video
14359         effect plugin has been ported to use BaseTransform features 
14360         directly. QuarkTV was fixed too (was broken), navigationtest works
14361         and best for the end, videoflip converts navigation events depending
14362         on flip method ! Fixes #320953
14363
14364 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14365
14366         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14367         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14368         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14369         (gst_goom_src_negotiate), (gst_goom_chain):
14370         * gst/matroska/matroska-mux.c:
14371         (gst_matroska_mux_video_pad_setcaps):
14372         * sys/osxvideo/osxvideosink.m:
14373           Fixes for API changes
14374
14375 2005-11-23  Michael Smith <msmith@fluendo.com>
14376
14377         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14378         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14379         * ext/jpeg/gstjpegdec.h:
14380         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14381         * ext/jpeg/gstjpegenc.h:
14382         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14383         (gst_smokeenc_resync):
14384         * ext/jpeg/gstsmokeenc.h:
14385           JPEG fractiony goodness.
14386
14387 2005-11-22  Michael Smith <msmith@fluendo.com>
14388
14389         * gst/goom/filters.c:
14390         * gst/goom/graphic.h:
14391           Fix compilation by making some functions static inline instead of
14392           extern inline, matching the way they're used.
14393
14394 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14395
14396         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14397         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14398         * ext/cairo/gsttextoverlay.h:
14399         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14400         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14401         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14402         (gst_pngdec_caps_create_and_set):
14403         * ext/libpng/gstpngdec.h:
14404         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14405         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14406         * gst/avi/gstavimux.c: (gst_avimux_init),
14407         (gst_avimux_vidsinkconnect):
14408         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14409         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14410         (gst_goom_src_negotiate), (gst_goom_chain):
14411         * gst/goom/gstgoom.h:
14412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14413         * gst/matroska/matroska-mux.c:
14414         (gst_matroska_mux_video_pad_setcaps):
14415         * sys/osxvideo/osxvideosink.h:
14416         * sys/osxvideo/osxvideosink.m:
14417           More fractional framerate conversions 
14418
14419 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14420
14421         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14422         * gst/debug/gstnavigationtest.c:
14423         (gst_navigationtest_handle_src_event):
14424         * gst/videofilter/gstvideofilter.c:
14425         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14426         (gst_videofilter_init):
14427         * gst/videofilter/gstvideofilter.h:
14428           Convert to fractional framerates.
14429
14430 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14431
14432         * ext/aalib/gstaasink.c:
14433         * ext/dv/gstdvdec.c:
14434         * ext/esd/esdmon.c:
14435         * ext/flac/gstflacenc.c:
14436         * ext/gdk_pixbuf/pixbufscale.c:
14437         * ext/libcaca/gstcacasink.c:
14438         * ext/shout2/gstshout2.c:
14439         * gst/alpha/gstalpha.c:
14440         * gst/oldcore/gstaggregator.c:
14441         * gst/oldcore/gstshaper.c:
14442         * gst/smpte/barboxwipes.c:
14443         * gst/smpte/gstsmpte.c:
14444         * gst/videobox/gstvideobox.c:
14445         * gst/videofilter/gstvideoflip.c:
14446         * gst/videomixer/videomixer.c:
14447           fix up more enums
14448
14449 2005-11-22  Michael Smith <msmith@fluendo.com>
14450
14451         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14452         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14453         (gst_videomixer_update_queues):
14454           Fractional framerates, videomixer.
14455
14456 2005-11-22  Michael Smith <msmith@fluendo.com>
14457
14458         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14459         * ext/dv/gstdvdec.h:
14460         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14461         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14462         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14463         (gst_dvdemux_flush):
14464         * ext/dv/gstdvdemux.h:
14465           Fractional framerates for DV. 
14466
14467 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14468
14469         * gst/autodetect/gstautoaudiosink.c:
14470         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14471         * gst/autodetect/gstautovideosink.c:
14472         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14473           Use gst_plugin_feature_list_free() to free feature list and
14474           in the case of autovideosink free the list at all. Also
14475           miscellaneous cosmetic fixes.
14476
14477 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14478
14479         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14480         (gst_cutter_set_property), (gst_cutter_get_caps):
14481           copy calculation code from level; remove use of some audio
14482           functions
14483
14484 2005-11-22  Andy Wingo  <wingo@pobox.com>
14485
14486         * Update for gst_tag_setter API changes.
14487
14488 2005-11-22  Andy Wingo  <wingo@pobox.com>
14489
14490         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14491         (gst_dvdemux_demux_frame)
14492         * ext/flac/gstflacdec.c (gst_flacdec_write)
14493         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14494         (gst_flacenc_sink_event)
14495         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14496         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14497         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14498         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14499         * gst/auparse/gstauparse.c (gst_auparse_chain)
14500         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14501         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14502         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14503         (gst_avi_demux_handle_seek)
14504         * gst/goom/gstgoom.c (gst_goom_event)
14505         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14506         * gst/matroska/matroska-demux.c
14507         (gst_matroska_demux_handle_seek_event)
14508         (gst_matroska_demux_loop_stream_parse_id)
14509         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14510         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14511         (gst_wavparse_stream_headers): Run update-funcnames.
14512
14513 2005-11-22  Edward Hervey  <edward@fluendo.com>
14514
14515         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14516         (gst_dv1394src_init), (gst_dv1394src_dispose),
14517         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14518         (gst_dv1394src_uri_set_uri):
14519         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14520         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14521         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14522         URIHandler interface and element properties are now properly
14523         synchronized for DV1394src and UDPSrc
14524
14525 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14526
14527         * ext/flac/Makefile.am:
14528         * ext/speex/Makefile.am:
14529           libgsttagedit has been renamed to libgsttag.
14530
14531 2005-11-21  Wim Taymans  <wim@fluendo.com>
14532
14533         * gst/rtsp/rtspconnection.c: (read_body):
14534         Apply patch from Sebastien Cote to fix #319184.
14535
14536 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14537
14538         * configure.ac:
14539         * gst/cutter/Makefile.am:
14540         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14541         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14542         (gst_cutter_set_property), (gst_cutter_get_property),
14543         (plugin_init), (gst_cutter_get_caps):
14544           port cutter
14545         * gst/level/gstlevel.c:
14546           fix up plugin details
14547
14548 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14551         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14552         (gst_flacdec_src_event):
14553         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14554         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14555         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14556         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14557         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14558         (gst_flxdec_sink_event_handler):
14559         * gst/matroska/matroska-demux.c:
14560         (gst_matroska_demux_handle_seek_event):
14561         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14562           Update for stream lock API changes: don't take stream log
14563           in sink event handlers any longer and change GST_STREAM_LOCK
14564           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14565           functions.
14566
14567 2005-11-21  Michael Smith <msmith@fluendo.com>
14568
14569         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14570           gst_object_unref, not g_object_unref
14571
14572 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14573
14574         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14575         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14576           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14577
14578 2005-11-21  Michael Smith <msmith@fluendo.com>
14579
14580         * gst/auparse/Makefile.am:
14581         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14582         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14583         (gst_auparse_change_state):
14584         * gst/auparse/gstauparse.h:
14585           Partially fix #161712. playbin still doesn't work on these files,
14586           (on the bug report, Andy says we aren't typefinding it for some
14587           reason?) but at least auparse isn't totally busted like it was before.
14588
14589 2005-11-21  Andy Wingo  <wingo@pobox.com>
14590
14591         * *.h:
14592         * *.c: Ran scripts/update-macros. Oh yes.
14593
14594 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14595
14596         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14597           Filler events are gone for now, comment out section generating
14598           them.
14599
14600 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14601
14602         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14603         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14604         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14605         * sys/osxvideo/osxvideosink.m:
14606           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14607           (#322027)
14608
14609 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14612         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14613         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14614         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14615         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14616         (gst_avi_demux_stream_data):
14617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14618         * gst/wavenc/gstwavenc.c: (write_metadata):
14619         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14620         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14621         Fixes for GST_FOURCC_FORMAT API change.
14622
14623 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14626         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14627         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14628         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14629         (gst_text_overlay_change_state):
14630         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14631         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14632         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14633         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14634         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14635         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14636         (gst_videomixer_change_state):
14637           Fix for collect pads API change. Also fix textoverlay state
14638           change function.
14639
14640 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14641
14642         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14643         GST_PAD_IS_USABLE by something approaching it.
14644
14645 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14646
14647         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14648         API changes.
14649         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14650         but also fix the code that was not checking return values from
14651         pad_push neither using pad_alloc_buffer.
14652
14653 2005-11-18  Edward Hervey  <edward@fluendo.com>
14654
14655         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14656         (gst_pngenc_chain):
14657         Added debug category
14658         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14659         goes to EOS.
14660
14661 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14662
14663         * gst/rtp/Makefile.am
14664         * gst/rtp/gstrtp.c
14665         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14666         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14667         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14668         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14669         * gst/rtp/gstrtpg711enc.h:
14670         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14671         * gst/rtp/gstrtpspeexenc.c:
14672         * gst/rtp/gstrtpspeexenc.h:
14673         * gst/rtp/gstrtpspeexdec.c:
14674         * gst/rtp/gstrtpspeexdec.h:
14675         Created Speex payloader and depayloader; Optimize G711 payloader to
14676         use adapter and send packets until MTU size.
14677
14678 2005-11-16  Wim Taymans  <wim@fluendo.com>
14679
14680         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14681         Fix leak in check.
14682
14683 2005-11-16  Wim Taymans  <wim@fluendo.com>
14684
14685         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14686         Fix state change.
14687
14688 2005-11-16  Andy Wingo  <wingo@pobox.com>
14689
14690         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14691         (gst_udpsrc_create): Move comment.
14692
14693 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14694
14695         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14696
14697         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14698           When seeking, seek to closest index entry at or before the requested
14699           seek position, not just the closest one (#321001).
14700
14701 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14704         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14705           Invert DIB images again (see #132341).
14706
14707 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14708
14709         * configure.ac:
14710           rework configure.ac file
14711         * ext/aalib/gstaasink.c:
14712         * ext/cairo/gstcairo.c:
14713         * ext/dv/gstdv.c:
14714         * ext/esd/gstesd.c:
14715         * ext/flac/gstflac.c:
14716         * ext/gconf/gstgconfelements.c:
14717         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14718         * ext/jpeg/gstjpeg.c:
14719         * ext/ladspa/gstladspa.c:
14720         * ext/libcaca/gstcacasink.c:
14721         * ext/libmng/gstmng.c:
14722         * ext/libpng/gstpng.c:
14723         * ext/mikmod/gstmikmod.c:
14724         * ext/pango/gsttextoverlay.c:
14725         * ext/pango/gsttimeoverlay.c:
14726         * ext/raw1394/gst1394.c:
14727         * ext/speex/gstspeex.c:
14728         * gst/alpha/Makefile.am:
14729         * gst/alpha/gstalpha.c:
14730         * gst/alpha/gstalphacolor.c:
14731         * gst/auparse/gstauparse.c:
14732         * gst/autodetect/gstautoaudiosink.c:
14733         (gst_auto_audio_sink_factory_filter),
14734         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14735         * gst/autodetect/gstautodetect.c:
14736         * gst/avi/gstavi.c:
14737         * gst/cutter/gstcutter.c:
14738         * gst/debug/efence.c:
14739         * gst/debug/gstdebug.c:
14740         * gst/debug/gstnavigationtest.c:
14741         * gst/effectv/gsteffectv.c:
14742         * gst/flx/gstflxdec.c:
14743         * gst/goom/gstgoom.c:
14744         * gst/interleave/plugin.c:
14745         * gst/law/alaw.c:
14746         * gst/law/mulaw.c:
14747         * gst/level/gstlevel.c:
14748         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14749         * gst/matroska/matroska.c:
14750         * gst/median/gstmedian.c:
14751         * gst/monoscope/gstmonoscope.c:
14752         * gst/multipart/multipart.c:
14753         * gst/oldcore/gstelements.c:
14754         * gst/rtp/gstrtp.c:
14755         * gst/rtsp/gstrtsp.c:
14756         * gst/smoothwave/gstsmoothwave.c:
14757         * gst/smpte/gstsmpte.c:
14758         * gst/udp/gstudp.c:
14759         * gst/videobox/gstvideobox.c:
14760         * gst/videofilter/gstgamma.c:
14761         * gst/videofilter/gstvideobalance.c:
14762         * gst/videofilter/gstvideoflip.c:
14763         * gst/videofilter/gstvideotemplate.c:
14764         * gst/videomixer/videomixer.c:
14765         * gst/wavenc/gstwavenc.c:
14766         * gst/wavparse/gstwavparse.c:
14767         * sys/oss/gstossaudio.c:
14768         * sys/osxaudio/gstosxaudio.c:
14769           update GST_PLUGIN_DEFINE
14770         * gst/rtp/Makefile.am:
14771         * gst/rtp/gstasteriskh263.c:
14772           check for htons/htonl headers and possibly link to winsock2 lib
14773
14774 2005-11-12  Edward Hervey  <edward@fluendo.com>
14775
14776         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14777         Only GST_DEBUG() information on the valid components.
14778
14779 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14780
14781         * configure.ac: back to HEAD
14782
14783 === release 0.9.5 ===
14784
14785 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14786
14787         * configure.ac:
14788           releasing 0.9.5, "Phone Alarm"
14789
14790 2005-11-11  Edward Hervey  <edward@fluendo.com>
14791
14792         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14793         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14794         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14795         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14796         (gst_avi_demux_loop):
14797         * gst/avi/gstavidemux.h:
14798         Yeah, implement proper seeking. Exact seeking and segment seeking.
14799         Still need to do some checks for segment_stop.
14800
14801 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14802
14803         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14804
14805         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14806           Don't try to ready buffer duration from buffer that we don't
14807           own any  longer and that might already have been unreffed.
14808           (#321136)
14809
14810 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14811
14812         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14813         (flx_decode_delta_flc), (gst_flxdec_chain):
14814         Attempting to optimize the code for embedded systems.
14815
14816 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14817
14818         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14819
14820         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14821           Don't re-use already closed file descriptor. (#320920)
14822
14823 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14824
14825         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14826         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14827         (gst_oss_sink_prepare):
14828         * sys/oss/gstosssink.h:
14829           Cache probed caps; fix debug output for SET_PARAM macros.
14830
14831 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14832
14833         * ext/cairo/Makefile.am:
14834         * ext/cairo/gstcairo.c: (plugin_init):
14835         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14836         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14837         (gst_text_overlay_init), (gst_text_overlay_font_init),
14838         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14839         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14840         (gst_text_overlay_text_pad_linked),
14841         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14842         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14843         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14844         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14845         (gst_text_overlay_change_state):
14846         * ext/cairo/gsttextoverlay.h:
14847           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14848           property and redo positioning. Doesn't handle upstream renegotiation
14849           yet though.
14850
14851 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14852
14853         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14854         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14855         (gst_avi_demux_loop):
14856           No need to take the STREAM_LOCK in the loop function. Improve
14857           some debug messages. Don't leak pad names in debug messages.
14858
14859 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14860
14861         * gst/matroska/matroska-demux.c:
14862         (gst_matroska_demux_push_vorbis_codec_priv_data),
14863         (gst_matroska_demux_add_wvpk_header):
14864           Don't error out when the source pad isn't linked.
14865
14866 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14867
14868         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14869         (gst_gconf_audio_sink_change_state):
14870         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14871         (gst_gconf_video_sink_change_state):
14872           Fix state change functions here as well and set kid
14873           to NULL state before removing it.
14874
14875 2005-11-01  Edward Hervey  <edward@fluendo.com>
14876
14877         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14878         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14879         Added proper event handlind, 
14880         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14881         ignored),
14882         and don't set a duration of 0 for buffers otherwise they are discarded
14883         by GstBaseSink.
14884
14885         GstWavEnc needs some serious loving, after going through the code I'm
14886         really wondering how this can stay in -good ...
14887
14888 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14889
14890         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14891         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14892         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14893         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14894         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14895         (gst_matroska_mux_collected):
14896           Fix leaks and invalid memory access as reported by valgrind
14897
14898 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14899
14900         Patch by: Michal Benes <michal.benes@xeris.cz>
14901
14902         * check/Makefile.am:
14903         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14904         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14905         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14906           add a unit test for matroskamux
14907           fix the bugs that the unit test exposed
14908
14909 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         * gst/autodetect/gstautoaudiosink.c:
14912         (gst_auto_audio_sink_class_init),
14913         (gst_auto_audio_sink_change_state):
14914         * gst/autodetect/gstautovideosink.c:
14915         (gst_auto_video_sink_class_init),
14916         (gst_auto_video_sink_change_state):
14917           Fix state change function and use GST_DEBUG_FUNCPTR in
14918           class_init.
14919
14920 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14921
14922         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14923
14924         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14925         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14926         * gst/matroska/ebml-write.h:
14927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14928           Set timestamps on outgoing ebml headers as well, so that the
14929           element after matroskamux can get the timestamp already when
14930           reading the first ebml element and doesn't have to wait for
14931           the actual data buffer for that (#320308).
14932           
14933 2005-10-31  Andy Wingo  <wingo@pobox.com>
14934
14935         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14936         (gst_videomixer_pad_link): Kill some memleaks.
14937         (gst_videomixer_pad_get_property): Style fix.
14938         (gst_videomixer_pad_set_property): Style fix.
14939         (gst_videomixer_pad_init): Style fix.
14940         (gst_videomixer_update_queues): Kill memleak.
14941         (gst_videomixer_loop): Kill memleak.
14942         (gst_videomixer_collected): Kill memleak.
14943
14944 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14945
14946         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14947         gst_auparse_change_state:
14948         Just some cleanup.
14949
14950 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14951
14952         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14953         Add checks to GST_FLOW_NOT_LINKED for values returned
14954         from gst_pad_push.
14955         
14956 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14957
14958         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14959         (gst_rtpg711dec_process):
14960         * gst/rtp/gstrtpgsmenc.c:
14961         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14962         are never set. This is important for the g711 to work with burger's rtpbin
14963         element.
14964
14965 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14966
14967         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14968         (gst_speexenc_push_buffer):
14969         Add checks for return values from gst_pad_push and
14970         gst_pad_alloc_buffer.
14971
14972 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14973
14974         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14977         (gst_matroska_demux_parse_info),
14978         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14979         (gst_matroska_demux_parse_cluster):
14980         * gst/matroska/matroska-ids.h:
14981         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14982         (gst_matroska_mux_init), (gst_matroska_mux_start),
14983         (gst_matroska_mux_create_buffer_header),
14984         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14985         (gst_matroska_mux_get_property):
14986         * gst/matroska/matroska-mux.h:
14987           Add SimpleBlock support to matroska demuxer and muxer (part of
14988           Matroska v2). (#319731)
14989
14990 2005-10-28  Wim Taymans  <wim@fluendo.com>
14991
14992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14993         (gst_jpeg_dec_change_state):
14994         * ext/jpeg/gstjpegdec.h:
14995         Cleanups. Don't create caps for every chain.
14996
14997 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14998
14999         * gst/law/alaw-encode.c: (gst_alawenc_init),
15000         (alawenc_setcaps), (gst_alawenc_chain)
15001         * gst/law/alaw-encode.h:
15002         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15003         (mulawenc_setcaps), (gst_mulawenc_chain)
15004         * gst/law/mulaw-encode.h:
15005         Set timestamp on buffer and it allows RTP G711 elements
15006         work properly.
15007
15008 2005-10-27  Wim Taymans  <wim@fluendo.com>
15009
15010         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15011         Set correct format on oss instead of a silly value. 
15012
15013 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15014
15015         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15016         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15017         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15018         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15019         I420 rendering as well, doesn't bring much for my platform.
15020         Might help on some other platforms.
15021
15022 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15023
15024         * gst/rtp/gstrtpgsmenc.c:
15025         * gst/rtp/gstrtpgsmparse.c:
15026         Declaring the padtemplate correctly.
15027
15028 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15029
15030         * gst/rtp/gstrtpg711dec.c:
15031         * gst/rtp/gstrtpg711enc.c:
15032         * gst/rtp/gstrtpgsmenc.c:
15033         * gst/rtp/gstrtpgsmparse.c:
15034         Setting the proper copyright notice.
15035
15036 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15037
15038         * gst/videobox/Makefile.am: Use liboil.
15039         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15040         (gst_video_box_set_property), (gst_video_box_transform_caps),
15041         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15042         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15043         using liboil. Will dot the same to I420 border generation
15044         tomorrow.
15045
15046 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15047
15048         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15049         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15050         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15051         * gst/rtp/gstrtpg711dec.h:
15052         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15053         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15054         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15055         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15056         (gst_rtpgsmenc_handle_buffer):
15057         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15058         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15059         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15060         * gst/rtp/gstrtpgsmparse.h:
15061         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15062         inherits from the basertpdepayloader.
15063
15064 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15065
15066         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15067         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15068         (gst_video_box_ayuv): Removing this forgotten debug.
15069
15070 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15071
15072         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15073         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15074         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15075
15076 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15077
15078         * sys/oss/gstossaudio.c:
15079         * sys/oss/gstossdmabuffer.c:
15080         * sys/oss/gstosshelper.c:
15081         * sys/oss/gstossmixer.c:
15082         * sys/oss/gstossmixerelement.c:
15083         * sys/oss/gstossmixertrack.c:
15084         * sys/oss/gstosssink.c:
15085         * sys/oss/gstosssrc.c:
15086           Actually use the 'oss' debug category we register.
15087
15088 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15089
15090         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15091         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15092         Use gst_pad_get_parent and drop the ref that was added through
15093         that call.
15094
15095 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15096
15097         * gst/rtp/gstrtpgsmenc.c:
15098           Fix compilation
15099
15100 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15101
15102         * gst/rtp/gstrtpg711dec.c
15103         Just removed a couple of lines of weird code used during
15104         development/test time.
15105
15106 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15107
15108         * gst/rtp/Makefile.am
15109         * gst/rtp/gstrtp.c
15110         * gst/rtp/gstrtpg711enc.c
15111         * gst/rtp/gstrtpg711enc.h
15112         * gst/rtp/gstrtpg711dec.c
15113         * gst/rtp/gstrtpg711dec.h
15114         Created G711 payloader and depayloader (it supports mulaw and alaw
15115         (dec)encoders)
15116
15117 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15118
15119         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15120         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15121         Doh ! I introduced wingo's bug again ! Sorry...
15122
15123 2005-10-25  Christian Schaller <christian@fluendo.com> 
15124
15125         * gst/rtp/Makefile.am: add missing header files for disting
15126
15127 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15128
15129         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15130         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15131         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15132         (gst_rtpgsmenc_handle_buffer):
15133         * gst/rtp/gstrtpgsmenc.h:
15134         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15135         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15136         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15137         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15138         * gst/rtp/gstrtpgsmparse.h:
15139         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15140
15141 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15142
15143         * ext/libpng/gstpngdec.c: (user_info_callback),
15144         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15145         a newsegment event, move some redundant code in a single place.
15146
15147 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15148
15149         * ext/libpng/gstpngdec.c: (user_info_callback),
15150         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15151         hack to get correct colors order when we have a png image with
15152         alpha channel.
15153
15154 2005-10-24  Edward Hervey  <edward@fluendo.com>
15155
15156         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15157         Call gst_element_no_more_pads when there will be no more pads.
15158
15159 2005-10-24  Wim Taymans  <wim@fluendo.com>
15160
15161         * gst/rtp/Makefile.am:
15162         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15163         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15164         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15165         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15166         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15167         (gst_asteriskh263_plugin_init):
15168         * gst/rtp/gstasteriskh263.h:
15169         * gst/rtp/gstrtp.c: (plugin_init):
15170         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15171         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15172         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15173         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15174         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15175         (gst_rtph263enc_plugin_init):
15176         * gst/rtp/gstrtph263enc.h:
15177         Added two new payloaders, an RFC 2190 payloader for h263 and
15178         a payload convertor for an asterisk server.
15179
15180 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15181
15182         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15183           Set bytes_per_sample correctly (is not always 4, but 
15184           depends on width and number of channels).
15185
15186 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15187
15188         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15189         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15190         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15191         (gst_flacenc_sink_event), (gst_flacenc_chain),
15192         (gst_flacenc_set_property), (gst_flacenc_get_property),
15193         (gst_flacenc_change_state):
15194         * ext/flac/gstflacenc.h:
15195           Fix seeking, so that flacenc can rewrite the header with the
15196           correct duration and amount of samples and all that at EOS;
15197           also set timestamps and granulepos on outgoing buffers; add
15198           debug category; fix state change function.
15199           
15200 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15201
15202         * gst/videomixer/videomixer.c: Don't restrict video geometry
15203         from 16 to 4096.
15204
15205 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15206
15207         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15208         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15209         Fix caps negotiation correctly, add debugging category.
15210
15211 2005-10-24  Christian Schaller  <christian@fluendo.com>
15212
15213         * configure.ac: Port over Thomas's change from base listing all plugins
15214
15215 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15216
15217         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15218         a sink pad.
15219
15220 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15221
15222         * configure.ac:
15223         * docs/upload.mak:
15224           back to HEAD
15225
15226 === release 0.9.4 ===
15227
15228 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15229
15230         * configure.ac:
15231           Releasing 0.9.4, "Dromiceiomimus"
15232
15233 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15234
15235         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15236         (gst_speexenc_src_query):
15237           Add position and duration query, fix query type function.
15238           
15239         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15240         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15241           Let's not set non-fixed caps on source pads.
15242
15243 2005-10-21  Wim Taymans  <wim@fluendo.com>
15244
15245         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15246         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15247         (gst_avi_demux_handle_seek):
15248         Set correct stream_time in newsegment event.
15249         avi can also handle a duration query now.
15250
15251 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15252
15253         * gst/matroska/matroska-demux.c:
15254         (gst_matroska_demux_handle_src_query),
15255         (gst_matroska_demux_handle_seek_event),
15256         (gst_matroska_demux_loop_stream_parse_id):
15257           Fix duration query; fix basetime in newsegment event after
15258           seek; fix duration in initial newsegment event.
15259
15260         * gst/matroska/matroska-mux.c:
15261         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15262           Extract number of channels and samplerate from vorbis headers;
15263           add some debug messages when querying the durations of the
15264           input streams.
15265
15266 2005-10-20  Wim Taymans  <wim@fluendo.com>
15267
15268         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15269         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15270         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15271         Set stream time correctly in newsegment.
15272
15273 2005-10-20  Wim Taymans  <wim@fluendo.com>
15274
15275         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15276         Correctly fill in the stream time.
15277
15278 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15279
15280         * check/elements/level.c: (GST_START_TEST):
15281         * gst/level/gstlevel.c: (gst_level_message_new):
15282         * gst/level/level-example.c: (message_handler):
15283           use ELEMENT messages instead
15284
15285 2005-10-19  Wim Taymans  <wim@fluendo.com>
15286
15287         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15288         (gst_dvdemux_src_query):
15289         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15290         (gst_flacdec_src_query):
15291         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15292         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15293         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15294         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15295         * gst/debug/progressreport.c: (gst_progress_report_report):
15296         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15297         * gst/matroska/matroska-demux.c:
15298         (gst_matroska_demux_handle_src_query):
15299         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15300         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15301         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15302         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15303         (gst_wavparse_srcpad_event):
15304         API change fix.
15305
15306 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15307
15308         * gst/goom/filters.c:
15309         * gst/goom/graphic.h:
15310         * gst/goom/lines.c:
15311           Make inline functions either 'static inline' or 'extern inline',
15312           otherwise the Forte compiler apparently won't inline them (#317300).
15313
15314 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15315
15316         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15317         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15318         (user_info_callback), (user_endrow_callback), (user_end_callback),
15319         (user_read_data), (gst_pngdec_caps_create_and_set),
15320         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15321         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15322         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15323         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15324         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15325         very nice and handle push/pull based model. if you have filesrc
15326         connected to it, it will do random access to load the png file.
15327         If you have a network source that can't do _getrange, it does 
15328         progressive loading through the chain function.
15329         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15330         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15331         thanks to Master Wim Taymans ;-)
15332
15333 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15334
15335         * gst/matroska/Makefile.am:
15336         * gst/matroska/ebml-read.c:
15337         * gst/matroska/ebml-read.h:
15338         * gst/matroska/matroska-demux.c:
15339         * gst/matroska/matroska-demux.h:
15340         * gst/matroska/matroska.c: (plugin_init):
15341           Ported matroska demuxer to 0.9.
15342
15343 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15344
15345         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * gst/matroska/matroska-mux.c:
15348         (gst_matroska_mux_video_pad_setcaps),
15349         (gst_matroska_mux_audio_pad_setcaps):
15350           Fix mpeg4 input handling (#318847); also, while we're at it,
15351           fix media type for Motion-JPEG: should be image/jpeg.
15352
15353 2005-10-18  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15356         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15357         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15358         Fix for segment-start/stop API change.
15359
15360 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15361
15362         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15363         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15364         way.
15365
15366 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15367
15368         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15369         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15370         output declared in transform_caps.
15371
15372 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15373
15374         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15375
15376 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15377
15378         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15379         (gst_video_box_get_unit_size): Fix wrong size calculations and
15380         implement get_unit_size correctly.
15381
15382 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15383
15384         * configure.ac:
15385           Enable flx plugin.
15386
15387         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15388           Fix gcc4 signedness issue.
15389
15390 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15391
15392         * configure.ac: Adding videomixer.
15393         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15394         (user_read_data), (gst_pngdec_chain): More debugging.
15395         * gst/alpha/Makefile.am: Adding alphacolor
15396         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15397         (gst_alpha_color_class_init), (gst_alpha_color_init),
15398         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15399         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15400         (plugin_init): Ported to 0.9 using in place base tranform.
15401         * gst/videomixer/Makefile.am:
15402         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15403         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15404         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15405         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15406         (gst_videomixer_init), (gst_videomixer_getcaps),
15407         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15408         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15409         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15410         to 0.9 using collectpads.
15411
15412 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15413
15414         * configure.ac:
15415         * gst/flx/Makefile.am:
15416         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15417         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15418         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15419         * gst/flx/gstflxdec.h:
15420         flx plugin ported to 0.9
15421
15422 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15423
15424         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15425           use new gst_version_string()
15426
15427 2005-10-16  Andy Wingo  <wingo@pobox.com>
15428
15429         * configure.ac: GLIB_CHECK.
15430
15431 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15432
15433         * ext/libpng/Makefile.am:
15434         * ext/libpng/gstpng.c: (plugin_init):
15435         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15436         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15437         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15438
15439 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15440
15441         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15442
15443         * configure.ac:
15444         * gst/matroska/Makefile.am:
15445         * gst/matroska/ebml-ids.h:
15446         * gst/matroska/ebml-write.c:
15447         * gst/matroska/ebml-write.h:
15448         * gst/matroska/matroska-ids.h:
15449         * gst/matroska/matroska-mux.c:
15450         * gst/matroska/matroska-mux.h:
15451         * gst/matroska/matroska.c: (plugin_init):
15452           Port matroska muxer to 0.9 (#318847).
15453
15454 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15455
15456         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15457         (comment_init), (comment_add):
15458           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15459           use GST_READ_UINT32_LE() and friends rather than the private
15460           implementation of those same macros.
15461
15462 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15463
15464         * examples/stats/mp2ogg.c:
15465           more typo fixes
15466
15467 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15468
15469         * examples/indexing/indexmpeg.c: (main):
15470         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15471         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15472         * ext/esd/esdmon.h:
15473         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15474         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15475         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15476         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15477         * gst/avi/gstavimux.c: (gst_avimux_init):
15478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15479         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15480         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15481         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15482         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15483         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15484         * gst/oldcore/gstmultifilesrc.h:
15485         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15486         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15487         (gst_pipefilter_change_state):
15488         * gst/oldcore/gstpipefilter.h:
15489         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15490         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15491         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15492         * sys/osxaudio/gstosxaudiosink.h:
15493         * sys/osxaudio/gstosxaudiosrc.h:
15494           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15495           moved bitshift from macro to enum definition
15496
15497 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * ext/Makefile.am:
15500         * ext/cairo/Makefile.am:
15501         * ext/cairo/gstcairo.c: (plugin_init):
15502         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15503         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15504         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15505         * ext/cairo/gsttimeoverlay.h:
15506           update of cairo-based timeoverlay to 1.0 Cairo API
15507           doesn't work yet for resizing of output sink
15508
15509 2005-10-11  Wim Taymans  <wim@fluendo.com>
15510
15511         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15512         newsegment API fix.
15513
15514 2005-10-11  Wim Taymans  <wim@fluendo.com>
15515
15516         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15517         (gst_dvdemux_demux_frame):
15518         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15519         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15520         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15521         (gst_avi_demux_handle_seek):
15522         * gst/goom/gstgoom.c: (gst_goom_event):
15523         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15524         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15525         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15526         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15527         (gst_wavparse_srcpad_event):
15528         newsegment API update.
15529
15530 2005-10-11  Andy Wingo  <wingo@pobox.com>
15531
15532         * ext/speex/gstspeexenc.c: Signedness cleanups.
15533
15534 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15535
15536         * PORTED_09:
15537         * ext/speex/Makefile.am:
15538         * ext/speex/gstspeex.c:
15539         * ext/speex/gstspeexenc.c:
15540         Speexenc ported to 0.9
15541
15542 2005-10-10  Wim Taymans  <wim@fluendo.com>
15543
15544         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15545         (gst_oss_sink_init), (gst_oss_sink_set_property),
15546         (gst_oss_sink_get_property), (gst_oss_sink_open),
15547         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15548         * sys/oss/gstosssink.h:
15549         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15550         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15551         (gst_oss_src_prepare):
15552         Cleanups, make device configurable in the sink, handle and report
15553         errors.
15554
15555 2005-10-10  Wim Taymans  <wim@fluendo.com>
15556
15557         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15558         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15559         Make sure element is NULL before removing from the bin.
15560
15561 2005-10-07  Andy Wingo  <wingo@pobox.com>
15562
15563         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15564         block forever in a read().
15565         (gst_dv1394src_bus_reset): Post a message when the cable is
15566         unplugged.
15567         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15568         (gst_dv1394src_bus_reset): Don't unref the message.
15569
15570         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15571         hacking. The only change should be that the state change stuff was
15572         put into basesrc's start() and stop() routines, which coalesces
15573         some steps.
15574
15575 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * configure.ac:
15578           Add check for mmap
15579           
15580         * gst/debug/Makefile.am:
15581           Only compile efence plugin on systems that have mmap.
15582
15583 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * gst/debug/Makefile.am:
15586         * gst/debug/breakmydata.c:
15587         * gst/debug/gstdebug.c:
15588         * gst/debug/gstnavigationtest.c:
15589         * gst/debug/gstnavseek.c: 
15590         * gst/debug/gstnavseek.h:
15591         * gst/debug/progressreport.c: 
15592         * gst/debug/testplugin.c:
15593           Port progressreport, navseek, navigationtest, testsink and
15594           breakmydata.
15595
15596 2005-10-05  Edward Hervey  <edward@fluendo.com>
15597
15598         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15599         (gst_dvdemux_src_query):
15600         Fixes for better conversion
15601
15602 2005-10-04  Michael Smith <msmith@fluendo.com>
15603
15604         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15605         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15606         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15607         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15608           Set state of elements to NULL before removing from bins.
15609           Set state of test element to NULL if we failed to move it to READY
15610
15611 2005-10-04  Edward Hervey  <edward@fluendo.com>
15612
15613         * ext/dv/Makefile.am:
15614         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15615         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15616         Corrected the query function for position so it doesn't forget what
15617         format was asked, and calls the conversion functions on the correct pad.
15618
15619 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15620
15621         * configure.ac:
15622           back to development
15623
15624 === release 0.9.3 ===
15625
15626 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15627
15628         * configure.ac:
15629           Releasing 0.9.3, "Aramis"
15630
15631 2005-10-03  Andy Wingo  <wingo@pobox.com>
15632
15633         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15634         error returns.
15635
15636 2005-10-02  Andy Wingo  <wingo@pobox.com>
15637
15638         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15639
15640         * ext/flac/gstflacenc.c: Ported to 0.9.
15641
15642         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15643
15644         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15645         and link to gsttagedit. Enable flacenc.
15646
15647         * ext/flac/gstflacdec.c: Re-enable tag reading.
15648
15649 2005-09-30  Wim Taymans  <wim@fluendo.com>
15650
15651         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15652         * gst/rtp/gstrtpgsmparse.c:
15653         * gst/rtp/gstrtph263penc.c:
15654         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15655         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15656         (gst_rtpmp4venc_set_property):
15657         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15658         Various class and caps fixes from Andre Magalhaes (andrunko)
15659
15660 2005-09-29  Wim Taymans  <wim@fluendo.com>
15661
15662         * gst/level/level-example.c: (main):
15663         Update for new bus API.
15664
15665 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15666
15667         * configure.ac:
15668           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15669           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15670
15671 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15672
15673         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15674           Fix playback of mono streams (bytes_per_sample should be set
15675           from the sample width and the number of channels negotiated,
15676           and not just be set to 4) (#317338)
15677
15678 2005-09-26  Wim Taymans  <wim@fluendo.com>
15679
15680         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15681         (gst_rtpmpaenc_handle_buffer):
15682         Set buffer duration correctly.
15683
15684 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15685
15686         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15687         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15688         (gst_avi_demux_change_state):
15689           Don't crash when encountering a stream with an unknown fourcc or
15690           codec id. Instead, create a pad of type video/x-avi-unknown or
15691           audio/x-avi-unknown, which as a side-effect also results in less
15692           confusing error messages in players ('no decoder' vs. 'no streams');
15693           minor fixes to state change function and class_init function.
15694
15695 2005-09-24  Wim Taymans  <wim@fluendo.com>
15696
15697         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15698         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15699         These are sinks.
15700
15701 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15702
15703         * check/elements/level.c: (GST_START_TEST):
15704           fix test for new GstClockTime use
15705         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15706         (gst_level_transform_ip):
15707         * gst/level/gstlevel.h:
15708           fix up the decay peak, ensuring the decay peak is never lower
15709           than the peak for that interval
15710
15711 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15712
15713         * docs/plugins/gst-plugins-good-plugins.args:
15714         * docs/plugins/inspect/plugin-alpha.xml:
15715         * docs/plugins/inspect/plugin-rtp.xml:
15716         * gst/level/gstlevel.c: (gst_level_set_caps),
15717         (gst_level_transform_ip):
15718           updating docs
15719
15720 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15721
15722         * Makefile.am:
15723         * check/elements/level.c: (GST_START_TEST):
15724         * gst/level/Makefile.am:
15725         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15726         (gst_level_set_property), (gst_level_get_property),
15727         (gst_level_set_caps), (gst_level_message_new),
15728         (gst_level_transform_ip):
15729         * gst/level/gstlevel.h:
15730         * gst/level/level-example.c: (message_handler), (main):
15731           convert to using GstClockTime for all time values, finally.
15732
15733 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15734
15735         * gst/auparse/Makefile.am:
15736         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15737           fix up build
15738         * configure.ac:
15739         * ext/cairo/Makefile.am:
15740         * ext/dv/Makefile.am:
15741         * ext/esd/Makefile.am:
15742         * ext/flac/Makefile.am:
15743         * ext/gconf/Makefile.am:
15744         * ext/gdk_pixbuf/Makefile.am:
15745         * ext/jpeg/Makefile.am:
15746         * ext/ladspa/Makefile.am:
15747         * ext/libcaca/Makefile.am:
15748         * ext/libmng/Makefile.am:
15749         * ext/libpng/Makefile.am:
15750         * ext/mikmod/Makefile.am:
15751         * ext/pango/Makefile.am:
15752         * ext/raw1394/Makefile.am:
15753         * ext/shout2/Makefile.am:
15754         * ext/speex/Makefile.am:
15755         * gst/alpha/Makefile.am:
15756         * gst/autodetect/Makefile.am:
15757         * gst/avi/Makefile.am:
15758         * gst/cutter/Makefile.am:
15759         * gst/debug/Makefile.am:
15760         * gst/effectv/Makefile.am:
15761         * gst/flx/Makefile.am:
15762         * gst/goom/Makefile.am:
15763         * gst/interleave/Makefile.am:
15764         * gst/law/Makefile.am:
15765         * gst/matroska/Makefile.am:
15766         * gst/median/Makefile.am:
15767         * gst/monoscope/Makefile.am:
15768         * gst/multipart/Makefile.am:
15769         * gst/oldcore/Makefile.am:
15770         * gst/rtp/Makefile.am:
15771         * gst/rtsp/Makefile.am:
15772         * gst/smoothwave/Makefile.am:
15773         * gst/smpte/Makefile.am:
15774         * gst/videobox/Makefile.am:
15775         * gst/videofilter/Makefile.am:
15776         * gst/videomixer/Makefile.am:
15777         * gst/wavenc/Makefile.am:
15778         * gst/wavparse/Makefile.am:
15779         * sys/oss/Makefile.am:
15780         * sys/osxaudio/Makefile.am:
15781         * sys/osxvideo/Makefile.am:
15782           fix up GST_LIBS use
15783
15784 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * gst/auparse/Makefile.am:
15787         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15788           fix build of auparse
15789
15790 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15791
15792         * configure.ac:
15793         * PORTED_09:
15794         * gst/auparse/gstauparse.c:
15795         * gst/auparse/gstauparse.h:
15796         Auparse ported to 0.9.
15797
15798 2005-09-22  Wim Taymans  <wim@fluendo.com>
15799
15800         * gst/rtp/TODO:
15801         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15802         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15803         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15804         (gst_rtpmp4venc_set_property):
15805         * gst/rtp/gstrtpmp4venc.h:
15806         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15807         * gst/rtp/gstrtpmpaenc.h:
15808         Use is_filled to both check MTU and max-ptime of base class.
15809
15810 2005-09-22  Wim Taymans  <wim@fluendo.com>
15811
15812         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15813         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15814         (gst_rtpmp4venc_set_property):
15815         Don't fragment packets with multiple frames.
15816
15817 2005-09-22  Wim Taymans  <wim@fluendo.com>
15818
15819         * gst/rtp/TODO:
15820         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15821         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15822         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15823         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15824         (gst_rtpmp4venc_get_property):
15825         * gst/rtp/gstrtpmp4venc.h:
15826         Remove g_print.
15827         Update TODO
15828         Make payload encoder a bit smarter and more correct with
15829         timestamps.
15830         Added option in payloader to include config string in-band.
15831
15832 2005-09-21  Wim Taymans  <wim@fluendo.com>
15833
15834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15835         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15836         (gst_rtspsrc_send):
15837         Strip spaces for key/value pairs.
15838
15839 2005-09-21  Wim Taymans  <wim@fluendo.com>
15840
15841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15842         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15843         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15844         (gst_rtspsrc_change_state):
15845         More SDP parsing and caps setting.
15846         Do NO_PREROLL differently.
15847         add pads only after negotiated.
15848
15849         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15850         (gst_udpsrc_getcaps):
15851         Implement the getcaps function.
15852
15853 2005-09-21  Wim Taymans  <wim@fluendo.com>
15854
15855         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15856         (gst_rtpamrdec_chain):
15857         Handle multiple AMr packets per payload. Handle CRC and
15858         parse ILL/ILP.
15859
15860         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15861         Make caps params strings for easy SDP mapping.
15862         
15863         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15864         Handle capsnego better.
15865
15866         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15867         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15868         Generate and parse config string in the caps.
15869
15870 2005-09-21  Wim Taymans  <wim@fluendo.com>
15871
15872         * gst/rtp/README:
15873         Update README
15874
15875         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15876         Make extra params as strings.
15877
15878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15879         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15880         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15881         Make state change return NO_PREROLL as this is a live
15882         source.
15883
15884         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15885         Don't unref old caps when NULL.
15886
15887 2005-09-20  Wim Taymans  <wim@fluendo.com>
15888
15889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15890         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15891         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15892         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15893         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15894         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15895         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15896         * gst/rtsp/sdpmessage.h:
15897         Add URI handler.
15898         Parse SDP and create caps.
15899
15900 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15901
15902         * gst/alpha/gstalpha.c:
15903           fix element description
15904
15905 2005-09-19  Wim Taymans  <wim@fluendo.com>
15906
15907         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15908         Don't check payload for now.
15909
15910 2005-09-19  Wim Taymans  <wim@fluendo.com>
15911
15912         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15913         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15914         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15915         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15916         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15917         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15918         (gst_wavparse_change_state):
15919         * gst/wavparse/gstwavparse.h:
15920         Fix wavparse some more.
15921
15922 2005-09-19  Wim Taymans  <wim@fluendo.com>
15923
15924         * check/elements/level.c: (GST_START_TEST):
15925         Fix for bus API change.
15926
15927 2005-09-19  Wim Taymans  <wim@fluendo.com>
15928
15929         * gst/level/level-example.c: (main):
15930         Fix for new bus API.
15931
15932         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15933         Set caps on pads.
15934
15935 2005-09-15  Wim Taymans  <wim@fluendo.com>
15936
15937         * gst/rtp/Makefile.am:
15938         * gst/rtp/README:
15939         * gst/rtp/gstrtp.c: (plugin_init):
15940         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15941         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15942         (gst_rtpamrdec_change_state):
15943         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15944         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15945         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15946         * gst/rtp/gstrtpamrenc.h:
15947         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15948         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15949         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15950         * gst/rtp/gstrtpgsmenc.h:
15951         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15952         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15953         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15954         (gst_rtpgsmparse_change_state):
15955         * gst/rtp/gstrtpgsmparse.h:
15956         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15957         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15958         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15959         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15960         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15961         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15962         * gst/rtp/gstrtph263penc.h:
15963         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15964         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15965         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15966         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15967         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15968         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15969         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15970         * gst/rtp/gstrtpmp4venc.h:
15971         * gst/rtp/gstrtpmpadec.c:
15972         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15973         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15974         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15975         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15976         * gst/rtp/gstrtpmpaenc.h:
15977         Updates to payloader/depayloaders, make payloaders use
15978         the base classes.
15979         Updated README with suggested RTP caps and how to convert
15980         to/from SDP.
15981         Added config descriptor in mp4v payloader.
15982
15983 2005-09-15  Andy Wingo  <wingo@pobox.com>
15984
15985         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15986         * gst/autodetect/gstautovideosink.c
15987         (gst_auto_video_sink_find_best): Update for new registry API.
15988
15989 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15990
15991         * common/c-to-xml.py:
15992         * common/gtk-doc-plugins.mak:
15993           a simple py script to generate valid xml from a C example
15994           probably also need to strip an MIT license when we decide
15995         * docs/plugins/Makefile.am:
15996         * gst/level/Makefile.am:
15997         * gst/level/gstlevel.c: (gst_level_init):
15998         * gst/level/level-example.c: (message_handler), (main):
15999           add an example to level that will show up in the docs
16000         * gst/rtp/TODO:
16001           add a note for the future
16002
16003 2005-09-14  Michael Smith <msmith@fluendo.com>
16004
16005         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16006           Actually define the debug object being used in wavenc. Fixes #316205
16007
16008 2005-09-14  Michael Smith <msmith@fluendo.com>
16009
16010         * gst/smpte/Makefile.am:
16011           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16012           needed to build on windows (bug 316204)
16013
16014 2005-09-12  Andy Wingo  <wingo@pobox.com>
16015
16016         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16017
16018 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16019
16020         * configure.ac:
16021         * gst/fdsrc/Makefile.am:
16022         * gst/fdsrc/gstfdsrc.c:
16023         * gst/fdsrc/gstfdsrc.h:
16024           Move fdsrc back into gstreamer core elements.
16025
16026         * gst/level/gstlevel.c: (gst_level_class_init),
16027         (gst_level_transform_ip):
16028         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16029           Basetransform changes.
16030
16031 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16032
16033         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16034         * ext/jpeg/smokecodec.c: (find_best_size):
16035           fix compiler warnings
16036
16037 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16038
16039         * gst-plugins-good.spec.in:
16040           spec file fixes
16041         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16042         (gst_multiudpsink_render), (gst_multiudpsink_add),
16043         (gst_multiudpsink_clear):
16044           it actually helps to actually stream if we hook up the
16045           "add" signal to an actual implementation
16046         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16047           some debugging
16048
16049 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16050
16051         * ext/jpeg/Makefile.am:
16052         * ext/jpeg/gstjpeg.c
16053         * ext/jpeg/gstjpegenc.c:
16054         * ext/jpeg/gstsmokeenc.c:
16055
16056 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16057
16058         * ext/flac/gstflacdec.c:
16059         * ext/flac/gstflacenc.c:
16060         * ext/flac/gstflactag.c:
16061         * ext/speex/gstspeexenc.c:
16062           gsttaginterface.h -> gsttagsetter.h
16063
16064 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16065
16066         * configure.ac:
16067         * gst/debug/Makefile.am:
16068         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16069         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16070         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16071         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16072         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16073           Port to 0.9 and re-enable efence plugin.
16074
16075 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16076
16077         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16078         (gst_flacdec_write), (gst_flacdec_convert_src):
16079         * ext/flac/gstflacdec.h:
16080           Add support for flac files with 24/32 bits per sample; and misc.
16081           minor clean-ups. Seeking is still partly broken (for me at least).
16082
16083 2005-09-06  Wim Taymans  <wim@fluendo.com>
16084
16085         * gst/rtp/Makefile.am:
16086         * gst/rtp/gstrtp.c: (plugin_init):
16087         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16088         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16089         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16090         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16091         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16092         (gst_rtpmp4vdec_plugin_init):
16093         * gst/rtp/gstrtpmp4vdec.h:
16094         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16095         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16096         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16097         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16098         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16099         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16100         * gst/rtp/gstrtpmp4venc.h:
16101         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16102         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16103         Added mpeg4 video payload encoder/decoder.
16104         Added some docs in mpa payloader.
16105
16106 === release 0.9.1 ===
16107
16108 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16109
16110         * NEWS:
16111         * README:
16112         * RELEASE:
16113         * autogen.sh:
16114         * configure.ac:
16115           releasing 0.9.1, "Blondie"
16116
16117 2005-09-05  Andy Wingo  <wingo@pobox.com>
16118
16119         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16120         here from the state change handler, so we fire signals without
16121         holding the state lock.
16122
16123 2005-09-02  Andy Wingo  <wingo@pobox.com>
16124
16125         * All plugins updated for element state changes.
16126
16127 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16128
16129         * Makefile.am:
16130         * check/.cvsignore:
16131         * check/Makefile.am:
16132         * check/elements/.cvsignore:
16133         * check/elements/level.c: (setup_level), (cleanup_level),
16134         (GST_START_TEST), (level_suite), (main):
16135           add a test for level
16136         * common/release.mak:
16137           move the enum checking to release.mak
16138         * configure.ac:
16139           add valgrind and check checking
16140         * gst/level/gstlevel.c: (gst_level_transform):
16141         * gst/level/gstlevel.h:
16142           fix Andy's cast bug
16143           convert a field to int
16144           fix the arithmetic to int when checking for emit so that a
16145           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16146
16147 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16148
16149         * Makefile.am:
16150         * configure.ac:
16151           add docs to build
16152         * common/plugins.xsl:
16153           wrap Description into a refsect2
16154         * docs/Makefile.am:
16155         * docs/plugins/Makefile.am:
16156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16158         * gst/goom/Makefile.am:
16159         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16160         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16161         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16162         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16163         (gst_goom_change_state):
16164         * gst/goom/gstgoom.h:
16165           GstGOOM -> GstGoom
16166           add an example launch line
16167         * gst/level/gstlevel.h:
16168         * gst/monoscope/gstmonoscope.c:
16169           cleanups
16170
16171 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16172
16173         * configure.ac:
16174         * docs/plugins/Makefile.am:
16175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16176         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16177         * docs/plugins/gst-plugins-good-plugins.types:
16178           document elements and plugins.  Shazam !
16179
16180 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16181
16182         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16183           be found under doc/random/ChangeLog-0.8