gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping, but...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-28  David Schleef  <ds@schleef.org>
2
3         * gst/matroska/matroska-demux.c:
4         * gst/matroska/matroska-ids.h:
5         * gst/matroska/matroska-mux.c:
6           Fix Dirac mapping.  I had previously added a VfW-type
7           mapping, but it looks like Dirac will get a native Matroska
8           mapping, and this is the most likely method.
9
10 2008-02-28  David Schleef  <ds@schleef.org>
11
12         * gst/avi/gstavimux.c: Add Dirac encoding
13
14 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
15
16         Patch by: Peter Kjellerstedt <pkj at axis com>
17
18         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
19         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
20         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
21         * gst/udp/gstudpsrc.h:
22         Port to GstPoll. See #505417.
23
24 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
25
26         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
27         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
28         yet on the srcpad. We need rate and channels before we
29         can do any processing. Fixes bug #519088.
30
31 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
32
33         * configure.ac:
34         Detect and indicate if GCC inline assembly syntax is
35         available.
36
37         * gst/goom/Makefile.am:
38         * gst/goom/convolve_fx.c:
39         * gst/goom/flying_stars_fx.c:
40         * gst/goom/goom_config.h:
41         * gst/goom/goom_core.c:
42         * gst/goom/goomsl.c:
43         * gst/goom/ifs.c:
44         * gst/goom/mmx.c:
45         * gst/goom/plugin_info.c:
46         * gst/goom/xmmx.c:
47         Fix various GCC-isms, and only build the inline assembly
48         with compilers that support GCC inline assembly.
49
50         Fix a couple of other warnings shown with Forte.
51
52 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
53
54         * gst/goom/xmmx.c:
55           Use 'emms' instead of 'femms' to not crash on cpus that do not
56           implement this 3dnow specific instruction.
57
58 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
59
60         * gst/goom/plugin_info.c: (setOptimizedMethods):
61         Use extended MMX for draw_line() too if available, not only
62         normal MMX.
63
64 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
65
66         * ext/jpeg/gstjpeg.c: (plugin_init):
67         Remove (commented out) smoke typefinder. This is in base now.
68
69 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
70
71         * gst/goom2k1/Makefile.am:
72         * gst/goom2k1/gstgoom.c:
73
74         Rename the installed library, and don't register the same 
75         GType name as the new goom.
76
77 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
78
79         * configure.ac:
80         * ext/taglib/Makefile.am:
81           Check for and define ERROR_CXXFLAGS and use them when building
82           C++ code (#516509).
83
84 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
85
86         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
87         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
88           (setOptimizedMethods):
89           Call oil_init(), otherwise oil_get_cpu_flags() won't return
90           anything useful. Export goom debug category so we can get
91           rid of the VERBOSE define and the printfs.
92
93 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
94
95         * gst/goom/goomsl_heap.c: (align_it):
96         * gst/goom/plugin_info.c: (setOptimizedMethods):
97           Compile fixes for x86-64.
98
99 2008-02-23  Bastien Nocera  <hadess@hadess.net>
100
101         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
102         with warnings, but add other CFLAGS
103
104         * gst/goom/goomsl.c (gsl_instr_set_namespace),
105         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
106         (calculate_labels), (gsl_read_file):
107         * gst/goom/goomsl_lex.l:
108         * gst/goom/goomsl_yacc.y:
109         * gst/goom/plugin_info.c: Remove a few live printf, and
110         fprintf, replace exit() calls with g_assert_not_reached()
111         if it not optimal for a library
112
113 2008-02-23  Bastien Nocera  <hadess@hadess.net>
114
115         * gst/goom/Makefile.am: Remove the warnings being disabled,
116         fix linkage on x86, spotted by Sebastian Dröge
117         <slomo@circular-chaos.org>
118
119         * gst/goom/convolve_fx.c (convolve_init),
120         (create_output_with_brightness), (convolve_apply):
121         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
122         * gst/goom/goomsl.c:
123         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
124         * gst/goom/plugin_info.c:
125         * gst/goom/tentacle3d.c (tentacle_fx_create):
126         Fix warnings, and disable the motifs in the convolve_fx
127         plugin (they were causing warnings, and they were just
128         "Goom" in funny letterring)
129
130 2008-02-23  Bastien Nocera  <hadess@hadess.net>
131
132         * configure.ac: Add checks for Flex/Yacc/Bison and other
133         furry animals, for the new goom 2k4 based plugin
134
135         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
136         CPU optimisations (not working yet), move the old plugin to...
137
138         * gst/goom2k1/*: ... here, in case somebody is sick enough
139
140         Fixes #515073
141
142 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
143
144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
145         Post the server response code in an error message instead of a generic
146         'error' message. Fixes #517237.
147
148 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
149
150         * tests/check/Makefile.am:
151         Ignore gconfaudiosrc for the states unit test too. It will fallback
152         to alsasrc if the gconf settings can't be read and not everybody has
153         alsa.
154
155 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
156
157         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
158         (gst_wavpack_parse_create_src_pad):
159         * ext/wavpack/gstwavpackparse.h:
160         Always report the duration if we know it in push mode and don't
161         return 0 just to make totem believe we can't seek in push mode.
162         Newer totem version use the SEEKING query which properly reports
163         if we can seek or not.
164
165 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
166
167         Patch by: Jens Granseuer <jensgr at gmx dot net>
168
169         * tests/examples/equalizer/demo.c: (main):
170         C89 fix, moving variable declarations to the beginning of
171         the block. Fixes bug #517933.
172
173 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
174
175         * configure.ac:
176         Back to development...
177
178 === release 0.10.7 ===
179
180 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
181
182         * configure.ac:
183           releasing 0.10.7, "Red Door Black"
184
185 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
186
187         * gst/alpha/Makefile.am:
188         Link alpha plugin with libgstbase. Fixes bug #517386.
189
190 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
191
192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
193         Init values to -1 instead of the default 0 value.
194         Fixes #516524.
195
196 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
197
198         * tests/examples/spectrum/spectrum-example.c:
199         Add missing include to fix compilation when libxml usage is disabled.
200         Fixes: #516371
201
202 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
203
204         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
205         fixes: #514889
206
207         * gst/rtp/gstrtph264pay.c:
208         * gst/rtp/gstrtpmp4gdepay.c:
209         * gst/rtp/gstrtpmp4gpay.c:
210         * gst/rtp/gstrtpmp4gpay.h:
211         * gst/rtp/gstrtptheorapay.c:
212         * gst/rtp/gstrtpvorbispay.c:
213
214         Fix various leaks shown up in valgrind
215         - free sprops and buffer in error cases in H264 payloader
216         - fix leak in mp4g depayloader when construction the caps
217         - don't leak config string in the mp4g payloader
218         - don't leak buffers and headers in theora and vorbis payloaders
219
220         * tests/check/elements/rtp-payloading.c:
221
222         Fix the RTP data test
223         - Actually send valid amr data to the payloader instead of 20
224         zero-bytes
225         - The mp4g payloader expects codec_data on the caps
226
227 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
228
229         * win32/MANIFEST:
230         Add libgstpng.dsp to MANIFEST.
231         * win32/vs6/libgstaudiofx.dsp:
232         Add new source files to VS project file.
233
234 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
235
236         * sys/ximage/gstximagesrc.c:
237         Initialise variables when opening the X display rather
238         than in _start(), as the display can be opened before that.
239
240         Fixes: #515985
241
242 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
243
244         * sys/directdraw/gstdirectdrawsink.c:
245         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
246         (gst_directdraw_sink_finalize):
247         Properly chain up finalize functions. Fixes bug #515980.
248
249 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
250
251         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
252         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
253         (gst_v4l2_buffer_pool_class_init):
254         Chain up the finalize functions. Fixes bug #515984.
255
256 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
257
258         * sys/ximage/ximageutil.c:
259         Chain up in the finalize function for our custom
260         buffer sub-class.
261         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
262         Fixes: #515706
263
264 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
265
266         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
267         (gst_fenced_buffer_class_init):
268         Properly chain up finalize method. Fixes bug #515979.
269
270 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
271
272         * sys/ximage/gstximagesrc.c:
273         Free allocated Damage memory before closing our connection to the
274         X server. Partially fixes: #515706
275
276 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
277
278         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
279         * tests/check/Makefile.am:
280         * tests/check/gst-plugins-good.supp:
281         Add a few libjpeg suppressions and initialize a variable to
282         make smokeenc valgrind clean. Fixes bug #515701.
283
284 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
285
286         * gst/avi/gstavidemux.c:
287         Revert patch which sends timestamps only on keyframes, as it
288         breaks playback with current gst-ffmpeg.
289
290         Fixes: #515562
291
292 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
293
294         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
295         * tests/check/elements/multifile.c: (GST_START_TEST):
296         Close some memory leaks spotted by the unit test. Fixes bug #515697.
297
298 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
299
300         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
301         Use and unset the GError when pipeline creation fails instead of
302         simply leaking it. Fixes bug #515704.
303
304 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
305
306         * gst/audiofx/audioamplify.c:
307         * gst/audiofx/audiochebband.c:
308         * gst/audiofx/audiocheblimit.c:
309         * gst/audiofx/audiodynamic.c:
310         * gst/audiofx/audioinvert.c:
311         * gst/audiofx/audiopanorama.c:
312         * gst/audiofx/audiowsincband.c:
313         * gst/audiofx/audiowsinclimit.c:
314         Fix long description of audiofx elements. Fixes bug #515457.
315
316 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
317
318         * docs/plugins/Makefile.am:
319         * gst/spectrum/gstspectrum.c:
320         * tests/examples/spectrum/.cvsignore:
321         * tests/examples/spectrum/Makefile.am:
322         * tests/examples/spectrum/spectrum-example.c:
323
324         Add a simple example application for the spectrum element, include it
325         in the docs, and fix some documentation ambiguities.
326
327         Fixes: #348085
328
329 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
330
331         * gst/equalizer/Makefile.am:
332         * gst/spectrum/Makefile.am:
333         Fix includes order
334
335         * tests/check/Makefile.am:
336         Exclude v4l2src from the states test - it takes too long to start.
337
338         * tests/check/elements/spectrum.c:
339         Make the test run properly with CK_FORK=no
340
341 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
342
343         * gst/audiofix/Makefile.am: add missing header files 
344
345 2008-02-08  Julien Moutte  <julien@fluendo.com>
346
347         * gst/matroska/matroska-demux.c:
348         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
349         keyframe and delta units correctly when dealign with a BlockGroup.
350         Fixes: #514397
351
352 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
353
354         * tests/check/elements/.cvsignore:
355         Spell the new tests correctly in .cvsignore
356
357 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
358
359         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
360           Need to use gsize here for the size, fixes compiler warning.
361
362         * tests/examples/equalizer/.cvsignore:
363         * tests/examples/equalizer/Makefile.am:
364         * tests/examples/spectrum/.cvsignore:
365         * tests/examples/spectrum/Makefile.am:
366           Add missing files to fix the build.
367
368 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
369
370         * configure.ac:
371         * docs/plugins/Makefile.am:
372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
374         * docs/plugins/gst-plugins-good-plugins.args:
375         * docs/plugins/gst-plugins-good-plugins.hierarchy:
376         * docs/plugins/inspect/plugin-multifile.xml:
377         * tests/check/Makefile.am:
378         * tests/check/elements/.cvsignore:
379
380         Move multifile plugin from -bad.
381         Fixes: #490283
382
383 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
384
385         * configure.ac:
386         * docs/plugins/Makefile.am:
387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
389         * docs/plugins/gst-plugins-good-plugins.args:
390         * docs/plugins/gst-plugins-good-plugins.hierarchy:
391         * docs/plugins/inspect/plugin-spectrum.xml:
392         * gst/spectrum/Makefile.am:
393         * tests/check/Makefile.am:
394         * tests/check/elements/.cvsignore:
395         * tests/examples/Makefile.am:
396
397         Move spectrum plugin from -bad.
398         Move examples into tests/examples/spectrum.
399
400 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
401
402         * configure.ac:
403         * docs/plugins/Makefile.am:
404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
406         * docs/plugins/gst-plugins-good-plugins.args:
407         * docs/plugins/gst-plugins-good-plugins.hierarchy:
408         * docs/plugins/gst-plugins-good-plugins.interfaces:
409         * docs/plugins/inspect/plugin-equalizer.xml:
410         * gst/equalizer/Makefile.am:
411         * tests/check/Makefile.am:
412         * tests/examples/Makefile.am:
413         Move the equalizer plugin across from -bad
414
415         * tests/check/elements/.cvsignore:
416         Add equalizer, audiosincwband and audiosincwlimit
417
418         * tests/check/elements/equalizer.c:
419         Fix compiler warnings
420
421         Fixes: #415627
422
423 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
424
425         * configure.ac:
426         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
427         are treated like releases and build without it.
428
429 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
430
431         * docs/plugins/Makefile.am:
432         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
433         * docs/plugins/gst-plugins-good-plugins-sections.txt:
434         * docs/plugins/gst-plugins-good-plugins.args:
435         * docs/plugins/inspect/plugin-audiofx.xml:
436         * gst/audiofx/Makefile.am:
437         * gst/audiofx/audiofx.c:
438         * gst/audiofx/audiowsincband.c:
439         * gst/audiofx/audiowsincband.h:
440         * gst/audiofx/audiowsinclimit.c:
441         * gst/audiofx/audiowsinclimit.h:
442         * tests/check/Makefile.am:
443         * tests/check/elements/audiowsincband.c:
444         * tests/check/elements/audiowsinclimit.c:
445
446         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
447         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
448         respectively.
449
450         Fixes: #467666
451
452 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
453
454         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
455         * tests/check/elements/icydemux.c:
456           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
457           caps, and add a somewhat useful debug message. Plus test.
458
459 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
460
461         * gst/rtsp/gstrtspsrc.c:
462         Include unistd.h only if HAVE_UNISTD_H is defined
463         * win32/common/config.h.in:
464         * win32/common/config.h:
465         Define socklen_t as it seems it's not defined in default 
466         Visual Studio headers.
467         * win32/vs6/libgstalpha.dsp:
468         * win32/vs6/libgstapetag.dsp:
469         * win32/vs6/libgstavi.dsp:
470         * win32/vs6/libgstrtp.dsp:
471         * win32/vs6/libgstrtsp.dsp:
472         * win32/vs6/libgstvideomixer.dsp:
473         Update project file dependencies and add new source files       
474
475 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
476
477         Patch by: Bjarne Rosengren <bjarne at axis dot com>
478
479         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
480         Don't leak buffers when we don't push them downstream.
481         Fixes bug #514965.
482
483 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
484
485         * configure.ac:
486           Bump requirements to (good) released versions to avoid
487           confusion and make implicit core requirement explicit.
488
489 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
490
491         * docs/plugins/Makefile.am:
492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
493         * docs/plugins/gst-plugins-good-plugins-sections.txt:
494         * docs/plugins/gst-plugins-good-plugins.args:
495         * docs/plugins/inspect/plugin-audiofx.xml:
496         * gst/audiofx/Makefile.am:
497         * gst/audiofx/audiochebband.c:
498         * gst/audiofx/audiochebband.h:
499         * gst/audiofx/audiocheblimit.c:
500         * gst/audiofx/audiocheblimit.h:
501         * gst/audiofx/audiochebyshevfreqband.c:
502         * gst/audiofx/audiochebyshevfreqband.h:
503         * gst/audiofx/audiochebyshevfreqlimit.c:
504         * gst/audiofx/audiochebyshevfreqlimit.h:
505         * gst/audiofx/audiofx.c:
506         * tests/check/Makefile.am:
507         * tests/check/elements/.cvsignore:
508         * tests/check/elements/audiochebband.c:
509         * tests/check/elements/audiocheblimit.c:
510         * tests/check/elements/audiochebyshevfreqband.c:
511         * tests/check/elements/audiochebyshevfreqlimit.c:
512
513         Rename audiochebyshevfreqband -> audiochebband and
514         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
515         surgery.
516
517         Closes: #491811
518
519 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
520
521         Patch by: Orjan Friberg <orjanf at axis dot com>
522
523         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
524         Fix caps memory leak. Fixes #514573.
525
526 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
527
528         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
529         If there's no entries in the subindex, don't try to do anything stupid,
530         just return.
531
532 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
533
534         Patch by: John Millikin <jmillikin at gmail dot com>
535
536         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
537           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
538           Fix extraction of picture blocks with newer libflac versions again:
539           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
540
541 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
542
543         * tests/check/Makefile.am:
544           Add rtp-payloading test to VALGRIND_TO_FIX.
545
546         * tests/check/elements/rtp-payloading.c:
547           Add semicolons after GST_TEST_END so gst-indent gets the
548           formatting right; make test less verbose in general, but
549           more verbose in the error case (which should probably
550           make the test fail anyway).
551
552 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
553
554         * docs/plugins/Makefile.am:
555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
557         * gst/avi/gstavisubtitle.c:
558         Add documentation for avisubtitle and change class to
559         Codec/Parser/Subtitle
560
561 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
562
563         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
564         Treat ENOTTY (driver does not implement ioctl) the same as
565         EINVAL since it implies there are no available standards.
566
567         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
568         (gst_v4l2src_get_nearest_size):
569         Replace gst_v4l2src_get_size_limits with 2 calls to new function
570         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
571         probe if the driver does not support VIDIOC_TRY_FMT for whatever
572         reason, and if we aren't yet actively capturing.
573
574         * sys/v4l2/v4l2src_calls.h:
575         Remove replaced function declaration.
576
577 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
578
579         * configure.ac:
580         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
581         API.
582
583 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
584
585         * configure.ac:
586         Fix typo.
587
588 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
589
590         * gst/alpha/Makefile.am:
591         * gst/alpha/gstalpha.c:
592
593         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
594         some stuff, and making buffer-alloc and resizing work automatically.
595         No longer crashes on odd frame widths and heights, although there
596         seems to be a disagreement with ffmpegcolorspace about what size
597         an AYUV frame with odd height should be.
598
599 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
600
601         Patch by: Alessandro Decina <alessandro at nnva dot org>
602
603         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
604         * ext/libpng/gstpngenc.h:
605         Preallocate the output buffer so that g_memdup() and
606         gst_buffer_merge() aren't needed anymore. This greatly improves
607         performances and fixes #512544.
608
609 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
612         (gst_avi_demux_stream_data):
613         GStreamer timestamps are PTS values while AVI only knows about DTS
614         timestamps. Make sure we only copy the DTS as the buffer timestamp when
615         we are dealing with a key frame.
616
617 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
618
619         * tests/check/Makefile.am:
620         * tests/check/elements/.cvsignore:
621         * tests/check/elements/rtp-payloading.c:
622           Add add testsuite for the rtp-payloader that tries simulating
623           dataflow. Needs more test data.
624
625 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
626
627         * tests/check/elements/alphacolor.c:
628           Remove two unused variables.
629
630 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
631
632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
633           Use g_ascii_strtoll() instead of atoll, which is only
634           available in C99.
635
636 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
637
638         * gst/rtp/Makefile.am:
639         * gst/rtp/gstrtp.c:
640         * gst/rtp/gstrtpmpvpay.c:
641         * gst/rtp/gstrtpmpvpay.h:
642         Add MPEG2 video payloader
643
644 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
645
646         * gst/level/gstlevel.c:
647         Use #include <math.h> instead of #include "math.h".
648
649 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
650
651         * tests/check/Makefile.am:
652         Fix up some CFLAGS sets.
653         Don't include gconfvideosrc in the states test.
654
655         * tests/check/elements/autodetect.c: (GST_START_TEST):
656         Add some error strings to fail_unless arguments to fix some weird
657         compiler errors on Solaris.
658
659 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
660
661         * configure.ac:
662         Detect video4linux headers on Solaris too.
663         * sys/v4l2/gstv4l2colorbalance.h:
664         * sys/v4l2/gstv4l2object.h:
665         * sys/v4l2/v4l2_calls.c:
666         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
667         (gst_v4l2_buffer_new):
668
669         Make v4l2 build on Solaris.
670         Patch by: Brian Cameron  <brian.cameron at sun dot com>
671         Fixes: #510505
672
673 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
674
675         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
676           Update list from (still local) scanning script.
677
678 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
679
680         Based on a patch by:
681             Victor STINNER <victor dot stinner at haypocalc dot com>
682
683         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
684         Set variable to NULL after freeing it to prevent double frees
685         or make failures by another use of it afterwards more obvious
686         and fix use of it after the freeing. Fixes bug #510592.
687
688 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
689
690         * gst/udp/gstmultiudpsink.c:
691         use GST_WARNING for logging
692
693 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
694
695         * gst/udp/gstmultiudpsink.c:
696         Don't try to leave a multicast group with an invalid socket
697
698 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
699
700         * ext/flac/gstflacdec.c:
701           Fix compilation against flac 1.1.2 (as on debian stable), where
702           the picture metadata defines and structs don't exist yet.
703           Fixes #509301.
704
705 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         Patch by: Olivier Crete <tester at tester dot ca>
708
709         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
710         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
711         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
712         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
713         * gst/udp/gstmultiudpsink.h:
714         Add property to automatically join a multicast group or not. This can be
715         useful when sharing a socket between multiple elements.
716         Fixes #509531.
717
718 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
719
720         * gst/videomixer/Makefile.am:
721           Add controller flags.
722
723 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
724
725         * gst/videomixer/videomixer.c:
726           Also commit the missing gst_object_sync_values().
727
728 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
729
730         * docs/plugins/Makefile.am:
731           Remove duplicate entry.
732
733 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
734
735         * docs/plugins/Makefile.am:
736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
738         * docs/plugins/inspect/plugin-gamma.xml:
739         * docs/plugins/inspect/plugin-monoscope.xml:
740         * docs/plugins/inspect/plugin-video4linux2.xml:
741           Add 3 more plugins to docs.
742
743 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
744
745         * docs/plugins/gst-plugins-good-plugins-sections.txt:
746         * sys/osxvideo/osxvideosink.h:
747           Revert previous change caused by a file that got stuck on an old
748           revision.
749
750 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
751
752         * docs/plugins/gst-plugins-good-plugins-sections.txt:
753         * gst/multipart/Makefile.am:
754         * gst/multipart/multipartdemux.c:
755         * gst/multipart/multipartdemux.h:
756         * gst/multipart/multipartmux.c:
757         * gst/multipart/multipartmux.h:
758           Re-add multipartdemux to the docs. Last round of section cleanup.
759
760 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
761
762         * docs/plugins/Makefile.am:
763         * docs/plugins/gst-plugins-good-plugins-sections.txt:
764         * sys/osxaudio/gstosxaudiosink.h:
765         * sys/osxvideo/osxvideosink.h:
766           Managed to resolve most unused declarations. Filed a bug for one left.          
767
768 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
769
770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
771           Cleanup section file.
772
773 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
774
775         * docs/plugins/Makefile.am:
776         * docs/plugins/gst-plugins-good-plugins.args:
777         * docs/plugins/gst-plugins-good-plugins.signals:
778         * docs/plugins/inspect/plugin-alaw.xml:
779         * docs/plugins/inspect/plugin-alpha.xml:
780         * docs/plugins/inspect/plugin-alphacolor.xml:
781         * docs/plugins/inspect/plugin-annodex.xml:
782         * docs/plugins/inspect/plugin-apetag.xml:
783         * docs/plugins/inspect/plugin-audiofx.xml:
784         * docs/plugins/inspect/plugin-auparse.xml:
785         * docs/plugins/inspect/plugin-autodetect.xml:
786         * docs/plugins/inspect/plugin-avi.xml:
787         * docs/plugins/inspect/plugin-cairo.xml:
788         * docs/plugins/inspect/plugin-cdio.xml:
789         * docs/plugins/inspect/plugin-cutter.xml:
790         * docs/plugins/inspect/plugin-debug.xml:
791         * docs/plugins/inspect/plugin-dv.xml:
792         * docs/plugins/inspect/plugin-efence.xml:
793         * docs/plugins/inspect/plugin-effectv.xml:
794         * docs/plugins/inspect/plugin-flac.xml:
795         * docs/plugins/inspect/plugin-flxdec.xml:
796         * docs/plugins/inspect/plugin-gconfelements.xml:
797         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
798         * docs/plugins/inspect/plugin-goom.xml:
799         * docs/plugins/inspect/plugin-halelements.xml:
800         * docs/plugins/inspect/plugin-icydemux.xml:
801         * docs/plugins/inspect/plugin-id3demux.xml:
802         * docs/plugins/inspect/plugin-jpeg.xml:
803         * docs/plugins/inspect/plugin-ladspa.xml:
804         * docs/plugins/inspect/plugin-level.xml:
805         * docs/plugins/inspect/plugin-matroska.xml:
806         * docs/plugins/inspect/plugin-mulaw.xml:
807         * docs/plugins/inspect/plugin-multipart.xml:
808         * docs/plugins/inspect/plugin-navigationtest.xml:
809         * docs/plugins/inspect/plugin-png.xml:
810         * docs/plugins/inspect/plugin-quicktime.xml:
811         * docs/plugins/inspect/plugin-rtp.xml:
812         * docs/plugins/inspect/plugin-rtsp.xml:
813         * docs/plugins/inspect/plugin-shout2send.xml:
814         * docs/plugins/inspect/plugin-smpte.xml:
815         * docs/plugins/inspect/plugin-speex.xml:
816         * docs/plugins/inspect/plugin-taglib.xml:
817         * docs/plugins/inspect/plugin-udp.xml:
818         * docs/plugins/inspect/plugin-videobalance.xml:
819         * docs/plugins/inspect/plugin-videobox.xml:
820         * docs/plugins/inspect/plugin-videocrop.xml:
821         * docs/plugins/inspect/plugin-videoflip.xml:
822         * docs/plugins/inspect/plugin-videomixer.xml:
823         * docs/plugins/inspect/plugin-wavenc.xml:
824         * docs/plugins/inspect/plugin-wavpack.xml:
825         * docs/plugins/inspect/plugin-wavparse.xml:
826           Update plugin docs.
827
828         * gst/videomixer/Makefile.am:
829         * gst/videomixer/videomixer.c:
830         * gst/videomixer/videomixer.h:
831         * gst/videomixer/videomixerpad.h:
832           Split out header to fix warnings from the doc-build.
833
834 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
835
836         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
837
838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
839         Use atoll to parse the rtptime with enough precision. Fixes #509329.
840
841 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
844         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
845           Initialise variables to work around (false) 'foo might be used
846           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
847
848 2008-01-11  David Schleef  <ds@schleef.org>
849
850         * docs/plugins/.cvsignore:
851         * tests/check/pipelines/.cvsignore:
852           Ignore more files for the buildbot.
853
854 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
855
856         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
857         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
858         Generate the image-type values correctly. Leave them out of the caps
859         when outputting a "preview image" tag, since it only makes sense
860         to have one of those - the type is irrelevant.
861
862         * sys/sunaudio/gstsunaudiomixerctrl.c:
863         (gst_sunaudiomixer_ctrl_open):
864         If we can, mark the mixer multiple open when we use it, in case
865         (for some reason) the process wants to open it again elsewhere.
866
867 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         Patch by: Olivier Crete <tester at tester dot ca>
870
871         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
872         * gst/rtp/gstrtptheorapay.c:
873         Fix the clock rate to 90000 as required by the RFC.
874         Fixes #508644.
875
876 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
879           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
880
881 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
882
883         * autogen.sh:
884           Add -Wno-portability to the automake parameters to stop warnings
885           about GNU make extensions being used. We require GNU make in almost
886           every Makefile anyway.
887           
888         * configure.ac:
889           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
890           at the same time is required for per target flags.
891
892 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
893
894         * gst/videomixer/videomixer.c: (gst_videomixer_init):
895         Fix error from my last commit.
896
897 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
898
899         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
900
901         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
902           Make sure the ISO 639-X language code in ID3v2 COMM frames
903           is actually valid UTF-8 (or rather: ASCII), so we don't end
904           up with non-UTF8 strings in tags if there's garbage in the
905           language field. Also make sure the language code is always
906           lower case. Fixes: #508291.
907
908 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
909
910         * ChangeLog:
911           Fix ChangeLog typo.
912
913 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
914
915         * Makefile.am:
916           Include lcov.mak to allow building coverage reports. Guard
917           check-torture target like in the other packages.
918
919 2008-01-09  Sameer Naik  <sameer@damagehead.com>
920
921         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
922
923         * gst/videomixer/videomixer.c:
924         (gst_videomixer_set_master_geometry), (_do_init),
925         (gst_videomixer_child_proxy_get_child_by_index),
926         (gst_videomixer_child_proxy_get_children_count),
927         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
928         (gst_videomixer_init), (gst_videomixer_request_new_pad),
929         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
930         Implement GstChildProxy interface.
931         Send newsegment at the right moment
932         Fixes #488879
933
934 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
935
936         * gst/alpha/Makefile.am:
937         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
938         (gst_alpha_sink_event), (gst_alpha_chain),
939         (gst_alpha_change_state), (plugin_init):
940         Make the various properties of 'alpha' controllable. This allows doing
941         niceties like fade-in/fade-out.
942
943 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
944
945         * gst/rtp/gstasteriskh263.c:
946         * gst/rtp/gstrtpL16depay.c:
947         * gst/rtp/gstrtpac3depay.c:
948         * gst/rtp/gstrtpamrpay.c:
949         * gst/rtp/gstrtpdepay.c:
950         * gst/rtp/gstrtpgsmdepay.c:
951         * gst/rtp/gstrtph263depay.c:
952         * gst/rtp/gstrtph263pdepay.c:
953         * gst/rtp/gstrtph263ppay.c:
954         * gst/rtp/gstrtph264depay.c:
955         * gst/rtp/gstrtph264pay.c:
956         * gst/rtp/gstrtpmp2tdepay.c:
957         * gst/rtp/gstrtpmp4adepay.c:
958         * gst/rtp/gstrtpmp4gdepay.c:
959         * gst/rtp/gstrtpmp4gpay.c:
960         * gst/rtp/gstrtpmp4vdepay.c:
961         * gst/rtp/gstrtpmpadepay.c:
962         * gst/rtp/gstrtpmpvdepay.c:
963         * gst/rtp/gstrtpsv3vdepay.c:
964         * gst/rtp/gstrtptheoradepay.c:
965         * gst/rtp/gstrtptheorapay.c:
966         * gst/rtp/gstrtpvorbisdepay.c:
967         * gst/rtp/gstrtpvorbispay.c:
968           Remove copy/paste unused code (property setters and getter) found by
969           the coverage suite (yay, saves ~20k on disk).
970
971 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
974           (videosink_templ):
975           Also fix up pad templates to indicate that image/jpeg doesn't
976           absolutely require the framerate property to be set (#504081).
977
978 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
979
980         Based on patch by: Wouter Cloetens  <wouter at mind be>
981
982         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
983           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
984           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
985         * gst/matroska/matroska-mux.h:
986           Keep track of first and last timestamps for each incoming stream,
987           so we can calculate the total duration for live sources and other
988           input where we can't query the duration from the start or where
989           there's no constant framerate from which we can deduce the
990           duration; also use calculated/observed duration if it is bigger
991           than the previously queried duration. Furthermore, use
992           gst_pad_query_peer_duration() and take into account that it may
993           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
994           screws up comparisons when using unsigned integers. Fixes #504081.
995
996 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
997
998         * configure.ac:
999         * gst/audiofx/audioamplify.c:
1000         (gst_audio_amplify_clipping_method_get_type),
1001         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1002         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1003         (gst_audio_dynamic_transform_ip):
1004         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1005         (gst_audio_invert_transform_ip):
1006         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1007         (gst_audio_panorama_transform):
1008         * gst/level/gstlevel.c: (gst_level_init):
1009         Make elements GST_BUFFER_FLAG_GAP aware and call
1010         gst_base_transform_set_gap_aware for this.
1011         Bump core requirement to CVS.
1012         
1013         * gst/audiofx/audiochebyshevfreqband.c:
1014         (gst_audio_chebyshev_freq_band_transform_ip):
1015         * gst/audiofx/audiochebyshevfreqlimit.c:
1016         (gst_audio_chebyshev_freq_limit_transform_ip):
1017         Also sync GObject properties to the controller if operating
1018         in passthrough mode.
1019
1020 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * sys/directdraw/gstdirectdrawsink.c:
1023           (gst_directdraw_sink_window_thread):
1024           FALSE is not a gpointer.
1025
1026 2008-01-05  Julien Moutte  <julien@fluendo.com>
1027
1028         * sys/directdraw/gstdirectdrawsink.c:
1029         (gst_directdraw_sink_set_window_id),
1030         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1031         (gst_directdraw_sink_buffer_alloc),
1032         (gst_directdraw_sink_draw_borders),
1033         (gst_directdraw_sink_show_frame),
1034         (gst_directdraw_sink_setup_ddraw),
1035         (gst_directdraw_sink_window_thread),
1036         (gst_directdraw_sink_get_ddrawcaps),
1037         (gst_directdraw_sink_surface_create): Make sure we create our
1038         internal window only when we need it. That will give a chance to
1039         the application to get the prepare-xwindow-id bus message. Draw
1040         black borders when keeping aspect ratio. Handle the case where our
1041         rendering window disappears (closed or errors) like other sinks
1042         do. Various 80 columns fixes, improve state change order. That
1043         element could need some more love.
1044
1045 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1046
1047         * ext/taglib/gstapev2mux.h:
1048         * ext/taglib/gstid3v2mux.h:
1049         Remove useless typedefs without new type name. Fixes a warning with
1050         gcc 4.3.
1051
1052 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1053
1054         Patch by: John Millikin <jmillikin at gmail dot com>
1055
1056         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1057         (gst_flac_dec_setup_stream_decoder),
1058         (gst_flac_normalize_picture_mime_type),
1059         (gst_flac_extract_picture_buffer),
1060         (gst_flac_dec_metadata_callback):
1061         Emit metadata messages when a PICTURE block is encountered.
1062         Fixes #506715.
1063
1064 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1065
1066         * gst/avi/gstavi.c:
1067         increase rank because no known issues anymore ...
1068         * gst/avi/gstavisubtitle.c:
1069         send subtitle name to the srcpad
1070
1071 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1072
1073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1074         * gst/rtsp/gstrtspsrc.h:
1075         Implement redirect for the DESCRIBE reply. Fixes #506025.
1076
1077 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1078
1079         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1080         Fix 'xyz may be used uninitialized' compiler warnings caused
1081         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1082         abort() in any case but properly report the error.
1083
1084 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1085
1086         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1087         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1088         * sys/ximage/gstximagesrc.c: (composite_pixel):
1089           Fix 'xyz may be used uninitialized' compiler warnings caused
1090           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1091           not really nice to abort in any case). Fixes #505745.
1092
1093 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1094
1095         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1096           Small unit test fix (has no practical impact at the moment,
1097           since we're only feeding utf8 and hence just create a sub-
1098           buffer for the output).
1099
1100 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1101
1102         * gst/avi/gstavisubtitle.c:
1103         * tests/check/elements/avisubtitle.c:
1104         Add seeking support for avi subtitle
1105
1106 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1107
1108         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1109         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1110         (gst_flac_dec_write):
1111         * ext/flac/gstflacdec.h:
1112         Remove some unused vars.
1113         Do more cleanup of leftover events and tags.
1114         Output tags after the segment event. Fixes #504018.
1115
1116 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1117
1118         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1119           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1120           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1121           Detect other UTF byte order markers and convert to UTF-8 as
1122           appropriate.
1123
1124 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1125
1126         * gst/avi/gstavisubtitle.c: (src_template),
1127           (gst_avi_subtitle_extract_utf8_file),
1128           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1129           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1130           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1131         * gst/avi/gstavisubtitle.h:
1132           Refactor a bit; fix name extraction; don't assume all the data
1133           in the chunk is actually subtitle data, there may be padding at
1134           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1135           file so it's there to send again after a seek (for future use).
1136
1137 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1138
1139         * gst/avi/Makefile.am:
1140         * gst/avi/gstavi.c:
1141         * gst/avi/gstavisubtitle.c:
1142         * gst/avi/gstavisubtitle.h:
1143         * tests/check/Makefile.am:
1144         * tests/check/elements/avisubtitle.c:
1145         * win32/common/config.h:
1146                 Add avi subtitle element for bug #442034. Need seeking support
1147                 and more support for character conversion.
1148
1149 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1150
1151         * Makefile.am:
1152           Include common/win32.mak for CRLF check of win32 project
1153           files (see #393626).
1154
1155         * win32/vs6/libgstpng.dsp:
1156           Fix line endings and do cvs admin -kb.
1157
1158 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1159
1160         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1161         Actually drop the buffers which are outside the currently configured
1162         segment instead of just emitting a WARNING.
1163
1164 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1165
1166         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1167         (gst_flac_dec_write):
1168         * ext/flac/gstflacdec.h:
1169         Send segments from the streaming thread. Fixes #502187.
1170         Fix segment seeking and a bunch of other seeking cases.
1171
1172 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1173
1174         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1175           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1176           which is where it would end up if the same information was
1177           put in a vorbis comment (don't think it's worth adding a
1178           new URI tag for this). Fixes #488112.
1179
1180 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1181
1182         * configure.ac:
1183           We need core/base 0.10.15 or later.
1184
1185 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1186
1187         Patch by: Mark Nauwelaerts <manauw skynet be>
1188
1189         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1190         Fix regression in stream numbering. Fixes #502655.
1191
1192 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1193
1194         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1195
1196         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1197         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1198         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1199         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1200         (gst_rtp_h264_pay_handle_buffer):
1201         * gst/rtp/gstrtph264pay.h:
1202         Use higher performance start-code searching.
1203         Parse NALs and store SPS, PPS and profile in the caps so that they can
1204         be used in the SDP. Fixes #502814.
1205
1206 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1207
1208         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1209         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1210           Init some structs to zero before we pass them to ioctl, which
1211           avoids valgrind warnings.  Also fix a small memory leak.
1212
1213 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1214
1215         Patch by: Wouter Cloetens <wouter at mind dot be>
1216
1217         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1218         Copy timestamp from input to output. Not very perfect yet but better
1219         than nothing. Fixes #503023.
1220
1221 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1222
1223         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1224           Also print a useful error message with the old Wavpack API
1225           if possible.
1226
1227 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1228
1229         * ext/wavpack/gstwavpackdec.c:
1230           More build fixes for old libwavpack versions: include config.h so
1231           that WAVPACK_OLD_API is actually defined as detected; only use
1232           WavpackGetErrorMessage if it is available. This fixes the build
1233           on debian stable for me.
1234
1235 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1236
1237         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1238         * ext/wavpack/gstwavpackparse.c:
1239           (gst_wavpack_parse_create_src_pad):
1240           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1241           versions below 4.40.0.
1242
1243 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1244
1245         * configure.ac:
1246           And now do it right for real...
1247
1248 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1249
1250         * configure.ac:
1251           Correctly reset $LIBS to not contain -lm.
1252
1253 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1254
1255         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1256
1257         * configure.ac:
1258         * ext/cairo/gsttimeoverlay.c:
1259           (gst_cairo_time_overlay_print_smpte_time):
1260           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1261           and checking for rint() and implementing it ourself if it doesn't
1262           exist. Fixes #497293.
1263
1264 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1265
1266         * configure.ac:
1267           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1268
1269 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1270
1271         * sys/oss/gstosshelper.c:
1272         Verify that the format returned after the ioctl is the one
1273         we requested. It is valid for the ioctl to succeed while
1274         substituting an alternate 'supported' sample format.
1275
1276 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1277
1278         * sys/oss/gstossaudio.c: (plugin_init):
1279         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1280         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1281           Post decent (and translated) error message when we can't
1282           open the audio device for some reason.
1283
1284 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1285
1286         * sys/oss/gstosssink.c:
1287         * sys/oss/gstosssrc.c:
1288         Allow the AUDIODEV environment variable to redirect us
1289         to a different default OSS device, like sunaudiosink does
1290         on Solaris (makes audio play automatically on SunRays).
1291
1292 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1293
1294         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1295         * gst/audiofx/audiochebyshevfreqband.c:
1296         (gst_audio_chebyshev_freq_band_transform_ip):
1297         * gst/audiofx/audiochebyshevfreqlimit.c:
1298         (gst_audio_chebyshev_freq_limit_transform_ip):
1299         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1300         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1301         The transform_ip() methods should do nothing if in passthrough mode.
1302         It might get non-writable buffers in that case but the buffer might
1303         as well be writable.
1304
1305         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1306         The transform() methods won't be called in passthrough mode and
1307         otherwise the buffer is always writable so don't check here.
1308
1309 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1312           Fix seeking in .wav files again (#501775).  Some people seem to think
1313           they don't need to test their changes when they're just 'reflowing'
1314           some code.
1315
1316 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1317
1318         * gst/autodetect/gstautovideosink.c:
1319         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1320         (gst_auto_video_sink_init),
1321         (gst_auto_video_sink_create_element_with_pretty_name),
1322         (gst_auto_video_sink_find_best),
1323         (gst_auto_video_sink_set_property),
1324         (gst_auto_video_sink_get_property):
1325         * gst/autodetect/gstautovideosink.h:
1326         Fix docs.
1327         Use same error reporting code as autoaudiosink.
1328         Add property to filter sinks based on caps. Only select raw video sinks
1329         by default for backwards compat.
1330         API: GstAutoVideoSink::filter-caps
1331
1332 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1333
1334         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1335
1336         * gst/autodetect/gstautoaudiosink.c:
1337         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1338         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1339         (gst_auto_audio_sink_set_property),
1340         (gst_auto_audio_sink_get_property):
1341         * gst/autodetect/gstautoaudiosink.h:
1342         Add property to filter sinks based on caps. Only select raw audio sinks
1343         by default for backwards compat.  Fixes #417420.
1344         API: GstAutoAudioSink::filter-caps
1345
1346 2007-11-29  Michael Smith <msmith@fluendo.com>
1347
1348         Patch by: Arek Korbik <arkadini@gmail.com>
1349
1350         * gst/videobox/gstvideobox.c: (plugin_init):
1351           Initialise liboil in plugin_init()
1352
1353 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1354
1355         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1356         Post error before sending EOS. Fixes #499178.
1357
1358 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1359
1360         * win32/vs6/gst_plugins_good.dsw:
1361         * win32/vs6/libgstpng.dsp:
1362         Add a project file for libgstpng
1363
1364 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1365
1366         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1367         (gst_rtp_h263_depay_process):
1368         Code beautification.
1369         Added debug statements.
1370         Don't bit-shift everything, just do operations on last/first byte
1371         instead.
1372
1373 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1374
1375         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1376
1377         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1378         Fix wrong comparison in overrun check. Fixes #499239 some more.
1379
1380 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1381
1382         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1383         (gst_rtp_h263_depay_process):
1384         * gst/rtp/gstrtph263depay.h:
1385         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1386         stream.
1387
1388 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1389
1390         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1391
1392         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1393         (gst_rtp_mp4a_depay_process):
1394         * gst/rtp/gstrtpmp4adepay.h:
1395         Fix depayloading when multiple frames are inside one RTP packet.
1396         Fixes #499239.
1397
1398 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * gst/level/gstlevel.c:
1401           Add GAP-flag support.
1402
1403 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1404
1405         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1406         Read the I flag for Mode A h263 rtp stream and set the
1407         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1408         Fixes #499383
1409
1410 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1411
1412         * gst/level/gstlevel.c:
1413           Remove some dead code and do cleanups.
1414
1415 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1416
1417         * tests/check/pipelines/simple-launch-lines.c:
1418           Improve the tests by allowing to set a target state.
1419
1420 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1421
1422         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1423         Don't check the caps of the output buffer if they're equal some
1424         other caps. The caps can change in a backward compatible way
1425         and did at this point.
1426
1427 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1428
1429         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1430         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1431         (gst_qtdemux_seek_to_previous_keyframe),
1432         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1433         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1434         reverse playback support.
1435
1436 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1437
1438         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1439         Also set the channel layout on the Wavpack caps if we're having
1440         a mono layout. Of course only do it for "audio/x-wavpack".
1441
1442 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1443
1444         * ext/wavpack/gstwavpackcommon.c:
1445         (gst_wavpack_get_default_channel_mask),
1446         (gst_wavpack_set_channel_layout),
1447         (gst_wavpack_get_default_channel_positions),
1448         (gst_wavpack_get_channel_mask_from_positions),
1449         (gst_wavpack_set_channel_mapping):
1450         * ext/wavpack/gstwavpackcommon.h:
1451         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1452         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1453         * ext/wavpack/gstwavpackdec.h:
1454         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1455         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1456         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1457         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1458         (gst_wavpack_enc_rewrite_first_block),
1459         (gst_wavpack_enc_sink_event):
1460         * ext/wavpack/gstwavpackenc.h:
1461         * ext/wavpack/gstwavpackparse.c:
1462         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1463         (gst_wavpack_parse_scan_to_find_sample),
1464         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1465         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1466         * ext/wavpack/gstwavpackparse.h:
1467         Add support for encoding, parsing and decoding multichannel
1468         files with up to 8 channels. This also improves the robustness
1469         of parsing quite a bit.
1470
1471         * ext/wavpack/gstwavpackstreamreader.c:
1472         (gst_wavpack_stream_reader_read_bytes),
1473         (gst_wavpack_stream_reader_get_pos),
1474         (gst_wavpack_stream_reader_set_pos_abs),
1475         (gst_wavpack_stream_reader_set_pos_rel),
1476         (gst_wavpack_stream_reader_push_back_byte),
1477         (gst_wavpack_stream_reader_get_length),
1478         (gst_wavpack_stream_reader_can_seek),
1479         (gst_wavpack_stream_reader_write_bytes):
1480         Improve debugging.
1481
1482 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1483
1484         * ext/libpng/gstpngdec.c:
1485         * ext/libpng/gstpngdec.h:
1486           Don't release the png-memory from within the callback.
1487
1488 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1489
1490         Patch by: René Stadler <mail at renestadler dot de>
1491
1492         * ext/libpng/gstpngenc.c:
1493           Don't leak buffer data memory. Fixes #498395.
1494
1495 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1496
1497         Patch by: René Stadler <mail at renestadler dot de>
1498
1499         * tests/check/pipelines/simple-launch-lines.c:
1500           Tests for #498395.
1501
1502 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1503
1504         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1505         (gst_tag_lib_mux_adjust_event_offsets):
1506         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1507         * sys/osxaudio/Makefile.am:
1508         * sys/osxvideo/cocoawindow.h:
1509         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1510
1511 2007-11-15  David Schleef  <ds@schleef.org>
1512
1513         * ext/cairo/gsttextoverlay.c:
1514           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1515
1516 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1517
1518         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1519
1520         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1521         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1522         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1523         * gst/rtp/gstrtpmp2tpay.h:
1524         Fill the MTU with as many packets as possible. Fixes #491323.
1525
1526 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1527
1528         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1529
1530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1531         Fix some more leaks. Fixes #497007.
1532
1533 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1534
1535         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1536
1537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1538         (gst_rtspsrc_stream_configure_tcp):
1539         Fix 3 pad leaks. Fixes #496983.
1540
1541 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1542
1543         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1544
1545         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1546         Fix small leak. Fixes #497017.
1547
1548 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1549
1550         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1551         (gst_qtdemux_prepare_current_sample),
1552         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1553         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1554         * gst/qtdemux/qtdemux_fourcc.h:
1555         * gst/qtdemux/qtdemux_types.c:
1556         Add suppport for theora in quicktime according to XiphQT.
1557
1558 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1559
1560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1561         (gst_v4l2src_init), (gst_v4l2src_set_property),
1562         (gst_v4l2src_get_property):
1563         * sys/v4l2/gstv4l2src.h:
1564         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1565           Always copy buffers by default (handle safer with bugged drivers)
1566           and added a property to make it possible to use mmap effectively (no
1567           copy if possible) when application wants to. Fixes: #480557.
1568
1569 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1570
1571         * gst/id3demux/id3tags.c:
1572         * gst/id3demux/id3tags.h:
1573         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1574           We don't want the same string multiple times in a tag list for the
1575           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1576           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1577
1578 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1579
1580         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1581           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1582           into ID3v2 TXXX frames (fixes #347848).
1583
1584 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1585
1586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1587           Don't leak sdp message contents (fixes #496773).
1588
1589         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1590           Don't leak URI string.
1591
1592 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1593
1594         Patch by: Julien Puydt <julien dot puydt at laposte net>
1595
1596         * ext/raw1394/Makefile.am:
1597         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1598           (gst_1394_property_probe_get_properties),
1599           (gst_1394_property_probe_probe_property),
1600           (gst_1394_property_probe_needs_probe),
1601           (gst_1394_property_probe_get_values),
1602           (gst_1394_property_probe_interface_init),
1603           (gst_1394_type_add_property_probe_interface):
1604         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1605         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1606           (gst_dv1394src_init), (gst_dv1394src_dispose),
1607           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1608           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1609           (gst_dv1394src_update_device_name):
1610         * ext/raw1394/gstdv1394src.h:
1611           Implement GstPropertyProbe interface and add "device-name" property,
1612           so applications can use this to probe for available devices in the
1613           same way they can already with v4lsrc and v4l2src (however horrible
1614           this property probe interface may be). Fixes #358841.
1615
1616 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1617
1618         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1619
1620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1621           (gst_rtspsrc_parse_range):
1622           Don't leak event, don't leak range (fixes #496752).
1623
1624 2007-11-14  Michael Smith <msmith@fluendo.com>
1625
1626         Patch by: Arek Korbik <arkadini@gmail.com>
1627
1628         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1629           Detect RGBA/BGRA correctly on little endian systems.
1630
1631 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1632
1633         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1634           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1635           corresponding ioctl() call fails even though the driver claims to
1636           support this format, just fall back to the pre-2.6.19 kernel
1637           routine that creates caps with suitable height and width ranges
1638           (see #448278).
1639
1640 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1641
1642         Patch by: Mark Nauwelaerts <manauw skynet be>
1643
1644         * gst/matroska/matroska-demux.c:
1645           (gst_matroska_demux_push_dvd_clut_change_event),
1646           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1647           (gst_matroska_demux_subtitle_caps):
1648         * gst/matroska/matroska-ids.h:
1649           Extract palette data for dvd subpicture streams and send it
1650           downstream as custom gstreamer dvd event (fixes #453417).
1651
1652 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1653
1654         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1655           Implement minimal parsing of the passed pango font description
1656           string, so passing a font size works the same as with the
1657           pango textoverlay plugin; fixes #455086.
1658           (Maybe we could just use pangocairo here at some point).
1659
1660 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1661
1662         * gst/avi/gstavidemux.c:
1663         * gst/wavparse/gstwavparse.c:
1664           Return the result in _activate_pull(). Don't ref element there.
1665
1666 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1667
1668         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1669         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1670         (gst_wavparse_srcpad_event):
1671           Ref the element when we should, but not when we its not needed. Reflow
1672           the event_handling to not leak the event.       
1673
1674 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1675
1676         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1677         (qtdemux_parse_samples):
1678         Properly free QTDemuxSamples array.
1679         Protect table write with a sensible check, some files apparently DO contain
1680         stts values starting with 0 :(
1681
1682 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1683
1684         * gst/avi/gstavidemux.c:
1685         * gst/qtdemux/qtdemux.c:
1686           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1687           previous commit messed up.
1688
1689 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1690
1691         * gst/avi/gstavidemux.c:
1692         * gst/qtdemux/qtdemux.c:
1693           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1694           element when we should, but not when we its not needed.
1695
1696 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1697
1698         * gst/wavparse/gstwavparse.c:
1699           Return FALSE if we can't handle a query instead of changing the
1700           format. Ignore fact when dealing with mpeg audio.
1701
1702 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1703
1704         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1705
1706         * configure.ac:
1707         * gst/udp/gstdynudpsink.c:
1708         * gst/udp/gstdynudpsink.h:
1709         * gst/udp/gstmultiudpsink.c:
1710         * gst/udp/gstmultiudpsink.h:
1711         * gst/udp/gstudpsink.c:
1712         * gst/udp/gstudpsink.h:
1713           Fix includes for MSVC and GLib-2.14.0 (#492388).
1714
1715         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1716           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1717
1718 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1719
1720         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1721         (gst_mulawdec_chain):
1722         * gst/law/mulaw-decode.h:
1723         Calculate outgoing buffer duration if incoming buffer didn't have a
1724         valid duration.
1725
1726 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1727
1728         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1729         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1730         Smarter combine_flow code that also deals with downstream elements
1731         returning UNEXPECTED when they receive data out of the segment
1732         boundaries. Fixes #491305.
1733
1734 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1735
1736         * sys/v4l2/v4l2src_calls.c:
1737           Fix 'unused variable' compiler warning when compiling against
1738           older kernel headers.
1739
1740 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         * ext/taglib/gstid3v2mux.cc (add_funcs):
1743           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1744
1745 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1746
1747         * tests/check/pipelines/simple-launch-lines.c:
1748            Improve the tests a little more.
1749
1750 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1751
1752         patch by: Yun Zheng Hu
1753
1754         * sys/osxaudio/gstosxaudiosrc.c:
1755         Use default input device instead of default output device and
1756         only memcpy actual available bytes.
1757
1758 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1759
1760         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1761           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1762           early. It is temporary until we find something better.
1763
1764 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1765
1766         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1767
1768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1769         Fix race when pausing a RTSP stream in interleaved.
1770         Fixes #475784.
1771
1772 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1773
1774         Patch by: Peter Kjellerstedt <pkj at axis com>
1775
1776         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1777         Use correct unref function for buffers. #488844.
1778
1779 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1780
1781         * gst/avi/gstavimux.c:
1782         * tests/check/elements/avimux.c:
1783           Add some debug and sync tests with the fix.     
1784
1785 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1786
1787         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1788
1789         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1790         When the socket is used by the app for other purposes, don't generate an
1791         error if there is activaty on the socket that is not data related.
1792         Fixes #487488.
1793
1794 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1795
1796         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1797         (gst_v4l2src_grab_frame):
1798         Add some more debug info. Generate an error when we run out of buffers
1799         for some reason. See #480557.
1800
1801 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1802
1803         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1804
1805         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1806         Set marker bit correctly.
1807
1808 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1809
1810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1811         Use allowed name for the GstStructure.
1812
1813 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1814
1815         * ext/gconf/gstswitchsink.c:
1816         * gst/autodetect/gstautoaudiosink.c:
1817           Use new gst_bus_pop_filtered().
1818
1819 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * sys/v4l2/gstv4l2src.c:
1822         * sys/v4l2/v4l2src_calls.c:
1823           When probing the formats and sizes a camera supports, make
1824           sure the best ones (highest resolution, prefered format)
1825           end up at the beginning of the probed caps and the less
1826           desirable ones at the end.  This is important because the
1827           order within the caps matters for things like fixation and
1828           negotiation, ie. what format is chosen in the end.
1829           With recent kernels, the current probing code will end up
1830           querying the supported sizes from lowest resolution to
1831           highest resolution, adding them to the probed caps in that
1832           order, resulting to v4l2src fixating to the lowest possible
1833           resolution if downstream does not express a size preference.
1834           Also make up a somewhat random ranking of prefered output
1835           formats for the same reason. Fixes #485828.
1836         
1837 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1838
1839         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1840
1841         * gst/id3demux/id3v2frames.c:
1842           Extract license/copyright URIs from ID3v2 WCOP frames
1843           (Fixes #447000).
1844
1845         * tests/check/elements/id3demux.c:
1846         * tests/files/Makefile.am:
1847         * tests/files/id3-447000-wcop.tag:
1848           Add simple unit test.
1849
1850 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1851
1852         * ext/taglib/gstid3v2mux.cc:
1853           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1854           Prerequisite for #447000.
1855
1856 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1857
1858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1859         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1860         a GstClockTime.
1861
1862 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1863
1864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1865         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1866         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1867         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1868         (gst_rtspsrc_change_state):
1869         More seeking fixes, mostly passing around the new playback segment in
1870         order to configure it properly.
1871         Also reset base_time of udp sources when setting them back to PLAYING as
1872         a temporary hack until core supports seek in live sources properly.
1873
1874 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1875
1876         * gst/rtp/gstrtpmp4adepay.c:
1877         Fix caps as to not confuse autopluggers.
1878
1879 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1880
1881         * gst/id3demux/gstid3demux.c:
1882         * gst/id3demux/gstid3demux.h:
1883         * gst/id3demux/id3tags.c:
1884         * gst/id3demux/id3tags.h:
1885         * gst/id3demux/id3v2frames.c:
1886           Port ID3 tag demuxer over to the new GstTagDemux in -base
1887           (now would be a good time to test re-importing your music
1888           collection).
1889
1890 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         * gst/apetag/Makefile.am:
1893         * gst/apetag/gstapedemux.c:
1894         * gst/apetag/gstapedemux.h:
1895         * gst/apetag/gsttagdemux.c:
1896         * gst/apetag/gsttagdemux.h:
1897           Port APE tag demuxer over to the new GstTagDemux in -base.
1898
1899 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1900
1901         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1902         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1903         (gst_rtspsrc_handle_internal_src_query),
1904         (gst_rtspsrc_handle_src_query), (new_session_pad),
1905         (gst_rtspsrc_stream_configure_tcp),
1906         (gst_rtspsrc_stream_configure_transport),
1907         (gst_rtspsrc_loop_send_cmd):
1908         Improve flushing behaviour.
1909         Set state of the udp sources to PAUSE/PLAYING correctly.
1910         Handle events and queries for UDP and TCP transport now.
1911
1912 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1913
1914         * gst/rtp/gstrtpgsmdepay.c:
1915         * gst/rtp/gstrtpgsmpay.c:
1916           Add log category.
1917
1918 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1919
1920         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1921
1922         * tests/check/Makefile.am:
1923         * tests/check/pipelines/simple-launch-lines.c:
1924           Add unit tests for payloaders/depayloaders.
1925
1926 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1927
1928         * gst/avi/gstavimux.c:
1929         * gst/avi/gstavimux.h:
1930           Also save codec data for audio streams. Fixes #482495.
1931
1932 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1933
1934         * gst/avi/gstavimux.c:
1935           Fix "Index entry has invalid stream nr 1".
1936           Add support for muxing aac - work in progress (see #482495).
1937
1938 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1939
1940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1941         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1942         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1943         * gst/rtsp/gstrtspsrc.h:
1944         Parse bandwidth modifiers, they are not yet configured in the session
1945         manager because we don't have an API for that yet.
1946
1947 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1948
1949         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1950         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1951         Use shiny new function in -base to get the default clock-rate.
1952         Update some docs.
1953
1954 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1955
1956         * win32/MANIFEST:
1957         Add files to win32 manifest.
1958         * win32/vs6/libgstaudiofx.dsp:
1959         * win32/vs6/libgstqtdemux.dsp:
1960         * win32/vs6/libgstrtp.dsp:
1961         * win32/vs6/libgstrtsp.dsp:
1962         Update project files.
1963
1964 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1965
1966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1967         (gst_rtspsrc_play):
1968         * gst/rtsp/gstrtspsrc.h:
1969         In TCP mode, only timestamp the first buffer. TCP is not real time and
1970         it does not make sense to try to skew compensate, also some servers send
1971         the first batch of data in a burst.
1972
1973 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1974
1975         * gst/matroska/matroska-demux.c:
1976           Fix setting the discont flag on the first buffer
1977           pushed downstream for formats with private codec
1978           data that needs to be deserialised into buffers
1979           (such as vorbis and FLAC when in a matroska container).
1980
1981 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1982
1983         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1984
1985         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1986         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1987         (gst_rtp_mp4v_pay_handle_buffer):
1988         * gst/rtp/gstrtpmp4vpay.h:
1989         Free the config string. Fixes #480707.
1990         Clean up the timestamp code a little.
1991
1992 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1993
1994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1995         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1996         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1997         * gst/rtsp/gstrtspsrc.h:
1998         Set timestamps on RTP buffers in interleaved mode.
1999         Mark first buffers with a DISCONT.
2000         Remove flush hack now that sync for live sources has been figured out.
2001
2002 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2003
2004         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2005         Update documentation.
2006
2007 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2008
2009         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2010         (gst_rtp_xqt_depay_change_state):
2011         * gst/qtdemux/gstrtpxqtdepay.h:
2012         Fail if we don't know the quicktime format.
2013
2014 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2015
2016         * ext/flac/gstflacenc.c:
2017         * ext/flac/gstflacenc.h:
2018           Save the flow return from the last gst_pad_push() and
2019           make sure we pass the right flow return value upstream
2020           in the case of failure; minor clean-ups.
2021
2022 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2023
2024         * ext/taglib/gstapev2mux.cc:
2025         * ext/taglib/gstid3v2mux.cc:
2026         * gst/apetag/gstapedemux.c:
2027           Add support for the new GST_TAG_COMPOSER (#459809).
2028
2029 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2030
2031         * gst/law/alaw-decode.c:
2032         * gst/law/alaw-decode.h:
2033         * gst/law/alaw-encode.c:
2034         * gst/law/alaw-encode.h:
2035         * gst/law/alaw.c:
2036         * gst/law/mulaw-conversion.h:
2037           Compulsive clean-ups: use boilerplate macros, add debug
2038           categories, fix up things to conform to symbol nomenklatura,
2039           etc.
2040
2041 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2042
2043         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2044
2045         * gst/law/alaw-decode.c:
2046         * gst/law/alaw-encode.c:
2047           Use static tables for A-Law decoding and encoding; this makes
2048           A-Law decoding and encoding less CPU-intensive, but increases
2049           the binary size a bit. Leaving old code around for now,
2050           selectable by a define in the code. Fixes #435435.
2051
2052 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2053
2054         * configure.ac:
2055         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2056         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2057         in configure.ac.
2058
2059 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2060
2061         Patch by: Jan Gerber <j at bootlab dot org>
2062
2063         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2064         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2065
2066 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2067
2068         * sys/oss/gstosshelper.c:
2069           Use GST_WARNING instead of a g_critical. This situation is not caused
2070           by the application.
2071
2072 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2073
2074         * po/LINGUAS:
2075         * po/nl.po:
2076           Updated translations.
2077
2078 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2079
2080         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2081
2082         * po/eu.po:
2083           Added Basque translation.
2084
2085 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2086
2087         translated by: Abel Cheung <abelcheung@gmail.com>
2088
2089         * po/zh_HK.po:
2090         * po/zh_TW.po:
2091           Added Chinese (traditional and Hong Kong) translation.
2092
2093 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2094
2095         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2096
2097         * po/pl.po:
2098           Added Polish translation.
2099
2100 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2101
2102         translated by: Ilkka Tuohela <hile@iki.fi>
2103
2104         * po/fi.po:
2105           Added Finnish translation.
2106
2107 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2108
2109         translated by: Jorge González González <aloriel@gmail.com>
2110
2111         * po/es.po:
2112           Added Spanish translation.
2113
2114 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2115
2116         translated by: Mogens Jaeger <mogens@jaeger.tf>
2117
2118         * po/da.po:
2119           Added Danish translation.
2120
2121 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2122
2123         translated by: Funda Wang <fundawang@linux.net.cn>
2124
2125         * po/zh_CN.po:
2126           Added Chinese (simplified) translation.
2127
2128 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2129
2130         translated by: Alexander Shopov <ash@contact.bg>
2131
2132         * po/bg.po:
2133           Added Bulgarian translation.
2134
2135 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2136
2137         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2138         Set outgoing packet duration because we can. Fixes #478244 some more.
2139
2140 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2141
2142         * ext/cairo/gsttextoverlay.c:
2143           Add info about static leak.
2144         
2145         * tests/check/Makefile.am:
2146         * tests/check/generic/states.c:
2147           Improved state change unit test.
2148
2149 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2150
2151         * docs/plugins/.cvsignore:
2152         * tests/check/.cvsignore:
2153           Ignore registries in any format.
2154
2155 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2156
2157         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2158         Removed some unused code.
2159
2160         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2161         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2162         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2163         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2164         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2165         (gst_rtp_theora_pay_flush_packet):
2166         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2167         Try to preserve the incomming buffer duration on the outgoing
2168         packets. Fixes #478244.
2169
2170 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2171
2172         * ext/taglib/gstapev2mux.cc:
2173         * ext/taglib/gstid3v2mux.cc:
2174           Work around compiler warnings with g++-4.2 when assigning a
2175           string constant to a gchar * (partially fixes #478092).
2176
2177 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2178
2179         * configure.ac:
2180           We require core CVS now for gst_base_src_set_do_timestamp().
2181
2182 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2183
2184         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2186         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2187         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2188         (gst_rtspsrc_handle_message):
2189         Fix compiler warnings shown with Forte.
2190
2191 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2192
2193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2194         (gst_rtspsrc_dup_printf):
2195         Give meaningfull error when all streams failed to configure for some
2196         reason.
2197
2198 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2199
2200         * gst/rtp/README:
2201         Update README with the design for synchronisation rules of RTP on
2202         sender and receiver.
2203
2204 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2205
2206         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2207         (gst_wavparse_chain):
2208         Don't push EOS from the chain function, the element
2209         driving the pipeline is responsible for this. The bug
2210         this was meant to fix seems to be queue not forwarding
2211         EOS in all cases (see #476514).
2212
2213 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2214
2215         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2216         (gst_level_transform_ip):
2217         * gst/level/gstlevel.h:
2218         Use basetransform segment so that it is correctly managed on flushes and
2219         start/stop.
2220         Report message timestamp as stream time, which is what an application
2221         can understand.
2222
2223 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2224
2225         * ext/taglib/gstapev2mux.cc:
2226         * ext/taglib/gstapev2mux.h:
2227         * ext/taglib/gsttaglibmux.c:
2228         * tests/check/elements/apev2mux.c:
2229         Update my mail address.
2230
2231 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2232
2233         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2234         (gst_wavparse_loop), (gst_wavparse_chain):
2235         Add EOS logic for the push-based mode too. Fixes #476514.
2236
2237 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2238
2239         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2240         * gst/law/alaw-encode.h:
2241         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2242         (gst_mulawenc_chain):
2243         * gst/law/mulaw-encode.h:
2244         Fix law encoder timestamps.
2245
2246 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2247
2248         * ext/gconf/gstgconfaudiosink.c:
2249           Fix warning when building without debug.
2250
2251         * sys/oss/gstossmixertrack.c:
2252           Use const like in alsamixertrack.c (fixes warnings).
2253
2254 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2255
2256         * sys/v4l2/v4l2src_calls.c:
2257         (gst_v4l2src_probe_caps_for_format_and_size):
2258         Fix framerate detection code some more.
2259         Handle the case where there is a weird step in the stepwise framerates.
2260         Don't overwrite the min interval with the framerate, use a temp variable
2261         instead.
2262         Use max in the Continuous framerate intervals instead of step, which is
2263         1 according to the docs. Fixes #475424.
2264
2265 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2266
2267         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2268         Make udpsrc timestamp outgoing buffers based on when they were received.
2269         Also make it output a segment in time.
2270
2271 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2272
2273         * gst/avi/gstavidemux.c:
2274           Plug a little leak. Little code cleanups.
2275
2276 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2277
2278         * configure.ac:
2279           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2280           flac versions, 's good for cross-compilation karma.
2281
2282 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2283
2284         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2285
2286         * gst/rtp/gstrtph263pay.c:
2287           Fix up header structure so that compilers don't add padding
2288           between the structure fields, since that would lead to us
2289           sending RTP packets with broken headers (as is currently the
2290           case when compiling with MSVC). Also see similar fixes in
2291           libgstrtp in gst-plugins-base. (#474616; #471194)
2292
2293 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2294
2295         * sys/v4l2/v4l2src_calls.c:
2296         (gst_v4l2src_probe_caps_for_format_and_size):
2297         Don't overwrite our GValue with 0 but instead use the previously
2298         computed value. Fixes #471823 some more.
2299
2300 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2301
2302         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2303           No tabs in this file please, or gtk-doc will end up documenting
2304           rather absurd class hierarchies.
2305
2306 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2307
2308         * ext/gconf/gstswitchsink.c:
2309           If the new kid element fails to change state for some reason
2310           (e.g. esdsink not being able to connect to the sound server),
2311           forward the error message it posted on the bus instead of just
2312           posting a generic 'Internal state change error: please file a
2313           bug' error message. Fixes #471364.
2314
2315 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         * gst/qtdemux/Makefile.am:
2318         * gst/qtdemux/qtdemux.c:
2319           Don't assume tags are encoded as UTF-8 (#473670).
2320
2321 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2322
2323         * sys/v4l2/gstv4l2src.c:
2324         * sys/v4l2/gstv4l2src.h:
2325         * sys/v4l2/v4l2src_calls.c:
2326           Implement LATENCY queries in the crudest way possible so I don't
2327           have to use sync=false any longer when testing with videosinks.
2328
2329 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2330
2331         * configure.ac:
2332           Fix build.
2333
2334 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2335
2336         * sys/v4l2/v4l2src_calls.c:
2337         (gst_v4l2src_probe_caps_for_format_and_size):
2338         Add some more debugging in the framerate function.
2339         Iterate stepwise framerate up to and _including_ the max and if nothing
2340         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2341         don't end up with an empty list. Fixes #471823
2342
2343 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2344
2345         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2346         (gst_multiudpsink_set_clients_string),
2347         (gst_multiudpsink_get_clients_string),
2348         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2349         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2350         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2351         (gst_multiudpsink_clear):
2352         Add property do configure destination address/port pairs
2353         API:GstMultiUDPSink::clients
2354
2355 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2356
2357         * tests/examples/Makefile.am:
2358         * tests/examples/rtp/Makefile.am:
2359         * tests/examples/rtp/client-H263p-AMR.sh:
2360         * tests/examples/rtp/client-H263p-PCMA.sdp:
2361         * tests/examples/rtp/client-H263p-PCMA.sh:
2362         * tests/examples/rtp/client-H264-PCMA.sdp:
2363         * tests/examples/rtp/client-H264-PCMA.sh:
2364         * tests/examples/rtp/client-PCMA.sh:
2365         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2366         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2367         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2368         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2369         Added some RTP example scripts for sending and receiving RTP streams.
2370
2371 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2372
2373         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2374         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2375         Restructure the setcaps function so that we can also compute the
2376         expected GStreamer output size of the video frames.
2377         Set frame_byte_size correctly so that read-based devices have a chance
2378         of working correctly.
2379         When grabbing a frame, discard frames that are not of the expected size.
2380         Some cameras don't output the right framesize for the first buffer.
2381         Try only a couple of times to get a valid frame, else error out.
2382
2383         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2384         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2385         Add some more debug info when scanning the device.
2386
2387         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2388         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2389         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2390         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2391         Add some more debug info when dequeing a frame.
2392
2393 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2394
2395         * gst/wavparse/gstwavparse.c:
2396           More code cleanups. Add some more comment and improve debugs logs.
2397
2398 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2399
2400         * gst/wavparse/gstwavparse.c:
2401         * gst/wavparse/gstwavparse.h:
2402           Implement seek-query. Refactor duration calculations. Appropriate use
2403           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2404           out of loops.
2405
2406 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2407
2408         * gst/avi/gstavidemux.c:
2409           Implement seek-query.
2410
2411 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2412
2413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2414         (gst_rtspsrc_dup_printf):
2415         Use new basesink async property to make sparse RTCP packet not wait for
2416         preroll.
2417
2418 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2419
2420         * gst/audiofx/Makefile.am:
2421         Dist the right file.
2422
2423 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2424
2425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2426         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2427         Make sure we generate and parse floating point values in the POSIX
2428         locale instead of the current locale. 
2429
2430 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2431
2432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2433         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2434         (gst_rtspsrc_play):
2435         * gst/rtsp/gstrtspsrc.h:
2436         Fix method detection again.
2437         Keep track of when we must send a Range header.
2438         Use segment values for Range, Speed and Scale headers.
2439         Parse Speed and Scale headers to update the segment values.
2440
2441 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2442
2443         patch by: Mark Nauwelaerts <manauw@skynet.be>
2444
2445         * sys/v4l2/v4l2src_calls.c:
2446           Handle optional v4l2 ioctls gracefully.
2447
2448 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2449
2450         * gst/rtp/Makefile.am:
2451         * gst/rtp/gstrtp.c: (plugin_init):
2452         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2453         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2454         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2455         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2456         (gst_rtp_h263_depay_get_property),
2457         (gst_rtp_h263_depay_change_state),
2458         (gst_rtp_h263_depay_plugin_init):
2459         * gst/rtp/gstrtph263depay.h:
2460         Added an H263 depayloader. Fixes #369392.
2461
2462         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2463         (gst_rtp_h263p_depay_process):
2464         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2465         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2466         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2467         payloads.
2468         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2469
2470 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2471
2472         * gst/audiofx/audiochebyshevfreqband.c:
2473         * gst/audiofx/audiochebyshevfreqlimit.c:
2474         Add small comparision with the windowed sinc filters in the docs.
2475
2476 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2477
2478         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2479         (audiochebyshevfreqband_suite):
2480         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2481         (audiochebyshevfreqlimit_suite):
2482         Also test 32 bit float mode and the type 2 variants of the filters.
2483
2484 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2485
2486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2487         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2488         (gst_rtspsrc_loop):
2489         Refactor the udp and interleaved loop function a bit.
2490
2491 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2492
2493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2494         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2495         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2496         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2497         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2498         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2499         * gst/rtsp/gstrtspsrc.h:
2500         Protect connection activity with a new lock, avoids deadlocks when going
2501         to PAUSED. Fixes #455808.
2502
2503 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2504
2505         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2506         Fix debug statement.
2507
2508 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2509
2510         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2511         Fix stray %u in debug line as spotted by Saur on IRC.
2512
2513 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2514
2515         * gst/audiofx/audiochebyshevfreqband.c:
2516         (gst_audio_chebyshev_freq_band_class_init):
2517         * gst/audiofx/audiochebyshevfreqlimit.c:
2518         (gst_audio_chebyshev_freq_limit_class_init):
2519         Use generator macros for the process functions for the different
2520         sample types, add lower upper boundaries for the GObject properties
2521         so automatically generated UIs can use sliders and add a note about
2522         the number of poles as a too high number of poles combined with
2523         very low or very high frequencies will produce only noise.
2524         * docs/plugins/gst-plugins-good-plugins.args:
2525         Regenerated for the property changes.
2526
2527 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2528
2529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2530         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2531         (gst_rtspsrc_stream_configure_udp_sink),
2532         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2533         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2534         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2535         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2536         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2537         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2538         * gst/rtsp/gstrtspsrc.h:
2539         Improve timeout handling.
2540         Use the same socket for sending and receiving RTCP packets so that some
2541         servers can track clients better.
2542         Improve connection closed handling. Try to reconnect.
2543         Don't overwrite our content base with NULL.
2544         Improve debugging.
2545         Improve range parsing and handling.
2546         Remove flushing hack now that core does the right thing.
2547
2548 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2549
2550         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2551         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2552         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2553         (gst_multiudpsink_close), (gst_multiudpsink_add):
2554         * gst/udp/gstmultiudpsink.h:
2555         Add support for getting and setting the socket to use.
2556
2557         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2558         (gst_udpsrc_create), (gst_udpsrc_get_property):
2559         Add support for getting the currently used socket.
2560
2561 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2562
2563         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2564
2565         * gst/audiofx/Makefile.am:
2566         * gst/audiofx/audiochebyshevfreqband.c:
2567         (gst_audio_chebyshev_freq_band_mode_get_type),
2568         (gst_audio_chebyshev_freq_band_base_init),
2569         (gst_audio_chebyshev_freq_band_dispose),
2570         (gst_audio_chebyshev_freq_band_class_init),
2571         (gst_audio_chebyshev_freq_band_init),
2572         (generate_biquad_coefficients), (calculate_gain),
2573         (generate_coefficients),
2574         (gst_audio_chebyshev_freq_band_set_property),
2575         (gst_audio_chebyshev_freq_band_get_property),
2576         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2577         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2578         (gst_audio_chebyshev_freq_band_start):
2579         * gst/audiofx/audiochebyshevfreqband.h:
2580         * gst/audiofx/audiochebyshevfreqlimit.c:
2581         (gst_audio_chebyshev_freq_limit_mode_get_type),
2582         (gst_audio_chebyshev_freq_limit_base_init),
2583         (gst_audio_chebyshev_freq_limit_dispose),
2584         (gst_audio_chebyshev_freq_limit_class_init),
2585         (gst_audio_chebyshev_freq_limit_init),
2586         (generate_biquad_coefficients), (calculate_gain),
2587         (generate_coefficients),
2588         (gst_audio_chebyshev_freq_limit_set_property),
2589         (gst_audio_chebyshev_freq_limit_get_property),
2590         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2591         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2592         (gst_audio_chebyshev_freq_limit_start):
2593         * gst/audiofx/audiochebyshevfreqlimit.h:
2594         * gst/audiofx/audiofx.c: (plugin_init):
2595         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2596         Fixes #464800.
2597
2598         * tests/check/Makefile.am:
2599         * tests/check/elements/.cvsignore:
2600         * tests/check/elements/audiochebyshevfreqband.c:
2601         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2602         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2603         * tests/check/elements/audiochebyshevfreqlimit.c:
2604         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2605         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2606         Add unit tests for the chebyshev filters.
2607
2608         * docs/plugins/Makefile.am:
2609         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2611         * docs/plugins/gst-plugins-good-plugins.args:
2612         * docs/plugins/inspect/plugin-1394.xml:
2613         * docs/plugins/inspect/plugin-audiofx.xml:
2614         * docs/plugins/inspect/plugin-dv.xml:
2615         * docs/plugins/inspect/plugin-flac.xml:
2616         * docs/plugins/inspect/plugin-jpeg.xml:
2617         * docs/plugins/inspect/plugin-png.xml:
2618         * docs/plugins/inspect/plugin-rtp.xml:
2619         * docs/plugins/inspect/plugin-shout2send.xml:
2620         * docs/plugins/inspect/plugin-wavpack.xml:
2621         And add docs for the chebyshev filters. While doing
2622         that also run make update in docs/plugins.
2623
2624 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2625
2626         * ext/annodex/gstcmmltag.c:
2627         * gst/rtp/gstrtpvorbispay.c:
2628           Make ro memory to share.
2629
2630 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2631
2632         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2633         Improve UDP performance by avoiding a select() when we have data
2634         available immediatly.
2635
2636 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2637
2638         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2639         (gst_rtp_dec_class_init):
2640         * gst/rtsp/gstrtpdec.h:
2641         Add (dummy) SSRC management signals.
2642
2643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2644         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2645         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2646         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2647         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2648         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2649         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2650         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2651         * gst/rtsp/gstrtspsrc.h:
2652         Add connection-speed property.
2653         Add find_stream helper functions.
2654         Handle stream EOS based on BYE messages or SSRC timeout.
2655         Returns SUCCESS from the state change function as we hide our async
2656         elements from the parent.
2657
2658 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2659
2660         * gst/debug/rndbuffersize.c:
2661           Fix da leak.
2662
2663 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2664
2665         * gst/debug/Makefile.am:
2666         * gst/debug/breakmydata.c:
2667         * gst/debug/gstdebug.c:
2668         * gst/debug/negotiation.c:
2669         * gst/debug/progressreport.c:
2670         * gst/debug/rndbuffersize.c:
2671         * gst/debug/testplugin.c:
2672           Add new test element and clean-up the others a little.
2673
2674 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2675
2676         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2677         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2678
2679 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2680
2681         * gst/rtp/gstrtpilbcdepay.c:
2682           Include stdlib.
2683
2684 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2685
2686         * gst/rtp/gstrtpmpvdepay.c:
2687         Set the mpegversion in the caps so that autoplugging does not get
2688         confused.
2689
2690 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2691
2692         * po/hu.po:
2693         * po/uk.po:
2694         * po/vi.po:
2695           Updated translations.
2696
2697 2007-08-08  Michael Smith <msmith@fluendo.com>
2698
2699         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2700           Render right border in the correct location.
2701
2702 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2703
2704         Patch by: Olivier Crete <tester at tester dot ca>
2705
2706         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2707         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2708         Make mode property a string. Fixes #464475.
2709
2710 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2711
2712         * ext/flac/gstflacenc.c:
2713           Widen caps to match decoder a bit and add more FIXMEs.
2714
2715 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2716
2717         patch by: Mark Nauwelaerts <manauw@skynet.be>
2718
2719         * gst/avi/gstavimux.c:
2720           Fix ODML index tag numbering. Fixes #463624.
2721
2722 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2723
2724         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2725         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2726         (gst_rtspsrc_stream_configure_tcp),
2727         (gst_rtspsrc_stream_configure_udp_sink):
2728         Fix default clock-rate for realmedia.
2729         Fix parsing of transport.
2730         Don't try to link NULL pads.
2731
2732 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2733
2734         * po/POTFILES.skip:
2735           Add POTFILES.skip with list of source files that aren't disted at the
2736           moment but contain translatable strings. Should hopefully pacify
2737           broken tools and make it clearer that these files are left out
2738           intentionally (#461600).
2739
2740 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2741
2742         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2743         If the buffer was entirely clipped ... don't try sending it :)
2744
2745 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2746
2747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2748         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2749         (gst_rtspsrc_create_transports_string),
2750         (gst_rtspsrc_prepare_transports):
2751         If we don't hav a session manager, set the caps on outgoing buffers
2752         ourselves.
2753         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2754         Append final bit of the transport string even when it does not contain a
2755         placeholder.
2756
2757 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2758
2759         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2760         (gst_rtsp_ext_list_connect):
2761         * gst/rtsp/gstrtspext.h:
2762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2763         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2764         Clean up the interface list.
2765         Allow connecting to interface signals for the extensions.
2766         Remove old extension code.
2767         Free list on cleanup.
2768         Allow extensions to send additional RTSP messages.
2769
2770 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2771
2772         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2773         Handle a NULL gconf key gracefully by rendering the default element.
2774
2775 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2776
2777         * gst/rtsp/gstrtspext.h:
2778         Fix include path for extension interface.
2779
2780 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2781
2782         * gst/audiofx/audioamplify.h:
2783         Also remove a now unecessary variable here.
2784
2785 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2786
2787         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2788         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2789         * gst/audiofx/audiodynamic.c:
2790         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2791         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2792         * gst/audiofx/audiodynamic.h:
2793         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2794         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2795         * gst/audiofx/audioinvert.h:
2796         Don't save format information ourselves, this is already saved in
2797         GstAudioFilter.
2798
2799 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2800
2801         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2802         (gst_rtsp_ext_list_stream_select):
2803         * gst/rtsp/gstrtspext.h:
2804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2805         Use rank to filter out extensions.
2806         Add url to stream_select interface call.
2807
2808 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2809
2810         * gst/rtsp/Makefile.am:
2811         * gst/rtsp/base64.c:
2812         * gst/rtsp/base64.h:
2813         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2814         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2815         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2816         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2817         (gst_rtsp_ext_list_setup_media),
2818         (gst_rtsp_ext_list_configure_stream),
2819         (gst_rtsp_ext_list_get_transports),
2820         (gst_rtsp_ext_list_stream_select):
2821         * gst/rtsp/gstrtspext.h:
2822         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2823         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2824         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2825         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2826         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2827         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2828         (gst_rtspsrc_stream_configure_tcp),
2829         (gst_rtspsrc_stream_configure_mcast),
2830         (gst_rtspsrc_stream_configure_udp),
2831         (gst_rtspsrc_stream_configure_udp_sink),
2832         (gst_rtspsrc_stream_configure_transport),
2833         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2834         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2835         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2836         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2837         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2838         (gst_rtspsrc_parse_methods),
2839         (gst_rtspsrc_create_transports_string),
2840         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2841         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2842         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2843         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2844         * gst/rtsp/gstrtspsrc.h:
2845         * gst/rtsp/rtsp.h:
2846         * gst/rtsp/rtspconnection.c:
2847         * gst/rtsp/rtspconnection.h:
2848         * gst/rtsp/rtspdefs.c:
2849         * gst/rtsp/rtspdefs.h:
2850         * gst/rtsp/rtspext.h:
2851         * gst/rtsp/rtspextwms.c:
2852         * gst/rtsp/rtspextwms.h:
2853         * gst/rtsp/rtspmessage.c:
2854         * gst/rtsp/rtspmessage.h:
2855         * gst/rtsp/rtsprange.c:
2856         * gst/rtsp/rtsprange.h:
2857         * gst/rtsp/rtsptransport.c:
2858         * gst/rtsp/rtsptransport.h:
2859         * gst/rtsp/rtspurl.c:
2860         * gst/rtsp/rtspurl.h:
2861         * gst/rtsp/sdp.h:
2862         * gst/rtsp/sdpmessage.c:
2863         * gst/rtsp/sdpmessage.h:
2864         * gst/rtsp/test.c:
2865         Use shiny new RTSP and SDP library.
2866         Implement RTSP extensions using the new interface.
2867         Remove a lot of old code.
2868
2869 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2870
2871         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2872         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2873
2874 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2875
2876         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2877         Don't unref the outgoing buffer twice when dropping it because it's
2878         outside of the segment.
2879
2880 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2881
2882         * configure.ac:
2883         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2884         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2885         Use the new buffer clipping function from gstaudio here and
2886         require gst-plugins-base CVS.
2887         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2888         For framed Wavpack buffers we require a valid timestamp.
2889
2890 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2891
2892         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2893         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2894         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2895         Clip raw audio and video when we can, keep track of current output
2896         segment.
2897         Don't leak buffers and events when there is no output pad.
2898         Improve debugging here and there.
2899
2900 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2901
2902         * configure.ac:
2903           Sync liboil check with plugins-base.
2904
2905 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2906
2907         * ext/annodex/Makefile.am:
2908           Fix CFLAGS/LIBS.
2909
2910         * ext/cdio/gstcdiocddasrc.c:
2911         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2912           Include stdlib
2913
2914         * ext/cairo/Makefile.am:
2915         * gst/videofilter/Makefile.am:
2916         * tests/examples/level/Makefile.am:
2917           Use $(LIBM) instead of -lm
2918
2919 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2920
2921         * sys/v4l2/gstv4l2src.c:
2922           Add another example pipeline.
2923
2924 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2925
2926         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2927
2928         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2929           Use define here.
2930
2931         * sys/v4l2/gstv4l2tuner.c:
2932         (gst_v4l2_tuner_set_frequency_and_notify):
2933           Don't touch the property - its still disabled.
2934
2935         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2936         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2937         * sys/v4l2/v4l2src_calls.h:
2938           Improve fallback format negotionation. Fixes #451388
2939
2940 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2941
2942         * tests/check/elements/videocrop.c: (GST_START_TEST):
2943           Fix the test.
2944
2945 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2946
2947         * docs/plugins/Makefile.am:
2948         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2950         * docs/plugins/inspect/plugin-jpeg.xml:
2951         * docs/plugins/inspect/plugin-png.xml:
2952         * ext/jpeg/gstjpegdec.c:
2953         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2954         (gst_pngdec_sink_setcaps):
2955           More docs. More logs in pngdec.
2956
2957 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2958
2959         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2960           Initialize num_buffers with minimum value.
2961
2962         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2963         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2964           Handle frame-size query failure gracefully.
2965
2966 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2967
2968         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2969         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2970         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2971         of qt/aac files.
2972
2973 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2974
2975         * ext/wavpack/gstwavpackdec.c:
2976         (gst_wavpack_dec_clip_outgoing_buffer):
2977         Fix buffer clipping to correctly clip to the segment stop.
2978
2979 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2980
2981         * configure.ac:
2982         * tests/Makefile.am:
2983         Remove bogus check for libcheck, since we check for
2984         gstreamer-check and it pulls in the required info from there,
2985         and we weren't actually _using_ the information for libcheck
2986         ourselves anyway.
2987
2988 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * configure.ac:
2991           Use pkg-config to locate check.
2992
2993 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2994
2995         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2996         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2997         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2998         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2999         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3000         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3001         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3002         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3003         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3004         * gst/effectv/gstrev.c: (gst_revtv_transform):
3005         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3006         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3007         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3008         * gst/matroska/matroska-demux.c:
3009         (gst_matroska_demux_add_wvpk_header),
3010         (gst_matroska_demux_check_subtitle_buffer),
3011         (gst_matroska_decode_buffer):
3012         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3013           Fix build against core CVS.
3014
3015 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3016
3017         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3018         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3019         don't have enough granularity to convert that boolean into a
3020         GstFlowReturn.
3021
3022 2007-07-06  Michael Smith <msmith@fluendo.com>
3023
3024         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3025         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3026         (gst_alawdec_change_state):
3027         * gst/law/alaw-decode.h:
3028         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3029         (gst_mulawdec_class_init), (gst_mulawdec_init),
3030         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3031         * gst/law/mulaw-decode.h:
3032           Fix capsnego bogosity in *law decoders. 
3033
3034 2007-07-06  Michael Smith <msmith@fluendo.com>
3035
3036         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3037         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3038         (gst_smokeenc_change_state):
3039         * ext/jpeg/gstsmokeenc.h:
3040           Remove stupidity in get/set caps functions.
3041           Fix some refcounting problems.
3042
3043 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3044
3045         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3046         Remove endianness-flipping hack that seems to have been required
3047         only because of a bug in ffmpegcolorspace.
3048         Partially Fixes: #451908
3049
3050 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3051
3052         * docs/plugins/Makefile.am:
3053           Simplify --extra-dir as gtkdoc scans recursively.
3054
3055 2007-07-03  Wim Taymans  <wim@fluendo.com>
3056
3057         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3058
3059         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3060         Set the encoding-name in the rtp caps to all uppercase, as required by
3061         the caps spec.
3062         Some small cleanups in the error paths. Fixes #453037.
3063
3064 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3065
3066         * ext/wavpack/gstwavpackparse.c:
3067         (gst_wavpack_parse_index_get_last_entry),
3068         (gst_wavpack_parse_index_get_entry_from_sample),
3069         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3070         (gst_wavpack_parse_scan_to_find_sample):
3071         * ext/wavpack/gstwavpackparse.h:
3072         Use a GSList for the GArray that is used like a list anyway.
3073
3074 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3075
3076         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3077         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3078         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3079           Add state change function where we set 0/1 as default framerate in
3080           case our setcaps function isn't called, like it might not in a
3081           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3082           gdkpixbufdec trying to create caps with a 0/0 framerate.
3083           Also post an error message on the bus if gst_pad_push() fails when
3084           called from our sink event handler (+1 for flow returns for event
3085           functions in 0.11) instead of failing silently.
3086
3087 2007-06-27  Wim Taymans  <wim@fluendo.com>
3088
3089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3090         Cast stack args to the proper types. Fixes #451249.
3091
3092 2007-06-27  Wim Taymans  <wim@fluendo.com>
3093
3094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3095         (new_session_pad), (gst_rtspsrc_setup_streams):
3096         * gst/rtsp/gstrtspsrc.h:
3097         For container formats we only need to activate one of the streams so
3098         that we correctly signal no-more-pads. Fixes #451015.
3099
3100 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3101
3102         * docs/plugins/gst-plugins-good-plugins.args:
3103         * docs/plugins/inspect/plugin-aasink.xml:
3104         * docs/plugins/inspect/plugin-alaw.xml:
3105         * docs/plugins/inspect/plugin-alpha.xml:
3106         * docs/plugins/inspect/plugin-alphacolor.xml:
3107         * docs/plugins/inspect/plugin-annodex.xml:
3108         * docs/plugins/inspect/plugin-apetag.xml:
3109         * docs/plugins/inspect/plugin-audiofx.xml:
3110         * docs/plugins/inspect/plugin-auparse.xml:
3111         * docs/plugins/inspect/plugin-autodetect.xml:
3112         * docs/plugins/inspect/plugin-avi.xml:
3113         * docs/plugins/inspect/plugin-cacasink.xml:
3114         * docs/plugins/inspect/plugin-cairo.xml:
3115         * docs/plugins/inspect/plugin-cdio.xml:
3116         * docs/plugins/inspect/plugin-cutter.xml:
3117         * docs/plugins/inspect/plugin-debug.xml:
3118         * docs/plugins/inspect/plugin-efence.xml:
3119         * docs/plugins/inspect/plugin-effectv.xml:
3120         * docs/plugins/inspect/plugin-esdsink.xml:
3121         * docs/plugins/inspect/plugin-flac.xml:
3122         * docs/plugins/inspect/plugin-flxdec.xml:
3123         * docs/plugins/inspect/plugin-gconfelements.xml:
3124         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3125         * docs/plugins/inspect/plugin-goom.xml:
3126         * docs/plugins/inspect/plugin-halelements.xml:
3127         * docs/plugins/inspect/plugin-icydemux.xml:
3128         * docs/plugins/inspect/plugin-id3demux.xml:
3129         * docs/plugins/inspect/plugin-jpeg.xml:
3130         * docs/plugins/inspect/plugin-ladspa.xml:
3131         * docs/plugins/inspect/plugin-level.xml:
3132         * docs/plugins/inspect/plugin-matroska.xml:
3133         * docs/plugins/inspect/plugin-mulaw.xml:
3134         * docs/plugins/inspect/plugin-multipart.xml:
3135         * docs/plugins/inspect/plugin-navigationtest.xml:
3136         * docs/plugins/inspect/plugin-ossaudio.xml:
3137         * docs/plugins/inspect/plugin-png.xml:
3138         * docs/plugins/inspect/plugin-quicktime.xml:
3139         * docs/plugins/inspect/plugin-rtp.xml:
3140         * docs/plugins/inspect/plugin-rtsp.xml:
3141         * docs/plugins/inspect/plugin-smpte.xml:
3142         * docs/plugins/inspect/plugin-speex.xml:
3143         * docs/plugins/inspect/plugin-taglib.xml:
3144         * docs/plugins/inspect/plugin-udp.xml:
3145         * docs/plugins/inspect/plugin-videobalance.xml:
3146         * docs/plugins/inspect/plugin-videobox.xml:
3147         * docs/plugins/inspect/plugin-videocrop.xml:
3148         * docs/plugins/inspect/plugin-videoflip.xml:
3149         * docs/plugins/inspect/plugin-videomixer.xml:
3150         * docs/plugins/inspect/plugin-wavenc.xml:
3151         * docs/plugins/inspect/plugin-wavparse.xml:
3152         * docs/plugins/inspect/plugin-ximagesrc.xml:
3153           Update docs with caps info.
3154
3155 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         * po/POTFILES.in:
3158           Add more files with translatable strings (#450878).
3159
3160 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3161
3162         * MAINTAINERS:
3163         Updating all the maintainers files
3164
3165 2007-06-22  Edward Hervey  <edward@fluendo.com>
3166
3167         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3168         * gst/interleave/deinterleave.c: (deinterleave_init),
3169         (deinterleave_sink_link):
3170         * gst/interleave/interleave.c: (interleave_init):
3171         * gst/median/gstmedian.c: (gst_median_init):
3172         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3173         Fix memory leaks.
3174         * tests/check/elements/id3demux.c: (pad_added_cb):
3175         Remove unused variable.
3176
3177 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3178
3179         * ext/gconf/gconf.h:
3180         Make the prototype of gst_gconf_get_key_for_sink_profile
3181         match the implementation.
3182         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3183         Fixes: #449747
3184
3185 2007-06-20  Michael Smith <msmith@fluendo.com>
3186
3187         * gst/rtp/gstrtpdepay.c:
3188           Fix description - rtpdepay is not a payloader.
3189
3190 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3191
3192         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3193         (qtdemux_video_caps):
3194         * gst/qtdemux/qtdemux_fourcc.h:
3195           Add MJPG to the variants of motion jpeg.
3196
3197 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3198
3199         * tests/check/Makefile.am:
3200         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3201         * tests/check/elements/videocrop.c: (GST_START_TEST):
3202         * tests/check/elements/videofilter.c:
3203         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3204         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3205           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3206           error flags are included and it errors out on compiler warnings
3207           for CVS builds; remove unused variables in various unit tests.
3208
3209 2007-06-19  Wim Taymans  <wim@fluendo.com>
3210
3211         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3212         (rtsp_connection_close), (rtsp_connection_free):
3213         Use threadsafe inet_ntop to convert an ip number to a string. 
3214         Fixes #447961.
3215         Don't leak fd (and ip) when freeing a connection without first closing
3216         it.
3217
3218 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3219
3220         * configure.ac:
3221         Back to CVS
3222
3223         * gst-plugins-good.doap:
3224         Add 0.10.6 to the doap file.
3225
3226 === release 0.10.6 ===
3227
3228 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3229
3230         * configure.ac:
3231           releasing 0.10.6, "Wobble Board"
3232
3233 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3234
3235         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3236         (rtsp_connection_free):
3237           Revert previous commit again, since we are frozen (sorry).
3238
3239 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3240
3241         Patch by: Peter Kjellerstedt <pkj at axis com>
3242
3243         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3244         (rtsp_connection_free):
3245           inet_ntoa() uses a static buffer internally, so we need to copy the
3246           returned string if we want to store it for later (#447961).
3247
3248 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3249
3250         * win32/vs6/autogen.dsp:
3251         * win32/vs6/gst_plugins_good.dsw:
3252         * win32/vs6/libgstalaw.dsp:
3253         * win32/vs6/libgstalpha.dsp:
3254         * win32/vs6/libgstalphacolor.dsp:
3255         * win32/vs6/libgstapetag.dsp:
3256         * win32/vs6/libgstaudiofx.dsp:
3257         * win32/vs6/libgstauparse.dsp:
3258         * win32/vs6/libgstautodetect.dsp:
3259         * win32/vs6/libgstavi.dsp:
3260         * win32/vs6/libgstcutter.dsp:
3261         * win32/vs6/libgstdirectdraw.dsp:
3262         * win32/vs6/libgstdirectsound.dsp:
3263         * win32/vs6/libgsteffectv.dsp:
3264         * win32/vs6/libgstflx.dsp:
3265         * win32/vs6/libgstgoom.dsp:
3266         * win32/vs6/libgsticydemux.dsp:
3267         * win32/vs6/libgstid3demux.dsp:
3268         * win32/vs6/libgstinterleave.dsp:
3269         * win32/vs6/libgstjpeg.dsp:
3270         * win32/vs6/libgstlevel.dsp:
3271         * win32/vs6/libgstmatroska.dsp:
3272         * win32/vs6/libgstmedian.dsp:
3273         * win32/vs6/libgstmonoscope.dsp:
3274         * win32/vs6/libgstmulaw.dsp:
3275         * win32/vs6/libgstmultipart.dsp:
3276         * win32/vs6/libgstqtdemux.dsp:
3277         * win32/vs6/libgstrtp.dsp:
3278         * win32/vs6/libgstrtsp.dsp:
3279         * win32/vs6/libgstsmpte.dsp:
3280         * win32/vs6/libgstspeex.dsp:
3281         * win32/vs6/libgstudp.dsp:
3282         * win32/vs6/libgstvideobalance.dsp:
3283         * win32/vs6/libgstvideobox.dsp:
3284         * win32/vs6/libgstvideocrop.dsp:
3285         * win32/vs6/libgstvideoflip.dsp:
3286         * win32/vs6/libgstvideomixer.dsp:
3287         * win32/vs6/libgstwaveform.dsp:
3288         * win32/vs6/libgstwavenc.dsp:
3289         * win32/vs6/libgstwavparse.dsp:
3290         Mark *.dsp & *.dsw as binary files and convert to DOS line
3291         endings, as they don't load into VS6 correctly otherwise.
3292
3293 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3294
3295         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3296         (rtsp_connection_connect):
3297         Fix the MingW build. 
3298         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3299         Fixes: #446981
3300
3301 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3302
3303         * tests/check/elements/.cvsignore:
3304         * tests/icles/.cvsignore:
3305         Hush the buildbots up
3306
3307 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3308
3309         * configure.ac:
3310         * sys/Makefile.am:
3311         * sys/directdraw/Makefile.am:
3312         * sys/directsound/Makefile.am:
3313         * sys/waveform/Makefile.am:
3314         Make sure to dist everything needed for win32 builds.
3315
3316 2007-06-14  Edward Hervey  <edward@fluendo.com>
3317
3318         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3319         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3320         caps.
3321         Fixes #447458
3322
3323 2007-06-13  Wim Taymans  <wim@fluendo.com>
3324
3325         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3326         Make sure we allocate enough memory for the codec_data.
3327         Fixes #447210.
3328
3329 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3330
3331         * win32/MANIFEST:
3332         Add videocrop project file to the win32 manifest.
3333         * win32/vs6/gst_plugins_good.dsw:
3334         Add qtdemux,videocrop and waveform projects to the workspace.
3335         * win32/vs6/libgstqtdemux.dsp:
3336         Add zlib to the link list of qtdemux.
3337         * win32/vs6/libgstvideocrop.dsp:
3338         Add a project file for videocrop.
3339
3340 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3341
3342         * po/POTFILES.in:
3343         Add qtdemux for translation
3344
3345 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3346
3347         * configure.ac:
3348         * docs/plugins/Makefile.am:
3349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3351         * docs/plugins/inspect/plugin-videocrop.xml:
3352         * gst-plugins-good.spec.in:
3353         * sys/Makefile.am:
3354         * tests/check/Makefile.am:
3355         * tests/icles/Makefile.am:
3356         * tests/icles/videocrop-test.c:
3357         Move videocrop and osxvideo from -bad.
3358
3359 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3360
3361         * configure.ac:
3362         * docs/plugins/Makefile.am:
3363         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3364         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3365         * docs/plugins/gst-plugins-good-plugins.args:
3366         * docs/plugins/inspect/plugin-qtdemux.xml:
3367         * docs/plugins/inspect/plugin-quicktime.xml:
3368         * win32/MANIFEST:
3369         Move qtdemux from -bad.
3370
3371         * gst-plugins-good.spec.in:
3372         Update spec file to reflect moving of qtdemux and wavpack
3373
3374 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3375         
3376         * win32/MANIFEST:
3377         * docs/plugins/Makefile.am:
3378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3380         * docs/plugins/inspect/plugin-directdraw.xml:
3381         * docs/plugins/inspect/plugin-directsound.xml:
3382         * docs/plugins/inspect/plugin-waveform.xml:
3383         Move the waveform plugin from -bad too. Update the inspect xml
3384         files to mention Plugins Good instead of Plugins Bad.
3385
3386 2007-06-12  Andy Wingo  <wingo@pobox.com>
3387
3388         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3389         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3390         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3391         finalization and resuscitation. No longer public.
3392         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3393         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3394         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3395         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3396         miniobject semantics, and be threadsafe.
3397         (gst_v4l2src_queue_frame): Remove this function, as we just call
3398         the ioctls directly in the two places where we queue buffers.
3399         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3400         directly.
3401         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3402         to allocate the pool, which also preallocates the GstBuffers.
3403         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3404         queueing the frames directly.
3405         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3406         mmap buffers have been dequeued.
3407
3408         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3409         real MiniObject instead of rolling our own refcounting and
3410         finalizing. Give it a lock.
3411         (struct _GstV4l2Buffer): Remove one intermediary object, having
3412         the buffers hold the struct v4l2_buffer directly.
3413
3414         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3415         capture_init so that it can set them on the buffers that it will
3416         create.
3417         (gst_v4l2src_get_read): For better or for worse, include the
3418         timestamping and offsetting code here; really we should be using
3419         bufferalloc though.
3420         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3421         preallocated, mmap'd buffers.
3422
3423 2007-06-11  Wim Taymans  <wim@fluendo.com>
3424
3425         Patch by: daniel fischer <dan at f3c dot com>
3426
3427         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3428         (gst_ximage_src_get_caps):
3429         Actually use the display_name property so that we can dump any
3430         available X display. Fixes #445905.
3431
3432 2007-06-11  Wim Taymans  <wim@fluendo.com>
3433
3434         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3435
3436         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3437         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3438         Add missing rate fields to caps. Fixes #441118.
3439
3440 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3441
3442         * win32/vs6/gst_plugins_good.dsw:
3443         * win32/vs8/gst-plugins-good.sln:
3444         Add DirectSound and DirectDraw sinks project files to
3445         workspace and solution files.
3446
3447 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3448
3449         Patch by: Josh Coalson <xflac at yahoo dot com>,
3450         updated by Alexis Ballier <aballier at gentoo dot org>:
3451
3452         * configure.ac:
3453         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3454         (gst_flac_dec_setup_seekable_decoder),
3455         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3456         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3457         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3458         * ext/flac/gstflacdec.h:
3459         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3460         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3461         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3462         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3463         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3464         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3465         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3466         * ext/flac/gstflacenc.h:
3467         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3468         
3469 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3470
3471         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3472         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3473         not necessary anymore as we need at least that core version. 
3474
3475 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3476
3477         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3478         (gst_wavpack_dec_chain):
3479         * ext/wavpack/gstwavpackdec.h:
3480         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3481         (gst_wavpack_parse_push_buffer):
3482         * ext/wavpack/gstwavpackparse.h:
3483         Improve discont handling by checking if the next Wavpack block has
3484         the expected, following block index.
3485
3486 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3487
3488         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3489           Fix element description.
3490
3491 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3492
3493         * configure.ac:
3494         * docs/plugins/Makefile.am:
3495         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3497         * docs/plugins/gst-plugins-good-plugins.args:
3498         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3499         * docs/plugins/gst-plugins-good-plugins.signals:
3500         * docs/plugins/inspect/plugin-autodetect.xml:
3501         * docs/plugins/inspect/plugin-gconfelements.xml:
3502         * docs/plugins/inspect/plugin-ladspa.xml:
3503         * docs/plugins/inspect/plugin-rtp.xml:
3504         * docs/plugins/inspect/plugin-wavpack.xml:
3505         * ext/Makefile.am:
3506         * tests/check/Makefile.am:
3507           move wavpack plugin.  See #352605.
3508
3509 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3510
3511         * configure.ac:
3512         * docs/plugins/Makefile.am:
3513         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3514         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3515         * docs/plugins/gst-plugins-good-plugins.args:
3516         * sys/Makefile.am:
3517         * win32/MANIFEST:
3518         Add DirectDraw & DirectSound plugins to the build and docs.
3519
3520 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3523         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3524           When operating in pull mode, error out correct on not-linked.
3525
3526 2007-06-06  Andy Wingo  <wingo@pobox.com>
3527
3528         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3529         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3530         format and size if the ioctls are defined; should fix compilation
3531         on Linux < 2.16.19.
3532
3533 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3534
3535         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3536           Printf fixes in debug statements; use LOG level for debug statements
3537           that are printed for each and every frame; convert c++ comments to
3538           C-style comments; not much point using g_try_malloc() if we then not
3539           even check the return value.
3540
3541 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3542
3543         * configure.ac:
3544           Bump requirements to released versions (core and base 0.10.13).
3545
3546         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3547           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3548           own implementation.
3549
3550 2007-06-05  Andy Wingo  <wingo@pobox.com>
3551
3552         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3553         some useless comments.
3554
3555         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3556         frames before calling STREAMON, that might leave them in a state
3557         where they can't be dequeued if we go back to NULL without calling
3558         STREAMON, according to the docs.
3559         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3560         before we call STREAMON.
3561         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3562         failures. (For me this code hung.) The pool refcounting is still
3563         crack; added a note to that effect.
3564
3565 2007-06-05  Wim Taymans  <wim@fluendo.com>
3566
3567         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3568         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3569         Add support for mapping gst structure names to the MIME type equivalent.
3570         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3571
3572 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3573
3574         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3575         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3576         (gst_wavenc_chain), (gst_wavenc_change_state):
3577         * gst/wavenc/gstwavenc.h:
3578         Properly write wav files with width!=depth by having the depth most
3579         significant bytes set and all others zero. Fixes #442535.
3580
3581 2007-06-01  Wim Taymans  <wim@fluendo.com>
3582
3583         * gst/rtsp/rtspconnection.c:
3584         Add include to make buildbot happy.
3585
3586 2007-06-01  Wim Taymans  <wim@fluendo.com>
3587
3588         Patch by: Peter Kjellerstedt  <pkj at axis com>
3589
3590         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3591         (rtsp_connection_connect), (add_date_header),
3592         (rtsp_connection_send), (parse_response_status),
3593         (parse_request_line), (parse_line), (rtsp_connection_receive):
3594         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3595         * gst/rtsp/rtspdefs.h:
3596         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3597         (rtsp_message_init_request), (rtsp_message_init_response),
3598         (rtsp_message_remove_header), (rtsp_message_append_headers),
3599         (rtsp_message_dump):
3600         * gst/rtsp/rtspmessage.h:
3601         Improves version checking, allowing an RTSP server to reply with "505
3602         RTSP Version not supported.
3603         Adds a Date header to all messages.
3604         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3605         want to be able to send a response even if something in the request was
3606         invalid. EINVAL is only used when passing wrong arguments to functions.
3607         Do not handle an invalid method in parse_request_line(). Defer this to
3608         the caller so it can respond with "405 Method Not Allowed".
3609         Improves parsing of the timeout parameter to the Session header,
3610         allowing whitespace after the semicolon. 
3611         Avoids a compiler warning due to variables shadowing a function argument.
3612
3613 2007-06-01  Wim Taymans  <wim@fluendo.com>
3614
3615         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3616
3617         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3618         (gst_rtp_amr_depay_process):
3619         * gst/rtp/gstrtpamrdepay.h:
3620         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3621         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3622         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3623         * gst/rtp/gstrtpamrpay.h:
3624         Add support for AMR-WB.
3625         Small cleanups such as using BOILERPLATE.
3626
3627 2007-05-31  Wim Taymans  <wim@fluendo.com>
3628
3629         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3630         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3631
3632 2007-05-30  Andy Wingo  <wingo@pobox.com>
3633
3634         * sys/v4l2/gstv4l2object.h: 
3635         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3636         unintended changes.
3637
3638         * sys/v4l2/v4l2src_calls.h: 
3639         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3640         the format list in the order that the driver gives it to us.
3641         (gst_v4l2src_probe_caps_for_format_and_size)
3642         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3643         based on the capabilities of the device.
3644         (gst_v4l2src_grab_frame): Update for object variable renaming.
3645         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3646         as in the set_caps below.
3647         (gst_v4l2src_capture_init): Update for object variable renaming,
3648         and reflow.
3649         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3650         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3651         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3652         (gst_v4l2src_get_fps): Remove; these functions don't have much
3653         meaning outside of an atomic set_caps method.
3654         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3655         known.
3656
3657         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3658         call to update_fps; not sure about this change.
3659         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3660         moment we don't have an update_fps_func.
3661
3662         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3663         structures in the object, just store what we need. Do store the
3664         probed caps of the device. Don't store the current frame rate.
3665
3666         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3667         update_fps_function, for now. Update for new object variable
3668         naming.
3669         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3670         new object variable naming.
3671         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3672         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3673         (gst_v4l2src_get_caps): Rework to probe the device for supported
3674         frame sizes and frame rates.
3675         (gst_v4l2src_set_caps): Rework to be strict in the given
3676         parameters: if someone asks us to have a certain size and rate,
3677         that is what we configure.
3678         (gst_v4l2src_get_read): Update for object variable naming. Don't
3679         leak buffers on short reads.
3680         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3681         comments.
3682         (gst_v4l2src_create): Update for object variable naming.
3683
3684 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3687         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3688         * gst/avi/gstavidemux.h:
3689           Parse subtitle text streams instead of erroring out (#442034). Still
3690           needs a parser for the subtitles to actually show up.
3691
3692 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3695         (gst_avi_demux_loop):
3696           Make _push_event() return TRUE if the event could be pushed on at
3697           least one pad and not only if it could be pushed on all pads,
3698           otherwise we'll end up posting an error message on EOS if one or
3699           more source pads are not connected.
3700
3701 2007-05-28  Wim Taymans  <wim@fluendo.com>
3702
3703         * gst/rtsp/rtsptransport.c:
3704         Use renamed RTP bin.
3705
3706 2007-05-28  Wim Taymans  <wim@fluendo.com>
3707
3708         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3709
3710         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3711         (gst_video_box_set_property), (gst_video_box_transform_caps),
3712         (video_box_recalc_transform), (gst_video_box_set_caps),
3713         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3714         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3715         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3716         (gst_video_box_i420_i420), (gst_video_box_transform),
3717         (plugin_init):
3718         Add AYUV->AYUV and AYUV->I420 formats. 
3719         Fix negotiation and I420->AYUV conversion.
3720         Fixes #429329.
3721
3722 2007-05-26  Wim Taymans  <wim@fluendo.com>
3723
3724         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3725         Use different variables for nested for loops so that the outer loop
3726         functions properly and speex files with multiple frames per buffer work
3727         properly.
3728         Fixes #441408.
3729
3730 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3731
3732         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3733           Don't leak newsegment events.
3734
3735 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * gst/wavparse/Makefile.am:
3738           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3739           drags it in.
3740
3741 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3744         (notgst_value_array_append_buffer),
3745         (gst_flac_enc_process_stream_headers),
3746         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3747         (gst_flac_enc_change_state):
3748         * ext/flac/gstflacenc.h:
3749           Collect headers, add "streamheader" field to output caps and set
3750           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3751           produces output according to the official FLAC-to-Ogg mapping
3752           instead of completely broken files. Fixes #426044.
3753
3754 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3755
3756         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3757         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3758         (gst_id3demux_sink_event):
3759         * gst/id3demux/gstid3demux.h:
3760         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3761         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3762         (gst_tag_demux_send_new_segment):
3763         Handle and adjust new-segment events so that downstream really
3764         sees a stream with the tag pieces stripped off the front and back.
3765         Fixes strangeness in seeking when mp3 decoders use the new-segment
3766         byte position to estimate their current playback position timestamp
3767         and then the arriving buffers don't match up.
3768
3769 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3770
3771         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3772           Don't unnecessarily perform a READY->NULL->READY transition on the
3773           detected audio sink when starting up. Fixes: #440127
3774
3775 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3776
3777         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3778         (gst_flac_enc_chain):
3779           Don't crash in chain function if setcaps hasn't been called.
3780
3781 2007-05-24  Wim Taymans  <wim@fluendo.com>
3782
3783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3784         Init value to avoid infinte loops.
3785
3786 2007-05-24  Wim Taymans  <wim@fluendo.com>
3787
3788         Patch by: Peter Kjellerstedt  <pkj at axis com>
3789
3790         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3791         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3792         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3793         (gst_rtspsrc_play):
3794         (rtsp_connection_send), (rtsp_connection_receive):
3795         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3796         Fix for new API.
3797
3798         * gst/rtsp/rtspconnection.c: (add_auth_header),
3799         Only add authorisation and session headers when sending messages.
3800
3801         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3802         (rtsp_message_init_request), (rtsp_message_init_response),
3803         (rtsp_message_unset), (rtsp_message_add_header),
3804         (rtsp_message_remove_header), (rtsp_message_get_header),
3805         (rtsp_message_append_headers), (dump_key_value),
3806         (rtsp_message_dump):
3807         * gst/rtsp/rtspmessage.h:
3808         Add support for multiple headers of the same type by storing the parsed
3809         headers in a GArray instaed of a hashtable.
3810
3811 2007-05-21  Wim Taymans  <wim@fluendo.com>
3812
3813         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3814         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3815         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3816         safer shutdown.
3817
3818 2007-05-21  Wim Taymans  <wim@fluendo.com>
3819
3820         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3821         * gst/rtsp/gstrtpdec.h:
3822         Added signal for backwards compat.
3823
3824 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3825         
3826         Patch by: René Stadler <mail at renestadler dot de>
3827
3828         * configure.ac:
3829         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3830         (gst_au_parse_parse_header), (gst_au_parse_chain):
3831         * gst/auparse/gstauparse.h:
3832         Use audioconvert for converting from non-native endianness floats
3833         in auparse instead of doing it ourself. Fixes #424527.
3834         This needs the audioconvert from plugins-base CVS.
3835         
3836 2007-05-21  Wim Taymans  <wim@fluendo.com>
3837
3838         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3839         (gst_rtp_h263p_pay_flush):
3840         Fix enum registration.
3841
3842 2007-05-21  Wim Taymans  <wim@fluendo.com>
3843
3844         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3845
3846         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3847         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3848         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3849         (gst_rtp_h263p_pay_flush):
3850         * gst/rtp/gstrtph263ppay.h:
3851         Add new fragmentation mode base on GOB headers. Fixes #438940.
3852
3853 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3854
3855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3856           Printf format fix.
3857
3858 2007-05-18  Wim Taymans  <wim@fluendo.com>
3859
3860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3861         Don't crash when an unsupported transport error was returned by the
3862         server, just try to configure the next stream. Fixes #439255.
3863
3864 2007-05-18  Wim Taymans  <wim@fluendo.com>
3865
3866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3867         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3868         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3869         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3870         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3871         * gst/rtsp/gstrtspsrc.h:
3872         Add TCP timeout property and use it for all TCP connection.
3873
3874         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3875         (rtsp_connection_write), (rtsp_connection_next_timeout),
3876         (rtsp_connection_reset_timeout):
3877         Make connect and writes cancelable and make them use the timeout.
3878
3879 2007-05-18  Wim Taymans  <wim@fluendo.com>
3880
3881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3882         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3883         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3884         (gst_rtspsrc_setup_streams):
3885         Refactor timeout handling.
3886         Also send keep-alive when dealing with TCP transport.
3887
3888         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3889         (rtsp_connection_free), (rtsp_connection_next_timeout),
3890         (rtsp_connection_reset_timeout):
3891         * gst/rtsp/rtspconnection.h:
3892         Use a timer to handle the session timeouts, add some methods to deal
3893         with timeouts.
3894
3895 2007-05-17  Wim Taymans  <wim@fluendo.com>
3896
3897         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3898         (gst_rtspsrc_setup_streams):
3899         Ignore streams that fail the setup command, we will retry with a
3900         different transport later on.
3901
3902         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3903         (rtsp_ext_wms_configure_stream):
3904         Fix encoding name case.
3905
3906 2007-05-16  Edward Hervey  <edward@fluendo.com>
3907
3908         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3909         Fix build on macosx.
3910
3911 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3912
3913         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3914         Replace direct comparison of a string with the string literal "" with
3915         a comparison of the first character with '\0'. Fixes #438926.
3916
3917 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3918
3919         * gst/debug/breakmydata.c (gst_break_my_data_init):
3920           One more try. This should be the proper fix now.
3921
3922 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3923
3924         * gst/debug/breakmydata.c:
3925           Ooops, no // comments please.
3926
3927 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3928
3929         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3930         (gst_break_my_data_init):
3931           Fix gst_buffer_is_writable() assertion.
3932
3933 2007-05-14  David Schleef  <ds@schleef.org>
3934
3935         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3936           video/x-raw-bayer.  Fixes #314160.
3937
3938 2007-05-14  Wim Taymans  <wim@fluendo.com>
3939
3940         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3941         (gst_rtp_theora_depay_parse_configuration):
3942         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3943         (gst_rtp_theora_pay_finish_headers),
3944         (gst_rtp_theora_pay_handle_buffer):
3945         Update theora pay/depayloader in a similar to vorbis.
3946
3947         * gst/rtp/gstrtpvorbisdepay.c:
3948         (gst_rtp_vorbis_depay_parse_configuration):
3949         Update docs.
3950
3951 2007-05-14  Wim Taymans  <wim@fluendo.com>
3952
3953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3954         When we try to execute a method that is not supported by the server,
3955         don't error out but remove the method from the accepted methods so that
3956         we never try to perform this method again.
3957
3958 2007-05-14  Wim Taymans  <wim@fluendo.com>
3959
3960         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3961         Remove annoying _dump_mem.
3962
3963 2007-05-14  Wim Taymans  <wim@fluendo.com>
3964
3965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3966         Parse range correctly.
3967
3968         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3969         The baseurl now always has a '/' at the start.
3970
3971 2007-05-14  Wim Taymans  <wim@fluendo.com>
3972
3973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3974         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3975         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3976         Factor out caps configuration and configure more stuff such as the time
3977         ranges and speed/scale values.
3978
3979         * gst/rtsp/rtsptransport.c:
3980         Add Copyright after non-trival fixes.
3981
3982 2007-05-12  Wim Taymans  <wim@fluendo.com>
3983
3984         Patch by: Peter Kjellerstedt  <pkj at axis com>
3985
3986         * gst/rtsp/gstrtspsrc.h:
3987         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3988         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3989         (rtsp_message_get_header):
3990         * gst/rtsp/rtspmessage.h:
3991         Make channel guint8 where possible.
3992         Make rtsp_message_init_data() take the channel as a guint8.
3993
3994         * gst/rtsp/rtspdefs.c:
3995         Fixed a typo: Timout -> Timeout
3996
3997         * gst/rtsp/rtspdefs.h:
3998         Make RTSP_CHECK() behave as a statement.
3999
4000         * gst/rtsp/sdpmessage.c:
4001         Avoid a compiler warning in INIT_ARRAY().
4002         Fixes #437692.
4003
4004 2007-05-12  Wim Taymans  <wim@fluendo.com>
4005
4006         Patch by: Peter Kjellerstedt  <pkj at axis com>
4007
4008         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4009         (rtsp_url_get_request_uri):
4010         * gst/rtsp/rtspurl.h:
4011         Add support for query parameters to RTSP URLs.
4012
4013 2007-05-12  Wim Taymans  <wim@fluendo.com>
4014
4015         Patch by: Peter Kjellerstedt  <pkj at axis com>
4016
4017         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4018         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4019         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4020         (rtsp_transport_parse), (rtsp_transport_as_text):
4021         * gst/rtsp/rtsptransport.h:
4022         Add validation to rtsp_transport_parse().
4023         Add rtsp_transport_as_text() to generate an RTSP header from an
4024         RTSPTransport.
4025         Change ssrc to guint (was a string) since that is what it is, even
4026         though it is sent as a hex string.
4027         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4028         incorrect, which can be seen when looking at the examples in the RFC).
4029         Fixes #437670.
4030
4031 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4032
4033         Patch by: Eric Anholt
4034
4035         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4036           gst_ximage_src_ximage_get):
4037         Use union of all damage between frames to make it faster.
4038         Fixes bug #342463.
4039         Also fix crasher when cursor is at bottom right of window.
4040
4041 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4044           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4045           streaming mode regression for file from #343837 with 'bext' chunk
4046           before the 'fmt' chunk.
4047
4048 2007-05-11  Wim Taymans  <wim@fluendo.com>
4049
4050         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4051         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4052         (gst_rtspsrc_handle_src_event),
4053         (gst_rtspsrc_stream_configure_manager),
4054         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4055         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4056         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4057         * gst/rtsp/gstrtspsrc.h:
4058         * gst/rtsp/rtspdefs.h:
4059         Preliminary seek support.
4060         Activate internal pads so that we can receive events on them.
4061         Don't try to parse a range string when it's NULL.
4062
4063 2007-05-11  Wim Taymans  <wim@fluendo.com>
4064
4065         * gst/rtp/README:
4066         Update README with new RTP variables that will be used for
4067         synchronisation.
4068
4069         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4070         (gst_rtp_vorbis_depay_parse_configuration),
4071         (gst_rtp_vorbis_depay_process):
4072         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4073         (gst_rtp_vorbis_pay_finish_headers),
4074         (gst_rtp_vorbis_pay_handle_buffer):
4075         Update vorbis pay and depayloader to draft-04.
4076
4077 2007-05-11  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/rtsp/rtsptransport.c:
4080         UDP MCAST is actually the default for RTP/AVP.
4081 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4082
4083         * gst/level/gstlevel.c: (gst_level_transform_ip):
4084         Use guint8 * instead of gpointer then vs6 can build 
4085         in_data += (filter->width / 8).
4086
4087 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4088
4089         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4090           gst_ximage_src_ximage_get):
4091         * sys/ximage/gstximagesrc.h (last_ximage):
4092         When using Damage actually keep the last frame, and not assume
4093         that the buffer we get already has the last frame on it.
4094         Copy the cursor over if we specify a non-zero start x and
4095         start y.
4096
4097 2007-05-11  Wim Taymans  <wim@fluendo.com>
4098
4099         * gst/rtsp/rtsptransport.c:
4100         Make UDP the default transport when not specified.
4101
4102 2007-05-09  David Schleef  <ds@schleef.org>
4103
4104         * gst/level/gstlevel.c:
4105           Revert last change.
4106
4107 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4108
4109         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4110         (gst_level_transform_ip):
4111         Use guint8 * instead of gpointer then vs6 know the size of data
4112         pointed when moving the pointer.
4113         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4114         Move instructions after variables declaration.
4115         * win32/vs6/autogen.dsp:
4116         * win32/vs6/libgstrtp.dsp:
4117         * win32/vs6/libgstrtsp.dsp:
4118         Update vs6 project files.
4119
4120 2007-05-09  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/rtsp/Makefile.am:
4123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4124         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4125         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4126         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4127         (rtsp_range_free):
4128         * gst/rtsp/rtsprange.h:
4129         Add code to parse time ranges.
4130         Report DURATION on the stream when possible.
4131
4132 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4133
4134         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4135         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4136         (gst_videomixer_collected):
4137           Fix strides calculation for AYUV (it's just width*4) (#436910).
4138
4139 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4142         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4143         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4144         Sync the GObject properties before each processing step to properly
4145         work with the controller.
4146
4147 2007-05-04  Wim Taymans  <wim@fluendo.com>
4148
4149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4150         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4151         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4152         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4153         (gst_rtspsrc_change_state):
4154         Let more error state trickle down so that we can catch more error
4155         cases.
4156         Handle keep-alive a little smarter by selecting a method the server
4157         actually supports.
4158         Fix a race in UDP streaming shutdown.
4159
4160 2007-05-04  Wim Taymans  <wim@fluendo.com>
4161
4162         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4163         Ignore errors when trying to use the keep-alive messages.
4164
4165 2007-05-04  Wim Taymans  <wim@fluendo.com>
4166
4167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4168         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4169         (gst_rtspsrc_stream_configure_manager),
4170         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4171         (gst_rtspsrc_stream_configure_mcast),
4172         (gst_rtspsrc_stream_configure_udp),
4173         (gst_rtspsrc_stream_configure_udp_sink),
4174         (gst_rtspsrc_stream_configure_transport):
4175         Send RTCP messages back to the server over the TCP connection.
4176
4177         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4178         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4179         (rtsp_connection_receive):
4180         * gst/rtsp/rtspconnection.h:
4181         Factor out and expose lowlevel _write and _read methods.
4182         Implement sending data messages to the server.
4183
4184 2007-05-03  Wim Taymans  <wim@fluendo.com>
4185
4186         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4187         (gst_multipart_mux_collected):
4188         Fix timestamps on outgoing buffers.
4189
4190 2007-05-03  Wim Taymans  <wim@fluendo.com>
4191
4192         * gst/multipart/multipartmux.c:
4193         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4194         (gst_multipart_mux_change_state):
4195         Emit NEWSEGMENT events before pushing the first buffer.
4196
4197 2007-05-03  Wim Taymans  <wim@fluendo.com>
4198
4199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4200         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4201         (gst_rtspsrc_handle_src_query),
4202         (gst_rtspsrc_stream_configure_manager),
4203         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4204         (gst_rtspsrc_stream_configure_mcast),
4205         (gst_rtspsrc_stream_configure_udp),
4206         (gst_rtspsrc_stream_configure_udp_sink),
4207         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4208         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4209         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4210         (gst_rtspsrc_pause):
4211         Refactor transport configuration code.
4212         Create internal pads for TCP transport so that we can implement events
4213         and queries.
4214         Handle events and queries.
4215         Parse range from the SDP.
4216         Fix race in pause handler where the connection could still be flushing.
4217
4218 2007-05-02  Wim Taymans  <wim@fluendo.com>
4219
4220         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4221         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4222         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4223         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4224         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4225         (gst_rtspsrc_change_state):
4226         * gst/rtsp/gstrtspsrc.h:
4227         Fix race when multiple udp sources post timeouts, just act on the first
4228         received timeout.
4229         Protect stream list with a recursive lock to fix some races.
4230         Flush connection when we need to do a reconnect or stop.
4231         Make state lock recursive.
4232
4233         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4234         (rtsp_connection_close):
4235         Some small cleanups.
4236
4237 2007-05-02  Wim Taymans  <wim@fluendo.com>
4238
4239         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4240         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4241         Only set DISCONT when there actually is a discont or when we just
4242         started.
4243
4244 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4245
4246         * ext/flac/gstflac.c: (plugin_init):
4247         Call bindtextdomain() to get localized strings.
4248
4249 2007-05-02  Wim Taymans  <wim@fluendo.com>
4250
4251         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4252         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4253         (gst_wavparse_stream_data):
4254         * gst/wavparse/gstwavparse.h:
4255         Be a bit more clever when dealing with VBR files with FACT tags, we
4256         don't want to timestamp buffers in that case but the estimated BPS can
4257         be used for seeking.
4258         Only send close segment in the streaming thread.
4259
4260 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4261
4262         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4263         Correctly post an error on the bus if something went wrong in the loop
4264         function. This fixes a few cases where the task was paused and nothing
4265         happened anymore.
4266
4267 2007-05-02  Wim Taymans  <wim@fluendo.com>
4268
4269         * gst/rtsp/test.c: (main):
4270         Fix compilation of deprecated test just because I'm too lazy to delete
4271         it.
4272
4273 2007-05-02  Wim Taymans  <wim@fluendo.com>
4274
4275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4276         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4277         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4278         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4279         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4280         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4281         * gst/rtsp/gstrtspsrc.h:
4282         Fix sending RTCP to the right place.
4283         Fix bug in reffing the wrong UDP element.
4284         Use new pad names for the session manager.
4285         Implement handling server requests in interleaved and UDP modes.
4286         Handle session keep-alive in UDP modes.
4287         Remove GCond for handling UDP timeouts.
4288
4289         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4290         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4291         (rtsp_connection_receive), (rtsp_connection_close):
4292         * gst/rtsp/rtspconnection.h:
4293         Store connection IP address for later.
4294         Add timeout args to all operations that might block forever.
4295         Parse session timeout.
4296         Only close sockets when not already closed.
4297
4298         * gst/rtsp/rtspdefs.c:
4299         * gst/rtsp/rtspdefs.h:
4300         Add timeout return value and error string.
4301
4302         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4303         Add small comment.
4304
4305 2007-05-01  Wim Taymans  <wim@fluendo.com>
4306
4307         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4308
4309         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4310         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4311         * gst/rtp/gstrtpmp4vpay.h:
4312         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4313
4314 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4315
4316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4317           Remove v4l2src from docs, since it breaks the docs build, and the
4318           plugin is only built if --enable-experimental is used anyway.
4319
4320         * docs/plugins/Makefile.am:
4321           Spaces => tab.
4322
4323 2007-04-29  Wim Taymans  <wim@fluendo.com>
4324
4325         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4326         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4327         Add code to drop membership of a multicast group.
4328
4329         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4330         (gst_udpsink_set_uri):
4331         Implement URI handler.
4332
4333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4334         (gst_rtspsrc_parse_rtpinfo):
4335         Use URI handler to make udpsink instace.
4336         Improve code to configure port and destination.
4337
4338 2007-04-29  Wim Taymans  <wim@fluendo.com>
4339
4340         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4341         Fix multicast detection.
4342         Don't try to join a multicast group if the address is not multicast.
4343
4344         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4345         Small debug improvement.
4346
4347 2007-04-27  Wim Taymans  <wim@fluendo.com>
4348
4349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4350         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4351         (gst_rtspsrc_handle_message):
4352         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4353         parent.
4354
4355 2007-04-27  Wim Taymans  <wim@fluendo.com>
4356
4357         * gst/rtp/gstrtpilbcdepay.h:
4358         Fix mode property when specified as an arg.
4359
4360 2007-04-26  Edward Hervey  <edward@fluendo.com>
4361
4362         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4363         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4364         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4365         * docs/plugins/inspect/plugin-osxaudio.xml:
4366         Add documentation for osxaudio plugin.
4367
4368 2007-04-26  Wim Taymans  <wim@fluendo.com>
4369
4370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4371         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4372         (gst_rtspsrc_open), (gst_rtspsrc_close),
4373         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4374         (gst_rtspsrc_pause):
4375         * gst/rtsp/gstrtspsrc.h:
4376         Protect state changes with a lock.
4377
4378         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4379         (parse_line):
4380         * gst/rtsp/rtspconnection.h:
4381         Remove some unused stuff.
4382
4383 2007-04-26  Wim Taymans  <wim@fluendo.com>
4384
4385         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4386         Handle the case where there are exactly 0 bytes to read and the ioctl
4387         did not report an error. Fixes #433530.
4388
4389 2007-04-26  Wim Taymans  <wim@fluendo.com>
4390
4391         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4392         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4393         * gst/wavparse/gstwavparse.h:
4394         Apply DISCONT to buffers.
4395         Only apply timestamp to the first sample after a DISCONT, too many VBR
4396         files cause random jitter in the timestamps. Fixes #433119.
4397
4398 2007-04-25  Wim Taymans  <wim@fluendo.com>
4399
4400         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4401         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4402         (gst_rtp_dec_get_property):
4403         * gst/rtsp/gstrtpdec.h:
4404         Add dummy latency property to be backwards compat with rtpbin.
4405
4406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4407         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4408         (gst_rtspsrc_stream_configure_transport),
4409         (gst_rtspsrc_parse_rtpinfo):
4410         * gst/rtsp/gstrtspsrc.h:
4411         Add latency property and configure in the session manager.
4412         Don't set invalid clock-base and seqnum-base on caps, some servers
4413         sometimes don't send them.
4414
4415 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4416
4417         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4418         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4419           Double-check that RGB input caps are really RGBA caps (apparently
4420           the core doesn't always catch it if those caps aren't a subset of
4421           our template caps, also see #421543). Fixes #429319 in a way.
4422           Also, don't leak the pad template in the transform_caps function.
4423
4424         * tests/check/Makefile.am:
4425         * tests/check/elements/.cvsignore:
4426         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4427         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4428         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4429         (GST_START_TEST), (alphacolor_suite):
4430           Add some basic unit tests for alphacolor.
4431
4432 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4433
4434         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4435           If we get a fatal flow return in the loop function, first post the
4436           error message and only then send the EOS event downstream, otherwise
4437           applications might get an eos message before the error message and
4438           think everything was ok (related to #429319).
4439
4440 2007-04-25  Wim Taymans  <wim@fluendo.com>
4441
4442         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4443         Read the channel byte as an unsigned byte.
4444
4445 2007-04-25  Wim Taymans  <wim@fluendo.com>
4446
4447         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4448         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4449         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4450         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4451         (gst_rtp_gsm_depay_setcaps):
4452         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4453         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4454         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4455         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4456         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4457         (gst_ilbc_depay_get_property):
4458         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4459         * gst/rtp/gstrtpmp4adepay.c:
4460         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4461         (gst_rtp_pcma_depay_setcaps):
4462         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4463         (gst_rtp_pcmu_depay_setcaps):
4464         Make sure we configure the clock_rate in the baseclass in the setcaps
4465         function. Fixes #431282.
4466
4467 2007-04-25  Wim Taymans  <wim@fluendo.com>
4468
4469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4470         (gst_rtspsrc_stream_free), (request_pt_map),
4471         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4472         * gst/rtsp/gstrtspsrc.h:
4473         Parse server address from SDP.
4474         Hook up a udpsink to send RTCP back to the server.
4475
4476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4477         * gst/rtsp/rtsptransport.h:
4478         Add some docs.
4479
4480 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4481
4482         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4483           Make header field check conditional. Fixes #433135
4484
4485 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4486
4487         * docs/plugins/Makefile.am:
4488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4490         * docs/plugins/inspect/plugin-alphacolor.xml:
4491         * gst/alpha/Makefile.am:
4492         * gst/alpha/gstalphacolor.c:
4493         * gst/alpha/gstalphacolor.h:
4494           Add minimal docs blurb to alphacolor; split out headers into
4495           separate header file for gtk-doc.
4496
4497 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4498
4499         * gst/debug/progressreport.c: (gst_progress_report_report):
4500           Don't try to post NULL message (in case we can't query upstream
4501           position or duration).
4502
4503 2007-04-18  Michael Smith  <msmith@fluendo.com>
4504
4505         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4506         (gst_cutter_get_caps):
4507         * gst/cutter/gstcutter.h:
4508           Fix some of the most obvious bugs in cutter. Now doesn't leak
4509           everything if input is silent.
4510
4511 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4512
4513         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4514         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4515         * gst/wavenc/gstwavenc.h:
4516         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4517         else results in a invalid block align and invalid files.
4518
4519 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4520
4521         Patch by: Snaik <snaik32 gmail com>
4522
4523         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4524           Add missing break statement for BOX_HORIZONTAL case.
4525
4526 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4527
4528         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4529
4530         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4531         Use correct format strings for integer types.
4532
4533 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4534
4535         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4536         (gst_wavparse_create_sourcepad):
4537         Use gst_riff_create_audio_template_caps () instead of the local caps.
4538         This makes updates of the local caps unecessary whenever libgstriff
4539         gets support for new formats.
4540
4541 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4542
4543         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4544
4545         * sys/sunaudio/gstsunaudio.c:
4546         * sys/sunaudio/gstsunaudiomixer.c:
4547         * sys/sunaudio/gstsunaudiomixer.h:
4548         * sys/sunaudio/gstsunaudiomixerctrl.c:
4549         * sys/sunaudio/gstsunaudiomixerctrl.h:
4550         * sys/sunaudio/gstsunaudiomixertrack.h:
4551         * sys/sunaudio/gstsunaudiosink.c:
4552         * sys/sunaudio/gstsunaudiosink.h:
4553         * sys/sunaudio/gstsunaudiosrc.c:
4554         * sys/sunaudio/gstsunaudiosrc.h:
4555           Fix and/or update copyright attributions (#430228).
4556
4557 2007-04-13  Wim Taymans  <wim@fluendo.com>
4558
4559         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4560         Fix docs.
4561
4562         * gst/rtsp/URLS:
4563         Add some more example urls.
4564
4565         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4566         (gst_rtp_dec_chain_rtp):
4567         Better debugging.
4568
4569         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4570         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4571         (gst_rtspsrc_parse_rtpinfo):
4572         Remove unused code.
4573
4574 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4575
4576         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4577         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4578         (gst_wavparse_stream_data):
4579           Relax the audio/mpeg caps again and add FIXME: comment.
4580
4581 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4582
4583         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4584         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4585         (gst_wavparse_stream_data):
4586         * gst/wavparse/gstwavparse.h:
4587           More sanity check for the header fields. Fix type for 'rate' header
4588           field.
4589
4590 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4593         (gst_icydemux_unicodify):
4594           If the metadata strings we get in the stream are not UTF-8, try to
4595           interpret them according to the character encodings specified in the
4596           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4597           only fall back to locale/ISO-8859-1 if those aren't set or don't
4598           work. Should fix #428901.
4599
4600 2007-04-12  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst/rtp/gstrtph264depay.c:
4603         Use the proper sync word for SPS and PPS.
4604
4605 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4606
4607         * gst/rtp/Makefile.am:
4608         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4609           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4610         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4611           Add a simple hashing implementation that we can use to generate
4612           a 24-bit ident value based on the codebooks for vorbis and theora.
4613         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4614           gst_rtp_theora_pay_handle_buffer):
4615         * gst/rtp/gstrtpvorbisdepay.c
4616           (gst_rtp_vorbis_depay_parse_configuration,
4617           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4618         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4619           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4620           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4621           Use the hashing function, ensuring that the same codebooks result
4622           in the same ident and thus the same SDP description.
4623           Various log fixes/changes.
4624
4625 2007-04-12  Wim Taymans  <wim@fluendo.com>
4626
4627         Patch by: jerry tan <jerry dot tan at sun dot com>
4628
4629         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4630         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4631         application's responsibility to make sure it open the device once.
4632         Remove a careless error if AUDIODEV is set. Fixes #392620.
4633
4634 2007-04-12  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4637         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4638         * gst/rtsp/gstrtpdec.h:
4639         Make backward compat with rtpbin by adding the request-pt-map signals.
4640
4641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4642         (new_session_pad), (request_pt_map),
4643         (gst_rtspsrc_stream_configure_transport),
4644         (gst_rtspsrc_stream_configure_caps),
4645         (gst_rtspsrc_activate_streams):
4646         * gst/rtsp/gstrtspsrc.h:
4647         Implement request-pt-map signals instead of setting caps on the buffers
4648         for the session manager.
4649
4650 2007-04-11  Wim Taymans  <wim@fluendo.com>
4651
4652         * gst/udp/gstudp.c: (plugin_init):
4653         Register GstNetBuffer in plugin_init so that the type can be used from
4654         multiple threads without races.
4655
4656 2007-04-10  Wim Taymans  <wim@fluendo.com>
4657
4658         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4659         (gst_rtp_amr_depay_process):
4660         Fix depayloader clock_rate and some cleanups.
4661
4662         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4663         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4664         * gst/rtp/gstrtph264depay.h:
4665         Don't push codec_data in the adapter because it might get flushed when
4666         we get a discont.
4667
4668         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4669         Handle multiple AU per packet.
4670
4671         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4672         (gst_rtp_sv3v_depay_plugin_init):
4673         Disable rank, this one does not work.
4674         Remove timestamping, base class does that.
4675
4676 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4677
4678         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4679           limit caps to the formats we announce in the template
4680
4681         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4682         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4683         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4684           fix some crashers/asserts when dealing with broken files
4685
4686 2007-04-10  Wim Taymans  <wim@fluendo.com>
4687
4688         Patch by: Peter Kjellerstedt  <pkj at axis com>
4689
4690         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4691         * gst/rtp/gstrtpL16depay.c:
4692         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4693         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4694         (gst_rtp_speex_depay_setcaps):
4695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4696         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4697         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4698         Fix some compiler warnings. Fixes #428182.
4699
4700 2007-04-06  Wim Taymans  <wim@fluendo.com>
4701
4702         * gst/rtsp/Makefile.am:
4703         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4704         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4705         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4706         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4707         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4708         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4709         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4710         (create_rtcp), (gst_rtp_dec_request_new_pad),
4711         (gst_rtp_dec_release_pad):
4712         * gst/rtsp/gstrtpdec.h:
4713         * gst/rtsp/gstrtsp.c: (plugin_init):
4714         Morph RTPDec into something compatible with RTPBin as a fallback.
4715         Various other style fixes.
4716
4717         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4718         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4719         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4720         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4721         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4722         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4723         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4724         * gst/rtsp/gstrtspsrc.h:
4725         Implement RTPBin session manager handling.
4726         Don't try to add empty properties to caps.
4727         Implement fallback session manager, handling.
4728         Don't combine errors from RTCP streams, just ignore them.
4729
4730         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4731         * gst/rtsp/rtsptransport.h:
4732         Implement fallback session manager.
4733         Make RTPBin the default one when available.
4734
4735 2007-04-05  Wim Taymans  <wim@fluendo.com>
4736
4737         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4738         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4739         This element is ready to be autoplugged.
4740
4741 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4742
4743         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4744         Don't leave the offsets defined by upstream element on the
4745         compressed data buffer we are pushing downstream. Make them
4746         GST_BUFFER_OFFSET_NONE.
4747
4748 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4749
4750         * gst/avi/README:
4751         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4752         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4753         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4754         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4755         (gst_avi_demux_calculate_durations_from_index),
4756         (gst_avi_demux_stream_header_push),
4757         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4758         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4759           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4760
4761 2007-04-03  Wim Taymans  <wim@fluendo.com>
4762
4763         * gst/smpte/barboxwipes.c:
4764         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4765
4766 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4767
4768         * gst/wavparse/gstwavparse.c:
4769         Support audio/x-raw-float in wav files. This only works with
4770         plugins-base CVS, using an older version doesn't have any
4771         disadvantages though.
4772
4773 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4774
4775         * configure.ac:
4776         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4777         (gst_au_parse_parse_header), (gst_au_parse_chain):
4778         * gst/auparse/gstauparse.h:
4779         Revert last change as we don't want plugins-good to depend on
4780         plugins-base CVS now.
4781
4782 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4783
4784         * configure.ac:
4785         Require gst-plugins-base CVS for audioconvert with non-native
4786         float support and width/depth fix in libgstriff.
4787
4788         Patch by: René Stadler <mail at renestadler dot de>
4789
4790         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4791         (gst_au_parse_parse_header), (gst_au_parse_chain):
4792         * gst/auparse/gstauparse.h:
4793         Don't swap the floats ourself if they're not in native endianness.
4794         Instead let audioconvert handle this. Fixes #339838.
4795
4796 2007-03-29  Wim Taymans  <wim@fluendo.com>
4797
4798         * gst/rtp/gstasteriskh263.h:
4799         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4800         (gst_rtp_h263p_depay_change_state):
4801         * gst/rtp/gstrtph263pdepay.h:
4802         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4803         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4804         (gst_rtp_h264_depay_change_state):
4805         * gst/rtp/gstrtph264depay.h:
4806         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4807         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4808         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4809         Flush adapter on disconts.
4810
4811 2007-03-29  Wim Taymans  <wim@fluendo.com>
4812
4813         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4814         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4815         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4816         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4817         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4818         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4819         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4820         (gst_rtp_mp4v_depay_process):
4821         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4822         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4823         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4824         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4825         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4826         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4827         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4828         Use more efficient adapter and rtpbuffer methods when possible.
4829
4830 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4831
4832         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4833         (gst_wavenc_sink_setcaps):
4834         Correctly handle width!=depth input.
4835         * gst/wavparse/gstwavparse.c:
4836         Already export in the caps that width==8 uses unsigned samples and
4837         everything else uses signed samples.
4838
4839 2007-03-29  Wim Taymans  <wim@fluendo.com>
4840
4841         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4842
4843         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4844         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4845         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4846         (gst_dynudpsink_close):
4847         * gst/udp/gstdynudpsink.h:
4848         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4849         (gst_udpsrc_create), (gst_udpsrc_set_property),
4850         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4851         * gst/udp/gstudpsrc.h:
4852         Rework the socket allocation a bit based on the sockfd argument so that
4853         it becomes usable.
4854         Add a closefd property to instruct the udp elements to close the custom
4855         file descriptors when going to READY. Fixes #423304.
4856         API:GstUDPSrc::closefd property
4857         API:GstDynUDPSink::closefd property
4858
4859 2007-03-29  Wim Taymans  <wim@fluendo.com>
4860
4861         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4862
4863         * gst/rtp/Makefile.am:
4864         * gst/rtp/gstrtp.c: (plugin_init):
4865         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4866         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4867         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4868         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4869         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4870         (gst_rtp_h264_pay_plugin_init):
4871         * gst/rtp/gstrtph264pay.h:
4872         Added H264 payloader. Fixes #423782.
4873
4874         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4875         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4876         Small fixes.
4877
4878 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4879
4880         * gst/wavparse/gstwavparse.c:
4881         Actually support depths from 1 to 32, not only 8 to 32.
4882
4883 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4884
4885         * gst/wavparse/gstwavparse.c:
4886         Add support for wav files containing audio/x-raw-int with random
4887         depths between 1 and 32 bits.
4888
4889 2007-03-28  Wim Taymans  <wim@fluendo.com>
4890
4891         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4892
4893         * gst/rtp/Makefile.am:
4894         * gst/rtp/gstrtp.c: (plugin_init):
4895         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4896         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4897         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4898         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4899         (gst_rtp_mp4a_depay_get_property),
4900         (gst_rtp_mp4a_depay_change_state),
4901         (gst_rtp_mp4a_depay_plugin_init):
4902         * gst/rtp/gstrtpmp4adepay.h:
4903         Added MP4A-LATM depayloader. Fixes #417792.
4904
4905         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4906         (gst_rtp_mp4v_depay_process):
4907         Fixup depayloader, setting codec_data, using more efficient adaptor and
4908         rtpbuffer handling.
4909
4910         * gst/rtsp/URLS:
4911         Add url to test above.
4912
4913 2007-03-25  Wim Taymans  <wim@fluendo.com>
4914
4915         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4916         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4917         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4918         (gst_rtspsrc_media_to_caps),
4919         (gst_rtspsrc_stream_configure_transport),
4920         (gst_rtspsrc_stream_configure_caps),
4921         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4922         * gst/rtsp/gstrtspsrc.h:
4923         Handle default clock-rates for static payload types, rearrange stuff so
4924         that the rtpmap field in the sdp can override the defaults.
4925         Parse RTP-Info field to get the seqnum and timebase fields that should
4926         go in the caps.
4927         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4928         the server. 
4929
4930 2007-03-22  Wim Taymans  <wim@fluendo.com>
4931
4932         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4933
4934         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4935         Accept complex pipeline descriptions as an audio profile instead of just
4936         a single element. Fixes #420658.
4937
4938 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4939
4940         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4941           Rename registered type in preparation of GstTagDemux moving to
4942           -base at some point in the future.
4943
4944 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4945
4946         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4947           Streaming mode fixes: don't unref buffer we don't own any longer;
4948           remove bogus adapter flush. Fixes #419338.
4949
4950 2007-03-17  David Schleef  <ds@schleef.org>
4951
4952         * REQUIREMENTS: Change the format to key/value, add a bunch of
4953           information, remove a bunch of requirements that are for
4954           other GStreamer packages.
4955
4956 2007-03-17  David Schleef  <ds@schleef.org>
4957
4958         * REQUIREMENTS: Fix a few things.  This file really needs a
4959         good once-over.
4960
4961 2007-03-15  Edward Hervey  <edward@fluendo.com>
4962
4963         * sys/Makefile.am:
4964         Don't forget to distribute the sys/osxaudio/ directory.
4965
4966 2007-03-15  Edward Hervey  <edward@fluendo.com>
4967
4968         * configure.ac:
4969         * sys/Makefile.am:
4970         * sys/osxaudio/Makefile.am:
4971         * sys/osxaudio/gstosxaudio.c:
4972         * sys/osxaudio/gstosxaudiosink.c:
4973         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4974         (gst_osx_audio_sink_getcaps),
4975         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4976         * sys/osxaudio/gstosxaudiosrc.c:
4977         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4978         (gst_osx_audio_src_create_ringbuffer):
4979         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4980         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4981         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4982         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4983         * sys/osxaudio/gstosxringbuffer.h:
4984         Activate osxaudio in gst-plugins-good with proper build setup.
4985         Add inlined documentation.
4986         Fix debug statements
4987         Fix ringbuffer when pausing.
4988         Fixes #323471
4989
4990 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4991         * gst/rtp/gstrtppcmapay.c:
4992         * gst/rtp/gstrtppcmapay.h:
4993         * gst/rtp/gstrtppcmupay.c:
4994         * gst/rtp/gstrtppcmupay.h:
4995         Ported mulaw and alaw payloaders to use new base class
4996
4997 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4998
4999         * po/af.po:
5000         * po/az.po:
5001         * po/cs.po:
5002         * po/en_GB.po:
5003         * po/it.po:
5004         * po/nl.po:
5005         * po/or.po:
5006         * po/sq.po:
5007         * po/sr.po:
5008         * po/sv.po:
5009         * po/uk.po:
5010         * po/vi.po:
5011           Update translations.
5012
5013 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5014
5015         * configure.ac:
5016           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5017
5018 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5019
5020         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5021           Fix handling of -1 values for start and stop values when seeking,
5022           and SEEK_CUR+SEEK_END here as well.
5023
5024 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5025
5026         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5027           Fix handling of -1 values for start and stop values when seeking, 
5028           and SEEK_CUR+SEEK_END.
5029
5030 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5031
5032         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5033           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5034           the image format a variable-length NUL-terminated string; in
5035           versions before that the image format is a fixed-length string of
5036           3 characters (see #348644 for a sample tag).
5037           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5038
5039 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5040
5041         * win32/MANIFEST:
5042         Add new project files to MANIFEST.
5043         * win32/vs6/libgstaudiofx.dsp:
5044         * win32/vs6/libgstrtp.dsp:
5045         * win32/vs6/libgstrtsp.dsp:
5046         Update project files.
5047         
5048 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5049
5050         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5051         (gst_avi_demux_parse_index):
5052         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5053         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5054           Printf format fixes; also add some missing quotes in translated
5055           strings. Fixes #416728 and #416727.
5056
5057 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5058
5059         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5060           Tim and I can't think of any reason the child audio sink needs to 
5061           be set back to NULL after successfully determining that it can 
5062           reach READY - it gets immediately set back to READY by the caller
5063           anyway, causing an unnecessary close/open of any audio devices
5064           involved.
5065
5066 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5067
5068         * po/LINGUAS:
5069         * po/ja.po:
5070           Add ja.po file from #377306.
5071
5072 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5075         * sys/sunaudio/gstsunaudiomixertrack.c:
5076         (gst_sunaudiomixer_track_new):
5077           Actually translate sunaudio mixer track labels instead of just
5078           marking the strings as translatable (#377306); clean up weird
5079           label string mapping code that serves no apparent purpose. Also
5080           set the 'untranslated-label' property when creating mixer tracks
5081           if the GstMixerTrack base class supports this.
5082
5083         * tests/check/Makefile.am:
5084         * tests/check/elements/.cvsignore:
5085         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5086         (sunaudio_suite):
5087           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5088           actually tested on a system where sunaudiomixer is available).
5089
5090 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5091
5092         * tests/check/Makefile.am:
5093         Re-enable the states test and see if it works on the buildbots.
5094
5095 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5096
5097         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5098         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5099         (gst_dvdec_change_state):
5100         * ext/dv/gstdvdec.h:
5101         Infer pixel-aspect-ratio from the video frame format if it isn't
5102         provided by the container, as happens when playing DV from AVI
5103         or Quicktime containers.
5104
5105         Patch by: Wim Taymans <wim@fluendo.com>
5106         Fixes #380944
5107
5108 2007-03-09  Wim Taymans  <wim@fluendo.com>
5109
5110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5111         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5112         will later be handled by the jitterbuffer.
5113
5114 2007-03-09  Wim Taymans  <wim@fluendo.com>
5115
5116         * ext/taglib/gstid3v2mux.cc:
5117         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5118         Fixes #414496.
5119         
5120         Patch by: Alex Lancaster <alexl at users sourceforge net>
5121
5122 2007-03-09  Wim Taymans  <wim@fluendo.com>
5123
5124         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5125         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5126         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5127         (gst_avi_demux_chain):
5128         Fix stream position reporting after a seek. Fixes #416445.
5129
5130 2007-03-08  Wim Taymans  <wim@fluendo.com>
5131
5132         Patch by: René Stadler <mail at renestadler dot de>
5133
5134         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5135         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5136         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5137         Make avidemux accept optional header chunks in any order.
5138         Fixes #415446.
5139
5140 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5141
5142         * tests/check/Makefile.am:
5143         Disable the states check until the remaining Valgrind errors
5144         are fixed or suppressed.
5145
5146 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5147
5148         * tests/check/elements/.cvsignore:
5149           Add audiodynamic check to .cvsignore
5150
5151 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5152
5153         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5154
5155         * gst/audiofx/Makefile.am:
5156         * gst/audiofx/audiodynamic.c:
5157         (gst_audio_dynamic_characteristics_get_type),
5158         (gst_audio_dynamic_mode_get_type),
5159         (gst_audio_dynamic_set_process_function),
5160         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5161         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5162         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5163         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5164         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5165         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5166         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5167         (gst_audio_dynamic_transform_hard_knee_expander_int),
5168         (gst_audio_dynamic_transform_hard_knee_expander_float),
5169         (gst_audio_dynamic_transform_soft_knee_expander_int),
5170         (gst_audio_dynamic_transform_soft_knee_expander_float),
5171         (gst_audio_dynamic_transform_ip):
5172         * gst/audiofx/audiodynamic.h:
5173         * gst/audiofx/audiofx.c: (plugin_init):
5174         Add new audiodynamic element which can act as a compressor or
5175         expander. Supported are hard-knee and soft-knee operation modes with
5176         user-specified ratio and threshold.
5177         Attack and release parameters are not yet implemented but will follow.
5178         * docs/plugins/Makefile.am:
5179         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5180         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5181         * docs/plugins/gst-plugins-good-plugins.args:
5182         * docs/plugins/inspect/plugin-audiofx.xml:
5183         Integrate audiodynamic into the docs.
5184         * tests/check/Makefile.am:
5185         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5186         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5187         Add unit test for audiodynamic.
5188
5189 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5190
5191         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5192         Free handles that we allocated when exiting via the error paths.
5193
5194 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5195
5196         * gst/level/gstlevel.c: (gst_level_class_init),
5197         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5198         (gst_level_transform_ip):
5199         * gst/level/gstlevel.h:
5200           Resolve message timestamps against the playback segment.
5201
5202 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5205         (gst_id3demux_sink_activate):
5206           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5207           caps passed to it (previously one code path assumed it took ownership
5208           while another one assumed it didn't, while in fact it sometimes did and
5209           sometimes didn't ...).
5210
5211         * configure.ac:
5212         * tests/files/Makefile.am:
5213         * tests/files/id3-407349-1.tag:
5214         * tests/files/id3-407349-2.tag:
5215           Add directory where data for unit tests can be stored.
5216
5217         * tests/Makefile.am:
5218         * tests/check/Makefile.am:
5219         * tests/check/elements/.cvsignore:
5220         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5221         (read_tags_from_file), (run_check_for_file),
5222         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5223           Add unit test for id3demux, and in particular for bug #407349. Only
5224           testing pull-mode for now; push mode doesn't work yet because the test
5225           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5226
5227 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * tests/check/Makefile.am:
5230           Add missing backslash at end of line.
5231
5232 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5233
5234         Trigger rebuild.
5235
5236 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5239         * gst/id3demux/id3tags.h:
5240         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5241         (parse_obsolete_tdat_frame):
5242           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5243           the four-digit number will be interpreted as a year, whereas it is
5244           month and day in DDMM format. Instead, parse TDAT frames and fix up
5245           the date in the GST_TAG_DATE tag later if we also extracted a year.
5246           Fixes #407349.
5247
5248 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5249
5250         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5251         (gst_switch_commit_new_kid):
5252         Fix up the dispose logic so it doesn't leak, and fix setting of 
5253         the child state so that we don't set a child to our current state 
5254         just as we are changing it to something else.
5255
5256 2007-03-06  Wim Taymans  <wim@fluendo.com>
5257
5258         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5259         (gst_goom_chain):
5260         * gst/goom/gstgoom.h:
5261         Document, fix and improve goom adapter behaviour.
5262         Fixes #407006.
5263
5264 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5265
5266         * ext/esd/esdsink.c: (gst_esdsink_open):
5267         Unref static pad template after using it.
5268
5269 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5270
5271         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5272         (gst_switch_commit_new_kid):
5273         Fix up the reference counting of the child elements.
5274
5275 2007-03-05  Wim Taymans  <wim@fluendo.com>
5276
5277         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5278         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5279         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5280         Fix encoding-name case.
5281
5282 2007-03-05  Wim Taymans  <wim@fluendo.com>
5283
5284         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5285         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5286         (gst_rtp_speex_depay_process):
5287         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5288         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5289         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5290         (gst_rtp_speex_pay_change_state):
5291         * gst/rtp/gstrtpspeexpay.h:
5292         Fix speex (de)payloader. Fixes #358040.
5293
5294 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5295
5296         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5297         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5298         Install fakesink in NULL by fixing some broken logic. This obviates
5299         the need to manually set _IS_SINK.
5300         Add some comments and remove a little cruft while I'm at it.
5301
5302 2007-03-05  Wim Taymans  <wim@fluendo.com>
5303
5304         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5305         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5306
5307 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * po/POTFILES.in:
5310           Update.
5311
5312 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5313
5314         * tests/check/Makefile.am:
5315         Gah! Also disable gconfvideosink from the tests, otherwise
5316         it will instantiate autovideosink, and dfbvideosink and
5317         leak on the buildbots.
5318
5319 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5320
5321         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5322         (gst_cdio_cdda_src_finalize):
5323         Make sure we always destroy our libcdio handle.
5324
5325 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5326
5327         * tests/check/Makefile.am:
5328         Disable autovideosink so the buildbots don't barf over memory
5329         leaked in the directfb sink.
5330
5331 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5332
5333         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5334         Chain up in dispose
5335
5336 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5337
5338         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5339         (gst_multipart_find_pad_by_mime):
5340         Use gst_pad_new_from_static_template instead of
5341         static_pad_template_get+pad_new.
5342
5343 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5344
5345         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5346         Catch the case where no clock has been set.
5347
5348 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5349
5350         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5351         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5352         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5353         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5354         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5355         (gst_gconf_audio_src_finalize), (do_toggle_element):
5356         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5357         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5358         (do_toggle_element):
5359         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5360         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5361         (gst_gconf_video_src_finalize), (do_toggle_element):
5362         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5363         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5364         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5365         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5366         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5367         (gst_shout2send_init), (gst_shout2send_finalize):
5368         * gst/debug/testplugin.c: (gst_test_class_init),
5369         (gst_test_finalize):
5370         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5371         (gst_flxdec_dispose):
5372         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5373         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5375         (gst_rtspsrc_finalize):
5376         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5377         * gst/rtsp/rtspextwms.h:
5378         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5379         (gst_smpte_finalize):
5380         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5381         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5382         (gst_udpsink_finalize):
5383         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5384         (gst_wavparse_sink_activate):
5385         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5386         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5387         (gst_oss_src_finalize):
5388         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5389         * sys/v4l2/gstv4l2object.h:
5390         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5391         (gst_v4l2src_finalize):
5392         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5393
5394         Fix a bunch of leaks shown by the newly-added states test.
5395
5396 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5397
5398         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5399         Use gst_pad_new_from_static_template instead of 
5400         static_pad_template_get+pad_new.
5401
5402 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5405
5406         * ext/libcaca/Makefile.am:
5407         * gst/debug/Makefile.am:
5408           Don't mix tabs and spaces (#414168).
5409
5410 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5411
5412         * tests/check/generic/.cvsignore:
5413           Ignore files to please buildbot.
5414
5415 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5416
5417         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5418         (gst_wavparse_stream_data):
5419           Unbreak my previous commit (swapped nominator & denominator). Tim,
5420           thanks for spotting.
5421
5422 2007-03-02  Wim Taymans  <wim@fluendo.com>
5423
5424         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5425         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5426         (gst_cdio_cdda_src_finalize):
5427         Small code cleanups.
5428         Don't use pad_alloc as the base class cannot deal with the error codes.
5429
5430 2007-03-02  Wim Taymans  <wim@fluendo.com>
5431
5432         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5433         (gst_udpsrc_create):
5434         Fix doc.
5435
5436 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5437
5438         Patch by: René Stadler <mail@renestadler.de>
5439
5440         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5441         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5442         (gst_wavparse_stream_data):
5443           Handle rounding better to not drop last sample frame. Fixes #356692
5444
5445 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5446
5447         * tests/check/Makefile.am:
5448         Disable cacasink from the states check too - it also calls exit(1)
5449         on us when it can't find a terminal to talk to.
5450
5451 2007-03-02  Wim Taymans  <wim@fluendo.com>
5452
5453         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5454
5455         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5456         (gst_udpsrc_create), (gst_udpsrc_set_property),
5457         (gst_udpsrc_get_property):
5458         * gst/udp/gstudpsrc.h:
5459         Add support to strip proprietary headers. Fixes #350296.
5460
5461 2007-03-02  Wim Taymans  <wim@fluendo.com>
5462
5463         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5464         Fix compilation.
5465
5466 2007-03-02  Wim Taymans  <wim@fluendo.com>
5467
5468         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5469
5470         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5471         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5472         (gst_rtp_mp2t_depay_set_property),
5473         (gst_rtp_mp2t_depay_get_property):
5474         * gst/rtp/gstrtpmp2tdepay.h:
5475         Add support to strip off proprietary headers. Fixes #350278.
5476
5477 2007-03-02  Wim Taymans  <wim@fluendo.com>
5478
5479         * ext/hal/hal.c:
5480         Fix compilation.
5481
5482 2007-03-02  Wim Taymans  <wim@fluendo.com>
5483
5484         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5485         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5486         (gst_sunaudiosrc_open):
5487         * sys/sunaudio/gstsunaudiosrc.h:
5488         Remove device-name from GstSunAudioSrc. Fixes #412597.
5489
5490 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5491
5492         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5493         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5494         Having NULL as UDI previously selected the default sink/src. Change
5495         this back but mention it in the debug output.
5496         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5497         (gst_hal_get_oss_element), (gst_hal_get_string),
5498         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5499         (gst_hal_get_audio_src):
5500         * ext/hal/hal.h:
5501         Refactor a bit, check all error conditions, greatly improve debugging
5502         and fix some possible memory leaks. Also implement OSS support
5503         and allow specifying an UDI that points to a real device. For this the
5504         child device which supports ALSA (preferred) or OSS is used.
5505         As a side effect this makes it impossible now to get a alsasink in
5506         halaudiosrc and a alsasrc in halaudiosink.
5507
5508 2007-03-01  Wim Taymans  <wim@fluendo.com>
5509
5510         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5511         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5512         Errors from the udp sources are not fatal unless all of them are in
5513         error.
5514
5515 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5516
5517         * tests/check/Makefile.am:
5518         Disable aasink in the states test. I suspect this is the element that
5519         is calling exit(1) when it can't proceed.
5520
5521 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5522
5523         * tests/check/Makefile.am:
5524         Draw plugins in from the build tree sys/ dir, rather than picking
5525         up the already installed versions.
5526
5527 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5528
5529         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5530         Error out correctly when getting xcontext fails.
5531
5532 2007-03-01  Wim Taymans  <wim@fluendo.com>
5533
5534         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5535         Make state change to PAUSED NO_PREROLL because that's what it will be in
5536         the future and rtspsrc relies on it.
5537
5538         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5539         (gst_rtspsrc_change_state):
5540         Don't error out when we don't get an error from the state change
5541         function.
5542
5543 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5544
5545         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5546         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5547           Check if the device UDI is set before trying to query HAL
5548           about it and give a useful error message if it wasn't set.
5549         * ext/hal/hal.c: (gst_hal_get_string):
5550           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5551           gives an assertion failure in D-Bus when running with
5552           DBUS_FATAL_WARNINGS=1.
5553
5554 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5555
5556         * configure.ac:
5557           Convert to new AG_GST style.
5558
5559 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5560
5561         * tests/check/Makefile.am:
5562         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5563           add test for states
5564
5565 2007-02-28  Wim Taymans  <wim@fluendo.com>
5566
5567         * tests/check/elements/.cvsignore:
5568         Add new videofilter check to .cvsignore.
5569
5570 2007-02-28  Wim Taymans  <wim@fluendo.com>
5571
5572         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5573         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5574         (gst_avi_demux_loop), (gst_avi_demux_chain):
5575         Fix combined flow return. Fixes #412608.
5576
5577 2007-02-28  Wim Taymans  <wim@fluendo.com>
5578
5579         * gst/videofilter/Makefile.am:
5580         Dist header..
5581
5582 2007-02-28  Wim Taymans  <wim@fluendo.com>
5583
5584         * gst/videofilter/gstgamma.h:
5585         Add header too.
5586
5587 2007-02-28  Wim Taymans  <wim@fluendo.com>
5588
5589         Patch by: Mark Nauwelaerts <manauw at skynet be>
5590
5591         * gst/videofilter/Makefile.am:
5592         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5593         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5594         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5595         (oil_tablelookup_u8), (gst_gamma_set_caps),
5596         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5597         Port gamma filter to 0.10. Fixes #412704.
5598
5599         * tests/check/Makefile.am:
5600         * tests/check/elements/videofilter.c: (setup_filter),
5601         (cleanup_filter), (check_filter), (GST_START_TEST),
5602         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5603         Add unit tests for videofilters.
5604
5605 2007-02-28  Wim Taymans  <wim@fluendo.com>
5606
5607         * gst/rtsp/URLS:
5608         Add another interesting test url.
5609
5610         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5611         Don't allow getting header fields from data packets.
5612
5613 2007-02-28  Michael Smith  <msmith@fluendo.com>
5614
5615         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5616         (gst_shout2send_init), (gst_shout2send_start),
5617         (gst_shout2send_set_property), (gst_shout2send_get_property):
5618         * ext/shout2/gstshout2.h:
5619           Add a property for username.
5620
5621 2007-02-27  Christian Schallerr <christian@fluendo.com>
5622
5623         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5624
5625 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5626
5627         * gst/rtsp/Makefile.am:
5628         Fix make check too.
5629
5630 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5631
5632         * gst/rtsp/base64.c: (util_base64_encode):
5633         * gst/rtsp/base64.h:
5634         Commit missing files for base64 encoding.
5635
5636 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5637
5638         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5639
5640         * configure.ac:
5641         * ext/annodex/Makefile.am:
5642         * ext/jpeg/Makefile.am:
5643         * ext/speex/Makefile.am:
5644         * gst/alpha/Makefile.am:
5645         * gst/cutter/Makefile.am:
5646         * gst/debug/Makefile.am:
5647         * gst/effectv/Makefile.am:
5648         * gst/goom/Makefile.am:
5649         * gst/level/Makefile.am:
5650         * gst/smpte/Makefile.am:
5651         * gst/videofilter/Makefile.am:
5652           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5653
5654 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5655
5656         * gst/rtsp/Makefile.am:
5657         * gst/rtsp/rtspconnection.c: (append_auth_header),
5658         (rtsp_connection_send), (rtsp_connection_set_auth):
5659         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5660         from icecast to replace it. Relicensed from GPL courtesy of Mike
5661         Smith.
5662
5663 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5664
5665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5666         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5667         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5668         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5669         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5670         (gst_rtspsrc_uri_set_uri):
5671         * gst/rtsp/gstrtspsrc.h:
5672         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5673         (append_auth_header), (rtsp_connection_send),
5674         (rtsp_connection_free), (rtsp_connection_set_auth):
5675         * gst/rtsp/rtspconnection.h:
5676         * gst/rtsp/rtspdefs.h:
5677         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5678         * gst/rtsp/rtspurl.h:
5679
5680         Implement simple Basic Authentication support so that urls like
5681         rtsp://user:pass@hostname/rtspstream work on hosts that require
5682         authentication.
5683
5684 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5685
5686         * sys/v4l2/gstv4l2object.c:
5687         * sys/v4l2/gstv4l2tuner.c:
5688         * sys/v4l2/v4l2_calls.c:
5689         Fix segfault when oppening a radio device.
5690         
5691 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5692
5693         * gst/level/gstlevel.c: (gst_level_set_caps),
5694         (gst_level_transform_ip):
5695         * sys/v4l2/README:
5696         * tests/check/elements/level.c: (GST_START_TEST):
5697           Fix level for multi-channel case.
5698
5699 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5700
5701         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5702         (gst_level_transform_ip):
5703         * gst/level/gstlevel.h:
5704           Use function pointer for process function and add process functions
5705           for float audio.
5706
5707 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5708
5709         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5710         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5711         (gst_v4l2src_capture_init):
5712           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5713           fixes #407369
5714
5715 2007-02-18  Wim Taymans  <wim@fluendo.com>
5716
5717         * gst/rtp/Makefile.am:
5718         * gst/rtp/gstrtp.c: (plugin_init):
5719         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5720         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5721         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5722         (gst_rtp_mp2t_pay_plugin_init):
5723         * gst/rtp/gstrtpmp2tpay.h:
5724         Added simple mpeg transport stream payloader.
5725
5726 2007-02-16  Wim Taymans  <wim@fluendo.com>
5727
5728         * gst/rtsp/URLS:
5729         Add example H264 rtsp url.
5730
5731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5732         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5733         Don't convert values to lowercase or we might mess up base64 encoded
5734         properties.
5735
5736 2007-02-16  Wim Taymans  <wim@fluendo.com>
5737
5738         * gst/rtp/README:
5739         Fix case of string params.
5740
5741         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5742         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5743         Fix depayloader, support more packet types.
5744         Add sync codes to make sure the packetizer can do its job.
5745
5746         * gst/rtp/gstrtpmp4gdepay.c:
5747         * gst/rtp/gstrtpmp4gpay.c:
5748         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5749         Fix caps case again.
5750
5751 2007-02-15  Wim Taymans  <wim@fluendo.com>
5752
5753         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5754         Set right caps on output buffers.
5755
5756 2007-02-14  Wim Taymans  <wim@fluendo.com>
5757
5758         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5759         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5760         Clear stack allocated SDPMedia struct before calling _init() on it.
5761         Clarify this in the docs as well.
5762
5763 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5764
5765         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5766         (do_change_child):
5767         Don't reset the profile when going switching states, as it makes
5768         the element non-reusable.
5769
5770 2007-02-14  Wim Taymans  <wim@fluendo.com>
5771
5772         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5773         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5774         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5775         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5776         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5777         (sdp_parse_line):
5778         * gst/rtsp/sdpmessage.h:
5779         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5780         Fix memory management of SDP messages. Fixes #407793.
5781
5782 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5783
5784         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5785
5786         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5787         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5788
5789 2007-02-14  Wim Taymans  <wim@fluendo.com>
5790
5791         Patch by: jp.liu <jp_liu at astrocom dot cn>
5792
5793         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5794         Fix parsing of password field in url. Fixes #407797.
5795
5796 2007-02-14  Wim Taymans  <wim@fluendo.com>
5797
5798         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5799         (gst_wavparse_reset), (gst_wavparse_init),
5800         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5801         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5802         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5803         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5804         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5805         (gst_wavparse_loop), (gst_wavparse_chain),
5806         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5807         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5808         (plugin_init):
5809         * gst/wavparse/gstwavparse.h:
5810         Update docs.
5811         Use boilerplate.
5812         Various code cleanups.
5813         When the bitrate is not known (bps == 0 or compressed formats) let
5814         downstream element guestimate the duration and position and don't
5815         generate timestamps or durations. Fixes #405213.
5816         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5817         error flowreturn upstream.
5818
5819 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5820
5821         * ext/gconf/Makefile.am:
5822         * ext/gconf/gconf.c: (gst_gconf_get_string),
5823         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5824         (gst_gconf_render_bin_with_default):
5825         * ext/gconf/gconf.h:
5826         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5827         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5828         (gst_gconf_audio_sink_dispose), (do_change_child),
5829         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5830         (cb_change_child), (gst_gconf_audio_sink_change_state):
5831         * ext/gconf/gstgconfaudiosink.h:
5832         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5833         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5834         (gst_switch_sink_init), (gst_switch_sink_dispose),
5835         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5836         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5837         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5838         * ext/gconf/gstswitchsink.h:
5839         * gst/autodetect/gstautoaudiosink.c:
5840         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5841         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5842         (gst_auto_audio_sink_detect):
5843         * gst/autodetect/gstautovideosink.c:
5844         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5845         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5846         (gst_auto_video_sink_detect):
5847         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5848         and a child that implements the GConf key monitoring. The end goal of
5849         this is an audio sink that can be changed on the fly, but at the 
5850         moment it still only changes on the next READY transition.
5851
5852 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5853
5854         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5855         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5856         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5857         (gst_avi_demux_calculate_durations_from_index),
5858         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5859         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5860         (gst_avi_demux_loop):
5861           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5862
5863 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5864
5865         * configure.ac:
5866         * docs/plugins/Makefile.am:
5867           Add crossreferences to glib/gobject/gstream docs.
5868
5869 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5870
5871         * gst/monoscope/Makefile.am:
5872         * gst/monoscope/gstmonoscope.c:
5873           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5874           (but no LIBS, since we only use defines from the headers).
5875
5876 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5877
5878         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5879
5880         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5881         (gst_wavparse_stream_data):
5882           Fix massive memory leak when operating in streaming mode due to
5883           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5884           Fixes #407057.
5885
5886 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5887
5888         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5889         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5890         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5891         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5892         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5893         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5894         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5895         (gst_avi_demux_calculate_durations_from_index),
5896         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5897         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5898         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5899         * gst/avi/gstavidemux.h:
5900           Save some memory (8%) by repacking the index entry structure (more to
5901           come). Add more FIXMEs to questionable parts.
5902
5903 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5904
5905         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5906         (gst_v4l2src_get_caps):
5907         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5908         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5909         (gst_v4l2src_capture_init):
5910           More FIXME comments and messaging changes.
5911
5912 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5913
5914         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5915         (gst_goom_change_state):
5916         * gst/goom/gstgoom.h:
5917           Improved docs and use GST_DEBUG_FUNCPTR.
5918
5919         * gst/level/gstlevel.c: (gst_level_class_init):
5920           Use GST_DEBUG_FUNCPTR.
5921
5922         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5923         (gst_monoscope_chain), (gst_monoscope_change_state):
5924           Improved docs source cleanups.
5925
5926 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5927
5928         * gst/debug/Makefile.am:
5929         * gst/debug/gstdebug.c: (plugin_init):
5930         * gst/debug/gstpushfilesrc.c:
5931         * gst/debug/gstpushfilesrc.h:
5932           Add code for a pushfilesrc element that implements a pushfile:// URI
5933           handler, to make debugging push-mode operation of demuxer/decoders
5934           that support both easier in connection with seek/playbin/etc.
5935           The element isn't registered at the moment.
5936
5937 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5938
5939         * gst/avi/gstavimux.c:
5940           Comment a #if 0 in caps template definition as VS6 seems to 
5941         do not support it.
5942         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5943           Use gst_guint64_to_gdouble for conversion.
5944         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5945           Move variables declaration before the first instruction.
5946         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5947           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5948           And don't include netdb.h for G_OS_WIN32
5949         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5950           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5951           by VS6 then use an other way to initialize SDPMedia structure.
5952         * gst/udp/gstdynudpsink.h:
5953         * gst/udp/gstdynudpnetutils.h:
5954           Do not include <sys/time.h> for G_OS_WIN32
5955         * gst/udp/gstudpsrc.c:
5956           Define socklen_t as int for G_OS_WIN32
5957         * win/common/config.h.in:
5958           Undef HAVE_NETINET_IN_H
5959         * win32/vs6/gst_plugins_good.dsw:
5960         * win32/vs6/libgstrtp.dsp:
5961         * win32/vs6/libgstrtsp.dsp:
5962         * win32/vs6/libgstautogen.dsp:
5963         * win32/vs6/libgstaudiofx.dsp:
5964         * win32/vs6/libgstudp.dsp:
5965           Add and update project files.
5966         * win32/common/gstudp-enumtypes.c:
5967         * win32/common/gstudp-enumtypes.h:
5968           Add a copy of udp enumtypes to win32/common as in core 
5969           and base.
5970         
5971 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5972
5973         * configure.ac:
5974           Activate monoscope when building with --enable-experimental. Fix
5975           --enable-external configure switch description.
5976
5977         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5978         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5979           Help gst-indent.
5980
5981 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5984           Explicitly cast result of pointer arithmetic to integer in order to
5985           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5986
5987 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         * gst/debug/progressreport.c:
5990           Some more docs.
5991
5992 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5993
5994         * docs/plugins/inspect/plugin-rtp.xml:
5995           Update for new elements.
5996
5997         * gst/debug/progressreport.h:
5998           Commit newly-created header file as well.
5999
6000 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6001
6002         * docs/plugins/Makefile.am:
6003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6005         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6006         * gst/debug/Makefile.am:
6007         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6008         (gst_progress_report_do_query), (gst_progress_report_report):
6009           Make progressreport element post messages with the current progress
6010           on the bus. Also add some basic docs for it.
6011
6012 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         * ext/hal/hal.c: (gst_hal_get_string):
6015         * ext/hal/hal.h:
6016           Some small cleanups; deal with errors when parsing the HAL ALSA
6017           capabilities a bit better.
6018
6019 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6020
6021         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6022           Let's try this again and use the right cast this time.
6023
6024 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6025
6026         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6027           Add cast to avoid compiler warnings with older GLib versions
6028           where the nick/name members in GEnumValue are not declared as
6029           constant strings.
6030
6031 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6032
6033         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6034         (gst_gconf_render_bin_from_key),
6035         (gst_gconf_get_default_audio_sink):
6036         * ext/gconf/gconf.h:
6037         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6038         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6039         (gst_gconf_audio_sink_get_property):
6040           In gconfaudiosink, get the right key as the old key in do_toggle
6041           (ie. one dependent on the profile selected). Log some more stuff so
6042           we can see what's actually going on.
6043
6044 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6045
6046         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6047         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6048         (gst_audio_amplify_set_process_function),
6049         (gst_audio_amplify_setup):
6050         * gst/audiofx/audioamplify.h:
6051         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6052         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6053         * gst/audiofx/audioinvert.h:
6054         Some small cleanups and port both elements to the new GstAudioFilter
6055         base class to save a few lines of common code.
6056         * gst/audiofx/Makefile.am:
6057         Link against libgstaudio for the above changes
6058
6059 2007-01-29  Wim Taymans  <wim@fluendo.com>
6060
6061         * tests/check/elements/.cvsignore:
6062         Some more ignores.
6063
6064 2007-01-26  Wim Taymans  <wim@fluendo.com>
6065
6066         Patch by: charles <charlesg3 at gmail dot com>
6067
6068         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6069         (set_shout_metadata), (gst_shout2send_event):
6070         * ext/shout2/gstshout2.h:
6071         Properly handle tags in shout2send. Fixes #399825.
6072
6073 2007-01-25  Wim Taymans  <wim@fluendo.com>
6074
6075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6076         (gst_rtspsrc_activate_streams):
6077         Convert SDP fields to upper/lowercase following the rules in the SDP to
6078         caps document. 
6079
6080 2007-01-25  Wim Taymans  <wim@fluendo.com>
6081
6082         * gst/rtp/README:
6083         * gst/rtp/gstrtpilbcdepay.c:
6084         * gst/rtp/gstrtpilbcpay.c:
6085         * gst/rtp/gstrtpmp4gdepay.c:
6086         * gst/rtp/gstrtpmp4gpay.c:
6087         * gst/rtp/gstrtpspeexdepay.c:
6088         * gst/rtp/gstrtpspeexpay.c:
6089         * gst/rtp/gstrtpsv3vdepay.c:
6090         * gst/rtp/gstrtptheoradepay.c:
6091         * gst/rtp/gstrtptheorapay.c:
6092         * gst/rtp/gstrtpvorbisdepay.c:
6093         * gst/rtp/gstrtpvorbispay.c:
6094         Fix case of encoding-name and key/value pairs to match the document.
6095         This is to make interoperation with SDP case-insensitive as required by
6096         the relevant RFCs.
6097
6098 2007-01-25  Wim Taymans  <wim@fluendo.com>
6099
6100         * configure.ac:
6101         Bump required -core/-base to CVS
6102
6103 2007-01-25  Wim Taymans  <wim@fluendo.com>
6104
6105         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6106         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6107         * gst/rtp/gstrtpL16pay.h:
6108         Fill up to MTU using adapter.
6109         Timestamp rtp packets.
6110
6111 2007-01-25  Edward Hervey  <edward@fluendo.com>
6112
6113         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6114         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6115         Use G_GSIZE_FORMAT in print statements for portability.
6116         Fixes build on macosx.
6117
6118 2007-01-24  Wim Taymans  <wim@fluendo.com>
6119
6120         * gst/rtp/Makefile.am:
6121         * gst/rtp/gstrtp.c: (plugin_init):
6122         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6123         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6124         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6125         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6126         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6127         (gst_rtp_L16_depay_plugin_init):
6128         * gst/rtp/gstrtpL16depay.h:
6129         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6130         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6131         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6132         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6133         (gst_rtp_L16_pay_plugin_init):
6134         * gst/rtp/gstrtpL16pay.h:
6135         Port and enable raw audio payloader/depayloader. Needs a bit more work
6136         on the payloader side.
6137
6138 2007-01-24  Wim Taymans  <wim@fluendo.com>
6139
6140         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6141         (gst_rtspsrc_stream_configure_transport),
6142         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6143         * gst/rtsp/gstrtspsrc.h:
6144         Only unblock the udp pads when we linked and activated them all.
6145         Fixes #395688.
6146
6147 2007-01-24  Wim Taymans  <wim@fluendo.com>
6148
6149         * gst/rtp/Makefile.am:
6150         * gst/rtp/gstrtp.c: (plugin_init):
6151         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6152         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6153         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6154         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6155         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6156         * gst/rtp/gstrtpac3depay.h:
6157         Added simple AC3 depayloader (RFC 4184).
6158
6159         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6160         Fix a leak.
6161
6162 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6163
6164         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6165
6166         * gst/audiofx/Makefile.am:
6167         * gst/audiofx/audioamplify.c:
6168         (gst_audio_amplify_clipping_method_get_type),
6169         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6170         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6171         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6172         (gst_audio_amplify_set_caps),
6173         (gst_audio_amplify_transform_int_clip),
6174         (gst_audio_amplify_transform_int_wrap_negative),
6175         (gst_audio_amplify_transform_int_wrap_positive),
6176         (gst_audio_amplify_transform_float_clip),
6177         (gst_audio_amplify_transform_float_wrap_negative),
6178         (gst_audio_amplify_transform_float_wrap_positive),
6179         (gst_audio_amplify_transform_ip):
6180         * gst/audiofx/audioamplify.h:
6181         * gst/audiofx/audiofx.c: (plugin_init):
6182         Add new element "audioamplify". This allows scaling of raw audio
6183         samples, similar to the "volume" element, but provides different modes
6184         for clipping and allows unlimited amplification. It's mainly targeted
6185         for creative sound design and not as a replacement of the "volume"
6186         element. Fixes #397162
6187         * docs/plugins/Makefile.am:
6188         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6189         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6190         * docs/plugins/gst-plugins-good-plugins.args:
6191         * docs/plugins/inspect/plugin-audiofx.xml:
6192         Add docs for audioamplify and integrate them into the build system
6193         * tests/check/Makefile.am:
6194         * tests/check/elements/audioamplify.c: (setup_amplify),
6195         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6196         Add fairly extensive unit test suite for audioamplify
6197
6198 2007-01-24  Wim Taymans  <wim@fluendo.com>
6199
6200         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6201         Unblock pads after adding the pads to the element so that autopluggers
6202         get a change to link something. Possibly fixes #395688.
6203
6204 2007-01-24  Wim Taymans  <wim@fluendo.com>
6205
6206         * gst/rtp/gstrtpamrdepay.c:
6207         * gst/rtp/gstrtpgsmdepay.c:
6208         * gst/rtp/gstrtph263pdepay.c:
6209         * gst/rtp/gstrtph263ppay.c:
6210         * gst/rtp/gstrtph264depay.c:
6211         * gst/rtp/gstrtpilbcdepay.c:
6212         * gst/rtp/gstrtpmp2tdepay.c:
6213         * gst/rtp/gstrtpmp4gdepay.c:
6214         * gst/rtp/gstrtpmp4gpay.c:
6215         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6216         * gst/rtp/gstrtpmp4vpay.c:
6217         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6218         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6219         (gst_rtp_mpa_depay_process):
6220         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6221         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6222         * gst/rtp/gstrtppcmadepay.c:
6223         * gst/rtp/gstrtppcmudepay.c:
6224         * gst/rtp/gstrtpspeexdepay.c:
6225         * gst/rtp/gstrtpspeexpay.c:
6226         * gst/rtp/gstrtpsv3vdepay.c:
6227         * gst/rtp/gstrtptheoradepay.c:
6228         * gst/rtp/gstrtptheorapay.c:
6229         * gst/rtp/gstrtpvorbisdepay.c:
6230         * gst/rtp/gstrtpvorbispay.c:
6231         Fix caps with payload numbers.
6232         Add some fixed payload numbers to caps when possible.
6233
6234 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6235
6236         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6237
6238         * gst/audiofx/Makefile.am:
6239         * gst/audiofx/audiofx.c: (plugin_init):
6240         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6241         (gst_audio_invert_class_init), (gst_audio_invert_init),
6242         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6243         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6244         (gst_audio_invert_transform_float),
6245         (gst_audio_invert_transform_ip):
6246         * gst/audiofx/audioinvert.h:
6247         Add new audiofx element "audioinvert". This element swaps the upper
6248         and lower half of samples and can be used for example for a
6249         wide-stereo effect. Fixes #396057
6250         * docs/plugins/Makefile.am:
6251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6252         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6253         * docs/plugins/gst-plugins-good-plugins.args:
6254         * docs/plugins/inspect/plugin-audiofx.xml:
6255         Add docs for the audioinvert element and add them to the build system.
6256         * tests/check/Makefile.am:
6257         * tests/check/elements/audioinvert.c: (setup_invert),
6258         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6259         Add unit test suite for the audioinvert element.
6260
6261 2007-01-23  Wim Taymans  <wim@fluendo.com>
6262
6263         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6264         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6265         Parse config params as string and int.
6266         Parse and use AU header length
6267
6268 2007-01-23  Wim Taymans  <wim@fluendo.com>
6269
6270         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6271         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6272         * gst/smpte/gstmask.c: (_gst_mask_register):
6273         * gst/smpte/gstmask.h:
6274         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6275         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6276         (gst_smpte_paint_triangle_clock):
6277         constify some static structs.
6278         Don't update the mask if nothing changed to the params.
6279         Make sure we never draw outside of the picture. Fixes #398325.
6280
6281 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6282
6283         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6284           Error out properly when pull_range fails while we're reading the
6285           headers, instead of just pausing the task silently. Fixes #399338.
6286
6287 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6288
6289         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6290           Some more sanity checks to make sure the input formats match and the
6291           input pads are actually negotiated, in case someone tries to feed
6292           buffers from fakesrc or filesrc. Fixes #398299.
6293           Also const-ify an array, just because we can.
6294
6295 2007-01-19  Edward Hervey  <edward@fluendo.com>
6296
6297         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6298         Ignore previous commit, that was only valid for widths and heights
6299         that are multiples of 4.
6300         Copy over size/stride macros from jpegdec. This allows the element
6301         to work with any width,height...
6302         ... but puts in evidence that the actual transformations only work
6303         with width/height that are multiples of 4.
6304
6305 2007-01-19  Edward Hervey  <edward@fluendo.com>
6306
6307         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6308         Allocate buffers of the right size.
6309         The proper size of a I420 buffer in bytes is:
6310         
6311             width * height * 3
6312             ------------------
6313                     2
6314
6315 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6318           Proxy getcaps on sink pads too, so that we either end up with the
6319           same dimensions on all pads or error out if that's not possible
6320           (seems to work even!). Fixes #398086, I think.
6321
6322 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6325         * docs/plugins/gst-plugins-good-plugins.args:
6326         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6327           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6328           fix integer properties with -1 as minimum value.
6329
6330         * docs/plugins/inspect/plugin-1394.xml:
6331         * docs/plugins/inspect/plugin-aasink.xml:
6332         * docs/plugins/inspect/plugin-alaw.xml:
6333         * docs/plugins/inspect/plugin-alpha.xml:
6334         * docs/plugins/inspect/plugin-alphacolor.xml:
6335         * docs/plugins/inspect/plugin-annodex.xml:
6336         * docs/plugins/inspect/plugin-apetag.xml:
6337         * docs/plugins/inspect/plugin-audiofx.xml:
6338         * docs/plugins/inspect/plugin-auparse.xml:
6339         * docs/plugins/inspect/plugin-autodetect.xml:
6340         * docs/plugins/inspect/plugin-avi.xml:
6341         * docs/plugins/inspect/plugin-cacasink.xml:
6342         * docs/plugins/inspect/plugin-cairo.xml:
6343         * docs/plugins/inspect/plugin-cdio.xml:
6344         * docs/plugins/inspect/plugin-cutter.xml:
6345         * docs/plugins/inspect/plugin-debug.xml:
6346         * docs/plugins/inspect/plugin-dv.xml:
6347         * docs/plugins/inspect/plugin-efence.xml:
6348         * docs/plugins/inspect/plugin-effectv.xml:
6349         * docs/plugins/inspect/plugin-esdsink.xml:
6350         * docs/plugins/inspect/plugin-flac.xml:
6351         * docs/plugins/inspect/plugin-flxdec.xml:
6352         * docs/plugins/inspect/plugin-gconfelements.xml:
6353         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6354         * docs/plugins/inspect/plugin-goom.xml:
6355         * docs/plugins/inspect/plugin-halelements.xml:
6356         * docs/plugins/inspect/plugin-icydemux.xml:
6357         * docs/plugins/inspect/plugin-id3demux.xml:
6358         * docs/plugins/inspect/plugin-jpeg.xml:
6359         * docs/plugins/inspect/plugin-level.xml:
6360         * docs/plugins/inspect/plugin-matroska.xml:
6361         * docs/plugins/inspect/plugin-mulaw.xml:
6362         * docs/plugins/inspect/plugin-multipart.xml:
6363         * docs/plugins/inspect/plugin-navigationtest.xml:
6364         * docs/plugins/inspect/plugin-ossaudio.xml:
6365         * docs/plugins/inspect/plugin-png.xml:
6366         * docs/plugins/inspect/plugin-rtp.xml:
6367         * docs/plugins/inspect/plugin-rtsp.xml:
6368         * docs/plugins/inspect/plugin-shout2send.xml:
6369         * docs/plugins/inspect/plugin-smpte.xml:
6370         * docs/plugins/inspect/plugin-speex.xml:
6371         * docs/plugins/inspect/plugin-taglib.xml:
6372         * docs/plugins/inspect/plugin-udp.xml:
6373         * docs/plugins/inspect/plugin-videobalance.xml:
6374         * docs/plugins/inspect/plugin-videobox.xml:
6375         * docs/plugins/inspect/plugin-videoflip.xml:
6376         * docs/plugins/inspect/plugin-videomixer.xml:
6377         * docs/plugins/inspect/plugin-wavenc.xml:
6378         * docs/plugins/inspect/plugin-wavparse.xml:
6379         * docs/plugins/inspect/plugin-ximagesrc.xml:
6380           Update to CVS.
6381
6382 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6383
6384         Patch by: Sebastian Dröge <slomo circular-chaos org>
6385
6386         * gst/audiofx/audiopanorama.c:
6387           Fix doc section name (Fixes #397946)
6388
6389 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6390
6391         * sys/v4l2/gstv4l2object.c:
6392         (gst_v4l2_object_install_properties_helper),
6393         (gst_v4l2_object_set_property_helper),
6394         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6395         * sys/v4l2/gstv4l2object.h:
6396         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6397         (gst_v4l2src_init), (gst_v4l2src_set_property),
6398         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6399         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6400         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6401         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6402         (gst_v4l2src_capture_deinit):
6403           Fix EIO handing when capturing. Add new property to specify the number of
6404           buffers to enque (and remove the borked num-buffers usage).
6405
6406 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6407
6408         Patch by: Sebastian Dröge <slomo circular-chaos org>
6409
6410         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6411         (gst_audio_panorama_set_process_function):
6412           Use a function array for process methods, add more docs and define the
6413           startindex of enums.
6414
6415 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6416
6417         Patch by: Mark Nauwelaerts <manauw at skynet be>
6418
6419         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6420         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6421         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6422         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6423         (gst_avi_mux_riff_get_avi_header),
6424         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6425         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6426         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6427         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6428         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6429         (gst_avi_mux_change_state):
6430         * gst/avi/gstavimux.h:
6431         * tests/check/elements/avimux.c: (teardown_src_pad):
6432           Add support for more than one audio stream; write better AVIX
6433           header; refactor code a bit; don't announce vorbis caps on our audio
6434           sink pads since we don't support it anyway. Closes #379298.
6435
6436 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         Patch by: Sebastian Dröge <slomo circular-chaos org>
6439
6440         * gst/audiofx/audiopanorama.c:
6441         (gst_audio_panorama_method_get_type),
6442         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6443         (gst_audio_panorama_set_process_function),
6444         (gst_audio_panorama_set_property),
6445         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6446         (gst_audio_panorama_transform_m2s_int_simple),
6447         (gst_audio_panorama_transform_s2s_int_simple),
6448         (gst_audio_panorama_transform_m2s_float_simple),
6449         (gst_audio_panorama_transform_s2s_float_simple):
6450         * gst/audiofx/audiopanorama.h:
6451           Add 'method' property and provide a simple (non-psychoacustic)
6452           processing method (#394859).
6453
6454         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6455         (panorama_suite):
6456           Tests for new method.
6457
6458 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6461         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6462           Set correct caps on outgoing pulled buffers, or things blow up
6463           after recent core changes.
6464
6465 2007-01-11  Wim Taymans  <wim@fluendo.com>
6466
6467         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6468
6469         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6470         (gst_multipart_mux_request_new_pad),
6471         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6472         (gst_multipart_mux_change_state):
6473         Return FLOW errors ASAP. Fixes #394977.
6474         Misc cleanups.
6475
6476 2007-01-11  Wim Taymans  <wim@fluendo.com>
6477
6478         Patch by: Lutz Mueller <lutz at topfrose dot de>
6479
6480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6481         Check for stream pad before activating. 
6482
6483 2007-01-10  Wim Taymans  <wim@fluendo.com>
6484
6485         Patch by: Peter Kjellerstedt  <pkj at axis com>
6486
6487         * gst/rtsp/COPYING.MIT:
6488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6489         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6490         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6491         (gst_rtspsrc_stream_configure_transport),
6492         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6493         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6494         (gst_rtspsrc_parse_methods),
6495         (gst_rtspsrc_create_transports_string),
6496         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6497         (gst_rtspsrc_open), (gst_rtspsrc_close):
6498         * gst/rtsp/gstrtspsrc.h:
6499         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6500         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6501         (parse_request_line), (parse_line), (rtsp_connection_read),
6502         (rtsp_connection_close):
6503         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6504         (rtsp_method_as_text), (rtsp_header_as_text),
6505         (rtsp_status_as_text), (rtsp_find_header_field),
6506         (rtsp_find_method):
6507         * gst/rtsp/rtspdefs.h:
6508         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6509         (rtsp_ext_wms_configure_stream):
6510         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6511         (rtsp_message_new_request), (rtsp_message_init_request),
6512         (rtsp_message_new_response), (rtsp_message_init_response),
6513         (rtsp_message_init_data), (rtsp_message_unset),
6514         (rtsp_message_free), (rtsp_message_add_header),
6515         (rtsp_message_get_header), (rtsp_message_set_body),
6516         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6517         * gst/rtsp/rtspmessage.h:
6518         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6519         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6520         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6521         (sdp_message_dump):
6522         Allow url to be NULL to be able to use it for server connections.
6523         Can now send responses as well as requests.
6524         No longer hangs in an endless loop if EOF is received.
6525         Can now convert a status code to a text string.
6526         Return RTSP_HDR_INVALID for unknown headers.
6527         Return RTSP_INVALID for unknown methods.
6528         Copy CSeq and Session headers from the request.
6529         Only free memory corresponding to the currently set message type.
6530         Added const to function arguments as appropriate.
6531         Avoid a compiler warning when initializing nmedia.
6532         Use guint rather than gint to avoid compiler warnings.
6533         Fix crasher in wms extension.
6534         Factor out stream setup from open_connection.
6535         Delay activation of streams when actual data is received from the
6536         server, this prepares us to do proper protocol switching.
6537         Added new license.
6538         Fixes #380895.
6539
6540
6541 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6542
6543         Patch by: Sebastian Dröge <slomo ubuntu com>
6544
6545         * docs/plugins/Makefile.am:
6546         * gst/audiofx/audiopanorama.c:
6547           Some small docs fixes (#394851).
6548
6549 2007-01-09  Wim Taymans  <wim@fluendo.com>
6550
6551         * gst/avi/gstavidemux.c:
6552         Fix docs.
6553
6554 2007-01-09  Wim Taymans  <wim@fluendo.com>
6555
6556         * gst/rtp/Makefile.am:
6557         * gst/rtp/gstrtp.c: (plugin_init):
6558         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6559         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6560         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6561         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6562         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6563         * gst/rtp/gstrtpmpvdepay.h:
6564           Added RFC 2250 MPEG Video Depayloader.
6565
6566         * gst/rtp/gstrtpL16depay.h:
6567         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6568         (gst_rtp_h263p_depay_process):
6569         Fix Header file. Small cleanups.
6570
6571         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6572         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6573         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6574         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6575         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6576         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6577         (gst_rtp_mp4v_depay_change_state):
6578         Remove usused code. Remove Adapter from state Change. Added debug.
6579
6580         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6581         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6582         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6583         * gst/rtp/gstrtpmpadepay.h:
6584         Subclass base depayloader.
6585         Added debug.
6586         Support static payload type assignment as well.
6587
6588         * gst/rtp/gstrtpmpapay.c:
6589         Fix caps.
6590
6591 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6592
6593         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6594
6595         * ext/jpeg/gstjpegdec.c:
6596         * ext/jpeg/gstjpegenc.c:
6597         * ext/jpeg/smokecodec.c:
6598           These libjpeg callbacks should return a 'boolean' (unsigned char
6599           apparently) and not a 'gboolean' (which maps to gint). Fixes
6600           warnings when compiling with MingW (#393427).
6601
6602         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6603           Use ioctlsocket on win32.
6604
6605         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6606           Some printf format fixes for win32.
6607
6608 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6609
6610         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6611           Use gst_guint64_to_gdouble for conversion.
6612         * win32/vs6/libgstmatroska.dsp:
6613           Add zlib to the link.
6614         * win32/vs6/libgstvideobox.dsp:
6615           Update liboil library name (project is linked to 
6616           liboil-0.3-0.lib now).
6617           
6618 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         * gst/matroska/Makefile.am:
6621           If zlib is available and used, we must link it explicitly for
6622           things to work on MingW (fixes #392855).
6623
6624 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6625
6626         * ext/esd/esdsink.c: (gst_esdsink_delay):
6627           Don't return bogus values when esd_get_delay() fails for some
6628           reason (#392189).
6629
6630 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6631
6632         * sys/ximage/gstximagesrc.c: (composite_pixel):
6633           Fix presumably copy'n'pasto for 16bpp depth.
6634
6635 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * gst/matroska/matroska-mux.c:
6638         (gst_matroska_mux_audio_pad_setcaps):
6639           The "signed" field in audio caps is of boolean type, trying to use
6640           gst_structure_get_int() to extract it will fail. Fixing this makes
6641           matroskamux accept raw audio input (#387121) (use at your own risk
6642           though, due to the matroska spec being not entirely useful in this
6643           respect).
6644           Also fix up raw audio structures in template caps so that they
6645           represent what our setcaps function will actually accept, so that
6646           converters know what to convert to.
6647           Finally, don't fail if there isn't an "endianness" field in 8-bit
6648           PCM caps.
6649
6650 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6651
6652         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6653         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6654         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6655         (teardown_cmmldec):
6656         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6657         (teardown_cmmlenc):
6658         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6659           reapply consistent pad (de)activation
6660
6661 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6662
6663         * configure.ac:
6664         Back to CVS
6665
6666         * gst-plugins-good.doap:
6667         Add 0.10.5 doap entry
6668
6669 === release 0.10.5 ===
6670
6671 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6672
6673         * configure.ac:
6674           releasing 0.10.5, "The Path of Thorns"
6675
6676 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6677
6678         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6679         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6680         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6681         (teardown_cmmldec):
6682         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6683         (teardown_cmmlenc):
6684         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6685           revert my freeze breakage
6686
6687 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6688
6689         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6690         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6691         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6692         (teardown_cmmldec):
6693         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6694         (teardown_cmmlenc):
6695         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6696           consistent pad (de)activation
6697
6698 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6699
6700         * configure.ac:
6701         * ext/Makefile.am:
6702         Disable LADPSA, as it has moved to the -bad module for the duration.
6703
6704 2006-12-18  Wim Taymans  <wim@fluendo.com>
6705
6706         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6707         (gst_signal_processor_event):
6708         Reset flow_state back to _OK after a flush stop so that we exit our
6709         error state after the flush. Fixes #374213
6710
6711 2006-12-16  David Schleef  <ds@schleef.org>
6712
6713         * sys/osxvideo/osxvideosink.h:
6714         * sys/osxvideo/osxvideosink.m:
6715           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6716
6717 2006-12-16  David Schleef  <ds@schleef.org>
6718
6719         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6720
6721         * sys/osxvideo/Makefile.am:
6722         * sys/osxvideo/osxvideosink.h:
6723         * sys/osxvideo/osxvideosink.m:
6724           Preliminary patch for porting osxvideosink
6725
6726 2006-12-16  Wim Taymans  <wim@fluendo.com>
6727
6728         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6729
6730         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6731         (gst_videomixer_set_master_geometry),
6732         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6733         (gst_videomixer_reset), (gst_videomixer_init),
6734         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6735         (gst_videomixer_release_pad), (gst_videomixer_collected),
6736         (gst_videomixer_change_state):
6737         Introduce some locking around the videomixer state so that it does not
6738         crash when adding/removing pads. Fixes #383043.
6739
6740 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6741
6742         * configure.ac:
6743           Make sure libcaca can actually be used instead of just checking for
6744           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6745           cross-compiling (fixes #384587).
6746
6747 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6748
6749         * Makefile.am:
6750         * gst-plugins-good.doap:
6751         * gst-plugins-good.spec.in:
6752           adding doap file
6753
6754 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * configure.ac:
6757           libflac-1.1.3 changed API again, but we can't build against it yet,
6758           so make sure our check doesn't use libflac-1.1.3 and add a comment
6759           to this effect.
6760
6761 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6762
6763         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6764         (gst_quarktv_planetable_clear):
6765           Add some NULL pointer checks (possibly related to #385623).
6766
6767 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6768
6769         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6770         (gst_tag_demux_chain):
6771         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6772           In streaming mode, if the first buffer we get doesn't have an
6773           offset, fix it up to be 0, otherwise trimming won't work later on
6774           and we'll be typefinding application/x-id3, which may result in
6775           decodebin plugging an endless number of id3demux elements as a
6776           consequence. Fixes #385031.
6777           
6778 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6779
6780         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6781           Ignore the buffer_time the sound device reports. Turns out it is 
6782           sometimes completely bogus and we're better off without it.
6783
6784 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6785
6786         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6787         (gst_matroska_demux_video_caps):
6788         * gst/matroska/matroska-ids.c:
6789         (gst_matroska_track_init_video_context):
6790         * gst/matroska/matroska-ids.h:
6791           Try harder to extract the framerate for video tracks correctly and
6792           save it directly instead of converting it back and forth a few
6793           times. Mostly makes a difference for very small framerates (<1).
6794           Fixes #380199.
6795
6796 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6797
6798         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6799         (gst_gconf_audio_src_dispose), (do_toggle_element):
6800         * ext/gconf/gstgconfaudiosrc.h:
6801           Remove gconf notify hook when the gconfaudiosrc element is
6802           destroyed, otherwise the callback may be called on an
6803           already-destroyed instance and bad things happen. Should fix
6804           #378184.
6805           Also ignore gconf key changes when the source is already running.
6806
6807 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         Patch by: Sebastian Dröge  <mail at slomosnail de>
6810
6811         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6812           We need to be able to read and parse any possible floating point string
6813           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6814           will parse the former only in certain locales though, so we really need
6815           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6816           make sure we can parse either version at all times.
6817           Fixes #382982 for real.
6818
6819 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6820
6821         * sys/sunaudio/gstsunaudiomixerctrl.c:
6822         * sys/sunaudio/gstsunaudiosrc.c:
6823
6824         Use the sunaudio debug category.
6825
6826         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6827         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6828         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6829         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6830         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6831         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6832         (gst_sunaudiosink_reset):
6833         * sys/sunaudio/gstsunaudiosink.h:
6834
6835         Uses the sunaudio debug category for all debug output
6836         Implements the _delay() callback to synchronise video playback better
6837         Change the segtotal and segsize values back to the parent class 
6838           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6839           respectively)
6840         Measure the samples written to the device vs. played.
6841         Keep track of segments in the device by writing empty eof frames, and
6842         sleep using a GCond when we get too far ahead and risk overrunning the
6843         sink's ringbuffer.
6844
6845         Fixes: #360673
6846
6847 2006-12-08  Wim Taymans  <wim@fluendo.com>
6848
6849         Patch by: Sebastian Dröge  <mail at slomosnail de >
6850
6851         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6852         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6853         * gst/audiofx/audiopanorama.h:
6854         Fix audiopanorame with float samples. Fixes #383726.
6855
6856 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6857
6858         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6859         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6860         (gst_sunaudiosrc_reset):
6861
6862         Implement reset functions to unblock the src/sink more quickly on 
6863         state change requests.
6864         Patch by: Brian Cameron <brian dot cameron at sun com>
6865
6866 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6867
6868         * sys/sunaudio/gstsunaudiomixer.c:
6869         (gst_sunaudiomixer_change_state):
6870         Construct the correct mixer device name when the AUDIODEV env var
6871         is set.
6872
6873         Patch by: Jerry Tan <jerry.tan at sun dot com>
6874         Fixes: #383596
6875
6876 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6877
6878         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6879         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6880         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6881         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6882         Patch by: Jerry Tan <jerry.tan at sun dot com>
6883         Fixes: #349015
6884
6885 2006-12-07  Wim Taymans  <wim@fluendo.com>
6886
6887         * gst/smpte/gstmask.h:
6888         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6889         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6890         (gst_smpte_collected), (gst_smpte_set_property),
6891         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6892         * gst/smpte/gstsmpte.h:
6893         Port to 0.10 some more. 
6894         Added duration property to specify the duration of the transition.
6895         Make framerate a fraction.
6896         Deprecate fps property, we only use negotiated fps.
6897         Added docs.
6898         Fix collectpad usage.
6899         Reset state in READY.
6900         Send NEWSEGMENT event.
6901         Fix racy updates of object properties.
6902         Added debug category.
6903         Fixes #383323.
6904
6905 2006-12-06  Wim Taymans  <wim@fluendo.com>
6906
6907         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6908
6909         * gst/videomixer/videomixer.c:
6910         (gst_videomixer_set_master_geometry),
6911         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6912         Don't reset xpos and ypos in the setcaps function because causes
6913         unexpected behaviour.
6914         Fixes #382179.
6915
6916 2006-12-06  Wim Taymans  <wim@fluendo.com>
6917
6918         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6919         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6920         Keep track of the buffer timestamp in the collectdata member instead
6921         of modifying the buffer without making the metadata writable first.
6922         Fixes #382277.
6923
6924 2006-12-06  Wim Taymans  <wim@fluendo.com>
6925
6926         Patch by: Rob Taylor <robtaylor at floopily dot org>
6927
6928         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6929         If using multicast in udpsrc, bind to the multicast address rather than
6930         IN_ADDR_ANY.
6931         This allows the simultanous use of multiple udpsrcs listening on
6932         different multicat addresses. Without this all udpsrcs will receive all
6933         packets from all subscribed multicast addresses.
6934         Fixes #383001.
6935
6936 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6937
6938         * ext/taglib/gstid3v2mux.cc:
6939         Don't attempt to write a NULL frame into the ID3 tag set when the 
6940         createFrame method returned NULL.
6941         Fixes: #381857
6942         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6943
6944 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6945
6946         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6947         Use g_strtod() instead of sscanf to parse doubles, so that it will
6948         try parsing in the C locale if the current locale fails.
6949         Fixes: #382982
6950         Patch by: Sebastian Dröge  <mail at slomosnail de >
6951
6952 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6953
6954         * win32/MANIFEST:
6955         Fix compilation on win32 under VS8
6956         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6957         Partially fixes #381175
6958
6959 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6960
6961         * gst/avi/gstavimux.c:
6962           accept all mpegversions,fixes #380825
6963           spotted by: Jerome Alet  
6964
6965 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6966
6967         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6968         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6969         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6970         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6971           cleanup the error message a bit more
6972
6973 2006-11-28  Wim Taymans  <wim@fluendo.com>
6974
6975         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6976         Fix width and height properties.
6977
6978         * ext/libcaca/gstcacasink.h:
6979         Fix compilation on newer libcaca that require us to include a new
6980         header. Fixes #379918.
6981
6982 2006-11-28  Wim Taymans  <wim@fluendo.com>
6983
6984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6985         * gst/rtsp/gstrtspsrc.h:
6986         * gst/rtsp/rtspext.h:
6987         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6988         (rtsp_ext_wms_get_context):
6989         Add method so that extensions can choose to disable the setup of
6990         a stream.
6991         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6992
6993 2006-11-27  Wim Taymans  <wim@fluendo.com>
6994
6995         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6996
6997         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6998         Push header in a separate buffer instead of memcpy:ing all data.
6999         Change LF => CRLF in headers.
7000         Move trailing LF to header. Fixes #379792.
7001
7002 2006-11-27  Wim Taymans  <wim@fluendo.com>
7003
7004         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7005         Small buffer overflow fix and improve debugging.
7006
7007 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7008
7009         * ext/esd/esdmon.h:
7010         * ext/esd/esdsink.h:
7011           remove obsolete _factory_init protos
7012
7013 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7014
7015         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7016         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7017         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7018         (gst_avi_demux_read_subindexes_push),
7019         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7020         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7021         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7022         (gst_avi_demux_massage_index),
7023         (gst_avi_demux_calculate_durations_from_index),
7024         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7025         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7026         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7027           remove dead code, tweak debugs statements, add comments, use
7028           _uint64_scale instead _uint64_scale_int when using guint64 values,
7029           small optimizations, reflow some error handling
7030
7031 2006-11-22  Edward Hervey  <edward@fluendo.com>
7032
7033         * po/.cvsignore:
7034         We never put .pot files in cvs. Let's ignore them all.
7035
7036 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7037
7038         * po/POTFILES.in:
7039           ... but better exclude files that aren't disted.
7040
7041 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7042
7043         * po/POTFILES.in:
7044           Add v4l2 source files to list of files with translations, so the
7045           strings are actually extracted (however bad they still may be).
7046
7047 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7048
7049         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7050           Minor clean-ups: const-ify static array, remove trailing comma from
7051           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7052
7053 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7054
7055         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7056         Make sure that g_free always gets called on the same pointer that was 
7057         returned by g_malloc.  Fixes #376594.
7058         Do not leak memory if decompressed size is wrong.
7059         Remove unneeded check of return value of g_malloc.
7060         Patch by: René Stadler <mail@renestadler.de>
7061
7062 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7065           Add missing curly brackets.
7066
7067 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7068
7069         * sys/v4l2/v4l2src_calls.c:
7070         Fix capture_deinit.
7071
7072 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7073
7074         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7075         (gst_matroska_mux_request_new_pad):
7076           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7077
7078         * tests/check/elements/matroskamux.c: (setup_src_pad),
7079         (setup_sink_pad), (GST_START_TEST):
7080         Activate pads before using them.
7081
7082 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7085           Initialise variable to get rid of bogus compiler warning.
7086
7087 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7088
7089         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7090
7091         * gst/rtp/gstrtph263pay.c:
7092         * gst/rtp/gstrtph263pdepay.c:
7093         * gst/rtp/gstrtph263ppay.c:
7094           Specify H.263 variant and version in the caps (fixes #361637)
7095
7096 2006-11-15  Wim Taymans  <wim@fluendo.com>
7097
7098         * gst/rtsp/rtspconnection.c: (read_body):
7099         Don't set a data pointer to NULL and a size > 0 when we deal
7100         with empty packets.
7101
7102         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7103         (rtsp_message_init_response), (rtsp_message_init_data),
7104         (rtsp_message_unset), (rtsp_message_free),
7105         (rtsp_message_take_body):
7106         Check that we can't create invalid empty packets. 
7107
7108 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7111
7112         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7113         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7114         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7115         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7116         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7117         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7118         * gst/matroska/matroska-mux.h:
7119           Add basic tag writing support; implement releasing pads (#374658).
7120
7121 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7124         (gst_matroska_demux_audio_caps):
7125           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7126
7127 2006-11-14  David Schleef  <ds@schleef.org>
7128
7129         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7130
7131 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7134
7135         * win32/vs8/gst-plugins-good.sln:
7136         * win32/vs8/libgst1394.vcproj:
7137         * win32/vs8/libgstaasink.vcproj:
7138         * win32/vs8/libgstalaw.vcproj:
7139         * win32/vs8/libgstalpha.vcproj:
7140         * win32/vs8/libgstalphacolor.vcproj:
7141         * win32/vs8/libgstannodex.vcproj:
7142         * win32/vs8/libgstapetag.vcproj:
7143         * win32/vs8/libgstaudiofx.vcproj:
7144         * win32/vs8/libgstauparse.vcproj:
7145         * win32/vs8/libgstautodetect.vcproj:
7146         * win32/vs8/libgstavi.vcproj:
7147         * win32/vs8/libgstcacasink.vcproj:
7148         * win32/vs8/libgstcdio.vcproj:
7149         * win32/vs8/libgstcutter.vcproj:
7150         * win32/vs8/libgstdv.vcproj:
7151         * win32/vs8/libgsteffectv.vcproj:
7152         * win32/vs8/libgstflac.vcproj:
7153         * win32/vs8/libgstflxdec.vcproj:
7154         * win32/vs8/libgstgoom.vcproj:
7155         * win32/vs8/libgsticydemux.vcproj:
7156         * win32/vs8/libgstid3demux.vcproj:
7157         * win32/vs8/libgstjpeg.vcproj:
7158         * win32/vs8/libgstladspa.vcproj:
7159         * win32/vs8/libgstlevel.vcproj:
7160         * win32/vs8/libgstmatroska.vcproj:
7161         * win32/vs8/libgstmikmod.vcproj:
7162         * win32/vs8/libgstmng.vcproj:
7163         * win32/vs8/libgstmonoscope.vcproj:
7164         * win32/vs8/libgstmulaw.vcproj:
7165         * win32/vs8/libgstmultipart.vcproj:
7166         * win32/vs8/libgstpng.vcproj:
7167         * win32/vs8/libgstrtp.vcproj:
7168         * win32/vs8/libgstrtsp.vcproj:
7169         * win32/vs8/libgstshout2.vcproj:
7170         * win32/vs8/libgstsmpte.vcproj:
7171         * win32/vs8/libgstspeex.vcproj:
7172         * win32/vs8/libgsttaglib.vcproj:
7173         * win32/vs8/libgstudp.vcproj:
7174         * win32/vs8/libgstvideobalance.vcproj:
7175         * win32/vs8/libgstvideobox.vcproj:
7176         * win32/vs8/libgstvideoflip.vcproj:
7177         * win32/vs8/libgstvideomixer.vcproj:
7178         * win32/vs8/libgstwavenc.vcproj:
7179         * win32/vs8/libgstwavparse.vcproj:
7180           Make end-of-line returns unixy, so that when the files are checked
7181           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7182           Hopefully fixes #366492.
7183
7184 2006-11-14  Wim Taymans  <wim@fluendo.com>
7185
7186         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7187         Disable init_frames delay timestamp adjustment, it does not
7188         seem to be needed at all. Fixes #369621.
7189
7190 2006-11-13  Wim Taymans  <wim@fluendo.com>
7191
7192         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7193
7194         * gst/videomixer/videomixer.c:
7195         (gst_videomixer_set_master_geometry),
7196         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7197         (gst_videomixer_collect_free), (gst_videomixer_reset),
7198         (gst_videomixer_init), (gst_videomixer_finalize),
7199         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7200         (gst_videomixer_collected), (gst_videomixer_change_state):
7201         Fix memleak by unref'ing collectpads instance (when finalizing)
7202         Implement releasing a request pad. Fixes #374479.
7203
7204 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7207
7208         * win32/vs8/gst-plugins-good.sln:
7209         * win32/vs8/libgst1394.vcproj:
7210         * win32/vs8/libgstaasink.vcproj:
7211         * win32/vs8/libgstalaw.vcproj:
7212         * win32/vs8/libgstalpha.vcproj:
7213         * win32/vs8/libgstalphacolor.vcproj:
7214         * win32/vs8/libgstannodex.vcproj:
7215         * win32/vs8/libgstapetag.vcproj:
7216         * win32/vs8/libgstaudiofx.vcproj:
7217         * win32/vs8/libgstauparse.vcproj:
7218         * win32/vs8/libgstautodetect.vcproj:
7219         * win32/vs8/libgstavi.vcproj:
7220         * win32/vs8/libgstcacasink.vcproj:
7221         * win32/vs8/libgstcdio.vcproj:
7222         * win32/vs8/libgstcutter.vcproj:
7223         * win32/vs8/libgstdv.vcproj:
7224         * win32/vs8/libgsteffectv.vcproj:
7225         * win32/vs8/libgstflac.vcproj:
7226         * win32/vs8/libgstflxdec.vcproj:
7227         * win32/vs8/libgstgoom.vcproj:
7228         * win32/vs8/libgsticydemux.vcproj:
7229         * win32/vs8/libgstid3demux.vcproj:
7230         * win32/vs8/libgstjpeg.vcproj:
7231         * win32/vs8/libgstladspa.vcproj:
7232         * win32/vs8/libgstlevel.vcproj:
7233         * win32/vs8/libgstmatroska.vcproj:
7234         * win32/vs8/libgstmikmod.vcproj:
7235         * win32/vs8/libgstmng.vcproj:
7236         * win32/vs8/libgstmonoscope.vcproj:
7237         * win32/vs8/libgstmulaw.vcproj:
7238         * win32/vs8/libgstmultipart.vcproj:
7239         * win32/vs8/libgstpng.vcproj:
7240         * win32/vs8/libgstrtp.vcproj:
7241         * win32/vs8/libgstrtsp.vcproj:
7242         * win32/vs8/libgstshout2.vcproj:
7243         * win32/vs8/libgstsmpte.vcproj:
7244         * win32/vs8/libgstspeex.vcproj:
7245         * win32/vs8/libgsttaglib.vcproj:
7246         * win32/vs8/libgstudp.vcproj:
7247         * win32/vs8/libgstvideobalance.vcproj:
7248         * win32/vs8/libgstvideobox.vcproj:
7249         * win32/vs8/libgstvideoflip.vcproj:
7250         * win32/vs8/libgstvideomixer.vcproj:
7251         * win32/vs8/libgstwavenc.vcproj:
7252         * win32/vs8/libgstwavparse.vcproj:
7253           Add VS8 project files (note that many of the plugins in ext are
7254           disabled by default). Fixes #366492.
7255
7256 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7257
7258         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7259           we do not translate debug messages
7260
7261 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7262
7263         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7264           fix categorisation, make short desc more explicit, remove unused code
7265           Fixes #372021
7266
7267 2006-11-08  Wim Taymans  <wim@fluendo.com>
7268
7269         * gst/rtp/gstrtpL16depay.c:
7270         * gst/rtp/gstrtpamrdepay.c:
7271         * gst/rtp/gstrtpamrpay.c:
7272         * gst/rtp/gstrtpgsmdepay.c:
7273         * gst/rtp/gstrtph263pay.c:
7274         * gst/rtp/gstrtph263pdepay.c:
7275         * gst/rtp/gstrtph263ppay.c:
7276         * gst/rtp/gstrtph264depay.c:
7277         * gst/rtp/gstrtpmp2tdepay.c:
7278         * gst/rtp/gstrtpmp4gdepay.c:
7279         * gst/rtp/gstrtpmp4gpay.c:
7280         * gst/rtp/gstrtpmp4vdepay.c:
7281         * gst/rtp/gstrtpmp4vpay.c:
7282         * gst/rtp/gstrtpmpadepay.c:
7283         * gst/rtp/gstrtpmpapay.c:
7284         * gst/rtp/gstrtppcmadepay.c:
7285         * gst/rtp/gstrtppcmapay.c:
7286         * gst/rtp/gstrtppcmudepay.c:
7287         * gst/rtp/gstrtppcmupay.c:
7288         * gst/rtp/gstrtpspeexdepay.c:
7289         * gst/rtp/gstrtpspeexpay.c:
7290         * gst/rtp/gstrtpsv3vdepay.c:
7291         Fix element descriptions.
7292
7293 2006-11-08  Wim Taymans  <wim@fluendo.com>
7294
7295         * gst/rtp/gstrtpvorbisdepay.c:
7296         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7297         Fix description.
7298         Small cleanup in the payloader.
7299
7300 2006-11-08  Wim Taymans  <wim@fluendo.com>
7301
7302         * gst/rtp/Makefile.am:
7303         * gst/rtp/gstrtp.c: (plugin_init):
7304         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7305         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7306         (gst_rtp_theora_depay_finalize),
7307         (gst_rtp_theora_depay_parse_configuration),
7308         (gst_rtp_theora_depay_setcaps),
7309         (gst_rtp_theora_depay_switch_codebook),
7310         (gst_rtp_theora_depay_process),
7311         (gst_rtp_theora_depay_set_property),
7312         (gst_rtp_theora_depay_get_property),
7313         (gst_rtp_theora_depay_change_state),
7314         (gst_rtp_theora_depay_plugin_init):
7315         * gst/rtp/gstrtptheoradepay.h:
7316         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7317         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7318         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7319         (gst_rtp_theora_pay_init_packet),
7320         (gst_rtp_theora_pay_flush_packet),
7321         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7322         (gst_rtp_theora_pay_handle_buffer),
7323         (gst_rtp_theora_pay_plugin_init):
7324         * gst/rtp/gstrtptheorapay.h:
7325         Add theora pay/depayloaders.
7326
7327 2006-11-06  Wim Taymans  <wim@fluendo.com>
7328
7329         * gst/rtp/Makefile.am:
7330         We depend on gsttag to generate the vorbis comments.
7331
7332         * gst/rtp/gstrtpvorbisdepay.c:
7333         (gst_rtp_vorbis_depay_parse_configuration),
7334         (gst_rtp_vorbis_depay_setcaps),
7335         (gst_rtp_vorbis_depay_switch_codebook),
7336         (gst_rtp_vorbis_depay_process):
7337         * gst/rtp/gstrtpvorbisdepay.h:
7338         Parse configuration string in the depayloader.
7339         Implement selecting and switching to a new codebook.
7340         Receiving vorbis over RTP now works.
7341
7342         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7343         (gst_rtp_vorbis_pay_init_packet),
7344         (gst_rtp_vorbis_pay_finish_headers),
7345         (gst_rtp_vorbis_pay_handle_buffer):
7346         * gst/rtp/gstrtpvorbispay.h:
7347         Set timestamps on outgoing buffers and RTP packets.
7348         Fix configuration string, prepend number of Packet headers.
7349         Fix encoding of ident string.
7350         Add delivery-method to caps.
7351         Streaming vorbis over RTP now works.
7352
7353 2006-11-06  Wim Taymans  <wim@fluendo.com>
7354
7355         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7356         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7357         (gst_rtp_vorbis_pay_handle_buffer):
7358         * gst/rtp/gstrtpvorbispay.h:
7359         Generate a valid configuration string in the caps based on the
7360         vorbis headers.
7361
7362 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7365         * ext/cdio/gstcdio.h:
7366         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7367           Move CD-TEXT utility function into common file so it can also be
7368           used by a future cdioparanoiasrc.
7369
7370 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7371         
7372         * sys/v4l2/Makefile.am:
7373         * sys/v4l2/gstv4l2object.c:
7374         * sys/v4l2/gstv4l2src.c:
7375         * sys/v4l2/gstv4l2xoverlay.c:
7376         * sys/v4l2/v4l2_calls.c:
7377         * sys/v4l2/v4l2src_calls.c:
7378         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7379         xoverlay code that is still not implemented.
7380
7381 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7382
7383         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7384           We require a -base more recent than 0.10.9, so it's safe to use
7385           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7386
7387         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7388         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7389           Use _newsegment_full() now that we depend on a recent enough core.
7390
7391         * gst/wavparse/gstwavparse.c:
7392           Remove cruft that we don't need any longer now that we depend on
7393           a recent enough -base.
7394
7395 2006-10-31  Wim Taymans  <wim@fluendo.com>
7396
7397         * gst/rtp/Makefile.am:
7398         * gst/rtp/gstrtp.c: (plugin_init):
7399         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7400         (gst_rtpilbcpay_setcaps):
7401         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7402
7403 2006-10-31  Wim Taymans  <wim@fluendo.com>
7404
7405         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7406         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7407         Some small cleanups, use _scale.
7408
7409 2006-10-31  Wim Taymans  <wim@fluendo.com>
7410
7411         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7412         Use higher precision scale function.
7413
7414 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7415
7416         Patch by: Michal Benes  <michal dot benes at itonis tv>
7417
7418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7419         (gst_matroska_demux_read_track_encodings),
7420         (gst_matroska_decode_buffer):
7421           Fix several issues with encoded/compressed/encrypted/signed tracks;
7422           also, remove superfluous newline characters from some debug
7423           statements. (#366155)
7424
7425 2006-10-30  Wim Taymans  <wim@fluendo.com>
7426
7427         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7428         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7429         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7430         (gst_smokedec_change_state):
7431         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7432         (gst_smokeenc_init), (gst_smokeenc_finalize),
7433         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7434         (gst_smokeenc_resync), (gst_smokeenc_chain),
7435         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7436         (gst_smokeenc_change_state):
7437         Various cleanups, capsnego and leak fixes.
7438
7439 2006-10-30  Wim Taymans  <wim@fluendo.com>
7440
7441         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7442
7443         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7444         Fix videomixer so that it can handle any combination of framerates.
7445         Fixes #367221.
7446
7447 2006-10-28  Wim Taymans  <wim@fluendo.com>
7448
7449         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7450         (gst_avi_demux_parse_file_header),
7451         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7452         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7453         (gst_avi_demux_chain):
7454         Fix position query for audio. also fixes timestamps in streaming
7455         mode and bug #364958.
7456         Small cleanups.
7457
7458 2006-10-27  Wim Taymans  <wim@fluendo.com>
7459
7460         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7461         * ext/libpng/gstpngenc.h:
7462         Fix strides. Fixes #364856.
7463         Cleanup capsnego.
7464         Set caps on outgoing buffers.
7465
7466 2006-10-18  Wim Taymans  <wim@fluendo.com>
7467
7468         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7469
7470         * gst/rtp/gstrtpgsmpay.c:
7471         * gst/rtp/gstrtph263pay.c:
7472         * gst/rtp/gstrtpmpapay.c:
7473         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7474         (gst_rtp_pcma_pay_handle_buffer):
7475         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7476         Add static payload numbers in addition to the dynamic ones.
7477         Fixes #361639.
7478
7479 2006-10-18  Wim Taymans  <wim@fluendo.com>
7480
7481         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7482         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7483         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7484         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7485         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7486         * gst/rtsp/rtspdefs.h:
7487         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7488         * gst/rtsp/rtspurl.h:
7489         Reuse already existing enum for lower transport.
7490         Add rtspt and rtspu protocols.
7491         Send redirect to rtspt when udp times out.
7492
7493 2006-10-18  Wim Taymans  <wim@fluendo.com>
7494
7495         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7496         (gst_wavparse_stream_data):
7497         Fix seeking some more, mostly for speed changes.
7498
7499 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         Patch by: Fredrik Persson  <frepe at bredband net>
7502
7503         * sys/v4l2/gstv4l2tuner.c:
7504         * sys/v4l2/gstv4l2tuner.h:
7505           Fix _set_channel(): remove useless g_object_notify() for "channel"
7506           property that doesn't exist any longer and therefore now also
7507           useless redirect (#338818).
7508
7509 2006-10-17  Wim Taymans  <wim@fluendo.com>
7510
7511         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7512         Some drivers do not support unsetting the non-blocking flag once the
7513         device is opened. In those cases, close/open the device in
7514         non-blocking mode. Fixes #362673.
7515
7516 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7517
7518         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7519         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7520         (gst_v4l2src_get_fps):
7521           dear stefan, framespersecond is not frameperiod, reverting but adding
7522           comment
7523
7524 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7525
7526         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7527         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7528         (gst_v4l2src_get_fps):
7529           Numerator is numerator and denominator is denominator. Say that aloud
7530           5 times and retry after next beer.
7531
7532 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7533
7534         Patch by: Josep Torra Valles  <josep at fluendo com>
7535
7536         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7537         * ext/esd/esdsink.c: (gst_esdsink_write):
7538         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7539         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7540         (gst_flac_dec_send_newsegment):
7541         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7542         (gst_flac_enc_tell_callback):
7543         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7544         (smokecodec_parse_header), (smokecodec_decode):
7545         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7546         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7547         * gst/goom/Makefile.am:
7548         * gst/goom/gstgoom.c:
7549         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7550         * gst/rtsp/gstrtspsrc.c:
7551         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7552         * gst/udp/gstudpsink.c:
7553         * gst/udp/gstudpsrc.c:
7554         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7555         * sys/sunaudio/gstsunaudiomixertrack.h:
7556           Fix a bunch of problems discovered by the Forte compiler, mostly type
7557           mixups and pointer arithmetics with void pointers. Fixes #362603.
7558
7559 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7560
7561         * ext/speex/gstspeex.c: (plugin_init):
7562         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7563         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7564         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7565         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7566         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7567         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7568         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7569         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7570         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7571         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7572         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7573         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7574         * ext/speex/gstspeexenc.h:
7575           Miscellaneous clean-ups, among other things: speexenc => enc to
7576           enhance code readability; change speexenc => speex_enc; in chain
7577           function unref input buffer in case of error; take reference in
7578           event function; use boilerplate macro; use gst_pad_query_peer_*
7579           convenience functions.
7580
7581 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7582
7583         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7584         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7585         (gst_speexenc_set_header_on_caps):
7586           Fix some mem leaks.
7587
7588 2006-10-11  Wim Taymans  <wim@fluendo.com>
7589
7590         * gst/rtsp/URLS:
7591         Added some other URL.
7592
7593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7594         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7595         (gst_rtspsrc_open), (gst_rtspsrc_play),
7596         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7597         * gst/rtsp/gstrtspsrc.h:
7598         Work on fallback to TCP connection when the UDP socket times out.
7599         Handler server requests, just reply with OK for now.
7600
7601         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7602         * gst/rtsp/rtspdefs.h:
7603         Added some more Real extension headers.
7604
7605         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7606         Fix parsing of urls with a ':' that is not part of the hostname:port
7607         part of the url.
7608
7609 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7610
7611         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7612         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7613         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7614           Activate pad before adding it to the already-running element.
7615
7616         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7617           Activate newly-created pad too.
7618
7619 2006-10-11  Wim Taymans  <wim@fluendo.com>
7620
7621         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7622
7623         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7624         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7625         (gst_udpsrc_start):
7626         Fix some leaks in caps and uris. Fixes #361252.
7627
7628 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7629
7630         * gst/wavparse/Makefile.am:
7631           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7632
7633 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7634
7635         * sys/v4l2/gstv4l2xoverlay.c:
7636         * sys/v4l2/gstv4l2xoverlay.h:
7637         Fix build as per the patch in #338818 comment 36.
7638
7639 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7640
7641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7642           Activate pads before adding them to the source.
7643
7644 2006-10-06  Wim Taymans  <wim@fluendo.com>
7645
7646         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7647         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7648         Activate pads before adding.
7649
7650 2006-10-06  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7653         (gst_multipart_find_pad_by_mime):
7654         Activate pads before adding.
7655
7656         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7657         BOILERPLATE sets parent_class for us.
7658
7659 2006-10-06  Wim Taymans  <wim@fluendo.com>
7660
7661         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7662         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7663         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7664         (gst_rtspsrc_alloc_udp_ports),
7665         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7666         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7667         (gst_rtspsrc_create_transports_string),
7668         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7669         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7670         * gst/rtsp/gstrtspsrc.h:
7671         Rework how the transport string is constructed, try to share channels
7672         and udp ports.
7673         Make most of the stuff less dependant on RTP as we are also going to use
7674         it for RDT.
7675         Add support for transport specific session managers.
7676
7677         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7678         Implement _flush().
7679
7680         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7681         * gst/rtsp/rtspdefs.h:
7682         Add generic error return code.
7683
7684         * gst/rtsp/rtspext.h:
7685         Add support for pluggable tranport strings.
7686
7687         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7688         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7689         (rtsp_ext_wms_get_context):
7690         Detect WMServer and activate the extension.
7691
7692         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7693         (rtsp_transport_get_manager), (rtsp_transport_parse):
7694         * gst/rtsp/rtsptransport.h:
7695         Added methods to get mime/manager for certain transports.
7696
7697 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7698
7699         * ext/cairo/gsttimeoverlay.c:
7700         (gst_cairo_time_overlay_update_font_height):
7701         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7702         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7703         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7704         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7705         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7706         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7707         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7708         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7709         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7710         (gst_avi_demux_stream_data):
7711         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7712         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7713         (gst_fenced_buffer_copy):
7714         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7716         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7718         (gst_rtspsrc_handle_message):
7719         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7720         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7721           Printf format fixes.
7722
7723 2006-10-04  Wim Taymans  <wim@fluendo.com>
7724
7725         * gst/rtsp/Makefile.am:
7726         Dist new .h file too.
7727
7728 2006-10-04  Wim Taymans  <wim@fluendo.com>
7729
7730         * gst/rtsp/Makefile.am:
7731         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7732         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7734         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7735         (gst_rtspsrc_parse_rtpmap),
7736         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7737         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7738         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7739         * gst/rtsp/gstrtspsrc.h:
7740         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7741         * gst/rtsp/rtspdefs.h:
7742         * gst/rtsp/rtspext.h:
7743         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7744         (rtsp_ext_wms_get_context):
7745         * gst/rtsp/rtspextwms.h:
7746         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7747         (rtsp_transport_parse):
7748         * gst/rtsp/rtsptransport.h:
7749         Factor out extension in separate module.
7750         Fix getcaps to filter against the padtemplate.
7751         Use Content-Base if the server gives one.
7752         Rework the transport parsing a bit for future extensions.
7753         Added some Real Header field definitions.
7754
7755 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7756
7757         * docs/plugins/Makefile.am:
7758         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7759         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7760           added v4l2 stubs
7761         * gst-plugins-good.spec.in:
7762           add v4l2
7763
7764 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7767           Extract disc/album/medium number and count and try harder
7768           to extract track number/count.
7769
7770 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7771
7772         * configure.ac:
7773         * sys/Makefile.am:
7774           add build stuff for v4l2, needs --enable-experimental until
7775           the last bits are resolved
7776
7777 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * tests/check/Makefile.am:
7780           Disable autodetect test temporarily, so that the build bots
7781           update -bad and the ranks of unreliable video sinks in there.
7782
7783         * tests/check/elements/autodetect.c: (GST_START_TEST):
7784           Skip test if no usable videosink is found.
7785
7786 2006-09-29  Wim Taymans  <wim@fluendo.com>
7787
7788         * gst/rtsp/URLS:
7789         Add some more URLs.
7790
7791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7792         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7793         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7794         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7795         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7796         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7797         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7798         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7799         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7800         * gst/rtsp/gstrtspsrc.h:
7801         Add timeout property to control UDP timeouts.
7802         Fix error messages.
7803         Also start a loop function when operating in UDP mode so that we can
7804         do some more stuff async.
7805         Handle element messages from udpsrc to detect timeouts. If a timeout
7806         happens we currently generate an error.
7807         API: rtspsrc::timeout property.
7808
7809         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7810         (gst_udpsrc_create):
7811         Really implement the timeout in microseconds and not milliseconds.
7812
7813 2006-09-29  Wim Taymans  <wim@fluendo.com>
7814
7815         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7816         (gst_udpsrc_create), (gst_udpsrc_set_property),
7817         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7818         * gst/udp/gstudpsrc.h:
7819         Added property to post a message on timeout.
7820         Updated docs.
7821         When restarting the select, initialize the fdsets again.
7822         Init control sockets so we don't accidentally close a random socket.
7823         API: GstUDPSrc::timeout property
7824
7825 2006-09-29  Wim Taymans  <wim@fluendo.com>
7826
7827         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7828         Fix flag registration.
7829
7830         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7831         Reading 0 also means 'no more commands'
7832
7833 2006-09-29  Wim Taymans  <wim@fluendo.com>
7834
7835         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7836
7837         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7838         Fix possible infinite loop when shutting down, a read can also return
7839         0 to indicate no more messages are available. Fixes #358156.
7840
7841 2006-09-25  Wim Taymans  <wim@fluendo.com>
7842
7843         * gst/autodetect/gstautoaudiosink.c:
7844         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7845         (gst_auto_audio_sink_find_best):
7846         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7847         Small cleanups.
7848         don't try to set "sync" property when it is not available.
7849
7850 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         Patch by: Peter Kjellerstedt  <pkj at axis com>
7853
7854         * gst/alpha/gstalpha.c:
7855         * gst/rtp/gstrtpamrdepay.c:
7856         * gst/rtsp/gstrtspsrc.c:
7857         * gst/udp/gstudpsrc.c:
7858         * gst/videomixer/videomixer.c:
7859           Include stdlib.h in some more places, makes things compile
7860           with uClibc and -Werror (#357592).
7861
7862 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7863
7864         * ext/jpeg/gstjpegdec.c:
7865           Set minimum height to 8 (from 16), our code should handle
7866           that fine. Some of the buttons on the apple trailer site
7867           are apparently only 15 pixels high (see #357470).
7868
7869 2006-09-23  Wim Taymans  <wim@fluendo.com>
7870
7871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7872         (gst_rtspsrc_open):
7873         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7874         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7875         (rtsp_connection_receive):
7876         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7877         * gst/rtsp/rtspdefs.h:
7878         Improve error reporting.
7879
7880 2006-09-23  Wim Taymans  <wim@fluendo.com>
7881
7882         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7883         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7884         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7885         * gst/rtp/gstrtpdepay.c:
7886         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7887         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7888         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7889         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7890         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7891         (gst_rtp_mp2t_depay_plugin_init):
7892         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7893         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7894         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7895         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7896         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7897         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7898         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7899         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7900         Fix klass typos.
7901         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7902
7903 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         * configure.ac:
7906           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7907
7908 2006-09-22  Wim Taymans  <wim@fluendo.com>
7909
7910         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7911         Don't check for a tag that is never there and check if we read the
7912         correct tag. Fixes seeking again.
7913         We must post an error when all pads are unlinked.
7914
7915 2006-09-22  Wim Taymans  <wim@fluendo.com>
7916
7917         * gst/rtp/Makefile.am:
7918         * gst/rtp/gstrtp.c: (plugin_init):
7919         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7920         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7921         (gst_rtp_vorbis_pay_reset_packet),
7922         (gst_rtp_vorbis_pay_init_packet),
7923         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7924         (gst_rtp_vorbis_pay_handle_buffer):
7925         More fixage, set endoder-params correctly in the payloader.
7926
7927 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         * gst/autodetect/gstautoaudiosink.c:
7930         (gst_auto_audio_sink_base_init):
7931         * gst/autodetect/gstautovideosink.c:
7932         (gst_auto_video_sink_base_init):
7933           Make static pad templates static to appease valgrind's leak
7934           detector.
7935
7936         * tests/check/Makefile.am:
7937         * tests/check/elements/.cvsignore:
7938         * tests/check/elements/autodetect.c: (GST_START_TEST),
7939         (autodetect_suite):
7940           Add simple test for the ghostpad lockup on shutdown fixed in core
7941           CVS (audio bit disabled because it would need dozens of alsa
7942           suppressions and I'm too lazy to add those now).
7943
7944 2006-09-22  Wim Taymans  <wim@fluendo.com>
7945
7946         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7947         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7948         Small cleanups.
7949
7950         * gst/rtp/Makefile.am:
7951         * gst/rtp/gstrtp.c: (plugin_init):
7952         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7953         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7954         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7955         (gst_rtp_vorbis_depay_process),
7956         (gst_rtp_vorbis_depay_set_property),
7957         (gst_rtp_vorbis_depay_get_property),
7958         (gst_rtp_vorbis_depay_change_state),
7959         (gst_rtp_vorbis_depay_plugin_init):
7960         * gst/rtp/gstrtpvorbisdepay.h:
7961         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7962         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7963         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7964         (gst_rtp_vorbis_pay_flush_packet),
7965         (gst_rtp_vorbis_pay_append_buffer),
7966         (gst_rtp_vorbis_pay_handle_buffer),
7967         (gst_rtp_vorbis_pay_plugin_init):
7968         * gst/rtp/gstrtpvorbispay.h:
7969         Add experimental vorbis pay and depayloaders.
7970
7971 2006-09-21  Wim Taymans  <wim@fluendo.com>
7972
7973         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7974         Fix profile-level-id parsing and setup.
7975
7976 2006-09-21  Wim Taymans  <wim@fluendo.com>
7977
7978         * gst/udp/README:
7979         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7980         Update README, simple cleanup.
7981
7982 2006-09-21  Wim Taymans  <wim@fluendo.com>
7983
7984         * gst/rtp/README:
7985         Update README with some examples.
7986
7987         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7988         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7989         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7990         (gst_rtp_mp4g_pay_setcaps):
7991         * gst/rtp/gstrtpmp4gpay.h:
7992         Make optional RTP parameters of type STRING, as required by the
7993         application/x-rtp caps specification.
7994
7995 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7996
7997         * gst/rtp/gstrtph263pdepay.c:
7998         * gst/rtp/gstrtph263ppay.c:
7999         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8000         RTP header.
8001
8002 2006-09-20  Wim Taymans  <wim@fluendo.com>
8003
8004         * gst/rtp/Makefile.am:
8005         And makefile too.
8006
8007 2006-09-20  Wim Taymans  <wim@fluendo.com>
8008
8009         * gst/rtp/gstrtp.c: (plugin_init):
8010         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8011         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8012         (decode_base64), (gst_rtp_asf_depay_setcaps),
8013         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8014         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8015         (gst_rtp_asf_depay_plugin_init):
8016         * gst/rtp/gstrtpasfdepay.h:
8017         Added preliminary ASF depayloader.
8018
8019         * gst/rtp/gstrtph264depay.c: (decode_base64):
8020         Fix base64 decoding.
8021
8022 2006-09-20  Wim Taymans  <wim@fluendo.com>
8023
8024         * gst/rtsp/URLS:
8025         Added some test URLS.
8026
8027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8028         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8029         * gst/rtsp/gstrtspsrc.h:
8030         When creating streams, give access to the complete SDP.
8031         Fix some leaks.
8032         Collect and merge global stream properties in stream caps.
8033         Preliminary support for WMServer.
8034
8035         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8036         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8037         (rtsp_connection_receive):
8038         * gst/rtsp/rtspconnection.h:
8039         Make connection interruptable.
8040         Refactor to make it reconnectable.
8041         Don't fail on short reads when reading data packets.
8042
8043         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8044         (rtsp_url_get_port):
8045         * gst/rtsp/rtspurl.h:
8046         Add methods for getting/setting the port.
8047
8048         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8049         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8050         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8051         (sdp_media_get_format), (sdp_parse_line),
8052         (sdp_message_parse_buffer):
8053         Fix headers. 
8054         Add methods for getting multiple attributes with the same name.
8055         Increase buffer size when parsing.
8056         Fix parsing of a=foo fields.
8057
8058         * gst/rtsp/test.c: (main):
8059         Update to new connection API.
8060
8061         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8062         (rtsp_message_init_response), (rtsp_message_init_data),
8063         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8064         * gst/rtsp/rtspmessage.h:
8065         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8066         * gst/rtsp/rtsptransport.h:
8067         * gst/rtsp/sdp.h:
8068         * gst/rtsp/sdpmessage.h:
8069         * gst/rtsp/gstrtsp.c:
8070         * gst/rtsp/gstrtsp.h:
8071         * gst/rtsp/gstrtpdec.c:
8072         * gst/rtsp/gstrtpdec.h:
8073         * gst/rtsp/rtsp.h:
8074         * gst/rtsp/rtspdefs.c:
8075         * gst/rtsp/rtspdefs.h:
8076         Dual licensed under MIT and LGPL now.
8077
8078 2006-09-19  Wim Taymans  <wim@fluendo.com>
8079
8080         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8081         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8082         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8083         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8084         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8085         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8086         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8087         * gst/rtsp/gstrtspsrc.h:
8088         Reorganize stream parsing and creation.
8089         Detect container formats in interleaved mode.
8090         Keep more state about the streams.
8091         Assume a server also supports PLAY if it does not say.
8092         Add unicast and interleaved properties to TCP transport requests to make
8093         some servers happy (WMServer).
8094
8095         * gst/rtsp/sdpmessage.h:
8096         Add some defines for the standard Bandwidth types.
8097
8098 2006-09-19  Wim Taymans  <wim@fluendo.com>
8099
8100         * gst/rtsp/test.c: (main):
8101         Fix build.
8102
8103 2006-09-19  Wim Taymans  <wim@fluendo.com>
8104
8105         * gst/wavparse/gstwavparse.c:
8106         Add ms-gsm to the src template.
8107
8108 2006-09-18  Wim Taymans  <wim@fluendo.com>
8109
8110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8111         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8112         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8113         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8114         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8115         * gst/rtsp/gstrtspsrc.h:
8116         Small cleanups, added documentation.
8117         Try to clean up the requests and responses.
8118         Refactor parsing the supported methods.
8119
8120         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8121         (rtsp_connection_create), (rtsp_connection_send),
8122         (parse_response_status), (parse_request_line),
8123         (rtsp_connection_receive), (rtsp_connection_close),
8124         (rtsp_connection_free):
8125         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8126         (rtsp_transport_init), (rtsp_transport_parse),
8127         (rtsp_transport_free):
8128         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8129         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8130         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8131         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8132         Use g_return_val some more.
8133
8134         * gst/rtsp/rtspdefs.h:
8135         Add more enum values to track initial states.
8136
8137         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8138         (rtsp_message_init_request), (rtsp_message_new_response),
8139         (rtsp_message_init_response), (rtsp_message_init_data),
8140         (rtsp_message_unset), (rtsp_message_free),
8141         (rtsp_message_add_header), (rtsp_message_remove_header),
8142         (rtsp_message_get_header), (rtsp_message_set_body),
8143         (rtsp_message_take_body), (rtsp_message_get_body),
8144         (rtsp_message_steal_body), (rtsp_message_dump):
8145         * gst/rtsp/rtspmessage.h:
8146         Reorder arguments, object goes as the first one.
8147         Use g_return_val some more.
8148
8149 2006-09-18  Wim Taymans  <wim@fluendo.com>
8150
8151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8152         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8153         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8154         * gst/rtsp/gstrtspsrc.h:
8155         Export sometimes source pad with correct caps on the template, create
8156         the ghostpad from the template.
8157         Remove RTCP template as we never expose RTCP.
8158         Protect against invalid body size.
8159         Avoid memcpy when creating the output buffer.
8160         Properly post an error and send EOS when the loop function is shut down.
8161
8162 2006-09-18  Wim Taymans  <wim@fluendo.com>
8163
8164         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8165
8166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8167         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8168         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8169         * gst/rtsp/gstrtspsrc.h:
8170         Make sure we can never set an invalid location.
8171
8172         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8173         * gst/rtsp/rtspmessage.h:
8174         Added _steal_body method for future use.
8175
8176         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8177         Make freeing of NULL url return immediatly.
8178
8179 2006-09-18  Wim Taymans  <wim@fluendo.com>
8180
8181         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8182
8183         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8184         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8185         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8186         (gst_rtspsrc_change_state):
8187         * gst/rtsp/gstrtspsrc.h:
8188         Use boilerplate.
8189         Make rtspsrc subclass GstBin to make state changes easier.
8190         Add Range header field on the PLAY request.
8191
8192 2006-09-18  Wim Taymans  <wim@fluendo.com>
8193
8194         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8195
8196         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8197         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8198         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8199         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8200         * gst/rtsp/rtspconnection.c: (inet_aton):
8201         Small cleanups.
8202         when multicast is selected as the transport, create UDP sources and
8203         connect to the multicast group.
8204         Move parsing and setting of caps to a common place.
8205         Fixes #349894.
8206
8207 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8208
8209         * ext/flac/gstflactag.c:
8210         * gst/alpha/gstalpha.c:
8211         * gst/debug/breakmydata.c:
8212         * gst/debug/negotiation.c:
8213         * gst/debug/testplugin.c:
8214         * gst/effectv/gstaging.c:
8215         * gst/effectv/gstdice.c:
8216         * gst/effectv/gstedge.c:
8217         * gst/effectv/gstquark.c:
8218         * gst/effectv/gstrev.c:
8219         * gst/effectv/gstshagadelic.c:
8220         * gst/effectv/gstvertigo.c:
8221         * gst/effectv/gstwarp.c:
8222         * gst/multipart/multipartdemux.c:
8223         * gst/multipart/multipartmux.c:
8224         * gst/videobox/gstvideobox.c:
8225         * gst/videofilter/gstgamma.c:
8226         * gst/videofilter/gstvideotemplate.c:
8227         * gst/videomixer/videomixer.c:
8228         * sys/sunaudio/gstsunaudiosrc.h:
8229         More G_OBJECT macro fixing.
8230
8231 2006-09-16  Wim Taymans  <wim@fluendo.com>
8232
8233         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8234
8235         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8236         Correctly set the dwLength in strh.
8237         With this patch, the file duration is now displayed correctly in window
8238         media player and the AVI plays completely. Fixes #356147
8239
8240 2006-09-15  Wim Taymans  <wim@fluendo.com>
8241
8242         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8243
8244         * sys/sunaudio/gstsunaudiomixerctrl.c:
8245         (gst_sunaudiomixer_ctrl_build_list):
8246         Set the output track as the MASTER so that the gnome-settings-daemon
8247         keybindings for changing the volume using the keyboard works.
8248         Fixes #356142.
8249
8250 2006-09-15  Wim Taymans  <wim@fluendo.com>
8251
8252         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8253         Fix documentation, it is not possible to control the framerate of jpegdec
8254         using filtered caps yet. Fixes #355210.
8255         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8256         stop when there is an error.
8257
8258 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8259
8260         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8261         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8262           Don't interpret a first buffer with an offset of NONE as
8263           'from the middle of the stream', but only a first buffer
8264           that has a valid buffer offset that's non-zero (see #345449).
8265
8266 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8267
8268         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8269         (gst_icydemux_typefind_or_forward):
8270         * gst/icydemux/gsticydemux.h:
8271           When we merge/collect multiple incoming buffers for typefinding
8272           purposes, keep an initial 0 offset on the first outgoing buffer
8273           as well (otherwise id3demux won't work right). Fixes #345449.
8274           Also Make buffer metadata writable before setting buffer caps.
8275
8276         * tests/check/elements/icydemux.c: (typefind_succeed),
8277         (cleanup_icydemux), (push_data), (GST_START_TEST),
8278         (icydemux_suite):
8279           Small test case for the above.
8280
8281 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8282
8283         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8284         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8285         (gst_avi_demux_stream_header_push),
8286         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8287         (gst_avi_demux_loop):
8288           More code reuse and better logging in _peek_chunk(). Reintroduce check
8289           for chunk sizes before reading them (avoid oom). Better handling for 
8290           invalid chunksizes when streaming.
8291
8292 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8293
8294         * gst/level/gstlevel.c: (gst_level_set_property):
8295         * gst/level/gstlevel.h:
8296           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8297           René Stadler
8298
8299 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8300
8301         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8302         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8303         (gst_avi_demux_stream_data):
8304           Revert one change to fix streaming avi (adapter size != data size).
8305
8306 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8307
8308         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8309
8310         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8311         (gst_matroska_demux_reset),
8312         (gst_matroska_demux_read_track_encodings),
8313         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8314         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8315         (gst_matroska_demux_subtitle_caps):
8316         * gst/matroska/matroska-ids.h:
8317           Add support for VOBSUB subtitle tracks and zlib-compressed
8318           tracks. Make sure we start on a keyframe after a seek. (#343348)
8319
8320 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8321
8322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8323         (gst_matroska_demux_push_flac_codec_priv_data),
8324         (gst_matroska_demux_push_xiph_codec_priv_data),
8325         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8326         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8327         * gst/matroska/matroska-ids.h:
8328           Add basic FLAC support (#311586), not perfect yet though, needs some
8329           tweaking in flacdec; also, seeking could be better.
8330           Do better bounds checking when deserialising vorbis stream headers
8331           to make sure we don't read beyond the end of the buffer on bad input.
8332
8333 2006-09-04  Wim Taymans  <wim@fluendo.com>
8334
8335         Patch by: Alessandro Decina <alessandro at nnva dot org>
8336
8337         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8338         Seeking back in a file containing a CMML stream errors out if the seek
8339         goes back up to the CMML headers. This is because after the seek the xml
8340         processing instruction <?xml ...?> is submitted to the xml parser again, 
8341         which results in an error. The attached patch fixes the problem. 
8342         Fixes #353908.
8343
8344         * ext/annodex/gstcmmlenc.h:
8345         Fix authors name.
8346
8347
8348 2006-08-28  Andy Wingo  <wingo@pobox.com>
8349
8350         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8351         New helper function to lessen the ifdefs.
8352         (GST_INFO_OBJECT): 
8353         (gst_dv1394src_iso_receive): Use it.
8354         (gst_dv1394src_create): Also use the control sockets in iec61883
8355         mode.
8356         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8357         handle for AVC operations; fixes #348233.
8358
8359 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8360
8361         * configure.ac:
8362         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8363         * docs/plugins/inspect/plugin-audiofx.xml:
8364         * docs/plugins/inspect/plugin-audiofxgood.xml:
8365         * gst/audiofx/Makefile.am:
8366         * gst/audiofx/audiofx.c:
8367         * gst/audiofxgood/.cvsignore:
8368         * gst/audiofxgood/Makefile.am:
8369         * gst/audiofxgood/audiofx.c:
8370         * gst/audiofxgood/audiopanorama.c:
8371         * gst/audiofxgood/audiopanorama.h:
8372           Rename again (audiofxgood -> audiofx).
8373
8374 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8375
8376         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8377         (gst_avi_demux_stream_scan):
8378           Initialze variables.
8379
8380 2006-08-25  Wim Taymans  <wim@fluendo.com>
8381
8382         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8383         (gst_avi_demux_init), (gst_avi_demux_finalize),
8384         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8385         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8386         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8387         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8388         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8389         (gst_avi_demux_massage_index),
8390         (gst_avi_demux_calculate_durations_from_index),
8391         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8392         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8393         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8394         (gst_avi_demux_change_state):
8395         * gst/avi/gstavidemux.h:
8396         More attempts to turn this into readable code.
8397         Don't leak adapters.
8398         Calculate duration according to index more efficiently.
8399         Don't try to act like we drive the pipeline in chain mode.
8400
8401 2006-08-25  Wim Taymans  <wim@fluendo.com>
8402
8403         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8404         Fix build.
8405
8406 2006-08-25  Wim Taymans  <wim@fluendo.com>
8407
8408         Patch by: Alessandro Decina <alessandro at nnva dot org>
8409
8410         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8411         Do some extra sanity checks.
8412         Fixes #350340.
8413
8414         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8415         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8416         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8417         Check if clip->start_time is valid before adding the clip to the
8418         track list.
8419         Reset enc->preamble going from PAUSED to READY.
8420         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8421         only used for EOS.
8422         Only post an error message if we were the one that created the fatal
8423         GstFlowReturn value.
8424
8425         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8426         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8427         Parse the seconds field of the npt-sec time format using %llu rather than
8428         %d and check that the value scaled by GST_SECOND doesn't overflow.
8429         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8430         Lookup a clip's track with clip->track rather than clip->id which
8431         makes no sense.
8432         Identify a clip by its track and start time and not its xml id.
8433         do some more input checking and make sure we don't do undefined shifts.
8434
8435         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8436         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8437         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8438         (push_clip), (push_empty_clip), (check_output_clip),
8439         (GST_START_TEST), (cmmldec_suite):
8440         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8441         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8442         (check_headers), (push_clip), (check_clip_times), (check_clip),
8443         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8444         Added some more checks.
8445
8446 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8447
8448         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8449         (gst_audio_panorama_set_property),
8450         (gst_audio_panorama_get_property),
8451         (gst_audio_panorama_transform_m2s_int),
8452         (gst_audio_panorama_transform_s2s_int),
8453         (gst_audio_panorama_transform_m2s_float),
8454         (gst_audio_panorama_transform_s2s_float):
8455         * gst/audiofxgood/audiopanorama.h:
8456         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8457           Make also the pan-property float (saves scaling and yields better
8458           resolution)
8459
8460 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8461
8462         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8463         (gst_audio_panorama_transform_m2s_float),
8464         (gst_audio_panorama_transform_s2s_float):
8465           ChangeLog surgery to add cymax's real name
8466
8467
8468 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8469
8470         Patch by: René Stadler <mail@renestadler.de>
8471
8472         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8473         (gst_audio_panorama_transform_m2s_int),
8474         (gst_audio_panorama_transform_s2s_int),
8475         (gst_audio_panorama_transform_m2s_float),
8476         (gst_audio_panorama_transform_s2s_float),
8477         (gst_audio_panorama_transform):
8478         * gst/audiofxgood/audiopanorama.h:
8479           Added float support
8480
8481 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8482
8483         * gst/audiofxgood/audiopanorama.c:
8484         (gst_audio_panorama_transform_m2s):
8485           Fix docs & debug category. Add Fixme for volume pan levels.
8486
8487 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8488
8489         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8490         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8491         (gst_avi_demux_stream_header_pull),
8492         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8493         (gst_avi_demux_chain):
8494           unbreak AVI index handling, some more debug, remove an obsolete
8495           adapter_flush that caused streaming to wander off in the wild
8496
8497 2006-08-24  Wim Taymans  <wim@fluendo.com>
8498
8499         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8500         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8501         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8502         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8503         (gst_avi_demux_calculate_durations_from_index),
8504         (gst_avi_demux_stream_header_push),
8505         (gst_avi_demux_stream_header_pull):
8506         * gst/avi/gstavidemux.h:
8507         Some more cleanups. 
8508         Fix totalFrames parsing in ODML.
8509         Disable use of index for length calculation in case of ODML as this is
8510         broken now.
8511
8512 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8515           Use libgsttag helper function here too.
8516
8517 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8518
8519         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8520         (gst_avi_demux_init), (gst_avi_demux_dispose),
8521         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8522         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8523         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8524         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8525         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8526         (gst_avi_demux_parse_subindex),
8527         (gst_avi_demux_read_subindexes_push),
8528         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8529         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8530         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8531         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8532         (gst_avi_demux_stream_header_pull),
8533         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8534         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8535         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8536         (gst_avi_demux_change_state):
8537         * gst/avi/gstavidemux.h:
8538           Initial streaming support for avidemux (fixes #336465)
8539
8540 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8541
8542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8543           There is no taglibmux element ...
8544
8545         * gst/rtsp/gstrtspsrc.c:
8546           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8547           was complaining about unknown entity here.
8548
8549 2006-08-22  Wim Taymans  <wim@fluendo.com>
8550
8551         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8552         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8553         (gst_avi_demux_process_next_entry):
8554         * gst/avi/gstavidemux.h:
8555         Mark DISCONT.
8556         Remove old unused fields and reorder the struct a bit.
8557
8558 2006-08-22  Wim Taymans  <wim@fluendo.com>
8559
8560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8561         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8562         (gst_rtspsrc_pause):
8563         * gst/rtsp/gstrtspsrc.h:
8564         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8565         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8566         Small documentation updates.
8567
8568 2006-08-22  Wim Taymans  <wim@fluendo.com>
8569
8570         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8571         (gst_avi_demux_index_entry_for_time),
8572         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8573         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8574         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8575         (gst_avi_demux_next_data_buffer),
8576         (gst_avi_demux_calculate_durations_from_index),
8577         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8578         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8579         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8580         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8581         * gst/avi/gstavidemux.h:
8582         Precalc most of the duration query for each stream.
8583         Make seeking more correct.
8584         Use GstSegment to track position and duration.
8585         Code cleanups and leak fixes.
8586         Calculate correct total duration based on index length.
8587
8588 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8589
8590         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8591         (parse_insert_string_field):
8592           If strings in text fields are marked ISO8859-1, but contain
8593           valid UTF-8 already, then handle them as UTF-8 and ignore
8594           the encoding. (#351794)
8595
8596 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8597
8598         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8599         (gst_flac_dec_write), (gst_flac_dec_loop),
8600         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8601         (gst_flac_dec_src_query):
8602         * ext/flac/gstflacdec.h:
8603           Make flac-in-ogg work (#352100).
8604
8605 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8606
8607         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8608           Don't unref buffers of which we've already given away
8609           ownership to the adapter.
8610
8611 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8612
8613         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8614           Make metadata extraction actually work.
8615
8616         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8617         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8618         (gst_speexenc_chain):
8619           Fix metadata writing: replace old code which wrote completely
8620           broken tags with libgsttag-based code. Plus miscellaneous
8621           code cleanups (use static pad templates etc.) and a bunch
8622           of leak fixes.
8623
8624 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8625
8626         * gst/audiopanorama/.cvsignore:
8627         * gst/audiopanorama/Makefile.am:
8628         * gst/audiopanorama/audiofx.c:
8629         * gst/audiopanorama/audiopanorama.c:
8630         * gst/audiopanorama/audiopanorama.h:
8631           die! die! die! you should never have been there
8632
8633 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8634
8635         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8636         Fix invalid memory access in audiopanorama test suite.
8637
8638 2006-08-21  Edward Hervey  <edward@fluendo.com>
8639
8640         * tests/check/elements/.cvsignore:
8641         ignore built file
8642
8643 2006-08-21  Wim Taymans  <wim@fluendo.com>
8644
8645         * gst/rtp/Makefile.am:
8646         Fix the build again.
8647
8648 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8649
8650         * gst/audiofxgood/.cvsignore:
8651         * gst/audiofxgood/Makefile.am:
8652         * gst/audiofxgood/audiofx.c: (plugin_init):
8653         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8654         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8655         (gst_audio_panorama_set_property),
8656         (gst_audio_panorama_get_property),
8657         (gst_audio_panorama_get_unit_size),
8658         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8659         (gst_audio_panorama_transform_m2s),
8660         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8661         * gst/audiofxgood/audiopanorama.h:
8662           resubmit with the desired name *again*
8663
8664 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8665
8666         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8667         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8668           use g_assert in _get_unit_size
8669
8670 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8671
8672         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8673         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8674         * docs/plugins/inspect/plugin-audiofxgood.xml:
8675           cleanup -unused.txt to make it useful, add previously missing docs
8676
8677         * ext/Makefile.am:
8678           Quietly (accidentally) enable LADSPA for building by default, 
8679           despite the fact that it doesn't meet the plugin checklist.
8680             -- Added by Jan Schmidt 18 Dec 2006
8681
8682         * ext/esd/esdmon.c:
8683         * ext/esd/esdsink.c:
8684         * ext/esd/gstesd.c: (plugin_init):
8685           reflow to get rid of two external symbols
8686
8687         * gst/audiofxgood/audiofx.c: (plugin_init):
8688           re-add
8689
8690 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8691
8692         * configure.ac:
8693         * gst/audiofxgood/.cvsignore:
8694         * gst/audiofxgood/Makefile.am:
8695         * gst/audiofxgood/audiofx.c
8696         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8697         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8698         (gst_audio_panorama_set_property),
8699         (gst_audio_panorama_get_property),
8700         (gst_audio_panorama_get_unit_size),
8701         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8702         (gst_audio_panorama_transform_m2s),
8703         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8704         * gst/audiofxgood/audiopanorama.h:
8705         * tests/check/Makefile.am:
8706         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8707         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8708         (panorama_suite), (main):
8709         Add audiofxgood plugin with audiopanorama element
8710
8711 2006-08-18  Wim Taymans  <wim@fluendo.com>
8712
8713         * docs/plugins/Makefile.am:
8714         More Oss docs fixage. 
8715
8716 2006-08-18  Wim Taymans  <wim@fluendo.com>
8717
8718         * gst/rtp/Makefile.am:
8719         * gst/rtp/gstrtp.c: (plugin_init):
8720         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8721         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8722         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8723         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8724         (gst_rtp_sv3v_depay_get_property),
8725         (gst_rtp_sv3v_depay_change_state),
8726         (gst_rtp_sv3v_depay_plugin_init):
8727         * gst/rtp/gstrtpsv3vdepay.h:
8728         Added experimental SVQ3 depayloader.
8729
8730 2006-08-18  Edward Hervey  <edward@fluendo.com>
8731
8732         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8733         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8734         * ext/dv/gstdvdemux.h:
8735         When handling seek requests, don't send the newsegment event from the
8736         calling thread. Instead save it so it can be sent from the streaming
8737         thread.
8738
8739 2006-08-17  Wim Taymans  <wim@fluendo.com>
8740
8741         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8742
8743         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8744         Accept leading whitespace before the boundary
8745         This patch makes the demuxer allow some whitespace before the actual
8746         boundary. This makes the demuxer work with the ``old'' gstreamer
8747         multipartmuxer again (which placed an extra \n before the start
8748         of the stream) Fixes #349068.
8749
8750 2006-08-17  Wim Taymans  <wim@fluendo.com>
8751
8752         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8753         Error out on non-implemented stuff.
8754
8755 2006-08-16  Wim Taymans  <wim@fluendo.com>
8756
8757         Patch by: Andy Wingo <wingo at pobox dot com>
8758
8759         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8760         (gst_signal_processor_start), (gst_signal_processor_stop),
8761         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8762         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8763         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8764         (gst_signal_processor_change_state):
8765         Make ladspa elements reusable. Fixes #350006.
8766
8767 2006-08-16  Wim Taymans  <wim@fluendo.com>
8768
8769         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8770         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8771         names as possible. Fixes #349901.
8772
8773 2006-08-16  Wim Taymans  <wim@fluendo.com>
8774
8775         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8776         (gst_signal_processor_do_pushes):
8777         A push() gives away our refcount so we should not use the buffer on the
8778         pen anymore.
8779
8780 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8781
8782         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8783         (gst_oss_mixer_element_finalize):
8784           Don't leak device string.
8785
8786 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * configure.ac:
8789           Require CVS of GStreamer core and -base (for
8790           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8791
8792         * ext/taglib/gstid3v2mux.cc:
8793           Write extended comment tags properly (#348762).
8794
8795         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8796         (parse_comment_frame):
8797           Extract COMM frames into extended comments, which makes it
8798           easier to properly retain the description bit of the tag
8799           and maintain this information when re-tagging (#348762).
8800
8801 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8802
8803         * tests/check/Makefile.am:
8804           Don't try to run annodex unit tests if the annodex
8805           plugin has not been built (Fixes #351116).
8806
8807 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * gst/autodetect/gstautoaudiosink.c:
8810         (gst_auto_audio_sink_find_best):
8811           When we can't find a usable audiosink, don't error out,
8812           but use a fake sink instead and post a warning message
8813           on the bus (#341278).
8814
8815 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8816
8817         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8818         * sys/oss/gstosssink.c:
8819         * sys/oss/gstosssrc.c:
8820           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8821           ossmixer's new device property.
8822
8823         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8825           Add docs for OSS elements.
8826
8827         * docs/plugins/inspect/plugin-aasink.xml:
8828         * docs/plugins/inspect/plugin-alaw.xml:
8829         * docs/plugins/inspect/plugin-alpha.xml:
8830         * docs/plugins/inspect/plugin-alphacolor.xml:
8831         * docs/plugins/inspect/plugin-annodex.xml:
8832         * docs/plugins/inspect/plugin-apetag.xml:
8833         * docs/plugins/inspect/plugin-auparse.xml:
8834         * docs/plugins/inspect/plugin-autodetect.xml:
8835         * docs/plugins/inspect/plugin-avi.xml:
8836         * docs/plugins/inspect/plugin-cacasink.xml:
8837         * docs/plugins/inspect/plugin-cairo.xml:
8838         * docs/plugins/inspect/plugin-cdio.xml:
8839         * docs/plugins/inspect/plugin-cutter.xml:
8840         * docs/plugins/inspect/plugin-debug.xml:
8841         * docs/plugins/inspect/plugin-dv.xml:
8842         * docs/plugins/inspect/plugin-efence.xml:
8843         * docs/plugins/inspect/plugin-effectv.xml:
8844         * docs/plugins/inspect/plugin-esdsink.xml:
8845         * docs/plugins/inspect/plugin-flac.xml:
8846         * docs/plugins/inspect/plugin-flxdec.xml:
8847         * docs/plugins/inspect/plugin-gconfelements.xml:
8848         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8849         * docs/plugins/inspect/plugin-goom.xml:
8850         * docs/plugins/inspect/plugin-halelements.xml:
8851         * docs/plugins/inspect/plugin-icydemux.xml:
8852         * docs/plugins/inspect/plugin-id3demux.xml:
8853         * docs/plugins/inspect/plugin-jpeg.xml:
8854         * docs/plugins/inspect/plugin-level.xml:
8855         * docs/plugins/inspect/plugin-matroska.xml:
8856         * docs/plugins/inspect/plugin-mulaw.xml:
8857         * docs/plugins/inspect/plugin-multipart.xml:
8858         * docs/plugins/inspect/plugin-navigationtest.xml:
8859         * docs/plugins/inspect/plugin-ossaudio.xml:
8860         * docs/plugins/inspect/plugin-png.xml:
8861         * docs/plugins/inspect/plugin-rtp.xml:
8862         * docs/plugins/inspect/plugin-rtsp.xml:
8863         * docs/plugins/inspect/plugin-shout2send.xml:
8864         * docs/plugins/inspect/plugin-smpte.xml:
8865         * docs/plugins/inspect/plugin-speex.xml:
8866         * docs/plugins/inspect/plugin-taglib.xml:
8867         * docs/plugins/inspect/plugin-udp.xml:
8868         * docs/plugins/inspect/plugin-videobalance.xml:
8869         * docs/plugins/inspect/plugin-videobox.xml:
8870         * docs/plugins/inspect/plugin-videoflip.xml:
8871         * docs/plugins/inspect/plugin-videomixer.xml:
8872         * docs/plugins/inspect/plugin-wavenc.xml:
8873         * docs/plugins/inspect/plugin-wavparse.xml:
8874         * docs/plugins/inspect/plugin-ximagesrc.xml:
8875           Update to CVS version.
8876           
8877 2006-08-16  Wim Taymans  <wim@fluendo.com>
8878
8879         * gst/rtp/gstrtpamrdepay.c:
8880         * gst/rtp/gstrtpmp4gdepay.c:
8881         Caps extra properties must be defined as strings for
8882         depayloaders because they are generated from an SDP.
8883
8884         * gst/rtp/Makefile.am:
8885         * gst/rtp/gstrtp.c: (plugin_init):
8886         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8887         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8888         (gst_rtp_h264_depay_finalize), (decode_base64),
8889         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8890         (gst_rtp_h264_depay_set_property),
8891         (gst_rtp_h264_depay_get_property),
8892         (gst_rtp_h264_depay_change_state),
8893         (gst_rtp_h264_depay_plugin_init):
8894         * gst/rtp/gstrtph264depay.h:
8895         Added basic, not completely functional RFC 3984 H264 depayloader.
8896
8897 2006-08-16  Wim Taymans  <wim@fluendo.com>
8898
8899         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8900         Add pads after setting them up.
8901
8902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8903         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8904         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8905         (gst_rtspsrc_stream_setup_rtp),
8906         (gst_rtspsrc_stream_configure_transport),
8907         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8908         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8909         (gst_rtspsrc_pause):
8910         * gst/rtsp/gstrtspsrc.h:
8911         Fix interleaved mode.
8912          - Protect streaming with lock.
8913          - Combine flows
8914          - set caps on outgoing buffers.
8915          - strip trailing \0 from data packets.
8916          - Configure RTP/RTCP in stream.
8917         Use DEBUG_OBJECT more.
8918
8919 2006-08-16  Wim Taymans  <wim@fluendo.com>
8920
8921         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8922         Turn a g_print into a DEBUG line.
8923
8924 2006-08-13  Wim Taymans  <wim@fluendo.com>
8925
8926         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8927         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8928         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8929         (gst_oss_mixer_element_get_property),
8930         (gst_oss_mixer_element_change_state):
8931         * sys/oss/gstossmixerelement.h:
8932         Small cleanups. Better error reporting.
8933         Add device property for the mixer instead of the hardcoded
8934         /dev/mixer. Fixes #350785.
8935         API: GstOssMixerElement::device property
8936
8937 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8938
8939         Patch by: Jens Granseuer <jensgr at gmx net>
8940
8941         * gconf/Makefile.am:
8942           Make --disable-schemas work right (they still need
8943           to be copied to the installation directory, just not
8944           applied). Fixes #351347 (also #344100).
8945           
8946 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8947
8948         * configure.ac: back to HEAD
8949
8950 === release 0.10.4 ===
8951
8952 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8953
8954         * configure.ac:
8955           releasing 0.10.4, "Dear Leader"
8956
8957 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8958
8959         Patch by: Edward Hervey <edward@fluendo.com>
8960
8961         * configure.ac:
8962         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8963         (gst_wavparse_stream_data):
8964         Send the newsegment event in the streaming thread.
8965         Fixes #347529
8966
8967 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8968
8969         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8970         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8971         (gst_smokeenc_resync), (gst_smokeenc_chain):
8972           Refuse sink caps in the encoder if width or height is not a
8973           multiple of 16, the encoder does not support that yet (#349939);
8974           along the same lines, check the return value of the encoder
8975           setup function; also remove some debug log clutter.
8976
8977 2006-08-04  Andy Wingo  <wingo@pobox.com>
8978
8979         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8980         whether a processor can work in place or not, and for keeping
8981         track of its state. Change the FlowReturn instance variable from
8982         "state" to "flow_state", all callers changed.
8983
8984         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8985         (gst_signal_processor_start, gst_signal_processor_stop)
8986         (gst_signal_processor_cleanup): New functions to manage the
8987         processor's state.
8988         (gst_signal_processor_setcaps): start() as well as setup() here.
8989         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8990         (gst_signal_processor_change_state): Stop and cleanup the
8991         processor as we go to NULL.
8992
8993         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8994         INPLACE_BROKEN is not set.
8995
8996         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8997         Do the alloc_buffer in bytes, not frames.
8998         
8999 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9000
9001         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9002         Fix rgb masks when recording in < 24bpp.
9003
9004 2006-08-04  Andy Wingo  <wingo@pobox.com>
9005
9006         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9007         (gst_signal_processor_prepare)
9008         (gst_signal_processor_update_inputs)
9009         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9010         (gst_signal_processor_flush)
9011         (gst_signal_processor_sink_activate_push)
9012         (gst_signal_processor_src_activate_pull)
9013         (gst_signal_processor_change_state): Remove the last of the code
9014         that assumes that we process whole buffers at a time. Fix some
9015         debugging. Seems to work now in some cases.
9016         (gst_signal_processor_src_activate_pull): BPB
9017
9018 2006-08-01  Andy Wingo  <wingo@pobox.com>
9019
9020         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9021         Fix nframes-choosing.
9022         (gst_signal_processor_init): Init pending_in and pending_out.
9023
9024         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9025         more default sample rate, although we never check that the sample
9026         rate actually gets set. Something for the future.
9027         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9028         (gst_signal_processor_event): Refcount fixen.
9029         (gst_signal_processor_process): Pull the number of frames to
9030         process from the sizes of the buffers in the input pens.
9031         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9032         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9033         it instead of buffer_frames.
9034         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9035         to do_pulls.
9036         (gst_signal_processor_chain)
9037         (gst_signal_processor_sink_activate_push)
9038         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9039
9040         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9041
9042 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9043
9044         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9045         (gst_signal_processor_process):
9046           don't query buffer-frames from caps, add lots of debug-log,
9047           try fix for assert (#349189)
9048
9049 2006-07-31  Wim Taymans  <wim@fluendo.com>
9050
9051         * gst/udp/gstudpsrc.c:
9052         Fix docs.
9053
9054 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9055
9056         * ext/ladspa/gstsignalprocessor.c:
9057         (gst_signal_processor_add_pad_from_template),
9058         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9059         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9060         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9061         (gst_signal_processor_sink_activate_push),
9062         (gst_signal_processor_src_activate_pull),
9063         (gst_signal_processor_change_state):
9064          Add debugs logs here and there, add more error handling, add some
9065          FIXME comments, filed #349189
9066
9067 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9068
9069         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9070         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9071         Set caps on buffer correctly.  Fixes bug #349155.
9072
9073 2006-07-28  Wim Taymans  <wim@fluendo.com>
9074
9075         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9076
9077         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9078         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9079         (gst_multipart_demux_finalize), (get_line_end),
9080         (multipart_parse_header), (multipart_find_boundary),
9081         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9082         (gst_multipart_set_property), (gst_multipart_get_property):
9083         Uses GstAdapter instead of own buffering.
9084         Actually parses the mime-type correctly (In tests the mime-type was
9085         always "" with the old version).
9086         Uses the Content-length header if available to speed up things.
9087         Reliably autoscans the boundary name by default.
9088         Fixes #349068.
9089
9090         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9091         Don't start the stream with a \n.
9092
9093 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9094
9095         Patch by: Brian Cameron <brian dot cameron at sun com>
9096
9097         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9098           Open source with O_NONBLOCK (#349015).
9099
9100 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9101
9102         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9103         (gst_avi_demux_massage_index):
9104         * gst/avi/gstavidemux.h:
9105           Whitespace fixes and more debug
9106
9107 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         * gst/autodetect/gstautoaudiosink.c:
9110         (gst_auto_audio_sink_create_element_with_pretty_name),
9111         (gst_auto_audio_sink_find_best),
9112         (gst_auto_audio_sink_change_state):
9113           Get rid of old and unused magic sound-server properties stuff.
9114           Add suffix to child sink's name that makes it easy to see from
9115           the name alone which type it actually is (alsa, oss, esd, etc.).
9116
9117 2006-07-27  Wim Taymans  <wim@fluendo.com>
9118
9119         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9120         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9121         (gst_udpsrc_start):
9122         * gst/udp/gstudpsrc.h:
9123         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9124         not some sort of feature we enable.
9125
9126 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9127
9128         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9129           Use CLOSE_SOCKET() here instead of close() to maintain
9130           win32 workiness.
9131
9132 2006-07-27  Wim Taymans  <wim@fluendo.com>
9133
9134         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9135
9136         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9137         (gst_udpsrc_create), (gst_udpsrc_set_property),
9138         (gst_udpsrc_get_property), (gst_udpsrc_start):
9139         * gst/udp/gstudpsrc.h:
9140         Added "buffer-size" property to control the kernel receive buffer size.
9141         Update documentation.
9142         Small cleanups. Fixes #348752.
9143         API: buffer-size property
9144
9145 2006-07-26  Wim Taymans  <wim@fluendo.com>
9146
9147         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9148
9149         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9150         (gst_rtp_pcma_pay_handle_buffer):
9151         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9152         (gst_rtp_pcmu_pay_handle_buffer):
9153         Fix timestamp calculation on outgoing RTP packets.
9154         Fixes #348675.
9155
9156 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9157
9158         * ext/taglib/gstid3v2mux.cc:
9159           Fix writing of comment frames (should be COMM not TCOM),
9160           is still sub-optimal though, since we don't retain or
9161           extract the comment descriptions properly (#334375,
9162           also see #334375).
9163
9164 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * gst/wavparse/gstwavparse.c:
9167           #define 'fact' RIFF chunk if we are not compiling against
9168           -base CVS (we don't want to depend on -base CVS for this
9169           one define only, and also not for release order reasons).
9170
9171 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9172
9173         * ext/taglib/gstid3v2mux.cc:
9174           Handle multiple tags of the same type properly. Re-inject
9175           unparsed ID3v2 frames that we get as binary blobs from
9176           id3demux into the tag again so we don't lose information
9177           when retagging (#334375).
9178
9179 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9180
9181         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9182           Document newly-added properties properly, so that there is a
9183           'Since: 0.10.4' in the plugin docs. Convert some property
9184           names into canonical GObject style (GObject will do that
9185           internally anyway).
9186
9187 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9188
9189         * gst/id3demux/id3tags.c:
9190         (id3demux_add_id3v2_frame_blob_to_taglist):
9191           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9192           well, and add the version to the blob's buffer caps, since that
9193           information will be needed for deserialisation later on (#348644).
9194
9195 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9196
9197         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9198         (gst_avi_demux_parse_stream):
9199          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9200          indentation and spacing.
9201
9202 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9203
9204         * docs/plugins/Makefile.am:
9205         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9206         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9207         * docs/plugins/gst-plugins-good-plugins.args:
9208         * docs/plugins/inspect/plugin-1394.xml:
9209         * docs/plugins/inspect/plugin-aasink.xml:
9210         * docs/plugins/inspect/plugin-alaw.xml:
9211         * docs/plugins/inspect/plugin-alpha.xml:
9212         * docs/plugins/inspect/plugin-alphacolor.xml:
9213         * docs/plugins/inspect/plugin-annodex.xml:
9214         * docs/plugins/inspect/plugin-apetag.xml:
9215         * docs/plugins/inspect/plugin-auparse.xml:
9216         * docs/plugins/inspect/plugin-autodetect.xml:
9217         * docs/plugins/inspect/plugin-avi.xml:
9218         * docs/plugins/inspect/plugin-cacasink.xml:
9219         * docs/plugins/inspect/plugin-cairo.xml:
9220         * docs/plugins/inspect/plugin-cdio.xml:
9221         * docs/plugins/inspect/plugin-cutter.xml:
9222         * docs/plugins/inspect/plugin-debug.xml:
9223         * docs/plugins/inspect/plugin-dv.xml:
9224         * docs/plugins/inspect/plugin-efence.xml:
9225         * docs/plugins/inspect/plugin-effectv.xml:
9226         * docs/plugins/inspect/plugin-esdsink.xml:
9227         * docs/plugins/inspect/plugin-flac.xml:
9228         * docs/plugins/inspect/plugin-flxdec.xml:
9229         * docs/plugins/inspect/plugin-gconfelements.xml:
9230         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9231         * docs/plugins/inspect/plugin-goom.xml:
9232         * docs/plugins/inspect/plugin-halelements.xml:
9233         * docs/plugins/inspect/plugin-icydemux.xml:
9234         * docs/plugins/inspect/plugin-id3demux.xml:
9235         * docs/plugins/inspect/plugin-jpeg.xml:
9236         * docs/plugins/inspect/plugin-level.xml:
9237         * docs/plugins/inspect/plugin-matroska.xml:
9238         * docs/plugins/inspect/plugin-mulaw.xml:
9239         * docs/plugins/inspect/plugin-multipart.xml:
9240         * docs/plugins/inspect/plugin-navigationtest.xml:
9241         * docs/plugins/inspect/plugin-ossaudio.xml:
9242         * docs/plugins/inspect/plugin-png.xml:
9243         * docs/plugins/inspect/plugin-rtp.xml:
9244         * docs/plugins/inspect/plugin-rtsp.xml:
9245         * docs/plugins/inspect/plugin-shout2send.xml:
9246         * docs/plugins/inspect/plugin-smpte.xml:
9247         * docs/plugins/inspect/plugin-speex.xml:
9248         * docs/plugins/inspect/plugin-udp.xml:
9249         * docs/plugins/inspect/plugin-videobalance.xml:
9250         * docs/plugins/inspect/plugin-videobox.xml:
9251         * docs/plugins/inspect/plugin-videoflip.xml:
9252         * docs/plugins/inspect/plugin-videomixer.xml:
9253         * docs/plugins/inspect/plugin-wavenc.xml:
9254         * docs/plugins/inspect/plugin-wavparse.xml:
9255         * docs/plugins/inspect/plugin-ximagesrc.xml:
9256           Update files to CVS/Prerelease version, add esdsink docs.
9257
9258         * ext/esd/esdsink.c:
9259           Add gtk-doc blurb.
9260
9261         * gst/rtp/gstrtpmp4vpay.c:
9262           Fix typo in element description.
9263
9264 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9265
9266         * ext/esd/esdsink.c: (gst_esdsink_open),
9267         (gst_esdsink_factory_init):
9268           Prevent libesd from auto-spawning a sound daemon if it
9269           is not already running. Now that we don't do evil stuff
9270           like that any longer we can give esdsink a rank so that
9271           autoaudiosink will try it as well if all other audio
9272           sinks fail (#343051).
9273
9274 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9275
9276         * ext/esd/Makefile.am:
9277           Oops, need to remove README from EXTRA_DIST as well.
9278
9279 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9280
9281         * ext/esd/README:
9282           Remove, it contains nothing useful anyway.
9283
9284         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9285         (gst_esdsink_delay):
9286           Some small clean-ups; use GST_BOILERPLATE etc.
9287
9288 2006-07-24  Wim Taymans  <wim@fluendo.com>
9289
9290         * gst/law/alaw-decode.c: (alawdec_getcaps):
9291         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9292         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9293         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9294         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9295
9296 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9297
9298         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9299         (gst_wavparse_other), (gst_wavparse_perform_seek),
9300         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9301         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9302         (gst_wavparse_pad_query):
9303         * gst/wavparse/gstwavparse.h:
9304           Use information from 'fact' chunk for length calculation of compressed
9305           samples. Calculate bps if bogus value is found in wav header (embeded
9306           mp2/mp3).
9307           
9308
9309 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9310
9311         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9312
9313         * configure.ac:
9314         * gst/udp/Makefile.am:
9315         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9316         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9317         * gst/udp/gstdynudpsink.h:
9318         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9319         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9320         * gst/udp/gstmultiudpsink.h:
9321         * gst/udp/gstudp.c: (plugin_init):
9322         * gst/udp/gstudpsink.h:
9323         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9324         (gst_udpsrc_start), (gst_udpsrc_stop):
9325         * gst/udp/gstudpsrc.h:
9326         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9327         (gst_udp_net_utils_win32_wsa_startup):
9328         * gst/udp/gstudpnetutils.h:
9329           Port udp plugin to win32 (#345288).
9330
9331 2006-07-24  Wim Taymans  <wim@fluendo.com>
9332
9333         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9334         Remove unwanted DEBUG line.
9335
9336 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9337
9338         * gst/id3demux/gstid3demux.c: (plugin_init):
9339         * gst/id3demux/id3tags.c:
9340         (id3demux_add_id3v2_frame_blob_to_taglist):
9341         * gst/id3demux/id3tags.h:
9342           On second thought, it might be wiser and more efficient
9343           not to do tag registration from a streaming thread.
9344
9345 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * gst/id3demux/id3tags.c:
9348         (id3demux_add_id3v2_frame_blob_to_taglist),
9349         (id3demux_id3v2_frames_to_tag_list):
9350           Put ID3v2 frames we can't parse as binary blobs into private
9351           tags, so that they are not lost when retagging, at least once
9352           id3v2mux has been taught to re-inject those frames again.
9353           See bug #334375.
9354
9355 2006-07-21  Wim Taymans  <wim@fluendo.com>
9356
9357         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9358         (gst_avi_demux_process_next_entry):
9359         Fix some leaks.
9360
9361         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9362         Don't use \n in debug lines.
9363
9364 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9365
9366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9368           Add annodex and icydemux, cleanup the sections a bit
9369
9370 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9371
9372         Patch by: Alex Lancaster <alexl at users sourceforge net>
9373
9374         * ext/taglib/gstid3v2mux.cc:
9375           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9376           ID3v2 TSSE frames (#347898).
9377
9378 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9379
9380         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9381           Respect mpegversion for "video/mpeg" and give message in case of
9382           unhandled versions.
9383
9384 2006-07-17  Wim Taymans  <wim@fluendo.com>
9385
9386         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9387         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9388         (gst_pngdec_chain), (gst_pngdec_sink_event),
9389         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9390         (gst_pngdec_sink_activate_push):
9391         * ext/libpng/gstpngdec.h:
9392         Use statically allocated segment instead of leaking.
9393         Various cleanups.
9394         Fix flush and seek handling.
9395
9396 2006-07-16  Wim Taymans  <wim@fluendo.com>
9397
9398         * gst/rtp/Makefile.am:
9399         * gst/rtp/gstrtp.c: (plugin_init):
9400         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9401         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9402         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9403         (gst_rtp_mp4g_depay_set_property),
9404         (gst_rtp_mp4g_depay_get_property),
9405         (gst_rtp_mp4g_depay_change_state),
9406         (gst_rtp_mp4g_depay_plugin_init):
9407         * gst/rtp/gstrtpmp4gdepay.h:
9408         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9409         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9410         (gst_rtp_mp4g_pay_flush):
9411         Added simple generic mpeg4 depayloader.
9412         Fix generic mpeg4 payloader.
9413
9414 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9415
9416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9417           Don't try doing state changes on a NULL pointer.
9418
9419 2006-07-14  Wim Taymans  <wim@fluendo.com>
9420
9421         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9422
9423         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9424         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9425         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9426         * gst/rtp/gstrtpamrdepay.h:
9427         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9428         Fixes #321191
9429
9430 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9431
9432         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9433         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9434         Fix segfault when moving mouse pointer to the bottom right corner.
9435
9436 2006-07-12  Wim Taymans  <wim@fluendo.com>
9437
9438         * gst/rtp/Makefile.am:
9439         * gst/rtp/gstrtp.c: (plugin_init):
9440         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9441         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9442         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9443         (gst_rtp_mp2t_depay_set_property),
9444         (gst_rtp_mp2t_depay_get_property),
9445         (gst_rtp_mp2t_depay_change_state),
9446         (gst_rtp_mp2t_depay_plugin_init):
9447         * gst/rtp/gstrtpmp2tdepay.h:
9448         Added mpeg2 TS depayloader. Closing #347234.
9449
9450 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9453           Remove g_assert that shouldn't be there and was triggered
9454           after trying to open a device that doesn't exist or can't
9455           be opened for some other reason (#347972).
9456
9457 2006-07-10  Edward Hervey  <edward@fluendo.com>
9458
9459         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9460         (gst_avi_demux_stream_header), (push_tag_lists):
9461         * gst/avi/gstavidemux.h:
9462         Don't push tag events found by gst_riff_parse_info() before outputting
9463         GST_EVENT_NEWSEGMENT.
9464
9465 2006-07-10  Wim Taymans  <wim@fluendo.com>
9466
9467         * gst/rtsp/Makefile.am:
9468         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9469         (rtsp_connection_close):
9470         * gst/rtsp/rtspdefs.h:
9471         replaced closesocket and close in code with one CLOSE_SOCKET. 
9472         Some more cleanups. Fixes #345301.
9473
9474 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9475
9476         * gst/autodetect/gstautoaudiosink.c:
9477           Fix example pipeline in docs.
9478
9479 2006-07-10  Wim Taymans  <wim@fluendo.com>
9480
9481         Patch by: Rob Taylor <robtaylor at floopily dot org>
9482
9483         * gst/udp/gstmultiudpsink.c: (join_multicast),
9484         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9485         If a destination is added before the stream is set to PAUSED, the
9486         multicast group is not joined as the socket is not created yet. 
9487         Also TTL and LOOP should also be set. Fixes #346921.
9488
9489 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9490
9491         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9492         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9493         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9494         (gst_ximage_src_init):
9495         * sys/ximage/gstximagesrc.h:
9496         Fix use-damage property to actually work :)
9497         Add startx, starty, endx, endy properties so screencasts other than full
9498         screen ones can work.
9499
9500 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9501
9502         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9503         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9504         (gst_ximage_src_class_init), (gst_ximage_src_init):
9505         * sys/ximage/gstximagesrc.h:
9506         Add use_damage property to offer ability to choose whether to use
9507         XDamage or not.
9508
9509 2006-07-07  Wim Taymans  <wim@fluendo.com>
9510
9511         * gst/goom/filters.c: (zoomFilterSetResolution):
9512         Avoid goom coredumping by clearing memory. 
9513         Fixes 345679.
9514
9515 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9516
9517         * win32/vs6/libgstid3demux.dsp:
9518         Add a link to libgsttag-0.10.lib.
9519
9520 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9523         (gst_tag_demux_read_range):
9524         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9525         (gst_id3demux_read_range):
9526           Don't return FLOW_UNEXPECTED when a buffer is before
9527           the start of the stream (which might happen with
9528           large ID3v2 tags if the tag reading was done pullrange
9529           based and we then switched to push mode later on).
9530           Fixes regression introduced by commit from June 29th.
9531
9532 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         * ext/taglib/gstid3v2mux.cc:
9535           Make UTF-8 the default encoding when writing string
9536           tags (before, our UTF-8 strings would automatically
9537           be converted to ISO-8859-1 by taglib and written as
9538           ISO-8859-1 fields if that was possible).
9539
9540         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9541         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9542         (test_taglib_id3mux_with_tags):
9543           Add test case that makes sure our UTF-8 strings have
9544           actually been written into the tag as UTF-8.
9545
9546 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9547
9548         * configure.ac:
9549           Let's try that again.
9550
9551 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         * configure.ac:
9554           Disable monoscope plugin for now until it fulfills
9555           all the requirements.
9556
9557 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9558
9559         * configure.ac:
9560         * gst/monoscope/Makefile.am:
9561         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9562         (gst_monoscope_class_init), (gst_monoscope_init),
9563         (gst_monoscope_finalize), (gst_monoscope_reset),
9564         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9565         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9566         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9567         (gst_monoscope_change_state), (plugin_init):
9568         * gst/monoscope/gstmonoscope.h:
9569           Port monoscope visualisation to 0.10.
9570
9571 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9572
9573         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9574         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9575           Return FLOW_UNEXPECTED when at the end of the file, not
9576           FLOW_ERROR. Fixes 'internal stream error' errors that
9577           would sometimes occur in totem when scrubbing to the
9578           end of an ID3v1 tagged mp3 file.
9579
9580 2006-07-03  Edward Hervey  <edward@fluendo.com>
9581
9582         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9583         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9584         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9585         * ext/libpng/gstpngdec.h:
9586         Implement buffer clipping/dropping using GstSegment.
9587         This provides accurate seeking.
9588
9589 2006-07-03  Edward Hervey  <edward@fluendo.com>
9590
9591         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9592         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9593         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9594         (gst_avi_demux_process_next_entry), (push_tag_lists),
9595         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9596         * gst/avi/gstavidemux.h:
9597         Proper aggregation of each stream's GstFlowReturn in order to figure out
9598         whether the task should stop or not.
9599         Don't send inline events before pushing out a NEW_SEGMENT, more
9600         specifically for GST_TAG_EVENT.
9601         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9602         sub-indexes.
9603
9604 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9605
9606         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9607
9608         * sys/sunaudio/gstsunaudiomixerctrl.c:
9609         (gst_sunaudiomixer_ctrl_build_list):
9610           Move "Monitor" slider to input tab so it works more like
9611           sdtaudiocontrol, which is what people on Solaris are used
9612           to using for their mixer program (#346259).
9613
9614 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9615
9616         * tests/check/elements/level.c: (GST_START_TEST):
9617           fix a leak, clean up at the end
9618
9619 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9620
9621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9622         (gst_matroska_demux_send_event),
9623         (gst_matroska_demux_loop_stream_parse_id):
9624         * gst/matroska/matroska-ids.h:
9625           Send tag event after newsegment event.
9626
9627 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9628
9629         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9630         (gst_id3demux_read_range):
9631           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9632           certain cases where a read beyond the end of the file is
9633           requested. Fixes #345930.
9634
9635         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9636         (gst_tag_demux_read_range):
9637           Fix same issue here as well.
9638
9639 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9640
9641         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9642         
9643         Fix hypothetical crash.
9644
9645 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9648
9649         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9650           Do not modify the ports value. If the user has turned off the
9651           built-in speakers, then we should not reset it in the prepare
9652           function, since this causes the built-in speakers to turn
9653           back on anytime the user changes a track in totem, rhythmbox,
9654           etc. (#346066).
9655
9656 2006-06-23  Wim Taymans  <wim@fluendo.com>
9657
9658         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9659         Fix double caps unref when negotiation fails.
9660
9661 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9662
9663         * ext/annodex/gstcmmldec.c:
9664         * ext/annodex/gstcmmlenc.c:
9665         * ext/annodex/gstcmmlparser.c:
9666         * ext/dv/gstdvdec.c:
9667         * ext/dv/gstdvdemux.c:
9668         * ext/gdk_pixbuf/pixbufscale.c:
9669         * ext/jpeg/gstjpegenc.c:
9670         * ext/jpeg/gstsmokedec.c:
9671         * ext/jpeg/gstsmokeenc.c:
9672         * ext/libpng/gstpngdec.c:
9673         * ext/libpng/gstpngenc.c:
9674         * ext/speex/gstspeexenc.c:
9675         * gst/alpha/gstalphacolor.c:
9676         * gst/cutter/gstcutter.c:
9677         * gst/debug/gstnavigationtest.c:
9678         * gst/icydemux/gsticydemux.c:
9679         * gst/level/gstlevel.c:
9680         * gst/multipart/multipart.c:
9681         * gst/rtp/gstrtpamrpay.c:
9682         * gst/rtp/gstrtpdepay.c:
9683         * gst/rtp/gstrtpilbcpay.c:
9684         * gst/rtp/gstrtpmp4gpay.c:
9685         * gst/rtp/gstrtpmp4vpay.c:
9686         * gst/rtsp/gstrtpdec.c:
9687         * gst/rtsp/gstrtspsrc.c:
9688         * gst/udp/gstdynudpsink.c:
9689         * gst/udp/gstmultiudpsink.c:
9690         * gst/udp/gstudpsrc.c:
9691         * gst/videobox/gstvideobox.c:
9692         * gst/videofilter/gstvideoflip.c:
9693           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9694           plus two minor macro fixes.
9695
9696 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * gst/matroska/matroska-demux.c:
9699         (gst_matroska_demux_check_subtitle_buffer),
9700         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9701         (gst_matroska_demux_subtitle_caps):
9702         * gst/matroska/matroska-ids.c:
9703         (gst_matroska_track_init_subtitle_context):
9704         * gst/matroska/matroska-ids.h:
9705           Try to fix up broken matroska files containing subtitle
9706           streams with non-UTF8 character encodings (courtesy of
9707           mkvmerge) using either the encoding specified in the
9708           GST_SUBTITLE_ENCODING environment variable or the
9709           current locale's character set if it is non-UTF8.
9710           Fixes #337076.
9711
9712 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9713
9714         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9715           Set image type from APIC frame as "image-type" field
9716           of GST_TAG_IMAGE buffer caps (#344605).
9717
9718 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9719
9720         * ext/flac/Makefile.am:
9721         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9722         (gst_flac_dec_reset_decoders),
9723         (gst_flac_dec_setup_seekable_decoder),
9724         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9725         (gst_flac_dec_metadata_callback),
9726         (gst_flac_dec_metadata_callback_seekable),
9727         (gst_flac_dec_metadata_callback_stream),
9728         (gst_flac_dec_error_callback),
9729         (gst_flac_dec_error_callback_seekable),
9730         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9731         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9732         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9733         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9734         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9735         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9736         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9737         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9738         (gst_flac_dec_sink_activate_push),
9739         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9740         * ext/flac/gstflacdec.h:
9741           Support chain-based operation, should make flac-over-DAAP
9742           work (#340492).
9743
9744 2006-06-20  Wim Taymans  <wim@fluendo.com>
9745
9746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9747         Doc updates, merge some unused symbols.
9748
9749 2006-06-20  Wim Taymans  <wim@fluendo.com>
9750
9751         * docs/plugins/Makefile.am:
9752         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9753         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9754         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9755         * gst/rtsp/gstrtspsrc.c:
9756         * gst/rtsp/gstrtspsrc.h:
9757         Added documentation for the rtsp plugin. Fixes #345393.
9758
9759 2006-06-20  Wim Taymans  <wim@fluendo.com>
9760
9761         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9762         (rtsp_connection_close), (rtsp_connection_free):
9763         Use better G_OS_* macros. Fixes #345301 some more.
9764
9765 2006-06-20  Wim Taymans  <wim@fluendo.com>
9766
9767         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9768
9769         * sys/sunaudio/Makefile.am:
9770         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9771         * sys/sunaudio/gstsunaudiomixerctrl.c:
9772         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9773         (gst_sunaudiomixer_ctrl_list_tracks),
9774         (gst_sunaudiomixer_ctrl_get_volume),
9775         (gst_sunaudiomixer_ctrl_set_volume),
9776         (gst_sunaudiomixer_ctrl_set_mute),
9777         (gst_sunaudiomixer_ctrl_set_record):
9778         * sys/sunaudio/gstsunaudiomixerctrl.h:
9779         * sys/sunaudio/gstsunaudiomixertrack.c:
9780         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9781         * sys/sunaudio/gstsunaudiomixertrack.h:
9782         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9783         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9784         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9785         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9786         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9787         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9788         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9789         (gst_sunaudiosrc_reset):
9790         * sys/sunaudio/gstsunaudiosrc.h:
9791         Add a SunAudio source plugin.
9792         Support stereo and right/left channel gain in the mixer plugin.
9793         Support the RECORD flag so that you can switch between line-input and
9794         microphone in gnome-volume-control.
9795         Code cleanups like using an enumerator for track number instead of an 
9796         integer. Fixes #344923.
9797
9798 2006-06-20  Wim Taymans  <wim@fluendo.com>
9799
9800         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9801
9802         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9803         (rtsp_connection_close):
9804         Make RTSP plugin compile on windows. Fixes #345301.
9805         Some changes to original patch to catch errors better.
9806         use ifdef WIN32 instead of ifndef.
9807
9808 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9809
9810         * configure.ac:
9811         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9812
9813 2006-06-18  Edward Hervey  <edward@fluendo.com>
9814
9815         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9816         After a failed buffer alloc, we need to abort the jpeg decoding (it
9817         started when parsing headers to figure out how many bytes we need
9818         to request downstream).
9819
9820 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9821
9822         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9823
9824         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9825           Make sure we don't read beyond the end of the file (#345232).
9826
9827 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9828
9829         * configure.ac:
9830           Fix --disable-external (can't set conditionals conditionally,
9831           #343602).
9832
9833 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9834
9835         * autogen.sh:
9836         * configure.ac:
9837         * docs/Makefile.am:
9838           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9839
9840         * docs/plugins/Makefile.am:
9841         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9842         * docs/plugins/inspect/plugin-taglib.xml:
9843           Add/fix apev2mux docs.
9844
9845 2006-06-14  Wim Taymans  <wim@fluendo.com>
9846
9847         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9848         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9849         (gst_dvdec_change_state):
9850         Reset segment info on flush.
9851         Alloc segment in _init, free in _finalize.
9852
9853         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9854         Don't send segments twice.
9855
9856 2006-06-14  Wim Taymans  <wim@fluendo.com>
9857
9858         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9859         Respect segment.stop. Fixes #342592.
9860
9861 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9862
9863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9864           No language specified means the implied language is English
9865           according to the matroska spec (partially fixes #344708);
9866           add some more debug output.
9867
9868 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9871         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9872         (gst_wavparse_chain):
9873           When operating chain-based, don't make any assumptions about the
9874           chunking of the incoming data and make streaming work on days other
9875           than the second Thursday after a full moon. Also fix up debug
9876           messages here and there and make use of the most excellent new
9877           gst_pad_query_peer_duration() utility function.
9878           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9879
9880         * gst/wavparse/gstwavparse.h:
9881           Remove trailing comma after last enum value, some compilers don't
9882           like that.
9883
9884 2006-06-13  Wim Taymans  <wim@fluendo.com>
9885
9886         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9887         Handle premature EOS gracefully.
9888
9889 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9890
9891         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9892           Prevent out of bounds array access when scrubbing towards
9893           the end of the file between the last index entry and the
9894           end. Fixes occasional 'start <= stop' newsegment event
9895           assertions when scrubbing in MJPEG files.
9896
9897 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9898
9899         * tests/check/elements/.cvsignore:
9900           And another one.
9901
9902 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9903
9904         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9905         (scan_encoded_string), (parse_picture_frame):
9906           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9907
9908         * configure.ac:
9909           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9910           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9911
9912 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9913
9914         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9915           gratuitous comment changes
9916         * tests/check/elements/level.c: (GST_START_TEST):
9917           fix level test leaks
9918
9919 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9920
9921         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9922         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9923           Use gst_pad_query_peer_duration() utility function here.
9924
9925 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9926
9927         * autogen.sh:
9928           require am17
9929         * configure.ac:
9930         * ext/annodex/Makefile.am:
9931         * ext/cdio/Makefile.am:
9932         * ext/dv/Makefile.am:
9933         * ext/esd/Makefile.am:
9934         * ext/flac/Makefile.am:
9935         * ext/gdk_pixbuf/Makefile.am:
9936         * ext/ladspa/Makefile.am:
9937         * ext/libcaca/Makefile.am:
9938         * ext/speex/Makefile.am:
9939         * ext/taglib/Makefile.am:
9940         * sys/oss/Makefile.am:
9941         * sys/sunaudio/Makefile.am:
9942         * sys/ximage/Makefile.am:
9943           clean up build further
9944
9945 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9946
9947         * gconf/Makefile.am:
9948           Honour --disable-schemas-install configure option. Fixes #344100.
9949
9950 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9951
9952         * tests/examples/level/Makefile.am:
9953           Add -lm to LIBS for pow() function, don't assume one of our
9954           dependencies (such as libxml-2.0) drags it in automatically
9955           (#343603).
9956
9957 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9958
9959         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9960
9961         * configure.ac:
9962           We should use $SED and not $(SED) in configure.ac (#343678).
9963
9964 2006-06-09  Wim Taymans  <wim@fluendo.com>
9965
9966         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9967
9968         * sys/sunaudio/gstsunaudiomixerctrl.c:
9969         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9970         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9971         (gst_sunaudiomixer_ctrl_set_mute):
9972         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9973         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9974         (gst_sunaudiosink_write):
9975         Attached find a patch that fixes a number of bugs with the SunAudio
9976         mixer plugin and fixes #344101:
9977         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9978            tracks onto the tracklist causing gnome-volume-control's preferences
9979            dialog to be messed up and would core dump if you checked/unchecked
9980            any item.
9981         2. We weren't previously setting the MUTE flag properly.  Fixing this
9982            makes gnome-volume-control work better.
9983         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9984            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9985            gnome-volume-control look better.
9986         Also some minor cleanup in gstsunaudiosink.c.
9987
9988 2006-06-09  Wim Taymans  <wim@fluendo.com>
9989
9990         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9991         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9992         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9993         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9994         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9995         * ext/jpeg/gstjpegdec.h:
9996         API: Added IDCT method property
9997         Small cleanups.
9998         Avoid dynamic allocation of trivial fixed structure.
9999         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10000
10001 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10002
10003         * configure.ac:
10004         We now require libraw1394 >= 1.1.0 and that version onwards all
10005         have .pc files.
10006
10007 2006-06-02  Edward Hervey  <edward@fluendo.com>
10008
10009         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10010         Trying to get items from an ANY or EMPTY caps is ... stupid.
10011
10012 2006-06-02  Edward Hervey  <edward@fluendo.com>
10013
10014         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10015         (gst_dvdec_chain), (gst_dvdec_change_state):
10016         * ext/dv/gstdvdec.h:
10017         Added GstSegment handling, now implements dropping/clipping.
10018
10019 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10020
10021         * ext/aalib/gstaasink.h:
10022         * ext/annodex/gstcmmldec.h:
10023         * ext/cairo/gsttimeoverlay.h:
10024         * ext/dv/gstdvdec.h:
10025         * ext/dv/gstdvdemux.h:
10026         * ext/esd/esdmon.h:
10027         * ext/esd/esdsink.h:
10028         * ext/flac/gstflacenc.h:
10029         * ext/gconf/gstgconfaudiosink.h:
10030         * ext/gconf/gstgconfaudiosrc.h:
10031         * ext/gconf/gstgconfvideosink.h:
10032         * ext/gconf/gstgconfvideosrc.h:
10033         * ext/gdk_pixbuf/gstgdkanimation.h:
10034         * ext/gdk_pixbuf/pixbufscale.h:
10035         * ext/hal/gsthalaudiosink.h:
10036         * ext/hal/gsthalaudiosrc.h:
10037         * ext/jpeg/gstjpegenc.h:
10038         * ext/jpeg/gstsmokedec.h:
10039         * ext/jpeg/gstsmokeenc.h:
10040         * ext/libcaca/gstcacasink.h:
10041         * ext/libmng/gstmngdec.h:
10042         * ext/libmng/gstmngenc.h:
10043         * ext/libpng/gstpngdec.h:
10044         * ext/libpng/gstpngenc.h:
10045         * ext/raw1394/gstdv1394src.h:
10046         * ext/speex/gstspeexenc.h:
10047         * gst/autodetect/gstautoaudiosink.h:
10048         * gst/autodetect/gstautovideosink.h:
10049         * gst/avi/gstavidemux.h:
10050         * gst/cutter/gstcutter.h:
10051         * gst/debug/efence.h:
10052         * gst/debug/gstnavigationtest.h:
10053         * gst/debug/gstnavseek.h:
10054         * gst/flx/gstflxdec.h:
10055         * gst/goom/gstgoom.h:
10056         * gst/icydemux/gsticydemux.h:
10057         * gst/id3demux/gstid3demux.h:
10058         * gst/law/alaw-decode.h:
10059         * gst/law/alaw-encode.h:
10060         * gst/law/mulaw-decode.h:
10061         * gst/law/mulaw-encode.h:
10062         * gst/matroska/matroska-mux.h:
10063         * gst/median/gstmedian.h:
10064         * gst/oldcore/gstaggregator.h:
10065         * gst/oldcore/gstfdsink.h:
10066         * gst/oldcore/gstmd5sink.h:
10067         * gst/oldcore/gstmultifilesrc.h:
10068         * gst/oldcore/gstpipefilter.h:
10069         * gst/oldcore/gstshaper.h:
10070         * gst/oldcore/gststatistics.h:
10071         * gst/rtp/gstasteriskh263.h:
10072         * gst/rtp/gstrtpL16depay.h:
10073         * gst/rtp/gstrtpL16pay.h:
10074         * gst/rtp/gstrtpamrdepay.h:
10075         * gst/rtp/gstrtpamrpay.h:
10076         * gst/rtp/gstrtpdepay.h:
10077         * gst/rtp/gstrtpgsmdepay.h:
10078         * gst/rtp/gstrtpgsmpay.h:
10079         * gst/rtp/gstrtph263pay.h:
10080         * gst/rtp/gstrtph263pdepay.h:
10081         * gst/rtp/gstrtph263ppay.h:
10082         * gst/rtp/gstrtpmp4gpay.h:
10083         * gst/rtp/gstrtpmp4vdepay.h:
10084         * gst/rtp/gstrtpmp4vpay.h:
10085         * gst/rtp/gstrtpmpadepay.h:
10086         * gst/rtp/gstrtpmpapay.h:
10087         * gst/rtp/gstrtppcmadepay.h:
10088         * gst/rtp/gstrtppcmapay.h:
10089         * gst/rtp/gstrtppcmudepay.h:
10090         * gst/rtp/gstrtppcmupay.h:
10091         * gst/rtp/gstrtpspeexdepay.h:
10092         * gst/rtp/gstrtpspeexpay.h:
10093         * gst/rtsp/gstrtpdec.h:
10094         * gst/rtsp/gstrtspsrc.h:
10095         * gst/smpte/gstsmpte.h:
10096         * gst/udp/gstdynudpsink.h:
10097         * gst/udp/gstmultiudpsink.h:
10098         * gst/udp/gstudpsink.h:
10099         * gst/udp/gstudpsrc.h:
10100         * gst/videofilter/gstvideobalance.h:
10101         * gst/videofilter/gstvideoflip.h:
10102         * sys/oss/gstossdmabuffer.h:
10103         * sys/oss/gstossmixerelement.h:
10104         * sys/oss/gstosssink.h:
10105         * sys/oss/gstosssrc.h:
10106         * sys/osxvideo/osxvideosink.h:
10107         * sys/sunaudio/gstsunaudiomixer.h:
10108         * sys/sunaudio/gstsunaudiosink.h:
10109         * sys/ximage/gstximagesrc.h:
10110         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10111
10112 2006-05-31  Wim Taymans  <wim@fluendo.com>
10113
10114         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10115         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10116         (gst_goom_src_setcaps), (gst_goom_src_event),
10117         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10118         (gst_goom_change_state):
10119         * gst/goom/gstgoom.h:
10120         Handle QoS.
10121         Handle flushing, discont and events.
10122         Fix timestamps and various other cleanups.
10123
10124 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10125
10126         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10127         Fix bus reset when using libiec61883
10128
10129 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10130
10131         * configure.ac:
10132         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10133         * ext/raw1394/Makefile.am:
10134         Add CFLAGS.
10135         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10136         New method, to receive using libiec61883.
10137         (gst_dv1394src_iso_receive),
10138         #ifdef'd out if libiec61883 is present.
10139         (gst_dv1394src_bus_reset),
10140         Get userdata correctly if using libiec61883. 
10141         (gst_dv1394src_create),
10142         When using libiec61883, only poll one fd and no need to read.
10143         (gst_dv1394src_discover_avc_node),
10144         Replace g_warnings.
10145         (gst_dv1394src_start),
10146         Create new handle when we know which dv port.  More reliable
10147         than setting port on an existing handle.  Initialise libiec61883.
10148         (gst_dv1394src_stop):
10149         If using libiec61883, then cleanup its handle properly.
10150         * ext/raw1394/gstdv1394src.h:
10151         Add libiec61883 handle.
10152
10153 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10154
10155         * gst/avi/gstavidemux.c:
10156           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10157         * win32/MANIFEST:
10158           sort file listing
10159         * win32/vs6/libgstavi.dsp:
10160           add gstavimux.c to the project
10161         * win32/vs6/libgstid3demux.dsp:
10162           add link to zlib library
10163         * win32/vs6/libgstmatroska.dsp:
10164           add matroska-ids.c to the project
10165
10166 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         Patch by: Sebastian Dröge  <mail at slomosnail de >
10169
10170         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10171         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10172         * ext/taglib/Makefile.am:
10173         * ext/taglib/gstapev2mux.cc:
10174         * ext/taglib/gstapev2mux.h:
10175         * ext/taglib/gstid3v2mux.cc:
10176         * ext/taglib/gsttaglibmux.c: (plugin_init):
10177         * ext/taglib/gsttaglibmux.h:
10178           Add apev2mux element (#343122).
10179         
10180         * tests/check/Makefile.am:
10181         * tests/check/elements/apev2mux.c:
10182         (test_taglib_apev2mux_create_tags),
10183         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10184         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10185         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10186         (apev2mux_suite), (main):
10187           Add unit test for apev2mux element.
10188
10189 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10190
10191         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10192         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10193         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10194           GST_PTR_FORMAT should be used to print caps in debug statements.
10195
10196 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10197
10198         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10199
10200         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10201         (ape_demux_parse_tags):
10202           Some clean-ups and additions: map APE 'file' tag to
10203           GST_TAG_LOCATION (#343123); add support for extracting
10204           the track count and clean up parsing a bit (#343127).
10205
10206 2006-05-28  Edward Hervey  <edward@fluendo.com>
10207
10208         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10209         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10210
10211 2006-05-28  Edward Hervey  <edward@fluendo.com>
10212
10213         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10214         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10215         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10216         * ext/jpeg/gstjpegdec.h:
10217         Clip outgoing buffers according to currently configured segment.
10218
10219 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * ext/taglib/gstid3v2mux.cc:
10222           Handle  writing of track-count or album-volume-count without
10223           track-number or albume-volume-number (in this case the number
10224           will just be set to 0).
10225
10226         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10227           It would be nice if we actually checked the values received for
10228           track/album-volume number/count in  _check_tags(), rather than
10229           setting them again ...
10230
10231 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10234           A track/volume number or count of 0 does not make sense,
10235           just ignore it along with negative numbers (a tag might
10236           only contain a track count without a track number).
10237
10238 2006-05-27  Edward Hervey  <edward@fluendo.com>
10239
10240         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10241         (gst_jpeg_dec_sink_event):
10242         Abort decompression when receiving FLUSH_STOP. This should avoid
10243         issues when interrupting decoding with flushes.
10244
10245 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * ext/flac/gstflac.c:
10248           Don't #include file we don't dist any longer.
10249
10250 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10251
10252         * README:
10253           Replace current README (containing the release notes from
10254           some 0.9.x version) with a proper README taken from the core.
10255
10256 2006-05-24  Wim Taymans  <wim@fluendo.com>
10257
10258         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10259         Implement EOS correctly by either posting
10260         SEGMENT_DONE or pushing an EOS message depending
10261         on the seek type. Fixes #342592
10262
10263 2006-05-24  Wim Taymans  <wim@fluendo.com>
10264
10265         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10266         * gst/law/alaw-decode.h:
10267         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10268         * gst/law/alaw-encode.h:
10269         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10270         * gst/law/mulaw-decode.h:
10271         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10272         * gst/law/mulaw-encode.h:
10273         Some cleanups in the chain functions.
10274         Remove some GStreamer 0.0.2 bits.
10275
10276 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10277
10278         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10279
10280         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10281           gst_collect_pads_stop() needs to be called before chaining up
10282           to the parent class (#342734).
10283
10284 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10285
10286         * ext/flac/Makefile.am:
10287         * ext/flac/flac_compat.h:
10288         * ext/flac/gstflac.c:
10289         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10290         * ext/flac/gstflacenc.c:
10291           Remove backwards compatibility cruft for dealing with FLAC API
10292           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10293
10294 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10295
10296         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10297         (gst_matroska_demux_push_xiph_codec_priv_data),
10298         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10299         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10300         * gst/matroska/matroska-ids.h:
10301         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10302         (gst_matroska_mux_video_pad_setcaps),
10303         (xiph3_streamheader_to_codecdata),
10304         (vorbis_streamheader_to_codecdata),
10305         (theora_streamheader_to_codecdata),
10306         (gst_matroska_mux_audio_pad_setcaps),
10307         (gst_matroska_mux_write_data):
10308           Add support for muxing/demuxing theora video (#342448; too bad
10309           none of the usual linux players can actually play this). Playback
10310           in GStreamer will require additional changes to theoradec in -base.
10311           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10312           cleanups.
10313
10314 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10315
10316         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10317         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10318           Fix crashes when the horizontal subsampling is 1.
10319           Fixes #342097.
10320
10321 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10322
10323         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10324
10325         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10326         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10327         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10328         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10329         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10330         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10331         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10332         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10333         (gst_avi_mux_change_state):
10334         * gst/avi/gstavimux.h:
10335           Some enhancements for avimux (#342526):
10336            - add odml (large file) index support
10337            - store codec init data (e.g. huffyuv)
10338            - miscellaneous other fixes/cleanups
10339
10340 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10341
10342         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10343         Don't output any tag when we encounter a negative track number - the
10344         tag type is uint, so we end up outputting huge positive numbers
10345         instead. (Fixes: #342029)
10346
10347 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10348
10349         * configure.ac:
10350           update for new GSTPB_PLUGINS_DIR
10351
10352 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10353
10354         * rtp/gst/gstrtph263pay.c:
10355         Properly set static caps for H263 at 34.
10356
10357 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10358
10359         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10360
10361         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10362           Merge event tags and tag setter tags correctly (#339918). Also,
10363           don't leak taglist in case of an error.
10364           
10365 2006-05-17  Edward Hervey  <edward@fluendo.com>
10366
10367         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10368         We can only do caps intersection if the othercaps are non-empty and not
10369         ANY. Else we return the pad template (base_caps).
10370
10371 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10374           Fix crash when outputting debugging information for certain
10375           pictures (always good to use the right struct member for
10376           the number of records in an array).
10377
10378 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10379
10380         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10381
10382         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10383         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10384         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10385         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10386         (gst_ebml_read_float), (gst_ebml_read_ascii),
10387         (gst_ebml_read_binary):
10388           Don't create unnecessary sub-buffers all the time. Dramatically
10389           improves performance with multiple concurrently running
10390           matroskademux instances (#341818) (and avoids doing
10391           unnecessarily inefficient things in the general case).
10392
10393 2006-05-16  Edward Hervey  <edward@fluendo.com>
10394
10395         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10396         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10397         return value of gst_pad_push_event().
10398
10399 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10400
10401         * gst/autodetect/gstautoaudiosink.c:
10402         (gst_auto_audio_sink_find_best):
10403         * gst/autodetect/gstautovideosink.c:
10404         (gst_auto_video_sink_find_best):
10405         Make the name of the child element be based on the name of the
10406         parent, so that debug output is more useful.
10407         
10408         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10409         (parse_insert_string_field), (parse_split_strings):
10410         Rework string parsing to always walk over BOM markers in UTF16
10411         strings, using the endianness indicated by the innermost one,
10412         then trying the opposite endianness if that fails to convert
10413         to valid UTF-8. Fixes #341774
10414
10415 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10416
10417         Patch from: Matthieu <matthieu at fluendo dot com>
10418
10419         * ext/libpng/Makefile.am:
10420         Add LIBPNG_CFLAGS.
10421
10422 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * ext/taglib/gstid3v2mux.cc:
10425           Add support for writing images (APIC frames) into ID3v2
10426           tags (picture type always set to 'other' for now though).
10427
10428 2006-05-14  Michael Smith  <msmith@fluendo.com>
10429
10430         * gst/wavparse/gstwavparse.c:
10431           Update docs; wavparse implements push and pull modes.
10432
10433 2006-05-12  Wim Taymans  <wim@fluendo.com>
10434
10435         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10436         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10437         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10438         Ooops, bitten by the copy-and-paste design paradigm, fixes
10439         seek again.
10440
10441 2006-05-12  Wim Taymans  <wim@fluendo.com>
10442
10443         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10444         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10445         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10446         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10447         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10448         (gst_avi_demux_massage_index),
10449         (gst_avi_demux_calculate_durations_from_index),
10450         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10451         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10452         (gst_avi_demux_loop):
10453         * gst/avi/gstavidemux.h:
10454         Some cleanups, prepare to use GstSegment.
10455         Fix error in entry walking code.
10456         Fix VBR detection.
10457         Smarter timestamp calculation code.
10458         Uniform error/eos handling.
10459
10460 2006-05-12  Michael Smith  <msmith@fluendo.com>
10461
10462         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10463         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10464           Fix use of uninitialised values if we're NOT seeking in ready.
10465           Fix typos.
10466
10467 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         * gst/wavparse/Makefile.am:
10470           Add CFLAGS and LIBS for libgstbase, fixes build on
10471           Cygwin (#341489).
10472
10473 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10474
10475         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10476           Some more debug info. No need to check whether the string
10477           returned by g_convert() is really UTF-8 - either it is or
10478           we get NULL returned.
10479
10480 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10481
10482         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10483           Fix parsing of numeric genre strings some more, by ensuring that
10484           we only try and parse strings that a) Start with '(' and b) Consist
10485           only of digits.
10486           Also, when finding an escaping '((' sequence, bust it back to '(' by
10487           swallowing the first parenthesis
10488
10489 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10492         (gst_esdsink_open), (gst_esdsink_close):
10493         * ext/esd/esdsink.h:
10494           Move the esd_get_server_info() into gst_esdsink_open() and fail
10495           with a decent error message on errors.
10496
10497 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10498
10499         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10500         (gst_esdmon_channels_get_type):
10501         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10502         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10503         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10504         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10505         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10506         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10507         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10508         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10509         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10510         * gst/videomixer/videomixer.c:
10511         (gst_video_mixer_background_get_type):
10512           Const-ify GEnumValue arrays.
10513
10514 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10515
10516         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10517
10518         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10519         (gst_avi_mux_do_video_buffer):
10520           Work around gst_buffer_make_metadata_writable() bug that
10521           results in avimux marking all frames in the index as
10522           keyframes (#340859).
10523           
10524 2006-05-08  Wim Taymans  <wim@fluendo.com>
10525
10526         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10527         Make parsing of urls suck slightly less.
10528
10529 2006-05-08  Edward Hervey  <edward@fluendo.com>
10530
10531         * autogen.sh: (CONFIGURE_DEF_OPT): 
10532         libtoolize on Darwin/MacOSX is called glibtoolize.
10533
10534 2006-05-08  Wim Taymans  <wim@fluendo.com>
10535
10536         Patch by: Jens Granseuer <jensgr at gmx dot net>
10537
10538         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10539         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10540         C89 compliance fixes. Fixes #340980
10541
10542 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10545         * ext/flac/gstflacdec.h:
10546           Handle segment seeks that include the end of the file as stop point
10547           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10548           message instead of an EOS event in case we're in segment seek
10549           mode (fixes #340699).
10550           
10551 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10552
10553         * ext/cairo/gsttextoverlay.c:
10554         * ext/flac/gstflacdec.c:
10555         * ext/gdk_pixbuf/pixbufscale.c:
10556         * gst/apetag/gstapedemux.c:
10557         * gst/debug/breakmydata.c:
10558         * gst/debug/testplugin.c:
10559         * gst/matroska/ebml-write.c:
10560         * gst/multipart/multipartdemux.c:
10561         * sys/osxaudio/gstosxaudiosink.c:
10562         * sys/osxaudio/gstosxaudiosrc.c:
10563         Add semicolons after GST_BOILERPLATE[_FULL] so that
10564         indent doesn't mess up following lines.
10565
10566 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10569
10570         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10571           Don't leak caps when freeing the stream context (#340623).
10572
10573 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10574
10575         * configure.ac:
10576           Back to CVS
10577
10578 === release 0.10.3 ===
10579
10580 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10581
10582         * configure.ac:
10583           releasing 0.10.3, "Desplazado"
10584
10585 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10586
10587         * gst/matroska/matroska-mux.c:
10588         (gst_matroska_mux_stream_is_vorbis_header),
10589         (gst_matroska_mux_write_data):
10590           Don't strcmp() NULL strings.
10591           Only start new clusters on video keyframes, not on any
10592           random audio buffer that doesn't have the DELTA_UNIT
10593           flag set (fixes 'make check' again).
10594
10595 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10596
10597         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10598
10599         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10600         (gst_matroska_mux_stream_is_vorbis_header),
10601         (gst_matroska_mux_write_data):
10602           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10603           value and then dead-lock when muxing vorbis audio streams
10604           (the three vorbis header buffers carry no timestamp, and it
10605           would try to mux these after all video buffers). Fixes #340346.
10606
10607           Improve clustering: start a new cluster also whenever we get
10608           a keyframe.     
10609
10610 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10611
10612         * win32/common/config.h:
10613         * win32/MANIFEST
10614           add the generated file as well
10615
10616 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10617
10618         * Makefile.am:
10619         * configure.ac:
10620         * win32/common/config.h.in:
10621           add win32 stuff
10622
10623 2006-05-03  Michael Smith  <msmith@fluendo.com>
10624
10625         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10626           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10627           SUCKS.
10628
10629 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10630
10631         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10632         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10633         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10634           don't leak caps-string
10635
10636 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10637
10638         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10639         (gst_id3demux_sink_activate):
10640           Let core insert default error message for TYPE_NOT_FOUND
10641           errors, it's just as good as our own and has the added
10642           bonus of being translated.
10643
10644 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10647         (gst_tag_demux_sink_event):
10648         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10649         (gst_id3demux_sink_event):
10650           Post an error message when we get an EOS event and were not
10651           able to find out the type of stream.
10652
10653         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10654         (test_taglib_id3mux_with_tags):
10655           Decrease num-buffers to 16 per iteration again, otherwise the
10656           many memcpy()s and reallocations in the test will hammer slow
10657           CPUs completely and make the test timeout.
10658
10659 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10660
10661         * configure.ac:
10662           figure out where plugins-base plugins are
10663         * tests/check/Makefile.am:
10664           use plugins-base plugins, so we have typefind functions
10665         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10666           increase num-buffers, this makes sure the test errors out instead
10667           of timing out when no typefind functions are present
10668
10669 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10670
10671         * docs/plugins/Makefile.am:
10672           also check .cc files for gtk-doc markup
10673         * configure.ac:
10674         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10675         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10676         * tests/check/Makefile.am:
10677         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10678         * ext/Makefile.am:
10679         * ext/taglib/Makefile.am:
10680         * ext/taglib/gstid3v2mux.h:
10681         * ext/taglib/gsttaglibmux.c:
10682         * ext/taglib/gsttaglibmux.h:
10683           move taglib-based id3v2muxer to -good.  Fixes #336110.
10684
10685 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10686
10687         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10688           ... and fix multichannel/WAVFORMATEX support again.
10689
10690 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10691
10692         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10693         (gst_wavparse_class_init), (gst_wavparse_dispose),
10694         (gst_wavparse_reset), (gst_wavparse_init),
10695         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10696         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10697         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10698         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10699         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10700         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10701         (gst_wavparse_stream_data), (gst_wavparse_loop),
10702         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10703         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10704         (gst_wavparse_change_state), (plugin_init):
10705         * gst/wavparse/gstwavparse.h:
10706           Add push (streaming) mode to wavparse (fixes #337625)
10707
10708 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10709
10710         * configure.ac:
10711         * tests/Makefile.am:
10712           add ximagesrc icles test
10713
10714 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10715
10716         * configure.ac:
10717         * docs/plugins/Makefile.am:
10718         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10719         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10720         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10721         (gst_cmml_enc_push_clip):
10722         * sys/Makefile.am:
10723         * sys/ximage/Makefile.am:
10724         * sys/ximage/gstximagesrc.c:
10725           Move ximagesrc plug-in to good after review.  Fixes #336756.
10726
10727 2006-04-28  Michael Smith  <msmith@fluendo.com>
10728
10729         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10730         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10731         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10732         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10733         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10734         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10735         * gst/icydemux/gsticydemux.h:
10736           Fix event handling: cache events when typefinding and forward later.
10737
10738 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10739
10740         * sys/osxaudio/gstosxaudiosink.c:
10741         (plugin_init):
10742          Register osxaudiosrc to the plugin.
10743         * sys/osxaudio/gstosxaudiosrc.c:
10744         (gst_osx_audio_src_osxelement_do_init),
10745         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10746         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10747         (gst_osx_audio_src_get_property),
10748         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10749         (gst_osx_audio_src_osxelement_init):
10750         * sys/osxaudio/gstosxaudiosrc.h:
10751           Port of osxaudiosrc to 0.10.
10752         * sys/osxaudio/Makefile.am:
10753           Add osxaudiosrc
10754
10755 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10756
10757         * sys/osxaudio/gstosxringbuffer.c:
10758         * sys/osxaudio/gstosxringbuffer.h:
10759           Forgot to commit earlier, part of the OSX audio plugin port
10760
10761 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10762
10763         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10764         (parse_split_strings):
10765           Recognise and skip any byte order marker (BOM) in
10766           UTF-16 strings.
10767
10768 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * docs/plugins/Makefile.am:
10771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10773         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10774         * docs/plugins/inspect/plugin-avi.xml:
10775         * gst/avi/gstavidemux.c:
10776         * gst/avi/gstavimux.c:
10777           Add docs for both avidemux and avimux.
10778
10779 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10780
10781         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10782
10783         * gst/avi/Makefile.am:
10784         * gst/avi/gstavi.c: (plugin_init):
10785         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10786         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10787         (gst_avi_mux_class_init), (gst_avi_mux_init),
10788         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10789         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10790         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10791         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10792         (gst_avi_mux_riff_get_avix_header),
10793         (gst_avi_mux_riff_get_video_header),
10794         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10795         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10796         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10797         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10798         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10799         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10800         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10801         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10802         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10803         (gst_avi_mux_change_state):
10804         * gst/avi/gstavimux.h:
10805           Port AVI muxer to GStreamer-0.10 (#332031).
10806
10807         * tests/check/Makefile.am:
10808         * tests/check/elements/avimux.c:
10809         * tests/check/elements/.cvsignore:
10810           Add unit test for AVI muxer.
10811
10812 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10813
10814         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10815         (gst_wavparse_class_init), (gst_wavparse_reset),
10816         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10817         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10818         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10819         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10820         (gst_wavparse_stream_data), (gst_wavparse_loop),
10821         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10822         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10823         (plugin_init):
10824         * gst/wavparse/gstwavparse.h:
10825           reverted patch #337625 for the price of 1 hour sleep
10826
10827 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10828
10829         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10830         (gst_wavparse_class_init), (gst_wavparse_reset),
10831         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10832         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10833         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10834         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10835         (gst_wavparse_stream_data), (gst_wavparse_loop),
10836         (gst_wavparse_chain), (plugin_init):
10837         * gst/wavparse/gstwavparse.h:
10838           correct partial implementation of push mode
10839           (from my last commit)
10840
10841 2006-04-26  Wim Taymans  <wim@fluendo.com>
10842
10843         * ext/esd/esdsink.c:
10844         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10845         it is not in esd.h
10846
10847 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10850         (gst_au_parse_class_init), (gst_au_parse_init),
10851         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10852         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10853         (gst_au_parse_chain), (gst_au_parse_src_convert),
10854         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10855         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10856         (gst_au_parse_change_state):
10857         * gst/auparse/gstauparse.h:
10858           Rewrite auparse to suck a little bit less: make source pad
10859           dynamic, so decodebin/playbin work with non-raw formats
10860           like alaw/mulaw; add query function for duration/position
10861           queries; check whether we have enough data before attempting
10862           to parse the header (instead of crashing when that is not the
10863           case); work around audioconvert sucking by swapping endianness
10864           to the native endianness ourselves for float formats; send
10865           initial newsegment event. Fixes #161712.
10866
10867 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10868
10869         * sys/osxaudio/Makefile.am:
10870         * sys/osxaudio/gstosxaudioelement.c:
10871         (gst_osx_audio_element_get_type),
10872         (gst_osx_audio_element_class_init):
10873         * sys/osxaudio/gstosxaudioelement.h:
10874         * sys/osxaudio/gstosxaudiosink.c:
10875         (gst_osx_audio_sink_osxelement_do_init),
10876         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10877         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10878         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10879         (gst_osx_audio_sink_create_ringbuffer),
10880         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10881         (plugin_init):
10882         * sys/osxaudio/gstosxaudiosink.h:
10883         Port of osxaudiosink to 0.10
10884
10885 2006-04-26  Wim Taymans  <wim@fluendo.com>
10886
10887         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10888         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10889         the size of the ringbuffer. This should fix hangs with older 
10890         esd sound servers.
10891
10892 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10893
10894         * ext/aalib/gstaasink.c:
10895         * ext/annodex/gstcmmldec.c:
10896         * ext/annodex/gstcmmlenc.c:
10897         * ext/cairo/gsttextoverlay.c:
10898         * ext/cairo/gsttimeoverlay.c:
10899         * ext/cdio/gstcdiocddasrc.c:
10900         * ext/dv/gstdvdec.c:
10901         * ext/dv/gstdvdemux.c:
10902         * ext/esd/esdmon.c:
10903         * ext/esd/esdsink.c:
10904         * ext/flac/gstflacenc.c:
10905         * ext/flac/gstflactag.c:
10906         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10907         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10908         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10909         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10910         * ext/gdk_pixbuf/pixbufscale.c:
10911         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10912         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10913         * ext/jpeg/gstjpegdec.c:
10914         * ext/jpeg/gstjpegenc.c:
10915         * ext/jpeg/gstsmokedec.c:
10916         * ext/jpeg/gstsmokeenc.c:
10917         * ext/libcaca/gstcacasink.c:
10918         * ext/libmng/gstmngdec.c:
10919         * ext/libmng/gstmngenc.c:
10920         * ext/libpng/gstpngdec.c:
10921         * ext/libpng/gstpngenc.c:
10922         * ext/mikmod/gstmikmod.c:
10923         * ext/raw1394/gstdv1394src.c:
10924         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10925         * ext/shout2/gstshout2.h:
10926         * ext/speex/gstspeexdec.c:
10927         * ext/speex/gstspeexenc.c:
10928         * gst/alpha/gstalpha.c:
10929         * gst/alpha/gstalphacolor.c:
10930         * gst/apetag/gstapedemux.c:
10931         * gst/auparse/gstauparse.c:
10932         * gst/autodetect/gstautoaudiosink.c:
10933         (gst_auto_audio_sink_base_init):
10934         * gst/autodetect/gstautovideosink.c:
10935         (gst_auto_video_sink_base_init):
10936         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10937         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10938         * gst/cutter/gstcutter.c:
10939         * gst/debug/breakmydata.c:
10940         * gst/debug/efence.c:
10941         * gst/debug/gstnavigationtest.c:
10942         * gst/debug/gstnavseek.c:
10943         * gst/debug/negotiation.c:
10944         * gst/debug/progressreport.c:
10945         * gst/debug/testplugin.c:
10946         * gst/effectv/gstaging.c:
10947         * gst/effectv/gstdice.c:
10948         * gst/effectv/gstedge.c:
10949         * gst/effectv/gstquark.c:
10950         * gst/effectv/gstrev.c:
10951         * gst/effectv/gstshagadelic.c:
10952         * gst/effectv/gstvertigo.c:
10953         * gst/effectv/gstwarp.c:
10954         * gst/flx/gstflxdec.c:
10955         * gst/goom/gstgoom.c:
10956         * gst/icydemux/gsticydemux.c:
10957         * gst/id3demux/gstid3demux.c:
10958         * gst/interleave/deinterleave.c:
10959         * gst/interleave/interleave.c:
10960         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10961         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10962         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10963         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10964         * gst/level/gstlevel.c:
10965         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10966         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10967         * gst/median/gstmedian.c:
10968         * gst/monoscope/gstmonoscope.c:
10969         * gst/multipart/multipartdemux.c:
10970         * gst/multipart/multipartmux.c:
10971         * gst/oldcore/gstaggregator.c:
10972         * gst/oldcore/gstfdsink.c:
10973         * gst/oldcore/gstmd5sink.c:
10974         * gst/oldcore/gstmultifilesrc.c:
10975         * gst/oldcore/gstpipefilter.c:
10976         * gst/oldcore/gstshaper.c:
10977         * gst/oldcore/gststatistics.c:
10978         * gst/rtp/gstasteriskh263.c:
10979         * gst/rtp/gstrtpL16depay.c:
10980         * gst/rtp/gstrtpL16pay.c:
10981         * gst/rtp/gstrtpamrdepay.c:
10982         * gst/rtp/gstrtpamrpay.c:
10983         * gst/rtp/gstrtpdepay.c:
10984         * gst/rtp/gstrtpgsmpay.c:
10985         * gst/rtp/gstrtph263pay.c:
10986         * gst/rtp/gstrtph263pdepay.c:
10987         * gst/rtp/gstrtph263ppay.c:
10988         * gst/rtp/gstrtpilbcdepay.c:
10989         * gst/rtp/gstrtpmp4gpay.c:
10990         * gst/rtp/gstrtpmp4vdepay.c:
10991         * gst/rtp/gstrtpmp4vpay.c:
10992         * gst/rtp/gstrtpmpadepay.c:
10993         * gst/rtp/gstrtpmpapay.c:
10994         * gst/rtp/gstrtppcmadepay.c:
10995         * gst/rtp/gstrtppcmapay.c:
10996         * gst/rtp/gstrtppcmudepay.c:
10997         * gst/rtp/gstrtppcmupay.c:
10998         * gst/rtp/gstrtpspeexdepay.c:
10999         * gst/rtp/gstrtpspeexpay.c:
11000         * gst/rtsp/gstrtpdec.c:
11001         * gst/rtsp/gstrtspsrc.c:
11002         * gst/smpte/gstsmpte.c:
11003         * gst/udp/gstdynudpsink.c:
11004         * gst/udp/gstmultiudpsink.c:
11005         * gst/udp/gstudpsink.c:
11006         * gst/udp/gstudpsrc.c:
11007         * gst/videobox/gstvideobox.c:
11008         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11009         * gst/videofilter/gstvideobalance.c:
11010         * gst/videofilter/gstvideoflip.c:
11011         * gst/videofilter/gstvideotemplate.c:
11012         (gst_videotemplate_base_init):
11013         * gst/videomixer/videomixer.c:
11014         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11015         (gst_wavparse_class_init), (gst_wavparse_dispose),
11016         (gst_wavparse_reset), (gst_wavparse_init),
11017         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11018         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11019         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11020         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11021         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11022         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11023         (gst_wavparse_change_state):
11024         * gst/wavparse/gstwavparse.h:
11025         * sys/oss/gstossmixerelement.c:
11026         * sys/oss/gstosssink.c:
11027         * sys/oss/gstosssrc.c:
11028         * sys/osxaudio/gstosxaudioelement.c:
11029         * sys/osxaudio/gstosxaudiosink.c:
11030         * sys/osxaudio/gstosxaudiosrc.c:
11031         * sys/sunaudio/gstsunaudiomixer.c:
11032         * sys/sunaudio/gstsunaudiosink.c:
11033           Define GstElementDetails as const and also static (when defined as
11034           global)
11035
11036 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11039           Source pad has fixed caps. If we don't set this, bad
11040           things happen when the window is resized.
11041
11042 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * gst/matroska/Makefile.am:
11045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11046         (gst_matroska_demux_handle_src_event):
11047         * gst/matroska/matroska-ids.c:
11048         (gst_matroska_track_init_video_context),
11049         (gst_matroska_track_init_audio_context),
11050         (gst_matroska_track_init_subtitle_context),
11051         (gst_matroska_track_init_complex_context):
11052         * gst/matroska/matroska-ids.h:
11053           Handle case where the TrackType ebml chunk does not come before the
11054           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11055           events.
11056
11057 2006-04-25  Wim Taymans  <wim@fluendo.com>
11058
11059         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11060         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11061         It's codec_data, not codec_info.
11062
11063 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11066
11067         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11068           Handle codec_data for VfW compatibility codec IDs (#339451)
11069
11070         * gst/matroska/matroska-mux.c:
11071         (gst_matroska_mux_video_pad_setcaps):
11072           Same here, handle codec_data and add additional caps we can handle
11073           now to the pad template (huffyuv, dv and h263 video) (#339451)
11074
11075 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11076
11077         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11078
11079         * gst/matroska/matroska-mux.c:
11080         (gst_matroska_mux_create_buffer_header),
11081         (gst_matroska_mux_write_data):
11082           Fix timestamping of B-frames, use signed integers, do
11083           some rounding (#339678).
11084
11085 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11086
11087         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11088         just make it compile with --disable-gst-debug.
11089
11090 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11091
11092         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11093         Fix a bad conversion using gst_guint64_to_gdouble.
11094         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11095         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11096         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11097     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11098         mistake.
11099
11100 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11101
11102         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11103         Use gst_guint64_to_gdouble for conversions
11104         * win32/vs6/gst_plugins_good.dsw:
11105         * win32/vs6/libgsticydemux.dsp:
11106         Add a project file for icydemux
11107
11108 2006-04-21  Wim Taymans  <wim@fluendo.com>
11109
11110         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11111
11112         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11113         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11114         When splitting audio chunks, the block alignment is not taken in
11115         consideration, so the smaller chunks could be of size which is 
11116         not a multiple of the block alignment. Fixes #336904
11117
11118 2006-04-21  Wim Taymans  <wim@fluendo.com>
11119
11120         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11121         Use scale functions
11122
11123 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         * ext/dv/gstdv.c: (plugin_init):
11126           Fix build.
11127
11128 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11131         (gst_progress_report_class_init), (gst_progress_report_init),
11132         (gst_progress_report_do_query), (gst_progress_report_report),
11133         (gst_progress_report_set_property),
11134         (gst_progress_report_get_property):
11135           Add 'format' property to force querying to a particular format.
11136
11137 2006-04-21  Andy Wingo  <wingo@pobox.com>
11138
11139         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11140         best, on big endian systems. Drop its rank in that case. OTOH on
11141         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11142
11143 2006-04-21  Michael Smith  <msmith@fluendo.com>
11144
11145         * configure.ac:
11146         * gst/icydemux/Makefile.am:
11147         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11148         (gst_icydemux_base_init), (gst_icydemux_class_init),
11149         (gst_icydemux_reset), (gst_icydemux_init),
11150         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11151         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11152         (unicodify), (gst_icydemux_unicodify),
11153         (gst_icydemux_parse_and_send_tags),
11154         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11155         (gst_icydemux_chain), (gst_icydemux_change_state),
11156         (gst_icydemux_send_tag_event), (plugin_init):
11157         * gst/icydemux/gsticydemux.h:
11158         * tests/check/Makefile.am:
11159         * tests/check/elements/icydemux.c: (typefind_succeed),
11160         (plugin_init), (icydemux_found_pad), (create_icydemux),
11161         (cleanup_icydemux), (push_data), (GST_START_TEST),
11162         (icydemux_suite), (main):
11163           Add icydemux, and tests.
11164
11165 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11166
11167         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11168           Post SEGMENT_DONE message in TIME format.
11169
11170 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11173
11174         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11175         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11176           Fix index creation when we have to scan the file to create
11177           an index. There may be other types of RIFF 'LIST' chunks than
11178           'movi' and we need to skip them properly as well or we'll end up
11179           reading garbage (#336889). Some other cosmetic changes.
11180           
11181 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11184         (gst_flac_dec_handle_seek_event):
11185           Add support for segment seeks (fixes #338290). Also demote
11186           some recurring debug message from DEBUG to LOG level.
11187
11188 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11189
11190         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11191         (gst_matroskademux_do_index_seek),
11192         (gst_matroska_demux_handle_seek_event),
11193         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11194         * gst/matroska/matroska-ids.h:
11195           Set DISCONT flag on first buffer after a discontinuity.
11196           Fix newsegment events sent when seeking and honour KEY_UNIT
11197           seek flag. Create pad with bogus caps if we don't recognise
11198           the stream codec id.
11199
11200         * gst/matroska/matroska-demux.h:
11201           Fix GObject macros.
11202
11203 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11206
11207         * gst/matroska/matroska-demux.c:
11208         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11209           Handle end of segment properly when set; don't dead-lock when
11210           posting start of segment message when doing a segment seek.
11211           Fixes #338810.
11212
11213 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11214
11215         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11216         (gst_matroska_demux_plugin_init):
11217           Make mpeg2 aac audio work: create artificial private codec data
11218           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11219           Also call gst_riff_init(). Partially fixes #338767.
11220
11221 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11222
11223         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11224         (gst_wavenc_class_init), (gst_wavenc_init),
11225         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11226         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11227         (gst_wavenc_chain), (gst_wavenc_change_state):
11228         * gst/wavenc/gstwavenc.h:
11229           Set caps on first outgoing buffer, so that it doesn't error out
11230           immediately with a non-negotiated error (#338716). Rewrite and
11231           clean up a bit; fix setcaps function to parse things properly;
11232           fix sink caps (8bit audio is unsigned and doesn't have depth);
11233           use boilerplate macros; remove unused properties stuff.
11234
11235 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11236
11237         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11238           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11239           handle MJPEG streams and might be autoplugged for those if the
11240           user doesn't have jpegdec installed (resulting in a cryptic error
11241           message about huffman tables). Better to disable JPEG decoding here
11242           and let the user figure out that she needs to install jpegdec.
11243
11244 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11247         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11248         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11249         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11250           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11251           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11252           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11253           debug messages. Fix boilerplate macros.
11254
11255 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11258         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11259           No need to special-case for Gdk-2.0 any longer, we require
11260           Gdk 2.2 or newer; minor clean-ups.
11261
11262 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11265         (gst_shout2send_class_init), (gst_shout2send_init),
11266         (set_shout_metadata), (gst_shout2send_set_metadata),
11267         (gst_shout2send_event), (gst_shout2send_start),
11268         (gst_shout2send_connect), (gst_shout2send_stop),
11269         (gst_shout2send_render), (gst_shout2send_set_property),
11270         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11271         (plugin_init):
11272         * ext/shout2/gstshout2.h:
11273         * po/POTFILES.in:
11274           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11275           change function; use GST_ELEMENT_ERROR for error reporting, not
11276           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11277           will cause crashes or assertion failures; remove (unused) "sync"
11278           property, basesink already has such a property; misc. other
11279           minor fixes and cleanups.
11280
11281 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11282
11283         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11284         * ext/esd/gstesd.c: (plugin_init):
11285         * po/POTFILES.in:
11286           Add translatable error message for when we cannot
11287           connect to the sound server, as "Cannot open resource
11288           for writing" isn't really an acceptable message to show
11289           to the user in this case.
11290
11291 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11292
11293         * sys/oss/gst-i18n-plugin.h:
11294           Remove bogus file that doesn't belong here.
11295
11296 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11297
11298         Patch by: Philippe Valembois
11299
11300         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11301         (gst_shout2send_set_metadata), (gst_shout2send_event),
11302         (gst_shout2send_render), (gst_shout2send_change_state):
11303         * ext/shout2/gstshout2.h:
11304           Handle tags being received before the connection to
11305           the server is established properly (see #338636).
11306
11307 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11310           Don't crash in case the connection to the server fails:
11311           don't set pointer to NULL by assigning FALSE; error out
11312           properly by using GST_ELEMENT_ERROR and returning
11313           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11314           before resetting the pointer.
11315
11316 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11317
11318         * gst/id3demux/id3tags.c:
11319         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11320         (Fixes #338713)
11321
11322 2006-04-12  Wim Taymans  <wim@fluendo.com>
11323
11324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11325         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11326         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11327         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11328         (gst_gdk_pixbuf_chain):
11329         Some cleanups.
11330         Added RGBA as a possible output format.
11331         Correctly free the supported mimetypes.
11332         deprecate silent arg, it's not used.
11333         Return result from _alloc_buffer to peer.
11334
11335 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11336
11337         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11338           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11339           overwriting GST_BUFFER_MALLOCDATA.
11340
11341 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11344         (user_endrow_callback), (user_end_callback),
11345         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11346         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11347         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11348         * ext/libpng/gstpngdec.h:
11349           Handle more than one frame if the content is framed,
11350           like with png-in-quicktime (#331917).
11351
11352 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11353
11354         * sys/oss/Makefile.am:
11355         * sys/oss/common.h:
11356         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11357         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11358         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11359         (gst_oss_src_unprepare):
11360           - the user-visible error strings were in the wrong category
11361           - and the messages were not marked for translation
11362           - which is actually a good thing, because they were exactly
11363             the kind of message you would never want anyone to see
11364           - the macros were using variables that didn't exist in the macro
11365             arguments
11366           - and they were obviously copied from each other and then modified
11367           - so a common header makes sense
11368
11369 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11372           Don't try to modify read-only data.
11373
11374         * gst/matroska/matroska-demux.c:
11375         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11376           Fix comment (won't crash any longer now).
11377
11378 2006-04-10  Michael Smith  <msmith@fluendo.com>
11379
11380         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11381           Use copies of header buffers for caps to avoid circular refcounting
11382           problems (as in theoradec, vorbisdec).
11383
11384         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11385           Fix a typo in test that meant it was testing the wrong thing.
11386
11387         * tests/check/elements/cmmlenc.c: (check_headers):
11388           Fix refcount checks now that we use buffer-copies for caps.
11389
11390 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11393         (gst_matroska_demux_handle_seek_event),
11394         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11395         (gst_matroska_demux_subtitle_caps),
11396         (gst_matroska_demux_plugin_init):
11397           Use static pad templates with ANY caps for audio and video
11398           source pads and get rid of a lot of unnecessary (and partially
11399           broken) code for the template caps. Clean up caps finding
11400           functions. Fixes playback of audio files/streams that do not
11401           contain the sample rate and/or number of channels in the audio
11402           context (happens a lot with vorbis/mp3 .mka files it seems).
11403           Fixes #337183.
11404           Also add myself to copyright holders.
11405
11406 2006-04-10  Michael Smith  <msmith@fluendo.com>
11407
11408         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11409           Use g_list_delete_link () instead of g_list_remove_link () so that
11410           we free the link as well as the contained data.
11411
11412 2006-04-10  Wim Taymans  <wim@fluendo.com>
11413
11414         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11415
11416         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11417         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11418         (gst_avi_demux_stream_header):
11419         Fix some crashers with empty chunks. (Fixes #337749)
11420
11421 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11422
11423         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11424           use G_GINT64_CONSTANT for INT64 constants
11425         * gst/videofilter/gstvideobalance.c:
11426           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11427         * win32/vs6/libgstavi.dsp:
11428          add missing libraries for the link and remove avimux.c from
11429          the project as it isn't ported to 0.10 yet
11430         
11431 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11434           Even better would be if we actually did the right thing
11435           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11436
11437 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11438
11439         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11440           Can't just replace 1LL with 1L here just because MSVC doesn't
11441           support it, as it might lead to incorrect results when doing the
11442           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11443           force a 64-bit constant in a way that all compilers are happy with.
11444
11445 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11446
11447         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11448         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11449         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11450         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11451         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11452         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11453         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11454         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11455         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11456         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11457         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11458         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11459         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11460         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11461         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11462         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11463         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11464         * gst/debug/efence.c: (gst_efence_class_init):
11465         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11466         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11467         * gst/goom/gstgoom.c: (gst_goom_class_init):
11468         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11469         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11470         * gst/interleave/interleave.c: (interleave_class_init):
11471         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11472         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11473         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11474         * gst/median/gstmedian.c: (gst_median_class_init):
11475         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11476         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11477         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11478         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11479         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11480         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11481         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11482         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11483         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11484         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11485         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11486         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11487         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11488         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11489         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11490         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11491         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11492         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11493         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11494         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11495         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11496         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11497         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11498         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11499         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11501         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11502         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11503         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11504         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11505         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11506         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11507         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11508         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11509         * sys/osxaudio/gstosxaudioelement.c:
11510         (gst_osxaudioelement_class_init):
11511         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11512         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11513         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11514         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11515
11516 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11517
11518         * ext/mikmod/gstmikmod.h:
11519         * gst/level/gstlevel.h:
11520         Fix more broken GObject macros
11521
11522 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11523
11524         * ext/annodex/gstcmmldec.h:
11525         * ext/annodex/gstcmmlenc.h:
11526         * ext/annodex/gstcmmltag.h:
11527         * ext/cairo/gsttextoverlay.h:
11528         * ext/ladspa/gstsignalprocessor.h:
11529         * gst/matroska/ebml-read.h:
11530         * gst/matroska/ebml-write.h:
11531         * sys/osxaudio/gstosxaudioelement.h:
11532         Fix broken GObject macros
11533
11534 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11535
11536         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11537           Don't try to seek beyond the end of the file (would
11538           occasionally display error dialogs in totem when seeking
11539           to the end) (#335869). Will still throw an error though
11540           if the file is truncated and the total_samples value in
11541           the stream header is wrong.
11542
11543 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11546         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11547         (gst_flac_dec_metadata_callback):
11548         * ext/flac/gstflacdec.h:
11549           If the stream header doesn't contain the total number of samples,
11550           search for the last flac frame at the end of the file and calculate
11551           the total duration from that frame's offset (fixes #337609).
11552
11553 2006-04-07  Edward Hervey  <edward@fluendo.com>
11554
11555         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11556         Don't unref the GstPadTemplate returned by
11557         gst_element_class_get_pad_template().
11558
11559 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11562
11563         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11564         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11565         * sys/sunaudio/gstsunaudiosink.h:
11566           Use spec->segsize and spec->segtotal in the prepare function
11567           to initialise the ring buffer instead of using the buffer-time
11568           property (#337421).
11569
11570 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         * configure.ac:
11573           Bump core requirements to CVS for gst_pad_query_peer_duration()
11574           which is used by speexdec.
11575
11576 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11577
11578         * ext/speex/gstspeex.c: (plugin_init):
11579         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11580         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11581         (speex_get_sink_query_types), (speex_dec_sink_query),
11582         (speex_get_src_query_types), (speex_dec_src_query),
11583         (speex_dec_src_event), (speex_dec_sink_event),
11584         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11585         (speex_dec_chain_parse_data), (speex_dec_chain),
11586         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11587         (speex_dec_change_state):
11588         * ext/speex/gstspeexdec.h:
11589           Fix seeking and duration queries (#337033); clean up and
11590           refactor a bit.
11591
11592 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11593
11594         * ext/raw1394/gstdv1394src.c:
11595           distinguish between device not found and could not open for
11596           reading
11597
11598 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11599
11600         * Makefile.am:
11601         * configure.ac:
11602         * pkgconfig/.cvsignore:
11603         * pkgconfig/Makefile.am:
11604         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11605           add a .pc file so other modules can use good plugins in tests
11606
11607 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11608
11609         * configure.ac:
11610           clean up, use AS_VERSION and AS_NANO
11611         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11612           use PACKAGE_VERSION define
11613         * po/af.po:
11614         * po/az.po:
11615         * po/cs.po:
11616         * po/en_GB.po:
11617         * po/hu.po:
11618         * po/it.po:
11619         * po/nb.po:
11620         * po/nl.po:
11621         * po/or.po:
11622         * po/sq.po:
11623         * po/sr.po:
11624         * po/sv.po:
11625         * po/uk.po:
11626         * po/vi.po:
11627           updated
11628
11629 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11630
11631         * ext\jpeg\smokecodec.c:
11632           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11633         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11634           move first instruction after all variables declarations
11635         * gst\alpha\gstalpha.c:
11636         * gst\effectv\gstshagadelic.c:
11637         * gst\smpte\paint.c:
11638         * gst\videofilter\gstvideobalance.c:
11639           define M_PI if it's not defined (it's not defined on WIN32)
11640         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11641         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11642         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11643         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11644         (gst_matroska_demux_video_caps):
11645         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11646         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11647           use gst_guint64_to_gdouble for conversions
11648         * gst\goom\filters.c: (setPixelRGB_):
11649           fix a debug which was using undefined variable
11650         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11651         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11652           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11653         * win32/vs6:
11654           add vs6 projects files for most of plugins-good
11655         
11656 2006-03-30  j^  <j@bootlab.org>
11657
11658         * ext/aalib/gstaasink.c:
11659         * ext/annodex/gstcmmldec.c:
11660         * ext/annodex/gstcmmlenc.c:
11661         * ext/cairo/gsttextoverlay.c:
11662         * ext/cairo/gsttimeoverlay.c:
11663         * ext/cdio/gstcdiocddasrc.c:
11664         * ext/dv/gstdvdec.c:
11665         * ext/esd/esdmon.c:
11666         * ext/esd/esdsink.c:
11667         * ext/flac/gstflacdec.c:
11668         * ext/flac/gstflacenc.c:
11669         * ext/flac/gstflactag.c:
11670         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11671         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11672         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11673         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11674         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11675         * ext/gdk_pixbuf/pixbufscale.c:
11676         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11677         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11678         * ext/jpeg/gstjpegdec.c:
11679         * ext/jpeg/gstjpegenc.c:
11680         * ext/jpeg/gstsmokedec.c:
11681         * ext/jpeg/gstsmokeenc.c:
11682         * ext/libcaca/gstcacasink.c:
11683         * ext/libmng/gstmngdec.c:
11684         * ext/libmng/gstmngenc.c:
11685         * ext/libpng/gstpngdec.c:
11686         * ext/libpng/gstpngenc.c:
11687         * ext/mikmod/gstmikmod.c:
11688         * ext/raw1394/gstdv1394src.c:
11689         * ext/shout2/gstshout2.c:
11690         * ext/speex/gstspeexdec.c:
11691         * ext/speex/gstspeexenc.c:
11692         * gst/alpha/gstalpha.c:
11693         * gst/alpha/gstalphacolor.c:
11694         * gst/auparse/gstauparse.c:
11695         * gst/autodetect/gstautoaudiosink.c:
11696         (gst_auto_audio_sink_base_init):
11697         * gst/autodetect/gstautovideosink.c:
11698         (gst_auto_video_sink_base_init):
11699         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11700         * gst/cutter/gstcutter.c:
11701         * gst/debug/breakmydata.c:
11702         * gst/debug/efence.c:
11703         * gst/debug/gstnavigationtest.c:
11704         * gst/debug/negotiation.c:
11705         * gst/debug/progressreport.c:
11706         * gst/debug/testplugin.c:
11707         * gst/effectv/gstaging.c:
11708         * gst/effectv/gstdice.c:
11709         * gst/effectv/gstedge.c:
11710         * gst/effectv/gstquark.c:
11711         * gst/effectv/gstrev.c:
11712         * gst/effectv/gstvertigo.c:
11713         * gst/effectv/gstwarp.c:
11714         * gst/flx/gstflxdec.c:
11715         * gst/goom/gstgoom.c:
11716         * gst/interleave/deinterleave.c:
11717         * gst/interleave/interleave.c:
11718         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11719         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11720         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11721         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11722         * gst/level/gstlevel.c:
11723         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11725         * gst/median/gstmedian.c:
11726         * gst/monoscope/gstmonoscope.c:
11727         * gst/multipart/multipartdemux.c:
11728         * gst/multipart/multipartmux.c:
11729         * gst/oldcore/gstmd5sink.c:
11730         * gst/oldcore/gstmultifilesrc.c:
11731         * gst/oldcore/gstpipefilter.c:
11732         * gst/oldcore/gstshaper.c:
11733         * gst/oldcore/gststatistics.c:
11734         * gst/rtp/gstasteriskh263.c:
11735         * gst/rtp/gstrtpL16depay.c:
11736         * gst/rtp/gstrtpL16pay.c:
11737         * gst/rtp/gstrtpamrdepay.c:
11738         * gst/rtp/gstrtpamrpay.c:
11739         * gst/rtp/gstrtpdepay.c:
11740         * gst/rtp/gstrtpgsmpay.c:
11741         * gst/rtp/gstrtph263pay.c:
11742         * gst/rtp/gstrtph263pdepay.c:
11743         * gst/rtp/gstrtph263ppay.c:
11744         * gst/rtp/gstrtpmp4gpay.c:
11745         * gst/rtp/gstrtpmp4vdepay.c:
11746         * gst/rtp/gstrtpmp4vpay.c:
11747         * gst/rtp/gstrtpmpadepay.c:
11748         * gst/rtp/gstrtpmpapay.c:
11749         * gst/rtp/gstrtppcmadepay.c:
11750         * gst/rtp/gstrtppcmapay.c:
11751         * gst/rtp/gstrtppcmudepay.c:
11752         * gst/rtp/gstrtppcmupay.c:
11753         * gst/rtp/gstrtpspeexdepay.c:
11754         * gst/rtp/gstrtpspeexpay.c:
11755         * gst/rtsp/gstrtpdec.c:
11756         * gst/smpte/gstsmpte.c:
11757         * gst/videobox/gstvideobox.c:
11758         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11759         * gst/videofilter/gstvideobalance.c:
11760         * gst/videofilter/gstvideoflip.c:
11761         * gst/videofilter/gstvideotemplate.c:
11762         (gst_videotemplate_base_init):
11763         * gst/videomixer/videomixer.c:
11764         * gst/wavenc/gstwavenc.c:
11765         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11766          better/unified long descriptions
11767          Fixed #336602
11768          Some cleanups to auparse, don't send multiple newsegments.
11769
11770 2006-03-29  Wim Taymans  <wim@fluendo.com>
11771
11772         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11773
11774         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11775         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11776         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11777         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11778         * ext/dv/gstdvdemux.h:
11779         Seek in READY patch. Only works for pull based mode.
11780         Fixes #323880
11781
11782 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11783
11784         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11785         (gst_gdk_pixbuf_event):
11786           Fix two crashers: don't unref the same caps twice, and
11787           set pixbuf loader to NULL after freeing it.
11788
11789 2006-03-27  Wim Taymans  <wim@fluendo.com>
11790
11791         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11792         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11793         (gst_speexenc_chain):
11794         * ext/speex/gstspeexenc.h:
11795         Don't leak adapter.
11796         A push *always* takes ownership of the buffer, even on
11797         errors.
11798         Small cleanups.
11799
11800 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11801
11802         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11803           Create source pad without leaking.
11804
11805 2006-03-24  Wim Taymans  <wim@fluendo.com>
11806
11807         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11808         * ext/flac/gstflacdec.h:
11809         * ext/flac/gstflacenc.h:
11810         Spifify a bit.
11811         Fix deadly lock order error in seeking code, STREAM_LOCK
11812         cannot be taken within LOCK and the streaming variables are
11813         protected with the STREAM_LOCK anyway.
11814
11815 2006-03-24  Wim Taymans  <wim@fluendo.com>
11816
11817         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11818         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11819         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11820         this patch combines the global init_frames with the stream
11821         init_frames. Rationale being that the global delay should 
11822         be subtracted from any stream delay.
11823         Fixes #335858.
11824
11825 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11826
11827         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11828         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11829         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11830         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11831         use DEBUG_FUNCPTR for collectpads
11832
11833 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11836           Don't crash when encoding images where the number of rows isn't
11837           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11838
11839 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11842         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11843         * gst/interleave/interleave.c: (interleave_change_state):
11844         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11845           More state change function fixes.
11846
11847 2006-03-23  Wim Taymans  <wim@fluendo.com>
11848
11849         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11850         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11851         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11852         (gst_esdsink_delay), (gst_esdsink_reset):
11853         * ext/esd/esdsink.h:
11854         Fix esd choppy playback by configuring audiosink
11855         correctly. Fixes #325191
11856
11857 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11860           Make state change function thread-safe.
11861
11862 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11865         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11866           Don't try to read beyond the end of the file just because
11867           the header claims a bigger size (like with truncated files).
11868
11869 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11870
11871         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11872         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11873         (gst_wavparse_stream_data), (gst_wavparse_loop):
11874         * gst/wavparse/gstwavparse.h:
11875           Delay source pad creation until we have the first chunk of
11876           media data, so the we can examine the data and adjust the
11877           caps accordingly if required. This makes playback of .wav
11878           files with DTS-declared-as-PCM content work (#313266).
11879
11880 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11881
11882         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11883         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11884         Don't attempt typefinding on too-short buffers that have been
11885         completely trimmed away. (Fixes #330239)
11886
11887         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11888         Improve the debug output
11889
11890 2006-03-21  Wim Taymans  <wim@fluendo.com>
11891
11892         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11893         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11894         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11895         (gst_esdsink_set_property), (gst_esdsink_get_property):
11896         Some cleanups.
11897         Reset fd to -1 when we close them.
11898
11899 2006-03-21  Wim Taymans  <wim@fluendo.com>
11900
11901         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11902         the OPTIONS request result is optional so don't
11903         fail on it.
11904
11905 2006-03-21  Edward Hervey  <edward@fluendo.com>
11906
11907         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11908         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11909         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11910         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11911         (gst_wavparse_change_state):
11912         gcc 4.1 unreferenced pointer fixes.
11913
11914 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11917
11918         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11919           Fix block alignment calculation. Alignment should be done before
11920           adding the byte offset where the data starts (#335231).
11921
11922 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11923
11924         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11925           Ensure that we set correct caps on buffers that are transferred
11926           direct from the input.
11927
11928 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11929
11930         * gst/goom/filters.c: (zoomFilterDestroy):
11931         * gst/goom/goom_core.c: (goom_close):
11932           Free filter data when cleaning up. (Fixes: #334995)
11933
11934 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * configure.ac:
11937           Don't compile udp and rtsp plugins on win32 (mingw) or other
11938           systems that don't have <sys/socket.h> for some reason (#316203).
11939
11940 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11941
11942         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11943         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11944         * ext/raw1394/gstdv1394src.h:
11945           Change bus reset handler so it reports useful information such as
11946           whether the device being used connected or disconnected
11947
11948 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * gst/id3demux/id3v2frames.c:
11951         (parse_relative_volume_adjustment_two):
11952           We only care about gain and peak data for the master volume.
11953
11954 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11955
11956         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11957         (parse_id_string), (parse_unique_file_identifier),
11958         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11959           Read replay gain tags (#323721).
11960
11961 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11962
11963         * configure.ac:
11964           Bump requirements to gst-plugins-base CVS because
11965           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11966
11967 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11968
11969         * rtp/gst/gstrtppcmadepay.c:
11970         Fixed one of the caps in the code from mulaw to alaw.
11971
11972 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11973
11974         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11975           Ensure that we set caps on the buffers we pass.
11976
11977         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11978         (gst_id3demux_sink_activate):
11979           Ensure that we set caps on the buffers we pass.
11980
11981           Use STREAM, TYPE_NOT_FOUND as the error class when
11982           typefinding fails.
11983
11984 2006-03-15  Edward Hervey  <edward@fluendo.com>
11985
11986         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11987         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11988         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11989         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11990         (gst_jpeg_dec_setcaps):
11991         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11992         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11993         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11994         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11995         (gst_mngdec_src_getcaps):
11996         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11997         (gst_pngdec_caps_create_and_set):
11998         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11999         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12000         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12001         * gst/alpha/gstalpha.c: (gst_alpha_init):
12002         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12003         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12004         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12005         * gst/cutter/gstcutter.c: (gst_cutter_init):
12006         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12007         (gst_efence_checkgetrange):
12008         * gst/debug/negotiation.c: (gst_negotiation_init):
12009         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12010         * gst/goom/gstgoom.c: (gst_goom_init):
12011         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12012         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12013         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12014         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12015         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12016         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12017         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12018         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12019         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12020         (gst_wavparse_create_sourcepad):
12021         Fix memleak with gst_static_pad_template_get().
12022         This uses gst_pad_new_from_static_template() instead.
12023         Fixes #333512
12024
12025 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         * configure.ac:
12028           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12029           used by id3demux.
12030
12031         * gst/id3demux/gstid3demux.c: (plugin_init):
12032         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12033         (parse_user_text_identification_frame),
12034         (parse_unique_file_identifier):
12035           Add support for UFID and TXXX frames and extract musicbrainz tags.
12036
12037 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12040           Catch short reads, like they might happen with truncated
12041           files (see #305279); remove unnecessary indentation.
12042
12043 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12046           Fix DIB image inversion for pictures with a
12047           depth != 8 (#305279).
12048
12049 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12050
12051         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12052         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12053         * ext/jpeg/gstjpegdec.h:
12054           Fix durations on outgoing buffers after seeking
12055           in MJPEG files (#334083); some minor clean-ups.
12056
12057 2006-03-13  Wim Taymans  <wim@fluendo.com>
12058
12059         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12060         (gst_wavparse_change_state):
12061         Implement seek in READY (re-fixes #327658)
12062
12063 2006-03-13  Wim Taymans  <wim@fluendo.com>
12064
12065         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12066         * ext/esd/esdmon.c: (gst_esdmon_get):
12067         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12068         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12069         (gst_gdk_pixbuf_sink_getcaps):
12070         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12071         (gst_jpegenc_setcaps):
12072         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12073         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12074         (gst_smokeenc_setcaps):
12075         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12076         (gst_mngdec_src_getcaps):
12077         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12078         (gst_mngenc_chain):
12079         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12080         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12081         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12082         (speex_dec_src_event), (speex_dec_chain):
12083         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12084         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12085         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12086         (gst_negotiation_pad_link), (gst_negotiation_chain):
12087         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12088         (gst_flxdec_chain):
12089         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12090         (deinterleave_chain):
12091         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12092         * gst/median/gstmedian.c: (gst_median_link):
12093         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12094         (gst_monoscope_chain):
12095         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12096         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12097         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12098         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12099         close #333784 unref the result of gst_pad_get_parent()
12100         by: Christophe Fergeau.
12101
12102 2006-03-09  Wim Taymans  <wim@fluendo.com>
12103
12104         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12105         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12106         Handle events in push mode better, can now do non-flushing
12107         seeks in push mode as well.
12108
12109 2006-03-07  Wim Taymans  <wim@fluendo.com>
12110
12111         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12112         Applied patch from Kai Vehmanen, fixes #333624.
12113
12114 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12115
12116         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12117         Implement paletted and grayscale png files handling.
12118         (#150363).
12119
12120 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12121
12122         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12123         (gst_speexenc_chain):
12124           fix a tag list assert
12125           follow gst-plugins-base/ext/ogg/README; set OFFSET
12126           and OFFSET_END.  Muxes correctly with gst-plugins-base
12127           > 0.9.3
12128
12129 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12130
12131         * gst/id3demux/Makefile.am:
12132         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12133         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12134           Use new typefind helper functions here as well, and
12135           do typefinding in pull-mode if upstream supports that.
12136
12137 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         * sys/sunaudio/gstsunaudiomixerctrl.c:
12140         (gst_sunaudiomixer_ctrl_get_volume),
12141         (gst_sunaudiomixer_ctrl_set_volume):
12142         * sys/sunaudio/gstsunaudiomixertrack.c:
12143         (gst_sunaudiomixer_track_new):
12144           Remove unused variables, breaks build from CVS
12145           with -Werror (#333392, patch by: Benjamin Pineau)
12146
12147 2006-03-03  Wim Taymans  <wim@fluendo.com>
12148
12149         * docs/plugins/Makefile.am:
12150         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12151         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12152         Added wavparse docs.
12153
12154         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12155         (gst_wavparse_reset), (gst_wavparse_init),
12156         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12157         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12158         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12159         (gst_wavparse_stream_data), (gst_wavparse_loop),
12160         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12161         (gst_wavparse_change_state):
12162         * gst/wavparse/gstwavparse.h:
12163         Implement seek in READY (fixes #327658)
12164         Added docs and did some cleanups.
12165
12166 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12167
12168         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12169         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12170         (gst_avi_demux_calculate_durations_from_index),
12171         (gst_avi_demux_stream_header):
12172         * gst/avi/gstavidemux.h:
12173           If we have an index, use a duration based on the index instead
12174           of blindly trusting the information in the stream headers
12175           (fixes #331817).
12176
12177 2006-03-03  Wim Taymans  <wim@fluendo.com>
12178
12179         * docs/plugins/Makefile.am:
12180         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12181         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12182         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12183         Added smoke and jpeg to the docs.
12184
12185         * ext/jpeg/Makefile.am:
12186         * ext/jpeg/gstjpeg.c: (plugin_init):
12187         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12188         * ext/jpeg/gstjpegenc.h:
12189         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12190         (gst_smokedec_chain):
12191         * ext/jpeg/gstsmokedec.h:
12192         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12193         * ext/jpeg/gstsmokeenc.h:
12194         * ext/jpeg/smokecodec.h:
12195         Port smokedec (fixes #331905).
12196         Added some docs.
12197         Some cleanups.
12198
12199 2006-03-03  Wim Taymans  <wim@fluendo.com>
12200
12201         * docs/plugins/Makefile.am:
12202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12204         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12205         Added videobalance and videoflip to the docs.
12206
12207         * gst/videofilter/Makefile.am:
12208         * gst/videofilter/gstvideobalance.c:
12209         (gst_video_balance_update_tables_planar411),
12210         (gst_video_balance_is_passthrough),
12211         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12212         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12213         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12214         (gst_video_balance_finalize), (gst_video_balance_class_init),
12215         (gst_video_balance_init), (gst_video_balance_interface_supported),
12216         (gst_video_balance_interface_init),
12217         (gst_video_balance_colorbalance_list_channels),
12218         (gst_video_balance_colorbalance_set_value),
12219         (gst_video_balance_colorbalance_get_value),
12220         (gst_video_balance_colorbalance_init),
12221         (gst_video_balance_set_property), (gst_video_balance_get_property),
12222         (gst_video_balance_get_type), (plugin_init):
12223         * gst/videofilter/gstvideobalance.h:
12224         Ported to 0.10. (Fixes #326160)
12225         Added docs.
12226
12227         * gst/videofilter/gstvideoflip.c:
12228         * gst/videofilter/gstvideoflip.h:
12229         Added docs.
12230
12231 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         * configure.ac:
12234           Bump requirements to current core and -base CVS
12235           (core for new typefind helper API, and -base for the
12236           WAVFORMATEX support that was added to libgstriff and
12237           is needed by wavparse).
12238         
12239         * gst/apetag/Makefile.am:
12240         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12241         (gst_tag_demux_sink_activate):
12242           Use new typefind helpers for typefinding instead of our
12243           home-grown stuff; also, do typefinding in pull-mode if
12244           upstream supports that.
12245
12246 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12247
12248         Reviewed by: Christian Schaller <christian@fluendo.com>
12249
12250         This patch fixes bug: 329107
12251
12252         This Changelog entry is for a commit done on February 17
12253
12254         * ext/gconf/gconf.c
12255         * ext/gconf/gconf.h
12256         * ext/gconf/gstgconfaudiosink.c
12257         * ext/gconf/gstgconfaudiosink.h
12258         * gconf/gstreamer.schemas.in
12259
12260 2006-02-28  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12263         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12264         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12265         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12266         Use DEBUG_OBJECT more.
12267
12268 2006-02-28  Wim Taymans  <wim@fluendo.com>
12269
12270         * docs/plugins/Makefile.am:
12271         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12273         Added dvdec and dvdemux to docs.
12274
12275         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12276         Added docs.
12277         Check frame sizes so we don't crash when don't have enough
12278         data.
12279         Send nice error messages on error.
12280
12281         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12282         (gst_dvdemux_class_init), (gst_dvdemux_init),
12283         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12284         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12285         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12286         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12287         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12288         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12289         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12290         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12291         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12292         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12293         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12294         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12295         * ext/dv/gstdvdemux.h:
12296         Added docs.
12297         Implement pull mode.
12298         Fix memleaks.
12299         Reduce memcpy for the video demuxing.
12300
12301 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12302
12303         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12304         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12305         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12306         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12307           Add a little extra debug. Make the decoder not return NOT_LINKED,
12308           as we want to continue decoding all CMML and emitting tags.
12309
12310 2006-02-27  Michael Smith  <msmith@fluendo.com>
12311
12312         * ext/annodex/gstskeltag.c:
12313         * ext/annodex/gstskeltag.h:
12314           Deleted; these files aren't used any more either.
12315
12316 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12317
12318         * ext/Makefile.am: Fix dist-check.
12319
12320 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12321
12322         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12323         memleak.
12324
12325 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12326
12327         * ext/annodex/Makefile.am:
12328         * ext/annodex/gstannodex.c:
12329         * ext/annodex/gstcmmldec.c:
12330         * ext/annodex/gstcmmlenc.c:
12331         * ext/annodex/gstcmmlparser.c:
12332         * ext/annodex/gstcmmlparser.h:
12333         * ext/annodex/gstcmmlutils.c:
12334         * tests/check/elements/cmmldec.c:
12335         * tests/check/elements/cmmlenc.c:
12336           Fix a memleak in gst_cmml_track_list_add_clip.
12337           Handle overflows in clip's start and end times.
12338           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12339           Do not parse junk at the end of a CMML preamble buffer.
12340           Register a libxml error handler to not print stuff on stderr.
12341           Check for bad clip start and end times in the testsuites.
12342
12343 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12344
12345         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12346         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12347         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12348         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12349         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12350         possible memleaks.
12351
12352 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12353
12354         * tests/check/Makefile.am:
12355         * tests/check/elements/cmmldec.c:
12356         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12357         the plugins-base tags.
12358
12359 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12360
12361         * ext/Makefile.am: Re-enable module.
12362
12363 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12364
12365         * tests/check/Makefile.am: Forgot to remove that test.
12366
12367 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12368
12369         * ext/annodex/Makefile.am:
12370         * ext/annodex/gstannodex.c: (plugin_init):
12371         * ext/annodex/gstcmmldec.c:
12372         * ext/annodex/gstskeldec.c:
12373         * ext/annodex/gstskeldec.h:
12374         * tests/check/Makefile.am:
12375         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12376
12377 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12378
12379         * tests/check/Makefile.am: Disable those checks as well.
12380
12381 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12382
12383         * ext/Makefile.am: Disable annodex for now until we figure out
12384         how to make it build.
12385         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12386         Add a rule to your checklist : "please try to at least build 
12387         what you are going to commit into -good, or if you are too lazy
12388         to do that, please check that the buildbots are not crying because
12389         of your commit."
12390
12391 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12392
12393         * configure.ac:
12394         * ext/Makefile.am:
12395         * ext/gdk_pixbuf/Makefile.am:
12396         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12397         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12398         * ext/gdk_pixbuf/pixbufscale.c:
12399         * ext/gdk_pixbuf/pixbufscale.h:
12400           Gdkpixbuf ported from 0.8 to 0.10 by
12401           Renato Filho <renato.filho@indt.org.br>.
12402           gst_loader and gdkpixbufanimation still need port.
12403
12404 2006-02-24  Michael Smith  <msmith@fluendo.com>
12405
12406         * configure.ac:
12407         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12408         * ext/Makefile.am:
12409         * ext/annodex/Makefile.am:
12410         * ext/annodex/gstannodex.c:
12411         * ext/annodex/gstannodex.h:
12412         * ext/annodex/gstcmmldec.c:
12413         * ext/annodex/gstcmmldec.h:
12414         * ext/annodex/gstcmmlenc.c:
12415         * ext/annodex/gstcmmlenc.h:
12416         * ext/annodex/gstcmmlparser.c:
12417         * ext/annodex/gstcmmlparser.h:
12418         * ext/annodex/gstcmmltag.c:
12419         * ext/annodex/gstcmmltag.h:
12420         * ext/annodex/gstcmmlutils.c:
12421         * ext/annodex/gstcmmlutils.h:
12422         * ext/annodex/gstskeldec.c:
12423         * ext/annodex/gstskeldec.h:
12424         * ext/annodex/gstskeltag.c:
12425         * ext/annodex/gstskeltag.h:
12426         * tests/check/Makefile.am:
12427         * tests/check/elements/cmmldec.c:
12428         * tests/check/elements/cmmlenc.c:
12429         * tests/check/elements/skeldec.c:
12430           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12431           Includes tests & docs, oh my! Passes Thomas's -good checklist
12432           entirely. Wow.
12433
12434 2006-02-24  Michael Smith  <msmith@fluendo.com>
12435
12436         * autogen.sh:
12437           Check for automake 1.9 as well.
12438
12439 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         * ext/flac/gstflacenc.c:
12442           Change min. sample rate to 8kHz to match flacdec's.
12443           
12444 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12445
12446         * ext/cdio/Makefile.am:
12447           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12448           required for Cygwin, see #317048)
12449
12450         * gst/rtp/gstasteriskh263.c:
12451           Cygwin has includes for both the unix network socket API
12452           and the windows API, but only one can be included, so fix
12453           includes to only use one or the other, prefering the unxi
12454           one (#317048).
12455
12456 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12457
12458         * rtp/gst/gstrtppcmadepay.c:
12459         * rtp/gst/gstrtppcmadepay.h:
12460         * rtp/gst/gstgstrtppcmapay.c:
12461         * rtp/gst/gstgstrtppcmapay.h:
12462         * rtp/gst/gstrtppcmudepay.c:
12463         * rtp/gst/gstrtppcmudepay.h:
12464         * rtp/gst/gstrtppcmupay.c:
12465         * rtp/gst/gstrtppcmupay.h:
12466         * rtp/gst/Makefile.am:
12467         * rtp/gst/gstrtp.c:
12468         * rtp/gst/README:
12469         Separated the G711 payloaders/depayloaders into separate elements for
12470         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12471
12472 2006-02-22  Wim Taymans  <wim@fluendo.com>
12473
12474         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12475         (gst_dvdec_change_state):
12476         * ext/dv/gstdvdec.h:
12477         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12478         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12479         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12480         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12481         (gst_dvdemux_flush), (gst_dvdemux_chain),
12482         (gst_dvdemux_change_state):
12483         * ext/dv/gstdvdemux.h:
12484         Ueber spiffify some more, added debug category.
12485         Use _scale.
12486         Use segments, respect playback rate from newsegment.
12487         Fix refcount issue.
12488
12489 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12490
12491         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12492         (gst_signal_processor_process):
12493         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12494         enabled for the build, but it helps me win the feature-count
12495         competitions ooh yeah.
12496
12497 2006-02-19  Wim Taymans  <wim@fluendo.com>
12498
12499         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12500         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12501         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12502         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12503         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12504         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12505         Use scaling code for added precission and more correct stop
12506         position in case scale==0.
12507
12508 2006-02-19  Wim Taymans  <wim@fluendo.com>
12509
12510         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12511         (gst_flxdec_chain):
12512         * gst/flx/gstflxdec.h:
12513         Implement DURATION query.
12514
12515 2006-02-19  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/flx/flx_color.h:
12518         * gst/flx/flx_fmt.h:
12519         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12520         (gst_flxdec_src_query_handler), (flx_decode_color),
12521         (gst_flxdec_chain):
12522         * gst/flx/gstflxdec.h:
12523         Set MALLOCDATA for the temp buffers so we don't leak.
12524         Some debug cleanups.
12525         Consume all data in the adapter before leaving the chain
12526         function. Fixes #330678.
12527
12528 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12529
12530         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12531         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12532          Handle 0 data size in otherwise valid frames.
12533          Handle numeric strings in 2.4.0 even when not in parentheses 
12534
12535 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * gst/matroska/matroska-demux.c:
12538         (gst_matroska_demux_subtitle_caps),
12539         (gst_matroska_demux_plugin_init):
12540         * gst/matroska/matroska-ids.h:
12541           Recognise SSA/ASS and USF subtitle formats and
12542           set proper caps when they are found.
12543
12544 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12545
12546         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12547         (gst_jpeg_dec_chain):
12548           Fix invalid memory access for some odd-sized images
12549           (see image contained in quicktime stream in #327083);
12550           use g_malloc() instead of g_alloca().
12551
12552 2006-02-17  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12555         Patch from Sebastien Cote, fixes #319884
12556
12557 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12558
12559         * ext/cdio/gstcdio.c: (plugin_init):
12560           Init debug category (#331253).
12561
12562 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12565           Pass extra_data to gst_riff_create_audio_caps(), so that
12566           WAVEFORMATEX stuff works. Post audio codec name and post
12567           it as taglist on the bus. Allow up to 8 channesl for raw
12568           PCM in the source pad template caps.
12569
12570 2006-02-16  Wim Taymans  <wim@fluendo.com>
12571
12572         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12573         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12574         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12575         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12576         (gst_multipart_set_property), (gst_multipart_get_property):
12577         Applied #318663. Gives quite a few false positives in
12578         autoscan mode, but it's better than nothing. Not closing yet.
12579
12580 2006-02-16  Wim Taymans  <wim@fluendo.com>
12581
12582         * docs/plugins/Makefile.am:
12583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12585         * docs/plugins/gst-plugins-good-plugins.args:
12586         * docs/plugins/inspect/plugin-udp.xml:
12587         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12588         (gst_udpsrc_start):
12589         Update documentation.
12590         Fix args.
12591
12592 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12593
12594         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12595         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12596         frame size. (Fixes #331368)
12597
12598 2006-02-16  Wim Taymans  <wim@fluendo.com>
12599
12600         * gst/rtsp/README:
12601         Updated README.
12602
12603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12604         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12605         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12606         * gst/rtsp/gstrtspsrc.h:
12607         Make sure the RTP port is an even port an try to allocate 
12608         another if not.
12609         Added retry property to control max retries for port allocation.
12610         Make sure RTCP port is RTP port+1.
12611         Cleanup when port allocation fails.
12612         Fixes #319183.
12613         
12614 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12615
12616         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12617           Don't ignore return value of the parent class's state
12618           change function (#331385, patch by: Wouter Paesen).
12619
12620 2006-02-15  Wim Taymans  <wim@fluendo.com>
12621
12622         * configure.ac:
12623         * docs/plugins/Makefile.am:
12624         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12625         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12626         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12627         * ext/Makefile.am:
12628         * ext/hal/Makefile.am:
12629         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12630         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12631         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12632         (do_toggle_element), (gst_hal_audio_sink_set_property),
12633         (gst_hal_audio_sink_get_property),
12634         (gst_hal_audio_sink_change_state):
12635         * ext/hal/gsthalaudiosink.h:
12636         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12637         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12638         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12639         (do_toggle_element), (gst_hal_audio_src_set_property),
12640         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12641         * ext/hal/gsthalaudiosrc.h:
12642         * ext/hal/gsthalelements.c: (plugin_init):
12643         * ext/hal/gsthalelements.h:
12644         * ext/hal/hal.c: (gst_hal_get_string),
12645         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12646         (gst_hal_get_audio_src):
12647         * ext/hal/hal.h:
12648         Add HAL sound device wrapper plugins. Closes #329106
12649
12650 2006-02-15  Wim Taymans  <wim@fluendo.com>
12651
12652         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12653         Add comment in a fultile attempt to stop the copy-and-paste 
12654         paradigm leading to duplication of bad code.
12655
12656         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12657         Mime parameters have to be checked case insensitive
12658
12659 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12660
12661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12662           Advance stream time for lagging subtitle streams by sending
12663           newsegment events with the update flag set.
12664
12665 2006-02-14  Edward Hervey  <edward@fluendo.com>
12666
12667         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12668         There can be bogus data before the hdrl LIST tag in the RIFF header.
12669         It's hard to say if it's not respecting the AVI specifications or not,
12670         but since Google Video is producing AVIs like that and the other player
12671         don't seem to complain, I guess we should do the same.
12672
12673 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12674
12675         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12676         (parse_split_strings):
12677         Add more validation to ensure that a char encoding conversion
12678         produced a valid UTF-8 string.
12679
12680 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12681
12682         Reviewed by: Edward Hervey  <edward@fluendo.com>
12683
12684         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12685         Properly handle end of segment. Closes #330885.
12686
12687 2006-02-13  Wim Taymans  <wim@fluendo.com>
12688
12689         * gst/rtp/gstrtpmp4gpay.h:
12690         For got to commit this one.
12691
12692 2006-02-12  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12695         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12696         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12697         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12698         * gst/rtp/gstrtpmp4gpay.h:
12699         Make more things work.
12700         Handle ACC config strings.
12701
12702 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12703
12704         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12705           set timestamps if no incoming timestamps set
12706
12707 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12708
12709         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12710         (gst_tag_demux_do_typefind):
12711           ... and fix the very same leaks in GstTagDemux.
12712
12713 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12714
12715         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12716         (gst_id3demux_do_typefind):
12717         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12718         <jonathan at kaolin dot wh9 dot net>)
12719
12720 2006-02-10  Wim Taymans  <wim@fluendo.com>
12721
12722         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12723         First set options, then set caps or else the baseclass
12724         will not know about the options, duh.
12725
12726 2006-02-10  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12729         (gst_rtp_mp4v_pay_setcaps):
12730         Don't waste time looking for a config string if we have codec_info
12731         on the incomming caps.
12732
12733 2006-02-10  Wim Taymans  <wim@fluendo.com>
12734
12735         * gst/rtp/README:
12736         Say something about case-sensitivity of caps vs mime-attributes.
12737
12738         * gst/rtp/Makefile.am:
12739         * gst/rtp/gstrtp.c: (plugin_init):
12740         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12741         (gst_rtp_amr_pay_handle_buffer):
12742         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12743         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12744         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12745         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12746         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12747         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12748         (gst_rtp_mp4g_pay_plugin_init):
12749         * gst/rtp/gstrtpmp4gpay.h:
12750         Added beginnings of mpeg4-generic payloader (RFC 3640)
12751
12752 2006-02-09  Wim Taymans  <wim@fluendo.com>
12753
12754         * gst/rtsp/Makefile.am:
12755         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12756         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12757         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12758         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12759         (gst_rtpdec_change_state):
12760         * gst/rtsp/gstrtpdec.h:
12761         * gst/rtsp/gstrtsp.c: (plugin_init):
12762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12763         * gst/rtsp/rtspconnection.c: (read_body),
12764         (rtsp_connection_receive):
12765         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12766         Resurected rtpdec to make rtspsrc happy again.
12767         Skip attributes from the session id.
12768         Don't crash when dumping a message with an empty body.
12769
12770
12771 2006-02-09  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12774         Added more meaningfull warnings when something goes wrong.
12775         Clear F bit on outgoing AMR packets.
12776
12777         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12778         (gst_rtp_amr_pay_handle_buffer):
12779         Added debugging category
12780         Support payloading of multiple AMR frames.
12781
12782         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12783         Added some debugging.
12784
12785 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12786
12787         * configure.ac:
12788           Back to CVS
12789
12790 === release 0.10.2 ===
12791
12792 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12793
12794         * configure.ac:
12795           releasing 0.10.2, "Papa was a rolling stone"
12796
12797 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12798
12799         * configure.ac:
12800           Bump core and plugins-base requirement to 0.10.2.2
12801           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12802
12803 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * ext/flac/gstflac.c: (plugin_init):
12806         * ext/speex/gstspeex.c: (plugin_init):
12807           Register musicbrainz tags.
12808
12809 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12810
12811         * ext/gconf/gconf.h:
12812           Remove declaration of function that no longer exists.
12813
12814 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12815
12816         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12817         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12818         Make shout2 work for non ogg streams
12819
12820 2006-02-06  Wim Taymans  <wim@fluendo.com>
12821
12822         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12823         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12824         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12825         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12826         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12827         * gst/udp/gstmultiudpsink.h:
12828         Updated docs.
12829         Added properties bytes-served, bytes_to_serve.
12830         Post proper error messages,
12831         Emit client added signal too.
12832
12833 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12834
12835         * docs/plugins/Makefile.am:
12836         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12837         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12838         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12839         (gst_multiudpsink_get_stats):
12840           adding docs for multiudpsink
12841
12842 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12843
12844         * gst/level/gstlevel.c: (gst_level_transform_ip):
12845           peak below decay is not necessarily an error, so don't ERROR log
12846
12847 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12848
12849         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12850         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12851         (gst_ebml_write_seek):
12852         * gst/matroska/ebml-write.h:
12853           Make sure we send a newsegment event in BYTES format
12854           before sending buffers (#328531).
12855
12856 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12857
12858         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12859         (gst_dvdemux_sink_query):
12860         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12861         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12862         (speex_dec_src_query):
12863         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12864         (gst_speexenc_sink_query):
12865         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12866         * gst/matroska/matroska-demux.c:
12867         (gst_matroska_demux_get_src_query_types),
12868         (gst_matroska_demux_handle_src_query):
12869         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12870         (gst_wavparse_pad_query):
12871           Pass unhandled queries upstream instead of just dropping
12872           them (#326446). Update query type arrays here and there.
12873
12874 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         * tests/check/elements/matroskamux.c: (setup_src_pad):
12877           Collectpads in core got changed and now also holds a
12878           reference to any pad that is part of it. Fix refcount
12879           checks in test case accordingly.
12880
12881 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12882
12883         * gst/apetag/gstapedemux.h:
12884           Fix include, for now GstTagDemux is in the apetag dir.
12885
12886 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12887
12888         * docs/plugins/Makefile.am:
12889         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12890         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12891         * docs/plugins/inspect/plugin-cdio.xml:
12892           Add cdio plugin to docs.
12893
12894         * ext/cdio/gstcdiocddasrc.c:
12895           Add gtk-doc blurb.
12896
12897         * ext/cdio/gstcdio.c:
12898           The plugin is called 'cdio' not 'cddio'.
12899
12900 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12901
12902         * configure.ac:
12903         * docs/plugins/Makefile.am:
12904         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12905         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12906         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12907         * docs/plugins/inspect/plugin-apetag.xml:
12908         * gst/apetag/Makefile.am:
12909         * gst/apetag/gstapedemux.c:
12910         * gst/apetag/gstapedemux.h:
12911         * gst/apetag/gsttagdemux.c:
12912         * gst/apetag/gsttagdemux.h:
12913           Add APE tag demuxer (#325649).
12914
12915 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12916
12917         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12918         (gst_gconf_get_default_video_sink),
12919         (gst_gconf_get_default_audio_src),
12920         (gst_gconf_get_default_video_src):
12921         * ext/gconf/gconf.h:
12922         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12923         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12924         (do_toggle_element):
12925         * ext/gconf/gstgconfaudiosink.h:
12926         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12927         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12928         (do_toggle_element):
12929         * ext/gconf/gstgconfaudiosrc.h:
12930         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12931         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12932         (do_toggle_element):
12933         * ext/gconf/gstgconfvideosink.h:
12934         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12935         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12936         (do_toggle_element):
12937         * ext/gconf/gstgconfvideosrc.h:
12938           Ignore changing the GConf key to "". Ignore GConf key updates
12939           that don't actually change the string.
12940           For now, ignore the GConf key when the state is > READY, as
12941           it breaks streaming. Sometime it will be nice to bring the
12942           new sink online even mid-stream, by sending NEWSEGMENT info
12943           and possibly prerolling.
12944           (Fixes #326736)
12945
12946 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12947
12948         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12949         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12950         (zoomFilterSetResolution), (zoomFilterDestroy),
12951         (zoomFilterFastRGB), (pointFilter):
12952         * gst/goom/filters.h:
12953         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12954         (goom_update), (goom_close):
12955         * gst/goom/goom_core.h:
12956         * gst/goom/goom_tools.h:
12957         * gst/goom/graphic.c:
12958         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12959         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12960         * gst/goom/gstgoom.h:
12961         * gst/goom/lines.c: (goom_lines):
12962         * gst/goom/lines.h:
12963           Make goom reentrant by moving all important static variables
12964           into instance structures.
12965           (Fixes #329181)
12966
12967 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12968
12969         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12970         (gst_avi_demux_all_source_pads_unlinked),
12971         (gst_avi_demux_process_next_entry):
12972         * gst/avi/gstavidemux.h:
12973           Third attempt, use gst_pad_is_linked() this time.
12974
12975 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12976
12977         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12978         (parse_split_strings):
12979         Adjust for data length indicators when parsing (Fixes #329810)
12980         Fix stupid bug parsing UTF-8 tag text.
12981         Output tag strings with multiple fields as multiple tags, so the
12982         app gets all the data.
12983
12984 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12985
12986         * ext/flac/gstflacenc.c:
12987         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12988         show me.
12989         
12990 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12991
12992         * ext/flac/gstflacenc.c:
12993         * gst/matroska/ebml-read.c:
12994         Just make it compile with --disable-gst-debug.
12995
12996 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12997
12998         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12999         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13000         (id3v2_genre_fields_to_taglist):
13001           Never output a tag with a null contents string.
13002
13003 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13004
13005         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13006           Only pause if all pads are unlinked AND we've tried to send data
13007           on all of them at least once.
13008
13009 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13010
13011         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13012         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13013           Make loop function/task pause itself when all source pads are
13014           unlinked.
13015
13016 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13017
13018         * configure.ac:
13019         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13020           Use new functions from core to render a bin from a
13021           string. Fixes build. Up requirements to core CVS.
13022
13023 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13024
13025         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13026           Don't push buffers into the adapter that we are going to
13027           push downstream again without framing anyway. Also, the
13028           adaptor takes ownership of buffers put into it (fixes
13029           auparse pushing invalid buffers for .au files with
13030           ADPCM contents). Finally, set caps on all outgoing buffers.
13031
13032 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13033
13034         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13035         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13036         (gst_id3demux_send_tag_event):
13037         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13038         Someone should kick my butt. Remove ID3v1 tags from the end of the
13039         file.
13040
13041         Improve error messages. Send the TAG message as soon as we complete
13042         typefinding, instead of waiting until we send the first buffer.
13043         Downstream tag event is still sent before the first buffer.
13044
13045 2006-01-27  Jan Gerber  <j@bootlab.org>
13046
13047         Reviewed by: Andy Wingo <wingo@pobox.com>
13048
13049         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13050         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13051         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13052         to not have warings flooding stderr. this is the suggested way
13053         also used in dvgrab and kino. (#328336)
13054
13055 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13056
13057         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13058         (gst_oss_sink_init), (gst_oss_sink_finalise):
13059           Free the device name string when finalised.
13060
13061 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13062
13063         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13064           Don't put function calls in g_return_if_fail() statements,
13065           or they'll be replaced with NOOPs if someone compiles with
13066           G_DISABLE_CHECKS defined.
13067           
13068 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13069
13070         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13071         Never trust ANY information encoded in a media file, especially
13072         when it's giving you sizes. (Fixes #328452)
13073
13074 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13075
13076         * gst/rtp/gstrtpg711pay.c:
13077         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13078         bug #325148.
13079
13080 2006-01-23  Edward Hervey  <edward@fluendo.com>
13081
13082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13083         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13084         * gst/matroska/matroska-ids.h:
13085         Added recognition of Real Audio and Video streams in matroska demuxer.
13086
13087 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13088
13089         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13090           Remove errant break statement, and fix compilation with
13091           older GCC.
13092
13093 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13094
13095         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13096
13097         * sys/sunaudio/gstsunaudiomixerctrl.c:
13098         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13099           Export functions that are needed in other parts of the code,
13100           makes the mixer actually work; adjust magic minimum buffer-time
13101           value from 3ms to 5ms to work around stuttering during mp3
13102           playback (#327765).
13103
13104 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13105
13106         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13109         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13110           Fix possible deadlock in matroska muxer (#327825).
13111
13112 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13113
13114         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13115         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13116         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13117         * gst/rtsp/sdpmessage.h:
13118         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13119         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13120           C89 fixes: declare variables at the beginning of a block and
13121           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13122           <jensgr at gmx dot net>).
13123
13124 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13125
13126         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13127         * gst/id3demux/id3tags.h:
13128         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13129         (parse_comment_frame), (parse_text_identification_frame),
13130         (id3v2_tag_to_taglist), (id3v2_are_digits),
13131         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13132         (parse_split_strings), (free_tag_strings):
13133           Rewrite parsing of text tags to handle multiple NULL terminated
13134           strings. Parse numeric genre strings and ID3v2 type
13135           "(3)(6)Alternative" style genre strings.
13136           Parse dates that are only YYYY or YYYY-mm format.
13137           (Fixes #328241 and #322154)
13138
13139 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13140
13141         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13142           Don't forget to initialize liboil, otherwise our oil functions
13143           will crash (fixes #327871; patch by: Christoph Burghardt
13144           <hawkes at web dot de>).
13145
13146 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13147
13148         * configure.ac:
13149           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13150           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13151           patch by: Brian Cameron <brian dot cameron at sun dot com>
13152
13153 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13154
13155         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13156         * ext/cdio/gstcdio.h:
13157         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13158           Fix build for libcdio versions >= 76; give slightly lower rank
13159           than cdparanoia.
13160
13161 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13162
13163         * configure.ac:
13164         * ext/Makefile.am:
13165         * ext/cdio/Makefile.am:
13166         * ext/cdio/gstcdio.c:
13167         * ext/cdio/gstcdio.h:
13168         * ext/cdio/gstcdiocddasrc.c:
13169         * ext/cdio/gstcdiocddasrc.h:
13170           Port libcdio cdda source, formerly known as cddasrc, now known as
13171           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13172           but that's not tested (fixes #317658).
13173
13174 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13177           Fix conversion from TIME to BYTES format (fixes #326864;
13178           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13179
13180 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13181
13182         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13183           Fix compilation of id3demux when zlib is not present.
13184           (Fixes #326602; patch by: Sergey Scobich)
13185
13186 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13187
13188         * ext/esd/Makefile.am:
13189           Add $(ESD_CFLAGS), otherwise build will fail for folks
13190           with libesd in a non-standard prefix (#327009).
13191
13192 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13193
13194         * configure.ac:
13195           back to HEAD
13196
13197 === release 0.10.1 ===
13198
13199 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13200
13201         * configure.ac:
13202           releasing 0.10.1, "Li"
13203
13204 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13205
13206           patch by: Wim Taymans
13207
13208         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13209           fix memleak.  Fixes #326618
13210
13211 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13212
13213           patch by: Mike Smith
13214
13215         * gst/level/gstlevel.c: (gst_level_message_new),
13216         (gst_level_message_append_channel):
13217           Fix memleak.  Fixes #326612
13218
13219 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13220
13221         * configure.ac:
13222           prereleasing
13223         * po/af.po:
13224         * po/az.po:
13225         * po/cs.po:
13226         * po/en_GB.po:
13227         * po/hu.po:
13228         * po/it.po:
13229         * po/nb.po:
13230         * po/nl.po:
13231         * po/or.po:
13232         * po/sq.po:
13233         * po/sr.po:
13234         * po/sv.po:
13235         * po/uk.po:
13236         * po/vi.po:
13237           update translations
13238
13239 2006-01-10  Michael Smith  <msmith@fluendo.com>
13240
13241         * gst/level/gstlevel.c: (gst_level_class_init),
13242         (gst_level_dispose):
13243           Don't leak filter arrays.
13244
13245 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13246
13247         reviewed by: Christian Schaller <uraeus@gnome.org>
13248         
13249         * configure.ac:
13250         * gst-plugins-good.spec.in:
13251         * sys/Makefile.am:
13252         * sys/sunaudio/Makefile.am:
13253         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13254         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13255         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13256         (gst_sunaudiomixer_change_state):
13257         * sys/sunaudio/gstsunaudiomixer.h:
13258         * sys/sunaudio/gstsunaudiomixerctrl.c:
13259         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13260         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13261         (gst_sunaudiomixer_ctrl_list_tracks),
13262         (gst_sunaudiomixer_ctrl_get_volume),
13263         (gst_sunaudiomixer_ctrl_set_volume),
13264         (gst_sunaudiomixer_ctrl_set_mute),
13265         (gst_sunaudiomixer_ctrl_set_record):
13266         * sys/sunaudio/gstsunaudiomixerctrl.h:
13267         * sys/sunaudio/gstsunaudiomixertrack.c:
13268         (gst_sunaudiomixer_track_class_init),
13269         (gst_sunaudiomixer_track_init), (fill_labels),
13270         (gst_sunaudiomixer_track_new):
13271         * sys/sunaudio/gstsunaudiomixertrack.h:
13272         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13273         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13274         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13275         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13276         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13277         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13278         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13279         * sys/sunaudio/gstsunaudiosink.h:
13280
13281         Add SunAudio plugin - tested to make sure it doesn't break
13282         the build under GNU/Linux.      
13283
13284 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13285
13286         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13287         * gst-plugins-good/gst/udp/gstudpsrc.c:
13288         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13289         overrides the port or multicast parameters. Fixes bugs #323021.
13290         API addition: adds GstUDPSrc::sockfd property   
13291
13292 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13293
13294         * ext/gconf/Makefile.am:
13295         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13296         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13297         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13298         (do_toggle_element), (cb_toggle_element),
13299         (gst_gconf_audio_src_change_state):
13300         * ext/gconf/gstgconfaudiosrc.h:
13301         * ext/gconf/gstgconfelements.c: (plugin_init):
13302         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13303         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13304         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13305         (do_toggle_element), (cb_toggle_element),
13306         (gst_gconf_video_src_change_state):
13307         * ext/gconf/gstgconfvideosrc.h:
13308           Add new gconfaudiosrc and gconfvideosrc elements
13309           (needed for gnome-sound-recorder).
13310
13311 2006-01-06  Edward Hervey  <edward@fluendo.com>
13312
13313         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13314         Add gst_element_no_more_pads() for proper decodebin behaviour.
13315         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13316         (parse_text_identification_frame), (parse_split_strings):
13317         Failure to decode some tags is not a GST_ERROR() but a
13318         GST_WARNING()
13319         When iterating over a chunk of text, check that we haven't gone too
13320         far.
13321
13322 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13323
13324         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13325         (plugin_init):
13326           call oil_init() when using liboil
13327
13328 2006-01-04  Wim Taymans  <wim@fluendo.com>
13329
13330         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13331         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13332         Fix leaks.
13333
13334 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13335
13336         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13337
13338         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13339         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13340         (gst_flac_dec_change_state):
13341           Don't g_assert() where we should just return FALSE; remove
13342           unnecessary g_assert(); initialize some fields properly in
13343           state change function (fixes #325504). Also, use
13344           GST_DEBUG_OBJECT in two more places.
13345
13346 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13347
13348         * configure.ac:
13349           also remove smoothwave's Makefile.am
13350         * docs/plugins/Makefile.am:
13351           fix plugin docs
13352
13353 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13354
13355         * tests/examples/Makefile.am:
13356           added missing Makefile.am
13357
13358 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13359
13360         * configure.ac:
13361         * gst/level/Makefile.am:
13362         * gst/level/level-example.c:
13363         * tests/Makefile.am:
13364         * tests/examples/level/Makefile.am:
13365         * tests/examples/level/level-example.c: (message_handler), (main):
13366           moved level-example to tests/examples/level-example
13367         * tests/old/examples/level/demo.c: (main):
13368         * tests/old/examples/level/plot.c: (main):
13369           some initial fixes
13370
13371 2005-12-29  Michael Smith  <msmith@fluendo.com>
13372
13373         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13374         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13375         * gst/udp/gstmultiudpsink.h:
13376           Track packets sent per client in addition to bytes sent; provide
13377           this info through get-stats signal
13378
13379 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13380
13381         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13382           Can't use gst_object_unref() on a GstAdapter (#325191).
13383
13384 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13385
13386         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13387         If a broken tag has 0 bytes payload, at least still skip
13388         the 10 byte header
13389
13390 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13391
13392         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13393         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13394         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13395         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13396           Making these depayloaders (H263+ and mpeg4 video) inherit from
13397           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13398
13399 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13400
13401         * docs/plugins/gst-plugins-good-plugins.args:
13402         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13403         Regenerate the plugin hiearchy.
13404
13405 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13406
13407         * docs/plugins/Makefile.am:
13408         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13410         * docs/plugins/gst-plugins-good-plugins.args:
13411         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13412         (gst_id3demux_base_init), (gst_id3demux_class_init),
13413         (gst_id3demux_chain):
13414         * gst/id3demux/gstid3demux.h:
13415           Add documentation for id3demux.
13416           Don't fail if the first buffer is not at offset 0, just
13417           attempt to typefind and do pass through
13418           Rename the gst_type function from gst_gst_id3demux..
13419
13420 2005-12-20  Michael Smith  <msmith@fluendo.com>
13421
13422         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13423         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13424         (gst_multiudpsink_get_stats):
13425         * gst/udp/gstmultiudpsink.h:
13426           Collect statistics; return them from get_stats.
13427
13428 2005-12-19  Edward Hervey  <edward@fluendo.com>
13429
13430         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13431         Stupid signedness issue...
13432
13433 2005-12-19  Edward Hervey  <edward@fluendo.com>
13434
13435         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13436         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13437         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13438         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13439         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13440         Construct index for indexless files.
13441         Make sure pad/buffers are correctly reset to NULL once we don't need
13442         them anymore, else we get lovely segfaults/assertions.
13443         * gst/wavparse/gstwavparse.c:
13444         Yes, you can have 96KHz audio and wma in wav :(
13445
13446 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13447
13448         * configure.ac:
13449           Check for optional dependency on zlib for id3demux
13450
13451         * gst/id3demux/Makefile.am:
13452         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13453         (gst_id3demux_base_init), (gst_id3demux_class_init),
13454         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13455         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13456         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13457         (gst_id3demux_set_property), (gst_id3demux_get_property),
13458         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13459         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13460         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13461         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13462         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13463         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13464         (simple_find_peek), (simple_find_suggest),
13465         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13466         (plugin_init):
13467         * gst/id3demux/gstid3demux.h:
13468         * gst/id3demux/id3tags.c: (read_synch_uint),
13469         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13470         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13471         (id3demux_id3v2_frames_to_tag_list):
13472         * gst/id3demux/id3tags.h:
13473         * gst/id3demux/id3v2.4.0-frames.txt:
13474         * gst/id3demux/id3v2.4.0-structure.txt:
13475         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13476         (parse_comment_frame), (parse_text_identification_frame),
13477         (id3v2_tag_to_taglist), (parse_split_strings):
13478           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13479           otherwise it discards them. Works on my test files. 
13480
13481         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13482           Don't send EOS to a non-existing srcpad
13483           The debug category can be static
13484
13485 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13486
13487         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13488         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13489         * gst/multipart/multipartdemux.c:
13490           change some char* into char[]
13491
13492 2005-12-16  Wim Taymans  <wim@fluendo.com>
13493
13494         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13495         (gst_wavparse_other), (gst_wavparse_perform_seek),
13496         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13497         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13498         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13499         * gst/wavparse/gstwavparse.h:
13500         Use GstSegment to implement more seeking features.
13501
13502 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * gst/rtsp/rtspconnection.c:
13505           Add <netinet/in.h> include and move <arpa/inet.h> include
13506           to make things work on OpenBSD as well (fixes #323717;
13507           patch by: Benjamin Pineau)
13508
13509 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13510
13511         * gst/rtp/gstrtpspeexdepay.c:
13512         * gst/rtp/gstrtpspeexpay.c:
13513         Set clock rate to be fixed in 8000. It fixes bug #324012.
13514
13515 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13516
13517         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13518         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13519         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13520         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13521         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13522         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13523         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13524         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13525         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13526         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13527         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13528         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13529         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13530         * gst-plugins-good/gst/rtp/README:
13531         Fixed payload range in payloder caps. Removed payload range completely
13532         from depayloaders as they don't require payload type in their caps.
13533         In effect, there isn't any specific payload type for any given codec,
13534         only suggestions.
13535         Fixes bug #324011.
13536
13537 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13538
13539         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13540         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13541         (gst_videomixer_collected): Code cleanup and re-enabling 
13542         queued time validity check for correct EOS handling.
13543
13544 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13545
13546         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13547         (gst_oss_mixer_element_get_property),
13548         (gst_oss_mixer_element_change_state):
13549         Add 'device-name' property and fix state change function.
13550
13551 2005-12-13  Edward Hervey  <edward@fluendo.com>
13552
13553         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13554         If the speed of the file is null in the header, set the frame_time to
13555         the default setting of GST_SECOND / 70. Which is the default
13556         frame_delay for .fli files as stated in this document :
13557         http://www.compuphase.com/flic.htm
13558         Would be nice to have the time conversion done properly too (duration =
13559         flxh->frames * flxdec->frame_time)
13560
13561 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13562
13563         * docs/plugins/Makefile.am:
13564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13566         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13567         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13568         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13569         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13570         documentation for videomixer on my way with a funny sample
13571         pipeline.
13572
13573 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13574
13575         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13576         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13577         (gst_videomixer_update_queues), (gst_videomixer_collected):
13578         Fix caps negotiation. (#323896)
13579
13580 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13581
13582         * gst/matroska/matroska-demux.c:
13583         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13584           Set correct timestamps on audio laces, fixes playback of mp3 from
13585                 matroska.
13586
13587 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13588
13589         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13590         (gst_au_parse_class_init), (gst_au_parse_init),
13591         (gst_au_parse_dispose), (gst_au_parse_chain),
13592         (gst_au_parse_change_state), (plugin_init):
13593         * gst/auparse/gstauparse.h:
13594           Use gst_object_unref() for GstObjects instead of
13595           g_object_unref() and fix a mem leak in a debug
13596           statement; while we're at it, also borgify, use
13597           boilerplate macros and clean up a little bit.
13598
13599 2005-12-11  Edward Hervey  <edward@fluendo.com>
13600
13601         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13602         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13603         Added pull mode.
13604
13605 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13606
13607         * gst/goom/gstgoom.c:
13608         * gst/level/level-example.c: (main):
13609         * gst/smoothwave/demo-osssrc.c: (main):
13610           Use audiotestsrc instead of sinesrc (#323798).
13611
13612 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13613
13614         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13615           more debug-func-ptr usage
13616
13617 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13618
13619         * gst/flx/flx_color.c: (flx_colorspace_convert):
13620         * gst/flx/flx_color.h:
13621         * gst/flx/flx_fmt.h:
13622         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13623         * gst/flx/gstflxdec.h:
13624           Now flxdec works on big-endian machines as well.
13625
13626 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13629         (gst_fenced_buffer_copy):
13630           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13631           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13632           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13633           and use GST_DEBUG_FUNCPTR for pad functions.
13634
13635 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13636
13637         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13638         (gst_flac_dec_class_init), (gst_flac_dec_init),
13639         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13640         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13641         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13642         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13643         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13644         (gst_flac_dec_change_state):
13645         * ext/flac/gstflacdec.h:
13646           Rewrite flacdec a bit, so that even seeking might work now. Most
13647           importantly, don't act upon any flow return values we get, just tell
13648           the decoder everything's dandy and act on the flow return values
13649           later on in the loop function. We don't want to mess up the internal
13650           decoder state for non-fatal things like flushing pads etc. Other
13651           than that, use GstSegment (segment seeks don't work yet though, but
13652           should be easy to add), use boilerplate macros, drop the superfluous
13653           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13654           lots of other things.
13655
13656 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13657
13658         * configure.ac:
13659           Update comment in OSS includes check.
13660
13661         * sys/oss/gstossdmabuffer.c:
13662         * sys/oss/gstosshelper.c:
13663         * sys/oss/gstossmixer.c:
13664         * sys/oss/gstossmixertrack.c:
13665         * sys/oss/gstosssink.c:
13666         * sys/oss/gstosssrc.c:
13667         * sys/oss/oss_probe.c:
13668           Don't assume the OSS soundcard.h include is always in
13669           the sys/ directory. Instead, use the existing defines
13670           from config.h to include the right file. Fixes
13671           compilation on OpenBSD 3.8 (#323718).
13672
13673 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13674
13675         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13676         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13677         * docs/plugins/inspect/plugin-1394.xml:
13678         * docs/plugins/inspect/plugin-aasink.xml:
13679         * docs/plugins/inspect/plugin-alaw.xml:
13680         * docs/plugins/inspect/plugin-alpha.xml:
13681         * docs/plugins/inspect/plugin-alphacolor.xml:
13682         * docs/plugins/inspect/plugin-auparse.xml:
13683         * docs/plugins/inspect/plugin-autodetect.xml:
13684         * docs/plugins/inspect/plugin-avi.xml:
13685         * docs/plugins/inspect/plugin-cacasink.xml:
13686         * docs/plugins/inspect/plugin-cairo.xml:
13687         * docs/plugins/inspect/plugin-cutter.xml:
13688         * docs/plugins/inspect/plugin-debug.xml:
13689         * docs/plugins/inspect/plugin-dv.xml:
13690         * docs/plugins/inspect/plugin-efence.xml:
13691         * docs/plugins/inspect/plugin-effectv.xml:
13692         * docs/plugins/inspect/plugin-esdsink.xml:
13693         * docs/plugins/inspect/plugin-flac.xml:
13694         * docs/plugins/inspect/plugin-flxdec.xml:
13695         * docs/plugins/inspect/plugin-gconfelements.xml:
13696         * docs/plugins/inspect/plugin-goom.xml:
13697         * docs/plugins/inspect/plugin-jpeg.xml:
13698         * docs/plugins/inspect/plugin-level.xml:
13699         * docs/plugins/inspect/plugin-matroska.xml:
13700         * docs/plugins/inspect/plugin-mulaw.xml:
13701         * docs/plugins/inspect/plugin-multipart.xml:
13702         * docs/plugins/inspect/plugin-navigationtest.xml:
13703         * docs/plugins/inspect/plugin-ossaudio.xml:
13704         * docs/plugins/inspect/plugin-png.xml:
13705         * docs/plugins/inspect/plugin-rtp.xml:
13706         * docs/plugins/inspect/plugin-rtsp.xml:
13707         * docs/plugins/inspect/plugin-shout2send.xml:
13708         * docs/plugins/inspect/plugin-smpte.xml:
13709         * docs/plugins/inspect/plugin-speex.xml:
13710         * docs/plugins/inspect/plugin-udp.xml:
13711         * docs/plugins/inspect/plugin-videobox.xml:
13712         * docs/plugins/inspect/plugin-videoflip.xml:
13713         * docs/plugins/inspect/plugin-videomixer.xml:
13714         * docs/plugins/inspect/plugin-wavenc.xml:
13715         * docs/plugins/inspect/plugin-wavparse.xml:
13716         * ext/flac/gstflac.c: (plugin_init):
13717         * ext/flac/gstflacdec.c: (flacdec_get_type),
13718         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13719         (gst_flac_dec_init), (gst_flac_dec_finalize),
13720         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13721         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13722         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13723         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13724         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13725         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13726         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13727         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13728         * ext/flac/gstflacdec.h:
13729         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13730         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13731         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13732         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13733         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13734         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13735         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13736         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13737         (gst_flac_enc_change_state):
13738         * ext/flac/gstflacenc.h:
13739           borgify and fix up documentation
13740
13741 2005-12-09  Michael Smith  <msmith@fluendo.com>
13742
13743         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13744           Accept a wider range of flac files, more closely matching flac spec.
13745
13746 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13747
13748         * docs/plugins/Makefile.am: Add multipart elements.
13749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13750         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13751         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13752         * gst/multipart/multipartdemux.c:
13753         * gst/multipart/multipartmux.c: Add docs.
13754
13755 2005-12-07  Edward Hervey  <edward@fluendo.com>
13756
13757         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13758         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13759         (gst_avi_demux_invert):
13760         Memleak and crasher fixes.
13761         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13762         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13763         Memleak fixes
13764
13765 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13766
13767         * ext/aalib/gstaasink.h:
13768         * ext/cairo/gsttextoverlay.h:
13769         * ext/dv/gstdvdec.h:
13770         * ext/dv/gstdvdemux.c:
13771         * ext/dv/gstdvdemux.h:
13772         * ext/esd/esdsink.h:
13773         * ext/flac/flac_compat.h:
13774         * ext/flac/gstflacdec.h:
13775         * ext/flac/gstflacenc.h:
13776         * ext/gconf/gconf.h:
13777         * ext/gconf/gstgconfaudiosink.h:
13778         * ext/gconf/gstgconfvideosink.h:
13779         * ext/gdk_pixbuf/gstgdkanimation.h:
13780         * ext/jpeg/gstjpegdec.h:
13781         * ext/jpeg/smokecodec.h:
13782         * ext/jpeg/smokeformat.h:
13783         * ext/ladspa/gstsignalprocessor.h:
13784         * ext/ladspa/search.c: (LADSPAPluginSearch):
13785         * ext/ladspa/utils.h:
13786         * ext/libmng/gstmng.c:
13787         * ext/libmng/gstmngdec.h:
13788         * ext/libmng/gstmngenc.c:
13789         * ext/libmng/gstmngenc.h:
13790         * ext/libpng/gstpng.c:
13791         * ext/libpng/gstpngenc.c:
13792         * ext/libpng/gstpngenc.h:
13793         * ext/shout2/gstshout2.h:
13794         * ext/speex/gstspeexdec.h:
13795         * ext/speex/gstspeexenc.c:
13796         * ext/speex/gstspeexenc.h:
13797         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13798         * gst/autodetect/gstautoaudiosink.h:
13799         * gst/autodetect/gstautovideosink.h:
13800         * gst/avi/gstavidemux.h:
13801         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13802         (gst_cutter_set_property), (gst_cutter_get_caps):
13803         * gst/cutter/gstcutter.h:
13804         * gst/debug/tests.c: (md5_process_block):
13805         * gst/debug/tests.h:
13806         * gst/effectv/gstwarp.c:
13807         * gst/flx/flx_fmt.h:
13808         * gst/flx/gstflxdec.h:
13809         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13810         (zoomFilterFastRGB):
13811         * gst/goom/filters.h:
13812         * gst/goom/goom_tools.h:
13813         * gst/law/alaw-encode.c:
13814         * gst/level/gstlevel.c:
13815         * gst/level/gstlevel.h:
13816         * gst/matroska/ebml-write.h:
13817         * gst/matroska/matroska-demux.h:
13818         * gst/matroska/matroska-ids.h:
13819         * gst/matroska/matroska-mux.h:
13820         * gst/monoscope/convolve.c: (convolve_match):
13821         * gst/monoscope/convolve.h:
13822         * gst/multipart/multipartmux.c:
13823         * gst/oldcore/gstaggregator.c:
13824         * gst/oldcore/gstaggregator.h:
13825         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13826         * gst/oldcore/gstmd5sink.h:
13827         * gst/oldcore/gstmultifilesrc.c:
13828         * gst/oldcore/gstmultifilesrc.h:
13829         * gst/oldcore/gstpipefilter.h:
13830         * gst/oldcore/gstshaper.h:
13831         * gst/rtp/gstrtpL16depay.h:
13832         * gst/rtp/gstrtpL16pay.h:
13833         * gst/rtp/gstrtpdepay.h:
13834         * gst/rtp/gstrtpmp4vpay.c:
13835         * gst/rtp/gstrtpmp4vpay.h:
13836         * gst/rtsp/gstrtspsrc.c:
13837         * gst/rtsp/gstrtspsrc.h:
13838         * gst/rtsp/rtspconnection.h:
13839         * gst/rtsp/rtspdefs.h:
13840         * gst/rtsp/rtspmessage.h:
13841         * gst/rtsp/rtsptransport.h:
13842         * gst/rtsp/rtspurl.c:
13843         * gst/rtsp/rtspurl.h:
13844         * gst/rtsp/sdpmessage.c:
13845         * gst/rtsp/sdpmessage.h:
13846         * gst/smpte/barboxwipes.c:
13847         * gst/smpte/gstmask.h:
13848         * gst/smpte/gstsmpte.h:
13849         * gst/smpte/paint.c:
13850         * gst/smpte/paint.h:
13851         * gst/udp/gstdynudpsink.h:
13852         * gst/udp/gstmultiudpsink.h:
13853         * gst/udp/gstudpsink.c:
13854         * gst/udp/gstudpsink.h:
13855         * gst/udp/gstudpsrc.c:
13856         * gst/videomixer/videomixer.c:
13857         * gst/wavenc/riff.h:
13858         * gst/wavparse/gstwavparse.h:
13859         * sys/oss/gstossdmabuffer.h:
13860         * sys/oss/gstossmixer.h:
13861         * sys/oss/gstossmixerelement.h:
13862         * sys/oss/gstossmixertrack.h:
13863         * sys/oss/gstosssink.c:
13864         * sys/oss/gstosssink.h:
13865         * sys/oss/gstosssrc.c:
13866         * sys/oss/gstosssrc.h:
13867         * sys/osxaudio/gstosxaudioelement.h:
13868         * sys/osxaudio/gstosxaudiosink.h:
13869         * sys/osxaudio/gstosxaudiosrc.h:
13870           expand tabs
13871
13872 === release 0.10.0 ===
13873
13874 2005-12-05   <thomas (at) apestaart (dot) org>
13875
13876         * configure.ac:
13877           releasing 0.10.0, "Abondance"
13878
13879 2005-12-05  Andy Wingo  <wingo@pobox.com>
13880
13881         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13882         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13883         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13884         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13885         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13886         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13887         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13888         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13889         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13890         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13891         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13892         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13893         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13894         * gst/goom/gstgoom.c: (gst_goom_chain):
13895         * gst/matroska/matroska-demux.c:
13896         (gst_matroska_demux_push_vorbis_codec_priv_data),
13897         (gst_matroska_demux_add_wvpk_header):
13898         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13899         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13900         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13901         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13902         alloc_buffer changes.
13903
13904 2005-12-05  Michael Smith  <msmith@fluendo.com>
13905
13906         * docs/plugins/gst-plugins-good-plugins.args:
13907           Remove args for plugins that aren't in -good.
13908
13909 === release 0.9.7 ===
13910
13911 2005-12-01   <thomas (at) apestaart (dot) org>
13912
13913         * configure.ac:
13914           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13915
13916 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13917
13918         * docs/plugins/.cvsignore:
13919         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13920         * docs/plugins/inspect/plugin-multipart.xml:
13921         * docs/plugins/inspect/plugin-rtp.xml:
13922           add multipart plugin to docs
13923
13924 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13925
13926         * configure.ac:
13927         * ext/Makefile.am:
13928         * ext/pango/Makefile.am:
13929         * ext/pango/gstclockoverlay.c:
13930         * ext/pango/gstclockoverlay.h:
13931         * ext/pango/gsttextoverlay.c:
13932         * ext/pango/gsttextoverlay.h:
13933         * ext/pango/gsttextrender.c:
13934         * ext/pango/gsttextrender.h:
13935         * ext/pango/gsttimeoverlay.c:
13936         * ext/pango/gsttimeoverlay.h:
13937           move pango to base
13938
13939 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13940
13941         * gst/rtp/Makefile.am:
13942         * gst/rtp/gstrtpL16depay.c:
13943         * gst/rtp/gstrtpL16depay.h:
13944         * gst/rtp/gstrtpL16parse.c:
13945         * gst/rtp/gstrtpL16parse.h:
13946         * gst/rtp/gstrtpgsmdepay.c:
13947         * gst/rtp/gstrtpgsmdepay.h:
13948         * gst/rtp/gstrtpgsmparse.c:
13949         * gst/rtp/gstrtpgsmparse.h:
13950           parsers are depayers
13951
13952 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13953
13954         * gst/rtp/Makefile.am:
13955         * gst/rtp/gstasteriskh263.c:
13956         * gst/rtp/gstrtp.c:
13957         * gst/rtp/gstrtpL16enc.c:
13958         * gst/rtp/gstrtpL16enc.h:
13959         * gst/rtp/gstrtpL16parse.c:
13960         * gst/rtp/gstrtpL16parse.h:
13961         * gst/rtp/gstrtpL16pay.c:
13962         * gst/rtp/gstrtpL16pay.h:
13963         * gst/rtp/gstrtpamrdec.c:
13964         * gst/rtp/gstrtpamrdec.h:
13965         * gst/rtp/gstrtpamrdepay.c:
13966         * gst/rtp/gstrtpamrdepay.h:
13967         * gst/rtp/gstrtpamrenc.c:
13968         * gst/rtp/gstrtpamrenc.h:
13969         * gst/rtp/gstrtpamrpay.c:
13970         * gst/rtp/gstrtpamrpay.h:
13971         * gst/rtp/gstrtpdec.c:
13972         * gst/rtp/gstrtpdec.h:
13973         * gst/rtp/gstrtpdepay.c:
13974         * gst/rtp/gstrtpdepay.h:
13975         * gst/rtp/gstrtpg711dec.c:
13976         * gst/rtp/gstrtpg711dec.h:
13977         * gst/rtp/gstrtpg711depay.c:
13978         * gst/rtp/gstrtpg711depay.h:
13979         * gst/rtp/gstrtpg711enc.c:
13980         * gst/rtp/gstrtpg711enc.h:
13981         * gst/rtp/gstrtpg711pay.c:
13982         * gst/rtp/gstrtpg711pay.h:
13983         * gst/rtp/gstrtpgsmenc.c:
13984         * gst/rtp/gstrtpgsmenc.h:
13985         * gst/rtp/gstrtpgsmparse.c:
13986         * gst/rtp/gstrtpgsmparse.h:
13987         * gst/rtp/gstrtpgsmpay.c:
13988         * gst/rtp/gstrtpgsmpay.h:
13989         * gst/rtp/gstrtph263enc.c:
13990         * gst/rtp/gstrtph263enc.h:
13991         * gst/rtp/gstrtph263pay.c:
13992         * gst/rtp/gstrtph263pay.h:
13993         * gst/rtp/gstrtph263pdec.c:
13994         * gst/rtp/gstrtph263pdec.h:
13995         * gst/rtp/gstrtph263pdepay.c:
13996         * gst/rtp/gstrtph263pdepay.h:
13997         * gst/rtp/gstrtph263penc.c:
13998         * gst/rtp/gstrtph263penc.h:
13999         * gst/rtp/gstrtph263ppay.c:
14000         * gst/rtp/gstrtph263ppay.h:
14001         * gst/rtp/gstrtpmp4vdec.c:
14002         * gst/rtp/gstrtpmp4vdec.h:
14003         * gst/rtp/gstrtpmp4vdepay.c:
14004         * gst/rtp/gstrtpmp4vdepay.h:
14005         * gst/rtp/gstrtpmp4venc.c:
14006         * gst/rtp/gstrtpmp4venc.h:
14007         * gst/rtp/gstrtpmp4vpay.c:
14008         * gst/rtp/gstrtpmp4vpay.h:
14009         * gst/rtp/gstrtpmpadec.c:
14010         * gst/rtp/gstrtpmpadec.h:
14011         * gst/rtp/gstrtpmpadepay.c:
14012         * gst/rtp/gstrtpmpadepay.h:
14013         * gst/rtp/gstrtpmpaenc.c:
14014         * gst/rtp/gstrtpmpaenc.h:
14015         * gst/rtp/gstrtpmpapay.c:
14016         * gst/rtp/gstrtpmpapay.h:
14017         * gst/rtp/gstrtpspeexdec.c:
14018         * gst/rtp/gstrtpspeexdec.h:
14019         * gst/rtp/gstrtpspeexdepay.c:
14020         * gst/rtp/gstrtpspeexdepay.h:
14021         * gst/rtp/gstrtpspeexenc.c:
14022         * gst/rtp/gstrtpspeexenc.h:
14023         * gst/rtp/gstrtpspeexpay.c:
14024         * gst/rtp/gstrtpspeexpay.h:
14025           Do burger's rename for rtp payloaders and depayloaders
14026
14027 2005-11-30  Wim Taymans  <wim@fluendo.com>
14028
14029         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14030         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14031         * ext/dv/gstdvdemux.h:
14032         Fix seeking in dvdemux again, add some more debug info.
14033
14034 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14035
14036         * configure.ac:
14037           fix tests
14038
14039 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14040
14041         * PORTED_09:
14042         * docs/random/PORTED_09:
14043           move
14044         * tests/Makefile.am:
14045           add
14046         * win32/gst.sln:
14047           remove
14048
14049 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14050
14051         * Makefile.am:
14052         * check/.cvsignore:
14053         * check/Makefile.am:
14054         * check/elements/.cvsignore:
14055         * check/elements/level.c:
14056         * check/elements/matroskamux.c:
14057         * configure.ac:
14058         * examples/Makefile.am:
14059         * examples/capsfilter/Makefile.am:
14060         * examples/capsfilter/capsfilter1.c:
14061         * examples/gob/Makefile.am:
14062         * examples/gob/gst-identity2.gob:
14063         * examples/gstplay/.cvsignore:
14064         * examples/gstplay/Makefile.am:
14065         * examples/gstplay/player.c:
14066         * examples/indexing/.cvsignore:
14067         * examples/indexing/Makefile.am:
14068         * examples/indexing/indexmpeg.c:
14069         * examples/level/Makefile.am:
14070         * examples/level/README:
14071         * examples/level/demo.c:
14072         * examples/level/plot.c:
14073         * examples/stats/Makefile.am:
14074         * examples/stats/mp2ogg.c:
14075         * examples/switch/.cvsignore:
14076         * examples/switch/Makefile.am:
14077         * examples/switch/switcher.c:
14078           move under tests/
14079
14080 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14083         (gst_text_render_class_init), (resize_bitmap),
14084         (gst_text_render_render_text), (gst_text_render_setcaps),
14085         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14086         (gst_text_render_chain), (gst_text_render_finalize),
14087         (gst_text_render_init), (gst_text_render_set_property):
14088         * ext/pango/gsttextrender.h:
14089           Add missing files.
14090
14091 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14092
14093         * configure.ac:
14094         * ext/Makefile.am:
14095         * ext/pango/Makefile.am:
14096         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14097         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14098         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14099         * ext/pango/gstclockoverlay.h:
14100         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14101         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14102         (gst_text_overlay_finalize), (gst_text_overlay_init),
14103         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14104         (gst_text_overlay_text_pad_linked),
14105         (gst_text_overlay_text_pad_unlinked),
14106         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14107         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14108         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14109         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14110         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14111         (gst_text_overlay_change_state), (plugin_init):
14112         * ext/pango/gsttextoverlay.h:
14113         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14114         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14115         (gst_time_overlay_class_init), (gst_time_overlay_init):
14116         * ext/pango/gsttimeoverlay.h:
14117           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14118           and add background shading and text wrapping modes. Make 
14119           timoverlay derive from textoverlay. Also add new clockoverlay
14120           element.
14121
14122 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14123
14124         * gst/udp/Makefile.am: Moved to netbuffer.
14125
14126 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14127
14128         * configure.ac:
14129         * PORTED_O9:
14130         * gst/multipart/Makefile.am:
14131         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14132         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14133         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14134         (gst_multipart_demux_change_state),
14135         (gst_multipart_demux_plugin_init):
14136         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14137         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14138         (gst_multipart_mux_sinkconnect),
14139         (gst_multipart_mux_request_new_pad),
14140         (gst_multipart_mux_handle_src_event),
14141         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14142         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14143         0.9.
14144
14145 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14146
14147         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14148         * gst/debug/gstnavigationtest.h:
14149         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14150         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14151         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14152         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14153         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14154         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14155         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14156         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14157         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14158         (gst_video_flip_get_type):
14159         * gst/videofilter/gstvideoflip.h:
14160           update for symbols change
14161
14162 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14163
14164         * gst/udp/gstdynudpsink.c:
14165         * gst/udp/gstudpsrc.c:
14166           the old gstnet lib was renamed gstnetbuffer (#322257)
14167
14168 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14169
14170         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14171         (gst_text_overlay_collected):
14172           Actually render the text from the text pad.
14173
14174 2005-11-29  Edward Hervey  <edward@fluendo.com>
14175
14176         * gst/debug/gstnavseek.c: (gst_navseek_event):
14177         * gst/debug/progressreport.c: (gst_progress_report_event):
14178         Update for GstBaseTransform event virtual method
14179
14180 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14181
14182         * ext/cairo/Makefile.am:
14183           no need to link to videofilter
14184
14185 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14186
14187         * gst/debug/Makefile.am:
14188         * gst/debug/gstnavigationtest.h:
14189         * gst/effectv/Makefile.am:
14190         * gst/effectv/gstaging.c:
14191         * gst/effectv/gstdice.c:
14192         * gst/effectv/gstedge.c:
14193         * gst/effectv/gstquark.c:
14194         * gst/effectv/gstrev.c:
14195         * gst/effectv/gstshagadelic.c:
14196         * gst/effectv/gstvertigo.c:
14197         * gst/effectv/gstwarp.c:
14198         * gst/videofilter/Makefile.am:
14199         * gst/videofilter/gstvideofilter.c:
14200         * gst/videofilter/gstvideofilter.h:
14201         * gst/videofilter/gstvideoflip.h:
14202           remove the videofilter library and link to the one in base
14203
14204 2005-11-28  Edward Hervey  <edward@fluendo.com>
14205
14206         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14207         Useless check now we're setting the current entry correctly.
14208
14209 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14210
14211         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14212         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14213         (gst_jpegenc_change_state):
14214           Don't leak input buffer in chain function (fixes #322667); make 
14215           state change function thread-safe; don't repeat the current function
14216           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14217           gst_pad_alloc_buffer(); misc. minor cleanups.
14218
14219 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14220
14221         * gst/matroska/matroska-mux.c:
14222         (gst_matroska_mux_video_pad_setcaps):
14223         Look for pixel-aspect-ratio in caps, not pixel_width and
14224         pixel_height (Fixes: #322645)
14225
14226 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14227
14228         * gst/matroska/matroska-mux.c:
14229         (gst_matroska_mux_video_pad_setcaps):
14230         From Michal Benes:
14231         frame duration should be GST_SECOND / framerate, not
14232         GST_SECOND * framerate. (Fixes: #322643)
14233
14234 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14235
14236         * configure.ac:
14237           fix up GST_PLUGIN_LDFLAGS
14238         * gst/rtsp/rtspconnection.c:
14239           fix includes (see #317043)
14240         * gst/videofilter/Makefile.am:
14241           stop installing this library
14242
14243 2005-11-26  Edward Hervey  <edward@fluendo.com>
14244
14245         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14246         Handle the case where the incoming Video dv stream doesn't have
14247         a pixel aspect ratio set.
14248
14249 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14250
14251         * docs/plugins/Makefile.am:
14252         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14253         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14254         * ext/flac/gstflacdec.c:
14255           document flacdec
14256
14257 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14258
14259         * docs/plugins/Makefile.am:
14260         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14261         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14262         * docs/plugins/inspect/plugin-autodetect.xml:
14263         * ext/cairo/gstcairo.c: (plugin_init):
14264         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14265         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14266         (gst_text_overlay_init), (gst_text_overlay_font_init),
14267         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14268         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14269         (gst_text_overlay_text_pad_linked),
14270         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14271         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14272         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14273         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14274         (gst_text_overlay_change_state):
14275         * ext/cairo/gsttextoverlay.h:
14276         * ext/cairo/gsttimeoverlay.c:
14277         (gst_cairo_time_overlay_update_font_height),
14278         (gst_cairo_time_overlay_set_caps),
14279         (gst_cairo_time_overlay_get_unit_size),
14280         (gst_cairo_time_overlay_print_smpte_time),
14281         (gst_cairo_time_overlay_transform),
14282         (gst_cairo_time_overlay_base_init),
14283         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14284         (gst_cairo_time_overlay_get_type):
14285         * ext/cairo/gsttimeoverlay.h:
14286           do some name borgifying
14287           document
14288
14289 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14290
14291         * docs/plugins/Makefile.am:
14292         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14293         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14294         * gst/autodetect/gstautoaudiosink.c:
14295         (gst_auto_audio_sink_base_init):
14296         * gst/autodetect/gstautovideosink.c:
14297         (gst_auto_video_sink_base_init),
14298         (gst_auto_video_sink_factory_filter):
14299           documenting auto*sink
14300           using strstr for the video sink lookup, class field is not ordered
14301         * docs/plugins/inspect/plugin-1394.xml:
14302         * docs/plugins/inspect/plugin-aasink.xml:
14303         * docs/plugins/inspect/plugin-alaw.xml:
14304         * docs/plugins/inspect/plugin-alpha.xml:
14305         * docs/plugins/inspect/plugin-alphacolor.xml:
14306         * docs/plugins/inspect/plugin-auparse.xml:
14307         * docs/plugins/inspect/plugin-autodetect.xml:
14308         * docs/plugins/inspect/plugin-avi.xml:
14309         * docs/plugins/inspect/plugin-cacasink.xml:
14310         * docs/plugins/inspect/plugin-cairo.xml:
14311         * docs/plugins/inspect/plugin-cutter.xml:
14312         * docs/plugins/inspect/plugin-debug.xml:
14313         * docs/plugins/inspect/plugin-dv.xml:
14314         * docs/plugins/inspect/plugin-efence.xml:
14315         * docs/plugins/inspect/plugin-effectv.xml:
14316         * docs/plugins/inspect/plugin-esdsink.xml:
14317         * docs/plugins/inspect/plugin-flac.xml:
14318         * docs/plugins/inspect/plugin-flxdec.xml:
14319         * docs/plugins/inspect/plugin-gconfelements.xml:
14320         * docs/plugins/inspect/plugin-goom.xml:
14321         * docs/plugins/inspect/plugin-jpeg.xml:
14322         * docs/plugins/inspect/plugin-level.xml:
14323         * docs/plugins/inspect/plugin-matroska.xml:
14324         * docs/plugins/inspect/plugin-mulaw.xml:
14325         * docs/plugins/inspect/plugin-navigationtest.xml:
14326         * docs/plugins/inspect/plugin-ossaudio.xml:
14327         * docs/plugins/inspect/plugin-png.xml:
14328         * docs/plugins/inspect/plugin-rtp.xml:
14329         * docs/plugins/inspect/plugin-rtsp.xml:
14330         * docs/plugins/inspect/plugin-shout2send.xml:
14331         * docs/plugins/inspect/plugin-smpte.xml:
14332         * docs/plugins/inspect/plugin-speex.xml:
14333         * docs/plugins/inspect/plugin-udp.xml:
14334         * docs/plugins/inspect/plugin-videobox.xml:
14335         * docs/plugins/inspect/plugin-videoflip.xml:
14336         * docs/plugins/inspect/plugin-videomixer.xml:
14337         * docs/plugins/inspect/plugin-wavenc.xml:
14338         * docs/plugins/inspect/plugin-wavparse.xml:
14339           update for HEAD version
14340
14341 2005-11-25  Michael Smith  <msmith@fluendo.com>
14342
14343         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14344           Patch from Sebastien Cote to close control sockets in udpsrc.
14345
14346 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14347
14348         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14349         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14350         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14351         (gst_quarktv_base_init), (gst_quarktv_class_init),
14352         (gst_quarktv_init): Flush the planes list on reverse caps
14353         negotiation. This was crashing because of differently sized
14354         buffers.
14355
14356 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14357
14358         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14359         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14360         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14361         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14362         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14363         (gst_videoflip_set_property), (gst_videoflip_base_init),
14364         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14365         correctly, fix identity flipping, convert navigation event 
14366         correctly again.
14367
14368 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14369
14370         * configure.ac: back to HEAD
14371
14372 === release 0.9.6 ===
14373
14374 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14375
14376         * configure.ac:
14377           releasing 0.9.6, "Everything's Not Lost"
14378
14379 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14380
14381         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14382         Oops, initialise the framerate GValue
14383
14384 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14385
14386         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14387         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14388         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14389         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14390         (gst_timeoverlay_get_type):
14391         * ext/cairo/gsttimeoverlay.h:
14392         * gst/debug/Makefile.am:
14393         * gst/debug/gstnavigationtest.c:
14394         (gst_navigationtest_handle_src_event),
14395         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14396         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14397         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14398         (gst_navigationtest_init), (gst_navigationtest_get_type),
14399         (plugin_init):
14400         * gst/debug/gstnavigationtest.h:
14401         * gst/effectv/Makefile.am:
14402         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14403         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14404         (gst_agingtv_base_init), (gst_agingtv_class_init),
14405         (gst_agingtv_init), (gst_agingtv_get_type):
14406         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14407         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14408         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14409         (gst_dicetv_get_type):
14410         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14411         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14412         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14413         (gst_edgetv_get_type):
14414         * gst/effectv/gsteffectv.c:
14415         * gst/effectv/gsteffectv.h:
14416         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14417         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14418         (gst_quarktv_change_state), (gst_quarktv_base_init),
14419         (gst_quarktv_class_init), (gst_quarktv_init),
14420         (gst_quarktv_get_type):
14421         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14422         (gst_revtv_get_unit_size), (gst_revtv_transform),
14423         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14424         (gst_revtv_get_type):
14425         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14426         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14427         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14428         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14429         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14430         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14431         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14432         (gst_vertigotv_init), (gst_vertigotv_get_type):
14433         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14434         (gst_warptv_get_unit_size), (gst_warptv_transform),
14435         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14436         (gst_warptv_get_type):
14437         * gst/videofilter/Makefile.am:
14438         * gst/videofilter/gstvideobalance.c:
14439         * gst/videofilter/gstvideobalance.h:
14440         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14441         (gst_videofilter_class_init), (gst_videofilter_init):
14442         * gst/videofilter/gstvideofilter.h:
14443         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14444         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14445         (gst_videoflip_flip), (gst_videoflip_transform),
14446         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14447         (gst_videoflip_base_init), (gst_videoflip_class_init),
14448         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14449         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14450         BaseTransform, it's just a place holder for now and every video
14451         effect plugin has been ported to use BaseTransform features 
14452         directly. QuarkTV was fixed too (was broken), navigationtest works
14453         and best for the end, videoflip converts navigation events depending
14454         on flip method ! Fixes #320953
14455
14456 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14457
14458         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14459         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14460         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14461         (gst_goom_src_negotiate), (gst_goom_chain):
14462         * gst/matroska/matroska-mux.c:
14463         (gst_matroska_mux_video_pad_setcaps):
14464         * sys/osxvideo/osxvideosink.m:
14465           Fixes for API changes
14466
14467 2005-11-23  Michael Smith <msmith@fluendo.com>
14468
14469         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14470         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14471         * ext/jpeg/gstjpegdec.h:
14472         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14473         * ext/jpeg/gstjpegenc.h:
14474         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14475         (gst_smokeenc_resync):
14476         * ext/jpeg/gstsmokeenc.h:
14477           JPEG fractiony goodness.
14478
14479 2005-11-22  Michael Smith <msmith@fluendo.com>
14480
14481         * gst/goom/filters.c:
14482         * gst/goom/graphic.h:
14483           Fix compilation by making some functions static inline instead of
14484           extern inline, matching the way they're used.
14485
14486 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14487
14488         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14489         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14490         * ext/cairo/gsttextoverlay.h:
14491         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14492         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14493         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14494         (gst_pngdec_caps_create_and_set):
14495         * ext/libpng/gstpngdec.h:
14496         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14497         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14498         * gst/avi/gstavimux.c: (gst_avimux_init),
14499         (gst_avimux_vidsinkconnect):
14500         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14501         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14502         (gst_goom_src_negotiate), (gst_goom_chain):
14503         * gst/goom/gstgoom.h:
14504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14505         * gst/matroska/matroska-mux.c:
14506         (gst_matroska_mux_video_pad_setcaps):
14507         * sys/osxvideo/osxvideosink.h:
14508         * sys/osxvideo/osxvideosink.m:
14509           More fractional framerate conversions 
14510
14511 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14512
14513         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14514         * gst/debug/gstnavigationtest.c:
14515         (gst_navigationtest_handle_src_event):
14516         * gst/videofilter/gstvideofilter.c:
14517         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14518         (gst_videofilter_init):
14519         * gst/videofilter/gstvideofilter.h:
14520           Convert to fractional framerates.
14521
14522 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14523
14524         * ext/aalib/gstaasink.c:
14525         * ext/dv/gstdvdec.c:
14526         * ext/esd/esdmon.c:
14527         * ext/flac/gstflacenc.c:
14528         * ext/gdk_pixbuf/pixbufscale.c:
14529         * ext/libcaca/gstcacasink.c:
14530         * ext/shout2/gstshout2.c:
14531         * gst/alpha/gstalpha.c:
14532         * gst/oldcore/gstaggregator.c:
14533         * gst/oldcore/gstshaper.c:
14534         * gst/smpte/barboxwipes.c:
14535         * gst/smpte/gstsmpte.c:
14536         * gst/videobox/gstvideobox.c:
14537         * gst/videofilter/gstvideoflip.c:
14538         * gst/videomixer/videomixer.c:
14539           fix up more enums
14540
14541 2005-11-22  Michael Smith <msmith@fluendo.com>
14542
14543         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14544         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14545         (gst_videomixer_update_queues):
14546           Fractional framerates, videomixer.
14547
14548 2005-11-22  Michael Smith <msmith@fluendo.com>
14549
14550         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14551         * ext/dv/gstdvdec.h:
14552         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14553         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14554         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14555         (gst_dvdemux_flush):
14556         * ext/dv/gstdvdemux.h:
14557           Fractional framerates for DV. 
14558
14559 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         * gst/autodetect/gstautoaudiosink.c:
14562         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14563         * gst/autodetect/gstautovideosink.c:
14564         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14565           Use gst_plugin_feature_list_free() to free feature list and
14566           in the case of autovideosink free the list at all. Also
14567           miscellaneous cosmetic fixes.
14568
14569 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14570
14571         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14572         (gst_cutter_set_property), (gst_cutter_get_caps):
14573           copy calculation code from level; remove use of some audio
14574           functions
14575
14576 2005-11-22  Andy Wingo  <wingo@pobox.com>
14577
14578         * Update for gst_tag_setter API changes.
14579
14580 2005-11-22  Andy Wingo  <wingo@pobox.com>
14581
14582         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14583         (gst_dvdemux_demux_frame)
14584         * ext/flac/gstflacdec.c (gst_flacdec_write)
14585         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14586         (gst_flacenc_sink_event)
14587         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14588         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14589         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14590         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14591         * gst/auparse/gstauparse.c (gst_auparse_chain)
14592         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14593         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14594         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14595         (gst_avi_demux_handle_seek)
14596         * gst/goom/gstgoom.c (gst_goom_event)
14597         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14598         * gst/matroska/matroska-demux.c
14599         (gst_matroska_demux_handle_seek_event)
14600         (gst_matroska_demux_loop_stream_parse_id)
14601         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14602         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14603         (gst_wavparse_stream_headers): Run update-funcnames.
14604
14605 2005-11-22  Edward Hervey  <edward@fluendo.com>
14606
14607         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14608         (gst_dv1394src_init), (gst_dv1394src_dispose),
14609         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14610         (gst_dv1394src_uri_set_uri):
14611         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14612         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14613         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14614         URIHandler interface and element properties are now properly
14615         synchronized for DV1394src and UDPSrc
14616
14617 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * ext/flac/Makefile.am:
14620         * ext/speex/Makefile.am:
14621           libgsttagedit has been renamed to libgsttag.
14622
14623 2005-11-21  Wim Taymans  <wim@fluendo.com>
14624
14625         * gst/rtsp/rtspconnection.c: (read_body):
14626         Apply patch from Sebastien Cote to fix #319184.
14627
14628 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14629
14630         * configure.ac:
14631         * gst/cutter/Makefile.am:
14632         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14633         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14634         (gst_cutter_set_property), (gst_cutter_get_property),
14635         (plugin_init), (gst_cutter_get_caps):
14636           port cutter
14637         * gst/level/gstlevel.c:
14638           fix up plugin details
14639
14640 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14641
14642         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14643         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14644         (gst_flacdec_src_event):
14645         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14646         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14647         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14648         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14649         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14650         (gst_flxdec_sink_event_handler):
14651         * gst/matroska/matroska-demux.c:
14652         (gst_matroska_demux_handle_seek_event):
14653         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14654           Update for stream lock API changes: don't take stream log
14655           in sink event handlers any longer and change GST_STREAM_LOCK
14656           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14657           functions.
14658
14659 2005-11-21  Michael Smith <msmith@fluendo.com>
14660
14661         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14662           gst_object_unref, not g_object_unref
14663
14664 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14665
14666         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14667         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14668           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14669
14670 2005-11-21  Michael Smith <msmith@fluendo.com>
14671
14672         * gst/auparse/Makefile.am:
14673         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14674         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14675         (gst_auparse_change_state):
14676         * gst/auparse/gstauparse.h:
14677           Partially fix #161712. playbin still doesn't work on these files,
14678           (on the bug report, Andy says we aren't typefinding it for some
14679           reason?) but at least auparse isn't totally busted like it was before.
14680
14681 2005-11-21  Andy Wingo  <wingo@pobox.com>
14682
14683         * *.h:
14684         * *.c: Ran scripts/update-macros. Oh yes.
14685
14686 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14687
14688         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14689           Filler events are gone for now, comment out section generating
14690           them.
14691
14692 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14693
14694         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14695         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14696         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14697         * sys/osxvideo/osxvideosink.m:
14698           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14699           (#322027)
14700
14701 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14704         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14705         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14706         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14707         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14708         (gst_avi_demux_stream_data):
14709         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14710         * gst/wavenc/gstwavenc.c: (write_metadata):
14711         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14712         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14713         Fixes for GST_FOURCC_FORMAT API change.
14714
14715 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14716
14717         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14718         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14719         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14720         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14721         (gst_text_overlay_change_state):
14722         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14723         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14724         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14725         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14726         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14727         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14728         (gst_videomixer_change_state):
14729           Fix for collect pads API change. Also fix textoverlay state
14730           change function.
14731
14732 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14733
14734         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14735         GST_PAD_IS_USABLE by something approaching it.
14736
14737 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14738
14739         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14740         API changes.
14741         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14742         but also fix the code that was not checking return values from
14743         pad_push neither using pad_alloc_buffer.
14744
14745 2005-11-18  Edward Hervey  <edward@fluendo.com>
14746
14747         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14748         (gst_pngenc_chain):
14749         Added debug category
14750         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14751         goes to EOS.
14752
14753 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14754
14755         * gst/rtp/Makefile.am
14756         * gst/rtp/gstrtp.c
14757         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14758         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14759         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14760         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14761         * gst/rtp/gstrtpg711enc.h:
14762         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14763         * gst/rtp/gstrtpspeexenc.c:
14764         * gst/rtp/gstrtpspeexenc.h:
14765         * gst/rtp/gstrtpspeexdec.c:
14766         * gst/rtp/gstrtpspeexdec.h:
14767         Created Speex payloader and depayloader; Optimize G711 payloader to
14768         use adapter and send packets until MTU size.
14769
14770 2005-11-16  Wim Taymans  <wim@fluendo.com>
14771
14772         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14773         Fix leak in check.
14774
14775 2005-11-16  Wim Taymans  <wim@fluendo.com>
14776
14777         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14778         Fix state change.
14779
14780 2005-11-16  Andy Wingo  <wingo@pobox.com>
14781
14782         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14783         (gst_udpsrc_create): Move comment.
14784
14785 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14786
14787         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14788
14789         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14790           When seeking, seek to closest index entry at or before the requested
14791           seek position, not just the closest one (#321001).
14792
14793 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14794
14795         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14796         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14797           Invert DIB images again (see #132341).
14798
14799 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14800
14801         * configure.ac:
14802           rework configure.ac file
14803         * ext/aalib/gstaasink.c:
14804         * ext/cairo/gstcairo.c:
14805         * ext/dv/gstdv.c:
14806         * ext/esd/gstesd.c:
14807         * ext/flac/gstflac.c:
14808         * ext/gconf/gstgconfelements.c:
14809         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14810         * ext/jpeg/gstjpeg.c:
14811         * ext/ladspa/gstladspa.c:
14812         * ext/libcaca/gstcacasink.c:
14813         * ext/libmng/gstmng.c:
14814         * ext/libpng/gstpng.c:
14815         * ext/mikmod/gstmikmod.c:
14816         * ext/pango/gsttextoverlay.c:
14817         * ext/pango/gsttimeoverlay.c:
14818         * ext/raw1394/gst1394.c:
14819         * ext/speex/gstspeex.c:
14820         * gst/alpha/Makefile.am:
14821         * gst/alpha/gstalpha.c:
14822         * gst/alpha/gstalphacolor.c:
14823         * gst/auparse/gstauparse.c:
14824         * gst/autodetect/gstautoaudiosink.c:
14825         (gst_auto_audio_sink_factory_filter),
14826         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14827         * gst/autodetect/gstautodetect.c:
14828         * gst/avi/gstavi.c:
14829         * gst/cutter/gstcutter.c:
14830         * gst/debug/efence.c:
14831         * gst/debug/gstdebug.c:
14832         * gst/debug/gstnavigationtest.c:
14833         * gst/effectv/gsteffectv.c:
14834         * gst/flx/gstflxdec.c:
14835         * gst/goom/gstgoom.c:
14836         * gst/interleave/plugin.c:
14837         * gst/law/alaw.c:
14838         * gst/law/mulaw.c:
14839         * gst/level/gstlevel.c:
14840         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14841         * gst/matroska/matroska.c:
14842         * gst/median/gstmedian.c:
14843         * gst/monoscope/gstmonoscope.c:
14844         * gst/multipart/multipart.c:
14845         * gst/oldcore/gstelements.c:
14846         * gst/rtp/gstrtp.c:
14847         * gst/rtsp/gstrtsp.c:
14848         * gst/smoothwave/gstsmoothwave.c:
14849         * gst/smpte/gstsmpte.c:
14850         * gst/udp/gstudp.c:
14851         * gst/videobox/gstvideobox.c:
14852         * gst/videofilter/gstgamma.c:
14853         * gst/videofilter/gstvideobalance.c:
14854         * gst/videofilter/gstvideoflip.c:
14855         * gst/videofilter/gstvideotemplate.c:
14856         * gst/videomixer/videomixer.c:
14857         * gst/wavenc/gstwavenc.c:
14858         * gst/wavparse/gstwavparse.c:
14859         * sys/oss/gstossaudio.c:
14860         * sys/osxaudio/gstosxaudio.c:
14861           update GST_PLUGIN_DEFINE
14862         * gst/rtp/Makefile.am:
14863         * gst/rtp/gstasteriskh263.c:
14864           check for htons/htonl headers and possibly link to winsock2 lib
14865
14866 2005-11-12  Edward Hervey  <edward@fluendo.com>
14867
14868         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14869         Only GST_DEBUG() information on the valid components.
14870
14871 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14872
14873         * configure.ac: back to HEAD
14874
14875 === release 0.9.5 ===
14876
14877 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14878
14879         * configure.ac:
14880           releasing 0.9.5, "Phone Alarm"
14881
14882 2005-11-11  Edward Hervey  <edward@fluendo.com>
14883
14884         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14885         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14886         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14887         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14888         (gst_avi_demux_loop):
14889         * gst/avi/gstavidemux.h:
14890         Yeah, implement proper seeking. Exact seeking and segment seeking.
14891         Still need to do some checks for segment_stop.
14892
14893 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14894
14895         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14896
14897         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14898           Don't try to ready buffer duration from buffer that we don't
14899           own any  longer and that might already have been unreffed.
14900           (#321136)
14901
14902 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14903
14904         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14905         (flx_decode_delta_flc), (gst_flxdec_chain):
14906         Attempting to optimize the code for embedded systems.
14907
14908 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14909
14910         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14913           Don't re-use already closed file descriptor. (#320920)
14914
14915 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14918         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14919         (gst_oss_sink_prepare):
14920         * sys/oss/gstosssink.h:
14921           Cache probed caps; fix debug output for SET_PARAM macros.
14922
14923 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         * ext/cairo/Makefile.am:
14926         * ext/cairo/gstcairo.c: (plugin_init):
14927         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14928         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14929         (gst_text_overlay_init), (gst_text_overlay_font_init),
14930         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14931         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14932         (gst_text_overlay_text_pad_linked),
14933         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14934         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14935         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14936         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14937         (gst_text_overlay_change_state):
14938         * ext/cairo/gsttextoverlay.h:
14939           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14940           property and redo positioning. Doesn't handle upstream renegotiation
14941           yet though.
14942
14943 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14944
14945         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14946         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14947         (gst_avi_demux_loop):
14948           No need to take the STREAM_LOCK in the loop function. Improve
14949           some debug messages. Don't leak pad names in debug messages.
14950
14951 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * gst/matroska/matroska-demux.c:
14954         (gst_matroska_demux_push_vorbis_codec_priv_data),
14955         (gst_matroska_demux_add_wvpk_header):
14956           Don't error out when the source pad isn't linked.
14957
14958 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14961         (gst_gconf_audio_sink_change_state):
14962         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14963         (gst_gconf_video_sink_change_state):
14964           Fix state change functions here as well and set kid
14965           to NULL state before removing it.
14966
14967 2005-11-01  Edward Hervey  <edward@fluendo.com>
14968
14969         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14970         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14971         Added proper event handlind, 
14972         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14973         ignored),
14974         and don't set a duration of 0 for buffers otherwise they are discarded
14975         by GstBaseSink.
14976
14977         GstWavEnc needs some serious loving, after going through the code I'm
14978         really wondering how this can stay in -good ...
14979
14980 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14981
14982         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14983         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14984         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14985         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14986         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14987         (gst_matroska_mux_collected):
14988           Fix leaks and invalid memory access as reported by valgrind
14989
14990 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14991
14992         Patch by: Michal Benes <michal.benes@xeris.cz>
14993
14994         * check/Makefile.am:
14995         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14996         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14997         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14998           add a unit test for matroskamux
14999           fix the bugs that the unit test exposed
15000
15001 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         * gst/autodetect/gstautoaudiosink.c:
15004         (gst_auto_audio_sink_class_init),
15005         (gst_auto_audio_sink_change_state):
15006         * gst/autodetect/gstautovideosink.c:
15007         (gst_auto_video_sink_class_init),
15008         (gst_auto_video_sink_change_state):
15009           Fix state change function and use GST_DEBUG_FUNCPTR in
15010           class_init.
15011
15012 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15013
15014         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15015
15016         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15017         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15018         * gst/matroska/ebml-write.h:
15019         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15020           Set timestamps on outgoing ebml headers as well, so that the
15021           element after matroskamux can get the timestamp already when
15022           reading the first ebml element and doesn't have to wait for
15023           the actual data buffer for that (#320308).
15024           
15025 2005-10-31  Andy Wingo  <wingo@pobox.com>
15026
15027         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15028         (gst_videomixer_pad_link): Kill some memleaks.
15029         (gst_videomixer_pad_get_property): Style fix.
15030         (gst_videomixer_pad_set_property): Style fix.
15031         (gst_videomixer_pad_init): Style fix.
15032         (gst_videomixer_update_queues): Kill memleak.
15033         (gst_videomixer_loop): Kill memleak.
15034         (gst_videomixer_collected): Kill memleak.
15035
15036 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15037
15038         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15039         gst_auparse_change_state:
15040         Just some cleanup.
15041
15042 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15043
15044         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15045         Add checks to GST_FLOW_NOT_LINKED for values returned
15046         from gst_pad_push.
15047         
15048 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15049
15050         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15051         (gst_rtpg711dec_process):
15052         * gst/rtp/gstrtpgsmenc.c:
15053         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15054         are never set. This is important for the g711 to work with burger's rtpbin
15055         element.
15056
15057 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15058
15059         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15060         (gst_speexenc_push_buffer):
15061         Add checks for return values from gst_pad_push and
15062         gst_pad_alloc_buffer.
15063
15064 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15065
15066         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15067
15068         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15069         (gst_matroska_demux_parse_info),
15070         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15071         (gst_matroska_demux_parse_cluster):
15072         * gst/matroska/matroska-ids.h:
15073         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15074         (gst_matroska_mux_init), (gst_matroska_mux_start),
15075         (gst_matroska_mux_create_buffer_header),
15076         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15077         (gst_matroska_mux_get_property):
15078         * gst/matroska/matroska-mux.h:
15079           Add SimpleBlock support to matroska demuxer and muxer (part of
15080           Matroska v2). (#319731)
15081
15082 2005-10-28  Wim Taymans  <wim@fluendo.com>
15083
15084         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15085         (gst_jpeg_dec_change_state):
15086         * ext/jpeg/gstjpegdec.h:
15087         Cleanups. Don't create caps for every chain.
15088
15089 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15090
15091         * gst/law/alaw-encode.c: (gst_alawenc_init),
15092         (alawenc_setcaps), (gst_alawenc_chain)
15093         * gst/law/alaw-encode.h:
15094         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15095         (mulawenc_setcaps), (gst_mulawenc_chain)
15096         * gst/law/mulaw-encode.h:
15097         Set timestamp on buffer and it allows RTP G711 elements
15098         work properly.
15099
15100 2005-10-27  Wim Taymans  <wim@fluendo.com>
15101
15102         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15103         Set correct format on oss instead of a silly value. 
15104
15105 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15106
15107         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15108         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15109         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15110         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15111         I420 rendering as well, doesn't bring much for my platform.
15112         Might help on some other platforms.
15113
15114 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15115
15116         * gst/rtp/gstrtpgsmenc.c:
15117         * gst/rtp/gstrtpgsmparse.c:
15118         Declaring the padtemplate correctly.
15119
15120 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15121
15122         * gst/rtp/gstrtpg711dec.c:
15123         * gst/rtp/gstrtpg711enc.c:
15124         * gst/rtp/gstrtpgsmenc.c:
15125         * gst/rtp/gstrtpgsmparse.c:
15126         Setting the proper copyright notice.
15127
15128 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15129
15130         * gst/videobox/Makefile.am: Use liboil.
15131         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15132         (gst_video_box_set_property), (gst_video_box_transform_caps),
15133         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15134         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15135         using liboil. Will dot the same to I420 border generation
15136         tomorrow.
15137
15138 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15139
15140         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15141         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15142         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15143         * gst/rtp/gstrtpg711dec.h:
15144         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15145         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15146         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15147         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15148         (gst_rtpgsmenc_handle_buffer):
15149         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15150         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15151         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15152         * gst/rtp/gstrtpgsmparse.h:
15153         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15154         inherits from the basertpdepayloader.
15155
15156 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15157
15158         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15159         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15160         (gst_video_box_ayuv): Removing this forgotten debug.
15161
15162 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15163
15164         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15165         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15166         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15167
15168 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         * sys/oss/gstossaudio.c:
15171         * sys/oss/gstossdmabuffer.c:
15172         * sys/oss/gstosshelper.c:
15173         * sys/oss/gstossmixer.c:
15174         * sys/oss/gstossmixerelement.c:
15175         * sys/oss/gstossmixertrack.c:
15176         * sys/oss/gstosssink.c:
15177         * sys/oss/gstosssrc.c:
15178           Actually use the 'oss' debug category we register.
15179
15180 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15181
15182         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15183         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15184         Use gst_pad_get_parent and drop the ref that was added through
15185         that call.
15186
15187 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15188
15189         * gst/rtp/gstrtpgsmenc.c:
15190           Fix compilation
15191
15192 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15193
15194         * gst/rtp/gstrtpg711dec.c
15195         Just removed a couple of lines of weird code used during
15196         development/test time.
15197
15198 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15199
15200         * gst/rtp/Makefile.am
15201         * gst/rtp/gstrtp.c
15202         * gst/rtp/gstrtpg711enc.c
15203         * gst/rtp/gstrtpg711enc.h
15204         * gst/rtp/gstrtpg711dec.c
15205         * gst/rtp/gstrtpg711dec.h
15206         Created G711 payloader and depayloader (it supports mulaw and alaw
15207         (dec)encoders)
15208
15209 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15210
15211         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15212         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15213         Doh ! I introduced wingo's bug again ! Sorry...
15214
15215 2005-10-25  Christian Schaller <christian@fluendo.com> 
15216
15217         * gst/rtp/Makefile.am: add missing header files for disting
15218
15219 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15220
15221         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15222         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15223         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15224         (gst_rtpgsmenc_handle_buffer):
15225         * gst/rtp/gstrtpgsmenc.h:
15226         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15227         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15228         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15229         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15230         * gst/rtp/gstrtpgsmparse.h:
15231         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15232
15233 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15234
15235         * ext/libpng/gstpngdec.c: (user_info_callback),
15236         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15237         a newsegment event, move some redundant code in a single place.
15238
15239 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15240
15241         * ext/libpng/gstpngdec.c: (user_info_callback),
15242         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15243         hack to get correct colors order when we have a png image with
15244         alpha channel.
15245
15246 2005-10-24  Edward Hervey  <edward@fluendo.com>
15247
15248         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15249         Call gst_element_no_more_pads when there will be no more pads.
15250
15251 2005-10-24  Wim Taymans  <wim@fluendo.com>
15252
15253         * gst/rtp/Makefile.am:
15254         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15255         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15256         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15257         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15258         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15259         (gst_asteriskh263_plugin_init):
15260         * gst/rtp/gstasteriskh263.h:
15261         * gst/rtp/gstrtp.c: (plugin_init):
15262         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15263         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15264         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15265         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15266         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15267         (gst_rtph263enc_plugin_init):
15268         * gst/rtp/gstrtph263enc.h:
15269         Added two new payloaders, an RFC 2190 payloader for h263 and
15270         a payload convertor for an asterisk server.
15271
15272 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15273
15274         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15275           Set bytes_per_sample correctly (is not always 4, but 
15276           depends on width and number of channels).
15277
15278 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15279
15280         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15281         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15282         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15283         (gst_flacenc_sink_event), (gst_flacenc_chain),
15284         (gst_flacenc_set_property), (gst_flacenc_get_property),
15285         (gst_flacenc_change_state):
15286         * ext/flac/gstflacenc.h:
15287           Fix seeking, so that flacenc can rewrite the header with the
15288           correct duration and amount of samples and all that at EOS;
15289           also set timestamps and granulepos on outgoing buffers; add
15290           debug category; fix state change function.
15291           
15292 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15293
15294         * gst/videomixer/videomixer.c: Don't restrict video geometry
15295         from 16 to 4096.
15296
15297 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15298
15299         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15300         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15301         Fix caps negotiation correctly, add debugging category.
15302
15303 2005-10-24  Christian Schaller  <christian@fluendo.com>
15304
15305         * configure.ac: Port over Thomas's change from base listing all plugins
15306
15307 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15308
15309         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15310         a sink pad.
15311
15312 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15313
15314         * configure.ac:
15315         * docs/upload.mak:
15316           back to HEAD
15317
15318 === release 0.9.4 ===
15319
15320 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15321
15322         * configure.ac:
15323           Releasing 0.9.4, "Dromiceiomimus"
15324
15325 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15326
15327         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15328         (gst_speexenc_src_query):
15329           Add position and duration query, fix query type function.
15330           
15331         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15332         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15333           Let's not set non-fixed caps on source pads.
15334
15335 2005-10-21  Wim Taymans  <wim@fluendo.com>
15336
15337         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15338         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15339         (gst_avi_demux_handle_seek):
15340         Set correct stream_time in newsegment event.
15341         avi can also handle a duration query now.
15342
15343 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15344
15345         * gst/matroska/matroska-demux.c:
15346         (gst_matroska_demux_handle_src_query),
15347         (gst_matroska_demux_handle_seek_event),
15348         (gst_matroska_demux_loop_stream_parse_id):
15349           Fix duration query; fix basetime in newsegment event after
15350           seek; fix duration in initial newsegment event.
15351
15352         * gst/matroska/matroska-mux.c:
15353         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15354           Extract number of channels and samplerate from vorbis headers;
15355           add some debug messages when querying the durations of the
15356           input streams.
15357
15358 2005-10-20  Wim Taymans  <wim@fluendo.com>
15359
15360         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15361         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15362         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15363         Set stream time correctly in newsegment.
15364
15365 2005-10-20  Wim Taymans  <wim@fluendo.com>
15366
15367         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15368         Correctly fill in the stream time.
15369
15370 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15371
15372         * check/elements/level.c: (GST_START_TEST):
15373         * gst/level/gstlevel.c: (gst_level_message_new):
15374         * gst/level/level-example.c: (message_handler):
15375           use ELEMENT messages instead
15376
15377 2005-10-19  Wim Taymans  <wim@fluendo.com>
15378
15379         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15380         (gst_dvdemux_src_query):
15381         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15382         (gst_flacdec_src_query):
15383         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15384         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15385         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15386         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15387         * gst/debug/progressreport.c: (gst_progress_report_report):
15388         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15389         * gst/matroska/matroska-demux.c:
15390         (gst_matroska_demux_handle_src_query):
15391         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15392         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15393         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15394         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15395         (gst_wavparse_srcpad_event):
15396         API change fix.
15397
15398 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * gst/goom/filters.c:
15401         * gst/goom/graphic.h:
15402         * gst/goom/lines.c:
15403           Make inline functions either 'static inline' or 'extern inline',
15404           otherwise the Forte compiler apparently won't inline them (#317300).
15405
15406 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15407
15408         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15409         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15410         (user_info_callback), (user_endrow_callback), (user_end_callback),
15411         (user_read_data), (gst_pngdec_caps_create_and_set),
15412         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15413         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15414         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15415         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15416         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15417         very nice and handle push/pull based model. if you have filesrc
15418         connected to it, it will do random access to load the png file.
15419         If you have a network source that can't do _getrange, it does 
15420         progressive loading through the chain function.
15421         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15422         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15423         thanks to Master Wim Taymans ;-)
15424
15425 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15426
15427         * gst/matroska/Makefile.am:
15428         * gst/matroska/ebml-read.c:
15429         * gst/matroska/ebml-read.h:
15430         * gst/matroska/matroska-demux.c:
15431         * gst/matroska/matroska-demux.h:
15432         * gst/matroska/matroska.c: (plugin_init):
15433           Ported matroska demuxer to 0.9.
15434
15435 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15436
15437         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * gst/matroska/matroska-mux.c:
15440         (gst_matroska_mux_video_pad_setcaps),
15441         (gst_matroska_mux_audio_pad_setcaps):
15442           Fix mpeg4 input handling (#318847); also, while we're at it,
15443           fix media type for Motion-JPEG: should be image/jpeg.
15444
15445 2005-10-18  Wim Taymans  <wim@fluendo.com>
15446
15447         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15448         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15449         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15450         Fix for segment-start/stop API change.
15451
15452 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15453
15454         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15455         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15456         way.
15457
15458 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15459
15460         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15461         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15462         output declared in transform_caps.
15463
15464 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15465
15466         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15467
15468 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15469
15470         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15471         (gst_video_box_get_unit_size): Fix wrong size calculations and
15472         implement get_unit_size correctly.
15473
15474 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15475
15476         * configure.ac:
15477           Enable flx plugin.
15478
15479         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15480           Fix gcc4 signedness issue.
15481
15482 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15483
15484         * configure.ac: Adding videomixer.
15485         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15486         (user_read_data), (gst_pngdec_chain): More debugging.
15487         * gst/alpha/Makefile.am: Adding alphacolor
15488         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15489         (gst_alpha_color_class_init), (gst_alpha_color_init),
15490         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15491         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15492         (plugin_init): Ported to 0.9 using in place base tranform.
15493         * gst/videomixer/Makefile.am:
15494         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15495         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15496         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15497         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15498         (gst_videomixer_init), (gst_videomixer_getcaps),
15499         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15500         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15501         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15502         to 0.9 using collectpads.
15503
15504 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15505
15506         * configure.ac:
15507         * gst/flx/Makefile.am:
15508         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15509         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15510         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15511         * gst/flx/gstflxdec.h:
15512         flx plugin ported to 0.9
15513
15514 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15515
15516         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15517           use new gst_version_string()
15518
15519 2005-10-16  Andy Wingo  <wingo@pobox.com>
15520
15521         * configure.ac: GLIB_CHECK.
15522
15523 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15524
15525         * ext/libpng/Makefile.am:
15526         * ext/libpng/gstpng.c: (plugin_init):
15527         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15528         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15529         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15530
15531 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15532
15533         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15534
15535         * configure.ac:
15536         * gst/matroska/Makefile.am:
15537         * gst/matroska/ebml-ids.h:
15538         * gst/matroska/ebml-write.c:
15539         * gst/matroska/ebml-write.h:
15540         * gst/matroska/matroska-ids.h:
15541         * gst/matroska/matroska-mux.c:
15542         * gst/matroska/matroska-mux.h:
15543         * gst/matroska/matroska.c: (plugin_init):
15544           Port matroska muxer to 0.9 (#318847).
15545
15546 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15549         (comment_init), (comment_add):
15550           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15551           use GST_READ_UINT32_LE() and friends rather than the private
15552           implementation of those same macros.
15553
15554 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15555
15556         * examples/stats/mp2ogg.c:
15557           more typo fixes
15558
15559 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15560
15561         * examples/indexing/indexmpeg.c: (main):
15562         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15563         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15564         * ext/esd/esdmon.h:
15565         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15566         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15567         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15568         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15569         * gst/avi/gstavimux.c: (gst_avimux_init):
15570         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15571         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15572         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15573         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15574         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15575         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15576         * gst/oldcore/gstmultifilesrc.h:
15577         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15578         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15579         (gst_pipefilter_change_state):
15580         * gst/oldcore/gstpipefilter.h:
15581         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15582         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15583         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15584         * sys/osxaudio/gstosxaudiosink.h:
15585         * sys/osxaudio/gstosxaudiosrc.h:
15586           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15587           moved bitshift from macro to enum definition
15588
15589 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15590
15591         * ext/Makefile.am:
15592         * ext/cairo/Makefile.am:
15593         * ext/cairo/gstcairo.c: (plugin_init):
15594         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15595         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15596         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15597         * ext/cairo/gsttimeoverlay.h:
15598           update of cairo-based timeoverlay to 1.0 Cairo API
15599           doesn't work yet for resizing of output sink
15600
15601 2005-10-11  Wim Taymans  <wim@fluendo.com>
15602
15603         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15604         newsegment API fix.
15605
15606 2005-10-11  Wim Taymans  <wim@fluendo.com>
15607
15608         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15609         (gst_dvdemux_demux_frame):
15610         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15611         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15612         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15613         (gst_avi_demux_handle_seek):
15614         * gst/goom/gstgoom.c: (gst_goom_event):
15615         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15616         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15617         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15618         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15619         (gst_wavparse_srcpad_event):
15620         newsegment API update.
15621
15622 2005-10-11  Andy Wingo  <wingo@pobox.com>
15623
15624         * ext/speex/gstspeexenc.c: Signedness cleanups.
15625
15626 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15627
15628         * PORTED_09:
15629         * ext/speex/Makefile.am:
15630         * ext/speex/gstspeex.c:
15631         * ext/speex/gstspeexenc.c:
15632         Speexenc ported to 0.9
15633
15634 2005-10-10  Wim Taymans  <wim@fluendo.com>
15635
15636         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15637         (gst_oss_sink_init), (gst_oss_sink_set_property),
15638         (gst_oss_sink_get_property), (gst_oss_sink_open),
15639         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15640         * sys/oss/gstosssink.h:
15641         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15642         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15643         (gst_oss_src_prepare):
15644         Cleanups, make device configurable in the sink, handle and report
15645         errors.
15646
15647 2005-10-10  Wim Taymans  <wim@fluendo.com>
15648
15649         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15650         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15651         Make sure element is NULL before removing from the bin.
15652
15653 2005-10-07  Andy Wingo  <wingo@pobox.com>
15654
15655         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15656         block forever in a read().
15657         (gst_dv1394src_bus_reset): Post a message when the cable is
15658         unplugged.
15659         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15660         (gst_dv1394src_bus_reset): Don't unref the message.
15661
15662         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15663         hacking. The only change should be that the state change stuff was
15664         put into basesrc's start() and stop() routines, which coalesces
15665         some steps.
15666
15667 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15668
15669         * configure.ac:
15670           Add check for mmap
15671           
15672         * gst/debug/Makefile.am:
15673           Only compile efence plugin on systems that have mmap.
15674
15675 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15676
15677         * gst/debug/Makefile.am:
15678         * gst/debug/breakmydata.c:
15679         * gst/debug/gstdebug.c:
15680         * gst/debug/gstnavigationtest.c:
15681         * gst/debug/gstnavseek.c: 
15682         * gst/debug/gstnavseek.h:
15683         * gst/debug/progressreport.c: 
15684         * gst/debug/testplugin.c:
15685           Port progressreport, navseek, navigationtest, testsink and
15686           breakmydata.
15687
15688 2005-10-05  Edward Hervey  <edward@fluendo.com>
15689
15690         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15691         (gst_dvdemux_src_query):
15692         Fixes for better conversion
15693
15694 2005-10-04  Michael Smith <msmith@fluendo.com>
15695
15696         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15697         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15698         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15699         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15700           Set state of elements to NULL before removing from bins.
15701           Set state of test element to NULL if we failed to move it to READY
15702
15703 2005-10-04  Edward Hervey  <edward@fluendo.com>
15704
15705         * ext/dv/Makefile.am:
15706         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15707         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15708         Corrected the query function for position so it doesn't forget what
15709         format was asked, and calls the conversion functions on the correct pad.
15710
15711 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15712
15713         * configure.ac:
15714           back to development
15715
15716 === release 0.9.3 ===
15717
15718 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15719
15720         * configure.ac:
15721           Releasing 0.9.3, "Aramis"
15722
15723 2005-10-03  Andy Wingo  <wingo@pobox.com>
15724
15725         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15726         error returns.
15727
15728 2005-10-02  Andy Wingo  <wingo@pobox.com>
15729
15730         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15731
15732         * ext/flac/gstflacenc.c: Ported to 0.9.
15733
15734         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15735
15736         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15737         and link to gsttagedit. Enable flacenc.
15738
15739         * ext/flac/gstflacdec.c: Re-enable tag reading.
15740
15741 2005-09-30  Wim Taymans  <wim@fluendo.com>
15742
15743         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15744         * gst/rtp/gstrtpgsmparse.c:
15745         * gst/rtp/gstrtph263penc.c:
15746         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15747         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15748         (gst_rtpmp4venc_set_property):
15749         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15750         Various class and caps fixes from Andre Magalhaes (andrunko)
15751
15752 2005-09-29  Wim Taymans  <wim@fluendo.com>
15753
15754         * gst/level/level-example.c: (main):
15755         Update for new bus API.
15756
15757 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         * configure.ac:
15760           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15761           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15762
15763 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15764
15765         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15766           Fix playback of mono streams (bytes_per_sample should be set
15767           from the sample width and the number of channels negotiated,
15768           and not just be set to 4) (#317338)
15769
15770 2005-09-26  Wim Taymans  <wim@fluendo.com>
15771
15772         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15773         (gst_rtpmpaenc_handle_buffer):
15774         Set buffer duration correctly.
15775
15776 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15777
15778         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15779         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15780         (gst_avi_demux_change_state):
15781           Don't crash when encountering a stream with an unknown fourcc or
15782           codec id. Instead, create a pad of type video/x-avi-unknown or
15783           audio/x-avi-unknown, which as a side-effect also results in less
15784           confusing error messages in players ('no decoder' vs. 'no streams');
15785           minor fixes to state change function and class_init function.
15786
15787 2005-09-24  Wim Taymans  <wim@fluendo.com>
15788
15789         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15790         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15791         These are sinks.
15792
15793 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15794
15795         * check/elements/level.c: (GST_START_TEST):
15796           fix test for new GstClockTime use
15797         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15798         (gst_level_transform_ip):
15799         * gst/level/gstlevel.h:
15800           fix up the decay peak, ensuring the decay peak is never lower
15801           than the peak for that interval
15802
15803 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15804
15805         * docs/plugins/gst-plugins-good-plugins.args:
15806         * docs/plugins/inspect/plugin-alpha.xml:
15807         * docs/plugins/inspect/plugin-rtp.xml:
15808         * gst/level/gstlevel.c: (gst_level_set_caps),
15809         (gst_level_transform_ip):
15810           updating docs
15811
15812 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15813
15814         * Makefile.am:
15815         * check/elements/level.c: (GST_START_TEST):
15816         * gst/level/Makefile.am:
15817         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15818         (gst_level_set_property), (gst_level_get_property),
15819         (gst_level_set_caps), (gst_level_message_new),
15820         (gst_level_transform_ip):
15821         * gst/level/gstlevel.h:
15822         * gst/level/level-example.c: (message_handler), (main):
15823           convert to using GstClockTime for all time values, finally.
15824
15825 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15826
15827         * gst/auparse/Makefile.am:
15828         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15829           fix up build
15830         * configure.ac:
15831         * ext/cairo/Makefile.am:
15832         * ext/dv/Makefile.am:
15833         * ext/esd/Makefile.am:
15834         * ext/flac/Makefile.am:
15835         * ext/gconf/Makefile.am:
15836         * ext/gdk_pixbuf/Makefile.am:
15837         * ext/jpeg/Makefile.am:
15838         * ext/ladspa/Makefile.am:
15839         * ext/libcaca/Makefile.am:
15840         * ext/libmng/Makefile.am:
15841         * ext/libpng/Makefile.am:
15842         * ext/mikmod/Makefile.am:
15843         * ext/pango/Makefile.am:
15844         * ext/raw1394/Makefile.am:
15845         * ext/shout2/Makefile.am:
15846         * ext/speex/Makefile.am:
15847         * gst/alpha/Makefile.am:
15848         * gst/autodetect/Makefile.am:
15849         * gst/avi/Makefile.am:
15850         * gst/cutter/Makefile.am:
15851         * gst/debug/Makefile.am:
15852         * gst/effectv/Makefile.am:
15853         * gst/flx/Makefile.am:
15854         * gst/goom/Makefile.am:
15855         * gst/interleave/Makefile.am:
15856         * gst/law/Makefile.am:
15857         * gst/matroska/Makefile.am:
15858         * gst/median/Makefile.am:
15859         * gst/monoscope/Makefile.am:
15860         * gst/multipart/Makefile.am:
15861         * gst/oldcore/Makefile.am:
15862         * gst/rtp/Makefile.am:
15863         * gst/rtsp/Makefile.am:
15864         * gst/smoothwave/Makefile.am:
15865         * gst/smpte/Makefile.am:
15866         * gst/videobox/Makefile.am:
15867         * gst/videofilter/Makefile.am:
15868         * gst/videomixer/Makefile.am:
15869         * gst/wavenc/Makefile.am:
15870         * gst/wavparse/Makefile.am:
15871         * sys/oss/Makefile.am:
15872         * sys/osxaudio/Makefile.am:
15873         * sys/osxvideo/Makefile.am:
15874           fix up GST_LIBS use
15875
15876 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15877
15878         * gst/auparse/Makefile.am:
15879         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15880           fix build of auparse
15881
15882 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15883
15884         * configure.ac:
15885         * PORTED_09:
15886         * gst/auparse/gstauparse.c:
15887         * gst/auparse/gstauparse.h:
15888         Auparse ported to 0.9.
15889
15890 2005-09-22  Wim Taymans  <wim@fluendo.com>
15891
15892         * gst/rtp/TODO:
15893         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15894         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15895         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15896         (gst_rtpmp4venc_set_property):
15897         * gst/rtp/gstrtpmp4venc.h:
15898         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15899         * gst/rtp/gstrtpmpaenc.h:
15900         Use is_filled to both check MTU and max-ptime of base class.
15901
15902 2005-09-22  Wim Taymans  <wim@fluendo.com>
15903
15904         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15905         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15906         (gst_rtpmp4venc_set_property):
15907         Don't fragment packets with multiple frames.
15908
15909 2005-09-22  Wim Taymans  <wim@fluendo.com>
15910
15911         * gst/rtp/TODO:
15912         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15913         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15914         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15915         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15916         (gst_rtpmp4venc_get_property):
15917         * gst/rtp/gstrtpmp4venc.h:
15918         Remove g_print.
15919         Update TODO
15920         Make payload encoder a bit smarter and more correct with
15921         timestamps.
15922         Added option in payloader to include config string in-band.
15923
15924 2005-09-21  Wim Taymans  <wim@fluendo.com>
15925
15926         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15927         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15928         (gst_rtspsrc_send):
15929         Strip spaces for key/value pairs.
15930
15931 2005-09-21  Wim Taymans  <wim@fluendo.com>
15932
15933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15934         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15935         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15936         (gst_rtspsrc_change_state):
15937         More SDP parsing and caps setting.
15938         Do NO_PREROLL differently.
15939         add pads only after negotiated.
15940
15941         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15942         (gst_udpsrc_getcaps):
15943         Implement the getcaps function.
15944
15945 2005-09-21  Wim Taymans  <wim@fluendo.com>
15946
15947         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15948         (gst_rtpamrdec_chain):
15949         Handle multiple AMr packets per payload. Handle CRC and
15950         parse ILL/ILP.
15951
15952         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15953         Make caps params strings for easy SDP mapping.
15954         
15955         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15956         Handle capsnego better.
15957
15958         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15959         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15960         Generate and parse config string in the caps.
15961
15962 2005-09-21  Wim Taymans  <wim@fluendo.com>
15963
15964         * gst/rtp/README:
15965         Update README
15966
15967         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15968         Make extra params as strings.
15969
15970         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15971         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15972         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15973         Make state change return NO_PREROLL as this is a live
15974         source.
15975
15976         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15977         Don't unref old caps when NULL.
15978
15979 2005-09-20  Wim Taymans  <wim@fluendo.com>
15980
15981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15982         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15983         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15984         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15985         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15986         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15987         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15988         * gst/rtsp/sdpmessage.h:
15989         Add URI handler.
15990         Parse SDP and create caps.
15991
15992 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15993
15994         * gst/alpha/gstalpha.c:
15995           fix element description
15996
15997 2005-09-19  Wim Taymans  <wim@fluendo.com>
15998
15999         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16000         Don't check payload for now.
16001
16002 2005-09-19  Wim Taymans  <wim@fluendo.com>
16003
16004         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16005         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16006         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16007         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16008         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16009         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16010         (gst_wavparse_change_state):
16011         * gst/wavparse/gstwavparse.h:
16012         Fix wavparse some more.
16013
16014 2005-09-19  Wim Taymans  <wim@fluendo.com>
16015
16016         * check/elements/level.c: (GST_START_TEST):
16017         Fix for bus API change.
16018
16019 2005-09-19  Wim Taymans  <wim@fluendo.com>
16020
16021         * gst/level/level-example.c: (main):
16022         Fix for new bus API.
16023
16024         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16025         Set caps on pads.
16026
16027 2005-09-15  Wim Taymans  <wim@fluendo.com>
16028
16029         * gst/rtp/Makefile.am:
16030         * gst/rtp/README:
16031         * gst/rtp/gstrtp.c: (plugin_init):
16032         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16033         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16034         (gst_rtpamrdec_change_state):
16035         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16036         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16037         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16038         * gst/rtp/gstrtpamrenc.h:
16039         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16040         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16041         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16042         * gst/rtp/gstrtpgsmenc.h:
16043         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16044         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16045         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16046         (gst_rtpgsmparse_change_state):
16047         * gst/rtp/gstrtpgsmparse.h:
16048         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16049         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16050         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16051         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16052         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16053         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16054         * gst/rtp/gstrtph263penc.h:
16055         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16056         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16057         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16058         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16059         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16060         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16061         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16062         * gst/rtp/gstrtpmp4venc.h:
16063         * gst/rtp/gstrtpmpadec.c:
16064         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16065         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16066         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16067         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16068         * gst/rtp/gstrtpmpaenc.h:
16069         Updates to payloader/depayloaders, make payloaders use
16070         the base classes.
16071         Updated README with suggested RTP caps and how to convert
16072         to/from SDP.
16073         Added config descriptor in mp4v payloader.
16074
16075 2005-09-15  Andy Wingo  <wingo@pobox.com>
16076
16077         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16078         * gst/autodetect/gstautovideosink.c
16079         (gst_auto_video_sink_find_best): Update for new registry API.
16080
16081 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16082
16083         * common/c-to-xml.py:
16084         * common/gtk-doc-plugins.mak:
16085           a simple py script to generate valid xml from a C example
16086           probably also need to strip an MIT license when we decide
16087         * docs/plugins/Makefile.am:
16088         * gst/level/Makefile.am:
16089         * gst/level/gstlevel.c: (gst_level_init):
16090         * gst/level/level-example.c: (message_handler), (main):
16091           add an example to level that will show up in the docs
16092         * gst/rtp/TODO:
16093           add a note for the future
16094
16095 2005-09-14  Michael Smith <msmith@fluendo.com>
16096
16097         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16098           Actually define the debug object being used in wavenc. Fixes #316205
16099
16100 2005-09-14  Michael Smith <msmith@fluendo.com>
16101
16102         * gst/smpte/Makefile.am:
16103           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16104           needed to build on windows (bug 316204)
16105
16106 2005-09-12  Andy Wingo  <wingo@pobox.com>
16107
16108         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16109
16110 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16111
16112         * configure.ac:
16113         * gst/fdsrc/Makefile.am:
16114         * gst/fdsrc/gstfdsrc.c:
16115         * gst/fdsrc/gstfdsrc.h:
16116           Move fdsrc back into gstreamer core elements.
16117
16118         * gst/level/gstlevel.c: (gst_level_class_init),
16119         (gst_level_transform_ip):
16120         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16121           Basetransform changes.
16122
16123 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16124
16125         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16126         * ext/jpeg/smokecodec.c: (find_best_size):
16127           fix compiler warnings
16128
16129 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16130
16131         * gst-plugins-good.spec.in:
16132           spec file fixes
16133         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16134         (gst_multiudpsink_render), (gst_multiudpsink_add),
16135         (gst_multiudpsink_clear):
16136           it actually helps to actually stream if we hook up the
16137           "add" signal to an actual implementation
16138         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16139           some debugging
16140
16141 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16142
16143         * ext/jpeg/Makefile.am:
16144         * ext/jpeg/gstjpeg.c
16145         * ext/jpeg/gstjpegenc.c:
16146         * ext/jpeg/gstsmokeenc.c:
16147
16148 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16149
16150         * ext/flac/gstflacdec.c:
16151         * ext/flac/gstflacenc.c:
16152         * ext/flac/gstflactag.c:
16153         * ext/speex/gstspeexenc.c:
16154           gsttaginterface.h -> gsttagsetter.h
16155
16156 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16157
16158         * configure.ac:
16159         * gst/debug/Makefile.am:
16160         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16161         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16162         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16163         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16164         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16165           Port to 0.9 and re-enable efence plugin.
16166
16167 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16168
16169         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16170         (gst_flacdec_write), (gst_flacdec_convert_src):
16171         * ext/flac/gstflacdec.h:
16172           Add support for flac files with 24/32 bits per sample; and misc.
16173           minor clean-ups. Seeking is still partly broken (for me at least).
16174
16175 2005-09-06  Wim Taymans  <wim@fluendo.com>
16176
16177         * gst/rtp/Makefile.am:
16178         * gst/rtp/gstrtp.c: (plugin_init):
16179         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16180         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16181         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16182         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16183         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16184         (gst_rtpmp4vdec_plugin_init):
16185         * gst/rtp/gstrtpmp4vdec.h:
16186         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16187         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16188         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16189         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16190         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16191         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16192         * gst/rtp/gstrtpmp4venc.h:
16193         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16194         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16195         Added mpeg4 video payload encoder/decoder.
16196         Added some docs in mpa payloader.
16197
16198 === release 0.9.1 ===
16199
16200 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16201
16202         * NEWS:
16203         * README:
16204         * RELEASE:
16205         * autogen.sh:
16206         * configure.ac:
16207           releasing 0.9.1, "Blondie"
16208
16209 2005-09-05  Andy Wingo  <wingo@pobox.com>
16210
16211         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16212         here from the state change handler, so we fire signals without
16213         holding the state lock.
16214
16215 2005-09-02  Andy Wingo  <wingo@pobox.com>
16216
16217         * All plugins updated for element state changes.
16218
16219 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16220
16221         * Makefile.am:
16222         * check/.cvsignore:
16223         * check/Makefile.am:
16224         * check/elements/.cvsignore:
16225         * check/elements/level.c: (setup_level), (cleanup_level),
16226         (GST_START_TEST), (level_suite), (main):
16227           add a test for level
16228         * common/release.mak:
16229           move the enum checking to release.mak
16230         * configure.ac:
16231           add valgrind and check checking
16232         * gst/level/gstlevel.c: (gst_level_transform):
16233         * gst/level/gstlevel.h:
16234           fix Andy's cast bug
16235           convert a field to int
16236           fix the arithmetic to int when checking for emit so that a
16237           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16238
16239 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * Makefile.am:
16242         * configure.ac:
16243           add docs to build
16244         * common/plugins.xsl:
16245           wrap Description into a refsect2
16246         * docs/Makefile.am:
16247         * docs/plugins/Makefile.am:
16248         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16249         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16250         * gst/goom/Makefile.am:
16251         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16252         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16253         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16254         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16255         (gst_goom_change_state):
16256         * gst/goom/gstgoom.h:
16257           GstGOOM -> GstGoom
16258           add an example launch line
16259         * gst/level/gstlevel.h:
16260         * gst/monoscope/gstmonoscope.c:
16261           cleanups
16262
16263 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * configure.ac:
16266         * docs/plugins/Makefile.am:
16267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16268         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16269         * docs/plugins/gst-plugins-good-plugins.types:
16270           document elements and plugins.  Shazam !
16271
16272 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16273
16274         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16275           be found under doc/random/ChangeLog-0.8