gst/videomixer/videomixer.c: Don't call gst_object_sync_values() unless we have a...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-29  Michael Smith <msmith@fluendo.com>
2
3         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4           Don't call gst_object_sync_values() unless we have a valid timestamp.
5
6 2008-02-28  David Schleef  <ds@schleef.org>
7
8         * gst/matroska/matroska-demux.c:
9         * gst/matroska/matroska-ids.h:
10         * gst/matroska/matroska-mux.c:
11           Fix Dirac mapping.  I had previously added a VfW-type
12           mapping, but it looks like Dirac will get a native Matroska
13           mapping, and this is the most likely method.
14
15 2008-02-28  David Schleef  <ds@schleef.org>
16
17         * gst/avi/gstavimux.c: Add Dirac encoding
18
19 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
20
21         Patch by: Peter Kjellerstedt <pkj at axis com>
22
23         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
24         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
25         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
26         * gst/udp/gstudpsrc.h:
27         Port to GstPoll. See #505417.
28
29 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
30
31         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
32         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
33         yet on the srcpad. We need rate and channels before we
34         can do any processing. Fixes bug #519088.
35
36 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
37
38         * configure.ac:
39         Detect and indicate if GCC inline assembly syntax is
40         available.
41
42         * gst/goom/Makefile.am:
43         * gst/goom/convolve_fx.c:
44         * gst/goom/flying_stars_fx.c:
45         * gst/goom/goom_config.h:
46         * gst/goom/goom_core.c:
47         * gst/goom/goomsl.c:
48         * gst/goom/ifs.c:
49         * gst/goom/mmx.c:
50         * gst/goom/plugin_info.c:
51         * gst/goom/xmmx.c:
52         Fix various GCC-isms, and only build the inline assembly
53         with compilers that support GCC inline assembly.
54
55         Fix a couple of other warnings shown with Forte.
56
57 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
58
59         * gst/goom/xmmx.c:
60           Use 'emms' instead of 'femms' to not crash on cpus that do not
61           implement this 3dnow specific instruction.
62
63 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
64
65         * gst/goom/plugin_info.c: (setOptimizedMethods):
66         Use extended MMX for draw_line() too if available, not only
67         normal MMX.
68
69 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
70
71         * ext/jpeg/gstjpeg.c: (plugin_init):
72         Remove (commented out) smoke typefinder. This is in base now.
73
74 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
75
76         * gst/goom2k1/Makefile.am:
77         * gst/goom2k1/gstgoom.c:
78
79         Rename the installed library, and don't register the same 
80         GType name as the new goom.
81
82 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
83
84         * configure.ac:
85         * ext/taglib/Makefile.am:
86           Check for and define ERROR_CXXFLAGS and use them when building
87           C++ code (#516509).
88
89 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
90
91         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
92         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
93           (setOptimizedMethods):
94           Call oil_init(), otherwise oil_get_cpu_flags() won't return
95           anything useful. Export goom debug category so we can get
96           rid of the VERBOSE define and the printfs.
97
98 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
99
100         * gst/goom/goomsl_heap.c: (align_it):
101         * gst/goom/plugin_info.c: (setOptimizedMethods):
102           Compile fixes for x86-64.
103
104 2008-02-23  Bastien Nocera  <hadess@hadess.net>
105
106         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
107         with warnings, but add other CFLAGS
108
109         * gst/goom/goomsl.c (gsl_instr_set_namespace),
110         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
111         (calculate_labels), (gsl_read_file):
112         * gst/goom/goomsl_lex.l:
113         * gst/goom/goomsl_yacc.y:
114         * gst/goom/plugin_info.c: Remove a few live printf, and
115         fprintf, replace exit() calls with g_assert_not_reached()
116         if it not optimal for a library
117
118 2008-02-23  Bastien Nocera  <hadess@hadess.net>
119
120         * gst/goom/Makefile.am: Remove the warnings being disabled,
121         fix linkage on x86, spotted by Sebastian Dröge
122         <slomo@circular-chaos.org>
123
124         * gst/goom/convolve_fx.c (convolve_init),
125         (create_output_with_brightness), (convolve_apply):
126         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
127         * gst/goom/goomsl.c:
128         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
129         * gst/goom/plugin_info.c:
130         * gst/goom/tentacle3d.c (tentacle_fx_create):
131         Fix warnings, and disable the motifs in the convolve_fx
132         plugin (they were causing warnings, and they were just
133         "Goom" in funny letterring)
134
135 2008-02-23  Bastien Nocera  <hadess@hadess.net>
136
137         * configure.ac: Add checks for Flex/Yacc/Bison and other
138         furry animals, for the new goom 2k4 based plugin
139
140         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
141         CPU optimisations (not working yet), move the old plugin to...
142
143         * gst/goom2k1/*: ... here, in case somebody is sick enough
144
145         Fixes #515073
146
147 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
150         Post the server response code in an error message instead of a generic
151         'error' message. Fixes #517237.
152
153 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
154
155         * tests/check/Makefile.am:
156         Ignore gconfaudiosrc for the states unit test too. It will fallback
157         to alsasrc if the gconf settings can't be read and not everybody has
158         alsa.
159
160 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
161
162         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
163         (gst_wavpack_parse_create_src_pad):
164         * ext/wavpack/gstwavpackparse.h:
165         Always report the duration if we know it in push mode and don't
166         return 0 just to make totem believe we can't seek in push mode.
167         Newer totem version use the SEEKING query which properly reports
168         if we can seek or not.
169
170 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
171
172         Patch by: Jens Granseuer <jensgr at gmx dot net>
173
174         * tests/examples/equalizer/demo.c: (main):
175         C89 fix, moving variable declarations to the beginning of
176         the block. Fixes bug #517933.
177
178 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
179
180         * configure.ac:
181         Back to development...
182
183 === release 0.10.7 ===
184
185 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
186
187         * configure.ac:
188           releasing 0.10.7, "Red Door Black"
189
190 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
191
192         * gst/alpha/Makefile.am:
193         Link alpha plugin with libgstbase. Fixes bug #517386.
194
195 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
196
197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
198         Init values to -1 instead of the default 0 value.
199         Fixes #516524.
200
201 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
202
203         * tests/examples/spectrum/spectrum-example.c:
204         Add missing include to fix compilation when libxml usage is disabled.
205         Fixes: #516371
206
207 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
208
209         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
210         fixes: #514889
211
212         * gst/rtp/gstrtph264pay.c:
213         * gst/rtp/gstrtpmp4gdepay.c:
214         * gst/rtp/gstrtpmp4gpay.c:
215         * gst/rtp/gstrtpmp4gpay.h:
216         * gst/rtp/gstrtptheorapay.c:
217         * gst/rtp/gstrtpvorbispay.c:
218
219         Fix various leaks shown up in valgrind
220         - free sprops and buffer in error cases in H264 payloader
221         - fix leak in mp4g depayloader when construction the caps
222         - don't leak config string in the mp4g payloader
223         - don't leak buffers and headers in theora and vorbis payloaders
224
225         * tests/check/elements/rtp-payloading.c:
226
227         Fix the RTP data test
228         - Actually send valid amr data to the payloader instead of 20
229         zero-bytes
230         - The mp4g payloader expects codec_data on the caps
231
232 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
233
234         * win32/MANIFEST:
235         Add libgstpng.dsp to MANIFEST.
236         * win32/vs6/libgstaudiofx.dsp:
237         Add new source files to VS project file.
238
239 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
240
241         * sys/ximage/gstximagesrc.c:
242         Initialise variables when opening the X display rather
243         than in _start(), as the display can be opened before that.
244
245         Fixes: #515985
246
247 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
248
249         * sys/directdraw/gstdirectdrawsink.c:
250         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
251         (gst_directdraw_sink_finalize):
252         Properly chain up finalize functions. Fixes bug #515980.
253
254 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
255
256         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
257         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
258         (gst_v4l2_buffer_pool_class_init):
259         Chain up the finalize functions. Fixes bug #515984.
260
261 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
262
263         * sys/ximage/ximageutil.c:
264         Chain up in the finalize function for our custom
265         buffer sub-class.
266         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
267         Fixes: #515706
268
269 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
270
271         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
272         (gst_fenced_buffer_class_init):
273         Properly chain up finalize method. Fixes bug #515979.
274
275 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
276
277         * sys/ximage/gstximagesrc.c:
278         Free allocated Damage memory before closing our connection to the
279         X server. Partially fixes: #515706
280
281 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
282
283         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
284         * tests/check/Makefile.am:
285         * tests/check/gst-plugins-good.supp:
286         Add a few libjpeg suppressions and initialize a variable to
287         make smokeenc valgrind clean. Fixes bug #515701.
288
289 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
290
291         * gst/avi/gstavidemux.c:
292         Revert patch which sends timestamps only on keyframes, as it
293         breaks playback with current gst-ffmpeg.
294
295         Fixes: #515562
296
297 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
298
299         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
300         * tests/check/elements/multifile.c: (GST_START_TEST):
301         Close some memory leaks spotted by the unit test. Fixes bug #515697.
302
303 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
304
305         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
306         Use and unset the GError when pipeline creation fails instead of
307         simply leaking it. Fixes bug #515704.
308
309 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
310
311         * gst/audiofx/audioamplify.c:
312         * gst/audiofx/audiochebband.c:
313         * gst/audiofx/audiocheblimit.c:
314         * gst/audiofx/audiodynamic.c:
315         * gst/audiofx/audioinvert.c:
316         * gst/audiofx/audiopanorama.c:
317         * gst/audiofx/audiowsincband.c:
318         * gst/audiofx/audiowsinclimit.c:
319         Fix long description of audiofx elements. Fixes bug #515457.
320
321 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
322
323         * docs/plugins/Makefile.am:
324         * gst/spectrum/gstspectrum.c:
325         * tests/examples/spectrum/.cvsignore:
326         * tests/examples/spectrum/Makefile.am:
327         * tests/examples/spectrum/spectrum-example.c:
328
329         Add a simple example application for the spectrum element, include it
330         in the docs, and fix some documentation ambiguities.
331
332         Fixes: #348085
333
334 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
335
336         * gst/equalizer/Makefile.am:
337         * gst/spectrum/Makefile.am:
338         Fix includes order
339
340         * tests/check/Makefile.am:
341         Exclude v4l2src from the states test - it takes too long to start.
342
343         * tests/check/elements/spectrum.c:
344         Make the test run properly with CK_FORK=no
345
346 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
347
348         * gst/audiofix/Makefile.am: add missing header files 
349
350 2008-02-08  Julien Moutte  <julien@fluendo.com>
351
352         * gst/matroska/matroska-demux.c:
353         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
354         keyframe and delta units correctly when dealign with a BlockGroup.
355         Fixes: #514397
356
357 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
358
359         * tests/check/elements/.cvsignore:
360         Spell the new tests correctly in .cvsignore
361
362 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
363
364         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
365           Need to use gsize here for the size, fixes compiler warning.
366
367         * tests/examples/equalizer/.cvsignore:
368         * tests/examples/equalizer/Makefile.am:
369         * tests/examples/spectrum/.cvsignore:
370         * tests/examples/spectrum/Makefile.am:
371           Add missing files to fix the build.
372
373 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
374
375         * configure.ac:
376         * docs/plugins/Makefile.am:
377         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
378         * docs/plugins/gst-plugins-good-plugins-sections.txt:
379         * docs/plugins/gst-plugins-good-plugins.args:
380         * docs/plugins/gst-plugins-good-plugins.hierarchy:
381         * docs/plugins/inspect/plugin-multifile.xml:
382         * tests/check/Makefile.am:
383         * tests/check/elements/.cvsignore:
384
385         Move multifile plugin from -bad.
386         Fixes: #490283
387
388 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
389
390         * configure.ac:
391         * docs/plugins/Makefile.am:
392         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
393         * docs/plugins/gst-plugins-good-plugins-sections.txt:
394         * docs/plugins/gst-plugins-good-plugins.args:
395         * docs/plugins/gst-plugins-good-plugins.hierarchy:
396         * docs/plugins/inspect/plugin-spectrum.xml:
397         * gst/spectrum/Makefile.am:
398         * tests/check/Makefile.am:
399         * tests/check/elements/.cvsignore:
400         * tests/examples/Makefile.am:
401
402         Move spectrum plugin from -bad.
403         Move examples into tests/examples/spectrum.
404
405 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
406
407         * configure.ac:
408         * docs/plugins/Makefile.am:
409         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
410         * docs/plugins/gst-plugins-good-plugins-sections.txt:
411         * docs/plugins/gst-plugins-good-plugins.args:
412         * docs/plugins/gst-plugins-good-plugins.hierarchy:
413         * docs/plugins/gst-plugins-good-plugins.interfaces:
414         * docs/plugins/inspect/plugin-equalizer.xml:
415         * gst/equalizer/Makefile.am:
416         * tests/check/Makefile.am:
417         * tests/examples/Makefile.am:
418         Move the equalizer plugin across from -bad
419
420         * tests/check/elements/.cvsignore:
421         Add equalizer, audiosincwband and audiosincwlimit
422
423         * tests/check/elements/equalizer.c:
424         Fix compiler warnings
425
426         Fixes: #415627
427
428 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
429
430         * configure.ac:
431         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
432         are treated like releases and build without it.
433
434 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
435
436         * docs/plugins/Makefile.am:
437         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
438         * docs/plugins/gst-plugins-good-plugins-sections.txt:
439         * docs/plugins/gst-plugins-good-plugins.args:
440         * docs/plugins/inspect/plugin-audiofx.xml:
441         * gst/audiofx/Makefile.am:
442         * gst/audiofx/audiofx.c:
443         * gst/audiofx/audiowsincband.c:
444         * gst/audiofx/audiowsincband.h:
445         * gst/audiofx/audiowsinclimit.c:
446         * gst/audiofx/audiowsinclimit.h:
447         * tests/check/Makefile.am:
448         * tests/check/elements/audiowsincband.c:
449         * tests/check/elements/audiowsinclimit.c:
450
451         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
452         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
453         respectively.
454
455         Fixes: #467666
456
457 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
458
459         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
460         * tests/check/elements/icydemux.c:
461           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
462           caps, and add a somewhat useful debug message. Plus test.
463
464 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
465
466         * gst/rtsp/gstrtspsrc.c:
467         Include unistd.h only if HAVE_UNISTD_H is defined
468         * win32/common/config.h.in:
469         * win32/common/config.h:
470         Define socklen_t as it seems it's not defined in default 
471         Visual Studio headers.
472         * win32/vs6/libgstalpha.dsp:
473         * win32/vs6/libgstapetag.dsp:
474         * win32/vs6/libgstavi.dsp:
475         * win32/vs6/libgstrtp.dsp:
476         * win32/vs6/libgstrtsp.dsp:
477         * win32/vs6/libgstvideomixer.dsp:
478         Update project file dependencies and add new source files       
479
480 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
481
482         Patch by: Bjarne Rosengren <bjarne at axis dot com>
483
484         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
485         Don't leak buffers when we don't push them downstream.
486         Fixes bug #514965.
487
488 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
489
490         * configure.ac:
491           Bump requirements to (good) released versions to avoid
492           confusion and make implicit core requirement explicit.
493
494 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
495
496         * docs/plugins/Makefile.am:
497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
499         * docs/plugins/gst-plugins-good-plugins.args:
500         * docs/plugins/inspect/plugin-audiofx.xml:
501         * gst/audiofx/Makefile.am:
502         * gst/audiofx/audiochebband.c:
503         * gst/audiofx/audiochebband.h:
504         * gst/audiofx/audiocheblimit.c:
505         * gst/audiofx/audiocheblimit.h:
506         * gst/audiofx/audiochebyshevfreqband.c:
507         * gst/audiofx/audiochebyshevfreqband.h:
508         * gst/audiofx/audiochebyshevfreqlimit.c:
509         * gst/audiofx/audiochebyshevfreqlimit.h:
510         * gst/audiofx/audiofx.c:
511         * tests/check/Makefile.am:
512         * tests/check/elements/.cvsignore:
513         * tests/check/elements/audiochebband.c:
514         * tests/check/elements/audiocheblimit.c:
515         * tests/check/elements/audiochebyshevfreqband.c:
516         * tests/check/elements/audiochebyshevfreqlimit.c:
517
518         Rename audiochebyshevfreqband -> audiochebband and
519         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
520         surgery.
521
522         Closes: #491811
523
524 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
525
526         Patch by: Orjan Friberg <orjanf at axis dot com>
527
528         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
529         Fix caps memory leak. Fixes #514573.
530
531 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
532
533         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
534         If there's no entries in the subindex, don't try to do anything stupid,
535         just return.
536
537 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
538
539         Patch by: John Millikin <jmillikin at gmail dot com>
540
541         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
542           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
543           Fix extraction of picture blocks with newer libflac versions again:
544           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
545
546 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
547
548         * tests/check/Makefile.am:
549           Add rtp-payloading test to VALGRIND_TO_FIX.
550
551         * tests/check/elements/rtp-payloading.c:
552           Add semicolons after GST_TEST_END so gst-indent gets the
553           formatting right; make test less verbose in general, but
554           more verbose in the error case (which should probably
555           make the test fail anyway).
556
557 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
558
559         * docs/plugins/Makefile.am:
560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
562         * gst/avi/gstavisubtitle.c:
563         Add documentation for avisubtitle and change class to
564         Codec/Parser/Subtitle
565
566 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
567
568         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
569         Treat ENOTTY (driver does not implement ioctl) the same as
570         EINVAL since it implies there are no available standards.
571
572         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
573         (gst_v4l2src_get_nearest_size):
574         Replace gst_v4l2src_get_size_limits with 2 calls to new function
575         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
576         probe if the driver does not support VIDIOC_TRY_FMT for whatever
577         reason, and if we aren't yet actively capturing.
578
579         * sys/v4l2/v4l2src_calls.h:
580         Remove replaced function declaration.
581
582 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
583
584         * configure.ac:
585         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
586         API.
587
588 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
589
590         * configure.ac:
591         Fix typo.
592
593 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
594
595         * gst/alpha/Makefile.am:
596         * gst/alpha/gstalpha.c:
597
598         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
599         some stuff, and making buffer-alloc and resizing work automatically.
600         No longer crashes on odd frame widths and heights, although there
601         seems to be a disagreement with ffmpegcolorspace about what size
602         an AYUV frame with odd height should be.
603
604 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
605
606         Patch by: Alessandro Decina <alessandro at nnva dot org>
607
608         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
609         * ext/libpng/gstpngenc.h:
610         Preallocate the output buffer so that g_memdup() and
611         gst_buffer_merge() aren't needed anymore. This greatly improves
612         performances and fixes #512544.
613
614 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
615
616         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
617         (gst_avi_demux_stream_data):
618         GStreamer timestamps are PTS values while AVI only knows about DTS
619         timestamps. Make sure we only copy the DTS as the buffer timestamp when
620         we are dealing with a key frame.
621
622 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
623
624         * tests/check/Makefile.am:
625         * tests/check/elements/.cvsignore:
626         * tests/check/elements/rtp-payloading.c:
627           Add add testsuite for the rtp-payloader that tries simulating
628           dataflow. Needs more test data.
629
630 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
631
632         * tests/check/elements/alphacolor.c:
633           Remove two unused variables.
634
635 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
636
637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
638           Use g_ascii_strtoll() instead of atoll, which is only
639           available in C99.
640
641 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
642
643         * gst/rtp/Makefile.am:
644         * gst/rtp/gstrtp.c:
645         * gst/rtp/gstrtpmpvpay.c:
646         * gst/rtp/gstrtpmpvpay.h:
647         Add MPEG2 video payloader
648
649 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
650
651         * gst/level/gstlevel.c:
652         Use #include <math.h> instead of #include "math.h".
653
654 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
655
656         * tests/check/Makefile.am:
657         Fix up some CFLAGS sets.
658         Don't include gconfvideosrc in the states test.
659
660         * tests/check/elements/autodetect.c: (GST_START_TEST):
661         Add some error strings to fail_unless arguments to fix some weird
662         compiler errors on Solaris.
663
664 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
665
666         * configure.ac:
667         Detect video4linux headers on Solaris too.
668         * sys/v4l2/gstv4l2colorbalance.h:
669         * sys/v4l2/gstv4l2object.h:
670         * sys/v4l2/v4l2_calls.c:
671         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
672         (gst_v4l2_buffer_new):
673
674         Make v4l2 build on Solaris.
675         Patch by: Brian Cameron  <brian.cameron at sun dot com>
676         Fixes: #510505
677
678 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
679
680         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
681           Update list from (still local) scanning script.
682
683 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
684
685         Based on a patch by:
686             Victor STINNER <victor dot stinner at haypocalc dot com>
687
688         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
689         Set variable to NULL after freeing it to prevent double frees
690         or make failures by another use of it afterwards more obvious
691         and fix use of it after the freeing. Fixes bug #510592.
692
693 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
694
695         * gst/udp/gstmultiudpsink.c:
696         use GST_WARNING for logging
697
698 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
699
700         * gst/udp/gstmultiudpsink.c:
701         Don't try to leave a multicast group with an invalid socket
702
703 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
704
705         * ext/flac/gstflacdec.c:
706           Fix compilation against flac 1.1.2 (as on debian stable), where
707           the picture metadata defines and structs don't exist yet.
708           Fixes #509301.
709
710 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         Patch by: Olivier Crete <tester at tester dot ca>
713
714         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
715         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
716         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
717         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
718         * gst/udp/gstmultiudpsink.h:
719         Add property to automatically join a multicast group or not. This can be
720         useful when sharing a socket between multiple elements.
721         Fixes #509531.
722
723 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
724
725         * gst/videomixer/Makefile.am:
726           Add controller flags.
727
728 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
729
730         * gst/videomixer/videomixer.c:
731           Also commit the missing gst_object_sync_values().
732
733 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
734
735         * docs/plugins/Makefile.am:
736           Remove duplicate entry.
737
738 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
739
740         * docs/plugins/Makefile.am:
741         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
743         * docs/plugins/inspect/plugin-gamma.xml:
744         * docs/plugins/inspect/plugin-monoscope.xml:
745         * docs/plugins/inspect/plugin-video4linux2.xml:
746           Add 3 more plugins to docs.
747
748 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
749
750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
751         * sys/osxvideo/osxvideosink.h:
752           Revert previous change caused by a file that got stuck on an old
753           revision.
754
755 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
756
757         * docs/plugins/gst-plugins-good-plugins-sections.txt:
758         * gst/multipart/Makefile.am:
759         * gst/multipart/multipartdemux.c:
760         * gst/multipart/multipartdemux.h:
761         * gst/multipart/multipartmux.c:
762         * gst/multipart/multipartmux.h:
763           Re-add multipartdemux to the docs. Last round of section cleanup.
764
765 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
766
767         * docs/plugins/Makefile.am:
768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
769         * sys/osxaudio/gstosxaudiosink.h:
770         * sys/osxvideo/osxvideosink.h:
771           Managed to resolve most unused declarations. Filed a bug for one left.          
772
773 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
774
775         * docs/plugins/gst-plugins-good-plugins-sections.txt:
776           Cleanup section file.
777
778 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
779
780         * docs/plugins/Makefile.am:
781         * docs/plugins/gst-plugins-good-plugins.args:
782         * docs/plugins/gst-plugins-good-plugins.signals:
783         * docs/plugins/inspect/plugin-alaw.xml:
784         * docs/plugins/inspect/plugin-alpha.xml:
785         * docs/plugins/inspect/plugin-alphacolor.xml:
786         * docs/plugins/inspect/plugin-annodex.xml:
787         * docs/plugins/inspect/plugin-apetag.xml:
788         * docs/plugins/inspect/plugin-audiofx.xml:
789         * docs/plugins/inspect/plugin-auparse.xml:
790         * docs/plugins/inspect/plugin-autodetect.xml:
791         * docs/plugins/inspect/plugin-avi.xml:
792         * docs/plugins/inspect/plugin-cairo.xml:
793         * docs/plugins/inspect/plugin-cdio.xml:
794         * docs/plugins/inspect/plugin-cutter.xml:
795         * docs/plugins/inspect/plugin-debug.xml:
796         * docs/plugins/inspect/plugin-dv.xml:
797         * docs/plugins/inspect/plugin-efence.xml:
798         * docs/plugins/inspect/plugin-effectv.xml:
799         * docs/plugins/inspect/plugin-flac.xml:
800         * docs/plugins/inspect/plugin-flxdec.xml:
801         * docs/plugins/inspect/plugin-gconfelements.xml:
802         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
803         * docs/plugins/inspect/plugin-goom.xml:
804         * docs/plugins/inspect/plugin-halelements.xml:
805         * docs/plugins/inspect/plugin-icydemux.xml:
806         * docs/plugins/inspect/plugin-id3demux.xml:
807         * docs/plugins/inspect/plugin-jpeg.xml:
808         * docs/plugins/inspect/plugin-ladspa.xml:
809         * docs/plugins/inspect/plugin-level.xml:
810         * docs/plugins/inspect/plugin-matroska.xml:
811         * docs/plugins/inspect/plugin-mulaw.xml:
812         * docs/plugins/inspect/plugin-multipart.xml:
813         * docs/plugins/inspect/plugin-navigationtest.xml:
814         * docs/plugins/inspect/plugin-png.xml:
815         * docs/plugins/inspect/plugin-quicktime.xml:
816         * docs/plugins/inspect/plugin-rtp.xml:
817         * docs/plugins/inspect/plugin-rtsp.xml:
818         * docs/plugins/inspect/plugin-shout2send.xml:
819         * docs/plugins/inspect/plugin-smpte.xml:
820         * docs/plugins/inspect/plugin-speex.xml:
821         * docs/plugins/inspect/plugin-taglib.xml:
822         * docs/plugins/inspect/plugin-udp.xml:
823         * docs/plugins/inspect/plugin-videobalance.xml:
824         * docs/plugins/inspect/plugin-videobox.xml:
825         * docs/plugins/inspect/plugin-videocrop.xml:
826         * docs/plugins/inspect/plugin-videoflip.xml:
827         * docs/plugins/inspect/plugin-videomixer.xml:
828         * docs/plugins/inspect/plugin-wavenc.xml:
829         * docs/plugins/inspect/plugin-wavpack.xml:
830         * docs/plugins/inspect/plugin-wavparse.xml:
831           Update plugin docs.
832
833         * gst/videomixer/Makefile.am:
834         * gst/videomixer/videomixer.c:
835         * gst/videomixer/videomixer.h:
836         * gst/videomixer/videomixerpad.h:
837           Split out header to fix warnings from the doc-build.
838
839 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
840
841         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
842
843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
844         Use atoll to parse the rtptime with enough precision. Fixes #509329.
845
846 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
847
848         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
849         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
850           Initialise variables to work around (false) 'foo might be used
851           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
852
853 2008-01-11  David Schleef  <ds@schleef.org>
854
855         * docs/plugins/.cvsignore:
856         * tests/check/pipelines/.cvsignore:
857           Ignore more files for the buildbot.
858
859 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
860
861         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
862         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
863         Generate the image-type values correctly. Leave them out of the caps
864         when outputting a "preview image" tag, since it only makes sense
865         to have one of those - the type is irrelevant.
866
867         * sys/sunaudio/gstsunaudiomixerctrl.c:
868         (gst_sunaudiomixer_ctrl_open):
869         If we can, mark the mixer multiple open when we use it, in case
870         (for some reason) the process wants to open it again elsewhere.
871
872 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
873
874         Patch by: Olivier Crete <tester at tester dot ca>
875
876         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
877         * gst/rtp/gstrtptheorapay.c:
878         Fix the clock rate to 90000 as required by the RFC.
879         Fixes #508644.
880
881 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
884           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
885
886 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
887
888         * autogen.sh:
889           Add -Wno-portability to the automake parameters to stop warnings
890           about GNU make extensions being used. We require GNU make in almost
891           every Makefile anyway.
892           
893         * configure.ac:
894           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
895           at the same time is required for per target flags.
896
897 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
898
899         * gst/videomixer/videomixer.c: (gst_videomixer_init):
900         Fix error from my last commit.
901
902 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
903
904         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
905
906         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
907           Make sure the ISO 639-X language code in ID3v2 COMM frames
908           is actually valid UTF-8 (or rather: ASCII), so we don't end
909           up with non-UTF8 strings in tags if there's garbage in the
910           language field. Also make sure the language code is always
911           lower case. Fixes: #508291.
912
913 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
914
915         * ChangeLog:
916           Fix ChangeLog typo.
917
918 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
919
920         * Makefile.am:
921           Include lcov.mak to allow building coverage reports. Guard
922           check-torture target like in the other packages.
923
924 2008-01-09  Sameer Naik  <sameer@damagehead.com>
925
926         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
927
928         * gst/videomixer/videomixer.c:
929         (gst_videomixer_set_master_geometry), (_do_init),
930         (gst_videomixer_child_proxy_get_child_by_index),
931         (gst_videomixer_child_proxy_get_children_count),
932         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
933         (gst_videomixer_init), (gst_videomixer_request_new_pad),
934         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
935         Implement GstChildProxy interface.
936         Send newsegment at the right moment
937         Fixes #488879
938
939 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
940
941         * gst/alpha/Makefile.am:
942         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
943         (gst_alpha_sink_event), (gst_alpha_chain),
944         (gst_alpha_change_state), (plugin_init):
945         Make the various properties of 'alpha' controllable. This allows doing
946         niceties like fade-in/fade-out.
947
948 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
949
950         * gst/rtp/gstasteriskh263.c:
951         * gst/rtp/gstrtpL16depay.c:
952         * gst/rtp/gstrtpac3depay.c:
953         * gst/rtp/gstrtpamrpay.c:
954         * gst/rtp/gstrtpdepay.c:
955         * gst/rtp/gstrtpgsmdepay.c:
956         * gst/rtp/gstrtph263depay.c:
957         * gst/rtp/gstrtph263pdepay.c:
958         * gst/rtp/gstrtph263ppay.c:
959         * gst/rtp/gstrtph264depay.c:
960         * gst/rtp/gstrtph264pay.c:
961         * gst/rtp/gstrtpmp2tdepay.c:
962         * gst/rtp/gstrtpmp4adepay.c:
963         * gst/rtp/gstrtpmp4gdepay.c:
964         * gst/rtp/gstrtpmp4gpay.c:
965         * gst/rtp/gstrtpmp4vdepay.c:
966         * gst/rtp/gstrtpmpadepay.c:
967         * gst/rtp/gstrtpmpvdepay.c:
968         * gst/rtp/gstrtpsv3vdepay.c:
969         * gst/rtp/gstrtptheoradepay.c:
970         * gst/rtp/gstrtptheorapay.c:
971         * gst/rtp/gstrtpvorbisdepay.c:
972         * gst/rtp/gstrtpvorbispay.c:
973           Remove copy/paste unused code (property setters and getter) found by
974           the coverage suite (yay, saves ~20k on disk).
975
976 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
977
978         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
979           (videosink_templ):
980           Also fix up pad templates to indicate that image/jpeg doesn't
981           absolutely require the framerate property to be set (#504081).
982
983 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
984
985         Based on patch by: Wouter Cloetens  <wouter at mind be>
986
987         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
988           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
989           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
990         * gst/matroska/matroska-mux.h:
991           Keep track of first and last timestamps for each incoming stream,
992           so we can calculate the total duration for live sources and other
993           input where we can't query the duration from the start or where
994           there's no constant framerate from which we can deduce the
995           duration; also use calculated/observed duration if it is bigger
996           than the previously queried duration. Furthermore, use
997           gst_pad_query_peer_duration() and take into account that it may
998           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
999           screws up comparisons when using unsigned integers. Fixes #504081.
1000
1001 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1002
1003         * configure.ac:
1004         * gst/audiofx/audioamplify.c:
1005         (gst_audio_amplify_clipping_method_get_type),
1006         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1007         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1008         (gst_audio_dynamic_transform_ip):
1009         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1010         (gst_audio_invert_transform_ip):
1011         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1012         (gst_audio_panorama_transform):
1013         * gst/level/gstlevel.c: (gst_level_init):
1014         Make elements GST_BUFFER_FLAG_GAP aware and call
1015         gst_base_transform_set_gap_aware for this.
1016         Bump core requirement to CVS.
1017         
1018         * gst/audiofx/audiochebyshevfreqband.c:
1019         (gst_audio_chebyshev_freq_band_transform_ip):
1020         * gst/audiofx/audiochebyshevfreqlimit.c:
1021         (gst_audio_chebyshev_freq_limit_transform_ip):
1022         Also sync GObject properties to the controller if operating
1023         in passthrough mode.
1024
1025 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1026
1027         * sys/directdraw/gstdirectdrawsink.c:
1028           (gst_directdraw_sink_window_thread):
1029           FALSE is not a gpointer.
1030
1031 2008-01-05  Julien Moutte  <julien@fluendo.com>
1032
1033         * sys/directdraw/gstdirectdrawsink.c:
1034         (gst_directdraw_sink_set_window_id),
1035         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1036         (gst_directdraw_sink_buffer_alloc),
1037         (gst_directdraw_sink_draw_borders),
1038         (gst_directdraw_sink_show_frame),
1039         (gst_directdraw_sink_setup_ddraw),
1040         (gst_directdraw_sink_window_thread),
1041         (gst_directdraw_sink_get_ddrawcaps),
1042         (gst_directdraw_sink_surface_create): Make sure we create our
1043         internal window only when we need it. That will give a chance to
1044         the application to get the prepare-xwindow-id bus message. Draw
1045         black borders when keeping aspect ratio. Handle the case where our
1046         rendering window disappears (closed or errors) like other sinks
1047         do. Various 80 columns fixes, improve state change order. That
1048         element could need some more love.
1049
1050 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1051
1052         * ext/taglib/gstapev2mux.h:
1053         * ext/taglib/gstid3v2mux.h:
1054         Remove useless typedefs without new type name. Fixes a warning with
1055         gcc 4.3.
1056
1057 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1058
1059         Patch by: John Millikin <jmillikin at gmail dot com>
1060
1061         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1062         (gst_flac_dec_setup_stream_decoder),
1063         (gst_flac_normalize_picture_mime_type),
1064         (gst_flac_extract_picture_buffer),
1065         (gst_flac_dec_metadata_callback):
1066         Emit metadata messages when a PICTURE block is encountered.
1067         Fixes #506715.
1068
1069 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1070
1071         * gst/avi/gstavi.c:
1072         increase rank because no known issues anymore ...
1073         * gst/avi/gstavisubtitle.c:
1074         send subtitle name to the srcpad
1075
1076 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1077
1078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1079         * gst/rtsp/gstrtspsrc.h:
1080         Implement redirect for the DESCRIBE reply. Fixes #506025.
1081
1082 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1083
1084         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1085         Fix 'xyz may be used uninitialized' compiler warnings caused
1086         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1087         abort() in any case but properly report the error.
1088
1089 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1090
1091         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1092         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1093         * sys/ximage/gstximagesrc.c: (composite_pixel):
1094           Fix 'xyz may be used uninitialized' compiler warnings caused
1095           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1096           not really nice to abort in any case). Fixes #505745.
1097
1098 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1101           Small unit test fix (has no practical impact at the moment,
1102           since we're only feeding utf8 and hence just create a sub-
1103           buffer for the output).
1104
1105 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1106
1107         * gst/avi/gstavisubtitle.c:
1108         * tests/check/elements/avisubtitle.c:
1109         Add seeking support for avi subtitle
1110
1111 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1112
1113         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1114         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1115         (gst_flac_dec_write):
1116         * ext/flac/gstflacdec.h:
1117         Remove some unused vars.
1118         Do more cleanup of leftover events and tags.
1119         Output tags after the segment event. Fixes #504018.
1120
1121 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1122
1123         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1124           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1125           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1126           Detect other UTF byte order markers and convert to UTF-8 as
1127           appropriate.
1128
1129 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * gst/avi/gstavisubtitle.c: (src_template),
1132           (gst_avi_subtitle_extract_utf8_file),
1133           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1134           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1135           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1136         * gst/avi/gstavisubtitle.h:
1137           Refactor a bit; fix name extraction; don't assume all the data
1138           in the chunk is actually subtitle data, there may be padding at
1139           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1140           file so it's there to send again after a seek (for future use).
1141
1142 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1143
1144         * gst/avi/Makefile.am:
1145         * gst/avi/gstavi.c:
1146         * gst/avi/gstavisubtitle.c:
1147         * gst/avi/gstavisubtitle.h:
1148         * tests/check/Makefile.am:
1149         * tests/check/elements/avisubtitle.c:
1150         * win32/common/config.h:
1151                 Add avi subtitle element for bug #442034. Need seeking support
1152                 and more support for character conversion.
1153
1154 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1155
1156         * Makefile.am:
1157           Include common/win32.mak for CRLF check of win32 project
1158           files (see #393626).
1159
1160         * win32/vs6/libgstpng.dsp:
1161           Fix line endings and do cvs admin -kb.
1162
1163 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1164
1165         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1166         Actually drop the buffers which are outside the currently configured
1167         segment instead of just emitting a WARNING.
1168
1169 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1170
1171         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1172         (gst_flac_dec_write):
1173         * ext/flac/gstflacdec.h:
1174         Send segments from the streaming thread. Fixes #502187.
1175         Fix segment seeking and a bunch of other seeking cases.
1176
1177 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1178
1179         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1180           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1181           which is where it would end up if the same information was
1182           put in a vorbis comment (don't think it's worth adding a
1183           new URI tag for this). Fixes #488112.
1184
1185 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1186
1187         * configure.ac:
1188           We need core/base 0.10.15 or later.
1189
1190 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1191
1192         Patch by: Mark Nauwelaerts <manauw skynet be>
1193
1194         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1195         Fix regression in stream numbering. Fixes #502655.
1196
1197 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1198
1199         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1200
1201         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1202         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1203         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1204         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1205         (gst_rtp_h264_pay_handle_buffer):
1206         * gst/rtp/gstrtph264pay.h:
1207         Use higher performance start-code searching.
1208         Parse NALs and store SPS, PPS and profile in the caps so that they can
1209         be used in the SDP. Fixes #502814.
1210
1211 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1214         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1215           Init some structs to zero before we pass them to ioctl, which
1216           avoids valgrind warnings.  Also fix a small memory leak.
1217
1218 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1219
1220         Patch by: Wouter Cloetens <wouter at mind dot be>
1221
1222         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1223         Copy timestamp from input to output. Not very perfect yet but better
1224         than nothing. Fixes #503023.
1225
1226 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1227
1228         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1229           Also print a useful error message with the old Wavpack API
1230           if possible.
1231
1232 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1233
1234         * ext/wavpack/gstwavpackdec.c:
1235           More build fixes for old libwavpack versions: include config.h so
1236           that WAVPACK_OLD_API is actually defined as detected; only use
1237           WavpackGetErrorMessage if it is available. This fixes the build
1238           on debian stable for me.
1239
1240 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1241
1242         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1243         * ext/wavpack/gstwavpackparse.c:
1244           (gst_wavpack_parse_create_src_pad):
1245           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1246           versions below 4.40.0.
1247
1248 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1249
1250         * configure.ac:
1251           And now do it right for real...
1252
1253 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1254
1255         * configure.ac:
1256           Correctly reset $LIBS to not contain -lm.
1257
1258 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1259
1260         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1261
1262         * configure.ac:
1263         * ext/cairo/gsttimeoverlay.c:
1264           (gst_cairo_time_overlay_print_smpte_time):
1265           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1266           and checking for rint() and implementing it ourself if it doesn't
1267           exist. Fixes #497293.
1268
1269 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1270
1271         * configure.ac:
1272           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1273
1274 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1275
1276         * sys/oss/gstosshelper.c:
1277         Verify that the format returned after the ioctl is the one
1278         we requested. It is valid for the ioctl to succeed while
1279         substituting an alternate 'supported' sample format.
1280
1281 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * sys/oss/gstossaudio.c: (plugin_init):
1284         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1285         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1286           Post decent (and translated) error message when we can't
1287           open the audio device for some reason.
1288
1289 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1290
1291         * sys/oss/gstosssink.c:
1292         * sys/oss/gstosssrc.c:
1293         Allow the AUDIODEV environment variable to redirect us
1294         to a different default OSS device, like sunaudiosink does
1295         on Solaris (makes audio play automatically on SunRays).
1296
1297 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1298
1299         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1300         * gst/audiofx/audiochebyshevfreqband.c:
1301         (gst_audio_chebyshev_freq_band_transform_ip):
1302         * gst/audiofx/audiochebyshevfreqlimit.c:
1303         (gst_audio_chebyshev_freq_limit_transform_ip):
1304         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1305         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1306         The transform_ip() methods should do nothing if in passthrough mode.
1307         It might get non-writable buffers in that case but the buffer might
1308         as well be writable.
1309
1310         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1311         The transform() methods won't be called in passthrough mode and
1312         otherwise the buffer is always writable so don't check here.
1313
1314 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1317           Fix seeking in .wav files again (#501775).  Some people seem to think
1318           they don't need to test their changes when they're just 'reflowing'
1319           some code.
1320
1321 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1322
1323         * gst/autodetect/gstautovideosink.c:
1324         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1325         (gst_auto_video_sink_init),
1326         (gst_auto_video_sink_create_element_with_pretty_name),
1327         (gst_auto_video_sink_find_best),
1328         (gst_auto_video_sink_set_property),
1329         (gst_auto_video_sink_get_property):
1330         * gst/autodetect/gstautovideosink.h:
1331         Fix docs.
1332         Use same error reporting code as autoaudiosink.
1333         Add property to filter sinks based on caps. Only select raw video sinks
1334         by default for backwards compat.
1335         API: GstAutoVideoSink::filter-caps
1336
1337 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1338
1339         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1340
1341         * gst/autodetect/gstautoaudiosink.c:
1342         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1343         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1344         (gst_auto_audio_sink_set_property),
1345         (gst_auto_audio_sink_get_property):
1346         * gst/autodetect/gstautoaudiosink.h:
1347         Add property to filter sinks based on caps. Only select raw audio sinks
1348         by default for backwards compat.  Fixes #417420.
1349         API: GstAutoAudioSink::filter-caps
1350
1351 2007-11-29  Michael Smith <msmith@fluendo.com>
1352
1353         Patch by: Arek Korbik <arkadini@gmail.com>
1354
1355         * gst/videobox/gstvideobox.c: (plugin_init):
1356           Initialise liboil in plugin_init()
1357
1358 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1359
1360         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1361         Post error before sending EOS. Fixes #499178.
1362
1363 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1364
1365         * win32/vs6/gst_plugins_good.dsw:
1366         * win32/vs6/libgstpng.dsp:
1367         Add a project file for libgstpng
1368
1369 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1370
1371         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1372         (gst_rtp_h263_depay_process):
1373         Code beautification.
1374         Added debug statements.
1375         Don't bit-shift everything, just do operations on last/first byte
1376         instead.
1377
1378 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1379
1380         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1381
1382         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1383         Fix wrong comparison in overrun check. Fixes #499239 some more.
1384
1385 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1386
1387         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1388         (gst_rtp_h263_depay_process):
1389         * gst/rtp/gstrtph263depay.h:
1390         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1391         stream.
1392
1393 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1394
1395         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1396
1397         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1398         (gst_rtp_mp4a_depay_process):
1399         * gst/rtp/gstrtpmp4adepay.h:
1400         Fix depayloading when multiple frames are inside one RTP packet.
1401         Fixes #499239.
1402
1403 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1404
1405         * gst/level/gstlevel.c:
1406           Add GAP-flag support.
1407
1408 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1409
1410         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1411         Read the I flag for Mode A h263 rtp stream and set the
1412         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1413         Fixes #499383
1414
1415 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1416
1417         * gst/level/gstlevel.c:
1418           Remove some dead code and do cleanups.
1419
1420 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1421
1422         * tests/check/pipelines/simple-launch-lines.c:
1423           Improve the tests by allowing to set a target state.
1424
1425 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1426
1427         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1428         Don't check the caps of the output buffer if they're equal some
1429         other caps. The caps can change in a backward compatible way
1430         and did at this point.
1431
1432 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1433
1434         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1435         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1436         (gst_qtdemux_seek_to_previous_keyframe),
1437         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1438         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1439         reverse playback support.
1440
1441 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1442
1443         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1444         Also set the channel layout on the Wavpack caps if we're having
1445         a mono layout. Of course only do it for "audio/x-wavpack".
1446
1447 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1448
1449         * ext/wavpack/gstwavpackcommon.c:
1450         (gst_wavpack_get_default_channel_mask),
1451         (gst_wavpack_set_channel_layout),
1452         (gst_wavpack_get_default_channel_positions),
1453         (gst_wavpack_get_channel_mask_from_positions),
1454         (gst_wavpack_set_channel_mapping):
1455         * ext/wavpack/gstwavpackcommon.h:
1456         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1457         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1458         * ext/wavpack/gstwavpackdec.h:
1459         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1460         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1461         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1462         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1463         (gst_wavpack_enc_rewrite_first_block),
1464         (gst_wavpack_enc_sink_event):
1465         * ext/wavpack/gstwavpackenc.h:
1466         * ext/wavpack/gstwavpackparse.c:
1467         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1468         (gst_wavpack_parse_scan_to_find_sample),
1469         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1470         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1471         * ext/wavpack/gstwavpackparse.h:
1472         Add support for encoding, parsing and decoding multichannel
1473         files with up to 8 channels. This also improves the robustness
1474         of parsing quite a bit.
1475
1476         * ext/wavpack/gstwavpackstreamreader.c:
1477         (gst_wavpack_stream_reader_read_bytes),
1478         (gst_wavpack_stream_reader_get_pos),
1479         (gst_wavpack_stream_reader_set_pos_abs),
1480         (gst_wavpack_stream_reader_set_pos_rel),
1481         (gst_wavpack_stream_reader_push_back_byte),
1482         (gst_wavpack_stream_reader_get_length),
1483         (gst_wavpack_stream_reader_can_seek),
1484         (gst_wavpack_stream_reader_write_bytes):
1485         Improve debugging.
1486
1487 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1488
1489         * ext/libpng/gstpngdec.c:
1490         * ext/libpng/gstpngdec.h:
1491           Don't release the png-memory from within the callback.
1492
1493 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1494
1495         Patch by: René Stadler <mail at renestadler dot de>
1496
1497         * ext/libpng/gstpngenc.c:
1498           Don't leak buffer data memory. Fixes #498395.
1499
1500 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1501
1502         Patch by: René Stadler <mail at renestadler dot de>
1503
1504         * tests/check/pipelines/simple-launch-lines.c:
1505           Tests for #498395.
1506
1507 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1508
1509         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1510         (gst_tag_lib_mux_adjust_event_offsets):
1511         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1512         * sys/osxaudio/Makefile.am:
1513         * sys/osxvideo/cocoawindow.h:
1514         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1515
1516 2007-11-15  David Schleef  <ds@schleef.org>
1517
1518         * ext/cairo/gsttextoverlay.c:
1519           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1520
1521 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1522
1523         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1524
1525         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1526         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1527         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1528         * gst/rtp/gstrtpmp2tpay.h:
1529         Fill the MTU with as many packets as possible. Fixes #491323.
1530
1531 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1532
1533         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1534
1535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1536         Fix some more leaks. Fixes #497007.
1537
1538 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1539
1540         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1541
1542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1543         (gst_rtspsrc_stream_configure_tcp):
1544         Fix 3 pad leaks. Fixes #496983.
1545
1546 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1547
1548         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1549
1550         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1551         Fix small leak. Fixes #497017.
1552
1553 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1554
1555         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1556         (gst_qtdemux_prepare_current_sample),
1557         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1558         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1559         * gst/qtdemux/qtdemux_fourcc.h:
1560         * gst/qtdemux/qtdemux_types.c:
1561         Add suppport for theora in quicktime according to XiphQT.
1562
1563 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1564
1565         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1566         (gst_v4l2src_init), (gst_v4l2src_set_property),
1567         (gst_v4l2src_get_property):
1568         * sys/v4l2/gstv4l2src.h:
1569         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1570           Always copy buffers by default (handle safer with bugged drivers)
1571           and added a property to make it possible to use mmap effectively (no
1572           copy if possible) when application wants to. Fixes: #480557.
1573
1574 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1575
1576         * gst/id3demux/id3tags.c:
1577         * gst/id3demux/id3tags.h:
1578         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1579           We don't want the same string multiple times in a tag list for the
1580           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1581           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1582
1583 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1584
1585         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1586           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1587           into ID3v2 TXXX frames (fixes #347848).
1588
1589 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1592           Don't leak sdp message contents (fixes #496773).
1593
1594         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1595           Don't leak URI string.
1596
1597 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1598
1599         Patch by: Julien Puydt <julien dot puydt at laposte net>
1600
1601         * ext/raw1394/Makefile.am:
1602         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1603           (gst_1394_property_probe_get_properties),
1604           (gst_1394_property_probe_probe_property),
1605           (gst_1394_property_probe_needs_probe),
1606           (gst_1394_property_probe_get_values),
1607           (gst_1394_property_probe_interface_init),
1608           (gst_1394_type_add_property_probe_interface):
1609         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1610         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1611           (gst_dv1394src_init), (gst_dv1394src_dispose),
1612           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1613           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1614           (gst_dv1394src_update_device_name):
1615         * ext/raw1394/gstdv1394src.h:
1616           Implement GstPropertyProbe interface and add "device-name" property,
1617           so applications can use this to probe for available devices in the
1618           same way they can already with v4lsrc and v4l2src (however horrible
1619           this property probe interface may be). Fixes #358841.
1620
1621 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1624
1625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1626           (gst_rtspsrc_parse_range):
1627           Don't leak event, don't leak range (fixes #496752).
1628
1629 2007-11-14  Michael Smith <msmith@fluendo.com>
1630
1631         Patch by: Arek Korbik <arkadini@gmail.com>
1632
1633         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1634           Detect RGBA/BGRA correctly on little endian systems.
1635
1636 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1637
1638         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1639           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1640           corresponding ioctl() call fails even though the driver claims to
1641           support this format, just fall back to the pre-2.6.19 kernel
1642           routine that creates caps with suitable height and width ranges
1643           (see #448278).
1644
1645 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1646
1647         Patch by: Mark Nauwelaerts <manauw skynet be>
1648
1649         * gst/matroska/matroska-demux.c:
1650           (gst_matroska_demux_push_dvd_clut_change_event),
1651           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1652           (gst_matroska_demux_subtitle_caps):
1653         * gst/matroska/matroska-ids.h:
1654           Extract palette data for dvd subpicture streams and send it
1655           downstream as custom gstreamer dvd event (fixes #453417).
1656
1657 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1658
1659         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1660           Implement minimal parsing of the passed pango font description
1661           string, so passing a font size works the same as with the
1662           pango textoverlay plugin; fixes #455086.
1663           (Maybe we could just use pangocairo here at some point).
1664
1665 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1666
1667         * gst/avi/gstavidemux.c:
1668         * gst/wavparse/gstwavparse.c:
1669           Return the result in _activate_pull(). Don't ref element there.
1670
1671 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1672
1673         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1674         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1675         (gst_wavparse_srcpad_event):
1676           Ref the element when we should, but not when we its not needed. Reflow
1677           the event_handling to not leak the event.       
1678
1679 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1680
1681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1682         (qtdemux_parse_samples):
1683         Properly free QTDemuxSamples array.
1684         Protect table write with a sensible check, some files apparently DO contain
1685         stts values starting with 0 :(
1686
1687 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1688
1689         * gst/avi/gstavidemux.c:
1690         * gst/qtdemux/qtdemux.c:
1691           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1692           previous commit messed up.
1693
1694 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1695
1696         * gst/avi/gstavidemux.c:
1697         * gst/qtdemux/qtdemux.c:
1698           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1699           element when we should, but not when we its not needed.
1700
1701 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1702
1703         * gst/wavparse/gstwavparse.c:
1704           Return FALSE if we can't handle a query instead of changing the
1705           format. Ignore fact when dealing with mpeg audio.
1706
1707 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1708
1709         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1710
1711         * configure.ac:
1712         * gst/udp/gstdynudpsink.c:
1713         * gst/udp/gstdynudpsink.h:
1714         * gst/udp/gstmultiudpsink.c:
1715         * gst/udp/gstmultiudpsink.h:
1716         * gst/udp/gstudpsink.c:
1717         * gst/udp/gstudpsink.h:
1718           Fix includes for MSVC and GLib-2.14.0 (#492388).
1719
1720         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1721           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1722
1723 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1724
1725         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1726         (gst_mulawdec_chain):
1727         * gst/law/mulaw-decode.h:
1728         Calculate outgoing buffer duration if incoming buffer didn't have a
1729         valid duration.
1730
1731 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1732
1733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1734         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1735         Smarter combine_flow code that also deals with downstream elements
1736         returning UNEXPECTED when they receive data out of the segment
1737         boundaries. Fixes #491305.
1738
1739 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         * sys/v4l2/v4l2src_calls.c:
1742           Fix 'unused variable' compiler warning when compiling against
1743           older kernel headers.
1744
1745 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1746
1747         * ext/taglib/gstid3v2mux.cc (add_funcs):
1748           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1749
1750 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1751
1752         * tests/check/pipelines/simple-launch-lines.c:
1753            Improve the tests a little more.
1754
1755 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1756
1757         patch by: Yun Zheng Hu
1758
1759         * sys/osxaudio/gstosxaudiosrc.c:
1760         Use default input device instead of default output device and
1761         only memcpy actual available bytes.
1762
1763 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1764
1765         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1766           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1767           early. It is temporary until we find something better.
1768
1769 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1770
1771         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1772
1773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1774         Fix race when pausing a RTSP stream in interleaved.
1775         Fixes #475784.
1776
1777 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1778
1779         Patch by: Peter Kjellerstedt <pkj at axis com>
1780
1781         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1782         Use correct unref function for buffers. #488844.
1783
1784 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1785
1786         * gst/avi/gstavimux.c:
1787         * tests/check/elements/avimux.c:
1788           Add some debug and sync tests with the fix.     
1789
1790 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1791
1792         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1793
1794         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1795         When the socket is used by the app for other purposes, don't generate an
1796         error if there is activaty on the socket that is not data related.
1797         Fixes #487488.
1798
1799 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1800
1801         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1802         (gst_v4l2src_grab_frame):
1803         Add some more debug info. Generate an error when we run out of buffers
1804         for some reason. See #480557.
1805
1806 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1807
1808         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1809
1810         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1811         Set marker bit correctly.
1812
1813 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1814
1815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1816         Use allowed name for the GstStructure.
1817
1818 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * ext/gconf/gstswitchsink.c:
1821         * gst/autodetect/gstautoaudiosink.c:
1822           Use new gst_bus_pop_filtered().
1823
1824 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * sys/v4l2/gstv4l2src.c:
1827         * sys/v4l2/v4l2src_calls.c:
1828           When probing the formats and sizes a camera supports, make
1829           sure the best ones (highest resolution, prefered format)
1830           end up at the beginning of the probed caps and the less
1831           desirable ones at the end.  This is important because the
1832           order within the caps matters for things like fixation and
1833           negotiation, ie. what format is chosen in the end.
1834           With recent kernels, the current probing code will end up
1835           querying the supported sizes from lowest resolution to
1836           highest resolution, adding them to the probed caps in that
1837           order, resulting to v4l2src fixating to the lowest possible
1838           resolution if downstream does not express a size preference.
1839           Also make up a somewhat random ranking of prefered output
1840           formats for the same reason. Fixes #485828.
1841         
1842 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1845
1846         * gst/id3demux/id3v2frames.c:
1847           Extract license/copyright URIs from ID3v2 WCOP frames
1848           (Fixes #447000).
1849
1850         * tests/check/elements/id3demux.c:
1851         * tests/files/Makefile.am:
1852         * tests/files/id3-447000-wcop.tag:
1853           Add simple unit test.
1854
1855 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1856
1857         * ext/taglib/gstid3v2mux.cc:
1858           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1859           Prerequisite for #447000.
1860
1861 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1862
1863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1864         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1865         a GstClockTime.
1866
1867 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1868
1869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1870         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1871         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1872         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1873         (gst_rtspsrc_change_state):
1874         More seeking fixes, mostly passing around the new playback segment in
1875         order to configure it properly.
1876         Also reset base_time of udp sources when setting them back to PLAYING as
1877         a temporary hack until core supports seek in live sources properly.
1878
1879 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1880
1881         * gst/rtp/gstrtpmp4adepay.c:
1882         Fix caps as to not confuse autopluggers.
1883
1884 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1885
1886         * gst/id3demux/gstid3demux.c:
1887         * gst/id3demux/gstid3demux.h:
1888         * gst/id3demux/id3tags.c:
1889         * gst/id3demux/id3tags.h:
1890         * gst/id3demux/id3v2frames.c:
1891           Port ID3 tag demuxer over to the new GstTagDemux in -base
1892           (now would be a good time to test re-importing your music
1893           collection).
1894
1895 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1896
1897         * gst/apetag/Makefile.am:
1898         * gst/apetag/gstapedemux.c:
1899         * gst/apetag/gstapedemux.h:
1900         * gst/apetag/gsttagdemux.c:
1901         * gst/apetag/gsttagdemux.h:
1902           Port APE tag demuxer over to the new GstTagDemux in -base.
1903
1904 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1905
1906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1907         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1908         (gst_rtspsrc_handle_internal_src_query),
1909         (gst_rtspsrc_handle_src_query), (new_session_pad),
1910         (gst_rtspsrc_stream_configure_tcp),
1911         (gst_rtspsrc_stream_configure_transport),
1912         (gst_rtspsrc_loop_send_cmd):
1913         Improve flushing behaviour.
1914         Set state of the udp sources to PAUSE/PLAYING correctly.
1915         Handle events and queries for UDP and TCP transport now.
1916
1917 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1918
1919         * gst/rtp/gstrtpgsmdepay.c:
1920         * gst/rtp/gstrtpgsmpay.c:
1921           Add log category.
1922
1923 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1924
1925         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1926
1927         * tests/check/Makefile.am:
1928         * tests/check/pipelines/simple-launch-lines.c:
1929           Add unit tests for payloaders/depayloaders.
1930
1931 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1932
1933         * gst/avi/gstavimux.c:
1934         * gst/avi/gstavimux.h:
1935           Also save codec data for audio streams. Fixes #482495.
1936
1937 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1938
1939         * gst/avi/gstavimux.c:
1940           Fix "Index entry has invalid stream nr 1".
1941           Add support for muxing aac - work in progress (see #482495).
1942
1943 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1944
1945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1946         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1947         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1948         * gst/rtsp/gstrtspsrc.h:
1949         Parse bandwidth modifiers, they are not yet configured in the session
1950         manager because we don't have an API for that yet.
1951
1952 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1953
1954         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1955         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1956         Use shiny new function in -base to get the default clock-rate.
1957         Update some docs.
1958
1959 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1960
1961         * win32/MANIFEST:
1962         Add files to win32 manifest.
1963         * win32/vs6/libgstaudiofx.dsp:
1964         * win32/vs6/libgstqtdemux.dsp:
1965         * win32/vs6/libgstrtp.dsp:
1966         * win32/vs6/libgstrtsp.dsp:
1967         Update project files.
1968
1969 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1970
1971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1972         (gst_rtspsrc_play):
1973         * gst/rtsp/gstrtspsrc.h:
1974         In TCP mode, only timestamp the first buffer. TCP is not real time and
1975         it does not make sense to try to skew compensate, also some servers send
1976         the first batch of data in a burst.
1977
1978 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1979
1980         * gst/matroska/matroska-demux.c:
1981           Fix setting the discont flag on the first buffer
1982           pushed downstream for formats with private codec
1983           data that needs to be deserialised into buffers
1984           (such as vorbis and FLAC when in a matroska container).
1985
1986 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1987
1988         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1989
1990         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1991         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1992         (gst_rtp_mp4v_pay_handle_buffer):
1993         * gst/rtp/gstrtpmp4vpay.h:
1994         Free the config string. Fixes #480707.
1995         Clean up the timestamp code a little.
1996
1997 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1998
1999         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2000         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2001         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2002         * gst/rtsp/gstrtspsrc.h:
2003         Set timestamps on RTP buffers in interleaved mode.
2004         Mark first buffers with a DISCONT.
2005         Remove flush hack now that sync for live sources has been figured out.
2006
2007 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2008
2009         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2010         Update documentation.
2011
2012 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2013
2014         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2015         (gst_rtp_xqt_depay_change_state):
2016         * gst/qtdemux/gstrtpxqtdepay.h:
2017         Fail if we don't know the quicktime format.
2018
2019 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2020
2021         * ext/flac/gstflacenc.c:
2022         * ext/flac/gstflacenc.h:
2023           Save the flow return from the last gst_pad_push() and
2024           make sure we pass the right flow return value upstream
2025           in the case of failure; minor clean-ups.
2026
2027 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * ext/taglib/gstapev2mux.cc:
2030         * ext/taglib/gstid3v2mux.cc:
2031         * gst/apetag/gstapedemux.c:
2032           Add support for the new GST_TAG_COMPOSER (#459809).
2033
2034 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2035
2036         * gst/law/alaw-decode.c:
2037         * gst/law/alaw-decode.h:
2038         * gst/law/alaw-encode.c:
2039         * gst/law/alaw-encode.h:
2040         * gst/law/alaw.c:
2041         * gst/law/mulaw-conversion.h:
2042           Compulsive clean-ups: use boilerplate macros, add debug
2043           categories, fix up things to conform to symbol nomenklatura,
2044           etc.
2045
2046 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2049
2050         * gst/law/alaw-decode.c:
2051         * gst/law/alaw-encode.c:
2052           Use static tables for A-Law decoding and encoding; this makes
2053           A-Law decoding and encoding less CPU-intensive, but increases
2054           the binary size a bit. Leaving old code around for now,
2055           selectable by a define in the code. Fixes #435435.
2056
2057 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2058
2059         * configure.ac:
2060         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2061         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2062         in configure.ac.
2063
2064 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2065
2066         Patch by: Jan Gerber <j at bootlab dot org>
2067
2068         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2069         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2070
2071 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2072
2073         * sys/oss/gstosshelper.c:
2074           Use GST_WARNING instead of a g_critical. This situation is not caused
2075           by the application.
2076
2077 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2078
2079         * po/LINGUAS:
2080         * po/nl.po:
2081           Updated translations.
2082
2083 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2084
2085         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2086
2087         * po/eu.po:
2088           Added Basque translation.
2089
2090 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2091
2092         translated by: Abel Cheung <abelcheung@gmail.com>
2093
2094         * po/zh_HK.po:
2095         * po/zh_TW.po:
2096           Added Chinese (traditional and Hong Kong) translation.
2097
2098 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2099
2100         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2101
2102         * po/pl.po:
2103           Added Polish translation.
2104
2105 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2106
2107         translated by: Ilkka Tuohela <hile@iki.fi>
2108
2109         * po/fi.po:
2110           Added Finnish translation.
2111
2112 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2113
2114         translated by: Jorge González González <aloriel@gmail.com>
2115
2116         * po/es.po:
2117           Added Spanish translation.
2118
2119 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2120
2121         translated by: Mogens Jaeger <mogens@jaeger.tf>
2122
2123         * po/da.po:
2124           Added Danish translation.
2125
2126 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2127
2128         translated by: Funda Wang <fundawang@linux.net.cn>
2129
2130         * po/zh_CN.po:
2131           Added Chinese (simplified) translation.
2132
2133 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2134
2135         translated by: Alexander Shopov <ash@contact.bg>
2136
2137         * po/bg.po:
2138           Added Bulgarian translation.
2139
2140 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2141
2142         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2143         Set outgoing packet duration because we can. Fixes #478244 some more.
2144
2145 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2146
2147         * ext/cairo/gsttextoverlay.c:
2148           Add info about static leak.
2149         
2150         * tests/check/Makefile.am:
2151         * tests/check/generic/states.c:
2152           Improved state change unit test.
2153
2154 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2155
2156         * docs/plugins/.cvsignore:
2157         * tests/check/.cvsignore:
2158           Ignore registries in any format.
2159
2160 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2161
2162         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2163         Removed some unused code.
2164
2165         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2166         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2167         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2168         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2169         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2170         (gst_rtp_theora_pay_flush_packet):
2171         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2172         Try to preserve the incomming buffer duration on the outgoing
2173         packets. Fixes #478244.
2174
2175 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2176
2177         * ext/taglib/gstapev2mux.cc:
2178         * ext/taglib/gstid3v2mux.cc:
2179           Work around compiler warnings with g++-4.2 when assigning a
2180           string constant to a gchar * (partially fixes #478092).
2181
2182 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2183
2184         * configure.ac:
2185           We require core CVS now for gst_base_src_set_do_timestamp().
2186
2187 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2188
2189         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2191         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2192         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2193         (gst_rtspsrc_handle_message):
2194         Fix compiler warnings shown with Forte.
2195
2196 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2197
2198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2199         (gst_rtspsrc_dup_printf):
2200         Give meaningfull error when all streams failed to configure for some
2201         reason.
2202
2203 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2204
2205         * gst/rtp/README:
2206         Update README with the design for synchronisation rules of RTP on
2207         sender and receiver.
2208
2209 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2210
2211         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2212         (gst_wavparse_chain):
2213         Don't push EOS from the chain function, the element
2214         driving the pipeline is responsible for this. The bug
2215         this was meant to fix seems to be queue not forwarding
2216         EOS in all cases (see #476514).
2217
2218 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2219
2220         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2221         (gst_level_transform_ip):
2222         * gst/level/gstlevel.h:
2223         Use basetransform segment so that it is correctly managed on flushes and
2224         start/stop.
2225         Report message timestamp as stream time, which is what an application
2226         can understand.
2227
2228 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2229
2230         * ext/taglib/gstapev2mux.cc:
2231         * ext/taglib/gstapev2mux.h:
2232         * ext/taglib/gsttaglibmux.c:
2233         * tests/check/elements/apev2mux.c:
2234         Update my mail address.
2235
2236 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2237
2238         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2239         (gst_wavparse_loop), (gst_wavparse_chain):
2240         Add EOS logic for the push-based mode too. Fixes #476514.
2241
2242 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2243
2244         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2245         * gst/law/alaw-encode.h:
2246         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2247         (gst_mulawenc_chain):
2248         * gst/law/mulaw-encode.h:
2249         Fix law encoder timestamps.
2250
2251 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2252
2253         * ext/gconf/gstgconfaudiosink.c:
2254           Fix warning when building without debug.
2255
2256         * sys/oss/gstossmixertrack.c:
2257           Use const like in alsamixertrack.c (fixes warnings).
2258
2259 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2260
2261         * sys/v4l2/v4l2src_calls.c:
2262         (gst_v4l2src_probe_caps_for_format_and_size):
2263         Fix framerate detection code some more.
2264         Handle the case where there is a weird step in the stepwise framerates.
2265         Don't overwrite the min interval with the framerate, use a temp variable
2266         instead.
2267         Use max in the Continuous framerate intervals instead of step, which is
2268         1 according to the docs. Fixes #475424.
2269
2270 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2271
2272         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2273         Make udpsrc timestamp outgoing buffers based on when they were received.
2274         Also make it output a segment in time.
2275
2276 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2277
2278         * gst/avi/gstavidemux.c:
2279           Plug a little leak. Little code cleanups.
2280
2281 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2282
2283         * configure.ac:
2284           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2285           flac versions, 's good for cross-compilation karma.
2286
2287 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2288
2289         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2290
2291         * gst/rtp/gstrtph263pay.c:
2292           Fix up header structure so that compilers don't add padding
2293           between the structure fields, since that would lead to us
2294           sending RTP packets with broken headers (as is currently the
2295           case when compiling with MSVC). Also see similar fixes in
2296           libgstrtp in gst-plugins-base. (#474616; #471194)
2297
2298 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2299
2300         * sys/v4l2/v4l2src_calls.c:
2301         (gst_v4l2src_probe_caps_for_format_and_size):
2302         Don't overwrite our GValue with 0 but instead use the previously
2303         computed value. Fixes #471823 some more.
2304
2305 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2306
2307         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2308           No tabs in this file please, or gtk-doc will end up documenting
2309           rather absurd class hierarchies.
2310
2311 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2312
2313         * ext/gconf/gstswitchsink.c:
2314           If the new kid element fails to change state for some reason
2315           (e.g. esdsink not being able to connect to the sound server),
2316           forward the error message it posted on the bus instead of just
2317           posting a generic 'Internal state change error: please file a
2318           bug' error message. Fixes #471364.
2319
2320 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2321
2322         * gst/qtdemux/Makefile.am:
2323         * gst/qtdemux/qtdemux.c:
2324           Don't assume tags are encoded as UTF-8 (#473670).
2325
2326 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2327
2328         * sys/v4l2/gstv4l2src.c:
2329         * sys/v4l2/gstv4l2src.h:
2330         * sys/v4l2/v4l2src_calls.c:
2331           Implement LATENCY queries in the crudest way possible so I don't
2332           have to use sync=false any longer when testing with videosinks.
2333
2334 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2335
2336         * configure.ac:
2337           Fix build.
2338
2339 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2340
2341         * sys/v4l2/v4l2src_calls.c:
2342         (gst_v4l2src_probe_caps_for_format_and_size):
2343         Add some more debugging in the framerate function.
2344         Iterate stepwise framerate up to and _including_ the max and if nothing
2345         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2346         don't end up with an empty list. Fixes #471823
2347
2348 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2349
2350         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2351         (gst_multiudpsink_set_clients_string),
2352         (gst_multiudpsink_get_clients_string),
2353         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2354         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2355         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2356         (gst_multiudpsink_clear):
2357         Add property do configure destination address/port pairs
2358         API:GstMultiUDPSink::clients
2359
2360 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2361
2362         * tests/examples/Makefile.am:
2363         * tests/examples/rtp/Makefile.am:
2364         * tests/examples/rtp/client-H263p-AMR.sh:
2365         * tests/examples/rtp/client-H263p-PCMA.sdp:
2366         * tests/examples/rtp/client-H263p-PCMA.sh:
2367         * tests/examples/rtp/client-H264-PCMA.sdp:
2368         * tests/examples/rtp/client-H264-PCMA.sh:
2369         * tests/examples/rtp/client-PCMA.sh:
2370         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2371         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2372         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2373         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2374         Added some RTP example scripts for sending and receiving RTP streams.
2375
2376 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2377
2378         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2379         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2380         Restructure the setcaps function so that we can also compute the
2381         expected GStreamer output size of the video frames.
2382         Set frame_byte_size correctly so that read-based devices have a chance
2383         of working correctly.
2384         When grabbing a frame, discard frames that are not of the expected size.
2385         Some cameras don't output the right framesize for the first buffer.
2386         Try only a couple of times to get a valid frame, else error out.
2387
2388         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2389         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2390         Add some more debug info when scanning the device.
2391
2392         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2393         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2394         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2395         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2396         Add some more debug info when dequeing a frame.
2397
2398 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2399
2400         * gst/wavparse/gstwavparse.c:
2401           More code cleanups. Add some more comment and improve debugs logs.
2402
2403 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2404
2405         * gst/wavparse/gstwavparse.c:
2406         * gst/wavparse/gstwavparse.h:
2407           Implement seek-query. Refactor duration calculations. Appropriate use
2408           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2409           out of loops.
2410
2411 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2412
2413         * gst/avi/gstavidemux.c:
2414           Implement seek-query.
2415
2416 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2417
2418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2419         (gst_rtspsrc_dup_printf):
2420         Use new basesink async property to make sparse RTCP packet not wait for
2421         preroll.
2422
2423 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2424
2425         * gst/audiofx/Makefile.am:
2426         Dist the right file.
2427
2428 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2429
2430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2431         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2432         Make sure we generate and parse floating point values in the POSIX
2433         locale instead of the current locale. 
2434
2435 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2436
2437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2438         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2439         (gst_rtspsrc_play):
2440         * gst/rtsp/gstrtspsrc.h:
2441         Fix method detection again.
2442         Keep track of when we must send a Range header.
2443         Use segment values for Range, Speed and Scale headers.
2444         Parse Speed and Scale headers to update the segment values.
2445
2446 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2447
2448         patch by: Mark Nauwelaerts <manauw@skynet.be>
2449
2450         * sys/v4l2/v4l2src_calls.c:
2451           Handle optional v4l2 ioctls gracefully.
2452
2453 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2454
2455         * gst/rtp/Makefile.am:
2456         * gst/rtp/gstrtp.c: (plugin_init):
2457         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2458         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2459         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2460         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2461         (gst_rtp_h263_depay_get_property),
2462         (gst_rtp_h263_depay_change_state),
2463         (gst_rtp_h263_depay_plugin_init):
2464         * gst/rtp/gstrtph263depay.h:
2465         Added an H263 depayloader. Fixes #369392.
2466
2467         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2468         (gst_rtp_h263p_depay_process):
2469         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2470         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2471         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2472         payloads.
2473         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2474
2475 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2476
2477         * gst/audiofx/audiochebyshevfreqband.c:
2478         * gst/audiofx/audiochebyshevfreqlimit.c:
2479         Add small comparision with the windowed sinc filters in the docs.
2480
2481 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2482
2483         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2484         (audiochebyshevfreqband_suite):
2485         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2486         (audiochebyshevfreqlimit_suite):
2487         Also test 32 bit float mode and the type 2 variants of the filters.
2488
2489 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2490
2491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2492         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2493         (gst_rtspsrc_loop):
2494         Refactor the udp and interleaved loop function a bit.
2495
2496 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2497
2498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2499         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2500         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2501         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2502         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2503         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2504         * gst/rtsp/gstrtspsrc.h:
2505         Protect connection activity with a new lock, avoids deadlocks when going
2506         to PAUSED. Fixes #455808.
2507
2508 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2509
2510         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2511         Fix debug statement.
2512
2513 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2514
2515         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2516         Fix stray %u in debug line as spotted by Saur on IRC.
2517
2518 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2519
2520         * gst/audiofx/audiochebyshevfreqband.c:
2521         (gst_audio_chebyshev_freq_band_class_init):
2522         * gst/audiofx/audiochebyshevfreqlimit.c:
2523         (gst_audio_chebyshev_freq_limit_class_init):
2524         Use generator macros for the process functions for the different
2525         sample types, add lower upper boundaries for the GObject properties
2526         so automatically generated UIs can use sliders and add a note about
2527         the number of poles as a too high number of poles combined with
2528         very low or very high frequencies will produce only noise.
2529         * docs/plugins/gst-plugins-good-plugins.args:
2530         Regenerated for the property changes.
2531
2532 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2533
2534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2535         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2536         (gst_rtspsrc_stream_configure_udp_sink),
2537         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2538         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2539         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2540         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2541         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2542         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2543         * gst/rtsp/gstrtspsrc.h:
2544         Improve timeout handling.
2545         Use the same socket for sending and receiving RTCP packets so that some
2546         servers can track clients better.
2547         Improve connection closed handling. Try to reconnect.
2548         Don't overwrite our content base with NULL.
2549         Improve debugging.
2550         Improve range parsing and handling.
2551         Remove flushing hack now that core does the right thing.
2552
2553 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2554
2555         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2556         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2557         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2558         (gst_multiudpsink_close), (gst_multiudpsink_add):
2559         * gst/udp/gstmultiudpsink.h:
2560         Add support for getting and setting the socket to use.
2561
2562         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2563         (gst_udpsrc_create), (gst_udpsrc_get_property):
2564         Add support for getting the currently used socket.
2565
2566 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2567
2568         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2569
2570         * gst/audiofx/Makefile.am:
2571         * gst/audiofx/audiochebyshevfreqband.c:
2572         (gst_audio_chebyshev_freq_band_mode_get_type),
2573         (gst_audio_chebyshev_freq_band_base_init),
2574         (gst_audio_chebyshev_freq_band_dispose),
2575         (gst_audio_chebyshev_freq_band_class_init),
2576         (gst_audio_chebyshev_freq_band_init),
2577         (generate_biquad_coefficients), (calculate_gain),
2578         (generate_coefficients),
2579         (gst_audio_chebyshev_freq_band_set_property),
2580         (gst_audio_chebyshev_freq_band_get_property),
2581         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2582         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2583         (gst_audio_chebyshev_freq_band_start):
2584         * gst/audiofx/audiochebyshevfreqband.h:
2585         * gst/audiofx/audiochebyshevfreqlimit.c:
2586         (gst_audio_chebyshev_freq_limit_mode_get_type),
2587         (gst_audio_chebyshev_freq_limit_base_init),
2588         (gst_audio_chebyshev_freq_limit_dispose),
2589         (gst_audio_chebyshev_freq_limit_class_init),
2590         (gst_audio_chebyshev_freq_limit_init),
2591         (generate_biquad_coefficients), (calculate_gain),
2592         (generate_coefficients),
2593         (gst_audio_chebyshev_freq_limit_set_property),
2594         (gst_audio_chebyshev_freq_limit_get_property),
2595         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2596         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2597         (gst_audio_chebyshev_freq_limit_start):
2598         * gst/audiofx/audiochebyshevfreqlimit.h:
2599         * gst/audiofx/audiofx.c: (plugin_init):
2600         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2601         Fixes #464800.
2602
2603         * tests/check/Makefile.am:
2604         * tests/check/elements/.cvsignore:
2605         * tests/check/elements/audiochebyshevfreqband.c:
2606         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2607         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2608         * tests/check/elements/audiochebyshevfreqlimit.c:
2609         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2610         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2611         Add unit tests for the chebyshev filters.
2612
2613         * docs/plugins/Makefile.am:
2614         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2615         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2616         * docs/plugins/gst-plugins-good-plugins.args:
2617         * docs/plugins/inspect/plugin-1394.xml:
2618         * docs/plugins/inspect/plugin-audiofx.xml:
2619         * docs/plugins/inspect/plugin-dv.xml:
2620         * docs/plugins/inspect/plugin-flac.xml:
2621         * docs/plugins/inspect/plugin-jpeg.xml:
2622         * docs/plugins/inspect/plugin-png.xml:
2623         * docs/plugins/inspect/plugin-rtp.xml:
2624         * docs/plugins/inspect/plugin-shout2send.xml:
2625         * docs/plugins/inspect/plugin-wavpack.xml:
2626         And add docs for the chebyshev filters. While doing
2627         that also run make update in docs/plugins.
2628
2629 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2630
2631         * ext/annodex/gstcmmltag.c:
2632         * gst/rtp/gstrtpvorbispay.c:
2633           Make ro memory to share.
2634
2635 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2636
2637         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2638         Improve UDP performance by avoiding a select() when we have data
2639         available immediatly.
2640
2641 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2642
2643         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2644         (gst_rtp_dec_class_init):
2645         * gst/rtsp/gstrtpdec.h:
2646         Add (dummy) SSRC management signals.
2647
2648         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2649         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2650         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2651         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2652         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2653         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2654         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2655         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2656         * gst/rtsp/gstrtspsrc.h:
2657         Add connection-speed property.
2658         Add find_stream helper functions.
2659         Handle stream EOS based on BYE messages or SSRC timeout.
2660         Returns SUCCESS from the state change function as we hide our async
2661         elements from the parent.
2662
2663 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2664
2665         * gst/debug/rndbuffersize.c:
2666           Fix da leak.
2667
2668 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2669
2670         * gst/debug/Makefile.am:
2671         * gst/debug/breakmydata.c:
2672         * gst/debug/gstdebug.c:
2673         * gst/debug/negotiation.c:
2674         * gst/debug/progressreport.c:
2675         * gst/debug/rndbuffersize.c:
2676         * gst/debug/testplugin.c:
2677           Add new test element and clean-up the others a little.
2678
2679 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2680
2681         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2682         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2683
2684 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2685
2686         * gst/rtp/gstrtpilbcdepay.c:
2687           Include stdlib.
2688
2689 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2690
2691         * gst/rtp/gstrtpmpvdepay.c:
2692         Set the mpegversion in the caps so that autoplugging does not get
2693         confused.
2694
2695 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2696
2697         * po/hu.po:
2698         * po/uk.po:
2699         * po/vi.po:
2700           Updated translations.
2701
2702 2007-08-08  Michael Smith <msmith@fluendo.com>
2703
2704         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2705           Render right border in the correct location.
2706
2707 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2708
2709         Patch by: Olivier Crete <tester at tester dot ca>
2710
2711         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2712         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2713         Make mode property a string. Fixes #464475.
2714
2715 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2716
2717         * ext/flac/gstflacenc.c:
2718           Widen caps to match decoder a bit and add more FIXMEs.
2719
2720 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2721
2722         patch by: Mark Nauwelaerts <manauw@skynet.be>
2723
2724         * gst/avi/gstavimux.c:
2725           Fix ODML index tag numbering. Fixes #463624.
2726
2727 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2728
2729         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2730         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2731         (gst_rtspsrc_stream_configure_tcp),
2732         (gst_rtspsrc_stream_configure_udp_sink):
2733         Fix default clock-rate for realmedia.
2734         Fix parsing of transport.
2735         Don't try to link NULL pads.
2736
2737 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2738
2739         * po/POTFILES.skip:
2740           Add POTFILES.skip with list of source files that aren't disted at the
2741           moment but contain translatable strings. Should hopefully pacify
2742           broken tools and make it clearer that these files are left out
2743           intentionally (#461600).
2744
2745 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2746
2747         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2748         If the buffer was entirely clipped ... don't try sending it :)
2749
2750 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2751
2752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2753         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2754         (gst_rtspsrc_create_transports_string),
2755         (gst_rtspsrc_prepare_transports):
2756         If we don't hav a session manager, set the caps on outgoing buffers
2757         ourselves.
2758         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2759         Append final bit of the transport string even when it does not contain a
2760         placeholder.
2761
2762 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2763
2764         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2765         (gst_rtsp_ext_list_connect):
2766         * gst/rtsp/gstrtspext.h:
2767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2768         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2769         Clean up the interface list.
2770         Allow connecting to interface signals for the extensions.
2771         Remove old extension code.
2772         Free list on cleanup.
2773         Allow extensions to send additional RTSP messages.
2774
2775 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2776
2777         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2778         Handle a NULL gconf key gracefully by rendering the default element.
2779
2780 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2781
2782         * gst/rtsp/gstrtspext.h:
2783         Fix include path for extension interface.
2784
2785 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2786
2787         * gst/audiofx/audioamplify.h:
2788         Also remove a now unecessary variable here.
2789
2790 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2791
2792         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2793         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2794         * gst/audiofx/audiodynamic.c:
2795         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2796         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2797         * gst/audiofx/audiodynamic.h:
2798         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2799         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2800         * gst/audiofx/audioinvert.h:
2801         Don't save format information ourselves, this is already saved in
2802         GstAudioFilter.
2803
2804 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2805
2806         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2807         (gst_rtsp_ext_list_stream_select):
2808         * gst/rtsp/gstrtspext.h:
2809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2810         Use rank to filter out extensions.
2811         Add url to stream_select interface call.
2812
2813 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2814
2815         * gst/rtsp/Makefile.am:
2816         * gst/rtsp/base64.c:
2817         * gst/rtsp/base64.h:
2818         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2819         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2820         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2821         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2822         (gst_rtsp_ext_list_setup_media),
2823         (gst_rtsp_ext_list_configure_stream),
2824         (gst_rtsp_ext_list_get_transports),
2825         (gst_rtsp_ext_list_stream_select):
2826         * gst/rtsp/gstrtspext.h:
2827         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2828         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2829         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2830         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2831         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2832         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2833         (gst_rtspsrc_stream_configure_tcp),
2834         (gst_rtspsrc_stream_configure_mcast),
2835         (gst_rtspsrc_stream_configure_udp),
2836         (gst_rtspsrc_stream_configure_udp_sink),
2837         (gst_rtspsrc_stream_configure_transport),
2838         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2839         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2840         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2841         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2842         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2843         (gst_rtspsrc_parse_methods),
2844         (gst_rtspsrc_create_transports_string),
2845         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2846         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2847         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2848         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2849         * gst/rtsp/gstrtspsrc.h:
2850         * gst/rtsp/rtsp.h:
2851         * gst/rtsp/rtspconnection.c:
2852         * gst/rtsp/rtspconnection.h:
2853         * gst/rtsp/rtspdefs.c:
2854         * gst/rtsp/rtspdefs.h:
2855         * gst/rtsp/rtspext.h:
2856         * gst/rtsp/rtspextwms.c:
2857         * gst/rtsp/rtspextwms.h:
2858         * gst/rtsp/rtspmessage.c:
2859         * gst/rtsp/rtspmessage.h:
2860         * gst/rtsp/rtsprange.c:
2861         * gst/rtsp/rtsprange.h:
2862         * gst/rtsp/rtsptransport.c:
2863         * gst/rtsp/rtsptransport.h:
2864         * gst/rtsp/rtspurl.c:
2865         * gst/rtsp/rtspurl.h:
2866         * gst/rtsp/sdp.h:
2867         * gst/rtsp/sdpmessage.c:
2868         * gst/rtsp/sdpmessage.h:
2869         * gst/rtsp/test.c:
2870         Use shiny new RTSP and SDP library.
2871         Implement RTSP extensions using the new interface.
2872         Remove a lot of old code.
2873
2874 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2875
2876         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2877         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2878
2879 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2880
2881         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2882         Don't unref the outgoing buffer twice when dropping it because it's
2883         outside of the segment.
2884
2885 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2886
2887         * configure.ac:
2888         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2889         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2890         Use the new buffer clipping function from gstaudio here and
2891         require gst-plugins-base CVS.
2892         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2893         For framed Wavpack buffers we require a valid timestamp.
2894
2895 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2896
2897         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2898         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2899         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2900         Clip raw audio and video when we can, keep track of current output
2901         segment.
2902         Don't leak buffers and events when there is no output pad.
2903         Improve debugging here and there.
2904
2905 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2906
2907         * configure.ac:
2908           Sync liboil check with plugins-base.
2909
2910 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2911
2912         * ext/annodex/Makefile.am:
2913           Fix CFLAGS/LIBS.
2914
2915         * ext/cdio/gstcdiocddasrc.c:
2916         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2917           Include stdlib
2918
2919         * ext/cairo/Makefile.am:
2920         * gst/videofilter/Makefile.am:
2921         * tests/examples/level/Makefile.am:
2922           Use $(LIBM) instead of -lm
2923
2924 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2925
2926         * sys/v4l2/gstv4l2src.c:
2927           Add another example pipeline.
2928
2929 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2930
2931         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2932
2933         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2934           Use define here.
2935
2936         * sys/v4l2/gstv4l2tuner.c:
2937         (gst_v4l2_tuner_set_frequency_and_notify):
2938           Don't touch the property - its still disabled.
2939
2940         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2941         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2942         * sys/v4l2/v4l2src_calls.h:
2943           Improve fallback format negotionation. Fixes #451388
2944
2945 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2946
2947         * tests/check/elements/videocrop.c: (GST_START_TEST):
2948           Fix the test.
2949
2950 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2951
2952         * docs/plugins/Makefile.am:
2953         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2954         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2955         * docs/plugins/inspect/plugin-jpeg.xml:
2956         * docs/plugins/inspect/plugin-png.xml:
2957         * ext/jpeg/gstjpegdec.c:
2958         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2959         (gst_pngdec_sink_setcaps):
2960           More docs. More logs in pngdec.
2961
2962 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2963
2964         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2965           Initialize num_buffers with minimum value.
2966
2967         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2968         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2969           Handle frame-size query failure gracefully.
2970
2971 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2972
2973         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2974         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2975         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2976         of qt/aac files.
2977
2978 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2979
2980         * ext/wavpack/gstwavpackdec.c:
2981         (gst_wavpack_dec_clip_outgoing_buffer):
2982         Fix buffer clipping to correctly clip to the segment stop.
2983
2984 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2985
2986         * configure.ac:
2987         * tests/Makefile.am:
2988         Remove bogus check for libcheck, since we check for
2989         gstreamer-check and it pulls in the required info from there,
2990         and we weren't actually _using_ the information for libcheck
2991         ourselves anyway.
2992
2993 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2994
2995         * configure.ac:
2996           Use pkg-config to locate check.
2997
2998 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2999
3000         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3001         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3002         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3003         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3004         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3005         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3006         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3007         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3008         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3009         * gst/effectv/gstrev.c: (gst_revtv_transform):
3010         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3011         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3012         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3013         * gst/matroska/matroska-demux.c:
3014         (gst_matroska_demux_add_wvpk_header),
3015         (gst_matroska_demux_check_subtitle_buffer),
3016         (gst_matroska_decode_buffer):
3017         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3018           Fix build against core CVS.
3019
3020 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3021
3022         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3023         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3024         don't have enough granularity to convert that boolean into a
3025         GstFlowReturn.
3026
3027 2007-07-06  Michael Smith <msmith@fluendo.com>
3028
3029         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3030         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3031         (gst_alawdec_change_state):
3032         * gst/law/alaw-decode.h:
3033         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3034         (gst_mulawdec_class_init), (gst_mulawdec_init),
3035         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3036         * gst/law/mulaw-decode.h:
3037           Fix capsnego bogosity in *law decoders. 
3038
3039 2007-07-06  Michael Smith <msmith@fluendo.com>
3040
3041         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3042         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3043         (gst_smokeenc_change_state):
3044         * ext/jpeg/gstsmokeenc.h:
3045           Remove stupidity in get/set caps functions.
3046           Fix some refcounting problems.
3047
3048 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3049
3050         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3051         Remove endianness-flipping hack that seems to have been required
3052         only because of a bug in ffmpegcolorspace.
3053         Partially Fixes: #451908
3054
3055 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3056
3057         * docs/plugins/Makefile.am:
3058           Simplify --extra-dir as gtkdoc scans recursively.
3059
3060 2007-07-03  Wim Taymans  <wim@fluendo.com>
3061
3062         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3063
3064         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3065         Set the encoding-name in the rtp caps to all uppercase, as required by
3066         the caps spec.
3067         Some small cleanups in the error paths. Fixes #453037.
3068
3069 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3070
3071         * ext/wavpack/gstwavpackparse.c:
3072         (gst_wavpack_parse_index_get_last_entry),
3073         (gst_wavpack_parse_index_get_entry_from_sample),
3074         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3075         (gst_wavpack_parse_scan_to_find_sample):
3076         * ext/wavpack/gstwavpackparse.h:
3077         Use a GSList for the GArray that is used like a list anyway.
3078
3079 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3080
3081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3082         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3083         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3084           Add state change function where we set 0/1 as default framerate in
3085           case our setcaps function isn't called, like it might not in a
3086           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3087           gdkpixbufdec trying to create caps with a 0/0 framerate.
3088           Also post an error message on the bus if gst_pad_push() fails when
3089           called from our sink event handler (+1 for flow returns for event
3090           functions in 0.11) instead of failing silently.
3091
3092 2007-06-27  Wim Taymans  <wim@fluendo.com>
3093
3094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3095         Cast stack args to the proper types. Fixes #451249.
3096
3097 2007-06-27  Wim Taymans  <wim@fluendo.com>
3098
3099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3100         (new_session_pad), (gst_rtspsrc_setup_streams):
3101         * gst/rtsp/gstrtspsrc.h:
3102         For container formats we only need to activate one of the streams so
3103         that we correctly signal no-more-pads. Fixes #451015.
3104
3105 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3106
3107         * docs/plugins/gst-plugins-good-plugins.args:
3108         * docs/plugins/inspect/plugin-aasink.xml:
3109         * docs/plugins/inspect/plugin-alaw.xml:
3110         * docs/plugins/inspect/plugin-alpha.xml:
3111         * docs/plugins/inspect/plugin-alphacolor.xml:
3112         * docs/plugins/inspect/plugin-annodex.xml:
3113         * docs/plugins/inspect/plugin-apetag.xml:
3114         * docs/plugins/inspect/plugin-audiofx.xml:
3115         * docs/plugins/inspect/plugin-auparse.xml:
3116         * docs/plugins/inspect/plugin-autodetect.xml:
3117         * docs/plugins/inspect/plugin-avi.xml:
3118         * docs/plugins/inspect/plugin-cacasink.xml:
3119         * docs/plugins/inspect/plugin-cairo.xml:
3120         * docs/plugins/inspect/plugin-cdio.xml:
3121         * docs/plugins/inspect/plugin-cutter.xml:
3122         * docs/plugins/inspect/plugin-debug.xml:
3123         * docs/plugins/inspect/plugin-efence.xml:
3124         * docs/plugins/inspect/plugin-effectv.xml:
3125         * docs/plugins/inspect/plugin-esdsink.xml:
3126         * docs/plugins/inspect/plugin-flac.xml:
3127         * docs/plugins/inspect/plugin-flxdec.xml:
3128         * docs/plugins/inspect/plugin-gconfelements.xml:
3129         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3130         * docs/plugins/inspect/plugin-goom.xml:
3131         * docs/plugins/inspect/plugin-halelements.xml:
3132         * docs/plugins/inspect/plugin-icydemux.xml:
3133         * docs/plugins/inspect/plugin-id3demux.xml:
3134         * docs/plugins/inspect/plugin-jpeg.xml:
3135         * docs/plugins/inspect/plugin-ladspa.xml:
3136         * docs/plugins/inspect/plugin-level.xml:
3137         * docs/plugins/inspect/plugin-matroska.xml:
3138         * docs/plugins/inspect/plugin-mulaw.xml:
3139         * docs/plugins/inspect/plugin-multipart.xml:
3140         * docs/plugins/inspect/plugin-navigationtest.xml:
3141         * docs/plugins/inspect/plugin-ossaudio.xml:
3142         * docs/plugins/inspect/plugin-png.xml:
3143         * docs/plugins/inspect/plugin-quicktime.xml:
3144         * docs/plugins/inspect/plugin-rtp.xml:
3145         * docs/plugins/inspect/plugin-rtsp.xml:
3146         * docs/plugins/inspect/plugin-smpte.xml:
3147         * docs/plugins/inspect/plugin-speex.xml:
3148         * docs/plugins/inspect/plugin-taglib.xml:
3149         * docs/plugins/inspect/plugin-udp.xml:
3150         * docs/plugins/inspect/plugin-videobalance.xml:
3151         * docs/plugins/inspect/plugin-videobox.xml:
3152         * docs/plugins/inspect/plugin-videocrop.xml:
3153         * docs/plugins/inspect/plugin-videoflip.xml:
3154         * docs/plugins/inspect/plugin-videomixer.xml:
3155         * docs/plugins/inspect/plugin-wavenc.xml:
3156         * docs/plugins/inspect/plugin-wavparse.xml:
3157         * docs/plugins/inspect/plugin-ximagesrc.xml:
3158           Update docs with caps info.
3159
3160 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3161
3162         * po/POTFILES.in:
3163           Add more files with translatable strings (#450878).
3164
3165 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3166
3167         * MAINTAINERS:
3168         Updating all the maintainers files
3169
3170 2007-06-22  Edward Hervey  <edward@fluendo.com>
3171
3172         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3173         * gst/interleave/deinterleave.c: (deinterleave_init),
3174         (deinterleave_sink_link):
3175         * gst/interleave/interleave.c: (interleave_init):
3176         * gst/median/gstmedian.c: (gst_median_init):
3177         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3178         Fix memory leaks.
3179         * tests/check/elements/id3demux.c: (pad_added_cb):
3180         Remove unused variable.
3181
3182 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3183
3184         * ext/gconf/gconf.h:
3185         Make the prototype of gst_gconf_get_key_for_sink_profile
3186         match the implementation.
3187         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3188         Fixes: #449747
3189
3190 2007-06-20  Michael Smith <msmith@fluendo.com>
3191
3192         * gst/rtp/gstrtpdepay.c:
3193           Fix description - rtpdepay is not a payloader.
3194
3195 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3196
3197         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3198         (qtdemux_video_caps):
3199         * gst/qtdemux/qtdemux_fourcc.h:
3200           Add MJPG to the variants of motion jpeg.
3201
3202 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3203
3204         * tests/check/Makefile.am:
3205         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3206         * tests/check/elements/videocrop.c: (GST_START_TEST):
3207         * tests/check/elements/videofilter.c:
3208         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3209         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3210           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3211           error flags are included and it errors out on compiler warnings
3212           for CVS builds; remove unused variables in various unit tests.
3213
3214 2007-06-19  Wim Taymans  <wim@fluendo.com>
3215
3216         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3217         (rtsp_connection_close), (rtsp_connection_free):
3218         Use threadsafe inet_ntop to convert an ip number to a string. 
3219         Fixes #447961.
3220         Don't leak fd (and ip) when freeing a connection without first closing
3221         it.
3222
3223 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3224
3225         * configure.ac:
3226         Back to CVS
3227
3228         * gst-plugins-good.doap:
3229         Add 0.10.6 to the doap file.
3230
3231 === release 0.10.6 ===
3232
3233 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3234
3235         * configure.ac:
3236           releasing 0.10.6, "Wobble Board"
3237
3238 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3239
3240         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3241         (rtsp_connection_free):
3242           Revert previous commit again, since we are frozen (sorry).
3243
3244 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3245
3246         Patch by: Peter Kjellerstedt <pkj at axis com>
3247
3248         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3249         (rtsp_connection_free):
3250           inet_ntoa() uses a static buffer internally, so we need to copy the
3251           returned string if we want to store it for later (#447961).
3252
3253 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3254
3255         * win32/vs6/autogen.dsp:
3256         * win32/vs6/gst_plugins_good.dsw:
3257         * win32/vs6/libgstalaw.dsp:
3258         * win32/vs6/libgstalpha.dsp:
3259         * win32/vs6/libgstalphacolor.dsp:
3260         * win32/vs6/libgstapetag.dsp:
3261         * win32/vs6/libgstaudiofx.dsp:
3262         * win32/vs6/libgstauparse.dsp:
3263         * win32/vs6/libgstautodetect.dsp:
3264         * win32/vs6/libgstavi.dsp:
3265         * win32/vs6/libgstcutter.dsp:
3266         * win32/vs6/libgstdirectdraw.dsp:
3267         * win32/vs6/libgstdirectsound.dsp:
3268         * win32/vs6/libgsteffectv.dsp:
3269         * win32/vs6/libgstflx.dsp:
3270         * win32/vs6/libgstgoom.dsp:
3271         * win32/vs6/libgsticydemux.dsp:
3272         * win32/vs6/libgstid3demux.dsp:
3273         * win32/vs6/libgstinterleave.dsp:
3274         * win32/vs6/libgstjpeg.dsp:
3275         * win32/vs6/libgstlevel.dsp:
3276         * win32/vs6/libgstmatroska.dsp:
3277         * win32/vs6/libgstmedian.dsp:
3278         * win32/vs6/libgstmonoscope.dsp:
3279         * win32/vs6/libgstmulaw.dsp:
3280         * win32/vs6/libgstmultipart.dsp:
3281         * win32/vs6/libgstqtdemux.dsp:
3282         * win32/vs6/libgstrtp.dsp:
3283         * win32/vs6/libgstrtsp.dsp:
3284         * win32/vs6/libgstsmpte.dsp:
3285         * win32/vs6/libgstspeex.dsp:
3286         * win32/vs6/libgstudp.dsp:
3287         * win32/vs6/libgstvideobalance.dsp:
3288         * win32/vs6/libgstvideobox.dsp:
3289         * win32/vs6/libgstvideocrop.dsp:
3290         * win32/vs6/libgstvideoflip.dsp:
3291         * win32/vs6/libgstvideomixer.dsp:
3292         * win32/vs6/libgstwaveform.dsp:
3293         * win32/vs6/libgstwavenc.dsp:
3294         * win32/vs6/libgstwavparse.dsp:
3295         Mark *.dsp & *.dsw as binary files and convert to DOS line
3296         endings, as they don't load into VS6 correctly otherwise.
3297
3298 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3299
3300         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3301         (rtsp_connection_connect):
3302         Fix the MingW build. 
3303         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3304         Fixes: #446981
3305
3306 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3307
3308         * tests/check/elements/.cvsignore:
3309         * tests/icles/.cvsignore:
3310         Hush the buildbots up
3311
3312 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3313
3314         * configure.ac:
3315         * sys/Makefile.am:
3316         * sys/directdraw/Makefile.am:
3317         * sys/directsound/Makefile.am:
3318         * sys/waveform/Makefile.am:
3319         Make sure to dist everything needed for win32 builds.
3320
3321 2007-06-14  Edward Hervey  <edward@fluendo.com>
3322
3323         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3324         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3325         caps.
3326         Fixes #447458
3327
3328 2007-06-13  Wim Taymans  <wim@fluendo.com>
3329
3330         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3331         Make sure we allocate enough memory for the codec_data.
3332         Fixes #447210.
3333
3334 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3335
3336         * win32/MANIFEST:
3337         Add videocrop project file to the win32 manifest.
3338         * win32/vs6/gst_plugins_good.dsw:
3339         Add qtdemux,videocrop and waveform projects to the workspace.
3340         * win32/vs6/libgstqtdemux.dsp:
3341         Add zlib to the link list of qtdemux.
3342         * win32/vs6/libgstvideocrop.dsp:
3343         Add a project file for videocrop.
3344
3345 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3346
3347         * po/POTFILES.in:
3348         Add qtdemux for translation
3349
3350 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3351
3352         * configure.ac:
3353         * docs/plugins/Makefile.am:
3354         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3355         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3356         * docs/plugins/inspect/plugin-videocrop.xml:
3357         * gst-plugins-good.spec.in:
3358         * sys/Makefile.am:
3359         * tests/check/Makefile.am:
3360         * tests/icles/Makefile.am:
3361         * tests/icles/videocrop-test.c:
3362         Move videocrop and osxvideo from -bad.
3363
3364 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3365
3366         * configure.ac:
3367         * docs/plugins/Makefile.am:
3368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3370         * docs/plugins/gst-plugins-good-plugins.args:
3371         * docs/plugins/inspect/plugin-qtdemux.xml:
3372         * docs/plugins/inspect/plugin-quicktime.xml:
3373         * win32/MANIFEST:
3374         Move qtdemux from -bad.
3375
3376         * gst-plugins-good.spec.in:
3377         Update spec file to reflect moving of qtdemux and wavpack
3378
3379 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3380         
3381         * win32/MANIFEST:
3382         * docs/plugins/Makefile.am:
3383         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3384         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3385         * docs/plugins/inspect/plugin-directdraw.xml:
3386         * docs/plugins/inspect/plugin-directsound.xml:
3387         * docs/plugins/inspect/plugin-waveform.xml:
3388         Move the waveform plugin from -bad too. Update the inspect xml
3389         files to mention Plugins Good instead of Plugins Bad.
3390
3391 2007-06-12  Andy Wingo  <wingo@pobox.com>
3392
3393         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3394         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3395         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3396         finalization and resuscitation. No longer public.
3397         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3398         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3399         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3400         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3401         miniobject semantics, and be threadsafe.
3402         (gst_v4l2src_queue_frame): Remove this function, as we just call
3403         the ioctls directly in the two places where we queue buffers.
3404         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3405         directly.
3406         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3407         to allocate the pool, which also preallocates the GstBuffers.
3408         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3409         queueing the frames directly.
3410         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3411         mmap buffers have been dequeued.
3412
3413         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3414         real MiniObject instead of rolling our own refcounting and
3415         finalizing. Give it a lock.
3416         (struct _GstV4l2Buffer): Remove one intermediary object, having
3417         the buffers hold the struct v4l2_buffer directly.
3418
3419         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3420         capture_init so that it can set them on the buffers that it will
3421         create.
3422         (gst_v4l2src_get_read): For better or for worse, include the
3423         timestamping and offsetting code here; really we should be using
3424         bufferalloc though.
3425         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3426         preallocated, mmap'd buffers.
3427
3428 2007-06-11  Wim Taymans  <wim@fluendo.com>
3429
3430         Patch by: daniel fischer <dan at f3c dot com>
3431
3432         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3433         (gst_ximage_src_get_caps):
3434         Actually use the display_name property so that we can dump any
3435         available X display. Fixes #445905.
3436
3437 2007-06-11  Wim Taymans  <wim@fluendo.com>
3438
3439         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3440
3441         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3442         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3443         Add missing rate fields to caps. Fixes #441118.
3444
3445 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3446
3447         * win32/vs6/gst_plugins_good.dsw:
3448         * win32/vs8/gst-plugins-good.sln:
3449         Add DirectSound and DirectDraw sinks project files to
3450         workspace and solution files.
3451
3452 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3453
3454         Patch by: Josh Coalson <xflac at yahoo dot com>,
3455         updated by Alexis Ballier <aballier at gentoo dot org>:
3456
3457         * configure.ac:
3458         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3459         (gst_flac_dec_setup_seekable_decoder),
3460         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3461         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3462         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3463         * ext/flac/gstflacdec.h:
3464         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3465         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3466         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3467         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3468         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3469         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3470         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3471         * ext/flac/gstflacenc.h:
3472         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3473         
3474 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3475
3476         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3477         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3478         not necessary anymore as we need at least that core version. 
3479
3480 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3481
3482         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3483         (gst_wavpack_dec_chain):
3484         * ext/wavpack/gstwavpackdec.h:
3485         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3486         (gst_wavpack_parse_push_buffer):
3487         * ext/wavpack/gstwavpackparse.h:
3488         Improve discont handling by checking if the next Wavpack block has
3489         the expected, following block index.
3490
3491 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3492
3493         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3494           Fix element description.
3495
3496 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3497
3498         * configure.ac:
3499         * docs/plugins/Makefile.am:
3500         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3502         * docs/plugins/gst-plugins-good-plugins.args:
3503         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3504         * docs/plugins/gst-plugins-good-plugins.signals:
3505         * docs/plugins/inspect/plugin-autodetect.xml:
3506         * docs/plugins/inspect/plugin-gconfelements.xml:
3507         * docs/plugins/inspect/plugin-ladspa.xml:
3508         * docs/plugins/inspect/plugin-rtp.xml:
3509         * docs/plugins/inspect/plugin-wavpack.xml:
3510         * ext/Makefile.am:
3511         * tests/check/Makefile.am:
3512           move wavpack plugin.  See #352605.
3513
3514 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3515
3516         * configure.ac:
3517         * docs/plugins/Makefile.am:
3518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3520         * docs/plugins/gst-plugins-good-plugins.args:
3521         * sys/Makefile.am:
3522         * win32/MANIFEST:
3523         Add DirectDraw & DirectSound plugins to the build and docs.
3524
3525 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3528         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3529           When operating in pull mode, error out correct on not-linked.
3530
3531 2007-06-06  Andy Wingo  <wingo@pobox.com>
3532
3533         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3534         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3535         format and size if the ioctls are defined; should fix compilation
3536         on Linux < 2.16.19.
3537
3538 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3539
3540         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3541           Printf fixes in debug statements; use LOG level for debug statements
3542           that are printed for each and every frame; convert c++ comments to
3543           C-style comments; not much point using g_try_malloc() if we then not
3544           even check the return value.
3545
3546 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * configure.ac:
3549           Bump requirements to released versions (core and base 0.10.13).
3550
3551         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3552           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3553           own implementation.
3554
3555 2007-06-05  Andy Wingo  <wingo@pobox.com>
3556
3557         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3558         some useless comments.
3559
3560         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3561         frames before calling STREAMON, that might leave them in a state
3562         where they can't be dequeued if we go back to NULL without calling
3563         STREAMON, according to the docs.
3564         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3565         before we call STREAMON.
3566         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3567         failures. (For me this code hung.) The pool refcounting is still
3568         crack; added a note to that effect.
3569
3570 2007-06-05  Wim Taymans  <wim@fluendo.com>
3571
3572         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3573         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3574         Add support for mapping gst structure names to the MIME type equivalent.
3575         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3576
3577 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3578
3579         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3580         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3581         (gst_wavenc_chain), (gst_wavenc_change_state):
3582         * gst/wavenc/gstwavenc.h:
3583         Properly write wav files with width!=depth by having the depth most
3584         significant bytes set and all others zero. Fixes #442535.
3585
3586 2007-06-01  Wim Taymans  <wim@fluendo.com>
3587
3588         * gst/rtsp/rtspconnection.c:
3589         Add include to make buildbot happy.
3590
3591 2007-06-01  Wim Taymans  <wim@fluendo.com>
3592
3593         Patch by: Peter Kjellerstedt  <pkj at axis com>
3594
3595         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3596         (rtsp_connection_connect), (add_date_header),
3597         (rtsp_connection_send), (parse_response_status),
3598         (parse_request_line), (parse_line), (rtsp_connection_receive):
3599         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3600         * gst/rtsp/rtspdefs.h:
3601         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3602         (rtsp_message_init_request), (rtsp_message_init_response),
3603         (rtsp_message_remove_header), (rtsp_message_append_headers),
3604         (rtsp_message_dump):
3605         * gst/rtsp/rtspmessage.h:
3606         Improves version checking, allowing an RTSP server to reply with "505
3607         RTSP Version not supported.
3608         Adds a Date header to all messages.
3609         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3610         want to be able to send a response even if something in the request was
3611         invalid. EINVAL is only used when passing wrong arguments to functions.
3612         Do not handle an invalid method in parse_request_line(). Defer this to
3613         the caller so it can respond with "405 Method Not Allowed".
3614         Improves parsing of the timeout parameter to the Session header,
3615         allowing whitespace after the semicolon. 
3616         Avoids a compiler warning due to variables shadowing a function argument.
3617
3618 2007-06-01  Wim Taymans  <wim@fluendo.com>
3619
3620         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3621
3622         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3623         (gst_rtp_amr_depay_process):
3624         * gst/rtp/gstrtpamrdepay.h:
3625         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3626         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3627         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3628         * gst/rtp/gstrtpamrpay.h:
3629         Add support for AMR-WB.
3630         Small cleanups such as using BOILERPLATE.
3631
3632 2007-05-31  Wim Taymans  <wim@fluendo.com>
3633
3634         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3635         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3636
3637 2007-05-30  Andy Wingo  <wingo@pobox.com>
3638
3639         * sys/v4l2/gstv4l2object.h: 
3640         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3641         unintended changes.
3642
3643         * sys/v4l2/v4l2src_calls.h: 
3644         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3645         the format list in the order that the driver gives it to us.
3646         (gst_v4l2src_probe_caps_for_format_and_size)
3647         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3648         based on the capabilities of the device.
3649         (gst_v4l2src_grab_frame): Update for object variable renaming.
3650         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3651         as in the set_caps below.
3652         (gst_v4l2src_capture_init): Update for object variable renaming,
3653         and reflow.
3654         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3655         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3656         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3657         (gst_v4l2src_get_fps): Remove; these functions don't have much
3658         meaning outside of an atomic set_caps method.
3659         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3660         known.
3661
3662         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3663         call to update_fps; not sure about this change.
3664         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3665         moment we don't have an update_fps_func.
3666
3667         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3668         structures in the object, just store what we need. Do store the
3669         probed caps of the device. Don't store the current frame rate.
3670
3671         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3672         update_fps_function, for now. Update for new object variable
3673         naming.
3674         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3675         new object variable naming.
3676         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3677         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3678         (gst_v4l2src_get_caps): Rework to probe the device for supported
3679         frame sizes and frame rates.
3680         (gst_v4l2src_set_caps): Rework to be strict in the given
3681         parameters: if someone asks us to have a certain size and rate,
3682         that is what we configure.
3683         (gst_v4l2src_get_read): Update for object variable naming. Don't
3684         leak buffers on short reads.
3685         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3686         comments.
3687         (gst_v4l2src_create): Update for object variable naming.
3688
3689 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3692         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3693         * gst/avi/gstavidemux.h:
3694           Parse subtitle text streams instead of erroring out (#442034). Still
3695           needs a parser for the subtitles to actually show up.
3696
3697 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3698
3699         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3700         (gst_avi_demux_loop):
3701           Make _push_event() return TRUE if the event could be pushed on at
3702           least one pad and not only if it could be pushed on all pads,
3703           otherwise we'll end up posting an error message on EOS if one or
3704           more source pads are not connected.
3705
3706 2007-05-28  Wim Taymans  <wim@fluendo.com>
3707
3708         * gst/rtsp/rtsptransport.c:
3709         Use renamed RTP bin.
3710
3711 2007-05-28  Wim Taymans  <wim@fluendo.com>
3712
3713         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3714
3715         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3716         (gst_video_box_set_property), (gst_video_box_transform_caps),
3717         (video_box_recalc_transform), (gst_video_box_set_caps),
3718         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3719         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3720         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3721         (gst_video_box_i420_i420), (gst_video_box_transform),
3722         (plugin_init):
3723         Add AYUV->AYUV and AYUV->I420 formats. 
3724         Fix negotiation and I420->AYUV conversion.
3725         Fixes #429329.
3726
3727 2007-05-26  Wim Taymans  <wim@fluendo.com>
3728
3729         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3730         Use different variables for nested for loops so that the outer loop
3731         functions properly and speex files with multiple frames per buffer work
3732         properly.
3733         Fixes #441408.
3734
3735 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3738           Don't leak newsegment events.
3739
3740 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         * gst/wavparse/Makefile.am:
3743           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3744           drags it in.
3745
3746 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3749         (notgst_value_array_append_buffer),
3750         (gst_flac_enc_process_stream_headers),
3751         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3752         (gst_flac_enc_change_state):
3753         * ext/flac/gstflacenc.h:
3754           Collect headers, add "streamheader" field to output caps and set
3755           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3756           produces output according to the official FLAC-to-Ogg mapping
3757           instead of completely broken files. Fixes #426044.
3758
3759 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3760
3761         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3762         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3763         (gst_id3demux_sink_event):
3764         * gst/id3demux/gstid3demux.h:
3765         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3766         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3767         (gst_tag_demux_send_new_segment):
3768         Handle and adjust new-segment events so that downstream really
3769         sees a stream with the tag pieces stripped off the front and back.
3770         Fixes strangeness in seeking when mp3 decoders use the new-segment
3771         byte position to estimate their current playback position timestamp
3772         and then the arriving buffers don't match up.
3773
3774 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3775
3776         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3777           Don't unnecessarily perform a READY->NULL->READY transition on the
3778           detected audio sink when starting up. Fixes: #440127
3779
3780 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3781
3782         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3783         (gst_flac_enc_chain):
3784           Don't crash in chain function if setcaps hasn't been called.
3785
3786 2007-05-24  Wim Taymans  <wim@fluendo.com>
3787
3788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3789         Init value to avoid infinte loops.
3790
3791 2007-05-24  Wim Taymans  <wim@fluendo.com>
3792
3793         Patch by: Peter Kjellerstedt  <pkj at axis com>
3794
3795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3796         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3797         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3798         (gst_rtspsrc_play):
3799         (rtsp_connection_send), (rtsp_connection_receive):
3800         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3801         Fix for new API.
3802
3803         * gst/rtsp/rtspconnection.c: (add_auth_header),
3804         Only add authorisation and session headers when sending messages.
3805
3806         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3807         (rtsp_message_init_request), (rtsp_message_init_response),
3808         (rtsp_message_unset), (rtsp_message_add_header),
3809         (rtsp_message_remove_header), (rtsp_message_get_header),
3810         (rtsp_message_append_headers), (dump_key_value),
3811         (rtsp_message_dump):
3812         * gst/rtsp/rtspmessage.h:
3813         Add support for multiple headers of the same type by storing the parsed
3814         headers in a GArray instaed of a hashtable.
3815
3816 2007-05-21  Wim Taymans  <wim@fluendo.com>
3817
3818         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3819         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3820         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3821         safer shutdown.
3822
3823 2007-05-21  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3826         * gst/rtsp/gstrtpdec.h:
3827         Added signal for backwards compat.
3828
3829 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3830         
3831         Patch by: René Stadler <mail at renestadler dot de>
3832
3833         * configure.ac:
3834         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3835         (gst_au_parse_parse_header), (gst_au_parse_chain):
3836         * gst/auparse/gstauparse.h:
3837         Use audioconvert for converting from non-native endianness floats
3838         in auparse instead of doing it ourself. Fixes #424527.
3839         This needs the audioconvert from plugins-base CVS.
3840         
3841 2007-05-21  Wim Taymans  <wim@fluendo.com>
3842
3843         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3844         (gst_rtp_h263p_pay_flush):
3845         Fix enum registration.
3846
3847 2007-05-21  Wim Taymans  <wim@fluendo.com>
3848
3849         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3850
3851         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3852         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3853         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3854         (gst_rtp_h263p_pay_flush):
3855         * gst/rtp/gstrtph263ppay.h:
3856         Add new fragmentation mode base on GOB headers. Fixes #438940.
3857
3858 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3859
3860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3861           Printf format fix.
3862
3863 2007-05-18  Wim Taymans  <wim@fluendo.com>
3864
3865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3866         Don't crash when an unsupported transport error was returned by the
3867         server, just try to configure the next stream. Fixes #439255.
3868
3869 2007-05-18  Wim Taymans  <wim@fluendo.com>
3870
3871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3872         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3873         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3874         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3875         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3876         * gst/rtsp/gstrtspsrc.h:
3877         Add TCP timeout property and use it for all TCP connection.
3878
3879         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3880         (rtsp_connection_write), (rtsp_connection_next_timeout),
3881         (rtsp_connection_reset_timeout):
3882         Make connect and writes cancelable and make them use the timeout.
3883
3884 2007-05-18  Wim Taymans  <wim@fluendo.com>
3885
3886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3887         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3888         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3889         (gst_rtspsrc_setup_streams):
3890         Refactor timeout handling.
3891         Also send keep-alive when dealing with TCP transport.
3892
3893         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3894         (rtsp_connection_free), (rtsp_connection_next_timeout),
3895         (rtsp_connection_reset_timeout):
3896         * gst/rtsp/rtspconnection.h:
3897         Use a timer to handle the session timeouts, add some methods to deal
3898         with timeouts.
3899
3900 2007-05-17  Wim Taymans  <wim@fluendo.com>
3901
3902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3903         (gst_rtspsrc_setup_streams):
3904         Ignore streams that fail the setup command, we will retry with a
3905         different transport later on.
3906
3907         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3908         (rtsp_ext_wms_configure_stream):
3909         Fix encoding name case.
3910
3911 2007-05-16  Edward Hervey  <edward@fluendo.com>
3912
3913         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3914         Fix build on macosx.
3915
3916 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3917
3918         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3919         Replace direct comparison of a string with the string literal "" with
3920         a comparison of the first character with '\0'. Fixes #438926.
3921
3922 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3923
3924         * gst/debug/breakmydata.c (gst_break_my_data_init):
3925           One more try. This should be the proper fix now.
3926
3927 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3928
3929         * gst/debug/breakmydata.c:
3930           Ooops, no // comments please.
3931
3932 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3933
3934         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3935         (gst_break_my_data_init):
3936           Fix gst_buffer_is_writable() assertion.
3937
3938 2007-05-14  David Schleef  <ds@schleef.org>
3939
3940         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3941           video/x-raw-bayer.  Fixes #314160.
3942
3943 2007-05-14  Wim Taymans  <wim@fluendo.com>
3944
3945         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3946         (gst_rtp_theora_depay_parse_configuration):
3947         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3948         (gst_rtp_theora_pay_finish_headers),
3949         (gst_rtp_theora_pay_handle_buffer):
3950         Update theora pay/depayloader in a similar to vorbis.
3951
3952         * gst/rtp/gstrtpvorbisdepay.c:
3953         (gst_rtp_vorbis_depay_parse_configuration):
3954         Update docs.
3955
3956 2007-05-14  Wim Taymans  <wim@fluendo.com>
3957
3958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3959         When we try to execute a method that is not supported by the server,
3960         don't error out but remove the method from the accepted methods so that
3961         we never try to perform this method again.
3962
3963 2007-05-14  Wim Taymans  <wim@fluendo.com>
3964
3965         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3966         Remove annoying _dump_mem.
3967
3968 2007-05-14  Wim Taymans  <wim@fluendo.com>
3969
3970         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3971         Parse range correctly.
3972
3973         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3974         The baseurl now always has a '/' at the start.
3975
3976 2007-05-14  Wim Taymans  <wim@fluendo.com>
3977
3978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3979         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3980         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3981         Factor out caps configuration and configure more stuff such as the time
3982         ranges and speed/scale values.
3983
3984         * gst/rtsp/rtsptransport.c:
3985         Add Copyright after non-trival fixes.
3986
3987 2007-05-12  Wim Taymans  <wim@fluendo.com>
3988
3989         Patch by: Peter Kjellerstedt  <pkj at axis com>
3990
3991         * gst/rtsp/gstrtspsrc.h:
3992         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3993         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3994         (rtsp_message_get_header):
3995         * gst/rtsp/rtspmessage.h:
3996         Make channel guint8 where possible.
3997         Make rtsp_message_init_data() take the channel as a guint8.
3998
3999         * gst/rtsp/rtspdefs.c:
4000         Fixed a typo: Timout -> Timeout
4001
4002         * gst/rtsp/rtspdefs.h:
4003         Make RTSP_CHECK() behave as a statement.
4004
4005         * gst/rtsp/sdpmessage.c:
4006         Avoid a compiler warning in INIT_ARRAY().
4007         Fixes #437692.
4008
4009 2007-05-12  Wim Taymans  <wim@fluendo.com>
4010
4011         Patch by: Peter Kjellerstedt  <pkj at axis com>
4012
4013         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4014         (rtsp_url_get_request_uri):
4015         * gst/rtsp/rtspurl.h:
4016         Add support for query parameters to RTSP URLs.
4017
4018 2007-05-12  Wim Taymans  <wim@fluendo.com>
4019
4020         Patch by: Peter Kjellerstedt  <pkj at axis com>
4021
4022         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4023         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4024         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4025         (rtsp_transport_parse), (rtsp_transport_as_text):
4026         * gst/rtsp/rtsptransport.h:
4027         Add validation to rtsp_transport_parse().
4028         Add rtsp_transport_as_text() to generate an RTSP header from an
4029         RTSPTransport.
4030         Change ssrc to guint (was a string) since that is what it is, even
4031         though it is sent as a hex string.
4032         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4033         incorrect, which can be seen when looking at the examples in the RFC).
4034         Fixes #437670.
4035
4036 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4037
4038         Patch by: Eric Anholt
4039
4040         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4041           gst_ximage_src_ximage_get):
4042         Use union of all damage between frames to make it faster.
4043         Fixes bug #342463.
4044         Also fix crasher when cursor is at bottom right of window.
4045
4046 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4047
4048         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4049           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4050           streaming mode regression for file from #343837 with 'bext' chunk
4051           before the 'fmt' chunk.
4052
4053 2007-05-11  Wim Taymans  <wim@fluendo.com>
4054
4055         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4056         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4057         (gst_rtspsrc_handle_src_event),
4058         (gst_rtspsrc_stream_configure_manager),
4059         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4060         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4061         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4062         * gst/rtsp/gstrtspsrc.h:
4063         * gst/rtsp/rtspdefs.h:
4064         Preliminary seek support.
4065         Activate internal pads so that we can receive events on them.
4066         Don't try to parse a range string when it's NULL.
4067
4068 2007-05-11  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst/rtp/README:
4071         Update README with new RTP variables that will be used for
4072         synchronisation.
4073
4074         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4075         (gst_rtp_vorbis_depay_parse_configuration),
4076         (gst_rtp_vorbis_depay_process):
4077         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4078         (gst_rtp_vorbis_pay_finish_headers),
4079         (gst_rtp_vorbis_pay_handle_buffer):
4080         Update vorbis pay and depayloader to draft-04.
4081
4082 2007-05-11  Wim Taymans  <wim@fluendo.com>
4083
4084         * gst/rtsp/rtsptransport.c:
4085         UDP MCAST is actually the default for RTP/AVP.
4086 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4087
4088         * gst/level/gstlevel.c: (gst_level_transform_ip):
4089         Use guint8 * instead of gpointer then vs6 can build 
4090         in_data += (filter->width / 8).
4091
4092 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4093
4094         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4095           gst_ximage_src_ximage_get):
4096         * sys/ximage/gstximagesrc.h (last_ximage):
4097         When using Damage actually keep the last frame, and not assume
4098         that the buffer we get already has the last frame on it.
4099         Copy the cursor over if we specify a non-zero start x and
4100         start y.
4101
4102 2007-05-11  Wim Taymans  <wim@fluendo.com>
4103
4104         * gst/rtsp/rtsptransport.c:
4105         Make UDP the default transport when not specified.
4106
4107 2007-05-09  David Schleef  <ds@schleef.org>
4108
4109         * gst/level/gstlevel.c:
4110           Revert last change.
4111
4112 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4113
4114         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4115         (gst_level_transform_ip):
4116         Use guint8 * instead of gpointer then vs6 know the size of data
4117         pointed when moving the pointer.
4118         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4119         Move instructions after variables declaration.
4120         * win32/vs6/autogen.dsp:
4121         * win32/vs6/libgstrtp.dsp:
4122         * win32/vs6/libgstrtsp.dsp:
4123         Update vs6 project files.
4124
4125 2007-05-09  Wim Taymans  <wim@fluendo.com>
4126
4127         * gst/rtsp/Makefile.am:
4128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4129         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4130         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4131         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4132         (rtsp_range_free):
4133         * gst/rtsp/rtsprange.h:
4134         Add code to parse time ranges.
4135         Report DURATION on the stream when possible.
4136
4137 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4138
4139         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4140         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4141         (gst_videomixer_collected):
4142           Fix strides calculation for AYUV (it's just width*4) (#436910).
4143
4144 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4145
4146         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4147         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4148         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4149         Sync the GObject properties before each processing step to properly
4150         work with the controller.
4151
4152 2007-05-04  Wim Taymans  <wim@fluendo.com>
4153
4154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4155         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4156         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4157         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4158         (gst_rtspsrc_change_state):
4159         Let more error state trickle down so that we can catch more error
4160         cases.
4161         Handle keep-alive a little smarter by selecting a method the server
4162         actually supports.
4163         Fix a race in UDP streaming shutdown.
4164
4165 2007-05-04  Wim Taymans  <wim@fluendo.com>
4166
4167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4168         Ignore errors when trying to use the keep-alive messages.
4169
4170 2007-05-04  Wim Taymans  <wim@fluendo.com>
4171
4172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4173         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4174         (gst_rtspsrc_stream_configure_manager),
4175         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4176         (gst_rtspsrc_stream_configure_mcast),
4177         (gst_rtspsrc_stream_configure_udp),
4178         (gst_rtspsrc_stream_configure_udp_sink),
4179         (gst_rtspsrc_stream_configure_transport):
4180         Send RTCP messages back to the server over the TCP connection.
4181
4182         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4183         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4184         (rtsp_connection_receive):
4185         * gst/rtsp/rtspconnection.h:
4186         Factor out and expose lowlevel _write and _read methods.
4187         Implement sending data messages to the server.
4188
4189 2007-05-03  Wim Taymans  <wim@fluendo.com>
4190
4191         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4192         (gst_multipart_mux_collected):
4193         Fix timestamps on outgoing buffers.
4194
4195 2007-05-03  Wim Taymans  <wim@fluendo.com>
4196
4197         * gst/multipart/multipartmux.c:
4198         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4199         (gst_multipart_mux_change_state):
4200         Emit NEWSEGMENT events before pushing the first buffer.
4201
4202 2007-05-03  Wim Taymans  <wim@fluendo.com>
4203
4204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4205         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4206         (gst_rtspsrc_handle_src_query),
4207         (gst_rtspsrc_stream_configure_manager),
4208         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4209         (gst_rtspsrc_stream_configure_mcast),
4210         (gst_rtspsrc_stream_configure_udp),
4211         (gst_rtspsrc_stream_configure_udp_sink),
4212         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4213         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4214         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4215         (gst_rtspsrc_pause):
4216         Refactor transport configuration code.
4217         Create internal pads for TCP transport so that we can implement events
4218         and queries.
4219         Handle events and queries.
4220         Parse range from the SDP.
4221         Fix race in pause handler where the connection could still be flushing.
4222
4223 2007-05-02  Wim Taymans  <wim@fluendo.com>
4224
4225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4226         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4227         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4228         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4229         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4230         (gst_rtspsrc_change_state):
4231         * gst/rtsp/gstrtspsrc.h:
4232         Fix race when multiple udp sources post timeouts, just act on the first
4233         received timeout.
4234         Protect stream list with a recursive lock to fix some races.
4235         Flush connection when we need to do a reconnect or stop.
4236         Make state lock recursive.
4237
4238         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4239         (rtsp_connection_close):
4240         Some small cleanups.
4241
4242 2007-05-02  Wim Taymans  <wim@fluendo.com>
4243
4244         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4245         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4246         Only set DISCONT when there actually is a discont or when we just
4247         started.
4248
4249 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4250
4251         * ext/flac/gstflac.c: (plugin_init):
4252         Call bindtextdomain() to get localized strings.
4253
4254 2007-05-02  Wim Taymans  <wim@fluendo.com>
4255
4256         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4257         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4258         (gst_wavparse_stream_data):
4259         * gst/wavparse/gstwavparse.h:
4260         Be a bit more clever when dealing with VBR files with FACT tags, we
4261         don't want to timestamp buffers in that case but the estimated BPS can
4262         be used for seeking.
4263         Only send close segment in the streaming thread.
4264
4265 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4266
4267         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4268         Correctly post an error on the bus if something went wrong in the loop
4269         function. This fixes a few cases where the task was paused and nothing
4270         happened anymore.
4271
4272 2007-05-02  Wim Taymans  <wim@fluendo.com>
4273
4274         * gst/rtsp/test.c: (main):
4275         Fix compilation of deprecated test just because I'm too lazy to delete
4276         it.
4277
4278 2007-05-02  Wim Taymans  <wim@fluendo.com>
4279
4280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4281         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4282         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4283         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4284         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4285         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4286         * gst/rtsp/gstrtspsrc.h:
4287         Fix sending RTCP to the right place.
4288         Fix bug in reffing the wrong UDP element.
4289         Use new pad names for the session manager.
4290         Implement handling server requests in interleaved and UDP modes.
4291         Handle session keep-alive in UDP modes.
4292         Remove GCond for handling UDP timeouts.
4293
4294         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4295         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4296         (rtsp_connection_receive), (rtsp_connection_close):
4297         * gst/rtsp/rtspconnection.h:
4298         Store connection IP address for later.
4299         Add timeout args to all operations that might block forever.
4300         Parse session timeout.
4301         Only close sockets when not already closed.
4302
4303         * gst/rtsp/rtspdefs.c:
4304         * gst/rtsp/rtspdefs.h:
4305         Add timeout return value and error string.
4306
4307         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4308         Add small comment.
4309
4310 2007-05-01  Wim Taymans  <wim@fluendo.com>
4311
4312         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4313
4314         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4315         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4316         * gst/rtp/gstrtpmp4vpay.h:
4317         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4318
4319 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4320
4321         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4322           Remove v4l2src from docs, since it breaks the docs build, and the
4323           plugin is only built if --enable-experimental is used anyway.
4324
4325         * docs/plugins/Makefile.am:
4326           Spaces => tab.
4327
4328 2007-04-29  Wim Taymans  <wim@fluendo.com>
4329
4330         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4331         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4332         Add code to drop membership of a multicast group.
4333
4334         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4335         (gst_udpsink_set_uri):
4336         Implement URI handler.
4337
4338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4339         (gst_rtspsrc_parse_rtpinfo):
4340         Use URI handler to make udpsink instace.
4341         Improve code to configure port and destination.
4342
4343 2007-04-29  Wim Taymans  <wim@fluendo.com>
4344
4345         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4346         Fix multicast detection.
4347         Don't try to join a multicast group if the address is not multicast.
4348
4349         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4350         Small debug improvement.
4351
4352 2007-04-27  Wim Taymans  <wim@fluendo.com>
4353
4354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4355         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4356         (gst_rtspsrc_handle_message):
4357         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4358         parent.
4359
4360 2007-04-27  Wim Taymans  <wim@fluendo.com>
4361
4362         * gst/rtp/gstrtpilbcdepay.h:
4363         Fix mode property when specified as an arg.
4364
4365 2007-04-26  Edward Hervey  <edward@fluendo.com>
4366
4367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4369         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4370         * docs/plugins/inspect/plugin-osxaudio.xml:
4371         Add documentation for osxaudio plugin.
4372
4373 2007-04-26  Wim Taymans  <wim@fluendo.com>
4374
4375         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4376         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4377         (gst_rtspsrc_open), (gst_rtspsrc_close),
4378         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4379         (gst_rtspsrc_pause):
4380         * gst/rtsp/gstrtspsrc.h:
4381         Protect state changes with a lock.
4382
4383         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4384         (parse_line):
4385         * gst/rtsp/rtspconnection.h:
4386         Remove some unused stuff.
4387
4388 2007-04-26  Wim Taymans  <wim@fluendo.com>
4389
4390         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4391         Handle the case where there are exactly 0 bytes to read and the ioctl
4392         did not report an error. Fixes #433530.
4393
4394 2007-04-26  Wim Taymans  <wim@fluendo.com>
4395
4396         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4397         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4398         * gst/wavparse/gstwavparse.h:
4399         Apply DISCONT to buffers.
4400         Only apply timestamp to the first sample after a DISCONT, too many VBR
4401         files cause random jitter in the timestamps. Fixes #433119.
4402
4403 2007-04-25  Wim Taymans  <wim@fluendo.com>
4404
4405         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4406         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4407         (gst_rtp_dec_get_property):
4408         * gst/rtsp/gstrtpdec.h:
4409         Add dummy latency property to be backwards compat with rtpbin.
4410
4411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4412         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4413         (gst_rtspsrc_stream_configure_transport),
4414         (gst_rtspsrc_parse_rtpinfo):
4415         * gst/rtsp/gstrtspsrc.h:
4416         Add latency property and configure in the session manager.
4417         Don't set invalid clock-base and seqnum-base on caps, some servers
4418         sometimes don't send them.
4419
4420 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4421
4422         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4423         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4424           Double-check that RGB input caps are really RGBA caps (apparently
4425           the core doesn't always catch it if those caps aren't a subset of
4426           our template caps, also see #421543). Fixes #429319 in a way.
4427           Also, don't leak the pad template in the transform_caps function.
4428
4429         * tests/check/Makefile.am:
4430         * tests/check/elements/.cvsignore:
4431         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4432         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4433         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4434         (GST_START_TEST), (alphacolor_suite):
4435           Add some basic unit tests for alphacolor.
4436
4437 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4438
4439         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4440           If we get a fatal flow return in the loop function, first post the
4441           error message and only then send the EOS event downstream, otherwise
4442           applications might get an eos message before the error message and
4443           think everything was ok (related to #429319).
4444
4445 2007-04-25  Wim Taymans  <wim@fluendo.com>
4446
4447         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4448         Read the channel byte as an unsigned byte.
4449
4450 2007-04-25  Wim Taymans  <wim@fluendo.com>
4451
4452         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4453         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4454         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4455         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4456         (gst_rtp_gsm_depay_setcaps):
4457         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4458         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4459         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4460         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4461         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4462         (gst_ilbc_depay_get_property):
4463         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4464         * gst/rtp/gstrtpmp4adepay.c:
4465         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4466         (gst_rtp_pcma_depay_setcaps):
4467         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4468         (gst_rtp_pcmu_depay_setcaps):
4469         Make sure we configure the clock_rate in the baseclass in the setcaps
4470         function. Fixes #431282.
4471
4472 2007-04-25  Wim Taymans  <wim@fluendo.com>
4473
4474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4475         (gst_rtspsrc_stream_free), (request_pt_map),
4476         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4477         * gst/rtsp/gstrtspsrc.h:
4478         Parse server address from SDP.
4479         Hook up a udpsink to send RTCP back to the server.
4480
4481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4482         * gst/rtsp/rtsptransport.h:
4483         Add some docs.
4484
4485 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4486
4487         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4488           Make header field check conditional. Fixes #433135
4489
4490 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         * docs/plugins/Makefile.am:
4493         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4494         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4495         * docs/plugins/inspect/plugin-alphacolor.xml:
4496         * gst/alpha/Makefile.am:
4497         * gst/alpha/gstalphacolor.c:
4498         * gst/alpha/gstalphacolor.h:
4499           Add minimal docs blurb to alphacolor; split out headers into
4500           separate header file for gtk-doc.
4501
4502 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4503
4504         * gst/debug/progressreport.c: (gst_progress_report_report):
4505           Don't try to post NULL message (in case we can't query upstream
4506           position or duration).
4507
4508 2007-04-18  Michael Smith  <msmith@fluendo.com>
4509
4510         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4511         (gst_cutter_get_caps):
4512         * gst/cutter/gstcutter.h:
4513           Fix some of the most obvious bugs in cutter. Now doesn't leak
4514           everything if input is silent.
4515
4516 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4517
4518         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4519         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4520         * gst/wavenc/gstwavenc.h:
4521         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4522         else results in a invalid block align and invalid files.
4523
4524 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4525
4526         Patch by: Snaik <snaik32 gmail com>
4527
4528         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4529           Add missing break statement for BOX_HORIZONTAL case.
4530
4531 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4532
4533         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4534
4535         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4536         Use correct format strings for integer types.
4537
4538 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4539
4540         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4541         (gst_wavparse_create_sourcepad):
4542         Use gst_riff_create_audio_template_caps () instead of the local caps.
4543         This makes updates of the local caps unecessary whenever libgstriff
4544         gets support for new formats.
4545
4546 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4547
4548         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4549
4550         * sys/sunaudio/gstsunaudio.c:
4551         * sys/sunaudio/gstsunaudiomixer.c:
4552         * sys/sunaudio/gstsunaudiomixer.h:
4553         * sys/sunaudio/gstsunaudiomixerctrl.c:
4554         * sys/sunaudio/gstsunaudiomixerctrl.h:
4555         * sys/sunaudio/gstsunaudiomixertrack.h:
4556         * sys/sunaudio/gstsunaudiosink.c:
4557         * sys/sunaudio/gstsunaudiosink.h:
4558         * sys/sunaudio/gstsunaudiosrc.c:
4559         * sys/sunaudio/gstsunaudiosrc.h:
4560           Fix and/or update copyright attributions (#430228).
4561
4562 2007-04-13  Wim Taymans  <wim@fluendo.com>
4563
4564         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4565         Fix docs.
4566
4567         * gst/rtsp/URLS:
4568         Add some more example urls.
4569
4570         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4571         (gst_rtp_dec_chain_rtp):
4572         Better debugging.
4573
4574         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4575         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4576         (gst_rtspsrc_parse_rtpinfo):
4577         Remove unused code.
4578
4579 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4580
4581         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4582         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4583         (gst_wavparse_stream_data):
4584           Relax the audio/mpeg caps again and add FIXME: comment.
4585
4586 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4587
4588         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4589         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4590         (gst_wavparse_stream_data):
4591         * gst/wavparse/gstwavparse.h:
4592           More sanity check for the header fields. Fix type for 'rate' header
4593           field.
4594
4595 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4596
4597         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4598         (gst_icydemux_unicodify):
4599           If the metadata strings we get in the stream are not UTF-8, try to
4600           interpret them according to the character encodings specified in the
4601           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4602           only fall back to locale/ISO-8859-1 if those aren't set or don't
4603           work. Should fix #428901.
4604
4605 2007-04-12  Wim Taymans  <wim@fluendo.com>
4606
4607         * gst/rtp/gstrtph264depay.c:
4608         Use the proper sync word for SPS and PPS.
4609
4610 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4611
4612         * gst/rtp/Makefile.am:
4613         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4614           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4615         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4616           Add a simple hashing implementation that we can use to generate
4617           a 24-bit ident value based on the codebooks for vorbis and theora.
4618         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4619           gst_rtp_theora_pay_handle_buffer):
4620         * gst/rtp/gstrtpvorbisdepay.c
4621           (gst_rtp_vorbis_depay_parse_configuration,
4622           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4623         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4624           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4625           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4626           Use the hashing function, ensuring that the same codebooks result
4627           in the same ident and thus the same SDP description.
4628           Various log fixes/changes.
4629
4630 2007-04-12  Wim Taymans  <wim@fluendo.com>
4631
4632         Patch by: jerry tan <jerry dot tan at sun dot com>
4633
4634         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4635         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4636         application's responsibility to make sure it open the device once.
4637         Remove a careless error if AUDIODEV is set. Fixes #392620.
4638
4639 2007-04-12  Wim Taymans  <wim@fluendo.com>
4640
4641         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4642         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4643         * gst/rtsp/gstrtpdec.h:
4644         Make backward compat with rtpbin by adding the request-pt-map signals.
4645
4646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4647         (new_session_pad), (request_pt_map),
4648         (gst_rtspsrc_stream_configure_transport),
4649         (gst_rtspsrc_stream_configure_caps),
4650         (gst_rtspsrc_activate_streams):
4651         * gst/rtsp/gstrtspsrc.h:
4652         Implement request-pt-map signals instead of setting caps on the buffers
4653         for the session manager.
4654
4655 2007-04-11  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst/udp/gstudp.c: (plugin_init):
4658         Register GstNetBuffer in plugin_init so that the type can be used from
4659         multiple threads without races.
4660
4661 2007-04-10  Wim Taymans  <wim@fluendo.com>
4662
4663         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4664         (gst_rtp_amr_depay_process):
4665         Fix depayloader clock_rate and some cleanups.
4666
4667         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4668         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4669         * gst/rtp/gstrtph264depay.h:
4670         Don't push codec_data in the adapter because it might get flushed when
4671         we get a discont.
4672
4673         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4674         Handle multiple AU per packet.
4675
4676         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4677         (gst_rtp_sv3v_depay_plugin_init):
4678         Disable rank, this one does not work.
4679         Remove timestamping, base class does that.
4680
4681 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4682
4683         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4684           limit caps to the formats we announce in the template
4685
4686         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4687         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4688         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4689           fix some crashers/asserts when dealing with broken files
4690
4691 2007-04-10  Wim Taymans  <wim@fluendo.com>
4692
4693         Patch by: Peter Kjellerstedt  <pkj at axis com>
4694
4695         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4696         * gst/rtp/gstrtpL16depay.c:
4697         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4698         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4699         (gst_rtp_speex_depay_setcaps):
4700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4701         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4702         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4703         Fix some compiler warnings. Fixes #428182.
4704
4705 2007-04-06  Wim Taymans  <wim@fluendo.com>
4706
4707         * gst/rtsp/Makefile.am:
4708         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4709         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4710         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4711         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4712         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4713         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4714         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4715         (create_rtcp), (gst_rtp_dec_request_new_pad),
4716         (gst_rtp_dec_release_pad):
4717         * gst/rtsp/gstrtpdec.h:
4718         * gst/rtsp/gstrtsp.c: (plugin_init):
4719         Morph RTPDec into something compatible with RTPBin as a fallback.
4720         Various other style fixes.
4721
4722         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4723         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4724         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4725         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4726         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4727         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4728         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4729         * gst/rtsp/gstrtspsrc.h:
4730         Implement RTPBin session manager handling.
4731         Don't try to add empty properties to caps.
4732         Implement fallback session manager, handling.
4733         Don't combine errors from RTCP streams, just ignore them.
4734
4735         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4736         * gst/rtsp/rtsptransport.h:
4737         Implement fallback session manager.
4738         Make RTPBin the default one when available.
4739
4740 2007-04-05  Wim Taymans  <wim@fluendo.com>
4741
4742         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4743         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4744         This element is ready to be autoplugged.
4745
4746 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4747
4748         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4749         Don't leave the offsets defined by upstream element on the
4750         compressed data buffer we are pushing downstream. Make them
4751         GST_BUFFER_OFFSET_NONE.
4752
4753 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4754
4755         * gst/avi/README:
4756         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4757         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4758         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4759         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4760         (gst_avi_demux_calculate_durations_from_index),
4761         (gst_avi_demux_stream_header_push),
4762         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4763         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4764           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4765
4766 2007-04-03  Wim Taymans  <wim@fluendo.com>
4767
4768         * gst/smpte/barboxwipes.c:
4769         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4770
4771 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4772
4773         * gst/wavparse/gstwavparse.c:
4774         Support audio/x-raw-float in wav files. This only works with
4775         plugins-base CVS, using an older version doesn't have any
4776         disadvantages though.
4777
4778 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4779
4780         * configure.ac:
4781         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4782         (gst_au_parse_parse_header), (gst_au_parse_chain):
4783         * gst/auparse/gstauparse.h:
4784         Revert last change as we don't want plugins-good to depend on
4785         plugins-base CVS now.
4786
4787 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4788
4789         * configure.ac:
4790         Require gst-plugins-base CVS for audioconvert with non-native
4791         float support and width/depth fix in libgstriff.
4792
4793         Patch by: René Stadler <mail at renestadler dot de>
4794
4795         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4796         (gst_au_parse_parse_header), (gst_au_parse_chain):
4797         * gst/auparse/gstauparse.h:
4798         Don't swap the floats ourself if they're not in native endianness.
4799         Instead let audioconvert handle this. Fixes #339838.
4800
4801 2007-03-29  Wim Taymans  <wim@fluendo.com>
4802
4803         * gst/rtp/gstasteriskh263.h:
4804         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4805         (gst_rtp_h263p_depay_change_state):
4806         * gst/rtp/gstrtph263pdepay.h:
4807         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4808         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4809         (gst_rtp_h264_depay_change_state):
4810         * gst/rtp/gstrtph264depay.h:
4811         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4812         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4813         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4814         Flush adapter on disconts.
4815
4816 2007-03-29  Wim Taymans  <wim@fluendo.com>
4817
4818         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4819         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4820         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4821         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4822         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4823         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4824         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4825         (gst_rtp_mp4v_depay_process):
4826         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4827         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4828         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4829         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4830         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4831         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4832         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4833         Use more efficient adapter and rtpbuffer methods when possible.
4834
4835 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4836
4837         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4838         (gst_wavenc_sink_setcaps):
4839         Correctly handle width!=depth input.
4840         * gst/wavparse/gstwavparse.c:
4841         Already export in the caps that width==8 uses unsigned samples and
4842         everything else uses signed samples.
4843
4844 2007-03-29  Wim Taymans  <wim@fluendo.com>
4845
4846         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4847
4848         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4849         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4850         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4851         (gst_dynudpsink_close):
4852         * gst/udp/gstdynudpsink.h:
4853         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4854         (gst_udpsrc_create), (gst_udpsrc_set_property),
4855         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4856         * gst/udp/gstudpsrc.h:
4857         Rework the socket allocation a bit based on the sockfd argument so that
4858         it becomes usable.
4859         Add a closefd property to instruct the udp elements to close the custom
4860         file descriptors when going to READY. Fixes #423304.
4861         API:GstUDPSrc::closefd property
4862         API:GstDynUDPSink::closefd property
4863
4864 2007-03-29  Wim Taymans  <wim@fluendo.com>
4865
4866         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4867
4868         * gst/rtp/Makefile.am:
4869         * gst/rtp/gstrtp.c: (plugin_init):
4870         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4871         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4872         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4873         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4874         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4875         (gst_rtp_h264_pay_plugin_init):
4876         * gst/rtp/gstrtph264pay.h:
4877         Added H264 payloader. Fixes #423782.
4878
4879         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4880         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4881         Small fixes.
4882
4883 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4884
4885         * gst/wavparse/gstwavparse.c:
4886         Actually support depths from 1 to 32, not only 8 to 32.
4887
4888 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4889
4890         * gst/wavparse/gstwavparse.c:
4891         Add support for wav files containing audio/x-raw-int with random
4892         depths between 1 and 32 bits.
4893
4894 2007-03-28  Wim Taymans  <wim@fluendo.com>
4895
4896         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4897
4898         * gst/rtp/Makefile.am:
4899         * gst/rtp/gstrtp.c: (plugin_init):
4900         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4901         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4902         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4903         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4904         (gst_rtp_mp4a_depay_get_property),
4905         (gst_rtp_mp4a_depay_change_state),
4906         (gst_rtp_mp4a_depay_plugin_init):
4907         * gst/rtp/gstrtpmp4adepay.h:
4908         Added MP4A-LATM depayloader. Fixes #417792.
4909
4910         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4911         (gst_rtp_mp4v_depay_process):
4912         Fixup depayloader, setting codec_data, using more efficient adaptor and
4913         rtpbuffer handling.
4914
4915         * gst/rtsp/URLS:
4916         Add url to test above.
4917
4918 2007-03-25  Wim Taymans  <wim@fluendo.com>
4919
4920         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4921         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4922         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4923         (gst_rtspsrc_media_to_caps),
4924         (gst_rtspsrc_stream_configure_transport),
4925         (gst_rtspsrc_stream_configure_caps),
4926         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4927         * gst/rtsp/gstrtspsrc.h:
4928         Handle default clock-rates for static payload types, rearrange stuff so
4929         that the rtpmap field in the sdp can override the defaults.
4930         Parse RTP-Info field to get the seqnum and timebase fields that should
4931         go in the caps.
4932         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4933         the server. 
4934
4935 2007-03-22  Wim Taymans  <wim@fluendo.com>
4936
4937         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4938
4939         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4940         Accept complex pipeline descriptions as an audio profile instead of just
4941         a single element. Fixes #420658.
4942
4943 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4944
4945         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4946           Rename registered type in preparation of GstTagDemux moving to
4947           -base at some point in the future.
4948
4949 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4952           Streaming mode fixes: don't unref buffer we don't own any longer;
4953           remove bogus adapter flush. Fixes #419338.
4954
4955 2007-03-17  David Schleef  <ds@schleef.org>
4956
4957         * REQUIREMENTS: Change the format to key/value, add a bunch of
4958           information, remove a bunch of requirements that are for
4959           other GStreamer packages.
4960
4961 2007-03-17  David Schleef  <ds@schleef.org>
4962
4963         * REQUIREMENTS: Fix a few things.  This file really needs a
4964         good once-over.
4965
4966 2007-03-15  Edward Hervey  <edward@fluendo.com>
4967
4968         * sys/Makefile.am:
4969         Don't forget to distribute the sys/osxaudio/ directory.
4970
4971 2007-03-15  Edward Hervey  <edward@fluendo.com>
4972
4973         * configure.ac:
4974         * sys/Makefile.am:
4975         * sys/osxaudio/Makefile.am:
4976         * sys/osxaudio/gstosxaudio.c:
4977         * sys/osxaudio/gstosxaudiosink.c:
4978         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4979         (gst_osx_audio_sink_getcaps),
4980         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4981         * sys/osxaudio/gstosxaudiosrc.c:
4982         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4983         (gst_osx_audio_src_create_ringbuffer):
4984         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4985         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4986         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4987         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4988         * sys/osxaudio/gstosxringbuffer.h:
4989         Activate osxaudio in gst-plugins-good with proper build setup.
4990         Add inlined documentation.
4991         Fix debug statements
4992         Fix ringbuffer when pausing.
4993         Fixes #323471
4994
4995 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4996         * gst/rtp/gstrtppcmapay.c:
4997         * gst/rtp/gstrtppcmapay.h:
4998         * gst/rtp/gstrtppcmupay.c:
4999         * gst/rtp/gstrtppcmupay.h:
5000         Ported mulaw and alaw payloaders to use new base class
5001
5002 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5003
5004         * po/af.po:
5005         * po/az.po:
5006         * po/cs.po:
5007         * po/en_GB.po:
5008         * po/it.po:
5009         * po/nl.po:
5010         * po/or.po:
5011         * po/sq.po:
5012         * po/sr.po:
5013         * po/sv.po:
5014         * po/uk.po:
5015         * po/vi.po:
5016           Update translations.
5017
5018 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5019
5020         * configure.ac:
5021           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5022
5023 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5026           Fix handling of -1 values for start and stop values when seeking,
5027           and SEEK_CUR+SEEK_END here as well.
5028
5029 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5030
5031         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5032           Fix handling of -1 values for start and stop values when seeking, 
5033           and SEEK_CUR+SEEK_END.
5034
5035 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5036
5037         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5038           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5039           the image format a variable-length NUL-terminated string; in
5040           versions before that the image format is a fixed-length string of
5041           3 characters (see #348644 for a sample tag).
5042           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5043
5044 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5045
5046         * win32/MANIFEST:
5047         Add new project files to MANIFEST.
5048         * win32/vs6/libgstaudiofx.dsp:
5049         * win32/vs6/libgstrtp.dsp:
5050         * win32/vs6/libgstrtsp.dsp:
5051         Update project files.
5052         
5053 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5056         (gst_avi_demux_parse_index):
5057         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5058         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5059           Printf format fixes; also add some missing quotes in translated
5060           strings. Fixes #416728 and #416727.
5061
5062 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5063
5064         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5065           Tim and I can't think of any reason the child audio sink needs to 
5066           be set back to NULL after successfully determining that it can 
5067           reach READY - it gets immediately set back to READY by the caller
5068           anyway, causing an unnecessary close/open of any audio devices
5069           involved.
5070
5071 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5072
5073         * po/LINGUAS:
5074         * po/ja.po:
5075           Add ja.po file from #377306.
5076
5077 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5078
5079         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5080         * sys/sunaudio/gstsunaudiomixertrack.c:
5081         (gst_sunaudiomixer_track_new):
5082           Actually translate sunaudio mixer track labels instead of just
5083           marking the strings as translatable (#377306); clean up weird
5084           label string mapping code that serves no apparent purpose. Also
5085           set the 'untranslated-label' property when creating mixer tracks
5086           if the GstMixerTrack base class supports this.
5087
5088         * tests/check/Makefile.am:
5089         * tests/check/elements/.cvsignore:
5090         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5091         (sunaudio_suite):
5092           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5093           actually tested on a system where sunaudiomixer is available).
5094
5095 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5096
5097         * tests/check/Makefile.am:
5098         Re-enable the states test and see if it works on the buildbots.
5099
5100 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5101
5102         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5103         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5104         (gst_dvdec_change_state):
5105         * ext/dv/gstdvdec.h:
5106         Infer pixel-aspect-ratio from the video frame format if it isn't
5107         provided by the container, as happens when playing DV from AVI
5108         or Quicktime containers.
5109
5110         Patch by: Wim Taymans <wim@fluendo.com>
5111         Fixes #380944
5112
5113 2007-03-09  Wim Taymans  <wim@fluendo.com>
5114
5115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5116         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5117         will later be handled by the jitterbuffer.
5118
5119 2007-03-09  Wim Taymans  <wim@fluendo.com>
5120
5121         * ext/taglib/gstid3v2mux.cc:
5122         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5123         Fixes #414496.
5124         
5125         Patch by: Alex Lancaster <alexl at users sourceforge net>
5126
5127 2007-03-09  Wim Taymans  <wim@fluendo.com>
5128
5129         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5130         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5131         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5132         (gst_avi_demux_chain):
5133         Fix stream position reporting after a seek. Fixes #416445.
5134
5135 2007-03-08  Wim Taymans  <wim@fluendo.com>
5136
5137         Patch by: René Stadler <mail at renestadler dot de>
5138
5139         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5140         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5141         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5142         Make avidemux accept optional header chunks in any order.
5143         Fixes #415446.
5144
5145 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5146
5147         * tests/check/Makefile.am:
5148         Disable the states check until the remaining Valgrind errors
5149         are fixed or suppressed.
5150
5151 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5152
5153         * tests/check/elements/.cvsignore:
5154           Add audiodynamic check to .cvsignore
5155
5156 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5157
5158         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5159
5160         * gst/audiofx/Makefile.am:
5161         * gst/audiofx/audiodynamic.c:
5162         (gst_audio_dynamic_characteristics_get_type),
5163         (gst_audio_dynamic_mode_get_type),
5164         (gst_audio_dynamic_set_process_function),
5165         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5166         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5167         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5168         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5169         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5170         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5171         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5172         (gst_audio_dynamic_transform_hard_knee_expander_int),
5173         (gst_audio_dynamic_transform_hard_knee_expander_float),
5174         (gst_audio_dynamic_transform_soft_knee_expander_int),
5175         (gst_audio_dynamic_transform_soft_knee_expander_float),
5176         (gst_audio_dynamic_transform_ip):
5177         * gst/audiofx/audiodynamic.h:
5178         * gst/audiofx/audiofx.c: (plugin_init):
5179         Add new audiodynamic element which can act as a compressor or
5180         expander. Supported are hard-knee and soft-knee operation modes with
5181         user-specified ratio and threshold.
5182         Attack and release parameters are not yet implemented but will follow.
5183         * docs/plugins/Makefile.am:
5184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5186         * docs/plugins/gst-plugins-good-plugins.args:
5187         * docs/plugins/inspect/plugin-audiofx.xml:
5188         Integrate audiodynamic into the docs.
5189         * tests/check/Makefile.am:
5190         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5191         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5192         Add unit test for audiodynamic.
5193
5194 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5195
5196         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5197         Free handles that we allocated when exiting via the error paths.
5198
5199 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5200
5201         * gst/level/gstlevel.c: (gst_level_class_init),
5202         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5203         (gst_level_transform_ip):
5204         * gst/level/gstlevel.h:
5205           Resolve message timestamps against the playback segment.
5206
5207 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5210         (gst_id3demux_sink_activate):
5211           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5212           caps passed to it (previously one code path assumed it took ownership
5213           while another one assumed it didn't, while in fact it sometimes did and
5214           sometimes didn't ...).
5215
5216         * configure.ac:
5217         * tests/files/Makefile.am:
5218         * tests/files/id3-407349-1.tag:
5219         * tests/files/id3-407349-2.tag:
5220           Add directory where data for unit tests can be stored.
5221
5222         * tests/Makefile.am:
5223         * tests/check/Makefile.am:
5224         * tests/check/elements/.cvsignore:
5225         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5226         (read_tags_from_file), (run_check_for_file),
5227         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5228           Add unit test for id3demux, and in particular for bug #407349. Only
5229           testing pull-mode for now; push mode doesn't work yet because the test
5230           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5231
5232 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * tests/check/Makefile.am:
5235           Add missing backslash at end of line.
5236
5237 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5238
5239         Trigger rebuild.
5240
5241 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5242
5243         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5244         * gst/id3demux/id3tags.h:
5245         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5246         (parse_obsolete_tdat_frame):
5247           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5248           the four-digit number will be interpreted as a year, whereas it is
5249           month and day in DDMM format. Instead, parse TDAT frames and fix up
5250           the date in the GST_TAG_DATE tag later if we also extracted a year.
5251           Fixes #407349.
5252
5253 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5254
5255         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5256         (gst_switch_commit_new_kid):
5257         Fix up the dispose logic so it doesn't leak, and fix setting of 
5258         the child state so that we don't set a child to our current state 
5259         just as we are changing it to something else.
5260
5261 2007-03-06  Wim Taymans  <wim@fluendo.com>
5262
5263         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5264         (gst_goom_chain):
5265         * gst/goom/gstgoom.h:
5266         Document, fix and improve goom adapter behaviour.
5267         Fixes #407006.
5268
5269 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5270
5271         * ext/esd/esdsink.c: (gst_esdsink_open):
5272         Unref static pad template after using it.
5273
5274 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5275
5276         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5277         (gst_switch_commit_new_kid):
5278         Fix up the reference counting of the child elements.
5279
5280 2007-03-05  Wim Taymans  <wim@fluendo.com>
5281
5282         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5283         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5284         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5285         Fix encoding-name case.
5286
5287 2007-03-05  Wim Taymans  <wim@fluendo.com>
5288
5289         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5290         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5291         (gst_rtp_speex_depay_process):
5292         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5293         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5294         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5295         (gst_rtp_speex_pay_change_state):
5296         * gst/rtp/gstrtpspeexpay.h:
5297         Fix speex (de)payloader. Fixes #358040.
5298
5299 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5300
5301         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5302         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5303         Install fakesink in NULL by fixing some broken logic. This obviates
5304         the need to manually set _IS_SINK.
5305         Add some comments and remove a little cruft while I'm at it.
5306
5307 2007-03-05  Wim Taymans  <wim@fluendo.com>
5308
5309         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5310         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5311
5312 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5313
5314         * po/POTFILES.in:
5315           Update.
5316
5317 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5318
5319         * tests/check/Makefile.am:
5320         Gah! Also disable gconfvideosink from the tests, otherwise
5321         it will instantiate autovideosink, and dfbvideosink and
5322         leak on the buildbots.
5323
5324 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5325
5326         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5327         (gst_cdio_cdda_src_finalize):
5328         Make sure we always destroy our libcdio handle.
5329
5330 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5331
5332         * tests/check/Makefile.am:
5333         Disable autovideosink so the buildbots don't barf over memory
5334         leaked in the directfb sink.
5335
5336 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5337
5338         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5339         Chain up in dispose
5340
5341 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5342
5343         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5344         (gst_multipart_find_pad_by_mime):
5345         Use gst_pad_new_from_static_template instead of
5346         static_pad_template_get+pad_new.
5347
5348 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5349
5350         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5351         Catch the case where no clock has been set.
5352
5353 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5354
5355         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5356         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5357         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5358         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5359         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5360         (gst_gconf_audio_src_finalize), (do_toggle_element):
5361         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5362         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5363         (do_toggle_element):
5364         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5365         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5366         (gst_gconf_video_src_finalize), (do_toggle_element):
5367         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5368         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5369         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5370         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5371         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5372         (gst_shout2send_init), (gst_shout2send_finalize):
5373         * gst/debug/testplugin.c: (gst_test_class_init),
5374         (gst_test_finalize):
5375         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5376         (gst_flxdec_dispose):
5377         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5378         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5380         (gst_rtspsrc_finalize):
5381         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5382         * gst/rtsp/rtspextwms.h:
5383         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5384         (gst_smpte_finalize):
5385         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5386         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5387         (gst_udpsink_finalize):
5388         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5389         (gst_wavparse_sink_activate):
5390         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5391         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5392         (gst_oss_src_finalize):
5393         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5394         * sys/v4l2/gstv4l2object.h:
5395         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5396         (gst_v4l2src_finalize):
5397         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5398
5399         Fix a bunch of leaks shown by the newly-added states test.
5400
5401 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5402
5403         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5404         Use gst_pad_new_from_static_template instead of 
5405         static_pad_template_get+pad_new.
5406
5407 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5408
5409         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5410
5411         * ext/libcaca/Makefile.am:
5412         * gst/debug/Makefile.am:
5413           Don't mix tabs and spaces (#414168).
5414
5415 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5416
5417         * tests/check/generic/.cvsignore:
5418           Ignore files to please buildbot.
5419
5420 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5421
5422         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5423         (gst_wavparse_stream_data):
5424           Unbreak my previous commit (swapped nominator & denominator). Tim,
5425           thanks for spotting.
5426
5427 2007-03-02  Wim Taymans  <wim@fluendo.com>
5428
5429         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5430         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5431         (gst_cdio_cdda_src_finalize):
5432         Small code cleanups.
5433         Don't use pad_alloc as the base class cannot deal with the error codes.
5434
5435 2007-03-02  Wim Taymans  <wim@fluendo.com>
5436
5437         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5438         (gst_udpsrc_create):
5439         Fix doc.
5440
5441 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5442
5443         Patch by: René Stadler <mail@renestadler.de>
5444
5445         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5446         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5447         (gst_wavparse_stream_data):
5448           Handle rounding better to not drop last sample frame. Fixes #356692
5449
5450 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5451
5452         * tests/check/Makefile.am:
5453         Disable cacasink from the states check too - it also calls exit(1)
5454         on us when it can't find a terminal to talk to.
5455
5456 2007-03-02  Wim Taymans  <wim@fluendo.com>
5457
5458         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5459
5460         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5461         (gst_udpsrc_create), (gst_udpsrc_set_property),
5462         (gst_udpsrc_get_property):
5463         * gst/udp/gstudpsrc.h:
5464         Add support to strip proprietary headers. Fixes #350296.
5465
5466 2007-03-02  Wim Taymans  <wim@fluendo.com>
5467
5468         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5469         Fix compilation.
5470
5471 2007-03-02  Wim Taymans  <wim@fluendo.com>
5472
5473         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5474
5475         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5476         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5477         (gst_rtp_mp2t_depay_set_property),
5478         (gst_rtp_mp2t_depay_get_property):
5479         * gst/rtp/gstrtpmp2tdepay.h:
5480         Add support to strip off proprietary headers. Fixes #350278.
5481
5482 2007-03-02  Wim Taymans  <wim@fluendo.com>
5483
5484         * ext/hal/hal.c:
5485         Fix compilation.
5486
5487 2007-03-02  Wim Taymans  <wim@fluendo.com>
5488
5489         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5490         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5491         (gst_sunaudiosrc_open):
5492         * sys/sunaudio/gstsunaudiosrc.h:
5493         Remove device-name from GstSunAudioSrc. Fixes #412597.
5494
5495 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5496
5497         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5498         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5499         Having NULL as UDI previously selected the default sink/src. Change
5500         this back but mention it in the debug output.
5501         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5502         (gst_hal_get_oss_element), (gst_hal_get_string),
5503         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5504         (gst_hal_get_audio_src):
5505         * ext/hal/hal.h:
5506         Refactor a bit, check all error conditions, greatly improve debugging
5507         and fix some possible memory leaks. Also implement OSS support
5508         and allow specifying an UDI that points to a real device. For this the
5509         child device which supports ALSA (preferred) or OSS is used.
5510         As a side effect this makes it impossible now to get a alsasink in
5511         halaudiosrc and a alsasrc in halaudiosink.
5512
5513 2007-03-01  Wim Taymans  <wim@fluendo.com>
5514
5515         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5516         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5517         Errors from the udp sources are not fatal unless all of them are in
5518         error.
5519
5520 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5521
5522         * tests/check/Makefile.am:
5523         Disable aasink in the states test. I suspect this is the element that
5524         is calling exit(1) when it can't proceed.
5525
5526 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5527
5528         * tests/check/Makefile.am:
5529         Draw plugins in from the build tree sys/ dir, rather than picking
5530         up the already installed versions.
5531
5532 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5533
5534         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5535         Error out correctly when getting xcontext fails.
5536
5537 2007-03-01  Wim Taymans  <wim@fluendo.com>
5538
5539         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5540         Make state change to PAUSED NO_PREROLL because that's what it will be in
5541         the future and rtspsrc relies on it.
5542
5543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5544         (gst_rtspsrc_change_state):
5545         Don't error out when we don't get an error from the state change
5546         function.
5547
5548 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5549
5550         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5551         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5552           Check if the device UDI is set before trying to query HAL
5553           about it and give a useful error message if it wasn't set.
5554         * ext/hal/hal.c: (gst_hal_get_string):
5555           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5556           gives an assertion failure in D-Bus when running with
5557           DBUS_FATAL_WARNINGS=1.
5558
5559 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5560
5561         * configure.ac:
5562           Convert to new AG_GST style.
5563
5564 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5565
5566         * tests/check/Makefile.am:
5567         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5568           add test for states
5569
5570 2007-02-28  Wim Taymans  <wim@fluendo.com>
5571
5572         * tests/check/elements/.cvsignore:
5573         Add new videofilter check to .cvsignore.
5574
5575 2007-02-28  Wim Taymans  <wim@fluendo.com>
5576
5577         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5578         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5579         (gst_avi_demux_loop), (gst_avi_demux_chain):
5580         Fix combined flow return. Fixes #412608.
5581
5582 2007-02-28  Wim Taymans  <wim@fluendo.com>
5583
5584         * gst/videofilter/Makefile.am:
5585         Dist header..
5586
5587 2007-02-28  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/videofilter/gstgamma.h:
5590         Add header too.
5591
5592 2007-02-28  Wim Taymans  <wim@fluendo.com>
5593
5594         Patch by: Mark Nauwelaerts <manauw at skynet be>
5595
5596         * gst/videofilter/Makefile.am:
5597         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5598         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5599         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5600         (oil_tablelookup_u8), (gst_gamma_set_caps),
5601         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5602         Port gamma filter to 0.10. Fixes #412704.
5603
5604         * tests/check/Makefile.am:
5605         * tests/check/elements/videofilter.c: (setup_filter),
5606         (cleanup_filter), (check_filter), (GST_START_TEST),
5607         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5608         Add unit tests for videofilters.
5609
5610 2007-02-28  Wim Taymans  <wim@fluendo.com>
5611
5612         * gst/rtsp/URLS:
5613         Add another interesting test url.
5614
5615         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5616         Don't allow getting header fields from data packets.
5617
5618 2007-02-28  Michael Smith  <msmith@fluendo.com>
5619
5620         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5621         (gst_shout2send_init), (gst_shout2send_start),
5622         (gst_shout2send_set_property), (gst_shout2send_get_property):
5623         * ext/shout2/gstshout2.h:
5624           Add a property for username.
5625
5626 2007-02-27  Christian Schallerr <christian@fluendo.com>
5627
5628         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5629
5630 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5631
5632         * gst/rtsp/Makefile.am:
5633         Fix make check too.
5634
5635 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5636
5637         * gst/rtsp/base64.c: (util_base64_encode):
5638         * gst/rtsp/base64.h:
5639         Commit missing files for base64 encoding.
5640
5641 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5642
5643         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5644
5645         * configure.ac:
5646         * ext/annodex/Makefile.am:
5647         * ext/jpeg/Makefile.am:
5648         * ext/speex/Makefile.am:
5649         * gst/alpha/Makefile.am:
5650         * gst/cutter/Makefile.am:
5651         * gst/debug/Makefile.am:
5652         * gst/effectv/Makefile.am:
5653         * gst/goom/Makefile.am:
5654         * gst/level/Makefile.am:
5655         * gst/smpte/Makefile.am:
5656         * gst/videofilter/Makefile.am:
5657           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5658
5659 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5660
5661         * gst/rtsp/Makefile.am:
5662         * gst/rtsp/rtspconnection.c: (append_auth_header),
5663         (rtsp_connection_send), (rtsp_connection_set_auth):
5664         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5665         from icecast to replace it. Relicensed from GPL courtesy of Mike
5666         Smith.
5667
5668 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5669
5670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5671         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5672         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5673         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5674         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5675         (gst_rtspsrc_uri_set_uri):
5676         * gst/rtsp/gstrtspsrc.h:
5677         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5678         (append_auth_header), (rtsp_connection_send),
5679         (rtsp_connection_free), (rtsp_connection_set_auth):
5680         * gst/rtsp/rtspconnection.h:
5681         * gst/rtsp/rtspdefs.h:
5682         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5683         * gst/rtsp/rtspurl.h:
5684
5685         Implement simple Basic Authentication support so that urls like
5686         rtsp://user:pass@hostname/rtspstream work on hosts that require
5687         authentication.
5688
5689 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5690
5691         * sys/v4l2/gstv4l2object.c:
5692         * sys/v4l2/gstv4l2tuner.c:
5693         * sys/v4l2/v4l2_calls.c:
5694         Fix segfault when oppening a radio device.
5695         
5696 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5697
5698         * gst/level/gstlevel.c: (gst_level_set_caps),
5699         (gst_level_transform_ip):
5700         * sys/v4l2/README:
5701         * tests/check/elements/level.c: (GST_START_TEST):
5702           Fix level for multi-channel case.
5703
5704 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5705
5706         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5707         (gst_level_transform_ip):
5708         * gst/level/gstlevel.h:
5709           Use function pointer for process function and add process functions
5710           for float audio.
5711
5712 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5713
5714         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5715         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5716         (gst_v4l2src_capture_init):
5717           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5718           fixes #407369
5719
5720 2007-02-18  Wim Taymans  <wim@fluendo.com>
5721
5722         * gst/rtp/Makefile.am:
5723         * gst/rtp/gstrtp.c: (plugin_init):
5724         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5725         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5726         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5727         (gst_rtp_mp2t_pay_plugin_init):
5728         * gst/rtp/gstrtpmp2tpay.h:
5729         Added simple mpeg transport stream payloader.
5730
5731 2007-02-16  Wim Taymans  <wim@fluendo.com>
5732
5733         * gst/rtsp/URLS:
5734         Add example H264 rtsp url.
5735
5736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5737         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5738         Don't convert values to lowercase or we might mess up base64 encoded
5739         properties.
5740
5741 2007-02-16  Wim Taymans  <wim@fluendo.com>
5742
5743         * gst/rtp/README:
5744         Fix case of string params.
5745
5746         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5747         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5748         Fix depayloader, support more packet types.
5749         Add sync codes to make sure the packetizer can do its job.
5750
5751         * gst/rtp/gstrtpmp4gdepay.c:
5752         * gst/rtp/gstrtpmp4gpay.c:
5753         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5754         Fix caps case again.
5755
5756 2007-02-15  Wim Taymans  <wim@fluendo.com>
5757
5758         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5759         Set right caps on output buffers.
5760
5761 2007-02-14  Wim Taymans  <wim@fluendo.com>
5762
5763         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5764         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5765         Clear stack allocated SDPMedia struct before calling _init() on it.
5766         Clarify this in the docs as well.
5767
5768 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5769
5770         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5771         (do_change_child):
5772         Don't reset the profile when going switching states, as it makes
5773         the element non-reusable.
5774
5775 2007-02-14  Wim Taymans  <wim@fluendo.com>
5776
5777         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5778         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5779         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5780         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5781         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5782         (sdp_parse_line):
5783         * gst/rtsp/sdpmessage.h:
5784         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5785         Fix memory management of SDP messages. Fixes #407793.
5786
5787 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5788
5789         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5790
5791         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5792         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5793
5794 2007-02-14  Wim Taymans  <wim@fluendo.com>
5795
5796         Patch by: jp.liu <jp_liu at astrocom dot cn>
5797
5798         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5799         Fix parsing of password field in url. Fixes #407797.
5800
5801 2007-02-14  Wim Taymans  <wim@fluendo.com>
5802
5803         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5804         (gst_wavparse_reset), (gst_wavparse_init),
5805         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5806         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5807         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5808         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5809         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5810         (gst_wavparse_loop), (gst_wavparse_chain),
5811         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5812         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5813         (plugin_init):
5814         * gst/wavparse/gstwavparse.h:
5815         Update docs.
5816         Use boilerplate.
5817         Various code cleanups.
5818         When the bitrate is not known (bps == 0 or compressed formats) let
5819         downstream element guestimate the duration and position and don't
5820         generate timestamps or durations. Fixes #405213.
5821         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5822         error flowreturn upstream.
5823
5824 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5825
5826         * ext/gconf/Makefile.am:
5827         * ext/gconf/gconf.c: (gst_gconf_get_string),
5828         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5829         (gst_gconf_render_bin_with_default):
5830         * ext/gconf/gconf.h:
5831         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5832         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5833         (gst_gconf_audio_sink_dispose), (do_change_child),
5834         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5835         (cb_change_child), (gst_gconf_audio_sink_change_state):
5836         * ext/gconf/gstgconfaudiosink.h:
5837         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5838         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5839         (gst_switch_sink_init), (gst_switch_sink_dispose),
5840         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5841         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5842         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5843         * ext/gconf/gstswitchsink.h:
5844         * gst/autodetect/gstautoaudiosink.c:
5845         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5846         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5847         (gst_auto_audio_sink_detect):
5848         * gst/autodetect/gstautovideosink.c:
5849         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5850         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5851         (gst_auto_video_sink_detect):
5852         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5853         and a child that implements the GConf key monitoring. The end goal of
5854         this is an audio sink that can be changed on the fly, but at the 
5855         moment it still only changes on the next READY transition.
5856
5857 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5858
5859         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5860         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5861         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5862         (gst_avi_demux_calculate_durations_from_index),
5863         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5864         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5865         (gst_avi_demux_loop):
5866           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5867
5868 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5869
5870         * configure.ac:
5871         * docs/plugins/Makefile.am:
5872           Add crossreferences to glib/gobject/gstream docs.
5873
5874 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5875
5876         * gst/monoscope/Makefile.am:
5877         * gst/monoscope/gstmonoscope.c:
5878           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5879           (but no LIBS, since we only use defines from the headers).
5880
5881 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5882
5883         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5884
5885         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5886         (gst_wavparse_stream_data):
5887           Fix massive memory leak when operating in streaming mode due to
5888           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5889           Fixes #407057.
5890
5891 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5892
5893         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5894         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5895         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5896         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5897         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5898         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5899         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5900         (gst_avi_demux_calculate_durations_from_index),
5901         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5902         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5903         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5904         * gst/avi/gstavidemux.h:
5905           Save some memory (8%) by repacking the index entry structure (more to
5906           come). Add more FIXMEs to questionable parts.
5907
5908 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5909
5910         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5911         (gst_v4l2src_get_caps):
5912         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5913         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5914         (gst_v4l2src_capture_init):
5915           More FIXME comments and messaging changes.
5916
5917 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5918
5919         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5920         (gst_goom_change_state):
5921         * gst/goom/gstgoom.h:
5922           Improved docs and use GST_DEBUG_FUNCPTR.
5923
5924         * gst/level/gstlevel.c: (gst_level_class_init):
5925           Use GST_DEBUG_FUNCPTR.
5926
5927         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5928         (gst_monoscope_chain), (gst_monoscope_change_state):
5929           Improved docs source cleanups.
5930
5931 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5932
5933         * gst/debug/Makefile.am:
5934         * gst/debug/gstdebug.c: (plugin_init):
5935         * gst/debug/gstpushfilesrc.c:
5936         * gst/debug/gstpushfilesrc.h:
5937           Add code for a pushfilesrc element that implements a pushfile:// URI
5938           handler, to make debugging push-mode operation of demuxer/decoders
5939           that support both easier in connection with seek/playbin/etc.
5940           The element isn't registered at the moment.
5941
5942 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5943
5944         * gst/avi/gstavimux.c:
5945           Comment a #if 0 in caps template definition as VS6 seems to 
5946         do not support it.
5947         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5948           Use gst_guint64_to_gdouble for conversion.
5949         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5950           Move variables declaration before the first instruction.
5951         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5952           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5953           And don't include netdb.h for G_OS_WIN32
5954         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5955           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5956           by VS6 then use an other way to initialize SDPMedia structure.
5957         * gst/udp/gstdynudpsink.h:
5958         * gst/udp/gstdynudpnetutils.h:
5959           Do not include <sys/time.h> for G_OS_WIN32
5960         * gst/udp/gstudpsrc.c:
5961           Define socklen_t as int for G_OS_WIN32
5962         * win/common/config.h.in:
5963           Undef HAVE_NETINET_IN_H
5964         * win32/vs6/gst_plugins_good.dsw:
5965         * win32/vs6/libgstrtp.dsp:
5966         * win32/vs6/libgstrtsp.dsp:
5967         * win32/vs6/libgstautogen.dsp:
5968         * win32/vs6/libgstaudiofx.dsp:
5969         * win32/vs6/libgstudp.dsp:
5970           Add and update project files.
5971         * win32/common/gstudp-enumtypes.c:
5972         * win32/common/gstudp-enumtypes.h:
5973           Add a copy of udp enumtypes to win32/common as in core 
5974           and base.
5975         
5976 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5977
5978         * configure.ac:
5979           Activate monoscope when building with --enable-experimental. Fix
5980           --enable-external configure switch description.
5981
5982         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5983         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5984           Help gst-indent.
5985
5986 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5987
5988         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5989           Explicitly cast result of pointer arithmetic to integer in order to
5990           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5991
5992 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5993
5994         * gst/debug/progressreport.c:
5995           Some more docs.
5996
5997 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5998
5999         * docs/plugins/inspect/plugin-rtp.xml:
6000           Update for new elements.
6001
6002         * gst/debug/progressreport.h:
6003           Commit newly-created header file as well.
6004
6005 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6006
6007         * docs/plugins/Makefile.am:
6008         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6009         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6010         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6011         * gst/debug/Makefile.am:
6012         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6013         (gst_progress_report_do_query), (gst_progress_report_report):
6014           Make progressreport element post messages with the current progress
6015           on the bus. Also add some basic docs for it.
6016
6017 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6018
6019         * ext/hal/hal.c: (gst_hal_get_string):
6020         * ext/hal/hal.h:
6021           Some small cleanups; deal with errors when parsing the HAL ALSA
6022           capabilities a bit better.
6023
6024 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6025
6026         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6027           Let's try this again and use the right cast this time.
6028
6029 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6030
6031         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6032           Add cast to avoid compiler warnings with older GLib versions
6033           where the nick/name members in GEnumValue are not declared as
6034           constant strings.
6035
6036 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6037
6038         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6039         (gst_gconf_render_bin_from_key),
6040         (gst_gconf_get_default_audio_sink):
6041         * ext/gconf/gconf.h:
6042         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6043         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6044         (gst_gconf_audio_sink_get_property):
6045           In gconfaudiosink, get the right key as the old key in do_toggle
6046           (ie. one dependent on the profile selected). Log some more stuff so
6047           we can see what's actually going on.
6048
6049 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6050
6051         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6052         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6053         (gst_audio_amplify_set_process_function),
6054         (gst_audio_amplify_setup):
6055         * gst/audiofx/audioamplify.h:
6056         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6057         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6058         * gst/audiofx/audioinvert.h:
6059         Some small cleanups and port both elements to the new GstAudioFilter
6060         base class to save a few lines of common code.
6061         * gst/audiofx/Makefile.am:
6062         Link against libgstaudio for the above changes
6063
6064 2007-01-29  Wim Taymans  <wim@fluendo.com>
6065
6066         * tests/check/elements/.cvsignore:
6067         Some more ignores.
6068
6069 2007-01-26  Wim Taymans  <wim@fluendo.com>
6070
6071         Patch by: charles <charlesg3 at gmail dot com>
6072
6073         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6074         (set_shout_metadata), (gst_shout2send_event):
6075         * ext/shout2/gstshout2.h:
6076         Properly handle tags in shout2send. Fixes #399825.
6077
6078 2007-01-25  Wim Taymans  <wim@fluendo.com>
6079
6080         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6081         (gst_rtspsrc_activate_streams):
6082         Convert SDP fields to upper/lowercase following the rules in the SDP to
6083         caps document. 
6084
6085 2007-01-25  Wim Taymans  <wim@fluendo.com>
6086
6087         * gst/rtp/README:
6088         * gst/rtp/gstrtpilbcdepay.c:
6089         * gst/rtp/gstrtpilbcpay.c:
6090         * gst/rtp/gstrtpmp4gdepay.c:
6091         * gst/rtp/gstrtpmp4gpay.c:
6092         * gst/rtp/gstrtpspeexdepay.c:
6093         * gst/rtp/gstrtpspeexpay.c:
6094         * gst/rtp/gstrtpsv3vdepay.c:
6095         * gst/rtp/gstrtptheoradepay.c:
6096         * gst/rtp/gstrtptheorapay.c:
6097         * gst/rtp/gstrtpvorbisdepay.c:
6098         * gst/rtp/gstrtpvorbispay.c:
6099         Fix case of encoding-name and key/value pairs to match the document.
6100         This is to make interoperation with SDP case-insensitive as required by
6101         the relevant RFCs.
6102
6103 2007-01-25  Wim Taymans  <wim@fluendo.com>
6104
6105         * configure.ac:
6106         Bump required -core/-base to CVS
6107
6108 2007-01-25  Wim Taymans  <wim@fluendo.com>
6109
6110         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6111         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6112         * gst/rtp/gstrtpL16pay.h:
6113         Fill up to MTU using adapter.
6114         Timestamp rtp packets.
6115
6116 2007-01-25  Edward Hervey  <edward@fluendo.com>
6117
6118         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6119         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6120         Use G_GSIZE_FORMAT in print statements for portability.
6121         Fixes build on macosx.
6122
6123 2007-01-24  Wim Taymans  <wim@fluendo.com>
6124
6125         * gst/rtp/Makefile.am:
6126         * gst/rtp/gstrtp.c: (plugin_init):
6127         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6128         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6129         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6130         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6131         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6132         (gst_rtp_L16_depay_plugin_init):
6133         * gst/rtp/gstrtpL16depay.h:
6134         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6135         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6136         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6137         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6138         (gst_rtp_L16_pay_plugin_init):
6139         * gst/rtp/gstrtpL16pay.h:
6140         Port and enable raw audio payloader/depayloader. Needs a bit more work
6141         on the payloader side.
6142
6143 2007-01-24  Wim Taymans  <wim@fluendo.com>
6144
6145         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6146         (gst_rtspsrc_stream_configure_transport),
6147         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6148         * gst/rtsp/gstrtspsrc.h:
6149         Only unblock the udp pads when we linked and activated them all.
6150         Fixes #395688.
6151
6152 2007-01-24  Wim Taymans  <wim@fluendo.com>
6153
6154         * gst/rtp/Makefile.am:
6155         * gst/rtp/gstrtp.c: (plugin_init):
6156         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6157         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6158         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6159         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6160         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6161         * gst/rtp/gstrtpac3depay.h:
6162         Added simple AC3 depayloader (RFC 4184).
6163
6164         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6165         Fix a leak.
6166
6167 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6168
6169         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6170
6171         * gst/audiofx/Makefile.am:
6172         * gst/audiofx/audioamplify.c:
6173         (gst_audio_amplify_clipping_method_get_type),
6174         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6175         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6176         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6177         (gst_audio_amplify_set_caps),
6178         (gst_audio_amplify_transform_int_clip),
6179         (gst_audio_amplify_transform_int_wrap_negative),
6180         (gst_audio_amplify_transform_int_wrap_positive),
6181         (gst_audio_amplify_transform_float_clip),
6182         (gst_audio_amplify_transform_float_wrap_negative),
6183         (gst_audio_amplify_transform_float_wrap_positive),
6184         (gst_audio_amplify_transform_ip):
6185         * gst/audiofx/audioamplify.h:
6186         * gst/audiofx/audiofx.c: (plugin_init):
6187         Add new element "audioamplify". This allows scaling of raw audio
6188         samples, similar to the "volume" element, but provides different modes
6189         for clipping and allows unlimited amplification. It's mainly targeted
6190         for creative sound design and not as a replacement of the "volume"
6191         element. Fixes #397162
6192         * docs/plugins/Makefile.am:
6193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6195         * docs/plugins/gst-plugins-good-plugins.args:
6196         * docs/plugins/inspect/plugin-audiofx.xml:
6197         Add docs for audioamplify and integrate them into the build system
6198         * tests/check/Makefile.am:
6199         * tests/check/elements/audioamplify.c: (setup_amplify),
6200         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6201         Add fairly extensive unit test suite for audioamplify
6202
6203 2007-01-24  Wim Taymans  <wim@fluendo.com>
6204
6205         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6206         Unblock pads after adding the pads to the element so that autopluggers
6207         get a change to link something. Possibly fixes #395688.
6208
6209 2007-01-24  Wim Taymans  <wim@fluendo.com>
6210
6211         * gst/rtp/gstrtpamrdepay.c:
6212         * gst/rtp/gstrtpgsmdepay.c:
6213         * gst/rtp/gstrtph263pdepay.c:
6214         * gst/rtp/gstrtph263ppay.c:
6215         * gst/rtp/gstrtph264depay.c:
6216         * gst/rtp/gstrtpilbcdepay.c:
6217         * gst/rtp/gstrtpmp2tdepay.c:
6218         * gst/rtp/gstrtpmp4gdepay.c:
6219         * gst/rtp/gstrtpmp4gpay.c:
6220         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6221         * gst/rtp/gstrtpmp4vpay.c:
6222         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6223         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6224         (gst_rtp_mpa_depay_process):
6225         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6226         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6227         * gst/rtp/gstrtppcmadepay.c:
6228         * gst/rtp/gstrtppcmudepay.c:
6229         * gst/rtp/gstrtpspeexdepay.c:
6230         * gst/rtp/gstrtpspeexpay.c:
6231         * gst/rtp/gstrtpsv3vdepay.c:
6232         * gst/rtp/gstrtptheoradepay.c:
6233         * gst/rtp/gstrtptheorapay.c:
6234         * gst/rtp/gstrtpvorbisdepay.c:
6235         * gst/rtp/gstrtpvorbispay.c:
6236         Fix caps with payload numbers.
6237         Add some fixed payload numbers to caps when possible.
6238
6239 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6240
6241         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6242
6243         * gst/audiofx/Makefile.am:
6244         * gst/audiofx/audiofx.c: (plugin_init):
6245         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6246         (gst_audio_invert_class_init), (gst_audio_invert_init),
6247         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6248         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6249         (gst_audio_invert_transform_float),
6250         (gst_audio_invert_transform_ip):
6251         * gst/audiofx/audioinvert.h:
6252         Add new audiofx element "audioinvert". This element swaps the upper
6253         and lower half of samples and can be used for example for a
6254         wide-stereo effect. Fixes #396057
6255         * docs/plugins/Makefile.am:
6256         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6258         * docs/plugins/gst-plugins-good-plugins.args:
6259         * docs/plugins/inspect/plugin-audiofx.xml:
6260         Add docs for the audioinvert element and add them to the build system.
6261         * tests/check/Makefile.am:
6262         * tests/check/elements/audioinvert.c: (setup_invert),
6263         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6264         Add unit test suite for the audioinvert element.
6265
6266 2007-01-23  Wim Taymans  <wim@fluendo.com>
6267
6268         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6269         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6270         Parse config params as string and int.
6271         Parse and use AU header length
6272
6273 2007-01-23  Wim Taymans  <wim@fluendo.com>
6274
6275         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6276         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6277         * gst/smpte/gstmask.c: (_gst_mask_register):
6278         * gst/smpte/gstmask.h:
6279         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6280         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6281         (gst_smpte_paint_triangle_clock):
6282         constify some static structs.
6283         Don't update the mask if nothing changed to the params.
6284         Make sure we never draw outside of the picture. Fixes #398325.
6285
6286 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6287
6288         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6289           Error out properly when pull_range fails while we're reading the
6290           headers, instead of just pausing the task silently. Fixes #399338.
6291
6292 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6293
6294         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6295           Some more sanity checks to make sure the input formats match and the
6296           input pads are actually negotiated, in case someone tries to feed
6297           buffers from fakesrc or filesrc. Fixes #398299.
6298           Also const-ify an array, just because we can.
6299
6300 2007-01-19  Edward Hervey  <edward@fluendo.com>
6301
6302         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6303         Ignore previous commit, that was only valid for widths and heights
6304         that are multiples of 4.
6305         Copy over size/stride macros from jpegdec. This allows the element
6306         to work with any width,height...
6307         ... but puts in evidence that the actual transformations only work
6308         with width/height that are multiples of 4.
6309
6310 2007-01-19  Edward Hervey  <edward@fluendo.com>
6311
6312         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6313         Allocate buffers of the right size.
6314         The proper size of a I420 buffer in bytes is:
6315         
6316             width * height * 3
6317             ------------------
6318                     2
6319
6320 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6321
6322         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6323           Proxy getcaps on sink pads too, so that we either end up with the
6324           same dimensions on all pads or error out if that's not possible
6325           (seems to work even!). Fixes #398086, I think.
6326
6327 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6330         * docs/plugins/gst-plugins-good-plugins.args:
6331         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6332           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6333           fix integer properties with -1 as minimum value.
6334
6335         * docs/plugins/inspect/plugin-1394.xml:
6336         * docs/plugins/inspect/plugin-aasink.xml:
6337         * docs/plugins/inspect/plugin-alaw.xml:
6338         * docs/plugins/inspect/plugin-alpha.xml:
6339         * docs/plugins/inspect/plugin-alphacolor.xml:
6340         * docs/plugins/inspect/plugin-annodex.xml:
6341         * docs/plugins/inspect/plugin-apetag.xml:
6342         * docs/plugins/inspect/plugin-audiofx.xml:
6343         * docs/plugins/inspect/plugin-auparse.xml:
6344         * docs/plugins/inspect/plugin-autodetect.xml:
6345         * docs/plugins/inspect/plugin-avi.xml:
6346         * docs/plugins/inspect/plugin-cacasink.xml:
6347         * docs/plugins/inspect/plugin-cairo.xml:
6348         * docs/plugins/inspect/plugin-cdio.xml:
6349         * docs/plugins/inspect/plugin-cutter.xml:
6350         * docs/plugins/inspect/plugin-debug.xml:
6351         * docs/plugins/inspect/plugin-dv.xml:
6352         * docs/plugins/inspect/plugin-efence.xml:
6353         * docs/plugins/inspect/plugin-effectv.xml:
6354         * docs/plugins/inspect/plugin-esdsink.xml:
6355         * docs/plugins/inspect/plugin-flac.xml:
6356         * docs/plugins/inspect/plugin-flxdec.xml:
6357         * docs/plugins/inspect/plugin-gconfelements.xml:
6358         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6359         * docs/plugins/inspect/plugin-goom.xml:
6360         * docs/plugins/inspect/plugin-halelements.xml:
6361         * docs/plugins/inspect/plugin-icydemux.xml:
6362         * docs/plugins/inspect/plugin-id3demux.xml:
6363         * docs/plugins/inspect/plugin-jpeg.xml:
6364         * docs/plugins/inspect/plugin-level.xml:
6365         * docs/plugins/inspect/plugin-matroska.xml:
6366         * docs/plugins/inspect/plugin-mulaw.xml:
6367         * docs/plugins/inspect/plugin-multipart.xml:
6368         * docs/plugins/inspect/plugin-navigationtest.xml:
6369         * docs/plugins/inspect/plugin-ossaudio.xml:
6370         * docs/plugins/inspect/plugin-png.xml:
6371         * docs/plugins/inspect/plugin-rtp.xml:
6372         * docs/plugins/inspect/plugin-rtsp.xml:
6373         * docs/plugins/inspect/plugin-shout2send.xml:
6374         * docs/plugins/inspect/plugin-smpte.xml:
6375         * docs/plugins/inspect/plugin-speex.xml:
6376         * docs/plugins/inspect/plugin-taglib.xml:
6377         * docs/plugins/inspect/plugin-udp.xml:
6378         * docs/plugins/inspect/plugin-videobalance.xml:
6379         * docs/plugins/inspect/plugin-videobox.xml:
6380         * docs/plugins/inspect/plugin-videoflip.xml:
6381         * docs/plugins/inspect/plugin-videomixer.xml:
6382         * docs/plugins/inspect/plugin-wavenc.xml:
6383         * docs/plugins/inspect/plugin-wavparse.xml:
6384         * docs/plugins/inspect/plugin-ximagesrc.xml:
6385           Update to CVS.
6386
6387 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6388
6389         Patch by: Sebastian Dröge <slomo circular-chaos org>
6390
6391         * gst/audiofx/audiopanorama.c:
6392           Fix doc section name (Fixes #397946)
6393
6394 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6395
6396         * sys/v4l2/gstv4l2object.c:
6397         (gst_v4l2_object_install_properties_helper),
6398         (gst_v4l2_object_set_property_helper),
6399         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6400         * sys/v4l2/gstv4l2object.h:
6401         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6402         (gst_v4l2src_init), (gst_v4l2src_set_property),
6403         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6404         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6405         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6406         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6407         (gst_v4l2src_capture_deinit):
6408           Fix EIO handing when capturing. Add new property to specify the number of
6409           buffers to enque (and remove the borked num-buffers usage).
6410
6411 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6412
6413         Patch by: Sebastian Dröge <slomo circular-chaos org>
6414
6415         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6416         (gst_audio_panorama_set_process_function):
6417           Use a function array for process methods, add more docs and define the
6418           startindex of enums.
6419
6420 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6421
6422         Patch by: Mark Nauwelaerts <manauw at skynet be>
6423
6424         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6425         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6426         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6427         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6428         (gst_avi_mux_riff_get_avi_header),
6429         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6430         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6431         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6432         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6433         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6434         (gst_avi_mux_change_state):
6435         * gst/avi/gstavimux.h:
6436         * tests/check/elements/avimux.c: (teardown_src_pad):
6437           Add support for more than one audio stream; write better AVIX
6438           header; refactor code a bit; don't announce vorbis caps on our audio
6439           sink pads since we don't support it anyway. Closes #379298.
6440
6441 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6442
6443         Patch by: Sebastian Dröge <slomo circular-chaos org>
6444
6445         * gst/audiofx/audiopanorama.c:
6446         (gst_audio_panorama_method_get_type),
6447         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6448         (gst_audio_panorama_set_process_function),
6449         (gst_audio_panorama_set_property),
6450         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6451         (gst_audio_panorama_transform_m2s_int_simple),
6452         (gst_audio_panorama_transform_s2s_int_simple),
6453         (gst_audio_panorama_transform_m2s_float_simple),
6454         (gst_audio_panorama_transform_s2s_float_simple):
6455         * gst/audiofx/audiopanorama.h:
6456           Add 'method' property and provide a simple (non-psychoacustic)
6457           processing method (#394859).
6458
6459         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6460         (panorama_suite):
6461           Tests for new method.
6462
6463 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6464
6465         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6466         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6467           Set correct caps on outgoing pulled buffers, or things blow up
6468           after recent core changes.
6469
6470 2007-01-11  Wim Taymans  <wim@fluendo.com>
6471
6472         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6473
6474         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6475         (gst_multipart_mux_request_new_pad),
6476         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6477         (gst_multipart_mux_change_state):
6478         Return FLOW errors ASAP. Fixes #394977.
6479         Misc cleanups.
6480
6481 2007-01-11  Wim Taymans  <wim@fluendo.com>
6482
6483         Patch by: Lutz Mueller <lutz at topfrose dot de>
6484
6485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6486         Check for stream pad before activating. 
6487
6488 2007-01-10  Wim Taymans  <wim@fluendo.com>
6489
6490         Patch by: Peter Kjellerstedt  <pkj at axis com>
6491
6492         * gst/rtsp/COPYING.MIT:
6493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6494         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6495         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6496         (gst_rtspsrc_stream_configure_transport),
6497         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6498         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6499         (gst_rtspsrc_parse_methods),
6500         (gst_rtspsrc_create_transports_string),
6501         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6502         (gst_rtspsrc_open), (gst_rtspsrc_close):
6503         * gst/rtsp/gstrtspsrc.h:
6504         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6505         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6506         (parse_request_line), (parse_line), (rtsp_connection_read),
6507         (rtsp_connection_close):
6508         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6509         (rtsp_method_as_text), (rtsp_header_as_text),
6510         (rtsp_status_as_text), (rtsp_find_header_field),
6511         (rtsp_find_method):
6512         * gst/rtsp/rtspdefs.h:
6513         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6514         (rtsp_ext_wms_configure_stream):
6515         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6516         (rtsp_message_new_request), (rtsp_message_init_request),
6517         (rtsp_message_new_response), (rtsp_message_init_response),
6518         (rtsp_message_init_data), (rtsp_message_unset),
6519         (rtsp_message_free), (rtsp_message_add_header),
6520         (rtsp_message_get_header), (rtsp_message_set_body),
6521         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6522         * gst/rtsp/rtspmessage.h:
6523         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6524         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6525         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6526         (sdp_message_dump):
6527         Allow url to be NULL to be able to use it for server connections.
6528         Can now send responses as well as requests.
6529         No longer hangs in an endless loop if EOF is received.
6530         Can now convert a status code to a text string.
6531         Return RTSP_HDR_INVALID for unknown headers.
6532         Return RTSP_INVALID for unknown methods.
6533         Copy CSeq and Session headers from the request.
6534         Only free memory corresponding to the currently set message type.
6535         Added const to function arguments as appropriate.
6536         Avoid a compiler warning when initializing nmedia.
6537         Use guint rather than gint to avoid compiler warnings.
6538         Fix crasher in wms extension.
6539         Factor out stream setup from open_connection.
6540         Delay activation of streams when actual data is received from the
6541         server, this prepares us to do proper protocol switching.
6542         Added new license.
6543         Fixes #380895.
6544
6545
6546 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         Patch by: Sebastian Dröge <slomo ubuntu com>
6549
6550         * docs/plugins/Makefile.am:
6551         * gst/audiofx/audiopanorama.c:
6552           Some small docs fixes (#394851).
6553
6554 2007-01-09  Wim Taymans  <wim@fluendo.com>
6555
6556         * gst/avi/gstavidemux.c:
6557         Fix docs.
6558
6559 2007-01-09  Wim Taymans  <wim@fluendo.com>
6560
6561         * gst/rtp/Makefile.am:
6562         * gst/rtp/gstrtp.c: (plugin_init):
6563         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6564         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6565         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6566         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6567         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6568         * gst/rtp/gstrtpmpvdepay.h:
6569           Added RFC 2250 MPEG Video Depayloader.
6570
6571         * gst/rtp/gstrtpL16depay.h:
6572         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6573         (gst_rtp_h263p_depay_process):
6574         Fix Header file. Small cleanups.
6575
6576         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6577         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6578         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6579         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6580         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6581         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6582         (gst_rtp_mp4v_depay_change_state):
6583         Remove usused code. Remove Adapter from state Change. Added debug.
6584
6585         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6586         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6587         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6588         * gst/rtp/gstrtpmpadepay.h:
6589         Subclass base depayloader.
6590         Added debug.
6591         Support static payload type assignment as well.
6592
6593         * gst/rtp/gstrtpmpapay.c:
6594         Fix caps.
6595
6596 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6597
6598         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6599
6600         * ext/jpeg/gstjpegdec.c:
6601         * ext/jpeg/gstjpegenc.c:
6602         * ext/jpeg/smokecodec.c:
6603           These libjpeg callbacks should return a 'boolean' (unsigned char
6604           apparently) and not a 'gboolean' (which maps to gint). Fixes
6605           warnings when compiling with MingW (#393427).
6606
6607         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6608           Use ioctlsocket on win32.
6609
6610         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6611           Some printf format fixes for win32.
6612
6613 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6614
6615         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6616           Use gst_guint64_to_gdouble for conversion.
6617         * win32/vs6/libgstmatroska.dsp:
6618           Add zlib to the link.
6619         * win32/vs6/libgstvideobox.dsp:
6620           Update liboil library name (project is linked to 
6621           liboil-0.3-0.lib now).
6622           
6623 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         * gst/matroska/Makefile.am:
6626           If zlib is available and used, we must link it explicitly for
6627           things to work on MingW (fixes #392855).
6628
6629 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6630
6631         * ext/esd/esdsink.c: (gst_esdsink_delay):
6632           Don't return bogus values when esd_get_delay() fails for some
6633           reason (#392189).
6634
6635 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * sys/ximage/gstximagesrc.c: (composite_pixel):
6638           Fix presumably copy'n'pasto for 16bpp depth.
6639
6640 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6641
6642         * gst/matroska/matroska-mux.c:
6643         (gst_matroska_mux_audio_pad_setcaps):
6644           The "signed" field in audio caps is of boolean type, trying to use
6645           gst_structure_get_int() to extract it will fail. Fixing this makes
6646           matroskamux accept raw audio input (#387121) (use at your own risk
6647           though, due to the matroska spec being not entirely useful in this
6648           respect).
6649           Also fix up raw audio structures in template caps so that they
6650           represent what our setcaps function will actually accept, so that
6651           converters know what to convert to.
6652           Finally, don't fail if there isn't an "endianness" field in 8-bit
6653           PCM caps.
6654
6655 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6656
6657         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6658         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6659         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6660         (teardown_cmmldec):
6661         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6662         (teardown_cmmlenc):
6663         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6664           reapply consistent pad (de)activation
6665
6666 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6667
6668         * configure.ac:
6669         Back to CVS
6670
6671         * gst-plugins-good.doap:
6672         Add 0.10.5 doap entry
6673
6674 === release 0.10.5 ===
6675
6676 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6677
6678         * configure.ac:
6679           releasing 0.10.5, "The Path of Thorns"
6680
6681 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6682
6683         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6684         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6685         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6686         (teardown_cmmldec):
6687         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6688         (teardown_cmmlenc):
6689         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6690           revert my freeze breakage
6691
6692 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6693
6694         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6695         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6696         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6697         (teardown_cmmldec):
6698         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6699         (teardown_cmmlenc):
6700         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6701           consistent pad (de)activation
6702
6703 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6704
6705         * configure.ac:
6706         * ext/Makefile.am:
6707         Disable LADPSA, as it has moved to the -bad module for the duration.
6708
6709 2006-12-18  Wim Taymans  <wim@fluendo.com>
6710
6711         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6712         (gst_signal_processor_event):
6713         Reset flow_state back to _OK after a flush stop so that we exit our
6714         error state after the flush. Fixes #374213
6715
6716 2006-12-16  David Schleef  <ds@schleef.org>
6717
6718         * sys/osxvideo/osxvideosink.h:
6719         * sys/osxvideo/osxvideosink.m:
6720           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6721
6722 2006-12-16  David Schleef  <ds@schleef.org>
6723
6724         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6725
6726         * sys/osxvideo/Makefile.am:
6727         * sys/osxvideo/osxvideosink.h:
6728         * sys/osxvideo/osxvideosink.m:
6729           Preliminary patch for porting osxvideosink
6730
6731 2006-12-16  Wim Taymans  <wim@fluendo.com>
6732
6733         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6734
6735         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6736         (gst_videomixer_set_master_geometry),
6737         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6738         (gst_videomixer_reset), (gst_videomixer_init),
6739         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6740         (gst_videomixer_release_pad), (gst_videomixer_collected),
6741         (gst_videomixer_change_state):
6742         Introduce some locking around the videomixer state so that it does not
6743         crash when adding/removing pads. Fixes #383043.
6744
6745 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6746
6747         * configure.ac:
6748           Make sure libcaca can actually be used instead of just checking for
6749           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6750           cross-compiling (fixes #384587).
6751
6752 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6753
6754         * Makefile.am:
6755         * gst-plugins-good.doap:
6756         * gst-plugins-good.spec.in:
6757           adding doap file
6758
6759 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * configure.ac:
6762           libflac-1.1.3 changed API again, but we can't build against it yet,
6763           so make sure our check doesn't use libflac-1.1.3 and add a comment
6764           to this effect.
6765
6766 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6767
6768         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6769         (gst_quarktv_planetable_clear):
6770           Add some NULL pointer checks (possibly related to #385623).
6771
6772 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6773
6774         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6775         (gst_tag_demux_chain):
6776         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6777           In streaming mode, if the first buffer we get doesn't have an
6778           offset, fix it up to be 0, otherwise trimming won't work later on
6779           and we'll be typefinding application/x-id3, which may result in
6780           decodebin plugging an endless number of id3demux elements as a
6781           consequence. Fixes #385031.
6782           
6783 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6784
6785         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6786           Ignore the buffer_time the sound device reports. Turns out it is 
6787           sometimes completely bogus and we're better off without it.
6788
6789 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6792         (gst_matroska_demux_video_caps):
6793         * gst/matroska/matroska-ids.c:
6794         (gst_matroska_track_init_video_context):
6795         * gst/matroska/matroska-ids.h:
6796           Try harder to extract the framerate for video tracks correctly and
6797           save it directly instead of converting it back and forth a few
6798           times. Mostly makes a difference for very small framerates (<1).
6799           Fixes #380199.
6800
6801 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6802
6803         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6804         (gst_gconf_audio_src_dispose), (do_toggle_element):
6805         * ext/gconf/gstgconfaudiosrc.h:
6806           Remove gconf notify hook when the gconfaudiosrc element is
6807           destroyed, otherwise the callback may be called on an
6808           already-destroyed instance and bad things happen. Should fix
6809           #378184.
6810           Also ignore gconf key changes when the source is already running.
6811
6812 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         Patch by: Sebastian Dröge  <mail at slomosnail de>
6815
6816         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6817           We need to be able to read and parse any possible floating point string
6818           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6819           will parse the former only in certain locales though, so we really need
6820           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6821           make sure we can parse either version at all times.
6822           Fixes #382982 for real.
6823
6824 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6825
6826         * sys/sunaudio/gstsunaudiomixerctrl.c:
6827         * sys/sunaudio/gstsunaudiosrc.c:
6828
6829         Use the sunaudio debug category.
6830
6831         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6832         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6833         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6834         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6835         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6836         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6837         (gst_sunaudiosink_reset):
6838         * sys/sunaudio/gstsunaudiosink.h:
6839
6840         Uses the sunaudio debug category for all debug output
6841         Implements the _delay() callback to synchronise video playback better
6842         Change the segtotal and segsize values back to the parent class 
6843           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6844           respectively)
6845         Measure the samples written to the device vs. played.
6846         Keep track of segments in the device by writing empty eof frames, and
6847         sleep using a GCond when we get too far ahead and risk overrunning the
6848         sink's ringbuffer.
6849
6850         Fixes: #360673
6851
6852 2006-12-08  Wim Taymans  <wim@fluendo.com>
6853
6854         Patch by: Sebastian Dröge  <mail at slomosnail de >
6855
6856         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6857         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6858         * gst/audiofx/audiopanorama.h:
6859         Fix audiopanorame with float samples. Fixes #383726.
6860
6861 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6862
6863         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6864         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6865         (gst_sunaudiosrc_reset):
6866
6867         Implement reset functions to unblock the src/sink more quickly on 
6868         state change requests.
6869         Patch by: Brian Cameron <brian dot cameron at sun com>
6870
6871 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6872
6873         * sys/sunaudio/gstsunaudiomixer.c:
6874         (gst_sunaudiomixer_change_state):
6875         Construct the correct mixer device name when the AUDIODEV env var
6876         is set.
6877
6878         Patch by: Jerry Tan <jerry.tan at sun dot com>
6879         Fixes: #383596
6880
6881 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6882
6883         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6884         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6885         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6886         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6887         Patch by: Jerry Tan <jerry.tan at sun dot com>
6888         Fixes: #349015
6889
6890 2006-12-07  Wim Taymans  <wim@fluendo.com>
6891
6892         * gst/smpte/gstmask.h:
6893         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6894         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6895         (gst_smpte_collected), (gst_smpte_set_property),
6896         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6897         * gst/smpte/gstsmpte.h:
6898         Port to 0.10 some more. 
6899         Added duration property to specify the duration of the transition.
6900         Make framerate a fraction.
6901         Deprecate fps property, we only use negotiated fps.
6902         Added docs.
6903         Fix collectpad usage.
6904         Reset state in READY.
6905         Send NEWSEGMENT event.
6906         Fix racy updates of object properties.
6907         Added debug category.
6908         Fixes #383323.
6909
6910 2006-12-06  Wim Taymans  <wim@fluendo.com>
6911
6912         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6913
6914         * gst/videomixer/videomixer.c:
6915         (gst_videomixer_set_master_geometry),
6916         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6917         Don't reset xpos and ypos in the setcaps function because causes
6918         unexpected behaviour.
6919         Fixes #382179.
6920
6921 2006-12-06  Wim Taymans  <wim@fluendo.com>
6922
6923         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6924         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6925         Keep track of the buffer timestamp in the collectdata member instead
6926         of modifying the buffer without making the metadata writable first.
6927         Fixes #382277.
6928
6929 2006-12-06  Wim Taymans  <wim@fluendo.com>
6930
6931         Patch by: Rob Taylor <robtaylor at floopily dot org>
6932
6933         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6934         If using multicast in udpsrc, bind to the multicast address rather than
6935         IN_ADDR_ANY.
6936         This allows the simultanous use of multiple udpsrcs listening on
6937         different multicat addresses. Without this all udpsrcs will receive all
6938         packets from all subscribed multicast addresses.
6939         Fixes #383001.
6940
6941 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6942
6943         * ext/taglib/gstid3v2mux.cc:
6944         Don't attempt to write a NULL frame into the ID3 tag set when the 
6945         createFrame method returned NULL.
6946         Fixes: #381857
6947         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6948
6949 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6950
6951         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6952         Use g_strtod() instead of sscanf to parse doubles, so that it will
6953         try parsing in the C locale if the current locale fails.
6954         Fixes: #382982
6955         Patch by: Sebastian Dröge  <mail at slomosnail de >
6956
6957 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6958
6959         * win32/MANIFEST:
6960         Fix compilation on win32 under VS8
6961         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6962         Partially fixes #381175
6963
6964 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6965
6966         * gst/avi/gstavimux.c:
6967           accept all mpegversions,fixes #380825
6968           spotted by: Jerome Alet  
6969
6970 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6971
6972         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6973         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6974         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6975         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6976           cleanup the error message a bit more
6977
6978 2006-11-28  Wim Taymans  <wim@fluendo.com>
6979
6980         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6981         Fix width and height properties.
6982
6983         * ext/libcaca/gstcacasink.h:
6984         Fix compilation on newer libcaca that require us to include a new
6985         header. Fixes #379918.
6986
6987 2006-11-28  Wim Taymans  <wim@fluendo.com>
6988
6989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6990         * gst/rtsp/gstrtspsrc.h:
6991         * gst/rtsp/rtspext.h:
6992         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6993         (rtsp_ext_wms_get_context):
6994         Add method so that extensions can choose to disable the setup of
6995         a stream.
6996         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6997
6998 2006-11-27  Wim Taymans  <wim@fluendo.com>
6999
7000         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7001
7002         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7003         Push header in a separate buffer instead of memcpy:ing all data.
7004         Change LF => CRLF in headers.
7005         Move trailing LF to header. Fixes #379792.
7006
7007 2006-11-27  Wim Taymans  <wim@fluendo.com>
7008
7009         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7010         Small buffer overflow fix and improve debugging.
7011
7012 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7013
7014         * ext/esd/esdmon.h:
7015         * ext/esd/esdsink.h:
7016           remove obsolete _factory_init protos
7017
7018 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7019
7020         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7021         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7022         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7023         (gst_avi_demux_read_subindexes_push),
7024         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7025         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7026         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7027         (gst_avi_demux_massage_index),
7028         (gst_avi_demux_calculate_durations_from_index),
7029         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7030         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7031         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7032           remove dead code, tweak debugs statements, add comments, use
7033           _uint64_scale instead _uint64_scale_int when using guint64 values,
7034           small optimizations, reflow some error handling
7035
7036 2006-11-22  Edward Hervey  <edward@fluendo.com>
7037
7038         * po/.cvsignore:
7039         We never put .pot files in cvs. Let's ignore them all.
7040
7041 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7042
7043         * po/POTFILES.in:
7044           ... but better exclude files that aren't disted.
7045
7046 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         * po/POTFILES.in:
7049           Add v4l2 source files to list of files with translations, so the
7050           strings are actually extracted (however bad they still may be).
7051
7052 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7053
7054         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7055           Minor clean-ups: const-ify static array, remove trailing comma from
7056           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7057
7058 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7059
7060         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7061         Make sure that g_free always gets called on the same pointer that was 
7062         returned by g_malloc.  Fixes #376594.
7063         Do not leak memory if decompressed size is wrong.
7064         Remove unneeded check of return value of g_malloc.
7065         Patch by: René Stadler <mail@renestadler.de>
7066
7067 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7070           Add missing curly brackets.
7071
7072 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7073
7074         * sys/v4l2/v4l2src_calls.c:
7075         Fix capture_deinit.
7076
7077 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7078
7079         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7080         (gst_matroska_mux_request_new_pad):
7081           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7082
7083         * tests/check/elements/matroskamux.c: (setup_src_pad),
7084         (setup_sink_pad), (GST_START_TEST):
7085         Activate pads before using them.
7086
7087 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7088
7089         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7090           Initialise variable to get rid of bogus compiler warning.
7091
7092 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7093
7094         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7095
7096         * gst/rtp/gstrtph263pay.c:
7097         * gst/rtp/gstrtph263pdepay.c:
7098         * gst/rtp/gstrtph263ppay.c:
7099           Specify H.263 variant and version in the caps (fixes #361637)
7100
7101 2006-11-15  Wim Taymans  <wim@fluendo.com>
7102
7103         * gst/rtsp/rtspconnection.c: (read_body):
7104         Don't set a data pointer to NULL and a size > 0 when we deal
7105         with empty packets.
7106
7107         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7108         (rtsp_message_init_response), (rtsp_message_init_data),
7109         (rtsp_message_unset), (rtsp_message_free),
7110         (rtsp_message_take_body):
7111         Check that we can't create invalid empty packets. 
7112
7113 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7116
7117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7118         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7119         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7120         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7121         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7122         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7123         * gst/matroska/matroska-mux.h:
7124           Add basic tag writing support; implement releasing pads (#374658).
7125
7126 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7127
7128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7129         (gst_matroska_demux_audio_caps):
7130           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7131
7132 2006-11-14  David Schleef  <ds@schleef.org>
7133
7134         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7135
7136 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7139
7140         * win32/vs8/gst-plugins-good.sln:
7141         * win32/vs8/libgst1394.vcproj:
7142         * win32/vs8/libgstaasink.vcproj:
7143         * win32/vs8/libgstalaw.vcproj:
7144         * win32/vs8/libgstalpha.vcproj:
7145         * win32/vs8/libgstalphacolor.vcproj:
7146         * win32/vs8/libgstannodex.vcproj:
7147         * win32/vs8/libgstapetag.vcproj:
7148         * win32/vs8/libgstaudiofx.vcproj:
7149         * win32/vs8/libgstauparse.vcproj:
7150         * win32/vs8/libgstautodetect.vcproj:
7151         * win32/vs8/libgstavi.vcproj:
7152         * win32/vs8/libgstcacasink.vcproj:
7153         * win32/vs8/libgstcdio.vcproj:
7154         * win32/vs8/libgstcutter.vcproj:
7155         * win32/vs8/libgstdv.vcproj:
7156         * win32/vs8/libgsteffectv.vcproj:
7157         * win32/vs8/libgstflac.vcproj:
7158         * win32/vs8/libgstflxdec.vcproj:
7159         * win32/vs8/libgstgoom.vcproj:
7160         * win32/vs8/libgsticydemux.vcproj:
7161         * win32/vs8/libgstid3demux.vcproj:
7162         * win32/vs8/libgstjpeg.vcproj:
7163         * win32/vs8/libgstladspa.vcproj:
7164         * win32/vs8/libgstlevel.vcproj:
7165         * win32/vs8/libgstmatroska.vcproj:
7166         * win32/vs8/libgstmikmod.vcproj:
7167         * win32/vs8/libgstmng.vcproj:
7168         * win32/vs8/libgstmonoscope.vcproj:
7169         * win32/vs8/libgstmulaw.vcproj:
7170         * win32/vs8/libgstmultipart.vcproj:
7171         * win32/vs8/libgstpng.vcproj:
7172         * win32/vs8/libgstrtp.vcproj:
7173         * win32/vs8/libgstrtsp.vcproj:
7174         * win32/vs8/libgstshout2.vcproj:
7175         * win32/vs8/libgstsmpte.vcproj:
7176         * win32/vs8/libgstspeex.vcproj:
7177         * win32/vs8/libgsttaglib.vcproj:
7178         * win32/vs8/libgstudp.vcproj:
7179         * win32/vs8/libgstvideobalance.vcproj:
7180         * win32/vs8/libgstvideobox.vcproj:
7181         * win32/vs8/libgstvideoflip.vcproj:
7182         * win32/vs8/libgstvideomixer.vcproj:
7183         * win32/vs8/libgstwavenc.vcproj:
7184         * win32/vs8/libgstwavparse.vcproj:
7185           Make end-of-line returns unixy, so that when the files are checked
7186           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7187           Hopefully fixes #366492.
7188
7189 2006-11-14  Wim Taymans  <wim@fluendo.com>
7190
7191         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7192         Disable init_frames delay timestamp adjustment, it does not
7193         seem to be needed at all. Fixes #369621.
7194
7195 2006-11-13  Wim Taymans  <wim@fluendo.com>
7196
7197         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7198
7199         * gst/videomixer/videomixer.c:
7200         (gst_videomixer_set_master_geometry),
7201         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7202         (gst_videomixer_collect_free), (gst_videomixer_reset),
7203         (gst_videomixer_init), (gst_videomixer_finalize),
7204         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7205         (gst_videomixer_collected), (gst_videomixer_change_state):
7206         Fix memleak by unref'ing collectpads instance (when finalizing)
7207         Implement releasing a request pad. Fixes #374479.
7208
7209 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7210
7211         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7212
7213         * win32/vs8/gst-plugins-good.sln:
7214         * win32/vs8/libgst1394.vcproj:
7215         * win32/vs8/libgstaasink.vcproj:
7216         * win32/vs8/libgstalaw.vcproj:
7217         * win32/vs8/libgstalpha.vcproj:
7218         * win32/vs8/libgstalphacolor.vcproj:
7219         * win32/vs8/libgstannodex.vcproj:
7220         * win32/vs8/libgstapetag.vcproj:
7221         * win32/vs8/libgstaudiofx.vcproj:
7222         * win32/vs8/libgstauparse.vcproj:
7223         * win32/vs8/libgstautodetect.vcproj:
7224         * win32/vs8/libgstavi.vcproj:
7225         * win32/vs8/libgstcacasink.vcproj:
7226         * win32/vs8/libgstcdio.vcproj:
7227         * win32/vs8/libgstcutter.vcproj:
7228         * win32/vs8/libgstdv.vcproj:
7229         * win32/vs8/libgsteffectv.vcproj:
7230         * win32/vs8/libgstflac.vcproj:
7231         * win32/vs8/libgstflxdec.vcproj:
7232         * win32/vs8/libgstgoom.vcproj:
7233         * win32/vs8/libgsticydemux.vcproj:
7234         * win32/vs8/libgstid3demux.vcproj:
7235         * win32/vs8/libgstjpeg.vcproj:
7236         * win32/vs8/libgstladspa.vcproj:
7237         * win32/vs8/libgstlevel.vcproj:
7238         * win32/vs8/libgstmatroska.vcproj:
7239         * win32/vs8/libgstmikmod.vcproj:
7240         * win32/vs8/libgstmng.vcproj:
7241         * win32/vs8/libgstmonoscope.vcproj:
7242         * win32/vs8/libgstmulaw.vcproj:
7243         * win32/vs8/libgstmultipart.vcproj:
7244         * win32/vs8/libgstpng.vcproj:
7245         * win32/vs8/libgstrtp.vcproj:
7246         * win32/vs8/libgstrtsp.vcproj:
7247         * win32/vs8/libgstshout2.vcproj:
7248         * win32/vs8/libgstsmpte.vcproj:
7249         * win32/vs8/libgstspeex.vcproj:
7250         * win32/vs8/libgsttaglib.vcproj:
7251         * win32/vs8/libgstudp.vcproj:
7252         * win32/vs8/libgstvideobalance.vcproj:
7253         * win32/vs8/libgstvideobox.vcproj:
7254         * win32/vs8/libgstvideoflip.vcproj:
7255         * win32/vs8/libgstvideomixer.vcproj:
7256         * win32/vs8/libgstwavenc.vcproj:
7257         * win32/vs8/libgstwavparse.vcproj:
7258           Add VS8 project files (note that many of the plugins in ext are
7259           disabled by default). Fixes #366492.
7260
7261 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7262
7263         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7264           we do not translate debug messages
7265
7266 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7267
7268         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7269           fix categorisation, make short desc more explicit, remove unused code
7270           Fixes #372021
7271
7272 2006-11-08  Wim Taymans  <wim@fluendo.com>
7273
7274         * gst/rtp/gstrtpL16depay.c:
7275         * gst/rtp/gstrtpamrdepay.c:
7276         * gst/rtp/gstrtpamrpay.c:
7277         * gst/rtp/gstrtpgsmdepay.c:
7278         * gst/rtp/gstrtph263pay.c:
7279         * gst/rtp/gstrtph263pdepay.c:
7280         * gst/rtp/gstrtph263ppay.c:
7281         * gst/rtp/gstrtph264depay.c:
7282         * gst/rtp/gstrtpmp2tdepay.c:
7283         * gst/rtp/gstrtpmp4gdepay.c:
7284         * gst/rtp/gstrtpmp4gpay.c:
7285         * gst/rtp/gstrtpmp4vdepay.c:
7286         * gst/rtp/gstrtpmp4vpay.c:
7287         * gst/rtp/gstrtpmpadepay.c:
7288         * gst/rtp/gstrtpmpapay.c:
7289         * gst/rtp/gstrtppcmadepay.c:
7290         * gst/rtp/gstrtppcmapay.c:
7291         * gst/rtp/gstrtppcmudepay.c:
7292         * gst/rtp/gstrtppcmupay.c:
7293         * gst/rtp/gstrtpspeexdepay.c:
7294         * gst/rtp/gstrtpspeexpay.c:
7295         * gst/rtp/gstrtpsv3vdepay.c:
7296         Fix element descriptions.
7297
7298 2006-11-08  Wim Taymans  <wim@fluendo.com>
7299
7300         * gst/rtp/gstrtpvorbisdepay.c:
7301         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7302         Fix description.
7303         Small cleanup in the payloader.
7304
7305 2006-11-08  Wim Taymans  <wim@fluendo.com>
7306
7307         * gst/rtp/Makefile.am:
7308         * gst/rtp/gstrtp.c: (plugin_init):
7309         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7310         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7311         (gst_rtp_theora_depay_finalize),
7312         (gst_rtp_theora_depay_parse_configuration),
7313         (gst_rtp_theora_depay_setcaps),
7314         (gst_rtp_theora_depay_switch_codebook),
7315         (gst_rtp_theora_depay_process),
7316         (gst_rtp_theora_depay_set_property),
7317         (gst_rtp_theora_depay_get_property),
7318         (gst_rtp_theora_depay_change_state),
7319         (gst_rtp_theora_depay_plugin_init):
7320         * gst/rtp/gstrtptheoradepay.h:
7321         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7322         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7323         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7324         (gst_rtp_theora_pay_init_packet),
7325         (gst_rtp_theora_pay_flush_packet),
7326         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7327         (gst_rtp_theora_pay_handle_buffer),
7328         (gst_rtp_theora_pay_plugin_init):
7329         * gst/rtp/gstrtptheorapay.h:
7330         Add theora pay/depayloaders.
7331
7332 2006-11-06  Wim Taymans  <wim@fluendo.com>
7333
7334         * gst/rtp/Makefile.am:
7335         We depend on gsttag to generate the vorbis comments.
7336
7337         * gst/rtp/gstrtpvorbisdepay.c:
7338         (gst_rtp_vorbis_depay_parse_configuration),
7339         (gst_rtp_vorbis_depay_setcaps),
7340         (gst_rtp_vorbis_depay_switch_codebook),
7341         (gst_rtp_vorbis_depay_process):
7342         * gst/rtp/gstrtpvorbisdepay.h:
7343         Parse configuration string in the depayloader.
7344         Implement selecting and switching to a new codebook.
7345         Receiving vorbis over RTP now works.
7346
7347         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7348         (gst_rtp_vorbis_pay_init_packet),
7349         (gst_rtp_vorbis_pay_finish_headers),
7350         (gst_rtp_vorbis_pay_handle_buffer):
7351         * gst/rtp/gstrtpvorbispay.h:
7352         Set timestamps on outgoing buffers and RTP packets.
7353         Fix configuration string, prepend number of Packet headers.
7354         Fix encoding of ident string.
7355         Add delivery-method to caps.
7356         Streaming vorbis over RTP now works.
7357
7358 2006-11-06  Wim Taymans  <wim@fluendo.com>
7359
7360         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7361         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7362         (gst_rtp_vorbis_pay_handle_buffer):
7363         * gst/rtp/gstrtpvorbispay.h:
7364         Generate a valid configuration string in the caps based on the
7365         vorbis headers.
7366
7367 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7370         * ext/cdio/gstcdio.h:
7371         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7372           Move CD-TEXT utility function into common file so it can also be
7373           used by a future cdioparanoiasrc.
7374
7375 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7376         
7377         * sys/v4l2/Makefile.am:
7378         * sys/v4l2/gstv4l2object.c:
7379         * sys/v4l2/gstv4l2src.c:
7380         * sys/v4l2/gstv4l2xoverlay.c:
7381         * sys/v4l2/v4l2_calls.c:
7382         * sys/v4l2/v4l2src_calls.c:
7383         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7384         xoverlay code that is still not implemented.
7385
7386 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7387
7388         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7389           We require a -base more recent than 0.10.9, so it's safe to use
7390           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7391
7392         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7393         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7394           Use _newsegment_full() now that we depend on a recent enough core.
7395
7396         * gst/wavparse/gstwavparse.c:
7397           Remove cruft that we don't need any longer now that we depend on
7398           a recent enough -base.
7399
7400 2006-10-31  Wim Taymans  <wim@fluendo.com>
7401
7402         * gst/rtp/Makefile.am:
7403         * gst/rtp/gstrtp.c: (plugin_init):
7404         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7405         (gst_rtpilbcpay_setcaps):
7406         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7407
7408 2006-10-31  Wim Taymans  <wim@fluendo.com>
7409
7410         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7411         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7412         Some small cleanups, use _scale.
7413
7414 2006-10-31  Wim Taymans  <wim@fluendo.com>
7415
7416         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7417         Use higher precision scale function.
7418
7419 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         Patch by: Michal Benes  <michal dot benes at itonis tv>
7422
7423         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7424         (gst_matroska_demux_read_track_encodings),
7425         (gst_matroska_decode_buffer):
7426           Fix several issues with encoded/compressed/encrypted/signed tracks;
7427           also, remove superfluous newline characters from some debug
7428           statements. (#366155)
7429
7430 2006-10-30  Wim Taymans  <wim@fluendo.com>
7431
7432         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7433         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7434         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7435         (gst_smokedec_change_state):
7436         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7437         (gst_smokeenc_init), (gst_smokeenc_finalize),
7438         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7439         (gst_smokeenc_resync), (gst_smokeenc_chain),
7440         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7441         (gst_smokeenc_change_state):
7442         Various cleanups, capsnego and leak fixes.
7443
7444 2006-10-30  Wim Taymans  <wim@fluendo.com>
7445
7446         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7447
7448         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7449         Fix videomixer so that it can handle any combination of framerates.
7450         Fixes #367221.
7451
7452 2006-10-28  Wim Taymans  <wim@fluendo.com>
7453
7454         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7455         (gst_avi_demux_parse_file_header),
7456         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7457         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7458         (gst_avi_demux_chain):
7459         Fix position query for audio. also fixes timestamps in streaming
7460         mode and bug #364958.
7461         Small cleanups.
7462
7463 2006-10-27  Wim Taymans  <wim@fluendo.com>
7464
7465         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7466         * ext/libpng/gstpngenc.h:
7467         Fix strides. Fixes #364856.
7468         Cleanup capsnego.
7469         Set caps on outgoing buffers.
7470
7471 2006-10-18  Wim Taymans  <wim@fluendo.com>
7472
7473         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7474
7475         * gst/rtp/gstrtpgsmpay.c:
7476         * gst/rtp/gstrtph263pay.c:
7477         * gst/rtp/gstrtpmpapay.c:
7478         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7479         (gst_rtp_pcma_pay_handle_buffer):
7480         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7481         Add static payload numbers in addition to the dynamic ones.
7482         Fixes #361639.
7483
7484 2006-10-18  Wim Taymans  <wim@fluendo.com>
7485
7486         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7487         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7488         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7489         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7490         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7491         * gst/rtsp/rtspdefs.h:
7492         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7493         * gst/rtsp/rtspurl.h:
7494         Reuse already existing enum for lower transport.
7495         Add rtspt and rtspu protocols.
7496         Send redirect to rtspt when udp times out.
7497
7498 2006-10-18  Wim Taymans  <wim@fluendo.com>
7499
7500         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7501         (gst_wavparse_stream_data):
7502         Fix seeking some more, mostly for speed changes.
7503
7504 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         Patch by: Fredrik Persson  <frepe at bredband net>
7507
7508         * sys/v4l2/gstv4l2tuner.c:
7509         * sys/v4l2/gstv4l2tuner.h:
7510           Fix _set_channel(): remove useless g_object_notify() for "channel"
7511           property that doesn't exist any longer and therefore now also
7512           useless redirect (#338818).
7513
7514 2006-10-17  Wim Taymans  <wim@fluendo.com>
7515
7516         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7517         Some drivers do not support unsetting the non-blocking flag once the
7518         device is opened. In those cases, close/open the device in
7519         non-blocking mode. Fixes #362673.
7520
7521 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7522
7523         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7524         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7525         (gst_v4l2src_get_fps):
7526           dear stefan, framespersecond is not frameperiod, reverting but adding
7527           comment
7528
7529 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7530
7531         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7532         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7533         (gst_v4l2src_get_fps):
7534           Numerator is numerator and denominator is denominator. Say that aloud
7535           5 times and retry after next beer.
7536
7537 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7538
7539         Patch by: Josep Torra Valles  <josep at fluendo com>
7540
7541         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7542         * ext/esd/esdsink.c: (gst_esdsink_write):
7543         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7544         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7545         (gst_flac_dec_send_newsegment):
7546         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7547         (gst_flac_enc_tell_callback):
7548         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7549         (smokecodec_parse_header), (smokecodec_decode):
7550         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7551         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7552         * gst/goom/Makefile.am:
7553         * gst/goom/gstgoom.c:
7554         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7555         * gst/rtsp/gstrtspsrc.c:
7556         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7557         * gst/udp/gstudpsink.c:
7558         * gst/udp/gstudpsrc.c:
7559         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7560         * sys/sunaudio/gstsunaudiomixertrack.h:
7561           Fix a bunch of problems discovered by the Forte compiler, mostly type
7562           mixups and pointer arithmetics with void pointers. Fixes #362603.
7563
7564 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7565
7566         * ext/speex/gstspeex.c: (plugin_init):
7567         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7568         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7569         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7570         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7571         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7572         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7573         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7574         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7575         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7576         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7577         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7578         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7579         * ext/speex/gstspeexenc.h:
7580           Miscellaneous clean-ups, among other things: speexenc => enc to
7581           enhance code readability; change speexenc => speex_enc; in chain
7582           function unref input buffer in case of error; take reference in
7583           event function; use boilerplate macro; use gst_pad_query_peer_*
7584           convenience functions.
7585
7586 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7587
7588         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7589         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7590         (gst_speexenc_set_header_on_caps):
7591           Fix some mem leaks.
7592
7593 2006-10-11  Wim Taymans  <wim@fluendo.com>
7594
7595         * gst/rtsp/URLS:
7596         Added some other URL.
7597
7598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7599         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7600         (gst_rtspsrc_open), (gst_rtspsrc_play),
7601         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7602         * gst/rtsp/gstrtspsrc.h:
7603         Work on fallback to TCP connection when the UDP socket times out.
7604         Handler server requests, just reply with OK for now.
7605
7606         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7607         * gst/rtsp/rtspdefs.h:
7608         Added some more Real extension headers.
7609
7610         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7611         Fix parsing of urls with a ':' that is not part of the hostname:port
7612         part of the url.
7613
7614 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7617         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7618         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7619           Activate pad before adding it to the already-running element.
7620
7621         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7622           Activate newly-created pad too.
7623
7624 2006-10-11  Wim Taymans  <wim@fluendo.com>
7625
7626         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7627
7628         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7629         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7630         (gst_udpsrc_start):
7631         Fix some leaks in caps and uris. Fixes #361252.
7632
7633 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7634
7635         * gst/wavparse/Makefile.am:
7636           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7637
7638 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7639
7640         * sys/v4l2/gstv4l2xoverlay.c:
7641         * sys/v4l2/gstv4l2xoverlay.h:
7642         Fix build as per the patch in #338818 comment 36.
7643
7644 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7647           Activate pads before adding them to the source.
7648
7649 2006-10-06  Wim Taymans  <wim@fluendo.com>
7650
7651         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7652         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7653         Activate pads before adding.
7654
7655 2006-10-06  Wim Taymans  <wim@fluendo.com>
7656
7657         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7658         (gst_multipart_find_pad_by_mime):
7659         Activate pads before adding.
7660
7661         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7662         BOILERPLATE sets parent_class for us.
7663
7664 2006-10-06  Wim Taymans  <wim@fluendo.com>
7665
7666         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7667         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7668         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7669         (gst_rtspsrc_alloc_udp_ports),
7670         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7671         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7672         (gst_rtspsrc_create_transports_string),
7673         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7674         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7675         * gst/rtsp/gstrtspsrc.h:
7676         Rework how the transport string is constructed, try to share channels
7677         and udp ports.
7678         Make most of the stuff less dependant on RTP as we are also going to use
7679         it for RDT.
7680         Add support for transport specific session managers.
7681
7682         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7683         Implement _flush().
7684
7685         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7686         * gst/rtsp/rtspdefs.h:
7687         Add generic error return code.
7688
7689         * gst/rtsp/rtspext.h:
7690         Add support for pluggable tranport strings.
7691
7692         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7693         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7694         (rtsp_ext_wms_get_context):
7695         Detect WMServer and activate the extension.
7696
7697         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7698         (rtsp_transport_get_manager), (rtsp_transport_parse):
7699         * gst/rtsp/rtsptransport.h:
7700         Added methods to get mime/manager for certain transports.
7701
7702 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7703
7704         * ext/cairo/gsttimeoverlay.c:
7705         (gst_cairo_time_overlay_update_font_height):
7706         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7707         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7708         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7709         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7710         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7711         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7712         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7713         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7714         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7715         (gst_avi_demux_stream_data):
7716         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7717         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7718         (gst_fenced_buffer_copy):
7719         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7721         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7723         (gst_rtspsrc_handle_message):
7724         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7725         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7726           Printf format fixes.
7727
7728 2006-10-04  Wim Taymans  <wim@fluendo.com>
7729
7730         * gst/rtsp/Makefile.am:
7731         Dist new .h file too.
7732
7733 2006-10-04  Wim Taymans  <wim@fluendo.com>
7734
7735         * gst/rtsp/Makefile.am:
7736         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7737         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7739         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7740         (gst_rtspsrc_parse_rtpmap),
7741         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7742         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7743         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7744         * gst/rtsp/gstrtspsrc.h:
7745         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7746         * gst/rtsp/rtspdefs.h:
7747         * gst/rtsp/rtspext.h:
7748         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7749         (rtsp_ext_wms_get_context):
7750         * gst/rtsp/rtspextwms.h:
7751         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7752         (rtsp_transport_parse):
7753         * gst/rtsp/rtsptransport.h:
7754         Factor out extension in separate module.
7755         Fix getcaps to filter against the padtemplate.
7756         Use Content-Base if the server gives one.
7757         Rework the transport parsing a bit for future extensions.
7758         Added some Real Header field definitions.
7759
7760 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7761
7762         * docs/plugins/Makefile.am:
7763         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7764         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7765           added v4l2 stubs
7766         * gst-plugins-good.spec.in:
7767           add v4l2
7768
7769 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7770
7771         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7772           Extract disc/album/medium number and count and try harder
7773           to extract track number/count.
7774
7775 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7776
7777         * configure.ac:
7778         * sys/Makefile.am:
7779           add build stuff for v4l2, needs --enable-experimental until
7780           the last bits are resolved
7781
7782 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7783
7784         * tests/check/Makefile.am:
7785           Disable autodetect test temporarily, so that the build bots
7786           update -bad and the ranks of unreliable video sinks in there.
7787
7788         * tests/check/elements/autodetect.c: (GST_START_TEST):
7789           Skip test if no usable videosink is found.
7790
7791 2006-09-29  Wim Taymans  <wim@fluendo.com>
7792
7793         * gst/rtsp/URLS:
7794         Add some more URLs.
7795
7796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7797         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7798         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7799         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7800         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7801         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7802         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7803         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7804         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7805         * gst/rtsp/gstrtspsrc.h:
7806         Add timeout property to control UDP timeouts.
7807         Fix error messages.
7808         Also start a loop function when operating in UDP mode so that we can
7809         do some more stuff async.
7810         Handle element messages from udpsrc to detect timeouts. If a timeout
7811         happens we currently generate an error.
7812         API: rtspsrc::timeout property.
7813
7814         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7815         (gst_udpsrc_create):
7816         Really implement the timeout in microseconds and not milliseconds.
7817
7818 2006-09-29  Wim Taymans  <wim@fluendo.com>
7819
7820         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7821         (gst_udpsrc_create), (gst_udpsrc_set_property),
7822         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7823         * gst/udp/gstudpsrc.h:
7824         Added property to post a message on timeout.
7825         Updated docs.
7826         When restarting the select, initialize the fdsets again.
7827         Init control sockets so we don't accidentally close a random socket.
7828         API: GstUDPSrc::timeout property
7829
7830 2006-09-29  Wim Taymans  <wim@fluendo.com>
7831
7832         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7833         Fix flag registration.
7834
7835         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7836         Reading 0 also means 'no more commands'
7837
7838 2006-09-29  Wim Taymans  <wim@fluendo.com>
7839
7840         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7841
7842         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7843         Fix possible infinite loop when shutting down, a read can also return
7844         0 to indicate no more messages are available. Fixes #358156.
7845
7846 2006-09-25  Wim Taymans  <wim@fluendo.com>
7847
7848         * gst/autodetect/gstautoaudiosink.c:
7849         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7850         (gst_auto_audio_sink_find_best):
7851         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7852         Small cleanups.
7853         don't try to set "sync" property when it is not available.
7854
7855 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7856
7857         Patch by: Peter Kjellerstedt  <pkj at axis com>
7858
7859         * gst/alpha/gstalpha.c:
7860         * gst/rtp/gstrtpamrdepay.c:
7861         * gst/rtsp/gstrtspsrc.c:
7862         * gst/udp/gstudpsrc.c:
7863         * gst/videomixer/videomixer.c:
7864           Include stdlib.h in some more places, makes things compile
7865           with uClibc and -Werror (#357592).
7866
7867 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         * ext/jpeg/gstjpegdec.c:
7870           Set minimum height to 8 (from 16), our code should handle
7871           that fine. Some of the buttons on the apple trailer site
7872           are apparently only 15 pixels high (see #357470).
7873
7874 2006-09-23  Wim Taymans  <wim@fluendo.com>
7875
7876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7877         (gst_rtspsrc_open):
7878         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7879         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7880         (rtsp_connection_receive):
7881         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7882         * gst/rtsp/rtspdefs.h:
7883         Improve error reporting.
7884
7885 2006-09-23  Wim Taymans  <wim@fluendo.com>
7886
7887         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7888         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7889         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7890         * gst/rtp/gstrtpdepay.c:
7891         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7892         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7893         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7894         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7895         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7896         (gst_rtp_mp2t_depay_plugin_init):
7897         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7898         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7899         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7900         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7901         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7902         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7903         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7904         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7905         Fix klass typos.
7906         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7907
7908 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7909
7910         * configure.ac:
7911           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7912
7913 2006-09-22  Wim Taymans  <wim@fluendo.com>
7914
7915         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7916         Don't check for a tag that is never there and check if we read the
7917         correct tag. Fixes seeking again.
7918         We must post an error when all pads are unlinked.
7919
7920 2006-09-22  Wim Taymans  <wim@fluendo.com>
7921
7922         * gst/rtp/Makefile.am:
7923         * gst/rtp/gstrtp.c: (plugin_init):
7924         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7925         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7926         (gst_rtp_vorbis_pay_reset_packet),
7927         (gst_rtp_vorbis_pay_init_packet),
7928         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7929         (gst_rtp_vorbis_pay_handle_buffer):
7930         More fixage, set endoder-params correctly in the payloader.
7931
7932 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7933
7934         * gst/autodetect/gstautoaudiosink.c:
7935         (gst_auto_audio_sink_base_init):
7936         * gst/autodetect/gstautovideosink.c:
7937         (gst_auto_video_sink_base_init):
7938           Make static pad templates static to appease valgrind's leak
7939           detector.
7940
7941         * tests/check/Makefile.am:
7942         * tests/check/elements/.cvsignore:
7943         * tests/check/elements/autodetect.c: (GST_START_TEST),
7944         (autodetect_suite):
7945           Add simple test for the ghostpad lockup on shutdown fixed in core
7946           CVS (audio bit disabled because it would need dozens of alsa
7947           suppressions and I'm too lazy to add those now).
7948
7949 2006-09-22  Wim Taymans  <wim@fluendo.com>
7950
7951         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7952         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7953         Small cleanups.
7954
7955         * gst/rtp/Makefile.am:
7956         * gst/rtp/gstrtp.c: (plugin_init):
7957         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7958         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7959         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7960         (gst_rtp_vorbis_depay_process),
7961         (gst_rtp_vorbis_depay_set_property),
7962         (gst_rtp_vorbis_depay_get_property),
7963         (gst_rtp_vorbis_depay_change_state),
7964         (gst_rtp_vorbis_depay_plugin_init):
7965         * gst/rtp/gstrtpvorbisdepay.h:
7966         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7967         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7968         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7969         (gst_rtp_vorbis_pay_flush_packet),
7970         (gst_rtp_vorbis_pay_append_buffer),
7971         (gst_rtp_vorbis_pay_handle_buffer),
7972         (gst_rtp_vorbis_pay_plugin_init):
7973         * gst/rtp/gstrtpvorbispay.h:
7974         Add experimental vorbis pay and depayloaders.
7975
7976 2006-09-21  Wim Taymans  <wim@fluendo.com>
7977
7978         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7979         Fix profile-level-id parsing and setup.
7980
7981 2006-09-21  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst/udp/README:
7984         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7985         Update README, simple cleanup.
7986
7987 2006-09-21  Wim Taymans  <wim@fluendo.com>
7988
7989         * gst/rtp/README:
7990         Update README with some examples.
7991
7992         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7993         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7994         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7995         (gst_rtp_mp4g_pay_setcaps):
7996         * gst/rtp/gstrtpmp4gpay.h:
7997         Make optional RTP parameters of type STRING, as required by the
7998         application/x-rtp caps specification.
7999
8000 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8001
8002         * gst/rtp/gstrtph263pdepay.c:
8003         * gst/rtp/gstrtph263ppay.c:
8004         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8005         RTP header.
8006
8007 2006-09-20  Wim Taymans  <wim@fluendo.com>
8008
8009         * gst/rtp/Makefile.am:
8010         And makefile too.
8011
8012 2006-09-20  Wim Taymans  <wim@fluendo.com>
8013
8014         * gst/rtp/gstrtp.c: (plugin_init):
8015         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8016         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8017         (decode_base64), (gst_rtp_asf_depay_setcaps),
8018         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8019         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8020         (gst_rtp_asf_depay_plugin_init):
8021         * gst/rtp/gstrtpasfdepay.h:
8022         Added preliminary ASF depayloader.
8023
8024         * gst/rtp/gstrtph264depay.c: (decode_base64):
8025         Fix base64 decoding.
8026
8027 2006-09-20  Wim Taymans  <wim@fluendo.com>
8028
8029         * gst/rtsp/URLS:
8030         Added some test URLS.
8031
8032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8033         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8034         * gst/rtsp/gstrtspsrc.h:
8035         When creating streams, give access to the complete SDP.
8036         Fix some leaks.
8037         Collect and merge global stream properties in stream caps.
8038         Preliminary support for WMServer.
8039
8040         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8041         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8042         (rtsp_connection_receive):
8043         * gst/rtsp/rtspconnection.h:
8044         Make connection interruptable.
8045         Refactor to make it reconnectable.
8046         Don't fail on short reads when reading data packets.
8047
8048         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8049         (rtsp_url_get_port):
8050         * gst/rtsp/rtspurl.h:
8051         Add methods for getting/setting the port.
8052
8053         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8054         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8055         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8056         (sdp_media_get_format), (sdp_parse_line),
8057         (sdp_message_parse_buffer):
8058         Fix headers. 
8059         Add methods for getting multiple attributes with the same name.
8060         Increase buffer size when parsing.
8061         Fix parsing of a=foo fields.
8062
8063         * gst/rtsp/test.c: (main):
8064         Update to new connection API.
8065
8066         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8067         (rtsp_message_init_response), (rtsp_message_init_data),
8068         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8069         * gst/rtsp/rtspmessage.h:
8070         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8071         * gst/rtsp/rtsptransport.h:
8072         * gst/rtsp/sdp.h:
8073         * gst/rtsp/sdpmessage.h:
8074         * gst/rtsp/gstrtsp.c:
8075         * gst/rtsp/gstrtsp.h:
8076         * gst/rtsp/gstrtpdec.c:
8077         * gst/rtsp/gstrtpdec.h:
8078         * gst/rtsp/rtsp.h:
8079         * gst/rtsp/rtspdefs.c:
8080         * gst/rtsp/rtspdefs.h:
8081         Dual licensed under MIT and LGPL now.
8082
8083 2006-09-19  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8086         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8087         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8088         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8089         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8090         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8091         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8092         * gst/rtsp/gstrtspsrc.h:
8093         Reorganize stream parsing and creation.
8094         Detect container formats in interleaved mode.
8095         Keep more state about the streams.
8096         Assume a server also supports PLAY if it does not say.
8097         Add unicast and interleaved properties to TCP transport requests to make
8098         some servers happy (WMServer).
8099
8100         * gst/rtsp/sdpmessage.h:
8101         Add some defines for the standard Bandwidth types.
8102
8103 2006-09-19  Wim Taymans  <wim@fluendo.com>
8104
8105         * gst/rtsp/test.c: (main):
8106         Fix build.
8107
8108 2006-09-19  Wim Taymans  <wim@fluendo.com>
8109
8110         * gst/wavparse/gstwavparse.c:
8111         Add ms-gsm to the src template.
8112
8113 2006-09-18  Wim Taymans  <wim@fluendo.com>
8114
8115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8116         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8117         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8118         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8119         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8120         * gst/rtsp/gstrtspsrc.h:
8121         Small cleanups, added documentation.
8122         Try to clean up the requests and responses.
8123         Refactor parsing the supported methods.
8124
8125         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8126         (rtsp_connection_create), (rtsp_connection_send),
8127         (parse_response_status), (parse_request_line),
8128         (rtsp_connection_receive), (rtsp_connection_close),
8129         (rtsp_connection_free):
8130         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8131         (rtsp_transport_init), (rtsp_transport_parse),
8132         (rtsp_transport_free):
8133         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8134         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8135         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8136         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8137         Use g_return_val some more.
8138
8139         * gst/rtsp/rtspdefs.h:
8140         Add more enum values to track initial states.
8141
8142         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8143         (rtsp_message_init_request), (rtsp_message_new_response),
8144         (rtsp_message_init_response), (rtsp_message_init_data),
8145         (rtsp_message_unset), (rtsp_message_free),
8146         (rtsp_message_add_header), (rtsp_message_remove_header),
8147         (rtsp_message_get_header), (rtsp_message_set_body),
8148         (rtsp_message_take_body), (rtsp_message_get_body),
8149         (rtsp_message_steal_body), (rtsp_message_dump):
8150         * gst/rtsp/rtspmessage.h:
8151         Reorder arguments, object goes as the first one.
8152         Use g_return_val some more.
8153
8154 2006-09-18  Wim Taymans  <wim@fluendo.com>
8155
8156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8157         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8158         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8159         * gst/rtsp/gstrtspsrc.h:
8160         Export sometimes source pad with correct caps on the template, create
8161         the ghostpad from the template.
8162         Remove RTCP template as we never expose RTCP.
8163         Protect against invalid body size.
8164         Avoid memcpy when creating the output buffer.
8165         Properly post an error and send EOS when the loop function is shut down.
8166
8167 2006-09-18  Wim Taymans  <wim@fluendo.com>
8168
8169         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8170
8171         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8172         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8173         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8174         * gst/rtsp/gstrtspsrc.h:
8175         Make sure we can never set an invalid location.
8176
8177         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8178         * gst/rtsp/rtspmessage.h:
8179         Added _steal_body method for future use.
8180
8181         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8182         Make freeing of NULL url return immediatly.
8183
8184 2006-09-18  Wim Taymans  <wim@fluendo.com>
8185
8186         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8187
8188         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8189         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8190         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8191         (gst_rtspsrc_change_state):
8192         * gst/rtsp/gstrtspsrc.h:
8193         Use boilerplate.
8194         Make rtspsrc subclass GstBin to make state changes easier.
8195         Add Range header field on the PLAY request.
8196
8197 2006-09-18  Wim Taymans  <wim@fluendo.com>
8198
8199         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8200
8201         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8202         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8203         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8204         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8205         * gst/rtsp/rtspconnection.c: (inet_aton):
8206         Small cleanups.
8207         when multicast is selected as the transport, create UDP sources and
8208         connect to the multicast group.
8209         Move parsing and setting of caps to a common place.
8210         Fixes #349894.
8211
8212 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8213
8214         * ext/flac/gstflactag.c:
8215         * gst/alpha/gstalpha.c:
8216         * gst/debug/breakmydata.c:
8217         * gst/debug/negotiation.c:
8218         * gst/debug/testplugin.c:
8219         * gst/effectv/gstaging.c:
8220         * gst/effectv/gstdice.c:
8221         * gst/effectv/gstedge.c:
8222         * gst/effectv/gstquark.c:
8223         * gst/effectv/gstrev.c:
8224         * gst/effectv/gstshagadelic.c:
8225         * gst/effectv/gstvertigo.c:
8226         * gst/effectv/gstwarp.c:
8227         * gst/multipart/multipartdemux.c:
8228         * gst/multipart/multipartmux.c:
8229         * gst/videobox/gstvideobox.c:
8230         * gst/videofilter/gstgamma.c:
8231         * gst/videofilter/gstvideotemplate.c:
8232         * gst/videomixer/videomixer.c:
8233         * sys/sunaudio/gstsunaudiosrc.h:
8234         More G_OBJECT macro fixing.
8235
8236 2006-09-16  Wim Taymans  <wim@fluendo.com>
8237
8238         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8239
8240         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8241         Correctly set the dwLength in strh.
8242         With this patch, the file duration is now displayed correctly in window
8243         media player and the AVI plays completely. Fixes #356147
8244
8245 2006-09-15  Wim Taymans  <wim@fluendo.com>
8246
8247         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8248
8249         * sys/sunaudio/gstsunaudiomixerctrl.c:
8250         (gst_sunaudiomixer_ctrl_build_list):
8251         Set the output track as the MASTER so that the gnome-settings-daemon
8252         keybindings for changing the volume using the keyboard works.
8253         Fixes #356142.
8254
8255 2006-09-15  Wim Taymans  <wim@fluendo.com>
8256
8257         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8258         Fix documentation, it is not possible to control the framerate of jpegdec
8259         using filtered caps yet. Fixes #355210.
8260         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8261         stop when there is an error.
8262
8263 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8264
8265         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8266         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8267           Don't interpret a first buffer with an offset of NONE as
8268           'from the middle of the stream', but only a first buffer
8269           that has a valid buffer offset that's non-zero (see #345449).
8270
8271 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8272
8273         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8274         (gst_icydemux_typefind_or_forward):
8275         * gst/icydemux/gsticydemux.h:
8276           When we merge/collect multiple incoming buffers for typefinding
8277           purposes, keep an initial 0 offset on the first outgoing buffer
8278           as well (otherwise id3demux won't work right). Fixes #345449.
8279           Also Make buffer metadata writable before setting buffer caps.
8280
8281         * tests/check/elements/icydemux.c: (typefind_succeed),
8282         (cleanup_icydemux), (push_data), (GST_START_TEST),
8283         (icydemux_suite):
8284           Small test case for the above.
8285
8286 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8287
8288         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8289         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8290         (gst_avi_demux_stream_header_push),
8291         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8292         (gst_avi_demux_loop):
8293           More code reuse and better logging in _peek_chunk(). Reintroduce check
8294           for chunk sizes before reading them (avoid oom). Better handling for 
8295           invalid chunksizes when streaming.
8296
8297 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8298
8299         * gst/level/gstlevel.c: (gst_level_set_property):
8300         * gst/level/gstlevel.h:
8301           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8302           René Stadler
8303
8304 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8305
8306         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8307         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8308         (gst_avi_demux_stream_data):
8309           Revert one change to fix streaming avi (adapter size != data size).
8310
8311 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8312
8313         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8314
8315         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8316         (gst_matroska_demux_reset),
8317         (gst_matroska_demux_read_track_encodings),
8318         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8319         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8320         (gst_matroska_demux_subtitle_caps):
8321         * gst/matroska/matroska-ids.h:
8322           Add support for VOBSUB subtitle tracks and zlib-compressed
8323           tracks. Make sure we start on a keyframe after a seek. (#343348)
8324
8325 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8326
8327         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8328         (gst_matroska_demux_push_flac_codec_priv_data),
8329         (gst_matroska_demux_push_xiph_codec_priv_data),
8330         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8331         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8332         * gst/matroska/matroska-ids.h:
8333           Add basic FLAC support (#311586), not perfect yet though, needs some
8334           tweaking in flacdec; also, seeking could be better.
8335           Do better bounds checking when deserialising vorbis stream headers
8336           to make sure we don't read beyond the end of the buffer on bad input.
8337
8338 2006-09-04  Wim Taymans  <wim@fluendo.com>
8339
8340         Patch by: Alessandro Decina <alessandro at nnva dot org>
8341
8342         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8343         Seeking back in a file containing a CMML stream errors out if the seek
8344         goes back up to the CMML headers. This is because after the seek the xml
8345         processing instruction <?xml ...?> is submitted to the xml parser again, 
8346         which results in an error. The attached patch fixes the problem. 
8347         Fixes #353908.
8348
8349         * ext/annodex/gstcmmlenc.h:
8350         Fix authors name.
8351
8352
8353 2006-08-28  Andy Wingo  <wingo@pobox.com>
8354
8355         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8356         New helper function to lessen the ifdefs.
8357         (GST_INFO_OBJECT): 
8358         (gst_dv1394src_iso_receive): Use it.
8359         (gst_dv1394src_create): Also use the control sockets in iec61883
8360         mode.
8361         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8362         handle for AVC operations; fixes #348233.
8363
8364 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8365
8366         * configure.ac:
8367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8368         * docs/plugins/inspect/plugin-audiofx.xml:
8369         * docs/plugins/inspect/plugin-audiofxgood.xml:
8370         * gst/audiofx/Makefile.am:
8371         * gst/audiofx/audiofx.c:
8372         * gst/audiofxgood/.cvsignore:
8373         * gst/audiofxgood/Makefile.am:
8374         * gst/audiofxgood/audiofx.c:
8375         * gst/audiofxgood/audiopanorama.c:
8376         * gst/audiofxgood/audiopanorama.h:
8377           Rename again (audiofxgood -> audiofx).
8378
8379 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8380
8381         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8382         (gst_avi_demux_stream_scan):
8383           Initialze variables.
8384
8385 2006-08-25  Wim Taymans  <wim@fluendo.com>
8386
8387         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8388         (gst_avi_demux_init), (gst_avi_demux_finalize),
8389         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8390         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8391         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8392         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8393         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8394         (gst_avi_demux_massage_index),
8395         (gst_avi_demux_calculate_durations_from_index),
8396         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8397         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8398         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8399         (gst_avi_demux_change_state):
8400         * gst/avi/gstavidemux.h:
8401         More attempts to turn this into readable code.
8402         Don't leak adapters.
8403         Calculate duration according to index more efficiently.
8404         Don't try to act like we drive the pipeline in chain mode.
8405
8406 2006-08-25  Wim Taymans  <wim@fluendo.com>
8407
8408         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8409         Fix build.
8410
8411 2006-08-25  Wim Taymans  <wim@fluendo.com>
8412
8413         Patch by: Alessandro Decina <alessandro at nnva dot org>
8414
8415         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8416         Do some extra sanity checks.
8417         Fixes #350340.
8418
8419         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8420         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8421         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8422         Check if clip->start_time is valid before adding the clip to the
8423         track list.
8424         Reset enc->preamble going from PAUSED to READY.
8425         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8426         only used for EOS.
8427         Only post an error message if we were the one that created the fatal
8428         GstFlowReturn value.
8429
8430         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8431         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8432         Parse the seconds field of the npt-sec time format using %llu rather than
8433         %d and check that the value scaled by GST_SECOND doesn't overflow.
8434         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8435         Lookup a clip's track with clip->track rather than clip->id which
8436         makes no sense.
8437         Identify a clip by its track and start time and not its xml id.
8438         do some more input checking and make sure we don't do undefined shifts.
8439
8440         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8441         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8442         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8443         (push_clip), (push_empty_clip), (check_output_clip),
8444         (GST_START_TEST), (cmmldec_suite):
8445         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8446         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8447         (check_headers), (push_clip), (check_clip_times), (check_clip),
8448         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8449         Added some more checks.
8450
8451 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8452
8453         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8454         (gst_audio_panorama_set_property),
8455         (gst_audio_panorama_get_property),
8456         (gst_audio_panorama_transform_m2s_int),
8457         (gst_audio_panorama_transform_s2s_int),
8458         (gst_audio_panorama_transform_m2s_float),
8459         (gst_audio_panorama_transform_s2s_float):
8460         * gst/audiofxgood/audiopanorama.h:
8461         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8462           Make also the pan-property float (saves scaling and yields better
8463           resolution)
8464
8465 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8466
8467         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8468         (gst_audio_panorama_transform_m2s_float),
8469         (gst_audio_panorama_transform_s2s_float):
8470           ChangeLog surgery to add cymax's real name
8471
8472
8473 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8474
8475         Patch by: René Stadler <mail@renestadler.de>
8476
8477         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8478         (gst_audio_panorama_transform_m2s_int),
8479         (gst_audio_panorama_transform_s2s_int),
8480         (gst_audio_panorama_transform_m2s_float),
8481         (gst_audio_panorama_transform_s2s_float),
8482         (gst_audio_panorama_transform):
8483         * gst/audiofxgood/audiopanorama.h:
8484           Added float support
8485
8486 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8487
8488         * gst/audiofxgood/audiopanorama.c:
8489         (gst_audio_panorama_transform_m2s):
8490           Fix docs & debug category. Add Fixme for volume pan levels.
8491
8492 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8493
8494         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8495         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8496         (gst_avi_demux_stream_header_pull),
8497         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8498         (gst_avi_demux_chain):
8499           unbreak AVI index handling, some more debug, remove an obsolete
8500           adapter_flush that caused streaming to wander off in the wild
8501
8502 2006-08-24  Wim Taymans  <wim@fluendo.com>
8503
8504         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8505         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8506         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8507         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8508         (gst_avi_demux_calculate_durations_from_index),
8509         (gst_avi_demux_stream_header_push),
8510         (gst_avi_demux_stream_header_pull):
8511         * gst/avi/gstavidemux.h:
8512         Some more cleanups. 
8513         Fix totalFrames parsing in ODML.
8514         Disable use of index for length calculation in case of ODML as this is
8515         broken now.
8516
8517 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8520           Use libgsttag helper function here too.
8521
8522 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8523
8524         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8525         (gst_avi_demux_init), (gst_avi_demux_dispose),
8526         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8527         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8528         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8529         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8530         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8531         (gst_avi_demux_parse_subindex),
8532         (gst_avi_demux_read_subindexes_push),
8533         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8534         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8535         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8536         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8537         (gst_avi_demux_stream_header_pull),
8538         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8539         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8540         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8541         (gst_avi_demux_change_state):
8542         * gst/avi/gstavidemux.h:
8543           Initial streaming support for avidemux (fixes #336465)
8544
8545 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8546
8547         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8548           There is no taglibmux element ...
8549
8550         * gst/rtsp/gstrtspsrc.c:
8551           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8552           was complaining about unknown entity here.
8553
8554 2006-08-22  Wim Taymans  <wim@fluendo.com>
8555
8556         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8557         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8558         (gst_avi_demux_process_next_entry):
8559         * gst/avi/gstavidemux.h:
8560         Mark DISCONT.
8561         Remove old unused fields and reorder the struct a bit.
8562
8563 2006-08-22  Wim Taymans  <wim@fluendo.com>
8564
8565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8566         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8567         (gst_rtspsrc_pause):
8568         * gst/rtsp/gstrtspsrc.h:
8569         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8570         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8571         Small documentation updates.
8572
8573 2006-08-22  Wim Taymans  <wim@fluendo.com>
8574
8575         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8576         (gst_avi_demux_index_entry_for_time),
8577         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8578         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8579         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8580         (gst_avi_demux_next_data_buffer),
8581         (gst_avi_demux_calculate_durations_from_index),
8582         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8583         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8584         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8585         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8586         * gst/avi/gstavidemux.h:
8587         Precalc most of the duration query for each stream.
8588         Make seeking more correct.
8589         Use GstSegment to track position and duration.
8590         Code cleanups and leak fixes.
8591         Calculate correct total duration based on index length.
8592
8593 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8594
8595         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8596         (parse_insert_string_field):
8597           If strings in text fields are marked ISO8859-1, but contain
8598           valid UTF-8 already, then handle them as UTF-8 and ignore
8599           the encoding. (#351794)
8600
8601 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8602
8603         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8604         (gst_flac_dec_write), (gst_flac_dec_loop),
8605         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8606         (gst_flac_dec_src_query):
8607         * ext/flac/gstflacdec.h:
8608           Make flac-in-ogg work (#352100).
8609
8610 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8611
8612         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8613           Don't unref buffers of which we've already given away
8614           ownership to the adapter.
8615
8616 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8617
8618         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8619           Make metadata extraction actually work.
8620
8621         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8622         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8623         (gst_speexenc_chain):
8624           Fix metadata writing: replace old code which wrote completely
8625           broken tags with libgsttag-based code. Plus miscellaneous
8626           code cleanups (use static pad templates etc.) and a bunch
8627           of leak fixes.
8628
8629 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8630
8631         * gst/audiopanorama/.cvsignore:
8632         * gst/audiopanorama/Makefile.am:
8633         * gst/audiopanorama/audiofx.c:
8634         * gst/audiopanorama/audiopanorama.c:
8635         * gst/audiopanorama/audiopanorama.h:
8636           die! die! die! you should never have been there
8637
8638 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8639
8640         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8641         Fix invalid memory access in audiopanorama test suite.
8642
8643 2006-08-21  Edward Hervey  <edward@fluendo.com>
8644
8645         * tests/check/elements/.cvsignore:
8646         ignore built file
8647
8648 2006-08-21  Wim Taymans  <wim@fluendo.com>
8649
8650         * gst/rtp/Makefile.am:
8651         Fix the build again.
8652
8653 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8654
8655         * gst/audiofxgood/.cvsignore:
8656         * gst/audiofxgood/Makefile.am:
8657         * gst/audiofxgood/audiofx.c: (plugin_init):
8658         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8659         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8660         (gst_audio_panorama_set_property),
8661         (gst_audio_panorama_get_property),
8662         (gst_audio_panorama_get_unit_size),
8663         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8664         (gst_audio_panorama_transform_m2s),
8665         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8666         * gst/audiofxgood/audiopanorama.h:
8667           resubmit with the desired name *again*
8668
8669 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8670
8671         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8672         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8673           use g_assert in _get_unit_size
8674
8675 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8676
8677         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8678         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8679         * docs/plugins/inspect/plugin-audiofxgood.xml:
8680           cleanup -unused.txt to make it useful, add previously missing docs
8681
8682         * ext/Makefile.am:
8683           Quietly (accidentally) enable LADSPA for building by default, 
8684           despite the fact that it doesn't meet the plugin checklist.
8685             -- Added by Jan Schmidt 18 Dec 2006
8686
8687         * ext/esd/esdmon.c:
8688         * ext/esd/esdsink.c:
8689         * ext/esd/gstesd.c: (plugin_init):
8690           reflow to get rid of two external symbols
8691
8692         * gst/audiofxgood/audiofx.c: (plugin_init):
8693           re-add
8694
8695 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8696
8697         * configure.ac:
8698         * gst/audiofxgood/.cvsignore:
8699         * gst/audiofxgood/Makefile.am:
8700         * gst/audiofxgood/audiofx.c
8701         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8702         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8703         (gst_audio_panorama_set_property),
8704         (gst_audio_panorama_get_property),
8705         (gst_audio_panorama_get_unit_size),
8706         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8707         (gst_audio_panorama_transform_m2s),
8708         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8709         * gst/audiofxgood/audiopanorama.h:
8710         * tests/check/Makefile.am:
8711         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8712         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8713         (panorama_suite), (main):
8714         Add audiofxgood plugin with audiopanorama element
8715
8716 2006-08-18  Wim Taymans  <wim@fluendo.com>
8717
8718         * docs/plugins/Makefile.am:
8719         More Oss docs fixage. 
8720
8721 2006-08-18  Wim Taymans  <wim@fluendo.com>
8722
8723         * gst/rtp/Makefile.am:
8724         * gst/rtp/gstrtp.c: (plugin_init):
8725         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8726         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8727         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8728         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8729         (gst_rtp_sv3v_depay_get_property),
8730         (gst_rtp_sv3v_depay_change_state),
8731         (gst_rtp_sv3v_depay_plugin_init):
8732         * gst/rtp/gstrtpsv3vdepay.h:
8733         Added experimental SVQ3 depayloader.
8734
8735 2006-08-18  Edward Hervey  <edward@fluendo.com>
8736
8737         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8738         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8739         * ext/dv/gstdvdemux.h:
8740         When handling seek requests, don't send the newsegment event from the
8741         calling thread. Instead save it so it can be sent from the streaming
8742         thread.
8743
8744 2006-08-17  Wim Taymans  <wim@fluendo.com>
8745
8746         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8747
8748         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8749         Accept leading whitespace before the boundary
8750         This patch makes the demuxer allow some whitespace before the actual
8751         boundary. This makes the demuxer work with the ``old'' gstreamer
8752         multipartmuxer again (which placed an extra \n before the start
8753         of the stream) Fixes #349068.
8754
8755 2006-08-17  Wim Taymans  <wim@fluendo.com>
8756
8757         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8758         Error out on non-implemented stuff.
8759
8760 2006-08-16  Wim Taymans  <wim@fluendo.com>
8761
8762         Patch by: Andy Wingo <wingo at pobox dot com>
8763
8764         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8765         (gst_signal_processor_start), (gst_signal_processor_stop),
8766         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8767         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8768         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8769         (gst_signal_processor_change_state):
8770         Make ladspa elements reusable. Fixes #350006.
8771
8772 2006-08-16  Wim Taymans  <wim@fluendo.com>
8773
8774         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8775         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8776         names as possible. Fixes #349901.
8777
8778 2006-08-16  Wim Taymans  <wim@fluendo.com>
8779
8780         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8781         (gst_signal_processor_do_pushes):
8782         A push() gives away our refcount so we should not use the buffer on the
8783         pen anymore.
8784
8785 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8788         (gst_oss_mixer_element_finalize):
8789           Don't leak device string.
8790
8791 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8792
8793         * configure.ac:
8794           Require CVS of GStreamer core and -base (for
8795           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8796
8797         * ext/taglib/gstid3v2mux.cc:
8798           Write extended comment tags properly (#348762).
8799
8800         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8801         (parse_comment_frame):
8802           Extract COMM frames into extended comments, which makes it
8803           easier to properly retain the description bit of the tag
8804           and maintain this information when re-tagging (#348762).
8805
8806 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * tests/check/Makefile.am:
8809           Don't try to run annodex unit tests if the annodex
8810           plugin has not been built (Fixes #351116).
8811
8812 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8813
8814         * gst/autodetect/gstautoaudiosink.c:
8815         (gst_auto_audio_sink_find_best):
8816           When we can't find a usable audiosink, don't error out,
8817           but use a fake sink instead and post a warning message
8818           on the bus (#341278).
8819
8820 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8821
8822         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8823         * sys/oss/gstosssink.c:
8824         * sys/oss/gstosssrc.c:
8825           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8826           ossmixer's new device property.
8827
8828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8829         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8830           Add docs for OSS elements.
8831
8832         * docs/plugins/inspect/plugin-aasink.xml:
8833         * docs/plugins/inspect/plugin-alaw.xml:
8834         * docs/plugins/inspect/plugin-alpha.xml:
8835         * docs/plugins/inspect/plugin-alphacolor.xml:
8836         * docs/plugins/inspect/plugin-annodex.xml:
8837         * docs/plugins/inspect/plugin-apetag.xml:
8838         * docs/plugins/inspect/plugin-auparse.xml:
8839         * docs/plugins/inspect/plugin-autodetect.xml:
8840         * docs/plugins/inspect/plugin-avi.xml:
8841         * docs/plugins/inspect/plugin-cacasink.xml:
8842         * docs/plugins/inspect/plugin-cairo.xml:
8843         * docs/plugins/inspect/plugin-cdio.xml:
8844         * docs/plugins/inspect/plugin-cutter.xml:
8845         * docs/plugins/inspect/plugin-debug.xml:
8846         * docs/plugins/inspect/plugin-dv.xml:
8847         * docs/plugins/inspect/plugin-efence.xml:
8848         * docs/plugins/inspect/plugin-effectv.xml:
8849         * docs/plugins/inspect/plugin-esdsink.xml:
8850         * docs/plugins/inspect/plugin-flac.xml:
8851         * docs/plugins/inspect/plugin-flxdec.xml:
8852         * docs/plugins/inspect/plugin-gconfelements.xml:
8853         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8854         * docs/plugins/inspect/plugin-goom.xml:
8855         * docs/plugins/inspect/plugin-halelements.xml:
8856         * docs/plugins/inspect/plugin-icydemux.xml:
8857         * docs/plugins/inspect/plugin-id3demux.xml:
8858         * docs/plugins/inspect/plugin-jpeg.xml:
8859         * docs/plugins/inspect/plugin-level.xml:
8860         * docs/plugins/inspect/plugin-matroska.xml:
8861         * docs/plugins/inspect/plugin-mulaw.xml:
8862         * docs/plugins/inspect/plugin-multipart.xml:
8863         * docs/plugins/inspect/plugin-navigationtest.xml:
8864         * docs/plugins/inspect/plugin-ossaudio.xml:
8865         * docs/plugins/inspect/plugin-png.xml:
8866         * docs/plugins/inspect/plugin-rtp.xml:
8867         * docs/plugins/inspect/plugin-rtsp.xml:
8868         * docs/plugins/inspect/plugin-shout2send.xml:
8869         * docs/plugins/inspect/plugin-smpte.xml:
8870         * docs/plugins/inspect/plugin-speex.xml:
8871         * docs/plugins/inspect/plugin-taglib.xml:
8872         * docs/plugins/inspect/plugin-udp.xml:
8873         * docs/plugins/inspect/plugin-videobalance.xml:
8874         * docs/plugins/inspect/plugin-videobox.xml:
8875         * docs/plugins/inspect/plugin-videoflip.xml:
8876         * docs/plugins/inspect/plugin-videomixer.xml:
8877         * docs/plugins/inspect/plugin-wavenc.xml:
8878         * docs/plugins/inspect/plugin-wavparse.xml:
8879         * docs/plugins/inspect/plugin-ximagesrc.xml:
8880           Update to CVS version.
8881           
8882 2006-08-16  Wim Taymans  <wim@fluendo.com>
8883
8884         * gst/rtp/gstrtpamrdepay.c:
8885         * gst/rtp/gstrtpmp4gdepay.c:
8886         Caps extra properties must be defined as strings for
8887         depayloaders because they are generated from an SDP.
8888
8889         * gst/rtp/Makefile.am:
8890         * gst/rtp/gstrtp.c: (plugin_init):
8891         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8892         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8893         (gst_rtp_h264_depay_finalize), (decode_base64),
8894         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8895         (gst_rtp_h264_depay_set_property),
8896         (gst_rtp_h264_depay_get_property),
8897         (gst_rtp_h264_depay_change_state),
8898         (gst_rtp_h264_depay_plugin_init):
8899         * gst/rtp/gstrtph264depay.h:
8900         Added basic, not completely functional RFC 3984 H264 depayloader.
8901
8902 2006-08-16  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8905         Add pads after setting them up.
8906
8907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8908         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8909         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8910         (gst_rtspsrc_stream_setup_rtp),
8911         (gst_rtspsrc_stream_configure_transport),
8912         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8913         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8914         (gst_rtspsrc_pause):
8915         * gst/rtsp/gstrtspsrc.h:
8916         Fix interleaved mode.
8917          - Protect streaming with lock.
8918          - Combine flows
8919          - set caps on outgoing buffers.
8920          - strip trailing \0 from data packets.
8921          - Configure RTP/RTCP in stream.
8922         Use DEBUG_OBJECT more.
8923
8924 2006-08-16  Wim Taymans  <wim@fluendo.com>
8925
8926         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8927         Turn a g_print into a DEBUG line.
8928
8929 2006-08-13  Wim Taymans  <wim@fluendo.com>
8930
8931         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8932         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8933         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8934         (gst_oss_mixer_element_get_property),
8935         (gst_oss_mixer_element_change_state):
8936         * sys/oss/gstossmixerelement.h:
8937         Small cleanups. Better error reporting.
8938         Add device property for the mixer instead of the hardcoded
8939         /dev/mixer. Fixes #350785.
8940         API: GstOssMixerElement::device property
8941
8942 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         Patch by: Jens Granseuer <jensgr at gmx net>
8945
8946         * gconf/Makefile.am:
8947           Make --disable-schemas work right (they still need
8948           to be copied to the installation directory, just not
8949           applied). Fixes #351347 (also #344100).
8950           
8951 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8952
8953         * configure.ac: back to HEAD
8954
8955 === release 0.10.4 ===
8956
8957 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8958
8959         * configure.ac:
8960           releasing 0.10.4, "Dear Leader"
8961
8962 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8963
8964         Patch by: Edward Hervey <edward@fluendo.com>
8965
8966         * configure.ac:
8967         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8968         (gst_wavparse_stream_data):
8969         Send the newsegment event in the streaming thread.
8970         Fixes #347529
8971
8972 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8973
8974         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8975         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8976         (gst_smokeenc_resync), (gst_smokeenc_chain):
8977           Refuse sink caps in the encoder if width or height is not a
8978           multiple of 16, the encoder does not support that yet (#349939);
8979           along the same lines, check the return value of the encoder
8980           setup function; also remove some debug log clutter.
8981
8982 2006-08-04  Andy Wingo  <wingo@pobox.com>
8983
8984         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8985         whether a processor can work in place or not, and for keeping
8986         track of its state. Change the FlowReturn instance variable from
8987         "state" to "flow_state", all callers changed.
8988
8989         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8990         (gst_signal_processor_start, gst_signal_processor_stop)
8991         (gst_signal_processor_cleanup): New functions to manage the
8992         processor's state.
8993         (gst_signal_processor_setcaps): start() as well as setup() here.
8994         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8995         (gst_signal_processor_change_state): Stop and cleanup the
8996         processor as we go to NULL.
8997
8998         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8999         INPLACE_BROKEN is not set.
9000
9001         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9002         Do the alloc_buffer in bytes, not frames.
9003         
9004 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9005
9006         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9007         Fix rgb masks when recording in < 24bpp.
9008
9009 2006-08-04  Andy Wingo  <wingo@pobox.com>
9010
9011         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9012         (gst_signal_processor_prepare)
9013         (gst_signal_processor_update_inputs)
9014         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9015         (gst_signal_processor_flush)
9016         (gst_signal_processor_sink_activate_push)
9017         (gst_signal_processor_src_activate_pull)
9018         (gst_signal_processor_change_state): Remove the last of the code
9019         that assumes that we process whole buffers at a time. Fix some
9020         debugging. Seems to work now in some cases.
9021         (gst_signal_processor_src_activate_pull): BPB
9022
9023 2006-08-01  Andy Wingo  <wingo@pobox.com>
9024
9025         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9026         Fix nframes-choosing.
9027         (gst_signal_processor_init): Init pending_in and pending_out.
9028
9029         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9030         more default sample rate, although we never check that the sample
9031         rate actually gets set. Something for the future.
9032         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9033         (gst_signal_processor_event): Refcount fixen.
9034         (gst_signal_processor_process): Pull the number of frames to
9035         process from the sizes of the buffers in the input pens.
9036         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9037         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9038         it instead of buffer_frames.
9039         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9040         to do_pulls.
9041         (gst_signal_processor_chain)
9042         (gst_signal_processor_sink_activate_push)
9043         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9044
9045         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9046
9047 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9048
9049         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9050         (gst_signal_processor_process):
9051           don't query buffer-frames from caps, add lots of debug-log,
9052           try fix for assert (#349189)
9053
9054 2006-07-31  Wim Taymans  <wim@fluendo.com>
9055
9056         * gst/udp/gstudpsrc.c:
9057         Fix docs.
9058
9059 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9060
9061         * ext/ladspa/gstsignalprocessor.c:
9062         (gst_signal_processor_add_pad_from_template),
9063         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9064         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9065         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9066         (gst_signal_processor_sink_activate_push),
9067         (gst_signal_processor_src_activate_pull),
9068         (gst_signal_processor_change_state):
9069          Add debugs logs here and there, add more error handling, add some
9070          FIXME comments, filed #349189
9071
9072 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9073
9074         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9075         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9076         Set caps on buffer correctly.  Fixes bug #349155.
9077
9078 2006-07-28  Wim Taymans  <wim@fluendo.com>
9079
9080         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9081
9082         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9083         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9084         (gst_multipart_demux_finalize), (get_line_end),
9085         (multipart_parse_header), (multipart_find_boundary),
9086         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9087         (gst_multipart_set_property), (gst_multipart_get_property):
9088         Uses GstAdapter instead of own buffering.
9089         Actually parses the mime-type correctly (In tests the mime-type was
9090         always "" with the old version).
9091         Uses the Content-length header if available to speed up things.
9092         Reliably autoscans the boundary name by default.
9093         Fixes #349068.
9094
9095         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9096         Don't start the stream with a \n.
9097
9098 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9099
9100         Patch by: Brian Cameron <brian dot cameron at sun com>
9101
9102         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9103           Open source with O_NONBLOCK (#349015).
9104
9105 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9106
9107         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9108         (gst_avi_demux_massage_index):
9109         * gst/avi/gstavidemux.h:
9110           Whitespace fixes and more debug
9111
9112 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9113
9114         * gst/autodetect/gstautoaudiosink.c:
9115         (gst_auto_audio_sink_create_element_with_pretty_name),
9116         (gst_auto_audio_sink_find_best),
9117         (gst_auto_audio_sink_change_state):
9118           Get rid of old and unused magic sound-server properties stuff.
9119           Add suffix to child sink's name that makes it easy to see from
9120           the name alone which type it actually is (alsa, oss, esd, etc.).
9121
9122 2006-07-27  Wim Taymans  <wim@fluendo.com>
9123
9124         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9125         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9126         (gst_udpsrc_start):
9127         * gst/udp/gstudpsrc.h:
9128         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9129         not some sort of feature we enable.
9130
9131 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9134           Use CLOSE_SOCKET() here instead of close() to maintain
9135           win32 workiness.
9136
9137 2006-07-27  Wim Taymans  <wim@fluendo.com>
9138
9139         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9140
9141         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9142         (gst_udpsrc_create), (gst_udpsrc_set_property),
9143         (gst_udpsrc_get_property), (gst_udpsrc_start):
9144         * gst/udp/gstudpsrc.h:
9145         Added "buffer-size" property to control the kernel receive buffer size.
9146         Update documentation.
9147         Small cleanups. Fixes #348752.
9148         API: buffer-size property
9149
9150 2006-07-26  Wim Taymans  <wim@fluendo.com>
9151
9152         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9153
9154         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9155         (gst_rtp_pcma_pay_handle_buffer):
9156         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9157         (gst_rtp_pcmu_pay_handle_buffer):
9158         Fix timestamp calculation on outgoing RTP packets.
9159         Fixes #348675.
9160
9161 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9162
9163         * ext/taglib/gstid3v2mux.cc:
9164           Fix writing of comment frames (should be COMM not TCOM),
9165           is still sub-optimal though, since we don't retain or
9166           extract the comment descriptions properly (#334375,
9167           also see #334375).
9168
9169 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * gst/wavparse/gstwavparse.c:
9172           #define 'fact' RIFF chunk if we are not compiling against
9173           -base CVS (we don't want to depend on -base CVS for this
9174           one define only, and also not for release order reasons).
9175
9176 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * ext/taglib/gstid3v2mux.cc:
9179           Handle multiple tags of the same type properly. Re-inject
9180           unparsed ID3v2 frames that we get as binary blobs from
9181           id3demux into the tag again so we don't lose information
9182           when retagging (#334375).
9183
9184 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9185
9186         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9187           Document newly-added properties properly, so that there is a
9188           'Since: 0.10.4' in the plugin docs. Convert some property
9189           names into canonical GObject style (GObject will do that
9190           internally anyway).
9191
9192 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9193
9194         * gst/id3demux/id3tags.c:
9195         (id3demux_add_id3v2_frame_blob_to_taglist):
9196           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9197           well, and add the version to the blob's buffer caps, since that
9198           information will be needed for deserialisation later on (#348644).
9199
9200 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9201
9202         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9203         (gst_avi_demux_parse_stream):
9204          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9205          indentation and spacing.
9206
9207 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9208
9209         * docs/plugins/Makefile.am:
9210         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9211         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9212         * docs/plugins/gst-plugins-good-plugins.args:
9213         * docs/plugins/inspect/plugin-1394.xml:
9214         * docs/plugins/inspect/plugin-aasink.xml:
9215         * docs/plugins/inspect/plugin-alaw.xml:
9216         * docs/plugins/inspect/plugin-alpha.xml:
9217         * docs/plugins/inspect/plugin-alphacolor.xml:
9218         * docs/plugins/inspect/plugin-annodex.xml:
9219         * docs/plugins/inspect/plugin-apetag.xml:
9220         * docs/plugins/inspect/plugin-auparse.xml:
9221         * docs/plugins/inspect/plugin-autodetect.xml:
9222         * docs/plugins/inspect/plugin-avi.xml:
9223         * docs/plugins/inspect/plugin-cacasink.xml:
9224         * docs/plugins/inspect/plugin-cairo.xml:
9225         * docs/plugins/inspect/plugin-cdio.xml:
9226         * docs/plugins/inspect/plugin-cutter.xml:
9227         * docs/plugins/inspect/plugin-debug.xml:
9228         * docs/plugins/inspect/plugin-dv.xml:
9229         * docs/plugins/inspect/plugin-efence.xml:
9230         * docs/plugins/inspect/plugin-effectv.xml:
9231         * docs/plugins/inspect/plugin-esdsink.xml:
9232         * docs/plugins/inspect/plugin-flac.xml:
9233         * docs/plugins/inspect/plugin-flxdec.xml:
9234         * docs/plugins/inspect/plugin-gconfelements.xml:
9235         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9236         * docs/plugins/inspect/plugin-goom.xml:
9237         * docs/plugins/inspect/plugin-halelements.xml:
9238         * docs/plugins/inspect/plugin-icydemux.xml:
9239         * docs/plugins/inspect/plugin-id3demux.xml:
9240         * docs/plugins/inspect/plugin-jpeg.xml:
9241         * docs/plugins/inspect/plugin-level.xml:
9242         * docs/plugins/inspect/plugin-matroska.xml:
9243         * docs/plugins/inspect/plugin-mulaw.xml:
9244         * docs/plugins/inspect/plugin-multipart.xml:
9245         * docs/plugins/inspect/plugin-navigationtest.xml:
9246         * docs/plugins/inspect/plugin-ossaudio.xml:
9247         * docs/plugins/inspect/plugin-png.xml:
9248         * docs/plugins/inspect/plugin-rtp.xml:
9249         * docs/plugins/inspect/plugin-rtsp.xml:
9250         * docs/plugins/inspect/plugin-shout2send.xml:
9251         * docs/plugins/inspect/plugin-smpte.xml:
9252         * docs/plugins/inspect/plugin-speex.xml:
9253         * docs/plugins/inspect/plugin-udp.xml:
9254         * docs/plugins/inspect/plugin-videobalance.xml:
9255         * docs/plugins/inspect/plugin-videobox.xml:
9256         * docs/plugins/inspect/plugin-videoflip.xml:
9257         * docs/plugins/inspect/plugin-videomixer.xml:
9258         * docs/plugins/inspect/plugin-wavenc.xml:
9259         * docs/plugins/inspect/plugin-wavparse.xml:
9260         * docs/plugins/inspect/plugin-ximagesrc.xml:
9261           Update files to CVS/Prerelease version, add esdsink docs.
9262
9263         * ext/esd/esdsink.c:
9264           Add gtk-doc blurb.
9265
9266         * gst/rtp/gstrtpmp4vpay.c:
9267           Fix typo in element description.
9268
9269 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9270
9271         * ext/esd/esdsink.c: (gst_esdsink_open),
9272         (gst_esdsink_factory_init):
9273           Prevent libesd from auto-spawning a sound daemon if it
9274           is not already running. Now that we don't do evil stuff
9275           like that any longer we can give esdsink a rank so that
9276           autoaudiosink will try it as well if all other audio
9277           sinks fail (#343051).
9278
9279 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9280
9281         * ext/esd/Makefile.am:
9282           Oops, need to remove README from EXTRA_DIST as well.
9283
9284 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * ext/esd/README:
9287           Remove, it contains nothing useful anyway.
9288
9289         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9290         (gst_esdsink_delay):
9291           Some small clean-ups; use GST_BOILERPLATE etc.
9292
9293 2006-07-24  Wim Taymans  <wim@fluendo.com>
9294
9295         * gst/law/alaw-decode.c: (alawdec_getcaps):
9296         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9297         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9298         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9299         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9300
9301 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9302
9303         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9304         (gst_wavparse_other), (gst_wavparse_perform_seek),
9305         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9306         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9307         (gst_wavparse_pad_query):
9308         * gst/wavparse/gstwavparse.h:
9309           Use information from 'fact' chunk for length calculation of compressed
9310           samples. Calculate bps if bogus value is found in wav header (embeded
9311           mp2/mp3).
9312           
9313
9314 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9315
9316         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9317
9318         * configure.ac:
9319         * gst/udp/Makefile.am:
9320         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9321         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9322         * gst/udp/gstdynudpsink.h:
9323         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9324         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9325         * gst/udp/gstmultiudpsink.h:
9326         * gst/udp/gstudp.c: (plugin_init):
9327         * gst/udp/gstudpsink.h:
9328         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9329         (gst_udpsrc_start), (gst_udpsrc_stop):
9330         * gst/udp/gstudpsrc.h:
9331         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9332         (gst_udp_net_utils_win32_wsa_startup):
9333         * gst/udp/gstudpnetutils.h:
9334           Port udp plugin to win32 (#345288).
9335
9336 2006-07-24  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9339         Remove unwanted DEBUG line.
9340
9341 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9342
9343         * gst/id3demux/gstid3demux.c: (plugin_init):
9344         * gst/id3demux/id3tags.c:
9345         (id3demux_add_id3v2_frame_blob_to_taglist):
9346         * gst/id3demux/id3tags.h:
9347           On second thought, it might be wiser and more efficient
9348           not to do tag registration from a streaming thread.
9349
9350 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9351
9352         * gst/id3demux/id3tags.c:
9353         (id3demux_add_id3v2_frame_blob_to_taglist),
9354         (id3demux_id3v2_frames_to_tag_list):
9355           Put ID3v2 frames we can't parse as binary blobs into private
9356           tags, so that they are not lost when retagging, at least once
9357           id3v2mux has been taught to re-inject those frames again.
9358           See bug #334375.
9359
9360 2006-07-21  Wim Taymans  <wim@fluendo.com>
9361
9362         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9363         (gst_avi_demux_process_next_entry):
9364         Fix some leaks.
9365
9366         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9367         Don't use \n in debug lines.
9368
9369 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9370
9371         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9373           Add annodex and icydemux, cleanup the sections a bit
9374
9375 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9376
9377         Patch by: Alex Lancaster <alexl at users sourceforge net>
9378
9379         * ext/taglib/gstid3v2mux.cc:
9380           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9381           ID3v2 TSSE frames (#347898).
9382
9383 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9384
9385         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9386           Respect mpegversion for "video/mpeg" and give message in case of
9387           unhandled versions.
9388
9389 2006-07-17  Wim Taymans  <wim@fluendo.com>
9390
9391         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9392         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9393         (gst_pngdec_chain), (gst_pngdec_sink_event),
9394         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9395         (gst_pngdec_sink_activate_push):
9396         * ext/libpng/gstpngdec.h:
9397         Use statically allocated segment instead of leaking.
9398         Various cleanups.
9399         Fix flush and seek handling.
9400
9401 2006-07-16  Wim Taymans  <wim@fluendo.com>
9402
9403         * gst/rtp/Makefile.am:
9404         * gst/rtp/gstrtp.c: (plugin_init):
9405         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9406         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9407         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9408         (gst_rtp_mp4g_depay_set_property),
9409         (gst_rtp_mp4g_depay_get_property),
9410         (gst_rtp_mp4g_depay_change_state),
9411         (gst_rtp_mp4g_depay_plugin_init):
9412         * gst/rtp/gstrtpmp4gdepay.h:
9413         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9414         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9415         (gst_rtp_mp4g_pay_flush):
9416         Added simple generic mpeg4 depayloader.
9417         Fix generic mpeg4 payloader.
9418
9419 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9422           Don't try doing state changes on a NULL pointer.
9423
9424 2006-07-14  Wim Taymans  <wim@fluendo.com>
9425
9426         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9427
9428         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9429         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9430         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9431         * gst/rtp/gstrtpamrdepay.h:
9432         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9433         Fixes #321191
9434
9435 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9436
9437         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9438         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9439         Fix segfault when moving mouse pointer to the bottom right corner.
9440
9441 2006-07-12  Wim Taymans  <wim@fluendo.com>
9442
9443         * gst/rtp/Makefile.am:
9444         * gst/rtp/gstrtp.c: (plugin_init):
9445         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9446         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9447         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9448         (gst_rtp_mp2t_depay_set_property),
9449         (gst_rtp_mp2t_depay_get_property),
9450         (gst_rtp_mp2t_depay_change_state),
9451         (gst_rtp_mp2t_depay_plugin_init):
9452         * gst/rtp/gstrtpmp2tdepay.h:
9453         Added mpeg2 TS depayloader. Closing #347234.
9454
9455 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9456
9457         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9458           Remove g_assert that shouldn't be there and was triggered
9459           after trying to open a device that doesn't exist or can't
9460           be opened for some other reason (#347972).
9461
9462 2006-07-10  Edward Hervey  <edward@fluendo.com>
9463
9464         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9465         (gst_avi_demux_stream_header), (push_tag_lists):
9466         * gst/avi/gstavidemux.h:
9467         Don't push tag events found by gst_riff_parse_info() before outputting
9468         GST_EVENT_NEWSEGMENT.
9469
9470 2006-07-10  Wim Taymans  <wim@fluendo.com>
9471
9472         * gst/rtsp/Makefile.am:
9473         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9474         (rtsp_connection_close):
9475         * gst/rtsp/rtspdefs.h:
9476         replaced closesocket and close in code with one CLOSE_SOCKET. 
9477         Some more cleanups. Fixes #345301.
9478
9479 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * gst/autodetect/gstautoaudiosink.c:
9482           Fix example pipeline in docs.
9483
9484 2006-07-10  Wim Taymans  <wim@fluendo.com>
9485
9486         Patch by: Rob Taylor <robtaylor at floopily dot org>
9487
9488         * gst/udp/gstmultiudpsink.c: (join_multicast),
9489         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9490         If a destination is added before the stream is set to PAUSED, the
9491         multicast group is not joined as the socket is not created yet. 
9492         Also TTL and LOOP should also be set. Fixes #346921.
9493
9494 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9495
9496         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9497         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9498         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9499         (gst_ximage_src_init):
9500         * sys/ximage/gstximagesrc.h:
9501         Fix use-damage property to actually work :)
9502         Add startx, starty, endx, endy properties so screencasts other than full
9503         screen ones can work.
9504
9505 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9506
9507         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9508         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9509         (gst_ximage_src_class_init), (gst_ximage_src_init):
9510         * sys/ximage/gstximagesrc.h:
9511         Add use_damage property to offer ability to choose whether to use
9512         XDamage or not.
9513
9514 2006-07-07  Wim Taymans  <wim@fluendo.com>
9515
9516         * gst/goom/filters.c: (zoomFilterSetResolution):
9517         Avoid goom coredumping by clearing memory. 
9518         Fixes 345679.
9519
9520 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9521
9522         * win32/vs6/libgstid3demux.dsp:
9523         Add a link to libgsttag-0.10.lib.
9524
9525 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9526
9527         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9528         (gst_tag_demux_read_range):
9529         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9530         (gst_id3demux_read_range):
9531           Don't return FLOW_UNEXPECTED when a buffer is before
9532           the start of the stream (which might happen with
9533           large ID3v2 tags if the tag reading was done pullrange
9534           based and we then switched to push mode later on).
9535           Fixes regression introduced by commit from June 29th.
9536
9537 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9538
9539         * ext/taglib/gstid3v2mux.cc:
9540           Make UTF-8 the default encoding when writing string
9541           tags (before, our UTF-8 strings would automatically
9542           be converted to ISO-8859-1 by taglib and written as
9543           ISO-8859-1 fields if that was possible).
9544
9545         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9546         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9547         (test_taglib_id3mux_with_tags):
9548           Add test case that makes sure our UTF-8 strings have
9549           actually been written into the tag as UTF-8.
9550
9551 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         * configure.ac:
9554           Let's try that again.
9555
9556 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         * configure.ac:
9559           Disable monoscope plugin for now until it fulfills
9560           all the requirements.
9561
9562 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9563
9564         * configure.ac:
9565         * gst/monoscope/Makefile.am:
9566         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9567         (gst_monoscope_class_init), (gst_monoscope_init),
9568         (gst_monoscope_finalize), (gst_monoscope_reset),
9569         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9570         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9571         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9572         (gst_monoscope_change_state), (plugin_init):
9573         * gst/monoscope/gstmonoscope.h:
9574           Port monoscope visualisation to 0.10.
9575
9576 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9577
9578         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9579         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9580           Return FLOW_UNEXPECTED when at the end of the file, not
9581           FLOW_ERROR. Fixes 'internal stream error' errors that
9582           would sometimes occur in totem when scrubbing to the
9583           end of an ID3v1 tagged mp3 file.
9584
9585 2006-07-03  Edward Hervey  <edward@fluendo.com>
9586
9587         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9588         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9589         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9590         * ext/libpng/gstpngdec.h:
9591         Implement buffer clipping/dropping using GstSegment.
9592         This provides accurate seeking.
9593
9594 2006-07-03  Edward Hervey  <edward@fluendo.com>
9595
9596         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9597         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9598         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9599         (gst_avi_demux_process_next_entry), (push_tag_lists),
9600         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9601         * gst/avi/gstavidemux.h:
9602         Proper aggregation of each stream's GstFlowReturn in order to figure out
9603         whether the task should stop or not.
9604         Don't send inline events before pushing out a NEW_SEGMENT, more
9605         specifically for GST_TAG_EVENT.
9606         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9607         sub-indexes.
9608
9609 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9610
9611         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9612
9613         * sys/sunaudio/gstsunaudiomixerctrl.c:
9614         (gst_sunaudiomixer_ctrl_build_list):
9615           Move "Monitor" slider to input tab so it works more like
9616           sdtaudiocontrol, which is what people on Solaris are used
9617           to using for their mixer program (#346259).
9618
9619 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9620
9621         * tests/check/elements/level.c: (GST_START_TEST):
9622           fix a leak, clean up at the end
9623
9624 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9625
9626         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9627         (gst_matroska_demux_send_event),
9628         (gst_matroska_demux_loop_stream_parse_id):
9629         * gst/matroska/matroska-ids.h:
9630           Send tag event after newsegment event.
9631
9632 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9635         (gst_id3demux_read_range):
9636           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9637           certain cases where a read beyond the end of the file is
9638           requested. Fixes #345930.
9639
9640         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9641         (gst_tag_demux_read_range):
9642           Fix same issue here as well.
9643
9644 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9645
9646         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9647         
9648         Fix hypothetical crash.
9649
9650 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9651
9652         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9653
9654         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9655           Do not modify the ports value. If the user has turned off the
9656           built-in speakers, then we should not reset it in the prepare
9657           function, since this causes the built-in speakers to turn
9658           back on anytime the user changes a track in totem, rhythmbox,
9659           etc. (#346066).
9660
9661 2006-06-23  Wim Taymans  <wim@fluendo.com>
9662
9663         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9664         Fix double caps unref when negotiation fails.
9665
9666 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * ext/annodex/gstcmmldec.c:
9669         * ext/annodex/gstcmmlenc.c:
9670         * ext/annodex/gstcmmlparser.c:
9671         * ext/dv/gstdvdec.c:
9672         * ext/dv/gstdvdemux.c:
9673         * ext/gdk_pixbuf/pixbufscale.c:
9674         * ext/jpeg/gstjpegenc.c:
9675         * ext/jpeg/gstsmokedec.c:
9676         * ext/jpeg/gstsmokeenc.c:
9677         * ext/libpng/gstpngdec.c:
9678         * ext/libpng/gstpngenc.c:
9679         * ext/speex/gstspeexenc.c:
9680         * gst/alpha/gstalphacolor.c:
9681         * gst/cutter/gstcutter.c:
9682         * gst/debug/gstnavigationtest.c:
9683         * gst/icydemux/gsticydemux.c:
9684         * gst/level/gstlevel.c:
9685         * gst/multipart/multipart.c:
9686         * gst/rtp/gstrtpamrpay.c:
9687         * gst/rtp/gstrtpdepay.c:
9688         * gst/rtp/gstrtpilbcpay.c:
9689         * gst/rtp/gstrtpmp4gpay.c:
9690         * gst/rtp/gstrtpmp4vpay.c:
9691         * gst/rtsp/gstrtpdec.c:
9692         * gst/rtsp/gstrtspsrc.c:
9693         * gst/udp/gstdynudpsink.c:
9694         * gst/udp/gstmultiudpsink.c:
9695         * gst/udp/gstudpsrc.c:
9696         * gst/videobox/gstvideobox.c:
9697         * gst/videofilter/gstvideoflip.c:
9698           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9699           plus two minor macro fixes.
9700
9701 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9702
9703         * gst/matroska/matroska-demux.c:
9704         (gst_matroska_demux_check_subtitle_buffer),
9705         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9706         (gst_matroska_demux_subtitle_caps):
9707         * gst/matroska/matroska-ids.c:
9708         (gst_matroska_track_init_subtitle_context):
9709         * gst/matroska/matroska-ids.h:
9710           Try to fix up broken matroska files containing subtitle
9711           streams with non-UTF8 character encodings (courtesy of
9712           mkvmerge) using either the encoding specified in the
9713           GST_SUBTITLE_ENCODING environment variable or the
9714           current locale's character set if it is non-UTF8.
9715           Fixes #337076.
9716
9717 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9718
9719         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9720           Set image type from APIC frame as "image-type" field
9721           of GST_TAG_IMAGE buffer caps (#344605).
9722
9723 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9724
9725         * ext/flac/Makefile.am:
9726         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9727         (gst_flac_dec_reset_decoders),
9728         (gst_flac_dec_setup_seekable_decoder),
9729         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9730         (gst_flac_dec_metadata_callback),
9731         (gst_flac_dec_metadata_callback_seekable),
9732         (gst_flac_dec_metadata_callback_stream),
9733         (gst_flac_dec_error_callback),
9734         (gst_flac_dec_error_callback_seekable),
9735         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9736         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9737         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9738         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9739         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9740         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9741         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9742         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9743         (gst_flac_dec_sink_activate_push),
9744         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9745         * ext/flac/gstflacdec.h:
9746           Support chain-based operation, should make flac-over-DAAP
9747           work (#340492).
9748
9749 2006-06-20  Wim Taymans  <wim@fluendo.com>
9750
9751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9752         Doc updates, merge some unused symbols.
9753
9754 2006-06-20  Wim Taymans  <wim@fluendo.com>
9755
9756         * docs/plugins/Makefile.am:
9757         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9758         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9759         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9760         * gst/rtsp/gstrtspsrc.c:
9761         * gst/rtsp/gstrtspsrc.h:
9762         Added documentation for the rtsp plugin. Fixes #345393.
9763
9764 2006-06-20  Wim Taymans  <wim@fluendo.com>
9765
9766         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9767         (rtsp_connection_close), (rtsp_connection_free):
9768         Use better G_OS_* macros. Fixes #345301 some more.
9769
9770 2006-06-20  Wim Taymans  <wim@fluendo.com>
9771
9772         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9773
9774         * sys/sunaudio/Makefile.am:
9775         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9776         * sys/sunaudio/gstsunaudiomixerctrl.c:
9777         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9778         (gst_sunaudiomixer_ctrl_list_tracks),
9779         (gst_sunaudiomixer_ctrl_get_volume),
9780         (gst_sunaudiomixer_ctrl_set_volume),
9781         (gst_sunaudiomixer_ctrl_set_mute),
9782         (gst_sunaudiomixer_ctrl_set_record):
9783         * sys/sunaudio/gstsunaudiomixerctrl.h:
9784         * sys/sunaudio/gstsunaudiomixertrack.c:
9785         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9786         * sys/sunaudio/gstsunaudiomixertrack.h:
9787         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9788         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9789         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9790         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9791         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9792         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9793         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9794         (gst_sunaudiosrc_reset):
9795         * sys/sunaudio/gstsunaudiosrc.h:
9796         Add a SunAudio source plugin.
9797         Support stereo and right/left channel gain in the mixer plugin.
9798         Support the RECORD flag so that you can switch between line-input and
9799         microphone in gnome-volume-control.
9800         Code cleanups like using an enumerator for track number instead of an 
9801         integer. Fixes #344923.
9802
9803 2006-06-20  Wim Taymans  <wim@fluendo.com>
9804
9805         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9806
9807         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9808         (rtsp_connection_close):
9809         Make RTSP plugin compile on windows. Fixes #345301.
9810         Some changes to original patch to catch errors better.
9811         use ifdef WIN32 instead of ifndef.
9812
9813 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9814
9815         * configure.ac:
9816         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9817
9818 2006-06-18  Edward Hervey  <edward@fluendo.com>
9819
9820         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9821         After a failed buffer alloc, we need to abort the jpeg decoding (it
9822         started when parsing headers to figure out how many bytes we need
9823         to request downstream).
9824
9825 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9826
9827         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9828
9829         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9830           Make sure we don't read beyond the end of the file (#345232).
9831
9832 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9833
9834         * configure.ac:
9835           Fix --disable-external (can't set conditionals conditionally,
9836           #343602).
9837
9838 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * autogen.sh:
9841         * configure.ac:
9842         * docs/Makefile.am:
9843           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9844
9845         * docs/plugins/Makefile.am:
9846         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9847         * docs/plugins/inspect/plugin-taglib.xml:
9848           Add/fix apev2mux docs.
9849
9850 2006-06-14  Wim Taymans  <wim@fluendo.com>
9851
9852         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9853         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9854         (gst_dvdec_change_state):
9855         Reset segment info on flush.
9856         Alloc segment in _init, free in _finalize.
9857
9858         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9859         Don't send segments twice.
9860
9861 2006-06-14  Wim Taymans  <wim@fluendo.com>
9862
9863         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9864         Respect segment.stop. Fixes #342592.
9865
9866 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9867
9868         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9869           No language specified means the implied language is English
9870           according to the matroska spec (partially fixes #344708);
9871           add some more debug output.
9872
9873 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9874
9875         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9876         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9877         (gst_wavparse_chain):
9878           When operating chain-based, don't make any assumptions about the
9879           chunking of the incoming data and make streaming work on days other
9880           than the second Thursday after a full moon. Also fix up debug
9881           messages here and there and make use of the most excellent new
9882           gst_pad_query_peer_duration() utility function.
9883           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9884
9885         * gst/wavparse/gstwavparse.h:
9886           Remove trailing comma after last enum value, some compilers don't
9887           like that.
9888
9889 2006-06-13  Wim Taymans  <wim@fluendo.com>
9890
9891         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9892         Handle premature EOS gracefully.
9893
9894 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9895
9896         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9897           Prevent out of bounds array access when scrubbing towards
9898           the end of the file between the last index entry and the
9899           end. Fixes occasional 'start <= stop' newsegment event
9900           assertions when scrubbing in MJPEG files.
9901
9902 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9903
9904         * tests/check/elements/.cvsignore:
9905           And another one.
9906
9907 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9908
9909         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9910         (scan_encoded_string), (parse_picture_frame):
9911           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9912
9913         * configure.ac:
9914           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9915           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9916
9917 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9918
9919         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9920           gratuitous comment changes
9921         * tests/check/elements/level.c: (GST_START_TEST):
9922           fix level test leaks
9923
9924 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9925
9926         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9927         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9928           Use gst_pad_query_peer_duration() utility function here.
9929
9930 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9931
9932         * autogen.sh:
9933           require am17
9934         * configure.ac:
9935         * ext/annodex/Makefile.am:
9936         * ext/cdio/Makefile.am:
9937         * ext/dv/Makefile.am:
9938         * ext/esd/Makefile.am:
9939         * ext/flac/Makefile.am:
9940         * ext/gdk_pixbuf/Makefile.am:
9941         * ext/ladspa/Makefile.am:
9942         * ext/libcaca/Makefile.am:
9943         * ext/speex/Makefile.am:
9944         * ext/taglib/Makefile.am:
9945         * sys/oss/Makefile.am:
9946         * sys/sunaudio/Makefile.am:
9947         * sys/ximage/Makefile.am:
9948           clean up build further
9949
9950 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9951
9952         * gconf/Makefile.am:
9953           Honour --disable-schemas-install configure option. Fixes #344100.
9954
9955 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9956
9957         * tests/examples/level/Makefile.am:
9958           Add -lm to LIBS for pow() function, don't assume one of our
9959           dependencies (such as libxml-2.0) drags it in automatically
9960           (#343603).
9961
9962 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9963
9964         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9965
9966         * configure.ac:
9967           We should use $SED and not $(SED) in configure.ac (#343678).
9968
9969 2006-06-09  Wim Taymans  <wim@fluendo.com>
9970
9971         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9972
9973         * sys/sunaudio/gstsunaudiomixerctrl.c:
9974         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9975         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9976         (gst_sunaudiomixer_ctrl_set_mute):
9977         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9978         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9979         (gst_sunaudiosink_write):
9980         Attached find a patch that fixes a number of bugs with the SunAudio
9981         mixer plugin and fixes #344101:
9982         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9983            tracks onto the tracklist causing gnome-volume-control's preferences
9984            dialog to be messed up and would core dump if you checked/unchecked
9985            any item.
9986         2. We weren't previously setting the MUTE flag properly.  Fixing this
9987            makes gnome-volume-control work better.
9988         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9989            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9990            gnome-volume-control look better.
9991         Also some minor cleanup in gstsunaudiosink.c.
9992
9993 2006-06-09  Wim Taymans  <wim@fluendo.com>
9994
9995         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9996         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9997         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9998         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9999         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10000         * ext/jpeg/gstjpegdec.h:
10001         API: Added IDCT method property
10002         Small cleanups.
10003         Avoid dynamic allocation of trivial fixed structure.
10004         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10005
10006 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10007
10008         * configure.ac:
10009         We now require libraw1394 >= 1.1.0 and that version onwards all
10010         have .pc files.
10011
10012 2006-06-02  Edward Hervey  <edward@fluendo.com>
10013
10014         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10015         Trying to get items from an ANY or EMPTY caps is ... stupid.
10016
10017 2006-06-02  Edward Hervey  <edward@fluendo.com>
10018
10019         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10020         (gst_dvdec_chain), (gst_dvdec_change_state):
10021         * ext/dv/gstdvdec.h:
10022         Added GstSegment handling, now implements dropping/clipping.
10023
10024 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10025
10026         * ext/aalib/gstaasink.h:
10027         * ext/annodex/gstcmmldec.h:
10028         * ext/cairo/gsttimeoverlay.h:
10029         * ext/dv/gstdvdec.h:
10030         * ext/dv/gstdvdemux.h:
10031         * ext/esd/esdmon.h:
10032         * ext/esd/esdsink.h:
10033         * ext/flac/gstflacenc.h:
10034         * ext/gconf/gstgconfaudiosink.h:
10035         * ext/gconf/gstgconfaudiosrc.h:
10036         * ext/gconf/gstgconfvideosink.h:
10037         * ext/gconf/gstgconfvideosrc.h:
10038         * ext/gdk_pixbuf/gstgdkanimation.h:
10039         * ext/gdk_pixbuf/pixbufscale.h:
10040         * ext/hal/gsthalaudiosink.h:
10041         * ext/hal/gsthalaudiosrc.h:
10042         * ext/jpeg/gstjpegenc.h:
10043         * ext/jpeg/gstsmokedec.h:
10044         * ext/jpeg/gstsmokeenc.h:
10045         * ext/libcaca/gstcacasink.h:
10046         * ext/libmng/gstmngdec.h:
10047         * ext/libmng/gstmngenc.h:
10048         * ext/libpng/gstpngdec.h:
10049         * ext/libpng/gstpngenc.h:
10050         * ext/raw1394/gstdv1394src.h:
10051         * ext/speex/gstspeexenc.h:
10052         * gst/autodetect/gstautoaudiosink.h:
10053         * gst/autodetect/gstautovideosink.h:
10054         * gst/avi/gstavidemux.h:
10055         * gst/cutter/gstcutter.h:
10056         * gst/debug/efence.h:
10057         * gst/debug/gstnavigationtest.h:
10058         * gst/debug/gstnavseek.h:
10059         * gst/flx/gstflxdec.h:
10060         * gst/goom/gstgoom.h:
10061         * gst/icydemux/gsticydemux.h:
10062         * gst/id3demux/gstid3demux.h:
10063         * gst/law/alaw-decode.h:
10064         * gst/law/alaw-encode.h:
10065         * gst/law/mulaw-decode.h:
10066         * gst/law/mulaw-encode.h:
10067         * gst/matroska/matroska-mux.h:
10068         * gst/median/gstmedian.h:
10069         * gst/oldcore/gstaggregator.h:
10070         * gst/oldcore/gstfdsink.h:
10071         * gst/oldcore/gstmd5sink.h:
10072         * gst/oldcore/gstmultifilesrc.h:
10073         * gst/oldcore/gstpipefilter.h:
10074         * gst/oldcore/gstshaper.h:
10075         * gst/oldcore/gststatistics.h:
10076         * gst/rtp/gstasteriskh263.h:
10077         * gst/rtp/gstrtpL16depay.h:
10078         * gst/rtp/gstrtpL16pay.h:
10079         * gst/rtp/gstrtpamrdepay.h:
10080         * gst/rtp/gstrtpamrpay.h:
10081         * gst/rtp/gstrtpdepay.h:
10082         * gst/rtp/gstrtpgsmdepay.h:
10083         * gst/rtp/gstrtpgsmpay.h:
10084         * gst/rtp/gstrtph263pay.h:
10085         * gst/rtp/gstrtph263pdepay.h:
10086         * gst/rtp/gstrtph263ppay.h:
10087         * gst/rtp/gstrtpmp4gpay.h:
10088         * gst/rtp/gstrtpmp4vdepay.h:
10089         * gst/rtp/gstrtpmp4vpay.h:
10090         * gst/rtp/gstrtpmpadepay.h:
10091         * gst/rtp/gstrtpmpapay.h:
10092         * gst/rtp/gstrtppcmadepay.h:
10093         * gst/rtp/gstrtppcmapay.h:
10094         * gst/rtp/gstrtppcmudepay.h:
10095         * gst/rtp/gstrtppcmupay.h:
10096         * gst/rtp/gstrtpspeexdepay.h:
10097         * gst/rtp/gstrtpspeexpay.h:
10098         * gst/rtsp/gstrtpdec.h:
10099         * gst/rtsp/gstrtspsrc.h:
10100         * gst/smpte/gstsmpte.h:
10101         * gst/udp/gstdynudpsink.h:
10102         * gst/udp/gstmultiudpsink.h:
10103         * gst/udp/gstudpsink.h:
10104         * gst/udp/gstudpsrc.h:
10105         * gst/videofilter/gstvideobalance.h:
10106         * gst/videofilter/gstvideoflip.h:
10107         * sys/oss/gstossdmabuffer.h:
10108         * sys/oss/gstossmixerelement.h:
10109         * sys/oss/gstosssink.h:
10110         * sys/oss/gstosssrc.h:
10111         * sys/osxvideo/osxvideosink.h:
10112         * sys/sunaudio/gstsunaudiomixer.h:
10113         * sys/sunaudio/gstsunaudiosink.h:
10114         * sys/ximage/gstximagesrc.h:
10115         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10116
10117 2006-05-31  Wim Taymans  <wim@fluendo.com>
10118
10119         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10120         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10121         (gst_goom_src_setcaps), (gst_goom_src_event),
10122         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10123         (gst_goom_change_state):
10124         * gst/goom/gstgoom.h:
10125         Handle QoS.
10126         Handle flushing, discont and events.
10127         Fix timestamps and various other cleanups.
10128
10129 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10130
10131         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10132         Fix bus reset when using libiec61883
10133
10134 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10135
10136         * configure.ac:
10137         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10138         * ext/raw1394/Makefile.am:
10139         Add CFLAGS.
10140         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10141         New method, to receive using libiec61883.
10142         (gst_dv1394src_iso_receive),
10143         #ifdef'd out if libiec61883 is present.
10144         (gst_dv1394src_bus_reset),
10145         Get userdata correctly if using libiec61883. 
10146         (gst_dv1394src_create),
10147         When using libiec61883, only poll one fd and no need to read.
10148         (gst_dv1394src_discover_avc_node),
10149         Replace g_warnings.
10150         (gst_dv1394src_start),
10151         Create new handle when we know which dv port.  More reliable
10152         than setting port on an existing handle.  Initialise libiec61883.
10153         (gst_dv1394src_stop):
10154         If using libiec61883, then cleanup its handle properly.
10155         * ext/raw1394/gstdv1394src.h:
10156         Add libiec61883 handle.
10157
10158 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10159
10160         * gst/avi/gstavidemux.c:
10161           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10162         * win32/MANIFEST:
10163           sort file listing
10164         * win32/vs6/libgstavi.dsp:
10165           add gstavimux.c to the project
10166         * win32/vs6/libgstid3demux.dsp:
10167           add link to zlib library
10168         * win32/vs6/libgstmatroska.dsp:
10169           add matroska-ids.c to the project
10170
10171 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10172
10173         Patch by: Sebastian Dröge  <mail at slomosnail de >
10174
10175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10176         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10177         * ext/taglib/Makefile.am:
10178         * ext/taglib/gstapev2mux.cc:
10179         * ext/taglib/gstapev2mux.h:
10180         * ext/taglib/gstid3v2mux.cc:
10181         * ext/taglib/gsttaglibmux.c: (plugin_init):
10182         * ext/taglib/gsttaglibmux.h:
10183           Add apev2mux element (#343122).
10184         
10185         * tests/check/Makefile.am:
10186         * tests/check/elements/apev2mux.c:
10187         (test_taglib_apev2mux_create_tags),
10188         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10189         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10190         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10191         (apev2mux_suite), (main):
10192           Add unit test for apev2mux element.
10193
10194 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10197         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10198         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10199           GST_PTR_FORMAT should be used to print caps in debug statements.
10200
10201 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10202
10203         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10204
10205         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10206         (ape_demux_parse_tags):
10207           Some clean-ups and additions: map APE 'file' tag to
10208           GST_TAG_LOCATION (#343123); add support for extracting
10209           the track count and clean up parsing a bit (#343127).
10210
10211 2006-05-28  Edward Hervey  <edward@fluendo.com>
10212
10213         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10214         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10215
10216 2006-05-28  Edward Hervey  <edward@fluendo.com>
10217
10218         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10219         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10220         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10221         * ext/jpeg/gstjpegdec.h:
10222         Clip outgoing buffers according to currently configured segment.
10223
10224 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10225
10226         * ext/taglib/gstid3v2mux.cc:
10227           Handle  writing of track-count or album-volume-count without
10228           track-number or albume-volume-number (in this case the number
10229           will just be set to 0).
10230
10231         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10232           It would be nice if we actually checked the values received for
10233           track/album-volume number/count in  _check_tags(), rather than
10234           setting them again ...
10235
10236 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10239           A track/volume number or count of 0 does not make sense,
10240           just ignore it along with negative numbers (a tag might
10241           only contain a track count without a track number).
10242
10243 2006-05-27  Edward Hervey  <edward@fluendo.com>
10244
10245         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10246         (gst_jpeg_dec_sink_event):
10247         Abort decompression when receiving FLUSH_STOP. This should avoid
10248         issues when interrupting decoding with flushes.
10249
10250 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10251
10252         * ext/flac/gstflac.c:
10253           Don't #include file we don't dist any longer.
10254
10255 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10256
10257         * README:
10258           Replace current README (containing the release notes from
10259           some 0.9.x version) with a proper README taken from the core.
10260
10261 2006-05-24  Wim Taymans  <wim@fluendo.com>
10262
10263         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10264         Implement EOS correctly by either posting
10265         SEGMENT_DONE or pushing an EOS message depending
10266         on the seek type. Fixes #342592
10267
10268 2006-05-24  Wim Taymans  <wim@fluendo.com>
10269
10270         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10271         * gst/law/alaw-decode.h:
10272         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10273         * gst/law/alaw-encode.h:
10274         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10275         * gst/law/mulaw-decode.h:
10276         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10277         * gst/law/mulaw-encode.h:
10278         Some cleanups in the chain functions.
10279         Remove some GStreamer 0.0.2 bits.
10280
10281 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10282
10283         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10284
10285         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10286           gst_collect_pads_stop() needs to be called before chaining up
10287           to the parent class (#342734).
10288
10289 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * ext/flac/Makefile.am:
10292         * ext/flac/flac_compat.h:
10293         * ext/flac/gstflac.c:
10294         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10295         * ext/flac/gstflacenc.c:
10296           Remove backwards compatibility cruft for dealing with FLAC API
10297           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10298
10299 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10300
10301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10302         (gst_matroska_demux_push_xiph_codec_priv_data),
10303         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10304         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10305         * gst/matroska/matroska-ids.h:
10306         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10307         (gst_matroska_mux_video_pad_setcaps),
10308         (xiph3_streamheader_to_codecdata),
10309         (vorbis_streamheader_to_codecdata),
10310         (theora_streamheader_to_codecdata),
10311         (gst_matroska_mux_audio_pad_setcaps),
10312         (gst_matroska_mux_write_data):
10313           Add support for muxing/demuxing theora video (#342448; too bad
10314           none of the usual linux players can actually play this). Playback
10315           in GStreamer will require additional changes to theoradec in -base.
10316           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10317           cleanups.
10318
10319 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10322         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10323           Fix crashes when the horizontal subsampling is 1.
10324           Fixes #342097.
10325
10326 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10329
10330         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10331         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10332         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10333         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10334         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10335         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10336         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10337         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10338         (gst_avi_mux_change_state):
10339         * gst/avi/gstavimux.h:
10340           Some enhancements for avimux (#342526):
10341            - add odml (large file) index support
10342            - store codec init data (e.g. huffyuv)
10343            - miscellaneous other fixes/cleanups
10344
10345 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10346
10347         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10348         Don't output any tag when we encounter a negative track number - the
10349         tag type is uint, so we end up outputting huge positive numbers
10350         instead. (Fixes: #342029)
10351
10352 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10353
10354         * configure.ac:
10355           update for new GSTPB_PLUGINS_DIR
10356
10357 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10358
10359         * rtp/gst/gstrtph263pay.c:
10360         Properly set static caps for H263 at 34.
10361
10362 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10365
10366         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10367           Merge event tags and tag setter tags correctly (#339918). Also,
10368           don't leak taglist in case of an error.
10369           
10370 2006-05-17  Edward Hervey  <edward@fluendo.com>
10371
10372         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10373         We can only do caps intersection if the othercaps are non-empty and not
10374         ANY. Else we return the pad template (base_caps).
10375
10376 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10379           Fix crash when outputting debugging information for certain
10380           pictures (always good to use the right struct member for
10381           the number of records in an array).
10382
10383 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10384
10385         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10386
10387         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10388         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10389         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10390         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10391         (gst_ebml_read_float), (gst_ebml_read_ascii),
10392         (gst_ebml_read_binary):
10393           Don't create unnecessary sub-buffers all the time. Dramatically
10394           improves performance with multiple concurrently running
10395           matroskademux instances (#341818) (and avoids doing
10396           unnecessarily inefficient things in the general case).
10397
10398 2006-05-16  Edward Hervey  <edward@fluendo.com>
10399
10400         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10401         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10402         return value of gst_pad_push_event().
10403
10404 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10405
10406         * gst/autodetect/gstautoaudiosink.c:
10407         (gst_auto_audio_sink_find_best):
10408         * gst/autodetect/gstautovideosink.c:
10409         (gst_auto_video_sink_find_best):
10410         Make the name of the child element be based on the name of the
10411         parent, so that debug output is more useful.
10412         
10413         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10414         (parse_insert_string_field), (parse_split_strings):
10415         Rework string parsing to always walk over BOM markers in UTF16
10416         strings, using the endianness indicated by the innermost one,
10417         then trying the opposite endianness if that fails to convert
10418         to valid UTF-8. Fixes #341774
10419
10420 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10421
10422         Patch from: Matthieu <matthieu at fluendo dot com>
10423
10424         * ext/libpng/Makefile.am:
10425         Add LIBPNG_CFLAGS.
10426
10427 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         * ext/taglib/gstid3v2mux.cc:
10430           Add support for writing images (APIC frames) into ID3v2
10431           tags (picture type always set to 'other' for now though).
10432
10433 2006-05-14  Michael Smith  <msmith@fluendo.com>
10434
10435         * gst/wavparse/gstwavparse.c:
10436           Update docs; wavparse implements push and pull modes.
10437
10438 2006-05-12  Wim Taymans  <wim@fluendo.com>
10439
10440         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10441         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10442         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10443         Ooops, bitten by the copy-and-paste design paradigm, fixes
10444         seek again.
10445
10446 2006-05-12  Wim Taymans  <wim@fluendo.com>
10447
10448         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10449         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10450         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10451         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10452         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10453         (gst_avi_demux_massage_index),
10454         (gst_avi_demux_calculate_durations_from_index),
10455         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10456         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10457         (gst_avi_demux_loop):
10458         * gst/avi/gstavidemux.h:
10459         Some cleanups, prepare to use GstSegment.
10460         Fix error in entry walking code.
10461         Fix VBR detection.
10462         Smarter timestamp calculation code.
10463         Uniform error/eos handling.
10464
10465 2006-05-12  Michael Smith  <msmith@fluendo.com>
10466
10467         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10468         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10469           Fix use of uninitialised values if we're NOT seeking in ready.
10470           Fix typos.
10471
10472 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         * gst/wavparse/Makefile.am:
10475           Add CFLAGS and LIBS for libgstbase, fixes build on
10476           Cygwin (#341489).
10477
10478 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10481           Some more debug info. No need to check whether the string
10482           returned by g_convert() is really UTF-8 - either it is or
10483           we get NULL returned.
10484
10485 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10486
10487         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10488           Fix parsing of numeric genre strings some more, by ensuring that
10489           we only try and parse strings that a) Start with '(' and b) Consist
10490           only of digits.
10491           Also, when finding an escaping '((' sequence, bust it back to '(' by
10492           swallowing the first parenthesis
10493
10494 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10495
10496         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10497         (gst_esdsink_open), (gst_esdsink_close):
10498         * ext/esd/esdsink.h:
10499           Move the esd_get_server_info() into gst_esdsink_open() and fail
10500           with a decent error message on errors.
10501
10502 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10503
10504         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10505         (gst_esdmon_channels_get_type):
10506         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10507         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10508         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10509         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10510         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10511         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10512         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10513         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10514         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10515         * gst/videomixer/videomixer.c:
10516         (gst_video_mixer_background_get_type):
10517           Const-ify GEnumValue arrays.
10518
10519 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10522
10523         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10524         (gst_avi_mux_do_video_buffer):
10525           Work around gst_buffer_make_metadata_writable() bug that
10526           results in avimux marking all frames in the index as
10527           keyframes (#340859).
10528           
10529 2006-05-08  Wim Taymans  <wim@fluendo.com>
10530
10531         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10532         Make parsing of urls suck slightly less.
10533
10534 2006-05-08  Edward Hervey  <edward@fluendo.com>
10535
10536         * autogen.sh: (CONFIGURE_DEF_OPT): 
10537         libtoolize on Darwin/MacOSX is called glibtoolize.
10538
10539 2006-05-08  Wim Taymans  <wim@fluendo.com>
10540
10541         Patch by: Jens Granseuer <jensgr at gmx dot net>
10542
10543         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10544         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10545         C89 compliance fixes. Fixes #340980
10546
10547 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10548
10549         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10550         * ext/flac/gstflacdec.h:
10551           Handle segment seeks that include the end of the file as stop point
10552           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10553           message instead of an EOS event in case we're in segment seek
10554           mode (fixes #340699).
10555           
10556 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10557
10558         * ext/cairo/gsttextoverlay.c:
10559         * ext/flac/gstflacdec.c:
10560         * ext/gdk_pixbuf/pixbufscale.c:
10561         * gst/apetag/gstapedemux.c:
10562         * gst/debug/breakmydata.c:
10563         * gst/debug/testplugin.c:
10564         * gst/matroska/ebml-write.c:
10565         * gst/multipart/multipartdemux.c:
10566         * sys/osxaudio/gstosxaudiosink.c:
10567         * sys/osxaudio/gstosxaudiosrc.c:
10568         Add semicolons after GST_BOILERPLATE[_FULL] so that
10569         indent doesn't mess up following lines.
10570
10571 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10572
10573         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10574
10575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10576           Don't leak caps when freeing the stream context (#340623).
10577
10578 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10579
10580         * configure.ac:
10581           Back to CVS
10582
10583 === release 0.10.3 ===
10584
10585 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10586
10587         * configure.ac:
10588           releasing 0.10.3, "Desplazado"
10589
10590 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10591
10592         * gst/matroska/matroska-mux.c:
10593         (gst_matroska_mux_stream_is_vorbis_header),
10594         (gst_matroska_mux_write_data):
10595           Don't strcmp() NULL strings.
10596           Only start new clusters on video keyframes, not on any
10597           random audio buffer that doesn't have the DELTA_UNIT
10598           flag set (fixes 'make check' again).
10599
10600 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10601
10602         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10603
10604         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10605         (gst_matroska_mux_stream_is_vorbis_header),
10606         (gst_matroska_mux_write_data):
10607           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10608           value and then dead-lock when muxing vorbis audio streams
10609           (the three vorbis header buffers carry no timestamp, and it
10610           would try to mux these after all video buffers). Fixes #340346.
10611
10612           Improve clustering: start a new cluster also whenever we get
10613           a keyframe.     
10614
10615 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10616
10617         * win32/common/config.h:
10618         * win32/MANIFEST
10619           add the generated file as well
10620
10621 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10622
10623         * Makefile.am:
10624         * configure.ac:
10625         * win32/common/config.h.in:
10626           add win32 stuff
10627
10628 2006-05-03  Michael Smith  <msmith@fluendo.com>
10629
10630         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10631           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10632           SUCKS.
10633
10634 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10635
10636         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10637         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10638         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10639           don't leak caps-string
10640
10641 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10642
10643         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10644         (gst_id3demux_sink_activate):
10645           Let core insert default error message for TYPE_NOT_FOUND
10646           errors, it's just as good as our own and has the added
10647           bonus of being translated.
10648
10649 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10652         (gst_tag_demux_sink_event):
10653         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10654         (gst_id3demux_sink_event):
10655           Post an error message when we get an EOS event and were not
10656           able to find out the type of stream.
10657
10658         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10659         (test_taglib_id3mux_with_tags):
10660           Decrease num-buffers to 16 per iteration again, otherwise the
10661           many memcpy()s and reallocations in the test will hammer slow
10662           CPUs completely and make the test timeout.
10663
10664 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10665
10666         * configure.ac:
10667           figure out where plugins-base plugins are
10668         * tests/check/Makefile.am:
10669           use plugins-base plugins, so we have typefind functions
10670         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10671           increase num-buffers, this makes sure the test errors out instead
10672           of timing out when no typefind functions are present
10673
10674 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10675
10676         * docs/plugins/Makefile.am:
10677           also check .cc files for gtk-doc markup
10678         * configure.ac:
10679         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10680         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10681         * tests/check/Makefile.am:
10682         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10683         * ext/Makefile.am:
10684         * ext/taglib/Makefile.am:
10685         * ext/taglib/gstid3v2mux.h:
10686         * ext/taglib/gsttaglibmux.c:
10687         * ext/taglib/gsttaglibmux.h:
10688           move taglib-based id3v2muxer to -good.  Fixes #336110.
10689
10690 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10691
10692         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10693           ... and fix multichannel/WAVFORMATEX support again.
10694
10695 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10696
10697         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10698         (gst_wavparse_class_init), (gst_wavparse_dispose),
10699         (gst_wavparse_reset), (gst_wavparse_init),
10700         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10701         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10702         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10703         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10704         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10705         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10706         (gst_wavparse_stream_data), (gst_wavparse_loop),
10707         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10708         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10709         (gst_wavparse_change_state), (plugin_init):
10710         * gst/wavparse/gstwavparse.h:
10711           Add push (streaming) mode to wavparse (fixes #337625)
10712
10713 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10714
10715         * configure.ac:
10716         * tests/Makefile.am:
10717           add ximagesrc icles test
10718
10719 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10720
10721         * configure.ac:
10722         * docs/plugins/Makefile.am:
10723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10725         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10726         (gst_cmml_enc_push_clip):
10727         * sys/Makefile.am:
10728         * sys/ximage/Makefile.am:
10729         * sys/ximage/gstximagesrc.c:
10730           Move ximagesrc plug-in to good after review.  Fixes #336756.
10731
10732 2006-04-28  Michael Smith  <msmith@fluendo.com>
10733
10734         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10735         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10736         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10737         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10738         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10739         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10740         * gst/icydemux/gsticydemux.h:
10741           Fix event handling: cache events when typefinding and forward later.
10742
10743 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10744
10745         * sys/osxaudio/gstosxaudiosink.c:
10746         (plugin_init):
10747          Register osxaudiosrc to the plugin.
10748         * sys/osxaudio/gstosxaudiosrc.c:
10749         (gst_osx_audio_src_osxelement_do_init),
10750         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10751         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10752         (gst_osx_audio_src_get_property),
10753         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10754         (gst_osx_audio_src_osxelement_init):
10755         * sys/osxaudio/gstosxaudiosrc.h:
10756           Port of osxaudiosrc to 0.10.
10757         * sys/osxaudio/Makefile.am:
10758           Add osxaudiosrc
10759
10760 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10761
10762         * sys/osxaudio/gstosxringbuffer.c:
10763         * sys/osxaudio/gstosxringbuffer.h:
10764           Forgot to commit earlier, part of the OSX audio plugin port
10765
10766 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10767
10768         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10769         (parse_split_strings):
10770           Recognise and skip any byte order marker (BOM) in
10771           UTF-16 strings.
10772
10773 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         * docs/plugins/Makefile.am:
10776         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10777         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10778         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10779         * docs/plugins/inspect/plugin-avi.xml:
10780         * gst/avi/gstavidemux.c:
10781         * gst/avi/gstavimux.c:
10782           Add docs for both avidemux and avimux.
10783
10784 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10787
10788         * gst/avi/Makefile.am:
10789         * gst/avi/gstavi.c: (plugin_init):
10790         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10791         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10792         (gst_avi_mux_class_init), (gst_avi_mux_init),
10793         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10794         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10795         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10796         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10797         (gst_avi_mux_riff_get_avix_header),
10798         (gst_avi_mux_riff_get_video_header),
10799         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10800         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10801         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10802         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10803         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10804         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10805         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10806         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10807         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10808         (gst_avi_mux_change_state):
10809         * gst/avi/gstavimux.h:
10810           Port AVI muxer to GStreamer-0.10 (#332031).
10811
10812         * tests/check/Makefile.am:
10813         * tests/check/elements/avimux.c:
10814         * tests/check/elements/.cvsignore:
10815           Add unit test for AVI muxer.
10816
10817 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10818
10819         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10820         (gst_wavparse_class_init), (gst_wavparse_reset),
10821         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10822         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10823         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10824         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10825         (gst_wavparse_stream_data), (gst_wavparse_loop),
10826         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10827         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10828         (plugin_init):
10829         * gst/wavparse/gstwavparse.h:
10830           reverted patch #337625 for the price of 1 hour sleep
10831
10832 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10833
10834         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10835         (gst_wavparse_class_init), (gst_wavparse_reset),
10836         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10837         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10838         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10839         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10840         (gst_wavparse_stream_data), (gst_wavparse_loop),
10841         (gst_wavparse_chain), (plugin_init):
10842         * gst/wavparse/gstwavparse.h:
10843           correct partial implementation of push mode
10844           (from my last commit)
10845
10846 2006-04-26  Wim Taymans  <wim@fluendo.com>
10847
10848         * ext/esd/esdsink.c:
10849         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10850         it is not in esd.h
10851
10852 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10853
10854         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10855         (gst_au_parse_class_init), (gst_au_parse_init),
10856         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10857         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10858         (gst_au_parse_chain), (gst_au_parse_src_convert),
10859         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10860         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10861         (gst_au_parse_change_state):
10862         * gst/auparse/gstauparse.h:
10863           Rewrite auparse to suck a little bit less: make source pad
10864           dynamic, so decodebin/playbin work with non-raw formats
10865           like alaw/mulaw; add query function for duration/position
10866           queries; check whether we have enough data before attempting
10867           to parse the header (instead of crashing when that is not the
10868           case); work around audioconvert sucking by swapping endianness
10869           to the native endianness ourselves for float formats; send
10870           initial newsegment event. Fixes #161712.
10871
10872 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10873
10874         * sys/osxaudio/Makefile.am:
10875         * sys/osxaudio/gstosxaudioelement.c:
10876         (gst_osx_audio_element_get_type),
10877         (gst_osx_audio_element_class_init):
10878         * sys/osxaudio/gstosxaudioelement.h:
10879         * sys/osxaudio/gstosxaudiosink.c:
10880         (gst_osx_audio_sink_osxelement_do_init),
10881         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10882         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10883         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10884         (gst_osx_audio_sink_create_ringbuffer),
10885         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10886         (plugin_init):
10887         * sys/osxaudio/gstosxaudiosink.h:
10888         Port of osxaudiosink to 0.10
10889
10890 2006-04-26  Wim Taymans  <wim@fluendo.com>
10891
10892         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10893         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10894         the size of the ringbuffer. This should fix hangs with older 
10895         esd sound servers.
10896
10897 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10898
10899         * ext/aalib/gstaasink.c:
10900         * ext/annodex/gstcmmldec.c:
10901         * ext/annodex/gstcmmlenc.c:
10902         * ext/cairo/gsttextoverlay.c:
10903         * ext/cairo/gsttimeoverlay.c:
10904         * ext/cdio/gstcdiocddasrc.c:
10905         * ext/dv/gstdvdec.c:
10906         * ext/dv/gstdvdemux.c:
10907         * ext/esd/esdmon.c:
10908         * ext/esd/esdsink.c:
10909         * ext/flac/gstflacenc.c:
10910         * ext/flac/gstflactag.c:
10911         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10912         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10913         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10914         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10915         * ext/gdk_pixbuf/pixbufscale.c:
10916         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10917         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10918         * ext/jpeg/gstjpegdec.c:
10919         * ext/jpeg/gstjpegenc.c:
10920         * ext/jpeg/gstsmokedec.c:
10921         * ext/jpeg/gstsmokeenc.c:
10922         * ext/libcaca/gstcacasink.c:
10923         * ext/libmng/gstmngdec.c:
10924         * ext/libmng/gstmngenc.c:
10925         * ext/libpng/gstpngdec.c:
10926         * ext/libpng/gstpngenc.c:
10927         * ext/mikmod/gstmikmod.c:
10928         * ext/raw1394/gstdv1394src.c:
10929         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10930         * ext/shout2/gstshout2.h:
10931         * ext/speex/gstspeexdec.c:
10932         * ext/speex/gstspeexenc.c:
10933         * gst/alpha/gstalpha.c:
10934         * gst/alpha/gstalphacolor.c:
10935         * gst/apetag/gstapedemux.c:
10936         * gst/auparse/gstauparse.c:
10937         * gst/autodetect/gstautoaudiosink.c:
10938         (gst_auto_audio_sink_base_init):
10939         * gst/autodetect/gstautovideosink.c:
10940         (gst_auto_video_sink_base_init):
10941         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10942         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10943         * gst/cutter/gstcutter.c:
10944         * gst/debug/breakmydata.c:
10945         * gst/debug/efence.c:
10946         * gst/debug/gstnavigationtest.c:
10947         * gst/debug/gstnavseek.c:
10948         * gst/debug/negotiation.c:
10949         * gst/debug/progressreport.c:
10950         * gst/debug/testplugin.c:
10951         * gst/effectv/gstaging.c:
10952         * gst/effectv/gstdice.c:
10953         * gst/effectv/gstedge.c:
10954         * gst/effectv/gstquark.c:
10955         * gst/effectv/gstrev.c:
10956         * gst/effectv/gstshagadelic.c:
10957         * gst/effectv/gstvertigo.c:
10958         * gst/effectv/gstwarp.c:
10959         * gst/flx/gstflxdec.c:
10960         * gst/goom/gstgoom.c:
10961         * gst/icydemux/gsticydemux.c:
10962         * gst/id3demux/gstid3demux.c:
10963         * gst/interleave/deinterleave.c:
10964         * gst/interleave/interleave.c:
10965         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10966         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10967         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10968         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10969         * gst/level/gstlevel.c:
10970         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10972         * gst/median/gstmedian.c:
10973         * gst/monoscope/gstmonoscope.c:
10974         * gst/multipart/multipartdemux.c:
10975         * gst/multipart/multipartmux.c:
10976         * gst/oldcore/gstaggregator.c:
10977         * gst/oldcore/gstfdsink.c:
10978         * gst/oldcore/gstmd5sink.c:
10979         * gst/oldcore/gstmultifilesrc.c:
10980         * gst/oldcore/gstpipefilter.c:
10981         * gst/oldcore/gstshaper.c:
10982         * gst/oldcore/gststatistics.c:
10983         * gst/rtp/gstasteriskh263.c:
10984         * gst/rtp/gstrtpL16depay.c:
10985         * gst/rtp/gstrtpL16pay.c:
10986         * gst/rtp/gstrtpamrdepay.c:
10987         * gst/rtp/gstrtpamrpay.c:
10988         * gst/rtp/gstrtpdepay.c:
10989         * gst/rtp/gstrtpgsmpay.c:
10990         * gst/rtp/gstrtph263pay.c:
10991         * gst/rtp/gstrtph263pdepay.c:
10992         * gst/rtp/gstrtph263ppay.c:
10993         * gst/rtp/gstrtpilbcdepay.c:
10994         * gst/rtp/gstrtpmp4gpay.c:
10995         * gst/rtp/gstrtpmp4vdepay.c:
10996         * gst/rtp/gstrtpmp4vpay.c:
10997         * gst/rtp/gstrtpmpadepay.c:
10998         * gst/rtp/gstrtpmpapay.c:
10999         * gst/rtp/gstrtppcmadepay.c:
11000         * gst/rtp/gstrtppcmapay.c:
11001         * gst/rtp/gstrtppcmudepay.c:
11002         * gst/rtp/gstrtppcmupay.c:
11003         * gst/rtp/gstrtpspeexdepay.c:
11004         * gst/rtp/gstrtpspeexpay.c:
11005         * gst/rtsp/gstrtpdec.c:
11006         * gst/rtsp/gstrtspsrc.c:
11007         * gst/smpte/gstsmpte.c:
11008         * gst/udp/gstdynudpsink.c:
11009         * gst/udp/gstmultiudpsink.c:
11010         * gst/udp/gstudpsink.c:
11011         * gst/udp/gstudpsrc.c:
11012         * gst/videobox/gstvideobox.c:
11013         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11014         * gst/videofilter/gstvideobalance.c:
11015         * gst/videofilter/gstvideoflip.c:
11016         * gst/videofilter/gstvideotemplate.c:
11017         (gst_videotemplate_base_init):
11018         * gst/videomixer/videomixer.c:
11019         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11020         (gst_wavparse_class_init), (gst_wavparse_dispose),
11021         (gst_wavparse_reset), (gst_wavparse_init),
11022         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11023         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11024         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11025         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11026         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11027         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11028         (gst_wavparse_change_state):
11029         * gst/wavparse/gstwavparse.h:
11030         * sys/oss/gstossmixerelement.c:
11031         * sys/oss/gstosssink.c:
11032         * sys/oss/gstosssrc.c:
11033         * sys/osxaudio/gstosxaudioelement.c:
11034         * sys/osxaudio/gstosxaudiosink.c:
11035         * sys/osxaudio/gstosxaudiosrc.c:
11036         * sys/sunaudio/gstsunaudiomixer.c:
11037         * sys/sunaudio/gstsunaudiosink.c:
11038           Define GstElementDetails as const and also static (when defined as
11039           global)
11040
11041 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11044           Source pad has fixed caps. If we don't set this, bad
11045           things happen when the window is resized.
11046
11047 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11048
11049         * gst/matroska/Makefile.am:
11050         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11051         (gst_matroska_demux_handle_src_event):
11052         * gst/matroska/matroska-ids.c:
11053         (gst_matroska_track_init_video_context),
11054         (gst_matroska_track_init_audio_context),
11055         (gst_matroska_track_init_subtitle_context),
11056         (gst_matroska_track_init_complex_context):
11057         * gst/matroska/matroska-ids.h:
11058           Handle case where the TrackType ebml chunk does not come before the
11059           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11060           events.
11061
11062 2006-04-25  Wim Taymans  <wim@fluendo.com>
11063
11064         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11065         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11066         It's codec_data, not codec_info.
11067
11068 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11069
11070         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11071
11072         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11073           Handle codec_data for VfW compatibility codec IDs (#339451)
11074
11075         * gst/matroska/matroska-mux.c:
11076         (gst_matroska_mux_video_pad_setcaps):
11077           Same here, handle codec_data and add additional caps we can handle
11078           now to the pad template (huffyuv, dv and h263 video) (#339451)
11079
11080 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11083
11084         * gst/matroska/matroska-mux.c:
11085         (gst_matroska_mux_create_buffer_header),
11086         (gst_matroska_mux_write_data):
11087           Fix timestamping of B-frames, use signed integers, do
11088           some rounding (#339678).
11089
11090 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11091
11092         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11093         just make it compile with --disable-gst-debug.
11094
11095 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11096
11097         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11098         Fix a bad conversion using gst_guint64_to_gdouble.
11099         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11100         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11101         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11102     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11103         mistake.
11104
11105 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11106
11107         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11108         Use gst_guint64_to_gdouble for conversions
11109         * win32/vs6/gst_plugins_good.dsw:
11110         * win32/vs6/libgsticydemux.dsp:
11111         Add a project file for icydemux
11112
11113 2006-04-21  Wim Taymans  <wim@fluendo.com>
11114
11115         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11116
11117         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11118         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11119         When splitting audio chunks, the block alignment is not taken in
11120         consideration, so the smaller chunks could be of size which is 
11121         not a multiple of the block alignment. Fixes #336904
11122
11123 2006-04-21  Wim Taymans  <wim@fluendo.com>
11124
11125         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11126         Use scale functions
11127
11128 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * ext/dv/gstdv.c: (plugin_init):
11131           Fix build.
11132
11133 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11134
11135         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11136         (gst_progress_report_class_init), (gst_progress_report_init),
11137         (gst_progress_report_do_query), (gst_progress_report_report),
11138         (gst_progress_report_set_property),
11139         (gst_progress_report_get_property):
11140           Add 'format' property to force querying to a particular format.
11141
11142 2006-04-21  Andy Wingo  <wingo@pobox.com>
11143
11144         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11145         best, on big endian systems. Drop its rank in that case. OTOH on
11146         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11147
11148 2006-04-21  Michael Smith  <msmith@fluendo.com>
11149
11150         * configure.ac:
11151         * gst/icydemux/Makefile.am:
11152         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11153         (gst_icydemux_base_init), (gst_icydemux_class_init),
11154         (gst_icydemux_reset), (gst_icydemux_init),
11155         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11156         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11157         (unicodify), (gst_icydemux_unicodify),
11158         (gst_icydemux_parse_and_send_tags),
11159         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11160         (gst_icydemux_chain), (gst_icydemux_change_state),
11161         (gst_icydemux_send_tag_event), (plugin_init):
11162         * gst/icydemux/gsticydemux.h:
11163         * tests/check/Makefile.am:
11164         * tests/check/elements/icydemux.c: (typefind_succeed),
11165         (plugin_init), (icydemux_found_pad), (create_icydemux),
11166         (cleanup_icydemux), (push_data), (GST_START_TEST),
11167         (icydemux_suite), (main):
11168           Add icydemux, and tests.
11169
11170 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11173           Post SEGMENT_DONE message in TIME format.
11174
11175 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11176
11177         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11178
11179         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11180         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11181           Fix index creation when we have to scan the file to create
11182           an index. There may be other types of RIFF 'LIST' chunks than
11183           'movi' and we need to skip them properly as well or we'll end up
11184           reading garbage (#336889). Some other cosmetic changes.
11185           
11186 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11187
11188         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11189         (gst_flac_dec_handle_seek_event):
11190           Add support for segment seeks (fixes #338290). Also demote
11191           some recurring debug message from DEBUG to LOG level.
11192
11193 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11196         (gst_matroskademux_do_index_seek),
11197         (gst_matroska_demux_handle_seek_event),
11198         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11199         * gst/matroska/matroska-ids.h:
11200           Set DISCONT flag on first buffer after a discontinuity.
11201           Fix newsegment events sent when seeking and honour KEY_UNIT
11202           seek flag. Create pad with bogus caps if we don't recognise
11203           the stream codec id.
11204
11205         * gst/matroska/matroska-demux.h:
11206           Fix GObject macros.
11207
11208 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11211
11212         * gst/matroska/matroska-demux.c:
11213         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11214           Handle end of segment properly when set; don't dead-lock when
11215           posting start of segment message when doing a segment seek.
11216           Fixes #338810.
11217
11218 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11221         (gst_matroska_demux_plugin_init):
11222           Make mpeg2 aac audio work: create artificial private codec data
11223           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11224           Also call gst_riff_init(). Partially fixes #338767.
11225
11226 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11229         (gst_wavenc_class_init), (gst_wavenc_init),
11230         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11231         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11232         (gst_wavenc_chain), (gst_wavenc_change_state):
11233         * gst/wavenc/gstwavenc.h:
11234           Set caps on first outgoing buffer, so that it doesn't error out
11235           immediately with a non-negotiated error (#338716). Rewrite and
11236           clean up a bit; fix setcaps function to parse things properly;
11237           fix sink caps (8bit audio is unsigned and doesn't have depth);
11238           use boilerplate macros; remove unused properties stuff.
11239
11240 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11243           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11244           handle MJPEG streams and might be autoplugged for those if the
11245           user doesn't have jpegdec installed (resulting in a cryptic error
11246           message about huffman tables). Better to disable JPEG decoding here
11247           and let the user figure out that she needs to install jpegdec.
11248
11249 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11250
11251         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11252         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11253         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11254         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11255           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11256           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11257           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11258           debug messages. Fix boilerplate macros.
11259
11260 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11261
11262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11263         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11264           No need to special-case for Gdk-2.0 any longer, we require
11265           Gdk 2.2 or newer; minor clean-ups.
11266
11267 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11270         (gst_shout2send_class_init), (gst_shout2send_init),
11271         (set_shout_metadata), (gst_shout2send_set_metadata),
11272         (gst_shout2send_event), (gst_shout2send_start),
11273         (gst_shout2send_connect), (gst_shout2send_stop),
11274         (gst_shout2send_render), (gst_shout2send_set_property),
11275         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11276         (plugin_init):
11277         * ext/shout2/gstshout2.h:
11278         * po/POTFILES.in:
11279           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11280           change function; use GST_ELEMENT_ERROR for error reporting, not
11281           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11282           will cause crashes or assertion failures; remove (unused) "sync"
11283           property, basesink already has such a property; misc. other
11284           minor fixes and cleanups.
11285
11286 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11289         * ext/esd/gstesd.c: (plugin_init):
11290         * po/POTFILES.in:
11291           Add translatable error message for when we cannot
11292           connect to the sound server, as "Cannot open resource
11293           for writing" isn't really an acceptable message to show
11294           to the user in this case.
11295
11296 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11297
11298         * sys/oss/gst-i18n-plugin.h:
11299           Remove bogus file that doesn't belong here.
11300
11301 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         Patch by: Philippe Valembois
11304
11305         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11306         (gst_shout2send_set_metadata), (gst_shout2send_event),
11307         (gst_shout2send_render), (gst_shout2send_change_state):
11308         * ext/shout2/gstshout2.h:
11309           Handle tags being received before the connection to
11310           the server is established properly (see #338636).
11311
11312 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11313
11314         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11315           Don't crash in case the connection to the server fails:
11316           don't set pointer to NULL by assigning FALSE; error out
11317           properly by using GST_ELEMENT_ERROR and returning
11318           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11319           before resetting the pointer.
11320
11321 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11322
11323         * gst/id3demux/id3tags.c:
11324         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11325         (Fixes #338713)
11326
11327 2006-04-12  Wim Taymans  <wim@fluendo.com>
11328
11329         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11330         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11331         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11332         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11333         (gst_gdk_pixbuf_chain):
11334         Some cleanups.
11335         Added RGBA as a possible output format.
11336         Correctly free the supported mimetypes.
11337         deprecate silent arg, it's not used.
11338         Return result from _alloc_buffer to peer.
11339
11340 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11343           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11344           overwriting GST_BUFFER_MALLOCDATA.
11345
11346 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11347
11348         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11349         (user_endrow_callback), (user_end_callback),
11350         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11351         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11352         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11353         * ext/libpng/gstpngdec.h:
11354           Handle more than one frame if the content is framed,
11355           like with png-in-quicktime (#331917).
11356
11357 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11358
11359         * sys/oss/Makefile.am:
11360         * sys/oss/common.h:
11361         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11362         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11363         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11364         (gst_oss_src_unprepare):
11365           - the user-visible error strings were in the wrong category
11366           - and the messages were not marked for translation
11367           - which is actually a good thing, because they were exactly
11368             the kind of message you would never want anyone to see
11369           - the macros were using variables that didn't exist in the macro
11370             arguments
11371           - and they were obviously copied from each other and then modified
11372           - so a common header makes sense
11373
11374 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11377           Don't try to modify read-only data.
11378
11379         * gst/matroska/matroska-demux.c:
11380         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11381           Fix comment (won't crash any longer now).
11382
11383 2006-04-10  Michael Smith  <msmith@fluendo.com>
11384
11385         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11386           Use copies of header buffers for caps to avoid circular refcounting
11387           problems (as in theoradec, vorbisdec).
11388
11389         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11390           Fix a typo in test that meant it was testing the wrong thing.
11391
11392         * tests/check/elements/cmmlenc.c: (check_headers):
11393           Fix refcount checks now that we use buffer-copies for caps.
11394
11395 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11396
11397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11398         (gst_matroska_demux_handle_seek_event),
11399         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11400         (gst_matroska_demux_subtitle_caps),
11401         (gst_matroska_demux_plugin_init):
11402           Use static pad templates with ANY caps for audio and video
11403           source pads and get rid of a lot of unnecessary (and partially
11404           broken) code for the template caps. Clean up caps finding
11405           functions. Fixes playback of audio files/streams that do not
11406           contain the sample rate and/or number of channels in the audio
11407           context (happens a lot with vorbis/mp3 .mka files it seems).
11408           Fixes #337183.
11409           Also add myself to copyright holders.
11410
11411 2006-04-10  Michael Smith  <msmith@fluendo.com>
11412
11413         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11414           Use g_list_delete_link () instead of g_list_remove_link () so that
11415           we free the link as well as the contained data.
11416
11417 2006-04-10  Wim Taymans  <wim@fluendo.com>
11418
11419         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11420
11421         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11422         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11423         (gst_avi_demux_stream_header):
11424         Fix some crashers with empty chunks. (Fixes #337749)
11425
11426 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11427
11428         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11429           use G_GINT64_CONSTANT for INT64 constants
11430         * gst/videofilter/gstvideobalance.c:
11431           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11432         * win32/vs6/libgstavi.dsp:
11433          add missing libraries for the link and remove avimux.c from
11434          the project as it isn't ported to 0.10 yet
11435         
11436 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11439           Even better would be if we actually did the right thing
11440           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11441
11442 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11443
11444         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11445           Can't just replace 1LL with 1L here just because MSVC doesn't
11446           support it, as it might lead to incorrect results when doing the
11447           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11448           force a 64-bit constant in a way that all compilers are happy with.
11449
11450 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11451
11452         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11453         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11454         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11455         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11456         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11457         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11458         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11459         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11460         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11461         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11462         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11463         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11464         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11465         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11466         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11467         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11468         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11469         * gst/debug/efence.c: (gst_efence_class_init):
11470         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11471         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11472         * gst/goom/gstgoom.c: (gst_goom_class_init):
11473         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11474         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11475         * gst/interleave/interleave.c: (interleave_class_init):
11476         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11477         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11478         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11479         * gst/median/gstmedian.c: (gst_median_class_init):
11480         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11481         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11482         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11483         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11484         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11485         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11486         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11487         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11488         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11489         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11490         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11491         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11492         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11493         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11494         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11495         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11496         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11497         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11498         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11499         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11500         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11501         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11502         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11503         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11504         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11506         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11507         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11508         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11509         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11510         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11511         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11512         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11513         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11514         * sys/osxaudio/gstosxaudioelement.c:
11515         (gst_osxaudioelement_class_init):
11516         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11517         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11518         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11519         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11520
11521 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11522
11523         * ext/mikmod/gstmikmod.h:
11524         * gst/level/gstlevel.h:
11525         Fix more broken GObject macros
11526
11527 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11528
11529         * ext/annodex/gstcmmldec.h:
11530         * ext/annodex/gstcmmlenc.h:
11531         * ext/annodex/gstcmmltag.h:
11532         * ext/cairo/gsttextoverlay.h:
11533         * ext/ladspa/gstsignalprocessor.h:
11534         * gst/matroska/ebml-read.h:
11535         * gst/matroska/ebml-write.h:
11536         * sys/osxaudio/gstosxaudioelement.h:
11537         Fix broken GObject macros
11538
11539 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11540
11541         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11542           Don't try to seek beyond the end of the file (would
11543           occasionally display error dialogs in totem when seeking
11544           to the end) (#335869). Will still throw an error though
11545           if the file is truncated and the total_samples value in
11546           the stream header is wrong.
11547
11548 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11551         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11552         (gst_flac_dec_metadata_callback):
11553         * ext/flac/gstflacdec.h:
11554           If the stream header doesn't contain the total number of samples,
11555           search for the last flac frame at the end of the file and calculate
11556           the total duration from that frame's offset (fixes #337609).
11557
11558 2006-04-07  Edward Hervey  <edward@fluendo.com>
11559
11560         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11561         Don't unref the GstPadTemplate returned by
11562         gst_element_class_get_pad_template().
11563
11564 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11565
11566         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11567
11568         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11569         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11570         * sys/sunaudio/gstsunaudiosink.h:
11571           Use spec->segsize and spec->segtotal in the prepare function
11572           to initialise the ring buffer instead of using the buffer-time
11573           property (#337421).
11574
11575 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * configure.ac:
11578           Bump core requirements to CVS for gst_pad_query_peer_duration()
11579           which is used by speexdec.
11580
11581 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * ext/speex/gstspeex.c: (plugin_init):
11584         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11585         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11586         (speex_get_sink_query_types), (speex_dec_sink_query),
11587         (speex_get_src_query_types), (speex_dec_src_query),
11588         (speex_dec_src_event), (speex_dec_sink_event),
11589         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11590         (speex_dec_chain_parse_data), (speex_dec_chain),
11591         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11592         (speex_dec_change_state):
11593         * ext/speex/gstspeexdec.h:
11594           Fix seeking and duration queries (#337033); clean up and
11595           refactor a bit.
11596
11597 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11598
11599         * ext/raw1394/gstdv1394src.c:
11600           distinguish between device not found and could not open for
11601           reading
11602
11603 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11604
11605         * Makefile.am:
11606         * configure.ac:
11607         * pkgconfig/.cvsignore:
11608         * pkgconfig/Makefile.am:
11609         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11610           add a .pc file so other modules can use good plugins in tests
11611
11612 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11613
11614         * configure.ac:
11615           clean up, use AS_VERSION and AS_NANO
11616         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11617           use PACKAGE_VERSION define
11618         * po/af.po:
11619         * po/az.po:
11620         * po/cs.po:
11621         * po/en_GB.po:
11622         * po/hu.po:
11623         * po/it.po:
11624         * po/nb.po:
11625         * po/nl.po:
11626         * po/or.po:
11627         * po/sq.po:
11628         * po/sr.po:
11629         * po/sv.po:
11630         * po/uk.po:
11631         * po/vi.po:
11632           updated
11633
11634 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11635
11636         * ext\jpeg\smokecodec.c:
11637           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11638         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11639           move first instruction after all variables declarations
11640         * gst\alpha\gstalpha.c:
11641         * gst\effectv\gstshagadelic.c:
11642         * gst\smpte\paint.c:
11643         * gst\videofilter\gstvideobalance.c:
11644           define M_PI if it's not defined (it's not defined on WIN32)
11645         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11646         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11647         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11648         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11649         (gst_matroska_demux_video_caps):
11650         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11651         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11652           use gst_guint64_to_gdouble for conversions
11653         * gst\goom\filters.c: (setPixelRGB_):
11654           fix a debug which was using undefined variable
11655         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11656         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11657           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11658         * win32/vs6:
11659           add vs6 projects files for most of plugins-good
11660         
11661 2006-03-30  j^  <j@bootlab.org>
11662
11663         * ext/aalib/gstaasink.c:
11664         * ext/annodex/gstcmmldec.c:
11665         * ext/annodex/gstcmmlenc.c:
11666         * ext/cairo/gsttextoverlay.c:
11667         * ext/cairo/gsttimeoverlay.c:
11668         * ext/cdio/gstcdiocddasrc.c:
11669         * ext/dv/gstdvdec.c:
11670         * ext/esd/esdmon.c:
11671         * ext/esd/esdsink.c:
11672         * ext/flac/gstflacdec.c:
11673         * ext/flac/gstflacenc.c:
11674         * ext/flac/gstflactag.c:
11675         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11676         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11677         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11678         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11679         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11680         * ext/gdk_pixbuf/pixbufscale.c:
11681         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11682         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11683         * ext/jpeg/gstjpegdec.c:
11684         * ext/jpeg/gstjpegenc.c:
11685         * ext/jpeg/gstsmokedec.c:
11686         * ext/jpeg/gstsmokeenc.c:
11687         * ext/libcaca/gstcacasink.c:
11688         * ext/libmng/gstmngdec.c:
11689         * ext/libmng/gstmngenc.c:
11690         * ext/libpng/gstpngdec.c:
11691         * ext/libpng/gstpngenc.c:
11692         * ext/mikmod/gstmikmod.c:
11693         * ext/raw1394/gstdv1394src.c:
11694         * ext/shout2/gstshout2.c:
11695         * ext/speex/gstspeexdec.c:
11696         * ext/speex/gstspeexenc.c:
11697         * gst/alpha/gstalpha.c:
11698         * gst/alpha/gstalphacolor.c:
11699         * gst/auparse/gstauparse.c:
11700         * gst/autodetect/gstautoaudiosink.c:
11701         (gst_auto_audio_sink_base_init):
11702         * gst/autodetect/gstautovideosink.c:
11703         (gst_auto_video_sink_base_init):
11704         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11705         * gst/cutter/gstcutter.c:
11706         * gst/debug/breakmydata.c:
11707         * gst/debug/efence.c:
11708         * gst/debug/gstnavigationtest.c:
11709         * gst/debug/negotiation.c:
11710         * gst/debug/progressreport.c:
11711         * gst/debug/testplugin.c:
11712         * gst/effectv/gstaging.c:
11713         * gst/effectv/gstdice.c:
11714         * gst/effectv/gstedge.c:
11715         * gst/effectv/gstquark.c:
11716         * gst/effectv/gstrev.c:
11717         * gst/effectv/gstvertigo.c:
11718         * gst/effectv/gstwarp.c:
11719         * gst/flx/gstflxdec.c:
11720         * gst/goom/gstgoom.c:
11721         * gst/interleave/deinterleave.c:
11722         * gst/interleave/interleave.c:
11723         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11724         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11725         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11726         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11727         * gst/level/gstlevel.c:
11728         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11729         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11730         * gst/median/gstmedian.c:
11731         * gst/monoscope/gstmonoscope.c:
11732         * gst/multipart/multipartdemux.c:
11733         * gst/multipart/multipartmux.c:
11734         * gst/oldcore/gstmd5sink.c:
11735         * gst/oldcore/gstmultifilesrc.c:
11736         * gst/oldcore/gstpipefilter.c:
11737         * gst/oldcore/gstshaper.c:
11738         * gst/oldcore/gststatistics.c:
11739         * gst/rtp/gstasteriskh263.c:
11740         * gst/rtp/gstrtpL16depay.c:
11741         * gst/rtp/gstrtpL16pay.c:
11742         * gst/rtp/gstrtpamrdepay.c:
11743         * gst/rtp/gstrtpamrpay.c:
11744         * gst/rtp/gstrtpdepay.c:
11745         * gst/rtp/gstrtpgsmpay.c:
11746         * gst/rtp/gstrtph263pay.c:
11747         * gst/rtp/gstrtph263pdepay.c:
11748         * gst/rtp/gstrtph263ppay.c:
11749         * gst/rtp/gstrtpmp4gpay.c:
11750         * gst/rtp/gstrtpmp4vdepay.c:
11751         * gst/rtp/gstrtpmp4vpay.c:
11752         * gst/rtp/gstrtpmpadepay.c:
11753         * gst/rtp/gstrtpmpapay.c:
11754         * gst/rtp/gstrtppcmadepay.c:
11755         * gst/rtp/gstrtppcmapay.c:
11756         * gst/rtp/gstrtppcmudepay.c:
11757         * gst/rtp/gstrtppcmupay.c:
11758         * gst/rtp/gstrtpspeexdepay.c:
11759         * gst/rtp/gstrtpspeexpay.c:
11760         * gst/rtsp/gstrtpdec.c:
11761         * gst/smpte/gstsmpte.c:
11762         * gst/videobox/gstvideobox.c:
11763         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11764         * gst/videofilter/gstvideobalance.c:
11765         * gst/videofilter/gstvideoflip.c:
11766         * gst/videofilter/gstvideotemplate.c:
11767         (gst_videotemplate_base_init):
11768         * gst/videomixer/videomixer.c:
11769         * gst/wavenc/gstwavenc.c:
11770         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11771          better/unified long descriptions
11772          Fixed #336602
11773          Some cleanups to auparse, don't send multiple newsegments.
11774
11775 2006-03-29  Wim Taymans  <wim@fluendo.com>
11776
11777         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11778
11779         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11780         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11781         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11782         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11783         * ext/dv/gstdvdemux.h:
11784         Seek in READY patch. Only works for pull based mode.
11785         Fixes #323880
11786
11787 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11788
11789         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11790         (gst_gdk_pixbuf_event):
11791           Fix two crashers: don't unref the same caps twice, and
11792           set pixbuf loader to NULL after freeing it.
11793
11794 2006-03-27  Wim Taymans  <wim@fluendo.com>
11795
11796         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11797         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11798         (gst_speexenc_chain):
11799         * ext/speex/gstspeexenc.h:
11800         Don't leak adapter.
11801         A push *always* takes ownership of the buffer, even on
11802         errors.
11803         Small cleanups.
11804
11805 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11808           Create source pad without leaking.
11809
11810 2006-03-24  Wim Taymans  <wim@fluendo.com>
11811
11812         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11813         * ext/flac/gstflacdec.h:
11814         * ext/flac/gstflacenc.h:
11815         Spifify a bit.
11816         Fix deadly lock order error in seeking code, STREAM_LOCK
11817         cannot be taken within LOCK and the streaming variables are
11818         protected with the STREAM_LOCK anyway.
11819
11820 2006-03-24  Wim Taymans  <wim@fluendo.com>
11821
11822         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11823         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11824         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11825         this patch combines the global init_frames with the stream
11826         init_frames. Rationale being that the global delay should 
11827         be subtracted from any stream delay.
11828         Fixes #335858.
11829
11830 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11831
11832         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11833         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11834         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11835         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11836         use DEBUG_FUNCPTR for collectpads
11837
11838 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11841           Don't crash when encoding images where the number of rows isn't
11842           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11843
11844 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11847         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11848         * gst/interleave/interleave.c: (interleave_change_state):
11849         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11850           More state change function fixes.
11851
11852 2006-03-23  Wim Taymans  <wim@fluendo.com>
11853
11854         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11855         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11856         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11857         (gst_esdsink_delay), (gst_esdsink_reset):
11858         * ext/esd/esdsink.h:
11859         Fix esd choppy playback by configuring audiosink
11860         correctly. Fixes #325191
11861
11862 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11865           Make state change function thread-safe.
11866
11867 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11868
11869         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11870         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11871           Don't try to read beyond the end of the file just because
11872           the header claims a bigger size (like with truncated files).
11873
11874 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11877         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11878         (gst_wavparse_stream_data), (gst_wavparse_loop):
11879         * gst/wavparse/gstwavparse.h:
11880           Delay source pad creation until we have the first chunk of
11881           media data, so the we can examine the data and adjust the
11882           caps accordingly if required. This makes playback of .wav
11883           files with DTS-declared-as-PCM content work (#313266).
11884
11885 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11886
11887         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11888         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11889         Don't attempt typefinding on too-short buffers that have been
11890         completely trimmed away. (Fixes #330239)
11891
11892         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11893         Improve the debug output
11894
11895 2006-03-21  Wim Taymans  <wim@fluendo.com>
11896
11897         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11898         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11899         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11900         (gst_esdsink_set_property), (gst_esdsink_get_property):
11901         Some cleanups.
11902         Reset fd to -1 when we close them.
11903
11904 2006-03-21  Wim Taymans  <wim@fluendo.com>
11905
11906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11907         the OPTIONS request result is optional so don't
11908         fail on it.
11909
11910 2006-03-21  Edward Hervey  <edward@fluendo.com>
11911
11912         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11913         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11914         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11915         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11916         (gst_wavparse_change_state):
11917         gcc 4.1 unreferenced pointer fixes.
11918
11919 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11920
11921         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11922
11923         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11924           Fix block alignment calculation. Alignment should be done before
11925           adding the byte offset where the data starts (#335231).
11926
11927 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11928
11929         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11930           Ensure that we set correct caps on buffers that are transferred
11931           direct from the input.
11932
11933 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11934
11935         * gst/goom/filters.c: (zoomFilterDestroy):
11936         * gst/goom/goom_core.c: (goom_close):
11937           Free filter data when cleaning up. (Fixes: #334995)
11938
11939 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * configure.ac:
11942           Don't compile udp and rtsp plugins on win32 (mingw) or other
11943           systems that don't have <sys/socket.h> for some reason (#316203).
11944
11945 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11946
11947         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11948         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11949         * ext/raw1394/gstdv1394src.h:
11950           Change bus reset handler so it reports useful information such as
11951           whether the device being used connected or disconnected
11952
11953 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11954
11955         * gst/id3demux/id3v2frames.c:
11956         (parse_relative_volume_adjustment_two):
11957           We only care about gain and peak data for the master volume.
11958
11959 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11962         (parse_id_string), (parse_unique_file_identifier),
11963         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11964           Read replay gain tags (#323721).
11965
11966 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11967
11968         * configure.ac:
11969           Bump requirements to gst-plugins-base CVS because
11970           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11971
11972 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11973
11974         * rtp/gst/gstrtppcmadepay.c:
11975         Fixed one of the caps in the code from mulaw to alaw.
11976
11977 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11978
11979         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11980           Ensure that we set caps on the buffers we pass.
11981
11982         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11983         (gst_id3demux_sink_activate):
11984           Ensure that we set caps on the buffers we pass.
11985
11986           Use STREAM, TYPE_NOT_FOUND as the error class when
11987           typefinding fails.
11988
11989 2006-03-15  Edward Hervey  <edward@fluendo.com>
11990
11991         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11992         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11993         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11994         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11995         (gst_jpeg_dec_setcaps):
11996         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11997         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11998         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11999         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12000         (gst_mngdec_src_getcaps):
12001         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12002         (gst_pngdec_caps_create_and_set):
12003         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12004         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12005         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12006         * gst/alpha/gstalpha.c: (gst_alpha_init):
12007         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12008         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12009         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12010         * gst/cutter/gstcutter.c: (gst_cutter_init):
12011         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12012         (gst_efence_checkgetrange):
12013         * gst/debug/negotiation.c: (gst_negotiation_init):
12014         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12015         * gst/goom/gstgoom.c: (gst_goom_init):
12016         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12017         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12018         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12019         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12020         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12021         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12022         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12023         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12024         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12025         (gst_wavparse_create_sourcepad):
12026         Fix memleak with gst_static_pad_template_get().
12027         This uses gst_pad_new_from_static_template() instead.
12028         Fixes #333512
12029
12030 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12031
12032         * configure.ac:
12033           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12034           used by id3demux.
12035
12036         * gst/id3demux/gstid3demux.c: (plugin_init):
12037         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12038         (parse_user_text_identification_frame),
12039         (parse_unique_file_identifier):
12040           Add support for UFID and TXXX frames and extract musicbrainz tags.
12041
12042 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12043
12044         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12045           Catch short reads, like they might happen with truncated
12046           files (see #305279); remove unnecessary indentation.
12047
12048 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12049
12050         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12051           Fix DIB image inversion for pictures with a
12052           depth != 8 (#305279).
12053
12054 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12057         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12058         * ext/jpeg/gstjpegdec.h:
12059           Fix durations on outgoing buffers after seeking
12060           in MJPEG files (#334083); some minor clean-ups.
12061
12062 2006-03-13  Wim Taymans  <wim@fluendo.com>
12063
12064         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12065         (gst_wavparse_change_state):
12066         Implement seek in READY (re-fixes #327658)
12067
12068 2006-03-13  Wim Taymans  <wim@fluendo.com>
12069
12070         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12071         * ext/esd/esdmon.c: (gst_esdmon_get):
12072         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12073         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12074         (gst_gdk_pixbuf_sink_getcaps):
12075         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12076         (gst_jpegenc_setcaps):
12077         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12078         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12079         (gst_smokeenc_setcaps):
12080         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12081         (gst_mngdec_src_getcaps):
12082         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12083         (gst_mngenc_chain):
12084         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12085         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12086         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12087         (speex_dec_src_event), (speex_dec_chain):
12088         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12089         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12090         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12091         (gst_negotiation_pad_link), (gst_negotiation_chain):
12092         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12093         (gst_flxdec_chain):
12094         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12095         (deinterleave_chain):
12096         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12097         * gst/median/gstmedian.c: (gst_median_link):
12098         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12099         (gst_monoscope_chain):
12100         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12101         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12102         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12103         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12104         close #333784 unref the result of gst_pad_get_parent()
12105         by: Christophe Fergeau.
12106
12107 2006-03-09  Wim Taymans  <wim@fluendo.com>
12108
12109         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12110         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12111         Handle events in push mode better, can now do non-flushing
12112         seeks in push mode as well.
12113
12114 2006-03-07  Wim Taymans  <wim@fluendo.com>
12115
12116         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12117         Applied patch from Kai Vehmanen, fixes #333624.
12118
12119 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12120
12121         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12122         Implement paletted and grayscale png files handling.
12123         (#150363).
12124
12125 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12126
12127         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12128         (gst_speexenc_chain):
12129           fix a tag list assert
12130           follow gst-plugins-base/ext/ogg/README; set OFFSET
12131           and OFFSET_END.  Muxes correctly with gst-plugins-base
12132           > 0.9.3
12133
12134 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12135
12136         * gst/id3demux/Makefile.am:
12137         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12138         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12139           Use new typefind helper functions here as well, and
12140           do typefinding in pull-mode if upstream supports that.
12141
12142 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12143
12144         * sys/sunaudio/gstsunaudiomixerctrl.c:
12145         (gst_sunaudiomixer_ctrl_get_volume),
12146         (gst_sunaudiomixer_ctrl_set_volume):
12147         * sys/sunaudio/gstsunaudiomixertrack.c:
12148         (gst_sunaudiomixer_track_new):
12149           Remove unused variables, breaks build from CVS
12150           with -Werror (#333392, patch by: Benjamin Pineau)
12151
12152 2006-03-03  Wim Taymans  <wim@fluendo.com>
12153
12154         * docs/plugins/Makefile.am:
12155         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12156         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12157         Added wavparse docs.
12158
12159         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12160         (gst_wavparse_reset), (gst_wavparse_init),
12161         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12162         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12163         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12164         (gst_wavparse_stream_data), (gst_wavparse_loop),
12165         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12166         (gst_wavparse_change_state):
12167         * gst/wavparse/gstwavparse.h:
12168         Implement seek in READY (fixes #327658)
12169         Added docs and did some cleanups.
12170
12171 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12172
12173         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12174         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12175         (gst_avi_demux_calculate_durations_from_index),
12176         (gst_avi_demux_stream_header):
12177         * gst/avi/gstavidemux.h:
12178           If we have an index, use a duration based on the index instead
12179           of blindly trusting the information in the stream headers
12180           (fixes #331817).
12181
12182 2006-03-03  Wim Taymans  <wim@fluendo.com>
12183
12184         * docs/plugins/Makefile.am:
12185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12187         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12188         Added smoke and jpeg to the docs.
12189
12190         * ext/jpeg/Makefile.am:
12191         * ext/jpeg/gstjpeg.c: (plugin_init):
12192         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12193         * ext/jpeg/gstjpegenc.h:
12194         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12195         (gst_smokedec_chain):
12196         * ext/jpeg/gstsmokedec.h:
12197         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12198         * ext/jpeg/gstsmokeenc.h:
12199         * ext/jpeg/smokecodec.h:
12200         Port smokedec (fixes #331905).
12201         Added some docs.
12202         Some cleanups.
12203
12204 2006-03-03  Wim Taymans  <wim@fluendo.com>
12205
12206         * docs/plugins/Makefile.am:
12207         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12208         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12209         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12210         Added videobalance and videoflip to the docs.
12211
12212         * gst/videofilter/Makefile.am:
12213         * gst/videofilter/gstvideobalance.c:
12214         (gst_video_balance_update_tables_planar411),
12215         (gst_video_balance_is_passthrough),
12216         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12217         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12218         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12219         (gst_video_balance_finalize), (gst_video_balance_class_init),
12220         (gst_video_balance_init), (gst_video_balance_interface_supported),
12221         (gst_video_balance_interface_init),
12222         (gst_video_balance_colorbalance_list_channels),
12223         (gst_video_balance_colorbalance_set_value),
12224         (gst_video_balance_colorbalance_get_value),
12225         (gst_video_balance_colorbalance_init),
12226         (gst_video_balance_set_property), (gst_video_balance_get_property),
12227         (gst_video_balance_get_type), (plugin_init):
12228         * gst/videofilter/gstvideobalance.h:
12229         Ported to 0.10. (Fixes #326160)
12230         Added docs.
12231
12232         * gst/videofilter/gstvideoflip.c:
12233         * gst/videofilter/gstvideoflip.h:
12234         Added docs.
12235
12236 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         * configure.ac:
12239           Bump requirements to current core and -base CVS
12240           (core for new typefind helper API, and -base for the
12241           WAVFORMATEX support that was added to libgstriff and
12242           is needed by wavparse).
12243         
12244         * gst/apetag/Makefile.am:
12245         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12246         (gst_tag_demux_sink_activate):
12247           Use new typefind helpers for typefinding instead of our
12248           home-grown stuff; also, do typefinding in pull-mode if
12249           upstream supports that.
12250
12251 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12252
12253         Reviewed by: Christian Schaller <christian@fluendo.com>
12254
12255         This patch fixes bug: 329107
12256
12257         This Changelog entry is for a commit done on February 17
12258
12259         * ext/gconf/gconf.c
12260         * ext/gconf/gconf.h
12261         * ext/gconf/gstgconfaudiosink.c
12262         * ext/gconf/gstgconfaudiosink.h
12263         * gconf/gstreamer.schemas.in
12264
12265 2006-02-28  Wim Taymans  <wim@fluendo.com>
12266
12267         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12268         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12269         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12270         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12271         Use DEBUG_OBJECT more.
12272
12273 2006-02-28  Wim Taymans  <wim@fluendo.com>
12274
12275         * docs/plugins/Makefile.am:
12276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12278         Added dvdec and dvdemux to docs.
12279
12280         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12281         Added docs.
12282         Check frame sizes so we don't crash when don't have enough
12283         data.
12284         Send nice error messages on error.
12285
12286         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12287         (gst_dvdemux_class_init), (gst_dvdemux_init),
12288         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12289         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12290         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12291         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12292         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12293         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12294         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12295         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12296         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12297         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12298         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12299         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12300         * ext/dv/gstdvdemux.h:
12301         Added docs.
12302         Implement pull mode.
12303         Fix memleaks.
12304         Reduce memcpy for the video demuxing.
12305
12306 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12307
12308         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12309         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12310         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12311         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12312           Add a little extra debug. Make the decoder not return NOT_LINKED,
12313           as we want to continue decoding all CMML and emitting tags.
12314
12315 2006-02-27  Michael Smith  <msmith@fluendo.com>
12316
12317         * ext/annodex/gstskeltag.c:
12318         * ext/annodex/gstskeltag.h:
12319           Deleted; these files aren't used any more either.
12320
12321 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12322
12323         * ext/Makefile.am: Fix dist-check.
12324
12325 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12326
12327         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12328         memleak.
12329
12330 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12331
12332         * ext/annodex/Makefile.am:
12333         * ext/annodex/gstannodex.c:
12334         * ext/annodex/gstcmmldec.c:
12335         * ext/annodex/gstcmmlenc.c:
12336         * ext/annodex/gstcmmlparser.c:
12337         * ext/annodex/gstcmmlparser.h:
12338         * ext/annodex/gstcmmlutils.c:
12339         * tests/check/elements/cmmldec.c:
12340         * tests/check/elements/cmmlenc.c:
12341           Fix a memleak in gst_cmml_track_list_add_clip.
12342           Handle overflows in clip's start and end times.
12343           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12344           Do not parse junk at the end of a CMML preamble buffer.
12345           Register a libxml error handler to not print stuff on stderr.
12346           Check for bad clip start and end times in the testsuites.
12347
12348 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12349
12350         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12351         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12352         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12353         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12354         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12355         possible memleaks.
12356
12357 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12358
12359         * tests/check/Makefile.am:
12360         * tests/check/elements/cmmldec.c:
12361         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12362         the plugins-base tags.
12363
12364 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12365
12366         * ext/Makefile.am: Re-enable module.
12367
12368 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12369
12370         * tests/check/Makefile.am: Forgot to remove that test.
12371
12372 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12373
12374         * ext/annodex/Makefile.am:
12375         * ext/annodex/gstannodex.c: (plugin_init):
12376         * ext/annodex/gstcmmldec.c:
12377         * ext/annodex/gstskeldec.c:
12378         * ext/annodex/gstskeldec.h:
12379         * tests/check/Makefile.am:
12380         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12381
12382 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12383
12384         * tests/check/Makefile.am: Disable those checks as well.
12385
12386 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12387
12388         * ext/Makefile.am: Disable annodex for now until we figure out
12389         how to make it build.
12390         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12391         Add a rule to your checklist : "please try to at least build 
12392         what you are going to commit into -good, or if you are too lazy
12393         to do that, please check that the buildbots are not crying because
12394         of your commit."
12395
12396 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12397
12398         * configure.ac:
12399         * ext/Makefile.am:
12400         * ext/gdk_pixbuf/Makefile.am:
12401         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12402         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12403         * ext/gdk_pixbuf/pixbufscale.c:
12404         * ext/gdk_pixbuf/pixbufscale.h:
12405           Gdkpixbuf ported from 0.8 to 0.10 by
12406           Renato Filho <renato.filho@indt.org.br>.
12407           gst_loader and gdkpixbufanimation still need port.
12408
12409 2006-02-24  Michael Smith  <msmith@fluendo.com>
12410
12411         * configure.ac:
12412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12413         * ext/Makefile.am:
12414         * ext/annodex/Makefile.am:
12415         * ext/annodex/gstannodex.c:
12416         * ext/annodex/gstannodex.h:
12417         * ext/annodex/gstcmmldec.c:
12418         * ext/annodex/gstcmmldec.h:
12419         * ext/annodex/gstcmmlenc.c:
12420         * ext/annodex/gstcmmlenc.h:
12421         * ext/annodex/gstcmmlparser.c:
12422         * ext/annodex/gstcmmlparser.h:
12423         * ext/annodex/gstcmmltag.c:
12424         * ext/annodex/gstcmmltag.h:
12425         * ext/annodex/gstcmmlutils.c:
12426         * ext/annodex/gstcmmlutils.h:
12427         * ext/annodex/gstskeldec.c:
12428         * ext/annodex/gstskeldec.h:
12429         * ext/annodex/gstskeltag.c:
12430         * ext/annodex/gstskeltag.h:
12431         * tests/check/Makefile.am:
12432         * tests/check/elements/cmmldec.c:
12433         * tests/check/elements/cmmlenc.c:
12434         * tests/check/elements/skeldec.c:
12435           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12436           Includes tests & docs, oh my! Passes Thomas's -good checklist
12437           entirely. Wow.
12438
12439 2006-02-24  Michael Smith  <msmith@fluendo.com>
12440
12441         * autogen.sh:
12442           Check for automake 1.9 as well.
12443
12444 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12445
12446         * ext/flac/gstflacenc.c:
12447           Change min. sample rate to 8kHz to match flacdec's.
12448           
12449 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12450
12451         * ext/cdio/Makefile.am:
12452           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12453           required for Cygwin, see #317048)
12454
12455         * gst/rtp/gstasteriskh263.c:
12456           Cygwin has includes for both the unix network socket API
12457           and the windows API, but only one can be included, so fix
12458           includes to only use one or the other, prefering the unxi
12459           one (#317048).
12460
12461 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12462
12463         * rtp/gst/gstrtppcmadepay.c:
12464         * rtp/gst/gstrtppcmadepay.h:
12465         * rtp/gst/gstgstrtppcmapay.c:
12466         * rtp/gst/gstgstrtppcmapay.h:
12467         * rtp/gst/gstrtppcmudepay.c:
12468         * rtp/gst/gstrtppcmudepay.h:
12469         * rtp/gst/gstrtppcmupay.c:
12470         * rtp/gst/gstrtppcmupay.h:
12471         * rtp/gst/Makefile.am:
12472         * rtp/gst/gstrtp.c:
12473         * rtp/gst/README:
12474         Separated the G711 payloaders/depayloaders into separate elements for
12475         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12476
12477 2006-02-22  Wim Taymans  <wim@fluendo.com>
12478
12479         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12480         (gst_dvdec_change_state):
12481         * ext/dv/gstdvdec.h:
12482         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12483         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12484         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12485         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12486         (gst_dvdemux_flush), (gst_dvdemux_chain),
12487         (gst_dvdemux_change_state):
12488         * ext/dv/gstdvdemux.h:
12489         Ueber spiffify some more, added debug category.
12490         Use _scale.
12491         Use segments, respect playback rate from newsegment.
12492         Fix refcount issue.
12493
12494 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12495
12496         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12497         (gst_signal_processor_process):
12498         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12499         enabled for the build, but it helps me win the feature-count
12500         competitions ooh yeah.
12501
12502 2006-02-19  Wim Taymans  <wim@fluendo.com>
12503
12504         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12505         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12506         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12507         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12508         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12509         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12510         Use scaling code for added precission and more correct stop
12511         position in case scale==0.
12512
12513 2006-02-19  Wim Taymans  <wim@fluendo.com>
12514
12515         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12516         (gst_flxdec_chain):
12517         * gst/flx/gstflxdec.h:
12518         Implement DURATION query.
12519
12520 2006-02-19  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/flx/flx_color.h:
12523         * gst/flx/flx_fmt.h:
12524         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12525         (gst_flxdec_src_query_handler), (flx_decode_color),
12526         (gst_flxdec_chain):
12527         * gst/flx/gstflxdec.h:
12528         Set MALLOCDATA for the temp buffers so we don't leak.
12529         Some debug cleanups.
12530         Consume all data in the adapter before leaving the chain
12531         function. Fixes #330678.
12532
12533 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12534
12535         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12536         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12537          Handle 0 data size in otherwise valid frames.
12538          Handle numeric strings in 2.4.0 even when not in parentheses 
12539
12540 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         * gst/matroska/matroska-demux.c:
12543         (gst_matroska_demux_subtitle_caps),
12544         (gst_matroska_demux_plugin_init):
12545         * gst/matroska/matroska-ids.h:
12546           Recognise SSA/ASS and USF subtitle formats and
12547           set proper caps when they are found.
12548
12549 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12550
12551         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12552         (gst_jpeg_dec_chain):
12553           Fix invalid memory access for some odd-sized images
12554           (see image contained in quicktime stream in #327083);
12555           use g_malloc() instead of g_alloca().
12556
12557 2006-02-17  Wim Taymans  <wim@fluendo.com>
12558
12559         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12560         Patch from Sebastien Cote, fixes #319884
12561
12562 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * ext/cdio/gstcdio.c: (plugin_init):
12565           Init debug category (#331253).
12566
12567 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12568
12569         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12570           Pass extra_data to gst_riff_create_audio_caps(), so that
12571           WAVEFORMATEX stuff works. Post audio codec name and post
12572           it as taglist on the bus. Allow up to 8 channesl for raw
12573           PCM in the source pad template caps.
12574
12575 2006-02-16  Wim Taymans  <wim@fluendo.com>
12576
12577         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12578         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12579         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12580         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12581         (gst_multipart_set_property), (gst_multipart_get_property):
12582         Applied #318663. Gives quite a few false positives in
12583         autoscan mode, but it's better than nothing. Not closing yet.
12584
12585 2006-02-16  Wim Taymans  <wim@fluendo.com>
12586
12587         * docs/plugins/Makefile.am:
12588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12590         * docs/plugins/gst-plugins-good-plugins.args:
12591         * docs/plugins/inspect/plugin-udp.xml:
12592         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12593         (gst_udpsrc_start):
12594         Update documentation.
12595         Fix args.
12596
12597 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12598
12599         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12600         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12601         frame size. (Fixes #331368)
12602
12603 2006-02-16  Wim Taymans  <wim@fluendo.com>
12604
12605         * gst/rtsp/README:
12606         Updated README.
12607
12608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12609         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12610         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12611         * gst/rtsp/gstrtspsrc.h:
12612         Make sure the RTP port is an even port an try to allocate 
12613         another if not.
12614         Added retry property to control max retries for port allocation.
12615         Make sure RTCP port is RTP port+1.
12616         Cleanup when port allocation fails.
12617         Fixes #319183.
12618         
12619 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12620
12621         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12622           Don't ignore return value of the parent class's state
12623           change function (#331385, patch by: Wouter Paesen).
12624
12625 2006-02-15  Wim Taymans  <wim@fluendo.com>
12626
12627         * configure.ac:
12628         * docs/plugins/Makefile.am:
12629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12631         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12632         * ext/Makefile.am:
12633         * ext/hal/Makefile.am:
12634         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12635         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12636         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12637         (do_toggle_element), (gst_hal_audio_sink_set_property),
12638         (gst_hal_audio_sink_get_property),
12639         (gst_hal_audio_sink_change_state):
12640         * ext/hal/gsthalaudiosink.h:
12641         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12642         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12643         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12644         (do_toggle_element), (gst_hal_audio_src_set_property),
12645         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12646         * ext/hal/gsthalaudiosrc.h:
12647         * ext/hal/gsthalelements.c: (plugin_init):
12648         * ext/hal/gsthalelements.h:
12649         * ext/hal/hal.c: (gst_hal_get_string),
12650         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12651         (gst_hal_get_audio_src):
12652         * ext/hal/hal.h:
12653         Add HAL sound device wrapper plugins. Closes #329106
12654
12655 2006-02-15  Wim Taymans  <wim@fluendo.com>
12656
12657         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12658         Add comment in a fultile attempt to stop the copy-and-paste 
12659         paradigm leading to duplication of bad code.
12660
12661         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12662         Mime parameters have to be checked case insensitive
12663
12664 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12667           Advance stream time for lagging subtitle streams by sending
12668           newsegment events with the update flag set.
12669
12670 2006-02-14  Edward Hervey  <edward@fluendo.com>
12671
12672         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12673         There can be bogus data before the hdrl LIST tag in the RIFF header.
12674         It's hard to say if it's not respecting the AVI specifications or not,
12675         but since Google Video is producing AVIs like that and the other player
12676         don't seem to complain, I guess we should do the same.
12677
12678 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12679
12680         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12681         (parse_split_strings):
12682         Add more validation to ensure that a char encoding conversion
12683         produced a valid UTF-8 string.
12684
12685 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12686
12687         Reviewed by: Edward Hervey  <edward@fluendo.com>
12688
12689         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12690         Properly handle end of segment. Closes #330885.
12691
12692 2006-02-13  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/rtp/gstrtpmp4gpay.h:
12695         For got to commit this one.
12696
12697 2006-02-12  Wim Taymans  <wim@fluendo.com>
12698
12699         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12700         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12701         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12702         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12703         * gst/rtp/gstrtpmp4gpay.h:
12704         Make more things work.
12705         Handle ACC config strings.
12706
12707 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12708
12709         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12710           set timestamps if no incoming timestamps set
12711
12712 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12713
12714         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12715         (gst_tag_demux_do_typefind):
12716           ... and fix the very same leaks in GstTagDemux.
12717
12718 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12719
12720         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12721         (gst_id3demux_do_typefind):
12722         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12723         <jonathan at kaolin dot wh9 dot net>)
12724
12725 2006-02-10  Wim Taymans  <wim@fluendo.com>
12726
12727         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12728         First set options, then set caps or else the baseclass
12729         will not know about the options, duh.
12730
12731 2006-02-10  Wim Taymans  <wim@fluendo.com>
12732
12733         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12734         (gst_rtp_mp4v_pay_setcaps):
12735         Don't waste time looking for a config string if we have codec_info
12736         on the incomming caps.
12737
12738 2006-02-10  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst/rtp/README:
12741         Say something about case-sensitivity of caps vs mime-attributes.
12742
12743         * gst/rtp/Makefile.am:
12744         * gst/rtp/gstrtp.c: (plugin_init):
12745         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12746         (gst_rtp_amr_pay_handle_buffer):
12747         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12748         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12749         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12750         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12751         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12752         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12753         (gst_rtp_mp4g_pay_plugin_init):
12754         * gst/rtp/gstrtpmp4gpay.h:
12755         Added beginnings of mpeg4-generic payloader (RFC 3640)
12756
12757 2006-02-09  Wim Taymans  <wim@fluendo.com>
12758
12759         * gst/rtsp/Makefile.am:
12760         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12761         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12762         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12763         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12764         (gst_rtpdec_change_state):
12765         * gst/rtsp/gstrtpdec.h:
12766         * gst/rtsp/gstrtsp.c: (plugin_init):
12767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12768         * gst/rtsp/rtspconnection.c: (read_body),
12769         (rtsp_connection_receive):
12770         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12771         Resurected rtpdec to make rtspsrc happy again.
12772         Skip attributes from the session id.
12773         Don't crash when dumping a message with an empty body.
12774
12775
12776 2006-02-09  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12779         Added more meaningfull warnings when something goes wrong.
12780         Clear F bit on outgoing AMR packets.
12781
12782         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12783         (gst_rtp_amr_pay_handle_buffer):
12784         Added debugging category
12785         Support payloading of multiple AMR frames.
12786
12787         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12788         Added some debugging.
12789
12790 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12791
12792         * configure.ac:
12793           Back to CVS
12794
12795 === release 0.10.2 ===
12796
12797 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12798
12799         * configure.ac:
12800           releasing 0.10.2, "Papa was a rolling stone"
12801
12802 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12803
12804         * configure.ac:
12805           Bump core and plugins-base requirement to 0.10.2.2
12806           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12807
12808 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12809
12810         * ext/flac/gstflac.c: (plugin_init):
12811         * ext/speex/gstspeex.c: (plugin_init):
12812           Register musicbrainz tags.
12813
12814 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12815
12816         * ext/gconf/gconf.h:
12817           Remove declaration of function that no longer exists.
12818
12819 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12820
12821         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12822         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12823         Make shout2 work for non ogg streams
12824
12825 2006-02-06  Wim Taymans  <wim@fluendo.com>
12826
12827         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12828         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12829         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12830         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12831         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12832         * gst/udp/gstmultiudpsink.h:
12833         Updated docs.
12834         Added properties bytes-served, bytes_to_serve.
12835         Post proper error messages,
12836         Emit client added signal too.
12837
12838 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12839
12840         * docs/plugins/Makefile.am:
12841         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12843         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12844         (gst_multiudpsink_get_stats):
12845           adding docs for multiudpsink
12846
12847 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12848
12849         * gst/level/gstlevel.c: (gst_level_transform_ip):
12850           peak below decay is not necessarily an error, so don't ERROR log
12851
12852 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12855         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12856         (gst_ebml_write_seek):
12857         * gst/matroska/ebml-write.h:
12858           Make sure we send a newsegment event in BYTES format
12859           before sending buffers (#328531).
12860
12861 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12862
12863         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12864         (gst_dvdemux_sink_query):
12865         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12866         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12867         (speex_dec_src_query):
12868         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12869         (gst_speexenc_sink_query):
12870         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12871         * gst/matroska/matroska-demux.c:
12872         (gst_matroska_demux_get_src_query_types),
12873         (gst_matroska_demux_handle_src_query):
12874         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12875         (gst_wavparse_pad_query):
12876           Pass unhandled queries upstream instead of just dropping
12877           them (#326446). Update query type arrays here and there.
12878
12879 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * tests/check/elements/matroskamux.c: (setup_src_pad):
12882           Collectpads in core got changed and now also holds a
12883           reference to any pad that is part of it. Fix refcount
12884           checks in test case accordingly.
12885
12886 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12887
12888         * gst/apetag/gstapedemux.h:
12889           Fix include, for now GstTagDemux is in the apetag dir.
12890
12891 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12892
12893         * docs/plugins/Makefile.am:
12894         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12895         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12896         * docs/plugins/inspect/plugin-cdio.xml:
12897           Add cdio plugin to docs.
12898
12899         * ext/cdio/gstcdiocddasrc.c:
12900           Add gtk-doc blurb.
12901
12902         * ext/cdio/gstcdio.c:
12903           The plugin is called 'cdio' not 'cddio'.
12904
12905 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * configure.ac:
12908         * docs/plugins/Makefile.am:
12909         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12910         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12911         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12912         * docs/plugins/inspect/plugin-apetag.xml:
12913         * gst/apetag/Makefile.am:
12914         * gst/apetag/gstapedemux.c:
12915         * gst/apetag/gstapedemux.h:
12916         * gst/apetag/gsttagdemux.c:
12917         * gst/apetag/gsttagdemux.h:
12918           Add APE tag demuxer (#325649).
12919
12920 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12921
12922         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12923         (gst_gconf_get_default_video_sink),
12924         (gst_gconf_get_default_audio_src),
12925         (gst_gconf_get_default_video_src):
12926         * ext/gconf/gconf.h:
12927         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12928         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12929         (do_toggle_element):
12930         * ext/gconf/gstgconfaudiosink.h:
12931         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12932         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12933         (do_toggle_element):
12934         * ext/gconf/gstgconfaudiosrc.h:
12935         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12936         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12937         (do_toggle_element):
12938         * ext/gconf/gstgconfvideosink.h:
12939         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12940         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12941         (do_toggle_element):
12942         * ext/gconf/gstgconfvideosrc.h:
12943           Ignore changing the GConf key to "". Ignore GConf key updates
12944           that don't actually change the string.
12945           For now, ignore the GConf key when the state is > READY, as
12946           it breaks streaming. Sometime it will be nice to bring the
12947           new sink online even mid-stream, by sending NEWSEGMENT info
12948           and possibly prerolling.
12949           (Fixes #326736)
12950
12951 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12952
12953         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12954         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12955         (zoomFilterSetResolution), (zoomFilterDestroy),
12956         (zoomFilterFastRGB), (pointFilter):
12957         * gst/goom/filters.h:
12958         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12959         (goom_update), (goom_close):
12960         * gst/goom/goom_core.h:
12961         * gst/goom/goom_tools.h:
12962         * gst/goom/graphic.c:
12963         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12964         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12965         * gst/goom/gstgoom.h:
12966         * gst/goom/lines.c: (goom_lines):
12967         * gst/goom/lines.h:
12968           Make goom reentrant by moving all important static variables
12969           into instance structures.
12970           (Fixes #329181)
12971
12972 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12973
12974         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12975         (gst_avi_demux_all_source_pads_unlinked),
12976         (gst_avi_demux_process_next_entry):
12977         * gst/avi/gstavidemux.h:
12978           Third attempt, use gst_pad_is_linked() this time.
12979
12980 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12981
12982         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12983         (parse_split_strings):
12984         Adjust for data length indicators when parsing (Fixes #329810)
12985         Fix stupid bug parsing UTF-8 tag text.
12986         Output tag strings with multiple fields as multiple tags, so the
12987         app gets all the data.
12988
12989 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12990
12991         * ext/flac/gstflacenc.c:
12992         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12993         show me.
12994         
12995 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12996
12997         * ext/flac/gstflacenc.c:
12998         * gst/matroska/ebml-read.c:
12999         Just make it compile with --disable-gst-debug.
13000
13001 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13002
13003         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13004         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13005         (id3v2_genre_fields_to_taglist):
13006           Never output a tag with a null contents string.
13007
13008 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13009
13010         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13011           Only pause if all pads are unlinked AND we've tried to send data
13012           on all of them at least once.
13013
13014 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13017         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13018           Make loop function/task pause itself when all source pads are
13019           unlinked.
13020
13021 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13022
13023         * configure.ac:
13024         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13025           Use new functions from core to render a bin from a
13026           string. Fixes build. Up requirements to core CVS.
13027
13028 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13029
13030         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13031           Don't push buffers into the adapter that we are going to
13032           push downstream again without framing anyway. Also, the
13033           adaptor takes ownership of buffers put into it (fixes
13034           auparse pushing invalid buffers for .au files with
13035           ADPCM contents). Finally, set caps on all outgoing buffers.
13036
13037 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13038
13039         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13040         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13041         (gst_id3demux_send_tag_event):
13042         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13043         Someone should kick my butt. Remove ID3v1 tags from the end of the
13044         file.
13045
13046         Improve error messages. Send the TAG message as soon as we complete
13047         typefinding, instead of waiting until we send the first buffer.
13048         Downstream tag event is still sent before the first buffer.
13049
13050 2006-01-27  Jan Gerber  <j@bootlab.org>
13051
13052         Reviewed by: Andy Wingo <wingo@pobox.com>
13053
13054         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13055         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13056         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13057         to not have warings flooding stderr. this is the suggested way
13058         also used in dvgrab and kino. (#328336)
13059
13060 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13061
13062         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13063         (gst_oss_sink_init), (gst_oss_sink_finalise):
13064           Free the device name string when finalised.
13065
13066 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13067
13068         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13069           Don't put function calls in g_return_if_fail() statements,
13070           or they'll be replaced with NOOPs if someone compiles with
13071           G_DISABLE_CHECKS defined.
13072           
13073 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13074
13075         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13076         Never trust ANY information encoded in a media file, especially
13077         when it's giving you sizes. (Fixes #328452)
13078
13079 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13080
13081         * gst/rtp/gstrtpg711pay.c:
13082         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13083         bug #325148.
13084
13085 2006-01-23  Edward Hervey  <edward@fluendo.com>
13086
13087         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13088         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13089         * gst/matroska/matroska-ids.h:
13090         Added recognition of Real Audio and Video streams in matroska demuxer.
13091
13092 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13093
13094         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13095           Remove errant break statement, and fix compilation with
13096           older GCC.
13097
13098 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13099
13100         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13101
13102         * sys/sunaudio/gstsunaudiomixerctrl.c:
13103         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13104           Export functions that are needed in other parts of the code,
13105           makes the mixer actually work; adjust magic minimum buffer-time
13106           value from 3ms to 5ms to work around stuttering during mp3
13107           playback (#327765).
13108
13109 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13110
13111         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13112
13113         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13114         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13115           Fix possible deadlock in matroska muxer (#327825).
13116
13117 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13120         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13121         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13122         * gst/rtsp/sdpmessage.h:
13123         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13124         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13125           C89 fixes: declare variables at the beginning of a block and
13126           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13127           <jensgr at gmx dot net>).
13128
13129 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13130
13131         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13132         * gst/id3demux/id3tags.h:
13133         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13134         (parse_comment_frame), (parse_text_identification_frame),
13135         (id3v2_tag_to_taglist), (id3v2_are_digits),
13136         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13137         (parse_split_strings), (free_tag_strings):
13138           Rewrite parsing of text tags to handle multiple NULL terminated
13139           strings. Parse numeric genre strings and ID3v2 type
13140           "(3)(6)Alternative" style genre strings.
13141           Parse dates that are only YYYY or YYYY-mm format.
13142           (Fixes #328241 and #322154)
13143
13144 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13147           Don't forget to initialize liboil, otherwise our oil functions
13148           will crash (fixes #327871; patch by: Christoph Burghardt
13149           <hawkes at web dot de>).
13150
13151 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13152
13153         * configure.ac:
13154           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13155           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13156           patch by: Brian Cameron <brian dot cameron at sun dot com>
13157
13158 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13159
13160         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13161         * ext/cdio/gstcdio.h:
13162         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13163           Fix build for libcdio versions >= 76; give slightly lower rank
13164           than cdparanoia.
13165
13166 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13167
13168         * configure.ac:
13169         * ext/Makefile.am:
13170         * ext/cdio/Makefile.am:
13171         * ext/cdio/gstcdio.c:
13172         * ext/cdio/gstcdio.h:
13173         * ext/cdio/gstcdiocddasrc.c:
13174         * ext/cdio/gstcdiocddasrc.h:
13175           Port libcdio cdda source, formerly known as cddasrc, now known as
13176           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13177           but that's not tested (fixes #317658).
13178
13179 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13182           Fix conversion from TIME to BYTES format (fixes #326864;
13183           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13184
13185 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13186
13187         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13188           Fix compilation of id3demux when zlib is not present.
13189           (Fixes #326602; patch by: Sergey Scobich)
13190
13191 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         * ext/esd/Makefile.am:
13194           Add $(ESD_CFLAGS), otherwise build will fail for folks
13195           with libesd in a non-standard prefix (#327009).
13196
13197 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13198
13199         * configure.ac:
13200           back to HEAD
13201
13202 === release 0.10.1 ===
13203
13204 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13205
13206         * configure.ac:
13207           releasing 0.10.1, "Li"
13208
13209 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13210
13211           patch by: Wim Taymans
13212
13213         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13214           fix memleak.  Fixes #326618
13215
13216 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13217
13218           patch by: Mike Smith
13219
13220         * gst/level/gstlevel.c: (gst_level_message_new),
13221         (gst_level_message_append_channel):
13222           Fix memleak.  Fixes #326612
13223
13224 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13225
13226         * configure.ac:
13227           prereleasing
13228         * po/af.po:
13229         * po/az.po:
13230         * po/cs.po:
13231         * po/en_GB.po:
13232         * po/hu.po:
13233         * po/it.po:
13234         * po/nb.po:
13235         * po/nl.po:
13236         * po/or.po:
13237         * po/sq.po:
13238         * po/sr.po:
13239         * po/sv.po:
13240         * po/uk.po:
13241         * po/vi.po:
13242           update translations
13243
13244 2006-01-10  Michael Smith  <msmith@fluendo.com>
13245
13246         * gst/level/gstlevel.c: (gst_level_class_init),
13247         (gst_level_dispose):
13248           Don't leak filter arrays.
13249
13250 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13251
13252         reviewed by: Christian Schaller <uraeus@gnome.org>
13253         
13254         * configure.ac:
13255         * gst-plugins-good.spec.in:
13256         * sys/Makefile.am:
13257         * sys/sunaudio/Makefile.am:
13258         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13259         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13260         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13261         (gst_sunaudiomixer_change_state):
13262         * sys/sunaudio/gstsunaudiomixer.h:
13263         * sys/sunaudio/gstsunaudiomixerctrl.c:
13264         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13265         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13266         (gst_sunaudiomixer_ctrl_list_tracks),
13267         (gst_sunaudiomixer_ctrl_get_volume),
13268         (gst_sunaudiomixer_ctrl_set_volume),
13269         (gst_sunaudiomixer_ctrl_set_mute),
13270         (gst_sunaudiomixer_ctrl_set_record):
13271         * sys/sunaudio/gstsunaudiomixerctrl.h:
13272         * sys/sunaudio/gstsunaudiomixertrack.c:
13273         (gst_sunaudiomixer_track_class_init),
13274         (gst_sunaudiomixer_track_init), (fill_labels),
13275         (gst_sunaudiomixer_track_new):
13276         * sys/sunaudio/gstsunaudiomixertrack.h:
13277         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13278         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13279         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13280         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13281         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13282         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13283         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13284         * sys/sunaudio/gstsunaudiosink.h:
13285
13286         Add SunAudio plugin - tested to make sure it doesn't break
13287         the build under GNU/Linux.      
13288
13289 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13290
13291         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13292         * gst-plugins-good/gst/udp/gstudpsrc.c:
13293         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13294         overrides the port or multicast parameters. Fixes bugs #323021.
13295         API addition: adds GstUDPSrc::sockfd property   
13296
13297 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13298
13299         * ext/gconf/Makefile.am:
13300         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13301         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13302         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13303         (do_toggle_element), (cb_toggle_element),
13304         (gst_gconf_audio_src_change_state):
13305         * ext/gconf/gstgconfaudiosrc.h:
13306         * ext/gconf/gstgconfelements.c: (plugin_init):
13307         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13308         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13309         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13310         (do_toggle_element), (cb_toggle_element),
13311         (gst_gconf_video_src_change_state):
13312         * ext/gconf/gstgconfvideosrc.h:
13313           Add new gconfaudiosrc and gconfvideosrc elements
13314           (needed for gnome-sound-recorder).
13315
13316 2006-01-06  Edward Hervey  <edward@fluendo.com>
13317
13318         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13319         Add gst_element_no_more_pads() for proper decodebin behaviour.
13320         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13321         (parse_text_identification_frame), (parse_split_strings):
13322         Failure to decode some tags is not a GST_ERROR() but a
13323         GST_WARNING()
13324         When iterating over a chunk of text, check that we haven't gone too
13325         far.
13326
13327 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13328
13329         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13330         (plugin_init):
13331           call oil_init() when using liboil
13332
13333 2006-01-04  Wim Taymans  <wim@fluendo.com>
13334
13335         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13336         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13337         Fix leaks.
13338
13339 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13340
13341         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13342
13343         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13344         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13345         (gst_flac_dec_change_state):
13346           Don't g_assert() where we should just return FALSE; remove
13347           unnecessary g_assert(); initialize some fields properly in
13348           state change function (fixes #325504). Also, use
13349           GST_DEBUG_OBJECT in two more places.
13350
13351 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13352
13353         * configure.ac:
13354           also remove smoothwave's Makefile.am
13355         * docs/plugins/Makefile.am:
13356           fix plugin docs
13357
13358 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13359
13360         * tests/examples/Makefile.am:
13361           added missing Makefile.am
13362
13363 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13364
13365         * configure.ac:
13366         * gst/level/Makefile.am:
13367         * gst/level/level-example.c:
13368         * tests/Makefile.am:
13369         * tests/examples/level/Makefile.am:
13370         * tests/examples/level/level-example.c: (message_handler), (main):
13371           moved level-example to tests/examples/level-example
13372         * tests/old/examples/level/demo.c: (main):
13373         * tests/old/examples/level/plot.c: (main):
13374           some initial fixes
13375
13376 2005-12-29  Michael Smith  <msmith@fluendo.com>
13377
13378         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13379         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13380         * gst/udp/gstmultiudpsink.h:
13381           Track packets sent per client in addition to bytes sent; provide
13382           this info through get-stats signal
13383
13384 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13385
13386         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13387           Can't use gst_object_unref() on a GstAdapter (#325191).
13388
13389 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13390
13391         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13392         If a broken tag has 0 bytes payload, at least still skip
13393         the 10 byte header
13394
13395 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13396
13397         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13398         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13399         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13400         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13401           Making these depayloaders (H263+ and mpeg4 video) inherit from
13402           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13403
13404 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13405
13406         * docs/plugins/gst-plugins-good-plugins.args:
13407         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13408         Regenerate the plugin hiearchy.
13409
13410 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13411
13412         * docs/plugins/Makefile.am:
13413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13414         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13415         * docs/plugins/gst-plugins-good-plugins.args:
13416         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13417         (gst_id3demux_base_init), (gst_id3demux_class_init),
13418         (gst_id3demux_chain):
13419         * gst/id3demux/gstid3demux.h:
13420           Add documentation for id3demux.
13421           Don't fail if the first buffer is not at offset 0, just
13422           attempt to typefind and do pass through
13423           Rename the gst_type function from gst_gst_id3demux..
13424
13425 2005-12-20  Michael Smith  <msmith@fluendo.com>
13426
13427         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13428         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13429         (gst_multiudpsink_get_stats):
13430         * gst/udp/gstmultiudpsink.h:
13431           Collect statistics; return them from get_stats.
13432
13433 2005-12-19  Edward Hervey  <edward@fluendo.com>
13434
13435         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13436         Stupid signedness issue...
13437
13438 2005-12-19  Edward Hervey  <edward@fluendo.com>
13439
13440         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13441         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13442         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13443         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13444         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13445         Construct index for indexless files.
13446         Make sure pad/buffers are correctly reset to NULL once we don't need
13447         them anymore, else we get lovely segfaults/assertions.
13448         * gst/wavparse/gstwavparse.c:
13449         Yes, you can have 96KHz audio and wma in wav :(
13450
13451 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13452
13453         * configure.ac:
13454           Check for optional dependency on zlib for id3demux
13455
13456         * gst/id3demux/Makefile.am:
13457         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13458         (gst_id3demux_base_init), (gst_id3demux_class_init),
13459         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13460         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13461         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13462         (gst_id3demux_set_property), (gst_id3demux_get_property),
13463         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13464         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13465         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13466         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13467         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13468         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13469         (simple_find_peek), (simple_find_suggest),
13470         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13471         (plugin_init):
13472         * gst/id3demux/gstid3demux.h:
13473         * gst/id3demux/id3tags.c: (read_synch_uint),
13474         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13475         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13476         (id3demux_id3v2_frames_to_tag_list):
13477         * gst/id3demux/id3tags.h:
13478         * gst/id3demux/id3v2.4.0-frames.txt:
13479         * gst/id3demux/id3v2.4.0-structure.txt:
13480         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13481         (parse_comment_frame), (parse_text_identification_frame),
13482         (id3v2_tag_to_taglist), (parse_split_strings):
13483           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13484           otherwise it discards them. Works on my test files. 
13485
13486         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13487           Don't send EOS to a non-existing srcpad
13488           The debug category can be static
13489
13490 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13491
13492         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13493         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13494         * gst/multipart/multipartdemux.c:
13495           change some char* into char[]
13496
13497 2005-12-16  Wim Taymans  <wim@fluendo.com>
13498
13499         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13500         (gst_wavparse_other), (gst_wavparse_perform_seek),
13501         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13502         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13503         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13504         * gst/wavparse/gstwavparse.h:
13505         Use GstSegment to implement more seeking features.
13506
13507 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         * gst/rtsp/rtspconnection.c:
13510           Add <netinet/in.h> include and move <arpa/inet.h> include
13511           to make things work on OpenBSD as well (fixes #323717;
13512           patch by: Benjamin Pineau)
13513
13514 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13515
13516         * gst/rtp/gstrtpspeexdepay.c:
13517         * gst/rtp/gstrtpspeexpay.c:
13518         Set clock rate to be fixed in 8000. It fixes bug #324012.
13519
13520 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13521
13522         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13523         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13524         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13525         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13526         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13527         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13528         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13529         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13530         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13531         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13532         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13533         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13534         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13535         * gst-plugins-good/gst/rtp/README:
13536         Fixed payload range in payloder caps. Removed payload range completely
13537         from depayloaders as they don't require payload type in their caps.
13538         In effect, there isn't any specific payload type for any given codec,
13539         only suggestions.
13540         Fixes bug #324011.
13541
13542 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13543
13544         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13545         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13546         (gst_videomixer_collected): Code cleanup and re-enabling 
13547         queued time validity check for correct EOS handling.
13548
13549 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13550
13551         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13552         (gst_oss_mixer_element_get_property),
13553         (gst_oss_mixer_element_change_state):
13554         Add 'device-name' property and fix state change function.
13555
13556 2005-12-13  Edward Hervey  <edward@fluendo.com>
13557
13558         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13559         If the speed of the file is null in the header, set the frame_time to
13560         the default setting of GST_SECOND / 70. Which is the default
13561         frame_delay for .fli files as stated in this document :
13562         http://www.compuphase.com/flic.htm
13563         Would be nice to have the time conversion done properly too (duration =
13564         flxh->frames * flxdec->frame_time)
13565
13566 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13567
13568         * docs/plugins/Makefile.am:
13569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13570         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13571         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13572         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13573         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13574         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13575         documentation for videomixer on my way with a funny sample
13576         pipeline.
13577
13578 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13579
13580         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13581         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13582         (gst_videomixer_update_queues), (gst_videomixer_collected):
13583         Fix caps negotiation. (#323896)
13584
13585 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13586
13587         * gst/matroska/matroska-demux.c:
13588         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13589           Set correct timestamps on audio laces, fixes playback of mp3 from
13590                 matroska.
13591
13592 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13593
13594         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13595         (gst_au_parse_class_init), (gst_au_parse_init),
13596         (gst_au_parse_dispose), (gst_au_parse_chain),
13597         (gst_au_parse_change_state), (plugin_init):
13598         * gst/auparse/gstauparse.h:
13599           Use gst_object_unref() for GstObjects instead of
13600           g_object_unref() and fix a mem leak in a debug
13601           statement; while we're at it, also borgify, use
13602           boilerplate macros and clean up a little bit.
13603
13604 2005-12-11  Edward Hervey  <edward@fluendo.com>
13605
13606         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13607         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13608         Added pull mode.
13609
13610 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13611
13612         * gst/goom/gstgoom.c:
13613         * gst/level/level-example.c: (main):
13614         * gst/smoothwave/demo-osssrc.c: (main):
13615           Use audiotestsrc instead of sinesrc (#323798).
13616
13617 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13618
13619         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13620           more debug-func-ptr usage
13621
13622 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13623
13624         * gst/flx/flx_color.c: (flx_colorspace_convert):
13625         * gst/flx/flx_color.h:
13626         * gst/flx/flx_fmt.h:
13627         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13628         * gst/flx/gstflxdec.h:
13629           Now flxdec works on big-endian machines as well.
13630
13631 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13632
13633         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13634         (gst_fenced_buffer_copy):
13635           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13636           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13637           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13638           and use GST_DEBUG_FUNCPTR for pad functions.
13639
13640 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13641
13642         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13643         (gst_flac_dec_class_init), (gst_flac_dec_init),
13644         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13645         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13646         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13647         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13648         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13649         (gst_flac_dec_change_state):
13650         * ext/flac/gstflacdec.h:
13651           Rewrite flacdec a bit, so that even seeking might work now. Most
13652           importantly, don't act upon any flow return values we get, just tell
13653           the decoder everything's dandy and act on the flow return values
13654           later on in the loop function. We don't want to mess up the internal
13655           decoder state for non-fatal things like flushing pads etc. Other
13656           than that, use GstSegment (segment seeks don't work yet though, but
13657           should be easy to add), use boilerplate macros, drop the superfluous
13658           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13659           lots of other things.
13660
13661 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13662
13663         * configure.ac:
13664           Update comment in OSS includes check.
13665
13666         * sys/oss/gstossdmabuffer.c:
13667         * sys/oss/gstosshelper.c:
13668         * sys/oss/gstossmixer.c:
13669         * sys/oss/gstossmixertrack.c:
13670         * sys/oss/gstosssink.c:
13671         * sys/oss/gstosssrc.c:
13672         * sys/oss/oss_probe.c:
13673           Don't assume the OSS soundcard.h include is always in
13674           the sys/ directory. Instead, use the existing defines
13675           from config.h to include the right file. Fixes
13676           compilation on OpenBSD 3.8 (#323718).
13677
13678 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13679
13680         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13681         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13682         * docs/plugins/inspect/plugin-1394.xml:
13683         * docs/plugins/inspect/plugin-aasink.xml:
13684         * docs/plugins/inspect/plugin-alaw.xml:
13685         * docs/plugins/inspect/plugin-alpha.xml:
13686         * docs/plugins/inspect/plugin-alphacolor.xml:
13687         * docs/plugins/inspect/plugin-auparse.xml:
13688         * docs/plugins/inspect/plugin-autodetect.xml:
13689         * docs/plugins/inspect/plugin-avi.xml:
13690         * docs/plugins/inspect/plugin-cacasink.xml:
13691         * docs/plugins/inspect/plugin-cairo.xml:
13692         * docs/plugins/inspect/plugin-cutter.xml:
13693         * docs/plugins/inspect/plugin-debug.xml:
13694         * docs/plugins/inspect/plugin-dv.xml:
13695         * docs/plugins/inspect/plugin-efence.xml:
13696         * docs/plugins/inspect/plugin-effectv.xml:
13697         * docs/plugins/inspect/plugin-esdsink.xml:
13698         * docs/plugins/inspect/plugin-flac.xml:
13699         * docs/plugins/inspect/plugin-flxdec.xml:
13700         * docs/plugins/inspect/plugin-gconfelements.xml:
13701         * docs/plugins/inspect/plugin-goom.xml:
13702         * docs/plugins/inspect/plugin-jpeg.xml:
13703         * docs/plugins/inspect/plugin-level.xml:
13704         * docs/plugins/inspect/plugin-matroska.xml:
13705         * docs/plugins/inspect/plugin-mulaw.xml:
13706         * docs/plugins/inspect/plugin-multipart.xml:
13707         * docs/plugins/inspect/plugin-navigationtest.xml:
13708         * docs/plugins/inspect/plugin-ossaudio.xml:
13709         * docs/plugins/inspect/plugin-png.xml:
13710         * docs/plugins/inspect/plugin-rtp.xml:
13711         * docs/plugins/inspect/plugin-rtsp.xml:
13712         * docs/plugins/inspect/plugin-shout2send.xml:
13713         * docs/plugins/inspect/plugin-smpte.xml:
13714         * docs/plugins/inspect/plugin-speex.xml:
13715         * docs/plugins/inspect/plugin-udp.xml:
13716         * docs/plugins/inspect/plugin-videobox.xml:
13717         * docs/plugins/inspect/plugin-videoflip.xml:
13718         * docs/plugins/inspect/plugin-videomixer.xml:
13719         * docs/plugins/inspect/plugin-wavenc.xml:
13720         * docs/plugins/inspect/plugin-wavparse.xml:
13721         * ext/flac/gstflac.c: (plugin_init):
13722         * ext/flac/gstflacdec.c: (flacdec_get_type),
13723         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13724         (gst_flac_dec_init), (gst_flac_dec_finalize),
13725         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13726         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13727         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13728         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13729         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13730         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13731         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13732         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13733         * ext/flac/gstflacdec.h:
13734         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13735         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13736         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13737         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13738         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13739         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13740         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13741         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13742         (gst_flac_enc_change_state):
13743         * ext/flac/gstflacenc.h:
13744           borgify and fix up documentation
13745
13746 2005-12-09  Michael Smith  <msmith@fluendo.com>
13747
13748         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13749           Accept a wider range of flac files, more closely matching flac spec.
13750
13751 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13752
13753         * docs/plugins/Makefile.am: Add multipart elements.
13754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13755         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13756         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13757         * gst/multipart/multipartdemux.c:
13758         * gst/multipart/multipartmux.c: Add docs.
13759
13760 2005-12-07  Edward Hervey  <edward@fluendo.com>
13761
13762         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13763         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13764         (gst_avi_demux_invert):
13765         Memleak and crasher fixes.
13766         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13767         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13768         Memleak fixes
13769
13770 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13771
13772         * ext/aalib/gstaasink.h:
13773         * ext/cairo/gsttextoverlay.h:
13774         * ext/dv/gstdvdec.h:
13775         * ext/dv/gstdvdemux.c:
13776         * ext/dv/gstdvdemux.h:
13777         * ext/esd/esdsink.h:
13778         * ext/flac/flac_compat.h:
13779         * ext/flac/gstflacdec.h:
13780         * ext/flac/gstflacenc.h:
13781         * ext/gconf/gconf.h:
13782         * ext/gconf/gstgconfaudiosink.h:
13783         * ext/gconf/gstgconfvideosink.h:
13784         * ext/gdk_pixbuf/gstgdkanimation.h:
13785         * ext/jpeg/gstjpegdec.h:
13786         * ext/jpeg/smokecodec.h:
13787         * ext/jpeg/smokeformat.h:
13788         * ext/ladspa/gstsignalprocessor.h:
13789         * ext/ladspa/search.c: (LADSPAPluginSearch):
13790         * ext/ladspa/utils.h:
13791         * ext/libmng/gstmng.c:
13792         * ext/libmng/gstmngdec.h:
13793         * ext/libmng/gstmngenc.c:
13794         * ext/libmng/gstmngenc.h:
13795         * ext/libpng/gstpng.c:
13796         * ext/libpng/gstpngenc.c:
13797         * ext/libpng/gstpngenc.h:
13798         * ext/shout2/gstshout2.h:
13799         * ext/speex/gstspeexdec.h:
13800         * ext/speex/gstspeexenc.c:
13801         * ext/speex/gstspeexenc.h:
13802         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13803         * gst/autodetect/gstautoaudiosink.h:
13804         * gst/autodetect/gstautovideosink.h:
13805         * gst/avi/gstavidemux.h:
13806         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13807         (gst_cutter_set_property), (gst_cutter_get_caps):
13808         * gst/cutter/gstcutter.h:
13809         * gst/debug/tests.c: (md5_process_block):
13810         * gst/debug/tests.h:
13811         * gst/effectv/gstwarp.c:
13812         * gst/flx/flx_fmt.h:
13813         * gst/flx/gstflxdec.h:
13814         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13815         (zoomFilterFastRGB):
13816         * gst/goom/filters.h:
13817         * gst/goom/goom_tools.h:
13818         * gst/law/alaw-encode.c:
13819         * gst/level/gstlevel.c:
13820         * gst/level/gstlevel.h:
13821         * gst/matroska/ebml-write.h:
13822         * gst/matroska/matroska-demux.h:
13823         * gst/matroska/matroska-ids.h:
13824         * gst/matroska/matroska-mux.h:
13825         * gst/monoscope/convolve.c: (convolve_match):
13826         * gst/monoscope/convolve.h:
13827         * gst/multipart/multipartmux.c:
13828         * gst/oldcore/gstaggregator.c:
13829         * gst/oldcore/gstaggregator.h:
13830         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13831         * gst/oldcore/gstmd5sink.h:
13832         * gst/oldcore/gstmultifilesrc.c:
13833         * gst/oldcore/gstmultifilesrc.h:
13834         * gst/oldcore/gstpipefilter.h:
13835         * gst/oldcore/gstshaper.h:
13836         * gst/rtp/gstrtpL16depay.h:
13837         * gst/rtp/gstrtpL16pay.h:
13838         * gst/rtp/gstrtpdepay.h:
13839         * gst/rtp/gstrtpmp4vpay.c:
13840         * gst/rtp/gstrtpmp4vpay.h:
13841         * gst/rtsp/gstrtspsrc.c:
13842         * gst/rtsp/gstrtspsrc.h:
13843         * gst/rtsp/rtspconnection.h:
13844         * gst/rtsp/rtspdefs.h:
13845         * gst/rtsp/rtspmessage.h:
13846         * gst/rtsp/rtsptransport.h:
13847         * gst/rtsp/rtspurl.c:
13848         * gst/rtsp/rtspurl.h:
13849         * gst/rtsp/sdpmessage.c:
13850         * gst/rtsp/sdpmessage.h:
13851         * gst/smpte/barboxwipes.c:
13852         * gst/smpte/gstmask.h:
13853         * gst/smpte/gstsmpte.h:
13854         * gst/smpte/paint.c:
13855         * gst/smpte/paint.h:
13856         * gst/udp/gstdynudpsink.h:
13857         * gst/udp/gstmultiudpsink.h:
13858         * gst/udp/gstudpsink.c:
13859         * gst/udp/gstudpsink.h:
13860         * gst/udp/gstudpsrc.c:
13861         * gst/videomixer/videomixer.c:
13862         * gst/wavenc/riff.h:
13863         * gst/wavparse/gstwavparse.h:
13864         * sys/oss/gstossdmabuffer.h:
13865         * sys/oss/gstossmixer.h:
13866         * sys/oss/gstossmixerelement.h:
13867         * sys/oss/gstossmixertrack.h:
13868         * sys/oss/gstosssink.c:
13869         * sys/oss/gstosssink.h:
13870         * sys/oss/gstosssrc.c:
13871         * sys/oss/gstosssrc.h:
13872         * sys/osxaudio/gstosxaudioelement.h:
13873         * sys/osxaudio/gstosxaudiosink.h:
13874         * sys/osxaudio/gstosxaudiosrc.h:
13875           expand tabs
13876
13877 === release 0.10.0 ===
13878
13879 2005-12-05   <thomas (at) apestaart (dot) org>
13880
13881         * configure.ac:
13882           releasing 0.10.0, "Abondance"
13883
13884 2005-12-05  Andy Wingo  <wingo@pobox.com>
13885
13886         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13887         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13888         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13889         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13890         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13891         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13892         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13893         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13894         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13895         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13896         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13897         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13898         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13899         * gst/goom/gstgoom.c: (gst_goom_chain):
13900         * gst/matroska/matroska-demux.c:
13901         (gst_matroska_demux_push_vorbis_codec_priv_data),
13902         (gst_matroska_demux_add_wvpk_header):
13903         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13904         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13905         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13906         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13907         alloc_buffer changes.
13908
13909 2005-12-05  Michael Smith  <msmith@fluendo.com>
13910
13911         * docs/plugins/gst-plugins-good-plugins.args:
13912           Remove args for plugins that aren't in -good.
13913
13914 === release 0.9.7 ===
13915
13916 2005-12-01   <thomas (at) apestaart (dot) org>
13917
13918         * configure.ac:
13919           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13920
13921 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13922
13923         * docs/plugins/.cvsignore:
13924         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13925         * docs/plugins/inspect/plugin-multipart.xml:
13926         * docs/plugins/inspect/plugin-rtp.xml:
13927           add multipart plugin to docs
13928
13929 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13930
13931         * configure.ac:
13932         * ext/Makefile.am:
13933         * ext/pango/Makefile.am:
13934         * ext/pango/gstclockoverlay.c:
13935         * ext/pango/gstclockoverlay.h:
13936         * ext/pango/gsttextoverlay.c:
13937         * ext/pango/gsttextoverlay.h:
13938         * ext/pango/gsttextrender.c:
13939         * ext/pango/gsttextrender.h:
13940         * ext/pango/gsttimeoverlay.c:
13941         * ext/pango/gsttimeoverlay.h:
13942           move pango to base
13943
13944 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13945
13946         * gst/rtp/Makefile.am:
13947         * gst/rtp/gstrtpL16depay.c:
13948         * gst/rtp/gstrtpL16depay.h:
13949         * gst/rtp/gstrtpL16parse.c:
13950         * gst/rtp/gstrtpL16parse.h:
13951         * gst/rtp/gstrtpgsmdepay.c:
13952         * gst/rtp/gstrtpgsmdepay.h:
13953         * gst/rtp/gstrtpgsmparse.c:
13954         * gst/rtp/gstrtpgsmparse.h:
13955           parsers are depayers
13956
13957 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13958
13959         * gst/rtp/Makefile.am:
13960         * gst/rtp/gstasteriskh263.c:
13961         * gst/rtp/gstrtp.c:
13962         * gst/rtp/gstrtpL16enc.c:
13963         * gst/rtp/gstrtpL16enc.h:
13964         * gst/rtp/gstrtpL16parse.c:
13965         * gst/rtp/gstrtpL16parse.h:
13966         * gst/rtp/gstrtpL16pay.c:
13967         * gst/rtp/gstrtpL16pay.h:
13968         * gst/rtp/gstrtpamrdec.c:
13969         * gst/rtp/gstrtpamrdec.h:
13970         * gst/rtp/gstrtpamrdepay.c:
13971         * gst/rtp/gstrtpamrdepay.h:
13972         * gst/rtp/gstrtpamrenc.c:
13973         * gst/rtp/gstrtpamrenc.h:
13974         * gst/rtp/gstrtpamrpay.c:
13975         * gst/rtp/gstrtpamrpay.h:
13976         * gst/rtp/gstrtpdec.c:
13977         * gst/rtp/gstrtpdec.h:
13978         * gst/rtp/gstrtpdepay.c:
13979         * gst/rtp/gstrtpdepay.h:
13980         * gst/rtp/gstrtpg711dec.c:
13981         * gst/rtp/gstrtpg711dec.h:
13982         * gst/rtp/gstrtpg711depay.c:
13983         * gst/rtp/gstrtpg711depay.h:
13984         * gst/rtp/gstrtpg711enc.c:
13985         * gst/rtp/gstrtpg711enc.h:
13986         * gst/rtp/gstrtpg711pay.c:
13987         * gst/rtp/gstrtpg711pay.h:
13988         * gst/rtp/gstrtpgsmenc.c:
13989         * gst/rtp/gstrtpgsmenc.h:
13990         * gst/rtp/gstrtpgsmparse.c:
13991         * gst/rtp/gstrtpgsmparse.h:
13992         * gst/rtp/gstrtpgsmpay.c:
13993         * gst/rtp/gstrtpgsmpay.h:
13994         * gst/rtp/gstrtph263enc.c:
13995         * gst/rtp/gstrtph263enc.h:
13996         * gst/rtp/gstrtph263pay.c:
13997         * gst/rtp/gstrtph263pay.h:
13998         * gst/rtp/gstrtph263pdec.c:
13999         * gst/rtp/gstrtph263pdec.h:
14000         * gst/rtp/gstrtph263pdepay.c:
14001         * gst/rtp/gstrtph263pdepay.h:
14002         * gst/rtp/gstrtph263penc.c:
14003         * gst/rtp/gstrtph263penc.h:
14004         * gst/rtp/gstrtph263ppay.c:
14005         * gst/rtp/gstrtph263ppay.h:
14006         * gst/rtp/gstrtpmp4vdec.c:
14007         * gst/rtp/gstrtpmp4vdec.h:
14008         * gst/rtp/gstrtpmp4vdepay.c:
14009         * gst/rtp/gstrtpmp4vdepay.h:
14010         * gst/rtp/gstrtpmp4venc.c:
14011         * gst/rtp/gstrtpmp4venc.h:
14012         * gst/rtp/gstrtpmp4vpay.c:
14013         * gst/rtp/gstrtpmp4vpay.h:
14014         * gst/rtp/gstrtpmpadec.c:
14015         * gst/rtp/gstrtpmpadec.h:
14016         * gst/rtp/gstrtpmpadepay.c:
14017         * gst/rtp/gstrtpmpadepay.h:
14018         * gst/rtp/gstrtpmpaenc.c:
14019         * gst/rtp/gstrtpmpaenc.h:
14020         * gst/rtp/gstrtpmpapay.c:
14021         * gst/rtp/gstrtpmpapay.h:
14022         * gst/rtp/gstrtpspeexdec.c:
14023         * gst/rtp/gstrtpspeexdec.h:
14024         * gst/rtp/gstrtpspeexdepay.c:
14025         * gst/rtp/gstrtpspeexdepay.h:
14026         * gst/rtp/gstrtpspeexenc.c:
14027         * gst/rtp/gstrtpspeexenc.h:
14028         * gst/rtp/gstrtpspeexpay.c:
14029         * gst/rtp/gstrtpspeexpay.h:
14030           Do burger's rename for rtp payloaders and depayloaders
14031
14032 2005-11-30  Wim Taymans  <wim@fluendo.com>
14033
14034         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14035         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14036         * ext/dv/gstdvdemux.h:
14037         Fix seeking in dvdemux again, add some more debug info.
14038
14039 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14040
14041         * configure.ac:
14042           fix tests
14043
14044 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14045
14046         * PORTED_09:
14047         * docs/random/PORTED_09:
14048           move
14049         * tests/Makefile.am:
14050           add
14051         * win32/gst.sln:
14052           remove
14053
14054 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14055
14056         * Makefile.am:
14057         * check/.cvsignore:
14058         * check/Makefile.am:
14059         * check/elements/.cvsignore:
14060         * check/elements/level.c:
14061         * check/elements/matroskamux.c:
14062         * configure.ac:
14063         * examples/Makefile.am:
14064         * examples/capsfilter/Makefile.am:
14065         * examples/capsfilter/capsfilter1.c:
14066         * examples/gob/Makefile.am:
14067         * examples/gob/gst-identity2.gob:
14068         * examples/gstplay/.cvsignore:
14069         * examples/gstplay/Makefile.am:
14070         * examples/gstplay/player.c:
14071         * examples/indexing/.cvsignore:
14072         * examples/indexing/Makefile.am:
14073         * examples/indexing/indexmpeg.c:
14074         * examples/level/Makefile.am:
14075         * examples/level/README:
14076         * examples/level/demo.c:
14077         * examples/level/plot.c:
14078         * examples/stats/Makefile.am:
14079         * examples/stats/mp2ogg.c:
14080         * examples/switch/.cvsignore:
14081         * examples/switch/Makefile.am:
14082         * examples/switch/switcher.c:
14083           move under tests/
14084
14085 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14086
14087         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14088         (gst_text_render_class_init), (resize_bitmap),
14089         (gst_text_render_render_text), (gst_text_render_setcaps),
14090         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14091         (gst_text_render_chain), (gst_text_render_finalize),
14092         (gst_text_render_init), (gst_text_render_set_property):
14093         * ext/pango/gsttextrender.h:
14094           Add missing files.
14095
14096 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14097
14098         * configure.ac:
14099         * ext/Makefile.am:
14100         * ext/pango/Makefile.am:
14101         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14102         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14103         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14104         * ext/pango/gstclockoverlay.h:
14105         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14106         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14107         (gst_text_overlay_finalize), (gst_text_overlay_init),
14108         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14109         (gst_text_overlay_text_pad_linked),
14110         (gst_text_overlay_text_pad_unlinked),
14111         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14112         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14113         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14114         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14115         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14116         (gst_text_overlay_change_state), (plugin_init):
14117         * ext/pango/gsttextoverlay.h:
14118         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14119         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14120         (gst_time_overlay_class_init), (gst_time_overlay_init):
14121         * ext/pango/gsttimeoverlay.h:
14122           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14123           and add background shading and text wrapping modes. Make 
14124           timoverlay derive from textoverlay. Also add new clockoverlay
14125           element.
14126
14127 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14128
14129         * gst/udp/Makefile.am: Moved to netbuffer.
14130
14131 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14132
14133         * configure.ac:
14134         * PORTED_O9:
14135         * gst/multipart/Makefile.am:
14136         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14137         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14138         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14139         (gst_multipart_demux_change_state),
14140         (gst_multipart_demux_plugin_init):
14141         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14142         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14143         (gst_multipart_mux_sinkconnect),
14144         (gst_multipart_mux_request_new_pad),
14145         (gst_multipart_mux_handle_src_event),
14146         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14147         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14148         0.9.
14149
14150 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14151
14152         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14153         * gst/debug/gstnavigationtest.h:
14154         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14155         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14156         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14157         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14158         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14159         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14160         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14161         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14162         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14163         (gst_video_flip_get_type):
14164         * gst/videofilter/gstvideoflip.h:
14165           update for symbols change
14166
14167 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14168
14169         * gst/udp/gstdynudpsink.c:
14170         * gst/udp/gstudpsrc.c:
14171           the old gstnet lib was renamed gstnetbuffer (#322257)
14172
14173 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14174
14175         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14176         (gst_text_overlay_collected):
14177           Actually render the text from the text pad.
14178
14179 2005-11-29  Edward Hervey  <edward@fluendo.com>
14180
14181         * gst/debug/gstnavseek.c: (gst_navseek_event):
14182         * gst/debug/progressreport.c: (gst_progress_report_event):
14183         Update for GstBaseTransform event virtual method
14184
14185 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14186
14187         * ext/cairo/Makefile.am:
14188           no need to link to videofilter
14189
14190 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14191
14192         * gst/debug/Makefile.am:
14193         * gst/debug/gstnavigationtest.h:
14194         * gst/effectv/Makefile.am:
14195         * gst/effectv/gstaging.c:
14196         * gst/effectv/gstdice.c:
14197         * gst/effectv/gstedge.c:
14198         * gst/effectv/gstquark.c:
14199         * gst/effectv/gstrev.c:
14200         * gst/effectv/gstshagadelic.c:
14201         * gst/effectv/gstvertigo.c:
14202         * gst/effectv/gstwarp.c:
14203         * gst/videofilter/Makefile.am:
14204         * gst/videofilter/gstvideofilter.c:
14205         * gst/videofilter/gstvideofilter.h:
14206         * gst/videofilter/gstvideoflip.h:
14207           remove the videofilter library and link to the one in base
14208
14209 2005-11-28  Edward Hervey  <edward@fluendo.com>
14210
14211         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14212         Useless check now we're setting the current entry correctly.
14213
14214 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14215
14216         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14217         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14218         (gst_jpegenc_change_state):
14219           Don't leak input buffer in chain function (fixes #322667); make 
14220           state change function thread-safe; don't repeat the current function
14221           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14222           gst_pad_alloc_buffer(); misc. minor cleanups.
14223
14224 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14225
14226         * gst/matroska/matroska-mux.c:
14227         (gst_matroska_mux_video_pad_setcaps):
14228         Look for pixel-aspect-ratio in caps, not pixel_width and
14229         pixel_height (Fixes: #322645)
14230
14231 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14232
14233         * gst/matroska/matroska-mux.c:
14234         (gst_matroska_mux_video_pad_setcaps):
14235         From Michal Benes:
14236         frame duration should be GST_SECOND / framerate, not
14237         GST_SECOND * framerate. (Fixes: #322643)
14238
14239 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14240
14241         * configure.ac:
14242           fix up GST_PLUGIN_LDFLAGS
14243         * gst/rtsp/rtspconnection.c:
14244           fix includes (see #317043)
14245         * gst/videofilter/Makefile.am:
14246           stop installing this library
14247
14248 2005-11-26  Edward Hervey  <edward@fluendo.com>
14249
14250         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14251         Handle the case where the incoming Video dv stream doesn't have
14252         a pixel aspect ratio set.
14253
14254 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14255
14256         * docs/plugins/Makefile.am:
14257         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14258         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14259         * ext/flac/gstflacdec.c:
14260           document flacdec
14261
14262 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14263
14264         * docs/plugins/Makefile.am:
14265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14267         * docs/plugins/inspect/plugin-autodetect.xml:
14268         * ext/cairo/gstcairo.c: (plugin_init):
14269         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14270         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14271         (gst_text_overlay_init), (gst_text_overlay_font_init),
14272         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14273         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14274         (gst_text_overlay_text_pad_linked),
14275         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14276         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14277         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14278         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14279         (gst_text_overlay_change_state):
14280         * ext/cairo/gsttextoverlay.h:
14281         * ext/cairo/gsttimeoverlay.c:
14282         (gst_cairo_time_overlay_update_font_height),
14283         (gst_cairo_time_overlay_set_caps),
14284         (gst_cairo_time_overlay_get_unit_size),
14285         (gst_cairo_time_overlay_print_smpte_time),
14286         (gst_cairo_time_overlay_transform),
14287         (gst_cairo_time_overlay_base_init),
14288         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14289         (gst_cairo_time_overlay_get_type):
14290         * ext/cairo/gsttimeoverlay.h:
14291           do some name borgifying
14292           document
14293
14294 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14295
14296         * docs/plugins/Makefile.am:
14297         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14298         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14299         * gst/autodetect/gstautoaudiosink.c:
14300         (gst_auto_audio_sink_base_init):
14301         * gst/autodetect/gstautovideosink.c:
14302         (gst_auto_video_sink_base_init),
14303         (gst_auto_video_sink_factory_filter):
14304           documenting auto*sink
14305           using strstr for the video sink lookup, class field is not ordered
14306         * docs/plugins/inspect/plugin-1394.xml:
14307         * docs/plugins/inspect/plugin-aasink.xml:
14308         * docs/plugins/inspect/plugin-alaw.xml:
14309         * docs/plugins/inspect/plugin-alpha.xml:
14310         * docs/plugins/inspect/plugin-alphacolor.xml:
14311         * docs/plugins/inspect/plugin-auparse.xml:
14312         * docs/plugins/inspect/plugin-autodetect.xml:
14313         * docs/plugins/inspect/plugin-avi.xml:
14314         * docs/plugins/inspect/plugin-cacasink.xml:
14315         * docs/plugins/inspect/plugin-cairo.xml:
14316         * docs/plugins/inspect/plugin-cutter.xml:
14317         * docs/plugins/inspect/plugin-debug.xml:
14318         * docs/plugins/inspect/plugin-dv.xml:
14319         * docs/plugins/inspect/plugin-efence.xml:
14320         * docs/plugins/inspect/plugin-effectv.xml:
14321         * docs/plugins/inspect/plugin-esdsink.xml:
14322         * docs/plugins/inspect/plugin-flac.xml:
14323         * docs/plugins/inspect/plugin-flxdec.xml:
14324         * docs/plugins/inspect/plugin-gconfelements.xml:
14325         * docs/plugins/inspect/plugin-goom.xml:
14326         * docs/plugins/inspect/plugin-jpeg.xml:
14327         * docs/plugins/inspect/plugin-level.xml:
14328         * docs/plugins/inspect/plugin-matroska.xml:
14329         * docs/plugins/inspect/plugin-mulaw.xml:
14330         * docs/plugins/inspect/plugin-navigationtest.xml:
14331         * docs/plugins/inspect/plugin-ossaudio.xml:
14332         * docs/plugins/inspect/plugin-png.xml:
14333         * docs/plugins/inspect/plugin-rtp.xml:
14334         * docs/plugins/inspect/plugin-rtsp.xml:
14335         * docs/plugins/inspect/plugin-shout2send.xml:
14336         * docs/plugins/inspect/plugin-smpte.xml:
14337         * docs/plugins/inspect/plugin-speex.xml:
14338         * docs/plugins/inspect/plugin-udp.xml:
14339         * docs/plugins/inspect/plugin-videobox.xml:
14340         * docs/plugins/inspect/plugin-videoflip.xml:
14341         * docs/plugins/inspect/plugin-videomixer.xml:
14342         * docs/plugins/inspect/plugin-wavenc.xml:
14343         * docs/plugins/inspect/plugin-wavparse.xml:
14344           update for HEAD version
14345
14346 2005-11-25  Michael Smith  <msmith@fluendo.com>
14347
14348         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14349           Patch from Sebastien Cote to close control sockets in udpsrc.
14350
14351 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14352
14353         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14354         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14355         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14356         (gst_quarktv_base_init), (gst_quarktv_class_init),
14357         (gst_quarktv_init): Flush the planes list on reverse caps
14358         negotiation. This was crashing because of differently sized
14359         buffers.
14360
14361 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14362
14363         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14364         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14365         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14366         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14367         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14368         (gst_videoflip_set_property), (gst_videoflip_base_init),
14369         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14370         correctly, fix identity flipping, convert navigation event 
14371         correctly again.
14372
14373 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14374
14375         * configure.ac: back to HEAD
14376
14377 === release 0.9.6 ===
14378
14379 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14380
14381         * configure.ac:
14382           releasing 0.9.6, "Everything's Not Lost"
14383
14384 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14385
14386         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14387         Oops, initialise the framerate GValue
14388
14389 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14390
14391         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14392         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14393         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14394         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14395         (gst_timeoverlay_get_type):
14396         * ext/cairo/gsttimeoverlay.h:
14397         * gst/debug/Makefile.am:
14398         * gst/debug/gstnavigationtest.c:
14399         (gst_navigationtest_handle_src_event),
14400         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14401         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14402         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14403         (gst_navigationtest_init), (gst_navigationtest_get_type),
14404         (plugin_init):
14405         * gst/debug/gstnavigationtest.h:
14406         * gst/effectv/Makefile.am:
14407         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14408         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14409         (gst_agingtv_base_init), (gst_agingtv_class_init),
14410         (gst_agingtv_init), (gst_agingtv_get_type):
14411         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14412         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14413         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14414         (gst_dicetv_get_type):
14415         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14416         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14417         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14418         (gst_edgetv_get_type):
14419         * gst/effectv/gsteffectv.c:
14420         * gst/effectv/gsteffectv.h:
14421         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14422         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14423         (gst_quarktv_change_state), (gst_quarktv_base_init),
14424         (gst_quarktv_class_init), (gst_quarktv_init),
14425         (gst_quarktv_get_type):
14426         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14427         (gst_revtv_get_unit_size), (gst_revtv_transform),
14428         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14429         (gst_revtv_get_type):
14430         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14431         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14432         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14433         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14434         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14435         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14436         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14437         (gst_vertigotv_init), (gst_vertigotv_get_type):
14438         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14439         (gst_warptv_get_unit_size), (gst_warptv_transform),
14440         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14441         (gst_warptv_get_type):
14442         * gst/videofilter/Makefile.am:
14443         * gst/videofilter/gstvideobalance.c:
14444         * gst/videofilter/gstvideobalance.h:
14445         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14446         (gst_videofilter_class_init), (gst_videofilter_init):
14447         * gst/videofilter/gstvideofilter.h:
14448         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14449         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14450         (gst_videoflip_flip), (gst_videoflip_transform),
14451         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14452         (gst_videoflip_base_init), (gst_videoflip_class_init),
14453         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14454         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14455         BaseTransform, it's just a place holder for now and every video
14456         effect plugin has been ported to use BaseTransform features 
14457         directly. QuarkTV was fixed too (was broken), navigationtest works
14458         and best for the end, videoflip converts navigation events depending
14459         on flip method ! Fixes #320953
14460
14461 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14462
14463         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14464         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14465         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14466         (gst_goom_src_negotiate), (gst_goom_chain):
14467         * gst/matroska/matroska-mux.c:
14468         (gst_matroska_mux_video_pad_setcaps):
14469         * sys/osxvideo/osxvideosink.m:
14470           Fixes for API changes
14471
14472 2005-11-23  Michael Smith <msmith@fluendo.com>
14473
14474         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14475         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14476         * ext/jpeg/gstjpegdec.h:
14477         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14478         * ext/jpeg/gstjpegenc.h:
14479         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14480         (gst_smokeenc_resync):
14481         * ext/jpeg/gstsmokeenc.h:
14482           JPEG fractiony goodness.
14483
14484 2005-11-22  Michael Smith <msmith@fluendo.com>
14485
14486         * gst/goom/filters.c:
14487         * gst/goom/graphic.h:
14488           Fix compilation by making some functions static inline instead of
14489           extern inline, matching the way they're used.
14490
14491 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14492
14493         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14494         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14495         * ext/cairo/gsttextoverlay.h:
14496         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14497         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14498         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14499         (gst_pngdec_caps_create_and_set):
14500         * ext/libpng/gstpngdec.h:
14501         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14502         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14503         * gst/avi/gstavimux.c: (gst_avimux_init),
14504         (gst_avimux_vidsinkconnect):
14505         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14506         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14507         (gst_goom_src_negotiate), (gst_goom_chain):
14508         * gst/goom/gstgoom.h:
14509         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14510         * gst/matroska/matroska-mux.c:
14511         (gst_matroska_mux_video_pad_setcaps):
14512         * sys/osxvideo/osxvideosink.h:
14513         * sys/osxvideo/osxvideosink.m:
14514           More fractional framerate conversions 
14515
14516 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14517
14518         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14519         * gst/debug/gstnavigationtest.c:
14520         (gst_navigationtest_handle_src_event):
14521         * gst/videofilter/gstvideofilter.c:
14522         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14523         (gst_videofilter_init):
14524         * gst/videofilter/gstvideofilter.h:
14525           Convert to fractional framerates.
14526
14527 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14528
14529         * ext/aalib/gstaasink.c:
14530         * ext/dv/gstdvdec.c:
14531         * ext/esd/esdmon.c:
14532         * ext/flac/gstflacenc.c:
14533         * ext/gdk_pixbuf/pixbufscale.c:
14534         * ext/libcaca/gstcacasink.c:
14535         * ext/shout2/gstshout2.c:
14536         * gst/alpha/gstalpha.c:
14537         * gst/oldcore/gstaggregator.c:
14538         * gst/oldcore/gstshaper.c:
14539         * gst/smpte/barboxwipes.c:
14540         * gst/smpte/gstsmpte.c:
14541         * gst/videobox/gstvideobox.c:
14542         * gst/videofilter/gstvideoflip.c:
14543         * gst/videomixer/videomixer.c:
14544           fix up more enums
14545
14546 2005-11-22  Michael Smith <msmith@fluendo.com>
14547
14548         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14549         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14550         (gst_videomixer_update_queues):
14551           Fractional framerates, videomixer.
14552
14553 2005-11-22  Michael Smith <msmith@fluendo.com>
14554
14555         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14556         * ext/dv/gstdvdec.h:
14557         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14558         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14559         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14560         (gst_dvdemux_flush):
14561         * ext/dv/gstdvdemux.h:
14562           Fractional framerates for DV. 
14563
14564 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * gst/autodetect/gstautoaudiosink.c:
14567         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14568         * gst/autodetect/gstautovideosink.c:
14569         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14570           Use gst_plugin_feature_list_free() to free feature list and
14571           in the case of autovideosink free the list at all. Also
14572           miscellaneous cosmetic fixes.
14573
14574 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14575
14576         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14577         (gst_cutter_set_property), (gst_cutter_get_caps):
14578           copy calculation code from level; remove use of some audio
14579           functions
14580
14581 2005-11-22  Andy Wingo  <wingo@pobox.com>
14582
14583         * Update for gst_tag_setter API changes.
14584
14585 2005-11-22  Andy Wingo  <wingo@pobox.com>
14586
14587         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14588         (gst_dvdemux_demux_frame)
14589         * ext/flac/gstflacdec.c (gst_flacdec_write)
14590         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14591         (gst_flacenc_sink_event)
14592         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14593         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14594         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14595         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14596         * gst/auparse/gstauparse.c (gst_auparse_chain)
14597         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14598         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14599         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14600         (gst_avi_demux_handle_seek)
14601         * gst/goom/gstgoom.c (gst_goom_event)
14602         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14603         * gst/matroska/matroska-demux.c
14604         (gst_matroska_demux_handle_seek_event)
14605         (gst_matroska_demux_loop_stream_parse_id)
14606         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14607         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14608         (gst_wavparse_stream_headers): Run update-funcnames.
14609
14610 2005-11-22  Edward Hervey  <edward@fluendo.com>
14611
14612         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14613         (gst_dv1394src_init), (gst_dv1394src_dispose),
14614         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14615         (gst_dv1394src_uri_set_uri):
14616         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14617         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14618         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14619         URIHandler interface and element properties are now properly
14620         synchronized for DV1394src and UDPSrc
14621
14622 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14623
14624         * ext/flac/Makefile.am:
14625         * ext/speex/Makefile.am:
14626           libgsttagedit has been renamed to libgsttag.
14627
14628 2005-11-21  Wim Taymans  <wim@fluendo.com>
14629
14630         * gst/rtsp/rtspconnection.c: (read_body):
14631         Apply patch from Sebastien Cote to fix #319184.
14632
14633 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14634
14635         * configure.ac:
14636         * gst/cutter/Makefile.am:
14637         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14638         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14639         (gst_cutter_set_property), (gst_cutter_get_property),
14640         (plugin_init), (gst_cutter_get_caps):
14641           port cutter
14642         * gst/level/gstlevel.c:
14643           fix up plugin details
14644
14645 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14646
14647         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14648         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14649         (gst_flacdec_src_event):
14650         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14651         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14652         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14653         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14654         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14655         (gst_flxdec_sink_event_handler):
14656         * gst/matroska/matroska-demux.c:
14657         (gst_matroska_demux_handle_seek_event):
14658         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14659           Update for stream lock API changes: don't take stream log
14660           in sink event handlers any longer and change GST_STREAM_LOCK
14661           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14662           functions.
14663
14664 2005-11-21  Michael Smith <msmith@fluendo.com>
14665
14666         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14667           gst_object_unref, not g_object_unref
14668
14669 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14670
14671         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14672         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14673           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14674
14675 2005-11-21  Michael Smith <msmith@fluendo.com>
14676
14677         * gst/auparse/Makefile.am:
14678         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14679         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14680         (gst_auparse_change_state):
14681         * gst/auparse/gstauparse.h:
14682           Partially fix #161712. playbin still doesn't work on these files,
14683           (on the bug report, Andy says we aren't typefinding it for some
14684           reason?) but at least auparse isn't totally busted like it was before.
14685
14686 2005-11-21  Andy Wingo  <wingo@pobox.com>
14687
14688         * *.h:
14689         * *.c: Ran scripts/update-macros. Oh yes.
14690
14691 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14692
14693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14694           Filler events are gone for now, comment out section generating
14695           them.
14696
14697 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14698
14699         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14700         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14701         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14702         * sys/osxvideo/osxvideosink.m:
14703           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14704           (#322027)
14705
14706 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14707
14708         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14709         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14710         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14711         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14712         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14713         (gst_avi_demux_stream_data):
14714         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14715         * gst/wavenc/gstwavenc.c: (write_metadata):
14716         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14717         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14718         Fixes for GST_FOURCC_FORMAT API change.
14719
14720 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14721
14722         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14723         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14724         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14725         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14726         (gst_text_overlay_change_state):
14727         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14728         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14729         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14730         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14731         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14732         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14733         (gst_videomixer_change_state):
14734           Fix for collect pads API change. Also fix textoverlay state
14735           change function.
14736
14737 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14738
14739         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14740         GST_PAD_IS_USABLE by something approaching it.
14741
14742 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14743
14744         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14745         API changes.
14746         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14747         but also fix the code that was not checking return values from
14748         pad_push neither using pad_alloc_buffer.
14749
14750 2005-11-18  Edward Hervey  <edward@fluendo.com>
14751
14752         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14753         (gst_pngenc_chain):
14754         Added debug category
14755         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14756         goes to EOS.
14757
14758 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14759
14760         * gst/rtp/Makefile.am
14761         * gst/rtp/gstrtp.c
14762         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14763         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14764         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14765         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14766         * gst/rtp/gstrtpg711enc.h:
14767         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14768         * gst/rtp/gstrtpspeexenc.c:
14769         * gst/rtp/gstrtpspeexenc.h:
14770         * gst/rtp/gstrtpspeexdec.c:
14771         * gst/rtp/gstrtpspeexdec.h:
14772         Created Speex payloader and depayloader; Optimize G711 payloader to
14773         use adapter and send packets until MTU size.
14774
14775 2005-11-16  Wim Taymans  <wim@fluendo.com>
14776
14777         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14778         Fix leak in check.
14779
14780 2005-11-16  Wim Taymans  <wim@fluendo.com>
14781
14782         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14783         Fix state change.
14784
14785 2005-11-16  Andy Wingo  <wingo@pobox.com>
14786
14787         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14788         (gst_udpsrc_create): Move comment.
14789
14790 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14791
14792         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14793
14794         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14795           When seeking, seek to closest index entry at or before the requested
14796           seek position, not just the closest one (#321001).
14797
14798 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14799
14800         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14801         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14802           Invert DIB images again (see #132341).
14803
14804 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14805
14806         * configure.ac:
14807           rework configure.ac file
14808         * ext/aalib/gstaasink.c:
14809         * ext/cairo/gstcairo.c:
14810         * ext/dv/gstdv.c:
14811         * ext/esd/gstesd.c:
14812         * ext/flac/gstflac.c:
14813         * ext/gconf/gstgconfelements.c:
14814         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14815         * ext/jpeg/gstjpeg.c:
14816         * ext/ladspa/gstladspa.c:
14817         * ext/libcaca/gstcacasink.c:
14818         * ext/libmng/gstmng.c:
14819         * ext/libpng/gstpng.c:
14820         * ext/mikmod/gstmikmod.c:
14821         * ext/pango/gsttextoverlay.c:
14822         * ext/pango/gsttimeoverlay.c:
14823         * ext/raw1394/gst1394.c:
14824         * ext/speex/gstspeex.c:
14825         * gst/alpha/Makefile.am:
14826         * gst/alpha/gstalpha.c:
14827         * gst/alpha/gstalphacolor.c:
14828         * gst/auparse/gstauparse.c:
14829         * gst/autodetect/gstautoaudiosink.c:
14830         (gst_auto_audio_sink_factory_filter),
14831         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14832         * gst/autodetect/gstautodetect.c:
14833         * gst/avi/gstavi.c:
14834         * gst/cutter/gstcutter.c:
14835         * gst/debug/efence.c:
14836         * gst/debug/gstdebug.c:
14837         * gst/debug/gstnavigationtest.c:
14838         * gst/effectv/gsteffectv.c:
14839         * gst/flx/gstflxdec.c:
14840         * gst/goom/gstgoom.c:
14841         * gst/interleave/plugin.c:
14842         * gst/law/alaw.c:
14843         * gst/law/mulaw.c:
14844         * gst/level/gstlevel.c:
14845         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14846         * gst/matroska/matroska.c:
14847         * gst/median/gstmedian.c:
14848         * gst/monoscope/gstmonoscope.c:
14849         * gst/multipart/multipart.c:
14850         * gst/oldcore/gstelements.c:
14851         * gst/rtp/gstrtp.c:
14852         * gst/rtsp/gstrtsp.c:
14853         * gst/smoothwave/gstsmoothwave.c:
14854         * gst/smpte/gstsmpte.c:
14855         * gst/udp/gstudp.c:
14856         * gst/videobox/gstvideobox.c:
14857         * gst/videofilter/gstgamma.c:
14858         * gst/videofilter/gstvideobalance.c:
14859         * gst/videofilter/gstvideoflip.c:
14860         * gst/videofilter/gstvideotemplate.c:
14861         * gst/videomixer/videomixer.c:
14862         * gst/wavenc/gstwavenc.c:
14863         * gst/wavparse/gstwavparse.c:
14864         * sys/oss/gstossaudio.c:
14865         * sys/osxaudio/gstosxaudio.c:
14866           update GST_PLUGIN_DEFINE
14867         * gst/rtp/Makefile.am:
14868         * gst/rtp/gstasteriskh263.c:
14869           check for htons/htonl headers and possibly link to winsock2 lib
14870
14871 2005-11-12  Edward Hervey  <edward@fluendo.com>
14872
14873         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14874         Only GST_DEBUG() information on the valid components.
14875
14876 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * configure.ac: back to HEAD
14879
14880 === release 0.9.5 ===
14881
14882 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14883
14884         * configure.ac:
14885           releasing 0.9.5, "Phone Alarm"
14886
14887 2005-11-11  Edward Hervey  <edward@fluendo.com>
14888
14889         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14890         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14891         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14892         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14893         (gst_avi_demux_loop):
14894         * gst/avi/gstavidemux.h:
14895         Yeah, implement proper seeking. Exact seeking and segment seeking.
14896         Still need to do some checks for segment_stop.
14897
14898 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14899
14900         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14903           Don't try to ready buffer duration from buffer that we don't
14904           own any  longer and that might already have been unreffed.
14905           (#321136)
14906
14907 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14908
14909         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14910         (flx_decode_delta_flc), (gst_flxdec_chain):
14911         Attempting to optimize the code for embedded systems.
14912
14913 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14914
14915         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14918           Don't re-use already closed file descriptor. (#320920)
14919
14920 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14921
14922         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14923         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14924         (gst_oss_sink_prepare):
14925         * sys/oss/gstosssink.h:
14926           Cache probed caps; fix debug output for SET_PARAM macros.
14927
14928 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         * ext/cairo/Makefile.am:
14931         * ext/cairo/gstcairo.c: (plugin_init):
14932         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14933         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14934         (gst_text_overlay_init), (gst_text_overlay_font_init),
14935         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14936         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14937         (gst_text_overlay_text_pad_linked),
14938         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14939         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14940         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14941         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14942         (gst_text_overlay_change_state):
14943         * ext/cairo/gsttextoverlay.h:
14944           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14945           property and redo positioning. Doesn't handle upstream renegotiation
14946           yet though.
14947
14948 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14949
14950         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14951         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14952         (gst_avi_demux_loop):
14953           No need to take the STREAM_LOCK in the loop function. Improve
14954           some debug messages. Don't leak pad names in debug messages.
14955
14956 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14957
14958         * gst/matroska/matroska-demux.c:
14959         (gst_matroska_demux_push_vorbis_codec_priv_data),
14960         (gst_matroska_demux_add_wvpk_header):
14961           Don't error out when the source pad isn't linked.
14962
14963 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14964
14965         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14966         (gst_gconf_audio_sink_change_state):
14967         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14968         (gst_gconf_video_sink_change_state):
14969           Fix state change functions here as well and set kid
14970           to NULL state before removing it.
14971
14972 2005-11-01  Edward Hervey  <edward@fluendo.com>
14973
14974         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14975         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14976         Added proper event handlind, 
14977         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14978         ignored),
14979         and don't set a duration of 0 for buffers otherwise they are discarded
14980         by GstBaseSink.
14981
14982         GstWavEnc needs some serious loving, after going through the code I'm
14983         really wondering how this can stay in -good ...
14984
14985 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14986
14987         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14988         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14989         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14990         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14991         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14992         (gst_matroska_mux_collected):
14993           Fix leaks and invalid memory access as reported by valgrind
14994
14995 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14996
14997         Patch by: Michal Benes <michal.benes@xeris.cz>
14998
14999         * check/Makefile.am:
15000         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15001         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15002         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15003           add a unit test for matroskamux
15004           fix the bugs that the unit test exposed
15005
15006 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15007
15008         * gst/autodetect/gstautoaudiosink.c:
15009         (gst_auto_audio_sink_class_init),
15010         (gst_auto_audio_sink_change_state):
15011         * gst/autodetect/gstautovideosink.c:
15012         (gst_auto_video_sink_class_init),
15013         (gst_auto_video_sink_change_state):
15014           Fix state change function and use GST_DEBUG_FUNCPTR in
15015           class_init.
15016
15017 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15018
15019         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15020
15021         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15022         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15023         * gst/matroska/ebml-write.h:
15024         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15025           Set timestamps on outgoing ebml headers as well, so that the
15026           element after matroskamux can get the timestamp already when
15027           reading the first ebml element and doesn't have to wait for
15028           the actual data buffer for that (#320308).
15029           
15030 2005-10-31  Andy Wingo  <wingo@pobox.com>
15031
15032         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15033         (gst_videomixer_pad_link): Kill some memleaks.
15034         (gst_videomixer_pad_get_property): Style fix.
15035         (gst_videomixer_pad_set_property): Style fix.
15036         (gst_videomixer_pad_init): Style fix.
15037         (gst_videomixer_update_queues): Kill memleak.
15038         (gst_videomixer_loop): Kill memleak.
15039         (gst_videomixer_collected): Kill memleak.
15040
15041 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15042
15043         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15044         gst_auparse_change_state:
15045         Just some cleanup.
15046
15047 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15048
15049         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15050         Add checks to GST_FLOW_NOT_LINKED for values returned
15051         from gst_pad_push.
15052         
15053 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15054
15055         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15056         (gst_rtpg711dec_process):
15057         * gst/rtp/gstrtpgsmenc.c:
15058         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15059         are never set. This is important for the g711 to work with burger's rtpbin
15060         element.
15061
15062 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15063
15064         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15065         (gst_speexenc_push_buffer):
15066         Add checks for return values from gst_pad_push and
15067         gst_pad_alloc_buffer.
15068
15069 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15070
15071         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15074         (gst_matroska_demux_parse_info),
15075         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15076         (gst_matroska_demux_parse_cluster):
15077         * gst/matroska/matroska-ids.h:
15078         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15079         (gst_matroska_mux_init), (gst_matroska_mux_start),
15080         (gst_matroska_mux_create_buffer_header),
15081         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15082         (gst_matroska_mux_get_property):
15083         * gst/matroska/matroska-mux.h:
15084           Add SimpleBlock support to matroska demuxer and muxer (part of
15085           Matroska v2). (#319731)
15086
15087 2005-10-28  Wim Taymans  <wim@fluendo.com>
15088
15089         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15090         (gst_jpeg_dec_change_state):
15091         * ext/jpeg/gstjpegdec.h:
15092         Cleanups. Don't create caps for every chain.
15093
15094 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15095
15096         * gst/law/alaw-encode.c: (gst_alawenc_init),
15097         (alawenc_setcaps), (gst_alawenc_chain)
15098         * gst/law/alaw-encode.h:
15099         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15100         (mulawenc_setcaps), (gst_mulawenc_chain)
15101         * gst/law/mulaw-encode.h:
15102         Set timestamp on buffer and it allows RTP G711 elements
15103         work properly.
15104
15105 2005-10-27  Wim Taymans  <wim@fluendo.com>
15106
15107         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15108         Set correct format on oss instead of a silly value. 
15109
15110 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15111
15112         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15113         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15114         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15115         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15116         I420 rendering as well, doesn't bring much for my platform.
15117         Might help on some other platforms.
15118
15119 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15120
15121         * gst/rtp/gstrtpgsmenc.c:
15122         * gst/rtp/gstrtpgsmparse.c:
15123         Declaring the padtemplate correctly.
15124
15125 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15126
15127         * gst/rtp/gstrtpg711dec.c:
15128         * gst/rtp/gstrtpg711enc.c:
15129         * gst/rtp/gstrtpgsmenc.c:
15130         * gst/rtp/gstrtpgsmparse.c:
15131         Setting the proper copyright notice.
15132
15133 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15134
15135         * gst/videobox/Makefile.am: Use liboil.
15136         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15137         (gst_video_box_set_property), (gst_video_box_transform_caps),
15138         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15139         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15140         using liboil. Will dot the same to I420 border generation
15141         tomorrow.
15142
15143 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15144
15145         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15146         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15147         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15148         * gst/rtp/gstrtpg711dec.h:
15149         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15150         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15151         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15152         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15153         (gst_rtpgsmenc_handle_buffer):
15154         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15155         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15156         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15157         * gst/rtp/gstrtpgsmparse.h:
15158         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15159         inherits from the basertpdepayloader.
15160
15161 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15162
15163         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15164         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15165         (gst_video_box_ayuv): Removing this forgotten debug.
15166
15167 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15168
15169         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15170         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15171         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15172
15173 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15174
15175         * sys/oss/gstossaudio.c:
15176         * sys/oss/gstossdmabuffer.c:
15177         * sys/oss/gstosshelper.c:
15178         * sys/oss/gstossmixer.c:
15179         * sys/oss/gstossmixerelement.c:
15180         * sys/oss/gstossmixertrack.c:
15181         * sys/oss/gstosssink.c:
15182         * sys/oss/gstosssrc.c:
15183           Actually use the 'oss' debug category we register.
15184
15185 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15186
15187         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15188         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15189         Use gst_pad_get_parent and drop the ref that was added through
15190         that call.
15191
15192 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15193
15194         * gst/rtp/gstrtpgsmenc.c:
15195           Fix compilation
15196
15197 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15198
15199         * gst/rtp/gstrtpg711dec.c
15200         Just removed a couple of lines of weird code used during
15201         development/test time.
15202
15203 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15204
15205         * gst/rtp/Makefile.am
15206         * gst/rtp/gstrtp.c
15207         * gst/rtp/gstrtpg711enc.c
15208         * gst/rtp/gstrtpg711enc.h
15209         * gst/rtp/gstrtpg711dec.c
15210         * gst/rtp/gstrtpg711dec.h
15211         Created G711 payloader and depayloader (it supports mulaw and alaw
15212         (dec)encoders)
15213
15214 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15215
15216         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15217         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15218         Doh ! I introduced wingo's bug again ! Sorry...
15219
15220 2005-10-25  Christian Schaller <christian@fluendo.com> 
15221
15222         * gst/rtp/Makefile.am: add missing header files for disting
15223
15224 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15225
15226         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15227         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15228         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15229         (gst_rtpgsmenc_handle_buffer):
15230         * gst/rtp/gstrtpgsmenc.h:
15231         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15232         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15233         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15234         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15235         * gst/rtp/gstrtpgsmparse.h:
15236         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15237
15238 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15239
15240         * ext/libpng/gstpngdec.c: (user_info_callback),
15241         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15242         a newsegment event, move some redundant code in a single place.
15243
15244 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15245
15246         * ext/libpng/gstpngdec.c: (user_info_callback),
15247         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15248         hack to get correct colors order when we have a png image with
15249         alpha channel.
15250
15251 2005-10-24  Edward Hervey  <edward@fluendo.com>
15252
15253         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15254         Call gst_element_no_more_pads when there will be no more pads.
15255
15256 2005-10-24  Wim Taymans  <wim@fluendo.com>
15257
15258         * gst/rtp/Makefile.am:
15259         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15260         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15261         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15262         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15263         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15264         (gst_asteriskh263_plugin_init):
15265         * gst/rtp/gstasteriskh263.h:
15266         * gst/rtp/gstrtp.c: (plugin_init):
15267         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15268         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15269         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15270         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15271         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15272         (gst_rtph263enc_plugin_init):
15273         * gst/rtp/gstrtph263enc.h:
15274         Added two new payloaders, an RFC 2190 payloader for h263 and
15275         a payload convertor for an asterisk server.
15276
15277 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15280           Set bytes_per_sample correctly (is not always 4, but 
15281           depends on width and number of channels).
15282
15283 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15284
15285         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15286         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15287         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15288         (gst_flacenc_sink_event), (gst_flacenc_chain),
15289         (gst_flacenc_set_property), (gst_flacenc_get_property),
15290         (gst_flacenc_change_state):
15291         * ext/flac/gstflacenc.h:
15292           Fix seeking, so that flacenc can rewrite the header with the
15293           correct duration and amount of samples and all that at EOS;
15294           also set timestamps and granulepos on outgoing buffers; add
15295           debug category; fix state change function.
15296           
15297 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15298
15299         * gst/videomixer/videomixer.c: Don't restrict video geometry
15300         from 16 to 4096.
15301
15302 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15303
15304         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15305         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15306         Fix caps negotiation correctly, add debugging category.
15307
15308 2005-10-24  Christian Schaller  <christian@fluendo.com>
15309
15310         * configure.ac: Port over Thomas's change from base listing all plugins
15311
15312 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15313
15314         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15315         a sink pad.
15316
15317 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15318
15319         * configure.ac:
15320         * docs/upload.mak:
15321           back to HEAD
15322
15323 === release 0.9.4 ===
15324
15325 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15326
15327         * configure.ac:
15328           Releasing 0.9.4, "Dromiceiomimus"
15329
15330 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15331
15332         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15333         (gst_speexenc_src_query):
15334           Add position and duration query, fix query type function.
15335           
15336         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15337         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15338           Let's not set non-fixed caps on source pads.
15339
15340 2005-10-21  Wim Taymans  <wim@fluendo.com>
15341
15342         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15343         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15344         (gst_avi_demux_handle_seek):
15345         Set correct stream_time in newsegment event.
15346         avi can also handle a duration query now.
15347
15348 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         * gst/matroska/matroska-demux.c:
15351         (gst_matroska_demux_handle_src_query),
15352         (gst_matroska_demux_handle_seek_event),
15353         (gst_matroska_demux_loop_stream_parse_id):
15354           Fix duration query; fix basetime in newsegment event after
15355           seek; fix duration in initial newsegment event.
15356
15357         * gst/matroska/matroska-mux.c:
15358         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15359           Extract number of channels and samplerate from vorbis headers;
15360           add some debug messages when querying the durations of the
15361           input streams.
15362
15363 2005-10-20  Wim Taymans  <wim@fluendo.com>
15364
15365         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15366         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15367         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15368         Set stream time correctly in newsegment.
15369
15370 2005-10-20  Wim Taymans  <wim@fluendo.com>
15371
15372         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15373         Correctly fill in the stream time.
15374
15375 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15376
15377         * check/elements/level.c: (GST_START_TEST):
15378         * gst/level/gstlevel.c: (gst_level_message_new):
15379         * gst/level/level-example.c: (message_handler):
15380           use ELEMENT messages instead
15381
15382 2005-10-19  Wim Taymans  <wim@fluendo.com>
15383
15384         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15385         (gst_dvdemux_src_query):
15386         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15387         (gst_flacdec_src_query):
15388         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15389         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15390         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15391         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15392         * gst/debug/progressreport.c: (gst_progress_report_report):
15393         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15394         * gst/matroska/matroska-demux.c:
15395         (gst_matroska_demux_handle_src_query):
15396         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15397         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15398         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15399         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15400         (gst_wavparse_srcpad_event):
15401         API change fix.
15402
15403 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15404
15405         * gst/goom/filters.c:
15406         * gst/goom/graphic.h:
15407         * gst/goom/lines.c:
15408           Make inline functions either 'static inline' or 'extern inline',
15409           otherwise the Forte compiler apparently won't inline them (#317300).
15410
15411 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15412
15413         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15414         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15415         (user_info_callback), (user_endrow_callback), (user_end_callback),
15416         (user_read_data), (gst_pngdec_caps_create_and_set),
15417         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15418         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15419         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15420         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15421         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15422         very nice and handle push/pull based model. if you have filesrc
15423         connected to it, it will do random access to load the png file.
15424         If you have a network source that can't do _getrange, it does 
15425         progressive loading through the chain function.
15426         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15427         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15428         thanks to Master Wim Taymans ;-)
15429
15430 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         * gst/matroska/Makefile.am:
15433         * gst/matroska/ebml-read.c:
15434         * gst/matroska/ebml-read.h:
15435         * gst/matroska/matroska-demux.c:
15436         * gst/matroska/matroska-demux.h:
15437         * gst/matroska/matroska.c: (plugin_init):
15438           Ported matroska demuxer to 0.9.
15439
15440 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15441
15442         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15443
15444         * gst/matroska/matroska-mux.c:
15445         (gst_matroska_mux_video_pad_setcaps),
15446         (gst_matroska_mux_audio_pad_setcaps):
15447           Fix mpeg4 input handling (#318847); also, while we're at it,
15448           fix media type for Motion-JPEG: should be image/jpeg.
15449
15450 2005-10-18  Wim Taymans  <wim@fluendo.com>
15451
15452         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15453         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15454         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15455         Fix for segment-start/stop API change.
15456
15457 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15458
15459         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15460         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15461         way.
15462
15463 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15464
15465         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15466         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15467         output declared in transform_caps.
15468
15469 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15470
15471         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15472
15473 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15474
15475         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15476         (gst_video_box_get_unit_size): Fix wrong size calculations and
15477         implement get_unit_size correctly.
15478
15479 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15480
15481         * configure.ac:
15482           Enable flx plugin.
15483
15484         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15485           Fix gcc4 signedness issue.
15486
15487 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15488
15489         * configure.ac: Adding videomixer.
15490         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15491         (user_read_data), (gst_pngdec_chain): More debugging.
15492         * gst/alpha/Makefile.am: Adding alphacolor
15493         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15494         (gst_alpha_color_class_init), (gst_alpha_color_init),
15495         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15496         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15497         (plugin_init): Ported to 0.9 using in place base tranform.
15498         * gst/videomixer/Makefile.am:
15499         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15500         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15501         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15502         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15503         (gst_videomixer_init), (gst_videomixer_getcaps),
15504         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15505         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15506         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15507         to 0.9 using collectpads.
15508
15509 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15510
15511         * configure.ac:
15512         * gst/flx/Makefile.am:
15513         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15514         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15515         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15516         * gst/flx/gstflxdec.h:
15517         flx plugin ported to 0.9
15518
15519 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15520
15521         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15522           use new gst_version_string()
15523
15524 2005-10-16  Andy Wingo  <wingo@pobox.com>
15525
15526         * configure.ac: GLIB_CHECK.
15527
15528 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15529
15530         * ext/libpng/Makefile.am:
15531         * ext/libpng/gstpng.c: (plugin_init):
15532         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15533         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15534         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15535
15536 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15537
15538         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15539
15540         * configure.ac:
15541         * gst/matroska/Makefile.am:
15542         * gst/matroska/ebml-ids.h:
15543         * gst/matroska/ebml-write.c:
15544         * gst/matroska/ebml-write.h:
15545         * gst/matroska/matroska-ids.h:
15546         * gst/matroska/matroska-mux.c:
15547         * gst/matroska/matroska-mux.h:
15548         * gst/matroska/matroska.c: (plugin_init):
15549           Port matroska muxer to 0.9 (#318847).
15550
15551 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15552
15553         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15554         (comment_init), (comment_add):
15555           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15556           use GST_READ_UINT32_LE() and friends rather than the private
15557           implementation of those same macros.
15558
15559 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15560
15561         * examples/stats/mp2ogg.c:
15562           more typo fixes
15563
15564 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15565
15566         * examples/indexing/indexmpeg.c: (main):
15567         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15568         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15569         * ext/esd/esdmon.h:
15570         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15571         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15572         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15573         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15574         * gst/avi/gstavimux.c: (gst_avimux_init):
15575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15576         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15577         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15578         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15579         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15580         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15581         * gst/oldcore/gstmultifilesrc.h:
15582         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15583         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15584         (gst_pipefilter_change_state):
15585         * gst/oldcore/gstpipefilter.h:
15586         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15587         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15588         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15589         * sys/osxaudio/gstosxaudiosink.h:
15590         * sys/osxaudio/gstosxaudiosrc.h:
15591           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15592           moved bitshift from macro to enum definition
15593
15594 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15595
15596         * ext/Makefile.am:
15597         * ext/cairo/Makefile.am:
15598         * ext/cairo/gstcairo.c: (plugin_init):
15599         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15600         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15601         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15602         * ext/cairo/gsttimeoverlay.h:
15603           update of cairo-based timeoverlay to 1.0 Cairo API
15604           doesn't work yet for resizing of output sink
15605
15606 2005-10-11  Wim Taymans  <wim@fluendo.com>
15607
15608         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15609         newsegment API fix.
15610
15611 2005-10-11  Wim Taymans  <wim@fluendo.com>
15612
15613         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15614         (gst_dvdemux_demux_frame):
15615         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15616         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15617         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15618         (gst_avi_demux_handle_seek):
15619         * gst/goom/gstgoom.c: (gst_goom_event):
15620         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15621         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15622         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15623         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15624         (gst_wavparse_srcpad_event):
15625         newsegment API update.
15626
15627 2005-10-11  Andy Wingo  <wingo@pobox.com>
15628
15629         * ext/speex/gstspeexenc.c: Signedness cleanups.
15630
15631 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15632
15633         * PORTED_09:
15634         * ext/speex/Makefile.am:
15635         * ext/speex/gstspeex.c:
15636         * ext/speex/gstspeexenc.c:
15637         Speexenc ported to 0.9
15638
15639 2005-10-10  Wim Taymans  <wim@fluendo.com>
15640
15641         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15642         (gst_oss_sink_init), (gst_oss_sink_set_property),
15643         (gst_oss_sink_get_property), (gst_oss_sink_open),
15644         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15645         * sys/oss/gstosssink.h:
15646         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15647         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15648         (gst_oss_src_prepare):
15649         Cleanups, make device configurable in the sink, handle and report
15650         errors.
15651
15652 2005-10-10  Wim Taymans  <wim@fluendo.com>
15653
15654         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15655         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15656         Make sure element is NULL before removing from the bin.
15657
15658 2005-10-07  Andy Wingo  <wingo@pobox.com>
15659
15660         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15661         block forever in a read().
15662         (gst_dv1394src_bus_reset): Post a message when the cable is
15663         unplugged.
15664         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15665         (gst_dv1394src_bus_reset): Don't unref the message.
15666
15667         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15668         hacking. The only change should be that the state change stuff was
15669         put into basesrc's start() and stop() routines, which coalesces
15670         some steps.
15671
15672 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15673
15674         * configure.ac:
15675           Add check for mmap
15676           
15677         * gst/debug/Makefile.am:
15678           Only compile efence plugin on systems that have mmap.
15679
15680 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * gst/debug/Makefile.am:
15683         * gst/debug/breakmydata.c:
15684         * gst/debug/gstdebug.c:
15685         * gst/debug/gstnavigationtest.c:
15686         * gst/debug/gstnavseek.c: 
15687         * gst/debug/gstnavseek.h:
15688         * gst/debug/progressreport.c: 
15689         * gst/debug/testplugin.c:
15690           Port progressreport, navseek, navigationtest, testsink and
15691           breakmydata.
15692
15693 2005-10-05  Edward Hervey  <edward@fluendo.com>
15694
15695         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15696         (gst_dvdemux_src_query):
15697         Fixes for better conversion
15698
15699 2005-10-04  Michael Smith <msmith@fluendo.com>
15700
15701         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15702         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15703         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15704         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15705           Set state of elements to NULL before removing from bins.
15706           Set state of test element to NULL if we failed to move it to READY
15707
15708 2005-10-04  Edward Hervey  <edward@fluendo.com>
15709
15710         * ext/dv/Makefile.am:
15711         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15712         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15713         Corrected the query function for position so it doesn't forget what
15714         format was asked, and calls the conversion functions on the correct pad.
15715
15716 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15717
15718         * configure.ac:
15719           back to development
15720
15721 === release 0.9.3 ===
15722
15723 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15724
15725         * configure.ac:
15726           Releasing 0.9.3, "Aramis"
15727
15728 2005-10-03  Andy Wingo  <wingo@pobox.com>
15729
15730         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15731         error returns.
15732
15733 2005-10-02  Andy Wingo  <wingo@pobox.com>
15734
15735         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15736
15737         * ext/flac/gstflacenc.c: Ported to 0.9.
15738
15739         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15740
15741         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15742         and link to gsttagedit. Enable flacenc.
15743
15744         * ext/flac/gstflacdec.c: Re-enable tag reading.
15745
15746 2005-09-30  Wim Taymans  <wim@fluendo.com>
15747
15748         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15749         * gst/rtp/gstrtpgsmparse.c:
15750         * gst/rtp/gstrtph263penc.c:
15751         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15752         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15753         (gst_rtpmp4venc_set_property):
15754         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15755         Various class and caps fixes from Andre Magalhaes (andrunko)
15756
15757 2005-09-29  Wim Taymans  <wim@fluendo.com>
15758
15759         * gst/level/level-example.c: (main):
15760         Update for new bus API.
15761
15762 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15763
15764         * configure.ac:
15765           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15766           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15767
15768 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15769
15770         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15771           Fix playback of mono streams (bytes_per_sample should be set
15772           from the sample width and the number of channels negotiated,
15773           and not just be set to 4) (#317338)
15774
15775 2005-09-26  Wim Taymans  <wim@fluendo.com>
15776
15777         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15778         (gst_rtpmpaenc_handle_buffer):
15779         Set buffer duration correctly.
15780
15781 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15782
15783         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15784         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15785         (gst_avi_demux_change_state):
15786           Don't crash when encountering a stream with an unknown fourcc or
15787           codec id. Instead, create a pad of type video/x-avi-unknown or
15788           audio/x-avi-unknown, which as a side-effect also results in less
15789           confusing error messages in players ('no decoder' vs. 'no streams');
15790           minor fixes to state change function and class_init function.
15791
15792 2005-09-24  Wim Taymans  <wim@fluendo.com>
15793
15794         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15795         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15796         These are sinks.
15797
15798 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15799
15800         * check/elements/level.c: (GST_START_TEST):
15801           fix test for new GstClockTime use
15802         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15803         (gst_level_transform_ip):
15804         * gst/level/gstlevel.h:
15805           fix up the decay peak, ensuring the decay peak is never lower
15806           than the peak for that interval
15807
15808 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15809
15810         * docs/plugins/gst-plugins-good-plugins.args:
15811         * docs/plugins/inspect/plugin-alpha.xml:
15812         * docs/plugins/inspect/plugin-rtp.xml:
15813         * gst/level/gstlevel.c: (gst_level_set_caps),
15814         (gst_level_transform_ip):
15815           updating docs
15816
15817 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15818
15819         * Makefile.am:
15820         * check/elements/level.c: (GST_START_TEST):
15821         * gst/level/Makefile.am:
15822         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15823         (gst_level_set_property), (gst_level_get_property),
15824         (gst_level_set_caps), (gst_level_message_new),
15825         (gst_level_transform_ip):
15826         * gst/level/gstlevel.h:
15827         * gst/level/level-example.c: (message_handler), (main):
15828           convert to using GstClockTime for all time values, finally.
15829
15830 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15831
15832         * gst/auparse/Makefile.am:
15833         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15834           fix up build
15835         * configure.ac:
15836         * ext/cairo/Makefile.am:
15837         * ext/dv/Makefile.am:
15838         * ext/esd/Makefile.am:
15839         * ext/flac/Makefile.am:
15840         * ext/gconf/Makefile.am:
15841         * ext/gdk_pixbuf/Makefile.am:
15842         * ext/jpeg/Makefile.am:
15843         * ext/ladspa/Makefile.am:
15844         * ext/libcaca/Makefile.am:
15845         * ext/libmng/Makefile.am:
15846         * ext/libpng/Makefile.am:
15847         * ext/mikmod/Makefile.am:
15848         * ext/pango/Makefile.am:
15849         * ext/raw1394/Makefile.am:
15850         * ext/shout2/Makefile.am:
15851         * ext/speex/Makefile.am:
15852         * gst/alpha/Makefile.am:
15853         * gst/autodetect/Makefile.am:
15854         * gst/avi/Makefile.am:
15855         * gst/cutter/Makefile.am:
15856         * gst/debug/Makefile.am:
15857         * gst/effectv/Makefile.am:
15858         * gst/flx/Makefile.am:
15859         * gst/goom/Makefile.am:
15860         * gst/interleave/Makefile.am:
15861         * gst/law/Makefile.am:
15862         * gst/matroska/Makefile.am:
15863         * gst/median/Makefile.am:
15864         * gst/monoscope/Makefile.am:
15865         * gst/multipart/Makefile.am:
15866         * gst/oldcore/Makefile.am:
15867         * gst/rtp/Makefile.am:
15868         * gst/rtsp/Makefile.am:
15869         * gst/smoothwave/Makefile.am:
15870         * gst/smpte/Makefile.am:
15871         * gst/videobox/Makefile.am:
15872         * gst/videofilter/Makefile.am:
15873         * gst/videomixer/Makefile.am:
15874         * gst/wavenc/Makefile.am:
15875         * gst/wavparse/Makefile.am:
15876         * sys/oss/Makefile.am:
15877         * sys/osxaudio/Makefile.am:
15878         * sys/osxvideo/Makefile.am:
15879           fix up GST_LIBS use
15880
15881 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15882
15883         * gst/auparse/Makefile.am:
15884         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15885           fix build of auparse
15886
15887 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15888
15889         * configure.ac:
15890         * PORTED_09:
15891         * gst/auparse/gstauparse.c:
15892         * gst/auparse/gstauparse.h:
15893         Auparse ported to 0.9.
15894
15895 2005-09-22  Wim Taymans  <wim@fluendo.com>
15896
15897         * gst/rtp/TODO:
15898         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15899         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15900         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15901         (gst_rtpmp4venc_set_property):
15902         * gst/rtp/gstrtpmp4venc.h:
15903         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15904         * gst/rtp/gstrtpmpaenc.h:
15905         Use is_filled to both check MTU and max-ptime of base class.
15906
15907 2005-09-22  Wim Taymans  <wim@fluendo.com>
15908
15909         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15910         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15911         (gst_rtpmp4venc_set_property):
15912         Don't fragment packets with multiple frames.
15913
15914 2005-09-22  Wim Taymans  <wim@fluendo.com>
15915
15916         * gst/rtp/TODO:
15917         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15918         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15919         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15920         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15921         (gst_rtpmp4venc_get_property):
15922         * gst/rtp/gstrtpmp4venc.h:
15923         Remove g_print.
15924         Update TODO
15925         Make payload encoder a bit smarter and more correct with
15926         timestamps.
15927         Added option in payloader to include config string in-band.
15928
15929 2005-09-21  Wim Taymans  <wim@fluendo.com>
15930
15931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15932         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15933         (gst_rtspsrc_send):
15934         Strip spaces for key/value pairs.
15935
15936 2005-09-21  Wim Taymans  <wim@fluendo.com>
15937
15938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15939         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15940         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15941         (gst_rtspsrc_change_state):
15942         More SDP parsing and caps setting.
15943         Do NO_PREROLL differently.
15944         add pads only after negotiated.
15945
15946         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15947         (gst_udpsrc_getcaps):
15948         Implement the getcaps function.
15949
15950 2005-09-21  Wim Taymans  <wim@fluendo.com>
15951
15952         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15953         (gst_rtpamrdec_chain):
15954         Handle multiple AMr packets per payload. Handle CRC and
15955         parse ILL/ILP.
15956
15957         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15958         Make caps params strings for easy SDP mapping.
15959         
15960         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15961         Handle capsnego better.
15962
15963         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15964         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15965         Generate and parse config string in the caps.
15966
15967 2005-09-21  Wim Taymans  <wim@fluendo.com>
15968
15969         * gst/rtp/README:
15970         Update README
15971
15972         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15973         Make extra params as strings.
15974
15975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15976         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15977         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15978         Make state change return NO_PREROLL as this is a live
15979         source.
15980
15981         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15982         Don't unref old caps when NULL.
15983
15984 2005-09-20  Wim Taymans  <wim@fluendo.com>
15985
15986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15987         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15988         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15989         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15990         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15991         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15992         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15993         * gst/rtsp/sdpmessage.h:
15994         Add URI handler.
15995         Parse SDP and create caps.
15996
15997 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15998
15999         * gst/alpha/gstalpha.c:
16000           fix element description
16001
16002 2005-09-19  Wim Taymans  <wim@fluendo.com>
16003
16004         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16005         Don't check payload for now.
16006
16007 2005-09-19  Wim Taymans  <wim@fluendo.com>
16008
16009         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16010         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16011         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16012         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16013         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16014         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16015         (gst_wavparse_change_state):
16016         * gst/wavparse/gstwavparse.h:
16017         Fix wavparse some more.
16018
16019 2005-09-19  Wim Taymans  <wim@fluendo.com>
16020
16021         * check/elements/level.c: (GST_START_TEST):
16022         Fix for bus API change.
16023
16024 2005-09-19  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst/level/level-example.c: (main):
16027         Fix for new bus API.
16028
16029         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16030         Set caps on pads.
16031
16032 2005-09-15  Wim Taymans  <wim@fluendo.com>
16033
16034         * gst/rtp/Makefile.am:
16035         * gst/rtp/README:
16036         * gst/rtp/gstrtp.c: (plugin_init):
16037         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16038         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16039         (gst_rtpamrdec_change_state):
16040         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16041         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16042         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16043         * gst/rtp/gstrtpamrenc.h:
16044         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16045         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16046         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16047         * gst/rtp/gstrtpgsmenc.h:
16048         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16049         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16050         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16051         (gst_rtpgsmparse_change_state):
16052         * gst/rtp/gstrtpgsmparse.h:
16053         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16054         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16055         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16056         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16057         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16058         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16059         * gst/rtp/gstrtph263penc.h:
16060         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16061         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16062         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16063         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16064         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16065         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16066         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16067         * gst/rtp/gstrtpmp4venc.h:
16068         * gst/rtp/gstrtpmpadec.c:
16069         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16070         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16071         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16072         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16073         * gst/rtp/gstrtpmpaenc.h:
16074         Updates to payloader/depayloaders, make payloaders use
16075         the base classes.
16076         Updated README with suggested RTP caps and how to convert
16077         to/from SDP.
16078         Added config descriptor in mp4v payloader.
16079
16080 2005-09-15  Andy Wingo  <wingo@pobox.com>
16081
16082         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16083         * gst/autodetect/gstautovideosink.c
16084         (gst_auto_video_sink_find_best): Update for new registry API.
16085
16086 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16087
16088         * common/c-to-xml.py:
16089         * common/gtk-doc-plugins.mak:
16090           a simple py script to generate valid xml from a C example
16091           probably also need to strip an MIT license when we decide
16092         * docs/plugins/Makefile.am:
16093         * gst/level/Makefile.am:
16094         * gst/level/gstlevel.c: (gst_level_init):
16095         * gst/level/level-example.c: (message_handler), (main):
16096           add an example to level that will show up in the docs
16097         * gst/rtp/TODO:
16098           add a note for the future
16099
16100 2005-09-14  Michael Smith <msmith@fluendo.com>
16101
16102         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16103           Actually define the debug object being used in wavenc. Fixes #316205
16104
16105 2005-09-14  Michael Smith <msmith@fluendo.com>
16106
16107         * gst/smpte/Makefile.am:
16108           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16109           needed to build on windows (bug 316204)
16110
16111 2005-09-12  Andy Wingo  <wingo@pobox.com>
16112
16113         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16114
16115 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16116
16117         * configure.ac:
16118         * gst/fdsrc/Makefile.am:
16119         * gst/fdsrc/gstfdsrc.c:
16120         * gst/fdsrc/gstfdsrc.h:
16121           Move fdsrc back into gstreamer core elements.
16122
16123         * gst/level/gstlevel.c: (gst_level_class_init),
16124         (gst_level_transform_ip):
16125         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16126           Basetransform changes.
16127
16128 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16129
16130         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16131         * ext/jpeg/smokecodec.c: (find_best_size):
16132           fix compiler warnings
16133
16134 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16135
16136         * gst-plugins-good.spec.in:
16137           spec file fixes
16138         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16139         (gst_multiudpsink_render), (gst_multiudpsink_add),
16140         (gst_multiudpsink_clear):
16141           it actually helps to actually stream if we hook up the
16142           "add" signal to an actual implementation
16143         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16144           some debugging
16145
16146 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16147
16148         * ext/jpeg/Makefile.am:
16149         * ext/jpeg/gstjpeg.c
16150         * ext/jpeg/gstjpegenc.c:
16151         * ext/jpeg/gstsmokeenc.c:
16152
16153 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16154
16155         * ext/flac/gstflacdec.c:
16156         * ext/flac/gstflacenc.c:
16157         * ext/flac/gstflactag.c:
16158         * ext/speex/gstspeexenc.c:
16159           gsttaginterface.h -> gsttagsetter.h
16160
16161 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16162
16163         * configure.ac:
16164         * gst/debug/Makefile.am:
16165         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16166         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16167         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16168         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16169         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16170           Port to 0.9 and re-enable efence plugin.
16171
16172 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16173
16174         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16175         (gst_flacdec_write), (gst_flacdec_convert_src):
16176         * ext/flac/gstflacdec.h:
16177           Add support for flac files with 24/32 bits per sample; and misc.
16178           minor clean-ups. Seeking is still partly broken (for me at least).
16179
16180 2005-09-06  Wim Taymans  <wim@fluendo.com>
16181
16182         * gst/rtp/Makefile.am:
16183         * gst/rtp/gstrtp.c: (plugin_init):
16184         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16185         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16186         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16187         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16188         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16189         (gst_rtpmp4vdec_plugin_init):
16190         * gst/rtp/gstrtpmp4vdec.h:
16191         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16192         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16193         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16194         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16195         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16196         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16197         * gst/rtp/gstrtpmp4venc.h:
16198         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16199         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16200         Added mpeg4 video payload encoder/decoder.
16201         Added some docs in mpa payloader.
16202
16203 === release 0.9.1 ===
16204
16205 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16206
16207         * NEWS:
16208         * README:
16209         * RELEASE:
16210         * autogen.sh:
16211         * configure.ac:
16212           releasing 0.9.1, "Blondie"
16213
16214 2005-09-05  Andy Wingo  <wingo@pobox.com>
16215
16216         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16217         here from the state change handler, so we fire signals without
16218         holding the state lock.
16219
16220 2005-09-02  Andy Wingo  <wingo@pobox.com>
16221
16222         * All plugins updated for element state changes.
16223
16224 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16225
16226         * Makefile.am:
16227         * check/.cvsignore:
16228         * check/Makefile.am:
16229         * check/elements/.cvsignore:
16230         * check/elements/level.c: (setup_level), (cleanup_level),
16231         (GST_START_TEST), (level_suite), (main):
16232           add a test for level
16233         * common/release.mak:
16234           move the enum checking to release.mak
16235         * configure.ac:
16236           add valgrind and check checking
16237         * gst/level/gstlevel.c: (gst_level_transform):
16238         * gst/level/gstlevel.h:
16239           fix Andy's cast bug
16240           convert a field to int
16241           fix the arithmetic to int when checking for emit so that a
16242           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16243
16244 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16245
16246         * Makefile.am:
16247         * configure.ac:
16248           add docs to build
16249         * common/plugins.xsl:
16250           wrap Description into a refsect2
16251         * docs/Makefile.am:
16252         * docs/plugins/Makefile.am:
16253         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16254         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16255         * gst/goom/Makefile.am:
16256         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16257         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16258         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16259         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16260         (gst_goom_change_state):
16261         * gst/goom/gstgoom.h:
16262           GstGOOM -> GstGoom
16263           add an example launch line
16264         * gst/level/gstlevel.h:
16265         * gst/monoscope/gstmonoscope.c:
16266           cleanups
16267
16268 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16269
16270         * configure.ac:
16271         * docs/plugins/Makefile.am:
16272         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16273         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16274         * docs/plugins/gst-plugins-good-plugins.types:
16275           document elements and plugins.  Shazam !
16276
16277 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16278
16279         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16280           be found under doc/random/ChangeLog-0.8