gst/avi/gstavimux.c: Add Dirac encoding
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-28  David Schleef  <ds@schleef.org>
2
3         * gst/avi/gstavimux.c: Add Dirac encoding
4
5 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
6
7         Patch by: Peter Kjellerstedt <pkj at axis com>
8
9         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
10         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
11         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
12         * gst/udp/gstudpsrc.h:
13         Port to GstPoll. See #505417.
14
15 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
16
17         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
18         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
19         yet on the srcpad. We need rate and channels before we
20         can do any processing. Fixes bug #519088.
21
22 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
23
24         * configure.ac:
25         Detect and indicate if GCC inline assembly syntax is
26         available.
27
28         * gst/goom/Makefile.am:
29         * gst/goom/convolve_fx.c:
30         * gst/goom/flying_stars_fx.c:
31         * gst/goom/goom_config.h:
32         * gst/goom/goom_core.c:
33         * gst/goom/goomsl.c:
34         * gst/goom/ifs.c:
35         * gst/goom/mmx.c:
36         * gst/goom/plugin_info.c:
37         * gst/goom/xmmx.c:
38         Fix various GCC-isms, and only build the inline assembly
39         with compilers that support GCC inline assembly.
40
41         Fix a couple of other warnings shown with Forte.
42
43 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
44
45         * gst/goom/xmmx.c:
46           Use 'emms' instead of 'femms' to not crash on cpus that do not
47           implement this 3dnow specific instruction.
48
49 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
50
51         * gst/goom/plugin_info.c: (setOptimizedMethods):
52         Use extended MMX for draw_line() too if available, not only
53         normal MMX.
54
55 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
56
57         * ext/jpeg/gstjpeg.c: (plugin_init):
58         Remove (commented out) smoke typefinder. This is in base now.
59
60 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
61
62         * gst/goom2k1/Makefile.am:
63         * gst/goom2k1/gstgoom.c:
64
65         Rename the installed library, and don't register the same 
66         GType name as the new goom.
67
68 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
69
70         * configure.ac:
71         * ext/taglib/Makefile.am:
72           Check for and define ERROR_CXXFLAGS and use them when building
73           C++ code (#516509).
74
75 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
76
77         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
78         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
79           (setOptimizedMethods):
80           Call oil_init(), otherwise oil_get_cpu_flags() won't return
81           anything useful. Export goom debug category so we can get
82           rid of the VERBOSE define and the printfs.
83
84 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
85
86         * gst/goom/goomsl_heap.c: (align_it):
87         * gst/goom/plugin_info.c: (setOptimizedMethods):
88           Compile fixes for x86-64.
89
90 2008-02-23  Bastien Nocera  <hadess@hadess.net>
91
92         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
93         with warnings, but add other CFLAGS
94
95         * gst/goom/goomsl.c (gsl_instr_set_namespace),
96         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
97         (calculate_labels), (gsl_read_file):
98         * gst/goom/goomsl_lex.l:
99         * gst/goom/goomsl_yacc.y:
100         * gst/goom/plugin_info.c: Remove a few live printf, and
101         fprintf, replace exit() calls with g_assert_not_reached()
102         if it not optimal for a library
103
104 2008-02-23  Bastien Nocera  <hadess@hadess.net>
105
106         * gst/goom/Makefile.am: Remove the warnings being disabled,
107         fix linkage on x86, spotted by Sebastian Dröge
108         <slomo@circular-chaos.org>
109
110         * gst/goom/convolve_fx.c (convolve_init),
111         (create_output_with_brightness), (convolve_apply):
112         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
113         * gst/goom/goomsl.c:
114         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
115         * gst/goom/plugin_info.c:
116         * gst/goom/tentacle3d.c (tentacle_fx_create):
117         Fix warnings, and disable the motifs in the convolve_fx
118         plugin (they were causing warnings, and they were just
119         "Goom" in funny letterring)
120
121 2008-02-23  Bastien Nocera  <hadess@hadess.net>
122
123         * configure.ac: Add checks for Flex/Yacc/Bison and other
124         furry animals, for the new goom 2k4 based plugin
125
126         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
127         CPU optimisations (not working yet), move the old plugin to...
128
129         * gst/goom2k1/*: ... here, in case somebody is sick enough
130
131         Fixes #515073
132
133 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
134
135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
136         Post the server response code in an error message instead of a generic
137         'error' message. Fixes #517237.
138
139 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
140
141         * tests/check/Makefile.am:
142         Ignore gconfaudiosrc for the states unit test too. It will fallback
143         to alsasrc if the gconf settings can't be read and not everybody has
144         alsa.
145
146 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
147
148         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
149         (gst_wavpack_parse_create_src_pad):
150         * ext/wavpack/gstwavpackparse.h:
151         Always report the duration if we know it in push mode and don't
152         return 0 just to make totem believe we can't seek in push mode.
153         Newer totem version use the SEEKING query which properly reports
154         if we can seek or not.
155
156 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
157
158         Patch by: Jens Granseuer <jensgr at gmx dot net>
159
160         * tests/examples/equalizer/demo.c: (main):
161         C89 fix, moving variable declarations to the beginning of
162         the block. Fixes bug #517933.
163
164 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
165
166         * configure.ac:
167         Back to development...
168
169 === release 0.10.7 ===
170
171 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
172
173         * configure.ac:
174           releasing 0.10.7, "Red Door Black"
175
176 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
177
178         * gst/alpha/Makefile.am:
179         Link alpha plugin with libgstbase. Fixes bug #517386.
180
181 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
182
183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
184         Init values to -1 instead of the default 0 value.
185         Fixes #516524.
186
187 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
188
189         * tests/examples/spectrum/spectrum-example.c:
190         Add missing include to fix compilation when libxml usage is disabled.
191         Fixes: #516371
192
193 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
194
195         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
196         fixes: #514889
197
198         * gst/rtp/gstrtph264pay.c:
199         * gst/rtp/gstrtpmp4gdepay.c:
200         * gst/rtp/gstrtpmp4gpay.c:
201         * gst/rtp/gstrtpmp4gpay.h:
202         * gst/rtp/gstrtptheorapay.c:
203         * gst/rtp/gstrtpvorbispay.c:
204
205         Fix various leaks shown up in valgrind
206         - free sprops and buffer in error cases in H264 payloader
207         - fix leak in mp4g depayloader when construction the caps
208         - don't leak config string in the mp4g payloader
209         - don't leak buffers and headers in theora and vorbis payloaders
210
211         * tests/check/elements/rtp-payloading.c:
212
213         Fix the RTP data test
214         - Actually send valid amr data to the payloader instead of 20
215         zero-bytes
216         - The mp4g payloader expects codec_data on the caps
217
218 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
219
220         * win32/MANIFEST:
221         Add libgstpng.dsp to MANIFEST.
222         * win32/vs6/libgstaudiofx.dsp:
223         Add new source files to VS project file.
224
225 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
226
227         * sys/ximage/gstximagesrc.c:
228         Initialise variables when opening the X display rather
229         than in _start(), as the display can be opened before that.
230
231         Fixes: #515985
232
233 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
234
235         * sys/directdraw/gstdirectdrawsink.c:
236         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
237         (gst_directdraw_sink_finalize):
238         Properly chain up finalize functions. Fixes bug #515980.
239
240 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
241
242         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
243         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
244         (gst_v4l2_buffer_pool_class_init):
245         Chain up the finalize functions. Fixes bug #515984.
246
247 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
248
249         * sys/ximage/ximageutil.c:
250         Chain up in the finalize function for our custom
251         buffer sub-class.
252         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
253         Fixes: #515706
254
255 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
256
257         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
258         (gst_fenced_buffer_class_init):
259         Properly chain up finalize method. Fixes bug #515979.
260
261 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
262
263         * sys/ximage/gstximagesrc.c:
264         Free allocated Damage memory before closing our connection to the
265         X server. Partially fixes: #515706
266
267 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
268
269         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
270         * tests/check/Makefile.am:
271         * tests/check/gst-plugins-good.supp:
272         Add a few libjpeg suppressions and initialize a variable to
273         make smokeenc valgrind clean. Fixes bug #515701.
274
275 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
276
277         * gst/avi/gstavidemux.c:
278         Revert patch which sends timestamps only on keyframes, as it
279         breaks playback with current gst-ffmpeg.
280
281         Fixes: #515562
282
283 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
284
285         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
286         * tests/check/elements/multifile.c: (GST_START_TEST):
287         Close some memory leaks spotted by the unit test. Fixes bug #515697.
288
289 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
290
291         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
292         Use and unset the GError when pipeline creation fails instead of
293         simply leaking it. Fixes bug #515704.
294
295 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
296
297         * gst/audiofx/audioamplify.c:
298         * gst/audiofx/audiochebband.c:
299         * gst/audiofx/audiocheblimit.c:
300         * gst/audiofx/audiodynamic.c:
301         * gst/audiofx/audioinvert.c:
302         * gst/audiofx/audiopanorama.c:
303         * gst/audiofx/audiowsincband.c:
304         * gst/audiofx/audiowsinclimit.c:
305         Fix long description of audiofx elements. Fixes bug #515457.
306
307 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
308
309         * docs/plugins/Makefile.am:
310         * gst/spectrum/gstspectrum.c:
311         * tests/examples/spectrum/.cvsignore:
312         * tests/examples/spectrum/Makefile.am:
313         * tests/examples/spectrum/spectrum-example.c:
314
315         Add a simple example application for the spectrum element, include it
316         in the docs, and fix some documentation ambiguities.
317
318         Fixes: #348085
319
320 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
321
322         * gst/equalizer/Makefile.am:
323         * gst/spectrum/Makefile.am:
324         Fix includes order
325
326         * tests/check/Makefile.am:
327         Exclude v4l2src from the states test - it takes too long to start.
328
329         * tests/check/elements/spectrum.c:
330         Make the test run properly with CK_FORK=no
331
332 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
333
334         * gst/audiofix/Makefile.am: add missing header files 
335
336 2008-02-08  Julien Moutte  <julien@fluendo.com>
337
338         * gst/matroska/matroska-demux.c:
339         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
340         keyframe and delta units correctly when dealign with a BlockGroup.
341         Fixes: #514397
342
343 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
344
345         * tests/check/elements/.cvsignore:
346         Spell the new tests correctly in .cvsignore
347
348 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
349
350         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
351           Need to use gsize here for the size, fixes compiler warning.
352
353         * tests/examples/equalizer/.cvsignore:
354         * tests/examples/equalizer/Makefile.am:
355         * tests/examples/spectrum/.cvsignore:
356         * tests/examples/spectrum/Makefile.am:
357           Add missing files to fix the build.
358
359 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
360
361         * configure.ac:
362         * docs/plugins/Makefile.am:
363         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
364         * docs/plugins/gst-plugins-good-plugins-sections.txt:
365         * docs/plugins/gst-plugins-good-plugins.args:
366         * docs/plugins/gst-plugins-good-plugins.hierarchy:
367         * docs/plugins/inspect/plugin-multifile.xml:
368         * tests/check/Makefile.am:
369         * tests/check/elements/.cvsignore:
370
371         Move multifile plugin from -bad.
372         Fixes: #490283
373
374 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
375
376         * configure.ac:
377         * docs/plugins/Makefile.am:
378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
380         * docs/plugins/gst-plugins-good-plugins.args:
381         * docs/plugins/gst-plugins-good-plugins.hierarchy:
382         * docs/plugins/inspect/plugin-spectrum.xml:
383         * gst/spectrum/Makefile.am:
384         * tests/check/Makefile.am:
385         * tests/check/elements/.cvsignore:
386         * tests/examples/Makefile.am:
387
388         Move spectrum plugin from -bad.
389         Move examples into tests/examples/spectrum.
390
391 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
392
393         * configure.ac:
394         * docs/plugins/Makefile.am:
395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
397         * docs/plugins/gst-plugins-good-plugins.args:
398         * docs/plugins/gst-plugins-good-plugins.hierarchy:
399         * docs/plugins/gst-plugins-good-plugins.interfaces:
400         * docs/plugins/inspect/plugin-equalizer.xml:
401         * gst/equalizer/Makefile.am:
402         * tests/check/Makefile.am:
403         * tests/examples/Makefile.am:
404         Move the equalizer plugin across from -bad
405
406         * tests/check/elements/.cvsignore:
407         Add equalizer, audiosincwband and audiosincwlimit
408
409         * tests/check/elements/equalizer.c:
410         Fix compiler warnings
411
412         Fixes: #415627
413
414 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
415
416         * configure.ac:
417         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
418         are treated like releases and build without it.
419
420 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
421
422         * docs/plugins/Makefile.am:
423         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
424         * docs/plugins/gst-plugins-good-plugins-sections.txt:
425         * docs/plugins/gst-plugins-good-plugins.args:
426         * docs/plugins/inspect/plugin-audiofx.xml:
427         * gst/audiofx/Makefile.am:
428         * gst/audiofx/audiofx.c:
429         * gst/audiofx/audiowsincband.c:
430         * gst/audiofx/audiowsincband.h:
431         * gst/audiofx/audiowsinclimit.c:
432         * gst/audiofx/audiowsinclimit.h:
433         * tests/check/Makefile.am:
434         * tests/check/elements/audiowsincband.c:
435         * tests/check/elements/audiowsinclimit.c:
436
437         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
438         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
439         respectively.
440
441         Fixes: #467666
442
443 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
444
445         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
446         * tests/check/elements/icydemux.c:
447           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
448           caps, and add a somewhat useful debug message. Plus test.
449
450 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
451
452         * gst/rtsp/gstrtspsrc.c:
453         Include unistd.h only if HAVE_UNISTD_H is defined
454         * win32/common/config.h.in:
455         * win32/common/config.h:
456         Define socklen_t as it seems it's not defined in default 
457         Visual Studio headers.
458         * win32/vs6/libgstalpha.dsp:
459         * win32/vs6/libgstapetag.dsp:
460         * win32/vs6/libgstavi.dsp:
461         * win32/vs6/libgstrtp.dsp:
462         * win32/vs6/libgstrtsp.dsp:
463         * win32/vs6/libgstvideomixer.dsp:
464         Update project file dependencies and add new source files       
465
466 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
467
468         Patch by: Bjarne Rosengren <bjarne at axis dot com>
469
470         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
471         Don't leak buffers when we don't push them downstream.
472         Fixes bug #514965.
473
474 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
475
476         * configure.ac:
477           Bump requirements to (good) released versions to avoid
478           confusion and make implicit core requirement explicit.
479
480 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
481
482         * docs/plugins/Makefile.am:
483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
484         * docs/plugins/gst-plugins-good-plugins-sections.txt:
485         * docs/plugins/gst-plugins-good-plugins.args:
486         * docs/plugins/inspect/plugin-audiofx.xml:
487         * gst/audiofx/Makefile.am:
488         * gst/audiofx/audiochebband.c:
489         * gst/audiofx/audiochebband.h:
490         * gst/audiofx/audiocheblimit.c:
491         * gst/audiofx/audiocheblimit.h:
492         * gst/audiofx/audiochebyshevfreqband.c:
493         * gst/audiofx/audiochebyshevfreqband.h:
494         * gst/audiofx/audiochebyshevfreqlimit.c:
495         * gst/audiofx/audiochebyshevfreqlimit.h:
496         * gst/audiofx/audiofx.c:
497         * tests/check/Makefile.am:
498         * tests/check/elements/.cvsignore:
499         * tests/check/elements/audiochebband.c:
500         * tests/check/elements/audiocheblimit.c:
501         * tests/check/elements/audiochebyshevfreqband.c:
502         * tests/check/elements/audiochebyshevfreqlimit.c:
503
504         Rename audiochebyshevfreqband -> audiochebband and
505         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
506         surgery.
507
508         Closes: #491811
509
510 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
511
512         Patch by: Orjan Friberg <orjanf at axis dot com>
513
514         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
515         Fix caps memory leak. Fixes #514573.
516
517 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
518
519         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
520         If there's no entries in the subindex, don't try to do anything stupid,
521         just return.
522
523 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
524
525         Patch by: John Millikin <jmillikin at gmail dot com>
526
527         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
528           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
529           Fix extraction of picture blocks with newer libflac versions again:
530           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
531
532 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
533
534         * tests/check/Makefile.am:
535           Add rtp-payloading test to VALGRIND_TO_FIX.
536
537         * tests/check/elements/rtp-payloading.c:
538           Add semicolons after GST_TEST_END so gst-indent gets the
539           formatting right; make test less verbose in general, but
540           more verbose in the error case (which should probably
541           make the test fail anyway).
542
543 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
544
545         * docs/plugins/Makefile.am:
546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
547         * docs/plugins/gst-plugins-good-plugins-sections.txt:
548         * gst/avi/gstavisubtitle.c:
549         Add documentation for avisubtitle and change class to
550         Codec/Parser/Subtitle
551
552 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
553
554         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
555         Treat ENOTTY (driver does not implement ioctl) the same as
556         EINVAL since it implies there are no available standards.
557
558         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
559         (gst_v4l2src_get_nearest_size):
560         Replace gst_v4l2src_get_size_limits with 2 calls to new function
561         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
562         probe if the driver does not support VIDIOC_TRY_FMT for whatever
563         reason, and if we aren't yet actively capturing.
564
565         * sys/v4l2/v4l2src_calls.h:
566         Remove replaced function declaration.
567
568 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
569
570         * configure.ac:
571         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
572         API.
573
574 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
575
576         * configure.ac:
577         Fix typo.
578
579 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
580
581         * gst/alpha/Makefile.am:
582         * gst/alpha/gstalpha.c:
583
584         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
585         some stuff, and making buffer-alloc and resizing work automatically.
586         No longer crashes on odd frame widths and heights, although there
587         seems to be a disagreement with ffmpegcolorspace about what size
588         an AYUV frame with odd height should be.
589
590 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         Patch by: Alessandro Decina <alessandro at nnva dot org>
593
594         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
595         * ext/libpng/gstpngenc.h:
596         Preallocate the output buffer so that g_memdup() and
597         gst_buffer_merge() aren't needed anymore. This greatly improves
598         performances and fixes #512544.
599
600 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
601
602         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
603         (gst_avi_demux_stream_data):
604         GStreamer timestamps are PTS values while AVI only knows about DTS
605         timestamps. Make sure we only copy the DTS as the buffer timestamp when
606         we are dealing with a key frame.
607
608 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
609
610         * tests/check/Makefile.am:
611         * tests/check/elements/.cvsignore:
612         * tests/check/elements/rtp-payloading.c:
613           Add add testsuite for the rtp-payloader that tries simulating
614           dataflow. Needs more test data.
615
616 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
617
618         * tests/check/elements/alphacolor.c:
619           Remove two unused variables.
620
621 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
622
623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
624           Use g_ascii_strtoll() instead of atoll, which is only
625           available in C99.
626
627 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
628
629         * gst/rtp/Makefile.am:
630         * gst/rtp/gstrtp.c:
631         * gst/rtp/gstrtpmpvpay.c:
632         * gst/rtp/gstrtpmpvpay.h:
633         Add MPEG2 video payloader
634
635 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
636
637         * gst/level/gstlevel.c:
638         Use #include <math.h> instead of #include "math.h".
639
640 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
641
642         * tests/check/Makefile.am:
643         Fix up some CFLAGS sets.
644         Don't include gconfvideosrc in the states test.
645
646         * tests/check/elements/autodetect.c: (GST_START_TEST):
647         Add some error strings to fail_unless arguments to fix some weird
648         compiler errors on Solaris.
649
650 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
651
652         * configure.ac:
653         Detect video4linux headers on Solaris too.
654         * sys/v4l2/gstv4l2colorbalance.h:
655         * sys/v4l2/gstv4l2object.h:
656         * sys/v4l2/v4l2_calls.c:
657         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
658         (gst_v4l2_buffer_new):
659
660         Make v4l2 build on Solaris.
661         Patch by: Brian Cameron  <brian.cameron at sun dot com>
662         Fixes: #510505
663
664 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
665
666         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
667           Update list from (still local) scanning script.
668
669 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
670
671         Based on a patch by:
672             Victor STINNER <victor dot stinner at haypocalc dot com>
673
674         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
675         Set variable to NULL after freeing it to prevent double frees
676         or make failures by another use of it afterwards more obvious
677         and fix use of it after the freeing. Fixes bug #510592.
678
679 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
680
681         * gst/udp/gstmultiudpsink.c:
682         use GST_WARNING for logging
683
684 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
685
686         * gst/udp/gstmultiudpsink.c:
687         Don't try to leave a multicast group with an invalid socket
688
689 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
690
691         * ext/flac/gstflacdec.c:
692           Fix compilation against flac 1.1.2 (as on debian stable), where
693           the picture metadata defines and structs don't exist yet.
694           Fixes #509301.
695
696 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         Patch by: Olivier Crete <tester at tester dot ca>
699
700         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
701         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
702         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
703         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
704         * gst/udp/gstmultiudpsink.h:
705         Add property to automatically join a multicast group or not. This can be
706         useful when sharing a socket between multiple elements.
707         Fixes #509531.
708
709 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
710
711         * gst/videomixer/Makefile.am:
712           Add controller flags.
713
714 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
715
716         * gst/videomixer/videomixer.c:
717           Also commit the missing gst_object_sync_values().
718
719 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
720
721         * docs/plugins/Makefile.am:
722           Remove duplicate entry.
723
724 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
725
726         * docs/plugins/Makefile.am:
727         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
728         * docs/plugins/gst-plugins-good-plugins-sections.txt:
729         * docs/plugins/inspect/plugin-gamma.xml:
730         * docs/plugins/inspect/plugin-monoscope.xml:
731         * docs/plugins/inspect/plugin-video4linux2.xml:
732           Add 3 more plugins to docs.
733
734 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
735
736         * docs/plugins/gst-plugins-good-plugins-sections.txt:
737         * sys/osxvideo/osxvideosink.h:
738           Revert previous change caused by a file that got stuck on an old
739           revision.
740
741 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
742
743         * docs/plugins/gst-plugins-good-plugins-sections.txt:
744         * gst/multipart/Makefile.am:
745         * gst/multipart/multipartdemux.c:
746         * gst/multipart/multipartdemux.h:
747         * gst/multipart/multipartmux.c:
748         * gst/multipart/multipartmux.h:
749           Re-add multipartdemux to the docs. Last round of section cleanup.
750
751 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
752
753         * docs/plugins/Makefile.am:
754         * docs/plugins/gst-plugins-good-plugins-sections.txt:
755         * sys/osxaudio/gstosxaudiosink.h:
756         * sys/osxvideo/osxvideosink.h:
757           Managed to resolve most unused declarations. Filed a bug for one left.          
758
759 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
760
761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
762           Cleanup section file.
763
764 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
765
766         * docs/plugins/Makefile.am:
767         * docs/plugins/gst-plugins-good-plugins.args:
768         * docs/plugins/gst-plugins-good-plugins.signals:
769         * docs/plugins/inspect/plugin-alaw.xml:
770         * docs/plugins/inspect/plugin-alpha.xml:
771         * docs/plugins/inspect/plugin-alphacolor.xml:
772         * docs/plugins/inspect/plugin-annodex.xml:
773         * docs/plugins/inspect/plugin-apetag.xml:
774         * docs/plugins/inspect/plugin-audiofx.xml:
775         * docs/plugins/inspect/plugin-auparse.xml:
776         * docs/plugins/inspect/plugin-autodetect.xml:
777         * docs/plugins/inspect/plugin-avi.xml:
778         * docs/plugins/inspect/plugin-cairo.xml:
779         * docs/plugins/inspect/plugin-cdio.xml:
780         * docs/plugins/inspect/plugin-cutter.xml:
781         * docs/plugins/inspect/plugin-debug.xml:
782         * docs/plugins/inspect/plugin-dv.xml:
783         * docs/plugins/inspect/plugin-efence.xml:
784         * docs/plugins/inspect/plugin-effectv.xml:
785         * docs/plugins/inspect/plugin-flac.xml:
786         * docs/plugins/inspect/plugin-flxdec.xml:
787         * docs/plugins/inspect/plugin-gconfelements.xml:
788         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
789         * docs/plugins/inspect/plugin-goom.xml:
790         * docs/plugins/inspect/plugin-halelements.xml:
791         * docs/plugins/inspect/plugin-icydemux.xml:
792         * docs/plugins/inspect/plugin-id3demux.xml:
793         * docs/plugins/inspect/plugin-jpeg.xml:
794         * docs/plugins/inspect/plugin-ladspa.xml:
795         * docs/plugins/inspect/plugin-level.xml:
796         * docs/plugins/inspect/plugin-matroska.xml:
797         * docs/plugins/inspect/plugin-mulaw.xml:
798         * docs/plugins/inspect/plugin-multipart.xml:
799         * docs/plugins/inspect/plugin-navigationtest.xml:
800         * docs/plugins/inspect/plugin-png.xml:
801         * docs/plugins/inspect/plugin-quicktime.xml:
802         * docs/plugins/inspect/plugin-rtp.xml:
803         * docs/plugins/inspect/plugin-rtsp.xml:
804         * docs/plugins/inspect/plugin-shout2send.xml:
805         * docs/plugins/inspect/plugin-smpte.xml:
806         * docs/plugins/inspect/plugin-speex.xml:
807         * docs/plugins/inspect/plugin-taglib.xml:
808         * docs/plugins/inspect/plugin-udp.xml:
809         * docs/plugins/inspect/plugin-videobalance.xml:
810         * docs/plugins/inspect/plugin-videobox.xml:
811         * docs/plugins/inspect/plugin-videocrop.xml:
812         * docs/plugins/inspect/plugin-videoflip.xml:
813         * docs/plugins/inspect/plugin-videomixer.xml:
814         * docs/plugins/inspect/plugin-wavenc.xml:
815         * docs/plugins/inspect/plugin-wavpack.xml:
816         * docs/plugins/inspect/plugin-wavparse.xml:
817           Update plugin docs.
818
819         * gst/videomixer/Makefile.am:
820         * gst/videomixer/videomixer.c:
821         * gst/videomixer/videomixer.h:
822         * gst/videomixer/videomixerpad.h:
823           Split out header to fix warnings from the doc-build.
824
825 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
826
827         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
828
829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
830         Use atoll to parse the rtptime with enough precision. Fixes #509329.
831
832 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
833
834         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
836           Initialise variables to work around (false) 'foo might be used
837           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
838
839 2008-01-11  David Schleef  <ds@schleef.org>
840
841         * docs/plugins/.cvsignore:
842         * tests/check/pipelines/.cvsignore:
843           Ignore more files for the buildbot.
844
845 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
846
847         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
848         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
849         Generate the image-type values correctly. Leave them out of the caps
850         when outputting a "preview image" tag, since it only makes sense
851         to have one of those - the type is irrelevant.
852
853         * sys/sunaudio/gstsunaudiomixerctrl.c:
854         (gst_sunaudiomixer_ctrl_open):
855         If we can, mark the mixer multiple open when we use it, in case
856         (for some reason) the process wants to open it again elsewhere.
857
858 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
859
860         Patch by: Olivier Crete <tester at tester dot ca>
861
862         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
863         * gst/rtp/gstrtptheorapay.c:
864         Fix the clock rate to 90000 as required by the RFC.
865         Fixes #508644.
866
867 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
868
869         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
870           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
871
872 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
873
874         * autogen.sh:
875           Add -Wno-portability to the automake parameters to stop warnings
876           about GNU make extensions being used. We require GNU make in almost
877           every Makefile anyway.
878           
879         * configure.ac:
880           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
881           at the same time is required for per target flags.
882
883 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
884
885         * gst/videomixer/videomixer.c: (gst_videomixer_init):
886         Fix error from my last commit.
887
888 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
889
890         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
891
892         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
893           Make sure the ISO 639-X language code in ID3v2 COMM frames
894           is actually valid UTF-8 (or rather: ASCII), so we don't end
895           up with non-UTF8 strings in tags if there's garbage in the
896           language field. Also make sure the language code is always
897           lower case. Fixes: #508291.
898
899 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
900
901         * ChangeLog:
902           Fix ChangeLog typo.
903
904 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
905
906         * Makefile.am:
907           Include lcov.mak to allow building coverage reports. Guard
908           check-torture target like in the other packages.
909
910 2008-01-09  Sameer Naik  <sameer@damagehead.com>
911
912         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
913
914         * gst/videomixer/videomixer.c:
915         (gst_videomixer_set_master_geometry), (_do_init),
916         (gst_videomixer_child_proxy_get_child_by_index),
917         (gst_videomixer_child_proxy_get_children_count),
918         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
919         (gst_videomixer_init), (gst_videomixer_request_new_pad),
920         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
921         Implement GstChildProxy interface.
922         Send newsegment at the right moment
923         Fixes #488879
924
925 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
926
927         * gst/alpha/Makefile.am:
928         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
929         (gst_alpha_sink_event), (gst_alpha_chain),
930         (gst_alpha_change_state), (plugin_init):
931         Make the various properties of 'alpha' controllable. This allows doing
932         niceties like fade-in/fade-out.
933
934 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
935
936         * gst/rtp/gstasteriskh263.c:
937         * gst/rtp/gstrtpL16depay.c:
938         * gst/rtp/gstrtpac3depay.c:
939         * gst/rtp/gstrtpamrpay.c:
940         * gst/rtp/gstrtpdepay.c:
941         * gst/rtp/gstrtpgsmdepay.c:
942         * gst/rtp/gstrtph263depay.c:
943         * gst/rtp/gstrtph263pdepay.c:
944         * gst/rtp/gstrtph263ppay.c:
945         * gst/rtp/gstrtph264depay.c:
946         * gst/rtp/gstrtph264pay.c:
947         * gst/rtp/gstrtpmp2tdepay.c:
948         * gst/rtp/gstrtpmp4adepay.c:
949         * gst/rtp/gstrtpmp4gdepay.c:
950         * gst/rtp/gstrtpmp4gpay.c:
951         * gst/rtp/gstrtpmp4vdepay.c:
952         * gst/rtp/gstrtpmpadepay.c:
953         * gst/rtp/gstrtpmpvdepay.c:
954         * gst/rtp/gstrtpsv3vdepay.c:
955         * gst/rtp/gstrtptheoradepay.c:
956         * gst/rtp/gstrtptheorapay.c:
957         * gst/rtp/gstrtpvorbisdepay.c:
958         * gst/rtp/gstrtpvorbispay.c:
959           Remove copy/paste unused code (property setters and getter) found by
960           the coverage suite (yay, saves ~20k on disk).
961
962 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
963
964         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
965           (videosink_templ):
966           Also fix up pad templates to indicate that image/jpeg doesn't
967           absolutely require the framerate property to be set (#504081).
968
969 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
970
971         Based on patch by: Wouter Cloetens  <wouter at mind be>
972
973         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
974           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
975           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
976         * gst/matroska/matroska-mux.h:
977           Keep track of first and last timestamps for each incoming stream,
978           so we can calculate the total duration for live sources and other
979           input where we can't query the duration from the start or where
980           there's no constant framerate from which we can deduce the
981           duration; also use calculated/observed duration if it is bigger
982           than the previously queried duration. Furthermore, use
983           gst_pad_query_peer_duration() and take into account that it may
984           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
985           screws up comparisons when using unsigned integers. Fixes #504081.
986
987 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
988
989         * configure.ac:
990         * gst/audiofx/audioamplify.c:
991         (gst_audio_amplify_clipping_method_get_type),
992         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
993         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
994         (gst_audio_dynamic_transform_ip):
995         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
996         (gst_audio_invert_transform_ip):
997         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
998         (gst_audio_panorama_transform):
999         * gst/level/gstlevel.c: (gst_level_init):
1000         Make elements GST_BUFFER_FLAG_GAP aware and call
1001         gst_base_transform_set_gap_aware for this.
1002         Bump core requirement to CVS.
1003         
1004         * gst/audiofx/audiochebyshevfreqband.c:
1005         (gst_audio_chebyshev_freq_band_transform_ip):
1006         * gst/audiofx/audiochebyshevfreqlimit.c:
1007         (gst_audio_chebyshev_freq_limit_transform_ip):
1008         Also sync GObject properties to the controller if operating
1009         in passthrough mode.
1010
1011 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1012
1013         * sys/directdraw/gstdirectdrawsink.c:
1014           (gst_directdraw_sink_window_thread):
1015           FALSE is not a gpointer.
1016
1017 2008-01-05  Julien Moutte  <julien@fluendo.com>
1018
1019         * sys/directdraw/gstdirectdrawsink.c:
1020         (gst_directdraw_sink_set_window_id),
1021         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1022         (gst_directdraw_sink_buffer_alloc),
1023         (gst_directdraw_sink_draw_borders),
1024         (gst_directdraw_sink_show_frame),
1025         (gst_directdraw_sink_setup_ddraw),
1026         (gst_directdraw_sink_window_thread),
1027         (gst_directdraw_sink_get_ddrawcaps),
1028         (gst_directdraw_sink_surface_create): Make sure we create our
1029         internal window only when we need it. That will give a chance to
1030         the application to get the prepare-xwindow-id bus message. Draw
1031         black borders when keeping aspect ratio. Handle the case where our
1032         rendering window disappears (closed or errors) like other sinks
1033         do. Various 80 columns fixes, improve state change order. That
1034         element could need some more love.
1035
1036 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1037
1038         * ext/taglib/gstapev2mux.h:
1039         * ext/taglib/gstid3v2mux.h:
1040         Remove useless typedefs without new type name. Fixes a warning with
1041         gcc 4.3.
1042
1043 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1044
1045         Patch by: John Millikin <jmillikin at gmail dot com>
1046
1047         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1048         (gst_flac_dec_setup_stream_decoder),
1049         (gst_flac_normalize_picture_mime_type),
1050         (gst_flac_extract_picture_buffer),
1051         (gst_flac_dec_metadata_callback):
1052         Emit metadata messages when a PICTURE block is encountered.
1053         Fixes #506715.
1054
1055 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1056
1057         * gst/avi/gstavi.c:
1058         increase rank because no known issues anymore ...
1059         * gst/avi/gstavisubtitle.c:
1060         send subtitle name to the srcpad
1061
1062 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1063
1064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1065         * gst/rtsp/gstrtspsrc.h:
1066         Implement redirect for the DESCRIBE reply. Fixes #506025.
1067
1068 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1069
1070         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1071         Fix 'xyz may be used uninitialized' compiler warnings caused
1072         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1073         abort() in any case but properly report the error.
1074
1075 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1078         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1079         * sys/ximage/gstximagesrc.c: (composite_pixel):
1080           Fix 'xyz may be used uninitialized' compiler warnings caused
1081           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1082           not really nice to abort in any case). Fixes #505745.
1083
1084 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1085
1086         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1087           Small unit test fix (has no practical impact at the moment,
1088           since we're only feeding utf8 and hence just create a sub-
1089           buffer for the output).
1090
1091 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1092
1093         * gst/avi/gstavisubtitle.c:
1094         * tests/check/elements/avisubtitle.c:
1095         Add seeking support for avi subtitle
1096
1097 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1098
1099         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1100         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1101         (gst_flac_dec_write):
1102         * ext/flac/gstflacdec.h:
1103         Remove some unused vars.
1104         Do more cleanup of leftover events and tags.
1105         Output tags after the segment event. Fixes #504018.
1106
1107 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1110           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1111           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1112           Detect other UTF byte order markers and convert to UTF-8 as
1113           appropriate.
1114
1115 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1116
1117         * gst/avi/gstavisubtitle.c: (src_template),
1118           (gst_avi_subtitle_extract_utf8_file),
1119           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1120           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1121           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1122         * gst/avi/gstavisubtitle.h:
1123           Refactor a bit; fix name extraction; don't assume all the data
1124           in the chunk is actually subtitle data, there may be padding at
1125           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1126           file so it's there to send again after a seek (for future use).
1127
1128 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1129
1130         * gst/avi/Makefile.am:
1131         * gst/avi/gstavi.c:
1132         * gst/avi/gstavisubtitle.c:
1133         * gst/avi/gstavisubtitle.h:
1134         * tests/check/Makefile.am:
1135         * tests/check/elements/avisubtitle.c:
1136         * win32/common/config.h:
1137                 Add avi subtitle element for bug #442034. Need seeking support
1138                 and more support for character conversion.
1139
1140 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1141
1142         * Makefile.am:
1143           Include common/win32.mak for CRLF check of win32 project
1144           files (see #393626).
1145
1146         * win32/vs6/libgstpng.dsp:
1147           Fix line endings and do cvs admin -kb.
1148
1149 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1150
1151         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1152         Actually drop the buffers which are outside the currently configured
1153         segment instead of just emitting a WARNING.
1154
1155 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1156
1157         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1158         (gst_flac_dec_write):
1159         * ext/flac/gstflacdec.h:
1160         Send segments from the streaming thread. Fixes #502187.
1161         Fix segment seeking and a bunch of other seeking cases.
1162
1163 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1164
1165         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1166           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1167           which is where it would end up if the same information was
1168           put in a vorbis comment (don't think it's worth adding a
1169           new URI tag for this). Fixes #488112.
1170
1171 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         * configure.ac:
1174           We need core/base 0.10.15 or later.
1175
1176 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1177
1178         Patch by: Mark Nauwelaerts <manauw skynet be>
1179
1180         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1181         Fix regression in stream numbering. Fixes #502655.
1182
1183 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1184
1185         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1186
1187         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1188         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1189         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1190         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1191         (gst_rtp_h264_pay_handle_buffer):
1192         * gst/rtp/gstrtph264pay.h:
1193         Use higher performance start-code searching.
1194         Parse NALs and store SPS, PPS and profile in the caps so that they can
1195         be used in the SDP. Fixes #502814.
1196
1197 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1198
1199         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1200         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1201           Init some structs to zero before we pass them to ioctl, which
1202           avoids valgrind warnings.  Also fix a small memory leak.
1203
1204 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1205
1206         Patch by: Wouter Cloetens <wouter at mind dot be>
1207
1208         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1209         Copy timestamp from input to output. Not very perfect yet but better
1210         than nothing. Fixes #503023.
1211
1212 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1213
1214         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1215           Also print a useful error message with the old Wavpack API
1216           if possible.
1217
1218 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1219
1220         * ext/wavpack/gstwavpackdec.c:
1221           More build fixes for old libwavpack versions: include config.h so
1222           that WAVPACK_OLD_API is actually defined as detected; only use
1223           WavpackGetErrorMessage if it is available. This fixes the build
1224           on debian stable for me.
1225
1226 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1227
1228         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1229         * ext/wavpack/gstwavpackparse.c:
1230           (gst_wavpack_parse_create_src_pad):
1231           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1232           versions below 4.40.0.
1233
1234 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1235
1236         * configure.ac:
1237           And now do it right for real...
1238
1239 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1240
1241         * configure.ac:
1242           Correctly reset $LIBS to not contain -lm.
1243
1244 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1245
1246         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1247
1248         * configure.ac:
1249         * ext/cairo/gsttimeoverlay.c:
1250           (gst_cairo_time_overlay_print_smpte_time):
1251           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1252           and checking for rint() and implementing it ourself if it doesn't
1253           exist. Fixes #497293.
1254
1255 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1256
1257         * configure.ac:
1258           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1259
1260 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1261
1262         * sys/oss/gstosshelper.c:
1263         Verify that the format returned after the ioctl is the one
1264         we requested. It is valid for the ioctl to succeed while
1265         substituting an alternate 'supported' sample format.
1266
1267 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1268
1269         * sys/oss/gstossaudio.c: (plugin_init):
1270         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1271         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1272           Post decent (and translated) error message when we can't
1273           open the audio device for some reason.
1274
1275 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1276
1277         * sys/oss/gstosssink.c:
1278         * sys/oss/gstosssrc.c:
1279         Allow the AUDIODEV environment variable to redirect us
1280         to a different default OSS device, like sunaudiosink does
1281         on Solaris (makes audio play automatically on SunRays).
1282
1283 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1284
1285         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1286         * gst/audiofx/audiochebyshevfreqband.c:
1287         (gst_audio_chebyshev_freq_band_transform_ip):
1288         * gst/audiofx/audiochebyshevfreqlimit.c:
1289         (gst_audio_chebyshev_freq_limit_transform_ip):
1290         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1291         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1292         The transform_ip() methods should do nothing if in passthrough mode.
1293         It might get non-writable buffers in that case but the buffer might
1294         as well be writable.
1295
1296         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1297         The transform() methods won't be called in passthrough mode and
1298         otherwise the buffer is always writable so don't check here.
1299
1300 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1303           Fix seeking in .wav files again (#501775).  Some people seem to think
1304           they don't need to test their changes when they're just 'reflowing'
1305           some code.
1306
1307 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1308
1309         * gst/autodetect/gstautovideosink.c:
1310         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1311         (gst_auto_video_sink_init),
1312         (gst_auto_video_sink_create_element_with_pretty_name),
1313         (gst_auto_video_sink_find_best),
1314         (gst_auto_video_sink_set_property),
1315         (gst_auto_video_sink_get_property):
1316         * gst/autodetect/gstautovideosink.h:
1317         Fix docs.
1318         Use same error reporting code as autoaudiosink.
1319         Add property to filter sinks based on caps. Only select raw video sinks
1320         by default for backwards compat.
1321         API: GstAutoVideoSink::filter-caps
1322
1323 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1324
1325         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1326
1327         * gst/autodetect/gstautoaudiosink.c:
1328         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1329         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1330         (gst_auto_audio_sink_set_property),
1331         (gst_auto_audio_sink_get_property):
1332         * gst/autodetect/gstautoaudiosink.h:
1333         Add property to filter sinks based on caps. Only select raw audio sinks
1334         by default for backwards compat.  Fixes #417420.
1335         API: GstAutoAudioSink::filter-caps
1336
1337 2007-11-29  Michael Smith <msmith@fluendo.com>
1338
1339         Patch by: Arek Korbik <arkadini@gmail.com>
1340
1341         * gst/videobox/gstvideobox.c: (plugin_init):
1342           Initialise liboil in plugin_init()
1343
1344 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1345
1346         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1347         Post error before sending EOS. Fixes #499178.
1348
1349 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1350
1351         * win32/vs6/gst_plugins_good.dsw:
1352         * win32/vs6/libgstpng.dsp:
1353         Add a project file for libgstpng
1354
1355 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1356
1357         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1358         (gst_rtp_h263_depay_process):
1359         Code beautification.
1360         Added debug statements.
1361         Don't bit-shift everything, just do operations on last/first byte
1362         instead.
1363
1364 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1365
1366         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1367
1368         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1369         Fix wrong comparison in overrun check. Fixes #499239 some more.
1370
1371 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1372
1373         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1374         (gst_rtp_h263_depay_process):
1375         * gst/rtp/gstrtph263depay.h:
1376         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1377         stream.
1378
1379 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1380
1381         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1382
1383         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1384         (gst_rtp_mp4a_depay_process):
1385         * gst/rtp/gstrtpmp4adepay.h:
1386         Fix depayloading when multiple frames are inside one RTP packet.
1387         Fixes #499239.
1388
1389 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * gst/level/gstlevel.c:
1392           Add GAP-flag support.
1393
1394 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1395
1396         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1397         Read the I flag for Mode A h263 rtp stream and set the
1398         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1399         Fixes #499383
1400
1401 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1402
1403         * gst/level/gstlevel.c:
1404           Remove some dead code and do cleanups.
1405
1406 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1407
1408         * tests/check/pipelines/simple-launch-lines.c:
1409           Improve the tests by allowing to set a target state.
1410
1411 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1412
1413         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1414         Don't check the caps of the output buffer if they're equal some
1415         other caps. The caps can change in a backward compatible way
1416         and did at this point.
1417
1418 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1419
1420         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1421         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1422         (gst_qtdemux_seek_to_previous_keyframe),
1423         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1424         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1425         reverse playback support.
1426
1427 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1428
1429         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1430         Also set the channel layout on the Wavpack caps if we're having
1431         a mono layout. Of course only do it for "audio/x-wavpack".
1432
1433 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1434
1435         * ext/wavpack/gstwavpackcommon.c:
1436         (gst_wavpack_get_default_channel_mask),
1437         (gst_wavpack_set_channel_layout),
1438         (gst_wavpack_get_default_channel_positions),
1439         (gst_wavpack_get_channel_mask_from_positions),
1440         (gst_wavpack_set_channel_mapping):
1441         * ext/wavpack/gstwavpackcommon.h:
1442         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1443         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1444         * ext/wavpack/gstwavpackdec.h:
1445         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1446         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1447         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1448         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1449         (gst_wavpack_enc_rewrite_first_block),
1450         (gst_wavpack_enc_sink_event):
1451         * ext/wavpack/gstwavpackenc.h:
1452         * ext/wavpack/gstwavpackparse.c:
1453         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1454         (gst_wavpack_parse_scan_to_find_sample),
1455         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1456         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1457         * ext/wavpack/gstwavpackparse.h:
1458         Add support for encoding, parsing and decoding multichannel
1459         files with up to 8 channels. This also improves the robustness
1460         of parsing quite a bit.
1461
1462         * ext/wavpack/gstwavpackstreamreader.c:
1463         (gst_wavpack_stream_reader_read_bytes),
1464         (gst_wavpack_stream_reader_get_pos),
1465         (gst_wavpack_stream_reader_set_pos_abs),
1466         (gst_wavpack_stream_reader_set_pos_rel),
1467         (gst_wavpack_stream_reader_push_back_byte),
1468         (gst_wavpack_stream_reader_get_length),
1469         (gst_wavpack_stream_reader_can_seek),
1470         (gst_wavpack_stream_reader_write_bytes):
1471         Improve debugging.
1472
1473 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1474
1475         * ext/libpng/gstpngdec.c:
1476         * ext/libpng/gstpngdec.h:
1477           Don't release the png-memory from within the callback.
1478
1479 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1480
1481         Patch by: René Stadler <mail at renestadler dot de>
1482
1483         * ext/libpng/gstpngenc.c:
1484           Don't leak buffer data memory. Fixes #498395.
1485
1486 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1487
1488         Patch by: René Stadler <mail at renestadler dot de>
1489
1490         * tests/check/pipelines/simple-launch-lines.c:
1491           Tests for #498395.
1492
1493 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1494
1495         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1496         (gst_tag_lib_mux_adjust_event_offsets):
1497         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1498         * sys/osxaudio/Makefile.am:
1499         * sys/osxvideo/cocoawindow.h:
1500         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1501
1502 2007-11-15  David Schleef  <ds@schleef.org>
1503
1504         * ext/cairo/gsttextoverlay.c:
1505           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1506
1507 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1508
1509         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1510
1511         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1512         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1513         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1514         * gst/rtp/gstrtpmp2tpay.h:
1515         Fill the MTU with as many packets as possible. Fixes #491323.
1516
1517 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1518
1519         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1520
1521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1522         Fix some more leaks. Fixes #497007.
1523
1524 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1525
1526         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1527
1528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1529         (gst_rtspsrc_stream_configure_tcp):
1530         Fix 3 pad leaks. Fixes #496983.
1531
1532 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1533
1534         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1535
1536         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1537         Fix small leak. Fixes #497017.
1538
1539 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1540
1541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1542         (gst_qtdemux_prepare_current_sample),
1543         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1544         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1545         * gst/qtdemux/qtdemux_fourcc.h:
1546         * gst/qtdemux/qtdemux_types.c:
1547         Add suppport for theora in quicktime according to XiphQT.
1548
1549 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1550
1551         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1552         (gst_v4l2src_init), (gst_v4l2src_set_property),
1553         (gst_v4l2src_get_property):
1554         * sys/v4l2/gstv4l2src.h:
1555         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1556           Always copy buffers by default (handle safer with bugged drivers)
1557           and added a property to make it possible to use mmap effectively (no
1558           copy if possible) when application wants to. Fixes: #480557.
1559
1560 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * gst/id3demux/id3tags.c:
1563         * gst/id3demux/id3tags.h:
1564         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1565           We don't want the same string multiple times in a tag list for the
1566           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1567           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1568
1569 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1570
1571         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1572           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1573           into ID3v2 TXXX frames (fixes #347848).
1574
1575 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1576
1577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1578           Don't leak sdp message contents (fixes #496773).
1579
1580         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1581           Don't leak URI string.
1582
1583 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1584
1585         Patch by: Julien Puydt <julien dot puydt at laposte net>
1586
1587         * ext/raw1394/Makefile.am:
1588         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1589           (gst_1394_property_probe_get_properties),
1590           (gst_1394_property_probe_probe_property),
1591           (gst_1394_property_probe_needs_probe),
1592           (gst_1394_property_probe_get_values),
1593           (gst_1394_property_probe_interface_init),
1594           (gst_1394_type_add_property_probe_interface):
1595         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1596         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1597           (gst_dv1394src_init), (gst_dv1394src_dispose),
1598           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1599           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1600           (gst_dv1394src_update_device_name):
1601         * ext/raw1394/gstdv1394src.h:
1602           Implement GstPropertyProbe interface and add "device-name" property,
1603           so applications can use this to probe for available devices in the
1604           same way they can already with v4lsrc and v4l2src (however horrible
1605           this property probe interface may be). Fixes #358841.
1606
1607 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1608
1609         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1610
1611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1612           (gst_rtspsrc_parse_range):
1613           Don't leak event, don't leak range (fixes #496752).
1614
1615 2007-11-14  Michael Smith <msmith@fluendo.com>
1616
1617         Patch by: Arek Korbik <arkadini@gmail.com>
1618
1619         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1620           Detect RGBA/BGRA correctly on little endian systems.
1621
1622 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1623
1624         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1625           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1626           corresponding ioctl() call fails even though the driver claims to
1627           support this format, just fall back to the pre-2.6.19 kernel
1628           routine that creates caps with suitable height and width ranges
1629           (see #448278).
1630
1631 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1632
1633         Patch by: Mark Nauwelaerts <manauw skynet be>
1634
1635         * gst/matroska/matroska-demux.c:
1636           (gst_matroska_demux_push_dvd_clut_change_event),
1637           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1638           (gst_matroska_demux_subtitle_caps):
1639         * gst/matroska/matroska-ids.h:
1640           Extract palette data for dvd subpicture streams and send it
1641           downstream as custom gstreamer dvd event (fixes #453417).
1642
1643 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1644
1645         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1646           Implement minimal parsing of the passed pango font description
1647           string, so passing a font size works the same as with the
1648           pango textoverlay plugin; fixes #455086.
1649           (Maybe we could just use pangocairo here at some point).
1650
1651 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1652
1653         * gst/avi/gstavidemux.c:
1654         * gst/wavparse/gstwavparse.c:
1655           Return the result in _activate_pull(). Don't ref element there.
1656
1657 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1658
1659         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1660         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1661         (gst_wavparse_srcpad_event):
1662           Ref the element when we should, but not when we its not needed. Reflow
1663           the event_handling to not leak the event.       
1664
1665 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1666
1667         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1668         (qtdemux_parse_samples):
1669         Properly free QTDemuxSamples array.
1670         Protect table write with a sensible check, some files apparently DO contain
1671         stts values starting with 0 :(
1672
1673 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1674
1675         * gst/avi/gstavidemux.c:
1676         * gst/qtdemux/qtdemux.c:
1677           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1678           previous commit messed up.
1679
1680 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1681
1682         * gst/avi/gstavidemux.c:
1683         * gst/qtdemux/qtdemux.c:
1684           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1685           element when we should, but not when we its not needed.
1686
1687 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1688
1689         * gst/wavparse/gstwavparse.c:
1690           Return FALSE if we can't handle a query instead of changing the
1691           format. Ignore fact when dealing with mpeg audio.
1692
1693 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1694
1695         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1696
1697         * configure.ac:
1698         * gst/udp/gstdynudpsink.c:
1699         * gst/udp/gstdynudpsink.h:
1700         * gst/udp/gstmultiudpsink.c:
1701         * gst/udp/gstmultiudpsink.h:
1702         * gst/udp/gstudpsink.c:
1703         * gst/udp/gstudpsink.h:
1704           Fix includes for MSVC and GLib-2.14.0 (#492388).
1705
1706         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1707           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1708
1709 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1710
1711         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1712         (gst_mulawdec_chain):
1713         * gst/law/mulaw-decode.h:
1714         Calculate outgoing buffer duration if incoming buffer didn't have a
1715         valid duration.
1716
1717 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1718
1719         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1720         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1721         Smarter combine_flow code that also deals with downstream elements
1722         returning UNEXPECTED when they receive data out of the segment
1723         boundaries. Fixes #491305.
1724
1725 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * sys/v4l2/v4l2src_calls.c:
1728           Fix 'unused variable' compiler warning when compiling against
1729           older kernel headers.
1730
1731 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1732
1733         * ext/taglib/gstid3v2mux.cc (add_funcs):
1734           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1735
1736 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1737
1738         * tests/check/pipelines/simple-launch-lines.c:
1739            Improve the tests a little more.
1740
1741 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1742
1743         patch by: Yun Zheng Hu
1744
1745         * sys/osxaudio/gstosxaudiosrc.c:
1746         Use default input device instead of default output device and
1747         only memcpy actual available bytes.
1748
1749 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1750
1751         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1752           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1753           early. It is temporary until we find something better.
1754
1755 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1756
1757         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1758
1759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1760         Fix race when pausing a RTSP stream in interleaved.
1761         Fixes #475784.
1762
1763 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1764
1765         Patch by: Peter Kjellerstedt <pkj at axis com>
1766
1767         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1768         Use correct unref function for buffers. #488844.
1769
1770 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1771
1772         * gst/avi/gstavimux.c:
1773         * tests/check/elements/avimux.c:
1774           Add some debug and sync tests with the fix.     
1775
1776 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1777
1778         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1779
1780         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1781         When the socket is used by the app for other purposes, don't generate an
1782         error if there is activaty on the socket that is not data related.
1783         Fixes #487488.
1784
1785 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1786
1787         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1788         (gst_v4l2src_grab_frame):
1789         Add some more debug info. Generate an error when we run out of buffers
1790         for some reason. See #480557.
1791
1792 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1793
1794         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1795
1796         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1797         Set marker bit correctly.
1798
1799 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1800
1801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1802         Use allowed name for the GstStructure.
1803
1804 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1805
1806         * ext/gconf/gstswitchsink.c:
1807         * gst/autodetect/gstautoaudiosink.c:
1808           Use new gst_bus_pop_filtered().
1809
1810 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1811
1812         * sys/v4l2/gstv4l2src.c:
1813         * sys/v4l2/v4l2src_calls.c:
1814           When probing the formats and sizes a camera supports, make
1815           sure the best ones (highest resolution, prefered format)
1816           end up at the beginning of the probed caps and the less
1817           desirable ones at the end.  This is important because the
1818           order within the caps matters for things like fixation and
1819           negotiation, ie. what format is chosen in the end.
1820           With recent kernels, the current probing code will end up
1821           querying the supported sizes from lowest resolution to
1822           highest resolution, adding them to the probed caps in that
1823           order, resulting to v4l2src fixating to the lowest possible
1824           resolution if downstream does not express a size preference.
1825           Also make up a somewhat random ranking of prefered output
1826           formats for the same reason. Fixes #485828.
1827         
1828 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1829
1830         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1831
1832         * gst/id3demux/id3v2frames.c:
1833           Extract license/copyright URIs from ID3v2 WCOP frames
1834           (Fixes #447000).
1835
1836         * tests/check/elements/id3demux.c:
1837         * tests/files/Makefile.am:
1838         * tests/files/id3-447000-wcop.tag:
1839           Add simple unit test.
1840
1841 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1842
1843         * ext/taglib/gstid3v2mux.cc:
1844           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1845           Prerequisite for #447000.
1846
1847 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1848
1849         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1850         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1851         a GstClockTime.
1852
1853 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1854
1855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1856         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1857         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1858         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1859         (gst_rtspsrc_change_state):
1860         More seeking fixes, mostly passing around the new playback segment in
1861         order to configure it properly.
1862         Also reset base_time of udp sources when setting them back to PLAYING as
1863         a temporary hack until core supports seek in live sources properly.
1864
1865 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1866
1867         * gst/rtp/gstrtpmp4adepay.c:
1868         Fix caps as to not confuse autopluggers.
1869
1870 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1871
1872         * gst/id3demux/gstid3demux.c:
1873         * gst/id3demux/gstid3demux.h:
1874         * gst/id3demux/id3tags.c:
1875         * gst/id3demux/id3tags.h:
1876         * gst/id3demux/id3v2frames.c:
1877           Port ID3 tag demuxer over to the new GstTagDemux in -base
1878           (now would be a good time to test re-importing your music
1879           collection).
1880
1881 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1882
1883         * gst/apetag/Makefile.am:
1884         * gst/apetag/gstapedemux.c:
1885         * gst/apetag/gstapedemux.h:
1886         * gst/apetag/gsttagdemux.c:
1887         * gst/apetag/gsttagdemux.h:
1888           Port APE tag demuxer over to the new GstTagDemux in -base.
1889
1890 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1891
1892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1893         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1894         (gst_rtspsrc_handle_internal_src_query),
1895         (gst_rtspsrc_handle_src_query), (new_session_pad),
1896         (gst_rtspsrc_stream_configure_tcp),
1897         (gst_rtspsrc_stream_configure_transport),
1898         (gst_rtspsrc_loop_send_cmd):
1899         Improve flushing behaviour.
1900         Set state of the udp sources to PAUSE/PLAYING correctly.
1901         Handle events and queries for UDP and TCP transport now.
1902
1903 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1904
1905         * gst/rtp/gstrtpgsmdepay.c:
1906         * gst/rtp/gstrtpgsmpay.c:
1907           Add log category.
1908
1909 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1910
1911         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1912
1913         * tests/check/Makefile.am:
1914         * tests/check/pipelines/simple-launch-lines.c:
1915           Add unit tests for payloaders/depayloaders.
1916
1917 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1918
1919         * gst/avi/gstavimux.c:
1920         * gst/avi/gstavimux.h:
1921           Also save codec data for audio streams. Fixes #482495.
1922
1923 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1924
1925         * gst/avi/gstavimux.c:
1926           Fix "Index entry has invalid stream nr 1".
1927           Add support for muxing aac - work in progress (see #482495).
1928
1929 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1930
1931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1932         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1933         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1934         * gst/rtsp/gstrtspsrc.h:
1935         Parse bandwidth modifiers, they are not yet configured in the session
1936         manager because we don't have an API for that yet.
1937
1938 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1939
1940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1941         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1942         Use shiny new function in -base to get the default clock-rate.
1943         Update some docs.
1944
1945 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1946
1947         * win32/MANIFEST:
1948         Add files to win32 manifest.
1949         * win32/vs6/libgstaudiofx.dsp:
1950         * win32/vs6/libgstqtdemux.dsp:
1951         * win32/vs6/libgstrtp.dsp:
1952         * win32/vs6/libgstrtsp.dsp:
1953         Update project files.
1954
1955 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1956
1957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1958         (gst_rtspsrc_play):
1959         * gst/rtsp/gstrtspsrc.h:
1960         In TCP mode, only timestamp the first buffer. TCP is not real time and
1961         it does not make sense to try to skew compensate, also some servers send
1962         the first batch of data in a burst.
1963
1964 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1965
1966         * gst/matroska/matroska-demux.c:
1967           Fix setting the discont flag on the first buffer
1968           pushed downstream for formats with private codec
1969           data that needs to be deserialised into buffers
1970           (such as vorbis and FLAC when in a matroska container).
1971
1972 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1973
1974         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1975
1976         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1977         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1978         (gst_rtp_mp4v_pay_handle_buffer):
1979         * gst/rtp/gstrtpmp4vpay.h:
1980         Free the config string. Fixes #480707.
1981         Clean up the timestamp code a little.
1982
1983 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1984
1985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1986         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1987         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1988         * gst/rtsp/gstrtspsrc.h:
1989         Set timestamps on RTP buffers in interleaved mode.
1990         Mark first buffers with a DISCONT.
1991         Remove flush hack now that sync for live sources has been figured out.
1992
1993 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1994
1995         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1996         Update documentation.
1997
1998 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1999
2000         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2001         (gst_rtp_xqt_depay_change_state):
2002         * gst/qtdemux/gstrtpxqtdepay.h:
2003         Fail if we don't know the quicktime format.
2004
2005 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2006
2007         * ext/flac/gstflacenc.c:
2008         * ext/flac/gstflacenc.h:
2009           Save the flow return from the last gst_pad_push() and
2010           make sure we pass the right flow return value upstream
2011           in the case of failure; minor clean-ups.
2012
2013 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2014
2015         * ext/taglib/gstapev2mux.cc:
2016         * ext/taglib/gstid3v2mux.cc:
2017         * gst/apetag/gstapedemux.c:
2018           Add support for the new GST_TAG_COMPOSER (#459809).
2019
2020 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2021
2022         * gst/law/alaw-decode.c:
2023         * gst/law/alaw-decode.h:
2024         * gst/law/alaw-encode.c:
2025         * gst/law/alaw-encode.h:
2026         * gst/law/alaw.c:
2027         * gst/law/mulaw-conversion.h:
2028           Compulsive clean-ups: use boilerplate macros, add debug
2029           categories, fix up things to conform to symbol nomenklatura,
2030           etc.
2031
2032 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2033
2034         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2035
2036         * gst/law/alaw-decode.c:
2037         * gst/law/alaw-encode.c:
2038           Use static tables for A-Law decoding and encoding; this makes
2039           A-Law decoding and encoding less CPU-intensive, but increases
2040           the binary size a bit. Leaving old code around for now,
2041           selectable by a define in the code. Fixes #435435.
2042
2043 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2044
2045         * configure.ac:
2046         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2047         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2048         in configure.ac.
2049
2050 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2051
2052         Patch by: Jan Gerber <j at bootlab dot org>
2053
2054         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2055         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2056
2057 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2058
2059         * sys/oss/gstosshelper.c:
2060           Use GST_WARNING instead of a g_critical. This situation is not caused
2061           by the application.
2062
2063 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2064
2065         * po/LINGUAS:
2066         * po/nl.po:
2067           Updated translations.
2068
2069 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2070
2071         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2072
2073         * po/eu.po:
2074           Added Basque translation.
2075
2076 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2077
2078         translated by: Abel Cheung <abelcheung@gmail.com>
2079
2080         * po/zh_HK.po:
2081         * po/zh_TW.po:
2082           Added Chinese (traditional and Hong Kong) translation.
2083
2084 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2085
2086         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2087
2088         * po/pl.po:
2089           Added Polish translation.
2090
2091 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2092
2093         translated by: Ilkka Tuohela <hile@iki.fi>
2094
2095         * po/fi.po:
2096           Added Finnish translation.
2097
2098 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2099
2100         translated by: Jorge González González <aloriel@gmail.com>
2101
2102         * po/es.po:
2103           Added Spanish translation.
2104
2105 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2106
2107         translated by: Mogens Jaeger <mogens@jaeger.tf>
2108
2109         * po/da.po:
2110           Added Danish translation.
2111
2112 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2113
2114         translated by: Funda Wang <fundawang@linux.net.cn>
2115
2116         * po/zh_CN.po:
2117           Added Chinese (simplified) translation.
2118
2119 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2120
2121         translated by: Alexander Shopov <ash@contact.bg>
2122
2123         * po/bg.po:
2124           Added Bulgarian translation.
2125
2126 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2127
2128         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2129         Set outgoing packet duration because we can. Fixes #478244 some more.
2130
2131 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2132
2133         * ext/cairo/gsttextoverlay.c:
2134           Add info about static leak.
2135         
2136         * tests/check/Makefile.am:
2137         * tests/check/generic/states.c:
2138           Improved state change unit test.
2139
2140 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2141
2142         * docs/plugins/.cvsignore:
2143         * tests/check/.cvsignore:
2144           Ignore registries in any format.
2145
2146 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2147
2148         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2149         Removed some unused code.
2150
2151         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2152         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2153         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2154         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2155         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2156         (gst_rtp_theora_pay_flush_packet):
2157         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2158         Try to preserve the incomming buffer duration on the outgoing
2159         packets. Fixes #478244.
2160
2161 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2162
2163         * ext/taglib/gstapev2mux.cc:
2164         * ext/taglib/gstid3v2mux.cc:
2165           Work around compiler warnings with g++-4.2 when assigning a
2166           string constant to a gchar * (partially fixes #478092).
2167
2168 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2169
2170         * configure.ac:
2171           We require core CVS now for gst_base_src_set_do_timestamp().
2172
2173 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2174
2175         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2176         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2177         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2178         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2179         (gst_rtspsrc_handle_message):
2180         Fix compiler warnings shown with Forte.
2181
2182 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2183
2184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2185         (gst_rtspsrc_dup_printf):
2186         Give meaningfull error when all streams failed to configure for some
2187         reason.
2188
2189 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2190
2191         * gst/rtp/README:
2192         Update README with the design for synchronisation rules of RTP on
2193         sender and receiver.
2194
2195 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2196
2197         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2198         (gst_wavparse_chain):
2199         Don't push EOS from the chain function, the element
2200         driving the pipeline is responsible for this. The bug
2201         this was meant to fix seems to be queue not forwarding
2202         EOS in all cases (see #476514).
2203
2204 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2205
2206         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2207         (gst_level_transform_ip):
2208         * gst/level/gstlevel.h:
2209         Use basetransform segment so that it is correctly managed on flushes and
2210         start/stop.
2211         Report message timestamp as stream time, which is what an application
2212         can understand.
2213
2214 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2215
2216         * ext/taglib/gstapev2mux.cc:
2217         * ext/taglib/gstapev2mux.h:
2218         * ext/taglib/gsttaglibmux.c:
2219         * tests/check/elements/apev2mux.c:
2220         Update my mail address.
2221
2222 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2223
2224         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2225         (gst_wavparse_loop), (gst_wavparse_chain):
2226         Add EOS logic for the push-based mode too. Fixes #476514.
2227
2228 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2229
2230         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2231         * gst/law/alaw-encode.h:
2232         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2233         (gst_mulawenc_chain):
2234         * gst/law/mulaw-encode.h:
2235         Fix law encoder timestamps.
2236
2237 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2238
2239         * ext/gconf/gstgconfaudiosink.c:
2240           Fix warning when building without debug.
2241
2242         * sys/oss/gstossmixertrack.c:
2243           Use const like in alsamixertrack.c (fixes warnings).
2244
2245 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2246
2247         * sys/v4l2/v4l2src_calls.c:
2248         (gst_v4l2src_probe_caps_for_format_and_size):
2249         Fix framerate detection code some more.
2250         Handle the case where there is a weird step in the stepwise framerates.
2251         Don't overwrite the min interval with the framerate, use a temp variable
2252         instead.
2253         Use max in the Continuous framerate intervals instead of step, which is
2254         1 according to the docs. Fixes #475424.
2255
2256 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2257
2258         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2259         Make udpsrc timestamp outgoing buffers based on when they were received.
2260         Also make it output a segment in time.
2261
2262 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2263
2264         * gst/avi/gstavidemux.c:
2265           Plug a little leak. Little code cleanups.
2266
2267 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2268
2269         * configure.ac:
2270           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2271           flac versions, 's good for cross-compilation karma.
2272
2273 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2274
2275         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2276
2277         * gst/rtp/gstrtph263pay.c:
2278           Fix up header structure so that compilers don't add padding
2279           between the structure fields, since that would lead to us
2280           sending RTP packets with broken headers (as is currently the
2281           case when compiling with MSVC). Also see similar fixes in
2282           libgstrtp in gst-plugins-base. (#474616; #471194)
2283
2284 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2285
2286         * sys/v4l2/v4l2src_calls.c:
2287         (gst_v4l2src_probe_caps_for_format_and_size):
2288         Don't overwrite our GValue with 0 but instead use the previously
2289         computed value. Fixes #471823 some more.
2290
2291 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2292
2293         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2294           No tabs in this file please, or gtk-doc will end up documenting
2295           rather absurd class hierarchies.
2296
2297 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2298
2299         * ext/gconf/gstswitchsink.c:
2300           If the new kid element fails to change state for some reason
2301           (e.g. esdsink not being able to connect to the sound server),
2302           forward the error message it posted on the bus instead of just
2303           posting a generic 'Internal state change error: please file a
2304           bug' error message. Fixes #471364.
2305
2306 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2307
2308         * gst/qtdemux/Makefile.am:
2309         * gst/qtdemux/qtdemux.c:
2310           Don't assume tags are encoded as UTF-8 (#473670).
2311
2312 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2313
2314         * sys/v4l2/gstv4l2src.c:
2315         * sys/v4l2/gstv4l2src.h:
2316         * sys/v4l2/v4l2src_calls.c:
2317           Implement LATENCY queries in the crudest way possible so I don't
2318           have to use sync=false any longer when testing with videosinks.
2319
2320 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2321
2322         * configure.ac:
2323           Fix build.
2324
2325 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2326
2327         * sys/v4l2/v4l2src_calls.c:
2328         (gst_v4l2src_probe_caps_for_format_and_size):
2329         Add some more debugging in the framerate function.
2330         Iterate stepwise framerate up to and _including_ the max and if nothing
2331         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2332         don't end up with an empty list. Fixes #471823
2333
2334 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2335
2336         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2337         (gst_multiudpsink_set_clients_string),
2338         (gst_multiudpsink_get_clients_string),
2339         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2340         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2341         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2342         (gst_multiudpsink_clear):
2343         Add property do configure destination address/port pairs
2344         API:GstMultiUDPSink::clients
2345
2346 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2347
2348         * tests/examples/Makefile.am:
2349         * tests/examples/rtp/Makefile.am:
2350         * tests/examples/rtp/client-H263p-AMR.sh:
2351         * tests/examples/rtp/client-H263p-PCMA.sdp:
2352         * tests/examples/rtp/client-H263p-PCMA.sh:
2353         * tests/examples/rtp/client-H264-PCMA.sdp:
2354         * tests/examples/rtp/client-H264-PCMA.sh:
2355         * tests/examples/rtp/client-PCMA.sh:
2356         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2357         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2358         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2359         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2360         Added some RTP example scripts for sending and receiving RTP streams.
2361
2362 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2363
2364         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2365         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2366         Restructure the setcaps function so that we can also compute the
2367         expected GStreamer output size of the video frames.
2368         Set frame_byte_size correctly so that read-based devices have a chance
2369         of working correctly.
2370         When grabbing a frame, discard frames that are not of the expected size.
2371         Some cameras don't output the right framesize for the first buffer.
2372         Try only a couple of times to get a valid frame, else error out.
2373
2374         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2375         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2376         Add some more debug info when scanning the device.
2377
2378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2379         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2380         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2381         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2382         Add some more debug info when dequeing a frame.
2383
2384 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2385
2386         * gst/wavparse/gstwavparse.c:
2387           More code cleanups. Add some more comment and improve debugs logs.
2388
2389 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2390
2391         * gst/wavparse/gstwavparse.c:
2392         * gst/wavparse/gstwavparse.h:
2393           Implement seek-query. Refactor duration calculations. Appropriate use
2394           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2395           out of loops.
2396
2397 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2398
2399         * gst/avi/gstavidemux.c:
2400           Implement seek-query.
2401
2402 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2403
2404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2405         (gst_rtspsrc_dup_printf):
2406         Use new basesink async property to make sparse RTCP packet not wait for
2407         preroll.
2408
2409 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2410
2411         * gst/audiofx/Makefile.am:
2412         Dist the right file.
2413
2414 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2415
2416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2417         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2418         Make sure we generate and parse floating point values in the POSIX
2419         locale instead of the current locale. 
2420
2421 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2422
2423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2424         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2425         (gst_rtspsrc_play):
2426         * gst/rtsp/gstrtspsrc.h:
2427         Fix method detection again.
2428         Keep track of when we must send a Range header.
2429         Use segment values for Range, Speed and Scale headers.
2430         Parse Speed and Scale headers to update the segment values.
2431
2432 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2433
2434         patch by: Mark Nauwelaerts <manauw@skynet.be>
2435
2436         * sys/v4l2/v4l2src_calls.c:
2437           Handle optional v4l2 ioctls gracefully.
2438
2439 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2440
2441         * gst/rtp/Makefile.am:
2442         * gst/rtp/gstrtp.c: (plugin_init):
2443         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2444         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2445         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2446         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2447         (gst_rtp_h263_depay_get_property),
2448         (gst_rtp_h263_depay_change_state),
2449         (gst_rtp_h263_depay_plugin_init):
2450         * gst/rtp/gstrtph263depay.h:
2451         Added an H263 depayloader. Fixes #369392.
2452
2453         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2454         (gst_rtp_h263p_depay_process):
2455         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2456         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2457         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2458         payloads.
2459         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2460
2461 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2462
2463         * gst/audiofx/audiochebyshevfreqband.c:
2464         * gst/audiofx/audiochebyshevfreqlimit.c:
2465         Add small comparision with the windowed sinc filters in the docs.
2466
2467 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2468
2469         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2470         (audiochebyshevfreqband_suite):
2471         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2472         (audiochebyshevfreqlimit_suite):
2473         Also test 32 bit float mode and the type 2 variants of the filters.
2474
2475 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2476
2477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2478         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2479         (gst_rtspsrc_loop):
2480         Refactor the udp and interleaved loop function a bit.
2481
2482 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2483
2484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2485         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2486         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2487         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2488         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2489         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2490         * gst/rtsp/gstrtspsrc.h:
2491         Protect connection activity with a new lock, avoids deadlocks when going
2492         to PAUSED. Fixes #455808.
2493
2494 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2495
2496         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2497         Fix debug statement.
2498
2499 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2500
2501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2502         Fix stray %u in debug line as spotted by Saur on IRC.
2503
2504 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2505
2506         * gst/audiofx/audiochebyshevfreqband.c:
2507         (gst_audio_chebyshev_freq_band_class_init):
2508         * gst/audiofx/audiochebyshevfreqlimit.c:
2509         (gst_audio_chebyshev_freq_limit_class_init):
2510         Use generator macros for the process functions for the different
2511         sample types, add lower upper boundaries for the GObject properties
2512         so automatically generated UIs can use sliders and add a note about
2513         the number of poles as a too high number of poles combined with
2514         very low or very high frequencies will produce only noise.
2515         * docs/plugins/gst-plugins-good-plugins.args:
2516         Regenerated for the property changes.
2517
2518 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2519
2520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2521         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2522         (gst_rtspsrc_stream_configure_udp_sink),
2523         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2524         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2525         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2526         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2527         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2528         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2529         * gst/rtsp/gstrtspsrc.h:
2530         Improve timeout handling.
2531         Use the same socket for sending and receiving RTCP packets so that some
2532         servers can track clients better.
2533         Improve connection closed handling. Try to reconnect.
2534         Don't overwrite our content base with NULL.
2535         Improve debugging.
2536         Improve range parsing and handling.
2537         Remove flushing hack now that core does the right thing.
2538
2539 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2540
2541         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2542         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2543         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2544         (gst_multiudpsink_close), (gst_multiudpsink_add):
2545         * gst/udp/gstmultiudpsink.h:
2546         Add support for getting and setting the socket to use.
2547
2548         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2549         (gst_udpsrc_create), (gst_udpsrc_get_property):
2550         Add support for getting the currently used socket.
2551
2552 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2553
2554         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2555
2556         * gst/audiofx/Makefile.am:
2557         * gst/audiofx/audiochebyshevfreqband.c:
2558         (gst_audio_chebyshev_freq_band_mode_get_type),
2559         (gst_audio_chebyshev_freq_band_base_init),
2560         (gst_audio_chebyshev_freq_band_dispose),
2561         (gst_audio_chebyshev_freq_band_class_init),
2562         (gst_audio_chebyshev_freq_band_init),
2563         (generate_biquad_coefficients), (calculate_gain),
2564         (generate_coefficients),
2565         (gst_audio_chebyshev_freq_band_set_property),
2566         (gst_audio_chebyshev_freq_band_get_property),
2567         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2568         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2569         (gst_audio_chebyshev_freq_band_start):
2570         * gst/audiofx/audiochebyshevfreqband.h:
2571         * gst/audiofx/audiochebyshevfreqlimit.c:
2572         (gst_audio_chebyshev_freq_limit_mode_get_type),
2573         (gst_audio_chebyshev_freq_limit_base_init),
2574         (gst_audio_chebyshev_freq_limit_dispose),
2575         (gst_audio_chebyshev_freq_limit_class_init),
2576         (gst_audio_chebyshev_freq_limit_init),
2577         (generate_biquad_coefficients), (calculate_gain),
2578         (generate_coefficients),
2579         (gst_audio_chebyshev_freq_limit_set_property),
2580         (gst_audio_chebyshev_freq_limit_get_property),
2581         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2582         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2583         (gst_audio_chebyshev_freq_limit_start):
2584         * gst/audiofx/audiochebyshevfreqlimit.h:
2585         * gst/audiofx/audiofx.c: (plugin_init):
2586         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2587         Fixes #464800.
2588
2589         * tests/check/Makefile.am:
2590         * tests/check/elements/.cvsignore:
2591         * tests/check/elements/audiochebyshevfreqband.c:
2592         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2593         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2594         * tests/check/elements/audiochebyshevfreqlimit.c:
2595         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2596         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2597         Add unit tests for the chebyshev filters.
2598
2599         * docs/plugins/Makefile.am:
2600         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2601         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2602         * docs/plugins/gst-plugins-good-plugins.args:
2603         * docs/plugins/inspect/plugin-1394.xml:
2604         * docs/plugins/inspect/plugin-audiofx.xml:
2605         * docs/plugins/inspect/plugin-dv.xml:
2606         * docs/plugins/inspect/plugin-flac.xml:
2607         * docs/plugins/inspect/plugin-jpeg.xml:
2608         * docs/plugins/inspect/plugin-png.xml:
2609         * docs/plugins/inspect/plugin-rtp.xml:
2610         * docs/plugins/inspect/plugin-shout2send.xml:
2611         * docs/plugins/inspect/plugin-wavpack.xml:
2612         And add docs for the chebyshev filters. While doing
2613         that also run make update in docs/plugins.
2614
2615 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2616
2617         * ext/annodex/gstcmmltag.c:
2618         * gst/rtp/gstrtpvorbispay.c:
2619           Make ro memory to share.
2620
2621 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2622
2623         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2624         Improve UDP performance by avoiding a select() when we have data
2625         available immediatly.
2626
2627 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2628
2629         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2630         (gst_rtp_dec_class_init):
2631         * gst/rtsp/gstrtpdec.h:
2632         Add (dummy) SSRC management signals.
2633
2634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2635         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2636         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2637         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2638         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2639         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2640         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2641         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2642         * gst/rtsp/gstrtspsrc.h:
2643         Add connection-speed property.
2644         Add find_stream helper functions.
2645         Handle stream EOS based on BYE messages or SSRC timeout.
2646         Returns SUCCESS from the state change function as we hide our async
2647         elements from the parent.
2648
2649 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2650
2651         * gst/debug/rndbuffersize.c:
2652           Fix da leak.
2653
2654 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2655
2656         * gst/debug/Makefile.am:
2657         * gst/debug/breakmydata.c:
2658         * gst/debug/gstdebug.c:
2659         * gst/debug/negotiation.c:
2660         * gst/debug/progressreport.c:
2661         * gst/debug/rndbuffersize.c:
2662         * gst/debug/testplugin.c:
2663           Add new test element and clean-up the others a little.
2664
2665 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2666
2667         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2668         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2669
2670 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2671
2672         * gst/rtp/gstrtpilbcdepay.c:
2673           Include stdlib.
2674
2675 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2676
2677         * gst/rtp/gstrtpmpvdepay.c:
2678         Set the mpegversion in the caps so that autoplugging does not get
2679         confused.
2680
2681 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2682
2683         * po/hu.po:
2684         * po/uk.po:
2685         * po/vi.po:
2686           Updated translations.
2687
2688 2007-08-08  Michael Smith <msmith@fluendo.com>
2689
2690         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2691           Render right border in the correct location.
2692
2693 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2694
2695         Patch by: Olivier Crete <tester at tester dot ca>
2696
2697         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2698         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2699         Make mode property a string. Fixes #464475.
2700
2701 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2702
2703         * ext/flac/gstflacenc.c:
2704           Widen caps to match decoder a bit and add more FIXMEs.
2705
2706 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2707
2708         patch by: Mark Nauwelaerts <manauw@skynet.be>
2709
2710         * gst/avi/gstavimux.c:
2711           Fix ODML index tag numbering. Fixes #463624.
2712
2713 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2714
2715         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2716         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2717         (gst_rtspsrc_stream_configure_tcp),
2718         (gst_rtspsrc_stream_configure_udp_sink):
2719         Fix default clock-rate for realmedia.
2720         Fix parsing of transport.
2721         Don't try to link NULL pads.
2722
2723 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2724
2725         * po/POTFILES.skip:
2726           Add POTFILES.skip with list of source files that aren't disted at the
2727           moment but contain translatable strings. Should hopefully pacify
2728           broken tools and make it clearer that these files are left out
2729           intentionally (#461600).
2730
2731 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2732
2733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2734         If the buffer was entirely clipped ... don't try sending it :)
2735
2736 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2737
2738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2739         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2740         (gst_rtspsrc_create_transports_string),
2741         (gst_rtspsrc_prepare_transports):
2742         If we don't hav a session manager, set the caps on outgoing buffers
2743         ourselves.
2744         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2745         Append final bit of the transport string even when it does not contain a
2746         placeholder.
2747
2748 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2749
2750         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2751         (gst_rtsp_ext_list_connect):
2752         * gst/rtsp/gstrtspext.h:
2753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2754         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2755         Clean up the interface list.
2756         Allow connecting to interface signals for the extensions.
2757         Remove old extension code.
2758         Free list on cleanup.
2759         Allow extensions to send additional RTSP messages.
2760
2761 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2762
2763         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2764         Handle a NULL gconf key gracefully by rendering the default element.
2765
2766 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2767
2768         * gst/rtsp/gstrtspext.h:
2769         Fix include path for extension interface.
2770
2771 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2772
2773         * gst/audiofx/audioamplify.h:
2774         Also remove a now unecessary variable here.
2775
2776 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2777
2778         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2779         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2780         * gst/audiofx/audiodynamic.c:
2781         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2782         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2783         * gst/audiofx/audiodynamic.h:
2784         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2785         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2786         * gst/audiofx/audioinvert.h:
2787         Don't save format information ourselves, this is already saved in
2788         GstAudioFilter.
2789
2790 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2791
2792         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2793         (gst_rtsp_ext_list_stream_select):
2794         * gst/rtsp/gstrtspext.h:
2795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2796         Use rank to filter out extensions.
2797         Add url to stream_select interface call.
2798
2799 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2800
2801         * gst/rtsp/Makefile.am:
2802         * gst/rtsp/base64.c:
2803         * gst/rtsp/base64.h:
2804         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2805         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2806         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2807         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2808         (gst_rtsp_ext_list_setup_media),
2809         (gst_rtsp_ext_list_configure_stream),
2810         (gst_rtsp_ext_list_get_transports),
2811         (gst_rtsp_ext_list_stream_select):
2812         * gst/rtsp/gstrtspext.h:
2813         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2814         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2815         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2816         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2817         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2818         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2819         (gst_rtspsrc_stream_configure_tcp),
2820         (gst_rtspsrc_stream_configure_mcast),
2821         (gst_rtspsrc_stream_configure_udp),
2822         (gst_rtspsrc_stream_configure_udp_sink),
2823         (gst_rtspsrc_stream_configure_transport),
2824         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2825         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2826         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2827         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2828         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2829         (gst_rtspsrc_parse_methods),
2830         (gst_rtspsrc_create_transports_string),
2831         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2832         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2833         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2834         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2835         * gst/rtsp/gstrtspsrc.h:
2836         * gst/rtsp/rtsp.h:
2837         * gst/rtsp/rtspconnection.c:
2838         * gst/rtsp/rtspconnection.h:
2839         * gst/rtsp/rtspdefs.c:
2840         * gst/rtsp/rtspdefs.h:
2841         * gst/rtsp/rtspext.h:
2842         * gst/rtsp/rtspextwms.c:
2843         * gst/rtsp/rtspextwms.h:
2844         * gst/rtsp/rtspmessage.c:
2845         * gst/rtsp/rtspmessage.h:
2846         * gst/rtsp/rtsprange.c:
2847         * gst/rtsp/rtsprange.h:
2848         * gst/rtsp/rtsptransport.c:
2849         * gst/rtsp/rtsptransport.h:
2850         * gst/rtsp/rtspurl.c:
2851         * gst/rtsp/rtspurl.h:
2852         * gst/rtsp/sdp.h:
2853         * gst/rtsp/sdpmessage.c:
2854         * gst/rtsp/sdpmessage.h:
2855         * gst/rtsp/test.c:
2856         Use shiny new RTSP and SDP library.
2857         Implement RTSP extensions using the new interface.
2858         Remove a lot of old code.
2859
2860 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2861
2862         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2863         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2864
2865 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2866
2867         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2868         Don't unref the outgoing buffer twice when dropping it because it's
2869         outside of the segment.
2870
2871 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2872
2873         * configure.ac:
2874         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2875         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2876         Use the new buffer clipping function from gstaudio here and
2877         require gst-plugins-base CVS.
2878         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2879         For framed Wavpack buffers we require a valid timestamp.
2880
2881 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2882
2883         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2884         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2885         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2886         Clip raw audio and video when we can, keep track of current output
2887         segment.
2888         Don't leak buffers and events when there is no output pad.
2889         Improve debugging here and there.
2890
2891 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2892
2893         * configure.ac:
2894           Sync liboil check with plugins-base.
2895
2896 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2897
2898         * ext/annodex/Makefile.am:
2899           Fix CFLAGS/LIBS.
2900
2901         * ext/cdio/gstcdiocddasrc.c:
2902         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2903           Include stdlib
2904
2905         * ext/cairo/Makefile.am:
2906         * gst/videofilter/Makefile.am:
2907         * tests/examples/level/Makefile.am:
2908           Use $(LIBM) instead of -lm
2909
2910 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2911
2912         * sys/v4l2/gstv4l2src.c:
2913           Add another example pipeline.
2914
2915 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2916
2917         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2918
2919         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2920           Use define here.
2921
2922         * sys/v4l2/gstv4l2tuner.c:
2923         (gst_v4l2_tuner_set_frequency_and_notify):
2924           Don't touch the property - its still disabled.
2925
2926         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2927         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2928         * sys/v4l2/v4l2src_calls.h:
2929           Improve fallback format negotionation. Fixes #451388
2930
2931 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2932
2933         * tests/check/elements/videocrop.c: (GST_START_TEST):
2934           Fix the test.
2935
2936 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2937
2938         * docs/plugins/Makefile.am:
2939         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2940         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2941         * docs/plugins/inspect/plugin-jpeg.xml:
2942         * docs/plugins/inspect/plugin-png.xml:
2943         * ext/jpeg/gstjpegdec.c:
2944         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2945         (gst_pngdec_sink_setcaps):
2946           More docs. More logs in pngdec.
2947
2948 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2949
2950         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2951           Initialize num_buffers with minimum value.
2952
2953         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2954         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2955           Handle frame-size query failure gracefully.
2956
2957 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2958
2959         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2960         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2961         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2962         of qt/aac files.
2963
2964 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2965
2966         * ext/wavpack/gstwavpackdec.c:
2967         (gst_wavpack_dec_clip_outgoing_buffer):
2968         Fix buffer clipping to correctly clip to the segment stop.
2969
2970 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2971
2972         * configure.ac:
2973         * tests/Makefile.am:
2974         Remove bogus check for libcheck, since we check for
2975         gstreamer-check and it pulls in the required info from there,
2976         and we weren't actually _using_ the information for libcheck
2977         ourselves anyway.
2978
2979 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2980
2981         * configure.ac:
2982           Use pkg-config to locate check.
2983
2984 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2985
2986         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2987         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2988         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2989         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2990         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2991         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2992         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2993         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2994         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2995         * gst/effectv/gstrev.c: (gst_revtv_transform):
2996         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2997         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2998         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2999         * gst/matroska/matroska-demux.c:
3000         (gst_matroska_demux_add_wvpk_header),
3001         (gst_matroska_demux_check_subtitle_buffer),
3002         (gst_matroska_decode_buffer):
3003         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3004           Fix build against core CVS.
3005
3006 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3007
3008         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3009         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3010         don't have enough granularity to convert that boolean into a
3011         GstFlowReturn.
3012
3013 2007-07-06  Michael Smith <msmith@fluendo.com>
3014
3015         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3016         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3017         (gst_alawdec_change_state):
3018         * gst/law/alaw-decode.h:
3019         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3020         (gst_mulawdec_class_init), (gst_mulawdec_init),
3021         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3022         * gst/law/mulaw-decode.h:
3023           Fix capsnego bogosity in *law decoders. 
3024
3025 2007-07-06  Michael Smith <msmith@fluendo.com>
3026
3027         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3028         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3029         (gst_smokeenc_change_state):
3030         * ext/jpeg/gstsmokeenc.h:
3031           Remove stupidity in get/set caps functions.
3032           Fix some refcounting problems.
3033
3034 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3035
3036         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3037         Remove endianness-flipping hack that seems to have been required
3038         only because of a bug in ffmpegcolorspace.
3039         Partially Fixes: #451908
3040
3041 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3042
3043         * docs/plugins/Makefile.am:
3044           Simplify --extra-dir as gtkdoc scans recursively.
3045
3046 2007-07-03  Wim Taymans  <wim@fluendo.com>
3047
3048         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3049
3050         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3051         Set the encoding-name in the rtp caps to all uppercase, as required by
3052         the caps spec.
3053         Some small cleanups in the error paths. Fixes #453037.
3054
3055 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3056
3057         * ext/wavpack/gstwavpackparse.c:
3058         (gst_wavpack_parse_index_get_last_entry),
3059         (gst_wavpack_parse_index_get_entry_from_sample),
3060         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3061         (gst_wavpack_parse_scan_to_find_sample):
3062         * ext/wavpack/gstwavpackparse.h:
3063         Use a GSList for the GArray that is used like a list anyway.
3064
3065 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3066
3067         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3068         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3069         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3070           Add state change function where we set 0/1 as default framerate in
3071           case our setcaps function isn't called, like it might not in a
3072           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3073           gdkpixbufdec trying to create caps with a 0/0 framerate.
3074           Also post an error message on the bus if gst_pad_push() fails when
3075           called from our sink event handler (+1 for flow returns for event
3076           functions in 0.11) instead of failing silently.
3077
3078 2007-06-27  Wim Taymans  <wim@fluendo.com>
3079
3080         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3081         Cast stack args to the proper types. Fixes #451249.
3082
3083 2007-06-27  Wim Taymans  <wim@fluendo.com>
3084
3085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3086         (new_session_pad), (gst_rtspsrc_setup_streams):
3087         * gst/rtsp/gstrtspsrc.h:
3088         For container formats we only need to activate one of the streams so
3089         that we correctly signal no-more-pads. Fixes #451015.
3090
3091 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3092
3093         * docs/plugins/gst-plugins-good-plugins.args:
3094         * docs/plugins/inspect/plugin-aasink.xml:
3095         * docs/plugins/inspect/plugin-alaw.xml:
3096         * docs/plugins/inspect/plugin-alpha.xml:
3097         * docs/plugins/inspect/plugin-alphacolor.xml:
3098         * docs/plugins/inspect/plugin-annodex.xml:
3099         * docs/plugins/inspect/plugin-apetag.xml:
3100         * docs/plugins/inspect/plugin-audiofx.xml:
3101         * docs/plugins/inspect/plugin-auparse.xml:
3102         * docs/plugins/inspect/plugin-autodetect.xml:
3103         * docs/plugins/inspect/plugin-avi.xml:
3104         * docs/plugins/inspect/plugin-cacasink.xml:
3105         * docs/plugins/inspect/plugin-cairo.xml:
3106         * docs/plugins/inspect/plugin-cdio.xml:
3107         * docs/plugins/inspect/plugin-cutter.xml:
3108         * docs/plugins/inspect/plugin-debug.xml:
3109         * docs/plugins/inspect/plugin-efence.xml:
3110         * docs/plugins/inspect/plugin-effectv.xml:
3111         * docs/plugins/inspect/plugin-esdsink.xml:
3112         * docs/plugins/inspect/plugin-flac.xml:
3113         * docs/plugins/inspect/plugin-flxdec.xml:
3114         * docs/plugins/inspect/plugin-gconfelements.xml:
3115         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3116         * docs/plugins/inspect/plugin-goom.xml:
3117         * docs/plugins/inspect/plugin-halelements.xml:
3118         * docs/plugins/inspect/plugin-icydemux.xml:
3119         * docs/plugins/inspect/plugin-id3demux.xml:
3120         * docs/plugins/inspect/plugin-jpeg.xml:
3121         * docs/plugins/inspect/plugin-ladspa.xml:
3122         * docs/plugins/inspect/plugin-level.xml:
3123         * docs/plugins/inspect/plugin-matroska.xml:
3124         * docs/plugins/inspect/plugin-mulaw.xml:
3125         * docs/plugins/inspect/plugin-multipart.xml:
3126         * docs/plugins/inspect/plugin-navigationtest.xml:
3127         * docs/plugins/inspect/plugin-ossaudio.xml:
3128         * docs/plugins/inspect/plugin-png.xml:
3129         * docs/plugins/inspect/plugin-quicktime.xml:
3130         * docs/plugins/inspect/plugin-rtp.xml:
3131         * docs/plugins/inspect/plugin-rtsp.xml:
3132         * docs/plugins/inspect/plugin-smpte.xml:
3133         * docs/plugins/inspect/plugin-speex.xml:
3134         * docs/plugins/inspect/plugin-taglib.xml:
3135         * docs/plugins/inspect/plugin-udp.xml:
3136         * docs/plugins/inspect/plugin-videobalance.xml:
3137         * docs/plugins/inspect/plugin-videobox.xml:
3138         * docs/plugins/inspect/plugin-videocrop.xml:
3139         * docs/plugins/inspect/plugin-videoflip.xml:
3140         * docs/plugins/inspect/plugin-videomixer.xml:
3141         * docs/plugins/inspect/plugin-wavenc.xml:
3142         * docs/plugins/inspect/plugin-wavparse.xml:
3143         * docs/plugins/inspect/plugin-ximagesrc.xml:
3144           Update docs with caps info.
3145
3146 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         * po/POTFILES.in:
3149           Add more files with translatable strings (#450878).
3150
3151 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3152
3153         * MAINTAINERS:
3154         Updating all the maintainers files
3155
3156 2007-06-22  Edward Hervey  <edward@fluendo.com>
3157
3158         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3159         * gst/interleave/deinterleave.c: (deinterleave_init),
3160         (deinterleave_sink_link):
3161         * gst/interleave/interleave.c: (interleave_init):
3162         * gst/median/gstmedian.c: (gst_median_init):
3163         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3164         Fix memory leaks.
3165         * tests/check/elements/id3demux.c: (pad_added_cb):
3166         Remove unused variable.
3167
3168 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3169
3170         * ext/gconf/gconf.h:
3171         Make the prototype of gst_gconf_get_key_for_sink_profile
3172         match the implementation.
3173         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3174         Fixes: #449747
3175
3176 2007-06-20  Michael Smith <msmith@fluendo.com>
3177
3178         * gst/rtp/gstrtpdepay.c:
3179           Fix description - rtpdepay is not a payloader.
3180
3181 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3182
3183         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3184         (qtdemux_video_caps):
3185         * gst/qtdemux/qtdemux_fourcc.h:
3186           Add MJPG to the variants of motion jpeg.
3187
3188 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3189
3190         * tests/check/Makefile.am:
3191         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3192         * tests/check/elements/videocrop.c: (GST_START_TEST):
3193         * tests/check/elements/videofilter.c:
3194         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3195         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3196           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3197           error flags are included and it errors out on compiler warnings
3198           for CVS builds; remove unused variables in various unit tests.
3199
3200 2007-06-19  Wim Taymans  <wim@fluendo.com>
3201
3202         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3203         (rtsp_connection_close), (rtsp_connection_free):
3204         Use threadsafe inet_ntop to convert an ip number to a string. 
3205         Fixes #447961.
3206         Don't leak fd (and ip) when freeing a connection without first closing
3207         it.
3208
3209 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3210
3211         * configure.ac:
3212         Back to CVS
3213
3214         * gst-plugins-good.doap:
3215         Add 0.10.6 to the doap file.
3216
3217 === release 0.10.6 ===
3218
3219 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3220
3221         * configure.ac:
3222           releasing 0.10.6, "Wobble Board"
3223
3224 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3225
3226         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3227         (rtsp_connection_free):
3228           Revert previous commit again, since we are frozen (sorry).
3229
3230 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         Patch by: Peter Kjellerstedt <pkj at axis com>
3233
3234         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3235         (rtsp_connection_free):
3236           inet_ntoa() uses a static buffer internally, so we need to copy the
3237           returned string if we want to store it for later (#447961).
3238
3239 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3240
3241         * win32/vs6/autogen.dsp:
3242         * win32/vs6/gst_plugins_good.dsw:
3243         * win32/vs6/libgstalaw.dsp:
3244         * win32/vs6/libgstalpha.dsp:
3245         * win32/vs6/libgstalphacolor.dsp:
3246         * win32/vs6/libgstapetag.dsp:
3247         * win32/vs6/libgstaudiofx.dsp:
3248         * win32/vs6/libgstauparse.dsp:
3249         * win32/vs6/libgstautodetect.dsp:
3250         * win32/vs6/libgstavi.dsp:
3251         * win32/vs6/libgstcutter.dsp:
3252         * win32/vs6/libgstdirectdraw.dsp:
3253         * win32/vs6/libgstdirectsound.dsp:
3254         * win32/vs6/libgsteffectv.dsp:
3255         * win32/vs6/libgstflx.dsp:
3256         * win32/vs6/libgstgoom.dsp:
3257         * win32/vs6/libgsticydemux.dsp:
3258         * win32/vs6/libgstid3demux.dsp:
3259         * win32/vs6/libgstinterleave.dsp:
3260         * win32/vs6/libgstjpeg.dsp:
3261         * win32/vs6/libgstlevel.dsp:
3262         * win32/vs6/libgstmatroska.dsp:
3263         * win32/vs6/libgstmedian.dsp:
3264         * win32/vs6/libgstmonoscope.dsp:
3265         * win32/vs6/libgstmulaw.dsp:
3266         * win32/vs6/libgstmultipart.dsp:
3267         * win32/vs6/libgstqtdemux.dsp:
3268         * win32/vs6/libgstrtp.dsp:
3269         * win32/vs6/libgstrtsp.dsp:
3270         * win32/vs6/libgstsmpte.dsp:
3271         * win32/vs6/libgstspeex.dsp:
3272         * win32/vs6/libgstudp.dsp:
3273         * win32/vs6/libgstvideobalance.dsp:
3274         * win32/vs6/libgstvideobox.dsp:
3275         * win32/vs6/libgstvideocrop.dsp:
3276         * win32/vs6/libgstvideoflip.dsp:
3277         * win32/vs6/libgstvideomixer.dsp:
3278         * win32/vs6/libgstwaveform.dsp:
3279         * win32/vs6/libgstwavenc.dsp:
3280         * win32/vs6/libgstwavparse.dsp:
3281         Mark *.dsp & *.dsw as binary files and convert to DOS line
3282         endings, as they don't load into VS6 correctly otherwise.
3283
3284 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3285
3286         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3287         (rtsp_connection_connect):
3288         Fix the MingW build. 
3289         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3290         Fixes: #446981
3291
3292 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3293
3294         * tests/check/elements/.cvsignore:
3295         * tests/icles/.cvsignore:
3296         Hush the buildbots up
3297
3298 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3299
3300         * configure.ac:
3301         * sys/Makefile.am:
3302         * sys/directdraw/Makefile.am:
3303         * sys/directsound/Makefile.am:
3304         * sys/waveform/Makefile.am:
3305         Make sure to dist everything needed for win32 builds.
3306
3307 2007-06-14  Edward Hervey  <edward@fluendo.com>
3308
3309         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3310         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3311         caps.
3312         Fixes #447458
3313
3314 2007-06-13  Wim Taymans  <wim@fluendo.com>
3315
3316         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3317         Make sure we allocate enough memory for the codec_data.
3318         Fixes #447210.
3319
3320 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3321
3322         * win32/MANIFEST:
3323         Add videocrop project file to the win32 manifest.
3324         * win32/vs6/gst_plugins_good.dsw:
3325         Add qtdemux,videocrop and waveform projects to the workspace.
3326         * win32/vs6/libgstqtdemux.dsp:
3327         Add zlib to the link list of qtdemux.
3328         * win32/vs6/libgstvideocrop.dsp:
3329         Add a project file for videocrop.
3330
3331 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3332
3333         * po/POTFILES.in:
3334         Add qtdemux for translation
3335
3336 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3337
3338         * configure.ac:
3339         * docs/plugins/Makefile.am:
3340         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3341         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3342         * docs/plugins/inspect/plugin-videocrop.xml:
3343         * gst-plugins-good.spec.in:
3344         * sys/Makefile.am:
3345         * tests/check/Makefile.am:
3346         * tests/icles/Makefile.am:
3347         * tests/icles/videocrop-test.c:
3348         Move videocrop and osxvideo from -bad.
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/gst-plugins-good-plugins.args:
3357         * docs/plugins/inspect/plugin-qtdemux.xml:
3358         * docs/plugins/inspect/plugin-quicktime.xml:
3359         * win32/MANIFEST:
3360         Move qtdemux from -bad.
3361
3362         * gst-plugins-good.spec.in:
3363         Update spec file to reflect moving of qtdemux and wavpack
3364
3365 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3366         
3367         * win32/MANIFEST:
3368         * docs/plugins/Makefile.am:
3369         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3370         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3371         * docs/plugins/inspect/plugin-directdraw.xml:
3372         * docs/plugins/inspect/plugin-directsound.xml:
3373         * docs/plugins/inspect/plugin-waveform.xml:
3374         Move the waveform plugin from -bad too. Update the inspect xml
3375         files to mention Plugins Good instead of Plugins Bad.
3376
3377 2007-06-12  Andy Wingo  <wingo@pobox.com>
3378
3379         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3380         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3381         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3382         finalization and resuscitation. No longer public.
3383         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3384         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3385         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3386         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3387         miniobject semantics, and be threadsafe.
3388         (gst_v4l2src_queue_frame): Remove this function, as we just call
3389         the ioctls directly in the two places where we queue buffers.
3390         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3391         directly.
3392         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3393         to allocate the pool, which also preallocates the GstBuffers.
3394         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3395         queueing the frames directly.
3396         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3397         mmap buffers have been dequeued.
3398
3399         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3400         real MiniObject instead of rolling our own refcounting and
3401         finalizing. Give it a lock.
3402         (struct _GstV4l2Buffer): Remove one intermediary object, having
3403         the buffers hold the struct v4l2_buffer directly.
3404
3405         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3406         capture_init so that it can set them on the buffers that it will
3407         create.
3408         (gst_v4l2src_get_read): For better or for worse, include the
3409         timestamping and offsetting code here; really we should be using
3410         bufferalloc though.
3411         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3412         preallocated, mmap'd buffers.
3413
3414 2007-06-11  Wim Taymans  <wim@fluendo.com>
3415
3416         Patch by: daniel fischer <dan at f3c dot com>
3417
3418         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3419         (gst_ximage_src_get_caps):
3420         Actually use the display_name property so that we can dump any
3421         available X display. Fixes #445905.
3422
3423 2007-06-11  Wim Taymans  <wim@fluendo.com>
3424
3425         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3426
3427         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3428         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3429         Add missing rate fields to caps. Fixes #441118.
3430
3431 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3432
3433         * win32/vs6/gst_plugins_good.dsw:
3434         * win32/vs8/gst-plugins-good.sln:
3435         Add DirectSound and DirectDraw sinks project files to
3436         workspace and solution files.
3437
3438 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3439
3440         Patch by: Josh Coalson <xflac at yahoo dot com>,
3441         updated by Alexis Ballier <aballier at gentoo dot org>:
3442
3443         * configure.ac:
3444         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3445         (gst_flac_dec_setup_seekable_decoder),
3446         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3447         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3448         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3449         * ext/flac/gstflacdec.h:
3450         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3451         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3452         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3453         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3454         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3455         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3456         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3457         * ext/flac/gstflacenc.h:
3458         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3459         
3460 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3461
3462         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3463         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3464         not necessary anymore as we need at least that core version. 
3465
3466 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3467
3468         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3469         (gst_wavpack_dec_chain):
3470         * ext/wavpack/gstwavpackdec.h:
3471         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3472         (gst_wavpack_parse_push_buffer):
3473         * ext/wavpack/gstwavpackparse.h:
3474         Improve discont handling by checking if the next Wavpack block has
3475         the expected, following block index.
3476
3477 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3478
3479         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3480           Fix element description.
3481
3482 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3483
3484         * configure.ac:
3485         * docs/plugins/Makefile.am:
3486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3487         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3488         * docs/plugins/gst-plugins-good-plugins.args:
3489         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3490         * docs/plugins/gst-plugins-good-plugins.signals:
3491         * docs/plugins/inspect/plugin-autodetect.xml:
3492         * docs/plugins/inspect/plugin-gconfelements.xml:
3493         * docs/plugins/inspect/plugin-ladspa.xml:
3494         * docs/plugins/inspect/plugin-rtp.xml:
3495         * docs/plugins/inspect/plugin-wavpack.xml:
3496         * ext/Makefile.am:
3497         * tests/check/Makefile.am:
3498           move wavpack plugin.  See #352605.
3499
3500 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3501
3502         * configure.ac:
3503         * docs/plugins/Makefile.am:
3504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3506         * docs/plugins/gst-plugins-good-plugins.args:
3507         * sys/Makefile.am:
3508         * win32/MANIFEST:
3509         Add DirectDraw & DirectSound plugins to the build and docs.
3510
3511 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3512
3513         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3514         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3515           When operating in pull mode, error out correct on not-linked.
3516
3517 2007-06-06  Andy Wingo  <wingo@pobox.com>
3518
3519         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3520         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3521         format and size if the ioctls are defined; should fix compilation
3522         on Linux < 2.16.19.
3523
3524 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3525
3526         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3527           Printf fixes in debug statements; use LOG level for debug statements
3528           that are printed for each and every frame; convert c++ comments to
3529           C-style comments; not much point using g_try_malloc() if we then not
3530           even check the return value.
3531
3532 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3533
3534         * configure.ac:
3535           Bump requirements to released versions (core and base 0.10.13).
3536
3537         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3538           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3539           own implementation.
3540
3541 2007-06-05  Andy Wingo  <wingo@pobox.com>
3542
3543         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3544         some useless comments.
3545
3546         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3547         frames before calling STREAMON, that might leave them in a state
3548         where they can't be dequeued if we go back to NULL without calling
3549         STREAMON, according to the docs.
3550         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3551         before we call STREAMON.
3552         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3553         failures. (For me this code hung.) The pool refcounting is still
3554         crack; added a note to that effect.
3555
3556 2007-06-05  Wim Taymans  <wim@fluendo.com>
3557
3558         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3559         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3560         Add support for mapping gst structure names to the MIME type equivalent.
3561         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3562
3563 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3564
3565         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3566         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3567         (gst_wavenc_chain), (gst_wavenc_change_state):
3568         * gst/wavenc/gstwavenc.h:
3569         Properly write wav files with width!=depth by having the depth most
3570         significant bytes set and all others zero. Fixes #442535.
3571
3572 2007-06-01  Wim Taymans  <wim@fluendo.com>
3573
3574         * gst/rtsp/rtspconnection.c:
3575         Add include to make buildbot happy.
3576
3577 2007-06-01  Wim Taymans  <wim@fluendo.com>
3578
3579         Patch by: Peter Kjellerstedt  <pkj at axis com>
3580
3581         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3582         (rtsp_connection_connect), (add_date_header),
3583         (rtsp_connection_send), (parse_response_status),
3584         (parse_request_line), (parse_line), (rtsp_connection_receive):
3585         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3586         * gst/rtsp/rtspdefs.h:
3587         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3588         (rtsp_message_init_request), (rtsp_message_init_response),
3589         (rtsp_message_remove_header), (rtsp_message_append_headers),
3590         (rtsp_message_dump):
3591         * gst/rtsp/rtspmessage.h:
3592         Improves version checking, allowing an RTSP server to reply with "505
3593         RTSP Version not supported.
3594         Adds a Date header to all messages.
3595         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3596         want to be able to send a response even if something in the request was
3597         invalid. EINVAL is only used when passing wrong arguments to functions.
3598         Do not handle an invalid method in parse_request_line(). Defer this to
3599         the caller so it can respond with "405 Method Not Allowed".
3600         Improves parsing of the timeout parameter to the Session header,
3601         allowing whitespace after the semicolon. 
3602         Avoids a compiler warning due to variables shadowing a function argument.
3603
3604 2007-06-01  Wim Taymans  <wim@fluendo.com>
3605
3606         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3607
3608         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3609         (gst_rtp_amr_depay_process):
3610         * gst/rtp/gstrtpamrdepay.h:
3611         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3612         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3613         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3614         * gst/rtp/gstrtpamrpay.h:
3615         Add support for AMR-WB.
3616         Small cleanups such as using BOILERPLATE.
3617
3618 2007-05-31  Wim Taymans  <wim@fluendo.com>
3619
3620         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3621         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3622
3623 2007-05-30  Andy Wingo  <wingo@pobox.com>
3624
3625         * sys/v4l2/gstv4l2object.h: 
3626         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3627         unintended changes.
3628
3629         * sys/v4l2/v4l2src_calls.h: 
3630         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3631         the format list in the order that the driver gives it to us.
3632         (gst_v4l2src_probe_caps_for_format_and_size)
3633         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3634         based on the capabilities of the device.
3635         (gst_v4l2src_grab_frame): Update for object variable renaming.
3636         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3637         as in the set_caps below.
3638         (gst_v4l2src_capture_init): Update for object variable renaming,
3639         and reflow.
3640         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3641         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3642         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3643         (gst_v4l2src_get_fps): Remove; these functions don't have much
3644         meaning outside of an atomic set_caps method.
3645         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3646         known.
3647
3648         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3649         call to update_fps; not sure about this change.
3650         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3651         moment we don't have an update_fps_func.
3652
3653         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3654         structures in the object, just store what we need. Do store the
3655         probed caps of the device. Don't store the current frame rate.
3656
3657         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3658         update_fps_function, for now. Update for new object variable
3659         naming.
3660         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3661         new object variable naming.
3662         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3663         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3664         (gst_v4l2src_get_caps): Rework to probe the device for supported
3665         frame sizes and frame rates.
3666         (gst_v4l2src_set_caps): Rework to be strict in the given
3667         parameters: if someone asks us to have a certain size and rate,
3668         that is what we configure.
3669         (gst_v4l2src_get_read): Update for object variable naming. Don't
3670         leak buffers on short reads.
3671         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3672         comments.
3673         (gst_v4l2src_create): Update for object variable naming.
3674
3675 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3676
3677         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3678         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3679         * gst/avi/gstavidemux.h:
3680           Parse subtitle text streams instead of erroring out (#442034). Still
3681           needs a parser for the subtitles to actually show up.
3682
3683 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3684
3685         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3686         (gst_avi_demux_loop):
3687           Make _push_event() return TRUE if the event could be pushed on at
3688           least one pad and not only if it could be pushed on all pads,
3689           otherwise we'll end up posting an error message on EOS if one or
3690           more source pads are not connected.
3691
3692 2007-05-28  Wim Taymans  <wim@fluendo.com>
3693
3694         * gst/rtsp/rtsptransport.c:
3695         Use renamed RTP bin.
3696
3697 2007-05-28  Wim Taymans  <wim@fluendo.com>
3698
3699         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3700
3701         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3702         (gst_video_box_set_property), (gst_video_box_transform_caps),
3703         (video_box_recalc_transform), (gst_video_box_set_caps),
3704         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3705         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3706         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3707         (gst_video_box_i420_i420), (gst_video_box_transform),
3708         (plugin_init):
3709         Add AYUV->AYUV and AYUV->I420 formats. 
3710         Fix negotiation and I420->AYUV conversion.
3711         Fixes #429329.
3712
3713 2007-05-26  Wim Taymans  <wim@fluendo.com>
3714
3715         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3716         Use different variables for nested for loops so that the outer loop
3717         functions properly and speex files with multiple frames per buffer work
3718         properly.
3719         Fixes #441408.
3720
3721 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3722
3723         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3724           Don't leak newsegment events.
3725
3726 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3727
3728         * gst/wavparse/Makefile.am:
3729           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3730           drags it in.
3731
3732 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3735         (notgst_value_array_append_buffer),
3736         (gst_flac_enc_process_stream_headers),
3737         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3738         (gst_flac_enc_change_state):
3739         * ext/flac/gstflacenc.h:
3740           Collect headers, add "streamheader" field to output caps and set
3741           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3742           produces output according to the official FLAC-to-Ogg mapping
3743           instead of completely broken files. Fixes #426044.
3744
3745 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3746
3747         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3748         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3749         (gst_id3demux_sink_event):
3750         * gst/id3demux/gstid3demux.h:
3751         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3752         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3753         (gst_tag_demux_send_new_segment):
3754         Handle and adjust new-segment events so that downstream really
3755         sees a stream with the tag pieces stripped off the front and back.
3756         Fixes strangeness in seeking when mp3 decoders use the new-segment
3757         byte position to estimate their current playback position timestamp
3758         and then the arriving buffers don't match up.
3759
3760 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3761
3762         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3763           Don't unnecessarily perform a READY->NULL->READY transition on the
3764           detected audio sink when starting up. Fixes: #440127
3765
3766 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3767
3768         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3769         (gst_flac_enc_chain):
3770           Don't crash in chain function if setcaps hasn't been called.
3771
3772 2007-05-24  Wim Taymans  <wim@fluendo.com>
3773
3774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3775         Init value to avoid infinte loops.
3776
3777 2007-05-24  Wim Taymans  <wim@fluendo.com>
3778
3779         Patch by: Peter Kjellerstedt  <pkj at axis com>
3780
3781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3782         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3783         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3784         (gst_rtspsrc_play):
3785         (rtsp_connection_send), (rtsp_connection_receive):
3786         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3787         Fix for new API.
3788
3789         * gst/rtsp/rtspconnection.c: (add_auth_header),
3790         Only add authorisation and session headers when sending messages.
3791
3792         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3793         (rtsp_message_init_request), (rtsp_message_init_response),
3794         (rtsp_message_unset), (rtsp_message_add_header),
3795         (rtsp_message_remove_header), (rtsp_message_get_header),
3796         (rtsp_message_append_headers), (dump_key_value),
3797         (rtsp_message_dump):
3798         * gst/rtsp/rtspmessage.h:
3799         Add support for multiple headers of the same type by storing the parsed
3800         headers in a GArray instaed of a hashtable.
3801
3802 2007-05-21  Wim Taymans  <wim@fluendo.com>
3803
3804         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3805         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3806         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3807         safer shutdown.
3808
3809 2007-05-21  Wim Taymans  <wim@fluendo.com>
3810
3811         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3812         * gst/rtsp/gstrtpdec.h:
3813         Added signal for backwards compat.
3814
3815 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3816         
3817         Patch by: René Stadler <mail at renestadler dot de>
3818
3819         * configure.ac:
3820         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3821         (gst_au_parse_parse_header), (gst_au_parse_chain):
3822         * gst/auparse/gstauparse.h:
3823         Use audioconvert for converting from non-native endianness floats
3824         in auparse instead of doing it ourself. Fixes #424527.
3825         This needs the audioconvert from plugins-base CVS.
3826         
3827 2007-05-21  Wim Taymans  <wim@fluendo.com>
3828
3829         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3830         (gst_rtp_h263p_pay_flush):
3831         Fix enum registration.
3832
3833 2007-05-21  Wim Taymans  <wim@fluendo.com>
3834
3835         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3836
3837         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3838         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3839         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3840         (gst_rtp_h263p_pay_flush):
3841         * gst/rtp/gstrtph263ppay.h:
3842         Add new fragmentation mode base on GOB headers. Fixes #438940.
3843
3844 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3845
3846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3847           Printf format fix.
3848
3849 2007-05-18  Wim Taymans  <wim@fluendo.com>
3850
3851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3852         Don't crash when an unsupported transport error was returned by the
3853         server, just try to configure the next stream. Fixes #439255.
3854
3855 2007-05-18  Wim Taymans  <wim@fluendo.com>
3856
3857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3858         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3859         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3860         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3861         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3862         * gst/rtsp/gstrtspsrc.h:
3863         Add TCP timeout property and use it for all TCP connection.
3864
3865         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3866         (rtsp_connection_write), (rtsp_connection_next_timeout),
3867         (rtsp_connection_reset_timeout):
3868         Make connect and writes cancelable and make them use the timeout.
3869
3870 2007-05-18  Wim Taymans  <wim@fluendo.com>
3871
3872         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3873         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3874         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3875         (gst_rtspsrc_setup_streams):
3876         Refactor timeout handling.
3877         Also send keep-alive when dealing with TCP transport.
3878
3879         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3880         (rtsp_connection_free), (rtsp_connection_next_timeout),
3881         (rtsp_connection_reset_timeout):
3882         * gst/rtsp/rtspconnection.h:
3883         Use a timer to handle the session timeouts, add some methods to deal
3884         with timeouts.
3885
3886 2007-05-17  Wim Taymans  <wim@fluendo.com>
3887
3888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3889         (gst_rtspsrc_setup_streams):
3890         Ignore streams that fail the setup command, we will retry with a
3891         different transport later on.
3892
3893         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3894         (rtsp_ext_wms_configure_stream):
3895         Fix encoding name case.
3896
3897 2007-05-16  Edward Hervey  <edward@fluendo.com>
3898
3899         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3900         Fix build on macosx.
3901
3902 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3903
3904         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3905         Replace direct comparison of a string with the string literal "" with
3906         a comparison of the first character with '\0'. Fixes #438926.
3907
3908 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3909
3910         * gst/debug/breakmydata.c (gst_break_my_data_init):
3911           One more try. This should be the proper fix now.
3912
3913 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3914
3915         * gst/debug/breakmydata.c:
3916           Ooops, no // comments please.
3917
3918 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3919
3920         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3921         (gst_break_my_data_init):
3922           Fix gst_buffer_is_writable() assertion.
3923
3924 2007-05-14  David Schleef  <ds@schleef.org>
3925
3926         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3927           video/x-raw-bayer.  Fixes #314160.
3928
3929 2007-05-14  Wim Taymans  <wim@fluendo.com>
3930
3931         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3932         (gst_rtp_theora_depay_parse_configuration):
3933         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3934         (gst_rtp_theora_pay_finish_headers),
3935         (gst_rtp_theora_pay_handle_buffer):
3936         Update theora pay/depayloader in a similar to vorbis.
3937
3938         * gst/rtp/gstrtpvorbisdepay.c:
3939         (gst_rtp_vorbis_depay_parse_configuration):
3940         Update docs.
3941
3942 2007-05-14  Wim Taymans  <wim@fluendo.com>
3943
3944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3945         When we try to execute a method that is not supported by the server,
3946         don't error out but remove the method from the accepted methods so that
3947         we never try to perform this method again.
3948
3949 2007-05-14  Wim Taymans  <wim@fluendo.com>
3950
3951         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3952         Remove annoying _dump_mem.
3953
3954 2007-05-14  Wim Taymans  <wim@fluendo.com>
3955
3956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3957         Parse range correctly.
3958
3959         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3960         The baseurl now always has a '/' at the start.
3961
3962 2007-05-14  Wim Taymans  <wim@fluendo.com>
3963
3964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3965         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3966         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3967         Factor out caps configuration and configure more stuff such as the time
3968         ranges and speed/scale values.
3969
3970         * gst/rtsp/rtsptransport.c:
3971         Add Copyright after non-trival fixes.
3972
3973 2007-05-12  Wim Taymans  <wim@fluendo.com>
3974
3975         Patch by: Peter Kjellerstedt  <pkj at axis com>
3976
3977         * gst/rtsp/gstrtspsrc.h:
3978         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3979         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3980         (rtsp_message_get_header):
3981         * gst/rtsp/rtspmessage.h:
3982         Make channel guint8 where possible.
3983         Make rtsp_message_init_data() take the channel as a guint8.
3984
3985         * gst/rtsp/rtspdefs.c:
3986         Fixed a typo: Timout -> Timeout
3987
3988         * gst/rtsp/rtspdefs.h:
3989         Make RTSP_CHECK() behave as a statement.
3990
3991         * gst/rtsp/sdpmessage.c:
3992         Avoid a compiler warning in INIT_ARRAY().
3993         Fixes #437692.
3994
3995 2007-05-12  Wim Taymans  <wim@fluendo.com>
3996
3997         Patch by: Peter Kjellerstedt  <pkj at axis com>
3998
3999         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4000         (rtsp_url_get_request_uri):
4001         * gst/rtsp/rtspurl.h:
4002         Add support for query parameters to RTSP URLs.
4003
4004 2007-05-12  Wim Taymans  <wim@fluendo.com>
4005
4006         Patch by: Peter Kjellerstedt  <pkj at axis com>
4007
4008         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4009         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4010         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4011         (rtsp_transport_parse), (rtsp_transport_as_text):
4012         * gst/rtsp/rtsptransport.h:
4013         Add validation to rtsp_transport_parse().
4014         Add rtsp_transport_as_text() to generate an RTSP header from an
4015         RTSPTransport.
4016         Change ssrc to guint (was a string) since that is what it is, even
4017         though it is sent as a hex string.
4018         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4019         incorrect, which can be seen when looking at the examples in the RFC).
4020         Fixes #437670.
4021
4022 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4023
4024         Patch by: Eric Anholt
4025
4026         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4027           gst_ximage_src_ximage_get):
4028         Use union of all damage between frames to make it faster.
4029         Fixes bug #342463.
4030         Also fix crasher when cursor is at bottom right of window.
4031
4032 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4033
4034         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4035           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4036           streaming mode regression for file from #343837 with 'bext' chunk
4037           before the 'fmt' chunk.
4038
4039 2007-05-11  Wim Taymans  <wim@fluendo.com>
4040
4041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4042         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4043         (gst_rtspsrc_handle_src_event),
4044         (gst_rtspsrc_stream_configure_manager),
4045         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4046         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4047         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4048         * gst/rtsp/gstrtspsrc.h:
4049         * gst/rtsp/rtspdefs.h:
4050         Preliminary seek support.
4051         Activate internal pads so that we can receive events on them.
4052         Don't try to parse a range string when it's NULL.
4053
4054 2007-05-11  Wim Taymans  <wim@fluendo.com>
4055
4056         * gst/rtp/README:
4057         Update README with new RTP variables that will be used for
4058         synchronisation.
4059
4060         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4061         (gst_rtp_vorbis_depay_parse_configuration),
4062         (gst_rtp_vorbis_depay_process):
4063         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4064         (gst_rtp_vorbis_pay_finish_headers),
4065         (gst_rtp_vorbis_pay_handle_buffer):
4066         Update vorbis pay and depayloader to draft-04.
4067
4068 2007-05-11  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst/rtsp/rtsptransport.c:
4071         UDP MCAST is actually the default for RTP/AVP.
4072 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4073
4074         * gst/level/gstlevel.c: (gst_level_transform_ip):
4075         Use guint8 * instead of gpointer then vs6 can build 
4076         in_data += (filter->width / 8).
4077
4078 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4079
4080         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4081           gst_ximage_src_ximage_get):
4082         * sys/ximage/gstximagesrc.h (last_ximage):
4083         When using Damage actually keep the last frame, and not assume
4084         that the buffer we get already has the last frame on it.
4085         Copy the cursor over if we specify a non-zero start x and
4086         start y.
4087
4088 2007-05-11  Wim Taymans  <wim@fluendo.com>
4089
4090         * gst/rtsp/rtsptransport.c:
4091         Make UDP the default transport when not specified.
4092
4093 2007-05-09  David Schleef  <ds@schleef.org>
4094
4095         * gst/level/gstlevel.c:
4096           Revert last change.
4097
4098 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4099
4100         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4101         (gst_level_transform_ip):
4102         Use guint8 * instead of gpointer then vs6 know the size of data
4103         pointed when moving the pointer.
4104         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4105         Move instructions after variables declaration.
4106         * win32/vs6/autogen.dsp:
4107         * win32/vs6/libgstrtp.dsp:
4108         * win32/vs6/libgstrtsp.dsp:
4109         Update vs6 project files.
4110
4111 2007-05-09  Wim Taymans  <wim@fluendo.com>
4112
4113         * gst/rtsp/Makefile.am:
4114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4115         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4116         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4117         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4118         (rtsp_range_free):
4119         * gst/rtsp/rtsprange.h:
4120         Add code to parse time ranges.
4121         Report DURATION on the stream when possible.
4122
4123 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4126         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4127         (gst_videomixer_collected):
4128           Fix strides calculation for AYUV (it's just width*4) (#436910).
4129
4130 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4131
4132         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4133         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4134         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4135         Sync the GObject properties before each processing step to properly
4136         work with the controller.
4137
4138 2007-05-04  Wim Taymans  <wim@fluendo.com>
4139
4140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4141         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4142         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4143         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4144         (gst_rtspsrc_change_state):
4145         Let more error state trickle down so that we can catch more error
4146         cases.
4147         Handle keep-alive a little smarter by selecting a method the server
4148         actually supports.
4149         Fix a race in UDP streaming shutdown.
4150
4151 2007-05-04  Wim Taymans  <wim@fluendo.com>
4152
4153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4154         Ignore errors when trying to use the keep-alive messages.
4155
4156 2007-05-04  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4159         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4160         (gst_rtspsrc_stream_configure_manager),
4161         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4162         (gst_rtspsrc_stream_configure_mcast),
4163         (gst_rtspsrc_stream_configure_udp),
4164         (gst_rtspsrc_stream_configure_udp_sink),
4165         (gst_rtspsrc_stream_configure_transport):
4166         Send RTCP messages back to the server over the TCP connection.
4167
4168         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4169         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4170         (rtsp_connection_receive):
4171         * gst/rtsp/rtspconnection.h:
4172         Factor out and expose lowlevel _write and _read methods.
4173         Implement sending data messages to the server.
4174
4175 2007-05-03  Wim Taymans  <wim@fluendo.com>
4176
4177         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4178         (gst_multipart_mux_collected):
4179         Fix timestamps on outgoing buffers.
4180
4181 2007-05-03  Wim Taymans  <wim@fluendo.com>
4182
4183         * gst/multipart/multipartmux.c:
4184         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4185         (gst_multipart_mux_change_state):
4186         Emit NEWSEGMENT events before pushing the first buffer.
4187
4188 2007-05-03  Wim Taymans  <wim@fluendo.com>
4189
4190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4191         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4192         (gst_rtspsrc_handle_src_query),
4193         (gst_rtspsrc_stream_configure_manager),
4194         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4195         (gst_rtspsrc_stream_configure_mcast),
4196         (gst_rtspsrc_stream_configure_udp),
4197         (gst_rtspsrc_stream_configure_udp_sink),
4198         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4199         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4200         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4201         (gst_rtspsrc_pause):
4202         Refactor transport configuration code.
4203         Create internal pads for TCP transport so that we can implement events
4204         and queries.
4205         Handle events and queries.
4206         Parse range from the SDP.
4207         Fix race in pause handler where the connection could still be flushing.
4208
4209 2007-05-02  Wim Taymans  <wim@fluendo.com>
4210
4211         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4212         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4213         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4214         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4215         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4216         (gst_rtspsrc_change_state):
4217         * gst/rtsp/gstrtspsrc.h:
4218         Fix race when multiple udp sources post timeouts, just act on the first
4219         received timeout.
4220         Protect stream list with a recursive lock to fix some races.
4221         Flush connection when we need to do a reconnect or stop.
4222         Make state lock recursive.
4223
4224         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4225         (rtsp_connection_close):
4226         Some small cleanups.
4227
4228 2007-05-02  Wim Taymans  <wim@fluendo.com>
4229
4230         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4231         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4232         Only set DISCONT when there actually is a discont or when we just
4233         started.
4234
4235 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4236
4237         * ext/flac/gstflac.c: (plugin_init):
4238         Call bindtextdomain() to get localized strings.
4239
4240 2007-05-02  Wim Taymans  <wim@fluendo.com>
4241
4242         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4243         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4244         (gst_wavparse_stream_data):
4245         * gst/wavparse/gstwavparse.h:
4246         Be a bit more clever when dealing with VBR files with FACT tags, we
4247         don't want to timestamp buffers in that case but the estimated BPS can
4248         be used for seeking.
4249         Only send close segment in the streaming thread.
4250
4251 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4252
4253         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4254         Correctly post an error on the bus if something went wrong in the loop
4255         function. This fixes a few cases where the task was paused and nothing
4256         happened anymore.
4257
4258 2007-05-02  Wim Taymans  <wim@fluendo.com>
4259
4260         * gst/rtsp/test.c: (main):
4261         Fix compilation of deprecated test just because I'm too lazy to delete
4262         it.
4263
4264 2007-05-02  Wim Taymans  <wim@fluendo.com>
4265
4266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4267         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4268         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4269         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4270         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4271         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4272         * gst/rtsp/gstrtspsrc.h:
4273         Fix sending RTCP to the right place.
4274         Fix bug in reffing the wrong UDP element.
4275         Use new pad names for the session manager.
4276         Implement handling server requests in interleaved and UDP modes.
4277         Handle session keep-alive in UDP modes.
4278         Remove GCond for handling UDP timeouts.
4279
4280         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4281         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4282         (rtsp_connection_receive), (rtsp_connection_close):
4283         * gst/rtsp/rtspconnection.h:
4284         Store connection IP address for later.
4285         Add timeout args to all operations that might block forever.
4286         Parse session timeout.
4287         Only close sockets when not already closed.
4288
4289         * gst/rtsp/rtspdefs.c:
4290         * gst/rtsp/rtspdefs.h:
4291         Add timeout return value and error string.
4292
4293         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4294         Add small comment.
4295
4296 2007-05-01  Wim Taymans  <wim@fluendo.com>
4297
4298         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4299
4300         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4301         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4302         * gst/rtp/gstrtpmp4vpay.h:
4303         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4304
4305 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4306
4307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4308           Remove v4l2src from docs, since it breaks the docs build, and the
4309           plugin is only built if --enable-experimental is used anyway.
4310
4311         * docs/plugins/Makefile.am:
4312           Spaces => tab.
4313
4314 2007-04-29  Wim Taymans  <wim@fluendo.com>
4315
4316         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4317         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4318         Add code to drop membership of a multicast group.
4319
4320         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4321         (gst_udpsink_set_uri):
4322         Implement URI handler.
4323
4324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4325         (gst_rtspsrc_parse_rtpinfo):
4326         Use URI handler to make udpsink instace.
4327         Improve code to configure port and destination.
4328
4329 2007-04-29  Wim Taymans  <wim@fluendo.com>
4330
4331         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4332         Fix multicast detection.
4333         Don't try to join a multicast group if the address is not multicast.
4334
4335         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4336         Small debug improvement.
4337
4338 2007-04-27  Wim Taymans  <wim@fluendo.com>
4339
4340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4341         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4342         (gst_rtspsrc_handle_message):
4343         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4344         parent.
4345
4346 2007-04-27  Wim Taymans  <wim@fluendo.com>
4347
4348         * gst/rtp/gstrtpilbcdepay.h:
4349         Fix mode property when specified as an arg.
4350
4351 2007-04-26  Edward Hervey  <edward@fluendo.com>
4352
4353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4355         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4356         * docs/plugins/inspect/plugin-osxaudio.xml:
4357         Add documentation for osxaudio plugin.
4358
4359 2007-04-26  Wim Taymans  <wim@fluendo.com>
4360
4361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4362         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4363         (gst_rtspsrc_open), (gst_rtspsrc_close),
4364         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4365         (gst_rtspsrc_pause):
4366         * gst/rtsp/gstrtspsrc.h:
4367         Protect state changes with a lock.
4368
4369         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4370         (parse_line):
4371         * gst/rtsp/rtspconnection.h:
4372         Remove some unused stuff.
4373
4374 2007-04-26  Wim Taymans  <wim@fluendo.com>
4375
4376         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4377         Handle the case where there are exactly 0 bytes to read and the ioctl
4378         did not report an error. Fixes #433530.
4379
4380 2007-04-26  Wim Taymans  <wim@fluendo.com>
4381
4382         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4383         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4384         * gst/wavparse/gstwavparse.h:
4385         Apply DISCONT to buffers.
4386         Only apply timestamp to the first sample after a DISCONT, too many VBR
4387         files cause random jitter in the timestamps. Fixes #433119.
4388
4389 2007-04-25  Wim Taymans  <wim@fluendo.com>
4390
4391         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4392         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4393         (gst_rtp_dec_get_property):
4394         * gst/rtsp/gstrtpdec.h:
4395         Add dummy latency property to be backwards compat with rtpbin.
4396
4397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4398         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4399         (gst_rtspsrc_stream_configure_transport),
4400         (gst_rtspsrc_parse_rtpinfo):
4401         * gst/rtsp/gstrtspsrc.h:
4402         Add latency property and configure in the session manager.
4403         Don't set invalid clock-base and seqnum-base on caps, some servers
4404         sometimes don't send them.
4405
4406 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4409         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4410           Double-check that RGB input caps are really RGBA caps (apparently
4411           the core doesn't always catch it if those caps aren't a subset of
4412           our template caps, also see #421543). Fixes #429319 in a way.
4413           Also, don't leak the pad template in the transform_caps function.
4414
4415         * tests/check/Makefile.am:
4416         * tests/check/elements/.cvsignore:
4417         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4418         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4419         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4420         (GST_START_TEST), (alphacolor_suite):
4421           Add some basic unit tests for alphacolor.
4422
4423 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4424
4425         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4426           If we get a fatal flow return in the loop function, first post the
4427           error message and only then send the EOS event downstream, otherwise
4428           applications might get an eos message before the error message and
4429           think everything was ok (related to #429319).
4430
4431 2007-04-25  Wim Taymans  <wim@fluendo.com>
4432
4433         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4434         Read the channel byte as an unsigned byte.
4435
4436 2007-04-25  Wim Taymans  <wim@fluendo.com>
4437
4438         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4439         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4440         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4441         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4442         (gst_rtp_gsm_depay_setcaps):
4443         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4444         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4445         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4446         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4447         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4448         (gst_ilbc_depay_get_property):
4449         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4450         * gst/rtp/gstrtpmp4adepay.c:
4451         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4452         (gst_rtp_pcma_depay_setcaps):
4453         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4454         (gst_rtp_pcmu_depay_setcaps):
4455         Make sure we configure the clock_rate in the baseclass in the setcaps
4456         function. Fixes #431282.
4457
4458 2007-04-25  Wim Taymans  <wim@fluendo.com>
4459
4460         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4461         (gst_rtspsrc_stream_free), (request_pt_map),
4462         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4463         * gst/rtsp/gstrtspsrc.h:
4464         Parse server address from SDP.
4465         Hook up a udpsink to send RTCP back to the server.
4466
4467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4468         * gst/rtsp/rtsptransport.h:
4469         Add some docs.
4470
4471 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4472
4473         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4474           Make header field check conditional. Fixes #433135
4475
4476 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4477
4478         * docs/plugins/Makefile.am:
4479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4481         * docs/plugins/inspect/plugin-alphacolor.xml:
4482         * gst/alpha/Makefile.am:
4483         * gst/alpha/gstalphacolor.c:
4484         * gst/alpha/gstalphacolor.h:
4485           Add minimal docs blurb to alphacolor; split out headers into
4486           separate header file for gtk-doc.
4487
4488 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4489
4490         * gst/debug/progressreport.c: (gst_progress_report_report):
4491           Don't try to post NULL message (in case we can't query upstream
4492           position or duration).
4493
4494 2007-04-18  Michael Smith  <msmith@fluendo.com>
4495
4496         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4497         (gst_cutter_get_caps):
4498         * gst/cutter/gstcutter.h:
4499           Fix some of the most obvious bugs in cutter. Now doesn't leak
4500           everything if input is silent.
4501
4502 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4503
4504         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4505         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4506         * gst/wavenc/gstwavenc.h:
4507         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4508         else results in a invalid block align and invalid files.
4509
4510 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4511
4512         Patch by: Snaik <snaik32 gmail com>
4513
4514         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4515           Add missing break statement for BOX_HORIZONTAL case.
4516
4517 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4518
4519         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4520
4521         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4522         Use correct format strings for integer types.
4523
4524 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4525
4526         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4527         (gst_wavparse_create_sourcepad):
4528         Use gst_riff_create_audio_template_caps () instead of the local caps.
4529         This makes updates of the local caps unecessary whenever libgstriff
4530         gets support for new formats.
4531
4532 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4533
4534         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4535
4536         * sys/sunaudio/gstsunaudio.c:
4537         * sys/sunaudio/gstsunaudiomixer.c:
4538         * sys/sunaudio/gstsunaudiomixer.h:
4539         * sys/sunaudio/gstsunaudiomixerctrl.c:
4540         * sys/sunaudio/gstsunaudiomixerctrl.h:
4541         * sys/sunaudio/gstsunaudiomixertrack.h:
4542         * sys/sunaudio/gstsunaudiosink.c:
4543         * sys/sunaudio/gstsunaudiosink.h:
4544         * sys/sunaudio/gstsunaudiosrc.c:
4545         * sys/sunaudio/gstsunaudiosrc.h:
4546           Fix and/or update copyright attributions (#430228).
4547
4548 2007-04-13  Wim Taymans  <wim@fluendo.com>
4549
4550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4551         Fix docs.
4552
4553         * gst/rtsp/URLS:
4554         Add some more example urls.
4555
4556         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4557         (gst_rtp_dec_chain_rtp):
4558         Better debugging.
4559
4560         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4561         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4562         (gst_rtspsrc_parse_rtpinfo):
4563         Remove unused code.
4564
4565 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4566
4567         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4568         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4569         (gst_wavparse_stream_data):
4570           Relax the audio/mpeg caps again and add FIXME: comment.
4571
4572 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4573
4574         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4575         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4576         (gst_wavparse_stream_data):
4577         * gst/wavparse/gstwavparse.h:
4578           More sanity check for the header fields. Fix type for 'rate' header
4579           field.
4580
4581 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4582
4583         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4584         (gst_icydemux_unicodify):
4585           If the metadata strings we get in the stream are not UTF-8, try to
4586           interpret them according to the character encodings specified in the
4587           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4588           only fall back to locale/ISO-8859-1 if those aren't set or don't
4589           work. Should fix #428901.
4590
4591 2007-04-12  Wim Taymans  <wim@fluendo.com>
4592
4593         * gst/rtp/gstrtph264depay.c:
4594         Use the proper sync word for SPS and PPS.
4595
4596 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4597
4598         * gst/rtp/Makefile.am:
4599         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4600           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4601         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4602           Add a simple hashing implementation that we can use to generate
4603           a 24-bit ident value based on the codebooks for vorbis and theora.
4604         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4605           gst_rtp_theora_pay_handle_buffer):
4606         * gst/rtp/gstrtpvorbisdepay.c
4607           (gst_rtp_vorbis_depay_parse_configuration,
4608           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4609         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4610           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4611           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4612           Use the hashing function, ensuring that the same codebooks result
4613           in the same ident and thus the same SDP description.
4614           Various log fixes/changes.
4615
4616 2007-04-12  Wim Taymans  <wim@fluendo.com>
4617
4618         Patch by: jerry tan <jerry dot tan at sun dot com>
4619
4620         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4621         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4622         application's responsibility to make sure it open the device once.
4623         Remove a careless error if AUDIODEV is set. Fixes #392620.
4624
4625 2007-04-12  Wim Taymans  <wim@fluendo.com>
4626
4627         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4628         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4629         * gst/rtsp/gstrtpdec.h:
4630         Make backward compat with rtpbin by adding the request-pt-map signals.
4631
4632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4633         (new_session_pad), (request_pt_map),
4634         (gst_rtspsrc_stream_configure_transport),
4635         (gst_rtspsrc_stream_configure_caps),
4636         (gst_rtspsrc_activate_streams):
4637         * gst/rtsp/gstrtspsrc.h:
4638         Implement request-pt-map signals instead of setting caps on the buffers
4639         for the session manager.
4640
4641 2007-04-11  Wim Taymans  <wim@fluendo.com>
4642
4643         * gst/udp/gstudp.c: (plugin_init):
4644         Register GstNetBuffer in plugin_init so that the type can be used from
4645         multiple threads without races.
4646
4647 2007-04-10  Wim Taymans  <wim@fluendo.com>
4648
4649         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4650         (gst_rtp_amr_depay_process):
4651         Fix depayloader clock_rate and some cleanups.
4652
4653         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4654         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4655         * gst/rtp/gstrtph264depay.h:
4656         Don't push codec_data in the adapter because it might get flushed when
4657         we get a discont.
4658
4659         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4660         Handle multiple AU per packet.
4661
4662         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4663         (gst_rtp_sv3v_depay_plugin_init):
4664         Disable rank, this one does not work.
4665         Remove timestamping, base class does that.
4666
4667 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4668
4669         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4670           limit caps to the formats we announce in the template
4671
4672         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4673         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4674         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4675           fix some crashers/asserts when dealing with broken files
4676
4677 2007-04-10  Wim Taymans  <wim@fluendo.com>
4678
4679         Patch by: Peter Kjellerstedt  <pkj at axis com>
4680
4681         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4682         * gst/rtp/gstrtpL16depay.c:
4683         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4684         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4685         (gst_rtp_speex_depay_setcaps):
4686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4687         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4688         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4689         Fix some compiler warnings. Fixes #428182.
4690
4691 2007-04-06  Wim Taymans  <wim@fluendo.com>
4692
4693         * gst/rtsp/Makefile.am:
4694         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4695         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4696         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4697         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4698         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4699         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4700         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4701         (create_rtcp), (gst_rtp_dec_request_new_pad),
4702         (gst_rtp_dec_release_pad):
4703         * gst/rtsp/gstrtpdec.h:
4704         * gst/rtsp/gstrtsp.c: (plugin_init):
4705         Morph RTPDec into something compatible with RTPBin as a fallback.
4706         Various other style fixes.
4707
4708         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4709         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4710         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4711         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4712         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4713         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4714         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4715         * gst/rtsp/gstrtspsrc.h:
4716         Implement RTPBin session manager handling.
4717         Don't try to add empty properties to caps.
4718         Implement fallback session manager, handling.
4719         Don't combine errors from RTCP streams, just ignore them.
4720
4721         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4722         * gst/rtsp/rtsptransport.h:
4723         Implement fallback session manager.
4724         Make RTPBin the default one when available.
4725
4726 2007-04-05  Wim Taymans  <wim@fluendo.com>
4727
4728         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4729         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4730         This element is ready to be autoplugged.
4731
4732 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4733
4734         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4735         Don't leave the offsets defined by upstream element on the
4736         compressed data buffer we are pushing downstream. Make them
4737         GST_BUFFER_OFFSET_NONE.
4738
4739 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4740
4741         * gst/avi/README:
4742         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4743         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4744         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4745         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4746         (gst_avi_demux_calculate_durations_from_index),
4747         (gst_avi_demux_stream_header_push),
4748         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4749         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4750           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4751
4752 2007-04-03  Wim Taymans  <wim@fluendo.com>
4753
4754         * gst/smpte/barboxwipes.c:
4755         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4756
4757 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4758
4759         * gst/wavparse/gstwavparse.c:
4760         Support audio/x-raw-float in wav files. This only works with
4761         plugins-base CVS, using an older version doesn't have any
4762         disadvantages though.
4763
4764 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4765
4766         * configure.ac:
4767         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4768         (gst_au_parse_parse_header), (gst_au_parse_chain):
4769         * gst/auparse/gstauparse.h:
4770         Revert last change as we don't want plugins-good to depend on
4771         plugins-base CVS now.
4772
4773 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4774
4775         * configure.ac:
4776         Require gst-plugins-base CVS for audioconvert with non-native
4777         float support and width/depth fix in libgstriff.
4778
4779         Patch by: René Stadler <mail at renestadler dot de>
4780
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         Don't swap the floats ourself if they're not in native endianness.
4785         Instead let audioconvert handle this. Fixes #339838.
4786
4787 2007-03-29  Wim Taymans  <wim@fluendo.com>
4788
4789         * gst/rtp/gstasteriskh263.h:
4790         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4791         (gst_rtp_h263p_depay_change_state):
4792         * gst/rtp/gstrtph263pdepay.h:
4793         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4794         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4795         (gst_rtp_h264_depay_change_state):
4796         * gst/rtp/gstrtph264depay.h:
4797         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4798         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4799         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4800         Flush adapter on disconts.
4801
4802 2007-03-29  Wim Taymans  <wim@fluendo.com>
4803
4804         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4805         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4806         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4807         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4808         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4809         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4810         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4811         (gst_rtp_mp4v_depay_process):
4812         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4813         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4814         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4815         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4816         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4817         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4818         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4819         Use more efficient adapter and rtpbuffer methods when possible.
4820
4821 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4822
4823         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4824         (gst_wavenc_sink_setcaps):
4825         Correctly handle width!=depth input.
4826         * gst/wavparse/gstwavparse.c:
4827         Already export in the caps that width==8 uses unsigned samples and
4828         everything else uses signed samples.
4829
4830 2007-03-29  Wim Taymans  <wim@fluendo.com>
4831
4832         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4833
4834         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4835         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4836         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4837         (gst_dynudpsink_close):
4838         * gst/udp/gstdynudpsink.h:
4839         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4840         (gst_udpsrc_create), (gst_udpsrc_set_property),
4841         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4842         * gst/udp/gstudpsrc.h:
4843         Rework the socket allocation a bit based on the sockfd argument so that
4844         it becomes usable.
4845         Add a closefd property to instruct the udp elements to close the custom
4846         file descriptors when going to READY. Fixes #423304.
4847         API:GstUDPSrc::closefd property
4848         API:GstDynUDPSink::closefd property
4849
4850 2007-03-29  Wim Taymans  <wim@fluendo.com>
4851
4852         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4853
4854         * gst/rtp/Makefile.am:
4855         * gst/rtp/gstrtp.c: (plugin_init):
4856         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4857         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4858         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4859         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4860         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4861         (gst_rtp_h264_pay_plugin_init):
4862         * gst/rtp/gstrtph264pay.h:
4863         Added H264 payloader. Fixes #423782.
4864
4865         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4866         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4867         Small fixes.
4868
4869 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4870
4871         * gst/wavparse/gstwavparse.c:
4872         Actually support depths from 1 to 32, not only 8 to 32.
4873
4874 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4875
4876         * gst/wavparse/gstwavparse.c:
4877         Add support for wav files containing audio/x-raw-int with random
4878         depths between 1 and 32 bits.
4879
4880 2007-03-28  Wim Taymans  <wim@fluendo.com>
4881
4882         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4883
4884         * gst/rtp/Makefile.am:
4885         * gst/rtp/gstrtp.c: (plugin_init):
4886         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4887         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4888         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4889         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4890         (gst_rtp_mp4a_depay_get_property),
4891         (gst_rtp_mp4a_depay_change_state),
4892         (gst_rtp_mp4a_depay_plugin_init):
4893         * gst/rtp/gstrtpmp4adepay.h:
4894         Added MP4A-LATM depayloader. Fixes #417792.
4895
4896         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4897         (gst_rtp_mp4v_depay_process):
4898         Fixup depayloader, setting codec_data, using more efficient adaptor and
4899         rtpbuffer handling.
4900
4901         * gst/rtsp/URLS:
4902         Add url to test above.
4903
4904 2007-03-25  Wim Taymans  <wim@fluendo.com>
4905
4906         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4907         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4908         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4909         (gst_rtspsrc_media_to_caps),
4910         (gst_rtspsrc_stream_configure_transport),
4911         (gst_rtspsrc_stream_configure_caps),
4912         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4913         * gst/rtsp/gstrtspsrc.h:
4914         Handle default clock-rates for static payload types, rearrange stuff so
4915         that the rtpmap field in the sdp can override the defaults.
4916         Parse RTP-Info field to get the seqnum and timebase fields that should
4917         go in the caps.
4918         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4919         the server. 
4920
4921 2007-03-22  Wim Taymans  <wim@fluendo.com>
4922
4923         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4924
4925         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4926         Accept complex pipeline descriptions as an audio profile instead of just
4927         a single element. Fixes #420658.
4928
4929 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4930
4931         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4932           Rename registered type in preparation of GstTagDemux moving to
4933           -base at some point in the future.
4934
4935 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4938           Streaming mode fixes: don't unref buffer we don't own any longer;
4939           remove bogus adapter flush. Fixes #419338.
4940
4941 2007-03-17  David Schleef  <ds@schleef.org>
4942
4943         * REQUIREMENTS: Change the format to key/value, add a bunch of
4944           information, remove a bunch of requirements that are for
4945           other GStreamer packages.
4946
4947 2007-03-17  David Schleef  <ds@schleef.org>
4948
4949         * REQUIREMENTS: Fix a few things.  This file really needs a
4950         good once-over.
4951
4952 2007-03-15  Edward Hervey  <edward@fluendo.com>
4953
4954         * sys/Makefile.am:
4955         Don't forget to distribute the sys/osxaudio/ directory.
4956
4957 2007-03-15  Edward Hervey  <edward@fluendo.com>
4958
4959         * configure.ac:
4960         * sys/Makefile.am:
4961         * sys/osxaudio/Makefile.am:
4962         * sys/osxaudio/gstosxaudio.c:
4963         * sys/osxaudio/gstosxaudiosink.c:
4964         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4965         (gst_osx_audio_sink_getcaps),
4966         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4967         * sys/osxaudio/gstosxaudiosrc.c:
4968         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4969         (gst_osx_audio_src_create_ringbuffer):
4970         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4971         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4972         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4973         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4974         * sys/osxaudio/gstosxringbuffer.h:
4975         Activate osxaudio in gst-plugins-good with proper build setup.
4976         Add inlined documentation.
4977         Fix debug statements
4978         Fix ringbuffer when pausing.
4979         Fixes #323471
4980
4981 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4982         * gst/rtp/gstrtppcmapay.c:
4983         * gst/rtp/gstrtppcmapay.h:
4984         * gst/rtp/gstrtppcmupay.c:
4985         * gst/rtp/gstrtppcmupay.h:
4986         Ported mulaw and alaw payloaders to use new base class
4987
4988 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4989
4990         * po/af.po:
4991         * po/az.po:
4992         * po/cs.po:
4993         * po/en_GB.po:
4994         * po/it.po:
4995         * po/nl.po:
4996         * po/or.po:
4997         * po/sq.po:
4998         * po/sr.po:
4999         * po/sv.po:
5000         * po/uk.po:
5001         * po/vi.po:
5002           Update translations.
5003
5004 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5005
5006         * configure.ac:
5007           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5008
5009 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5012           Fix handling of -1 values for start and stop values when seeking,
5013           and SEEK_CUR+SEEK_END here as well.
5014
5015 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5016
5017         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5018           Fix handling of -1 values for start and stop values when seeking, 
5019           and SEEK_CUR+SEEK_END.
5020
5021 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5024           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5025           the image format a variable-length NUL-terminated string; in
5026           versions before that the image format is a fixed-length string of
5027           3 characters (see #348644 for a sample tag).
5028           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5029
5030 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5031
5032         * win32/MANIFEST:
5033         Add new project files to MANIFEST.
5034         * win32/vs6/libgstaudiofx.dsp:
5035         * win32/vs6/libgstrtp.dsp:
5036         * win32/vs6/libgstrtsp.dsp:
5037         Update project files.
5038         
5039 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5040
5041         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5042         (gst_avi_demux_parse_index):
5043         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5044         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5045           Printf format fixes; also add some missing quotes in translated
5046           strings. Fixes #416728 and #416727.
5047
5048 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5049
5050         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5051           Tim and I can't think of any reason the child audio sink needs to 
5052           be set back to NULL after successfully determining that it can 
5053           reach READY - it gets immediately set back to READY by the caller
5054           anyway, causing an unnecessary close/open of any audio devices
5055           involved.
5056
5057 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * po/LINGUAS:
5060         * po/ja.po:
5061           Add ja.po file from #377306.
5062
5063 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5066         * sys/sunaudio/gstsunaudiomixertrack.c:
5067         (gst_sunaudiomixer_track_new):
5068           Actually translate sunaudio mixer track labels instead of just
5069           marking the strings as translatable (#377306); clean up weird
5070           label string mapping code that serves no apparent purpose. Also
5071           set the 'untranslated-label' property when creating mixer tracks
5072           if the GstMixerTrack base class supports this.
5073
5074         * tests/check/Makefile.am:
5075         * tests/check/elements/.cvsignore:
5076         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5077         (sunaudio_suite):
5078           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5079           actually tested on a system where sunaudiomixer is available).
5080
5081 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5082
5083         * tests/check/Makefile.am:
5084         Re-enable the states test and see if it works on the buildbots.
5085
5086 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5087
5088         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5089         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5090         (gst_dvdec_change_state):
5091         * ext/dv/gstdvdec.h:
5092         Infer pixel-aspect-ratio from the video frame format if it isn't
5093         provided by the container, as happens when playing DV from AVI
5094         or Quicktime containers.
5095
5096         Patch by: Wim Taymans <wim@fluendo.com>
5097         Fixes #380944
5098
5099 2007-03-09  Wim Taymans  <wim@fluendo.com>
5100
5101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5102         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5103         will later be handled by the jitterbuffer.
5104
5105 2007-03-09  Wim Taymans  <wim@fluendo.com>
5106
5107         * ext/taglib/gstid3v2mux.cc:
5108         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5109         Fixes #414496.
5110         
5111         Patch by: Alex Lancaster <alexl at users sourceforge net>
5112
5113 2007-03-09  Wim Taymans  <wim@fluendo.com>
5114
5115         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5116         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5117         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5118         (gst_avi_demux_chain):
5119         Fix stream position reporting after a seek. Fixes #416445.
5120
5121 2007-03-08  Wim Taymans  <wim@fluendo.com>
5122
5123         Patch by: René Stadler <mail at renestadler dot de>
5124
5125         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5126         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5127         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5128         Make avidemux accept optional header chunks in any order.
5129         Fixes #415446.
5130
5131 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5132
5133         * tests/check/Makefile.am:
5134         Disable the states check until the remaining Valgrind errors
5135         are fixed or suppressed.
5136
5137 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5138
5139         * tests/check/elements/.cvsignore:
5140           Add audiodynamic check to .cvsignore
5141
5142 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5143
5144         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5145
5146         * gst/audiofx/Makefile.am:
5147         * gst/audiofx/audiodynamic.c:
5148         (gst_audio_dynamic_characteristics_get_type),
5149         (gst_audio_dynamic_mode_get_type),
5150         (gst_audio_dynamic_set_process_function),
5151         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5152         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5153         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5154         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5155         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5156         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5157         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5158         (gst_audio_dynamic_transform_hard_knee_expander_int),
5159         (gst_audio_dynamic_transform_hard_knee_expander_float),
5160         (gst_audio_dynamic_transform_soft_knee_expander_int),
5161         (gst_audio_dynamic_transform_soft_knee_expander_float),
5162         (gst_audio_dynamic_transform_ip):
5163         * gst/audiofx/audiodynamic.h:
5164         * gst/audiofx/audiofx.c: (plugin_init):
5165         Add new audiodynamic element which can act as a compressor or
5166         expander. Supported are hard-knee and soft-knee operation modes with
5167         user-specified ratio and threshold.
5168         Attack and release parameters are not yet implemented but will follow.
5169         * docs/plugins/Makefile.am:
5170         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5171         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5172         * docs/plugins/gst-plugins-good-plugins.args:
5173         * docs/plugins/inspect/plugin-audiofx.xml:
5174         Integrate audiodynamic into the docs.
5175         * tests/check/Makefile.am:
5176         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5177         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5178         Add unit test for audiodynamic.
5179
5180 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5181
5182         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5183         Free handles that we allocated when exiting via the error paths.
5184
5185 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5186
5187         * gst/level/gstlevel.c: (gst_level_class_init),
5188         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5189         (gst_level_transform_ip):
5190         * gst/level/gstlevel.h:
5191           Resolve message timestamps against the playback segment.
5192
5193 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5196         (gst_id3demux_sink_activate):
5197           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5198           caps passed to it (previously one code path assumed it took ownership
5199           while another one assumed it didn't, while in fact it sometimes did and
5200           sometimes didn't ...).
5201
5202         * configure.ac:
5203         * tests/files/Makefile.am:
5204         * tests/files/id3-407349-1.tag:
5205         * tests/files/id3-407349-2.tag:
5206           Add directory where data for unit tests can be stored.
5207
5208         * tests/Makefile.am:
5209         * tests/check/Makefile.am:
5210         * tests/check/elements/.cvsignore:
5211         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5212         (read_tags_from_file), (run_check_for_file),
5213         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5214           Add unit test for id3demux, and in particular for bug #407349. Only
5215           testing pull-mode for now; push mode doesn't work yet because the test
5216           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5217
5218 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * tests/check/Makefile.am:
5221           Add missing backslash at end of line.
5222
5223 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5224
5225         Trigger rebuild.
5226
5227 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5230         * gst/id3demux/id3tags.h:
5231         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5232         (parse_obsolete_tdat_frame):
5233           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5234           the four-digit number will be interpreted as a year, whereas it is
5235           month and day in DDMM format. Instead, parse TDAT frames and fix up
5236           the date in the GST_TAG_DATE tag later if we also extracted a year.
5237           Fixes #407349.
5238
5239 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5240
5241         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5242         (gst_switch_commit_new_kid):
5243         Fix up the dispose logic so it doesn't leak, and fix setting of 
5244         the child state so that we don't set a child to our current state 
5245         just as we are changing it to something else.
5246
5247 2007-03-06  Wim Taymans  <wim@fluendo.com>
5248
5249         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5250         (gst_goom_chain):
5251         * gst/goom/gstgoom.h:
5252         Document, fix and improve goom adapter behaviour.
5253         Fixes #407006.
5254
5255 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5256
5257         * ext/esd/esdsink.c: (gst_esdsink_open):
5258         Unref static pad template after using it.
5259
5260 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5261
5262         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5263         (gst_switch_commit_new_kid):
5264         Fix up the reference counting of the child elements.
5265
5266 2007-03-05  Wim Taymans  <wim@fluendo.com>
5267
5268         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5269         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5270         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5271         Fix encoding-name case.
5272
5273 2007-03-05  Wim Taymans  <wim@fluendo.com>
5274
5275         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5276         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5277         (gst_rtp_speex_depay_process):
5278         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5279         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5280         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5281         (gst_rtp_speex_pay_change_state):
5282         * gst/rtp/gstrtpspeexpay.h:
5283         Fix speex (de)payloader. Fixes #358040.
5284
5285 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5286
5287         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5288         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5289         Install fakesink in NULL by fixing some broken logic. This obviates
5290         the need to manually set _IS_SINK.
5291         Add some comments and remove a little cruft while I'm at it.
5292
5293 2007-03-05  Wim Taymans  <wim@fluendo.com>
5294
5295         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5296         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5297
5298 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5299
5300         * po/POTFILES.in:
5301           Update.
5302
5303 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5304
5305         * tests/check/Makefile.am:
5306         Gah! Also disable gconfvideosink from the tests, otherwise
5307         it will instantiate autovideosink, and dfbvideosink and
5308         leak on the buildbots.
5309
5310 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5311
5312         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5313         (gst_cdio_cdda_src_finalize):
5314         Make sure we always destroy our libcdio handle.
5315
5316 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5317
5318         * tests/check/Makefile.am:
5319         Disable autovideosink so the buildbots don't barf over memory
5320         leaked in the directfb sink.
5321
5322 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5323
5324         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5325         Chain up in dispose
5326
5327 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5328
5329         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5330         (gst_multipart_find_pad_by_mime):
5331         Use gst_pad_new_from_static_template instead of
5332         static_pad_template_get+pad_new.
5333
5334 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5335
5336         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5337         Catch the case where no clock has been set.
5338
5339 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5340
5341         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5342         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5343         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5344         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5345         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5346         (gst_gconf_audio_src_finalize), (do_toggle_element):
5347         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5348         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5349         (do_toggle_element):
5350         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5351         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5352         (gst_gconf_video_src_finalize), (do_toggle_element):
5353         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5354         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5355         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5356         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5357         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5358         (gst_shout2send_init), (gst_shout2send_finalize):
5359         * gst/debug/testplugin.c: (gst_test_class_init),
5360         (gst_test_finalize):
5361         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5362         (gst_flxdec_dispose):
5363         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5364         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5366         (gst_rtspsrc_finalize):
5367         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5368         * gst/rtsp/rtspextwms.h:
5369         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5370         (gst_smpte_finalize):
5371         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5372         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5373         (gst_udpsink_finalize):
5374         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5375         (gst_wavparse_sink_activate):
5376         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5377         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5378         (gst_oss_src_finalize):
5379         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5380         * sys/v4l2/gstv4l2object.h:
5381         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5382         (gst_v4l2src_finalize):
5383         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5384
5385         Fix a bunch of leaks shown by the newly-added states test.
5386
5387 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5388
5389         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5390         Use gst_pad_new_from_static_template instead of 
5391         static_pad_template_get+pad_new.
5392
5393 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5394
5395         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5396
5397         * ext/libcaca/Makefile.am:
5398         * gst/debug/Makefile.am:
5399           Don't mix tabs and spaces (#414168).
5400
5401 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5402
5403         * tests/check/generic/.cvsignore:
5404           Ignore files to please buildbot.
5405
5406 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5407
5408         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5409         (gst_wavparse_stream_data):
5410           Unbreak my previous commit (swapped nominator & denominator). Tim,
5411           thanks for spotting.
5412
5413 2007-03-02  Wim Taymans  <wim@fluendo.com>
5414
5415         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5416         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5417         (gst_cdio_cdda_src_finalize):
5418         Small code cleanups.
5419         Don't use pad_alloc as the base class cannot deal with the error codes.
5420
5421 2007-03-02  Wim Taymans  <wim@fluendo.com>
5422
5423         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5424         (gst_udpsrc_create):
5425         Fix doc.
5426
5427 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5428
5429         Patch by: René Stadler <mail@renestadler.de>
5430
5431         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5432         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5433         (gst_wavparse_stream_data):
5434           Handle rounding better to not drop last sample frame. Fixes #356692
5435
5436 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5437
5438         * tests/check/Makefile.am:
5439         Disable cacasink from the states check too - it also calls exit(1)
5440         on us when it can't find a terminal to talk to.
5441
5442 2007-03-02  Wim Taymans  <wim@fluendo.com>
5443
5444         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5445
5446         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5447         (gst_udpsrc_create), (gst_udpsrc_set_property),
5448         (gst_udpsrc_get_property):
5449         * gst/udp/gstudpsrc.h:
5450         Add support to strip proprietary headers. Fixes #350296.
5451
5452 2007-03-02  Wim Taymans  <wim@fluendo.com>
5453
5454         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5455         Fix compilation.
5456
5457 2007-03-02  Wim Taymans  <wim@fluendo.com>
5458
5459         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5460
5461         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5462         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5463         (gst_rtp_mp2t_depay_set_property),
5464         (gst_rtp_mp2t_depay_get_property):
5465         * gst/rtp/gstrtpmp2tdepay.h:
5466         Add support to strip off proprietary headers. Fixes #350278.
5467
5468 2007-03-02  Wim Taymans  <wim@fluendo.com>
5469
5470         * ext/hal/hal.c:
5471         Fix compilation.
5472
5473 2007-03-02  Wim Taymans  <wim@fluendo.com>
5474
5475         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5476         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5477         (gst_sunaudiosrc_open):
5478         * sys/sunaudio/gstsunaudiosrc.h:
5479         Remove device-name from GstSunAudioSrc. Fixes #412597.
5480
5481 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5482
5483         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5484         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5485         Having NULL as UDI previously selected the default sink/src. Change
5486         this back but mention it in the debug output.
5487         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5488         (gst_hal_get_oss_element), (gst_hal_get_string),
5489         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5490         (gst_hal_get_audio_src):
5491         * ext/hal/hal.h:
5492         Refactor a bit, check all error conditions, greatly improve debugging
5493         and fix some possible memory leaks. Also implement OSS support
5494         and allow specifying an UDI that points to a real device. For this the
5495         child device which supports ALSA (preferred) or OSS is used.
5496         As a side effect this makes it impossible now to get a alsasink in
5497         halaudiosrc and a alsasrc in halaudiosink.
5498
5499 2007-03-01  Wim Taymans  <wim@fluendo.com>
5500
5501         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5502         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5503         Errors from the udp sources are not fatal unless all of them are in
5504         error.
5505
5506 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5507
5508         * tests/check/Makefile.am:
5509         Disable aasink in the states test. I suspect this is the element that
5510         is calling exit(1) when it can't proceed.
5511
5512 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5513
5514         * tests/check/Makefile.am:
5515         Draw plugins in from the build tree sys/ dir, rather than picking
5516         up the already installed versions.
5517
5518 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5519
5520         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5521         Error out correctly when getting xcontext fails.
5522
5523 2007-03-01  Wim Taymans  <wim@fluendo.com>
5524
5525         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5526         Make state change to PAUSED NO_PREROLL because that's what it will be in
5527         the future and rtspsrc relies on it.
5528
5529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5530         (gst_rtspsrc_change_state):
5531         Don't error out when we don't get an error from the state change
5532         function.
5533
5534 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5535
5536         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5537         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5538           Check if the device UDI is set before trying to query HAL
5539           about it and give a useful error message if it wasn't set.
5540         * ext/hal/hal.c: (gst_hal_get_string):
5541           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5542           gives an assertion failure in D-Bus when running with
5543           DBUS_FATAL_WARNINGS=1.
5544
5545 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5546
5547         * configure.ac:
5548           Convert to new AG_GST style.
5549
5550 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5551
5552         * tests/check/Makefile.am:
5553         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5554           add test for states
5555
5556 2007-02-28  Wim Taymans  <wim@fluendo.com>
5557
5558         * tests/check/elements/.cvsignore:
5559         Add new videofilter check to .cvsignore.
5560
5561 2007-02-28  Wim Taymans  <wim@fluendo.com>
5562
5563         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5564         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5565         (gst_avi_demux_loop), (gst_avi_demux_chain):
5566         Fix combined flow return. Fixes #412608.
5567
5568 2007-02-28  Wim Taymans  <wim@fluendo.com>
5569
5570         * gst/videofilter/Makefile.am:
5571         Dist header..
5572
5573 2007-02-28  Wim Taymans  <wim@fluendo.com>
5574
5575         * gst/videofilter/gstgamma.h:
5576         Add header too.
5577
5578 2007-02-28  Wim Taymans  <wim@fluendo.com>
5579
5580         Patch by: Mark Nauwelaerts <manauw at skynet be>
5581
5582         * gst/videofilter/Makefile.am:
5583         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5584         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5585         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5586         (oil_tablelookup_u8), (gst_gamma_set_caps),
5587         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5588         Port gamma filter to 0.10. Fixes #412704.
5589
5590         * tests/check/Makefile.am:
5591         * tests/check/elements/videofilter.c: (setup_filter),
5592         (cleanup_filter), (check_filter), (GST_START_TEST),
5593         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5594         Add unit tests for videofilters.
5595
5596 2007-02-28  Wim Taymans  <wim@fluendo.com>
5597
5598         * gst/rtsp/URLS:
5599         Add another interesting test url.
5600
5601         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5602         Don't allow getting header fields from data packets.
5603
5604 2007-02-28  Michael Smith  <msmith@fluendo.com>
5605
5606         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5607         (gst_shout2send_init), (gst_shout2send_start),
5608         (gst_shout2send_set_property), (gst_shout2send_get_property):
5609         * ext/shout2/gstshout2.h:
5610           Add a property for username.
5611
5612 2007-02-27  Christian Schallerr <christian@fluendo.com>
5613
5614         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5615
5616 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5617
5618         * gst/rtsp/Makefile.am:
5619         Fix make check too.
5620
5621 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5622
5623         * gst/rtsp/base64.c: (util_base64_encode):
5624         * gst/rtsp/base64.h:
5625         Commit missing files for base64 encoding.
5626
5627 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5628
5629         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5630
5631         * configure.ac:
5632         * ext/annodex/Makefile.am:
5633         * ext/jpeg/Makefile.am:
5634         * ext/speex/Makefile.am:
5635         * gst/alpha/Makefile.am:
5636         * gst/cutter/Makefile.am:
5637         * gst/debug/Makefile.am:
5638         * gst/effectv/Makefile.am:
5639         * gst/goom/Makefile.am:
5640         * gst/level/Makefile.am:
5641         * gst/smpte/Makefile.am:
5642         * gst/videofilter/Makefile.am:
5643           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5644
5645 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5646
5647         * gst/rtsp/Makefile.am:
5648         * gst/rtsp/rtspconnection.c: (append_auth_header),
5649         (rtsp_connection_send), (rtsp_connection_set_auth):
5650         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5651         from icecast to replace it. Relicensed from GPL courtesy of Mike
5652         Smith.
5653
5654 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5655
5656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5657         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5658         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5659         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5660         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5661         (gst_rtspsrc_uri_set_uri):
5662         * gst/rtsp/gstrtspsrc.h:
5663         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5664         (append_auth_header), (rtsp_connection_send),
5665         (rtsp_connection_free), (rtsp_connection_set_auth):
5666         * gst/rtsp/rtspconnection.h:
5667         * gst/rtsp/rtspdefs.h:
5668         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5669         * gst/rtsp/rtspurl.h:
5670
5671         Implement simple Basic Authentication support so that urls like
5672         rtsp://user:pass@hostname/rtspstream work on hosts that require
5673         authentication.
5674
5675 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5676
5677         * sys/v4l2/gstv4l2object.c:
5678         * sys/v4l2/gstv4l2tuner.c:
5679         * sys/v4l2/v4l2_calls.c:
5680         Fix segfault when oppening a radio device.
5681         
5682 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5683
5684         * gst/level/gstlevel.c: (gst_level_set_caps),
5685         (gst_level_transform_ip):
5686         * sys/v4l2/README:
5687         * tests/check/elements/level.c: (GST_START_TEST):
5688           Fix level for multi-channel case.
5689
5690 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5691
5692         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5693         (gst_level_transform_ip):
5694         * gst/level/gstlevel.h:
5695           Use function pointer for process function and add process functions
5696           for float audio.
5697
5698 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5699
5700         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5701         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5702         (gst_v4l2src_capture_init):
5703           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5704           fixes #407369
5705
5706 2007-02-18  Wim Taymans  <wim@fluendo.com>
5707
5708         * gst/rtp/Makefile.am:
5709         * gst/rtp/gstrtp.c: (plugin_init):
5710         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5711         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5712         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5713         (gst_rtp_mp2t_pay_plugin_init):
5714         * gst/rtp/gstrtpmp2tpay.h:
5715         Added simple mpeg transport stream payloader.
5716
5717 2007-02-16  Wim Taymans  <wim@fluendo.com>
5718
5719         * gst/rtsp/URLS:
5720         Add example H264 rtsp url.
5721
5722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5723         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5724         Don't convert values to lowercase or we might mess up base64 encoded
5725         properties.
5726
5727 2007-02-16  Wim Taymans  <wim@fluendo.com>
5728
5729         * gst/rtp/README:
5730         Fix case of string params.
5731
5732         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5733         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5734         Fix depayloader, support more packet types.
5735         Add sync codes to make sure the packetizer can do its job.
5736
5737         * gst/rtp/gstrtpmp4gdepay.c:
5738         * gst/rtp/gstrtpmp4gpay.c:
5739         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5740         Fix caps case again.
5741
5742 2007-02-15  Wim Taymans  <wim@fluendo.com>
5743
5744         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5745         Set right caps on output buffers.
5746
5747 2007-02-14  Wim Taymans  <wim@fluendo.com>
5748
5749         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5750         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5751         Clear stack allocated SDPMedia struct before calling _init() on it.
5752         Clarify this in the docs as well.
5753
5754 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5755
5756         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5757         (do_change_child):
5758         Don't reset the profile when going switching states, as it makes
5759         the element non-reusable.
5760
5761 2007-02-14  Wim Taymans  <wim@fluendo.com>
5762
5763         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5764         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5765         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5766         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5767         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5768         (sdp_parse_line):
5769         * gst/rtsp/sdpmessage.h:
5770         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5771         Fix memory management of SDP messages. Fixes #407793.
5772
5773 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5774
5775         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5776
5777         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5778         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5779
5780 2007-02-14  Wim Taymans  <wim@fluendo.com>
5781
5782         Patch by: jp.liu <jp_liu at astrocom dot cn>
5783
5784         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5785         Fix parsing of password field in url. Fixes #407797.
5786
5787 2007-02-14  Wim Taymans  <wim@fluendo.com>
5788
5789         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5790         (gst_wavparse_reset), (gst_wavparse_init),
5791         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5792         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5793         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5794         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5795         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5796         (gst_wavparse_loop), (gst_wavparse_chain),
5797         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5798         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5799         (plugin_init):
5800         * gst/wavparse/gstwavparse.h:
5801         Update docs.
5802         Use boilerplate.
5803         Various code cleanups.
5804         When the bitrate is not known (bps == 0 or compressed formats) let
5805         downstream element guestimate the duration and position and don't
5806         generate timestamps or durations. Fixes #405213.
5807         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5808         error flowreturn upstream.
5809
5810 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5811
5812         * ext/gconf/Makefile.am:
5813         * ext/gconf/gconf.c: (gst_gconf_get_string),
5814         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5815         (gst_gconf_render_bin_with_default):
5816         * ext/gconf/gconf.h:
5817         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5818         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5819         (gst_gconf_audio_sink_dispose), (do_change_child),
5820         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5821         (cb_change_child), (gst_gconf_audio_sink_change_state):
5822         * ext/gconf/gstgconfaudiosink.h:
5823         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5824         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5825         (gst_switch_sink_init), (gst_switch_sink_dispose),
5826         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5827         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5828         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5829         * ext/gconf/gstswitchsink.h:
5830         * gst/autodetect/gstautoaudiosink.c:
5831         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5832         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5833         (gst_auto_audio_sink_detect):
5834         * gst/autodetect/gstautovideosink.c:
5835         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5836         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5837         (gst_auto_video_sink_detect):
5838         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5839         and a child that implements the GConf key monitoring. The end goal of
5840         this is an audio sink that can be changed on the fly, but at the 
5841         moment it still only changes on the next READY transition.
5842
5843 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5844
5845         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5846         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5847         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5848         (gst_avi_demux_calculate_durations_from_index),
5849         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5850         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5851         (gst_avi_demux_loop):
5852           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5853
5854 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5855
5856         * configure.ac:
5857         * docs/plugins/Makefile.am:
5858           Add crossreferences to glib/gobject/gstream docs.
5859
5860 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5861
5862         * gst/monoscope/Makefile.am:
5863         * gst/monoscope/gstmonoscope.c:
5864           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5865           (but no LIBS, since we only use defines from the headers).
5866
5867 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5868
5869         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5870
5871         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5872         (gst_wavparse_stream_data):
5873           Fix massive memory leak when operating in streaming mode due to
5874           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5875           Fixes #407057.
5876
5877 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5878
5879         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5880         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5881         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5882         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5883         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5884         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5885         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5886         (gst_avi_demux_calculate_durations_from_index),
5887         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5888         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5889         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5890         * gst/avi/gstavidemux.h:
5891           Save some memory (8%) by repacking the index entry structure (more to
5892           come). Add more FIXMEs to questionable parts.
5893
5894 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5895
5896         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5897         (gst_v4l2src_get_caps):
5898         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5899         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5900         (gst_v4l2src_capture_init):
5901           More FIXME comments and messaging changes.
5902
5903 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5904
5905         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5906         (gst_goom_change_state):
5907         * gst/goom/gstgoom.h:
5908           Improved docs and use GST_DEBUG_FUNCPTR.
5909
5910         * gst/level/gstlevel.c: (gst_level_class_init):
5911           Use GST_DEBUG_FUNCPTR.
5912
5913         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5914         (gst_monoscope_chain), (gst_monoscope_change_state):
5915           Improved docs source cleanups.
5916
5917 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5918
5919         * gst/debug/Makefile.am:
5920         * gst/debug/gstdebug.c: (plugin_init):
5921         * gst/debug/gstpushfilesrc.c:
5922         * gst/debug/gstpushfilesrc.h:
5923           Add code for a pushfilesrc element that implements a pushfile:// URI
5924           handler, to make debugging push-mode operation of demuxer/decoders
5925           that support both easier in connection with seek/playbin/etc.
5926           The element isn't registered at the moment.
5927
5928 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5929
5930         * gst/avi/gstavimux.c:
5931           Comment a #if 0 in caps template definition as VS6 seems to 
5932         do not support it.
5933         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5934           Use gst_guint64_to_gdouble for conversion.
5935         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5936           Move variables declaration before the first instruction.
5937         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5938           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5939           And don't include netdb.h for G_OS_WIN32
5940         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5941           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5942           by VS6 then use an other way to initialize SDPMedia structure.
5943         * gst/udp/gstdynudpsink.h:
5944         * gst/udp/gstdynudpnetutils.h:
5945           Do not include <sys/time.h> for G_OS_WIN32
5946         * gst/udp/gstudpsrc.c:
5947           Define socklen_t as int for G_OS_WIN32
5948         * win/common/config.h.in:
5949           Undef HAVE_NETINET_IN_H
5950         * win32/vs6/gst_plugins_good.dsw:
5951         * win32/vs6/libgstrtp.dsp:
5952         * win32/vs6/libgstrtsp.dsp:
5953         * win32/vs6/libgstautogen.dsp:
5954         * win32/vs6/libgstaudiofx.dsp:
5955         * win32/vs6/libgstudp.dsp:
5956           Add and update project files.
5957         * win32/common/gstudp-enumtypes.c:
5958         * win32/common/gstudp-enumtypes.h:
5959           Add a copy of udp enumtypes to win32/common as in core 
5960           and base.
5961         
5962 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5963
5964         * configure.ac:
5965           Activate monoscope when building with --enable-experimental. Fix
5966           --enable-external configure switch description.
5967
5968         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5969         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5970           Help gst-indent.
5971
5972 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5975           Explicitly cast result of pointer arithmetic to integer in order to
5976           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5977
5978 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5979
5980         * gst/debug/progressreport.c:
5981           Some more docs.
5982
5983 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5984
5985         * docs/plugins/inspect/plugin-rtp.xml:
5986           Update for new elements.
5987
5988         * gst/debug/progressreport.h:
5989           Commit newly-created header file as well.
5990
5991 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5992
5993         * docs/plugins/Makefile.am:
5994         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5995         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5996         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5997         * gst/debug/Makefile.am:
5998         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5999         (gst_progress_report_do_query), (gst_progress_report_report):
6000           Make progressreport element post messages with the current progress
6001           on the bus. Also add some basic docs for it.
6002
6003 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6004
6005         * ext/hal/hal.c: (gst_hal_get_string):
6006         * ext/hal/hal.h:
6007           Some small cleanups; deal with errors when parsing the HAL ALSA
6008           capabilities a bit better.
6009
6010 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6013           Let's try this again and use the right cast this time.
6014
6015 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6016
6017         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6018           Add cast to avoid compiler warnings with older GLib versions
6019           where the nick/name members in GEnumValue are not declared as
6020           constant strings.
6021
6022 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6025         (gst_gconf_render_bin_from_key),
6026         (gst_gconf_get_default_audio_sink):
6027         * ext/gconf/gconf.h:
6028         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6029         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6030         (gst_gconf_audio_sink_get_property):
6031           In gconfaudiosink, get the right key as the old key in do_toggle
6032           (ie. one dependent on the profile selected). Log some more stuff so
6033           we can see what's actually going on.
6034
6035 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6036
6037         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6038         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6039         (gst_audio_amplify_set_process_function),
6040         (gst_audio_amplify_setup):
6041         * gst/audiofx/audioamplify.h:
6042         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6043         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6044         * gst/audiofx/audioinvert.h:
6045         Some small cleanups and port both elements to the new GstAudioFilter
6046         base class to save a few lines of common code.
6047         * gst/audiofx/Makefile.am:
6048         Link against libgstaudio for the above changes
6049
6050 2007-01-29  Wim Taymans  <wim@fluendo.com>
6051
6052         * tests/check/elements/.cvsignore:
6053         Some more ignores.
6054
6055 2007-01-26  Wim Taymans  <wim@fluendo.com>
6056
6057         Patch by: charles <charlesg3 at gmail dot com>
6058
6059         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6060         (set_shout_metadata), (gst_shout2send_event):
6061         * ext/shout2/gstshout2.h:
6062         Properly handle tags in shout2send. Fixes #399825.
6063
6064 2007-01-25  Wim Taymans  <wim@fluendo.com>
6065
6066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6067         (gst_rtspsrc_activate_streams):
6068         Convert SDP fields to upper/lowercase following the rules in the SDP to
6069         caps document. 
6070
6071 2007-01-25  Wim Taymans  <wim@fluendo.com>
6072
6073         * gst/rtp/README:
6074         * gst/rtp/gstrtpilbcdepay.c:
6075         * gst/rtp/gstrtpilbcpay.c:
6076         * gst/rtp/gstrtpmp4gdepay.c:
6077         * gst/rtp/gstrtpmp4gpay.c:
6078         * gst/rtp/gstrtpspeexdepay.c:
6079         * gst/rtp/gstrtpspeexpay.c:
6080         * gst/rtp/gstrtpsv3vdepay.c:
6081         * gst/rtp/gstrtptheoradepay.c:
6082         * gst/rtp/gstrtptheorapay.c:
6083         * gst/rtp/gstrtpvorbisdepay.c:
6084         * gst/rtp/gstrtpvorbispay.c:
6085         Fix case of encoding-name and key/value pairs to match the document.
6086         This is to make interoperation with SDP case-insensitive as required by
6087         the relevant RFCs.
6088
6089 2007-01-25  Wim Taymans  <wim@fluendo.com>
6090
6091         * configure.ac:
6092         Bump required -core/-base to CVS
6093
6094 2007-01-25  Wim Taymans  <wim@fluendo.com>
6095
6096         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6097         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6098         * gst/rtp/gstrtpL16pay.h:
6099         Fill up to MTU using adapter.
6100         Timestamp rtp packets.
6101
6102 2007-01-25  Edward Hervey  <edward@fluendo.com>
6103
6104         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6105         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6106         Use G_GSIZE_FORMAT in print statements for portability.
6107         Fixes build on macosx.
6108
6109 2007-01-24  Wim Taymans  <wim@fluendo.com>
6110
6111         * gst/rtp/Makefile.am:
6112         * gst/rtp/gstrtp.c: (plugin_init):
6113         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6114         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6115         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6116         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6117         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6118         (gst_rtp_L16_depay_plugin_init):
6119         * gst/rtp/gstrtpL16depay.h:
6120         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6121         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6122         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6123         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6124         (gst_rtp_L16_pay_plugin_init):
6125         * gst/rtp/gstrtpL16pay.h:
6126         Port and enable raw audio payloader/depayloader. Needs a bit more work
6127         on the payloader side.
6128
6129 2007-01-24  Wim Taymans  <wim@fluendo.com>
6130
6131         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6132         (gst_rtspsrc_stream_configure_transport),
6133         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6134         * gst/rtsp/gstrtspsrc.h:
6135         Only unblock the udp pads when we linked and activated them all.
6136         Fixes #395688.
6137
6138 2007-01-24  Wim Taymans  <wim@fluendo.com>
6139
6140         * gst/rtp/Makefile.am:
6141         * gst/rtp/gstrtp.c: (plugin_init):
6142         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6143         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6144         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6145         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6146         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6147         * gst/rtp/gstrtpac3depay.h:
6148         Added simple AC3 depayloader (RFC 4184).
6149
6150         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6151         Fix a leak.
6152
6153 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6154
6155         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6156
6157         * gst/audiofx/Makefile.am:
6158         * gst/audiofx/audioamplify.c:
6159         (gst_audio_amplify_clipping_method_get_type),
6160         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6161         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6162         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6163         (gst_audio_amplify_set_caps),
6164         (gst_audio_amplify_transform_int_clip),
6165         (gst_audio_amplify_transform_int_wrap_negative),
6166         (gst_audio_amplify_transform_int_wrap_positive),
6167         (gst_audio_amplify_transform_float_clip),
6168         (gst_audio_amplify_transform_float_wrap_negative),
6169         (gst_audio_amplify_transform_float_wrap_positive),
6170         (gst_audio_amplify_transform_ip):
6171         * gst/audiofx/audioamplify.h:
6172         * gst/audiofx/audiofx.c: (plugin_init):
6173         Add new element "audioamplify". This allows scaling of raw audio
6174         samples, similar to the "volume" element, but provides different modes
6175         for clipping and allows unlimited amplification. It's mainly targeted
6176         for creative sound design and not as a replacement of the "volume"
6177         element. Fixes #397162
6178         * docs/plugins/Makefile.am:
6179         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6180         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6181         * docs/plugins/gst-plugins-good-plugins.args:
6182         * docs/plugins/inspect/plugin-audiofx.xml:
6183         Add docs for audioamplify and integrate them into the build system
6184         * tests/check/Makefile.am:
6185         * tests/check/elements/audioamplify.c: (setup_amplify),
6186         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6187         Add fairly extensive unit test suite for audioamplify
6188
6189 2007-01-24  Wim Taymans  <wim@fluendo.com>
6190
6191         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6192         Unblock pads after adding the pads to the element so that autopluggers
6193         get a change to link something. Possibly fixes #395688.
6194
6195 2007-01-24  Wim Taymans  <wim@fluendo.com>
6196
6197         * gst/rtp/gstrtpamrdepay.c:
6198         * gst/rtp/gstrtpgsmdepay.c:
6199         * gst/rtp/gstrtph263pdepay.c:
6200         * gst/rtp/gstrtph263ppay.c:
6201         * gst/rtp/gstrtph264depay.c:
6202         * gst/rtp/gstrtpilbcdepay.c:
6203         * gst/rtp/gstrtpmp2tdepay.c:
6204         * gst/rtp/gstrtpmp4gdepay.c:
6205         * gst/rtp/gstrtpmp4gpay.c:
6206         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6207         * gst/rtp/gstrtpmp4vpay.c:
6208         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6209         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6210         (gst_rtp_mpa_depay_process):
6211         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6212         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6213         * gst/rtp/gstrtppcmadepay.c:
6214         * gst/rtp/gstrtppcmudepay.c:
6215         * gst/rtp/gstrtpspeexdepay.c:
6216         * gst/rtp/gstrtpspeexpay.c:
6217         * gst/rtp/gstrtpsv3vdepay.c:
6218         * gst/rtp/gstrtptheoradepay.c:
6219         * gst/rtp/gstrtptheorapay.c:
6220         * gst/rtp/gstrtpvorbisdepay.c:
6221         * gst/rtp/gstrtpvorbispay.c:
6222         Fix caps with payload numbers.
6223         Add some fixed payload numbers to caps when possible.
6224
6225 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6226
6227         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6228
6229         * gst/audiofx/Makefile.am:
6230         * gst/audiofx/audiofx.c: (plugin_init):
6231         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6232         (gst_audio_invert_class_init), (gst_audio_invert_init),
6233         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6234         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6235         (gst_audio_invert_transform_float),
6236         (gst_audio_invert_transform_ip):
6237         * gst/audiofx/audioinvert.h:
6238         Add new audiofx element "audioinvert". This element swaps the upper
6239         and lower half of samples and can be used for example for a
6240         wide-stereo effect. Fixes #396057
6241         * docs/plugins/Makefile.am:
6242         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6243         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6244         * docs/plugins/gst-plugins-good-plugins.args:
6245         * docs/plugins/inspect/plugin-audiofx.xml:
6246         Add docs for the audioinvert element and add them to the build system.
6247         * tests/check/Makefile.am:
6248         * tests/check/elements/audioinvert.c: (setup_invert),
6249         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6250         Add unit test suite for the audioinvert element.
6251
6252 2007-01-23  Wim Taymans  <wim@fluendo.com>
6253
6254         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6255         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6256         Parse config params as string and int.
6257         Parse and use AU header length
6258
6259 2007-01-23  Wim Taymans  <wim@fluendo.com>
6260
6261         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6262         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6263         * gst/smpte/gstmask.c: (_gst_mask_register):
6264         * gst/smpte/gstmask.h:
6265         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6266         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6267         (gst_smpte_paint_triangle_clock):
6268         constify some static structs.
6269         Don't update the mask if nothing changed to the params.
6270         Make sure we never draw outside of the picture. Fixes #398325.
6271
6272 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6273
6274         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6275           Error out properly when pull_range fails while we're reading the
6276           headers, instead of just pausing the task silently. Fixes #399338.
6277
6278 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6281           Some more sanity checks to make sure the input formats match and the
6282           input pads are actually negotiated, in case someone tries to feed
6283           buffers from fakesrc or filesrc. Fixes #398299.
6284           Also const-ify an array, just because we can.
6285
6286 2007-01-19  Edward Hervey  <edward@fluendo.com>
6287
6288         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6289         Ignore previous commit, that was only valid for widths and heights
6290         that are multiples of 4.
6291         Copy over size/stride macros from jpegdec. This allows the element
6292         to work with any width,height...
6293         ... but puts in evidence that the actual transformations only work
6294         with width/height that are multiples of 4.
6295
6296 2007-01-19  Edward Hervey  <edward@fluendo.com>
6297
6298         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6299         Allocate buffers of the right size.
6300         The proper size of a I420 buffer in bytes is:
6301         
6302             width * height * 3
6303             ------------------
6304                     2
6305
6306 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6307
6308         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6309           Proxy getcaps on sink pads too, so that we either end up with the
6310           same dimensions on all pads or error out if that's not possible
6311           (seems to work even!). Fixes #398086, I think.
6312
6313 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6314
6315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6316         * docs/plugins/gst-plugins-good-plugins.args:
6317         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6318           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6319           fix integer properties with -1 as minimum value.
6320
6321         * docs/plugins/inspect/plugin-1394.xml:
6322         * docs/plugins/inspect/plugin-aasink.xml:
6323         * docs/plugins/inspect/plugin-alaw.xml:
6324         * docs/plugins/inspect/plugin-alpha.xml:
6325         * docs/plugins/inspect/plugin-alphacolor.xml:
6326         * docs/plugins/inspect/plugin-annodex.xml:
6327         * docs/plugins/inspect/plugin-apetag.xml:
6328         * docs/plugins/inspect/plugin-audiofx.xml:
6329         * docs/plugins/inspect/plugin-auparse.xml:
6330         * docs/plugins/inspect/plugin-autodetect.xml:
6331         * docs/plugins/inspect/plugin-avi.xml:
6332         * docs/plugins/inspect/plugin-cacasink.xml:
6333         * docs/plugins/inspect/plugin-cairo.xml:
6334         * docs/plugins/inspect/plugin-cdio.xml:
6335         * docs/plugins/inspect/plugin-cutter.xml:
6336         * docs/plugins/inspect/plugin-debug.xml:
6337         * docs/plugins/inspect/plugin-dv.xml:
6338         * docs/plugins/inspect/plugin-efence.xml:
6339         * docs/plugins/inspect/plugin-effectv.xml:
6340         * docs/plugins/inspect/plugin-esdsink.xml:
6341         * docs/plugins/inspect/plugin-flac.xml:
6342         * docs/plugins/inspect/plugin-flxdec.xml:
6343         * docs/plugins/inspect/plugin-gconfelements.xml:
6344         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6345         * docs/plugins/inspect/plugin-goom.xml:
6346         * docs/plugins/inspect/plugin-halelements.xml:
6347         * docs/plugins/inspect/plugin-icydemux.xml:
6348         * docs/plugins/inspect/plugin-id3demux.xml:
6349         * docs/plugins/inspect/plugin-jpeg.xml:
6350         * docs/plugins/inspect/plugin-level.xml:
6351         * docs/plugins/inspect/plugin-matroska.xml:
6352         * docs/plugins/inspect/plugin-mulaw.xml:
6353         * docs/plugins/inspect/plugin-multipart.xml:
6354         * docs/plugins/inspect/plugin-navigationtest.xml:
6355         * docs/plugins/inspect/plugin-ossaudio.xml:
6356         * docs/plugins/inspect/plugin-png.xml:
6357         * docs/plugins/inspect/plugin-rtp.xml:
6358         * docs/plugins/inspect/plugin-rtsp.xml:
6359         * docs/plugins/inspect/plugin-shout2send.xml:
6360         * docs/plugins/inspect/plugin-smpte.xml:
6361         * docs/plugins/inspect/plugin-speex.xml:
6362         * docs/plugins/inspect/plugin-taglib.xml:
6363         * docs/plugins/inspect/plugin-udp.xml:
6364         * docs/plugins/inspect/plugin-videobalance.xml:
6365         * docs/plugins/inspect/plugin-videobox.xml:
6366         * docs/plugins/inspect/plugin-videoflip.xml:
6367         * docs/plugins/inspect/plugin-videomixer.xml:
6368         * docs/plugins/inspect/plugin-wavenc.xml:
6369         * docs/plugins/inspect/plugin-wavparse.xml:
6370         * docs/plugins/inspect/plugin-ximagesrc.xml:
6371           Update to CVS.
6372
6373 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6374
6375         Patch by: Sebastian Dröge <slomo circular-chaos org>
6376
6377         * gst/audiofx/audiopanorama.c:
6378           Fix doc section name (Fixes #397946)
6379
6380 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6381
6382         * sys/v4l2/gstv4l2object.c:
6383         (gst_v4l2_object_install_properties_helper),
6384         (gst_v4l2_object_set_property_helper),
6385         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6386         * sys/v4l2/gstv4l2object.h:
6387         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6388         (gst_v4l2src_init), (gst_v4l2src_set_property),
6389         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6391         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6392         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6393         (gst_v4l2src_capture_deinit):
6394           Fix EIO handing when capturing. Add new property to specify the number of
6395           buffers to enque (and remove the borked num-buffers usage).
6396
6397 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6398
6399         Patch by: Sebastian Dröge <slomo circular-chaos org>
6400
6401         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6402         (gst_audio_panorama_set_process_function):
6403           Use a function array for process methods, add more docs and define the
6404           startindex of enums.
6405
6406 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6407
6408         Patch by: Mark Nauwelaerts <manauw at skynet be>
6409
6410         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6411         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6412         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6413         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6414         (gst_avi_mux_riff_get_avi_header),
6415         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6416         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6417         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6418         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6419         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6420         (gst_avi_mux_change_state):
6421         * gst/avi/gstavimux.h:
6422         * tests/check/elements/avimux.c: (teardown_src_pad):
6423           Add support for more than one audio stream; write better AVIX
6424           header; refactor code a bit; don't announce vorbis caps on our audio
6425           sink pads since we don't support it anyway. Closes #379298.
6426
6427 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6428
6429         Patch by: Sebastian Dröge <slomo circular-chaos org>
6430
6431         * gst/audiofx/audiopanorama.c:
6432         (gst_audio_panorama_method_get_type),
6433         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6434         (gst_audio_panorama_set_process_function),
6435         (gst_audio_panorama_set_property),
6436         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6437         (gst_audio_panorama_transform_m2s_int_simple),
6438         (gst_audio_panorama_transform_s2s_int_simple),
6439         (gst_audio_panorama_transform_m2s_float_simple),
6440         (gst_audio_panorama_transform_s2s_float_simple):
6441         * gst/audiofx/audiopanorama.h:
6442           Add 'method' property and provide a simple (non-psychoacustic)
6443           processing method (#394859).
6444
6445         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6446         (panorama_suite):
6447           Tests for new method.
6448
6449 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6452         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6453           Set correct caps on outgoing pulled buffers, or things blow up
6454           after recent core changes.
6455
6456 2007-01-11  Wim Taymans  <wim@fluendo.com>
6457
6458         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6459
6460         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6461         (gst_multipart_mux_request_new_pad),
6462         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6463         (gst_multipart_mux_change_state):
6464         Return FLOW errors ASAP. Fixes #394977.
6465         Misc cleanups.
6466
6467 2007-01-11  Wim Taymans  <wim@fluendo.com>
6468
6469         Patch by: Lutz Mueller <lutz at topfrose dot de>
6470
6471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6472         Check for stream pad before activating. 
6473
6474 2007-01-10  Wim Taymans  <wim@fluendo.com>
6475
6476         Patch by: Peter Kjellerstedt  <pkj at axis com>
6477
6478         * gst/rtsp/COPYING.MIT:
6479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6480         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6481         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6482         (gst_rtspsrc_stream_configure_transport),
6483         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6484         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6485         (gst_rtspsrc_parse_methods),
6486         (gst_rtspsrc_create_transports_string),
6487         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6488         (gst_rtspsrc_open), (gst_rtspsrc_close):
6489         * gst/rtsp/gstrtspsrc.h:
6490         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6491         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6492         (parse_request_line), (parse_line), (rtsp_connection_read),
6493         (rtsp_connection_close):
6494         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6495         (rtsp_method_as_text), (rtsp_header_as_text),
6496         (rtsp_status_as_text), (rtsp_find_header_field),
6497         (rtsp_find_method):
6498         * gst/rtsp/rtspdefs.h:
6499         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6500         (rtsp_ext_wms_configure_stream):
6501         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6502         (rtsp_message_new_request), (rtsp_message_init_request),
6503         (rtsp_message_new_response), (rtsp_message_init_response),
6504         (rtsp_message_init_data), (rtsp_message_unset),
6505         (rtsp_message_free), (rtsp_message_add_header),
6506         (rtsp_message_get_header), (rtsp_message_set_body),
6507         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6508         * gst/rtsp/rtspmessage.h:
6509         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6510         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6511         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6512         (sdp_message_dump):
6513         Allow url to be NULL to be able to use it for server connections.
6514         Can now send responses as well as requests.
6515         No longer hangs in an endless loop if EOF is received.
6516         Can now convert a status code to a text string.
6517         Return RTSP_HDR_INVALID for unknown headers.
6518         Return RTSP_INVALID for unknown methods.
6519         Copy CSeq and Session headers from the request.
6520         Only free memory corresponding to the currently set message type.
6521         Added const to function arguments as appropriate.
6522         Avoid a compiler warning when initializing nmedia.
6523         Use guint rather than gint to avoid compiler warnings.
6524         Fix crasher in wms extension.
6525         Factor out stream setup from open_connection.
6526         Delay activation of streams when actual data is received from the
6527         server, this prepares us to do proper protocol switching.
6528         Added new license.
6529         Fixes #380895.
6530
6531
6532 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         Patch by: Sebastian Dröge <slomo ubuntu com>
6535
6536         * docs/plugins/Makefile.am:
6537         * gst/audiofx/audiopanorama.c:
6538           Some small docs fixes (#394851).
6539
6540 2007-01-09  Wim Taymans  <wim@fluendo.com>
6541
6542         * gst/avi/gstavidemux.c:
6543         Fix docs.
6544
6545 2007-01-09  Wim Taymans  <wim@fluendo.com>
6546
6547         * gst/rtp/Makefile.am:
6548         * gst/rtp/gstrtp.c: (plugin_init):
6549         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6550         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6551         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6552         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6553         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6554         * gst/rtp/gstrtpmpvdepay.h:
6555           Added RFC 2250 MPEG Video Depayloader.
6556
6557         * gst/rtp/gstrtpL16depay.h:
6558         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6559         (gst_rtp_h263p_depay_process):
6560         Fix Header file. Small cleanups.
6561
6562         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6563         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6564         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6565         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6566         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6567         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6568         (gst_rtp_mp4v_depay_change_state):
6569         Remove usused code. Remove Adapter from state Change. Added debug.
6570
6571         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6572         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6573         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6574         * gst/rtp/gstrtpmpadepay.h:
6575         Subclass base depayloader.
6576         Added debug.
6577         Support static payload type assignment as well.
6578
6579         * gst/rtp/gstrtpmpapay.c:
6580         Fix caps.
6581
6582 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6583
6584         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6585
6586         * ext/jpeg/gstjpegdec.c:
6587         * ext/jpeg/gstjpegenc.c:
6588         * ext/jpeg/smokecodec.c:
6589           These libjpeg callbacks should return a 'boolean' (unsigned char
6590           apparently) and not a 'gboolean' (which maps to gint). Fixes
6591           warnings when compiling with MingW (#393427).
6592
6593         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6594           Use ioctlsocket on win32.
6595
6596         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6597           Some printf format fixes for win32.
6598
6599 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6600
6601         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6602           Use gst_guint64_to_gdouble for conversion.
6603         * win32/vs6/libgstmatroska.dsp:
6604           Add zlib to the link.
6605         * win32/vs6/libgstvideobox.dsp:
6606           Update liboil library name (project is linked to 
6607           liboil-0.3-0.lib now).
6608           
6609 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6610
6611         * gst/matroska/Makefile.am:
6612           If zlib is available and used, we must link it explicitly for
6613           things to work on MingW (fixes #392855).
6614
6615 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6616
6617         * ext/esd/esdsink.c: (gst_esdsink_delay):
6618           Don't return bogus values when esd_get_delay() fails for some
6619           reason (#392189).
6620
6621 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6622
6623         * sys/ximage/gstximagesrc.c: (composite_pixel):
6624           Fix presumably copy'n'pasto for 16bpp depth.
6625
6626 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6627
6628         * gst/matroska/matroska-mux.c:
6629         (gst_matroska_mux_audio_pad_setcaps):
6630           The "signed" field in audio caps is of boolean type, trying to use
6631           gst_structure_get_int() to extract it will fail. Fixing this makes
6632           matroskamux accept raw audio input (#387121) (use at your own risk
6633           though, due to the matroska spec being not entirely useful in this
6634           respect).
6635           Also fix up raw audio structures in template caps so that they
6636           represent what our setcaps function will actually accept, so that
6637           converters know what to convert to.
6638           Finally, don't fail if there isn't an "endianness" field in 8-bit
6639           PCM caps.
6640
6641 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6642
6643         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6644         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6645         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6646         (teardown_cmmldec):
6647         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6648         (teardown_cmmlenc):
6649         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6650           reapply consistent pad (de)activation
6651
6652 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6653
6654         * configure.ac:
6655         Back to CVS
6656
6657         * gst-plugins-good.doap:
6658         Add 0.10.5 doap entry
6659
6660 === release 0.10.5 ===
6661
6662 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6663
6664         * configure.ac:
6665           releasing 0.10.5, "The Path of Thorns"
6666
6667 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6668
6669         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6670         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6671         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6672         (teardown_cmmldec):
6673         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6674         (teardown_cmmlenc):
6675         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6676           revert my freeze breakage
6677
6678 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6679
6680         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6681         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6682         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6683         (teardown_cmmldec):
6684         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6685         (teardown_cmmlenc):
6686         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6687           consistent pad (de)activation
6688
6689 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6690
6691         * configure.ac:
6692         * ext/Makefile.am:
6693         Disable LADPSA, as it has moved to the -bad module for the duration.
6694
6695 2006-12-18  Wim Taymans  <wim@fluendo.com>
6696
6697         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6698         (gst_signal_processor_event):
6699         Reset flow_state back to _OK after a flush stop so that we exit our
6700         error state after the flush. Fixes #374213
6701
6702 2006-12-16  David Schleef  <ds@schleef.org>
6703
6704         * sys/osxvideo/osxvideosink.h:
6705         * sys/osxvideo/osxvideosink.m:
6706           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6707
6708 2006-12-16  David Schleef  <ds@schleef.org>
6709
6710         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6711
6712         * sys/osxvideo/Makefile.am:
6713         * sys/osxvideo/osxvideosink.h:
6714         * sys/osxvideo/osxvideosink.m:
6715           Preliminary patch for porting osxvideosink
6716
6717 2006-12-16  Wim Taymans  <wim@fluendo.com>
6718
6719         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6720
6721         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6722         (gst_videomixer_set_master_geometry),
6723         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6724         (gst_videomixer_reset), (gst_videomixer_init),
6725         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6726         (gst_videomixer_release_pad), (gst_videomixer_collected),
6727         (gst_videomixer_change_state):
6728         Introduce some locking around the videomixer state so that it does not
6729         crash when adding/removing pads. Fixes #383043.
6730
6731 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6732
6733         * configure.ac:
6734           Make sure libcaca can actually be used instead of just checking for
6735           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6736           cross-compiling (fixes #384587).
6737
6738 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6739
6740         * Makefile.am:
6741         * gst-plugins-good.doap:
6742         * gst-plugins-good.spec.in:
6743           adding doap file
6744
6745 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6746
6747         * configure.ac:
6748           libflac-1.1.3 changed API again, but we can't build against it yet,
6749           so make sure our check doesn't use libflac-1.1.3 and add a comment
6750           to this effect.
6751
6752 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6753
6754         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6755         (gst_quarktv_planetable_clear):
6756           Add some NULL pointer checks (possibly related to #385623).
6757
6758 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6759
6760         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6761         (gst_tag_demux_chain):
6762         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6763           In streaming mode, if the first buffer we get doesn't have an
6764           offset, fix it up to be 0, otherwise trimming won't work later on
6765           and we'll be typefinding application/x-id3, which may result in
6766           decodebin plugging an endless number of id3demux elements as a
6767           consequence. Fixes #385031.
6768           
6769 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6770
6771         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6772           Ignore the buffer_time the sound device reports. Turns out it is 
6773           sometimes completely bogus and we're better off without it.
6774
6775 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6776
6777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6778         (gst_matroska_demux_video_caps):
6779         * gst/matroska/matroska-ids.c:
6780         (gst_matroska_track_init_video_context):
6781         * gst/matroska/matroska-ids.h:
6782           Try harder to extract the framerate for video tracks correctly and
6783           save it directly instead of converting it back and forth a few
6784           times. Mostly makes a difference for very small framerates (<1).
6785           Fixes #380199.
6786
6787 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6790         (gst_gconf_audio_src_dispose), (do_toggle_element):
6791         * ext/gconf/gstgconfaudiosrc.h:
6792           Remove gconf notify hook when the gconfaudiosrc element is
6793           destroyed, otherwise the callback may be called on an
6794           already-destroyed instance and bad things happen. Should fix
6795           #378184.
6796           Also ignore gconf key changes when the source is already running.
6797
6798 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6799
6800         Patch by: Sebastian Dröge  <mail at slomosnail de>
6801
6802         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6803           We need to be able to read and parse any possible floating point string
6804           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6805           will parse the former only in certain locales though, so we really need
6806           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6807           make sure we can parse either version at all times.
6808           Fixes #382982 for real.
6809
6810 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6811
6812         * sys/sunaudio/gstsunaudiomixerctrl.c:
6813         * sys/sunaudio/gstsunaudiosrc.c:
6814
6815         Use the sunaudio debug category.
6816
6817         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6818         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6819         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6820         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6821         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6822         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6823         (gst_sunaudiosink_reset):
6824         * sys/sunaudio/gstsunaudiosink.h:
6825
6826         Uses the sunaudio debug category for all debug output
6827         Implements the _delay() callback to synchronise video playback better
6828         Change the segtotal and segsize values back to the parent class 
6829           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6830           respectively)
6831         Measure the samples written to the device vs. played.
6832         Keep track of segments in the device by writing empty eof frames, and
6833         sleep using a GCond when we get too far ahead and risk overrunning the
6834         sink's ringbuffer.
6835
6836         Fixes: #360673
6837
6838 2006-12-08  Wim Taymans  <wim@fluendo.com>
6839
6840         Patch by: Sebastian Dröge  <mail at slomosnail de >
6841
6842         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6843         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6844         * gst/audiofx/audiopanorama.h:
6845         Fix audiopanorame with float samples. Fixes #383726.
6846
6847 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6848
6849         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6850         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6851         (gst_sunaudiosrc_reset):
6852
6853         Implement reset functions to unblock the src/sink more quickly on 
6854         state change requests.
6855         Patch by: Brian Cameron <brian dot cameron at sun com>
6856
6857 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6858
6859         * sys/sunaudio/gstsunaudiomixer.c:
6860         (gst_sunaudiomixer_change_state):
6861         Construct the correct mixer device name when the AUDIODEV env var
6862         is set.
6863
6864         Patch by: Jerry Tan <jerry.tan at sun dot com>
6865         Fixes: #383596
6866
6867 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6868
6869         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6870         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6871         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6872         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6873         Patch by: Jerry Tan <jerry.tan at sun dot com>
6874         Fixes: #349015
6875
6876 2006-12-07  Wim Taymans  <wim@fluendo.com>
6877
6878         * gst/smpte/gstmask.h:
6879         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6880         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6881         (gst_smpte_collected), (gst_smpte_set_property),
6882         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6883         * gst/smpte/gstsmpte.h:
6884         Port to 0.10 some more. 
6885         Added duration property to specify the duration of the transition.
6886         Make framerate a fraction.
6887         Deprecate fps property, we only use negotiated fps.
6888         Added docs.
6889         Fix collectpad usage.
6890         Reset state in READY.
6891         Send NEWSEGMENT event.
6892         Fix racy updates of object properties.
6893         Added debug category.
6894         Fixes #383323.
6895
6896 2006-12-06  Wim Taymans  <wim@fluendo.com>
6897
6898         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6899
6900         * gst/videomixer/videomixer.c:
6901         (gst_videomixer_set_master_geometry),
6902         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6903         Don't reset xpos and ypos in the setcaps function because causes
6904         unexpected behaviour.
6905         Fixes #382179.
6906
6907 2006-12-06  Wim Taymans  <wim@fluendo.com>
6908
6909         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6910         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6911         Keep track of the buffer timestamp in the collectdata member instead
6912         of modifying the buffer without making the metadata writable first.
6913         Fixes #382277.
6914
6915 2006-12-06  Wim Taymans  <wim@fluendo.com>
6916
6917         Patch by: Rob Taylor <robtaylor at floopily dot org>
6918
6919         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6920         If using multicast in udpsrc, bind to the multicast address rather than
6921         IN_ADDR_ANY.
6922         This allows the simultanous use of multiple udpsrcs listening on
6923         different multicat addresses. Without this all udpsrcs will receive all
6924         packets from all subscribed multicast addresses.
6925         Fixes #383001.
6926
6927 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6928
6929         * ext/taglib/gstid3v2mux.cc:
6930         Don't attempt to write a NULL frame into the ID3 tag set when the 
6931         createFrame method returned NULL.
6932         Fixes: #381857
6933         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6934
6935 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6936
6937         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6938         Use g_strtod() instead of sscanf to parse doubles, so that it will
6939         try parsing in the C locale if the current locale fails.
6940         Fixes: #382982
6941         Patch by: Sebastian Dröge  <mail at slomosnail de >
6942
6943 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6944
6945         * win32/MANIFEST:
6946         Fix compilation on win32 under VS8
6947         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6948         Partially fixes #381175
6949
6950 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6951
6952         * gst/avi/gstavimux.c:
6953           accept all mpegversions,fixes #380825
6954           spotted by: Jerome Alet  
6955
6956 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6957
6958         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6959         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6960         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6961         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6962           cleanup the error message a bit more
6963
6964 2006-11-28  Wim Taymans  <wim@fluendo.com>
6965
6966         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6967         Fix width and height properties.
6968
6969         * ext/libcaca/gstcacasink.h:
6970         Fix compilation on newer libcaca that require us to include a new
6971         header. Fixes #379918.
6972
6973 2006-11-28  Wim Taymans  <wim@fluendo.com>
6974
6975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6976         * gst/rtsp/gstrtspsrc.h:
6977         * gst/rtsp/rtspext.h:
6978         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6979         (rtsp_ext_wms_get_context):
6980         Add method so that extensions can choose to disable the setup of
6981         a stream.
6982         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6983
6984 2006-11-27  Wim Taymans  <wim@fluendo.com>
6985
6986         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6987
6988         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6989         Push header in a separate buffer instead of memcpy:ing all data.
6990         Change LF => CRLF in headers.
6991         Move trailing LF to header. Fixes #379792.
6992
6993 2006-11-27  Wim Taymans  <wim@fluendo.com>
6994
6995         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6996         Small buffer overflow fix and improve debugging.
6997
6998 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6999
7000         * ext/esd/esdmon.h:
7001         * ext/esd/esdsink.h:
7002           remove obsolete _factory_init protos
7003
7004 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7005
7006         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7007         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7008         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7009         (gst_avi_demux_read_subindexes_push),
7010         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7011         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7012         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7013         (gst_avi_demux_massage_index),
7014         (gst_avi_demux_calculate_durations_from_index),
7015         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7016         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7017         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7018           remove dead code, tweak debugs statements, add comments, use
7019           _uint64_scale instead _uint64_scale_int when using guint64 values,
7020           small optimizations, reflow some error handling
7021
7022 2006-11-22  Edward Hervey  <edward@fluendo.com>
7023
7024         * po/.cvsignore:
7025         We never put .pot files in cvs. Let's ignore them all.
7026
7027 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7028
7029         * po/POTFILES.in:
7030           ... but better exclude files that aren't disted.
7031
7032 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7033
7034         * po/POTFILES.in:
7035           Add v4l2 source files to list of files with translations, so the
7036           strings are actually extracted (however bad they still may be).
7037
7038 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7041           Minor clean-ups: const-ify static array, remove trailing comma from
7042           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7043
7044 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7045
7046         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7047         Make sure that g_free always gets called on the same pointer that was 
7048         returned by g_malloc.  Fixes #376594.
7049         Do not leak memory if decompressed size is wrong.
7050         Remove unneeded check of return value of g_malloc.
7051         Patch by: René Stadler <mail@renestadler.de>
7052
7053 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7056           Add missing curly brackets.
7057
7058 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7059
7060         * sys/v4l2/v4l2src_calls.c:
7061         Fix capture_deinit.
7062
7063 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7066         (gst_matroska_mux_request_new_pad):
7067           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7068
7069         * tests/check/elements/matroskamux.c: (setup_src_pad),
7070         (setup_sink_pad), (GST_START_TEST):
7071         Activate pads before using them.
7072
7073 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7076           Initialise variable to get rid of bogus compiler warning.
7077
7078 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7079
7080         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7081
7082         * gst/rtp/gstrtph263pay.c:
7083         * gst/rtp/gstrtph263pdepay.c:
7084         * gst/rtp/gstrtph263ppay.c:
7085           Specify H.263 variant and version in the caps (fixes #361637)
7086
7087 2006-11-15  Wim Taymans  <wim@fluendo.com>
7088
7089         * gst/rtsp/rtspconnection.c: (read_body):
7090         Don't set a data pointer to NULL and a size > 0 when we deal
7091         with empty packets.
7092
7093         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7094         (rtsp_message_init_response), (rtsp_message_init_data),
7095         (rtsp_message_unset), (rtsp_message_free),
7096         (rtsp_message_take_body):
7097         Check that we can't create invalid empty packets. 
7098
7099 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7102
7103         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7104         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7105         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7106         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7107         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7108         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7109         * gst/matroska/matroska-mux.h:
7110           Add basic tag writing support; implement releasing pads (#374658).
7111
7112 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7113
7114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7115         (gst_matroska_demux_audio_caps):
7116           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7117
7118 2006-11-14  David Schleef  <ds@schleef.org>
7119
7120         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7121
7122 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7123
7124         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7125
7126         * win32/vs8/gst-plugins-good.sln:
7127         * win32/vs8/libgst1394.vcproj:
7128         * win32/vs8/libgstaasink.vcproj:
7129         * win32/vs8/libgstalaw.vcproj:
7130         * win32/vs8/libgstalpha.vcproj:
7131         * win32/vs8/libgstalphacolor.vcproj:
7132         * win32/vs8/libgstannodex.vcproj:
7133         * win32/vs8/libgstapetag.vcproj:
7134         * win32/vs8/libgstaudiofx.vcproj:
7135         * win32/vs8/libgstauparse.vcproj:
7136         * win32/vs8/libgstautodetect.vcproj:
7137         * win32/vs8/libgstavi.vcproj:
7138         * win32/vs8/libgstcacasink.vcproj:
7139         * win32/vs8/libgstcdio.vcproj:
7140         * win32/vs8/libgstcutter.vcproj:
7141         * win32/vs8/libgstdv.vcproj:
7142         * win32/vs8/libgsteffectv.vcproj:
7143         * win32/vs8/libgstflac.vcproj:
7144         * win32/vs8/libgstflxdec.vcproj:
7145         * win32/vs8/libgstgoom.vcproj:
7146         * win32/vs8/libgsticydemux.vcproj:
7147         * win32/vs8/libgstid3demux.vcproj:
7148         * win32/vs8/libgstjpeg.vcproj:
7149         * win32/vs8/libgstladspa.vcproj:
7150         * win32/vs8/libgstlevel.vcproj:
7151         * win32/vs8/libgstmatroska.vcproj:
7152         * win32/vs8/libgstmikmod.vcproj:
7153         * win32/vs8/libgstmng.vcproj:
7154         * win32/vs8/libgstmonoscope.vcproj:
7155         * win32/vs8/libgstmulaw.vcproj:
7156         * win32/vs8/libgstmultipart.vcproj:
7157         * win32/vs8/libgstpng.vcproj:
7158         * win32/vs8/libgstrtp.vcproj:
7159         * win32/vs8/libgstrtsp.vcproj:
7160         * win32/vs8/libgstshout2.vcproj:
7161         * win32/vs8/libgstsmpte.vcproj:
7162         * win32/vs8/libgstspeex.vcproj:
7163         * win32/vs8/libgsttaglib.vcproj:
7164         * win32/vs8/libgstudp.vcproj:
7165         * win32/vs8/libgstvideobalance.vcproj:
7166         * win32/vs8/libgstvideobox.vcproj:
7167         * win32/vs8/libgstvideoflip.vcproj:
7168         * win32/vs8/libgstvideomixer.vcproj:
7169         * win32/vs8/libgstwavenc.vcproj:
7170         * win32/vs8/libgstwavparse.vcproj:
7171           Make end-of-line returns unixy, so that when the files are checked
7172           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7173           Hopefully fixes #366492.
7174
7175 2006-11-14  Wim Taymans  <wim@fluendo.com>
7176
7177         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7178         Disable init_frames delay timestamp adjustment, it does not
7179         seem to be needed at all. Fixes #369621.
7180
7181 2006-11-13  Wim Taymans  <wim@fluendo.com>
7182
7183         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7184
7185         * gst/videomixer/videomixer.c:
7186         (gst_videomixer_set_master_geometry),
7187         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7188         (gst_videomixer_collect_free), (gst_videomixer_reset),
7189         (gst_videomixer_init), (gst_videomixer_finalize),
7190         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7191         (gst_videomixer_collected), (gst_videomixer_change_state):
7192         Fix memleak by unref'ing collectpads instance (when finalizing)
7193         Implement releasing a request pad. Fixes #374479.
7194
7195 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7198
7199         * win32/vs8/gst-plugins-good.sln:
7200         * win32/vs8/libgst1394.vcproj:
7201         * win32/vs8/libgstaasink.vcproj:
7202         * win32/vs8/libgstalaw.vcproj:
7203         * win32/vs8/libgstalpha.vcproj:
7204         * win32/vs8/libgstalphacolor.vcproj:
7205         * win32/vs8/libgstannodex.vcproj:
7206         * win32/vs8/libgstapetag.vcproj:
7207         * win32/vs8/libgstaudiofx.vcproj:
7208         * win32/vs8/libgstauparse.vcproj:
7209         * win32/vs8/libgstautodetect.vcproj:
7210         * win32/vs8/libgstavi.vcproj:
7211         * win32/vs8/libgstcacasink.vcproj:
7212         * win32/vs8/libgstcdio.vcproj:
7213         * win32/vs8/libgstcutter.vcproj:
7214         * win32/vs8/libgstdv.vcproj:
7215         * win32/vs8/libgsteffectv.vcproj:
7216         * win32/vs8/libgstflac.vcproj:
7217         * win32/vs8/libgstflxdec.vcproj:
7218         * win32/vs8/libgstgoom.vcproj:
7219         * win32/vs8/libgsticydemux.vcproj:
7220         * win32/vs8/libgstid3demux.vcproj:
7221         * win32/vs8/libgstjpeg.vcproj:
7222         * win32/vs8/libgstladspa.vcproj:
7223         * win32/vs8/libgstlevel.vcproj:
7224         * win32/vs8/libgstmatroska.vcproj:
7225         * win32/vs8/libgstmikmod.vcproj:
7226         * win32/vs8/libgstmng.vcproj:
7227         * win32/vs8/libgstmonoscope.vcproj:
7228         * win32/vs8/libgstmulaw.vcproj:
7229         * win32/vs8/libgstmultipart.vcproj:
7230         * win32/vs8/libgstpng.vcproj:
7231         * win32/vs8/libgstrtp.vcproj:
7232         * win32/vs8/libgstrtsp.vcproj:
7233         * win32/vs8/libgstshout2.vcproj:
7234         * win32/vs8/libgstsmpte.vcproj:
7235         * win32/vs8/libgstspeex.vcproj:
7236         * win32/vs8/libgsttaglib.vcproj:
7237         * win32/vs8/libgstudp.vcproj:
7238         * win32/vs8/libgstvideobalance.vcproj:
7239         * win32/vs8/libgstvideobox.vcproj:
7240         * win32/vs8/libgstvideoflip.vcproj:
7241         * win32/vs8/libgstvideomixer.vcproj:
7242         * win32/vs8/libgstwavenc.vcproj:
7243         * win32/vs8/libgstwavparse.vcproj:
7244           Add VS8 project files (note that many of the plugins in ext are
7245           disabled by default). Fixes #366492.
7246
7247 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7248
7249         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7250           we do not translate debug messages
7251
7252 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7253
7254         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7255           fix categorisation, make short desc more explicit, remove unused code
7256           Fixes #372021
7257
7258 2006-11-08  Wim Taymans  <wim@fluendo.com>
7259
7260         * gst/rtp/gstrtpL16depay.c:
7261         * gst/rtp/gstrtpamrdepay.c:
7262         * gst/rtp/gstrtpamrpay.c:
7263         * gst/rtp/gstrtpgsmdepay.c:
7264         * gst/rtp/gstrtph263pay.c:
7265         * gst/rtp/gstrtph263pdepay.c:
7266         * gst/rtp/gstrtph263ppay.c:
7267         * gst/rtp/gstrtph264depay.c:
7268         * gst/rtp/gstrtpmp2tdepay.c:
7269         * gst/rtp/gstrtpmp4gdepay.c:
7270         * gst/rtp/gstrtpmp4gpay.c:
7271         * gst/rtp/gstrtpmp4vdepay.c:
7272         * gst/rtp/gstrtpmp4vpay.c:
7273         * gst/rtp/gstrtpmpadepay.c:
7274         * gst/rtp/gstrtpmpapay.c:
7275         * gst/rtp/gstrtppcmadepay.c:
7276         * gst/rtp/gstrtppcmapay.c:
7277         * gst/rtp/gstrtppcmudepay.c:
7278         * gst/rtp/gstrtppcmupay.c:
7279         * gst/rtp/gstrtpspeexdepay.c:
7280         * gst/rtp/gstrtpspeexpay.c:
7281         * gst/rtp/gstrtpsv3vdepay.c:
7282         Fix element descriptions.
7283
7284 2006-11-08  Wim Taymans  <wim@fluendo.com>
7285
7286         * gst/rtp/gstrtpvorbisdepay.c:
7287         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7288         Fix description.
7289         Small cleanup in the payloader.
7290
7291 2006-11-08  Wim Taymans  <wim@fluendo.com>
7292
7293         * gst/rtp/Makefile.am:
7294         * gst/rtp/gstrtp.c: (plugin_init):
7295         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7296         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7297         (gst_rtp_theora_depay_finalize),
7298         (gst_rtp_theora_depay_parse_configuration),
7299         (gst_rtp_theora_depay_setcaps),
7300         (gst_rtp_theora_depay_switch_codebook),
7301         (gst_rtp_theora_depay_process),
7302         (gst_rtp_theora_depay_set_property),
7303         (gst_rtp_theora_depay_get_property),
7304         (gst_rtp_theora_depay_change_state),
7305         (gst_rtp_theora_depay_plugin_init):
7306         * gst/rtp/gstrtptheoradepay.h:
7307         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7308         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7309         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7310         (gst_rtp_theora_pay_init_packet),
7311         (gst_rtp_theora_pay_flush_packet),
7312         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7313         (gst_rtp_theora_pay_handle_buffer),
7314         (gst_rtp_theora_pay_plugin_init):
7315         * gst/rtp/gstrtptheorapay.h:
7316         Add theora pay/depayloaders.
7317
7318 2006-11-06  Wim Taymans  <wim@fluendo.com>
7319
7320         * gst/rtp/Makefile.am:
7321         We depend on gsttag to generate the vorbis comments.
7322
7323         * gst/rtp/gstrtpvorbisdepay.c:
7324         (gst_rtp_vorbis_depay_parse_configuration),
7325         (gst_rtp_vorbis_depay_setcaps),
7326         (gst_rtp_vorbis_depay_switch_codebook),
7327         (gst_rtp_vorbis_depay_process):
7328         * gst/rtp/gstrtpvorbisdepay.h:
7329         Parse configuration string in the depayloader.
7330         Implement selecting and switching to a new codebook.
7331         Receiving vorbis over RTP now works.
7332
7333         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7334         (gst_rtp_vorbis_pay_init_packet),
7335         (gst_rtp_vorbis_pay_finish_headers),
7336         (gst_rtp_vorbis_pay_handle_buffer):
7337         * gst/rtp/gstrtpvorbispay.h:
7338         Set timestamps on outgoing buffers and RTP packets.
7339         Fix configuration string, prepend number of Packet headers.
7340         Fix encoding of ident string.
7341         Add delivery-method to caps.
7342         Streaming vorbis over RTP now works.
7343
7344 2006-11-06  Wim Taymans  <wim@fluendo.com>
7345
7346         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7347         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7348         (gst_rtp_vorbis_pay_handle_buffer):
7349         * gst/rtp/gstrtpvorbispay.h:
7350         Generate a valid configuration string in the caps based on the
7351         vorbis headers.
7352
7353 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7356         * ext/cdio/gstcdio.h:
7357         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7358           Move CD-TEXT utility function into common file so it can also be
7359           used by a future cdioparanoiasrc.
7360
7361 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7362         
7363         * sys/v4l2/Makefile.am:
7364         * sys/v4l2/gstv4l2object.c:
7365         * sys/v4l2/gstv4l2src.c:
7366         * sys/v4l2/gstv4l2xoverlay.c:
7367         * sys/v4l2/v4l2_calls.c:
7368         * sys/v4l2/v4l2src_calls.c:
7369         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7370         xoverlay code that is still not implemented.
7371
7372 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7375           We require a -base more recent than 0.10.9, so it's safe to use
7376           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7377
7378         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7379         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7380           Use _newsegment_full() now that we depend on a recent enough core.
7381
7382         * gst/wavparse/gstwavparse.c:
7383           Remove cruft that we don't need any longer now that we depend on
7384           a recent enough -base.
7385
7386 2006-10-31  Wim Taymans  <wim@fluendo.com>
7387
7388         * gst/rtp/Makefile.am:
7389         * gst/rtp/gstrtp.c: (plugin_init):
7390         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7391         (gst_rtpilbcpay_setcaps):
7392         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7393
7394 2006-10-31  Wim Taymans  <wim@fluendo.com>
7395
7396         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7397         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7398         Some small cleanups, use _scale.
7399
7400 2006-10-31  Wim Taymans  <wim@fluendo.com>
7401
7402         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7403         Use higher precision scale function.
7404
7405 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         Patch by: Michal Benes  <michal dot benes at itonis tv>
7408
7409         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7410         (gst_matroska_demux_read_track_encodings),
7411         (gst_matroska_decode_buffer):
7412           Fix several issues with encoded/compressed/encrypted/signed tracks;
7413           also, remove superfluous newline characters from some debug
7414           statements. (#366155)
7415
7416 2006-10-30  Wim Taymans  <wim@fluendo.com>
7417
7418         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7419         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7420         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7421         (gst_smokedec_change_state):
7422         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7423         (gst_smokeenc_init), (gst_smokeenc_finalize),
7424         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7425         (gst_smokeenc_resync), (gst_smokeenc_chain),
7426         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7427         (gst_smokeenc_change_state):
7428         Various cleanups, capsnego and leak fixes.
7429
7430 2006-10-30  Wim Taymans  <wim@fluendo.com>
7431
7432         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7433
7434         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7435         Fix videomixer so that it can handle any combination of framerates.
7436         Fixes #367221.
7437
7438 2006-10-28  Wim Taymans  <wim@fluendo.com>
7439
7440         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7441         (gst_avi_demux_parse_file_header),
7442         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7443         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7444         (gst_avi_demux_chain):
7445         Fix position query for audio. also fixes timestamps in streaming
7446         mode and bug #364958.
7447         Small cleanups.
7448
7449 2006-10-27  Wim Taymans  <wim@fluendo.com>
7450
7451         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7452         * ext/libpng/gstpngenc.h:
7453         Fix strides. Fixes #364856.
7454         Cleanup capsnego.
7455         Set caps on outgoing buffers.
7456
7457 2006-10-18  Wim Taymans  <wim@fluendo.com>
7458
7459         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7460
7461         * gst/rtp/gstrtpgsmpay.c:
7462         * gst/rtp/gstrtph263pay.c:
7463         * gst/rtp/gstrtpmpapay.c:
7464         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7465         (gst_rtp_pcma_pay_handle_buffer):
7466         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7467         Add static payload numbers in addition to the dynamic ones.
7468         Fixes #361639.
7469
7470 2006-10-18  Wim Taymans  <wim@fluendo.com>
7471
7472         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7473         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7474         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7475         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7476         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7477         * gst/rtsp/rtspdefs.h:
7478         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7479         * gst/rtsp/rtspurl.h:
7480         Reuse already existing enum for lower transport.
7481         Add rtspt and rtspu protocols.
7482         Send redirect to rtspt when udp times out.
7483
7484 2006-10-18  Wim Taymans  <wim@fluendo.com>
7485
7486         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7487         (gst_wavparse_stream_data):
7488         Fix seeking some more, mostly for speed changes.
7489
7490 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7491
7492         Patch by: Fredrik Persson  <frepe at bredband net>
7493
7494         * sys/v4l2/gstv4l2tuner.c:
7495         * sys/v4l2/gstv4l2tuner.h:
7496           Fix _set_channel(): remove useless g_object_notify() for "channel"
7497           property that doesn't exist any longer and therefore now also
7498           useless redirect (#338818).
7499
7500 2006-10-17  Wim Taymans  <wim@fluendo.com>
7501
7502         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7503         Some drivers do not support unsetting the non-blocking flag once the
7504         device is opened. In those cases, close/open the device in
7505         non-blocking mode. Fixes #362673.
7506
7507 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7508
7509         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7510         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7511         (gst_v4l2src_get_fps):
7512           dear stefan, framespersecond is not frameperiod, reverting but adding
7513           comment
7514
7515 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7516
7517         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7518         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7519         (gst_v4l2src_get_fps):
7520           Numerator is numerator and denominator is denominator. Say that aloud
7521           5 times and retry after next beer.
7522
7523 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7524
7525         Patch by: Josep Torra Valles  <josep at fluendo com>
7526
7527         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7528         * ext/esd/esdsink.c: (gst_esdsink_write):
7529         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7530         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7531         (gst_flac_dec_send_newsegment):
7532         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7533         (gst_flac_enc_tell_callback):
7534         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7535         (smokecodec_parse_header), (smokecodec_decode):
7536         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7537         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7538         * gst/goom/Makefile.am:
7539         * gst/goom/gstgoom.c:
7540         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7541         * gst/rtsp/gstrtspsrc.c:
7542         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7543         * gst/udp/gstudpsink.c:
7544         * gst/udp/gstudpsrc.c:
7545         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7546         * sys/sunaudio/gstsunaudiomixertrack.h:
7547           Fix a bunch of problems discovered by the Forte compiler, mostly type
7548           mixups and pointer arithmetics with void pointers. Fixes #362603.
7549
7550 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7551
7552         * ext/speex/gstspeex.c: (plugin_init):
7553         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7554         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7555         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7556         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7557         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7558         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7559         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7560         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7561         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7562         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7563         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7564         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7565         * ext/speex/gstspeexenc.h:
7566           Miscellaneous clean-ups, among other things: speexenc => enc to
7567           enhance code readability; change speexenc => speex_enc; in chain
7568           function unref input buffer in case of error; take reference in
7569           event function; use boilerplate macro; use gst_pad_query_peer_*
7570           convenience functions.
7571
7572 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7573
7574         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7575         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7576         (gst_speexenc_set_header_on_caps):
7577           Fix some mem leaks.
7578
7579 2006-10-11  Wim Taymans  <wim@fluendo.com>
7580
7581         * gst/rtsp/URLS:
7582         Added some other URL.
7583
7584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7585         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7586         (gst_rtspsrc_open), (gst_rtspsrc_play),
7587         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7588         * gst/rtsp/gstrtspsrc.h:
7589         Work on fallback to TCP connection when the UDP socket times out.
7590         Handler server requests, just reply with OK for now.
7591
7592         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7593         * gst/rtsp/rtspdefs.h:
7594         Added some more Real extension headers.
7595
7596         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7597         Fix parsing of urls with a ':' that is not part of the hostname:port
7598         part of the url.
7599
7600 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7603         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7604         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7605           Activate pad before adding it to the already-running element.
7606
7607         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7608           Activate newly-created pad too.
7609
7610 2006-10-11  Wim Taymans  <wim@fluendo.com>
7611
7612         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7613
7614         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7615         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7616         (gst_udpsrc_start):
7617         Fix some leaks in caps and uris. Fixes #361252.
7618
7619 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         * gst/wavparse/Makefile.am:
7622           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7623
7624 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7625
7626         * sys/v4l2/gstv4l2xoverlay.c:
7627         * sys/v4l2/gstv4l2xoverlay.h:
7628         Fix build as per the patch in #338818 comment 36.
7629
7630 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7631
7632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7633           Activate pads before adding them to the source.
7634
7635 2006-10-06  Wim Taymans  <wim@fluendo.com>
7636
7637         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7638         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7639         Activate pads before adding.
7640
7641 2006-10-06  Wim Taymans  <wim@fluendo.com>
7642
7643         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7644         (gst_multipart_find_pad_by_mime):
7645         Activate pads before adding.
7646
7647         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7648         BOILERPLATE sets parent_class for us.
7649
7650 2006-10-06  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7653         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7654         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7655         (gst_rtspsrc_alloc_udp_ports),
7656         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7657         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7658         (gst_rtspsrc_create_transports_string),
7659         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7660         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7661         * gst/rtsp/gstrtspsrc.h:
7662         Rework how the transport string is constructed, try to share channels
7663         and udp ports.
7664         Make most of the stuff less dependant on RTP as we are also going to use
7665         it for RDT.
7666         Add support for transport specific session managers.
7667
7668         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7669         Implement _flush().
7670
7671         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7672         * gst/rtsp/rtspdefs.h:
7673         Add generic error return code.
7674
7675         * gst/rtsp/rtspext.h:
7676         Add support for pluggable tranport strings.
7677
7678         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7679         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7680         (rtsp_ext_wms_get_context):
7681         Detect WMServer and activate the extension.
7682
7683         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7684         (rtsp_transport_get_manager), (rtsp_transport_parse):
7685         * gst/rtsp/rtsptransport.h:
7686         Added methods to get mime/manager for certain transports.
7687
7688 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         * ext/cairo/gsttimeoverlay.c:
7691         (gst_cairo_time_overlay_update_font_height):
7692         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7693         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7694         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7695         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7696         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7697         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7698         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7699         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7700         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7701         (gst_avi_demux_stream_data):
7702         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7703         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7704         (gst_fenced_buffer_copy):
7705         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7706         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7707         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7709         (gst_rtspsrc_handle_message):
7710         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7711         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7712           Printf format fixes.
7713
7714 2006-10-04  Wim Taymans  <wim@fluendo.com>
7715
7716         * gst/rtsp/Makefile.am:
7717         Dist new .h file too.
7718
7719 2006-10-04  Wim Taymans  <wim@fluendo.com>
7720
7721         * gst/rtsp/Makefile.am:
7722         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7723         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7725         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7726         (gst_rtspsrc_parse_rtpmap),
7727         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7728         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7729         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7730         * gst/rtsp/gstrtspsrc.h:
7731         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7732         * gst/rtsp/rtspdefs.h:
7733         * gst/rtsp/rtspext.h:
7734         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7735         (rtsp_ext_wms_get_context):
7736         * gst/rtsp/rtspextwms.h:
7737         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7738         (rtsp_transport_parse):
7739         * gst/rtsp/rtsptransport.h:
7740         Factor out extension in separate module.
7741         Fix getcaps to filter against the padtemplate.
7742         Use Content-Base if the server gives one.
7743         Rework the transport parsing a bit for future extensions.
7744         Added some Real Header field definitions.
7745
7746 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7747
7748         * docs/plugins/Makefile.am:
7749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7751           added v4l2 stubs
7752         * gst-plugins-good.spec.in:
7753           add v4l2
7754
7755 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7756
7757         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7758           Extract disc/album/medium number and count and try harder
7759           to extract track number/count.
7760
7761 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7762
7763         * configure.ac:
7764         * sys/Makefile.am:
7765           add build stuff for v4l2, needs --enable-experimental until
7766           the last bits are resolved
7767
7768 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7769
7770         * tests/check/Makefile.am:
7771           Disable autodetect test temporarily, so that the build bots
7772           update -bad and the ranks of unreliable video sinks in there.
7773
7774         * tests/check/elements/autodetect.c: (GST_START_TEST):
7775           Skip test if no usable videosink is found.
7776
7777 2006-09-29  Wim Taymans  <wim@fluendo.com>
7778
7779         * gst/rtsp/URLS:
7780         Add some more URLs.
7781
7782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7783         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7784         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7785         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7786         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7787         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7788         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7789         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7790         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7791         * gst/rtsp/gstrtspsrc.h:
7792         Add timeout property to control UDP timeouts.
7793         Fix error messages.
7794         Also start a loop function when operating in UDP mode so that we can
7795         do some more stuff async.
7796         Handle element messages from udpsrc to detect timeouts. If a timeout
7797         happens we currently generate an error.
7798         API: rtspsrc::timeout property.
7799
7800         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7801         (gst_udpsrc_create):
7802         Really implement the timeout in microseconds and not milliseconds.
7803
7804 2006-09-29  Wim Taymans  <wim@fluendo.com>
7805
7806         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7807         (gst_udpsrc_create), (gst_udpsrc_set_property),
7808         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7809         * gst/udp/gstudpsrc.h:
7810         Added property to post a message on timeout.
7811         Updated docs.
7812         When restarting the select, initialize the fdsets again.
7813         Init control sockets so we don't accidentally close a random socket.
7814         API: GstUDPSrc::timeout property
7815
7816 2006-09-29  Wim Taymans  <wim@fluendo.com>
7817
7818         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7819         Fix flag registration.
7820
7821         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7822         Reading 0 also means 'no more commands'
7823
7824 2006-09-29  Wim Taymans  <wim@fluendo.com>
7825
7826         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7827
7828         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7829         Fix possible infinite loop when shutting down, a read can also return
7830         0 to indicate no more messages are available. Fixes #358156.
7831
7832 2006-09-25  Wim Taymans  <wim@fluendo.com>
7833
7834         * gst/autodetect/gstautoaudiosink.c:
7835         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7836         (gst_auto_audio_sink_find_best):
7837         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7838         Small cleanups.
7839         don't try to set "sync" property when it is not available.
7840
7841 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7842
7843         Patch by: Peter Kjellerstedt  <pkj at axis com>
7844
7845         * gst/alpha/gstalpha.c:
7846         * gst/rtp/gstrtpamrdepay.c:
7847         * gst/rtsp/gstrtspsrc.c:
7848         * gst/udp/gstudpsrc.c:
7849         * gst/videomixer/videomixer.c:
7850           Include stdlib.h in some more places, makes things compile
7851           with uClibc and -Werror (#357592).
7852
7853 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7854
7855         * ext/jpeg/gstjpegdec.c:
7856           Set minimum height to 8 (from 16), our code should handle
7857           that fine. Some of the buttons on the apple trailer site
7858           are apparently only 15 pixels high (see #357470).
7859
7860 2006-09-23  Wim Taymans  <wim@fluendo.com>
7861
7862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7863         (gst_rtspsrc_open):
7864         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7865         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7866         (rtsp_connection_receive):
7867         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7868         * gst/rtsp/rtspdefs.h:
7869         Improve error reporting.
7870
7871 2006-09-23  Wim Taymans  <wim@fluendo.com>
7872
7873         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7874         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7875         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7876         * gst/rtp/gstrtpdepay.c:
7877         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7878         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7879         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7880         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7881         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7882         (gst_rtp_mp2t_depay_plugin_init):
7883         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7884         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7885         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7886         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7887         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7888         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7889         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7890         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7891         Fix klass typos.
7892         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7893
7894 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7895
7896         * configure.ac:
7897           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7898
7899 2006-09-22  Wim Taymans  <wim@fluendo.com>
7900
7901         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7902         Don't check for a tag that is never there and check if we read the
7903         correct tag. Fixes seeking again.
7904         We must post an error when all pads are unlinked.
7905
7906 2006-09-22  Wim Taymans  <wim@fluendo.com>
7907
7908         * gst/rtp/Makefile.am:
7909         * gst/rtp/gstrtp.c: (plugin_init):
7910         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7911         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7912         (gst_rtp_vorbis_pay_reset_packet),
7913         (gst_rtp_vorbis_pay_init_packet),
7914         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7915         (gst_rtp_vorbis_pay_handle_buffer):
7916         More fixage, set endoder-params correctly in the payloader.
7917
7918 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7919
7920         * gst/autodetect/gstautoaudiosink.c:
7921         (gst_auto_audio_sink_base_init):
7922         * gst/autodetect/gstautovideosink.c:
7923         (gst_auto_video_sink_base_init):
7924           Make static pad templates static to appease valgrind's leak
7925           detector.
7926
7927         * tests/check/Makefile.am:
7928         * tests/check/elements/.cvsignore:
7929         * tests/check/elements/autodetect.c: (GST_START_TEST),
7930         (autodetect_suite):
7931           Add simple test for the ghostpad lockup on shutdown fixed in core
7932           CVS (audio bit disabled because it would need dozens of alsa
7933           suppressions and I'm too lazy to add those now).
7934
7935 2006-09-22  Wim Taymans  <wim@fluendo.com>
7936
7937         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7938         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7939         Small cleanups.
7940
7941         * gst/rtp/Makefile.am:
7942         * gst/rtp/gstrtp.c: (plugin_init):
7943         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7944         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7945         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7946         (gst_rtp_vorbis_depay_process),
7947         (gst_rtp_vorbis_depay_set_property),
7948         (gst_rtp_vorbis_depay_get_property),
7949         (gst_rtp_vorbis_depay_change_state),
7950         (gst_rtp_vorbis_depay_plugin_init):
7951         * gst/rtp/gstrtpvorbisdepay.h:
7952         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7953         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7954         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7955         (gst_rtp_vorbis_pay_flush_packet),
7956         (gst_rtp_vorbis_pay_append_buffer),
7957         (gst_rtp_vorbis_pay_handle_buffer),
7958         (gst_rtp_vorbis_pay_plugin_init):
7959         * gst/rtp/gstrtpvorbispay.h:
7960         Add experimental vorbis pay and depayloaders.
7961
7962 2006-09-21  Wim Taymans  <wim@fluendo.com>
7963
7964         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7965         Fix profile-level-id parsing and setup.
7966
7967 2006-09-21  Wim Taymans  <wim@fluendo.com>
7968
7969         * gst/udp/README:
7970         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7971         Update README, simple cleanup.
7972
7973 2006-09-21  Wim Taymans  <wim@fluendo.com>
7974
7975         * gst/rtp/README:
7976         Update README with some examples.
7977
7978         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7979         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7980         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7981         (gst_rtp_mp4g_pay_setcaps):
7982         * gst/rtp/gstrtpmp4gpay.h:
7983         Make optional RTP parameters of type STRING, as required by the
7984         application/x-rtp caps specification.
7985
7986 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7987
7988         * gst/rtp/gstrtph263pdepay.c:
7989         * gst/rtp/gstrtph263ppay.c:
7990         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7991         RTP header.
7992
7993 2006-09-20  Wim Taymans  <wim@fluendo.com>
7994
7995         * gst/rtp/Makefile.am:
7996         And makefile too.
7997
7998 2006-09-20  Wim Taymans  <wim@fluendo.com>
7999
8000         * gst/rtp/gstrtp.c: (plugin_init):
8001         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8002         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8003         (decode_base64), (gst_rtp_asf_depay_setcaps),
8004         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8005         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8006         (gst_rtp_asf_depay_plugin_init):
8007         * gst/rtp/gstrtpasfdepay.h:
8008         Added preliminary ASF depayloader.
8009
8010         * gst/rtp/gstrtph264depay.c: (decode_base64):
8011         Fix base64 decoding.
8012
8013 2006-09-20  Wim Taymans  <wim@fluendo.com>
8014
8015         * gst/rtsp/URLS:
8016         Added some test URLS.
8017
8018         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8019         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8020         * gst/rtsp/gstrtspsrc.h:
8021         When creating streams, give access to the complete SDP.
8022         Fix some leaks.
8023         Collect and merge global stream properties in stream caps.
8024         Preliminary support for WMServer.
8025
8026         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8027         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8028         (rtsp_connection_receive):
8029         * gst/rtsp/rtspconnection.h:
8030         Make connection interruptable.
8031         Refactor to make it reconnectable.
8032         Don't fail on short reads when reading data packets.
8033
8034         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8035         (rtsp_url_get_port):
8036         * gst/rtsp/rtspurl.h:
8037         Add methods for getting/setting the port.
8038
8039         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8040         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8041         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8042         (sdp_media_get_format), (sdp_parse_line),
8043         (sdp_message_parse_buffer):
8044         Fix headers. 
8045         Add methods for getting multiple attributes with the same name.
8046         Increase buffer size when parsing.
8047         Fix parsing of a=foo fields.
8048
8049         * gst/rtsp/test.c: (main):
8050         Update to new connection API.
8051
8052         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8053         (rtsp_message_init_response), (rtsp_message_init_data),
8054         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8055         * gst/rtsp/rtspmessage.h:
8056         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8057         * gst/rtsp/rtsptransport.h:
8058         * gst/rtsp/sdp.h:
8059         * gst/rtsp/sdpmessage.h:
8060         * gst/rtsp/gstrtsp.c:
8061         * gst/rtsp/gstrtsp.h:
8062         * gst/rtsp/gstrtpdec.c:
8063         * gst/rtsp/gstrtpdec.h:
8064         * gst/rtsp/rtsp.h:
8065         * gst/rtsp/rtspdefs.c:
8066         * gst/rtsp/rtspdefs.h:
8067         Dual licensed under MIT and LGPL now.
8068
8069 2006-09-19  Wim Taymans  <wim@fluendo.com>
8070
8071         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8072         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8073         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8074         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8075         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8076         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8077         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8078         * gst/rtsp/gstrtspsrc.h:
8079         Reorganize stream parsing and creation.
8080         Detect container formats in interleaved mode.
8081         Keep more state about the streams.
8082         Assume a server also supports PLAY if it does not say.
8083         Add unicast and interleaved properties to TCP transport requests to make
8084         some servers happy (WMServer).
8085
8086         * gst/rtsp/sdpmessage.h:
8087         Add some defines for the standard Bandwidth types.
8088
8089 2006-09-19  Wim Taymans  <wim@fluendo.com>
8090
8091         * gst/rtsp/test.c: (main):
8092         Fix build.
8093
8094 2006-09-19  Wim Taymans  <wim@fluendo.com>
8095
8096         * gst/wavparse/gstwavparse.c:
8097         Add ms-gsm to the src template.
8098
8099 2006-09-18  Wim Taymans  <wim@fluendo.com>
8100
8101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8102         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8103         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8104         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8105         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8106         * gst/rtsp/gstrtspsrc.h:
8107         Small cleanups, added documentation.
8108         Try to clean up the requests and responses.
8109         Refactor parsing the supported methods.
8110
8111         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8112         (rtsp_connection_create), (rtsp_connection_send),
8113         (parse_response_status), (parse_request_line),
8114         (rtsp_connection_receive), (rtsp_connection_close),
8115         (rtsp_connection_free):
8116         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8117         (rtsp_transport_init), (rtsp_transport_parse),
8118         (rtsp_transport_free):
8119         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8120         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8121         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8122         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8123         Use g_return_val some more.
8124
8125         * gst/rtsp/rtspdefs.h:
8126         Add more enum values to track initial states.
8127
8128         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8129         (rtsp_message_init_request), (rtsp_message_new_response),
8130         (rtsp_message_init_response), (rtsp_message_init_data),
8131         (rtsp_message_unset), (rtsp_message_free),
8132         (rtsp_message_add_header), (rtsp_message_remove_header),
8133         (rtsp_message_get_header), (rtsp_message_set_body),
8134         (rtsp_message_take_body), (rtsp_message_get_body),
8135         (rtsp_message_steal_body), (rtsp_message_dump):
8136         * gst/rtsp/rtspmessage.h:
8137         Reorder arguments, object goes as the first one.
8138         Use g_return_val some more.
8139
8140 2006-09-18  Wim Taymans  <wim@fluendo.com>
8141
8142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8143         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8144         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8145         * gst/rtsp/gstrtspsrc.h:
8146         Export sometimes source pad with correct caps on the template, create
8147         the ghostpad from the template.
8148         Remove RTCP template as we never expose RTCP.
8149         Protect against invalid body size.
8150         Avoid memcpy when creating the output buffer.
8151         Properly post an error and send EOS when the loop function is shut down.
8152
8153 2006-09-18  Wim Taymans  <wim@fluendo.com>
8154
8155         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8156
8157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8158         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8159         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8160         * gst/rtsp/gstrtspsrc.h:
8161         Make sure we can never set an invalid location.
8162
8163         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8164         * gst/rtsp/rtspmessage.h:
8165         Added _steal_body method for future use.
8166
8167         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8168         Make freeing of NULL url return immediatly.
8169
8170 2006-09-18  Wim Taymans  <wim@fluendo.com>
8171
8172         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8173
8174         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8175         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8176         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8177         (gst_rtspsrc_change_state):
8178         * gst/rtsp/gstrtspsrc.h:
8179         Use boilerplate.
8180         Make rtspsrc subclass GstBin to make state changes easier.
8181         Add Range header field on the PLAY request.
8182
8183 2006-09-18  Wim Taymans  <wim@fluendo.com>
8184
8185         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8186
8187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8188         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8189         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8190         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8191         * gst/rtsp/rtspconnection.c: (inet_aton):
8192         Small cleanups.
8193         when multicast is selected as the transport, create UDP sources and
8194         connect to the multicast group.
8195         Move parsing and setting of caps to a common place.
8196         Fixes #349894.
8197
8198 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8199
8200         * ext/flac/gstflactag.c:
8201         * gst/alpha/gstalpha.c:
8202         * gst/debug/breakmydata.c:
8203         * gst/debug/negotiation.c:
8204         * gst/debug/testplugin.c:
8205         * gst/effectv/gstaging.c:
8206         * gst/effectv/gstdice.c:
8207         * gst/effectv/gstedge.c:
8208         * gst/effectv/gstquark.c:
8209         * gst/effectv/gstrev.c:
8210         * gst/effectv/gstshagadelic.c:
8211         * gst/effectv/gstvertigo.c:
8212         * gst/effectv/gstwarp.c:
8213         * gst/multipart/multipartdemux.c:
8214         * gst/multipart/multipartmux.c:
8215         * gst/videobox/gstvideobox.c:
8216         * gst/videofilter/gstgamma.c:
8217         * gst/videofilter/gstvideotemplate.c:
8218         * gst/videomixer/videomixer.c:
8219         * sys/sunaudio/gstsunaudiosrc.h:
8220         More G_OBJECT macro fixing.
8221
8222 2006-09-16  Wim Taymans  <wim@fluendo.com>
8223
8224         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8225
8226         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8227         Correctly set the dwLength in strh.
8228         With this patch, the file duration is now displayed correctly in window
8229         media player and the AVI plays completely. Fixes #356147
8230
8231 2006-09-15  Wim Taymans  <wim@fluendo.com>
8232
8233         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8234
8235         * sys/sunaudio/gstsunaudiomixerctrl.c:
8236         (gst_sunaudiomixer_ctrl_build_list):
8237         Set the output track as the MASTER so that the gnome-settings-daemon
8238         keybindings for changing the volume using the keyboard works.
8239         Fixes #356142.
8240
8241 2006-09-15  Wim Taymans  <wim@fluendo.com>
8242
8243         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8244         Fix documentation, it is not possible to control the framerate of jpegdec
8245         using filtered caps yet. Fixes #355210.
8246         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8247         stop when there is an error.
8248
8249 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8250
8251         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8252         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8253           Don't interpret a first buffer with an offset of NONE as
8254           'from the middle of the stream', but only a first buffer
8255           that has a valid buffer offset that's non-zero (see #345449).
8256
8257 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8258
8259         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8260         (gst_icydemux_typefind_or_forward):
8261         * gst/icydemux/gsticydemux.h:
8262           When we merge/collect multiple incoming buffers for typefinding
8263           purposes, keep an initial 0 offset on the first outgoing buffer
8264           as well (otherwise id3demux won't work right). Fixes #345449.
8265           Also Make buffer metadata writable before setting buffer caps.
8266
8267         * tests/check/elements/icydemux.c: (typefind_succeed),
8268         (cleanup_icydemux), (push_data), (GST_START_TEST),
8269         (icydemux_suite):
8270           Small test case for the above.
8271
8272 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8273
8274         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8275         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8276         (gst_avi_demux_stream_header_push),
8277         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8278         (gst_avi_demux_loop):
8279           More code reuse and better logging in _peek_chunk(). Reintroduce check
8280           for chunk sizes before reading them (avoid oom). Better handling for 
8281           invalid chunksizes when streaming.
8282
8283 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8284
8285         * gst/level/gstlevel.c: (gst_level_set_property):
8286         * gst/level/gstlevel.h:
8287           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8288           René Stadler
8289
8290 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8291
8292         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8293         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8294         (gst_avi_demux_stream_data):
8295           Revert one change to fix streaming avi (adapter size != data size).
8296
8297 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8298
8299         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8300
8301         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8302         (gst_matroska_demux_reset),
8303         (gst_matroska_demux_read_track_encodings),
8304         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8305         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8306         (gst_matroska_demux_subtitle_caps):
8307         * gst/matroska/matroska-ids.h:
8308           Add support for VOBSUB subtitle tracks and zlib-compressed
8309           tracks. Make sure we start on a keyframe after a seek. (#343348)
8310
8311 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8312
8313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8314         (gst_matroska_demux_push_flac_codec_priv_data),
8315         (gst_matroska_demux_push_xiph_codec_priv_data),
8316         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8317         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8318         * gst/matroska/matroska-ids.h:
8319           Add basic FLAC support (#311586), not perfect yet though, needs some
8320           tweaking in flacdec; also, seeking could be better.
8321           Do better bounds checking when deserialising vorbis stream headers
8322           to make sure we don't read beyond the end of the buffer on bad input.
8323
8324 2006-09-04  Wim Taymans  <wim@fluendo.com>
8325
8326         Patch by: Alessandro Decina <alessandro at nnva dot org>
8327
8328         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8329         Seeking back in a file containing a CMML stream errors out if the seek
8330         goes back up to the CMML headers. This is because after the seek the xml
8331         processing instruction <?xml ...?> is submitted to the xml parser again, 
8332         which results in an error. The attached patch fixes the problem. 
8333         Fixes #353908.
8334
8335         * ext/annodex/gstcmmlenc.h:
8336         Fix authors name.
8337
8338
8339 2006-08-28  Andy Wingo  <wingo@pobox.com>
8340
8341         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8342         New helper function to lessen the ifdefs.
8343         (GST_INFO_OBJECT): 
8344         (gst_dv1394src_iso_receive): Use it.
8345         (gst_dv1394src_create): Also use the control sockets in iec61883
8346         mode.
8347         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8348         handle for AVC operations; fixes #348233.
8349
8350 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8351
8352         * configure.ac:
8353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8354         * docs/plugins/inspect/plugin-audiofx.xml:
8355         * docs/plugins/inspect/plugin-audiofxgood.xml:
8356         * gst/audiofx/Makefile.am:
8357         * gst/audiofx/audiofx.c:
8358         * gst/audiofxgood/.cvsignore:
8359         * gst/audiofxgood/Makefile.am:
8360         * gst/audiofxgood/audiofx.c:
8361         * gst/audiofxgood/audiopanorama.c:
8362         * gst/audiofxgood/audiopanorama.h:
8363           Rename again (audiofxgood -> audiofx).
8364
8365 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8366
8367         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8368         (gst_avi_demux_stream_scan):
8369           Initialze variables.
8370
8371 2006-08-25  Wim Taymans  <wim@fluendo.com>
8372
8373         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8374         (gst_avi_demux_init), (gst_avi_demux_finalize),
8375         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8376         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8377         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8378         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8379         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8380         (gst_avi_demux_massage_index),
8381         (gst_avi_demux_calculate_durations_from_index),
8382         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8383         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8384         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8385         (gst_avi_demux_change_state):
8386         * gst/avi/gstavidemux.h:
8387         More attempts to turn this into readable code.
8388         Don't leak adapters.
8389         Calculate duration according to index more efficiently.
8390         Don't try to act like we drive the pipeline in chain mode.
8391
8392 2006-08-25  Wim Taymans  <wim@fluendo.com>
8393
8394         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8395         Fix build.
8396
8397 2006-08-25  Wim Taymans  <wim@fluendo.com>
8398
8399         Patch by: Alessandro Decina <alessandro at nnva dot org>
8400
8401         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8402         Do some extra sanity checks.
8403         Fixes #350340.
8404
8405         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8406         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8407         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8408         Check if clip->start_time is valid before adding the clip to the
8409         track list.
8410         Reset enc->preamble going from PAUSED to READY.
8411         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8412         only used for EOS.
8413         Only post an error message if we were the one that created the fatal
8414         GstFlowReturn value.
8415
8416         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8417         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8418         Parse the seconds field of the npt-sec time format using %llu rather than
8419         %d and check that the value scaled by GST_SECOND doesn't overflow.
8420         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8421         Lookup a clip's track with clip->track rather than clip->id which
8422         makes no sense.
8423         Identify a clip by its track and start time and not its xml id.
8424         do some more input checking and make sure we don't do undefined shifts.
8425
8426         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8427         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8428         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8429         (push_clip), (push_empty_clip), (check_output_clip),
8430         (GST_START_TEST), (cmmldec_suite):
8431         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8432         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8433         (check_headers), (push_clip), (check_clip_times), (check_clip),
8434         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8435         Added some more checks.
8436
8437 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8438
8439         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8440         (gst_audio_panorama_set_property),
8441         (gst_audio_panorama_get_property),
8442         (gst_audio_panorama_transform_m2s_int),
8443         (gst_audio_panorama_transform_s2s_int),
8444         (gst_audio_panorama_transform_m2s_float),
8445         (gst_audio_panorama_transform_s2s_float):
8446         * gst/audiofxgood/audiopanorama.h:
8447         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8448           Make also the pan-property float (saves scaling and yields better
8449           resolution)
8450
8451 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8452
8453         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8454         (gst_audio_panorama_transform_m2s_float),
8455         (gst_audio_panorama_transform_s2s_float):
8456           ChangeLog surgery to add cymax's real name
8457
8458
8459 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8460
8461         Patch by: René Stadler <mail@renestadler.de>
8462
8463         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8464         (gst_audio_panorama_transform_m2s_int),
8465         (gst_audio_panorama_transform_s2s_int),
8466         (gst_audio_panorama_transform_m2s_float),
8467         (gst_audio_panorama_transform_s2s_float),
8468         (gst_audio_panorama_transform):
8469         * gst/audiofxgood/audiopanorama.h:
8470           Added float support
8471
8472 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8473
8474         * gst/audiofxgood/audiopanorama.c:
8475         (gst_audio_panorama_transform_m2s):
8476           Fix docs & debug category. Add Fixme for volume pan levels.
8477
8478 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8479
8480         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8481         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8482         (gst_avi_demux_stream_header_pull),
8483         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8484         (gst_avi_demux_chain):
8485           unbreak AVI index handling, some more debug, remove an obsolete
8486           adapter_flush that caused streaming to wander off in the wild
8487
8488 2006-08-24  Wim Taymans  <wim@fluendo.com>
8489
8490         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8491         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8492         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8493         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8494         (gst_avi_demux_calculate_durations_from_index),
8495         (gst_avi_demux_stream_header_push),
8496         (gst_avi_demux_stream_header_pull):
8497         * gst/avi/gstavidemux.h:
8498         Some more cleanups. 
8499         Fix totalFrames parsing in ODML.
8500         Disable use of index for length calculation in case of ODML as this is
8501         broken now.
8502
8503 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8504
8505         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8506           Use libgsttag helper function here too.
8507
8508 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8509
8510         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8511         (gst_avi_demux_init), (gst_avi_demux_dispose),
8512         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8513         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8514         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8515         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8516         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8517         (gst_avi_demux_parse_subindex),
8518         (gst_avi_demux_read_subindexes_push),
8519         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8520         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8521         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8522         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8523         (gst_avi_demux_stream_header_pull),
8524         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8525         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8526         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8527         (gst_avi_demux_change_state):
8528         * gst/avi/gstavidemux.h:
8529           Initial streaming support for avidemux (fixes #336465)
8530
8531 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8532
8533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8534           There is no taglibmux element ...
8535
8536         * gst/rtsp/gstrtspsrc.c:
8537           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8538           was complaining about unknown entity here.
8539
8540 2006-08-22  Wim Taymans  <wim@fluendo.com>
8541
8542         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8543         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8544         (gst_avi_demux_process_next_entry):
8545         * gst/avi/gstavidemux.h:
8546         Mark DISCONT.
8547         Remove old unused fields and reorder the struct a bit.
8548
8549 2006-08-22  Wim Taymans  <wim@fluendo.com>
8550
8551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8552         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8553         (gst_rtspsrc_pause):
8554         * gst/rtsp/gstrtspsrc.h:
8555         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8556         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8557         Small documentation updates.
8558
8559 2006-08-22  Wim Taymans  <wim@fluendo.com>
8560
8561         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8562         (gst_avi_demux_index_entry_for_time),
8563         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8564         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8565         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8566         (gst_avi_demux_next_data_buffer),
8567         (gst_avi_demux_calculate_durations_from_index),
8568         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8569         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8570         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8571         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8572         * gst/avi/gstavidemux.h:
8573         Precalc most of the duration query for each stream.
8574         Make seeking more correct.
8575         Use GstSegment to track position and duration.
8576         Code cleanups and leak fixes.
8577         Calculate correct total duration based on index length.
8578
8579 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8580
8581         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8582         (parse_insert_string_field):
8583           If strings in text fields are marked ISO8859-1, but contain
8584           valid UTF-8 already, then handle them as UTF-8 and ignore
8585           the encoding. (#351794)
8586
8587 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8588
8589         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8590         (gst_flac_dec_write), (gst_flac_dec_loop),
8591         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8592         (gst_flac_dec_src_query):
8593         * ext/flac/gstflacdec.h:
8594           Make flac-in-ogg work (#352100).
8595
8596 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8597
8598         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8599           Don't unref buffers of which we've already given away
8600           ownership to the adapter.
8601
8602 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8603
8604         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8605           Make metadata extraction actually work.
8606
8607         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8608         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8609         (gst_speexenc_chain):
8610           Fix metadata writing: replace old code which wrote completely
8611           broken tags with libgsttag-based code. Plus miscellaneous
8612           code cleanups (use static pad templates etc.) and a bunch
8613           of leak fixes.
8614
8615 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8616
8617         * gst/audiopanorama/.cvsignore:
8618         * gst/audiopanorama/Makefile.am:
8619         * gst/audiopanorama/audiofx.c:
8620         * gst/audiopanorama/audiopanorama.c:
8621         * gst/audiopanorama/audiopanorama.h:
8622           die! die! die! you should never have been there
8623
8624 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8625
8626         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8627         Fix invalid memory access in audiopanorama test suite.
8628
8629 2006-08-21  Edward Hervey  <edward@fluendo.com>
8630
8631         * tests/check/elements/.cvsignore:
8632         ignore built file
8633
8634 2006-08-21  Wim Taymans  <wim@fluendo.com>
8635
8636         * gst/rtp/Makefile.am:
8637         Fix the build again.
8638
8639 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8640
8641         * gst/audiofxgood/.cvsignore:
8642         * gst/audiofxgood/Makefile.am:
8643         * gst/audiofxgood/audiofx.c: (plugin_init):
8644         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8645         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8646         (gst_audio_panorama_set_property),
8647         (gst_audio_panorama_get_property),
8648         (gst_audio_panorama_get_unit_size),
8649         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8650         (gst_audio_panorama_transform_m2s),
8651         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8652         * gst/audiofxgood/audiopanorama.h:
8653           resubmit with the desired name *again*
8654
8655 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8656
8657         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8658         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8659           use g_assert in _get_unit_size
8660
8661 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8662
8663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8665         * docs/plugins/inspect/plugin-audiofxgood.xml:
8666           cleanup -unused.txt to make it useful, add previously missing docs
8667
8668         * ext/Makefile.am:
8669           Quietly (accidentally) enable LADSPA for building by default, 
8670           despite the fact that it doesn't meet the plugin checklist.
8671             -- Added by Jan Schmidt 18 Dec 2006
8672
8673         * ext/esd/esdmon.c:
8674         * ext/esd/esdsink.c:
8675         * ext/esd/gstesd.c: (plugin_init):
8676           reflow to get rid of two external symbols
8677
8678         * gst/audiofxgood/audiofx.c: (plugin_init):
8679           re-add
8680
8681 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8682
8683         * configure.ac:
8684         * gst/audiofxgood/.cvsignore:
8685         * gst/audiofxgood/Makefile.am:
8686         * gst/audiofxgood/audiofx.c
8687         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8688         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8689         (gst_audio_panorama_set_property),
8690         (gst_audio_panorama_get_property),
8691         (gst_audio_panorama_get_unit_size),
8692         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8693         (gst_audio_panorama_transform_m2s),
8694         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8695         * gst/audiofxgood/audiopanorama.h:
8696         * tests/check/Makefile.am:
8697         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8698         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8699         (panorama_suite), (main):
8700         Add audiofxgood plugin with audiopanorama element
8701
8702 2006-08-18  Wim Taymans  <wim@fluendo.com>
8703
8704         * docs/plugins/Makefile.am:
8705         More Oss docs fixage. 
8706
8707 2006-08-18  Wim Taymans  <wim@fluendo.com>
8708
8709         * gst/rtp/Makefile.am:
8710         * gst/rtp/gstrtp.c: (plugin_init):
8711         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8712         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8713         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8714         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8715         (gst_rtp_sv3v_depay_get_property),
8716         (gst_rtp_sv3v_depay_change_state),
8717         (gst_rtp_sv3v_depay_plugin_init):
8718         * gst/rtp/gstrtpsv3vdepay.h:
8719         Added experimental SVQ3 depayloader.
8720
8721 2006-08-18  Edward Hervey  <edward@fluendo.com>
8722
8723         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8724         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8725         * ext/dv/gstdvdemux.h:
8726         When handling seek requests, don't send the newsegment event from the
8727         calling thread. Instead save it so it can be sent from the streaming
8728         thread.
8729
8730 2006-08-17  Wim Taymans  <wim@fluendo.com>
8731
8732         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8733
8734         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8735         Accept leading whitespace before the boundary
8736         This patch makes the demuxer allow some whitespace before the actual
8737         boundary. This makes the demuxer work with the ``old'' gstreamer
8738         multipartmuxer again (which placed an extra \n before the start
8739         of the stream) Fixes #349068.
8740
8741 2006-08-17  Wim Taymans  <wim@fluendo.com>
8742
8743         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8744         Error out on non-implemented stuff.
8745
8746 2006-08-16  Wim Taymans  <wim@fluendo.com>
8747
8748         Patch by: Andy Wingo <wingo at pobox dot com>
8749
8750         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8751         (gst_signal_processor_start), (gst_signal_processor_stop),
8752         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8753         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8754         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8755         (gst_signal_processor_change_state):
8756         Make ladspa elements reusable. Fixes #350006.
8757
8758 2006-08-16  Wim Taymans  <wim@fluendo.com>
8759
8760         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8761         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8762         names as possible. Fixes #349901.
8763
8764 2006-08-16  Wim Taymans  <wim@fluendo.com>
8765
8766         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8767         (gst_signal_processor_do_pushes):
8768         A push() gives away our refcount so we should not use the buffer on the
8769         pen anymore.
8770
8771 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8772
8773         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8774         (gst_oss_mixer_element_finalize):
8775           Don't leak device string.
8776
8777 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * configure.ac:
8780           Require CVS of GStreamer core and -base (for
8781           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8782
8783         * ext/taglib/gstid3v2mux.cc:
8784           Write extended comment tags properly (#348762).
8785
8786         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8787         (parse_comment_frame):
8788           Extract COMM frames into extended comments, which makes it
8789           easier to properly retain the description bit of the tag
8790           and maintain this information when re-tagging (#348762).
8791
8792 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8793
8794         * tests/check/Makefile.am:
8795           Don't try to run annodex unit tests if the annodex
8796           plugin has not been built (Fixes #351116).
8797
8798 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8799
8800         * gst/autodetect/gstautoaudiosink.c:
8801         (gst_auto_audio_sink_find_best):
8802           When we can't find a usable audiosink, don't error out,
8803           but use a fake sink instead and post a warning message
8804           on the bus (#341278).
8805
8806 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8809         * sys/oss/gstosssink.c:
8810         * sys/oss/gstosssrc.c:
8811           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8812           ossmixer's new device property.
8813
8814         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8815         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8816           Add docs for OSS elements.
8817
8818         * docs/plugins/inspect/plugin-aasink.xml:
8819         * docs/plugins/inspect/plugin-alaw.xml:
8820         * docs/plugins/inspect/plugin-alpha.xml:
8821         * docs/plugins/inspect/plugin-alphacolor.xml:
8822         * docs/plugins/inspect/plugin-annodex.xml:
8823         * docs/plugins/inspect/plugin-apetag.xml:
8824         * docs/plugins/inspect/plugin-auparse.xml:
8825         * docs/plugins/inspect/plugin-autodetect.xml:
8826         * docs/plugins/inspect/plugin-avi.xml:
8827         * docs/plugins/inspect/plugin-cacasink.xml:
8828         * docs/plugins/inspect/plugin-cairo.xml:
8829         * docs/plugins/inspect/plugin-cdio.xml:
8830         * docs/plugins/inspect/plugin-cutter.xml:
8831         * docs/plugins/inspect/plugin-debug.xml:
8832         * docs/plugins/inspect/plugin-dv.xml:
8833         * docs/plugins/inspect/plugin-efence.xml:
8834         * docs/plugins/inspect/plugin-effectv.xml:
8835         * docs/plugins/inspect/plugin-esdsink.xml:
8836         * docs/plugins/inspect/plugin-flac.xml:
8837         * docs/plugins/inspect/plugin-flxdec.xml:
8838         * docs/plugins/inspect/plugin-gconfelements.xml:
8839         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8840         * docs/plugins/inspect/plugin-goom.xml:
8841         * docs/plugins/inspect/plugin-halelements.xml:
8842         * docs/plugins/inspect/plugin-icydemux.xml:
8843         * docs/plugins/inspect/plugin-id3demux.xml:
8844         * docs/plugins/inspect/plugin-jpeg.xml:
8845         * docs/plugins/inspect/plugin-level.xml:
8846         * docs/plugins/inspect/plugin-matroska.xml:
8847         * docs/plugins/inspect/plugin-mulaw.xml:
8848         * docs/plugins/inspect/plugin-multipart.xml:
8849         * docs/plugins/inspect/plugin-navigationtest.xml:
8850         * docs/plugins/inspect/plugin-ossaudio.xml:
8851         * docs/plugins/inspect/plugin-png.xml:
8852         * docs/plugins/inspect/plugin-rtp.xml:
8853         * docs/plugins/inspect/plugin-rtsp.xml:
8854         * docs/plugins/inspect/plugin-shout2send.xml:
8855         * docs/plugins/inspect/plugin-smpte.xml:
8856         * docs/plugins/inspect/plugin-speex.xml:
8857         * docs/plugins/inspect/plugin-taglib.xml:
8858         * docs/plugins/inspect/plugin-udp.xml:
8859         * docs/plugins/inspect/plugin-videobalance.xml:
8860         * docs/plugins/inspect/plugin-videobox.xml:
8861         * docs/plugins/inspect/plugin-videoflip.xml:
8862         * docs/plugins/inspect/plugin-videomixer.xml:
8863         * docs/plugins/inspect/plugin-wavenc.xml:
8864         * docs/plugins/inspect/plugin-wavparse.xml:
8865         * docs/plugins/inspect/plugin-ximagesrc.xml:
8866           Update to CVS version.
8867           
8868 2006-08-16  Wim Taymans  <wim@fluendo.com>
8869
8870         * gst/rtp/gstrtpamrdepay.c:
8871         * gst/rtp/gstrtpmp4gdepay.c:
8872         Caps extra properties must be defined as strings for
8873         depayloaders because they are generated from an SDP.
8874
8875         * gst/rtp/Makefile.am:
8876         * gst/rtp/gstrtp.c: (plugin_init):
8877         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8878         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8879         (gst_rtp_h264_depay_finalize), (decode_base64),
8880         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8881         (gst_rtp_h264_depay_set_property),
8882         (gst_rtp_h264_depay_get_property),
8883         (gst_rtp_h264_depay_change_state),
8884         (gst_rtp_h264_depay_plugin_init):
8885         * gst/rtp/gstrtph264depay.h:
8886         Added basic, not completely functional RFC 3984 H264 depayloader.
8887
8888 2006-08-16  Wim Taymans  <wim@fluendo.com>
8889
8890         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8891         Add pads after setting them up.
8892
8893         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8894         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8895         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8896         (gst_rtspsrc_stream_setup_rtp),
8897         (gst_rtspsrc_stream_configure_transport),
8898         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8899         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8900         (gst_rtspsrc_pause):
8901         * gst/rtsp/gstrtspsrc.h:
8902         Fix interleaved mode.
8903          - Protect streaming with lock.
8904          - Combine flows
8905          - set caps on outgoing buffers.
8906          - strip trailing \0 from data packets.
8907          - Configure RTP/RTCP in stream.
8908         Use DEBUG_OBJECT more.
8909
8910 2006-08-16  Wim Taymans  <wim@fluendo.com>
8911
8912         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8913         Turn a g_print into a DEBUG line.
8914
8915 2006-08-13  Wim Taymans  <wim@fluendo.com>
8916
8917         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8918         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8919         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8920         (gst_oss_mixer_element_get_property),
8921         (gst_oss_mixer_element_change_state):
8922         * sys/oss/gstossmixerelement.h:
8923         Small cleanups. Better error reporting.
8924         Add device property for the mixer instead of the hardcoded
8925         /dev/mixer. Fixes #350785.
8926         API: GstOssMixerElement::device property
8927
8928 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8929
8930         Patch by: Jens Granseuer <jensgr at gmx net>
8931
8932         * gconf/Makefile.am:
8933           Make --disable-schemas work right (they still need
8934           to be copied to the installation directory, just not
8935           applied). Fixes #351347 (also #344100).
8936           
8937 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8938
8939         * configure.ac: back to HEAD
8940
8941 === release 0.10.4 ===
8942
8943 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8944
8945         * configure.ac:
8946           releasing 0.10.4, "Dear Leader"
8947
8948 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8949
8950         Patch by: Edward Hervey <edward@fluendo.com>
8951
8952         * configure.ac:
8953         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8954         (gst_wavparse_stream_data):
8955         Send the newsegment event in the streaming thread.
8956         Fixes #347529
8957
8958 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8961         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8962         (gst_smokeenc_resync), (gst_smokeenc_chain):
8963           Refuse sink caps in the encoder if width or height is not a
8964           multiple of 16, the encoder does not support that yet (#349939);
8965           along the same lines, check the return value of the encoder
8966           setup function; also remove some debug log clutter.
8967
8968 2006-08-04  Andy Wingo  <wingo@pobox.com>
8969
8970         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8971         whether a processor can work in place or not, and for keeping
8972         track of its state. Change the FlowReturn instance variable from
8973         "state" to "flow_state", all callers changed.
8974
8975         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8976         (gst_signal_processor_start, gst_signal_processor_stop)
8977         (gst_signal_processor_cleanup): New functions to manage the
8978         processor's state.
8979         (gst_signal_processor_setcaps): start() as well as setup() here.
8980         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8981         (gst_signal_processor_change_state): Stop and cleanup the
8982         processor as we go to NULL.
8983
8984         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8985         INPLACE_BROKEN is not set.
8986
8987         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8988         Do the alloc_buffer in bytes, not frames.
8989         
8990 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8991
8992         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8993         Fix rgb masks when recording in < 24bpp.
8994
8995 2006-08-04  Andy Wingo  <wingo@pobox.com>
8996
8997         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8998         (gst_signal_processor_prepare)
8999         (gst_signal_processor_update_inputs)
9000         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9001         (gst_signal_processor_flush)
9002         (gst_signal_processor_sink_activate_push)
9003         (gst_signal_processor_src_activate_pull)
9004         (gst_signal_processor_change_state): Remove the last of the code
9005         that assumes that we process whole buffers at a time. Fix some
9006         debugging. Seems to work now in some cases.
9007         (gst_signal_processor_src_activate_pull): BPB
9008
9009 2006-08-01  Andy Wingo  <wingo@pobox.com>
9010
9011         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9012         Fix nframes-choosing.
9013         (gst_signal_processor_init): Init pending_in and pending_out.
9014
9015         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9016         more default sample rate, although we never check that the sample
9017         rate actually gets set. Something for the future.
9018         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9019         (gst_signal_processor_event): Refcount fixen.
9020         (gst_signal_processor_process): Pull the number of frames to
9021         process from the sizes of the buffers in the input pens.
9022         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9023         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9024         it instead of buffer_frames.
9025         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9026         to do_pulls.
9027         (gst_signal_processor_chain)
9028         (gst_signal_processor_sink_activate_push)
9029         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9030
9031         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9032
9033 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9034
9035         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9036         (gst_signal_processor_process):
9037           don't query buffer-frames from caps, add lots of debug-log,
9038           try fix for assert (#349189)
9039
9040 2006-07-31  Wim Taymans  <wim@fluendo.com>
9041
9042         * gst/udp/gstudpsrc.c:
9043         Fix docs.
9044
9045 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9046
9047         * ext/ladspa/gstsignalprocessor.c:
9048         (gst_signal_processor_add_pad_from_template),
9049         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9050         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9051         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9052         (gst_signal_processor_sink_activate_push),
9053         (gst_signal_processor_src_activate_pull),
9054         (gst_signal_processor_change_state):
9055          Add debugs logs here and there, add more error handling, add some
9056          FIXME comments, filed #349189
9057
9058 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9059
9060         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9061         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9062         Set caps on buffer correctly.  Fixes bug #349155.
9063
9064 2006-07-28  Wim Taymans  <wim@fluendo.com>
9065
9066         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9067
9068         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9069         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9070         (gst_multipart_demux_finalize), (get_line_end),
9071         (multipart_parse_header), (multipart_find_boundary),
9072         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9073         (gst_multipart_set_property), (gst_multipart_get_property):
9074         Uses GstAdapter instead of own buffering.
9075         Actually parses the mime-type correctly (In tests the mime-type was
9076         always "" with the old version).
9077         Uses the Content-length header if available to speed up things.
9078         Reliably autoscans the boundary name by default.
9079         Fixes #349068.
9080
9081         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9082         Don't start the stream with a \n.
9083
9084 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9085
9086         Patch by: Brian Cameron <brian dot cameron at sun com>
9087
9088         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9089           Open source with O_NONBLOCK (#349015).
9090
9091 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9092
9093         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9094         (gst_avi_demux_massage_index):
9095         * gst/avi/gstavidemux.h:
9096           Whitespace fixes and more debug
9097
9098 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9099
9100         * gst/autodetect/gstautoaudiosink.c:
9101         (gst_auto_audio_sink_create_element_with_pretty_name),
9102         (gst_auto_audio_sink_find_best),
9103         (gst_auto_audio_sink_change_state):
9104           Get rid of old and unused magic sound-server properties stuff.
9105           Add suffix to child sink's name that makes it easy to see from
9106           the name alone which type it actually is (alsa, oss, esd, etc.).
9107
9108 2006-07-27  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9111         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9112         (gst_udpsrc_start):
9113         * gst/udp/gstudpsrc.h:
9114         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9115         not some sort of feature we enable.
9116
9117 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9118
9119         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9120           Use CLOSE_SOCKET() here instead of close() to maintain
9121           win32 workiness.
9122
9123 2006-07-27  Wim Taymans  <wim@fluendo.com>
9124
9125         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9126
9127         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9128         (gst_udpsrc_create), (gst_udpsrc_set_property),
9129         (gst_udpsrc_get_property), (gst_udpsrc_start):
9130         * gst/udp/gstudpsrc.h:
9131         Added "buffer-size" property to control the kernel receive buffer size.
9132         Update documentation.
9133         Small cleanups. Fixes #348752.
9134         API: buffer-size property
9135
9136 2006-07-26  Wim Taymans  <wim@fluendo.com>
9137
9138         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9139
9140         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9141         (gst_rtp_pcma_pay_handle_buffer):
9142         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9143         (gst_rtp_pcmu_pay_handle_buffer):
9144         Fix timestamp calculation on outgoing RTP packets.
9145         Fixes #348675.
9146
9147 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * ext/taglib/gstid3v2mux.cc:
9150           Fix writing of comment frames (should be COMM not TCOM),
9151           is still sub-optimal though, since we don't retain or
9152           extract the comment descriptions properly (#334375,
9153           also see #334375).
9154
9155 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157         * gst/wavparse/gstwavparse.c:
9158           #define 'fact' RIFF chunk if we are not compiling against
9159           -base CVS (we don't want to depend on -base CVS for this
9160           one define only, and also not for release order reasons).
9161
9162 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9163
9164         * ext/taglib/gstid3v2mux.cc:
9165           Handle multiple tags of the same type properly. Re-inject
9166           unparsed ID3v2 frames that we get as binary blobs from
9167           id3demux into the tag again so we don't lose information
9168           when retagging (#334375).
9169
9170 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9171
9172         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9173           Document newly-added properties properly, so that there is a
9174           'Since: 0.10.4' in the plugin docs. Convert some property
9175           names into canonical GObject style (GObject will do that
9176           internally anyway).
9177
9178 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9179
9180         * gst/id3demux/id3tags.c:
9181         (id3demux_add_id3v2_frame_blob_to_taglist):
9182           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9183           well, and add the version to the blob's buffer caps, since that
9184           information will be needed for deserialisation later on (#348644).
9185
9186 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9187
9188         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9189         (gst_avi_demux_parse_stream):
9190          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9191          indentation and spacing.
9192
9193 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9194
9195         * docs/plugins/Makefile.am:
9196         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9197         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9198         * docs/plugins/gst-plugins-good-plugins.args:
9199         * docs/plugins/inspect/plugin-1394.xml:
9200         * docs/plugins/inspect/plugin-aasink.xml:
9201         * docs/plugins/inspect/plugin-alaw.xml:
9202         * docs/plugins/inspect/plugin-alpha.xml:
9203         * docs/plugins/inspect/plugin-alphacolor.xml:
9204         * docs/plugins/inspect/plugin-annodex.xml:
9205         * docs/plugins/inspect/plugin-apetag.xml:
9206         * docs/plugins/inspect/plugin-auparse.xml:
9207         * docs/plugins/inspect/plugin-autodetect.xml:
9208         * docs/plugins/inspect/plugin-avi.xml:
9209         * docs/plugins/inspect/plugin-cacasink.xml:
9210         * docs/plugins/inspect/plugin-cairo.xml:
9211         * docs/plugins/inspect/plugin-cdio.xml:
9212         * docs/plugins/inspect/plugin-cutter.xml:
9213         * docs/plugins/inspect/plugin-debug.xml:
9214         * docs/plugins/inspect/plugin-dv.xml:
9215         * docs/plugins/inspect/plugin-efence.xml:
9216         * docs/plugins/inspect/plugin-effectv.xml:
9217         * docs/plugins/inspect/plugin-esdsink.xml:
9218         * docs/plugins/inspect/plugin-flac.xml:
9219         * docs/plugins/inspect/plugin-flxdec.xml:
9220         * docs/plugins/inspect/plugin-gconfelements.xml:
9221         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9222         * docs/plugins/inspect/plugin-goom.xml:
9223         * docs/plugins/inspect/plugin-halelements.xml:
9224         * docs/plugins/inspect/plugin-icydemux.xml:
9225         * docs/plugins/inspect/plugin-id3demux.xml:
9226         * docs/plugins/inspect/plugin-jpeg.xml:
9227         * docs/plugins/inspect/plugin-level.xml:
9228         * docs/plugins/inspect/plugin-matroska.xml:
9229         * docs/plugins/inspect/plugin-mulaw.xml:
9230         * docs/plugins/inspect/plugin-multipart.xml:
9231         * docs/plugins/inspect/plugin-navigationtest.xml:
9232         * docs/plugins/inspect/plugin-ossaudio.xml:
9233         * docs/plugins/inspect/plugin-png.xml:
9234         * docs/plugins/inspect/plugin-rtp.xml:
9235         * docs/plugins/inspect/plugin-rtsp.xml:
9236         * docs/plugins/inspect/plugin-shout2send.xml:
9237         * docs/plugins/inspect/plugin-smpte.xml:
9238         * docs/plugins/inspect/plugin-speex.xml:
9239         * docs/plugins/inspect/plugin-udp.xml:
9240         * docs/plugins/inspect/plugin-videobalance.xml:
9241         * docs/plugins/inspect/plugin-videobox.xml:
9242         * docs/plugins/inspect/plugin-videoflip.xml:
9243         * docs/plugins/inspect/plugin-videomixer.xml:
9244         * docs/plugins/inspect/plugin-wavenc.xml:
9245         * docs/plugins/inspect/plugin-wavparse.xml:
9246         * docs/plugins/inspect/plugin-ximagesrc.xml:
9247           Update files to CVS/Prerelease version, add esdsink docs.
9248
9249         * ext/esd/esdsink.c:
9250           Add gtk-doc blurb.
9251
9252         * gst/rtp/gstrtpmp4vpay.c:
9253           Fix typo in element description.
9254
9255 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9256
9257         * ext/esd/esdsink.c: (gst_esdsink_open),
9258         (gst_esdsink_factory_init):
9259           Prevent libesd from auto-spawning a sound daemon if it
9260           is not already running. Now that we don't do evil stuff
9261           like that any longer we can give esdsink a rank so that
9262           autoaudiosink will try it as well if all other audio
9263           sinks fail (#343051).
9264
9265 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9266
9267         * ext/esd/Makefile.am:
9268           Oops, need to remove README from EXTRA_DIST as well.
9269
9270 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * ext/esd/README:
9273           Remove, it contains nothing useful anyway.
9274
9275         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9276         (gst_esdsink_delay):
9277           Some small clean-ups; use GST_BOILERPLATE etc.
9278
9279 2006-07-24  Wim Taymans  <wim@fluendo.com>
9280
9281         * gst/law/alaw-decode.c: (alawdec_getcaps):
9282         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9283         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9284         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9285         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9286
9287 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9288
9289         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9290         (gst_wavparse_other), (gst_wavparse_perform_seek),
9291         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9292         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9293         (gst_wavparse_pad_query):
9294         * gst/wavparse/gstwavparse.h:
9295           Use information from 'fact' chunk for length calculation of compressed
9296           samples. Calculate bps if bogus value is found in wav header (embeded
9297           mp2/mp3).
9298           
9299
9300 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9301
9302         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9303
9304         * configure.ac:
9305         * gst/udp/Makefile.am:
9306         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9307         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9308         * gst/udp/gstdynudpsink.h:
9309         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9310         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9311         * gst/udp/gstmultiudpsink.h:
9312         * gst/udp/gstudp.c: (plugin_init):
9313         * gst/udp/gstudpsink.h:
9314         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9315         (gst_udpsrc_start), (gst_udpsrc_stop):
9316         * gst/udp/gstudpsrc.h:
9317         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9318         (gst_udp_net_utils_win32_wsa_startup):
9319         * gst/udp/gstudpnetutils.h:
9320           Port udp plugin to win32 (#345288).
9321
9322 2006-07-24  Wim Taymans  <wim@fluendo.com>
9323
9324         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9325         Remove unwanted DEBUG line.
9326
9327 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * gst/id3demux/gstid3demux.c: (plugin_init):
9330         * gst/id3demux/id3tags.c:
9331         (id3demux_add_id3v2_frame_blob_to_taglist):
9332         * gst/id3demux/id3tags.h:
9333           On second thought, it might be wiser and more efficient
9334           not to do tag registration from a streaming thread.
9335
9336 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9337
9338         * gst/id3demux/id3tags.c:
9339         (id3demux_add_id3v2_frame_blob_to_taglist),
9340         (id3demux_id3v2_frames_to_tag_list):
9341           Put ID3v2 frames we can't parse as binary blobs into private
9342           tags, so that they are not lost when retagging, at least once
9343           id3v2mux has been taught to re-inject those frames again.
9344           See bug #334375.
9345
9346 2006-07-21  Wim Taymans  <wim@fluendo.com>
9347
9348         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9349         (gst_avi_demux_process_next_entry):
9350         Fix some leaks.
9351
9352         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9353         Don't use \n in debug lines.
9354
9355 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9356
9357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9359           Add annodex and icydemux, cleanup the sections a bit
9360
9361 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9362
9363         Patch by: Alex Lancaster <alexl at users sourceforge net>
9364
9365         * ext/taglib/gstid3v2mux.cc:
9366           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9367           ID3v2 TSSE frames (#347898).
9368
9369 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9370
9371         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9372           Respect mpegversion for "video/mpeg" and give message in case of
9373           unhandled versions.
9374
9375 2006-07-17  Wim Taymans  <wim@fluendo.com>
9376
9377         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9378         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9379         (gst_pngdec_chain), (gst_pngdec_sink_event),
9380         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9381         (gst_pngdec_sink_activate_push):
9382         * ext/libpng/gstpngdec.h:
9383         Use statically allocated segment instead of leaking.
9384         Various cleanups.
9385         Fix flush and seek handling.
9386
9387 2006-07-16  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/rtp/Makefile.am:
9390         * gst/rtp/gstrtp.c: (plugin_init):
9391         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9392         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9393         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9394         (gst_rtp_mp4g_depay_set_property),
9395         (gst_rtp_mp4g_depay_get_property),
9396         (gst_rtp_mp4g_depay_change_state),
9397         (gst_rtp_mp4g_depay_plugin_init):
9398         * gst/rtp/gstrtpmp4gdepay.h:
9399         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9400         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9401         (gst_rtp_mp4g_pay_flush):
9402         Added simple generic mpeg4 depayloader.
9403         Fix generic mpeg4 payloader.
9404
9405 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9408           Don't try doing state changes on a NULL pointer.
9409
9410 2006-07-14  Wim Taymans  <wim@fluendo.com>
9411
9412         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9413
9414         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9415         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9416         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9417         * gst/rtp/gstrtpamrdepay.h:
9418         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9419         Fixes #321191
9420
9421 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9422
9423         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9424         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9425         Fix segfault when moving mouse pointer to the bottom right corner.
9426
9427 2006-07-12  Wim Taymans  <wim@fluendo.com>
9428
9429         * gst/rtp/Makefile.am:
9430         * gst/rtp/gstrtp.c: (plugin_init):
9431         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9432         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9433         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9434         (gst_rtp_mp2t_depay_set_property),
9435         (gst_rtp_mp2t_depay_get_property),
9436         (gst_rtp_mp2t_depay_change_state),
9437         (gst_rtp_mp2t_depay_plugin_init):
9438         * gst/rtp/gstrtpmp2tdepay.h:
9439         Added mpeg2 TS depayloader. Closing #347234.
9440
9441 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9442
9443         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9444           Remove g_assert that shouldn't be there and was triggered
9445           after trying to open a device that doesn't exist or can't
9446           be opened for some other reason (#347972).
9447
9448 2006-07-10  Edward Hervey  <edward@fluendo.com>
9449
9450         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9451         (gst_avi_demux_stream_header), (push_tag_lists):
9452         * gst/avi/gstavidemux.h:
9453         Don't push tag events found by gst_riff_parse_info() before outputting
9454         GST_EVENT_NEWSEGMENT.
9455
9456 2006-07-10  Wim Taymans  <wim@fluendo.com>
9457
9458         * gst/rtsp/Makefile.am:
9459         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9460         (rtsp_connection_close):
9461         * gst/rtsp/rtspdefs.h:
9462         replaced closesocket and close in code with one CLOSE_SOCKET. 
9463         Some more cleanups. Fixes #345301.
9464
9465 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * gst/autodetect/gstautoaudiosink.c:
9468           Fix example pipeline in docs.
9469
9470 2006-07-10  Wim Taymans  <wim@fluendo.com>
9471
9472         Patch by: Rob Taylor <robtaylor at floopily dot org>
9473
9474         * gst/udp/gstmultiudpsink.c: (join_multicast),
9475         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9476         If a destination is added before the stream is set to PAUSED, the
9477         multicast group is not joined as the socket is not created yet. 
9478         Also TTL and LOOP should also be set. Fixes #346921.
9479
9480 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9481
9482         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9483         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9484         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9485         (gst_ximage_src_init):
9486         * sys/ximage/gstximagesrc.h:
9487         Fix use-damage property to actually work :)
9488         Add startx, starty, endx, endy properties so screencasts other than full
9489         screen ones can work.
9490
9491 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9492
9493         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9494         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9495         (gst_ximage_src_class_init), (gst_ximage_src_init):
9496         * sys/ximage/gstximagesrc.h:
9497         Add use_damage property to offer ability to choose whether to use
9498         XDamage or not.
9499
9500 2006-07-07  Wim Taymans  <wim@fluendo.com>
9501
9502         * gst/goom/filters.c: (zoomFilterSetResolution):
9503         Avoid goom coredumping by clearing memory. 
9504         Fixes 345679.
9505
9506 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9507
9508         * win32/vs6/libgstid3demux.dsp:
9509         Add a link to libgsttag-0.10.lib.
9510
9511 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9512
9513         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9514         (gst_tag_demux_read_range):
9515         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9516         (gst_id3demux_read_range):
9517           Don't return FLOW_UNEXPECTED when a buffer is before
9518           the start of the stream (which might happen with
9519           large ID3v2 tags if the tag reading was done pullrange
9520           based and we then switched to push mode later on).
9521           Fixes regression introduced by commit from June 29th.
9522
9523 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         * ext/taglib/gstid3v2mux.cc:
9526           Make UTF-8 the default encoding when writing string
9527           tags (before, our UTF-8 strings would automatically
9528           be converted to ISO-8859-1 by taglib and written as
9529           ISO-8859-1 fields if that was possible).
9530
9531         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9532         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9533         (test_taglib_id3mux_with_tags):
9534           Add test case that makes sure our UTF-8 strings have
9535           actually been written into the tag as UTF-8.
9536
9537 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9538
9539         * configure.ac:
9540           Let's try that again.
9541
9542 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9543
9544         * configure.ac:
9545           Disable monoscope plugin for now until it fulfills
9546           all the requirements.
9547
9548 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * configure.ac:
9551         * gst/monoscope/Makefile.am:
9552         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9553         (gst_monoscope_class_init), (gst_monoscope_init),
9554         (gst_monoscope_finalize), (gst_monoscope_reset),
9555         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9556         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9557         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9558         (gst_monoscope_change_state), (plugin_init):
9559         * gst/monoscope/gstmonoscope.h:
9560           Port monoscope visualisation to 0.10.
9561
9562 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9563
9564         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9565         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9566           Return FLOW_UNEXPECTED when at the end of the file, not
9567           FLOW_ERROR. Fixes 'internal stream error' errors that
9568           would sometimes occur in totem when scrubbing to the
9569           end of an ID3v1 tagged mp3 file.
9570
9571 2006-07-03  Edward Hervey  <edward@fluendo.com>
9572
9573         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9574         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9575         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9576         * ext/libpng/gstpngdec.h:
9577         Implement buffer clipping/dropping using GstSegment.
9578         This provides accurate seeking.
9579
9580 2006-07-03  Edward Hervey  <edward@fluendo.com>
9581
9582         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9583         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9584         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9585         (gst_avi_demux_process_next_entry), (push_tag_lists),
9586         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9587         * gst/avi/gstavidemux.h:
9588         Proper aggregation of each stream's GstFlowReturn in order to figure out
9589         whether the task should stop or not.
9590         Don't send inline events before pushing out a NEW_SEGMENT, more
9591         specifically for GST_TAG_EVENT.
9592         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9593         sub-indexes.
9594
9595 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9596
9597         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9598
9599         * sys/sunaudio/gstsunaudiomixerctrl.c:
9600         (gst_sunaudiomixer_ctrl_build_list):
9601           Move "Monitor" slider to input tab so it works more like
9602           sdtaudiocontrol, which is what people on Solaris are used
9603           to using for their mixer program (#346259).
9604
9605 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9606
9607         * tests/check/elements/level.c: (GST_START_TEST):
9608           fix a leak, clean up at the end
9609
9610 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9611
9612         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9613         (gst_matroska_demux_send_event),
9614         (gst_matroska_demux_loop_stream_parse_id):
9615         * gst/matroska/matroska-ids.h:
9616           Send tag event after newsegment event.
9617
9618 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9621         (gst_id3demux_read_range):
9622           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9623           certain cases where a read beyond the end of the file is
9624           requested. Fixes #345930.
9625
9626         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9627         (gst_tag_demux_read_range):
9628           Fix same issue here as well.
9629
9630 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9631
9632         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9633         
9634         Fix hypothetical crash.
9635
9636 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9637
9638         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9639
9640         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9641           Do not modify the ports value. If the user has turned off the
9642           built-in speakers, then we should not reset it in the prepare
9643           function, since this causes the built-in speakers to turn
9644           back on anytime the user changes a track in totem, rhythmbox,
9645           etc. (#346066).
9646
9647 2006-06-23  Wim Taymans  <wim@fluendo.com>
9648
9649         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9650         Fix double caps unref when negotiation fails.
9651
9652 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9653
9654         * ext/annodex/gstcmmldec.c:
9655         * ext/annodex/gstcmmlenc.c:
9656         * ext/annodex/gstcmmlparser.c:
9657         * ext/dv/gstdvdec.c:
9658         * ext/dv/gstdvdemux.c:
9659         * ext/gdk_pixbuf/pixbufscale.c:
9660         * ext/jpeg/gstjpegenc.c:
9661         * ext/jpeg/gstsmokedec.c:
9662         * ext/jpeg/gstsmokeenc.c:
9663         * ext/libpng/gstpngdec.c:
9664         * ext/libpng/gstpngenc.c:
9665         * ext/speex/gstspeexenc.c:
9666         * gst/alpha/gstalphacolor.c:
9667         * gst/cutter/gstcutter.c:
9668         * gst/debug/gstnavigationtest.c:
9669         * gst/icydemux/gsticydemux.c:
9670         * gst/level/gstlevel.c:
9671         * gst/multipart/multipart.c:
9672         * gst/rtp/gstrtpamrpay.c:
9673         * gst/rtp/gstrtpdepay.c:
9674         * gst/rtp/gstrtpilbcpay.c:
9675         * gst/rtp/gstrtpmp4gpay.c:
9676         * gst/rtp/gstrtpmp4vpay.c:
9677         * gst/rtsp/gstrtpdec.c:
9678         * gst/rtsp/gstrtspsrc.c:
9679         * gst/udp/gstdynudpsink.c:
9680         * gst/udp/gstmultiudpsink.c:
9681         * gst/udp/gstudpsrc.c:
9682         * gst/videobox/gstvideobox.c:
9683         * gst/videofilter/gstvideoflip.c:
9684           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9685           plus two minor macro fixes.
9686
9687 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9688
9689         * gst/matroska/matroska-demux.c:
9690         (gst_matroska_demux_check_subtitle_buffer),
9691         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9692         (gst_matroska_demux_subtitle_caps):
9693         * gst/matroska/matroska-ids.c:
9694         (gst_matroska_track_init_subtitle_context):
9695         * gst/matroska/matroska-ids.h:
9696           Try to fix up broken matroska files containing subtitle
9697           streams with non-UTF8 character encodings (courtesy of
9698           mkvmerge) using either the encoding specified in the
9699           GST_SUBTITLE_ENCODING environment variable or the
9700           current locale's character set if it is non-UTF8.
9701           Fixes #337076.
9702
9703 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9704
9705         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9706           Set image type from APIC frame as "image-type" field
9707           of GST_TAG_IMAGE buffer caps (#344605).
9708
9709 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * ext/flac/Makefile.am:
9712         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9713         (gst_flac_dec_reset_decoders),
9714         (gst_flac_dec_setup_seekable_decoder),
9715         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9716         (gst_flac_dec_metadata_callback),
9717         (gst_flac_dec_metadata_callback_seekable),
9718         (gst_flac_dec_metadata_callback_stream),
9719         (gst_flac_dec_error_callback),
9720         (gst_flac_dec_error_callback_seekable),
9721         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9722         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9723         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9724         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9725         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9726         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9727         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9728         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9729         (gst_flac_dec_sink_activate_push),
9730         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9731         * ext/flac/gstflacdec.h:
9732           Support chain-based operation, should make flac-over-DAAP
9733           work (#340492).
9734
9735 2006-06-20  Wim Taymans  <wim@fluendo.com>
9736
9737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9738         Doc updates, merge some unused symbols.
9739
9740 2006-06-20  Wim Taymans  <wim@fluendo.com>
9741
9742         * docs/plugins/Makefile.am:
9743         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9744         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9745         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9746         * gst/rtsp/gstrtspsrc.c:
9747         * gst/rtsp/gstrtspsrc.h:
9748         Added documentation for the rtsp plugin. Fixes #345393.
9749
9750 2006-06-20  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9753         (rtsp_connection_close), (rtsp_connection_free):
9754         Use better G_OS_* macros. Fixes #345301 some more.
9755
9756 2006-06-20  Wim Taymans  <wim@fluendo.com>
9757
9758         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9759
9760         * sys/sunaudio/Makefile.am:
9761         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9762         * sys/sunaudio/gstsunaudiomixerctrl.c:
9763         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9764         (gst_sunaudiomixer_ctrl_list_tracks),
9765         (gst_sunaudiomixer_ctrl_get_volume),
9766         (gst_sunaudiomixer_ctrl_set_volume),
9767         (gst_sunaudiomixer_ctrl_set_mute),
9768         (gst_sunaudiomixer_ctrl_set_record):
9769         * sys/sunaudio/gstsunaudiomixerctrl.h:
9770         * sys/sunaudio/gstsunaudiomixertrack.c:
9771         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9772         * sys/sunaudio/gstsunaudiomixertrack.h:
9773         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9774         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9775         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9776         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9777         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9778         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9779         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9780         (gst_sunaudiosrc_reset):
9781         * sys/sunaudio/gstsunaudiosrc.h:
9782         Add a SunAudio source plugin.
9783         Support stereo and right/left channel gain in the mixer plugin.
9784         Support the RECORD flag so that you can switch between line-input and
9785         microphone in gnome-volume-control.
9786         Code cleanups like using an enumerator for track number instead of an 
9787         integer. Fixes #344923.
9788
9789 2006-06-20  Wim Taymans  <wim@fluendo.com>
9790
9791         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9792
9793         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9794         (rtsp_connection_close):
9795         Make RTSP plugin compile on windows. Fixes #345301.
9796         Some changes to original patch to catch errors better.
9797         use ifdef WIN32 instead of ifndef.
9798
9799 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9800
9801         * configure.ac:
9802         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9803
9804 2006-06-18  Edward Hervey  <edward@fluendo.com>
9805
9806         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9807         After a failed buffer alloc, we need to abort the jpeg decoding (it
9808         started when parsing headers to figure out how many bytes we need
9809         to request downstream).
9810
9811 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9812
9813         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9814
9815         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9816           Make sure we don't read beyond the end of the file (#345232).
9817
9818 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         * configure.ac:
9821           Fix --disable-external (can't set conditionals conditionally,
9822           #343602).
9823
9824 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9825
9826         * autogen.sh:
9827         * configure.ac:
9828         * docs/Makefile.am:
9829           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9830
9831         * docs/plugins/Makefile.am:
9832         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9833         * docs/plugins/inspect/plugin-taglib.xml:
9834           Add/fix apev2mux docs.
9835
9836 2006-06-14  Wim Taymans  <wim@fluendo.com>
9837
9838         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9839         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9840         (gst_dvdec_change_state):
9841         Reset segment info on flush.
9842         Alloc segment in _init, free in _finalize.
9843
9844         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9845         Don't send segments twice.
9846
9847 2006-06-14  Wim Taymans  <wim@fluendo.com>
9848
9849         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9850         Respect segment.stop. Fixes #342592.
9851
9852 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9855           No language specified means the implied language is English
9856           according to the matroska spec (partially fixes #344708);
9857           add some more debug output.
9858
9859 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9860
9861         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9862         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9863         (gst_wavparse_chain):
9864           When operating chain-based, don't make any assumptions about the
9865           chunking of the incoming data and make streaming work on days other
9866           than the second Thursday after a full moon. Also fix up debug
9867           messages here and there and make use of the most excellent new
9868           gst_pad_query_peer_duration() utility function.
9869           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9870
9871         * gst/wavparse/gstwavparse.h:
9872           Remove trailing comma after last enum value, some compilers don't
9873           like that.
9874
9875 2006-06-13  Wim Taymans  <wim@fluendo.com>
9876
9877         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9878         Handle premature EOS gracefully.
9879
9880 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9881
9882         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9883           Prevent out of bounds array access when scrubbing towards
9884           the end of the file between the last index entry and the
9885           end. Fixes occasional 'start <= stop' newsegment event
9886           assertions when scrubbing in MJPEG files.
9887
9888 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9889
9890         * tests/check/elements/.cvsignore:
9891           And another one.
9892
9893 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9894
9895         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9896         (scan_encoded_string), (parse_picture_frame):
9897           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9898
9899         * configure.ac:
9900           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9901           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9902
9903 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9904
9905         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9906           gratuitous comment changes
9907         * tests/check/elements/level.c: (GST_START_TEST):
9908           fix level test leaks
9909
9910 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9911
9912         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9913         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9914           Use gst_pad_query_peer_duration() utility function here.
9915
9916 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9917
9918         * autogen.sh:
9919           require am17
9920         * configure.ac:
9921         * ext/annodex/Makefile.am:
9922         * ext/cdio/Makefile.am:
9923         * ext/dv/Makefile.am:
9924         * ext/esd/Makefile.am:
9925         * ext/flac/Makefile.am:
9926         * ext/gdk_pixbuf/Makefile.am:
9927         * ext/ladspa/Makefile.am:
9928         * ext/libcaca/Makefile.am:
9929         * ext/speex/Makefile.am:
9930         * ext/taglib/Makefile.am:
9931         * sys/oss/Makefile.am:
9932         * sys/sunaudio/Makefile.am:
9933         * sys/ximage/Makefile.am:
9934           clean up build further
9935
9936 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9937
9938         * gconf/Makefile.am:
9939           Honour --disable-schemas-install configure option. Fixes #344100.
9940
9941 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9942
9943         * tests/examples/level/Makefile.am:
9944           Add -lm to LIBS for pow() function, don't assume one of our
9945           dependencies (such as libxml-2.0) drags it in automatically
9946           (#343603).
9947
9948 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9949
9950         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9951
9952         * configure.ac:
9953           We should use $SED and not $(SED) in configure.ac (#343678).
9954
9955 2006-06-09  Wim Taymans  <wim@fluendo.com>
9956
9957         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9958
9959         * sys/sunaudio/gstsunaudiomixerctrl.c:
9960         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9961         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9962         (gst_sunaudiomixer_ctrl_set_mute):
9963         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9964         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9965         (gst_sunaudiosink_write):
9966         Attached find a patch that fixes a number of bugs with the SunAudio
9967         mixer plugin and fixes #344101:
9968         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9969            tracks onto the tracklist causing gnome-volume-control's preferences
9970            dialog to be messed up and would core dump if you checked/unchecked
9971            any item.
9972         2. We weren't previously setting the MUTE flag properly.  Fixing this
9973            makes gnome-volume-control work better.
9974         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9975            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9976            gnome-volume-control look better.
9977         Also some minor cleanup in gstsunaudiosink.c.
9978
9979 2006-06-09  Wim Taymans  <wim@fluendo.com>
9980
9981         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9982         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9983         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9984         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9985         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9986         * ext/jpeg/gstjpegdec.h:
9987         API: Added IDCT method property
9988         Small cleanups.
9989         Avoid dynamic allocation of trivial fixed structure.
9990         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9991
9992 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9993
9994         * configure.ac:
9995         We now require libraw1394 >= 1.1.0 and that version onwards all
9996         have .pc files.
9997
9998 2006-06-02  Edward Hervey  <edward@fluendo.com>
9999
10000         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10001         Trying to get items from an ANY or EMPTY caps is ... stupid.
10002
10003 2006-06-02  Edward Hervey  <edward@fluendo.com>
10004
10005         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10006         (gst_dvdec_chain), (gst_dvdec_change_state):
10007         * ext/dv/gstdvdec.h:
10008         Added GstSegment handling, now implements dropping/clipping.
10009
10010 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10011
10012         * ext/aalib/gstaasink.h:
10013         * ext/annodex/gstcmmldec.h:
10014         * ext/cairo/gsttimeoverlay.h:
10015         * ext/dv/gstdvdec.h:
10016         * ext/dv/gstdvdemux.h:
10017         * ext/esd/esdmon.h:
10018         * ext/esd/esdsink.h:
10019         * ext/flac/gstflacenc.h:
10020         * ext/gconf/gstgconfaudiosink.h:
10021         * ext/gconf/gstgconfaudiosrc.h:
10022         * ext/gconf/gstgconfvideosink.h:
10023         * ext/gconf/gstgconfvideosrc.h:
10024         * ext/gdk_pixbuf/gstgdkanimation.h:
10025         * ext/gdk_pixbuf/pixbufscale.h:
10026         * ext/hal/gsthalaudiosink.h:
10027         * ext/hal/gsthalaudiosrc.h:
10028         * ext/jpeg/gstjpegenc.h:
10029         * ext/jpeg/gstsmokedec.h:
10030         * ext/jpeg/gstsmokeenc.h:
10031         * ext/libcaca/gstcacasink.h:
10032         * ext/libmng/gstmngdec.h:
10033         * ext/libmng/gstmngenc.h:
10034         * ext/libpng/gstpngdec.h:
10035         * ext/libpng/gstpngenc.h:
10036         * ext/raw1394/gstdv1394src.h:
10037         * ext/speex/gstspeexenc.h:
10038         * gst/autodetect/gstautoaudiosink.h:
10039         * gst/autodetect/gstautovideosink.h:
10040         * gst/avi/gstavidemux.h:
10041         * gst/cutter/gstcutter.h:
10042         * gst/debug/efence.h:
10043         * gst/debug/gstnavigationtest.h:
10044         * gst/debug/gstnavseek.h:
10045         * gst/flx/gstflxdec.h:
10046         * gst/goom/gstgoom.h:
10047         * gst/icydemux/gsticydemux.h:
10048         * gst/id3demux/gstid3demux.h:
10049         * gst/law/alaw-decode.h:
10050         * gst/law/alaw-encode.h:
10051         * gst/law/mulaw-decode.h:
10052         * gst/law/mulaw-encode.h:
10053         * gst/matroska/matroska-mux.h:
10054         * gst/median/gstmedian.h:
10055         * gst/oldcore/gstaggregator.h:
10056         * gst/oldcore/gstfdsink.h:
10057         * gst/oldcore/gstmd5sink.h:
10058         * gst/oldcore/gstmultifilesrc.h:
10059         * gst/oldcore/gstpipefilter.h:
10060         * gst/oldcore/gstshaper.h:
10061         * gst/oldcore/gststatistics.h:
10062         * gst/rtp/gstasteriskh263.h:
10063         * gst/rtp/gstrtpL16depay.h:
10064         * gst/rtp/gstrtpL16pay.h:
10065         * gst/rtp/gstrtpamrdepay.h:
10066         * gst/rtp/gstrtpamrpay.h:
10067         * gst/rtp/gstrtpdepay.h:
10068         * gst/rtp/gstrtpgsmdepay.h:
10069         * gst/rtp/gstrtpgsmpay.h:
10070         * gst/rtp/gstrtph263pay.h:
10071         * gst/rtp/gstrtph263pdepay.h:
10072         * gst/rtp/gstrtph263ppay.h:
10073         * gst/rtp/gstrtpmp4gpay.h:
10074         * gst/rtp/gstrtpmp4vdepay.h:
10075         * gst/rtp/gstrtpmp4vpay.h:
10076         * gst/rtp/gstrtpmpadepay.h:
10077         * gst/rtp/gstrtpmpapay.h:
10078         * gst/rtp/gstrtppcmadepay.h:
10079         * gst/rtp/gstrtppcmapay.h:
10080         * gst/rtp/gstrtppcmudepay.h:
10081         * gst/rtp/gstrtppcmupay.h:
10082         * gst/rtp/gstrtpspeexdepay.h:
10083         * gst/rtp/gstrtpspeexpay.h:
10084         * gst/rtsp/gstrtpdec.h:
10085         * gst/rtsp/gstrtspsrc.h:
10086         * gst/smpte/gstsmpte.h:
10087         * gst/udp/gstdynudpsink.h:
10088         * gst/udp/gstmultiudpsink.h:
10089         * gst/udp/gstudpsink.h:
10090         * gst/udp/gstudpsrc.h:
10091         * gst/videofilter/gstvideobalance.h:
10092         * gst/videofilter/gstvideoflip.h:
10093         * sys/oss/gstossdmabuffer.h:
10094         * sys/oss/gstossmixerelement.h:
10095         * sys/oss/gstosssink.h:
10096         * sys/oss/gstosssrc.h:
10097         * sys/osxvideo/osxvideosink.h:
10098         * sys/sunaudio/gstsunaudiomixer.h:
10099         * sys/sunaudio/gstsunaudiosink.h:
10100         * sys/ximage/gstximagesrc.h:
10101         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10102
10103 2006-05-31  Wim Taymans  <wim@fluendo.com>
10104
10105         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10106         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10107         (gst_goom_src_setcaps), (gst_goom_src_event),
10108         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10109         (gst_goom_change_state):
10110         * gst/goom/gstgoom.h:
10111         Handle QoS.
10112         Handle flushing, discont and events.
10113         Fix timestamps and various other cleanups.
10114
10115 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10116
10117         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10118         Fix bus reset when using libiec61883
10119
10120 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10121
10122         * configure.ac:
10123         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10124         * ext/raw1394/Makefile.am:
10125         Add CFLAGS.
10126         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10127         New method, to receive using libiec61883.
10128         (gst_dv1394src_iso_receive),
10129         #ifdef'd out if libiec61883 is present.
10130         (gst_dv1394src_bus_reset),
10131         Get userdata correctly if using libiec61883. 
10132         (gst_dv1394src_create),
10133         When using libiec61883, only poll one fd and no need to read.
10134         (gst_dv1394src_discover_avc_node),
10135         Replace g_warnings.
10136         (gst_dv1394src_start),
10137         Create new handle when we know which dv port.  More reliable
10138         than setting port on an existing handle.  Initialise libiec61883.
10139         (gst_dv1394src_stop):
10140         If using libiec61883, then cleanup its handle properly.
10141         * ext/raw1394/gstdv1394src.h:
10142         Add libiec61883 handle.
10143
10144 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10145
10146         * gst/avi/gstavidemux.c:
10147           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10148         * win32/MANIFEST:
10149           sort file listing
10150         * win32/vs6/libgstavi.dsp:
10151           add gstavimux.c to the project
10152         * win32/vs6/libgstid3demux.dsp:
10153           add link to zlib library
10154         * win32/vs6/libgstmatroska.dsp:
10155           add matroska-ids.c to the project
10156
10157 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10158
10159         Patch by: Sebastian Dröge  <mail at slomosnail de >
10160
10161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10163         * ext/taglib/Makefile.am:
10164         * ext/taglib/gstapev2mux.cc:
10165         * ext/taglib/gstapev2mux.h:
10166         * ext/taglib/gstid3v2mux.cc:
10167         * ext/taglib/gsttaglibmux.c: (plugin_init):
10168         * ext/taglib/gsttaglibmux.h:
10169           Add apev2mux element (#343122).
10170         
10171         * tests/check/Makefile.am:
10172         * tests/check/elements/apev2mux.c:
10173         (test_taglib_apev2mux_create_tags),
10174         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10175         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10176         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10177         (apev2mux_suite), (main):
10178           Add unit test for apev2mux element.
10179
10180 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10183         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10184         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10185           GST_PTR_FORMAT should be used to print caps in debug statements.
10186
10187 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10190
10191         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10192         (ape_demux_parse_tags):
10193           Some clean-ups and additions: map APE 'file' tag to
10194           GST_TAG_LOCATION (#343123); add support for extracting
10195           the track count and clean up parsing a bit (#343127).
10196
10197 2006-05-28  Edward Hervey  <edward@fluendo.com>
10198
10199         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10200         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10201
10202 2006-05-28  Edward Hervey  <edward@fluendo.com>
10203
10204         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10205         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10206         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10207         * ext/jpeg/gstjpegdec.h:
10208         Clip outgoing buffers according to currently configured segment.
10209
10210 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10211
10212         * ext/taglib/gstid3v2mux.cc:
10213           Handle  writing of track-count or album-volume-count without
10214           track-number or albume-volume-number (in this case the number
10215           will just be set to 0).
10216
10217         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10218           It would be nice if we actually checked the values received for
10219           track/album-volume number/count in  _check_tags(), rather than
10220           setting them again ...
10221
10222 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10225           A track/volume number or count of 0 does not make sense,
10226           just ignore it along with negative numbers (a tag might
10227           only contain a track count without a track number).
10228
10229 2006-05-27  Edward Hervey  <edward@fluendo.com>
10230
10231         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10232         (gst_jpeg_dec_sink_event):
10233         Abort decompression when receiving FLUSH_STOP. This should avoid
10234         issues when interrupting decoding with flushes.
10235
10236 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * ext/flac/gstflac.c:
10239           Don't #include file we don't dist any longer.
10240
10241 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10242
10243         * README:
10244           Replace current README (containing the release notes from
10245           some 0.9.x version) with a proper README taken from the core.
10246
10247 2006-05-24  Wim Taymans  <wim@fluendo.com>
10248
10249         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10250         Implement EOS correctly by either posting
10251         SEGMENT_DONE or pushing an EOS message depending
10252         on the seek type. Fixes #342592
10253
10254 2006-05-24  Wim Taymans  <wim@fluendo.com>
10255
10256         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10257         * gst/law/alaw-decode.h:
10258         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10259         * gst/law/alaw-encode.h:
10260         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10261         * gst/law/mulaw-decode.h:
10262         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10263         * gst/law/mulaw-encode.h:
10264         Some cleanups in the chain functions.
10265         Remove some GStreamer 0.0.2 bits.
10266
10267 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10270
10271         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10272           gst_collect_pads_stop() needs to be called before chaining up
10273           to the parent class (#342734).
10274
10275 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10276
10277         * ext/flac/Makefile.am:
10278         * ext/flac/flac_compat.h:
10279         * ext/flac/gstflac.c:
10280         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10281         * ext/flac/gstflacenc.c:
10282           Remove backwards compatibility cruft for dealing with FLAC API
10283           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10284
10285 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10286
10287         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10288         (gst_matroska_demux_push_xiph_codec_priv_data),
10289         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10290         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10291         * gst/matroska/matroska-ids.h:
10292         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10293         (gst_matroska_mux_video_pad_setcaps),
10294         (xiph3_streamheader_to_codecdata),
10295         (vorbis_streamheader_to_codecdata),
10296         (theora_streamheader_to_codecdata),
10297         (gst_matroska_mux_audio_pad_setcaps),
10298         (gst_matroska_mux_write_data):
10299           Add support for muxing/demuxing theora video (#342448; too bad
10300           none of the usual linux players can actually play this). Playback
10301           in GStreamer will require additional changes to theoradec in -base.
10302           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10303           cleanups.
10304
10305 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10306
10307         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10308         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10309           Fix crashes when the horizontal subsampling is 1.
10310           Fixes #342097.
10311
10312 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10315
10316         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10317         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10318         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10319         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10320         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10321         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10322         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10323         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10324         (gst_avi_mux_change_state):
10325         * gst/avi/gstavimux.h:
10326           Some enhancements for avimux (#342526):
10327            - add odml (large file) index support
10328            - store codec init data (e.g. huffyuv)
10329            - miscellaneous other fixes/cleanups
10330
10331 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10332
10333         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10334         Don't output any tag when we encounter a negative track number - the
10335         tag type is uint, so we end up outputting huge positive numbers
10336         instead. (Fixes: #342029)
10337
10338 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10339
10340         * configure.ac:
10341           update for new GSTPB_PLUGINS_DIR
10342
10343 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10344
10345         * rtp/gst/gstrtph263pay.c:
10346         Properly set static caps for H263 at 34.
10347
10348 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10349
10350         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10351
10352         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10353           Merge event tags and tag setter tags correctly (#339918). Also,
10354           don't leak taglist in case of an error.
10355           
10356 2006-05-17  Edward Hervey  <edward@fluendo.com>
10357
10358         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10359         We can only do caps intersection if the othercaps are non-empty and not
10360         ANY. Else we return the pad template (base_caps).
10361
10362 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10365           Fix crash when outputting debugging information for certain
10366           pictures (always good to use the right struct member for
10367           the number of records in an array).
10368
10369 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10370
10371         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10372
10373         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10374         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10375         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10376         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10377         (gst_ebml_read_float), (gst_ebml_read_ascii),
10378         (gst_ebml_read_binary):
10379           Don't create unnecessary sub-buffers all the time. Dramatically
10380           improves performance with multiple concurrently running
10381           matroskademux instances (#341818) (and avoids doing
10382           unnecessarily inefficient things in the general case).
10383
10384 2006-05-16  Edward Hervey  <edward@fluendo.com>
10385
10386         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10387         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10388         return value of gst_pad_push_event().
10389
10390 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10391
10392         * gst/autodetect/gstautoaudiosink.c:
10393         (gst_auto_audio_sink_find_best):
10394         * gst/autodetect/gstautovideosink.c:
10395         (gst_auto_video_sink_find_best):
10396         Make the name of the child element be based on the name of the
10397         parent, so that debug output is more useful.
10398         
10399         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10400         (parse_insert_string_field), (parse_split_strings):
10401         Rework string parsing to always walk over BOM markers in UTF16
10402         strings, using the endianness indicated by the innermost one,
10403         then trying the opposite endianness if that fails to convert
10404         to valid UTF-8. Fixes #341774
10405
10406 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10407
10408         Patch from: Matthieu <matthieu at fluendo dot com>
10409
10410         * ext/libpng/Makefile.am:
10411         Add LIBPNG_CFLAGS.
10412
10413 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * ext/taglib/gstid3v2mux.cc:
10416           Add support for writing images (APIC frames) into ID3v2
10417           tags (picture type always set to 'other' for now though).
10418
10419 2006-05-14  Michael Smith  <msmith@fluendo.com>
10420
10421         * gst/wavparse/gstwavparse.c:
10422           Update docs; wavparse implements push and pull modes.
10423
10424 2006-05-12  Wim Taymans  <wim@fluendo.com>
10425
10426         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10427         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10428         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10429         Ooops, bitten by the copy-and-paste design paradigm, fixes
10430         seek again.
10431
10432 2006-05-12  Wim Taymans  <wim@fluendo.com>
10433
10434         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10435         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10436         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10437         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10438         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10439         (gst_avi_demux_massage_index),
10440         (gst_avi_demux_calculate_durations_from_index),
10441         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10442         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10443         (gst_avi_demux_loop):
10444         * gst/avi/gstavidemux.h:
10445         Some cleanups, prepare to use GstSegment.
10446         Fix error in entry walking code.
10447         Fix VBR detection.
10448         Smarter timestamp calculation code.
10449         Uniform error/eos handling.
10450
10451 2006-05-12  Michael Smith  <msmith@fluendo.com>
10452
10453         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10454         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10455           Fix use of uninitialised values if we're NOT seeking in ready.
10456           Fix typos.
10457
10458 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10459
10460         * gst/wavparse/Makefile.am:
10461           Add CFLAGS and LIBS for libgstbase, fixes build on
10462           Cygwin (#341489).
10463
10464 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10465
10466         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10467           Some more debug info. No need to check whether the string
10468           returned by g_convert() is really UTF-8 - either it is or
10469           we get NULL returned.
10470
10471 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10472
10473         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10474           Fix parsing of numeric genre strings some more, by ensuring that
10475           we only try and parse strings that a) Start with '(' and b) Consist
10476           only of digits.
10477           Also, when finding an escaping '((' sequence, bust it back to '(' by
10478           swallowing the first parenthesis
10479
10480 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10483         (gst_esdsink_open), (gst_esdsink_close):
10484         * ext/esd/esdsink.h:
10485           Move the esd_get_server_info() into gst_esdsink_open() and fail
10486           with a decent error message on errors.
10487
10488 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10489
10490         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10491         (gst_esdmon_channels_get_type):
10492         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10493         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10494         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10495         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10496         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10497         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10498         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10499         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10500         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10501         * gst/videomixer/videomixer.c:
10502         (gst_video_mixer_background_get_type):
10503           Const-ify GEnumValue arrays.
10504
10505 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10508
10509         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10510         (gst_avi_mux_do_video_buffer):
10511           Work around gst_buffer_make_metadata_writable() bug that
10512           results in avimux marking all frames in the index as
10513           keyframes (#340859).
10514           
10515 2006-05-08  Wim Taymans  <wim@fluendo.com>
10516
10517         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10518         Make parsing of urls suck slightly less.
10519
10520 2006-05-08  Edward Hervey  <edward@fluendo.com>
10521
10522         * autogen.sh: (CONFIGURE_DEF_OPT): 
10523         libtoolize on Darwin/MacOSX is called glibtoolize.
10524
10525 2006-05-08  Wim Taymans  <wim@fluendo.com>
10526
10527         Patch by: Jens Granseuer <jensgr at gmx dot net>
10528
10529         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10530         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10531         C89 compliance fixes. Fixes #340980
10532
10533 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10534
10535         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10536         * ext/flac/gstflacdec.h:
10537           Handle segment seeks that include the end of the file as stop point
10538           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10539           message instead of an EOS event in case we're in segment seek
10540           mode (fixes #340699).
10541           
10542 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10543
10544         * ext/cairo/gsttextoverlay.c:
10545         * ext/flac/gstflacdec.c:
10546         * ext/gdk_pixbuf/pixbufscale.c:
10547         * gst/apetag/gstapedemux.c:
10548         * gst/debug/breakmydata.c:
10549         * gst/debug/testplugin.c:
10550         * gst/matroska/ebml-write.c:
10551         * gst/multipart/multipartdemux.c:
10552         * sys/osxaudio/gstosxaudiosink.c:
10553         * sys/osxaudio/gstosxaudiosrc.c:
10554         Add semicolons after GST_BOILERPLATE[_FULL] so that
10555         indent doesn't mess up following lines.
10556
10557 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10560
10561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10562           Don't leak caps when freeing the stream context (#340623).
10563
10564 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10565
10566         * configure.ac:
10567           Back to CVS
10568
10569 === release 0.10.3 ===
10570
10571 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10572
10573         * configure.ac:
10574           releasing 0.10.3, "Desplazado"
10575
10576 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * gst/matroska/matroska-mux.c:
10579         (gst_matroska_mux_stream_is_vorbis_header),
10580         (gst_matroska_mux_write_data):
10581           Don't strcmp() NULL strings.
10582           Only start new clusters on video keyframes, not on any
10583           random audio buffer that doesn't have the DELTA_UNIT
10584           flag set (fixes 'make check' again).
10585
10586 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10587
10588         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10589
10590         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10591         (gst_matroska_mux_stream_is_vorbis_header),
10592         (gst_matroska_mux_write_data):
10593           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10594           value and then dead-lock when muxing vorbis audio streams
10595           (the three vorbis header buffers carry no timestamp, and it
10596           would try to mux these after all video buffers). Fixes #340346.
10597
10598           Improve clustering: start a new cluster also whenever we get
10599           a keyframe.     
10600
10601 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10602
10603         * win32/common/config.h:
10604         * win32/MANIFEST
10605           add the generated file as well
10606
10607 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10608
10609         * Makefile.am:
10610         * configure.ac:
10611         * win32/common/config.h.in:
10612           add win32 stuff
10613
10614 2006-05-03  Michael Smith  <msmith@fluendo.com>
10615
10616         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10617           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10618           SUCKS.
10619
10620 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10621
10622         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10623         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10624         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10625           don't leak caps-string
10626
10627 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10628
10629         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10630         (gst_id3demux_sink_activate):
10631           Let core insert default error message for TYPE_NOT_FOUND
10632           errors, it's just as good as our own and has the added
10633           bonus of being translated.
10634
10635 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10638         (gst_tag_demux_sink_event):
10639         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10640         (gst_id3demux_sink_event):
10641           Post an error message when we get an EOS event and were not
10642           able to find out the type of stream.
10643
10644         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10645         (test_taglib_id3mux_with_tags):
10646           Decrease num-buffers to 16 per iteration again, otherwise the
10647           many memcpy()s and reallocations in the test will hammer slow
10648           CPUs completely and make the test timeout.
10649
10650 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10651
10652         * configure.ac:
10653           figure out where plugins-base plugins are
10654         * tests/check/Makefile.am:
10655           use plugins-base plugins, so we have typefind functions
10656         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10657           increase num-buffers, this makes sure the test errors out instead
10658           of timing out when no typefind functions are present
10659
10660 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10661
10662         * docs/plugins/Makefile.am:
10663           also check .cc files for gtk-doc markup
10664         * configure.ac:
10665         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10666         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10667         * tests/check/Makefile.am:
10668         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10669         * ext/Makefile.am:
10670         * ext/taglib/Makefile.am:
10671         * ext/taglib/gstid3v2mux.h:
10672         * ext/taglib/gsttaglibmux.c:
10673         * ext/taglib/gsttaglibmux.h:
10674           move taglib-based id3v2muxer to -good.  Fixes #336110.
10675
10676 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10679           ... and fix multichannel/WAVFORMATEX support again.
10680
10681 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10682
10683         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10684         (gst_wavparse_class_init), (gst_wavparse_dispose),
10685         (gst_wavparse_reset), (gst_wavparse_init),
10686         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10687         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10688         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10689         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10690         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10691         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10692         (gst_wavparse_stream_data), (gst_wavparse_loop),
10693         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10694         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10695         (gst_wavparse_change_state), (plugin_init):
10696         * gst/wavparse/gstwavparse.h:
10697           Add push (streaming) mode to wavparse (fixes #337625)
10698
10699 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10700
10701         * configure.ac:
10702         * tests/Makefile.am:
10703           add ximagesrc icles test
10704
10705 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10706
10707         * configure.ac:
10708         * docs/plugins/Makefile.am:
10709         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10710         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10711         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10712         (gst_cmml_enc_push_clip):
10713         * sys/Makefile.am:
10714         * sys/ximage/Makefile.am:
10715         * sys/ximage/gstximagesrc.c:
10716           Move ximagesrc plug-in to good after review.  Fixes #336756.
10717
10718 2006-04-28  Michael Smith  <msmith@fluendo.com>
10719
10720         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10721         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10722         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10723         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10724         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10725         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10726         * gst/icydemux/gsticydemux.h:
10727           Fix event handling: cache events when typefinding and forward later.
10728
10729 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10730
10731         * sys/osxaudio/gstosxaudiosink.c:
10732         (plugin_init):
10733          Register osxaudiosrc to the plugin.
10734         * sys/osxaudio/gstosxaudiosrc.c:
10735         (gst_osx_audio_src_osxelement_do_init),
10736         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10737         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10738         (gst_osx_audio_src_get_property),
10739         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10740         (gst_osx_audio_src_osxelement_init):
10741         * sys/osxaudio/gstosxaudiosrc.h:
10742           Port of osxaudiosrc to 0.10.
10743         * sys/osxaudio/Makefile.am:
10744           Add osxaudiosrc
10745
10746 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10747
10748         * sys/osxaudio/gstosxringbuffer.c:
10749         * sys/osxaudio/gstosxringbuffer.h:
10750           Forgot to commit earlier, part of the OSX audio plugin port
10751
10752 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10753
10754         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10755         (parse_split_strings):
10756           Recognise and skip any byte order marker (BOM) in
10757           UTF-16 strings.
10758
10759 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * docs/plugins/Makefile.am:
10762         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10763         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10764         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10765         * docs/plugins/inspect/plugin-avi.xml:
10766         * gst/avi/gstavidemux.c:
10767         * gst/avi/gstavimux.c:
10768           Add docs for both avidemux and avimux.
10769
10770 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10773
10774         * gst/avi/Makefile.am:
10775         * gst/avi/gstavi.c: (plugin_init):
10776         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10777         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10778         (gst_avi_mux_class_init), (gst_avi_mux_init),
10779         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10780         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10781         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10782         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10783         (gst_avi_mux_riff_get_avix_header),
10784         (gst_avi_mux_riff_get_video_header),
10785         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10786         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10787         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10788         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10789         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10790         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10791         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10792         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10793         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10794         (gst_avi_mux_change_state):
10795         * gst/avi/gstavimux.h:
10796           Port AVI muxer to GStreamer-0.10 (#332031).
10797
10798         * tests/check/Makefile.am:
10799         * tests/check/elements/avimux.c:
10800         * tests/check/elements/.cvsignore:
10801           Add unit test for AVI muxer.
10802
10803 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10804
10805         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10806         (gst_wavparse_class_init), (gst_wavparse_reset),
10807         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10808         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10809         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10810         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10811         (gst_wavparse_stream_data), (gst_wavparse_loop),
10812         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10813         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10814         (plugin_init):
10815         * gst/wavparse/gstwavparse.h:
10816           reverted patch #337625 for the price of 1 hour sleep
10817
10818 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10819
10820         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10821         (gst_wavparse_class_init), (gst_wavparse_reset),
10822         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10823         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10824         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10825         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10826         (gst_wavparse_stream_data), (gst_wavparse_loop),
10827         (gst_wavparse_chain), (plugin_init):
10828         * gst/wavparse/gstwavparse.h:
10829           correct partial implementation of push mode
10830           (from my last commit)
10831
10832 2006-04-26  Wim Taymans  <wim@fluendo.com>
10833
10834         * ext/esd/esdsink.c:
10835         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10836         it is not in esd.h
10837
10838 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10841         (gst_au_parse_class_init), (gst_au_parse_init),
10842         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10843         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10844         (gst_au_parse_chain), (gst_au_parse_src_convert),
10845         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10846         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10847         (gst_au_parse_change_state):
10848         * gst/auparse/gstauparse.h:
10849           Rewrite auparse to suck a little bit less: make source pad
10850           dynamic, so decodebin/playbin work with non-raw formats
10851           like alaw/mulaw; add query function for duration/position
10852           queries; check whether we have enough data before attempting
10853           to parse the header (instead of crashing when that is not the
10854           case); work around audioconvert sucking by swapping endianness
10855           to the native endianness ourselves for float formats; send
10856           initial newsegment event. Fixes #161712.
10857
10858 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10859
10860         * sys/osxaudio/Makefile.am:
10861         * sys/osxaudio/gstosxaudioelement.c:
10862         (gst_osx_audio_element_get_type),
10863         (gst_osx_audio_element_class_init):
10864         * sys/osxaudio/gstosxaudioelement.h:
10865         * sys/osxaudio/gstosxaudiosink.c:
10866         (gst_osx_audio_sink_osxelement_do_init),
10867         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10868         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10869         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10870         (gst_osx_audio_sink_create_ringbuffer),
10871         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10872         (plugin_init):
10873         * sys/osxaudio/gstosxaudiosink.h:
10874         Port of osxaudiosink to 0.10
10875
10876 2006-04-26  Wim Taymans  <wim@fluendo.com>
10877
10878         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10879         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10880         the size of the ringbuffer. This should fix hangs with older 
10881         esd sound servers.
10882
10883 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10884
10885         * ext/aalib/gstaasink.c:
10886         * ext/annodex/gstcmmldec.c:
10887         * ext/annodex/gstcmmlenc.c:
10888         * ext/cairo/gsttextoverlay.c:
10889         * ext/cairo/gsttimeoverlay.c:
10890         * ext/cdio/gstcdiocddasrc.c:
10891         * ext/dv/gstdvdec.c:
10892         * ext/dv/gstdvdemux.c:
10893         * ext/esd/esdmon.c:
10894         * ext/esd/esdsink.c:
10895         * ext/flac/gstflacenc.c:
10896         * ext/flac/gstflactag.c:
10897         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10898         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10899         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10900         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10901         * ext/gdk_pixbuf/pixbufscale.c:
10902         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10903         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10904         * ext/jpeg/gstjpegdec.c:
10905         * ext/jpeg/gstjpegenc.c:
10906         * ext/jpeg/gstsmokedec.c:
10907         * ext/jpeg/gstsmokeenc.c:
10908         * ext/libcaca/gstcacasink.c:
10909         * ext/libmng/gstmngdec.c:
10910         * ext/libmng/gstmngenc.c:
10911         * ext/libpng/gstpngdec.c:
10912         * ext/libpng/gstpngenc.c:
10913         * ext/mikmod/gstmikmod.c:
10914         * ext/raw1394/gstdv1394src.c:
10915         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10916         * ext/shout2/gstshout2.h:
10917         * ext/speex/gstspeexdec.c:
10918         * ext/speex/gstspeexenc.c:
10919         * gst/alpha/gstalpha.c:
10920         * gst/alpha/gstalphacolor.c:
10921         * gst/apetag/gstapedemux.c:
10922         * gst/auparse/gstauparse.c:
10923         * gst/autodetect/gstautoaudiosink.c:
10924         (gst_auto_audio_sink_base_init):
10925         * gst/autodetect/gstautovideosink.c:
10926         (gst_auto_video_sink_base_init):
10927         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10928         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10929         * gst/cutter/gstcutter.c:
10930         * gst/debug/breakmydata.c:
10931         * gst/debug/efence.c:
10932         * gst/debug/gstnavigationtest.c:
10933         * gst/debug/gstnavseek.c:
10934         * gst/debug/negotiation.c:
10935         * gst/debug/progressreport.c:
10936         * gst/debug/testplugin.c:
10937         * gst/effectv/gstaging.c:
10938         * gst/effectv/gstdice.c:
10939         * gst/effectv/gstedge.c:
10940         * gst/effectv/gstquark.c:
10941         * gst/effectv/gstrev.c:
10942         * gst/effectv/gstshagadelic.c:
10943         * gst/effectv/gstvertigo.c:
10944         * gst/effectv/gstwarp.c:
10945         * gst/flx/gstflxdec.c:
10946         * gst/goom/gstgoom.c:
10947         * gst/icydemux/gsticydemux.c:
10948         * gst/id3demux/gstid3demux.c:
10949         * gst/interleave/deinterleave.c:
10950         * gst/interleave/interleave.c:
10951         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10952         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10953         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10954         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10955         * gst/level/gstlevel.c:
10956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10957         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10958         * gst/median/gstmedian.c:
10959         * gst/monoscope/gstmonoscope.c:
10960         * gst/multipart/multipartdemux.c:
10961         * gst/multipart/multipartmux.c:
10962         * gst/oldcore/gstaggregator.c:
10963         * gst/oldcore/gstfdsink.c:
10964         * gst/oldcore/gstmd5sink.c:
10965         * gst/oldcore/gstmultifilesrc.c:
10966         * gst/oldcore/gstpipefilter.c:
10967         * gst/oldcore/gstshaper.c:
10968         * gst/oldcore/gststatistics.c:
10969         * gst/rtp/gstasteriskh263.c:
10970         * gst/rtp/gstrtpL16depay.c:
10971         * gst/rtp/gstrtpL16pay.c:
10972         * gst/rtp/gstrtpamrdepay.c:
10973         * gst/rtp/gstrtpamrpay.c:
10974         * gst/rtp/gstrtpdepay.c:
10975         * gst/rtp/gstrtpgsmpay.c:
10976         * gst/rtp/gstrtph263pay.c:
10977         * gst/rtp/gstrtph263pdepay.c:
10978         * gst/rtp/gstrtph263ppay.c:
10979         * gst/rtp/gstrtpilbcdepay.c:
10980         * gst/rtp/gstrtpmp4gpay.c:
10981         * gst/rtp/gstrtpmp4vdepay.c:
10982         * gst/rtp/gstrtpmp4vpay.c:
10983         * gst/rtp/gstrtpmpadepay.c:
10984         * gst/rtp/gstrtpmpapay.c:
10985         * gst/rtp/gstrtppcmadepay.c:
10986         * gst/rtp/gstrtppcmapay.c:
10987         * gst/rtp/gstrtppcmudepay.c:
10988         * gst/rtp/gstrtppcmupay.c:
10989         * gst/rtp/gstrtpspeexdepay.c:
10990         * gst/rtp/gstrtpspeexpay.c:
10991         * gst/rtsp/gstrtpdec.c:
10992         * gst/rtsp/gstrtspsrc.c:
10993         * gst/smpte/gstsmpte.c:
10994         * gst/udp/gstdynudpsink.c:
10995         * gst/udp/gstmultiudpsink.c:
10996         * gst/udp/gstudpsink.c:
10997         * gst/udp/gstudpsrc.c:
10998         * gst/videobox/gstvideobox.c:
10999         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11000         * gst/videofilter/gstvideobalance.c:
11001         * gst/videofilter/gstvideoflip.c:
11002         * gst/videofilter/gstvideotemplate.c:
11003         (gst_videotemplate_base_init):
11004         * gst/videomixer/videomixer.c:
11005         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11006         (gst_wavparse_class_init), (gst_wavparse_dispose),
11007         (gst_wavparse_reset), (gst_wavparse_init),
11008         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11009         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11010         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11011         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11012         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11013         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11014         (gst_wavparse_change_state):
11015         * gst/wavparse/gstwavparse.h:
11016         * sys/oss/gstossmixerelement.c:
11017         * sys/oss/gstosssink.c:
11018         * sys/oss/gstosssrc.c:
11019         * sys/osxaudio/gstosxaudioelement.c:
11020         * sys/osxaudio/gstosxaudiosink.c:
11021         * sys/osxaudio/gstosxaudiosrc.c:
11022         * sys/sunaudio/gstsunaudiomixer.c:
11023         * sys/sunaudio/gstsunaudiosink.c:
11024           Define GstElementDetails as const and also static (when defined as
11025           global)
11026
11027 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11030           Source pad has fixed caps. If we don't set this, bad
11031           things happen when the window is resized.
11032
11033 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * gst/matroska/Makefile.am:
11036         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11037         (gst_matroska_demux_handle_src_event):
11038         * gst/matroska/matroska-ids.c:
11039         (gst_matroska_track_init_video_context),
11040         (gst_matroska_track_init_audio_context),
11041         (gst_matroska_track_init_subtitle_context),
11042         (gst_matroska_track_init_complex_context):
11043         * gst/matroska/matroska-ids.h:
11044           Handle case where the TrackType ebml chunk does not come before the
11045           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11046           events.
11047
11048 2006-04-25  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11051         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11052         It's codec_data, not codec_info.
11053
11054 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11055
11056         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11057
11058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11059           Handle codec_data for VfW compatibility codec IDs (#339451)
11060
11061         * gst/matroska/matroska-mux.c:
11062         (gst_matroska_mux_video_pad_setcaps):
11063           Same here, handle codec_data and add additional caps we can handle
11064           now to the pad template (huffyuv, dv and h263 video) (#339451)
11065
11066 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11069
11070         * gst/matroska/matroska-mux.c:
11071         (gst_matroska_mux_create_buffer_header),
11072         (gst_matroska_mux_write_data):
11073           Fix timestamping of B-frames, use signed integers, do
11074           some rounding (#339678).
11075
11076 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11077
11078         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11079         just make it compile with --disable-gst-debug.
11080
11081 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11082
11083         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11084         Fix a bad conversion using gst_guint64_to_gdouble.
11085         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11086         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11087         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11088     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11089         mistake.
11090
11091 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11092
11093         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11094         Use gst_guint64_to_gdouble for conversions
11095         * win32/vs6/gst_plugins_good.dsw:
11096         * win32/vs6/libgsticydemux.dsp:
11097         Add a project file for icydemux
11098
11099 2006-04-21  Wim Taymans  <wim@fluendo.com>
11100
11101         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11102
11103         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11104         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11105         When splitting audio chunks, the block alignment is not taken in
11106         consideration, so the smaller chunks could be of size which is 
11107         not a multiple of the block alignment. Fixes #336904
11108
11109 2006-04-21  Wim Taymans  <wim@fluendo.com>
11110
11111         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11112         Use scale functions
11113
11114 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * ext/dv/gstdv.c: (plugin_init):
11117           Fix build.
11118
11119 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11122         (gst_progress_report_class_init), (gst_progress_report_init),
11123         (gst_progress_report_do_query), (gst_progress_report_report),
11124         (gst_progress_report_set_property),
11125         (gst_progress_report_get_property):
11126           Add 'format' property to force querying to a particular format.
11127
11128 2006-04-21  Andy Wingo  <wingo@pobox.com>
11129
11130         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11131         best, on big endian systems. Drop its rank in that case. OTOH on
11132         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11133
11134 2006-04-21  Michael Smith  <msmith@fluendo.com>
11135
11136         * configure.ac:
11137         * gst/icydemux/Makefile.am:
11138         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11139         (gst_icydemux_base_init), (gst_icydemux_class_init),
11140         (gst_icydemux_reset), (gst_icydemux_init),
11141         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11142         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11143         (unicodify), (gst_icydemux_unicodify),
11144         (gst_icydemux_parse_and_send_tags),
11145         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11146         (gst_icydemux_chain), (gst_icydemux_change_state),
11147         (gst_icydemux_send_tag_event), (plugin_init):
11148         * gst/icydemux/gsticydemux.h:
11149         * tests/check/Makefile.am:
11150         * tests/check/elements/icydemux.c: (typefind_succeed),
11151         (plugin_init), (icydemux_found_pad), (create_icydemux),
11152         (cleanup_icydemux), (push_data), (GST_START_TEST),
11153         (icydemux_suite), (main):
11154           Add icydemux, and tests.
11155
11156 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11157
11158         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11159           Post SEGMENT_DONE message in TIME format.
11160
11161 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11162
11163         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11164
11165         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11166         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11167           Fix index creation when we have to scan the file to create
11168           an index. There may be other types of RIFF 'LIST' chunks than
11169           'movi' and we need to skip them properly as well or we'll end up
11170           reading garbage (#336889). Some other cosmetic changes.
11171           
11172 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11173
11174         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11175         (gst_flac_dec_handle_seek_event):
11176           Add support for segment seeks (fixes #338290). Also demote
11177           some recurring debug message from DEBUG to LOG level.
11178
11179 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11180
11181         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11182         (gst_matroskademux_do_index_seek),
11183         (gst_matroska_demux_handle_seek_event),
11184         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11185         * gst/matroska/matroska-ids.h:
11186           Set DISCONT flag on first buffer after a discontinuity.
11187           Fix newsegment events sent when seeking and honour KEY_UNIT
11188           seek flag. Create pad with bogus caps if we don't recognise
11189           the stream codec id.
11190
11191         * gst/matroska/matroska-demux.h:
11192           Fix GObject macros.
11193
11194 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11197
11198         * gst/matroska/matroska-demux.c:
11199         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11200           Handle end of segment properly when set; don't dead-lock when
11201           posting start of segment message when doing a segment seek.
11202           Fixes #338810.
11203
11204 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11207         (gst_matroska_demux_plugin_init):
11208           Make mpeg2 aac audio work: create artificial private codec data
11209           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11210           Also call gst_riff_init(). Partially fixes #338767.
11211
11212 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11213
11214         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11215         (gst_wavenc_class_init), (gst_wavenc_init),
11216         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11217         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11218         (gst_wavenc_chain), (gst_wavenc_change_state):
11219         * gst/wavenc/gstwavenc.h:
11220           Set caps on first outgoing buffer, so that it doesn't error out
11221           immediately with a non-negotiated error (#338716). Rewrite and
11222           clean up a bit; fix setcaps function to parse things properly;
11223           fix sink caps (8bit audio is unsigned and doesn't have depth);
11224           use boilerplate macros; remove unused properties stuff.
11225
11226 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11229           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11230           handle MJPEG streams and might be autoplugged for those if the
11231           user doesn't have jpegdec installed (resulting in a cryptic error
11232           message about huffman tables). Better to disable JPEG decoding here
11233           and let the user figure out that she needs to install jpegdec.
11234
11235 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11236
11237         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11238         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11239         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11240         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11241           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11242           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11243           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11244           debug messages. Fix boilerplate macros.
11245
11246 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11249         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11250           No need to special-case for Gdk-2.0 any longer, we require
11251           Gdk 2.2 or newer; minor clean-ups.
11252
11253 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11254
11255         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11256         (gst_shout2send_class_init), (gst_shout2send_init),
11257         (set_shout_metadata), (gst_shout2send_set_metadata),
11258         (gst_shout2send_event), (gst_shout2send_start),
11259         (gst_shout2send_connect), (gst_shout2send_stop),
11260         (gst_shout2send_render), (gst_shout2send_set_property),
11261         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11262         (plugin_init):
11263         * ext/shout2/gstshout2.h:
11264         * po/POTFILES.in:
11265           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11266           change function; use GST_ELEMENT_ERROR for error reporting, not
11267           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11268           will cause crashes or assertion failures; remove (unused) "sync"
11269           property, basesink already has such a property; misc. other
11270           minor fixes and cleanups.
11271
11272 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11273
11274         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11275         * ext/esd/gstesd.c: (plugin_init):
11276         * po/POTFILES.in:
11277           Add translatable error message for when we cannot
11278           connect to the sound server, as "Cannot open resource
11279           for writing" isn't really an acceptable message to show
11280           to the user in this case.
11281
11282 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         * sys/oss/gst-i18n-plugin.h:
11285           Remove bogus file that doesn't belong here.
11286
11287 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         Patch by: Philippe Valembois
11290
11291         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11292         (gst_shout2send_set_metadata), (gst_shout2send_event),
11293         (gst_shout2send_render), (gst_shout2send_change_state):
11294         * ext/shout2/gstshout2.h:
11295           Handle tags being received before the connection to
11296           the server is established properly (see #338636).
11297
11298 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11299
11300         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11301           Don't crash in case the connection to the server fails:
11302           don't set pointer to NULL by assigning FALSE; error out
11303           properly by using GST_ELEMENT_ERROR and returning
11304           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11305           before resetting the pointer.
11306
11307 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11308
11309         * gst/id3demux/id3tags.c:
11310         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11311         (Fixes #338713)
11312
11313 2006-04-12  Wim Taymans  <wim@fluendo.com>
11314
11315         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11316         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11317         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11318         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11319         (gst_gdk_pixbuf_chain):
11320         Some cleanups.
11321         Added RGBA as a possible output format.
11322         Correctly free the supported mimetypes.
11323         deprecate silent arg, it's not used.
11324         Return result from _alloc_buffer to peer.
11325
11326 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11327
11328         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11329           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11330           overwriting GST_BUFFER_MALLOCDATA.
11331
11332 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11333
11334         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11335         (user_endrow_callback), (user_end_callback),
11336         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11337         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11338         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11339         * ext/libpng/gstpngdec.h:
11340           Handle more than one frame if the content is framed,
11341           like with png-in-quicktime (#331917).
11342
11343 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11344
11345         * sys/oss/Makefile.am:
11346         * sys/oss/common.h:
11347         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11348         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11349         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11350         (gst_oss_src_unprepare):
11351           - the user-visible error strings were in the wrong category
11352           - and the messages were not marked for translation
11353           - which is actually a good thing, because they were exactly
11354             the kind of message you would never want anyone to see
11355           - the macros were using variables that didn't exist in the macro
11356             arguments
11357           - and they were obviously copied from each other and then modified
11358           - so a common header makes sense
11359
11360 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11361
11362         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11363           Don't try to modify read-only data.
11364
11365         * gst/matroska/matroska-demux.c:
11366         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11367           Fix comment (won't crash any longer now).
11368
11369 2006-04-10  Michael Smith  <msmith@fluendo.com>
11370
11371         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11372           Use copies of header buffers for caps to avoid circular refcounting
11373           problems (as in theoradec, vorbisdec).
11374
11375         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11376           Fix a typo in test that meant it was testing the wrong thing.
11377
11378         * tests/check/elements/cmmlenc.c: (check_headers):
11379           Fix refcount checks now that we use buffer-copies for caps.
11380
11381 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11384         (gst_matroska_demux_handle_seek_event),
11385         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11386         (gst_matroska_demux_subtitle_caps),
11387         (gst_matroska_demux_plugin_init):
11388           Use static pad templates with ANY caps for audio and video
11389           source pads and get rid of a lot of unnecessary (and partially
11390           broken) code for the template caps. Clean up caps finding
11391           functions. Fixes playback of audio files/streams that do not
11392           contain the sample rate and/or number of channels in the audio
11393           context (happens a lot with vorbis/mp3 .mka files it seems).
11394           Fixes #337183.
11395           Also add myself to copyright holders.
11396
11397 2006-04-10  Michael Smith  <msmith@fluendo.com>
11398
11399         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11400           Use g_list_delete_link () instead of g_list_remove_link () so that
11401           we free the link as well as the contained data.
11402
11403 2006-04-10  Wim Taymans  <wim@fluendo.com>
11404
11405         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11406
11407         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11408         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11409         (gst_avi_demux_stream_header):
11410         Fix some crashers with empty chunks. (Fixes #337749)
11411
11412 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11413
11414         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11415           use G_GINT64_CONSTANT for INT64 constants
11416         * gst/videofilter/gstvideobalance.c:
11417           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11418         * win32/vs6/libgstavi.dsp:
11419          add missing libraries for the link and remove avimux.c from
11420          the project as it isn't ported to 0.10 yet
11421         
11422 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11425           Even better would be if we actually did the right thing
11426           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11427
11428 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11429
11430         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11431           Can't just replace 1LL with 1L here just because MSVC doesn't
11432           support it, as it might lead to incorrect results when doing the
11433           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11434           force a 64-bit constant in a way that all compilers are happy with.
11435
11436 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11437
11438         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11439         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11440         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11441         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11442         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11443         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11444         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11445         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11446         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11447         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11448         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11449         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11450         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11451         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11452         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11453         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11454         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11455         * gst/debug/efence.c: (gst_efence_class_init):
11456         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11457         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11458         * gst/goom/gstgoom.c: (gst_goom_class_init):
11459         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11460         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11461         * gst/interleave/interleave.c: (interleave_class_init):
11462         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11463         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11464         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11465         * gst/median/gstmedian.c: (gst_median_class_init):
11466         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11467         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11468         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11469         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11470         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11471         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11472         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11473         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11474         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11475         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11476         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11477         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11478         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11479         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11480         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11481         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11482         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11483         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11484         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11485         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11486         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11487         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11488         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11489         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11490         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11492         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11493         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11494         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11495         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11496         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11497         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11498         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11499         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11500         * sys/osxaudio/gstosxaudioelement.c:
11501         (gst_osxaudioelement_class_init):
11502         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11503         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11504         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11505         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11506
11507 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11508
11509         * ext/mikmod/gstmikmod.h:
11510         * gst/level/gstlevel.h:
11511         Fix more broken GObject macros
11512
11513 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11514
11515         * ext/annodex/gstcmmldec.h:
11516         * ext/annodex/gstcmmlenc.h:
11517         * ext/annodex/gstcmmltag.h:
11518         * ext/cairo/gsttextoverlay.h:
11519         * ext/ladspa/gstsignalprocessor.h:
11520         * gst/matroska/ebml-read.h:
11521         * gst/matroska/ebml-write.h:
11522         * sys/osxaudio/gstosxaudioelement.h:
11523         Fix broken GObject macros
11524
11525 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11528           Don't try to seek beyond the end of the file (would
11529           occasionally display error dialogs in totem when seeking
11530           to the end) (#335869). Will still throw an error though
11531           if the file is truncated and the total_samples value in
11532           the stream header is wrong.
11533
11534 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11535
11536         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11537         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11538         (gst_flac_dec_metadata_callback):
11539         * ext/flac/gstflacdec.h:
11540           If the stream header doesn't contain the total number of samples,
11541           search for the last flac frame at the end of the file and calculate
11542           the total duration from that frame's offset (fixes #337609).
11543
11544 2006-04-07  Edward Hervey  <edward@fluendo.com>
11545
11546         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11547         Don't unref the GstPadTemplate returned by
11548         gst_element_class_get_pad_template().
11549
11550 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11551
11552         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11553
11554         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11555         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11556         * sys/sunaudio/gstsunaudiosink.h:
11557           Use spec->segsize and spec->segtotal in the prepare function
11558           to initialise the ring buffer instead of using the buffer-time
11559           property (#337421).
11560
11561 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * configure.ac:
11564           Bump core requirements to CVS for gst_pad_query_peer_duration()
11565           which is used by speexdec.
11566
11567 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * ext/speex/gstspeex.c: (plugin_init):
11570         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11571         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11572         (speex_get_sink_query_types), (speex_dec_sink_query),
11573         (speex_get_src_query_types), (speex_dec_src_query),
11574         (speex_dec_src_event), (speex_dec_sink_event),
11575         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11576         (speex_dec_chain_parse_data), (speex_dec_chain),
11577         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11578         (speex_dec_change_state):
11579         * ext/speex/gstspeexdec.h:
11580           Fix seeking and duration queries (#337033); clean up and
11581           refactor a bit.
11582
11583 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11584
11585         * ext/raw1394/gstdv1394src.c:
11586           distinguish between device not found and could not open for
11587           reading
11588
11589 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11590
11591         * Makefile.am:
11592         * configure.ac:
11593         * pkgconfig/.cvsignore:
11594         * pkgconfig/Makefile.am:
11595         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11596           add a .pc file so other modules can use good plugins in tests
11597
11598 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11599
11600         * configure.ac:
11601           clean up, use AS_VERSION and AS_NANO
11602         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11603           use PACKAGE_VERSION define
11604         * po/af.po:
11605         * po/az.po:
11606         * po/cs.po:
11607         * po/en_GB.po:
11608         * po/hu.po:
11609         * po/it.po:
11610         * po/nb.po:
11611         * po/nl.po:
11612         * po/or.po:
11613         * po/sq.po:
11614         * po/sr.po:
11615         * po/sv.po:
11616         * po/uk.po:
11617         * po/vi.po:
11618           updated
11619
11620 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11621
11622         * ext\jpeg\smokecodec.c:
11623           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11624         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11625           move first instruction after all variables declarations
11626         * gst\alpha\gstalpha.c:
11627         * gst\effectv\gstshagadelic.c:
11628         * gst\smpte\paint.c:
11629         * gst\videofilter\gstvideobalance.c:
11630           define M_PI if it's not defined (it's not defined on WIN32)
11631         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11632         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11633         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11634         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11635         (gst_matroska_demux_video_caps):
11636         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11637         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11638           use gst_guint64_to_gdouble for conversions
11639         * gst\goom\filters.c: (setPixelRGB_):
11640           fix a debug which was using undefined variable
11641         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11642         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11643           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11644         * win32/vs6:
11645           add vs6 projects files for most of plugins-good
11646         
11647 2006-03-30  j^  <j@bootlab.org>
11648
11649         * ext/aalib/gstaasink.c:
11650         * ext/annodex/gstcmmldec.c:
11651         * ext/annodex/gstcmmlenc.c:
11652         * ext/cairo/gsttextoverlay.c:
11653         * ext/cairo/gsttimeoverlay.c:
11654         * ext/cdio/gstcdiocddasrc.c:
11655         * ext/dv/gstdvdec.c:
11656         * ext/esd/esdmon.c:
11657         * ext/esd/esdsink.c:
11658         * ext/flac/gstflacdec.c:
11659         * ext/flac/gstflacenc.c:
11660         * ext/flac/gstflactag.c:
11661         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11662         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11663         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11664         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11665         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11666         * ext/gdk_pixbuf/pixbufscale.c:
11667         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11668         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11669         * ext/jpeg/gstjpegdec.c:
11670         * ext/jpeg/gstjpegenc.c:
11671         * ext/jpeg/gstsmokedec.c:
11672         * ext/jpeg/gstsmokeenc.c:
11673         * ext/libcaca/gstcacasink.c:
11674         * ext/libmng/gstmngdec.c:
11675         * ext/libmng/gstmngenc.c:
11676         * ext/libpng/gstpngdec.c:
11677         * ext/libpng/gstpngenc.c:
11678         * ext/mikmod/gstmikmod.c:
11679         * ext/raw1394/gstdv1394src.c:
11680         * ext/shout2/gstshout2.c:
11681         * ext/speex/gstspeexdec.c:
11682         * ext/speex/gstspeexenc.c:
11683         * gst/alpha/gstalpha.c:
11684         * gst/alpha/gstalphacolor.c:
11685         * gst/auparse/gstauparse.c:
11686         * gst/autodetect/gstautoaudiosink.c:
11687         (gst_auto_audio_sink_base_init):
11688         * gst/autodetect/gstautovideosink.c:
11689         (gst_auto_video_sink_base_init):
11690         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11691         * gst/cutter/gstcutter.c:
11692         * gst/debug/breakmydata.c:
11693         * gst/debug/efence.c:
11694         * gst/debug/gstnavigationtest.c:
11695         * gst/debug/negotiation.c:
11696         * gst/debug/progressreport.c:
11697         * gst/debug/testplugin.c:
11698         * gst/effectv/gstaging.c:
11699         * gst/effectv/gstdice.c:
11700         * gst/effectv/gstedge.c:
11701         * gst/effectv/gstquark.c:
11702         * gst/effectv/gstrev.c:
11703         * gst/effectv/gstvertigo.c:
11704         * gst/effectv/gstwarp.c:
11705         * gst/flx/gstflxdec.c:
11706         * gst/goom/gstgoom.c:
11707         * gst/interleave/deinterleave.c:
11708         * gst/interleave/interleave.c:
11709         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11710         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11711         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11712         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11713         * gst/level/gstlevel.c:
11714         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11715         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11716         * gst/median/gstmedian.c:
11717         * gst/monoscope/gstmonoscope.c:
11718         * gst/multipart/multipartdemux.c:
11719         * gst/multipart/multipartmux.c:
11720         * gst/oldcore/gstmd5sink.c:
11721         * gst/oldcore/gstmultifilesrc.c:
11722         * gst/oldcore/gstpipefilter.c:
11723         * gst/oldcore/gstshaper.c:
11724         * gst/oldcore/gststatistics.c:
11725         * gst/rtp/gstasteriskh263.c:
11726         * gst/rtp/gstrtpL16depay.c:
11727         * gst/rtp/gstrtpL16pay.c:
11728         * gst/rtp/gstrtpamrdepay.c:
11729         * gst/rtp/gstrtpamrpay.c:
11730         * gst/rtp/gstrtpdepay.c:
11731         * gst/rtp/gstrtpgsmpay.c:
11732         * gst/rtp/gstrtph263pay.c:
11733         * gst/rtp/gstrtph263pdepay.c:
11734         * gst/rtp/gstrtph263ppay.c:
11735         * gst/rtp/gstrtpmp4gpay.c:
11736         * gst/rtp/gstrtpmp4vdepay.c:
11737         * gst/rtp/gstrtpmp4vpay.c:
11738         * gst/rtp/gstrtpmpadepay.c:
11739         * gst/rtp/gstrtpmpapay.c:
11740         * gst/rtp/gstrtppcmadepay.c:
11741         * gst/rtp/gstrtppcmapay.c:
11742         * gst/rtp/gstrtppcmudepay.c:
11743         * gst/rtp/gstrtppcmupay.c:
11744         * gst/rtp/gstrtpspeexdepay.c:
11745         * gst/rtp/gstrtpspeexpay.c:
11746         * gst/rtsp/gstrtpdec.c:
11747         * gst/smpte/gstsmpte.c:
11748         * gst/videobox/gstvideobox.c:
11749         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11750         * gst/videofilter/gstvideobalance.c:
11751         * gst/videofilter/gstvideoflip.c:
11752         * gst/videofilter/gstvideotemplate.c:
11753         (gst_videotemplate_base_init):
11754         * gst/videomixer/videomixer.c:
11755         * gst/wavenc/gstwavenc.c:
11756         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11757          better/unified long descriptions
11758          Fixed #336602
11759          Some cleanups to auparse, don't send multiple newsegments.
11760
11761 2006-03-29  Wim Taymans  <wim@fluendo.com>
11762
11763         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11764
11765         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11766         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11767         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11768         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11769         * ext/dv/gstdvdemux.h:
11770         Seek in READY patch. Only works for pull based mode.
11771         Fixes #323880
11772
11773 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11776         (gst_gdk_pixbuf_event):
11777           Fix two crashers: don't unref the same caps twice, and
11778           set pixbuf loader to NULL after freeing it.
11779
11780 2006-03-27  Wim Taymans  <wim@fluendo.com>
11781
11782         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11783         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11784         (gst_speexenc_chain):
11785         * ext/speex/gstspeexenc.h:
11786         Don't leak adapter.
11787         A push *always* takes ownership of the buffer, even on
11788         errors.
11789         Small cleanups.
11790
11791 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11794           Create source pad without leaking.
11795
11796 2006-03-24  Wim Taymans  <wim@fluendo.com>
11797
11798         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11799         * ext/flac/gstflacdec.h:
11800         * ext/flac/gstflacenc.h:
11801         Spifify a bit.
11802         Fix deadly lock order error in seeking code, STREAM_LOCK
11803         cannot be taken within LOCK and the streaming variables are
11804         protected with the STREAM_LOCK anyway.
11805
11806 2006-03-24  Wim Taymans  <wim@fluendo.com>
11807
11808         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11809         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11810         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11811         this patch combines the global init_frames with the stream
11812         init_frames. Rationale being that the global delay should 
11813         be subtracted from any stream delay.
11814         Fixes #335858.
11815
11816 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11817
11818         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11819         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11820         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11821         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11822         use DEBUG_FUNCPTR for collectpads
11823
11824 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11827           Don't crash when encoding images where the number of rows isn't
11828           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11829
11830 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11831
11832         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11833         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11834         * gst/interleave/interleave.c: (interleave_change_state):
11835         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11836           More state change function fixes.
11837
11838 2006-03-23  Wim Taymans  <wim@fluendo.com>
11839
11840         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11841         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11842         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11843         (gst_esdsink_delay), (gst_esdsink_reset):
11844         * ext/esd/esdsink.h:
11845         Fix esd choppy playback by configuring audiosink
11846         correctly. Fixes #325191
11847
11848 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11851           Make state change function thread-safe.
11852
11853 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11854
11855         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11856         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11857           Don't try to read beyond the end of the file just because
11858           the header claims a bigger size (like with truncated files).
11859
11860 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11861
11862         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11863         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11864         (gst_wavparse_stream_data), (gst_wavparse_loop):
11865         * gst/wavparse/gstwavparse.h:
11866           Delay source pad creation until we have the first chunk of
11867           media data, so the we can examine the data and adjust the
11868           caps accordingly if required. This makes playback of .wav
11869           files with DTS-declared-as-PCM content work (#313266).
11870
11871 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11872
11873         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11874         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11875         Don't attempt typefinding on too-short buffers that have been
11876         completely trimmed away. (Fixes #330239)
11877
11878         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11879         Improve the debug output
11880
11881 2006-03-21  Wim Taymans  <wim@fluendo.com>
11882
11883         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11884         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11885         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11886         (gst_esdsink_set_property), (gst_esdsink_get_property):
11887         Some cleanups.
11888         Reset fd to -1 when we close them.
11889
11890 2006-03-21  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11893         the OPTIONS request result is optional so don't
11894         fail on it.
11895
11896 2006-03-21  Edward Hervey  <edward@fluendo.com>
11897
11898         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11899         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11900         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11901         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11902         (gst_wavparse_change_state):
11903         gcc 4.1 unreferenced pointer fixes.
11904
11905 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11908
11909         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11910           Fix block alignment calculation. Alignment should be done before
11911           adding the byte offset where the data starts (#335231).
11912
11913 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11914
11915         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11916           Ensure that we set correct caps on buffers that are transferred
11917           direct from the input.
11918
11919 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11920
11921         * gst/goom/filters.c: (zoomFilterDestroy):
11922         * gst/goom/goom_core.c: (goom_close):
11923           Free filter data when cleaning up. (Fixes: #334995)
11924
11925 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11926
11927         * configure.ac:
11928           Don't compile udp and rtsp plugins on win32 (mingw) or other
11929           systems that don't have <sys/socket.h> for some reason (#316203).
11930
11931 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11932
11933         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11934         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11935         * ext/raw1394/gstdv1394src.h:
11936           Change bus reset handler so it reports useful information such as
11937           whether the device being used connected or disconnected
11938
11939 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * gst/id3demux/id3v2frames.c:
11942         (parse_relative_volume_adjustment_two):
11943           We only care about gain and peak data for the master volume.
11944
11945 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11948         (parse_id_string), (parse_unique_file_identifier),
11949         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11950           Read replay gain tags (#323721).
11951
11952 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11953
11954         * configure.ac:
11955           Bump requirements to gst-plugins-base CVS because
11956           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11957
11958 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11959
11960         * rtp/gst/gstrtppcmadepay.c:
11961         Fixed one of the caps in the code from mulaw to alaw.
11962
11963 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11964
11965         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11966           Ensure that we set caps on the buffers we pass.
11967
11968         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11969         (gst_id3demux_sink_activate):
11970           Ensure that we set caps on the buffers we pass.
11971
11972           Use STREAM, TYPE_NOT_FOUND as the error class when
11973           typefinding fails.
11974
11975 2006-03-15  Edward Hervey  <edward@fluendo.com>
11976
11977         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11978         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11979         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11980         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11981         (gst_jpeg_dec_setcaps):
11982         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11983         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11984         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11985         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11986         (gst_mngdec_src_getcaps):
11987         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11988         (gst_pngdec_caps_create_and_set):
11989         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11990         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11991         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11992         * gst/alpha/gstalpha.c: (gst_alpha_init):
11993         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11994         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11995         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11996         * gst/cutter/gstcutter.c: (gst_cutter_init):
11997         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11998         (gst_efence_checkgetrange):
11999         * gst/debug/negotiation.c: (gst_negotiation_init):
12000         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12001         * gst/goom/gstgoom.c: (gst_goom_init):
12002         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12003         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12004         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12005         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12006         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12007         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12008         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12009         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12010         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12011         (gst_wavparse_create_sourcepad):
12012         Fix memleak with gst_static_pad_template_get().
12013         This uses gst_pad_new_from_static_template() instead.
12014         Fixes #333512
12015
12016 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * configure.ac:
12019           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12020           used by id3demux.
12021
12022         * gst/id3demux/gstid3demux.c: (plugin_init):
12023         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12024         (parse_user_text_identification_frame),
12025         (parse_unique_file_identifier):
12026           Add support for UFID and TXXX frames and extract musicbrainz tags.
12027
12028 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12029
12030         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12031           Catch short reads, like they might happen with truncated
12032           files (see #305279); remove unnecessary indentation.
12033
12034 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12037           Fix DIB image inversion for pictures with a
12038           depth != 8 (#305279).
12039
12040 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12043         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12044         * ext/jpeg/gstjpegdec.h:
12045           Fix durations on outgoing buffers after seeking
12046           in MJPEG files (#334083); some minor clean-ups.
12047
12048 2006-03-13  Wim Taymans  <wim@fluendo.com>
12049
12050         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12051         (gst_wavparse_change_state):
12052         Implement seek in READY (re-fixes #327658)
12053
12054 2006-03-13  Wim Taymans  <wim@fluendo.com>
12055
12056         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12057         * ext/esd/esdmon.c: (gst_esdmon_get):
12058         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12059         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12060         (gst_gdk_pixbuf_sink_getcaps):
12061         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12062         (gst_jpegenc_setcaps):
12063         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12064         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12065         (gst_smokeenc_setcaps):
12066         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12067         (gst_mngdec_src_getcaps):
12068         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12069         (gst_mngenc_chain):
12070         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12071         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12072         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12073         (speex_dec_src_event), (speex_dec_chain):
12074         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12075         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12076         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12077         (gst_negotiation_pad_link), (gst_negotiation_chain):
12078         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12079         (gst_flxdec_chain):
12080         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12081         (deinterleave_chain):
12082         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12083         * gst/median/gstmedian.c: (gst_median_link):
12084         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12085         (gst_monoscope_chain):
12086         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12087         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12088         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12089         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12090         close #333784 unref the result of gst_pad_get_parent()
12091         by: Christophe Fergeau.
12092
12093 2006-03-09  Wim Taymans  <wim@fluendo.com>
12094
12095         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12096         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12097         Handle events in push mode better, can now do non-flushing
12098         seeks in push mode as well.
12099
12100 2006-03-07  Wim Taymans  <wim@fluendo.com>
12101
12102         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12103         Applied patch from Kai Vehmanen, fixes #333624.
12104
12105 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12106
12107         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12108         Implement paletted and grayscale png files handling.
12109         (#150363).
12110
12111 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12112
12113         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12114         (gst_speexenc_chain):
12115           fix a tag list assert
12116           follow gst-plugins-base/ext/ogg/README; set OFFSET
12117           and OFFSET_END.  Muxes correctly with gst-plugins-base
12118           > 0.9.3
12119
12120 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12121
12122         * gst/id3demux/Makefile.am:
12123         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12124         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12125           Use new typefind helper functions here as well, and
12126           do typefinding in pull-mode if upstream supports that.
12127
12128 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12129
12130         * sys/sunaudio/gstsunaudiomixerctrl.c:
12131         (gst_sunaudiomixer_ctrl_get_volume),
12132         (gst_sunaudiomixer_ctrl_set_volume):
12133         * sys/sunaudio/gstsunaudiomixertrack.c:
12134         (gst_sunaudiomixer_track_new):
12135           Remove unused variables, breaks build from CVS
12136           with -Werror (#333392, patch by: Benjamin Pineau)
12137
12138 2006-03-03  Wim Taymans  <wim@fluendo.com>
12139
12140         * docs/plugins/Makefile.am:
12141         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12142         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12143         Added wavparse docs.
12144
12145         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12146         (gst_wavparse_reset), (gst_wavparse_init),
12147         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12148         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12149         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12150         (gst_wavparse_stream_data), (gst_wavparse_loop),
12151         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12152         (gst_wavparse_change_state):
12153         * gst/wavparse/gstwavparse.h:
12154         Implement seek in READY (fixes #327658)
12155         Added docs and did some cleanups.
12156
12157 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12160         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12161         (gst_avi_demux_calculate_durations_from_index),
12162         (gst_avi_demux_stream_header):
12163         * gst/avi/gstavidemux.h:
12164           If we have an index, use a duration based on the index instead
12165           of blindly trusting the information in the stream headers
12166           (fixes #331817).
12167
12168 2006-03-03  Wim Taymans  <wim@fluendo.com>
12169
12170         * docs/plugins/Makefile.am:
12171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12173         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12174         Added smoke and jpeg to the docs.
12175
12176         * ext/jpeg/Makefile.am:
12177         * ext/jpeg/gstjpeg.c: (plugin_init):
12178         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12179         * ext/jpeg/gstjpegenc.h:
12180         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12181         (gst_smokedec_chain):
12182         * ext/jpeg/gstsmokedec.h:
12183         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12184         * ext/jpeg/gstsmokeenc.h:
12185         * ext/jpeg/smokecodec.h:
12186         Port smokedec (fixes #331905).
12187         Added some docs.
12188         Some cleanups.
12189
12190 2006-03-03  Wim Taymans  <wim@fluendo.com>
12191
12192         * docs/plugins/Makefile.am:
12193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12195         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12196         Added videobalance and videoflip to the docs.
12197
12198         * gst/videofilter/Makefile.am:
12199         * gst/videofilter/gstvideobalance.c:
12200         (gst_video_balance_update_tables_planar411),
12201         (gst_video_balance_is_passthrough),
12202         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12203         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12204         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12205         (gst_video_balance_finalize), (gst_video_balance_class_init),
12206         (gst_video_balance_init), (gst_video_balance_interface_supported),
12207         (gst_video_balance_interface_init),
12208         (gst_video_balance_colorbalance_list_channels),
12209         (gst_video_balance_colorbalance_set_value),
12210         (gst_video_balance_colorbalance_get_value),
12211         (gst_video_balance_colorbalance_init),
12212         (gst_video_balance_set_property), (gst_video_balance_get_property),
12213         (gst_video_balance_get_type), (plugin_init):
12214         * gst/videofilter/gstvideobalance.h:
12215         Ported to 0.10. (Fixes #326160)
12216         Added docs.
12217
12218         * gst/videofilter/gstvideoflip.c:
12219         * gst/videofilter/gstvideoflip.h:
12220         Added docs.
12221
12222 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * configure.ac:
12225           Bump requirements to current core and -base CVS
12226           (core for new typefind helper API, and -base for the
12227           WAVFORMATEX support that was added to libgstriff and
12228           is needed by wavparse).
12229         
12230         * gst/apetag/Makefile.am:
12231         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12232         (gst_tag_demux_sink_activate):
12233           Use new typefind helpers for typefinding instead of our
12234           home-grown stuff; also, do typefinding in pull-mode if
12235           upstream supports that.
12236
12237 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12238
12239         Reviewed by: Christian Schaller <christian@fluendo.com>
12240
12241         This patch fixes bug: 329107
12242
12243         This Changelog entry is for a commit done on February 17
12244
12245         * ext/gconf/gconf.c
12246         * ext/gconf/gconf.h
12247         * ext/gconf/gstgconfaudiosink.c
12248         * ext/gconf/gstgconfaudiosink.h
12249         * gconf/gstreamer.schemas.in
12250
12251 2006-02-28  Wim Taymans  <wim@fluendo.com>
12252
12253         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12254         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12255         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12256         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12257         Use DEBUG_OBJECT more.
12258
12259 2006-02-28  Wim Taymans  <wim@fluendo.com>
12260
12261         * docs/plugins/Makefile.am:
12262         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12263         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12264         Added dvdec and dvdemux to docs.
12265
12266         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12267         Added docs.
12268         Check frame sizes so we don't crash when don't have enough
12269         data.
12270         Send nice error messages on error.
12271
12272         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12273         (gst_dvdemux_class_init), (gst_dvdemux_init),
12274         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12275         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12276         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12277         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12278         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12279         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12280         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12281         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12282         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12283         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12284         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12285         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12286         * ext/dv/gstdvdemux.h:
12287         Added docs.
12288         Implement pull mode.
12289         Fix memleaks.
12290         Reduce memcpy for the video demuxing.
12291
12292 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12293
12294         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12295         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12296         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12297         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12298           Add a little extra debug. Make the decoder not return NOT_LINKED,
12299           as we want to continue decoding all CMML and emitting tags.
12300
12301 2006-02-27  Michael Smith  <msmith@fluendo.com>
12302
12303         * ext/annodex/gstskeltag.c:
12304         * ext/annodex/gstskeltag.h:
12305           Deleted; these files aren't used any more either.
12306
12307 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12308
12309         * ext/Makefile.am: Fix dist-check.
12310
12311 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12312
12313         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12314         memleak.
12315
12316 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12317
12318         * ext/annodex/Makefile.am:
12319         * ext/annodex/gstannodex.c:
12320         * ext/annodex/gstcmmldec.c:
12321         * ext/annodex/gstcmmlenc.c:
12322         * ext/annodex/gstcmmlparser.c:
12323         * ext/annodex/gstcmmlparser.h:
12324         * ext/annodex/gstcmmlutils.c:
12325         * tests/check/elements/cmmldec.c:
12326         * tests/check/elements/cmmlenc.c:
12327           Fix a memleak in gst_cmml_track_list_add_clip.
12328           Handle overflows in clip's start and end times.
12329           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12330           Do not parse junk at the end of a CMML preamble buffer.
12331           Register a libxml error handler to not print stuff on stderr.
12332           Check for bad clip start and end times in the testsuites.
12333
12334 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12335
12336         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12337         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12338         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12339         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12340         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12341         possible memleaks.
12342
12343 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12344
12345         * tests/check/Makefile.am:
12346         * tests/check/elements/cmmldec.c:
12347         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12348         the plugins-base tags.
12349
12350 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12351
12352         * ext/Makefile.am: Re-enable module.
12353
12354 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12355
12356         * tests/check/Makefile.am: Forgot to remove that test.
12357
12358 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12359
12360         * ext/annodex/Makefile.am:
12361         * ext/annodex/gstannodex.c: (plugin_init):
12362         * ext/annodex/gstcmmldec.c:
12363         * ext/annodex/gstskeldec.c:
12364         * ext/annodex/gstskeldec.h:
12365         * tests/check/Makefile.am:
12366         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12367
12368 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12369
12370         * tests/check/Makefile.am: Disable those checks as well.
12371
12372 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12373
12374         * ext/Makefile.am: Disable annodex for now until we figure out
12375         how to make it build.
12376         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12377         Add a rule to your checklist : "please try to at least build 
12378         what you are going to commit into -good, or if you are too lazy
12379         to do that, please check that the buildbots are not crying because
12380         of your commit."
12381
12382 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12383
12384         * configure.ac:
12385         * ext/Makefile.am:
12386         * ext/gdk_pixbuf/Makefile.am:
12387         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12388         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12389         * ext/gdk_pixbuf/pixbufscale.c:
12390         * ext/gdk_pixbuf/pixbufscale.h:
12391           Gdkpixbuf ported from 0.8 to 0.10 by
12392           Renato Filho <renato.filho@indt.org.br>.
12393           gst_loader and gdkpixbufanimation still need port.
12394
12395 2006-02-24  Michael Smith  <msmith@fluendo.com>
12396
12397         * configure.ac:
12398         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12399         * ext/Makefile.am:
12400         * ext/annodex/Makefile.am:
12401         * ext/annodex/gstannodex.c:
12402         * ext/annodex/gstannodex.h:
12403         * ext/annodex/gstcmmldec.c:
12404         * ext/annodex/gstcmmldec.h:
12405         * ext/annodex/gstcmmlenc.c:
12406         * ext/annodex/gstcmmlenc.h:
12407         * ext/annodex/gstcmmlparser.c:
12408         * ext/annodex/gstcmmlparser.h:
12409         * ext/annodex/gstcmmltag.c:
12410         * ext/annodex/gstcmmltag.h:
12411         * ext/annodex/gstcmmlutils.c:
12412         * ext/annodex/gstcmmlutils.h:
12413         * ext/annodex/gstskeldec.c:
12414         * ext/annodex/gstskeldec.h:
12415         * ext/annodex/gstskeltag.c:
12416         * ext/annodex/gstskeltag.h:
12417         * tests/check/Makefile.am:
12418         * tests/check/elements/cmmldec.c:
12419         * tests/check/elements/cmmlenc.c:
12420         * tests/check/elements/skeldec.c:
12421           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12422           Includes tests & docs, oh my! Passes Thomas's -good checklist
12423           entirely. Wow.
12424
12425 2006-02-24  Michael Smith  <msmith@fluendo.com>
12426
12427         * autogen.sh:
12428           Check for automake 1.9 as well.
12429
12430 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12431
12432         * ext/flac/gstflacenc.c:
12433           Change min. sample rate to 8kHz to match flacdec's.
12434           
12435 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12436
12437         * ext/cdio/Makefile.am:
12438           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12439           required for Cygwin, see #317048)
12440
12441         * gst/rtp/gstasteriskh263.c:
12442           Cygwin has includes for both the unix network socket API
12443           and the windows API, but only one can be included, so fix
12444           includes to only use one or the other, prefering the unxi
12445           one (#317048).
12446
12447 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12448
12449         * rtp/gst/gstrtppcmadepay.c:
12450         * rtp/gst/gstrtppcmadepay.h:
12451         * rtp/gst/gstgstrtppcmapay.c:
12452         * rtp/gst/gstgstrtppcmapay.h:
12453         * rtp/gst/gstrtppcmudepay.c:
12454         * rtp/gst/gstrtppcmudepay.h:
12455         * rtp/gst/gstrtppcmupay.c:
12456         * rtp/gst/gstrtppcmupay.h:
12457         * rtp/gst/Makefile.am:
12458         * rtp/gst/gstrtp.c:
12459         * rtp/gst/README:
12460         Separated the G711 payloaders/depayloaders into separate elements for
12461         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12462
12463 2006-02-22  Wim Taymans  <wim@fluendo.com>
12464
12465         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12466         (gst_dvdec_change_state):
12467         * ext/dv/gstdvdec.h:
12468         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12469         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12470         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12471         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12472         (gst_dvdemux_flush), (gst_dvdemux_chain),
12473         (gst_dvdemux_change_state):
12474         * ext/dv/gstdvdemux.h:
12475         Ueber spiffify some more, added debug category.
12476         Use _scale.
12477         Use segments, respect playback rate from newsegment.
12478         Fix refcount issue.
12479
12480 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12481
12482         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12483         (gst_signal_processor_process):
12484         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12485         enabled for the build, but it helps me win the feature-count
12486         competitions ooh yeah.
12487
12488 2006-02-19  Wim Taymans  <wim@fluendo.com>
12489
12490         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12491         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12492         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12493         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12494         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12495         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12496         Use scaling code for added precission and more correct stop
12497         position in case scale==0.
12498
12499 2006-02-19  Wim Taymans  <wim@fluendo.com>
12500
12501         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12502         (gst_flxdec_chain):
12503         * gst/flx/gstflxdec.h:
12504         Implement DURATION query.
12505
12506 2006-02-19  Wim Taymans  <wim@fluendo.com>
12507
12508         * gst/flx/flx_color.h:
12509         * gst/flx/flx_fmt.h:
12510         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12511         (gst_flxdec_src_query_handler), (flx_decode_color),
12512         (gst_flxdec_chain):
12513         * gst/flx/gstflxdec.h:
12514         Set MALLOCDATA for the temp buffers so we don't leak.
12515         Some debug cleanups.
12516         Consume all data in the adapter before leaving the chain
12517         function. Fixes #330678.
12518
12519 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12520
12521         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12522         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12523          Handle 0 data size in otherwise valid frames.
12524          Handle numeric strings in 2.4.0 even when not in parentheses 
12525
12526 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12527
12528         * gst/matroska/matroska-demux.c:
12529         (gst_matroska_demux_subtitle_caps),
12530         (gst_matroska_demux_plugin_init):
12531         * gst/matroska/matroska-ids.h:
12532           Recognise SSA/ASS and USF subtitle formats and
12533           set proper caps when they are found.
12534
12535 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12538         (gst_jpeg_dec_chain):
12539           Fix invalid memory access for some odd-sized images
12540           (see image contained in quicktime stream in #327083);
12541           use g_malloc() instead of g_alloca().
12542
12543 2006-02-17  Wim Taymans  <wim@fluendo.com>
12544
12545         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12546         Patch from Sebastien Cote, fixes #319884
12547
12548 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * ext/cdio/gstcdio.c: (plugin_init):
12551           Init debug category (#331253).
12552
12553 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12554
12555         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12556           Pass extra_data to gst_riff_create_audio_caps(), so that
12557           WAVEFORMATEX stuff works. Post audio codec name and post
12558           it as taglist on the bus. Allow up to 8 channesl for raw
12559           PCM in the source pad template caps.
12560
12561 2006-02-16  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12564         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12565         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12566         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12567         (gst_multipart_set_property), (gst_multipart_get_property):
12568         Applied #318663. Gives quite a few false positives in
12569         autoscan mode, but it's better than nothing. Not closing yet.
12570
12571 2006-02-16  Wim Taymans  <wim@fluendo.com>
12572
12573         * docs/plugins/Makefile.am:
12574         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12576         * docs/plugins/gst-plugins-good-plugins.args:
12577         * docs/plugins/inspect/plugin-udp.xml:
12578         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12579         (gst_udpsrc_start):
12580         Update documentation.
12581         Fix args.
12582
12583 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12584
12585         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12586         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12587         frame size. (Fixes #331368)
12588
12589 2006-02-16  Wim Taymans  <wim@fluendo.com>
12590
12591         * gst/rtsp/README:
12592         Updated README.
12593
12594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12595         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12596         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12597         * gst/rtsp/gstrtspsrc.h:
12598         Make sure the RTP port is an even port an try to allocate 
12599         another if not.
12600         Added retry property to control max retries for port allocation.
12601         Make sure RTCP port is RTP port+1.
12602         Cleanup when port allocation fails.
12603         Fixes #319183.
12604         
12605 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12606
12607         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12608           Don't ignore return value of the parent class's state
12609           change function (#331385, patch by: Wouter Paesen).
12610
12611 2006-02-15  Wim Taymans  <wim@fluendo.com>
12612
12613         * configure.ac:
12614         * docs/plugins/Makefile.am:
12615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12617         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12618         * ext/Makefile.am:
12619         * ext/hal/Makefile.am:
12620         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12621         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12622         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12623         (do_toggle_element), (gst_hal_audio_sink_set_property),
12624         (gst_hal_audio_sink_get_property),
12625         (gst_hal_audio_sink_change_state):
12626         * ext/hal/gsthalaudiosink.h:
12627         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12628         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12629         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12630         (do_toggle_element), (gst_hal_audio_src_set_property),
12631         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12632         * ext/hal/gsthalaudiosrc.h:
12633         * ext/hal/gsthalelements.c: (plugin_init):
12634         * ext/hal/gsthalelements.h:
12635         * ext/hal/hal.c: (gst_hal_get_string),
12636         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12637         (gst_hal_get_audio_src):
12638         * ext/hal/hal.h:
12639         Add HAL sound device wrapper plugins. Closes #329106
12640
12641 2006-02-15  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12644         Add comment in a fultile attempt to stop the copy-and-paste 
12645         paradigm leading to duplication of bad code.
12646
12647         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12648         Mime parameters have to be checked case insensitive
12649
12650 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12651
12652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12653           Advance stream time for lagging subtitle streams by sending
12654           newsegment events with the update flag set.
12655
12656 2006-02-14  Edward Hervey  <edward@fluendo.com>
12657
12658         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12659         There can be bogus data before the hdrl LIST tag in the RIFF header.
12660         It's hard to say if it's not respecting the AVI specifications or not,
12661         but since Google Video is producing AVIs like that and the other player
12662         don't seem to complain, I guess we should do the same.
12663
12664 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12665
12666         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12667         (parse_split_strings):
12668         Add more validation to ensure that a char encoding conversion
12669         produced a valid UTF-8 string.
12670
12671 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12672
12673         Reviewed by: Edward Hervey  <edward@fluendo.com>
12674
12675         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12676         Properly handle end of segment. Closes #330885.
12677
12678 2006-02-13  Wim Taymans  <wim@fluendo.com>
12679
12680         * gst/rtp/gstrtpmp4gpay.h:
12681         For got to commit this one.
12682
12683 2006-02-12  Wim Taymans  <wim@fluendo.com>
12684
12685         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12686         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12687         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12688         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12689         * gst/rtp/gstrtpmp4gpay.h:
12690         Make more things work.
12691         Handle ACC config strings.
12692
12693 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12694
12695         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12696           set timestamps if no incoming timestamps set
12697
12698 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12701         (gst_tag_demux_do_typefind):
12702           ... and fix the very same leaks in GstTagDemux.
12703
12704 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12705
12706         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12707         (gst_id3demux_do_typefind):
12708         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12709         <jonathan at kaolin dot wh9 dot net>)
12710
12711 2006-02-10  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12714         First set options, then set caps or else the baseclass
12715         will not know about the options, duh.
12716
12717 2006-02-10  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12720         (gst_rtp_mp4v_pay_setcaps):
12721         Don't waste time looking for a config string if we have codec_info
12722         on the incomming caps.
12723
12724 2006-02-10  Wim Taymans  <wim@fluendo.com>
12725
12726         * gst/rtp/README:
12727         Say something about case-sensitivity of caps vs mime-attributes.
12728
12729         * gst/rtp/Makefile.am:
12730         * gst/rtp/gstrtp.c: (plugin_init):
12731         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12732         (gst_rtp_amr_pay_handle_buffer):
12733         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12734         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12735         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12736         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12737         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12738         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12739         (gst_rtp_mp4g_pay_plugin_init):
12740         * gst/rtp/gstrtpmp4gpay.h:
12741         Added beginnings of mpeg4-generic payloader (RFC 3640)
12742
12743 2006-02-09  Wim Taymans  <wim@fluendo.com>
12744
12745         * gst/rtsp/Makefile.am:
12746         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12747         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12748         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12749         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12750         (gst_rtpdec_change_state):
12751         * gst/rtsp/gstrtpdec.h:
12752         * gst/rtsp/gstrtsp.c: (plugin_init):
12753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12754         * gst/rtsp/rtspconnection.c: (read_body),
12755         (rtsp_connection_receive):
12756         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12757         Resurected rtpdec to make rtspsrc happy again.
12758         Skip attributes from the session id.
12759         Don't crash when dumping a message with an empty body.
12760
12761
12762 2006-02-09  Wim Taymans  <wim@fluendo.com>
12763
12764         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12765         Added more meaningfull warnings when something goes wrong.
12766         Clear F bit on outgoing AMR packets.
12767
12768         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12769         (gst_rtp_amr_pay_handle_buffer):
12770         Added debugging category
12771         Support payloading of multiple AMR frames.
12772
12773         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12774         Added some debugging.
12775
12776 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12777
12778         * configure.ac:
12779           Back to CVS
12780
12781 === release 0.10.2 ===
12782
12783 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12784
12785         * configure.ac:
12786           releasing 0.10.2, "Papa was a rolling stone"
12787
12788 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12789
12790         * configure.ac:
12791           Bump core and plugins-base requirement to 0.10.2.2
12792           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12793
12794 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * ext/flac/gstflac.c: (plugin_init):
12797         * ext/speex/gstspeex.c: (plugin_init):
12798           Register musicbrainz tags.
12799
12800 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12801
12802         * ext/gconf/gconf.h:
12803           Remove declaration of function that no longer exists.
12804
12805 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12806
12807         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12808         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12809         Make shout2 work for non ogg streams
12810
12811 2006-02-06  Wim Taymans  <wim@fluendo.com>
12812
12813         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12814         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12815         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12816         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12817         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12818         * gst/udp/gstmultiudpsink.h:
12819         Updated docs.
12820         Added properties bytes-served, bytes_to_serve.
12821         Post proper error messages,
12822         Emit client added signal too.
12823
12824 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12825
12826         * docs/plugins/Makefile.am:
12827         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12828         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12829         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12830         (gst_multiudpsink_get_stats):
12831           adding docs for multiudpsink
12832
12833 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12834
12835         * gst/level/gstlevel.c: (gst_level_transform_ip):
12836           peak below decay is not necessarily an error, so don't ERROR log
12837
12838 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12839
12840         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12841         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12842         (gst_ebml_write_seek):
12843         * gst/matroska/ebml-write.h:
12844           Make sure we send a newsegment event in BYTES format
12845           before sending buffers (#328531).
12846
12847 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12848
12849         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12850         (gst_dvdemux_sink_query):
12851         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12852         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12853         (speex_dec_src_query):
12854         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12855         (gst_speexenc_sink_query):
12856         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12857         * gst/matroska/matroska-demux.c:
12858         (gst_matroska_demux_get_src_query_types),
12859         (gst_matroska_demux_handle_src_query):
12860         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12861         (gst_wavparse_pad_query):
12862           Pass unhandled queries upstream instead of just dropping
12863           them (#326446). Update query type arrays here and there.
12864
12865 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12866
12867         * tests/check/elements/matroskamux.c: (setup_src_pad):
12868           Collectpads in core got changed and now also holds a
12869           reference to any pad that is part of it. Fix refcount
12870           checks in test case accordingly.
12871
12872 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12873
12874         * gst/apetag/gstapedemux.h:
12875           Fix include, for now GstTagDemux is in the apetag dir.
12876
12877 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12878
12879         * docs/plugins/Makefile.am:
12880         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12881         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12882         * docs/plugins/inspect/plugin-cdio.xml:
12883           Add cdio plugin to docs.
12884
12885         * ext/cdio/gstcdiocddasrc.c:
12886           Add gtk-doc blurb.
12887
12888         * ext/cdio/gstcdio.c:
12889           The plugin is called 'cdio' not 'cddio'.
12890
12891 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12892
12893         * configure.ac:
12894         * docs/plugins/Makefile.am:
12895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12897         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12898         * docs/plugins/inspect/plugin-apetag.xml:
12899         * gst/apetag/Makefile.am:
12900         * gst/apetag/gstapedemux.c:
12901         * gst/apetag/gstapedemux.h:
12902         * gst/apetag/gsttagdemux.c:
12903         * gst/apetag/gsttagdemux.h:
12904           Add APE tag demuxer (#325649).
12905
12906 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12907
12908         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12909         (gst_gconf_get_default_video_sink),
12910         (gst_gconf_get_default_audio_src),
12911         (gst_gconf_get_default_video_src):
12912         * ext/gconf/gconf.h:
12913         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12914         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12915         (do_toggle_element):
12916         * ext/gconf/gstgconfaudiosink.h:
12917         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12918         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12919         (do_toggle_element):
12920         * ext/gconf/gstgconfaudiosrc.h:
12921         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12922         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12923         (do_toggle_element):
12924         * ext/gconf/gstgconfvideosink.h:
12925         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12926         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12927         (do_toggle_element):
12928         * ext/gconf/gstgconfvideosrc.h:
12929           Ignore changing the GConf key to "". Ignore GConf key updates
12930           that don't actually change the string.
12931           For now, ignore the GConf key when the state is > READY, as
12932           it breaks streaming. Sometime it will be nice to bring the
12933           new sink online even mid-stream, by sending NEWSEGMENT info
12934           and possibly prerolling.
12935           (Fixes #326736)
12936
12937 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12938
12939         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12940         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12941         (zoomFilterSetResolution), (zoomFilterDestroy),
12942         (zoomFilterFastRGB), (pointFilter):
12943         * gst/goom/filters.h:
12944         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12945         (goom_update), (goom_close):
12946         * gst/goom/goom_core.h:
12947         * gst/goom/goom_tools.h:
12948         * gst/goom/graphic.c:
12949         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12950         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12951         * gst/goom/gstgoom.h:
12952         * gst/goom/lines.c: (goom_lines):
12953         * gst/goom/lines.h:
12954           Make goom reentrant by moving all important static variables
12955           into instance structures.
12956           (Fixes #329181)
12957
12958 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12959
12960         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12961         (gst_avi_demux_all_source_pads_unlinked),
12962         (gst_avi_demux_process_next_entry):
12963         * gst/avi/gstavidemux.h:
12964           Third attempt, use gst_pad_is_linked() this time.
12965
12966 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12967
12968         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12969         (parse_split_strings):
12970         Adjust for data length indicators when parsing (Fixes #329810)
12971         Fix stupid bug parsing UTF-8 tag text.
12972         Output tag strings with multiple fields as multiple tags, so the
12973         app gets all the data.
12974
12975 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12976
12977         * ext/flac/gstflacenc.c:
12978         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12979         show me.
12980         
12981 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12982
12983         * ext/flac/gstflacenc.c:
12984         * gst/matroska/ebml-read.c:
12985         Just make it compile with --disable-gst-debug.
12986
12987 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12988
12989         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12990         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12991         (id3v2_genre_fields_to_taglist):
12992           Never output a tag with a null contents string.
12993
12994 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12995
12996         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12997           Only pause if all pads are unlinked AND we've tried to send data
12998           on all of them at least once.
12999
13000 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13001
13002         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13003         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13004           Make loop function/task pause itself when all source pads are
13005           unlinked.
13006
13007 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13008
13009         * configure.ac:
13010         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13011           Use new functions from core to render a bin from a
13012           string. Fixes build. Up requirements to core CVS.
13013
13014 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13017           Don't push buffers into the adapter that we are going to
13018           push downstream again without framing anyway. Also, the
13019           adaptor takes ownership of buffers put into it (fixes
13020           auparse pushing invalid buffers for .au files with
13021           ADPCM contents). Finally, set caps on all outgoing buffers.
13022
13023 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13024
13025         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13026         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13027         (gst_id3demux_send_tag_event):
13028         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13029         Someone should kick my butt. Remove ID3v1 tags from the end of the
13030         file.
13031
13032         Improve error messages. Send the TAG message as soon as we complete
13033         typefinding, instead of waiting until we send the first buffer.
13034         Downstream tag event is still sent before the first buffer.
13035
13036 2006-01-27  Jan Gerber  <j@bootlab.org>
13037
13038         Reviewed by: Andy Wingo <wingo@pobox.com>
13039
13040         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13041         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13042         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13043         to not have warings flooding stderr. this is the suggested way
13044         also used in dvgrab and kino. (#328336)
13045
13046 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13047
13048         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13049         (gst_oss_sink_init), (gst_oss_sink_finalise):
13050           Free the device name string when finalised.
13051
13052 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13053
13054         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13055           Don't put function calls in g_return_if_fail() statements,
13056           or they'll be replaced with NOOPs if someone compiles with
13057           G_DISABLE_CHECKS defined.
13058           
13059 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13060
13061         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13062         Never trust ANY information encoded in a media file, especially
13063         when it's giving you sizes. (Fixes #328452)
13064
13065 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13066
13067         * gst/rtp/gstrtpg711pay.c:
13068         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13069         bug #325148.
13070
13071 2006-01-23  Edward Hervey  <edward@fluendo.com>
13072
13073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13074         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13075         * gst/matroska/matroska-ids.h:
13076         Added recognition of Real Audio and Video streams in matroska demuxer.
13077
13078 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13079
13080         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13081           Remove errant break statement, and fix compilation with
13082           older GCC.
13083
13084 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13085
13086         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13087
13088         * sys/sunaudio/gstsunaudiomixerctrl.c:
13089         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13090           Export functions that are needed in other parts of the code,
13091           makes the mixer actually work; adjust magic minimum buffer-time
13092           value from 3ms to 5ms to work around stuttering during mp3
13093           playback (#327765).
13094
13095 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13096
13097         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13100         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13101           Fix possible deadlock in matroska muxer (#327825).
13102
13103 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13106         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13107         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13108         * gst/rtsp/sdpmessage.h:
13109         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13110         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13111           C89 fixes: declare variables at the beginning of a block and
13112           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13113           <jensgr at gmx dot net>).
13114
13115 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13116
13117         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13118         * gst/id3demux/id3tags.h:
13119         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13120         (parse_comment_frame), (parse_text_identification_frame),
13121         (id3v2_tag_to_taglist), (id3v2_are_digits),
13122         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13123         (parse_split_strings), (free_tag_strings):
13124           Rewrite parsing of text tags to handle multiple NULL terminated
13125           strings. Parse numeric genre strings and ID3v2 type
13126           "(3)(6)Alternative" style genre strings.
13127           Parse dates that are only YYYY or YYYY-mm format.
13128           (Fixes #328241 and #322154)
13129
13130 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13131
13132         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13133           Don't forget to initialize liboil, otherwise our oil functions
13134           will crash (fixes #327871; patch by: Christoph Burghardt
13135           <hawkes at web dot de>).
13136
13137 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13138
13139         * configure.ac:
13140           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13141           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13142           patch by: Brian Cameron <brian dot cameron at sun dot com>
13143
13144 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13147         * ext/cdio/gstcdio.h:
13148         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13149           Fix build for libcdio versions >= 76; give slightly lower rank
13150           than cdparanoia.
13151
13152 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13153
13154         * configure.ac:
13155         * ext/Makefile.am:
13156         * ext/cdio/Makefile.am:
13157         * ext/cdio/gstcdio.c:
13158         * ext/cdio/gstcdio.h:
13159         * ext/cdio/gstcdiocddasrc.c:
13160         * ext/cdio/gstcdiocddasrc.h:
13161           Port libcdio cdda source, formerly known as cddasrc, now known as
13162           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13163           but that's not tested (fixes #317658).
13164
13165 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13166
13167         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13168           Fix conversion from TIME to BYTES format (fixes #326864;
13169           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13170
13171 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13172
13173         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13174           Fix compilation of id3demux when zlib is not present.
13175           (Fixes #326602; patch by: Sergey Scobich)
13176
13177 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         * ext/esd/Makefile.am:
13180           Add $(ESD_CFLAGS), otherwise build will fail for folks
13181           with libesd in a non-standard prefix (#327009).
13182
13183 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13184
13185         * configure.ac:
13186           back to HEAD
13187
13188 === release 0.10.1 ===
13189
13190 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13191
13192         * configure.ac:
13193           releasing 0.10.1, "Li"
13194
13195 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13196
13197           patch by: Wim Taymans
13198
13199         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13200           fix memleak.  Fixes #326618
13201
13202 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13203
13204           patch by: Mike Smith
13205
13206         * gst/level/gstlevel.c: (gst_level_message_new),
13207         (gst_level_message_append_channel):
13208           Fix memleak.  Fixes #326612
13209
13210 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13211
13212         * configure.ac:
13213           prereleasing
13214         * po/af.po:
13215         * po/az.po:
13216         * po/cs.po:
13217         * po/en_GB.po:
13218         * po/hu.po:
13219         * po/it.po:
13220         * po/nb.po:
13221         * po/nl.po:
13222         * po/or.po:
13223         * po/sq.po:
13224         * po/sr.po:
13225         * po/sv.po:
13226         * po/uk.po:
13227         * po/vi.po:
13228           update translations
13229
13230 2006-01-10  Michael Smith  <msmith@fluendo.com>
13231
13232         * gst/level/gstlevel.c: (gst_level_class_init),
13233         (gst_level_dispose):
13234           Don't leak filter arrays.
13235
13236 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13237
13238         reviewed by: Christian Schaller <uraeus@gnome.org>
13239         
13240         * configure.ac:
13241         * gst-plugins-good.spec.in:
13242         * sys/Makefile.am:
13243         * sys/sunaudio/Makefile.am:
13244         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13245         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13246         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13247         (gst_sunaudiomixer_change_state):
13248         * sys/sunaudio/gstsunaudiomixer.h:
13249         * sys/sunaudio/gstsunaudiomixerctrl.c:
13250         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13251         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13252         (gst_sunaudiomixer_ctrl_list_tracks),
13253         (gst_sunaudiomixer_ctrl_get_volume),
13254         (gst_sunaudiomixer_ctrl_set_volume),
13255         (gst_sunaudiomixer_ctrl_set_mute),
13256         (gst_sunaudiomixer_ctrl_set_record):
13257         * sys/sunaudio/gstsunaudiomixerctrl.h:
13258         * sys/sunaudio/gstsunaudiomixertrack.c:
13259         (gst_sunaudiomixer_track_class_init),
13260         (gst_sunaudiomixer_track_init), (fill_labels),
13261         (gst_sunaudiomixer_track_new):
13262         * sys/sunaudio/gstsunaudiomixertrack.h:
13263         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13264         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13265         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13266         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13267         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13268         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13269         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13270         * sys/sunaudio/gstsunaudiosink.h:
13271
13272         Add SunAudio plugin - tested to make sure it doesn't break
13273         the build under GNU/Linux.      
13274
13275 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13276
13277         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13278         * gst-plugins-good/gst/udp/gstudpsrc.c:
13279         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13280         overrides the port or multicast parameters. Fixes bugs #323021.
13281         API addition: adds GstUDPSrc::sockfd property   
13282
13283 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13284
13285         * ext/gconf/Makefile.am:
13286         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13287         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13288         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13289         (do_toggle_element), (cb_toggle_element),
13290         (gst_gconf_audio_src_change_state):
13291         * ext/gconf/gstgconfaudiosrc.h:
13292         * ext/gconf/gstgconfelements.c: (plugin_init):
13293         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13294         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13295         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13296         (do_toggle_element), (cb_toggle_element),
13297         (gst_gconf_video_src_change_state):
13298         * ext/gconf/gstgconfvideosrc.h:
13299           Add new gconfaudiosrc and gconfvideosrc elements
13300           (needed for gnome-sound-recorder).
13301
13302 2006-01-06  Edward Hervey  <edward@fluendo.com>
13303
13304         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13305         Add gst_element_no_more_pads() for proper decodebin behaviour.
13306         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13307         (parse_text_identification_frame), (parse_split_strings):
13308         Failure to decode some tags is not a GST_ERROR() but a
13309         GST_WARNING()
13310         When iterating over a chunk of text, check that we haven't gone too
13311         far.
13312
13313 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13314
13315         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13316         (plugin_init):
13317           call oil_init() when using liboil
13318
13319 2006-01-04  Wim Taymans  <wim@fluendo.com>
13320
13321         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13322         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13323         Fix leaks.
13324
13325 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13326
13327         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13330         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13331         (gst_flac_dec_change_state):
13332           Don't g_assert() where we should just return FALSE; remove
13333           unnecessary g_assert(); initialize some fields properly in
13334           state change function (fixes #325504). Also, use
13335           GST_DEBUG_OBJECT in two more places.
13336
13337 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13338
13339         * configure.ac:
13340           also remove smoothwave's Makefile.am
13341         * docs/plugins/Makefile.am:
13342           fix plugin docs
13343
13344 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13345
13346         * tests/examples/Makefile.am:
13347           added missing Makefile.am
13348
13349 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13350
13351         * configure.ac:
13352         * gst/level/Makefile.am:
13353         * gst/level/level-example.c:
13354         * tests/Makefile.am:
13355         * tests/examples/level/Makefile.am:
13356         * tests/examples/level/level-example.c: (message_handler), (main):
13357           moved level-example to tests/examples/level-example
13358         * tests/old/examples/level/demo.c: (main):
13359         * tests/old/examples/level/plot.c: (main):
13360           some initial fixes
13361
13362 2005-12-29  Michael Smith  <msmith@fluendo.com>
13363
13364         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13365         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13366         * gst/udp/gstmultiudpsink.h:
13367           Track packets sent per client in addition to bytes sent; provide
13368           this info through get-stats signal
13369
13370 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13371
13372         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13373           Can't use gst_object_unref() on a GstAdapter (#325191).
13374
13375 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13376
13377         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13378         If a broken tag has 0 bytes payload, at least still skip
13379         the 10 byte header
13380
13381 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13382
13383         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13384         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13385         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13386         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13387           Making these depayloaders (H263+ and mpeg4 video) inherit from
13388           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13389
13390 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13391
13392         * docs/plugins/gst-plugins-good-plugins.args:
13393         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13394         Regenerate the plugin hiearchy.
13395
13396 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13397
13398         * docs/plugins/Makefile.am:
13399         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13400         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13401         * docs/plugins/gst-plugins-good-plugins.args:
13402         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13403         (gst_id3demux_base_init), (gst_id3demux_class_init),
13404         (gst_id3demux_chain):
13405         * gst/id3demux/gstid3demux.h:
13406           Add documentation for id3demux.
13407           Don't fail if the first buffer is not at offset 0, just
13408           attempt to typefind and do pass through
13409           Rename the gst_type function from gst_gst_id3demux..
13410
13411 2005-12-20  Michael Smith  <msmith@fluendo.com>
13412
13413         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13414         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13415         (gst_multiudpsink_get_stats):
13416         * gst/udp/gstmultiudpsink.h:
13417           Collect statistics; return them from get_stats.
13418
13419 2005-12-19  Edward Hervey  <edward@fluendo.com>
13420
13421         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13422         Stupid signedness issue...
13423
13424 2005-12-19  Edward Hervey  <edward@fluendo.com>
13425
13426         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13427         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13428         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13429         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13430         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13431         Construct index for indexless files.
13432         Make sure pad/buffers are correctly reset to NULL once we don't need
13433         them anymore, else we get lovely segfaults/assertions.
13434         * gst/wavparse/gstwavparse.c:
13435         Yes, you can have 96KHz audio and wma in wav :(
13436
13437 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13438
13439         * configure.ac:
13440           Check for optional dependency on zlib for id3demux
13441
13442         * gst/id3demux/Makefile.am:
13443         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13444         (gst_id3demux_base_init), (gst_id3demux_class_init),
13445         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13446         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13447         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13448         (gst_id3demux_set_property), (gst_id3demux_get_property),
13449         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13450         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13451         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13452         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13453         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13454         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13455         (simple_find_peek), (simple_find_suggest),
13456         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13457         (plugin_init):
13458         * gst/id3demux/gstid3demux.h:
13459         * gst/id3demux/id3tags.c: (read_synch_uint),
13460         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13461         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13462         (id3demux_id3v2_frames_to_tag_list):
13463         * gst/id3demux/id3tags.h:
13464         * gst/id3demux/id3v2.4.0-frames.txt:
13465         * gst/id3demux/id3v2.4.0-structure.txt:
13466         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13467         (parse_comment_frame), (parse_text_identification_frame),
13468         (id3v2_tag_to_taglist), (parse_split_strings):
13469           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13470           otherwise it discards them. Works on my test files. 
13471
13472         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13473           Don't send EOS to a non-existing srcpad
13474           The debug category can be static
13475
13476 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13477
13478         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13479         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13480         * gst/multipart/multipartdemux.c:
13481           change some char* into char[]
13482
13483 2005-12-16  Wim Taymans  <wim@fluendo.com>
13484
13485         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13486         (gst_wavparse_other), (gst_wavparse_perform_seek),
13487         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13488         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13489         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13490         * gst/wavparse/gstwavparse.h:
13491         Use GstSegment to implement more seeking features.
13492
13493 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * gst/rtsp/rtspconnection.c:
13496           Add <netinet/in.h> include and move <arpa/inet.h> include
13497           to make things work on OpenBSD as well (fixes #323717;
13498           patch by: Benjamin Pineau)
13499
13500 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13501
13502         * gst/rtp/gstrtpspeexdepay.c:
13503         * gst/rtp/gstrtpspeexpay.c:
13504         Set clock rate to be fixed in 8000. It fixes bug #324012.
13505
13506 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13507
13508         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13509         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13510         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13511         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13512         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13513         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13514         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13515         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13516         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13517         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13518         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13519         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13520         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13521         * gst-plugins-good/gst/rtp/README:
13522         Fixed payload range in payloder caps. Removed payload range completely
13523         from depayloaders as they don't require payload type in their caps.
13524         In effect, there isn't any specific payload type for any given codec,
13525         only suggestions.
13526         Fixes bug #324011.
13527
13528 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13529
13530         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13531         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13532         (gst_videomixer_collected): Code cleanup and re-enabling 
13533         queued time validity check for correct EOS handling.
13534
13535 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13536
13537         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13538         (gst_oss_mixer_element_get_property),
13539         (gst_oss_mixer_element_change_state):
13540         Add 'device-name' property and fix state change function.
13541
13542 2005-12-13  Edward Hervey  <edward@fluendo.com>
13543
13544         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13545         If the speed of the file is null in the header, set the frame_time to
13546         the default setting of GST_SECOND / 70. Which is the default
13547         frame_delay for .fli files as stated in this document :
13548         http://www.compuphase.com/flic.htm
13549         Would be nice to have the time conversion done properly too (duration =
13550         flxh->frames * flxdec->frame_time)
13551
13552 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13553
13554         * docs/plugins/Makefile.am:
13555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13557         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13558         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13559         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13560         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13561         documentation for videomixer on my way with a funny sample
13562         pipeline.
13563
13564 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13565
13566         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13567         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13568         (gst_videomixer_update_queues), (gst_videomixer_collected):
13569         Fix caps negotiation. (#323896)
13570
13571 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13572
13573         * gst/matroska/matroska-demux.c:
13574         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13575           Set correct timestamps on audio laces, fixes playback of mp3 from
13576                 matroska.
13577
13578 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13579
13580         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13581         (gst_au_parse_class_init), (gst_au_parse_init),
13582         (gst_au_parse_dispose), (gst_au_parse_chain),
13583         (gst_au_parse_change_state), (plugin_init):
13584         * gst/auparse/gstauparse.h:
13585           Use gst_object_unref() for GstObjects instead of
13586           g_object_unref() and fix a mem leak in a debug
13587           statement; while we're at it, also borgify, use
13588           boilerplate macros and clean up a little bit.
13589
13590 2005-12-11  Edward Hervey  <edward@fluendo.com>
13591
13592         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13593         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13594         Added pull mode.
13595
13596 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13597
13598         * gst/goom/gstgoom.c:
13599         * gst/level/level-example.c: (main):
13600         * gst/smoothwave/demo-osssrc.c: (main):
13601           Use audiotestsrc instead of sinesrc (#323798).
13602
13603 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13604
13605         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13606           more debug-func-ptr usage
13607
13608 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13609
13610         * gst/flx/flx_color.c: (flx_colorspace_convert):
13611         * gst/flx/flx_color.h:
13612         * gst/flx/flx_fmt.h:
13613         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13614         * gst/flx/gstflxdec.h:
13615           Now flxdec works on big-endian machines as well.
13616
13617 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13618
13619         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13620         (gst_fenced_buffer_copy):
13621           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13622           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13623           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13624           and use GST_DEBUG_FUNCPTR for pad functions.
13625
13626 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13629         (gst_flac_dec_class_init), (gst_flac_dec_init),
13630         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13631         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13632         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13633         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13634         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13635         (gst_flac_dec_change_state):
13636         * ext/flac/gstflacdec.h:
13637           Rewrite flacdec a bit, so that even seeking might work now. Most
13638           importantly, don't act upon any flow return values we get, just tell
13639           the decoder everything's dandy and act on the flow return values
13640           later on in the loop function. We don't want to mess up the internal
13641           decoder state for non-fatal things like flushing pads etc. Other
13642           than that, use GstSegment (segment seeks don't work yet though, but
13643           should be easy to add), use boilerplate macros, drop the superfluous
13644           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13645           lots of other things.
13646
13647 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         * configure.ac:
13650           Update comment in OSS includes check.
13651
13652         * sys/oss/gstossdmabuffer.c:
13653         * sys/oss/gstosshelper.c:
13654         * sys/oss/gstossmixer.c:
13655         * sys/oss/gstossmixertrack.c:
13656         * sys/oss/gstosssink.c:
13657         * sys/oss/gstosssrc.c:
13658         * sys/oss/oss_probe.c:
13659           Don't assume the OSS soundcard.h include is always in
13660           the sys/ directory. Instead, use the existing defines
13661           from config.h to include the right file. Fixes
13662           compilation on OpenBSD 3.8 (#323718).
13663
13664 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13665
13666         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13667         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13668         * docs/plugins/inspect/plugin-1394.xml:
13669         * docs/plugins/inspect/plugin-aasink.xml:
13670         * docs/plugins/inspect/plugin-alaw.xml:
13671         * docs/plugins/inspect/plugin-alpha.xml:
13672         * docs/plugins/inspect/plugin-alphacolor.xml:
13673         * docs/plugins/inspect/plugin-auparse.xml:
13674         * docs/plugins/inspect/plugin-autodetect.xml:
13675         * docs/plugins/inspect/plugin-avi.xml:
13676         * docs/plugins/inspect/plugin-cacasink.xml:
13677         * docs/plugins/inspect/plugin-cairo.xml:
13678         * docs/plugins/inspect/plugin-cutter.xml:
13679         * docs/plugins/inspect/plugin-debug.xml:
13680         * docs/plugins/inspect/plugin-dv.xml:
13681         * docs/plugins/inspect/plugin-efence.xml:
13682         * docs/plugins/inspect/plugin-effectv.xml:
13683         * docs/plugins/inspect/plugin-esdsink.xml:
13684         * docs/plugins/inspect/plugin-flac.xml:
13685         * docs/plugins/inspect/plugin-flxdec.xml:
13686         * docs/plugins/inspect/plugin-gconfelements.xml:
13687         * docs/plugins/inspect/plugin-goom.xml:
13688         * docs/plugins/inspect/plugin-jpeg.xml:
13689         * docs/plugins/inspect/plugin-level.xml:
13690         * docs/plugins/inspect/plugin-matroska.xml:
13691         * docs/plugins/inspect/plugin-mulaw.xml:
13692         * docs/plugins/inspect/plugin-multipart.xml:
13693         * docs/plugins/inspect/plugin-navigationtest.xml:
13694         * docs/plugins/inspect/plugin-ossaudio.xml:
13695         * docs/plugins/inspect/plugin-png.xml:
13696         * docs/plugins/inspect/plugin-rtp.xml:
13697         * docs/plugins/inspect/plugin-rtsp.xml:
13698         * docs/plugins/inspect/plugin-shout2send.xml:
13699         * docs/plugins/inspect/plugin-smpte.xml:
13700         * docs/plugins/inspect/plugin-speex.xml:
13701         * docs/plugins/inspect/plugin-udp.xml:
13702         * docs/plugins/inspect/plugin-videobox.xml:
13703         * docs/plugins/inspect/plugin-videoflip.xml:
13704         * docs/plugins/inspect/plugin-videomixer.xml:
13705         * docs/plugins/inspect/plugin-wavenc.xml:
13706         * docs/plugins/inspect/plugin-wavparse.xml:
13707         * ext/flac/gstflac.c: (plugin_init):
13708         * ext/flac/gstflacdec.c: (flacdec_get_type),
13709         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13710         (gst_flac_dec_init), (gst_flac_dec_finalize),
13711         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13712         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13713         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13714         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13715         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13716         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13717         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13718         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13719         * ext/flac/gstflacdec.h:
13720         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13721         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13722         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13723         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13724         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13725         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13726         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13727         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13728         (gst_flac_enc_change_state):
13729         * ext/flac/gstflacenc.h:
13730           borgify and fix up documentation
13731
13732 2005-12-09  Michael Smith  <msmith@fluendo.com>
13733
13734         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13735           Accept a wider range of flac files, more closely matching flac spec.
13736
13737 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13738
13739         * docs/plugins/Makefile.am: Add multipart elements.
13740         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13741         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13742         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13743         * gst/multipart/multipartdemux.c:
13744         * gst/multipart/multipartmux.c: Add docs.
13745
13746 2005-12-07  Edward Hervey  <edward@fluendo.com>
13747
13748         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13749         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13750         (gst_avi_demux_invert):
13751         Memleak and crasher fixes.
13752         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13753         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13754         Memleak fixes
13755
13756 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13757
13758         * ext/aalib/gstaasink.h:
13759         * ext/cairo/gsttextoverlay.h:
13760         * ext/dv/gstdvdec.h:
13761         * ext/dv/gstdvdemux.c:
13762         * ext/dv/gstdvdemux.h:
13763         * ext/esd/esdsink.h:
13764         * ext/flac/flac_compat.h:
13765         * ext/flac/gstflacdec.h:
13766         * ext/flac/gstflacenc.h:
13767         * ext/gconf/gconf.h:
13768         * ext/gconf/gstgconfaudiosink.h:
13769         * ext/gconf/gstgconfvideosink.h:
13770         * ext/gdk_pixbuf/gstgdkanimation.h:
13771         * ext/jpeg/gstjpegdec.h:
13772         * ext/jpeg/smokecodec.h:
13773         * ext/jpeg/smokeformat.h:
13774         * ext/ladspa/gstsignalprocessor.h:
13775         * ext/ladspa/search.c: (LADSPAPluginSearch):
13776         * ext/ladspa/utils.h:
13777         * ext/libmng/gstmng.c:
13778         * ext/libmng/gstmngdec.h:
13779         * ext/libmng/gstmngenc.c:
13780         * ext/libmng/gstmngenc.h:
13781         * ext/libpng/gstpng.c:
13782         * ext/libpng/gstpngenc.c:
13783         * ext/libpng/gstpngenc.h:
13784         * ext/shout2/gstshout2.h:
13785         * ext/speex/gstspeexdec.h:
13786         * ext/speex/gstspeexenc.c:
13787         * ext/speex/gstspeexenc.h:
13788         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13789         * gst/autodetect/gstautoaudiosink.h:
13790         * gst/autodetect/gstautovideosink.h:
13791         * gst/avi/gstavidemux.h:
13792         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13793         (gst_cutter_set_property), (gst_cutter_get_caps):
13794         * gst/cutter/gstcutter.h:
13795         * gst/debug/tests.c: (md5_process_block):
13796         * gst/debug/tests.h:
13797         * gst/effectv/gstwarp.c:
13798         * gst/flx/flx_fmt.h:
13799         * gst/flx/gstflxdec.h:
13800         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13801         (zoomFilterFastRGB):
13802         * gst/goom/filters.h:
13803         * gst/goom/goom_tools.h:
13804         * gst/law/alaw-encode.c:
13805         * gst/level/gstlevel.c:
13806         * gst/level/gstlevel.h:
13807         * gst/matroska/ebml-write.h:
13808         * gst/matroska/matroska-demux.h:
13809         * gst/matroska/matroska-ids.h:
13810         * gst/matroska/matroska-mux.h:
13811         * gst/monoscope/convolve.c: (convolve_match):
13812         * gst/monoscope/convolve.h:
13813         * gst/multipart/multipartmux.c:
13814         * gst/oldcore/gstaggregator.c:
13815         * gst/oldcore/gstaggregator.h:
13816         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13817         * gst/oldcore/gstmd5sink.h:
13818         * gst/oldcore/gstmultifilesrc.c:
13819         * gst/oldcore/gstmultifilesrc.h:
13820         * gst/oldcore/gstpipefilter.h:
13821         * gst/oldcore/gstshaper.h:
13822         * gst/rtp/gstrtpL16depay.h:
13823         * gst/rtp/gstrtpL16pay.h:
13824         * gst/rtp/gstrtpdepay.h:
13825         * gst/rtp/gstrtpmp4vpay.c:
13826         * gst/rtp/gstrtpmp4vpay.h:
13827         * gst/rtsp/gstrtspsrc.c:
13828         * gst/rtsp/gstrtspsrc.h:
13829         * gst/rtsp/rtspconnection.h:
13830         * gst/rtsp/rtspdefs.h:
13831         * gst/rtsp/rtspmessage.h:
13832         * gst/rtsp/rtsptransport.h:
13833         * gst/rtsp/rtspurl.c:
13834         * gst/rtsp/rtspurl.h:
13835         * gst/rtsp/sdpmessage.c:
13836         * gst/rtsp/sdpmessage.h:
13837         * gst/smpte/barboxwipes.c:
13838         * gst/smpte/gstmask.h:
13839         * gst/smpte/gstsmpte.h:
13840         * gst/smpte/paint.c:
13841         * gst/smpte/paint.h:
13842         * gst/udp/gstdynudpsink.h:
13843         * gst/udp/gstmultiudpsink.h:
13844         * gst/udp/gstudpsink.c:
13845         * gst/udp/gstudpsink.h:
13846         * gst/udp/gstudpsrc.c:
13847         * gst/videomixer/videomixer.c:
13848         * gst/wavenc/riff.h:
13849         * gst/wavparse/gstwavparse.h:
13850         * sys/oss/gstossdmabuffer.h:
13851         * sys/oss/gstossmixer.h:
13852         * sys/oss/gstossmixerelement.h:
13853         * sys/oss/gstossmixertrack.h:
13854         * sys/oss/gstosssink.c:
13855         * sys/oss/gstosssink.h:
13856         * sys/oss/gstosssrc.c:
13857         * sys/oss/gstosssrc.h:
13858         * sys/osxaudio/gstosxaudioelement.h:
13859         * sys/osxaudio/gstosxaudiosink.h:
13860         * sys/osxaudio/gstosxaudiosrc.h:
13861           expand tabs
13862
13863 === release 0.10.0 ===
13864
13865 2005-12-05   <thomas (at) apestaart (dot) org>
13866
13867         * configure.ac:
13868           releasing 0.10.0, "Abondance"
13869
13870 2005-12-05  Andy Wingo  <wingo@pobox.com>
13871
13872         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13873         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13874         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13875         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13876         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13877         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13878         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13879         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13880         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13881         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13882         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13883         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13884         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13885         * gst/goom/gstgoom.c: (gst_goom_chain):
13886         * gst/matroska/matroska-demux.c:
13887         (gst_matroska_demux_push_vorbis_codec_priv_data),
13888         (gst_matroska_demux_add_wvpk_header):
13889         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13890         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13891         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13892         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13893         alloc_buffer changes.
13894
13895 2005-12-05  Michael Smith  <msmith@fluendo.com>
13896
13897         * docs/plugins/gst-plugins-good-plugins.args:
13898           Remove args for plugins that aren't in -good.
13899
13900 === release 0.9.7 ===
13901
13902 2005-12-01   <thomas (at) apestaart (dot) org>
13903
13904         * configure.ac:
13905           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13906
13907 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13908
13909         * docs/plugins/.cvsignore:
13910         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13911         * docs/plugins/inspect/plugin-multipart.xml:
13912         * docs/plugins/inspect/plugin-rtp.xml:
13913           add multipart plugin to docs
13914
13915 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13916
13917         * configure.ac:
13918         * ext/Makefile.am:
13919         * ext/pango/Makefile.am:
13920         * ext/pango/gstclockoverlay.c:
13921         * ext/pango/gstclockoverlay.h:
13922         * ext/pango/gsttextoverlay.c:
13923         * ext/pango/gsttextoverlay.h:
13924         * ext/pango/gsttextrender.c:
13925         * ext/pango/gsttextrender.h:
13926         * ext/pango/gsttimeoverlay.c:
13927         * ext/pango/gsttimeoverlay.h:
13928           move pango to base
13929
13930 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13931
13932         * gst/rtp/Makefile.am:
13933         * gst/rtp/gstrtpL16depay.c:
13934         * gst/rtp/gstrtpL16depay.h:
13935         * gst/rtp/gstrtpL16parse.c:
13936         * gst/rtp/gstrtpL16parse.h:
13937         * gst/rtp/gstrtpgsmdepay.c:
13938         * gst/rtp/gstrtpgsmdepay.h:
13939         * gst/rtp/gstrtpgsmparse.c:
13940         * gst/rtp/gstrtpgsmparse.h:
13941           parsers are depayers
13942
13943 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13944
13945         * gst/rtp/Makefile.am:
13946         * gst/rtp/gstasteriskh263.c:
13947         * gst/rtp/gstrtp.c:
13948         * gst/rtp/gstrtpL16enc.c:
13949         * gst/rtp/gstrtpL16enc.h:
13950         * gst/rtp/gstrtpL16parse.c:
13951         * gst/rtp/gstrtpL16parse.h:
13952         * gst/rtp/gstrtpL16pay.c:
13953         * gst/rtp/gstrtpL16pay.h:
13954         * gst/rtp/gstrtpamrdec.c:
13955         * gst/rtp/gstrtpamrdec.h:
13956         * gst/rtp/gstrtpamrdepay.c:
13957         * gst/rtp/gstrtpamrdepay.h:
13958         * gst/rtp/gstrtpamrenc.c:
13959         * gst/rtp/gstrtpamrenc.h:
13960         * gst/rtp/gstrtpamrpay.c:
13961         * gst/rtp/gstrtpamrpay.h:
13962         * gst/rtp/gstrtpdec.c:
13963         * gst/rtp/gstrtpdec.h:
13964         * gst/rtp/gstrtpdepay.c:
13965         * gst/rtp/gstrtpdepay.h:
13966         * gst/rtp/gstrtpg711dec.c:
13967         * gst/rtp/gstrtpg711dec.h:
13968         * gst/rtp/gstrtpg711depay.c:
13969         * gst/rtp/gstrtpg711depay.h:
13970         * gst/rtp/gstrtpg711enc.c:
13971         * gst/rtp/gstrtpg711enc.h:
13972         * gst/rtp/gstrtpg711pay.c:
13973         * gst/rtp/gstrtpg711pay.h:
13974         * gst/rtp/gstrtpgsmenc.c:
13975         * gst/rtp/gstrtpgsmenc.h:
13976         * gst/rtp/gstrtpgsmparse.c:
13977         * gst/rtp/gstrtpgsmparse.h:
13978         * gst/rtp/gstrtpgsmpay.c:
13979         * gst/rtp/gstrtpgsmpay.h:
13980         * gst/rtp/gstrtph263enc.c:
13981         * gst/rtp/gstrtph263enc.h:
13982         * gst/rtp/gstrtph263pay.c:
13983         * gst/rtp/gstrtph263pay.h:
13984         * gst/rtp/gstrtph263pdec.c:
13985         * gst/rtp/gstrtph263pdec.h:
13986         * gst/rtp/gstrtph263pdepay.c:
13987         * gst/rtp/gstrtph263pdepay.h:
13988         * gst/rtp/gstrtph263penc.c:
13989         * gst/rtp/gstrtph263penc.h:
13990         * gst/rtp/gstrtph263ppay.c:
13991         * gst/rtp/gstrtph263ppay.h:
13992         * gst/rtp/gstrtpmp4vdec.c:
13993         * gst/rtp/gstrtpmp4vdec.h:
13994         * gst/rtp/gstrtpmp4vdepay.c:
13995         * gst/rtp/gstrtpmp4vdepay.h:
13996         * gst/rtp/gstrtpmp4venc.c:
13997         * gst/rtp/gstrtpmp4venc.h:
13998         * gst/rtp/gstrtpmp4vpay.c:
13999         * gst/rtp/gstrtpmp4vpay.h:
14000         * gst/rtp/gstrtpmpadec.c:
14001         * gst/rtp/gstrtpmpadec.h:
14002         * gst/rtp/gstrtpmpadepay.c:
14003         * gst/rtp/gstrtpmpadepay.h:
14004         * gst/rtp/gstrtpmpaenc.c:
14005         * gst/rtp/gstrtpmpaenc.h:
14006         * gst/rtp/gstrtpmpapay.c:
14007         * gst/rtp/gstrtpmpapay.h:
14008         * gst/rtp/gstrtpspeexdec.c:
14009         * gst/rtp/gstrtpspeexdec.h:
14010         * gst/rtp/gstrtpspeexdepay.c:
14011         * gst/rtp/gstrtpspeexdepay.h:
14012         * gst/rtp/gstrtpspeexenc.c:
14013         * gst/rtp/gstrtpspeexenc.h:
14014         * gst/rtp/gstrtpspeexpay.c:
14015         * gst/rtp/gstrtpspeexpay.h:
14016           Do burger's rename for rtp payloaders and depayloaders
14017
14018 2005-11-30  Wim Taymans  <wim@fluendo.com>
14019
14020         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14021         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14022         * ext/dv/gstdvdemux.h:
14023         Fix seeking in dvdemux again, add some more debug info.
14024
14025 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14026
14027         * configure.ac:
14028           fix tests
14029
14030 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14031
14032         * PORTED_09:
14033         * docs/random/PORTED_09:
14034           move
14035         * tests/Makefile.am:
14036           add
14037         * win32/gst.sln:
14038           remove
14039
14040 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14041
14042         * Makefile.am:
14043         * check/.cvsignore:
14044         * check/Makefile.am:
14045         * check/elements/.cvsignore:
14046         * check/elements/level.c:
14047         * check/elements/matroskamux.c:
14048         * configure.ac:
14049         * examples/Makefile.am:
14050         * examples/capsfilter/Makefile.am:
14051         * examples/capsfilter/capsfilter1.c:
14052         * examples/gob/Makefile.am:
14053         * examples/gob/gst-identity2.gob:
14054         * examples/gstplay/.cvsignore:
14055         * examples/gstplay/Makefile.am:
14056         * examples/gstplay/player.c:
14057         * examples/indexing/.cvsignore:
14058         * examples/indexing/Makefile.am:
14059         * examples/indexing/indexmpeg.c:
14060         * examples/level/Makefile.am:
14061         * examples/level/README:
14062         * examples/level/demo.c:
14063         * examples/level/plot.c:
14064         * examples/stats/Makefile.am:
14065         * examples/stats/mp2ogg.c:
14066         * examples/switch/.cvsignore:
14067         * examples/switch/Makefile.am:
14068         * examples/switch/switcher.c:
14069           move under tests/
14070
14071 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14072
14073         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14074         (gst_text_render_class_init), (resize_bitmap),
14075         (gst_text_render_render_text), (gst_text_render_setcaps),
14076         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14077         (gst_text_render_chain), (gst_text_render_finalize),
14078         (gst_text_render_init), (gst_text_render_set_property):
14079         * ext/pango/gsttextrender.h:
14080           Add missing files.
14081
14082 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14083
14084         * configure.ac:
14085         * ext/Makefile.am:
14086         * ext/pango/Makefile.am:
14087         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14088         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14089         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14090         * ext/pango/gstclockoverlay.h:
14091         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14092         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14093         (gst_text_overlay_finalize), (gst_text_overlay_init),
14094         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14095         (gst_text_overlay_text_pad_linked),
14096         (gst_text_overlay_text_pad_unlinked),
14097         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14098         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14099         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14100         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14101         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14102         (gst_text_overlay_change_state), (plugin_init):
14103         * ext/pango/gsttextoverlay.h:
14104         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14105         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14106         (gst_time_overlay_class_init), (gst_time_overlay_init):
14107         * ext/pango/gsttimeoverlay.h:
14108           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14109           and add background shading and text wrapping modes. Make 
14110           timoverlay derive from textoverlay. Also add new clockoverlay
14111           element.
14112
14113 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14114
14115         * gst/udp/Makefile.am: Moved to netbuffer.
14116
14117 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14118
14119         * configure.ac:
14120         * PORTED_O9:
14121         * gst/multipart/Makefile.am:
14122         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14123         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14124         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14125         (gst_multipart_demux_change_state),
14126         (gst_multipart_demux_plugin_init):
14127         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14128         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14129         (gst_multipart_mux_sinkconnect),
14130         (gst_multipart_mux_request_new_pad),
14131         (gst_multipart_mux_handle_src_event),
14132         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14133         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14134         0.9.
14135
14136 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14137
14138         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14139         * gst/debug/gstnavigationtest.h:
14140         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14141         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14142         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14143         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14144         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14145         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14146         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14147         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14148         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14149         (gst_video_flip_get_type):
14150         * gst/videofilter/gstvideoflip.h:
14151           update for symbols change
14152
14153 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14154
14155         * gst/udp/gstdynudpsink.c:
14156         * gst/udp/gstudpsrc.c:
14157           the old gstnet lib was renamed gstnetbuffer (#322257)
14158
14159 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14160
14161         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14162         (gst_text_overlay_collected):
14163           Actually render the text from the text pad.
14164
14165 2005-11-29  Edward Hervey  <edward@fluendo.com>
14166
14167         * gst/debug/gstnavseek.c: (gst_navseek_event):
14168         * gst/debug/progressreport.c: (gst_progress_report_event):
14169         Update for GstBaseTransform event virtual method
14170
14171 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14172
14173         * ext/cairo/Makefile.am:
14174           no need to link to videofilter
14175
14176 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14177
14178         * gst/debug/Makefile.am:
14179         * gst/debug/gstnavigationtest.h:
14180         * gst/effectv/Makefile.am:
14181         * gst/effectv/gstaging.c:
14182         * gst/effectv/gstdice.c:
14183         * gst/effectv/gstedge.c:
14184         * gst/effectv/gstquark.c:
14185         * gst/effectv/gstrev.c:
14186         * gst/effectv/gstshagadelic.c:
14187         * gst/effectv/gstvertigo.c:
14188         * gst/effectv/gstwarp.c:
14189         * gst/videofilter/Makefile.am:
14190         * gst/videofilter/gstvideofilter.c:
14191         * gst/videofilter/gstvideofilter.h:
14192         * gst/videofilter/gstvideoflip.h:
14193           remove the videofilter library and link to the one in base
14194
14195 2005-11-28  Edward Hervey  <edward@fluendo.com>
14196
14197         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14198         Useless check now we're setting the current entry correctly.
14199
14200 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14201
14202         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14203         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14204         (gst_jpegenc_change_state):
14205           Don't leak input buffer in chain function (fixes #322667); make 
14206           state change function thread-safe; don't repeat the current function
14207           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14208           gst_pad_alloc_buffer(); misc. minor cleanups.
14209
14210 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14211
14212         * gst/matroska/matroska-mux.c:
14213         (gst_matroska_mux_video_pad_setcaps):
14214         Look for pixel-aspect-ratio in caps, not pixel_width and
14215         pixel_height (Fixes: #322645)
14216
14217 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14218
14219         * gst/matroska/matroska-mux.c:
14220         (gst_matroska_mux_video_pad_setcaps):
14221         From Michal Benes:
14222         frame duration should be GST_SECOND / framerate, not
14223         GST_SECOND * framerate. (Fixes: #322643)
14224
14225 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14226
14227         * configure.ac:
14228           fix up GST_PLUGIN_LDFLAGS
14229         * gst/rtsp/rtspconnection.c:
14230           fix includes (see #317043)
14231         * gst/videofilter/Makefile.am:
14232           stop installing this library
14233
14234 2005-11-26  Edward Hervey  <edward@fluendo.com>
14235
14236         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14237         Handle the case where the incoming Video dv stream doesn't have
14238         a pixel aspect ratio set.
14239
14240 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14241
14242         * docs/plugins/Makefile.am:
14243         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14244         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14245         * ext/flac/gstflacdec.c:
14246           document flacdec
14247
14248 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14249
14250         * docs/plugins/Makefile.am:
14251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14252         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14253         * docs/plugins/inspect/plugin-autodetect.xml:
14254         * ext/cairo/gstcairo.c: (plugin_init):
14255         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14256         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14257         (gst_text_overlay_init), (gst_text_overlay_font_init),
14258         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14259         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14260         (gst_text_overlay_text_pad_linked),
14261         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14262         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14263         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14264         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14265         (gst_text_overlay_change_state):
14266         * ext/cairo/gsttextoverlay.h:
14267         * ext/cairo/gsttimeoverlay.c:
14268         (gst_cairo_time_overlay_update_font_height),
14269         (gst_cairo_time_overlay_set_caps),
14270         (gst_cairo_time_overlay_get_unit_size),
14271         (gst_cairo_time_overlay_print_smpte_time),
14272         (gst_cairo_time_overlay_transform),
14273         (gst_cairo_time_overlay_base_init),
14274         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14275         (gst_cairo_time_overlay_get_type):
14276         * ext/cairo/gsttimeoverlay.h:
14277           do some name borgifying
14278           document
14279
14280 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14281
14282         * docs/plugins/Makefile.am:
14283         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14285         * gst/autodetect/gstautoaudiosink.c:
14286         (gst_auto_audio_sink_base_init):
14287         * gst/autodetect/gstautovideosink.c:
14288         (gst_auto_video_sink_base_init),
14289         (gst_auto_video_sink_factory_filter):
14290           documenting auto*sink
14291           using strstr for the video sink lookup, class field is not ordered
14292         * docs/plugins/inspect/plugin-1394.xml:
14293         * docs/plugins/inspect/plugin-aasink.xml:
14294         * docs/plugins/inspect/plugin-alaw.xml:
14295         * docs/plugins/inspect/plugin-alpha.xml:
14296         * docs/plugins/inspect/plugin-alphacolor.xml:
14297         * docs/plugins/inspect/plugin-auparse.xml:
14298         * docs/plugins/inspect/plugin-autodetect.xml:
14299         * docs/plugins/inspect/plugin-avi.xml:
14300         * docs/plugins/inspect/plugin-cacasink.xml:
14301         * docs/plugins/inspect/plugin-cairo.xml:
14302         * docs/plugins/inspect/plugin-cutter.xml:
14303         * docs/plugins/inspect/plugin-debug.xml:
14304         * docs/plugins/inspect/plugin-dv.xml:
14305         * docs/plugins/inspect/plugin-efence.xml:
14306         * docs/plugins/inspect/plugin-effectv.xml:
14307         * docs/plugins/inspect/plugin-esdsink.xml:
14308         * docs/plugins/inspect/plugin-flac.xml:
14309         * docs/plugins/inspect/plugin-flxdec.xml:
14310         * docs/plugins/inspect/plugin-gconfelements.xml:
14311         * docs/plugins/inspect/plugin-goom.xml:
14312         * docs/plugins/inspect/plugin-jpeg.xml:
14313         * docs/plugins/inspect/plugin-level.xml:
14314         * docs/plugins/inspect/plugin-matroska.xml:
14315         * docs/plugins/inspect/plugin-mulaw.xml:
14316         * docs/plugins/inspect/plugin-navigationtest.xml:
14317         * docs/plugins/inspect/plugin-ossaudio.xml:
14318         * docs/plugins/inspect/plugin-png.xml:
14319         * docs/plugins/inspect/plugin-rtp.xml:
14320         * docs/plugins/inspect/plugin-rtsp.xml:
14321         * docs/plugins/inspect/plugin-shout2send.xml:
14322         * docs/plugins/inspect/plugin-smpte.xml:
14323         * docs/plugins/inspect/plugin-speex.xml:
14324         * docs/plugins/inspect/plugin-udp.xml:
14325         * docs/plugins/inspect/plugin-videobox.xml:
14326         * docs/plugins/inspect/plugin-videoflip.xml:
14327         * docs/plugins/inspect/plugin-videomixer.xml:
14328         * docs/plugins/inspect/plugin-wavenc.xml:
14329         * docs/plugins/inspect/plugin-wavparse.xml:
14330           update for HEAD version
14331
14332 2005-11-25  Michael Smith  <msmith@fluendo.com>
14333
14334         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14335           Patch from Sebastien Cote to close control sockets in udpsrc.
14336
14337 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14338
14339         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14340         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14341         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14342         (gst_quarktv_base_init), (gst_quarktv_class_init),
14343         (gst_quarktv_init): Flush the planes list on reverse caps
14344         negotiation. This was crashing because of differently sized
14345         buffers.
14346
14347 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14348
14349         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14350         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14351         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14352         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14353         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14354         (gst_videoflip_set_property), (gst_videoflip_base_init),
14355         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14356         correctly, fix identity flipping, convert navigation event 
14357         correctly again.
14358
14359 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14360
14361         * configure.ac: back to HEAD
14362
14363 === release 0.9.6 ===
14364
14365 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14366
14367         * configure.ac:
14368           releasing 0.9.6, "Everything's Not Lost"
14369
14370 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14371
14372         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14373         Oops, initialise the framerate GValue
14374
14375 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14376
14377         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14378         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14379         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14380         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14381         (gst_timeoverlay_get_type):
14382         * ext/cairo/gsttimeoverlay.h:
14383         * gst/debug/Makefile.am:
14384         * gst/debug/gstnavigationtest.c:
14385         (gst_navigationtest_handle_src_event),
14386         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14387         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14388         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14389         (gst_navigationtest_init), (gst_navigationtest_get_type),
14390         (plugin_init):
14391         * gst/debug/gstnavigationtest.h:
14392         * gst/effectv/Makefile.am:
14393         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14394         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14395         (gst_agingtv_base_init), (gst_agingtv_class_init),
14396         (gst_agingtv_init), (gst_agingtv_get_type):
14397         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14398         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14399         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14400         (gst_dicetv_get_type):
14401         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14402         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14403         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14404         (gst_edgetv_get_type):
14405         * gst/effectv/gsteffectv.c:
14406         * gst/effectv/gsteffectv.h:
14407         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14408         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14409         (gst_quarktv_change_state), (gst_quarktv_base_init),
14410         (gst_quarktv_class_init), (gst_quarktv_init),
14411         (gst_quarktv_get_type):
14412         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14413         (gst_revtv_get_unit_size), (gst_revtv_transform),
14414         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14415         (gst_revtv_get_type):
14416         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14417         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14418         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14419         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14420         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14421         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14422         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14423         (gst_vertigotv_init), (gst_vertigotv_get_type):
14424         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14425         (gst_warptv_get_unit_size), (gst_warptv_transform),
14426         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14427         (gst_warptv_get_type):
14428         * gst/videofilter/Makefile.am:
14429         * gst/videofilter/gstvideobalance.c:
14430         * gst/videofilter/gstvideobalance.h:
14431         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14432         (gst_videofilter_class_init), (gst_videofilter_init):
14433         * gst/videofilter/gstvideofilter.h:
14434         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14435         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14436         (gst_videoflip_flip), (gst_videoflip_transform),
14437         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14438         (gst_videoflip_base_init), (gst_videoflip_class_init),
14439         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14440         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14441         BaseTransform, it's just a place holder for now and every video
14442         effect plugin has been ported to use BaseTransform features 
14443         directly. QuarkTV was fixed too (was broken), navigationtest works
14444         and best for the end, videoflip converts navigation events depending
14445         on flip method ! Fixes #320953
14446
14447 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14448
14449         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14450         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14451         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14452         (gst_goom_src_negotiate), (gst_goom_chain):
14453         * gst/matroska/matroska-mux.c:
14454         (gst_matroska_mux_video_pad_setcaps):
14455         * sys/osxvideo/osxvideosink.m:
14456           Fixes for API changes
14457
14458 2005-11-23  Michael Smith <msmith@fluendo.com>
14459
14460         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14461         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14462         * ext/jpeg/gstjpegdec.h:
14463         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14464         * ext/jpeg/gstjpegenc.h:
14465         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14466         (gst_smokeenc_resync):
14467         * ext/jpeg/gstsmokeenc.h:
14468           JPEG fractiony goodness.
14469
14470 2005-11-22  Michael Smith <msmith@fluendo.com>
14471
14472         * gst/goom/filters.c:
14473         * gst/goom/graphic.h:
14474           Fix compilation by making some functions static inline instead of
14475           extern inline, matching the way they're used.
14476
14477 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14478
14479         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14480         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14481         * ext/cairo/gsttextoverlay.h:
14482         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14483         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14484         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14485         (gst_pngdec_caps_create_and_set):
14486         * ext/libpng/gstpngdec.h:
14487         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14488         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14489         * gst/avi/gstavimux.c: (gst_avimux_init),
14490         (gst_avimux_vidsinkconnect):
14491         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14492         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14493         (gst_goom_src_negotiate), (gst_goom_chain):
14494         * gst/goom/gstgoom.h:
14495         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14496         * gst/matroska/matroska-mux.c:
14497         (gst_matroska_mux_video_pad_setcaps):
14498         * sys/osxvideo/osxvideosink.h:
14499         * sys/osxvideo/osxvideosink.m:
14500           More fractional framerate conversions 
14501
14502 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14503
14504         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14505         * gst/debug/gstnavigationtest.c:
14506         (gst_navigationtest_handle_src_event):
14507         * gst/videofilter/gstvideofilter.c:
14508         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14509         (gst_videofilter_init):
14510         * gst/videofilter/gstvideofilter.h:
14511           Convert to fractional framerates.
14512
14513 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14514
14515         * ext/aalib/gstaasink.c:
14516         * ext/dv/gstdvdec.c:
14517         * ext/esd/esdmon.c:
14518         * ext/flac/gstflacenc.c:
14519         * ext/gdk_pixbuf/pixbufscale.c:
14520         * ext/libcaca/gstcacasink.c:
14521         * ext/shout2/gstshout2.c:
14522         * gst/alpha/gstalpha.c:
14523         * gst/oldcore/gstaggregator.c:
14524         * gst/oldcore/gstshaper.c:
14525         * gst/smpte/barboxwipes.c:
14526         * gst/smpte/gstsmpte.c:
14527         * gst/videobox/gstvideobox.c:
14528         * gst/videofilter/gstvideoflip.c:
14529         * gst/videomixer/videomixer.c:
14530           fix up more enums
14531
14532 2005-11-22  Michael Smith <msmith@fluendo.com>
14533
14534         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14535         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14536         (gst_videomixer_update_queues):
14537           Fractional framerates, videomixer.
14538
14539 2005-11-22  Michael Smith <msmith@fluendo.com>
14540
14541         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14542         * ext/dv/gstdvdec.h:
14543         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14544         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14545         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14546         (gst_dvdemux_flush):
14547         * ext/dv/gstdvdemux.h:
14548           Fractional framerates for DV. 
14549
14550 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14551
14552         * gst/autodetect/gstautoaudiosink.c:
14553         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14554         * gst/autodetect/gstautovideosink.c:
14555         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14556           Use gst_plugin_feature_list_free() to free feature list and
14557           in the case of autovideosink free the list at all. Also
14558           miscellaneous cosmetic fixes.
14559
14560 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14561
14562         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14563         (gst_cutter_set_property), (gst_cutter_get_caps):
14564           copy calculation code from level; remove use of some audio
14565           functions
14566
14567 2005-11-22  Andy Wingo  <wingo@pobox.com>
14568
14569         * Update for gst_tag_setter API changes.
14570
14571 2005-11-22  Andy Wingo  <wingo@pobox.com>
14572
14573         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14574         (gst_dvdemux_demux_frame)
14575         * ext/flac/gstflacdec.c (gst_flacdec_write)
14576         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14577         (gst_flacenc_sink_event)
14578         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14579         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14580         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14581         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14582         * gst/auparse/gstauparse.c (gst_auparse_chain)
14583         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14584         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14585         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14586         (gst_avi_demux_handle_seek)
14587         * gst/goom/gstgoom.c (gst_goom_event)
14588         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14589         * gst/matroska/matroska-demux.c
14590         (gst_matroska_demux_handle_seek_event)
14591         (gst_matroska_demux_loop_stream_parse_id)
14592         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14593         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14594         (gst_wavparse_stream_headers): Run update-funcnames.
14595
14596 2005-11-22  Edward Hervey  <edward@fluendo.com>
14597
14598         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14599         (gst_dv1394src_init), (gst_dv1394src_dispose),
14600         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14601         (gst_dv1394src_uri_set_uri):
14602         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14603         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14604         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14605         URIHandler interface and element properties are now properly
14606         synchronized for DV1394src and UDPSrc
14607
14608 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         * ext/flac/Makefile.am:
14611         * ext/speex/Makefile.am:
14612           libgsttagedit has been renamed to libgsttag.
14613
14614 2005-11-21  Wim Taymans  <wim@fluendo.com>
14615
14616         * gst/rtsp/rtspconnection.c: (read_body):
14617         Apply patch from Sebastien Cote to fix #319184.
14618
14619 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14620
14621         * configure.ac:
14622         * gst/cutter/Makefile.am:
14623         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14624         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14625         (gst_cutter_set_property), (gst_cutter_get_property),
14626         (plugin_init), (gst_cutter_get_caps):
14627           port cutter
14628         * gst/level/gstlevel.c:
14629           fix up plugin details
14630
14631 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14632
14633         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14634         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14635         (gst_flacdec_src_event):
14636         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14637         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14638         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14639         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14640         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14641         (gst_flxdec_sink_event_handler):
14642         * gst/matroska/matroska-demux.c:
14643         (gst_matroska_demux_handle_seek_event):
14644         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14645           Update for stream lock API changes: don't take stream log
14646           in sink event handlers any longer and change GST_STREAM_LOCK
14647           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14648           functions.
14649
14650 2005-11-21  Michael Smith <msmith@fluendo.com>
14651
14652         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14653           gst_object_unref, not g_object_unref
14654
14655 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14656
14657         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14658         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14659           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14660
14661 2005-11-21  Michael Smith <msmith@fluendo.com>
14662
14663         * gst/auparse/Makefile.am:
14664         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14665         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14666         (gst_auparse_change_state):
14667         * gst/auparse/gstauparse.h:
14668           Partially fix #161712. playbin still doesn't work on these files,
14669           (on the bug report, Andy says we aren't typefinding it for some
14670           reason?) but at least auparse isn't totally busted like it was before.
14671
14672 2005-11-21  Andy Wingo  <wingo@pobox.com>
14673
14674         * *.h:
14675         * *.c: Ran scripts/update-macros. Oh yes.
14676
14677 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14678
14679         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14680           Filler events are gone for now, comment out section generating
14681           them.
14682
14683 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14684
14685         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14686         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14687         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14688         * sys/osxvideo/osxvideosink.m:
14689           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14690           (#322027)
14691
14692 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14693
14694         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14695         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14696         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14697         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14698         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14699         (gst_avi_demux_stream_data):
14700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14701         * gst/wavenc/gstwavenc.c: (write_metadata):
14702         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14703         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14704         Fixes for GST_FOURCC_FORMAT API change.
14705
14706 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14707
14708         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14709         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14710         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14711         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14712         (gst_text_overlay_change_state):
14713         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14714         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14715         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14716         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14717         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14718         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14719         (gst_videomixer_change_state):
14720           Fix for collect pads API change. Also fix textoverlay state
14721           change function.
14722
14723 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14724
14725         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14726         GST_PAD_IS_USABLE by something approaching it.
14727
14728 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14729
14730         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14731         API changes.
14732         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14733         but also fix the code that was not checking return values from
14734         pad_push neither using pad_alloc_buffer.
14735
14736 2005-11-18  Edward Hervey  <edward@fluendo.com>
14737
14738         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14739         (gst_pngenc_chain):
14740         Added debug category
14741         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14742         goes to EOS.
14743
14744 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14745
14746         * gst/rtp/Makefile.am
14747         * gst/rtp/gstrtp.c
14748         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14749         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14750         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14751         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14752         * gst/rtp/gstrtpg711enc.h:
14753         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14754         * gst/rtp/gstrtpspeexenc.c:
14755         * gst/rtp/gstrtpspeexenc.h:
14756         * gst/rtp/gstrtpspeexdec.c:
14757         * gst/rtp/gstrtpspeexdec.h:
14758         Created Speex payloader and depayloader; Optimize G711 payloader to
14759         use adapter and send packets until MTU size.
14760
14761 2005-11-16  Wim Taymans  <wim@fluendo.com>
14762
14763         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14764         Fix leak in check.
14765
14766 2005-11-16  Wim Taymans  <wim@fluendo.com>
14767
14768         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14769         Fix state change.
14770
14771 2005-11-16  Andy Wingo  <wingo@pobox.com>
14772
14773         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14774         (gst_udpsrc_create): Move comment.
14775
14776 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14777
14778         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14779
14780         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14781           When seeking, seek to closest index entry at or before the requested
14782           seek position, not just the closest one (#321001).
14783
14784 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14787         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14788           Invert DIB images again (see #132341).
14789
14790 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14791
14792         * configure.ac:
14793           rework configure.ac file
14794         * ext/aalib/gstaasink.c:
14795         * ext/cairo/gstcairo.c:
14796         * ext/dv/gstdv.c:
14797         * ext/esd/gstesd.c:
14798         * ext/flac/gstflac.c:
14799         * ext/gconf/gstgconfelements.c:
14800         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14801         * ext/jpeg/gstjpeg.c:
14802         * ext/ladspa/gstladspa.c:
14803         * ext/libcaca/gstcacasink.c:
14804         * ext/libmng/gstmng.c:
14805         * ext/libpng/gstpng.c:
14806         * ext/mikmod/gstmikmod.c:
14807         * ext/pango/gsttextoverlay.c:
14808         * ext/pango/gsttimeoverlay.c:
14809         * ext/raw1394/gst1394.c:
14810         * ext/speex/gstspeex.c:
14811         * gst/alpha/Makefile.am:
14812         * gst/alpha/gstalpha.c:
14813         * gst/alpha/gstalphacolor.c:
14814         * gst/auparse/gstauparse.c:
14815         * gst/autodetect/gstautoaudiosink.c:
14816         (gst_auto_audio_sink_factory_filter),
14817         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14818         * gst/autodetect/gstautodetect.c:
14819         * gst/avi/gstavi.c:
14820         * gst/cutter/gstcutter.c:
14821         * gst/debug/efence.c:
14822         * gst/debug/gstdebug.c:
14823         * gst/debug/gstnavigationtest.c:
14824         * gst/effectv/gsteffectv.c:
14825         * gst/flx/gstflxdec.c:
14826         * gst/goom/gstgoom.c:
14827         * gst/interleave/plugin.c:
14828         * gst/law/alaw.c:
14829         * gst/law/mulaw.c:
14830         * gst/level/gstlevel.c:
14831         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14832         * gst/matroska/matroska.c:
14833         * gst/median/gstmedian.c:
14834         * gst/monoscope/gstmonoscope.c:
14835         * gst/multipart/multipart.c:
14836         * gst/oldcore/gstelements.c:
14837         * gst/rtp/gstrtp.c:
14838         * gst/rtsp/gstrtsp.c:
14839         * gst/smoothwave/gstsmoothwave.c:
14840         * gst/smpte/gstsmpte.c:
14841         * gst/udp/gstudp.c:
14842         * gst/videobox/gstvideobox.c:
14843         * gst/videofilter/gstgamma.c:
14844         * gst/videofilter/gstvideobalance.c:
14845         * gst/videofilter/gstvideoflip.c:
14846         * gst/videofilter/gstvideotemplate.c:
14847         * gst/videomixer/videomixer.c:
14848         * gst/wavenc/gstwavenc.c:
14849         * gst/wavparse/gstwavparse.c:
14850         * sys/oss/gstossaudio.c:
14851         * sys/osxaudio/gstosxaudio.c:
14852           update GST_PLUGIN_DEFINE
14853         * gst/rtp/Makefile.am:
14854         * gst/rtp/gstasteriskh263.c:
14855           check for htons/htonl headers and possibly link to winsock2 lib
14856
14857 2005-11-12  Edward Hervey  <edward@fluendo.com>
14858
14859         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14860         Only GST_DEBUG() information on the valid components.
14861
14862 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14863
14864         * configure.ac: back to HEAD
14865
14866 === release 0.9.5 ===
14867
14868 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14869
14870         * configure.ac:
14871           releasing 0.9.5, "Phone Alarm"
14872
14873 2005-11-11  Edward Hervey  <edward@fluendo.com>
14874
14875         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14876         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14877         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14878         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14879         (gst_avi_demux_loop):
14880         * gst/avi/gstavidemux.h:
14881         Yeah, implement proper seeking. Exact seeking and segment seeking.
14882         Still need to do some checks for segment_stop.
14883
14884 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14885
14886         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14887
14888         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14889           Don't try to ready buffer duration from buffer that we don't
14890           own any  longer and that might already have been unreffed.
14891           (#321136)
14892
14893 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14894
14895         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14896         (flx_decode_delta_flc), (gst_flxdec_chain):
14897         Attempting to optimize the code for embedded systems.
14898
14899 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14900
14901         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14902
14903         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14904           Don't re-use already closed file descriptor. (#320920)
14905
14906 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14907
14908         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14909         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14910         (gst_oss_sink_prepare):
14911         * sys/oss/gstosssink.h:
14912           Cache probed caps; fix debug output for SET_PARAM macros.
14913
14914 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * ext/cairo/Makefile.am:
14917         * ext/cairo/gstcairo.c: (plugin_init):
14918         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14919         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14920         (gst_text_overlay_init), (gst_text_overlay_font_init),
14921         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14922         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14923         (gst_text_overlay_text_pad_linked),
14924         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14925         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14926         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14927         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14928         (gst_text_overlay_change_state):
14929         * ext/cairo/gsttextoverlay.h:
14930           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14931           property and redo positioning. Doesn't handle upstream renegotiation
14932           yet though.
14933
14934 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14935
14936         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14937         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14938         (gst_avi_demux_loop):
14939           No need to take the STREAM_LOCK in the loop function. Improve
14940           some debug messages. Don't leak pad names in debug messages.
14941
14942 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * gst/matroska/matroska-demux.c:
14945         (gst_matroska_demux_push_vorbis_codec_priv_data),
14946         (gst_matroska_demux_add_wvpk_header):
14947           Don't error out when the source pad isn't linked.
14948
14949 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14952         (gst_gconf_audio_sink_change_state):
14953         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14954         (gst_gconf_video_sink_change_state):
14955           Fix state change functions here as well and set kid
14956           to NULL state before removing it.
14957
14958 2005-11-01  Edward Hervey  <edward@fluendo.com>
14959
14960         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14961         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14962         Added proper event handlind, 
14963         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14964         ignored),
14965         and don't set a duration of 0 for buffers otherwise they are discarded
14966         by GstBaseSink.
14967
14968         GstWavEnc needs some serious loving, after going through the code I'm
14969         really wondering how this can stay in -good ...
14970
14971 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14974         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14976         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14977         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14978         (gst_matroska_mux_collected):
14979           Fix leaks and invalid memory access as reported by valgrind
14980
14981 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14982
14983         Patch by: Michal Benes <michal.benes@xeris.cz>
14984
14985         * check/Makefile.am:
14986         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14987         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14988         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14989           add a unit test for matroskamux
14990           fix the bugs that the unit test exposed
14991
14992 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14993
14994         * gst/autodetect/gstautoaudiosink.c:
14995         (gst_auto_audio_sink_class_init),
14996         (gst_auto_audio_sink_change_state):
14997         * gst/autodetect/gstautovideosink.c:
14998         (gst_auto_video_sink_class_init),
14999         (gst_auto_video_sink_change_state):
15000           Fix state change function and use GST_DEBUG_FUNCPTR in
15001           class_init.
15002
15003 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15004
15005         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15006
15007         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15008         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15009         * gst/matroska/ebml-write.h:
15010         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15011           Set timestamps on outgoing ebml headers as well, so that the
15012           element after matroskamux can get the timestamp already when
15013           reading the first ebml element and doesn't have to wait for
15014           the actual data buffer for that (#320308).
15015           
15016 2005-10-31  Andy Wingo  <wingo@pobox.com>
15017
15018         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15019         (gst_videomixer_pad_link): Kill some memleaks.
15020         (gst_videomixer_pad_get_property): Style fix.
15021         (gst_videomixer_pad_set_property): Style fix.
15022         (gst_videomixer_pad_init): Style fix.
15023         (gst_videomixer_update_queues): Kill memleak.
15024         (gst_videomixer_loop): Kill memleak.
15025         (gst_videomixer_collected): Kill memleak.
15026
15027 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15028
15029         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15030         gst_auparse_change_state:
15031         Just some cleanup.
15032
15033 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15034
15035         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15036         Add checks to GST_FLOW_NOT_LINKED for values returned
15037         from gst_pad_push.
15038         
15039 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15040
15041         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15042         (gst_rtpg711dec_process):
15043         * gst/rtp/gstrtpgsmenc.c:
15044         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15045         are never set. This is important for the g711 to work with burger's rtpbin
15046         element.
15047
15048 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15049
15050         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15051         (gst_speexenc_push_buffer):
15052         Add checks for return values from gst_pad_push and
15053         gst_pad_alloc_buffer.
15054
15055 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15056
15057         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15058
15059         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15060         (gst_matroska_demux_parse_info),
15061         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15062         (gst_matroska_demux_parse_cluster):
15063         * gst/matroska/matroska-ids.h:
15064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15065         (gst_matroska_mux_init), (gst_matroska_mux_start),
15066         (gst_matroska_mux_create_buffer_header),
15067         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15068         (gst_matroska_mux_get_property):
15069         * gst/matroska/matroska-mux.h:
15070           Add SimpleBlock support to matroska demuxer and muxer (part of
15071           Matroska v2). (#319731)
15072
15073 2005-10-28  Wim Taymans  <wim@fluendo.com>
15074
15075         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15076         (gst_jpeg_dec_change_state):
15077         * ext/jpeg/gstjpegdec.h:
15078         Cleanups. Don't create caps for every chain.
15079
15080 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15081
15082         * gst/law/alaw-encode.c: (gst_alawenc_init),
15083         (alawenc_setcaps), (gst_alawenc_chain)
15084         * gst/law/alaw-encode.h:
15085         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15086         (mulawenc_setcaps), (gst_mulawenc_chain)
15087         * gst/law/mulaw-encode.h:
15088         Set timestamp on buffer and it allows RTP G711 elements
15089         work properly.
15090
15091 2005-10-27  Wim Taymans  <wim@fluendo.com>
15092
15093         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15094         Set correct format on oss instead of a silly value. 
15095
15096 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15097
15098         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15099         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15100         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15101         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15102         I420 rendering as well, doesn't bring much for my platform.
15103         Might help on some other platforms.
15104
15105 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15106
15107         * gst/rtp/gstrtpgsmenc.c:
15108         * gst/rtp/gstrtpgsmparse.c:
15109         Declaring the padtemplate correctly.
15110
15111 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15112
15113         * gst/rtp/gstrtpg711dec.c:
15114         * gst/rtp/gstrtpg711enc.c:
15115         * gst/rtp/gstrtpgsmenc.c:
15116         * gst/rtp/gstrtpgsmparse.c:
15117         Setting the proper copyright notice.
15118
15119 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15120
15121         * gst/videobox/Makefile.am: Use liboil.
15122         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15123         (gst_video_box_set_property), (gst_video_box_transform_caps),
15124         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15125         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15126         using liboil. Will dot the same to I420 border generation
15127         tomorrow.
15128
15129 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15130
15131         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15132         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15133         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15134         * gst/rtp/gstrtpg711dec.h:
15135         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15136         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15137         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15138         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15139         (gst_rtpgsmenc_handle_buffer):
15140         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15141         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15142         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15143         * gst/rtp/gstrtpgsmparse.h:
15144         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15145         inherits from the basertpdepayloader.
15146
15147 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15148
15149         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15150         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15151         (gst_video_box_ayuv): Removing this forgotten debug.
15152
15153 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15154
15155         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15156         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15157         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15158
15159 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15160
15161         * sys/oss/gstossaudio.c:
15162         * sys/oss/gstossdmabuffer.c:
15163         * sys/oss/gstosshelper.c:
15164         * sys/oss/gstossmixer.c:
15165         * sys/oss/gstossmixerelement.c:
15166         * sys/oss/gstossmixertrack.c:
15167         * sys/oss/gstosssink.c:
15168         * sys/oss/gstosssrc.c:
15169           Actually use the 'oss' debug category we register.
15170
15171 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15172
15173         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15174         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15175         Use gst_pad_get_parent and drop the ref that was added through
15176         that call.
15177
15178 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15179
15180         * gst/rtp/gstrtpgsmenc.c:
15181           Fix compilation
15182
15183 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15184
15185         * gst/rtp/gstrtpg711dec.c
15186         Just removed a couple of lines of weird code used during
15187         development/test time.
15188
15189 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15190
15191         * gst/rtp/Makefile.am
15192         * gst/rtp/gstrtp.c
15193         * gst/rtp/gstrtpg711enc.c
15194         * gst/rtp/gstrtpg711enc.h
15195         * gst/rtp/gstrtpg711dec.c
15196         * gst/rtp/gstrtpg711dec.h
15197         Created G711 payloader and depayloader (it supports mulaw and alaw
15198         (dec)encoders)
15199
15200 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15201
15202         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15203         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15204         Doh ! I introduced wingo's bug again ! Sorry...
15205
15206 2005-10-25  Christian Schaller <christian@fluendo.com> 
15207
15208         * gst/rtp/Makefile.am: add missing header files for disting
15209
15210 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15211
15212         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15213         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15214         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15215         (gst_rtpgsmenc_handle_buffer):
15216         * gst/rtp/gstrtpgsmenc.h:
15217         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15218         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15219         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15220         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15221         * gst/rtp/gstrtpgsmparse.h:
15222         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15223
15224 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15225
15226         * ext/libpng/gstpngdec.c: (user_info_callback),
15227         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15228         a newsegment event, move some redundant code in a single place.
15229
15230 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15231
15232         * ext/libpng/gstpngdec.c: (user_info_callback),
15233         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15234         hack to get correct colors order when we have a png image with
15235         alpha channel.
15236
15237 2005-10-24  Edward Hervey  <edward@fluendo.com>
15238
15239         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15240         Call gst_element_no_more_pads when there will be no more pads.
15241
15242 2005-10-24  Wim Taymans  <wim@fluendo.com>
15243
15244         * gst/rtp/Makefile.am:
15245         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15246         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15247         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15248         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15249         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15250         (gst_asteriskh263_plugin_init):
15251         * gst/rtp/gstasteriskh263.h:
15252         * gst/rtp/gstrtp.c: (plugin_init):
15253         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15254         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15255         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15256         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15257         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15258         (gst_rtph263enc_plugin_init):
15259         * gst/rtp/gstrtph263enc.h:
15260         Added two new payloaders, an RFC 2190 payloader for h263 and
15261         a payload convertor for an asterisk server.
15262
15263 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15264
15265         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15266           Set bytes_per_sample correctly (is not always 4, but 
15267           depends on width and number of channels).
15268
15269 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15270
15271         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15272         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15273         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15274         (gst_flacenc_sink_event), (gst_flacenc_chain),
15275         (gst_flacenc_set_property), (gst_flacenc_get_property),
15276         (gst_flacenc_change_state):
15277         * ext/flac/gstflacenc.h:
15278           Fix seeking, so that flacenc can rewrite the header with the
15279           correct duration and amount of samples and all that at EOS;
15280           also set timestamps and granulepos on outgoing buffers; add
15281           debug category; fix state change function.
15282           
15283 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15284
15285         * gst/videomixer/videomixer.c: Don't restrict video geometry
15286         from 16 to 4096.
15287
15288 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15289
15290         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15291         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15292         Fix caps negotiation correctly, add debugging category.
15293
15294 2005-10-24  Christian Schaller  <christian@fluendo.com>
15295
15296         * configure.ac: Port over Thomas's change from base listing all plugins
15297
15298 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15299
15300         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15301         a sink pad.
15302
15303 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15304
15305         * configure.ac:
15306         * docs/upload.mak:
15307           back to HEAD
15308
15309 === release 0.9.4 ===
15310
15311 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15312
15313         * configure.ac:
15314           Releasing 0.9.4, "Dromiceiomimus"
15315
15316 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15319         (gst_speexenc_src_query):
15320           Add position and duration query, fix query type function.
15321           
15322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15323         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15324           Let's not set non-fixed caps on source pads.
15325
15326 2005-10-21  Wim Taymans  <wim@fluendo.com>
15327
15328         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15329         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15330         (gst_avi_demux_handle_seek):
15331         Set correct stream_time in newsegment event.
15332         avi can also handle a duration query now.
15333
15334 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15335
15336         * gst/matroska/matroska-demux.c:
15337         (gst_matroska_demux_handle_src_query),
15338         (gst_matroska_demux_handle_seek_event),
15339         (gst_matroska_demux_loop_stream_parse_id):
15340           Fix duration query; fix basetime in newsegment event after
15341           seek; fix duration in initial newsegment event.
15342
15343         * gst/matroska/matroska-mux.c:
15344         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15345           Extract number of channels and samplerate from vorbis headers;
15346           add some debug messages when querying the durations of the
15347           input streams.
15348
15349 2005-10-20  Wim Taymans  <wim@fluendo.com>
15350
15351         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15352         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15353         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15354         Set stream time correctly in newsegment.
15355
15356 2005-10-20  Wim Taymans  <wim@fluendo.com>
15357
15358         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15359         Correctly fill in the stream time.
15360
15361 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15362
15363         * check/elements/level.c: (GST_START_TEST):
15364         * gst/level/gstlevel.c: (gst_level_message_new):
15365         * gst/level/level-example.c: (message_handler):
15366           use ELEMENT messages instead
15367
15368 2005-10-19  Wim Taymans  <wim@fluendo.com>
15369
15370         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15371         (gst_dvdemux_src_query):
15372         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15373         (gst_flacdec_src_query):
15374         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15375         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15376         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15377         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15378         * gst/debug/progressreport.c: (gst_progress_report_report):
15379         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15380         * gst/matroska/matroska-demux.c:
15381         (gst_matroska_demux_handle_src_query):
15382         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15383         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15384         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15385         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15386         (gst_wavparse_srcpad_event):
15387         API change fix.
15388
15389 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         * gst/goom/filters.c:
15392         * gst/goom/graphic.h:
15393         * gst/goom/lines.c:
15394           Make inline functions either 'static inline' or 'extern inline',
15395           otherwise the Forte compiler apparently won't inline them (#317300).
15396
15397 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15398
15399         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15400         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15401         (user_info_callback), (user_endrow_callback), (user_end_callback),
15402         (user_read_data), (gst_pngdec_caps_create_and_set),
15403         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15404         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15405         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15406         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15407         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15408         very nice and handle push/pull based model. if you have filesrc
15409         connected to it, it will do random access to load the png file.
15410         If you have a network source that can't do _getrange, it does 
15411         progressive loading through the chain function.
15412         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15413         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15414         thanks to Master Wim Taymans ;-)
15415
15416 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15417
15418         * gst/matroska/Makefile.am:
15419         * gst/matroska/ebml-read.c:
15420         * gst/matroska/ebml-read.h:
15421         * gst/matroska/matroska-demux.c:
15422         * gst/matroska/matroska-demux.h:
15423         * gst/matroska/matroska.c: (plugin_init):
15424           Ported matroska demuxer to 0.9.
15425
15426 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15427
15428         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         * gst/matroska/matroska-mux.c:
15431         (gst_matroska_mux_video_pad_setcaps),
15432         (gst_matroska_mux_audio_pad_setcaps):
15433           Fix mpeg4 input handling (#318847); also, while we're at it,
15434           fix media type for Motion-JPEG: should be image/jpeg.
15435
15436 2005-10-18  Wim Taymans  <wim@fluendo.com>
15437
15438         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15439         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15440         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15441         Fix for segment-start/stop API change.
15442
15443 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15444
15445         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15446         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15447         way.
15448
15449 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15450
15451         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15452         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15453         output declared in transform_caps.
15454
15455 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15456
15457         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15458
15459 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15460
15461         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15462         (gst_video_box_get_unit_size): Fix wrong size calculations and
15463         implement get_unit_size correctly.
15464
15465 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15466
15467         * configure.ac:
15468           Enable flx plugin.
15469
15470         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15471           Fix gcc4 signedness issue.
15472
15473 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15474
15475         * configure.ac: Adding videomixer.
15476         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15477         (user_read_data), (gst_pngdec_chain): More debugging.
15478         * gst/alpha/Makefile.am: Adding alphacolor
15479         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15480         (gst_alpha_color_class_init), (gst_alpha_color_init),
15481         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15482         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15483         (plugin_init): Ported to 0.9 using in place base tranform.
15484         * gst/videomixer/Makefile.am:
15485         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15486         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15487         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15488         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15489         (gst_videomixer_init), (gst_videomixer_getcaps),
15490         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15491         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15492         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15493         to 0.9 using collectpads.
15494
15495 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15496
15497         * configure.ac:
15498         * gst/flx/Makefile.am:
15499         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15500         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15501         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15502         * gst/flx/gstflxdec.h:
15503         flx plugin ported to 0.9
15504
15505 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15506
15507         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15508           use new gst_version_string()
15509
15510 2005-10-16  Andy Wingo  <wingo@pobox.com>
15511
15512         * configure.ac: GLIB_CHECK.
15513
15514 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15515
15516         * ext/libpng/Makefile.am:
15517         * ext/libpng/gstpng.c: (plugin_init):
15518         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15519         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15520         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15521
15522 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15523
15524         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * configure.ac:
15527         * gst/matroska/Makefile.am:
15528         * gst/matroska/ebml-ids.h:
15529         * gst/matroska/ebml-write.c:
15530         * gst/matroska/ebml-write.h:
15531         * gst/matroska/matroska-ids.h:
15532         * gst/matroska/matroska-mux.c:
15533         * gst/matroska/matroska-mux.h:
15534         * gst/matroska/matroska.c: (plugin_init):
15535           Port matroska muxer to 0.9 (#318847).
15536
15537 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15540         (comment_init), (comment_add):
15541           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15542           use GST_READ_UINT32_LE() and friends rather than the private
15543           implementation of those same macros.
15544
15545 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15546
15547         * examples/stats/mp2ogg.c:
15548           more typo fixes
15549
15550 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15551
15552         * examples/indexing/indexmpeg.c: (main):
15553         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15554         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15555         * ext/esd/esdmon.h:
15556         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15557         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15558         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15559         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15560         * gst/avi/gstavimux.c: (gst_avimux_init):
15561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15562         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15563         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15564         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15565         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15566         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15567         * gst/oldcore/gstmultifilesrc.h:
15568         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15569         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15570         (gst_pipefilter_change_state):
15571         * gst/oldcore/gstpipefilter.h:
15572         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15573         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15574         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15575         * sys/osxaudio/gstosxaudiosink.h:
15576         * sys/osxaudio/gstosxaudiosrc.h:
15577           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15578           moved bitshift from macro to enum definition
15579
15580 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15581
15582         * ext/Makefile.am:
15583         * ext/cairo/Makefile.am:
15584         * ext/cairo/gstcairo.c: (plugin_init):
15585         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15586         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15587         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15588         * ext/cairo/gsttimeoverlay.h:
15589           update of cairo-based timeoverlay to 1.0 Cairo API
15590           doesn't work yet for resizing of output sink
15591
15592 2005-10-11  Wim Taymans  <wim@fluendo.com>
15593
15594         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15595         newsegment API fix.
15596
15597 2005-10-11  Wim Taymans  <wim@fluendo.com>
15598
15599         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15600         (gst_dvdemux_demux_frame):
15601         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15602         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15604         (gst_avi_demux_handle_seek):
15605         * gst/goom/gstgoom.c: (gst_goom_event):
15606         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15607         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15608         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15609         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15610         (gst_wavparse_srcpad_event):
15611         newsegment API update.
15612
15613 2005-10-11  Andy Wingo  <wingo@pobox.com>
15614
15615         * ext/speex/gstspeexenc.c: Signedness cleanups.
15616
15617 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15618
15619         * PORTED_09:
15620         * ext/speex/Makefile.am:
15621         * ext/speex/gstspeex.c:
15622         * ext/speex/gstspeexenc.c:
15623         Speexenc ported to 0.9
15624
15625 2005-10-10  Wim Taymans  <wim@fluendo.com>
15626
15627         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15628         (gst_oss_sink_init), (gst_oss_sink_set_property),
15629         (gst_oss_sink_get_property), (gst_oss_sink_open),
15630         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15631         * sys/oss/gstosssink.h:
15632         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15633         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15634         (gst_oss_src_prepare):
15635         Cleanups, make device configurable in the sink, handle and report
15636         errors.
15637
15638 2005-10-10  Wim Taymans  <wim@fluendo.com>
15639
15640         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15641         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15642         Make sure element is NULL before removing from the bin.
15643
15644 2005-10-07  Andy Wingo  <wingo@pobox.com>
15645
15646         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15647         block forever in a read().
15648         (gst_dv1394src_bus_reset): Post a message when the cable is
15649         unplugged.
15650         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15651         (gst_dv1394src_bus_reset): Don't unref the message.
15652
15653         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15654         hacking. The only change should be that the state change stuff was
15655         put into basesrc's start() and stop() routines, which coalesces
15656         some steps.
15657
15658 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15659
15660         * configure.ac:
15661           Add check for mmap
15662           
15663         * gst/debug/Makefile.am:
15664           Only compile efence plugin on systems that have mmap.
15665
15666 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15667
15668         * gst/debug/Makefile.am:
15669         * gst/debug/breakmydata.c:
15670         * gst/debug/gstdebug.c:
15671         * gst/debug/gstnavigationtest.c:
15672         * gst/debug/gstnavseek.c: 
15673         * gst/debug/gstnavseek.h:
15674         * gst/debug/progressreport.c: 
15675         * gst/debug/testplugin.c:
15676           Port progressreport, navseek, navigationtest, testsink and
15677           breakmydata.
15678
15679 2005-10-05  Edward Hervey  <edward@fluendo.com>
15680
15681         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15682         (gst_dvdemux_src_query):
15683         Fixes for better conversion
15684
15685 2005-10-04  Michael Smith <msmith@fluendo.com>
15686
15687         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15688         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15689         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15690         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15691           Set state of elements to NULL before removing from bins.
15692           Set state of test element to NULL if we failed to move it to READY
15693
15694 2005-10-04  Edward Hervey  <edward@fluendo.com>
15695
15696         * ext/dv/Makefile.am:
15697         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15698         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15699         Corrected the query function for position so it doesn't forget what
15700         format was asked, and calls the conversion functions on the correct pad.
15701
15702 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15703
15704         * configure.ac:
15705           back to development
15706
15707 === release 0.9.3 ===
15708
15709 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15710
15711         * configure.ac:
15712           Releasing 0.9.3, "Aramis"
15713
15714 2005-10-03  Andy Wingo  <wingo@pobox.com>
15715
15716         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15717         error returns.
15718
15719 2005-10-02  Andy Wingo  <wingo@pobox.com>
15720
15721         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15722
15723         * ext/flac/gstflacenc.c: Ported to 0.9.
15724
15725         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15726
15727         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15728         and link to gsttagedit. Enable flacenc.
15729
15730         * ext/flac/gstflacdec.c: Re-enable tag reading.
15731
15732 2005-09-30  Wim Taymans  <wim@fluendo.com>
15733
15734         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15735         * gst/rtp/gstrtpgsmparse.c:
15736         * gst/rtp/gstrtph263penc.c:
15737         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15738         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15739         (gst_rtpmp4venc_set_property):
15740         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15741         Various class and caps fixes from Andre Magalhaes (andrunko)
15742
15743 2005-09-29  Wim Taymans  <wim@fluendo.com>
15744
15745         * gst/level/level-example.c: (main):
15746         Update for new bus API.
15747
15748 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15749
15750         * configure.ac:
15751           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15752           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15753
15754 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15755
15756         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15757           Fix playback of mono streams (bytes_per_sample should be set
15758           from the sample width and the number of channels negotiated,
15759           and not just be set to 4) (#317338)
15760
15761 2005-09-26  Wim Taymans  <wim@fluendo.com>
15762
15763         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15764         (gst_rtpmpaenc_handle_buffer):
15765         Set buffer duration correctly.
15766
15767 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15768
15769         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15770         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15771         (gst_avi_demux_change_state):
15772           Don't crash when encountering a stream with an unknown fourcc or
15773           codec id. Instead, create a pad of type video/x-avi-unknown or
15774           audio/x-avi-unknown, which as a side-effect also results in less
15775           confusing error messages in players ('no decoder' vs. 'no streams');
15776           minor fixes to state change function and class_init function.
15777
15778 2005-09-24  Wim Taymans  <wim@fluendo.com>
15779
15780         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15781         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15782         These are sinks.
15783
15784 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * check/elements/level.c: (GST_START_TEST):
15787           fix test for new GstClockTime use
15788         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15789         (gst_level_transform_ip):
15790         * gst/level/gstlevel.h:
15791           fix up the decay peak, ensuring the decay peak is never lower
15792           than the peak for that interval
15793
15794 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15795
15796         * docs/plugins/gst-plugins-good-plugins.args:
15797         * docs/plugins/inspect/plugin-alpha.xml:
15798         * docs/plugins/inspect/plugin-rtp.xml:
15799         * gst/level/gstlevel.c: (gst_level_set_caps),
15800         (gst_level_transform_ip):
15801           updating docs
15802
15803 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15804
15805         * Makefile.am:
15806         * check/elements/level.c: (GST_START_TEST):
15807         * gst/level/Makefile.am:
15808         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15809         (gst_level_set_property), (gst_level_get_property),
15810         (gst_level_set_caps), (gst_level_message_new),
15811         (gst_level_transform_ip):
15812         * gst/level/gstlevel.h:
15813         * gst/level/level-example.c: (message_handler), (main):
15814           convert to using GstClockTime for all time values, finally.
15815
15816 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15817
15818         * gst/auparse/Makefile.am:
15819         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15820           fix up build
15821         * configure.ac:
15822         * ext/cairo/Makefile.am:
15823         * ext/dv/Makefile.am:
15824         * ext/esd/Makefile.am:
15825         * ext/flac/Makefile.am:
15826         * ext/gconf/Makefile.am:
15827         * ext/gdk_pixbuf/Makefile.am:
15828         * ext/jpeg/Makefile.am:
15829         * ext/ladspa/Makefile.am:
15830         * ext/libcaca/Makefile.am:
15831         * ext/libmng/Makefile.am:
15832         * ext/libpng/Makefile.am:
15833         * ext/mikmod/Makefile.am:
15834         * ext/pango/Makefile.am:
15835         * ext/raw1394/Makefile.am:
15836         * ext/shout2/Makefile.am:
15837         * ext/speex/Makefile.am:
15838         * gst/alpha/Makefile.am:
15839         * gst/autodetect/Makefile.am:
15840         * gst/avi/Makefile.am:
15841         * gst/cutter/Makefile.am:
15842         * gst/debug/Makefile.am:
15843         * gst/effectv/Makefile.am:
15844         * gst/flx/Makefile.am:
15845         * gst/goom/Makefile.am:
15846         * gst/interleave/Makefile.am:
15847         * gst/law/Makefile.am:
15848         * gst/matroska/Makefile.am:
15849         * gst/median/Makefile.am:
15850         * gst/monoscope/Makefile.am:
15851         * gst/multipart/Makefile.am:
15852         * gst/oldcore/Makefile.am:
15853         * gst/rtp/Makefile.am:
15854         * gst/rtsp/Makefile.am:
15855         * gst/smoothwave/Makefile.am:
15856         * gst/smpte/Makefile.am:
15857         * gst/videobox/Makefile.am:
15858         * gst/videofilter/Makefile.am:
15859         * gst/videomixer/Makefile.am:
15860         * gst/wavenc/Makefile.am:
15861         * gst/wavparse/Makefile.am:
15862         * sys/oss/Makefile.am:
15863         * sys/osxaudio/Makefile.am:
15864         * sys/osxvideo/Makefile.am:
15865           fix up GST_LIBS use
15866
15867 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15868
15869         * gst/auparse/Makefile.am:
15870         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15871           fix build of auparse
15872
15873 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15874
15875         * configure.ac:
15876         * PORTED_09:
15877         * gst/auparse/gstauparse.c:
15878         * gst/auparse/gstauparse.h:
15879         Auparse ported to 0.9.
15880
15881 2005-09-22  Wim Taymans  <wim@fluendo.com>
15882
15883         * gst/rtp/TODO:
15884         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15885         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15886         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15887         (gst_rtpmp4venc_set_property):
15888         * gst/rtp/gstrtpmp4venc.h:
15889         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15890         * gst/rtp/gstrtpmpaenc.h:
15891         Use is_filled to both check MTU and max-ptime of base class.
15892
15893 2005-09-22  Wim Taymans  <wim@fluendo.com>
15894
15895         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15896         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15897         (gst_rtpmp4venc_set_property):
15898         Don't fragment packets with multiple frames.
15899
15900 2005-09-22  Wim Taymans  <wim@fluendo.com>
15901
15902         * gst/rtp/TODO:
15903         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15904         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15905         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15906         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15907         (gst_rtpmp4venc_get_property):
15908         * gst/rtp/gstrtpmp4venc.h:
15909         Remove g_print.
15910         Update TODO
15911         Make payload encoder a bit smarter and more correct with
15912         timestamps.
15913         Added option in payloader to include config string in-band.
15914
15915 2005-09-21  Wim Taymans  <wim@fluendo.com>
15916
15917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15918         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15919         (gst_rtspsrc_send):
15920         Strip spaces for key/value pairs.
15921
15922 2005-09-21  Wim Taymans  <wim@fluendo.com>
15923
15924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15925         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15926         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15927         (gst_rtspsrc_change_state):
15928         More SDP parsing and caps setting.
15929         Do NO_PREROLL differently.
15930         add pads only after negotiated.
15931
15932         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15933         (gst_udpsrc_getcaps):
15934         Implement the getcaps function.
15935
15936 2005-09-21  Wim Taymans  <wim@fluendo.com>
15937
15938         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15939         (gst_rtpamrdec_chain):
15940         Handle multiple AMr packets per payload. Handle CRC and
15941         parse ILL/ILP.
15942
15943         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15944         Make caps params strings for easy SDP mapping.
15945         
15946         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15947         Handle capsnego better.
15948
15949         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15950         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15951         Generate and parse config string in the caps.
15952
15953 2005-09-21  Wim Taymans  <wim@fluendo.com>
15954
15955         * gst/rtp/README:
15956         Update README
15957
15958         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15959         Make extra params as strings.
15960
15961         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15962         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15963         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15964         Make state change return NO_PREROLL as this is a live
15965         source.
15966
15967         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15968         Don't unref old caps when NULL.
15969
15970 2005-09-20  Wim Taymans  <wim@fluendo.com>
15971
15972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15973         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15974         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15975         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15976         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15977         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15978         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15979         * gst/rtsp/sdpmessage.h:
15980         Add URI handler.
15981         Parse SDP and create caps.
15982
15983 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15984
15985         * gst/alpha/gstalpha.c:
15986           fix element description
15987
15988 2005-09-19  Wim Taymans  <wim@fluendo.com>
15989
15990         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15991         Don't check payload for now.
15992
15993 2005-09-19  Wim Taymans  <wim@fluendo.com>
15994
15995         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15996         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15997         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15998         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15999         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16000         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16001         (gst_wavparse_change_state):
16002         * gst/wavparse/gstwavparse.h:
16003         Fix wavparse some more.
16004
16005 2005-09-19  Wim Taymans  <wim@fluendo.com>
16006
16007         * check/elements/level.c: (GST_START_TEST):
16008         Fix for bus API change.
16009
16010 2005-09-19  Wim Taymans  <wim@fluendo.com>
16011
16012         * gst/level/level-example.c: (main):
16013         Fix for new bus API.
16014
16015         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16016         Set caps on pads.
16017
16018 2005-09-15  Wim Taymans  <wim@fluendo.com>
16019
16020         * gst/rtp/Makefile.am:
16021         * gst/rtp/README:
16022         * gst/rtp/gstrtp.c: (plugin_init):
16023         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16024         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16025         (gst_rtpamrdec_change_state):
16026         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16027         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16028         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16029         * gst/rtp/gstrtpamrenc.h:
16030         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16031         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16032         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16033         * gst/rtp/gstrtpgsmenc.h:
16034         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16035         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16036         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16037         (gst_rtpgsmparse_change_state):
16038         * gst/rtp/gstrtpgsmparse.h:
16039         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16040         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16041         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16042         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16043         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16044         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16045         * gst/rtp/gstrtph263penc.h:
16046         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16047         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16048         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16049         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16050         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16051         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16052         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16053         * gst/rtp/gstrtpmp4venc.h:
16054         * gst/rtp/gstrtpmpadec.c:
16055         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16056         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16057         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16058         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16059         * gst/rtp/gstrtpmpaenc.h:
16060         Updates to payloader/depayloaders, make payloaders use
16061         the base classes.
16062         Updated README with suggested RTP caps and how to convert
16063         to/from SDP.
16064         Added config descriptor in mp4v payloader.
16065
16066 2005-09-15  Andy Wingo  <wingo@pobox.com>
16067
16068         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16069         * gst/autodetect/gstautovideosink.c
16070         (gst_auto_video_sink_find_best): Update for new registry API.
16071
16072 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16073
16074         * common/c-to-xml.py:
16075         * common/gtk-doc-plugins.mak:
16076           a simple py script to generate valid xml from a C example
16077           probably also need to strip an MIT license when we decide
16078         * docs/plugins/Makefile.am:
16079         * gst/level/Makefile.am:
16080         * gst/level/gstlevel.c: (gst_level_init):
16081         * gst/level/level-example.c: (message_handler), (main):
16082           add an example to level that will show up in the docs
16083         * gst/rtp/TODO:
16084           add a note for the future
16085
16086 2005-09-14  Michael Smith <msmith@fluendo.com>
16087
16088         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16089           Actually define the debug object being used in wavenc. Fixes #316205
16090
16091 2005-09-14  Michael Smith <msmith@fluendo.com>
16092
16093         * gst/smpte/Makefile.am:
16094           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16095           needed to build on windows (bug 316204)
16096
16097 2005-09-12  Andy Wingo  <wingo@pobox.com>
16098
16099         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16100
16101 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16102
16103         * configure.ac:
16104         * gst/fdsrc/Makefile.am:
16105         * gst/fdsrc/gstfdsrc.c:
16106         * gst/fdsrc/gstfdsrc.h:
16107           Move fdsrc back into gstreamer core elements.
16108
16109         * gst/level/gstlevel.c: (gst_level_class_init),
16110         (gst_level_transform_ip):
16111         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16112           Basetransform changes.
16113
16114 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16115
16116         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16117         * ext/jpeg/smokecodec.c: (find_best_size):
16118           fix compiler warnings
16119
16120 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16121
16122         * gst-plugins-good.spec.in:
16123           spec file fixes
16124         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16125         (gst_multiudpsink_render), (gst_multiudpsink_add),
16126         (gst_multiudpsink_clear):
16127           it actually helps to actually stream if we hook up the
16128           "add" signal to an actual implementation
16129         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16130           some debugging
16131
16132 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16133
16134         * ext/jpeg/Makefile.am:
16135         * ext/jpeg/gstjpeg.c
16136         * ext/jpeg/gstjpegenc.c:
16137         * ext/jpeg/gstsmokeenc.c:
16138
16139 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16140
16141         * ext/flac/gstflacdec.c:
16142         * ext/flac/gstflacenc.c:
16143         * ext/flac/gstflactag.c:
16144         * ext/speex/gstspeexenc.c:
16145           gsttaginterface.h -> gsttagsetter.h
16146
16147 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16148
16149         * configure.ac:
16150         * gst/debug/Makefile.am:
16151         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16152         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16153         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16154         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16155         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16156           Port to 0.9 and re-enable efence plugin.
16157
16158 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16159
16160         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16161         (gst_flacdec_write), (gst_flacdec_convert_src):
16162         * ext/flac/gstflacdec.h:
16163           Add support for flac files with 24/32 bits per sample; and misc.
16164           minor clean-ups. Seeking is still partly broken (for me at least).
16165
16166 2005-09-06  Wim Taymans  <wim@fluendo.com>
16167
16168         * gst/rtp/Makefile.am:
16169         * gst/rtp/gstrtp.c: (plugin_init):
16170         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16171         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16172         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16173         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16174         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16175         (gst_rtpmp4vdec_plugin_init):
16176         * gst/rtp/gstrtpmp4vdec.h:
16177         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16178         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16179         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16180         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16181         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16182         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16183         * gst/rtp/gstrtpmp4venc.h:
16184         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16185         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16186         Added mpeg4 video payload encoder/decoder.
16187         Added some docs in mpa payloader.
16188
16189 === release 0.9.1 ===
16190
16191 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16192
16193         * NEWS:
16194         * README:
16195         * RELEASE:
16196         * autogen.sh:
16197         * configure.ac:
16198           releasing 0.9.1, "Blondie"
16199
16200 2005-09-05  Andy Wingo  <wingo@pobox.com>
16201
16202         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16203         here from the state change handler, so we fire signals without
16204         holding the state lock.
16205
16206 2005-09-02  Andy Wingo  <wingo@pobox.com>
16207
16208         * All plugins updated for element state changes.
16209
16210 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16211
16212         * Makefile.am:
16213         * check/.cvsignore:
16214         * check/Makefile.am:
16215         * check/elements/.cvsignore:
16216         * check/elements/level.c: (setup_level), (cleanup_level),
16217         (GST_START_TEST), (level_suite), (main):
16218           add a test for level
16219         * common/release.mak:
16220           move the enum checking to release.mak
16221         * configure.ac:
16222           add valgrind and check checking
16223         * gst/level/gstlevel.c: (gst_level_transform):
16224         * gst/level/gstlevel.h:
16225           fix Andy's cast bug
16226           convert a field to int
16227           fix the arithmetic to int when checking for emit so that a
16228           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16229
16230 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16231
16232         * Makefile.am:
16233         * configure.ac:
16234           add docs to build
16235         * common/plugins.xsl:
16236           wrap Description into a refsect2
16237         * docs/Makefile.am:
16238         * docs/plugins/Makefile.am:
16239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16241         * gst/goom/Makefile.am:
16242         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16243         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16244         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16245         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16246         (gst_goom_change_state):
16247         * gst/goom/gstgoom.h:
16248           GstGOOM -> GstGoom
16249           add an example launch line
16250         * gst/level/gstlevel.h:
16251         * gst/monoscope/gstmonoscope.c:
16252           cleanups
16253
16254 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16255
16256         * configure.ac:
16257         * docs/plugins/Makefile.am:
16258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16260         * docs/plugins/gst-plugins-good-plugins.types:
16261           document elements and plugins.  Shazam !
16262
16263 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16266           be found under doc/random/ChangeLog-0.8