gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Peter Kjellerstedt <pkj at axis com>
4
5         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
6         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
7         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
8         * gst/udp/gstudpsrc.h:
9         Port to GstPoll. See #505417.
10
11 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
12
13         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
15         yet on the srcpad. We need rate and channels before we
16         can do any processing. Fixes bug #519088.
17
18 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
19
20         * configure.ac:
21         Detect and indicate if GCC inline assembly syntax is
22         available.
23
24         * gst/goom/Makefile.am:
25         * gst/goom/convolve_fx.c:
26         * gst/goom/flying_stars_fx.c:
27         * gst/goom/goom_config.h:
28         * gst/goom/goom_core.c:
29         * gst/goom/goomsl.c:
30         * gst/goom/ifs.c:
31         * gst/goom/mmx.c:
32         * gst/goom/plugin_info.c:
33         * gst/goom/xmmx.c:
34         Fix various GCC-isms, and only build the inline assembly
35         with compilers that support GCC inline assembly.
36
37         Fix a couple of other warnings shown with Forte.
38
39 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
40
41         * gst/goom/xmmx.c:
42           Use 'emms' instead of 'femms' to not crash on cpus that do not
43           implement this 3dnow specific instruction.
44
45 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
46
47         * gst/goom/plugin_info.c: (setOptimizedMethods):
48         Use extended MMX for draw_line() too if available, not only
49         normal MMX.
50
51 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
52
53         * ext/jpeg/gstjpeg.c: (plugin_init):
54         Remove (commented out) smoke typefinder. This is in base now.
55
56 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
57
58         * gst/goom2k1/Makefile.am:
59         * gst/goom2k1/gstgoom.c:
60
61         Rename the installed library, and don't register the same 
62         GType name as the new goom.
63
64 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
65
66         * configure.ac:
67         * ext/taglib/Makefile.am:
68           Check for and define ERROR_CXXFLAGS and use them when building
69           C++ code (#516509).
70
71 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
72
73         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
74         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
75           (setOptimizedMethods):
76           Call oil_init(), otherwise oil_get_cpu_flags() won't return
77           anything useful. Export goom debug category so we can get
78           rid of the VERBOSE define and the printfs.
79
80 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
81
82         * gst/goom/goomsl_heap.c: (align_it):
83         * gst/goom/plugin_info.c: (setOptimizedMethods):
84           Compile fixes for x86-64.
85
86 2008-02-23  Bastien Nocera  <hadess@hadess.net>
87
88         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
89         with warnings, but add other CFLAGS
90
91         * gst/goom/goomsl.c (gsl_instr_set_namespace),
92         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
93         (calculate_labels), (gsl_read_file):
94         * gst/goom/goomsl_lex.l:
95         * gst/goom/goomsl_yacc.y:
96         * gst/goom/plugin_info.c: Remove a few live printf, and
97         fprintf, replace exit() calls with g_assert_not_reached()
98         if it not optimal for a library
99
100 2008-02-23  Bastien Nocera  <hadess@hadess.net>
101
102         * gst/goom/Makefile.am: Remove the warnings being disabled,
103         fix linkage on x86, spotted by Sebastian Dröge
104         <slomo@circular-chaos.org>
105
106         * gst/goom/convolve_fx.c (convolve_init),
107         (create_output_with_brightness), (convolve_apply):
108         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
109         * gst/goom/goomsl.c:
110         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
111         * gst/goom/plugin_info.c:
112         * gst/goom/tentacle3d.c (tentacle_fx_create):
113         Fix warnings, and disable the motifs in the convolve_fx
114         plugin (they were causing warnings, and they were just
115         "Goom" in funny letterring)
116
117 2008-02-23  Bastien Nocera  <hadess@hadess.net>
118
119         * configure.ac: Add checks for Flex/Yacc/Bison and other
120         furry animals, for the new goom 2k4 based plugin
121
122         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
123         CPU optimisations (not working yet), move the old plugin to...
124
125         * gst/goom2k1/*: ... here, in case somebody is sick enough
126
127         Fixes #515073
128
129 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
130
131         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
132         Post the server response code in an error message instead of a generic
133         'error' message. Fixes #517237.
134
135 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
136
137         * tests/check/Makefile.am:
138         Ignore gconfaudiosrc for the states unit test too. It will fallback
139         to alsasrc if the gconf settings can't be read and not everybody has
140         alsa.
141
142 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
143
144         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
145         (gst_wavpack_parse_create_src_pad):
146         * ext/wavpack/gstwavpackparse.h:
147         Always report the duration if we know it in push mode and don't
148         return 0 just to make totem believe we can't seek in push mode.
149         Newer totem version use the SEEKING query which properly reports
150         if we can seek or not.
151
152 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
153
154         Patch by: Jens Granseuer <jensgr at gmx dot net>
155
156         * tests/examples/equalizer/demo.c: (main):
157         C89 fix, moving variable declarations to the beginning of
158         the block. Fixes bug #517933.
159
160 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
161
162         * configure.ac:
163         Back to development...
164
165 === release 0.10.7 ===
166
167 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
168
169         * configure.ac:
170           releasing 0.10.7, "Red Door Black"
171
172 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
173
174         * gst/alpha/Makefile.am:
175         Link alpha plugin with libgstbase. Fixes bug #517386.
176
177 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
178
179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
180         Init values to -1 instead of the default 0 value.
181         Fixes #516524.
182
183 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
184
185         * tests/examples/spectrum/spectrum-example.c:
186         Add missing include to fix compilation when libxml usage is disabled.
187         Fixes: #516371
188
189 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
190
191         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
192         fixes: #514889
193
194         * gst/rtp/gstrtph264pay.c:
195         * gst/rtp/gstrtpmp4gdepay.c:
196         * gst/rtp/gstrtpmp4gpay.c:
197         * gst/rtp/gstrtpmp4gpay.h:
198         * gst/rtp/gstrtptheorapay.c:
199         * gst/rtp/gstrtpvorbispay.c:
200
201         Fix various leaks shown up in valgrind
202         - free sprops and buffer in error cases in H264 payloader
203         - fix leak in mp4g depayloader when construction the caps
204         - don't leak config string in the mp4g payloader
205         - don't leak buffers and headers in theora and vorbis payloaders
206
207         * tests/check/elements/rtp-payloading.c:
208
209         Fix the RTP data test
210         - Actually send valid amr data to the payloader instead of 20
211         zero-bytes
212         - The mp4g payloader expects codec_data on the caps
213
214 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
215
216         * win32/MANIFEST:
217         Add libgstpng.dsp to MANIFEST.
218         * win32/vs6/libgstaudiofx.dsp:
219         Add new source files to VS project file.
220
221 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
222
223         * sys/ximage/gstximagesrc.c:
224         Initialise variables when opening the X display rather
225         than in _start(), as the display can be opened before that.
226
227         Fixes: #515985
228
229 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
230
231         * sys/directdraw/gstdirectdrawsink.c:
232         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
233         (gst_directdraw_sink_finalize):
234         Properly chain up finalize functions. Fixes bug #515980.
235
236 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
237
238         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
239         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
240         (gst_v4l2_buffer_pool_class_init):
241         Chain up the finalize functions. Fixes bug #515984.
242
243 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
244
245         * sys/ximage/ximageutil.c:
246         Chain up in the finalize function for our custom
247         buffer sub-class.
248         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
249         Fixes: #515706
250
251 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
252
253         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
254         (gst_fenced_buffer_class_init):
255         Properly chain up finalize method. Fixes bug #515979.
256
257 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
258
259         * sys/ximage/gstximagesrc.c:
260         Free allocated Damage memory before closing our connection to the
261         X server. Partially fixes: #515706
262
263 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
264
265         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
266         * tests/check/Makefile.am:
267         * tests/check/gst-plugins-good.supp:
268         Add a few libjpeg suppressions and initialize a variable to
269         make smokeenc valgrind clean. Fixes bug #515701.
270
271 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
272
273         * gst/avi/gstavidemux.c:
274         Revert patch which sends timestamps only on keyframes, as it
275         breaks playback with current gst-ffmpeg.
276
277         Fixes: #515562
278
279 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
280
281         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
282         * tests/check/elements/multifile.c: (GST_START_TEST):
283         Close some memory leaks spotted by the unit test. Fixes bug #515697.
284
285 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
286
287         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
288         Use and unset the GError when pipeline creation fails instead of
289         simply leaking it. Fixes bug #515704.
290
291 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
292
293         * gst/audiofx/audioamplify.c:
294         * gst/audiofx/audiochebband.c:
295         * gst/audiofx/audiocheblimit.c:
296         * gst/audiofx/audiodynamic.c:
297         * gst/audiofx/audioinvert.c:
298         * gst/audiofx/audiopanorama.c:
299         * gst/audiofx/audiowsincband.c:
300         * gst/audiofx/audiowsinclimit.c:
301         Fix long description of audiofx elements. Fixes bug #515457.
302
303 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
304
305         * docs/plugins/Makefile.am:
306         * gst/spectrum/gstspectrum.c:
307         * tests/examples/spectrum/.cvsignore:
308         * tests/examples/spectrum/Makefile.am:
309         * tests/examples/spectrum/spectrum-example.c:
310
311         Add a simple example application for the spectrum element, include it
312         in the docs, and fix some documentation ambiguities.
313
314         Fixes: #348085
315
316 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
317
318         * gst/equalizer/Makefile.am:
319         * gst/spectrum/Makefile.am:
320         Fix includes order
321
322         * tests/check/Makefile.am:
323         Exclude v4l2src from the states test - it takes too long to start.
324
325         * tests/check/elements/spectrum.c:
326         Make the test run properly with CK_FORK=no
327
328 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
329
330         * gst/audiofix/Makefile.am: add missing header files 
331
332 2008-02-08  Julien Moutte  <julien@fluendo.com>
333
334         * gst/matroska/matroska-demux.c:
335         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
336         keyframe and delta units correctly when dealign with a BlockGroup.
337         Fixes: #514397
338
339 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
340
341         * tests/check/elements/.cvsignore:
342         Spell the new tests correctly in .cvsignore
343
344 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
345
346         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
347           Need to use gsize here for the size, fixes compiler warning.
348
349         * tests/examples/equalizer/.cvsignore:
350         * tests/examples/equalizer/Makefile.am:
351         * tests/examples/spectrum/.cvsignore:
352         * tests/examples/spectrum/Makefile.am:
353           Add missing files to fix the build.
354
355 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
356
357         * configure.ac:
358         * docs/plugins/Makefile.am:
359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
361         * docs/plugins/gst-plugins-good-plugins.args:
362         * docs/plugins/gst-plugins-good-plugins.hierarchy:
363         * docs/plugins/inspect/plugin-multifile.xml:
364         * tests/check/Makefile.am:
365         * tests/check/elements/.cvsignore:
366
367         Move multifile plugin from -bad.
368         Fixes: #490283
369
370 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
371
372         * configure.ac:
373         * docs/plugins/Makefile.am:
374         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
375         * docs/plugins/gst-plugins-good-plugins-sections.txt:
376         * docs/plugins/gst-plugins-good-plugins.args:
377         * docs/plugins/gst-plugins-good-plugins.hierarchy:
378         * docs/plugins/inspect/plugin-spectrum.xml:
379         * gst/spectrum/Makefile.am:
380         * tests/check/Makefile.am:
381         * tests/check/elements/.cvsignore:
382         * tests/examples/Makefile.am:
383
384         Move spectrum plugin from -bad.
385         Move examples into tests/examples/spectrum.
386
387 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
388
389         * configure.ac:
390         * docs/plugins/Makefile.am:
391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
393         * docs/plugins/gst-plugins-good-plugins.args:
394         * docs/plugins/gst-plugins-good-plugins.hierarchy:
395         * docs/plugins/gst-plugins-good-plugins.interfaces:
396         * docs/plugins/inspect/plugin-equalizer.xml:
397         * gst/equalizer/Makefile.am:
398         * tests/check/Makefile.am:
399         * tests/examples/Makefile.am:
400         Move the equalizer plugin across from -bad
401
402         * tests/check/elements/.cvsignore:
403         Add equalizer, audiosincwband and audiosincwlimit
404
405         * tests/check/elements/equalizer.c:
406         Fix compiler warnings
407
408         Fixes: #415627
409
410 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
411
412         * configure.ac:
413         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
414         are treated like releases and build without it.
415
416 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
417
418         * docs/plugins/Makefile.am:
419         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
421         * docs/plugins/gst-plugins-good-plugins.args:
422         * docs/plugins/inspect/plugin-audiofx.xml:
423         * gst/audiofx/Makefile.am:
424         * gst/audiofx/audiofx.c:
425         * gst/audiofx/audiowsincband.c:
426         * gst/audiofx/audiowsincband.h:
427         * gst/audiofx/audiowsinclimit.c:
428         * gst/audiofx/audiowsinclimit.h:
429         * tests/check/Makefile.am:
430         * tests/check/elements/audiowsincband.c:
431         * tests/check/elements/audiowsinclimit.c:
432
433         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
434         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
435         respectively.
436
437         Fixes: #467666
438
439 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
440
441         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
442         * tests/check/elements/icydemux.c:
443           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
444           caps, and add a somewhat useful debug message. Plus test.
445
446 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
447
448         * gst/rtsp/gstrtspsrc.c:
449         Include unistd.h only if HAVE_UNISTD_H is defined
450         * win32/common/config.h.in:
451         * win32/common/config.h:
452         Define socklen_t as it seems it's not defined in default 
453         Visual Studio headers.
454         * win32/vs6/libgstalpha.dsp:
455         * win32/vs6/libgstapetag.dsp:
456         * win32/vs6/libgstavi.dsp:
457         * win32/vs6/libgstrtp.dsp:
458         * win32/vs6/libgstrtsp.dsp:
459         * win32/vs6/libgstvideomixer.dsp:
460         Update project file dependencies and add new source files       
461
462 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
463
464         Patch by: Bjarne Rosengren <bjarne at axis dot com>
465
466         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
467         Don't leak buffers when we don't push them downstream.
468         Fixes bug #514965.
469
470 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
471
472         * configure.ac:
473           Bump requirements to (good) released versions to avoid
474           confusion and make implicit core requirement explicit.
475
476 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
477
478         * docs/plugins/Makefile.am:
479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
481         * docs/plugins/gst-plugins-good-plugins.args:
482         * docs/plugins/inspect/plugin-audiofx.xml:
483         * gst/audiofx/Makefile.am:
484         * gst/audiofx/audiochebband.c:
485         * gst/audiofx/audiochebband.h:
486         * gst/audiofx/audiocheblimit.c:
487         * gst/audiofx/audiocheblimit.h:
488         * gst/audiofx/audiochebyshevfreqband.c:
489         * gst/audiofx/audiochebyshevfreqband.h:
490         * gst/audiofx/audiochebyshevfreqlimit.c:
491         * gst/audiofx/audiochebyshevfreqlimit.h:
492         * gst/audiofx/audiofx.c:
493         * tests/check/Makefile.am:
494         * tests/check/elements/.cvsignore:
495         * tests/check/elements/audiochebband.c:
496         * tests/check/elements/audiocheblimit.c:
497         * tests/check/elements/audiochebyshevfreqband.c:
498         * tests/check/elements/audiochebyshevfreqlimit.c:
499
500         Rename audiochebyshevfreqband -> audiochebband and
501         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
502         surgery.
503
504         Closes: #491811
505
506 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
507
508         Patch by: Orjan Friberg <orjanf at axis dot com>
509
510         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
511         Fix caps memory leak. Fixes #514573.
512
513 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
514
515         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
516         If there's no entries in the subindex, don't try to do anything stupid,
517         just return.
518
519 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
520
521         Patch by: John Millikin <jmillikin at gmail dot com>
522
523         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
524           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
525           Fix extraction of picture blocks with newer libflac versions again:
526           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
527
528 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
529
530         * tests/check/Makefile.am:
531           Add rtp-payloading test to VALGRIND_TO_FIX.
532
533         * tests/check/elements/rtp-payloading.c:
534           Add semicolons after GST_TEST_END so gst-indent gets the
535           formatting right; make test less verbose in general, but
536           more verbose in the error case (which should probably
537           make the test fail anyway).
538
539 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
540
541         * docs/plugins/Makefile.am:
542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
543         * docs/plugins/gst-plugins-good-plugins-sections.txt:
544         * gst/avi/gstavisubtitle.c:
545         Add documentation for avisubtitle and change class to
546         Codec/Parser/Subtitle
547
548 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
549
550         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
551         Treat ENOTTY (driver does not implement ioctl) the same as
552         EINVAL since it implies there are no available standards.
553
554         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
555         (gst_v4l2src_get_nearest_size):
556         Replace gst_v4l2src_get_size_limits with 2 calls to new function
557         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
558         probe if the driver does not support VIDIOC_TRY_FMT for whatever
559         reason, and if we aren't yet actively capturing.
560
561         * sys/v4l2/v4l2src_calls.h:
562         Remove replaced function declaration.
563
564 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
565
566         * configure.ac:
567         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
568         API.
569
570 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
571
572         * configure.ac:
573         Fix typo.
574
575 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
576
577         * gst/alpha/Makefile.am:
578         * gst/alpha/gstalpha.c:
579
580         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
581         some stuff, and making buffer-alloc and resizing work automatically.
582         No longer crashes on odd frame widths and heights, although there
583         seems to be a disagreement with ffmpegcolorspace about what size
584         an AYUV frame with odd height should be.
585
586 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
587
588         Patch by: Alessandro Decina <alessandro at nnva dot org>
589
590         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
591         * ext/libpng/gstpngenc.h:
592         Preallocate the output buffer so that g_memdup() and
593         gst_buffer_merge() aren't needed anymore. This greatly improves
594         performances and fixes #512544.
595
596 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
597
598         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
599         (gst_avi_demux_stream_data):
600         GStreamer timestamps are PTS values while AVI only knows about DTS
601         timestamps. Make sure we only copy the DTS as the buffer timestamp when
602         we are dealing with a key frame.
603
604 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
605
606         * tests/check/Makefile.am:
607         * tests/check/elements/.cvsignore:
608         * tests/check/elements/rtp-payloading.c:
609           Add add testsuite for the rtp-payloader that tries simulating
610           dataflow. Needs more test data.
611
612 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
613
614         * tests/check/elements/alphacolor.c:
615           Remove two unused variables.
616
617 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
618
619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
620           Use g_ascii_strtoll() instead of atoll, which is only
621           available in C99.
622
623 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
624
625         * gst/rtp/Makefile.am:
626         * gst/rtp/gstrtp.c:
627         * gst/rtp/gstrtpmpvpay.c:
628         * gst/rtp/gstrtpmpvpay.h:
629         Add MPEG2 video payloader
630
631 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
632
633         * gst/level/gstlevel.c:
634         Use #include <math.h> instead of #include "math.h".
635
636 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
637
638         * tests/check/Makefile.am:
639         Fix up some CFLAGS sets.
640         Don't include gconfvideosrc in the states test.
641
642         * tests/check/elements/autodetect.c: (GST_START_TEST):
643         Add some error strings to fail_unless arguments to fix some weird
644         compiler errors on Solaris.
645
646 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
647
648         * configure.ac:
649         Detect video4linux headers on Solaris too.
650         * sys/v4l2/gstv4l2colorbalance.h:
651         * sys/v4l2/gstv4l2object.h:
652         * sys/v4l2/v4l2_calls.c:
653         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
654         (gst_v4l2_buffer_new):
655
656         Make v4l2 build on Solaris.
657         Patch by: Brian Cameron  <brian.cameron at sun dot com>
658         Fixes: #510505
659
660 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
661
662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
663           Update list from (still local) scanning script.
664
665 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
666
667         Based on a patch by:
668             Victor STINNER <victor dot stinner at haypocalc dot com>
669
670         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
671         Set variable to NULL after freeing it to prevent double frees
672         or make failures by another use of it afterwards more obvious
673         and fix use of it after the freeing. Fixes bug #510592.
674
675 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
676
677         * gst/udp/gstmultiudpsink.c:
678         use GST_WARNING for logging
679
680 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
681
682         * gst/udp/gstmultiudpsink.c:
683         Don't try to leave a multicast group with an invalid socket
684
685 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * ext/flac/gstflacdec.c:
688           Fix compilation against flac 1.1.2 (as on debian stable), where
689           the picture metadata defines and structs don't exist yet.
690           Fixes #509301.
691
692 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
693
694         Patch by: Olivier Crete <tester at tester dot ca>
695
696         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
697         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
698         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
699         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
700         * gst/udp/gstmultiudpsink.h:
701         Add property to automatically join a multicast group or not. This can be
702         useful when sharing a socket between multiple elements.
703         Fixes #509531.
704
705 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
706
707         * gst/videomixer/Makefile.am:
708           Add controller flags.
709
710 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
711
712         * gst/videomixer/videomixer.c:
713           Also commit the missing gst_object_sync_values().
714
715 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
716
717         * docs/plugins/Makefile.am:
718           Remove duplicate entry.
719
720 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
721
722         * docs/plugins/Makefile.am:
723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
725         * docs/plugins/inspect/plugin-gamma.xml:
726         * docs/plugins/inspect/plugin-monoscope.xml:
727         * docs/plugins/inspect/plugin-video4linux2.xml:
728           Add 3 more plugins to docs.
729
730 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
731
732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
733         * sys/osxvideo/osxvideosink.h:
734           Revert previous change caused by a file that got stuck on an old
735           revision.
736
737 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
738
739         * docs/plugins/gst-plugins-good-plugins-sections.txt:
740         * gst/multipart/Makefile.am:
741         * gst/multipart/multipartdemux.c:
742         * gst/multipart/multipartdemux.h:
743         * gst/multipart/multipartmux.c:
744         * gst/multipart/multipartmux.h:
745           Re-add multipartdemux to the docs. Last round of section cleanup.
746
747 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
748
749         * docs/plugins/Makefile.am:
750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
751         * sys/osxaudio/gstosxaudiosink.h:
752         * sys/osxvideo/osxvideosink.h:
753           Managed to resolve most unused declarations. Filed a bug for one left.          
754
755 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
756
757         * docs/plugins/gst-plugins-good-plugins-sections.txt:
758           Cleanup section file.
759
760 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
761
762         * docs/plugins/Makefile.am:
763         * docs/plugins/gst-plugins-good-plugins.args:
764         * docs/plugins/gst-plugins-good-plugins.signals:
765         * docs/plugins/inspect/plugin-alaw.xml:
766         * docs/plugins/inspect/plugin-alpha.xml:
767         * docs/plugins/inspect/plugin-alphacolor.xml:
768         * docs/plugins/inspect/plugin-annodex.xml:
769         * docs/plugins/inspect/plugin-apetag.xml:
770         * docs/plugins/inspect/plugin-audiofx.xml:
771         * docs/plugins/inspect/plugin-auparse.xml:
772         * docs/plugins/inspect/plugin-autodetect.xml:
773         * docs/plugins/inspect/plugin-avi.xml:
774         * docs/plugins/inspect/plugin-cairo.xml:
775         * docs/plugins/inspect/plugin-cdio.xml:
776         * docs/plugins/inspect/plugin-cutter.xml:
777         * docs/plugins/inspect/plugin-debug.xml:
778         * docs/plugins/inspect/plugin-dv.xml:
779         * docs/plugins/inspect/plugin-efence.xml:
780         * docs/plugins/inspect/plugin-effectv.xml:
781         * docs/plugins/inspect/plugin-flac.xml:
782         * docs/plugins/inspect/plugin-flxdec.xml:
783         * docs/plugins/inspect/plugin-gconfelements.xml:
784         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
785         * docs/plugins/inspect/plugin-goom.xml:
786         * docs/plugins/inspect/plugin-halelements.xml:
787         * docs/plugins/inspect/plugin-icydemux.xml:
788         * docs/plugins/inspect/plugin-id3demux.xml:
789         * docs/plugins/inspect/plugin-jpeg.xml:
790         * docs/plugins/inspect/plugin-ladspa.xml:
791         * docs/plugins/inspect/plugin-level.xml:
792         * docs/plugins/inspect/plugin-matroska.xml:
793         * docs/plugins/inspect/plugin-mulaw.xml:
794         * docs/plugins/inspect/plugin-multipart.xml:
795         * docs/plugins/inspect/plugin-navigationtest.xml:
796         * docs/plugins/inspect/plugin-png.xml:
797         * docs/plugins/inspect/plugin-quicktime.xml:
798         * docs/plugins/inspect/plugin-rtp.xml:
799         * docs/plugins/inspect/plugin-rtsp.xml:
800         * docs/plugins/inspect/plugin-shout2send.xml:
801         * docs/plugins/inspect/plugin-smpte.xml:
802         * docs/plugins/inspect/plugin-speex.xml:
803         * docs/plugins/inspect/plugin-taglib.xml:
804         * docs/plugins/inspect/plugin-udp.xml:
805         * docs/plugins/inspect/plugin-videobalance.xml:
806         * docs/plugins/inspect/plugin-videobox.xml:
807         * docs/plugins/inspect/plugin-videocrop.xml:
808         * docs/plugins/inspect/plugin-videoflip.xml:
809         * docs/plugins/inspect/plugin-videomixer.xml:
810         * docs/plugins/inspect/plugin-wavenc.xml:
811         * docs/plugins/inspect/plugin-wavpack.xml:
812         * docs/plugins/inspect/plugin-wavparse.xml:
813           Update plugin docs.
814
815         * gst/videomixer/Makefile.am:
816         * gst/videomixer/videomixer.c:
817         * gst/videomixer/videomixer.h:
818         * gst/videomixer/videomixerpad.h:
819           Split out header to fix warnings from the doc-build.
820
821 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
822
823         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
824
825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
826         Use atoll to parse the rtptime with enough precision. Fixes #509329.
827
828 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
832           Initialise variables to work around (false) 'foo might be used
833           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
834
835 2008-01-11  David Schleef  <ds@schleef.org>
836
837         * docs/plugins/.cvsignore:
838         * tests/check/pipelines/.cvsignore:
839           Ignore more files for the buildbot.
840
841 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
842
843         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
844         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
845         Generate the image-type values correctly. Leave them out of the caps
846         when outputting a "preview image" tag, since it only makes sense
847         to have one of those - the type is irrelevant.
848
849         * sys/sunaudio/gstsunaudiomixerctrl.c:
850         (gst_sunaudiomixer_ctrl_open):
851         If we can, mark the mixer multiple open when we use it, in case
852         (for some reason) the process wants to open it again elsewhere.
853
854 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
855
856         Patch by: Olivier Crete <tester at tester dot ca>
857
858         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
859         * gst/rtp/gstrtptheorapay.c:
860         Fix the clock rate to 90000 as required by the RFC.
861         Fixes #508644.
862
863 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
864
865         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
866           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
867
868 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
869
870         * autogen.sh:
871           Add -Wno-portability to the automake parameters to stop warnings
872           about GNU make extensions being used. We require GNU make in almost
873           every Makefile anyway.
874           
875         * configure.ac:
876           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
877           at the same time is required for per target flags.
878
879 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
880
881         * gst/videomixer/videomixer.c: (gst_videomixer_init):
882         Fix error from my last commit.
883
884 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
885
886         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
887
888         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
889           Make sure the ISO 639-X language code in ID3v2 COMM frames
890           is actually valid UTF-8 (or rather: ASCII), so we don't end
891           up with non-UTF8 strings in tags if there's garbage in the
892           language field. Also make sure the language code is always
893           lower case. Fixes: #508291.
894
895 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
896
897         * ChangeLog:
898           Fix ChangeLog typo.
899
900 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
901
902         * Makefile.am:
903           Include lcov.mak to allow building coverage reports. Guard
904           check-torture target like in the other packages.
905
906 2008-01-09  Sameer Naik  <sameer@damagehead.com>
907
908         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
909
910         * gst/videomixer/videomixer.c:
911         (gst_videomixer_set_master_geometry), (_do_init),
912         (gst_videomixer_child_proxy_get_child_by_index),
913         (gst_videomixer_child_proxy_get_children_count),
914         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
915         (gst_videomixer_init), (gst_videomixer_request_new_pad),
916         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
917         Implement GstChildProxy interface.
918         Send newsegment at the right moment
919         Fixes #488879
920
921 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
922
923         * gst/alpha/Makefile.am:
924         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
925         (gst_alpha_sink_event), (gst_alpha_chain),
926         (gst_alpha_change_state), (plugin_init):
927         Make the various properties of 'alpha' controllable. This allows doing
928         niceties like fade-in/fade-out.
929
930 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
931
932         * gst/rtp/gstasteriskh263.c:
933         * gst/rtp/gstrtpL16depay.c:
934         * gst/rtp/gstrtpac3depay.c:
935         * gst/rtp/gstrtpamrpay.c:
936         * gst/rtp/gstrtpdepay.c:
937         * gst/rtp/gstrtpgsmdepay.c:
938         * gst/rtp/gstrtph263depay.c:
939         * gst/rtp/gstrtph263pdepay.c:
940         * gst/rtp/gstrtph263ppay.c:
941         * gst/rtp/gstrtph264depay.c:
942         * gst/rtp/gstrtph264pay.c:
943         * gst/rtp/gstrtpmp2tdepay.c:
944         * gst/rtp/gstrtpmp4adepay.c:
945         * gst/rtp/gstrtpmp4gdepay.c:
946         * gst/rtp/gstrtpmp4gpay.c:
947         * gst/rtp/gstrtpmp4vdepay.c:
948         * gst/rtp/gstrtpmpadepay.c:
949         * gst/rtp/gstrtpmpvdepay.c:
950         * gst/rtp/gstrtpsv3vdepay.c:
951         * gst/rtp/gstrtptheoradepay.c:
952         * gst/rtp/gstrtptheorapay.c:
953         * gst/rtp/gstrtpvorbisdepay.c:
954         * gst/rtp/gstrtpvorbispay.c:
955           Remove copy/paste unused code (property setters and getter) found by
956           the coverage suite (yay, saves ~20k on disk).
957
958 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
959
960         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
961           (videosink_templ):
962           Also fix up pad templates to indicate that image/jpeg doesn't
963           absolutely require the framerate property to be set (#504081).
964
965 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
966
967         Based on patch by: Wouter Cloetens  <wouter at mind be>
968
969         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
970           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
971           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
972         * gst/matroska/matroska-mux.h:
973           Keep track of first and last timestamps for each incoming stream,
974           so we can calculate the total duration for live sources and other
975           input where we can't query the duration from the start or where
976           there's no constant framerate from which we can deduce the
977           duration; also use calculated/observed duration if it is bigger
978           than the previously queried duration. Furthermore, use
979           gst_pad_query_peer_duration() and take into account that it may
980           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
981           screws up comparisons when using unsigned integers. Fixes #504081.
982
983 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
984
985         * configure.ac:
986         * gst/audiofx/audioamplify.c:
987         (gst_audio_amplify_clipping_method_get_type),
988         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
989         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
990         (gst_audio_dynamic_transform_ip):
991         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
992         (gst_audio_invert_transform_ip):
993         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
994         (gst_audio_panorama_transform):
995         * gst/level/gstlevel.c: (gst_level_init):
996         Make elements GST_BUFFER_FLAG_GAP aware and call
997         gst_base_transform_set_gap_aware for this.
998         Bump core requirement to CVS.
999         
1000         * gst/audiofx/audiochebyshevfreqband.c:
1001         (gst_audio_chebyshev_freq_band_transform_ip):
1002         * gst/audiofx/audiochebyshevfreqlimit.c:
1003         (gst_audio_chebyshev_freq_limit_transform_ip):
1004         Also sync GObject properties to the controller if operating
1005         in passthrough mode.
1006
1007 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1008
1009         * sys/directdraw/gstdirectdrawsink.c:
1010           (gst_directdraw_sink_window_thread):
1011           FALSE is not a gpointer.
1012
1013 2008-01-05  Julien Moutte  <julien@fluendo.com>
1014
1015         * sys/directdraw/gstdirectdrawsink.c:
1016         (gst_directdraw_sink_set_window_id),
1017         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1018         (gst_directdraw_sink_buffer_alloc),
1019         (gst_directdraw_sink_draw_borders),
1020         (gst_directdraw_sink_show_frame),
1021         (gst_directdraw_sink_setup_ddraw),
1022         (gst_directdraw_sink_window_thread),
1023         (gst_directdraw_sink_get_ddrawcaps),
1024         (gst_directdraw_sink_surface_create): Make sure we create our
1025         internal window only when we need it. That will give a chance to
1026         the application to get the prepare-xwindow-id bus message. Draw
1027         black borders when keeping aspect ratio. Handle the case where our
1028         rendering window disappears (closed or errors) like other sinks
1029         do. Various 80 columns fixes, improve state change order. That
1030         element could need some more love.
1031
1032 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1033
1034         * ext/taglib/gstapev2mux.h:
1035         * ext/taglib/gstid3v2mux.h:
1036         Remove useless typedefs without new type name. Fixes a warning with
1037         gcc 4.3.
1038
1039 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1040
1041         Patch by: John Millikin <jmillikin at gmail dot com>
1042
1043         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1044         (gst_flac_dec_setup_stream_decoder),
1045         (gst_flac_normalize_picture_mime_type),
1046         (gst_flac_extract_picture_buffer),
1047         (gst_flac_dec_metadata_callback):
1048         Emit metadata messages when a PICTURE block is encountered.
1049         Fixes #506715.
1050
1051 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1052
1053         * gst/avi/gstavi.c:
1054         increase rank because no known issues anymore ...
1055         * gst/avi/gstavisubtitle.c:
1056         send subtitle name to the srcpad
1057
1058 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1059
1060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1061         * gst/rtsp/gstrtspsrc.h:
1062         Implement redirect for the DESCRIBE reply. Fixes #506025.
1063
1064 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1065
1066         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1067         Fix 'xyz may be used uninitialized' compiler warnings caused
1068         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1069         abort() in any case but properly report the error.
1070
1071 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1074         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1075         * sys/ximage/gstximagesrc.c: (composite_pixel):
1076           Fix 'xyz may be used uninitialized' compiler warnings caused
1077           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1078           not really nice to abort in any case). Fixes #505745.
1079
1080 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1083           Small unit test fix (has no practical impact at the moment,
1084           since we're only feeding utf8 and hence just create a sub-
1085           buffer for the output).
1086
1087 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1088
1089         * gst/avi/gstavisubtitle.c:
1090         * tests/check/elements/avisubtitle.c:
1091         Add seeking support for avi subtitle
1092
1093 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1094
1095         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1096         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1097         (gst_flac_dec_write):
1098         * ext/flac/gstflacdec.h:
1099         Remove some unused vars.
1100         Do more cleanup of leftover events and tags.
1101         Output tags after the segment event. Fixes #504018.
1102
1103 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1106           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1107           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1108           Detect other UTF byte order markers and convert to UTF-8 as
1109           appropriate.
1110
1111 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1112
1113         * gst/avi/gstavisubtitle.c: (src_template),
1114           (gst_avi_subtitle_extract_utf8_file),
1115           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1116           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1117           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1118         * gst/avi/gstavisubtitle.h:
1119           Refactor a bit; fix name extraction; don't assume all the data
1120           in the chunk is actually subtitle data, there may be padding at
1121           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1122           file so it's there to send again after a seek (for future use).
1123
1124 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1125
1126         * gst/avi/Makefile.am:
1127         * gst/avi/gstavi.c:
1128         * gst/avi/gstavisubtitle.c:
1129         * gst/avi/gstavisubtitle.h:
1130         * tests/check/Makefile.am:
1131         * tests/check/elements/avisubtitle.c:
1132         * win32/common/config.h:
1133                 Add avi subtitle element for bug #442034. Need seeking support
1134                 and more support for character conversion.
1135
1136 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1137
1138         * Makefile.am:
1139           Include common/win32.mak for CRLF check of win32 project
1140           files (see #393626).
1141
1142         * win32/vs6/libgstpng.dsp:
1143           Fix line endings and do cvs admin -kb.
1144
1145 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1146
1147         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1148         Actually drop the buffers which are outside the currently configured
1149         segment instead of just emitting a WARNING.
1150
1151 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1152
1153         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1154         (gst_flac_dec_write):
1155         * ext/flac/gstflacdec.h:
1156         Send segments from the streaming thread. Fixes #502187.
1157         Fix segment seeking and a bunch of other seeking cases.
1158
1159 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1162           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1163           which is where it would end up if the same information was
1164           put in a vorbis comment (don't think it's worth adding a
1165           new URI tag for this). Fixes #488112.
1166
1167 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1168
1169         * configure.ac:
1170           We need core/base 0.10.15 or later.
1171
1172 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1173
1174         Patch by: Mark Nauwelaerts <manauw skynet be>
1175
1176         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1177         Fix regression in stream numbering. Fixes #502655.
1178
1179 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1180
1181         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1182
1183         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1184         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1185         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1186         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1187         (gst_rtp_h264_pay_handle_buffer):
1188         * gst/rtp/gstrtph264pay.h:
1189         Use higher performance start-code searching.
1190         Parse NALs and store SPS, PPS and profile in the caps so that they can
1191         be used in the SDP. Fixes #502814.
1192
1193 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1194
1195         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1196         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1197           Init some structs to zero before we pass them to ioctl, which
1198           avoids valgrind warnings.  Also fix a small memory leak.
1199
1200 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1201
1202         Patch by: Wouter Cloetens <wouter at mind dot be>
1203
1204         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1205         Copy timestamp from input to output. Not very perfect yet but better
1206         than nothing. Fixes #503023.
1207
1208 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1209
1210         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1211           Also print a useful error message with the old Wavpack API
1212           if possible.
1213
1214 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1215
1216         * ext/wavpack/gstwavpackdec.c:
1217           More build fixes for old libwavpack versions: include config.h so
1218           that WAVPACK_OLD_API is actually defined as detected; only use
1219           WavpackGetErrorMessage if it is available. This fixes the build
1220           on debian stable for me.
1221
1222 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1223
1224         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1225         * ext/wavpack/gstwavpackparse.c:
1226           (gst_wavpack_parse_create_src_pad):
1227           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1228           versions below 4.40.0.
1229
1230 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1231
1232         * configure.ac:
1233           And now do it right for real...
1234
1235 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1236
1237         * configure.ac:
1238           Correctly reset $LIBS to not contain -lm.
1239
1240 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1241
1242         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1243
1244         * configure.ac:
1245         * ext/cairo/gsttimeoverlay.c:
1246           (gst_cairo_time_overlay_print_smpte_time):
1247           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1248           and checking for rint() and implementing it ourself if it doesn't
1249           exist. Fixes #497293.
1250
1251 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1252
1253         * configure.ac:
1254           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1255
1256 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1257
1258         * sys/oss/gstosshelper.c:
1259         Verify that the format returned after the ioctl is the one
1260         we requested. It is valid for the ioctl to succeed while
1261         substituting an alternate 'supported' sample format.
1262
1263 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1264
1265         * sys/oss/gstossaudio.c: (plugin_init):
1266         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1267         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1268           Post decent (and translated) error message when we can't
1269           open the audio device for some reason.
1270
1271 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1272
1273         * sys/oss/gstosssink.c:
1274         * sys/oss/gstosssrc.c:
1275         Allow the AUDIODEV environment variable to redirect us
1276         to a different default OSS device, like sunaudiosink does
1277         on Solaris (makes audio play automatically on SunRays).
1278
1279 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1280
1281         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1282         * gst/audiofx/audiochebyshevfreqband.c:
1283         (gst_audio_chebyshev_freq_band_transform_ip):
1284         * gst/audiofx/audiochebyshevfreqlimit.c:
1285         (gst_audio_chebyshev_freq_limit_transform_ip):
1286         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1287         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1288         The transform_ip() methods should do nothing if in passthrough mode.
1289         It might get non-writable buffers in that case but the buffer might
1290         as well be writable.
1291
1292         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1293         The transform() methods won't be called in passthrough mode and
1294         otherwise the buffer is always writable so don't check here.
1295
1296 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1297
1298         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1299           Fix seeking in .wav files again (#501775).  Some people seem to think
1300           they don't need to test their changes when they're just 'reflowing'
1301           some code.
1302
1303 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1304
1305         * gst/autodetect/gstautovideosink.c:
1306         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1307         (gst_auto_video_sink_init),
1308         (gst_auto_video_sink_create_element_with_pretty_name),
1309         (gst_auto_video_sink_find_best),
1310         (gst_auto_video_sink_set_property),
1311         (gst_auto_video_sink_get_property):
1312         * gst/autodetect/gstautovideosink.h:
1313         Fix docs.
1314         Use same error reporting code as autoaudiosink.
1315         Add property to filter sinks based on caps. Only select raw video sinks
1316         by default for backwards compat.
1317         API: GstAutoVideoSink::filter-caps
1318
1319 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1320
1321         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1322
1323         * gst/autodetect/gstautoaudiosink.c:
1324         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1325         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1326         (gst_auto_audio_sink_set_property),
1327         (gst_auto_audio_sink_get_property):
1328         * gst/autodetect/gstautoaudiosink.h:
1329         Add property to filter sinks based on caps. Only select raw audio sinks
1330         by default for backwards compat.  Fixes #417420.
1331         API: GstAutoAudioSink::filter-caps
1332
1333 2007-11-29  Michael Smith <msmith@fluendo.com>
1334
1335         Patch by: Arek Korbik <arkadini@gmail.com>
1336
1337         * gst/videobox/gstvideobox.c: (plugin_init):
1338           Initialise liboil in plugin_init()
1339
1340 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1341
1342         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1343         Post error before sending EOS. Fixes #499178.
1344
1345 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1346
1347         * win32/vs6/gst_plugins_good.dsw:
1348         * win32/vs6/libgstpng.dsp:
1349         Add a project file for libgstpng
1350
1351 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1352
1353         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1354         (gst_rtp_h263_depay_process):
1355         Code beautification.
1356         Added debug statements.
1357         Don't bit-shift everything, just do operations on last/first byte
1358         instead.
1359
1360 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1361
1362         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1363
1364         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1365         Fix wrong comparison in overrun check. Fixes #499239 some more.
1366
1367 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1368
1369         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1370         (gst_rtp_h263_depay_process):
1371         * gst/rtp/gstrtph263depay.h:
1372         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1373         stream.
1374
1375 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1376
1377         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1378
1379         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1380         (gst_rtp_mp4a_depay_process):
1381         * gst/rtp/gstrtpmp4adepay.h:
1382         Fix depayloading when multiple frames are inside one RTP packet.
1383         Fixes #499239.
1384
1385 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1386
1387         * gst/level/gstlevel.c:
1388           Add GAP-flag support.
1389
1390 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1391
1392         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1393         Read the I flag for Mode A h263 rtp stream and set the
1394         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1395         Fixes #499383
1396
1397 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1398
1399         * gst/level/gstlevel.c:
1400           Remove some dead code and do cleanups.
1401
1402 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1403
1404         * tests/check/pipelines/simple-launch-lines.c:
1405           Improve the tests by allowing to set a target state.
1406
1407 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1408
1409         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1410         Don't check the caps of the output buffer if they're equal some
1411         other caps. The caps can change in a backward compatible way
1412         and did at this point.
1413
1414 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1415
1416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1417         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1418         (gst_qtdemux_seek_to_previous_keyframe),
1419         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1420         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1421         reverse playback support.
1422
1423 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1424
1425         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1426         Also set the channel layout on the Wavpack caps if we're having
1427         a mono layout. Of course only do it for "audio/x-wavpack".
1428
1429 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1430
1431         * ext/wavpack/gstwavpackcommon.c:
1432         (gst_wavpack_get_default_channel_mask),
1433         (gst_wavpack_set_channel_layout),
1434         (gst_wavpack_get_default_channel_positions),
1435         (gst_wavpack_get_channel_mask_from_positions),
1436         (gst_wavpack_set_channel_mapping):
1437         * ext/wavpack/gstwavpackcommon.h:
1438         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1439         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1440         * ext/wavpack/gstwavpackdec.h:
1441         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1442         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1443         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1444         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1445         (gst_wavpack_enc_rewrite_first_block),
1446         (gst_wavpack_enc_sink_event):
1447         * ext/wavpack/gstwavpackenc.h:
1448         * ext/wavpack/gstwavpackparse.c:
1449         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1450         (gst_wavpack_parse_scan_to_find_sample),
1451         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1452         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1453         * ext/wavpack/gstwavpackparse.h:
1454         Add support for encoding, parsing and decoding multichannel
1455         files with up to 8 channels. This also improves the robustness
1456         of parsing quite a bit.
1457
1458         * ext/wavpack/gstwavpackstreamreader.c:
1459         (gst_wavpack_stream_reader_read_bytes),
1460         (gst_wavpack_stream_reader_get_pos),
1461         (gst_wavpack_stream_reader_set_pos_abs),
1462         (gst_wavpack_stream_reader_set_pos_rel),
1463         (gst_wavpack_stream_reader_push_back_byte),
1464         (gst_wavpack_stream_reader_get_length),
1465         (gst_wavpack_stream_reader_can_seek),
1466         (gst_wavpack_stream_reader_write_bytes):
1467         Improve debugging.
1468
1469 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1470
1471         * ext/libpng/gstpngdec.c:
1472         * ext/libpng/gstpngdec.h:
1473           Don't release the png-memory from within the callback.
1474
1475 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1476
1477         Patch by: René Stadler <mail at renestadler dot de>
1478
1479         * ext/libpng/gstpngenc.c:
1480           Don't leak buffer data memory. Fixes #498395.
1481
1482 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1483
1484         Patch by: René Stadler <mail at renestadler dot de>
1485
1486         * tests/check/pipelines/simple-launch-lines.c:
1487           Tests for #498395.
1488
1489 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1490
1491         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1492         (gst_tag_lib_mux_adjust_event_offsets):
1493         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1494         * sys/osxaudio/Makefile.am:
1495         * sys/osxvideo/cocoawindow.h:
1496         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1497
1498 2007-11-15  David Schleef  <ds@schleef.org>
1499
1500         * ext/cairo/gsttextoverlay.c:
1501           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1502
1503 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1504
1505         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1506
1507         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1508         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1509         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1510         * gst/rtp/gstrtpmp2tpay.h:
1511         Fill the MTU with as many packets as possible. Fixes #491323.
1512
1513 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1514
1515         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1516
1517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1518         Fix some more leaks. Fixes #497007.
1519
1520 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1521
1522         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1523
1524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1525         (gst_rtspsrc_stream_configure_tcp):
1526         Fix 3 pad leaks. Fixes #496983.
1527
1528 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1529
1530         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1531
1532         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1533         Fix small leak. Fixes #497017.
1534
1535 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1536
1537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1538         (gst_qtdemux_prepare_current_sample),
1539         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1540         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1541         * gst/qtdemux/qtdemux_fourcc.h:
1542         * gst/qtdemux/qtdemux_types.c:
1543         Add suppport for theora in quicktime according to XiphQT.
1544
1545 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1546
1547         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1548         (gst_v4l2src_init), (gst_v4l2src_set_property),
1549         (gst_v4l2src_get_property):
1550         * sys/v4l2/gstv4l2src.h:
1551         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1552           Always copy buffers by default (handle safer with bugged drivers)
1553           and added a property to make it possible to use mmap effectively (no
1554           copy if possible) when application wants to. Fixes: #480557.
1555
1556 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1557
1558         * gst/id3demux/id3tags.c:
1559         * gst/id3demux/id3tags.h:
1560         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1561           We don't want the same string multiple times in a tag list for the
1562           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1563           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1564
1565 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1568           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1569           into ID3v2 TXXX frames (fixes #347848).
1570
1571 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1572
1573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1574           Don't leak sdp message contents (fixes #496773).
1575
1576         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1577           Don't leak URI string.
1578
1579 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1580
1581         Patch by: Julien Puydt <julien dot puydt at laposte net>
1582
1583         * ext/raw1394/Makefile.am:
1584         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1585           (gst_1394_property_probe_get_properties),
1586           (gst_1394_property_probe_probe_property),
1587           (gst_1394_property_probe_needs_probe),
1588           (gst_1394_property_probe_get_values),
1589           (gst_1394_property_probe_interface_init),
1590           (gst_1394_type_add_property_probe_interface):
1591         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1592         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1593           (gst_dv1394src_init), (gst_dv1394src_dispose),
1594           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1595           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1596           (gst_dv1394src_update_device_name):
1597         * ext/raw1394/gstdv1394src.h:
1598           Implement GstPropertyProbe interface and add "device-name" property,
1599           so applications can use this to probe for available devices in the
1600           same way they can already with v4lsrc and v4l2src (however horrible
1601           this property probe interface may be). Fixes #358841.
1602
1603 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1604
1605         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1606
1607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1608           (gst_rtspsrc_parse_range):
1609           Don't leak event, don't leak range (fixes #496752).
1610
1611 2007-11-14  Michael Smith <msmith@fluendo.com>
1612
1613         Patch by: Arek Korbik <arkadini@gmail.com>
1614
1615         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1616           Detect RGBA/BGRA correctly on little endian systems.
1617
1618 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1619
1620         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1621           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1622           corresponding ioctl() call fails even though the driver claims to
1623           support this format, just fall back to the pre-2.6.19 kernel
1624           routine that creates caps with suitable height and width ranges
1625           (see #448278).
1626
1627 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1628
1629         Patch by: Mark Nauwelaerts <manauw skynet be>
1630
1631         * gst/matroska/matroska-demux.c:
1632           (gst_matroska_demux_push_dvd_clut_change_event),
1633           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1634           (gst_matroska_demux_subtitle_caps):
1635         * gst/matroska/matroska-ids.h:
1636           Extract palette data for dvd subpicture streams and send it
1637           downstream as custom gstreamer dvd event (fixes #453417).
1638
1639 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1640
1641         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1642           Implement minimal parsing of the passed pango font description
1643           string, so passing a font size works the same as with the
1644           pango textoverlay plugin; fixes #455086.
1645           (Maybe we could just use pangocairo here at some point).
1646
1647 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1648
1649         * gst/avi/gstavidemux.c:
1650         * gst/wavparse/gstwavparse.c:
1651           Return the result in _activate_pull(). Don't ref element there.
1652
1653 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1654
1655         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1656         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1657         (gst_wavparse_srcpad_event):
1658           Ref the element when we should, but not when we its not needed. Reflow
1659           the event_handling to not leak the event.       
1660
1661 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1662
1663         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1664         (qtdemux_parse_samples):
1665         Properly free QTDemuxSamples array.
1666         Protect table write with a sensible check, some files apparently DO contain
1667         stts values starting with 0 :(
1668
1669 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1670
1671         * gst/avi/gstavidemux.c:
1672         * gst/qtdemux/qtdemux.c:
1673           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1674           previous commit messed up.
1675
1676 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1677
1678         * gst/avi/gstavidemux.c:
1679         * gst/qtdemux/qtdemux.c:
1680           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1681           element when we should, but not when we its not needed.
1682
1683 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1684
1685         * gst/wavparse/gstwavparse.c:
1686           Return FALSE if we can't handle a query instead of changing the
1687           format. Ignore fact when dealing with mpeg audio.
1688
1689 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1692
1693         * configure.ac:
1694         * gst/udp/gstdynudpsink.c:
1695         * gst/udp/gstdynudpsink.h:
1696         * gst/udp/gstmultiudpsink.c:
1697         * gst/udp/gstmultiudpsink.h:
1698         * gst/udp/gstudpsink.c:
1699         * gst/udp/gstudpsink.h:
1700           Fix includes for MSVC and GLib-2.14.0 (#492388).
1701
1702         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1703           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1704
1705 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1706
1707         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1708         (gst_mulawdec_chain):
1709         * gst/law/mulaw-decode.h:
1710         Calculate outgoing buffer duration if incoming buffer didn't have a
1711         valid duration.
1712
1713 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1714
1715         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1716         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1717         Smarter combine_flow code that also deals with downstream elements
1718         returning UNEXPECTED when they receive data out of the segment
1719         boundaries. Fixes #491305.
1720
1721 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         * sys/v4l2/v4l2src_calls.c:
1724           Fix 'unused variable' compiler warning when compiling against
1725           older kernel headers.
1726
1727 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         * ext/taglib/gstid3v2mux.cc (add_funcs):
1730           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1731
1732 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1733
1734         * tests/check/pipelines/simple-launch-lines.c:
1735            Improve the tests a little more.
1736
1737 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1738
1739         patch by: Yun Zheng Hu
1740
1741         * sys/osxaudio/gstosxaudiosrc.c:
1742         Use default input device instead of default output device and
1743         only memcpy actual available bytes.
1744
1745 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1746
1747         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1748           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1749           early. It is temporary until we find something better.
1750
1751 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1752
1753         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1754
1755         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1756         Fix race when pausing a RTSP stream in interleaved.
1757         Fixes #475784.
1758
1759 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1760
1761         Patch by: Peter Kjellerstedt <pkj at axis com>
1762
1763         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1764         Use correct unref function for buffers. #488844.
1765
1766 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1767
1768         * gst/avi/gstavimux.c:
1769         * tests/check/elements/avimux.c:
1770           Add some debug and sync tests with the fix.     
1771
1772 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1773
1774         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1775
1776         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1777         When the socket is used by the app for other purposes, don't generate an
1778         error if there is activaty on the socket that is not data related.
1779         Fixes #487488.
1780
1781 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1782
1783         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1784         (gst_v4l2src_grab_frame):
1785         Add some more debug info. Generate an error when we run out of buffers
1786         for some reason. See #480557.
1787
1788 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1789
1790         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1791
1792         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1793         Set marker bit correctly.
1794
1795 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1796
1797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1798         Use allowed name for the GstStructure.
1799
1800 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1801
1802         * ext/gconf/gstswitchsink.c:
1803         * gst/autodetect/gstautoaudiosink.c:
1804           Use new gst_bus_pop_filtered().
1805
1806 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1807
1808         * sys/v4l2/gstv4l2src.c:
1809         * sys/v4l2/v4l2src_calls.c:
1810           When probing the formats and sizes a camera supports, make
1811           sure the best ones (highest resolution, prefered format)
1812           end up at the beginning of the probed caps and the less
1813           desirable ones at the end.  This is important because the
1814           order within the caps matters for things like fixation and
1815           negotiation, ie. what format is chosen in the end.
1816           With recent kernels, the current probing code will end up
1817           querying the supported sizes from lowest resolution to
1818           highest resolution, adding them to the probed caps in that
1819           order, resulting to v4l2src fixating to the lowest possible
1820           resolution if downstream does not express a size preference.
1821           Also make up a somewhat random ranking of prefered output
1822           formats for the same reason. Fixes #485828.
1823         
1824 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1827
1828         * gst/id3demux/id3v2frames.c:
1829           Extract license/copyright URIs from ID3v2 WCOP frames
1830           (Fixes #447000).
1831
1832         * tests/check/elements/id3demux.c:
1833         * tests/files/Makefile.am:
1834         * tests/files/id3-447000-wcop.tag:
1835           Add simple unit test.
1836
1837 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1838
1839         * ext/taglib/gstid3v2mux.cc:
1840           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1841           Prerequisite for #447000.
1842
1843 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1844
1845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1846         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1847         a GstClockTime.
1848
1849 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1850
1851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1852         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1853         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1854         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1855         (gst_rtspsrc_change_state):
1856         More seeking fixes, mostly passing around the new playback segment in
1857         order to configure it properly.
1858         Also reset base_time of udp sources when setting them back to PLAYING as
1859         a temporary hack until core supports seek in live sources properly.
1860
1861 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1862
1863         * gst/rtp/gstrtpmp4adepay.c:
1864         Fix caps as to not confuse autopluggers.
1865
1866 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1867
1868         * gst/id3demux/gstid3demux.c:
1869         * gst/id3demux/gstid3demux.h:
1870         * gst/id3demux/id3tags.c:
1871         * gst/id3demux/id3tags.h:
1872         * gst/id3demux/id3v2frames.c:
1873           Port ID3 tag demuxer over to the new GstTagDemux in -base
1874           (now would be a good time to test re-importing your music
1875           collection).
1876
1877 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1878
1879         * gst/apetag/Makefile.am:
1880         * gst/apetag/gstapedemux.c:
1881         * gst/apetag/gstapedemux.h:
1882         * gst/apetag/gsttagdemux.c:
1883         * gst/apetag/gsttagdemux.h:
1884           Port APE tag demuxer over to the new GstTagDemux in -base.
1885
1886 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1887
1888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1889         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1890         (gst_rtspsrc_handle_internal_src_query),
1891         (gst_rtspsrc_handle_src_query), (new_session_pad),
1892         (gst_rtspsrc_stream_configure_tcp),
1893         (gst_rtspsrc_stream_configure_transport),
1894         (gst_rtspsrc_loop_send_cmd):
1895         Improve flushing behaviour.
1896         Set state of the udp sources to PAUSE/PLAYING correctly.
1897         Handle events and queries for UDP and TCP transport now.
1898
1899 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1900
1901         * gst/rtp/gstrtpgsmdepay.c:
1902         * gst/rtp/gstrtpgsmpay.c:
1903           Add log category.
1904
1905 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1906
1907         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1908
1909         * tests/check/Makefile.am:
1910         * tests/check/pipelines/simple-launch-lines.c:
1911           Add unit tests for payloaders/depayloaders.
1912
1913 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1914
1915         * gst/avi/gstavimux.c:
1916         * gst/avi/gstavimux.h:
1917           Also save codec data for audio streams. Fixes #482495.
1918
1919 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1920
1921         * gst/avi/gstavimux.c:
1922           Fix "Index entry has invalid stream nr 1".
1923           Add support for muxing aac - work in progress (see #482495).
1924
1925 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1926
1927         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1928         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1929         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1930         * gst/rtsp/gstrtspsrc.h:
1931         Parse bandwidth modifiers, they are not yet configured in the session
1932         manager because we don't have an API for that yet.
1933
1934 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1935
1936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1937         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1938         Use shiny new function in -base to get the default clock-rate.
1939         Update some docs.
1940
1941 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1942
1943         * win32/MANIFEST:
1944         Add files to win32 manifest.
1945         * win32/vs6/libgstaudiofx.dsp:
1946         * win32/vs6/libgstqtdemux.dsp:
1947         * win32/vs6/libgstrtp.dsp:
1948         * win32/vs6/libgstrtsp.dsp:
1949         Update project files.
1950
1951 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1952
1953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1954         (gst_rtspsrc_play):
1955         * gst/rtsp/gstrtspsrc.h:
1956         In TCP mode, only timestamp the first buffer. TCP is not real time and
1957         it does not make sense to try to skew compensate, also some servers send
1958         the first batch of data in a burst.
1959
1960 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1961
1962         * gst/matroska/matroska-demux.c:
1963           Fix setting the discont flag on the first buffer
1964           pushed downstream for formats with private codec
1965           data that needs to be deserialised into buffers
1966           (such as vorbis and FLAC when in a matroska container).
1967
1968 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1969
1970         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1971
1972         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1973         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1974         (gst_rtp_mp4v_pay_handle_buffer):
1975         * gst/rtp/gstrtpmp4vpay.h:
1976         Free the config string. Fixes #480707.
1977         Clean up the timestamp code a little.
1978
1979 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1980
1981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1982         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1983         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1984         * gst/rtsp/gstrtspsrc.h:
1985         Set timestamps on RTP buffers in interleaved mode.
1986         Mark first buffers with a DISCONT.
1987         Remove flush hack now that sync for live sources has been figured out.
1988
1989 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1990
1991         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1992         Update documentation.
1993
1994 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1995
1996         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1997         (gst_rtp_xqt_depay_change_state):
1998         * gst/qtdemux/gstrtpxqtdepay.h:
1999         Fail if we don't know the quicktime format.
2000
2001 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2002
2003         * ext/flac/gstflacenc.c:
2004         * ext/flac/gstflacenc.h:
2005           Save the flow return from the last gst_pad_push() and
2006           make sure we pass the right flow return value upstream
2007           in the case of failure; minor clean-ups.
2008
2009 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2010
2011         * ext/taglib/gstapev2mux.cc:
2012         * ext/taglib/gstid3v2mux.cc:
2013         * gst/apetag/gstapedemux.c:
2014           Add support for the new GST_TAG_COMPOSER (#459809).
2015
2016 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2017
2018         * gst/law/alaw-decode.c:
2019         * gst/law/alaw-decode.h:
2020         * gst/law/alaw-encode.c:
2021         * gst/law/alaw-encode.h:
2022         * gst/law/alaw.c:
2023         * gst/law/mulaw-conversion.h:
2024           Compulsive clean-ups: use boilerplate macros, add debug
2025           categories, fix up things to conform to symbol nomenklatura,
2026           etc.
2027
2028 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2029
2030         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2031
2032         * gst/law/alaw-decode.c:
2033         * gst/law/alaw-encode.c:
2034           Use static tables for A-Law decoding and encoding; this makes
2035           A-Law decoding and encoding less CPU-intensive, but increases
2036           the binary size a bit. Leaving old code around for now,
2037           selectable by a define in the code. Fixes #435435.
2038
2039 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2040
2041         * configure.ac:
2042         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2043         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2044         in configure.ac.
2045
2046 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2047
2048         Patch by: Jan Gerber <j at bootlab dot org>
2049
2050         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2051         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2052
2053 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2054
2055         * sys/oss/gstosshelper.c:
2056           Use GST_WARNING instead of a g_critical. This situation is not caused
2057           by the application.
2058
2059 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2060
2061         * po/LINGUAS:
2062         * po/nl.po:
2063           Updated translations.
2064
2065 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2066
2067         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2068
2069         * po/eu.po:
2070           Added Basque translation.
2071
2072 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2073
2074         translated by: Abel Cheung <abelcheung@gmail.com>
2075
2076         * po/zh_HK.po:
2077         * po/zh_TW.po:
2078           Added Chinese (traditional and Hong Kong) translation.
2079
2080 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2081
2082         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2083
2084         * po/pl.po:
2085           Added Polish translation.
2086
2087 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2088
2089         translated by: Ilkka Tuohela <hile@iki.fi>
2090
2091         * po/fi.po:
2092           Added Finnish translation.
2093
2094 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2095
2096         translated by: Jorge González González <aloriel@gmail.com>
2097
2098         * po/es.po:
2099           Added Spanish translation.
2100
2101 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2102
2103         translated by: Mogens Jaeger <mogens@jaeger.tf>
2104
2105         * po/da.po:
2106           Added Danish translation.
2107
2108 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2109
2110         translated by: Funda Wang <fundawang@linux.net.cn>
2111
2112         * po/zh_CN.po:
2113           Added Chinese (simplified) translation.
2114
2115 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2116
2117         translated by: Alexander Shopov <ash@contact.bg>
2118
2119         * po/bg.po:
2120           Added Bulgarian translation.
2121
2122 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2123
2124         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2125         Set outgoing packet duration because we can. Fixes #478244 some more.
2126
2127 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2128
2129         * ext/cairo/gsttextoverlay.c:
2130           Add info about static leak.
2131         
2132         * tests/check/Makefile.am:
2133         * tests/check/generic/states.c:
2134           Improved state change unit test.
2135
2136 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2137
2138         * docs/plugins/.cvsignore:
2139         * tests/check/.cvsignore:
2140           Ignore registries in any format.
2141
2142 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2143
2144         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2145         Removed some unused code.
2146
2147         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2148         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2149         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2150         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2151         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2152         (gst_rtp_theora_pay_flush_packet):
2153         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2154         Try to preserve the incomming buffer duration on the outgoing
2155         packets. Fixes #478244.
2156
2157 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2158
2159         * ext/taglib/gstapev2mux.cc:
2160         * ext/taglib/gstid3v2mux.cc:
2161           Work around compiler warnings with g++-4.2 when assigning a
2162           string constant to a gchar * (partially fixes #478092).
2163
2164 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2165
2166         * configure.ac:
2167           We require core CVS now for gst_base_src_set_do_timestamp().
2168
2169 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2170
2171         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2173         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2174         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2175         (gst_rtspsrc_handle_message):
2176         Fix compiler warnings shown with Forte.
2177
2178 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2179
2180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2181         (gst_rtspsrc_dup_printf):
2182         Give meaningfull error when all streams failed to configure for some
2183         reason.
2184
2185 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2186
2187         * gst/rtp/README:
2188         Update README with the design for synchronisation rules of RTP on
2189         sender and receiver.
2190
2191 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2192
2193         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2194         (gst_wavparse_chain):
2195         Don't push EOS from the chain function, the element
2196         driving the pipeline is responsible for this. The bug
2197         this was meant to fix seems to be queue not forwarding
2198         EOS in all cases (see #476514).
2199
2200 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2201
2202         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2203         (gst_level_transform_ip):
2204         * gst/level/gstlevel.h:
2205         Use basetransform segment so that it is correctly managed on flushes and
2206         start/stop.
2207         Report message timestamp as stream time, which is what an application
2208         can understand.
2209
2210 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2211
2212         * ext/taglib/gstapev2mux.cc:
2213         * ext/taglib/gstapev2mux.h:
2214         * ext/taglib/gsttaglibmux.c:
2215         * tests/check/elements/apev2mux.c:
2216         Update my mail address.
2217
2218 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2219
2220         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2221         (gst_wavparse_loop), (gst_wavparse_chain):
2222         Add EOS logic for the push-based mode too. Fixes #476514.
2223
2224 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2225
2226         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2227         * gst/law/alaw-encode.h:
2228         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2229         (gst_mulawenc_chain):
2230         * gst/law/mulaw-encode.h:
2231         Fix law encoder timestamps.
2232
2233 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2234
2235         * ext/gconf/gstgconfaudiosink.c:
2236           Fix warning when building without debug.
2237
2238         * sys/oss/gstossmixertrack.c:
2239           Use const like in alsamixertrack.c (fixes warnings).
2240
2241 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2242
2243         * sys/v4l2/v4l2src_calls.c:
2244         (gst_v4l2src_probe_caps_for_format_and_size):
2245         Fix framerate detection code some more.
2246         Handle the case where there is a weird step in the stepwise framerates.
2247         Don't overwrite the min interval with the framerate, use a temp variable
2248         instead.
2249         Use max in the Continuous framerate intervals instead of step, which is
2250         1 according to the docs. Fixes #475424.
2251
2252 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2253
2254         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2255         Make udpsrc timestamp outgoing buffers based on when they were received.
2256         Also make it output a segment in time.
2257
2258 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2259
2260         * gst/avi/gstavidemux.c:
2261           Plug a little leak. Little code cleanups.
2262
2263 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         * configure.ac:
2266           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2267           flac versions, 's good for cross-compilation karma.
2268
2269 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2270
2271         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2272
2273         * gst/rtp/gstrtph263pay.c:
2274           Fix up header structure so that compilers don't add padding
2275           between the structure fields, since that would lead to us
2276           sending RTP packets with broken headers (as is currently the
2277           case when compiling with MSVC). Also see similar fixes in
2278           libgstrtp in gst-plugins-base. (#474616; #471194)
2279
2280 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2281
2282         * sys/v4l2/v4l2src_calls.c:
2283         (gst_v4l2src_probe_caps_for_format_and_size):
2284         Don't overwrite our GValue with 0 but instead use the previously
2285         computed value. Fixes #471823 some more.
2286
2287 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2288
2289         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2290           No tabs in this file please, or gtk-doc will end up documenting
2291           rather absurd class hierarchies.
2292
2293 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2294
2295         * ext/gconf/gstswitchsink.c:
2296           If the new kid element fails to change state for some reason
2297           (e.g. esdsink not being able to connect to the sound server),
2298           forward the error message it posted on the bus instead of just
2299           posting a generic 'Internal state change error: please file a
2300           bug' error message. Fixes #471364.
2301
2302 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2303
2304         * gst/qtdemux/Makefile.am:
2305         * gst/qtdemux/qtdemux.c:
2306           Don't assume tags are encoded as UTF-8 (#473670).
2307
2308 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2309
2310         * sys/v4l2/gstv4l2src.c:
2311         * sys/v4l2/gstv4l2src.h:
2312         * sys/v4l2/v4l2src_calls.c:
2313           Implement LATENCY queries in the crudest way possible so I don't
2314           have to use sync=false any longer when testing with videosinks.
2315
2316 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2317
2318         * configure.ac:
2319           Fix build.
2320
2321 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2322
2323         * sys/v4l2/v4l2src_calls.c:
2324         (gst_v4l2src_probe_caps_for_format_and_size):
2325         Add some more debugging in the framerate function.
2326         Iterate stepwise framerate up to and _including_ the max and if nothing
2327         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2328         don't end up with an empty list. Fixes #471823
2329
2330 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2331
2332         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2333         (gst_multiudpsink_set_clients_string),
2334         (gst_multiudpsink_get_clients_string),
2335         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2336         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2337         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2338         (gst_multiudpsink_clear):
2339         Add property do configure destination address/port pairs
2340         API:GstMultiUDPSink::clients
2341
2342 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2343
2344         * tests/examples/Makefile.am:
2345         * tests/examples/rtp/Makefile.am:
2346         * tests/examples/rtp/client-H263p-AMR.sh:
2347         * tests/examples/rtp/client-H263p-PCMA.sdp:
2348         * tests/examples/rtp/client-H263p-PCMA.sh:
2349         * tests/examples/rtp/client-H264-PCMA.sdp:
2350         * tests/examples/rtp/client-H264-PCMA.sh:
2351         * tests/examples/rtp/client-PCMA.sh:
2352         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2353         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2354         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2355         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2356         Added some RTP example scripts for sending and receiving RTP streams.
2357
2358 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2359
2360         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2361         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2362         Restructure the setcaps function so that we can also compute the
2363         expected GStreamer output size of the video frames.
2364         Set frame_byte_size correctly so that read-based devices have a chance
2365         of working correctly.
2366         When grabbing a frame, discard frames that are not of the expected size.
2367         Some cameras don't output the right framesize for the first buffer.
2368         Try only a couple of times to get a valid frame, else error out.
2369
2370         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2371         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2372         Add some more debug info when scanning the device.
2373
2374         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2375         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2376         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2377         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2378         Add some more debug info when dequeing a frame.
2379
2380 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2381
2382         * gst/wavparse/gstwavparse.c:
2383           More code cleanups. Add some more comment and improve debugs logs.
2384
2385 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2386
2387         * gst/wavparse/gstwavparse.c:
2388         * gst/wavparse/gstwavparse.h:
2389           Implement seek-query. Refactor duration calculations. Appropriate use
2390           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2391           out of loops.
2392
2393 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2394
2395         * gst/avi/gstavidemux.c:
2396           Implement seek-query.
2397
2398 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2399
2400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2401         (gst_rtspsrc_dup_printf):
2402         Use new basesink async property to make sparse RTCP packet not wait for
2403         preroll.
2404
2405 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2406
2407         * gst/audiofx/Makefile.am:
2408         Dist the right file.
2409
2410 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2411
2412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2413         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2414         Make sure we generate and parse floating point values in the POSIX
2415         locale instead of the current locale. 
2416
2417 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2418
2419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2420         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2421         (gst_rtspsrc_play):
2422         * gst/rtsp/gstrtspsrc.h:
2423         Fix method detection again.
2424         Keep track of when we must send a Range header.
2425         Use segment values for Range, Speed and Scale headers.
2426         Parse Speed and Scale headers to update the segment values.
2427
2428 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2429
2430         patch by: Mark Nauwelaerts <manauw@skynet.be>
2431
2432         * sys/v4l2/v4l2src_calls.c:
2433           Handle optional v4l2 ioctls gracefully.
2434
2435 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2436
2437         * gst/rtp/Makefile.am:
2438         * gst/rtp/gstrtp.c: (plugin_init):
2439         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2440         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2441         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2442         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2443         (gst_rtp_h263_depay_get_property),
2444         (gst_rtp_h263_depay_change_state),
2445         (gst_rtp_h263_depay_plugin_init):
2446         * gst/rtp/gstrtph263depay.h:
2447         Added an H263 depayloader. Fixes #369392.
2448
2449         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2450         (gst_rtp_h263p_depay_process):
2451         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2452         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2453         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2454         payloads.
2455         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2456
2457 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2458
2459         * gst/audiofx/audiochebyshevfreqband.c:
2460         * gst/audiofx/audiochebyshevfreqlimit.c:
2461         Add small comparision with the windowed sinc filters in the docs.
2462
2463 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2464
2465         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2466         (audiochebyshevfreqband_suite):
2467         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2468         (audiochebyshevfreqlimit_suite):
2469         Also test 32 bit float mode and the type 2 variants of the filters.
2470
2471 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2472
2473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2474         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2475         (gst_rtspsrc_loop):
2476         Refactor the udp and interleaved loop function a bit.
2477
2478 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2479
2480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2481         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2482         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2483         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2484         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2485         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2486         * gst/rtsp/gstrtspsrc.h:
2487         Protect connection activity with a new lock, avoids deadlocks when going
2488         to PAUSED. Fixes #455808.
2489
2490 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2491
2492         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2493         Fix debug statement.
2494
2495 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2496
2497         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2498         Fix stray %u in debug line as spotted by Saur on IRC.
2499
2500 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2501
2502         * gst/audiofx/audiochebyshevfreqband.c:
2503         (gst_audio_chebyshev_freq_band_class_init):
2504         * gst/audiofx/audiochebyshevfreqlimit.c:
2505         (gst_audio_chebyshev_freq_limit_class_init):
2506         Use generator macros for the process functions for the different
2507         sample types, add lower upper boundaries for the GObject properties
2508         so automatically generated UIs can use sliders and add a note about
2509         the number of poles as a too high number of poles combined with
2510         very low or very high frequencies will produce only noise.
2511         * docs/plugins/gst-plugins-good-plugins.args:
2512         Regenerated for the property changes.
2513
2514 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2515
2516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2517         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2518         (gst_rtspsrc_stream_configure_udp_sink),
2519         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2520         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2521         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2522         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2523         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2524         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2525         * gst/rtsp/gstrtspsrc.h:
2526         Improve timeout handling.
2527         Use the same socket for sending and receiving RTCP packets so that some
2528         servers can track clients better.
2529         Improve connection closed handling. Try to reconnect.
2530         Don't overwrite our content base with NULL.
2531         Improve debugging.
2532         Improve range parsing and handling.
2533         Remove flushing hack now that core does the right thing.
2534
2535 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2536
2537         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2538         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2539         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2540         (gst_multiudpsink_close), (gst_multiudpsink_add):
2541         * gst/udp/gstmultiudpsink.h:
2542         Add support for getting and setting the socket to use.
2543
2544         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2545         (gst_udpsrc_create), (gst_udpsrc_get_property):
2546         Add support for getting the currently used socket.
2547
2548 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2549
2550         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2551
2552         * gst/audiofx/Makefile.am:
2553         * gst/audiofx/audiochebyshevfreqband.c:
2554         (gst_audio_chebyshev_freq_band_mode_get_type),
2555         (gst_audio_chebyshev_freq_band_base_init),
2556         (gst_audio_chebyshev_freq_band_dispose),
2557         (gst_audio_chebyshev_freq_band_class_init),
2558         (gst_audio_chebyshev_freq_band_init),
2559         (generate_biquad_coefficients), (calculate_gain),
2560         (generate_coefficients),
2561         (gst_audio_chebyshev_freq_band_set_property),
2562         (gst_audio_chebyshev_freq_band_get_property),
2563         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2564         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2565         (gst_audio_chebyshev_freq_band_start):
2566         * gst/audiofx/audiochebyshevfreqband.h:
2567         * gst/audiofx/audiochebyshevfreqlimit.c:
2568         (gst_audio_chebyshev_freq_limit_mode_get_type),
2569         (gst_audio_chebyshev_freq_limit_base_init),
2570         (gst_audio_chebyshev_freq_limit_dispose),
2571         (gst_audio_chebyshev_freq_limit_class_init),
2572         (gst_audio_chebyshev_freq_limit_init),
2573         (generate_biquad_coefficients), (calculate_gain),
2574         (generate_coefficients),
2575         (gst_audio_chebyshev_freq_limit_set_property),
2576         (gst_audio_chebyshev_freq_limit_get_property),
2577         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2578         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2579         (gst_audio_chebyshev_freq_limit_start):
2580         * gst/audiofx/audiochebyshevfreqlimit.h:
2581         * gst/audiofx/audiofx.c: (plugin_init):
2582         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2583         Fixes #464800.
2584
2585         * tests/check/Makefile.am:
2586         * tests/check/elements/.cvsignore:
2587         * tests/check/elements/audiochebyshevfreqband.c:
2588         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2589         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2590         * tests/check/elements/audiochebyshevfreqlimit.c:
2591         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2592         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2593         Add unit tests for the chebyshev filters.
2594
2595         * docs/plugins/Makefile.am:
2596         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2597         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2598         * docs/plugins/gst-plugins-good-plugins.args:
2599         * docs/plugins/inspect/plugin-1394.xml:
2600         * docs/plugins/inspect/plugin-audiofx.xml:
2601         * docs/plugins/inspect/plugin-dv.xml:
2602         * docs/plugins/inspect/plugin-flac.xml:
2603         * docs/plugins/inspect/plugin-jpeg.xml:
2604         * docs/plugins/inspect/plugin-png.xml:
2605         * docs/plugins/inspect/plugin-rtp.xml:
2606         * docs/plugins/inspect/plugin-shout2send.xml:
2607         * docs/plugins/inspect/plugin-wavpack.xml:
2608         And add docs for the chebyshev filters. While doing
2609         that also run make update in docs/plugins.
2610
2611 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2612
2613         * ext/annodex/gstcmmltag.c:
2614         * gst/rtp/gstrtpvorbispay.c:
2615           Make ro memory to share.
2616
2617 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2618
2619         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2620         Improve UDP performance by avoiding a select() when we have data
2621         available immediatly.
2622
2623 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2624
2625         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2626         (gst_rtp_dec_class_init):
2627         * gst/rtsp/gstrtpdec.h:
2628         Add (dummy) SSRC management signals.
2629
2630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2631         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2632         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2633         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2634         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2635         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2636         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2637         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2638         * gst/rtsp/gstrtspsrc.h:
2639         Add connection-speed property.
2640         Add find_stream helper functions.
2641         Handle stream EOS based on BYE messages or SSRC timeout.
2642         Returns SUCCESS from the state change function as we hide our async
2643         elements from the parent.
2644
2645 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2646
2647         * gst/debug/rndbuffersize.c:
2648           Fix da leak.
2649
2650 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * gst/debug/Makefile.am:
2653         * gst/debug/breakmydata.c:
2654         * gst/debug/gstdebug.c:
2655         * gst/debug/negotiation.c:
2656         * gst/debug/progressreport.c:
2657         * gst/debug/rndbuffersize.c:
2658         * gst/debug/testplugin.c:
2659           Add new test element and clean-up the others a little.
2660
2661 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2662
2663         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2664         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2665
2666 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2667
2668         * gst/rtp/gstrtpilbcdepay.c:
2669           Include stdlib.
2670
2671 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2672
2673         * gst/rtp/gstrtpmpvdepay.c:
2674         Set the mpegversion in the caps so that autoplugging does not get
2675         confused.
2676
2677 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2678
2679         * po/hu.po:
2680         * po/uk.po:
2681         * po/vi.po:
2682           Updated translations.
2683
2684 2007-08-08  Michael Smith <msmith@fluendo.com>
2685
2686         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2687           Render right border in the correct location.
2688
2689 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2690
2691         Patch by: Olivier Crete <tester at tester dot ca>
2692
2693         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2694         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2695         Make mode property a string. Fixes #464475.
2696
2697 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2698
2699         * ext/flac/gstflacenc.c:
2700           Widen caps to match decoder a bit and add more FIXMEs.
2701
2702 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2703
2704         patch by: Mark Nauwelaerts <manauw@skynet.be>
2705
2706         * gst/avi/gstavimux.c:
2707           Fix ODML index tag numbering. Fixes #463624.
2708
2709 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2710
2711         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2712         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2713         (gst_rtspsrc_stream_configure_tcp),
2714         (gst_rtspsrc_stream_configure_udp_sink):
2715         Fix default clock-rate for realmedia.
2716         Fix parsing of transport.
2717         Don't try to link NULL pads.
2718
2719 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2720
2721         * po/POTFILES.skip:
2722           Add POTFILES.skip with list of source files that aren't disted at the
2723           moment but contain translatable strings. Should hopefully pacify
2724           broken tools and make it clearer that these files are left out
2725           intentionally (#461600).
2726
2727 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2728
2729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2730         If the buffer was entirely clipped ... don't try sending it :)
2731
2732 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2733
2734         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2735         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2736         (gst_rtspsrc_create_transports_string),
2737         (gst_rtspsrc_prepare_transports):
2738         If we don't hav a session manager, set the caps on outgoing buffers
2739         ourselves.
2740         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2741         Append final bit of the transport string even when it does not contain a
2742         placeholder.
2743
2744 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2745
2746         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2747         (gst_rtsp_ext_list_connect):
2748         * gst/rtsp/gstrtspext.h:
2749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2750         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2751         Clean up the interface list.
2752         Allow connecting to interface signals for the extensions.
2753         Remove old extension code.
2754         Free list on cleanup.
2755         Allow extensions to send additional RTSP messages.
2756
2757 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2758
2759         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2760         Handle a NULL gconf key gracefully by rendering the default element.
2761
2762 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2763
2764         * gst/rtsp/gstrtspext.h:
2765         Fix include path for extension interface.
2766
2767 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2768
2769         * gst/audiofx/audioamplify.h:
2770         Also remove a now unecessary variable here.
2771
2772 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2773
2774         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2775         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2776         * gst/audiofx/audiodynamic.c:
2777         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2778         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2779         * gst/audiofx/audiodynamic.h:
2780         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2781         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2782         * gst/audiofx/audioinvert.h:
2783         Don't save format information ourselves, this is already saved in
2784         GstAudioFilter.
2785
2786 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2787
2788         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2789         (gst_rtsp_ext_list_stream_select):
2790         * gst/rtsp/gstrtspext.h:
2791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2792         Use rank to filter out extensions.
2793         Add url to stream_select interface call.
2794
2795 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2796
2797         * gst/rtsp/Makefile.am:
2798         * gst/rtsp/base64.c:
2799         * gst/rtsp/base64.h:
2800         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2801         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2802         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2803         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2804         (gst_rtsp_ext_list_setup_media),
2805         (gst_rtsp_ext_list_configure_stream),
2806         (gst_rtsp_ext_list_get_transports),
2807         (gst_rtsp_ext_list_stream_select):
2808         * gst/rtsp/gstrtspext.h:
2809         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2810         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2811         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2812         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2813         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2814         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2815         (gst_rtspsrc_stream_configure_tcp),
2816         (gst_rtspsrc_stream_configure_mcast),
2817         (gst_rtspsrc_stream_configure_udp),
2818         (gst_rtspsrc_stream_configure_udp_sink),
2819         (gst_rtspsrc_stream_configure_transport),
2820         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2821         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2822         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2823         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2824         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2825         (gst_rtspsrc_parse_methods),
2826         (gst_rtspsrc_create_transports_string),
2827         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2828         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2829         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2830         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2831         * gst/rtsp/gstrtspsrc.h:
2832         * gst/rtsp/rtsp.h:
2833         * gst/rtsp/rtspconnection.c:
2834         * gst/rtsp/rtspconnection.h:
2835         * gst/rtsp/rtspdefs.c:
2836         * gst/rtsp/rtspdefs.h:
2837         * gst/rtsp/rtspext.h:
2838         * gst/rtsp/rtspextwms.c:
2839         * gst/rtsp/rtspextwms.h:
2840         * gst/rtsp/rtspmessage.c:
2841         * gst/rtsp/rtspmessage.h:
2842         * gst/rtsp/rtsprange.c:
2843         * gst/rtsp/rtsprange.h:
2844         * gst/rtsp/rtsptransport.c:
2845         * gst/rtsp/rtsptransport.h:
2846         * gst/rtsp/rtspurl.c:
2847         * gst/rtsp/rtspurl.h:
2848         * gst/rtsp/sdp.h:
2849         * gst/rtsp/sdpmessage.c:
2850         * gst/rtsp/sdpmessage.h:
2851         * gst/rtsp/test.c:
2852         Use shiny new RTSP and SDP library.
2853         Implement RTSP extensions using the new interface.
2854         Remove a lot of old code.
2855
2856 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2857
2858         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2859         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2860
2861 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2862
2863         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2864         Don't unref the outgoing buffer twice when dropping it because it's
2865         outside of the segment.
2866
2867 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2868
2869         * configure.ac:
2870         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2871         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2872         Use the new buffer clipping function from gstaudio here and
2873         require gst-plugins-base CVS.
2874         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2875         For framed Wavpack buffers we require a valid timestamp.
2876
2877 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2878
2879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2880         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2881         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2882         Clip raw audio and video when we can, keep track of current output
2883         segment.
2884         Don't leak buffers and events when there is no output pad.
2885         Improve debugging here and there.
2886
2887 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2888
2889         * configure.ac:
2890           Sync liboil check with plugins-base.
2891
2892 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2893
2894         * ext/annodex/Makefile.am:
2895           Fix CFLAGS/LIBS.
2896
2897         * ext/cdio/gstcdiocddasrc.c:
2898         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2899           Include stdlib
2900
2901         * ext/cairo/Makefile.am:
2902         * gst/videofilter/Makefile.am:
2903         * tests/examples/level/Makefile.am:
2904           Use $(LIBM) instead of -lm
2905
2906 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2907
2908         * sys/v4l2/gstv4l2src.c:
2909           Add another example pipeline.
2910
2911 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2912
2913         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2914
2915         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2916           Use define here.
2917
2918         * sys/v4l2/gstv4l2tuner.c:
2919         (gst_v4l2_tuner_set_frequency_and_notify):
2920           Don't touch the property - its still disabled.
2921
2922         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2923         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2924         * sys/v4l2/v4l2src_calls.h:
2925           Improve fallback format negotionation. Fixes #451388
2926
2927 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2928
2929         * tests/check/elements/videocrop.c: (GST_START_TEST):
2930           Fix the test.
2931
2932 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2933
2934         * docs/plugins/Makefile.am:
2935         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2937         * docs/plugins/inspect/plugin-jpeg.xml:
2938         * docs/plugins/inspect/plugin-png.xml:
2939         * ext/jpeg/gstjpegdec.c:
2940         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2941         (gst_pngdec_sink_setcaps):
2942           More docs. More logs in pngdec.
2943
2944 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2945
2946         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2947           Initialize num_buffers with minimum value.
2948
2949         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2950         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2951           Handle frame-size query failure gracefully.
2952
2953 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2954
2955         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2956         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2957         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2958         of qt/aac files.
2959
2960 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2961
2962         * ext/wavpack/gstwavpackdec.c:
2963         (gst_wavpack_dec_clip_outgoing_buffer):
2964         Fix buffer clipping to correctly clip to the segment stop.
2965
2966 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2967
2968         * configure.ac:
2969         * tests/Makefile.am:
2970         Remove bogus check for libcheck, since we check for
2971         gstreamer-check and it pulls in the required info from there,
2972         and we weren't actually _using_ the information for libcheck
2973         ourselves anyway.
2974
2975 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2976
2977         * configure.ac:
2978           Use pkg-config to locate check.
2979
2980 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2981
2982         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2983         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2984         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2985         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2986         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2987         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2988         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2989         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2990         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2991         * gst/effectv/gstrev.c: (gst_revtv_transform):
2992         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2993         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2994         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2995         * gst/matroska/matroska-demux.c:
2996         (gst_matroska_demux_add_wvpk_header),
2997         (gst_matroska_demux_check_subtitle_buffer),
2998         (gst_matroska_decode_buffer):
2999         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3000           Fix build against core CVS.
3001
3002 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3003
3004         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3005         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3006         don't have enough granularity to convert that boolean into a
3007         GstFlowReturn.
3008
3009 2007-07-06  Michael Smith <msmith@fluendo.com>
3010
3011         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3012         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3013         (gst_alawdec_change_state):
3014         * gst/law/alaw-decode.h:
3015         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3016         (gst_mulawdec_class_init), (gst_mulawdec_init),
3017         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3018         * gst/law/mulaw-decode.h:
3019           Fix capsnego bogosity in *law decoders. 
3020
3021 2007-07-06  Michael Smith <msmith@fluendo.com>
3022
3023         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3024         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3025         (gst_smokeenc_change_state):
3026         * ext/jpeg/gstsmokeenc.h:
3027           Remove stupidity in get/set caps functions.
3028           Fix some refcounting problems.
3029
3030 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3031
3032         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3033         Remove endianness-flipping hack that seems to have been required
3034         only because of a bug in ffmpegcolorspace.
3035         Partially Fixes: #451908
3036
3037 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3038
3039         * docs/plugins/Makefile.am:
3040           Simplify --extra-dir as gtkdoc scans recursively.
3041
3042 2007-07-03  Wim Taymans  <wim@fluendo.com>
3043
3044         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3045
3046         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3047         Set the encoding-name in the rtp caps to all uppercase, as required by
3048         the caps spec.
3049         Some small cleanups in the error paths. Fixes #453037.
3050
3051 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3052
3053         * ext/wavpack/gstwavpackparse.c:
3054         (gst_wavpack_parse_index_get_last_entry),
3055         (gst_wavpack_parse_index_get_entry_from_sample),
3056         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3057         (gst_wavpack_parse_scan_to_find_sample):
3058         * ext/wavpack/gstwavpackparse.h:
3059         Use a GSList for the GArray that is used like a list anyway.
3060
3061 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3062
3063         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3064         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3065         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3066           Add state change function where we set 0/1 as default framerate in
3067           case our setcaps function isn't called, like it might not in a
3068           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3069           gdkpixbufdec trying to create caps with a 0/0 framerate.
3070           Also post an error message on the bus if gst_pad_push() fails when
3071           called from our sink event handler (+1 for flow returns for event
3072           functions in 0.11) instead of failing silently.
3073
3074 2007-06-27  Wim Taymans  <wim@fluendo.com>
3075
3076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3077         Cast stack args to the proper types. Fixes #451249.
3078
3079 2007-06-27  Wim Taymans  <wim@fluendo.com>
3080
3081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3082         (new_session_pad), (gst_rtspsrc_setup_streams):
3083         * gst/rtsp/gstrtspsrc.h:
3084         For container formats we only need to activate one of the streams so
3085         that we correctly signal no-more-pads. Fixes #451015.
3086
3087 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3088
3089         * docs/plugins/gst-plugins-good-plugins.args:
3090         * docs/plugins/inspect/plugin-aasink.xml:
3091         * docs/plugins/inspect/plugin-alaw.xml:
3092         * docs/plugins/inspect/plugin-alpha.xml:
3093         * docs/plugins/inspect/plugin-alphacolor.xml:
3094         * docs/plugins/inspect/plugin-annodex.xml:
3095         * docs/plugins/inspect/plugin-apetag.xml:
3096         * docs/plugins/inspect/plugin-audiofx.xml:
3097         * docs/plugins/inspect/plugin-auparse.xml:
3098         * docs/plugins/inspect/plugin-autodetect.xml:
3099         * docs/plugins/inspect/plugin-avi.xml:
3100         * docs/plugins/inspect/plugin-cacasink.xml:
3101         * docs/plugins/inspect/plugin-cairo.xml:
3102         * docs/plugins/inspect/plugin-cdio.xml:
3103         * docs/plugins/inspect/plugin-cutter.xml:
3104         * docs/plugins/inspect/plugin-debug.xml:
3105         * docs/plugins/inspect/plugin-efence.xml:
3106         * docs/plugins/inspect/plugin-effectv.xml:
3107         * docs/plugins/inspect/plugin-esdsink.xml:
3108         * docs/plugins/inspect/plugin-flac.xml:
3109         * docs/plugins/inspect/plugin-flxdec.xml:
3110         * docs/plugins/inspect/plugin-gconfelements.xml:
3111         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3112         * docs/plugins/inspect/plugin-goom.xml:
3113         * docs/plugins/inspect/plugin-halelements.xml:
3114         * docs/plugins/inspect/plugin-icydemux.xml:
3115         * docs/plugins/inspect/plugin-id3demux.xml:
3116         * docs/plugins/inspect/plugin-jpeg.xml:
3117         * docs/plugins/inspect/plugin-ladspa.xml:
3118         * docs/plugins/inspect/plugin-level.xml:
3119         * docs/plugins/inspect/plugin-matroska.xml:
3120         * docs/plugins/inspect/plugin-mulaw.xml:
3121         * docs/plugins/inspect/plugin-multipart.xml:
3122         * docs/plugins/inspect/plugin-navigationtest.xml:
3123         * docs/plugins/inspect/plugin-ossaudio.xml:
3124         * docs/plugins/inspect/plugin-png.xml:
3125         * docs/plugins/inspect/plugin-quicktime.xml:
3126         * docs/plugins/inspect/plugin-rtp.xml:
3127         * docs/plugins/inspect/plugin-rtsp.xml:
3128         * docs/plugins/inspect/plugin-smpte.xml:
3129         * docs/plugins/inspect/plugin-speex.xml:
3130         * docs/plugins/inspect/plugin-taglib.xml:
3131         * docs/plugins/inspect/plugin-udp.xml:
3132         * docs/plugins/inspect/plugin-videobalance.xml:
3133         * docs/plugins/inspect/plugin-videobox.xml:
3134         * docs/plugins/inspect/plugin-videocrop.xml:
3135         * docs/plugins/inspect/plugin-videoflip.xml:
3136         * docs/plugins/inspect/plugin-videomixer.xml:
3137         * docs/plugins/inspect/plugin-wavenc.xml:
3138         * docs/plugins/inspect/plugin-wavparse.xml:
3139         * docs/plugins/inspect/plugin-ximagesrc.xml:
3140           Update docs with caps info.
3141
3142 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3143
3144         * po/POTFILES.in:
3145           Add more files with translatable strings (#450878).
3146
3147 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3148
3149         * MAINTAINERS:
3150         Updating all the maintainers files
3151
3152 2007-06-22  Edward Hervey  <edward@fluendo.com>
3153
3154         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3155         * gst/interleave/deinterleave.c: (deinterleave_init),
3156         (deinterleave_sink_link):
3157         * gst/interleave/interleave.c: (interleave_init):
3158         * gst/median/gstmedian.c: (gst_median_init):
3159         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3160         Fix memory leaks.
3161         * tests/check/elements/id3demux.c: (pad_added_cb):
3162         Remove unused variable.
3163
3164 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3165
3166         * ext/gconf/gconf.h:
3167         Make the prototype of gst_gconf_get_key_for_sink_profile
3168         match the implementation.
3169         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3170         Fixes: #449747
3171
3172 2007-06-20  Michael Smith <msmith@fluendo.com>
3173
3174         * gst/rtp/gstrtpdepay.c:
3175           Fix description - rtpdepay is not a payloader.
3176
3177 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3178
3179         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3180         (qtdemux_video_caps):
3181         * gst/qtdemux/qtdemux_fourcc.h:
3182           Add MJPG to the variants of motion jpeg.
3183
3184 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3185
3186         * tests/check/Makefile.am:
3187         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3188         * tests/check/elements/videocrop.c: (GST_START_TEST):
3189         * tests/check/elements/videofilter.c:
3190         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3191         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3192           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3193           error flags are included and it errors out on compiler warnings
3194           for CVS builds; remove unused variables in various unit tests.
3195
3196 2007-06-19  Wim Taymans  <wim@fluendo.com>
3197
3198         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3199         (rtsp_connection_close), (rtsp_connection_free):
3200         Use threadsafe inet_ntop to convert an ip number to a string. 
3201         Fixes #447961.
3202         Don't leak fd (and ip) when freeing a connection without first closing
3203         it.
3204
3205 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3206
3207         * configure.ac:
3208         Back to CVS
3209
3210         * gst-plugins-good.doap:
3211         Add 0.10.6 to the doap file.
3212
3213 === release 0.10.6 ===
3214
3215 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3216
3217         * configure.ac:
3218           releasing 0.10.6, "Wobble Board"
3219
3220 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3221
3222         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3223         (rtsp_connection_free):
3224           Revert previous commit again, since we are frozen (sorry).
3225
3226 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3227
3228         Patch by: Peter Kjellerstedt <pkj at axis com>
3229
3230         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3231         (rtsp_connection_free):
3232           inet_ntoa() uses a static buffer internally, so we need to copy the
3233           returned string if we want to store it for later (#447961).
3234
3235 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3236
3237         * win32/vs6/autogen.dsp:
3238         * win32/vs6/gst_plugins_good.dsw:
3239         * win32/vs6/libgstalaw.dsp:
3240         * win32/vs6/libgstalpha.dsp:
3241         * win32/vs6/libgstalphacolor.dsp:
3242         * win32/vs6/libgstapetag.dsp:
3243         * win32/vs6/libgstaudiofx.dsp:
3244         * win32/vs6/libgstauparse.dsp:
3245         * win32/vs6/libgstautodetect.dsp:
3246         * win32/vs6/libgstavi.dsp:
3247         * win32/vs6/libgstcutter.dsp:
3248         * win32/vs6/libgstdirectdraw.dsp:
3249         * win32/vs6/libgstdirectsound.dsp:
3250         * win32/vs6/libgsteffectv.dsp:
3251         * win32/vs6/libgstflx.dsp:
3252         * win32/vs6/libgstgoom.dsp:
3253         * win32/vs6/libgsticydemux.dsp:
3254         * win32/vs6/libgstid3demux.dsp:
3255         * win32/vs6/libgstinterleave.dsp:
3256         * win32/vs6/libgstjpeg.dsp:
3257         * win32/vs6/libgstlevel.dsp:
3258         * win32/vs6/libgstmatroska.dsp:
3259         * win32/vs6/libgstmedian.dsp:
3260         * win32/vs6/libgstmonoscope.dsp:
3261         * win32/vs6/libgstmulaw.dsp:
3262         * win32/vs6/libgstmultipart.dsp:
3263         * win32/vs6/libgstqtdemux.dsp:
3264         * win32/vs6/libgstrtp.dsp:
3265         * win32/vs6/libgstrtsp.dsp:
3266         * win32/vs6/libgstsmpte.dsp:
3267         * win32/vs6/libgstspeex.dsp:
3268         * win32/vs6/libgstudp.dsp:
3269         * win32/vs6/libgstvideobalance.dsp:
3270         * win32/vs6/libgstvideobox.dsp:
3271         * win32/vs6/libgstvideocrop.dsp:
3272         * win32/vs6/libgstvideoflip.dsp:
3273         * win32/vs6/libgstvideomixer.dsp:
3274         * win32/vs6/libgstwaveform.dsp:
3275         * win32/vs6/libgstwavenc.dsp:
3276         * win32/vs6/libgstwavparse.dsp:
3277         Mark *.dsp & *.dsw as binary files and convert to DOS line
3278         endings, as they don't load into VS6 correctly otherwise.
3279
3280 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3281
3282         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3283         (rtsp_connection_connect):
3284         Fix the MingW build. 
3285         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3286         Fixes: #446981
3287
3288 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3289
3290         * tests/check/elements/.cvsignore:
3291         * tests/icles/.cvsignore:
3292         Hush the buildbots up
3293
3294 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3295
3296         * configure.ac:
3297         * sys/Makefile.am:
3298         * sys/directdraw/Makefile.am:
3299         * sys/directsound/Makefile.am:
3300         * sys/waveform/Makefile.am:
3301         Make sure to dist everything needed for win32 builds.
3302
3303 2007-06-14  Edward Hervey  <edward@fluendo.com>
3304
3305         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3306         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3307         caps.
3308         Fixes #447458
3309
3310 2007-06-13  Wim Taymans  <wim@fluendo.com>
3311
3312         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3313         Make sure we allocate enough memory for the codec_data.
3314         Fixes #447210.
3315
3316 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3317
3318         * win32/MANIFEST:
3319         Add videocrop project file to the win32 manifest.
3320         * win32/vs6/gst_plugins_good.dsw:
3321         Add qtdemux,videocrop and waveform projects to the workspace.
3322         * win32/vs6/libgstqtdemux.dsp:
3323         Add zlib to the link list of qtdemux.
3324         * win32/vs6/libgstvideocrop.dsp:
3325         Add a project file for videocrop.
3326
3327 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3328
3329         * po/POTFILES.in:
3330         Add qtdemux for translation
3331
3332 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3333
3334         * configure.ac:
3335         * docs/plugins/Makefile.am:
3336         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3337         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3338         * docs/plugins/inspect/plugin-videocrop.xml:
3339         * gst-plugins-good.spec.in:
3340         * sys/Makefile.am:
3341         * tests/check/Makefile.am:
3342         * tests/icles/Makefile.am:
3343         * tests/icles/videocrop-test.c:
3344         Move videocrop and osxvideo from -bad.
3345
3346 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3347
3348         * configure.ac:
3349         * docs/plugins/Makefile.am:
3350         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3351         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3352         * docs/plugins/gst-plugins-good-plugins.args:
3353         * docs/plugins/inspect/plugin-qtdemux.xml:
3354         * docs/plugins/inspect/plugin-quicktime.xml:
3355         * win32/MANIFEST:
3356         Move qtdemux from -bad.
3357
3358         * gst-plugins-good.spec.in:
3359         Update spec file to reflect moving of qtdemux and wavpack
3360
3361 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3362         
3363         * win32/MANIFEST:
3364         * docs/plugins/Makefile.am:
3365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3367         * docs/plugins/inspect/plugin-directdraw.xml:
3368         * docs/plugins/inspect/plugin-directsound.xml:
3369         * docs/plugins/inspect/plugin-waveform.xml:
3370         Move the waveform plugin from -bad too. Update the inspect xml
3371         files to mention Plugins Good instead of Plugins Bad.
3372
3373 2007-06-12  Andy Wingo  <wingo@pobox.com>
3374
3375         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3376         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3377         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3378         finalization and resuscitation. No longer public.
3379         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3380         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3381         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3382         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3383         miniobject semantics, and be threadsafe.
3384         (gst_v4l2src_queue_frame): Remove this function, as we just call
3385         the ioctls directly in the two places where we queue buffers.
3386         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3387         directly.
3388         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3389         to allocate the pool, which also preallocates the GstBuffers.
3390         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3391         queueing the frames directly.
3392         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3393         mmap buffers have been dequeued.
3394
3395         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3396         real MiniObject instead of rolling our own refcounting and
3397         finalizing. Give it a lock.
3398         (struct _GstV4l2Buffer): Remove one intermediary object, having
3399         the buffers hold the struct v4l2_buffer directly.
3400
3401         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3402         capture_init so that it can set them on the buffers that it will
3403         create.
3404         (gst_v4l2src_get_read): For better or for worse, include the
3405         timestamping and offsetting code here; really we should be using
3406         bufferalloc though.
3407         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3408         preallocated, mmap'd buffers.
3409
3410 2007-06-11  Wim Taymans  <wim@fluendo.com>
3411
3412         Patch by: daniel fischer <dan at f3c dot com>
3413
3414         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3415         (gst_ximage_src_get_caps):
3416         Actually use the display_name property so that we can dump any
3417         available X display. Fixes #445905.
3418
3419 2007-06-11  Wim Taymans  <wim@fluendo.com>
3420
3421         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3422
3423         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3424         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3425         Add missing rate fields to caps. Fixes #441118.
3426
3427 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3428
3429         * win32/vs6/gst_plugins_good.dsw:
3430         * win32/vs8/gst-plugins-good.sln:
3431         Add DirectSound and DirectDraw sinks project files to
3432         workspace and solution files.
3433
3434 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3435
3436         Patch by: Josh Coalson <xflac at yahoo dot com>,
3437         updated by Alexis Ballier <aballier at gentoo dot org>:
3438
3439         * configure.ac:
3440         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3441         (gst_flac_dec_setup_seekable_decoder),
3442         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3443         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3444         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3445         * ext/flac/gstflacdec.h:
3446         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3447         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3448         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3449         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3450         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3451         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3452         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3453         * ext/flac/gstflacenc.h:
3454         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3455         
3456 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3457
3458         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3459         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3460         not necessary anymore as we need at least that core version. 
3461
3462 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3463
3464         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3465         (gst_wavpack_dec_chain):
3466         * ext/wavpack/gstwavpackdec.h:
3467         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3468         (gst_wavpack_parse_push_buffer):
3469         * ext/wavpack/gstwavpackparse.h:
3470         Improve discont handling by checking if the next Wavpack block has
3471         the expected, following block index.
3472
3473 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3474
3475         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3476           Fix element description.
3477
3478 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3479
3480         * configure.ac:
3481         * docs/plugins/Makefile.am:
3482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3484         * docs/plugins/gst-plugins-good-plugins.args:
3485         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3486         * docs/plugins/gst-plugins-good-plugins.signals:
3487         * docs/plugins/inspect/plugin-autodetect.xml:
3488         * docs/plugins/inspect/plugin-gconfelements.xml:
3489         * docs/plugins/inspect/plugin-ladspa.xml:
3490         * docs/plugins/inspect/plugin-rtp.xml:
3491         * docs/plugins/inspect/plugin-wavpack.xml:
3492         * ext/Makefile.am:
3493         * tests/check/Makefile.am:
3494           move wavpack plugin.  See #352605.
3495
3496 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3497
3498         * configure.ac:
3499         * docs/plugins/Makefile.am:
3500         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3502         * docs/plugins/gst-plugins-good-plugins.args:
3503         * sys/Makefile.am:
3504         * win32/MANIFEST:
3505         Add DirectDraw & DirectSound plugins to the build and docs.
3506
3507 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3510         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3511           When operating in pull mode, error out correct on not-linked.
3512
3513 2007-06-06  Andy Wingo  <wingo@pobox.com>
3514
3515         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3516         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3517         format and size if the ioctls are defined; should fix compilation
3518         on Linux < 2.16.19.
3519
3520 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3523           Printf fixes in debug statements; use LOG level for debug statements
3524           that are printed for each and every frame; convert c++ comments to
3525           C-style comments; not much point using g_try_malloc() if we then not
3526           even check the return value.
3527
3528 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3529
3530         * configure.ac:
3531           Bump requirements to released versions (core and base 0.10.13).
3532
3533         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3534           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3535           own implementation.
3536
3537 2007-06-05  Andy Wingo  <wingo@pobox.com>
3538
3539         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3540         some useless comments.
3541
3542         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3543         frames before calling STREAMON, that might leave them in a state
3544         where they can't be dequeued if we go back to NULL without calling
3545         STREAMON, according to the docs.
3546         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3547         before we call STREAMON.
3548         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3549         failures. (For me this code hung.) The pool refcounting is still
3550         crack; added a note to that effect.
3551
3552 2007-06-05  Wim Taymans  <wim@fluendo.com>
3553
3554         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3555         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3556         Add support for mapping gst structure names to the MIME type equivalent.
3557         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3558
3559 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3560
3561         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3562         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3563         (gst_wavenc_chain), (gst_wavenc_change_state):
3564         * gst/wavenc/gstwavenc.h:
3565         Properly write wav files with width!=depth by having the depth most
3566         significant bytes set and all others zero. Fixes #442535.
3567
3568 2007-06-01  Wim Taymans  <wim@fluendo.com>
3569
3570         * gst/rtsp/rtspconnection.c:
3571         Add include to make buildbot happy.
3572
3573 2007-06-01  Wim Taymans  <wim@fluendo.com>
3574
3575         Patch by: Peter Kjellerstedt  <pkj at axis com>
3576
3577         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3578         (rtsp_connection_connect), (add_date_header),
3579         (rtsp_connection_send), (parse_response_status),
3580         (parse_request_line), (parse_line), (rtsp_connection_receive):
3581         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3582         * gst/rtsp/rtspdefs.h:
3583         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3584         (rtsp_message_init_request), (rtsp_message_init_response),
3585         (rtsp_message_remove_header), (rtsp_message_append_headers),
3586         (rtsp_message_dump):
3587         * gst/rtsp/rtspmessage.h:
3588         Improves version checking, allowing an RTSP server to reply with "505
3589         RTSP Version not supported.
3590         Adds a Date header to all messages.
3591         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3592         want to be able to send a response even if something in the request was
3593         invalid. EINVAL is only used when passing wrong arguments to functions.
3594         Do not handle an invalid method in parse_request_line(). Defer this to
3595         the caller so it can respond with "405 Method Not Allowed".
3596         Improves parsing of the timeout parameter to the Session header,
3597         allowing whitespace after the semicolon. 
3598         Avoids a compiler warning due to variables shadowing a function argument.
3599
3600 2007-06-01  Wim Taymans  <wim@fluendo.com>
3601
3602         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3603
3604         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3605         (gst_rtp_amr_depay_process):
3606         * gst/rtp/gstrtpamrdepay.h:
3607         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3608         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3609         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3610         * gst/rtp/gstrtpamrpay.h:
3611         Add support for AMR-WB.
3612         Small cleanups such as using BOILERPLATE.
3613
3614 2007-05-31  Wim Taymans  <wim@fluendo.com>
3615
3616         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3617         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3618
3619 2007-05-30  Andy Wingo  <wingo@pobox.com>
3620
3621         * sys/v4l2/gstv4l2object.h: 
3622         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3623         unintended changes.
3624
3625         * sys/v4l2/v4l2src_calls.h: 
3626         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3627         the format list in the order that the driver gives it to us.
3628         (gst_v4l2src_probe_caps_for_format_and_size)
3629         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3630         based on the capabilities of the device.
3631         (gst_v4l2src_grab_frame): Update for object variable renaming.
3632         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3633         as in the set_caps below.
3634         (gst_v4l2src_capture_init): Update for object variable renaming,
3635         and reflow.
3636         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3637         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3638         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3639         (gst_v4l2src_get_fps): Remove; these functions don't have much
3640         meaning outside of an atomic set_caps method.
3641         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3642         known.
3643
3644         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3645         call to update_fps; not sure about this change.
3646         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3647         moment we don't have an update_fps_func.
3648
3649         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3650         structures in the object, just store what we need. Do store the
3651         probed caps of the device. Don't store the current frame rate.
3652
3653         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3654         update_fps_function, for now. Update for new object variable
3655         naming.
3656         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3657         new object variable naming.
3658         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3659         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3660         (gst_v4l2src_get_caps): Rework to probe the device for supported
3661         frame sizes and frame rates.
3662         (gst_v4l2src_set_caps): Rework to be strict in the given
3663         parameters: if someone asks us to have a certain size and rate,
3664         that is what we configure.
3665         (gst_v4l2src_get_read): Update for object variable naming. Don't
3666         leak buffers on short reads.
3667         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3668         comments.
3669         (gst_v4l2src_create): Update for object variable naming.
3670
3671 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3672
3673         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3674         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3675         * gst/avi/gstavidemux.h:
3676           Parse subtitle text streams instead of erroring out (#442034). Still
3677           needs a parser for the subtitles to actually show up.
3678
3679 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3680
3681         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3682         (gst_avi_demux_loop):
3683           Make _push_event() return TRUE if the event could be pushed on at
3684           least one pad and not only if it could be pushed on all pads,
3685           otherwise we'll end up posting an error message on EOS if one or
3686           more source pads are not connected.
3687
3688 2007-05-28  Wim Taymans  <wim@fluendo.com>
3689
3690         * gst/rtsp/rtsptransport.c:
3691         Use renamed RTP bin.
3692
3693 2007-05-28  Wim Taymans  <wim@fluendo.com>
3694
3695         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3696
3697         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3698         (gst_video_box_set_property), (gst_video_box_transform_caps),
3699         (video_box_recalc_transform), (gst_video_box_set_caps),
3700         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3701         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3702         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3703         (gst_video_box_i420_i420), (gst_video_box_transform),
3704         (plugin_init):
3705         Add AYUV->AYUV and AYUV->I420 formats. 
3706         Fix negotiation and I420->AYUV conversion.
3707         Fixes #429329.
3708
3709 2007-05-26  Wim Taymans  <wim@fluendo.com>
3710
3711         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3712         Use different variables for nested for loops so that the outer loop
3713         functions properly and speex files with multiple frames per buffer work
3714         properly.
3715         Fixes #441408.
3716
3717 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3718
3719         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3720           Don't leak newsegment events.
3721
3722 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * gst/wavparse/Makefile.am:
3725           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3726           drags it in.
3727
3728 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3729
3730         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3731         (notgst_value_array_append_buffer),
3732         (gst_flac_enc_process_stream_headers),
3733         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3734         (gst_flac_enc_change_state):
3735         * ext/flac/gstflacenc.h:
3736           Collect headers, add "streamheader" field to output caps and set
3737           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3738           produces output according to the official FLAC-to-Ogg mapping
3739           instead of completely broken files. Fixes #426044.
3740
3741 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3742
3743         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3744         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3745         (gst_id3demux_sink_event):
3746         * gst/id3demux/gstid3demux.h:
3747         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3748         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3749         (gst_tag_demux_send_new_segment):
3750         Handle and adjust new-segment events so that downstream really
3751         sees a stream with the tag pieces stripped off the front and back.
3752         Fixes strangeness in seeking when mp3 decoders use the new-segment
3753         byte position to estimate their current playback position timestamp
3754         and then the arriving buffers don't match up.
3755
3756 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3757
3758         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3759           Don't unnecessarily perform a READY->NULL->READY transition on the
3760           detected audio sink when starting up. Fixes: #440127
3761
3762 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3763
3764         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3765         (gst_flac_enc_chain):
3766           Don't crash in chain function if setcaps hasn't been called.
3767
3768 2007-05-24  Wim Taymans  <wim@fluendo.com>
3769
3770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3771         Init value to avoid infinte loops.
3772
3773 2007-05-24  Wim Taymans  <wim@fluendo.com>
3774
3775         Patch by: Peter Kjellerstedt  <pkj at axis com>
3776
3777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3778         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3779         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3780         (gst_rtspsrc_play):
3781         (rtsp_connection_send), (rtsp_connection_receive):
3782         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3783         Fix for new API.
3784
3785         * gst/rtsp/rtspconnection.c: (add_auth_header),
3786         Only add authorisation and session headers when sending messages.
3787
3788         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3789         (rtsp_message_init_request), (rtsp_message_init_response),
3790         (rtsp_message_unset), (rtsp_message_add_header),
3791         (rtsp_message_remove_header), (rtsp_message_get_header),
3792         (rtsp_message_append_headers), (dump_key_value),
3793         (rtsp_message_dump):
3794         * gst/rtsp/rtspmessage.h:
3795         Add support for multiple headers of the same type by storing the parsed
3796         headers in a GArray instaed of a hashtable.
3797
3798 2007-05-21  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3801         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3802         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3803         safer shutdown.
3804
3805 2007-05-21  Wim Taymans  <wim@fluendo.com>
3806
3807         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3808         * gst/rtsp/gstrtpdec.h:
3809         Added signal for backwards compat.
3810
3811 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3812         
3813         Patch by: René Stadler <mail at renestadler dot de>
3814
3815         * configure.ac:
3816         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3817         (gst_au_parse_parse_header), (gst_au_parse_chain):
3818         * gst/auparse/gstauparse.h:
3819         Use audioconvert for converting from non-native endianness floats
3820         in auparse instead of doing it ourself. Fixes #424527.
3821         This needs the audioconvert from plugins-base CVS.
3822         
3823 2007-05-21  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3826         (gst_rtp_h263p_pay_flush):
3827         Fix enum registration.
3828
3829 2007-05-21  Wim Taymans  <wim@fluendo.com>
3830
3831         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3832
3833         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3834         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3835         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3836         (gst_rtp_h263p_pay_flush):
3837         * gst/rtp/gstrtph263ppay.h:
3838         Add new fragmentation mode base on GOB headers. Fixes #438940.
3839
3840 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3843           Printf format fix.
3844
3845 2007-05-18  Wim Taymans  <wim@fluendo.com>
3846
3847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3848         Don't crash when an unsupported transport error was returned by the
3849         server, just try to configure the next stream. Fixes #439255.
3850
3851 2007-05-18  Wim Taymans  <wim@fluendo.com>
3852
3853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3854         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3855         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3856         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3857         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3858         * gst/rtsp/gstrtspsrc.h:
3859         Add TCP timeout property and use it for all TCP connection.
3860
3861         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3862         (rtsp_connection_write), (rtsp_connection_next_timeout),
3863         (rtsp_connection_reset_timeout):
3864         Make connect and writes cancelable and make them use the timeout.
3865
3866 2007-05-18  Wim Taymans  <wim@fluendo.com>
3867
3868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3869         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3870         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3871         (gst_rtspsrc_setup_streams):
3872         Refactor timeout handling.
3873         Also send keep-alive when dealing with TCP transport.
3874
3875         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3876         (rtsp_connection_free), (rtsp_connection_next_timeout),
3877         (rtsp_connection_reset_timeout):
3878         * gst/rtsp/rtspconnection.h:
3879         Use a timer to handle the session timeouts, add some methods to deal
3880         with timeouts.
3881
3882 2007-05-17  Wim Taymans  <wim@fluendo.com>
3883
3884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3885         (gst_rtspsrc_setup_streams):
3886         Ignore streams that fail the setup command, we will retry with a
3887         different transport later on.
3888
3889         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3890         (rtsp_ext_wms_configure_stream):
3891         Fix encoding name case.
3892
3893 2007-05-16  Edward Hervey  <edward@fluendo.com>
3894
3895         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3896         Fix build on macosx.
3897
3898 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3899
3900         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3901         Replace direct comparison of a string with the string literal "" with
3902         a comparison of the first character with '\0'. Fixes #438926.
3903
3904 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3905
3906         * gst/debug/breakmydata.c (gst_break_my_data_init):
3907           One more try. This should be the proper fix now.
3908
3909 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3910
3911         * gst/debug/breakmydata.c:
3912           Ooops, no // comments please.
3913
3914 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3915
3916         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3917         (gst_break_my_data_init):
3918           Fix gst_buffer_is_writable() assertion.
3919
3920 2007-05-14  David Schleef  <ds@schleef.org>
3921
3922         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3923           video/x-raw-bayer.  Fixes #314160.
3924
3925 2007-05-14  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3928         (gst_rtp_theora_depay_parse_configuration):
3929         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3930         (gst_rtp_theora_pay_finish_headers),
3931         (gst_rtp_theora_pay_handle_buffer):
3932         Update theora pay/depayloader in a similar to vorbis.
3933
3934         * gst/rtp/gstrtpvorbisdepay.c:
3935         (gst_rtp_vorbis_depay_parse_configuration):
3936         Update docs.
3937
3938 2007-05-14  Wim Taymans  <wim@fluendo.com>
3939
3940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3941         When we try to execute a method that is not supported by the server,
3942         don't error out but remove the method from the accepted methods so that
3943         we never try to perform this method again.
3944
3945 2007-05-14  Wim Taymans  <wim@fluendo.com>
3946
3947         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3948         Remove annoying _dump_mem.
3949
3950 2007-05-14  Wim Taymans  <wim@fluendo.com>
3951
3952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3953         Parse range correctly.
3954
3955         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3956         The baseurl now always has a '/' at the start.
3957
3958 2007-05-14  Wim Taymans  <wim@fluendo.com>
3959
3960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3961         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3962         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3963         Factor out caps configuration and configure more stuff such as the time
3964         ranges and speed/scale values.
3965
3966         * gst/rtsp/rtsptransport.c:
3967         Add Copyright after non-trival fixes.
3968
3969 2007-05-12  Wim Taymans  <wim@fluendo.com>
3970
3971         Patch by: Peter Kjellerstedt  <pkj at axis com>
3972
3973         * gst/rtsp/gstrtspsrc.h:
3974         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3975         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3976         (rtsp_message_get_header):
3977         * gst/rtsp/rtspmessage.h:
3978         Make channel guint8 where possible.
3979         Make rtsp_message_init_data() take the channel as a guint8.
3980
3981         * gst/rtsp/rtspdefs.c:
3982         Fixed a typo: Timout -> Timeout
3983
3984         * gst/rtsp/rtspdefs.h:
3985         Make RTSP_CHECK() behave as a statement.
3986
3987         * gst/rtsp/sdpmessage.c:
3988         Avoid a compiler warning in INIT_ARRAY().
3989         Fixes #437692.
3990
3991 2007-05-12  Wim Taymans  <wim@fluendo.com>
3992
3993         Patch by: Peter Kjellerstedt  <pkj at axis com>
3994
3995         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3996         (rtsp_url_get_request_uri):
3997         * gst/rtsp/rtspurl.h:
3998         Add support for query parameters to RTSP URLs.
3999
4000 2007-05-12  Wim Taymans  <wim@fluendo.com>
4001
4002         Patch by: Peter Kjellerstedt  <pkj at axis com>
4003
4004         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4005         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4006         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4007         (rtsp_transport_parse), (rtsp_transport_as_text):
4008         * gst/rtsp/rtsptransport.h:
4009         Add validation to rtsp_transport_parse().
4010         Add rtsp_transport_as_text() to generate an RTSP header from an
4011         RTSPTransport.
4012         Change ssrc to guint (was a string) since that is what it is, even
4013         though it is sent as a hex string.
4014         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4015         incorrect, which can be seen when looking at the examples in the RFC).
4016         Fixes #437670.
4017
4018 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4019
4020         Patch by: Eric Anholt
4021
4022         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4023           gst_ximage_src_ximage_get):
4024         Use union of all damage between frames to make it faster.
4025         Fixes bug #342463.
4026         Also fix crasher when cursor is at bottom right of window.
4027
4028 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4029
4030         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4031           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4032           streaming mode regression for file from #343837 with 'bext' chunk
4033           before the 'fmt' chunk.
4034
4035 2007-05-11  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4038         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4039         (gst_rtspsrc_handle_src_event),
4040         (gst_rtspsrc_stream_configure_manager),
4041         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4042         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4043         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4044         * gst/rtsp/gstrtspsrc.h:
4045         * gst/rtsp/rtspdefs.h:
4046         Preliminary seek support.
4047         Activate internal pads so that we can receive events on them.
4048         Don't try to parse a range string when it's NULL.
4049
4050 2007-05-11  Wim Taymans  <wim@fluendo.com>
4051
4052         * gst/rtp/README:
4053         Update README with new RTP variables that will be used for
4054         synchronisation.
4055
4056         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4057         (gst_rtp_vorbis_depay_parse_configuration),
4058         (gst_rtp_vorbis_depay_process):
4059         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4060         (gst_rtp_vorbis_pay_finish_headers),
4061         (gst_rtp_vorbis_pay_handle_buffer):
4062         Update vorbis pay and depayloader to draft-04.
4063
4064 2007-05-11  Wim Taymans  <wim@fluendo.com>
4065
4066         * gst/rtsp/rtsptransport.c:
4067         UDP MCAST is actually the default for RTP/AVP.
4068 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4069
4070         * gst/level/gstlevel.c: (gst_level_transform_ip):
4071         Use guint8 * instead of gpointer then vs6 can build 
4072         in_data += (filter->width / 8).
4073
4074 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4075
4076         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4077           gst_ximage_src_ximage_get):
4078         * sys/ximage/gstximagesrc.h (last_ximage):
4079         When using Damage actually keep the last frame, and not assume
4080         that the buffer we get already has the last frame on it.
4081         Copy the cursor over if we specify a non-zero start x and
4082         start y.
4083
4084 2007-05-11  Wim Taymans  <wim@fluendo.com>
4085
4086         * gst/rtsp/rtsptransport.c:
4087         Make UDP the default transport when not specified.
4088
4089 2007-05-09  David Schleef  <ds@schleef.org>
4090
4091         * gst/level/gstlevel.c:
4092           Revert last change.
4093
4094 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4095
4096         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4097         (gst_level_transform_ip):
4098         Use guint8 * instead of gpointer then vs6 know the size of data
4099         pointed when moving the pointer.
4100         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4101         Move instructions after variables declaration.
4102         * win32/vs6/autogen.dsp:
4103         * win32/vs6/libgstrtp.dsp:
4104         * win32/vs6/libgstrtsp.dsp:
4105         Update vs6 project files.
4106
4107 2007-05-09  Wim Taymans  <wim@fluendo.com>
4108
4109         * gst/rtsp/Makefile.am:
4110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4111         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4112         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4113         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4114         (rtsp_range_free):
4115         * gst/rtsp/rtsprange.h:
4116         Add code to parse time ranges.
4117         Report DURATION on the stream when possible.
4118
4119 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4120
4121         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4122         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4123         (gst_videomixer_collected):
4124           Fix strides calculation for AYUV (it's just width*4) (#436910).
4125
4126 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4127
4128         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4129         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4130         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4131         Sync the GObject properties before each processing step to properly
4132         work with the controller.
4133
4134 2007-05-04  Wim Taymans  <wim@fluendo.com>
4135
4136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4137         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4138         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4139         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4140         (gst_rtspsrc_change_state):
4141         Let more error state trickle down so that we can catch more error
4142         cases.
4143         Handle keep-alive a little smarter by selecting a method the server
4144         actually supports.
4145         Fix a race in UDP streaming shutdown.
4146
4147 2007-05-04  Wim Taymans  <wim@fluendo.com>
4148
4149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4150         Ignore errors when trying to use the keep-alive messages.
4151
4152 2007-05-04  Wim Taymans  <wim@fluendo.com>
4153
4154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4155         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4156         (gst_rtspsrc_stream_configure_manager),
4157         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4158         (gst_rtspsrc_stream_configure_mcast),
4159         (gst_rtspsrc_stream_configure_udp),
4160         (gst_rtspsrc_stream_configure_udp_sink),
4161         (gst_rtspsrc_stream_configure_transport):
4162         Send RTCP messages back to the server over the TCP connection.
4163
4164         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4165         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4166         (rtsp_connection_receive):
4167         * gst/rtsp/rtspconnection.h:
4168         Factor out and expose lowlevel _write and _read methods.
4169         Implement sending data messages to the server.
4170
4171 2007-05-03  Wim Taymans  <wim@fluendo.com>
4172
4173         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4174         (gst_multipart_mux_collected):
4175         Fix timestamps on outgoing buffers.
4176
4177 2007-05-03  Wim Taymans  <wim@fluendo.com>
4178
4179         * gst/multipart/multipartmux.c:
4180         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4181         (gst_multipart_mux_change_state):
4182         Emit NEWSEGMENT events before pushing the first buffer.
4183
4184 2007-05-03  Wim Taymans  <wim@fluendo.com>
4185
4186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4187         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4188         (gst_rtspsrc_handle_src_query),
4189         (gst_rtspsrc_stream_configure_manager),
4190         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4191         (gst_rtspsrc_stream_configure_mcast),
4192         (gst_rtspsrc_stream_configure_udp),
4193         (gst_rtspsrc_stream_configure_udp_sink),
4194         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4195         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4196         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4197         (gst_rtspsrc_pause):
4198         Refactor transport configuration code.
4199         Create internal pads for TCP transport so that we can implement events
4200         and queries.
4201         Handle events and queries.
4202         Parse range from the SDP.
4203         Fix race in pause handler where the connection could still be flushing.
4204
4205 2007-05-02  Wim Taymans  <wim@fluendo.com>
4206
4207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4208         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4209         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4210         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4211         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4212         (gst_rtspsrc_change_state):
4213         * gst/rtsp/gstrtspsrc.h:
4214         Fix race when multiple udp sources post timeouts, just act on the first
4215         received timeout.
4216         Protect stream list with a recursive lock to fix some races.
4217         Flush connection when we need to do a reconnect or stop.
4218         Make state lock recursive.
4219
4220         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4221         (rtsp_connection_close):
4222         Some small cleanups.
4223
4224 2007-05-02  Wim Taymans  <wim@fluendo.com>
4225
4226         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4227         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4228         Only set DISCONT when there actually is a discont or when we just
4229         started.
4230
4231 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4232
4233         * ext/flac/gstflac.c: (plugin_init):
4234         Call bindtextdomain() to get localized strings.
4235
4236 2007-05-02  Wim Taymans  <wim@fluendo.com>
4237
4238         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4239         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4240         (gst_wavparse_stream_data):
4241         * gst/wavparse/gstwavparse.h:
4242         Be a bit more clever when dealing with VBR files with FACT tags, we
4243         don't want to timestamp buffers in that case but the estimated BPS can
4244         be used for seeking.
4245         Only send close segment in the streaming thread.
4246
4247 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4248
4249         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4250         Correctly post an error on the bus if something went wrong in the loop
4251         function. This fixes a few cases where the task was paused and nothing
4252         happened anymore.
4253
4254 2007-05-02  Wim Taymans  <wim@fluendo.com>
4255
4256         * gst/rtsp/test.c: (main):
4257         Fix compilation of deprecated test just because I'm too lazy to delete
4258         it.
4259
4260 2007-05-02  Wim Taymans  <wim@fluendo.com>
4261
4262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4263         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4264         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4265         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4266         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4267         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4268         * gst/rtsp/gstrtspsrc.h:
4269         Fix sending RTCP to the right place.
4270         Fix bug in reffing the wrong UDP element.
4271         Use new pad names for the session manager.
4272         Implement handling server requests in interleaved and UDP modes.
4273         Handle session keep-alive in UDP modes.
4274         Remove GCond for handling UDP timeouts.
4275
4276         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4277         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4278         (rtsp_connection_receive), (rtsp_connection_close):
4279         * gst/rtsp/rtspconnection.h:
4280         Store connection IP address for later.
4281         Add timeout args to all operations that might block forever.
4282         Parse session timeout.
4283         Only close sockets when not already closed.
4284
4285         * gst/rtsp/rtspdefs.c:
4286         * gst/rtsp/rtspdefs.h:
4287         Add timeout return value and error string.
4288
4289         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4290         Add small comment.
4291
4292 2007-05-01  Wim Taymans  <wim@fluendo.com>
4293
4294         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4295
4296         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4297         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4298         * gst/rtp/gstrtpmp4vpay.h:
4299         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4300
4301 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4302
4303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4304           Remove v4l2src from docs, since it breaks the docs build, and the
4305           plugin is only built if --enable-experimental is used anyway.
4306
4307         * docs/plugins/Makefile.am:
4308           Spaces => tab.
4309
4310 2007-04-29  Wim Taymans  <wim@fluendo.com>
4311
4312         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4313         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4314         Add code to drop membership of a multicast group.
4315
4316         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4317         (gst_udpsink_set_uri):
4318         Implement URI handler.
4319
4320         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4321         (gst_rtspsrc_parse_rtpinfo):
4322         Use URI handler to make udpsink instace.
4323         Improve code to configure port and destination.
4324
4325 2007-04-29  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4328         Fix multicast detection.
4329         Don't try to join a multicast group if the address is not multicast.
4330
4331         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4332         Small debug improvement.
4333
4334 2007-04-27  Wim Taymans  <wim@fluendo.com>
4335
4336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4337         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4338         (gst_rtspsrc_handle_message):
4339         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4340         parent.
4341
4342 2007-04-27  Wim Taymans  <wim@fluendo.com>
4343
4344         * gst/rtp/gstrtpilbcdepay.h:
4345         Fix mode property when specified as an arg.
4346
4347 2007-04-26  Edward Hervey  <edward@fluendo.com>
4348
4349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4351         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4352         * docs/plugins/inspect/plugin-osxaudio.xml:
4353         Add documentation for osxaudio plugin.
4354
4355 2007-04-26  Wim Taymans  <wim@fluendo.com>
4356
4357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4358         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4359         (gst_rtspsrc_open), (gst_rtspsrc_close),
4360         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4361         (gst_rtspsrc_pause):
4362         * gst/rtsp/gstrtspsrc.h:
4363         Protect state changes with a lock.
4364
4365         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4366         (parse_line):
4367         * gst/rtsp/rtspconnection.h:
4368         Remove some unused stuff.
4369
4370 2007-04-26  Wim Taymans  <wim@fluendo.com>
4371
4372         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4373         Handle the case where there are exactly 0 bytes to read and the ioctl
4374         did not report an error. Fixes #433530.
4375
4376 2007-04-26  Wim Taymans  <wim@fluendo.com>
4377
4378         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4379         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4380         * gst/wavparse/gstwavparse.h:
4381         Apply DISCONT to buffers.
4382         Only apply timestamp to the first sample after a DISCONT, too many VBR
4383         files cause random jitter in the timestamps. Fixes #433119.
4384
4385 2007-04-25  Wim Taymans  <wim@fluendo.com>
4386
4387         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4388         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4389         (gst_rtp_dec_get_property):
4390         * gst/rtsp/gstrtpdec.h:
4391         Add dummy latency property to be backwards compat with rtpbin.
4392
4393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4394         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4395         (gst_rtspsrc_stream_configure_transport),
4396         (gst_rtspsrc_parse_rtpinfo):
4397         * gst/rtsp/gstrtspsrc.h:
4398         Add latency property and configure in the session manager.
4399         Don't set invalid clock-base and seqnum-base on caps, some servers
4400         sometimes don't send them.
4401
4402 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4403
4404         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4405         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4406           Double-check that RGB input caps are really RGBA caps (apparently
4407           the core doesn't always catch it if those caps aren't a subset of
4408           our template caps, also see #421543). Fixes #429319 in a way.
4409           Also, don't leak the pad template in the transform_caps function.
4410
4411         * tests/check/Makefile.am:
4412         * tests/check/elements/.cvsignore:
4413         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4414         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4415         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4416         (GST_START_TEST), (alphacolor_suite):
4417           Add some basic unit tests for alphacolor.
4418
4419 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4420
4421         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4422           If we get a fatal flow return in the loop function, first post the
4423           error message and only then send the EOS event downstream, otherwise
4424           applications might get an eos message before the error message and
4425           think everything was ok (related to #429319).
4426
4427 2007-04-25  Wim Taymans  <wim@fluendo.com>
4428
4429         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4430         Read the channel byte as an unsigned byte.
4431
4432 2007-04-25  Wim Taymans  <wim@fluendo.com>
4433
4434         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4435         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4436         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4437         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4438         (gst_rtp_gsm_depay_setcaps):
4439         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4440         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4441         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4442         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4443         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4444         (gst_ilbc_depay_get_property):
4445         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4446         * gst/rtp/gstrtpmp4adepay.c:
4447         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4448         (gst_rtp_pcma_depay_setcaps):
4449         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4450         (gst_rtp_pcmu_depay_setcaps):
4451         Make sure we configure the clock_rate in the baseclass in the setcaps
4452         function. Fixes #431282.
4453
4454 2007-04-25  Wim Taymans  <wim@fluendo.com>
4455
4456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4457         (gst_rtspsrc_stream_free), (request_pt_map),
4458         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4459         * gst/rtsp/gstrtspsrc.h:
4460         Parse server address from SDP.
4461         Hook up a udpsink to send RTCP back to the server.
4462
4463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4464         * gst/rtsp/rtsptransport.h:
4465         Add some docs.
4466
4467 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4468
4469         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4470           Make header field check conditional. Fixes #433135
4471
4472 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4473
4474         * docs/plugins/Makefile.am:
4475         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4477         * docs/plugins/inspect/plugin-alphacolor.xml:
4478         * gst/alpha/Makefile.am:
4479         * gst/alpha/gstalphacolor.c:
4480         * gst/alpha/gstalphacolor.h:
4481           Add minimal docs blurb to alphacolor; split out headers into
4482           separate header file for gtk-doc.
4483
4484 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4485
4486         * gst/debug/progressreport.c: (gst_progress_report_report):
4487           Don't try to post NULL message (in case we can't query upstream
4488           position or duration).
4489
4490 2007-04-18  Michael Smith  <msmith@fluendo.com>
4491
4492         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4493         (gst_cutter_get_caps):
4494         * gst/cutter/gstcutter.h:
4495           Fix some of the most obvious bugs in cutter. Now doesn't leak
4496           everything if input is silent.
4497
4498 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4499
4500         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4501         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4502         * gst/wavenc/gstwavenc.h:
4503         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4504         else results in a invalid block align and invalid files.
4505
4506 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4507
4508         Patch by: Snaik <snaik32 gmail com>
4509
4510         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4511           Add missing break statement for BOX_HORIZONTAL case.
4512
4513 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4514
4515         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4516
4517         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4518         Use correct format strings for integer types.
4519
4520 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4521
4522         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4523         (gst_wavparse_create_sourcepad):
4524         Use gst_riff_create_audio_template_caps () instead of the local caps.
4525         This makes updates of the local caps unecessary whenever libgstriff
4526         gets support for new formats.
4527
4528 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4531
4532         * sys/sunaudio/gstsunaudio.c:
4533         * sys/sunaudio/gstsunaudiomixer.c:
4534         * sys/sunaudio/gstsunaudiomixer.h:
4535         * sys/sunaudio/gstsunaudiomixerctrl.c:
4536         * sys/sunaudio/gstsunaudiomixerctrl.h:
4537         * sys/sunaudio/gstsunaudiomixertrack.h:
4538         * sys/sunaudio/gstsunaudiosink.c:
4539         * sys/sunaudio/gstsunaudiosink.h:
4540         * sys/sunaudio/gstsunaudiosrc.c:
4541         * sys/sunaudio/gstsunaudiosrc.h:
4542           Fix and/or update copyright attributions (#430228).
4543
4544 2007-04-13  Wim Taymans  <wim@fluendo.com>
4545
4546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4547         Fix docs.
4548
4549         * gst/rtsp/URLS:
4550         Add some more example urls.
4551
4552         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4553         (gst_rtp_dec_chain_rtp):
4554         Better debugging.
4555
4556         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4557         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4558         (gst_rtspsrc_parse_rtpinfo):
4559         Remove unused code.
4560
4561 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4562
4563         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4564         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4565         (gst_wavparse_stream_data):
4566           Relax the audio/mpeg caps again and add FIXME: comment.
4567
4568 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4569
4570         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4571         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4572         (gst_wavparse_stream_data):
4573         * gst/wavparse/gstwavparse.h:
4574           More sanity check for the header fields. Fix type for 'rate' header
4575           field.
4576
4577 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4580         (gst_icydemux_unicodify):
4581           If the metadata strings we get in the stream are not UTF-8, try to
4582           interpret them according to the character encodings specified in the
4583           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4584           only fall back to locale/ISO-8859-1 if those aren't set or don't
4585           work. Should fix #428901.
4586
4587 2007-04-12  Wim Taymans  <wim@fluendo.com>
4588
4589         * gst/rtp/gstrtph264depay.c:
4590         Use the proper sync word for SPS and PPS.
4591
4592 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4593
4594         * gst/rtp/Makefile.am:
4595         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4596           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4597         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4598           Add a simple hashing implementation that we can use to generate
4599           a 24-bit ident value based on the codebooks for vorbis and theora.
4600         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4601           gst_rtp_theora_pay_handle_buffer):
4602         * gst/rtp/gstrtpvorbisdepay.c
4603           (gst_rtp_vorbis_depay_parse_configuration,
4604           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4605         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4606           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4607           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4608           Use the hashing function, ensuring that the same codebooks result
4609           in the same ident and thus the same SDP description.
4610           Various log fixes/changes.
4611
4612 2007-04-12  Wim Taymans  <wim@fluendo.com>
4613
4614         Patch by: jerry tan <jerry dot tan at sun dot com>
4615
4616         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4617         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4618         application's responsibility to make sure it open the device once.
4619         Remove a careless error if AUDIODEV is set. Fixes #392620.
4620
4621 2007-04-12  Wim Taymans  <wim@fluendo.com>
4622
4623         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4624         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4625         * gst/rtsp/gstrtpdec.h:
4626         Make backward compat with rtpbin by adding the request-pt-map signals.
4627
4628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4629         (new_session_pad), (request_pt_map),
4630         (gst_rtspsrc_stream_configure_transport),
4631         (gst_rtspsrc_stream_configure_caps),
4632         (gst_rtspsrc_activate_streams):
4633         * gst/rtsp/gstrtspsrc.h:
4634         Implement request-pt-map signals instead of setting caps on the buffers
4635         for the session manager.
4636
4637 2007-04-11  Wim Taymans  <wim@fluendo.com>
4638
4639         * gst/udp/gstudp.c: (plugin_init):
4640         Register GstNetBuffer in plugin_init so that the type can be used from
4641         multiple threads without races.
4642
4643 2007-04-10  Wim Taymans  <wim@fluendo.com>
4644
4645         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4646         (gst_rtp_amr_depay_process):
4647         Fix depayloader clock_rate and some cleanups.
4648
4649         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4650         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4651         * gst/rtp/gstrtph264depay.h:
4652         Don't push codec_data in the adapter because it might get flushed when
4653         we get a discont.
4654
4655         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4656         Handle multiple AU per packet.
4657
4658         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4659         (gst_rtp_sv3v_depay_plugin_init):
4660         Disable rank, this one does not work.
4661         Remove timestamping, base class does that.
4662
4663 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4664
4665         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4666           limit caps to the formats we announce in the template
4667
4668         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4669         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4670         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4671           fix some crashers/asserts when dealing with broken files
4672
4673 2007-04-10  Wim Taymans  <wim@fluendo.com>
4674
4675         Patch by: Peter Kjellerstedt  <pkj at axis com>
4676
4677         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4678         * gst/rtp/gstrtpL16depay.c:
4679         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4680         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4681         (gst_rtp_speex_depay_setcaps):
4682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4683         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4684         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4685         Fix some compiler warnings. Fixes #428182.
4686
4687 2007-04-06  Wim Taymans  <wim@fluendo.com>
4688
4689         * gst/rtsp/Makefile.am:
4690         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4691         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4692         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4693         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4694         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4695         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4696         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4697         (create_rtcp), (gst_rtp_dec_request_new_pad),
4698         (gst_rtp_dec_release_pad):
4699         * gst/rtsp/gstrtpdec.h:
4700         * gst/rtsp/gstrtsp.c: (plugin_init):
4701         Morph RTPDec into something compatible with RTPBin as a fallback.
4702         Various other style fixes.
4703
4704         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4705         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4706         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4707         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4708         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4709         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4710         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4711         * gst/rtsp/gstrtspsrc.h:
4712         Implement RTPBin session manager handling.
4713         Don't try to add empty properties to caps.
4714         Implement fallback session manager, handling.
4715         Don't combine errors from RTCP streams, just ignore them.
4716
4717         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4718         * gst/rtsp/rtsptransport.h:
4719         Implement fallback session manager.
4720         Make RTPBin the default one when available.
4721
4722 2007-04-05  Wim Taymans  <wim@fluendo.com>
4723
4724         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4725         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4726         This element is ready to be autoplugged.
4727
4728 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4729
4730         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4731         Don't leave the offsets defined by upstream element on the
4732         compressed data buffer we are pushing downstream. Make them
4733         GST_BUFFER_OFFSET_NONE.
4734
4735 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4736
4737         * gst/avi/README:
4738         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4739         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4740         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4741         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4742         (gst_avi_demux_calculate_durations_from_index),
4743         (gst_avi_demux_stream_header_push),
4744         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4745         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4746           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4747
4748 2007-04-03  Wim Taymans  <wim@fluendo.com>
4749
4750         * gst/smpte/barboxwipes.c:
4751         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4752
4753 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4754
4755         * gst/wavparse/gstwavparse.c:
4756         Support audio/x-raw-float in wav files. This only works with
4757         plugins-base CVS, using an older version doesn't have any
4758         disadvantages though.
4759
4760 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4761
4762         * configure.ac:
4763         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4764         (gst_au_parse_parse_header), (gst_au_parse_chain):
4765         * gst/auparse/gstauparse.h:
4766         Revert last change as we don't want plugins-good to depend on
4767         plugins-base CVS now.
4768
4769 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4770
4771         * configure.ac:
4772         Require gst-plugins-base CVS for audioconvert with non-native
4773         float support and width/depth fix in libgstriff.
4774
4775         Patch by: René Stadler <mail at renestadler dot de>
4776
4777         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4778         (gst_au_parse_parse_header), (gst_au_parse_chain):
4779         * gst/auparse/gstauparse.h:
4780         Don't swap the floats ourself if they're not in native endianness.
4781         Instead let audioconvert handle this. Fixes #339838.
4782
4783 2007-03-29  Wim Taymans  <wim@fluendo.com>
4784
4785         * gst/rtp/gstasteriskh263.h:
4786         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4787         (gst_rtp_h263p_depay_change_state):
4788         * gst/rtp/gstrtph263pdepay.h:
4789         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4790         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4791         (gst_rtp_h264_depay_change_state):
4792         * gst/rtp/gstrtph264depay.h:
4793         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4794         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4795         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4796         Flush adapter on disconts.
4797
4798 2007-03-29  Wim Taymans  <wim@fluendo.com>
4799
4800         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4801         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4802         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4803         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4804         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4805         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4806         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4807         (gst_rtp_mp4v_depay_process):
4808         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4809         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4810         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4811         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4812         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4813         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4814         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4815         Use more efficient adapter and rtpbuffer methods when possible.
4816
4817 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4818
4819         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4820         (gst_wavenc_sink_setcaps):
4821         Correctly handle width!=depth input.
4822         * gst/wavparse/gstwavparse.c:
4823         Already export in the caps that width==8 uses unsigned samples and
4824         everything else uses signed samples.
4825
4826 2007-03-29  Wim Taymans  <wim@fluendo.com>
4827
4828         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4829
4830         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4831         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4832         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4833         (gst_dynudpsink_close):
4834         * gst/udp/gstdynudpsink.h:
4835         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4836         (gst_udpsrc_create), (gst_udpsrc_set_property),
4837         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4838         * gst/udp/gstudpsrc.h:
4839         Rework the socket allocation a bit based on the sockfd argument so that
4840         it becomes usable.
4841         Add a closefd property to instruct the udp elements to close the custom
4842         file descriptors when going to READY. Fixes #423304.
4843         API:GstUDPSrc::closefd property
4844         API:GstDynUDPSink::closefd property
4845
4846 2007-03-29  Wim Taymans  <wim@fluendo.com>
4847
4848         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4849
4850         * gst/rtp/Makefile.am:
4851         * gst/rtp/gstrtp.c: (plugin_init):
4852         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4853         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4854         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4855         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4856         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4857         (gst_rtp_h264_pay_plugin_init):
4858         * gst/rtp/gstrtph264pay.h:
4859         Added H264 payloader. Fixes #423782.
4860
4861         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4862         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4863         Small fixes.
4864
4865 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4866
4867         * gst/wavparse/gstwavparse.c:
4868         Actually support depths from 1 to 32, not only 8 to 32.
4869
4870 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4871
4872         * gst/wavparse/gstwavparse.c:
4873         Add support for wav files containing audio/x-raw-int with random
4874         depths between 1 and 32 bits.
4875
4876 2007-03-28  Wim Taymans  <wim@fluendo.com>
4877
4878         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4879
4880         * gst/rtp/Makefile.am:
4881         * gst/rtp/gstrtp.c: (plugin_init):
4882         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4883         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4884         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4885         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4886         (gst_rtp_mp4a_depay_get_property),
4887         (gst_rtp_mp4a_depay_change_state),
4888         (gst_rtp_mp4a_depay_plugin_init):
4889         * gst/rtp/gstrtpmp4adepay.h:
4890         Added MP4A-LATM depayloader. Fixes #417792.
4891
4892         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4893         (gst_rtp_mp4v_depay_process):
4894         Fixup depayloader, setting codec_data, using more efficient adaptor and
4895         rtpbuffer handling.
4896
4897         * gst/rtsp/URLS:
4898         Add url to test above.
4899
4900 2007-03-25  Wim Taymans  <wim@fluendo.com>
4901
4902         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4903         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4904         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4905         (gst_rtspsrc_media_to_caps),
4906         (gst_rtspsrc_stream_configure_transport),
4907         (gst_rtspsrc_stream_configure_caps),
4908         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4909         * gst/rtsp/gstrtspsrc.h:
4910         Handle default clock-rates for static payload types, rearrange stuff so
4911         that the rtpmap field in the sdp can override the defaults.
4912         Parse RTP-Info field to get the seqnum and timebase fields that should
4913         go in the caps.
4914         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4915         the server. 
4916
4917 2007-03-22  Wim Taymans  <wim@fluendo.com>
4918
4919         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4920
4921         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4922         Accept complex pipeline descriptions as an audio profile instead of just
4923         a single element. Fixes #420658.
4924
4925 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4928           Rename registered type in preparation of GstTagDemux moving to
4929           -base at some point in the future.
4930
4931 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4934           Streaming mode fixes: don't unref buffer we don't own any longer;
4935           remove bogus adapter flush. Fixes #419338.
4936
4937 2007-03-17  David Schleef  <ds@schleef.org>
4938
4939         * REQUIREMENTS: Change the format to key/value, add a bunch of
4940           information, remove a bunch of requirements that are for
4941           other GStreamer packages.
4942
4943 2007-03-17  David Schleef  <ds@schleef.org>
4944
4945         * REQUIREMENTS: Fix a few things.  This file really needs a
4946         good once-over.
4947
4948 2007-03-15  Edward Hervey  <edward@fluendo.com>
4949
4950         * sys/Makefile.am:
4951         Don't forget to distribute the sys/osxaudio/ directory.
4952
4953 2007-03-15  Edward Hervey  <edward@fluendo.com>
4954
4955         * configure.ac:
4956         * sys/Makefile.am:
4957         * sys/osxaudio/Makefile.am:
4958         * sys/osxaudio/gstosxaudio.c:
4959         * sys/osxaudio/gstosxaudiosink.c:
4960         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4961         (gst_osx_audio_sink_getcaps),
4962         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4963         * sys/osxaudio/gstosxaudiosrc.c:
4964         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4965         (gst_osx_audio_src_create_ringbuffer):
4966         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4967         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4968         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4969         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4970         * sys/osxaudio/gstosxringbuffer.h:
4971         Activate osxaudio in gst-plugins-good with proper build setup.
4972         Add inlined documentation.
4973         Fix debug statements
4974         Fix ringbuffer when pausing.
4975         Fixes #323471
4976
4977 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4978         * gst/rtp/gstrtppcmapay.c:
4979         * gst/rtp/gstrtppcmapay.h:
4980         * gst/rtp/gstrtppcmupay.c:
4981         * gst/rtp/gstrtppcmupay.h:
4982         Ported mulaw and alaw payloaders to use new base class
4983
4984 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4985
4986         * po/af.po:
4987         * po/az.po:
4988         * po/cs.po:
4989         * po/en_GB.po:
4990         * po/it.po:
4991         * po/nl.po:
4992         * po/or.po:
4993         * po/sq.po:
4994         * po/sr.po:
4995         * po/sv.po:
4996         * po/uk.po:
4997         * po/vi.po:
4998           Update translations.
4999
5000 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5001
5002         * configure.ac:
5003           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5004
5005 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5006
5007         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5008           Fix handling of -1 values for start and stop values when seeking,
5009           and SEEK_CUR+SEEK_END here as well.
5010
5011 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5012
5013         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5014           Fix handling of -1 values for start and stop values when seeking, 
5015           and SEEK_CUR+SEEK_END.
5016
5017 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5018
5019         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5020           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5021           the image format a variable-length NUL-terminated string; in
5022           versions before that the image format is a fixed-length string of
5023           3 characters (see #348644 for a sample tag).
5024           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5025
5026 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5027
5028         * win32/MANIFEST:
5029         Add new project files to MANIFEST.
5030         * win32/vs6/libgstaudiofx.dsp:
5031         * win32/vs6/libgstrtp.dsp:
5032         * win32/vs6/libgstrtsp.dsp:
5033         Update project files.
5034         
5035 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5036
5037         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5038         (gst_avi_demux_parse_index):
5039         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5040         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5041           Printf format fixes; also add some missing quotes in translated
5042           strings. Fixes #416728 and #416727.
5043
5044 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5045
5046         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5047           Tim and I can't think of any reason the child audio sink needs to 
5048           be set back to NULL after successfully determining that it can 
5049           reach READY - it gets immediately set back to READY by the caller
5050           anyway, causing an unnecessary close/open of any audio devices
5051           involved.
5052
5053 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * po/LINGUAS:
5056         * po/ja.po:
5057           Add ja.po file from #377306.
5058
5059 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5062         * sys/sunaudio/gstsunaudiomixertrack.c:
5063         (gst_sunaudiomixer_track_new):
5064           Actually translate sunaudio mixer track labels instead of just
5065           marking the strings as translatable (#377306); clean up weird
5066           label string mapping code that serves no apparent purpose. Also
5067           set the 'untranslated-label' property when creating mixer tracks
5068           if the GstMixerTrack base class supports this.
5069
5070         * tests/check/Makefile.am:
5071         * tests/check/elements/.cvsignore:
5072         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5073         (sunaudio_suite):
5074           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5075           actually tested on a system where sunaudiomixer is available).
5076
5077 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5078
5079         * tests/check/Makefile.am:
5080         Re-enable the states test and see if it works on the buildbots.
5081
5082 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5083
5084         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5085         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5086         (gst_dvdec_change_state):
5087         * ext/dv/gstdvdec.h:
5088         Infer pixel-aspect-ratio from the video frame format if it isn't
5089         provided by the container, as happens when playing DV from AVI
5090         or Quicktime containers.
5091
5092         Patch by: Wim Taymans <wim@fluendo.com>
5093         Fixes #380944
5094
5095 2007-03-09  Wim Taymans  <wim@fluendo.com>
5096
5097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5098         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5099         will later be handled by the jitterbuffer.
5100
5101 2007-03-09  Wim Taymans  <wim@fluendo.com>
5102
5103         * ext/taglib/gstid3v2mux.cc:
5104         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5105         Fixes #414496.
5106         
5107         Patch by: Alex Lancaster <alexl at users sourceforge net>
5108
5109 2007-03-09  Wim Taymans  <wim@fluendo.com>
5110
5111         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5112         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5113         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5114         (gst_avi_demux_chain):
5115         Fix stream position reporting after a seek. Fixes #416445.
5116
5117 2007-03-08  Wim Taymans  <wim@fluendo.com>
5118
5119         Patch by: René Stadler <mail at renestadler dot de>
5120
5121         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5122         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5123         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5124         Make avidemux accept optional header chunks in any order.
5125         Fixes #415446.
5126
5127 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5128
5129         * tests/check/Makefile.am:
5130         Disable the states check until the remaining Valgrind errors
5131         are fixed or suppressed.
5132
5133 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5134
5135         * tests/check/elements/.cvsignore:
5136           Add audiodynamic check to .cvsignore
5137
5138 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5139
5140         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5141
5142         * gst/audiofx/Makefile.am:
5143         * gst/audiofx/audiodynamic.c:
5144         (gst_audio_dynamic_characteristics_get_type),
5145         (gst_audio_dynamic_mode_get_type),
5146         (gst_audio_dynamic_set_process_function),
5147         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5148         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5149         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5150         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5151         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5152         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5153         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5154         (gst_audio_dynamic_transform_hard_knee_expander_int),
5155         (gst_audio_dynamic_transform_hard_knee_expander_float),
5156         (gst_audio_dynamic_transform_soft_knee_expander_int),
5157         (gst_audio_dynamic_transform_soft_knee_expander_float),
5158         (gst_audio_dynamic_transform_ip):
5159         * gst/audiofx/audiodynamic.h:
5160         * gst/audiofx/audiofx.c: (plugin_init):
5161         Add new audiodynamic element which can act as a compressor or
5162         expander. Supported are hard-knee and soft-knee operation modes with
5163         user-specified ratio and threshold.
5164         Attack and release parameters are not yet implemented but will follow.
5165         * docs/plugins/Makefile.am:
5166         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5167         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5168         * docs/plugins/gst-plugins-good-plugins.args:
5169         * docs/plugins/inspect/plugin-audiofx.xml:
5170         Integrate audiodynamic into the docs.
5171         * tests/check/Makefile.am:
5172         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5173         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5174         Add unit test for audiodynamic.
5175
5176 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5177
5178         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5179         Free handles that we allocated when exiting via the error paths.
5180
5181 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5182
5183         * gst/level/gstlevel.c: (gst_level_class_init),
5184         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5185         (gst_level_transform_ip):
5186         * gst/level/gstlevel.h:
5187           Resolve message timestamps against the playback segment.
5188
5189 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5192         (gst_id3demux_sink_activate):
5193           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5194           caps passed to it (previously one code path assumed it took ownership
5195           while another one assumed it didn't, while in fact it sometimes did and
5196           sometimes didn't ...).
5197
5198         * configure.ac:
5199         * tests/files/Makefile.am:
5200         * tests/files/id3-407349-1.tag:
5201         * tests/files/id3-407349-2.tag:
5202           Add directory where data for unit tests can be stored.
5203
5204         * tests/Makefile.am:
5205         * tests/check/Makefile.am:
5206         * tests/check/elements/.cvsignore:
5207         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5208         (read_tags_from_file), (run_check_for_file),
5209         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5210           Add unit test for id3demux, and in particular for bug #407349. Only
5211           testing pull-mode for now; push mode doesn't work yet because the test
5212           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5213
5214 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5215
5216         * tests/check/Makefile.am:
5217           Add missing backslash at end of line.
5218
5219 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5220
5221         Trigger rebuild.
5222
5223 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5224
5225         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5226         * gst/id3demux/id3tags.h:
5227         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5228         (parse_obsolete_tdat_frame):
5229           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5230           the four-digit number will be interpreted as a year, whereas it is
5231           month and day in DDMM format. Instead, parse TDAT frames and fix up
5232           the date in the GST_TAG_DATE tag later if we also extracted a year.
5233           Fixes #407349.
5234
5235 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5236
5237         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5238         (gst_switch_commit_new_kid):
5239         Fix up the dispose logic so it doesn't leak, and fix setting of 
5240         the child state so that we don't set a child to our current state 
5241         just as we are changing it to something else.
5242
5243 2007-03-06  Wim Taymans  <wim@fluendo.com>
5244
5245         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5246         (gst_goom_chain):
5247         * gst/goom/gstgoom.h:
5248         Document, fix and improve goom adapter behaviour.
5249         Fixes #407006.
5250
5251 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5252
5253         * ext/esd/esdsink.c: (gst_esdsink_open):
5254         Unref static pad template after using it.
5255
5256 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5257
5258         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5259         (gst_switch_commit_new_kid):
5260         Fix up the reference counting of the child elements.
5261
5262 2007-03-05  Wim Taymans  <wim@fluendo.com>
5263
5264         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5265         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5266         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5267         Fix encoding-name case.
5268
5269 2007-03-05  Wim Taymans  <wim@fluendo.com>
5270
5271         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5272         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5273         (gst_rtp_speex_depay_process):
5274         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5275         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5276         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5277         (gst_rtp_speex_pay_change_state):
5278         * gst/rtp/gstrtpspeexpay.h:
5279         Fix speex (de)payloader. Fixes #358040.
5280
5281 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5282
5283         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5284         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5285         Install fakesink in NULL by fixing some broken logic. This obviates
5286         the need to manually set _IS_SINK.
5287         Add some comments and remove a little cruft while I'm at it.
5288
5289 2007-03-05  Wim Taymans  <wim@fluendo.com>
5290
5291         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5292         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5293
5294 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         * po/POTFILES.in:
5297           Update.
5298
5299 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5300
5301         * tests/check/Makefile.am:
5302         Gah! Also disable gconfvideosink from the tests, otherwise
5303         it will instantiate autovideosink, and dfbvideosink and
5304         leak on the buildbots.
5305
5306 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5307
5308         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5309         (gst_cdio_cdda_src_finalize):
5310         Make sure we always destroy our libcdio handle.
5311
5312 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5313
5314         * tests/check/Makefile.am:
5315         Disable autovideosink so the buildbots don't barf over memory
5316         leaked in the directfb sink.
5317
5318 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5319
5320         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5321         Chain up in dispose
5322
5323 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5324
5325         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5326         (gst_multipart_find_pad_by_mime):
5327         Use gst_pad_new_from_static_template instead of
5328         static_pad_template_get+pad_new.
5329
5330 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5331
5332         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5333         Catch the case where no clock has been set.
5334
5335 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5336
5337         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5338         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5339         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5340         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5341         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5342         (gst_gconf_audio_src_finalize), (do_toggle_element):
5343         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5344         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5345         (do_toggle_element):
5346         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5347         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5348         (gst_gconf_video_src_finalize), (do_toggle_element):
5349         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5350         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5351         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5352         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5353         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5354         (gst_shout2send_init), (gst_shout2send_finalize):
5355         * gst/debug/testplugin.c: (gst_test_class_init),
5356         (gst_test_finalize):
5357         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5358         (gst_flxdec_dispose):
5359         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5360         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5362         (gst_rtspsrc_finalize):
5363         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5364         * gst/rtsp/rtspextwms.h:
5365         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5366         (gst_smpte_finalize):
5367         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5368         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5369         (gst_udpsink_finalize):
5370         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5371         (gst_wavparse_sink_activate):
5372         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5373         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5374         (gst_oss_src_finalize):
5375         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5376         * sys/v4l2/gstv4l2object.h:
5377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5378         (gst_v4l2src_finalize):
5379         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5380
5381         Fix a bunch of leaks shown by the newly-added states test.
5382
5383 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5384
5385         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5386         Use gst_pad_new_from_static_template instead of 
5387         static_pad_template_get+pad_new.
5388
5389 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5390
5391         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5392
5393         * ext/libcaca/Makefile.am:
5394         * gst/debug/Makefile.am:
5395           Don't mix tabs and spaces (#414168).
5396
5397 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5398
5399         * tests/check/generic/.cvsignore:
5400           Ignore files to please buildbot.
5401
5402 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5403
5404         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5405         (gst_wavparse_stream_data):
5406           Unbreak my previous commit (swapped nominator & denominator). Tim,
5407           thanks for spotting.
5408
5409 2007-03-02  Wim Taymans  <wim@fluendo.com>
5410
5411         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5412         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5413         (gst_cdio_cdda_src_finalize):
5414         Small code cleanups.
5415         Don't use pad_alloc as the base class cannot deal with the error codes.
5416
5417 2007-03-02  Wim Taymans  <wim@fluendo.com>
5418
5419         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5420         (gst_udpsrc_create):
5421         Fix doc.
5422
5423 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5424
5425         Patch by: René Stadler <mail@renestadler.de>
5426
5427         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5428         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5429         (gst_wavparse_stream_data):
5430           Handle rounding better to not drop last sample frame. Fixes #356692
5431
5432 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5433
5434         * tests/check/Makefile.am:
5435         Disable cacasink from the states check too - it also calls exit(1)
5436         on us when it can't find a terminal to talk to.
5437
5438 2007-03-02  Wim Taymans  <wim@fluendo.com>
5439
5440         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5441
5442         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5443         (gst_udpsrc_create), (gst_udpsrc_set_property),
5444         (gst_udpsrc_get_property):
5445         * gst/udp/gstudpsrc.h:
5446         Add support to strip proprietary headers. Fixes #350296.
5447
5448 2007-03-02  Wim Taymans  <wim@fluendo.com>
5449
5450         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5451         Fix compilation.
5452
5453 2007-03-02  Wim Taymans  <wim@fluendo.com>
5454
5455         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5456
5457         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5458         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5459         (gst_rtp_mp2t_depay_set_property),
5460         (gst_rtp_mp2t_depay_get_property):
5461         * gst/rtp/gstrtpmp2tdepay.h:
5462         Add support to strip off proprietary headers. Fixes #350278.
5463
5464 2007-03-02  Wim Taymans  <wim@fluendo.com>
5465
5466         * ext/hal/hal.c:
5467         Fix compilation.
5468
5469 2007-03-02  Wim Taymans  <wim@fluendo.com>
5470
5471         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5472         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5473         (gst_sunaudiosrc_open):
5474         * sys/sunaudio/gstsunaudiosrc.h:
5475         Remove device-name from GstSunAudioSrc. Fixes #412597.
5476
5477 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5478
5479         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5480         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5481         Having NULL as UDI previously selected the default sink/src. Change
5482         this back but mention it in the debug output.
5483         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5484         (gst_hal_get_oss_element), (gst_hal_get_string),
5485         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5486         (gst_hal_get_audio_src):
5487         * ext/hal/hal.h:
5488         Refactor a bit, check all error conditions, greatly improve debugging
5489         and fix some possible memory leaks. Also implement OSS support
5490         and allow specifying an UDI that points to a real device. For this the
5491         child device which supports ALSA (preferred) or OSS is used.
5492         As a side effect this makes it impossible now to get a alsasink in
5493         halaudiosrc and a alsasrc in halaudiosink.
5494
5495 2007-03-01  Wim Taymans  <wim@fluendo.com>
5496
5497         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5498         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5499         Errors from the udp sources are not fatal unless all of them are in
5500         error.
5501
5502 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5503
5504         * tests/check/Makefile.am:
5505         Disable aasink in the states test. I suspect this is the element that
5506         is calling exit(1) when it can't proceed.
5507
5508 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5509
5510         * tests/check/Makefile.am:
5511         Draw plugins in from the build tree sys/ dir, rather than picking
5512         up the already installed versions.
5513
5514 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5515
5516         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5517         Error out correctly when getting xcontext fails.
5518
5519 2007-03-01  Wim Taymans  <wim@fluendo.com>
5520
5521         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5522         Make state change to PAUSED NO_PREROLL because that's what it will be in
5523         the future and rtspsrc relies on it.
5524
5525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5526         (gst_rtspsrc_change_state):
5527         Don't error out when we don't get an error from the state change
5528         function.
5529
5530 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5531
5532         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5533         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5534           Check if the device UDI is set before trying to query HAL
5535           about it and give a useful error message if it wasn't set.
5536         * ext/hal/hal.c: (gst_hal_get_string):
5537           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5538           gives an assertion failure in D-Bus when running with
5539           DBUS_FATAL_WARNINGS=1.
5540
5541 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5542
5543         * configure.ac:
5544           Convert to new AG_GST style.
5545
5546 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5547
5548         * tests/check/Makefile.am:
5549         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5550           add test for states
5551
5552 2007-02-28  Wim Taymans  <wim@fluendo.com>
5553
5554         * tests/check/elements/.cvsignore:
5555         Add new videofilter check to .cvsignore.
5556
5557 2007-02-28  Wim Taymans  <wim@fluendo.com>
5558
5559         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5560         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5561         (gst_avi_demux_loop), (gst_avi_demux_chain):
5562         Fix combined flow return. Fixes #412608.
5563
5564 2007-02-28  Wim Taymans  <wim@fluendo.com>
5565
5566         * gst/videofilter/Makefile.am:
5567         Dist header..
5568
5569 2007-02-28  Wim Taymans  <wim@fluendo.com>
5570
5571         * gst/videofilter/gstgamma.h:
5572         Add header too.
5573
5574 2007-02-28  Wim Taymans  <wim@fluendo.com>
5575
5576         Patch by: Mark Nauwelaerts <manauw at skynet be>
5577
5578         * gst/videofilter/Makefile.am:
5579         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5580         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5581         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5582         (oil_tablelookup_u8), (gst_gamma_set_caps),
5583         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5584         Port gamma filter to 0.10. Fixes #412704.
5585
5586         * tests/check/Makefile.am:
5587         * tests/check/elements/videofilter.c: (setup_filter),
5588         (cleanup_filter), (check_filter), (GST_START_TEST),
5589         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5590         Add unit tests for videofilters.
5591
5592 2007-02-28  Wim Taymans  <wim@fluendo.com>
5593
5594         * gst/rtsp/URLS:
5595         Add another interesting test url.
5596
5597         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5598         Don't allow getting header fields from data packets.
5599
5600 2007-02-28  Michael Smith  <msmith@fluendo.com>
5601
5602         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5603         (gst_shout2send_init), (gst_shout2send_start),
5604         (gst_shout2send_set_property), (gst_shout2send_get_property):
5605         * ext/shout2/gstshout2.h:
5606           Add a property for username.
5607
5608 2007-02-27  Christian Schallerr <christian@fluendo.com>
5609
5610         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5611
5612 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5613
5614         * gst/rtsp/Makefile.am:
5615         Fix make check too.
5616
5617 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5618
5619         * gst/rtsp/base64.c: (util_base64_encode):
5620         * gst/rtsp/base64.h:
5621         Commit missing files for base64 encoding.
5622
5623 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5624
5625         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5626
5627         * configure.ac:
5628         * ext/annodex/Makefile.am:
5629         * ext/jpeg/Makefile.am:
5630         * ext/speex/Makefile.am:
5631         * gst/alpha/Makefile.am:
5632         * gst/cutter/Makefile.am:
5633         * gst/debug/Makefile.am:
5634         * gst/effectv/Makefile.am:
5635         * gst/goom/Makefile.am:
5636         * gst/level/Makefile.am:
5637         * gst/smpte/Makefile.am:
5638         * gst/videofilter/Makefile.am:
5639           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5640
5641 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5642
5643         * gst/rtsp/Makefile.am:
5644         * gst/rtsp/rtspconnection.c: (append_auth_header),
5645         (rtsp_connection_send), (rtsp_connection_set_auth):
5646         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5647         from icecast to replace it. Relicensed from GPL courtesy of Mike
5648         Smith.
5649
5650 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5651
5652         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5653         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5654         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5655         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5656         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5657         (gst_rtspsrc_uri_set_uri):
5658         * gst/rtsp/gstrtspsrc.h:
5659         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5660         (append_auth_header), (rtsp_connection_send),
5661         (rtsp_connection_free), (rtsp_connection_set_auth):
5662         * gst/rtsp/rtspconnection.h:
5663         * gst/rtsp/rtspdefs.h:
5664         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5665         * gst/rtsp/rtspurl.h:
5666
5667         Implement simple Basic Authentication support so that urls like
5668         rtsp://user:pass@hostname/rtspstream work on hosts that require
5669         authentication.
5670
5671 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5672
5673         * sys/v4l2/gstv4l2object.c:
5674         * sys/v4l2/gstv4l2tuner.c:
5675         * sys/v4l2/v4l2_calls.c:
5676         Fix segfault when oppening a radio device.
5677         
5678 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5679
5680         * gst/level/gstlevel.c: (gst_level_set_caps),
5681         (gst_level_transform_ip):
5682         * sys/v4l2/README:
5683         * tests/check/elements/level.c: (GST_START_TEST):
5684           Fix level for multi-channel case.
5685
5686 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5687
5688         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5689         (gst_level_transform_ip):
5690         * gst/level/gstlevel.h:
5691           Use function pointer for process function and add process functions
5692           for float audio.
5693
5694 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5695
5696         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5697         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5698         (gst_v4l2src_capture_init):
5699           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5700           fixes #407369
5701
5702 2007-02-18  Wim Taymans  <wim@fluendo.com>
5703
5704         * gst/rtp/Makefile.am:
5705         * gst/rtp/gstrtp.c: (plugin_init):
5706         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5707         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5708         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5709         (gst_rtp_mp2t_pay_plugin_init):
5710         * gst/rtp/gstrtpmp2tpay.h:
5711         Added simple mpeg transport stream payloader.
5712
5713 2007-02-16  Wim Taymans  <wim@fluendo.com>
5714
5715         * gst/rtsp/URLS:
5716         Add example H264 rtsp url.
5717
5718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5719         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5720         Don't convert values to lowercase or we might mess up base64 encoded
5721         properties.
5722
5723 2007-02-16  Wim Taymans  <wim@fluendo.com>
5724
5725         * gst/rtp/README:
5726         Fix case of string params.
5727
5728         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5729         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5730         Fix depayloader, support more packet types.
5731         Add sync codes to make sure the packetizer can do its job.
5732
5733         * gst/rtp/gstrtpmp4gdepay.c:
5734         * gst/rtp/gstrtpmp4gpay.c:
5735         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5736         Fix caps case again.
5737
5738 2007-02-15  Wim Taymans  <wim@fluendo.com>
5739
5740         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5741         Set right caps on output buffers.
5742
5743 2007-02-14  Wim Taymans  <wim@fluendo.com>
5744
5745         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5746         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5747         Clear stack allocated SDPMedia struct before calling _init() on it.
5748         Clarify this in the docs as well.
5749
5750 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5751
5752         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5753         (do_change_child):
5754         Don't reset the profile when going switching states, as it makes
5755         the element non-reusable.
5756
5757 2007-02-14  Wim Taymans  <wim@fluendo.com>
5758
5759         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5760         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5761         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5762         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5763         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5764         (sdp_parse_line):
5765         * gst/rtsp/sdpmessage.h:
5766         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5767         Fix memory management of SDP messages. Fixes #407793.
5768
5769 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5770
5771         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5772
5773         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5774         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5775
5776 2007-02-14  Wim Taymans  <wim@fluendo.com>
5777
5778         Patch by: jp.liu <jp_liu at astrocom dot cn>
5779
5780         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5781         Fix parsing of password field in url. Fixes #407797.
5782
5783 2007-02-14  Wim Taymans  <wim@fluendo.com>
5784
5785         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5786         (gst_wavparse_reset), (gst_wavparse_init),
5787         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5788         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5789         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5790         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5791         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5792         (gst_wavparse_loop), (gst_wavparse_chain),
5793         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5794         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5795         (plugin_init):
5796         * gst/wavparse/gstwavparse.h:
5797         Update docs.
5798         Use boilerplate.
5799         Various code cleanups.
5800         When the bitrate is not known (bps == 0 or compressed formats) let
5801         downstream element guestimate the duration and position and don't
5802         generate timestamps or durations. Fixes #405213.
5803         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5804         error flowreturn upstream.
5805
5806 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5807
5808         * ext/gconf/Makefile.am:
5809         * ext/gconf/gconf.c: (gst_gconf_get_string),
5810         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5811         (gst_gconf_render_bin_with_default):
5812         * ext/gconf/gconf.h:
5813         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5814         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5815         (gst_gconf_audio_sink_dispose), (do_change_child),
5816         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5817         (cb_change_child), (gst_gconf_audio_sink_change_state):
5818         * ext/gconf/gstgconfaudiosink.h:
5819         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5820         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5821         (gst_switch_sink_init), (gst_switch_sink_dispose),
5822         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5823         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5824         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5825         * ext/gconf/gstswitchsink.h:
5826         * gst/autodetect/gstautoaudiosink.c:
5827         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5828         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5829         (gst_auto_audio_sink_detect):
5830         * gst/autodetect/gstautovideosink.c:
5831         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5832         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5833         (gst_auto_video_sink_detect):
5834         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5835         and a child that implements the GConf key monitoring. The end goal of
5836         this is an audio sink that can be changed on the fly, but at the 
5837         moment it still only changes on the next READY transition.
5838
5839 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5840
5841         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5842         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5843         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5844         (gst_avi_demux_calculate_durations_from_index),
5845         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5846         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5847         (gst_avi_demux_loop):
5848           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5849
5850 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5851
5852         * configure.ac:
5853         * docs/plugins/Makefile.am:
5854           Add crossreferences to glib/gobject/gstream docs.
5855
5856 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5857
5858         * gst/monoscope/Makefile.am:
5859         * gst/monoscope/gstmonoscope.c:
5860           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5861           (but no LIBS, since we only use defines from the headers).
5862
5863 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5864
5865         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5866
5867         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5868         (gst_wavparse_stream_data):
5869           Fix massive memory leak when operating in streaming mode due to
5870           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5871           Fixes #407057.
5872
5873 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5874
5875         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5876         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5877         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5878         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5879         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5880         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5881         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5882         (gst_avi_demux_calculate_durations_from_index),
5883         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5884         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5885         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5886         * gst/avi/gstavidemux.h:
5887           Save some memory (8%) by repacking the index entry structure (more to
5888           come). Add more FIXMEs to questionable parts.
5889
5890 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5891
5892         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5893         (gst_v4l2src_get_caps):
5894         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5895         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5896         (gst_v4l2src_capture_init):
5897           More FIXME comments and messaging changes.
5898
5899 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5900
5901         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5902         (gst_goom_change_state):
5903         * gst/goom/gstgoom.h:
5904           Improved docs and use GST_DEBUG_FUNCPTR.
5905
5906         * gst/level/gstlevel.c: (gst_level_class_init):
5907           Use GST_DEBUG_FUNCPTR.
5908
5909         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5910         (gst_monoscope_chain), (gst_monoscope_change_state):
5911           Improved docs source cleanups.
5912
5913 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5914
5915         * gst/debug/Makefile.am:
5916         * gst/debug/gstdebug.c: (plugin_init):
5917         * gst/debug/gstpushfilesrc.c:
5918         * gst/debug/gstpushfilesrc.h:
5919           Add code for a pushfilesrc element that implements a pushfile:// URI
5920           handler, to make debugging push-mode operation of demuxer/decoders
5921           that support both easier in connection with seek/playbin/etc.
5922           The element isn't registered at the moment.
5923
5924 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5925
5926         * gst/avi/gstavimux.c:
5927           Comment a #if 0 in caps template definition as VS6 seems to 
5928         do not support it.
5929         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5930           Use gst_guint64_to_gdouble for conversion.
5931         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5932           Move variables declaration before the first instruction.
5933         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5934           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5935           And don't include netdb.h for G_OS_WIN32
5936         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5937           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5938           by VS6 then use an other way to initialize SDPMedia structure.
5939         * gst/udp/gstdynudpsink.h:
5940         * gst/udp/gstdynudpnetutils.h:
5941           Do not include <sys/time.h> for G_OS_WIN32
5942         * gst/udp/gstudpsrc.c:
5943           Define socklen_t as int for G_OS_WIN32
5944         * win/common/config.h.in:
5945           Undef HAVE_NETINET_IN_H
5946         * win32/vs6/gst_plugins_good.dsw:
5947         * win32/vs6/libgstrtp.dsp:
5948         * win32/vs6/libgstrtsp.dsp:
5949         * win32/vs6/libgstautogen.dsp:
5950         * win32/vs6/libgstaudiofx.dsp:
5951         * win32/vs6/libgstudp.dsp:
5952           Add and update project files.
5953         * win32/common/gstudp-enumtypes.c:
5954         * win32/common/gstudp-enumtypes.h:
5955           Add a copy of udp enumtypes to win32/common as in core 
5956           and base.
5957         
5958 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * configure.ac:
5961           Activate monoscope when building with --enable-experimental. Fix
5962           --enable-external configure switch description.
5963
5964         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5965         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5966           Help gst-indent.
5967
5968 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5971           Explicitly cast result of pointer arithmetic to integer in order to
5972           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5973
5974 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5975
5976         * gst/debug/progressreport.c:
5977           Some more docs.
5978
5979 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5980
5981         * docs/plugins/inspect/plugin-rtp.xml:
5982           Update for new elements.
5983
5984         * gst/debug/progressreport.h:
5985           Commit newly-created header file as well.
5986
5987 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         * docs/plugins/Makefile.am:
5990         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5991         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5992         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5993         * gst/debug/Makefile.am:
5994         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5995         (gst_progress_report_do_query), (gst_progress_report_report):
5996           Make progressreport element post messages with the current progress
5997           on the bus. Also add some basic docs for it.
5998
5999 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6000
6001         * ext/hal/hal.c: (gst_hal_get_string):
6002         * ext/hal/hal.h:
6003           Some small cleanups; deal with errors when parsing the HAL ALSA
6004           capabilities a bit better.
6005
6006 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6007
6008         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6009           Let's try this again and use the right cast this time.
6010
6011 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6012
6013         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6014           Add cast to avoid compiler warnings with older GLib versions
6015           where the nick/name members in GEnumValue are not declared as
6016           constant strings.
6017
6018 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6019
6020         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6021         (gst_gconf_render_bin_from_key),
6022         (gst_gconf_get_default_audio_sink):
6023         * ext/gconf/gconf.h:
6024         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6025         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6026         (gst_gconf_audio_sink_get_property):
6027           In gconfaudiosink, get the right key as the old key in do_toggle
6028           (ie. one dependent on the profile selected). Log some more stuff so
6029           we can see what's actually going on.
6030
6031 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6032
6033         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6034         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6035         (gst_audio_amplify_set_process_function),
6036         (gst_audio_amplify_setup):
6037         * gst/audiofx/audioamplify.h:
6038         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6039         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6040         * gst/audiofx/audioinvert.h:
6041         Some small cleanups and port both elements to the new GstAudioFilter
6042         base class to save a few lines of common code.
6043         * gst/audiofx/Makefile.am:
6044         Link against libgstaudio for the above changes
6045
6046 2007-01-29  Wim Taymans  <wim@fluendo.com>
6047
6048         * tests/check/elements/.cvsignore:
6049         Some more ignores.
6050
6051 2007-01-26  Wim Taymans  <wim@fluendo.com>
6052
6053         Patch by: charles <charlesg3 at gmail dot com>
6054
6055         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6056         (set_shout_metadata), (gst_shout2send_event):
6057         * ext/shout2/gstshout2.h:
6058         Properly handle tags in shout2send. Fixes #399825.
6059
6060 2007-01-25  Wim Taymans  <wim@fluendo.com>
6061
6062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6063         (gst_rtspsrc_activate_streams):
6064         Convert SDP fields to upper/lowercase following the rules in the SDP to
6065         caps document. 
6066
6067 2007-01-25  Wim Taymans  <wim@fluendo.com>
6068
6069         * gst/rtp/README:
6070         * gst/rtp/gstrtpilbcdepay.c:
6071         * gst/rtp/gstrtpilbcpay.c:
6072         * gst/rtp/gstrtpmp4gdepay.c:
6073         * gst/rtp/gstrtpmp4gpay.c:
6074         * gst/rtp/gstrtpspeexdepay.c:
6075         * gst/rtp/gstrtpspeexpay.c:
6076         * gst/rtp/gstrtpsv3vdepay.c:
6077         * gst/rtp/gstrtptheoradepay.c:
6078         * gst/rtp/gstrtptheorapay.c:
6079         * gst/rtp/gstrtpvorbisdepay.c:
6080         * gst/rtp/gstrtpvorbispay.c:
6081         Fix case of encoding-name and key/value pairs to match the document.
6082         This is to make interoperation with SDP case-insensitive as required by
6083         the relevant RFCs.
6084
6085 2007-01-25  Wim Taymans  <wim@fluendo.com>
6086
6087         * configure.ac:
6088         Bump required -core/-base to CVS
6089
6090 2007-01-25  Wim Taymans  <wim@fluendo.com>
6091
6092         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6093         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6094         * gst/rtp/gstrtpL16pay.h:
6095         Fill up to MTU using adapter.
6096         Timestamp rtp packets.
6097
6098 2007-01-25  Edward Hervey  <edward@fluendo.com>
6099
6100         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6101         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6102         Use G_GSIZE_FORMAT in print statements for portability.
6103         Fixes build on macosx.
6104
6105 2007-01-24  Wim Taymans  <wim@fluendo.com>
6106
6107         * gst/rtp/Makefile.am:
6108         * gst/rtp/gstrtp.c: (plugin_init):
6109         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6110         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6111         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6112         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6113         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6114         (gst_rtp_L16_depay_plugin_init):
6115         * gst/rtp/gstrtpL16depay.h:
6116         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6117         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6118         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6119         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6120         (gst_rtp_L16_pay_plugin_init):
6121         * gst/rtp/gstrtpL16pay.h:
6122         Port and enable raw audio payloader/depayloader. Needs a bit more work
6123         on the payloader side.
6124
6125 2007-01-24  Wim Taymans  <wim@fluendo.com>
6126
6127         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6128         (gst_rtspsrc_stream_configure_transport),
6129         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6130         * gst/rtsp/gstrtspsrc.h:
6131         Only unblock the udp pads when we linked and activated them all.
6132         Fixes #395688.
6133
6134 2007-01-24  Wim Taymans  <wim@fluendo.com>
6135
6136         * gst/rtp/Makefile.am:
6137         * gst/rtp/gstrtp.c: (plugin_init):
6138         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6139         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6140         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6141         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6142         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6143         * gst/rtp/gstrtpac3depay.h:
6144         Added simple AC3 depayloader (RFC 4184).
6145
6146         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6147         Fix a leak.
6148
6149 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6150
6151         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6152
6153         * gst/audiofx/Makefile.am:
6154         * gst/audiofx/audioamplify.c:
6155         (gst_audio_amplify_clipping_method_get_type),
6156         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6157         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6158         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6159         (gst_audio_amplify_set_caps),
6160         (gst_audio_amplify_transform_int_clip),
6161         (gst_audio_amplify_transform_int_wrap_negative),
6162         (gst_audio_amplify_transform_int_wrap_positive),
6163         (gst_audio_amplify_transform_float_clip),
6164         (gst_audio_amplify_transform_float_wrap_negative),
6165         (gst_audio_amplify_transform_float_wrap_positive),
6166         (gst_audio_amplify_transform_ip):
6167         * gst/audiofx/audioamplify.h:
6168         * gst/audiofx/audiofx.c: (plugin_init):
6169         Add new element "audioamplify". This allows scaling of raw audio
6170         samples, similar to the "volume" element, but provides different modes
6171         for clipping and allows unlimited amplification. It's mainly targeted
6172         for creative sound design and not as a replacement of the "volume"
6173         element. Fixes #397162
6174         * docs/plugins/Makefile.am:
6175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6176         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6177         * docs/plugins/gst-plugins-good-plugins.args:
6178         * docs/plugins/inspect/plugin-audiofx.xml:
6179         Add docs for audioamplify and integrate them into the build system
6180         * tests/check/Makefile.am:
6181         * tests/check/elements/audioamplify.c: (setup_amplify),
6182         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6183         Add fairly extensive unit test suite for audioamplify
6184
6185 2007-01-24  Wim Taymans  <wim@fluendo.com>
6186
6187         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6188         Unblock pads after adding the pads to the element so that autopluggers
6189         get a change to link something. Possibly fixes #395688.
6190
6191 2007-01-24  Wim Taymans  <wim@fluendo.com>
6192
6193         * gst/rtp/gstrtpamrdepay.c:
6194         * gst/rtp/gstrtpgsmdepay.c:
6195         * gst/rtp/gstrtph263pdepay.c:
6196         * gst/rtp/gstrtph263ppay.c:
6197         * gst/rtp/gstrtph264depay.c:
6198         * gst/rtp/gstrtpilbcdepay.c:
6199         * gst/rtp/gstrtpmp2tdepay.c:
6200         * gst/rtp/gstrtpmp4gdepay.c:
6201         * gst/rtp/gstrtpmp4gpay.c:
6202         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6203         * gst/rtp/gstrtpmp4vpay.c:
6204         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6205         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6206         (gst_rtp_mpa_depay_process):
6207         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6208         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6209         * gst/rtp/gstrtppcmadepay.c:
6210         * gst/rtp/gstrtppcmudepay.c:
6211         * gst/rtp/gstrtpspeexdepay.c:
6212         * gst/rtp/gstrtpspeexpay.c:
6213         * gst/rtp/gstrtpsv3vdepay.c:
6214         * gst/rtp/gstrtptheoradepay.c:
6215         * gst/rtp/gstrtptheorapay.c:
6216         * gst/rtp/gstrtpvorbisdepay.c:
6217         * gst/rtp/gstrtpvorbispay.c:
6218         Fix caps with payload numbers.
6219         Add some fixed payload numbers to caps when possible.
6220
6221 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6222
6223         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6224
6225         * gst/audiofx/Makefile.am:
6226         * gst/audiofx/audiofx.c: (plugin_init):
6227         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6228         (gst_audio_invert_class_init), (gst_audio_invert_init),
6229         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6230         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6231         (gst_audio_invert_transform_float),
6232         (gst_audio_invert_transform_ip):
6233         * gst/audiofx/audioinvert.h:
6234         Add new audiofx element "audioinvert". This element swaps the upper
6235         and lower half of samples and can be used for example for a
6236         wide-stereo effect. Fixes #396057
6237         * docs/plugins/Makefile.am:
6238         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6239         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6240         * docs/plugins/gst-plugins-good-plugins.args:
6241         * docs/plugins/inspect/plugin-audiofx.xml:
6242         Add docs for the audioinvert element and add them to the build system.
6243         * tests/check/Makefile.am:
6244         * tests/check/elements/audioinvert.c: (setup_invert),
6245         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6246         Add unit test suite for the audioinvert element.
6247
6248 2007-01-23  Wim Taymans  <wim@fluendo.com>
6249
6250         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6251         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6252         Parse config params as string and int.
6253         Parse and use AU header length
6254
6255 2007-01-23  Wim Taymans  <wim@fluendo.com>
6256
6257         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6258         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6259         * gst/smpte/gstmask.c: (_gst_mask_register):
6260         * gst/smpte/gstmask.h:
6261         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6262         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6263         (gst_smpte_paint_triangle_clock):
6264         constify some static structs.
6265         Don't update the mask if nothing changed to the params.
6266         Make sure we never draw outside of the picture. Fixes #398325.
6267
6268 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6269
6270         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6271           Error out properly when pull_range fails while we're reading the
6272           headers, instead of just pausing the task silently. Fixes #399338.
6273
6274 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6277           Some more sanity checks to make sure the input formats match and the
6278           input pads are actually negotiated, in case someone tries to feed
6279           buffers from fakesrc or filesrc. Fixes #398299.
6280           Also const-ify an array, just because we can.
6281
6282 2007-01-19  Edward Hervey  <edward@fluendo.com>
6283
6284         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6285         Ignore previous commit, that was only valid for widths and heights
6286         that are multiples of 4.
6287         Copy over size/stride macros from jpegdec. This allows the element
6288         to work with any width,height...
6289         ... but puts in evidence that the actual transformations only work
6290         with width/height that are multiples of 4.
6291
6292 2007-01-19  Edward Hervey  <edward@fluendo.com>
6293
6294         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6295         Allocate buffers of the right size.
6296         The proper size of a I420 buffer in bytes is:
6297         
6298             width * height * 3
6299             ------------------
6300                     2
6301
6302 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6305           Proxy getcaps on sink pads too, so that we either end up with the
6306           same dimensions on all pads or error out if that's not possible
6307           (seems to work even!). Fixes #398086, I think.
6308
6309 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6312         * docs/plugins/gst-plugins-good-plugins.args:
6313         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6314           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6315           fix integer properties with -1 as minimum value.
6316
6317         * docs/plugins/inspect/plugin-1394.xml:
6318         * docs/plugins/inspect/plugin-aasink.xml:
6319         * docs/plugins/inspect/plugin-alaw.xml:
6320         * docs/plugins/inspect/plugin-alpha.xml:
6321         * docs/plugins/inspect/plugin-alphacolor.xml:
6322         * docs/plugins/inspect/plugin-annodex.xml:
6323         * docs/plugins/inspect/plugin-apetag.xml:
6324         * docs/plugins/inspect/plugin-audiofx.xml:
6325         * docs/plugins/inspect/plugin-auparse.xml:
6326         * docs/plugins/inspect/plugin-autodetect.xml:
6327         * docs/plugins/inspect/plugin-avi.xml:
6328         * docs/plugins/inspect/plugin-cacasink.xml:
6329         * docs/plugins/inspect/plugin-cairo.xml:
6330         * docs/plugins/inspect/plugin-cdio.xml:
6331         * docs/plugins/inspect/plugin-cutter.xml:
6332         * docs/plugins/inspect/plugin-debug.xml:
6333         * docs/plugins/inspect/plugin-dv.xml:
6334         * docs/plugins/inspect/plugin-efence.xml:
6335         * docs/plugins/inspect/plugin-effectv.xml:
6336         * docs/plugins/inspect/plugin-esdsink.xml:
6337         * docs/plugins/inspect/plugin-flac.xml:
6338         * docs/plugins/inspect/plugin-flxdec.xml:
6339         * docs/plugins/inspect/plugin-gconfelements.xml:
6340         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6341         * docs/plugins/inspect/plugin-goom.xml:
6342         * docs/plugins/inspect/plugin-halelements.xml:
6343         * docs/plugins/inspect/plugin-icydemux.xml:
6344         * docs/plugins/inspect/plugin-id3demux.xml:
6345         * docs/plugins/inspect/plugin-jpeg.xml:
6346         * docs/plugins/inspect/plugin-level.xml:
6347         * docs/plugins/inspect/plugin-matroska.xml:
6348         * docs/plugins/inspect/plugin-mulaw.xml:
6349         * docs/plugins/inspect/plugin-multipart.xml:
6350         * docs/plugins/inspect/plugin-navigationtest.xml:
6351         * docs/plugins/inspect/plugin-ossaudio.xml:
6352         * docs/plugins/inspect/plugin-png.xml:
6353         * docs/plugins/inspect/plugin-rtp.xml:
6354         * docs/plugins/inspect/plugin-rtsp.xml:
6355         * docs/plugins/inspect/plugin-shout2send.xml:
6356         * docs/plugins/inspect/plugin-smpte.xml:
6357         * docs/plugins/inspect/plugin-speex.xml:
6358         * docs/plugins/inspect/plugin-taglib.xml:
6359         * docs/plugins/inspect/plugin-udp.xml:
6360         * docs/plugins/inspect/plugin-videobalance.xml:
6361         * docs/plugins/inspect/plugin-videobox.xml:
6362         * docs/plugins/inspect/plugin-videoflip.xml:
6363         * docs/plugins/inspect/plugin-videomixer.xml:
6364         * docs/plugins/inspect/plugin-wavenc.xml:
6365         * docs/plugins/inspect/plugin-wavparse.xml:
6366         * docs/plugins/inspect/plugin-ximagesrc.xml:
6367           Update to CVS.
6368
6369 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6370
6371         Patch by: Sebastian Dröge <slomo circular-chaos org>
6372
6373         * gst/audiofx/audiopanorama.c:
6374           Fix doc section name (Fixes #397946)
6375
6376 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6377
6378         * sys/v4l2/gstv4l2object.c:
6379         (gst_v4l2_object_install_properties_helper),
6380         (gst_v4l2_object_set_property_helper),
6381         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6382         * sys/v4l2/gstv4l2object.h:
6383         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6384         (gst_v4l2src_init), (gst_v4l2src_set_property),
6385         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6386         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6387         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6388         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6389         (gst_v4l2src_capture_deinit):
6390           Fix EIO handing when capturing. Add new property to specify the number of
6391           buffers to enque (and remove the borked num-buffers usage).
6392
6393 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6394
6395         Patch by: Sebastian Dröge <slomo circular-chaos org>
6396
6397         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6398         (gst_audio_panorama_set_process_function):
6399           Use a function array for process methods, add more docs and define the
6400           startindex of enums.
6401
6402 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6403
6404         Patch by: Mark Nauwelaerts <manauw at skynet be>
6405
6406         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6407         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6408         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6409         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6410         (gst_avi_mux_riff_get_avi_header),
6411         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6412         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6413         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6414         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6415         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6416         (gst_avi_mux_change_state):
6417         * gst/avi/gstavimux.h:
6418         * tests/check/elements/avimux.c: (teardown_src_pad):
6419           Add support for more than one audio stream; write better AVIX
6420           header; refactor code a bit; don't announce vorbis caps on our audio
6421           sink pads since we don't support it anyway. Closes #379298.
6422
6423 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         Patch by: Sebastian Dröge <slomo circular-chaos org>
6426
6427         * gst/audiofx/audiopanorama.c:
6428         (gst_audio_panorama_method_get_type),
6429         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6430         (gst_audio_panorama_set_process_function),
6431         (gst_audio_panorama_set_property),
6432         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6433         (gst_audio_panorama_transform_m2s_int_simple),
6434         (gst_audio_panorama_transform_s2s_int_simple),
6435         (gst_audio_panorama_transform_m2s_float_simple),
6436         (gst_audio_panorama_transform_s2s_float_simple):
6437         * gst/audiofx/audiopanorama.h:
6438           Add 'method' property and provide a simple (non-psychoacustic)
6439           processing method (#394859).
6440
6441         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6442         (panorama_suite):
6443           Tests for new method.
6444
6445 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6448         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6449           Set correct caps on outgoing pulled buffers, or things blow up
6450           after recent core changes.
6451
6452 2007-01-11  Wim Taymans  <wim@fluendo.com>
6453
6454         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6455
6456         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6457         (gst_multipart_mux_request_new_pad),
6458         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6459         (gst_multipart_mux_change_state):
6460         Return FLOW errors ASAP. Fixes #394977.
6461         Misc cleanups.
6462
6463 2007-01-11  Wim Taymans  <wim@fluendo.com>
6464
6465         Patch by: Lutz Mueller <lutz at topfrose dot de>
6466
6467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6468         Check for stream pad before activating. 
6469
6470 2007-01-10  Wim Taymans  <wim@fluendo.com>
6471
6472         Patch by: Peter Kjellerstedt  <pkj at axis com>
6473
6474         * gst/rtsp/COPYING.MIT:
6475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6476         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6477         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6478         (gst_rtspsrc_stream_configure_transport),
6479         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6480         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6481         (gst_rtspsrc_parse_methods),
6482         (gst_rtspsrc_create_transports_string),
6483         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6484         (gst_rtspsrc_open), (gst_rtspsrc_close):
6485         * gst/rtsp/gstrtspsrc.h:
6486         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6487         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6488         (parse_request_line), (parse_line), (rtsp_connection_read),
6489         (rtsp_connection_close):
6490         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6491         (rtsp_method_as_text), (rtsp_header_as_text),
6492         (rtsp_status_as_text), (rtsp_find_header_field),
6493         (rtsp_find_method):
6494         * gst/rtsp/rtspdefs.h:
6495         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6496         (rtsp_ext_wms_configure_stream):
6497         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6498         (rtsp_message_new_request), (rtsp_message_init_request),
6499         (rtsp_message_new_response), (rtsp_message_init_response),
6500         (rtsp_message_init_data), (rtsp_message_unset),
6501         (rtsp_message_free), (rtsp_message_add_header),
6502         (rtsp_message_get_header), (rtsp_message_set_body),
6503         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6504         * gst/rtsp/rtspmessage.h:
6505         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6506         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6507         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6508         (sdp_message_dump):
6509         Allow url to be NULL to be able to use it for server connections.
6510         Can now send responses as well as requests.
6511         No longer hangs in an endless loop if EOF is received.
6512         Can now convert a status code to a text string.
6513         Return RTSP_HDR_INVALID for unknown headers.
6514         Return RTSP_INVALID for unknown methods.
6515         Copy CSeq and Session headers from the request.
6516         Only free memory corresponding to the currently set message type.
6517         Added const to function arguments as appropriate.
6518         Avoid a compiler warning when initializing nmedia.
6519         Use guint rather than gint to avoid compiler warnings.
6520         Fix crasher in wms extension.
6521         Factor out stream setup from open_connection.
6522         Delay activation of streams when actual data is received from the
6523         server, this prepares us to do proper protocol switching.
6524         Added new license.
6525         Fixes #380895.
6526
6527
6528 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         Patch by: Sebastian Dröge <slomo ubuntu com>
6531
6532         * docs/plugins/Makefile.am:
6533         * gst/audiofx/audiopanorama.c:
6534           Some small docs fixes (#394851).
6535
6536 2007-01-09  Wim Taymans  <wim@fluendo.com>
6537
6538         * gst/avi/gstavidemux.c:
6539         Fix docs.
6540
6541 2007-01-09  Wim Taymans  <wim@fluendo.com>
6542
6543         * gst/rtp/Makefile.am:
6544         * gst/rtp/gstrtp.c: (plugin_init):
6545         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6546         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6547         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6548         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6549         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6550         * gst/rtp/gstrtpmpvdepay.h:
6551           Added RFC 2250 MPEG Video Depayloader.
6552
6553         * gst/rtp/gstrtpL16depay.h:
6554         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6555         (gst_rtp_h263p_depay_process):
6556         Fix Header file. Small cleanups.
6557
6558         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6559         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6560         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6561         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6562         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6563         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6564         (gst_rtp_mp4v_depay_change_state):
6565         Remove usused code. Remove Adapter from state Change. Added debug.
6566
6567         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6568         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6569         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6570         * gst/rtp/gstrtpmpadepay.h:
6571         Subclass base depayloader.
6572         Added debug.
6573         Support static payload type assignment as well.
6574
6575         * gst/rtp/gstrtpmpapay.c:
6576         Fix caps.
6577
6578 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6581
6582         * ext/jpeg/gstjpegdec.c:
6583         * ext/jpeg/gstjpegenc.c:
6584         * ext/jpeg/smokecodec.c:
6585           These libjpeg callbacks should return a 'boolean' (unsigned char
6586           apparently) and not a 'gboolean' (which maps to gint). Fixes
6587           warnings when compiling with MingW (#393427).
6588
6589         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6590           Use ioctlsocket on win32.
6591
6592         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6593           Some printf format fixes for win32.
6594
6595 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6596
6597         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6598           Use gst_guint64_to_gdouble for conversion.
6599         * win32/vs6/libgstmatroska.dsp:
6600           Add zlib to the link.
6601         * win32/vs6/libgstvideobox.dsp:
6602           Update liboil library name (project is linked to 
6603           liboil-0.3-0.lib now).
6604           
6605 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6606
6607         * gst/matroska/Makefile.am:
6608           If zlib is available and used, we must link it explicitly for
6609           things to work on MingW (fixes #392855).
6610
6611 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6612
6613         * ext/esd/esdsink.c: (gst_esdsink_delay):
6614           Don't return bogus values when esd_get_delay() fails for some
6615           reason (#392189).
6616
6617 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         * sys/ximage/gstximagesrc.c: (composite_pixel):
6620           Fix presumably copy'n'pasto for 16bpp depth.
6621
6622 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         * gst/matroska/matroska-mux.c:
6625         (gst_matroska_mux_audio_pad_setcaps):
6626           The "signed" field in audio caps is of boolean type, trying to use
6627           gst_structure_get_int() to extract it will fail. Fixing this makes
6628           matroskamux accept raw audio input (#387121) (use at your own risk
6629           though, due to the matroska spec being not entirely useful in this
6630           respect).
6631           Also fix up raw audio structures in template caps so that they
6632           represent what our setcaps function will actually accept, so that
6633           converters know what to convert to.
6634           Finally, don't fail if there isn't an "endianness" field in 8-bit
6635           PCM caps.
6636
6637 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6638
6639         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6640         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6641         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6642         (teardown_cmmldec):
6643         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6644         (teardown_cmmlenc):
6645         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6646           reapply consistent pad (de)activation
6647
6648 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6649
6650         * configure.ac:
6651         Back to CVS
6652
6653         * gst-plugins-good.doap:
6654         Add 0.10.5 doap entry
6655
6656 === release 0.10.5 ===
6657
6658 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6659
6660         * configure.ac:
6661           releasing 0.10.5, "The Path of Thorns"
6662
6663 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6664
6665         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6666         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6667         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6668         (teardown_cmmldec):
6669         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6670         (teardown_cmmlenc):
6671         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6672           revert my freeze breakage
6673
6674 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6675
6676         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6677         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6678         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6679         (teardown_cmmldec):
6680         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6681         (teardown_cmmlenc):
6682         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6683           consistent pad (de)activation
6684
6685 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6686
6687         * configure.ac:
6688         * ext/Makefile.am:
6689         Disable LADPSA, as it has moved to the -bad module for the duration.
6690
6691 2006-12-18  Wim Taymans  <wim@fluendo.com>
6692
6693         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6694         (gst_signal_processor_event):
6695         Reset flow_state back to _OK after a flush stop so that we exit our
6696         error state after the flush. Fixes #374213
6697
6698 2006-12-16  David Schleef  <ds@schleef.org>
6699
6700         * sys/osxvideo/osxvideosink.h:
6701         * sys/osxvideo/osxvideosink.m:
6702           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6703
6704 2006-12-16  David Schleef  <ds@schleef.org>
6705
6706         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6707
6708         * sys/osxvideo/Makefile.am:
6709         * sys/osxvideo/osxvideosink.h:
6710         * sys/osxvideo/osxvideosink.m:
6711           Preliminary patch for porting osxvideosink
6712
6713 2006-12-16  Wim Taymans  <wim@fluendo.com>
6714
6715         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6716
6717         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6718         (gst_videomixer_set_master_geometry),
6719         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6720         (gst_videomixer_reset), (gst_videomixer_init),
6721         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6722         (gst_videomixer_release_pad), (gst_videomixer_collected),
6723         (gst_videomixer_change_state):
6724         Introduce some locking around the videomixer state so that it does not
6725         crash when adding/removing pads. Fixes #383043.
6726
6727 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * configure.ac:
6730           Make sure libcaca can actually be used instead of just checking for
6731           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6732           cross-compiling (fixes #384587).
6733
6734 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6735
6736         * Makefile.am:
6737         * gst-plugins-good.doap:
6738         * gst-plugins-good.spec.in:
6739           adding doap file
6740
6741 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * configure.ac:
6744           libflac-1.1.3 changed API again, but we can't build against it yet,
6745           so make sure our check doesn't use libflac-1.1.3 and add a comment
6746           to this effect.
6747
6748 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6749
6750         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6751         (gst_quarktv_planetable_clear):
6752           Add some NULL pointer checks (possibly related to #385623).
6753
6754 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6757         (gst_tag_demux_chain):
6758         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6759           In streaming mode, if the first buffer we get doesn't have an
6760           offset, fix it up to be 0, otherwise trimming won't work later on
6761           and we'll be typefinding application/x-id3, which may result in
6762           decodebin plugging an endless number of id3demux elements as a
6763           consequence. Fixes #385031.
6764           
6765 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6766
6767         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6768           Ignore the buffer_time the sound device reports. Turns out it is 
6769           sometimes completely bogus and we're better off without it.
6770
6771 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6774         (gst_matroska_demux_video_caps):
6775         * gst/matroska/matroska-ids.c:
6776         (gst_matroska_track_init_video_context):
6777         * gst/matroska/matroska-ids.h:
6778           Try harder to extract the framerate for video tracks correctly and
6779           save it directly instead of converting it back and forth a few
6780           times. Mostly makes a difference for very small framerates (<1).
6781           Fixes #380199.
6782
6783 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6786         (gst_gconf_audio_src_dispose), (do_toggle_element):
6787         * ext/gconf/gstgconfaudiosrc.h:
6788           Remove gconf notify hook when the gconfaudiosrc element is
6789           destroyed, otherwise the callback may be called on an
6790           already-destroyed instance and bad things happen. Should fix
6791           #378184.
6792           Also ignore gconf key changes when the source is already running.
6793
6794 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6795
6796         Patch by: Sebastian Dröge  <mail at slomosnail de>
6797
6798         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6799           We need to be able to read and parse any possible floating point string
6800           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6801           will parse the former only in certain locales though, so we really need
6802           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6803           make sure we can parse either version at all times.
6804           Fixes #382982 for real.
6805
6806 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6807
6808         * sys/sunaudio/gstsunaudiomixerctrl.c:
6809         * sys/sunaudio/gstsunaudiosrc.c:
6810
6811         Use the sunaudio debug category.
6812
6813         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6814         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6815         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6816         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6817         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6818         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6819         (gst_sunaudiosink_reset):
6820         * sys/sunaudio/gstsunaudiosink.h:
6821
6822         Uses the sunaudio debug category for all debug output
6823         Implements the _delay() callback to synchronise video playback better
6824         Change the segtotal and segsize values back to the parent class 
6825           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6826           respectively)
6827         Measure the samples written to the device vs. played.
6828         Keep track of segments in the device by writing empty eof frames, and
6829         sleep using a GCond when we get too far ahead and risk overrunning the
6830         sink's ringbuffer.
6831
6832         Fixes: #360673
6833
6834 2006-12-08  Wim Taymans  <wim@fluendo.com>
6835
6836         Patch by: Sebastian Dröge  <mail at slomosnail de >
6837
6838         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6839         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6840         * gst/audiofx/audiopanorama.h:
6841         Fix audiopanorame with float samples. Fixes #383726.
6842
6843 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6844
6845         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6846         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6847         (gst_sunaudiosrc_reset):
6848
6849         Implement reset functions to unblock the src/sink more quickly on 
6850         state change requests.
6851         Patch by: Brian Cameron <brian dot cameron at sun com>
6852
6853 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6854
6855         * sys/sunaudio/gstsunaudiomixer.c:
6856         (gst_sunaudiomixer_change_state):
6857         Construct the correct mixer device name when the AUDIODEV env var
6858         is set.
6859
6860         Patch by: Jerry Tan <jerry.tan at sun dot com>
6861         Fixes: #383596
6862
6863 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6864
6865         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6866         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6867         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6868         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6869         Patch by: Jerry Tan <jerry.tan at sun dot com>
6870         Fixes: #349015
6871
6872 2006-12-07  Wim Taymans  <wim@fluendo.com>
6873
6874         * gst/smpte/gstmask.h:
6875         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6876         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6877         (gst_smpte_collected), (gst_smpte_set_property),
6878         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6879         * gst/smpte/gstsmpte.h:
6880         Port to 0.10 some more. 
6881         Added duration property to specify the duration of the transition.
6882         Make framerate a fraction.
6883         Deprecate fps property, we only use negotiated fps.
6884         Added docs.
6885         Fix collectpad usage.
6886         Reset state in READY.
6887         Send NEWSEGMENT event.
6888         Fix racy updates of object properties.
6889         Added debug category.
6890         Fixes #383323.
6891
6892 2006-12-06  Wim Taymans  <wim@fluendo.com>
6893
6894         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6895
6896         * gst/videomixer/videomixer.c:
6897         (gst_videomixer_set_master_geometry),
6898         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6899         Don't reset xpos and ypos in the setcaps function because causes
6900         unexpected behaviour.
6901         Fixes #382179.
6902
6903 2006-12-06  Wim Taymans  <wim@fluendo.com>
6904
6905         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6906         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6907         Keep track of the buffer timestamp in the collectdata member instead
6908         of modifying the buffer without making the metadata writable first.
6909         Fixes #382277.
6910
6911 2006-12-06  Wim Taymans  <wim@fluendo.com>
6912
6913         Patch by: Rob Taylor <robtaylor at floopily dot org>
6914
6915         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6916         If using multicast in udpsrc, bind to the multicast address rather than
6917         IN_ADDR_ANY.
6918         This allows the simultanous use of multiple udpsrcs listening on
6919         different multicat addresses. Without this all udpsrcs will receive all
6920         packets from all subscribed multicast addresses.
6921         Fixes #383001.
6922
6923 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6924
6925         * ext/taglib/gstid3v2mux.cc:
6926         Don't attempt to write a NULL frame into the ID3 tag set when the 
6927         createFrame method returned NULL.
6928         Fixes: #381857
6929         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6930
6931 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6932
6933         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6934         Use g_strtod() instead of sscanf to parse doubles, so that it will
6935         try parsing in the C locale if the current locale fails.
6936         Fixes: #382982
6937         Patch by: Sebastian Dröge  <mail at slomosnail de >
6938
6939 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6940
6941         * win32/MANIFEST:
6942         Fix compilation on win32 under VS8
6943         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6944         Partially fixes #381175
6945
6946 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6947
6948         * gst/avi/gstavimux.c:
6949           accept all mpegversions,fixes #380825
6950           spotted by: Jerome Alet  
6951
6952 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6953
6954         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6955         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6956         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6957         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6958           cleanup the error message a bit more
6959
6960 2006-11-28  Wim Taymans  <wim@fluendo.com>
6961
6962         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6963         Fix width and height properties.
6964
6965         * ext/libcaca/gstcacasink.h:
6966         Fix compilation on newer libcaca that require us to include a new
6967         header. Fixes #379918.
6968
6969 2006-11-28  Wim Taymans  <wim@fluendo.com>
6970
6971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6972         * gst/rtsp/gstrtspsrc.h:
6973         * gst/rtsp/rtspext.h:
6974         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6975         (rtsp_ext_wms_get_context):
6976         Add method so that extensions can choose to disable the setup of
6977         a stream.
6978         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6979
6980 2006-11-27  Wim Taymans  <wim@fluendo.com>
6981
6982         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6983
6984         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6985         Push header in a separate buffer instead of memcpy:ing all data.
6986         Change LF => CRLF in headers.
6987         Move trailing LF to header. Fixes #379792.
6988
6989 2006-11-27  Wim Taymans  <wim@fluendo.com>
6990
6991         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6992         Small buffer overflow fix and improve debugging.
6993
6994 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6995
6996         * ext/esd/esdmon.h:
6997         * ext/esd/esdsink.h:
6998           remove obsolete _factory_init protos
6999
7000 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7001
7002         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7003         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7004         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7005         (gst_avi_demux_read_subindexes_push),
7006         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7007         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7008         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7009         (gst_avi_demux_massage_index),
7010         (gst_avi_demux_calculate_durations_from_index),
7011         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7012         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7013         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7014           remove dead code, tweak debugs statements, add comments, use
7015           _uint64_scale instead _uint64_scale_int when using guint64 values,
7016           small optimizations, reflow some error handling
7017
7018 2006-11-22  Edward Hervey  <edward@fluendo.com>
7019
7020         * po/.cvsignore:
7021         We never put .pot files in cvs. Let's ignore them all.
7022
7023 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7024
7025         * po/POTFILES.in:
7026           ... but better exclude files that aren't disted.
7027
7028 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7029
7030         * po/POTFILES.in:
7031           Add v4l2 source files to list of files with translations, so the
7032           strings are actually extracted (however bad they still may be).
7033
7034 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7037           Minor clean-ups: const-ify static array, remove trailing comma from
7038           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7039
7040 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7041
7042         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7043         Make sure that g_free always gets called on the same pointer that was 
7044         returned by g_malloc.  Fixes #376594.
7045         Do not leak memory if decompressed size is wrong.
7046         Remove unneeded check of return value of g_malloc.
7047         Patch by: René Stadler <mail@renestadler.de>
7048
7049 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7052           Add missing curly brackets.
7053
7054 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7055
7056         * sys/v4l2/v4l2src_calls.c:
7057         Fix capture_deinit.
7058
7059 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7060
7061         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7062         (gst_matroska_mux_request_new_pad):
7063           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7064
7065         * tests/check/elements/matroskamux.c: (setup_src_pad),
7066         (setup_sink_pad), (GST_START_TEST):
7067         Activate pads before using them.
7068
7069 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7070
7071         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7072           Initialise variable to get rid of bogus compiler warning.
7073
7074 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7075
7076         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7077
7078         * gst/rtp/gstrtph263pay.c:
7079         * gst/rtp/gstrtph263pdepay.c:
7080         * gst/rtp/gstrtph263ppay.c:
7081           Specify H.263 variant and version in the caps (fixes #361637)
7082
7083 2006-11-15  Wim Taymans  <wim@fluendo.com>
7084
7085         * gst/rtsp/rtspconnection.c: (read_body):
7086         Don't set a data pointer to NULL and a size > 0 when we deal
7087         with empty packets.
7088
7089         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7090         (rtsp_message_init_response), (rtsp_message_init_data),
7091         (rtsp_message_unset), (rtsp_message_free),
7092         (rtsp_message_take_body):
7093         Check that we can't create invalid empty packets. 
7094
7095 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7096
7097         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7098
7099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7100         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7101         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7102         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7103         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7104         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7105         * gst/matroska/matroska-mux.h:
7106           Add basic tag writing support; implement releasing pads (#374658).
7107
7108 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7111         (gst_matroska_demux_audio_caps):
7112           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7113
7114 2006-11-14  David Schleef  <ds@schleef.org>
7115
7116         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7117
7118 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7121
7122         * win32/vs8/gst-plugins-good.sln:
7123         * win32/vs8/libgst1394.vcproj:
7124         * win32/vs8/libgstaasink.vcproj:
7125         * win32/vs8/libgstalaw.vcproj:
7126         * win32/vs8/libgstalpha.vcproj:
7127         * win32/vs8/libgstalphacolor.vcproj:
7128         * win32/vs8/libgstannodex.vcproj:
7129         * win32/vs8/libgstapetag.vcproj:
7130         * win32/vs8/libgstaudiofx.vcproj:
7131         * win32/vs8/libgstauparse.vcproj:
7132         * win32/vs8/libgstautodetect.vcproj:
7133         * win32/vs8/libgstavi.vcproj:
7134         * win32/vs8/libgstcacasink.vcproj:
7135         * win32/vs8/libgstcdio.vcproj:
7136         * win32/vs8/libgstcutter.vcproj:
7137         * win32/vs8/libgstdv.vcproj:
7138         * win32/vs8/libgsteffectv.vcproj:
7139         * win32/vs8/libgstflac.vcproj:
7140         * win32/vs8/libgstflxdec.vcproj:
7141         * win32/vs8/libgstgoom.vcproj:
7142         * win32/vs8/libgsticydemux.vcproj:
7143         * win32/vs8/libgstid3demux.vcproj:
7144         * win32/vs8/libgstjpeg.vcproj:
7145         * win32/vs8/libgstladspa.vcproj:
7146         * win32/vs8/libgstlevel.vcproj:
7147         * win32/vs8/libgstmatroska.vcproj:
7148         * win32/vs8/libgstmikmod.vcproj:
7149         * win32/vs8/libgstmng.vcproj:
7150         * win32/vs8/libgstmonoscope.vcproj:
7151         * win32/vs8/libgstmulaw.vcproj:
7152         * win32/vs8/libgstmultipart.vcproj:
7153         * win32/vs8/libgstpng.vcproj:
7154         * win32/vs8/libgstrtp.vcproj:
7155         * win32/vs8/libgstrtsp.vcproj:
7156         * win32/vs8/libgstshout2.vcproj:
7157         * win32/vs8/libgstsmpte.vcproj:
7158         * win32/vs8/libgstspeex.vcproj:
7159         * win32/vs8/libgsttaglib.vcproj:
7160         * win32/vs8/libgstudp.vcproj:
7161         * win32/vs8/libgstvideobalance.vcproj:
7162         * win32/vs8/libgstvideobox.vcproj:
7163         * win32/vs8/libgstvideoflip.vcproj:
7164         * win32/vs8/libgstvideomixer.vcproj:
7165         * win32/vs8/libgstwavenc.vcproj:
7166         * win32/vs8/libgstwavparse.vcproj:
7167           Make end-of-line returns unixy, so that when the files are checked
7168           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7169           Hopefully fixes #366492.
7170
7171 2006-11-14  Wim Taymans  <wim@fluendo.com>
7172
7173         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7174         Disable init_frames delay timestamp adjustment, it does not
7175         seem to be needed at all. Fixes #369621.
7176
7177 2006-11-13  Wim Taymans  <wim@fluendo.com>
7178
7179         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7180
7181         * gst/videomixer/videomixer.c:
7182         (gst_videomixer_set_master_geometry),
7183         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7184         (gst_videomixer_collect_free), (gst_videomixer_reset),
7185         (gst_videomixer_init), (gst_videomixer_finalize),
7186         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7187         (gst_videomixer_collected), (gst_videomixer_change_state):
7188         Fix memleak by unref'ing collectpads instance (when finalizing)
7189         Implement releasing a request pad. Fixes #374479.
7190
7191 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7192
7193         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7194
7195         * win32/vs8/gst-plugins-good.sln:
7196         * win32/vs8/libgst1394.vcproj:
7197         * win32/vs8/libgstaasink.vcproj:
7198         * win32/vs8/libgstalaw.vcproj:
7199         * win32/vs8/libgstalpha.vcproj:
7200         * win32/vs8/libgstalphacolor.vcproj:
7201         * win32/vs8/libgstannodex.vcproj:
7202         * win32/vs8/libgstapetag.vcproj:
7203         * win32/vs8/libgstaudiofx.vcproj:
7204         * win32/vs8/libgstauparse.vcproj:
7205         * win32/vs8/libgstautodetect.vcproj:
7206         * win32/vs8/libgstavi.vcproj:
7207         * win32/vs8/libgstcacasink.vcproj:
7208         * win32/vs8/libgstcdio.vcproj:
7209         * win32/vs8/libgstcutter.vcproj:
7210         * win32/vs8/libgstdv.vcproj:
7211         * win32/vs8/libgsteffectv.vcproj:
7212         * win32/vs8/libgstflac.vcproj:
7213         * win32/vs8/libgstflxdec.vcproj:
7214         * win32/vs8/libgstgoom.vcproj:
7215         * win32/vs8/libgsticydemux.vcproj:
7216         * win32/vs8/libgstid3demux.vcproj:
7217         * win32/vs8/libgstjpeg.vcproj:
7218         * win32/vs8/libgstladspa.vcproj:
7219         * win32/vs8/libgstlevel.vcproj:
7220         * win32/vs8/libgstmatroska.vcproj:
7221         * win32/vs8/libgstmikmod.vcproj:
7222         * win32/vs8/libgstmng.vcproj:
7223         * win32/vs8/libgstmonoscope.vcproj:
7224         * win32/vs8/libgstmulaw.vcproj:
7225         * win32/vs8/libgstmultipart.vcproj:
7226         * win32/vs8/libgstpng.vcproj:
7227         * win32/vs8/libgstrtp.vcproj:
7228         * win32/vs8/libgstrtsp.vcproj:
7229         * win32/vs8/libgstshout2.vcproj:
7230         * win32/vs8/libgstsmpte.vcproj:
7231         * win32/vs8/libgstspeex.vcproj:
7232         * win32/vs8/libgsttaglib.vcproj:
7233         * win32/vs8/libgstudp.vcproj:
7234         * win32/vs8/libgstvideobalance.vcproj:
7235         * win32/vs8/libgstvideobox.vcproj:
7236         * win32/vs8/libgstvideoflip.vcproj:
7237         * win32/vs8/libgstvideomixer.vcproj:
7238         * win32/vs8/libgstwavenc.vcproj:
7239         * win32/vs8/libgstwavparse.vcproj:
7240           Add VS8 project files (note that many of the plugins in ext are
7241           disabled by default). Fixes #366492.
7242
7243 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7244
7245         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7246           we do not translate debug messages
7247
7248 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7249
7250         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7251           fix categorisation, make short desc more explicit, remove unused code
7252           Fixes #372021
7253
7254 2006-11-08  Wim Taymans  <wim@fluendo.com>
7255
7256         * gst/rtp/gstrtpL16depay.c:
7257         * gst/rtp/gstrtpamrdepay.c:
7258         * gst/rtp/gstrtpamrpay.c:
7259         * gst/rtp/gstrtpgsmdepay.c:
7260         * gst/rtp/gstrtph263pay.c:
7261         * gst/rtp/gstrtph263pdepay.c:
7262         * gst/rtp/gstrtph263ppay.c:
7263         * gst/rtp/gstrtph264depay.c:
7264         * gst/rtp/gstrtpmp2tdepay.c:
7265         * gst/rtp/gstrtpmp4gdepay.c:
7266         * gst/rtp/gstrtpmp4gpay.c:
7267         * gst/rtp/gstrtpmp4vdepay.c:
7268         * gst/rtp/gstrtpmp4vpay.c:
7269         * gst/rtp/gstrtpmpadepay.c:
7270         * gst/rtp/gstrtpmpapay.c:
7271         * gst/rtp/gstrtppcmadepay.c:
7272         * gst/rtp/gstrtppcmapay.c:
7273         * gst/rtp/gstrtppcmudepay.c:
7274         * gst/rtp/gstrtppcmupay.c:
7275         * gst/rtp/gstrtpspeexdepay.c:
7276         * gst/rtp/gstrtpspeexpay.c:
7277         * gst/rtp/gstrtpsv3vdepay.c:
7278         Fix element descriptions.
7279
7280 2006-11-08  Wim Taymans  <wim@fluendo.com>
7281
7282         * gst/rtp/gstrtpvorbisdepay.c:
7283         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7284         Fix description.
7285         Small cleanup in the payloader.
7286
7287 2006-11-08  Wim Taymans  <wim@fluendo.com>
7288
7289         * gst/rtp/Makefile.am:
7290         * gst/rtp/gstrtp.c: (plugin_init):
7291         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7292         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7293         (gst_rtp_theora_depay_finalize),
7294         (gst_rtp_theora_depay_parse_configuration),
7295         (gst_rtp_theora_depay_setcaps),
7296         (gst_rtp_theora_depay_switch_codebook),
7297         (gst_rtp_theora_depay_process),
7298         (gst_rtp_theora_depay_set_property),
7299         (gst_rtp_theora_depay_get_property),
7300         (gst_rtp_theora_depay_change_state),
7301         (gst_rtp_theora_depay_plugin_init):
7302         * gst/rtp/gstrtptheoradepay.h:
7303         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7304         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7305         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7306         (gst_rtp_theora_pay_init_packet),
7307         (gst_rtp_theora_pay_flush_packet),
7308         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7309         (gst_rtp_theora_pay_handle_buffer),
7310         (gst_rtp_theora_pay_plugin_init):
7311         * gst/rtp/gstrtptheorapay.h:
7312         Add theora pay/depayloaders.
7313
7314 2006-11-06  Wim Taymans  <wim@fluendo.com>
7315
7316         * gst/rtp/Makefile.am:
7317         We depend on gsttag to generate the vorbis comments.
7318
7319         * gst/rtp/gstrtpvorbisdepay.c:
7320         (gst_rtp_vorbis_depay_parse_configuration),
7321         (gst_rtp_vorbis_depay_setcaps),
7322         (gst_rtp_vorbis_depay_switch_codebook),
7323         (gst_rtp_vorbis_depay_process):
7324         * gst/rtp/gstrtpvorbisdepay.h:
7325         Parse configuration string in the depayloader.
7326         Implement selecting and switching to a new codebook.
7327         Receiving vorbis over RTP now works.
7328
7329         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7330         (gst_rtp_vorbis_pay_init_packet),
7331         (gst_rtp_vorbis_pay_finish_headers),
7332         (gst_rtp_vorbis_pay_handle_buffer):
7333         * gst/rtp/gstrtpvorbispay.h:
7334         Set timestamps on outgoing buffers and RTP packets.
7335         Fix configuration string, prepend number of Packet headers.
7336         Fix encoding of ident string.
7337         Add delivery-method to caps.
7338         Streaming vorbis over RTP now works.
7339
7340 2006-11-06  Wim Taymans  <wim@fluendo.com>
7341
7342         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7343         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7344         (gst_rtp_vorbis_pay_handle_buffer):
7345         * gst/rtp/gstrtpvorbispay.h:
7346         Generate a valid configuration string in the caps based on the
7347         vorbis headers.
7348
7349 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7352         * ext/cdio/gstcdio.h:
7353         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7354           Move CD-TEXT utility function into common file so it can also be
7355           used by a future cdioparanoiasrc.
7356
7357 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7358         
7359         * sys/v4l2/Makefile.am:
7360         * sys/v4l2/gstv4l2object.c:
7361         * sys/v4l2/gstv4l2src.c:
7362         * sys/v4l2/gstv4l2xoverlay.c:
7363         * sys/v4l2/v4l2_calls.c:
7364         * sys/v4l2/v4l2src_calls.c:
7365         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7366         xoverlay code that is still not implemented.
7367
7368 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7371           We require a -base more recent than 0.10.9, so it's safe to use
7372           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7373
7374         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7375         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7376           Use _newsegment_full() now that we depend on a recent enough core.
7377
7378         * gst/wavparse/gstwavparse.c:
7379           Remove cruft that we don't need any longer now that we depend on
7380           a recent enough -base.
7381
7382 2006-10-31  Wim Taymans  <wim@fluendo.com>
7383
7384         * gst/rtp/Makefile.am:
7385         * gst/rtp/gstrtp.c: (plugin_init):
7386         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7387         (gst_rtpilbcpay_setcaps):
7388         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7389
7390 2006-10-31  Wim Taymans  <wim@fluendo.com>
7391
7392         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7393         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7394         Some small cleanups, use _scale.
7395
7396 2006-10-31  Wim Taymans  <wim@fluendo.com>
7397
7398         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7399         Use higher precision scale function.
7400
7401 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         Patch by: Michal Benes  <michal dot benes at itonis tv>
7404
7405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7406         (gst_matroska_demux_read_track_encodings),
7407         (gst_matroska_decode_buffer):
7408           Fix several issues with encoded/compressed/encrypted/signed tracks;
7409           also, remove superfluous newline characters from some debug
7410           statements. (#366155)
7411
7412 2006-10-30  Wim Taymans  <wim@fluendo.com>
7413
7414         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7415         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7416         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7417         (gst_smokedec_change_state):
7418         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7419         (gst_smokeenc_init), (gst_smokeenc_finalize),
7420         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7421         (gst_smokeenc_resync), (gst_smokeenc_chain),
7422         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7423         (gst_smokeenc_change_state):
7424         Various cleanups, capsnego and leak fixes.
7425
7426 2006-10-30  Wim Taymans  <wim@fluendo.com>
7427
7428         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7429
7430         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7431         Fix videomixer so that it can handle any combination of framerates.
7432         Fixes #367221.
7433
7434 2006-10-28  Wim Taymans  <wim@fluendo.com>
7435
7436         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7437         (gst_avi_demux_parse_file_header),
7438         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7439         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7440         (gst_avi_demux_chain):
7441         Fix position query for audio. also fixes timestamps in streaming
7442         mode and bug #364958.
7443         Small cleanups.
7444
7445 2006-10-27  Wim Taymans  <wim@fluendo.com>
7446
7447         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7448         * ext/libpng/gstpngenc.h:
7449         Fix strides. Fixes #364856.
7450         Cleanup capsnego.
7451         Set caps on outgoing buffers.
7452
7453 2006-10-18  Wim Taymans  <wim@fluendo.com>
7454
7455         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7456
7457         * gst/rtp/gstrtpgsmpay.c:
7458         * gst/rtp/gstrtph263pay.c:
7459         * gst/rtp/gstrtpmpapay.c:
7460         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7461         (gst_rtp_pcma_pay_handle_buffer):
7462         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7463         Add static payload numbers in addition to the dynamic ones.
7464         Fixes #361639.
7465
7466 2006-10-18  Wim Taymans  <wim@fluendo.com>
7467
7468         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7469         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7470         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7471         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7472         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7473         * gst/rtsp/rtspdefs.h:
7474         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7475         * gst/rtsp/rtspurl.h:
7476         Reuse already existing enum for lower transport.
7477         Add rtspt and rtspu protocols.
7478         Send redirect to rtspt when udp times out.
7479
7480 2006-10-18  Wim Taymans  <wim@fluendo.com>
7481
7482         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7483         (gst_wavparse_stream_data):
7484         Fix seeking some more, mostly for speed changes.
7485
7486 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7487
7488         Patch by: Fredrik Persson  <frepe at bredband net>
7489
7490         * sys/v4l2/gstv4l2tuner.c:
7491         * sys/v4l2/gstv4l2tuner.h:
7492           Fix _set_channel(): remove useless g_object_notify() for "channel"
7493           property that doesn't exist any longer and therefore now also
7494           useless redirect (#338818).
7495
7496 2006-10-17  Wim Taymans  <wim@fluendo.com>
7497
7498         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7499         Some drivers do not support unsetting the non-blocking flag once the
7500         device is opened. In those cases, close/open the device in
7501         non-blocking mode. Fixes #362673.
7502
7503 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7504
7505         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7506         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7507         (gst_v4l2src_get_fps):
7508           dear stefan, framespersecond is not frameperiod, reverting but adding
7509           comment
7510
7511 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7512
7513         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7514         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7515         (gst_v4l2src_get_fps):
7516           Numerator is numerator and denominator is denominator. Say that aloud
7517           5 times and retry after next beer.
7518
7519 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7520
7521         Patch by: Josep Torra Valles  <josep at fluendo com>
7522
7523         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7524         * ext/esd/esdsink.c: (gst_esdsink_write):
7525         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7526         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7527         (gst_flac_dec_send_newsegment):
7528         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7529         (gst_flac_enc_tell_callback):
7530         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7531         (smokecodec_parse_header), (smokecodec_decode):
7532         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7533         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7534         * gst/goom/Makefile.am:
7535         * gst/goom/gstgoom.c:
7536         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7537         * gst/rtsp/gstrtspsrc.c:
7538         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7539         * gst/udp/gstudpsink.c:
7540         * gst/udp/gstudpsrc.c:
7541         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7542         * sys/sunaudio/gstsunaudiomixertrack.h:
7543           Fix a bunch of problems discovered by the Forte compiler, mostly type
7544           mixups and pointer arithmetics with void pointers. Fixes #362603.
7545
7546 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7547
7548         * ext/speex/gstspeex.c: (plugin_init):
7549         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7550         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7551         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7552         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7553         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7554         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7555         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7556         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7557         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7558         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7559         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7560         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7561         * ext/speex/gstspeexenc.h:
7562           Miscellaneous clean-ups, among other things: speexenc => enc to
7563           enhance code readability; change speexenc => speex_enc; in chain
7564           function unref input buffer in case of error; take reference in
7565           event function; use boilerplate macro; use gst_pad_query_peer_*
7566           convenience functions.
7567
7568 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7569
7570         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7571         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7572         (gst_speexenc_set_header_on_caps):
7573           Fix some mem leaks.
7574
7575 2006-10-11  Wim Taymans  <wim@fluendo.com>
7576
7577         * gst/rtsp/URLS:
7578         Added some other URL.
7579
7580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7581         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7582         (gst_rtspsrc_open), (gst_rtspsrc_play),
7583         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7584         * gst/rtsp/gstrtspsrc.h:
7585         Work on fallback to TCP connection when the UDP socket times out.
7586         Handler server requests, just reply with OK for now.
7587
7588         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7589         * gst/rtsp/rtspdefs.h:
7590         Added some more Real extension headers.
7591
7592         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7593         Fix parsing of urls with a ':' that is not part of the hostname:port
7594         part of the url.
7595
7596 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7599         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7600         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7601           Activate pad before adding it to the already-running element.
7602
7603         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7604           Activate newly-created pad too.
7605
7606 2006-10-11  Wim Taymans  <wim@fluendo.com>
7607
7608         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7609
7610         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7611         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7612         (gst_udpsrc_start):
7613         Fix some leaks in caps and uris. Fixes #361252.
7614
7615 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7616
7617         * gst/wavparse/Makefile.am:
7618           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7619
7620 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7621
7622         * sys/v4l2/gstv4l2xoverlay.c:
7623         * sys/v4l2/gstv4l2xoverlay.h:
7624         Fix build as per the patch in #338818 comment 36.
7625
7626 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7627
7628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7629           Activate pads before adding them to the source.
7630
7631 2006-10-06  Wim Taymans  <wim@fluendo.com>
7632
7633         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7634         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7635         Activate pads before adding.
7636
7637 2006-10-06  Wim Taymans  <wim@fluendo.com>
7638
7639         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7640         (gst_multipart_find_pad_by_mime):
7641         Activate pads before adding.
7642
7643         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7644         BOILERPLATE sets parent_class for us.
7645
7646 2006-10-06  Wim Taymans  <wim@fluendo.com>
7647
7648         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7649         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7650         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7651         (gst_rtspsrc_alloc_udp_ports),
7652         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7653         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7654         (gst_rtspsrc_create_transports_string),
7655         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7656         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7657         * gst/rtsp/gstrtspsrc.h:
7658         Rework how the transport string is constructed, try to share channels
7659         and udp ports.
7660         Make most of the stuff less dependant on RTP as we are also going to use
7661         it for RDT.
7662         Add support for transport specific session managers.
7663
7664         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7665         Implement _flush().
7666
7667         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7668         * gst/rtsp/rtspdefs.h:
7669         Add generic error return code.
7670
7671         * gst/rtsp/rtspext.h:
7672         Add support for pluggable tranport strings.
7673
7674         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7675         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7676         (rtsp_ext_wms_get_context):
7677         Detect WMServer and activate the extension.
7678
7679         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7680         (rtsp_transport_get_manager), (rtsp_transport_parse):
7681         * gst/rtsp/rtsptransport.h:
7682         Added methods to get mime/manager for certain transports.
7683
7684 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7685
7686         * ext/cairo/gsttimeoverlay.c:
7687         (gst_cairo_time_overlay_update_font_height):
7688         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7689         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7690         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7691         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7692         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7693         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7694         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7695         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7696         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7697         (gst_avi_demux_stream_data):
7698         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7699         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7700         (gst_fenced_buffer_copy):
7701         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7703         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7705         (gst_rtspsrc_handle_message):
7706         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7707         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7708           Printf format fixes.
7709
7710 2006-10-04  Wim Taymans  <wim@fluendo.com>
7711
7712         * gst/rtsp/Makefile.am:
7713         Dist new .h file too.
7714
7715 2006-10-04  Wim Taymans  <wim@fluendo.com>
7716
7717         * gst/rtsp/Makefile.am:
7718         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7719         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7721         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7722         (gst_rtspsrc_parse_rtpmap),
7723         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7724         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7725         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7726         * gst/rtsp/gstrtspsrc.h:
7727         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7728         * gst/rtsp/rtspdefs.h:
7729         * gst/rtsp/rtspext.h:
7730         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7731         (rtsp_ext_wms_get_context):
7732         * gst/rtsp/rtspextwms.h:
7733         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7734         (rtsp_transport_parse):
7735         * gst/rtsp/rtsptransport.h:
7736         Factor out extension in separate module.
7737         Fix getcaps to filter against the padtemplate.
7738         Use Content-Base if the server gives one.
7739         Rework the transport parsing a bit for future extensions.
7740         Added some Real Header field definitions.
7741
7742 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7743
7744         * docs/plugins/Makefile.am:
7745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7747           added v4l2 stubs
7748         * gst-plugins-good.spec.in:
7749           add v4l2
7750
7751 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7754           Extract disc/album/medium number and count and try harder
7755           to extract track number/count.
7756
7757 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7758
7759         * configure.ac:
7760         * sys/Makefile.am:
7761           add build stuff for v4l2, needs --enable-experimental until
7762           the last bits are resolved
7763
7764 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * tests/check/Makefile.am:
7767           Disable autodetect test temporarily, so that the build bots
7768           update -bad and the ranks of unreliable video sinks in there.
7769
7770         * tests/check/elements/autodetect.c: (GST_START_TEST):
7771           Skip test if no usable videosink is found.
7772
7773 2006-09-29  Wim Taymans  <wim@fluendo.com>
7774
7775         * gst/rtsp/URLS:
7776         Add some more URLs.
7777
7778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7779         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7780         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7781         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7782         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7783         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7784         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7785         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7786         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7787         * gst/rtsp/gstrtspsrc.h:
7788         Add timeout property to control UDP timeouts.
7789         Fix error messages.
7790         Also start a loop function when operating in UDP mode so that we can
7791         do some more stuff async.
7792         Handle element messages from udpsrc to detect timeouts. If a timeout
7793         happens we currently generate an error.
7794         API: rtspsrc::timeout property.
7795
7796         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7797         (gst_udpsrc_create):
7798         Really implement the timeout in microseconds and not milliseconds.
7799
7800 2006-09-29  Wim Taymans  <wim@fluendo.com>
7801
7802         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7803         (gst_udpsrc_create), (gst_udpsrc_set_property),
7804         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7805         * gst/udp/gstudpsrc.h:
7806         Added property to post a message on timeout.
7807         Updated docs.
7808         When restarting the select, initialize the fdsets again.
7809         Init control sockets so we don't accidentally close a random socket.
7810         API: GstUDPSrc::timeout property
7811
7812 2006-09-29  Wim Taymans  <wim@fluendo.com>
7813
7814         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7815         Fix flag registration.
7816
7817         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7818         Reading 0 also means 'no more commands'
7819
7820 2006-09-29  Wim Taymans  <wim@fluendo.com>
7821
7822         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7823
7824         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7825         Fix possible infinite loop when shutting down, a read can also return
7826         0 to indicate no more messages are available. Fixes #358156.
7827
7828 2006-09-25  Wim Taymans  <wim@fluendo.com>
7829
7830         * gst/autodetect/gstautoaudiosink.c:
7831         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7832         (gst_auto_audio_sink_find_best):
7833         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7834         Small cleanups.
7835         don't try to set "sync" property when it is not available.
7836
7837 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7838
7839         Patch by: Peter Kjellerstedt  <pkj at axis com>
7840
7841         * gst/alpha/gstalpha.c:
7842         * gst/rtp/gstrtpamrdepay.c:
7843         * gst/rtsp/gstrtspsrc.c:
7844         * gst/udp/gstudpsrc.c:
7845         * gst/videomixer/videomixer.c:
7846           Include stdlib.h in some more places, makes things compile
7847           with uClibc and -Werror (#357592).
7848
7849 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7850
7851         * ext/jpeg/gstjpegdec.c:
7852           Set minimum height to 8 (from 16), our code should handle
7853           that fine. Some of the buttons on the apple trailer site
7854           are apparently only 15 pixels high (see #357470).
7855
7856 2006-09-23  Wim Taymans  <wim@fluendo.com>
7857
7858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7859         (gst_rtspsrc_open):
7860         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7861         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7862         (rtsp_connection_receive):
7863         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7864         * gst/rtsp/rtspdefs.h:
7865         Improve error reporting.
7866
7867 2006-09-23  Wim Taymans  <wim@fluendo.com>
7868
7869         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7870         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7871         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7872         * gst/rtp/gstrtpdepay.c:
7873         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7874         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7875         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7876         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7877         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7878         (gst_rtp_mp2t_depay_plugin_init):
7879         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7880         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7881         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7882         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7883         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7884         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7885         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7886         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7887         Fix klass typos.
7888         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7889
7890 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7891
7892         * configure.ac:
7893           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7894
7895 2006-09-22  Wim Taymans  <wim@fluendo.com>
7896
7897         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7898         Don't check for a tag that is never there and check if we read the
7899         correct tag. Fixes seeking again.
7900         We must post an error when all pads are unlinked.
7901
7902 2006-09-22  Wim Taymans  <wim@fluendo.com>
7903
7904         * gst/rtp/Makefile.am:
7905         * gst/rtp/gstrtp.c: (plugin_init):
7906         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7907         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7908         (gst_rtp_vorbis_pay_reset_packet),
7909         (gst_rtp_vorbis_pay_init_packet),
7910         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7911         (gst_rtp_vorbis_pay_handle_buffer):
7912         More fixage, set endoder-params correctly in the payloader.
7913
7914 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7915
7916         * gst/autodetect/gstautoaudiosink.c:
7917         (gst_auto_audio_sink_base_init):
7918         * gst/autodetect/gstautovideosink.c:
7919         (gst_auto_video_sink_base_init):
7920           Make static pad templates static to appease valgrind's leak
7921           detector.
7922
7923         * tests/check/Makefile.am:
7924         * tests/check/elements/.cvsignore:
7925         * tests/check/elements/autodetect.c: (GST_START_TEST),
7926         (autodetect_suite):
7927           Add simple test for the ghostpad lockup on shutdown fixed in core
7928           CVS (audio bit disabled because it would need dozens of alsa
7929           suppressions and I'm too lazy to add those now).
7930
7931 2006-09-22  Wim Taymans  <wim@fluendo.com>
7932
7933         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7934         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7935         Small cleanups.
7936
7937         * gst/rtp/Makefile.am:
7938         * gst/rtp/gstrtp.c: (plugin_init):
7939         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7940         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7941         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7942         (gst_rtp_vorbis_depay_process),
7943         (gst_rtp_vorbis_depay_set_property),
7944         (gst_rtp_vorbis_depay_get_property),
7945         (gst_rtp_vorbis_depay_change_state),
7946         (gst_rtp_vorbis_depay_plugin_init):
7947         * gst/rtp/gstrtpvorbisdepay.h:
7948         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7949         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7950         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7951         (gst_rtp_vorbis_pay_flush_packet),
7952         (gst_rtp_vorbis_pay_append_buffer),
7953         (gst_rtp_vorbis_pay_handle_buffer),
7954         (gst_rtp_vorbis_pay_plugin_init):
7955         * gst/rtp/gstrtpvorbispay.h:
7956         Add experimental vorbis pay and depayloaders.
7957
7958 2006-09-21  Wim Taymans  <wim@fluendo.com>
7959
7960         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7961         Fix profile-level-id parsing and setup.
7962
7963 2006-09-21  Wim Taymans  <wim@fluendo.com>
7964
7965         * gst/udp/README:
7966         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7967         Update README, simple cleanup.
7968
7969 2006-09-21  Wim Taymans  <wim@fluendo.com>
7970
7971         * gst/rtp/README:
7972         Update README with some examples.
7973
7974         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7975         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7976         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7977         (gst_rtp_mp4g_pay_setcaps):
7978         * gst/rtp/gstrtpmp4gpay.h:
7979         Make optional RTP parameters of type STRING, as required by the
7980         application/x-rtp caps specification.
7981
7982 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7983
7984         * gst/rtp/gstrtph263pdepay.c:
7985         * gst/rtp/gstrtph263ppay.c:
7986         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7987         RTP header.
7988
7989 2006-09-20  Wim Taymans  <wim@fluendo.com>
7990
7991         * gst/rtp/Makefile.am:
7992         And makefile too.
7993
7994 2006-09-20  Wim Taymans  <wim@fluendo.com>
7995
7996         * gst/rtp/gstrtp.c: (plugin_init):
7997         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7998         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7999         (decode_base64), (gst_rtp_asf_depay_setcaps),
8000         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8001         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8002         (gst_rtp_asf_depay_plugin_init):
8003         * gst/rtp/gstrtpasfdepay.h:
8004         Added preliminary ASF depayloader.
8005
8006         * gst/rtp/gstrtph264depay.c: (decode_base64):
8007         Fix base64 decoding.
8008
8009 2006-09-20  Wim Taymans  <wim@fluendo.com>
8010
8011         * gst/rtsp/URLS:
8012         Added some test URLS.
8013
8014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8015         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8016         * gst/rtsp/gstrtspsrc.h:
8017         When creating streams, give access to the complete SDP.
8018         Fix some leaks.
8019         Collect and merge global stream properties in stream caps.
8020         Preliminary support for WMServer.
8021
8022         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8023         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8024         (rtsp_connection_receive):
8025         * gst/rtsp/rtspconnection.h:
8026         Make connection interruptable.
8027         Refactor to make it reconnectable.
8028         Don't fail on short reads when reading data packets.
8029
8030         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8031         (rtsp_url_get_port):
8032         * gst/rtsp/rtspurl.h:
8033         Add methods for getting/setting the port.
8034
8035         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8036         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8037         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8038         (sdp_media_get_format), (sdp_parse_line),
8039         (sdp_message_parse_buffer):
8040         Fix headers. 
8041         Add methods for getting multiple attributes with the same name.
8042         Increase buffer size when parsing.
8043         Fix parsing of a=foo fields.
8044
8045         * gst/rtsp/test.c: (main):
8046         Update to new connection API.
8047
8048         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8049         (rtsp_message_init_response), (rtsp_message_init_data),
8050         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8051         * gst/rtsp/rtspmessage.h:
8052         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8053         * gst/rtsp/rtsptransport.h:
8054         * gst/rtsp/sdp.h:
8055         * gst/rtsp/sdpmessage.h:
8056         * gst/rtsp/gstrtsp.c:
8057         * gst/rtsp/gstrtsp.h:
8058         * gst/rtsp/gstrtpdec.c:
8059         * gst/rtsp/gstrtpdec.h:
8060         * gst/rtsp/rtsp.h:
8061         * gst/rtsp/rtspdefs.c:
8062         * gst/rtsp/rtspdefs.h:
8063         Dual licensed under MIT and LGPL now.
8064
8065 2006-09-19  Wim Taymans  <wim@fluendo.com>
8066
8067         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8068         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8069         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8070         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8071         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8072         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8073         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8074         * gst/rtsp/gstrtspsrc.h:
8075         Reorganize stream parsing and creation.
8076         Detect container formats in interleaved mode.
8077         Keep more state about the streams.
8078         Assume a server also supports PLAY if it does not say.
8079         Add unicast and interleaved properties to TCP transport requests to make
8080         some servers happy (WMServer).
8081
8082         * gst/rtsp/sdpmessage.h:
8083         Add some defines for the standard Bandwidth types.
8084
8085 2006-09-19  Wim Taymans  <wim@fluendo.com>
8086
8087         * gst/rtsp/test.c: (main):
8088         Fix build.
8089
8090 2006-09-19  Wim Taymans  <wim@fluendo.com>
8091
8092         * gst/wavparse/gstwavparse.c:
8093         Add ms-gsm to the src template.
8094
8095 2006-09-18  Wim Taymans  <wim@fluendo.com>
8096
8097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8098         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8099         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8100         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8101         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8102         * gst/rtsp/gstrtspsrc.h:
8103         Small cleanups, added documentation.
8104         Try to clean up the requests and responses.
8105         Refactor parsing the supported methods.
8106
8107         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8108         (rtsp_connection_create), (rtsp_connection_send),
8109         (parse_response_status), (parse_request_line),
8110         (rtsp_connection_receive), (rtsp_connection_close),
8111         (rtsp_connection_free):
8112         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8113         (rtsp_transport_init), (rtsp_transport_parse),
8114         (rtsp_transport_free):
8115         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8116         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8117         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8118         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8119         Use g_return_val some more.
8120
8121         * gst/rtsp/rtspdefs.h:
8122         Add more enum values to track initial states.
8123
8124         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8125         (rtsp_message_init_request), (rtsp_message_new_response),
8126         (rtsp_message_init_response), (rtsp_message_init_data),
8127         (rtsp_message_unset), (rtsp_message_free),
8128         (rtsp_message_add_header), (rtsp_message_remove_header),
8129         (rtsp_message_get_header), (rtsp_message_set_body),
8130         (rtsp_message_take_body), (rtsp_message_get_body),
8131         (rtsp_message_steal_body), (rtsp_message_dump):
8132         * gst/rtsp/rtspmessage.h:
8133         Reorder arguments, object goes as the first one.
8134         Use g_return_val some more.
8135
8136 2006-09-18  Wim Taymans  <wim@fluendo.com>
8137
8138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8139         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8140         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8141         * gst/rtsp/gstrtspsrc.h:
8142         Export sometimes source pad with correct caps on the template, create
8143         the ghostpad from the template.
8144         Remove RTCP template as we never expose RTCP.
8145         Protect against invalid body size.
8146         Avoid memcpy when creating the output buffer.
8147         Properly post an error and send EOS when the loop function is shut down.
8148
8149 2006-09-18  Wim Taymans  <wim@fluendo.com>
8150
8151         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8152
8153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8154         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8155         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8156         * gst/rtsp/gstrtspsrc.h:
8157         Make sure we can never set an invalid location.
8158
8159         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8160         * gst/rtsp/rtspmessage.h:
8161         Added _steal_body method for future use.
8162
8163         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8164         Make freeing of NULL url return immediatly.
8165
8166 2006-09-18  Wim Taymans  <wim@fluendo.com>
8167
8168         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8169
8170         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8171         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8172         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8173         (gst_rtspsrc_change_state):
8174         * gst/rtsp/gstrtspsrc.h:
8175         Use boilerplate.
8176         Make rtspsrc subclass GstBin to make state changes easier.
8177         Add Range header field on the PLAY request.
8178
8179 2006-09-18  Wim Taymans  <wim@fluendo.com>
8180
8181         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8182
8183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8184         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8185         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8186         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8187         * gst/rtsp/rtspconnection.c: (inet_aton):
8188         Small cleanups.
8189         when multicast is selected as the transport, create UDP sources and
8190         connect to the multicast group.
8191         Move parsing and setting of caps to a common place.
8192         Fixes #349894.
8193
8194 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8195
8196         * ext/flac/gstflactag.c:
8197         * gst/alpha/gstalpha.c:
8198         * gst/debug/breakmydata.c:
8199         * gst/debug/negotiation.c:
8200         * gst/debug/testplugin.c:
8201         * gst/effectv/gstaging.c:
8202         * gst/effectv/gstdice.c:
8203         * gst/effectv/gstedge.c:
8204         * gst/effectv/gstquark.c:
8205         * gst/effectv/gstrev.c:
8206         * gst/effectv/gstshagadelic.c:
8207         * gst/effectv/gstvertigo.c:
8208         * gst/effectv/gstwarp.c:
8209         * gst/multipart/multipartdemux.c:
8210         * gst/multipart/multipartmux.c:
8211         * gst/videobox/gstvideobox.c:
8212         * gst/videofilter/gstgamma.c:
8213         * gst/videofilter/gstvideotemplate.c:
8214         * gst/videomixer/videomixer.c:
8215         * sys/sunaudio/gstsunaudiosrc.h:
8216         More G_OBJECT macro fixing.
8217
8218 2006-09-16  Wim Taymans  <wim@fluendo.com>
8219
8220         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8221
8222         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8223         Correctly set the dwLength in strh.
8224         With this patch, the file duration is now displayed correctly in window
8225         media player and the AVI plays completely. Fixes #356147
8226
8227 2006-09-15  Wim Taymans  <wim@fluendo.com>
8228
8229         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8230
8231         * sys/sunaudio/gstsunaudiomixerctrl.c:
8232         (gst_sunaudiomixer_ctrl_build_list):
8233         Set the output track as the MASTER so that the gnome-settings-daemon
8234         keybindings for changing the volume using the keyboard works.
8235         Fixes #356142.
8236
8237 2006-09-15  Wim Taymans  <wim@fluendo.com>
8238
8239         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8240         Fix documentation, it is not possible to control the framerate of jpegdec
8241         using filtered caps yet. Fixes #355210.
8242         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8243         stop when there is an error.
8244
8245 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8246
8247         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8248         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8249           Don't interpret a first buffer with an offset of NONE as
8250           'from the middle of the stream', but only a first buffer
8251           that has a valid buffer offset that's non-zero (see #345449).
8252
8253 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8254
8255         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8256         (gst_icydemux_typefind_or_forward):
8257         * gst/icydemux/gsticydemux.h:
8258           When we merge/collect multiple incoming buffers for typefinding
8259           purposes, keep an initial 0 offset on the first outgoing buffer
8260           as well (otherwise id3demux won't work right). Fixes #345449.
8261           Also Make buffer metadata writable before setting buffer caps.
8262
8263         * tests/check/elements/icydemux.c: (typefind_succeed),
8264         (cleanup_icydemux), (push_data), (GST_START_TEST),
8265         (icydemux_suite):
8266           Small test case for the above.
8267
8268 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8269
8270         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8271         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8272         (gst_avi_demux_stream_header_push),
8273         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8274         (gst_avi_demux_loop):
8275           More code reuse and better logging in _peek_chunk(). Reintroduce check
8276           for chunk sizes before reading them (avoid oom). Better handling for 
8277           invalid chunksizes when streaming.
8278
8279 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8280
8281         * gst/level/gstlevel.c: (gst_level_set_property):
8282         * gst/level/gstlevel.h:
8283           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8284           René Stadler
8285
8286 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8287
8288         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8289         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8290         (gst_avi_demux_stream_data):
8291           Revert one change to fix streaming avi (adapter size != data size).
8292
8293 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8294
8295         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8296
8297         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8298         (gst_matroska_demux_reset),
8299         (gst_matroska_demux_read_track_encodings),
8300         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8301         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8302         (gst_matroska_demux_subtitle_caps):
8303         * gst/matroska/matroska-ids.h:
8304           Add support for VOBSUB subtitle tracks and zlib-compressed
8305           tracks. Make sure we start on a keyframe after a seek. (#343348)
8306
8307 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8308
8309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8310         (gst_matroska_demux_push_flac_codec_priv_data),
8311         (gst_matroska_demux_push_xiph_codec_priv_data),
8312         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8313         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8314         * gst/matroska/matroska-ids.h:
8315           Add basic FLAC support (#311586), not perfect yet though, needs some
8316           tweaking in flacdec; also, seeking could be better.
8317           Do better bounds checking when deserialising vorbis stream headers
8318           to make sure we don't read beyond the end of the buffer on bad input.
8319
8320 2006-09-04  Wim Taymans  <wim@fluendo.com>
8321
8322         Patch by: Alessandro Decina <alessandro at nnva dot org>
8323
8324         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8325         Seeking back in a file containing a CMML stream errors out if the seek
8326         goes back up to the CMML headers. This is because after the seek the xml
8327         processing instruction <?xml ...?> is submitted to the xml parser again, 
8328         which results in an error. The attached patch fixes the problem. 
8329         Fixes #353908.
8330
8331         * ext/annodex/gstcmmlenc.h:
8332         Fix authors name.
8333
8334
8335 2006-08-28  Andy Wingo  <wingo@pobox.com>
8336
8337         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8338         New helper function to lessen the ifdefs.
8339         (GST_INFO_OBJECT): 
8340         (gst_dv1394src_iso_receive): Use it.
8341         (gst_dv1394src_create): Also use the control sockets in iec61883
8342         mode.
8343         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8344         handle for AVC operations; fixes #348233.
8345
8346 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8347
8348         * configure.ac:
8349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8350         * docs/plugins/inspect/plugin-audiofx.xml:
8351         * docs/plugins/inspect/plugin-audiofxgood.xml:
8352         * gst/audiofx/Makefile.am:
8353         * gst/audiofx/audiofx.c:
8354         * gst/audiofxgood/.cvsignore:
8355         * gst/audiofxgood/Makefile.am:
8356         * gst/audiofxgood/audiofx.c:
8357         * gst/audiofxgood/audiopanorama.c:
8358         * gst/audiofxgood/audiopanorama.h:
8359           Rename again (audiofxgood -> audiofx).
8360
8361 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8362
8363         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8364         (gst_avi_demux_stream_scan):
8365           Initialze variables.
8366
8367 2006-08-25  Wim Taymans  <wim@fluendo.com>
8368
8369         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8370         (gst_avi_demux_init), (gst_avi_demux_finalize),
8371         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8372         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8373         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8374         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8375         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8376         (gst_avi_demux_massage_index),
8377         (gst_avi_demux_calculate_durations_from_index),
8378         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8379         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8380         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8381         (gst_avi_demux_change_state):
8382         * gst/avi/gstavidemux.h:
8383         More attempts to turn this into readable code.
8384         Don't leak adapters.
8385         Calculate duration according to index more efficiently.
8386         Don't try to act like we drive the pipeline in chain mode.
8387
8388 2006-08-25  Wim Taymans  <wim@fluendo.com>
8389
8390         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8391         Fix build.
8392
8393 2006-08-25  Wim Taymans  <wim@fluendo.com>
8394
8395         Patch by: Alessandro Decina <alessandro at nnva dot org>
8396
8397         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8398         Do some extra sanity checks.
8399         Fixes #350340.
8400
8401         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8402         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8403         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8404         Check if clip->start_time is valid before adding the clip to the
8405         track list.
8406         Reset enc->preamble going from PAUSED to READY.
8407         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8408         only used for EOS.
8409         Only post an error message if we were the one that created the fatal
8410         GstFlowReturn value.
8411
8412         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8413         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8414         Parse the seconds field of the npt-sec time format using %llu rather than
8415         %d and check that the value scaled by GST_SECOND doesn't overflow.
8416         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8417         Lookup a clip's track with clip->track rather than clip->id which
8418         makes no sense.
8419         Identify a clip by its track and start time and not its xml id.
8420         do some more input checking and make sure we don't do undefined shifts.
8421
8422         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8423         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8424         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8425         (push_clip), (push_empty_clip), (check_output_clip),
8426         (GST_START_TEST), (cmmldec_suite):
8427         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8428         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8429         (check_headers), (push_clip), (check_clip_times), (check_clip),
8430         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8431         Added some more checks.
8432
8433 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8434
8435         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8436         (gst_audio_panorama_set_property),
8437         (gst_audio_panorama_get_property),
8438         (gst_audio_panorama_transform_m2s_int),
8439         (gst_audio_panorama_transform_s2s_int),
8440         (gst_audio_panorama_transform_m2s_float),
8441         (gst_audio_panorama_transform_s2s_float):
8442         * gst/audiofxgood/audiopanorama.h:
8443         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8444           Make also the pan-property float (saves scaling and yields better
8445           resolution)
8446
8447 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8448
8449         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8450         (gst_audio_panorama_transform_m2s_float),
8451         (gst_audio_panorama_transform_s2s_float):
8452           ChangeLog surgery to add cymax's real name
8453
8454
8455 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8456
8457         Patch by: René Stadler <mail@renestadler.de>
8458
8459         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8460         (gst_audio_panorama_transform_m2s_int),
8461         (gst_audio_panorama_transform_s2s_int),
8462         (gst_audio_panorama_transform_m2s_float),
8463         (gst_audio_panorama_transform_s2s_float),
8464         (gst_audio_panorama_transform):
8465         * gst/audiofxgood/audiopanorama.h:
8466           Added float support
8467
8468 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8469
8470         * gst/audiofxgood/audiopanorama.c:
8471         (gst_audio_panorama_transform_m2s):
8472           Fix docs & debug category. Add Fixme for volume pan levels.
8473
8474 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8475
8476         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8477         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8478         (gst_avi_demux_stream_header_pull),
8479         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8480         (gst_avi_demux_chain):
8481           unbreak AVI index handling, some more debug, remove an obsolete
8482           adapter_flush that caused streaming to wander off in the wild
8483
8484 2006-08-24  Wim Taymans  <wim@fluendo.com>
8485
8486         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8487         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8488         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8489         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8490         (gst_avi_demux_calculate_durations_from_index),
8491         (gst_avi_demux_stream_header_push),
8492         (gst_avi_demux_stream_header_pull):
8493         * gst/avi/gstavidemux.h:
8494         Some more cleanups. 
8495         Fix totalFrames parsing in ODML.
8496         Disable use of index for length calculation in case of ODML as this is
8497         broken now.
8498
8499 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8500
8501         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8502           Use libgsttag helper function here too.
8503
8504 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8505
8506         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8507         (gst_avi_demux_init), (gst_avi_demux_dispose),
8508         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8509         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8510         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8511         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8512         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8513         (gst_avi_demux_parse_subindex),
8514         (gst_avi_demux_read_subindexes_push),
8515         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8516         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8517         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8518         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8519         (gst_avi_demux_stream_header_pull),
8520         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8521         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8522         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8523         (gst_avi_demux_change_state):
8524         * gst/avi/gstavidemux.h:
8525           Initial streaming support for avidemux (fixes #336465)
8526
8527 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8528
8529         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8530           There is no taglibmux element ...
8531
8532         * gst/rtsp/gstrtspsrc.c:
8533           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8534           was complaining about unknown entity here.
8535
8536 2006-08-22  Wim Taymans  <wim@fluendo.com>
8537
8538         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8539         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8540         (gst_avi_demux_process_next_entry):
8541         * gst/avi/gstavidemux.h:
8542         Mark DISCONT.
8543         Remove old unused fields and reorder the struct a bit.
8544
8545 2006-08-22  Wim Taymans  <wim@fluendo.com>
8546
8547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8548         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8549         (gst_rtspsrc_pause):
8550         * gst/rtsp/gstrtspsrc.h:
8551         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8552         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8553         Small documentation updates.
8554
8555 2006-08-22  Wim Taymans  <wim@fluendo.com>
8556
8557         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8558         (gst_avi_demux_index_entry_for_time),
8559         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8560         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8561         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8562         (gst_avi_demux_next_data_buffer),
8563         (gst_avi_demux_calculate_durations_from_index),
8564         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8565         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8566         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8567         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8568         * gst/avi/gstavidemux.h:
8569         Precalc most of the duration query for each stream.
8570         Make seeking more correct.
8571         Use GstSegment to track position and duration.
8572         Code cleanups and leak fixes.
8573         Calculate correct total duration based on index length.
8574
8575 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8576
8577         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8578         (parse_insert_string_field):
8579           If strings in text fields are marked ISO8859-1, but contain
8580           valid UTF-8 already, then handle them as UTF-8 and ignore
8581           the encoding. (#351794)
8582
8583 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8584
8585         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8586         (gst_flac_dec_write), (gst_flac_dec_loop),
8587         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8588         (gst_flac_dec_src_query):
8589         * ext/flac/gstflacdec.h:
8590           Make flac-in-ogg work (#352100).
8591
8592 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8595           Don't unref buffers of which we've already given away
8596           ownership to the adapter.
8597
8598 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8601           Make metadata extraction actually work.
8602
8603         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8604         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8605         (gst_speexenc_chain):
8606           Fix metadata writing: replace old code which wrote completely
8607           broken tags with libgsttag-based code. Plus miscellaneous
8608           code cleanups (use static pad templates etc.) and a bunch
8609           of leak fixes.
8610
8611 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8612
8613         * gst/audiopanorama/.cvsignore:
8614         * gst/audiopanorama/Makefile.am:
8615         * gst/audiopanorama/audiofx.c:
8616         * gst/audiopanorama/audiopanorama.c:
8617         * gst/audiopanorama/audiopanorama.h:
8618           die! die! die! you should never have been there
8619
8620 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8621
8622         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8623         Fix invalid memory access in audiopanorama test suite.
8624
8625 2006-08-21  Edward Hervey  <edward@fluendo.com>
8626
8627         * tests/check/elements/.cvsignore:
8628         ignore built file
8629
8630 2006-08-21  Wim Taymans  <wim@fluendo.com>
8631
8632         * gst/rtp/Makefile.am:
8633         Fix the build again.
8634
8635 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8636
8637         * gst/audiofxgood/.cvsignore:
8638         * gst/audiofxgood/Makefile.am:
8639         * gst/audiofxgood/audiofx.c: (plugin_init):
8640         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8641         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8642         (gst_audio_panorama_set_property),
8643         (gst_audio_panorama_get_property),
8644         (gst_audio_panorama_get_unit_size),
8645         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8646         (gst_audio_panorama_transform_m2s),
8647         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8648         * gst/audiofxgood/audiopanorama.h:
8649           resubmit with the desired name *again*
8650
8651 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8652
8653         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8654         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8655           use g_assert in _get_unit_size
8656
8657 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8658
8659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8661         * docs/plugins/inspect/plugin-audiofxgood.xml:
8662           cleanup -unused.txt to make it useful, add previously missing docs
8663
8664         * ext/Makefile.am:
8665           Quietly (accidentally) enable LADSPA for building by default, 
8666           despite the fact that it doesn't meet the plugin checklist.
8667             -- Added by Jan Schmidt 18 Dec 2006
8668
8669         * ext/esd/esdmon.c:
8670         * ext/esd/esdsink.c:
8671         * ext/esd/gstesd.c: (plugin_init):
8672           reflow to get rid of two external symbols
8673
8674         * gst/audiofxgood/audiofx.c: (plugin_init):
8675           re-add
8676
8677 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8678
8679         * configure.ac:
8680         * gst/audiofxgood/.cvsignore:
8681         * gst/audiofxgood/Makefile.am:
8682         * gst/audiofxgood/audiofx.c
8683         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8684         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8685         (gst_audio_panorama_set_property),
8686         (gst_audio_panorama_get_property),
8687         (gst_audio_panorama_get_unit_size),
8688         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8689         (gst_audio_panorama_transform_m2s),
8690         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8691         * gst/audiofxgood/audiopanorama.h:
8692         * tests/check/Makefile.am:
8693         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8694         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8695         (panorama_suite), (main):
8696         Add audiofxgood plugin with audiopanorama element
8697
8698 2006-08-18  Wim Taymans  <wim@fluendo.com>
8699
8700         * docs/plugins/Makefile.am:
8701         More Oss docs fixage. 
8702
8703 2006-08-18  Wim Taymans  <wim@fluendo.com>
8704
8705         * gst/rtp/Makefile.am:
8706         * gst/rtp/gstrtp.c: (plugin_init):
8707         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8708         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8709         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8710         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8711         (gst_rtp_sv3v_depay_get_property),
8712         (gst_rtp_sv3v_depay_change_state),
8713         (gst_rtp_sv3v_depay_plugin_init):
8714         * gst/rtp/gstrtpsv3vdepay.h:
8715         Added experimental SVQ3 depayloader.
8716
8717 2006-08-18  Edward Hervey  <edward@fluendo.com>
8718
8719         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8720         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8721         * ext/dv/gstdvdemux.h:
8722         When handling seek requests, don't send the newsegment event from the
8723         calling thread. Instead save it so it can be sent from the streaming
8724         thread.
8725
8726 2006-08-17  Wim Taymans  <wim@fluendo.com>
8727
8728         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8729
8730         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8731         Accept leading whitespace before the boundary
8732         This patch makes the demuxer allow some whitespace before the actual
8733         boundary. This makes the demuxer work with the ``old'' gstreamer
8734         multipartmuxer again (which placed an extra \n before the start
8735         of the stream) Fixes #349068.
8736
8737 2006-08-17  Wim Taymans  <wim@fluendo.com>
8738
8739         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8740         Error out on non-implemented stuff.
8741
8742 2006-08-16  Wim Taymans  <wim@fluendo.com>
8743
8744         Patch by: Andy Wingo <wingo at pobox dot com>
8745
8746         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8747         (gst_signal_processor_start), (gst_signal_processor_stop),
8748         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8749         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8750         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8751         (gst_signal_processor_change_state):
8752         Make ladspa elements reusable. Fixes #350006.
8753
8754 2006-08-16  Wim Taymans  <wim@fluendo.com>
8755
8756         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8757         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8758         names as possible. Fixes #349901.
8759
8760 2006-08-16  Wim Taymans  <wim@fluendo.com>
8761
8762         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8763         (gst_signal_processor_do_pushes):
8764         A push() gives away our refcount so we should not use the buffer on the
8765         pen anymore.
8766
8767 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8768
8769         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8770         (gst_oss_mixer_element_finalize):
8771           Don't leak device string.
8772
8773 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         * configure.ac:
8776           Require CVS of GStreamer core and -base (for
8777           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8778
8779         * ext/taglib/gstid3v2mux.cc:
8780           Write extended comment tags properly (#348762).
8781
8782         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8783         (parse_comment_frame):
8784           Extract COMM frames into extended comments, which makes it
8785           easier to properly retain the description bit of the tag
8786           and maintain this information when re-tagging (#348762).
8787
8788 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8789
8790         * tests/check/Makefile.am:
8791           Don't try to run annodex unit tests if the annodex
8792           plugin has not been built (Fixes #351116).
8793
8794 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8795
8796         * gst/autodetect/gstautoaudiosink.c:
8797         (gst_auto_audio_sink_find_best):
8798           When we can't find a usable audiosink, don't error out,
8799           but use a fake sink instead and post a warning message
8800           on the bus (#341278).
8801
8802 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8803
8804         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8805         * sys/oss/gstosssink.c:
8806         * sys/oss/gstosssrc.c:
8807           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8808           ossmixer's new device property.
8809
8810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8812           Add docs for OSS elements.
8813
8814         * docs/plugins/inspect/plugin-aasink.xml:
8815         * docs/plugins/inspect/plugin-alaw.xml:
8816         * docs/plugins/inspect/plugin-alpha.xml:
8817         * docs/plugins/inspect/plugin-alphacolor.xml:
8818         * docs/plugins/inspect/plugin-annodex.xml:
8819         * docs/plugins/inspect/plugin-apetag.xml:
8820         * docs/plugins/inspect/plugin-auparse.xml:
8821         * docs/plugins/inspect/plugin-autodetect.xml:
8822         * docs/plugins/inspect/plugin-avi.xml:
8823         * docs/plugins/inspect/plugin-cacasink.xml:
8824         * docs/plugins/inspect/plugin-cairo.xml:
8825         * docs/plugins/inspect/plugin-cdio.xml:
8826         * docs/plugins/inspect/plugin-cutter.xml:
8827         * docs/plugins/inspect/plugin-debug.xml:
8828         * docs/plugins/inspect/plugin-dv.xml:
8829         * docs/plugins/inspect/plugin-efence.xml:
8830         * docs/plugins/inspect/plugin-effectv.xml:
8831         * docs/plugins/inspect/plugin-esdsink.xml:
8832         * docs/plugins/inspect/plugin-flac.xml:
8833         * docs/plugins/inspect/plugin-flxdec.xml:
8834         * docs/plugins/inspect/plugin-gconfelements.xml:
8835         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8836         * docs/plugins/inspect/plugin-goom.xml:
8837         * docs/plugins/inspect/plugin-halelements.xml:
8838         * docs/plugins/inspect/plugin-icydemux.xml:
8839         * docs/plugins/inspect/plugin-id3demux.xml:
8840         * docs/plugins/inspect/plugin-jpeg.xml:
8841         * docs/plugins/inspect/plugin-level.xml:
8842         * docs/plugins/inspect/plugin-matroska.xml:
8843         * docs/plugins/inspect/plugin-mulaw.xml:
8844         * docs/plugins/inspect/plugin-multipart.xml:
8845         * docs/plugins/inspect/plugin-navigationtest.xml:
8846         * docs/plugins/inspect/plugin-ossaudio.xml:
8847         * docs/plugins/inspect/plugin-png.xml:
8848         * docs/plugins/inspect/plugin-rtp.xml:
8849         * docs/plugins/inspect/plugin-rtsp.xml:
8850         * docs/plugins/inspect/plugin-shout2send.xml:
8851         * docs/plugins/inspect/plugin-smpte.xml:
8852         * docs/plugins/inspect/plugin-speex.xml:
8853         * docs/plugins/inspect/plugin-taglib.xml:
8854         * docs/plugins/inspect/plugin-udp.xml:
8855         * docs/plugins/inspect/plugin-videobalance.xml:
8856         * docs/plugins/inspect/plugin-videobox.xml:
8857         * docs/plugins/inspect/plugin-videoflip.xml:
8858         * docs/plugins/inspect/plugin-videomixer.xml:
8859         * docs/plugins/inspect/plugin-wavenc.xml:
8860         * docs/plugins/inspect/plugin-wavparse.xml:
8861         * docs/plugins/inspect/plugin-ximagesrc.xml:
8862           Update to CVS version.
8863           
8864 2006-08-16  Wim Taymans  <wim@fluendo.com>
8865
8866         * gst/rtp/gstrtpamrdepay.c:
8867         * gst/rtp/gstrtpmp4gdepay.c:
8868         Caps extra properties must be defined as strings for
8869         depayloaders because they are generated from an SDP.
8870
8871         * gst/rtp/Makefile.am:
8872         * gst/rtp/gstrtp.c: (plugin_init):
8873         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8874         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8875         (gst_rtp_h264_depay_finalize), (decode_base64),
8876         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8877         (gst_rtp_h264_depay_set_property),
8878         (gst_rtp_h264_depay_get_property),
8879         (gst_rtp_h264_depay_change_state),
8880         (gst_rtp_h264_depay_plugin_init):
8881         * gst/rtp/gstrtph264depay.h:
8882         Added basic, not completely functional RFC 3984 H264 depayloader.
8883
8884 2006-08-16  Wim Taymans  <wim@fluendo.com>
8885
8886         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8887         Add pads after setting them up.
8888
8889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8890         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8891         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8892         (gst_rtspsrc_stream_setup_rtp),
8893         (gst_rtspsrc_stream_configure_transport),
8894         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8895         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8896         (gst_rtspsrc_pause):
8897         * gst/rtsp/gstrtspsrc.h:
8898         Fix interleaved mode.
8899          - Protect streaming with lock.
8900          - Combine flows
8901          - set caps on outgoing buffers.
8902          - strip trailing \0 from data packets.
8903          - Configure RTP/RTCP in stream.
8904         Use DEBUG_OBJECT more.
8905
8906 2006-08-16  Wim Taymans  <wim@fluendo.com>
8907
8908         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8909         Turn a g_print into a DEBUG line.
8910
8911 2006-08-13  Wim Taymans  <wim@fluendo.com>
8912
8913         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8914         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8915         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8916         (gst_oss_mixer_element_get_property),
8917         (gst_oss_mixer_element_change_state):
8918         * sys/oss/gstossmixerelement.h:
8919         Small cleanups. Better error reporting.
8920         Add device property for the mixer instead of the hardcoded
8921         /dev/mixer. Fixes #350785.
8922         API: GstOssMixerElement::device property
8923
8924 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         Patch by: Jens Granseuer <jensgr at gmx net>
8927
8928         * gconf/Makefile.am:
8929           Make --disable-schemas work right (they still need
8930           to be copied to the installation directory, just not
8931           applied). Fixes #351347 (also #344100).
8932           
8933 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8934
8935         * configure.ac: back to HEAD
8936
8937 === release 0.10.4 ===
8938
8939 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8940
8941         * configure.ac:
8942           releasing 0.10.4, "Dear Leader"
8943
8944 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8945
8946         Patch by: Edward Hervey <edward@fluendo.com>
8947
8948         * configure.ac:
8949         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8950         (gst_wavparse_stream_data):
8951         Send the newsegment event in the streaming thread.
8952         Fixes #347529
8953
8954 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8955
8956         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8957         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8958         (gst_smokeenc_resync), (gst_smokeenc_chain):
8959           Refuse sink caps in the encoder if width or height is not a
8960           multiple of 16, the encoder does not support that yet (#349939);
8961           along the same lines, check the return value of the encoder
8962           setup function; also remove some debug log clutter.
8963
8964 2006-08-04  Andy Wingo  <wingo@pobox.com>
8965
8966         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8967         whether a processor can work in place or not, and for keeping
8968         track of its state. Change the FlowReturn instance variable from
8969         "state" to "flow_state", all callers changed.
8970
8971         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8972         (gst_signal_processor_start, gst_signal_processor_stop)
8973         (gst_signal_processor_cleanup): New functions to manage the
8974         processor's state.
8975         (gst_signal_processor_setcaps): start() as well as setup() here.
8976         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8977         (gst_signal_processor_change_state): Stop and cleanup the
8978         processor as we go to NULL.
8979
8980         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8981         INPLACE_BROKEN is not set.
8982
8983         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8984         Do the alloc_buffer in bytes, not frames.
8985         
8986 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8987
8988         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8989         Fix rgb masks when recording in < 24bpp.
8990
8991 2006-08-04  Andy Wingo  <wingo@pobox.com>
8992
8993         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8994         (gst_signal_processor_prepare)
8995         (gst_signal_processor_update_inputs)
8996         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8997         (gst_signal_processor_flush)
8998         (gst_signal_processor_sink_activate_push)
8999         (gst_signal_processor_src_activate_pull)
9000         (gst_signal_processor_change_state): Remove the last of the code
9001         that assumes that we process whole buffers at a time. Fix some
9002         debugging. Seems to work now in some cases.
9003         (gst_signal_processor_src_activate_pull): BPB
9004
9005 2006-08-01  Andy Wingo  <wingo@pobox.com>
9006
9007         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9008         Fix nframes-choosing.
9009         (gst_signal_processor_init): Init pending_in and pending_out.
9010
9011         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9012         more default sample rate, although we never check that the sample
9013         rate actually gets set. Something for the future.
9014         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9015         (gst_signal_processor_event): Refcount fixen.
9016         (gst_signal_processor_process): Pull the number of frames to
9017         process from the sizes of the buffers in the input pens.
9018         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9019         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9020         it instead of buffer_frames.
9021         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9022         to do_pulls.
9023         (gst_signal_processor_chain)
9024         (gst_signal_processor_sink_activate_push)
9025         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9026
9027         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9028
9029 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9030
9031         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9032         (gst_signal_processor_process):
9033           don't query buffer-frames from caps, add lots of debug-log,
9034           try fix for assert (#349189)
9035
9036 2006-07-31  Wim Taymans  <wim@fluendo.com>
9037
9038         * gst/udp/gstudpsrc.c:
9039         Fix docs.
9040
9041 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9042
9043         * ext/ladspa/gstsignalprocessor.c:
9044         (gst_signal_processor_add_pad_from_template),
9045         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9046         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9047         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9048         (gst_signal_processor_sink_activate_push),
9049         (gst_signal_processor_src_activate_pull),
9050         (gst_signal_processor_change_state):
9051          Add debugs logs here and there, add more error handling, add some
9052          FIXME comments, filed #349189
9053
9054 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9055
9056         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9057         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9058         Set caps on buffer correctly.  Fixes bug #349155.
9059
9060 2006-07-28  Wim Taymans  <wim@fluendo.com>
9061
9062         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9063
9064         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9065         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9066         (gst_multipart_demux_finalize), (get_line_end),
9067         (multipart_parse_header), (multipart_find_boundary),
9068         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9069         (gst_multipart_set_property), (gst_multipart_get_property):
9070         Uses GstAdapter instead of own buffering.
9071         Actually parses the mime-type correctly (In tests the mime-type was
9072         always "" with the old version).
9073         Uses the Content-length header if available to speed up things.
9074         Reliably autoscans the boundary name by default.
9075         Fixes #349068.
9076
9077         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9078         Don't start the stream with a \n.
9079
9080 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9081
9082         Patch by: Brian Cameron <brian dot cameron at sun com>
9083
9084         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9085           Open source with O_NONBLOCK (#349015).
9086
9087 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9088
9089         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9090         (gst_avi_demux_massage_index):
9091         * gst/avi/gstavidemux.h:
9092           Whitespace fixes and more debug
9093
9094 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9095
9096         * gst/autodetect/gstautoaudiosink.c:
9097         (gst_auto_audio_sink_create_element_with_pretty_name),
9098         (gst_auto_audio_sink_find_best),
9099         (gst_auto_audio_sink_change_state):
9100           Get rid of old and unused magic sound-server properties stuff.
9101           Add suffix to child sink's name that makes it easy to see from
9102           the name alone which type it actually is (alsa, oss, esd, etc.).
9103
9104 2006-07-27  Wim Taymans  <wim@fluendo.com>
9105
9106         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9107         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9108         (gst_udpsrc_start):
9109         * gst/udp/gstudpsrc.h:
9110         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9111         not some sort of feature we enable.
9112
9113 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9114
9115         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9116           Use CLOSE_SOCKET() here instead of close() to maintain
9117           win32 workiness.
9118
9119 2006-07-27  Wim Taymans  <wim@fluendo.com>
9120
9121         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9122
9123         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9124         (gst_udpsrc_create), (gst_udpsrc_set_property),
9125         (gst_udpsrc_get_property), (gst_udpsrc_start):
9126         * gst/udp/gstudpsrc.h:
9127         Added "buffer-size" property to control the kernel receive buffer size.
9128         Update documentation.
9129         Small cleanups. Fixes #348752.
9130         API: buffer-size property
9131
9132 2006-07-26  Wim Taymans  <wim@fluendo.com>
9133
9134         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9135
9136         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9137         (gst_rtp_pcma_pay_handle_buffer):
9138         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9139         (gst_rtp_pcmu_pay_handle_buffer):
9140         Fix timestamp calculation on outgoing RTP packets.
9141         Fixes #348675.
9142
9143 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9144
9145         * ext/taglib/gstid3v2mux.cc:
9146           Fix writing of comment frames (should be COMM not TCOM),
9147           is still sub-optimal though, since we don't retain or
9148           extract the comment descriptions properly (#334375,
9149           also see #334375).
9150
9151 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9152
9153         * gst/wavparse/gstwavparse.c:
9154           #define 'fact' RIFF chunk if we are not compiling against
9155           -base CVS (we don't want to depend on -base CVS for this
9156           one define only, and also not for release order reasons).
9157
9158 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9159
9160         * ext/taglib/gstid3v2mux.cc:
9161           Handle multiple tags of the same type properly. Re-inject
9162           unparsed ID3v2 frames that we get as binary blobs from
9163           id3demux into the tag again so we don't lose information
9164           when retagging (#334375).
9165
9166 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9167
9168         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9169           Document newly-added properties properly, so that there is a
9170           'Since: 0.10.4' in the plugin docs. Convert some property
9171           names into canonical GObject style (GObject will do that
9172           internally anyway).
9173
9174 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9175
9176         * gst/id3demux/id3tags.c:
9177         (id3demux_add_id3v2_frame_blob_to_taglist):
9178           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9179           well, and add the version to the blob's buffer caps, since that
9180           information will be needed for deserialisation later on (#348644).
9181
9182 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9183
9184         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9185         (gst_avi_demux_parse_stream):
9186          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9187          indentation and spacing.
9188
9189 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9190
9191         * docs/plugins/Makefile.am:
9192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9194         * docs/plugins/gst-plugins-good-plugins.args:
9195         * docs/plugins/inspect/plugin-1394.xml:
9196         * docs/plugins/inspect/plugin-aasink.xml:
9197         * docs/plugins/inspect/plugin-alaw.xml:
9198         * docs/plugins/inspect/plugin-alpha.xml:
9199         * docs/plugins/inspect/plugin-alphacolor.xml:
9200         * docs/plugins/inspect/plugin-annodex.xml:
9201         * docs/plugins/inspect/plugin-apetag.xml:
9202         * docs/plugins/inspect/plugin-auparse.xml:
9203         * docs/plugins/inspect/plugin-autodetect.xml:
9204         * docs/plugins/inspect/plugin-avi.xml:
9205         * docs/plugins/inspect/plugin-cacasink.xml:
9206         * docs/plugins/inspect/plugin-cairo.xml:
9207         * docs/plugins/inspect/plugin-cdio.xml:
9208         * docs/plugins/inspect/plugin-cutter.xml:
9209         * docs/plugins/inspect/plugin-debug.xml:
9210         * docs/plugins/inspect/plugin-dv.xml:
9211         * docs/plugins/inspect/plugin-efence.xml:
9212         * docs/plugins/inspect/plugin-effectv.xml:
9213         * docs/plugins/inspect/plugin-esdsink.xml:
9214         * docs/plugins/inspect/plugin-flac.xml:
9215         * docs/plugins/inspect/plugin-flxdec.xml:
9216         * docs/plugins/inspect/plugin-gconfelements.xml:
9217         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9218         * docs/plugins/inspect/plugin-goom.xml:
9219         * docs/plugins/inspect/plugin-halelements.xml:
9220         * docs/plugins/inspect/plugin-icydemux.xml:
9221         * docs/plugins/inspect/plugin-id3demux.xml:
9222         * docs/plugins/inspect/plugin-jpeg.xml:
9223         * docs/plugins/inspect/plugin-level.xml:
9224         * docs/plugins/inspect/plugin-matroska.xml:
9225         * docs/plugins/inspect/plugin-mulaw.xml:
9226         * docs/plugins/inspect/plugin-multipart.xml:
9227         * docs/plugins/inspect/plugin-navigationtest.xml:
9228         * docs/plugins/inspect/plugin-ossaudio.xml:
9229         * docs/plugins/inspect/plugin-png.xml:
9230         * docs/plugins/inspect/plugin-rtp.xml:
9231         * docs/plugins/inspect/plugin-rtsp.xml:
9232         * docs/plugins/inspect/plugin-shout2send.xml:
9233         * docs/plugins/inspect/plugin-smpte.xml:
9234         * docs/plugins/inspect/plugin-speex.xml:
9235         * docs/plugins/inspect/plugin-udp.xml:
9236         * docs/plugins/inspect/plugin-videobalance.xml:
9237         * docs/plugins/inspect/plugin-videobox.xml:
9238         * docs/plugins/inspect/plugin-videoflip.xml:
9239         * docs/plugins/inspect/plugin-videomixer.xml:
9240         * docs/plugins/inspect/plugin-wavenc.xml:
9241         * docs/plugins/inspect/plugin-wavparse.xml:
9242         * docs/plugins/inspect/plugin-ximagesrc.xml:
9243           Update files to CVS/Prerelease version, add esdsink docs.
9244
9245         * ext/esd/esdsink.c:
9246           Add gtk-doc blurb.
9247
9248         * gst/rtp/gstrtpmp4vpay.c:
9249           Fix typo in element description.
9250
9251 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9252
9253         * ext/esd/esdsink.c: (gst_esdsink_open),
9254         (gst_esdsink_factory_init):
9255           Prevent libesd from auto-spawning a sound daemon if it
9256           is not already running. Now that we don't do evil stuff
9257           like that any longer we can give esdsink a rank so that
9258           autoaudiosink will try it as well if all other audio
9259           sinks fail (#343051).
9260
9261 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9262
9263         * ext/esd/Makefile.am:
9264           Oops, need to remove README from EXTRA_DIST as well.
9265
9266 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9267
9268         * ext/esd/README:
9269           Remove, it contains nothing useful anyway.
9270
9271         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9272         (gst_esdsink_delay):
9273           Some small clean-ups; use GST_BOILERPLATE etc.
9274
9275 2006-07-24  Wim Taymans  <wim@fluendo.com>
9276
9277         * gst/law/alaw-decode.c: (alawdec_getcaps):
9278         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9279         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9280         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9281         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9282
9283 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9284
9285         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9286         (gst_wavparse_other), (gst_wavparse_perform_seek),
9287         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9288         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9289         (gst_wavparse_pad_query):
9290         * gst/wavparse/gstwavparse.h:
9291           Use information from 'fact' chunk for length calculation of compressed
9292           samples. Calculate bps if bogus value is found in wav header (embeded
9293           mp2/mp3).
9294           
9295
9296 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9297
9298         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9299
9300         * configure.ac:
9301         * gst/udp/Makefile.am:
9302         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9303         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9304         * gst/udp/gstdynudpsink.h:
9305         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9306         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9307         * gst/udp/gstmultiudpsink.h:
9308         * gst/udp/gstudp.c: (plugin_init):
9309         * gst/udp/gstudpsink.h:
9310         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9311         (gst_udpsrc_start), (gst_udpsrc_stop):
9312         * gst/udp/gstudpsrc.h:
9313         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9314         (gst_udp_net_utils_win32_wsa_startup):
9315         * gst/udp/gstudpnetutils.h:
9316           Port udp plugin to win32 (#345288).
9317
9318 2006-07-24  Wim Taymans  <wim@fluendo.com>
9319
9320         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9321         Remove unwanted DEBUG line.
9322
9323 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9324
9325         * gst/id3demux/gstid3demux.c: (plugin_init):
9326         * gst/id3demux/id3tags.c:
9327         (id3demux_add_id3v2_frame_blob_to_taglist):
9328         * gst/id3demux/id3tags.h:
9329           On second thought, it might be wiser and more efficient
9330           not to do tag registration from a streaming thread.
9331
9332 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * gst/id3demux/id3tags.c:
9335         (id3demux_add_id3v2_frame_blob_to_taglist),
9336         (id3demux_id3v2_frames_to_tag_list):
9337           Put ID3v2 frames we can't parse as binary blobs into private
9338           tags, so that they are not lost when retagging, at least once
9339           id3v2mux has been taught to re-inject those frames again.
9340           See bug #334375.
9341
9342 2006-07-21  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9345         (gst_avi_demux_process_next_entry):
9346         Fix some leaks.
9347
9348         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9349         Don't use \n in debug lines.
9350
9351 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9352
9353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9355           Add annodex and icydemux, cleanup the sections a bit
9356
9357 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9358
9359         Patch by: Alex Lancaster <alexl at users sourceforge net>
9360
9361         * ext/taglib/gstid3v2mux.cc:
9362           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9363           ID3v2 TSSE frames (#347898).
9364
9365 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9366
9367         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9368           Respect mpegversion for "video/mpeg" and give message in case of
9369           unhandled versions.
9370
9371 2006-07-17  Wim Taymans  <wim@fluendo.com>
9372
9373         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9374         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9375         (gst_pngdec_chain), (gst_pngdec_sink_event),
9376         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9377         (gst_pngdec_sink_activate_push):
9378         * ext/libpng/gstpngdec.h:
9379         Use statically allocated segment instead of leaking.
9380         Various cleanups.
9381         Fix flush and seek handling.
9382
9383 2006-07-16  Wim Taymans  <wim@fluendo.com>
9384
9385         * gst/rtp/Makefile.am:
9386         * gst/rtp/gstrtp.c: (plugin_init):
9387         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9388         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9389         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9390         (gst_rtp_mp4g_depay_set_property),
9391         (gst_rtp_mp4g_depay_get_property),
9392         (gst_rtp_mp4g_depay_change_state),
9393         (gst_rtp_mp4g_depay_plugin_init):
9394         * gst/rtp/gstrtpmp4gdepay.h:
9395         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9396         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9397         (gst_rtp_mp4g_pay_flush):
9398         Added simple generic mpeg4 depayloader.
9399         Fix generic mpeg4 payloader.
9400
9401 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9402
9403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9404           Don't try doing state changes on a NULL pointer.
9405
9406 2006-07-14  Wim Taymans  <wim@fluendo.com>
9407
9408         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9409
9410         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9411         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9412         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9413         * gst/rtp/gstrtpamrdepay.h:
9414         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9415         Fixes #321191
9416
9417 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9418
9419         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9420         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9421         Fix segfault when moving mouse pointer to the bottom right corner.
9422
9423 2006-07-12  Wim Taymans  <wim@fluendo.com>
9424
9425         * gst/rtp/Makefile.am:
9426         * gst/rtp/gstrtp.c: (plugin_init):
9427         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9428         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9429         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9430         (gst_rtp_mp2t_depay_set_property),
9431         (gst_rtp_mp2t_depay_get_property),
9432         (gst_rtp_mp2t_depay_change_state),
9433         (gst_rtp_mp2t_depay_plugin_init):
9434         * gst/rtp/gstrtpmp2tdepay.h:
9435         Added mpeg2 TS depayloader. Closing #347234.
9436
9437 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9440           Remove g_assert that shouldn't be there and was triggered
9441           after trying to open a device that doesn't exist or can't
9442           be opened for some other reason (#347972).
9443
9444 2006-07-10  Edward Hervey  <edward@fluendo.com>
9445
9446         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9447         (gst_avi_demux_stream_header), (push_tag_lists):
9448         * gst/avi/gstavidemux.h:
9449         Don't push tag events found by gst_riff_parse_info() before outputting
9450         GST_EVENT_NEWSEGMENT.
9451
9452 2006-07-10  Wim Taymans  <wim@fluendo.com>
9453
9454         * gst/rtsp/Makefile.am:
9455         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9456         (rtsp_connection_close):
9457         * gst/rtsp/rtspdefs.h:
9458         replaced closesocket and close in code with one CLOSE_SOCKET. 
9459         Some more cleanups. Fixes #345301.
9460
9461 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * gst/autodetect/gstautoaudiosink.c:
9464           Fix example pipeline in docs.
9465
9466 2006-07-10  Wim Taymans  <wim@fluendo.com>
9467
9468         Patch by: Rob Taylor <robtaylor at floopily dot org>
9469
9470         * gst/udp/gstmultiudpsink.c: (join_multicast),
9471         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9472         If a destination is added before the stream is set to PAUSED, the
9473         multicast group is not joined as the socket is not created yet. 
9474         Also TTL and LOOP should also be set. Fixes #346921.
9475
9476 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9477
9478         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9479         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9480         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9481         (gst_ximage_src_init):
9482         * sys/ximage/gstximagesrc.h:
9483         Fix use-damage property to actually work :)
9484         Add startx, starty, endx, endy properties so screencasts other than full
9485         screen ones can work.
9486
9487 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9488
9489         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9490         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9491         (gst_ximage_src_class_init), (gst_ximage_src_init):
9492         * sys/ximage/gstximagesrc.h:
9493         Add use_damage property to offer ability to choose whether to use
9494         XDamage or not.
9495
9496 2006-07-07  Wim Taymans  <wim@fluendo.com>
9497
9498         * gst/goom/filters.c: (zoomFilterSetResolution):
9499         Avoid goom coredumping by clearing memory. 
9500         Fixes 345679.
9501
9502 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9503
9504         * win32/vs6/libgstid3demux.dsp:
9505         Add a link to libgsttag-0.10.lib.
9506
9507 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9508
9509         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9510         (gst_tag_demux_read_range):
9511         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9512         (gst_id3demux_read_range):
9513           Don't return FLOW_UNEXPECTED when a buffer is before
9514           the start of the stream (which might happen with
9515           large ID3v2 tags if the tag reading was done pullrange
9516           based and we then switched to push mode later on).
9517           Fixes regression introduced by commit from June 29th.
9518
9519 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9520
9521         * ext/taglib/gstid3v2mux.cc:
9522           Make UTF-8 the default encoding when writing string
9523           tags (before, our UTF-8 strings would automatically
9524           be converted to ISO-8859-1 by taglib and written as
9525           ISO-8859-1 fields if that was possible).
9526
9527         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9528         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9529         (test_taglib_id3mux_with_tags):
9530           Add test case that makes sure our UTF-8 strings have
9531           actually been written into the tag as UTF-8.
9532
9533 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         * configure.ac:
9536           Let's try that again.
9537
9538 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9539
9540         * configure.ac:
9541           Disable monoscope plugin for now until it fulfills
9542           all the requirements.
9543
9544 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9545
9546         * configure.ac:
9547         * gst/monoscope/Makefile.am:
9548         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9549         (gst_monoscope_class_init), (gst_monoscope_init),
9550         (gst_monoscope_finalize), (gst_monoscope_reset),
9551         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9552         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9553         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9554         (gst_monoscope_change_state), (plugin_init):
9555         * gst/monoscope/gstmonoscope.h:
9556           Port monoscope visualisation to 0.10.
9557
9558 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9561         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9562           Return FLOW_UNEXPECTED when at the end of the file, not
9563           FLOW_ERROR. Fixes 'internal stream error' errors that
9564           would sometimes occur in totem when scrubbing to the
9565           end of an ID3v1 tagged mp3 file.
9566
9567 2006-07-03  Edward Hervey  <edward@fluendo.com>
9568
9569         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9570         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9571         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9572         * ext/libpng/gstpngdec.h:
9573         Implement buffer clipping/dropping using GstSegment.
9574         This provides accurate seeking.
9575
9576 2006-07-03  Edward Hervey  <edward@fluendo.com>
9577
9578         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9579         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9580         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9581         (gst_avi_demux_process_next_entry), (push_tag_lists),
9582         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9583         * gst/avi/gstavidemux.h:
9584         Proper aggregation of each stream's GstFlowReturn in order to figure out
9585         whether the task should stop or not.
9586         Don't send inline events before pushing out a NEW_SEGMENT, more
9587         specifically for GST_TAG_EVENT.
9588         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9589         sub-indexes.
9590
9591 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9594
9595         * sys/sunaudio/gstsunaudiomixerctrl.c:
9596         (gst_sunaudiomixer_ctrl_build_list):
9597           Move "Monitor" slider to input tab so it works more like
9598           sdtaudiocontrol, which is what people on Solaris are used
9599           to using for their mixer program (#346259).
9600
9601 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9602
9603         * tests/check/elements/level.c: (GST_START_TEST):
9604           fix a leak, clean up at the end
9605
9606 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9609         (gst_matroska_demux_send_event),
9610         (gst_matroska_demux_loop_stream_parse_id):
9611         * gst/matroska/matroska-ids.h:
9612           Send tag event after newsegment event.
9613
9614 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9617         (gst_id3demux_read_range):
9618           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9619           certain cases where a read beyond the end of the file is
9620           requested. Fixes #345930.
9621
9622         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9623         (gst_tag_demux_read_range):
9624           Fix same issue here as well.
9625
9626 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9627
9628         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9629         
9630         Fix hypothetical crash.
9631
9632 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9635
9636         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9637           Do not modify the ports value. If the user has turned off the
9638           built-in speakers, then we should not reset it in the prepare
9639           function, since this causes the built-in speakers to turn
9640           back on anytime the user changes a track in totem, rhythmbox,
9641           etc. (#346066).
9642
9643 2006-06-23  Wim Taymans  <wim@fluendo.com>
9644
9645         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9646         Fix double caps unref when negotiation fails.
9647
9648 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9649
9650         * ext/annodex/gstcmmldec.c:
9651         * ext/annodex/gstcmmlenc.c:
9652         * ext/annodex/gstcmmlparser.c:
9653         * ext/dv/gstdvdec.c:
9654         * ext/dv/gstdvdemux.c:
9655         * ext/gdk_pixbuf/pixbufscale.c:
9656         * ext/jpeg/gstjpegenc.c:
9657         * ext/jpeg/gstsmokedec.c:
9658         * ext/jpeg/gstsmokeenc.c:
9659         * ext/libpng/gstpngdec.c:
9660         * ext/libpng/gstpngenc.c:
9661         * ext/speex/gstspeexenc.c:
9662         * gst/alpha/gstalphacolor.c:
9663         * gst/cutter/gstcutter.c:
9664         * gst/debug/gstnavigationtest.c:
9665         * gst/icydemux/gsticydemux.c:
9666         * gst/level/gstlevel.c:
9667         * gst/multipart/multipart.c:
9668         * gst/rtp/gstrtpamrpay.c:
9669         * gst/rtp/gstrtpdepay.c:
9670         * gst/rtp/gstrtpilbcpay.c:
9671         * gst/rtp/gstrtpmp4gpay.c:
9672         * gst/rtp/gstrtpmp4vpay.c:
9673         * gst/rtsp/gstrtpdec.c:
9674         * gst/rtsp/gstrtspsrc.c:
9675         * gst/udp/gstdynudpsink.c:
9676         * gst/udp/gstmultiudpsink.c:
9677         * gst/udp/gstudpsrc.c:
9678         * gst/videobox/gstvideobox.c:
9679         * gst/videofilter/gstvideoflip.c:
9680           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9681           plus two minor macro fixes.
9682
9683 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9684
9685         * gst/matroska/matroska-demux.c:
9686         (gst_matroska_demux_check_subtitle_buffer),
9687         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9688         (gst_matroska_demux_subtitle_caps):
9689         * gst/matroska/matroska-ids.c:
9690         (gst_matroska_track_init_subtitle_context):
9691         * gst/matroska/matroska-ids.h:
9692           Try to fix up broken matroska files containing subtitle
9693           streams with non-UTF8 character encodings (courtesy of
9694           mkvmerge) using either the encoding specified in the
9695           GST_SUBTITLE_ENCODING environment variable or the
9696           current locale's character set if it is non-UTF8.
9697           Fixes #337076.
9698
9699 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9700
9701         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9702           Set image type from APIC frame as "image-type" field
9703           of GST_TAG_IMAGE buffer caps (#344605).
9704
9705 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9706
9707         * ext/flac/Makefile.am:
9708         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9709         (gst_flac_dec_reset_decoders),
9710         (gst_flac_dec_setup_seekable_decoder),
9711         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9712         (gst_flac_dec_metadata_callback),
9713         (gst_flac_dec_metadata_callback_seekable),
9714         (gst_flac_dec_metadata_callback_stream),
9715         (gst_flac_dec_error_callback),
9716         (gst_flac_dec_error_callback_seekable),
9717         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9718         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9719         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9720         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9721         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9722         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9723         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9724         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9725         (gst_flac_dec_sink_activate_push),
9726         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9727         * ext/flac/gstflacdec.h:
9728           Support chain-based operation, should make flac-over-DAAP
9729           work (#340492).
9730
9731 2006-06-20  Wim Taymans  <wim@fluendo.com>
9732
9733         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9734         Doc updates, merge some unused symbols.
9735
9736 2006-06-20  Wim Taymans  <wim@fluendo.com>
9737
9738         * docs/plugins/Makefile.am:
9739         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9740         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9741         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9742         * gst/rtsp/gstrtspsrc.c:
9743         * gst/rtsp/gstrtspsrc.h:
9744         Added documentation for the rtsp plugin. Fixes #345393.
9745
9746 2006-06-20  Wim Taymans  <wim@fluendo.com>
9747
9748         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9749         (rtsp_connection_close), (rtsp_connection_free):
9750         Use better G_OS_* macros. Fixes #345301 some more.
9751
9752 2006-06-20  Wim Taymans  <wim@fluendo.com>
9753
9754         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9755
9756         * sys/sunaudio/Makefile.am:
9757         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9758         * sys/sunaudio/gstsunaudiomixerctrl.c:
9759         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9760         (gst_sunaudiomixer_ctrl_list_tracks),
9761         (gst_sunaudiomixer_ctrl_get_volume),
9762         (gst_sunaudiomixer_ctrl_set_volume),
9763         (gst_sunaudiomixer_ctrl_set_mute),
9764         (gst_sunaudiomixer_ctrl_set_record):
9765         * sys/sunaudio/gstsunaudiomixerctrl.h:
9766         * sys/sunaudio/gstsunaudiomixertrack.c:
9767         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9768         * sys/sunaudio/gstsunaudiomixertrack.h:
9769         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9770         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9771         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9772         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9773         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9774         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9775         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9776         (gst_sunaudiosrc_reset):
9777         * sys/sunaudio/gstsunaudiosrc.h:
9778         Add a SunAudio source plugin.
9779         Support stereo and right/left channel gain in the mixer plugin.
9780         Support the RECORD flag so that you can switch between line-input and
9781         microphone in gnome-volume-control.
9782         Code cleanups like using an enumerator for track number instead of an 
9783         integer. Fixes #344923.
9784
9785 2006-06-20  Wim Taymans  <wim@fluendo.com>
9786
9787         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9788
9789         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9790         (rtsp_connection_close):
9791         Make RTSP plugin compile on windows. Fixes #345301.
9792         Some changes to original patch to catch errors better.
9793         use ifdef WIN32 instead of ifndef.
9794
9795 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9796
9797         * configure.ac:
9798         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9799
9800 2006-06-18  Edward Hervey  <edward@fluendo.com>
9801
9802         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9803         After a failed buffer alloc, we need to abort the jpeg decoding (it
9804         started when parsing headers to figure out how many bytes we need
9805         to request downstream).
9806
9807 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9808
9809         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9810
9811         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9812           Make sure we don't read beyond the end of the file (#345232).
9813
9814 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9815
9816         * configure.ac:
9817           Fix --disable-external (can't set conditionals conditionally,
9818           #343602).
9819
9820 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9821
9822         * autogen.sh:
9823         * configure.ac:
9824         * docs/Makefile.am:
9825           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9826
9827         * docs/plugins/Makefile.am:
9828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9829         * docs/plugins/inspect/plugin-taglib.xml:
9830           Add/fix apev2mux docs.
9831
9832 2006-06-14  Wim Taymans  <wim@fluendo.com>
9833
9834         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9835         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9836         (gst_dvdec_change_state):
9837         Reset segment info on flush.
9838         Alloc segment in _init, free in _finalize.
9839
9840         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9841         Don't send segments twice.
9842
9843 2006-06-14  Wim Taymans  <wim@fluendo.com>
9844
9845         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9846         Respect segment.stop. Fixes #342592.
9847
9848 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9849
9850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9851           No language specified means the implied language is English
9852           according to the matroska spec (partially fixes #344708);
9853           add some more debug output.
9854
9855 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9856
9857         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9858         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9859         (gst_wavparse_chain):
9860           When operating chain-based, don't make any assumptions about the
9861           chunking of the incoming data and make streaming work on days other
9862           than the second Thursday after a full moon. Also fix up debug
9863           messages here and there and make use of the most excellent new
9864           gst_pad_query_peer_duration() utility function.
9865           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9866
9867         * gst/wavparse/gstwavparse.h:
9868           Remove trailing comma after last enum value, some compilers don't
9869           like that.
9870
9871 2006-06-13  Wim Taymans  <wim@fluendo.com>
9872
9873         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9874         Handle premature EOS gracefully.
9875
9876 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9877
9878         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9879           Prevent out of bounds array access when scrubbing towards
9880           the end of the file between the last index entry and the
9881           end. Fixes occasional 'start <= stop' newsegment event
9882           assertions when scrubbing in MJPEG files.
9883
9884 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         * tests/check/elements/.cvsignore:
9887           And another one.
9888
9889 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9890
9891         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9892         (scan_encoded_string), (parse_picture_frame):
9893           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9894
9895         * configure.ac:
9896           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9897           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9898
9899 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9900
9901         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9902           gratuitous comment changes
9903         * tests/check/elements/level.c: (GST_START_TEST):
9904           fix level test leaks
9905
9906 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9909         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9910           Use gst_pad_query_peer_duration() utility function here.
9911
9912 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9913
9914         * autogen.sh:
9915           require am17
9916         * configure.ac:
9917         * ext/annodex/Makefile.am:
9918         * ext/cdio/Makefile.am:
9919         * ext/dv/Makefile.am:
9920         * ext/esd/Makefile.am:
9921         * ext/flac/Makefile.am:
9922         * ext/gdk_pixbuf/Makefile.am:
9923         * ext/ladspa/Makefile.am:
9924         * ext/libcaca/Makefile.am:
9925         * ext/speex/Makefile.am:
9926         * ext/taglib/Makefile.am:
9927         * sys/oss/Makefile.am:
9928         * sys/sunaudio/Makefile.am:
9929         * sys/ximage/Makefile.am:
9930           clean up build further
9931
9932 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9933
9934         * gconf/Makefile.am:
9935           Honour --disable-schemas-install configure option. Fixes #344100.
9936
9937 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9938
9939         * tests/examples/level/Makefile.am:
9940           Add -lm to LIBS for pow() function, don't assume one of our
9941           dependencies (such as libxml-2.0) drags it in automatically
9942           (#343603).
9943
9944 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9947
9948         * configure.ac:
9949           We should use $SED and not $(SED) in configure.ac (#343678).
9950
9951 2006-06-09  Wim Taymans  <wim@fluendo.com>
9952
9953         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9954
9955         * sys/sunaudio/gstsunaudiomixerctrl.c:
9956         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9957         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9958         (gst_sunaudiomixer_ctrl_set_mute):
9959         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9960         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9961         (gst_sunaudiosink_write):
9962         Attached find a patch that fixes a number of bugs with the SunAudio
9963         mixer plugin and fixes #344101:
9964         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9965            tracks onto the tracklist causing gnome-volume-control's preferences
9966            dialog to be messed up and would core dump if you checked/unchecked
9967            any item.
9968         2. We weren't previously setting the MUTE flag properly.  Fixing this
9969            makes gnome-volume-control work better.
9970         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9971            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9972            gnome-volume-control look better.
9973         Also some minor cleanup in gstsunaudiosink.c.
9974
9975 2006-06-09  Wim Taymans  <wim@fluendo.com>
9976
9977         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9978         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9979         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9980         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9981         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9982         * ext/jpeg/gstjpegdec.h:
9983         API: Added IDCT method property
9984         Small cleanups.
9985         Avoid dynamic allocation of trivial fixed structure.
9986         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9987
9988 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9989
9990         * configure.ac:
9991         We now require libraw1394 >= 1.1.0 and that version onwards all
9992         have .pc files.
9993
9994 2006-06-02  Edward Hervey  <edward@fluendo.com>
9995
9996         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9997         Trying to get items from an ANY or EMPTY caps is ... stupid.
9998
9999 2006-06-02  Edward Hervey  <edward@fluendo.com>
10000
10001         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10002         (gst_dvdec_chain), (gst_dvdec_change_state):
10003         * ext/dv/gstdvdec.h:
10004         Added GstSegment handling, now implements dropping/clipping.
10005
10006 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10007
10008         * ext/aalib/gstaasink.h:
10009         * ext/annodex/gstcmmldec.h:
10010         * ext/cairo/gsttimeoverlay.h:
10011         * ext/dv/gstdvdec.h:
10012         * ext/dv/gstdvdemux.h:
10013         * ext/esd/esdmon.h:
10014         * ext/esd/esdsink.h:
10015         * ext/flac/gstflacenc.h:
10016         * ext/gconf/gstgconfaudiosink.h:
10017         * ext/gconf/gstgconfaudiosrc.h:
10018         * ext/gconf/gstgconfvideosink.h:
10019         * ext/gconf/gstgconfvideosrc.h:
10020         * ext/gdk_pixbuf/gstgdkanimation.h:
10021         * ext/gdk_pixbuf/pixbufscale.h:
10022         * ext/hal/gsthalaudiosink.h:
10023         * ext/hal/gsthalaudiosrc.h:
10024         * ext/jpeg/gstjpegenc.h:
10025         * ext/jpeg/gstsmokedec.h:
10026         * ext/jpeg/gstsmokeenc.h:
10027         * ext/libcaca/gstcacasink.h:
10028         * ext/libmng/gstmngdec.h:
10029         * ext/libmng/gstmngenc.h:
10030         * ext/libpng/gstpngdec.h:
10031         * ext/libpng/gstpngenc.h:
10032         * ext/raw1394/gstdv1394src.h:
10033         * ext/speex/gstspeexenc.h:
10034         * gst/autodetect/gstautoaudiosink.h:
10035         * gst/autodetect/gstautovideosink.h:
10036         * gst/avi/gstavidemux.h:
10037         * gst/cutter/gstcutter.h:
10038         * gst/debug/efence.h:
10039         * gst/debug/gstnavigationtest.h:
10040         * gst/debug/gstnavseek.h:
10041         * gst/flx/gstflxdec.h:
10042         * gst/goom/gstgoom.h:
10043         * gst/icydemux/gsticydemux.h:
10044         * gst/id3demux/gstid3demux.h:
10045         * gst/law/alaw-decode.h:
10046         * gst/law/alaw-encode.h:
10047         * gst/law/mulaw-decode.h:
10048         * gst/law/mulaw-encode.h:
10049         * gst/matroska/matroska-mux.h:
10050         * gst/median/gstmedian.h:
10051         * gst/oldcore/gstaggregator.h:
10052         * gst/oldcore/gstfdsink.h:
10053         * gst/oldcore/gstmd5sink.h:
10054         * gst/oldcore/gstmultifilesrc.h:
10055         * gst/oldcore/gstpipefilter.h:
10056         * gst/oldcore/gstshaper.h:
10057         * gst/oldcore/gststatistics.h:
10058         * gst/rtp/gstasteriskh263.h:
10059         * gst/rtp/gstrtpL16depay.h:
10060         * gst/rtp/gstrtpL16pay.h:
10061         * gst/rtp/gstrtpamrdepay.h:
10062         * gst/rtp/gstrtpamrpay.h:
10063         * gst/rtp/gstrtpdepay.h:
10064         * gst/rtp/gstrtpgsmdepay.h:
10065         * gst/rtp/gstrtpgsmpay.h:
10066         * gst/rtp/gstrtph263pay.h:
10067         * gst/rtp/gstrtph263pdepay.h:
10068         * gst/rtp/gstrtph263ppay.h:
10069         * gst/rtp/gstrtpmp4gpay.h:
10070         * gst/rtp/gstrtpmp4vdepay.h:
10071         * gst/rtp/gstrtpmp4vpay.h:
10072         * gst/rtp/gstrtpmpadepay.h:
10073         * gst/rtp/gstrtpmpapay.h:
10074         * gst/rtp/gstrtppcmadepay.h:
10075         * gst/rtp/gstrtppcmapay.h:
10076         * gst/rtp/gstrtppcmudepay.h:
10077         * gst/rtp/gstrtppcmupay.h:
10078         * gst/rtp/gstrtpspeexdepay.h:
10079         * gst/rtp/gstrtpspeexpay.h:
10080         * gst/rtsp/gstrtpdec.h:
10081         * gst/rtsp/gstrtspsrc.h:
10082         * gst/smpte/gstsmpte.h:
10083         * gst/udp/gstdynudpsink.h:
10084         * gst/udp/gstmultiudpsink.h:
10085         * gst/udp/gstudpsink.h:
10086         * gst/udp/gstudpsrc.h:
10087         * gst/videofilter/gstvideobalance.h:
10088         * gst/videofilter/gstvideoflip.h:
10089         * sys/oss/gstossdmabuffer.h:
10090         * sys/oss/gstossmixerelement.h:
10091         * sys/oss/gstosssink.h:
10092         * sys/oss/gstosssrc.h:
10093         * sys/osxvideo/osxvideosink.h:
10094         * sys/sunaudio/gstsunaudiomixer.h:
10095         * sys/sunaudio/gstsunaudiosink.h:
10096         * sys/ximage/gstximagesrc.h:
10097         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10098
10099 2006-05-31  Wim Taymans  <wim@fluendo.com>
10100
10101         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10102         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10103         (gst_goom_src_setcaps), (gst_goom_src_event),
10104         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10105         (gst_goom_change_state):
10106         * gst/goom/gstgoom.h:
10107         Handle QoS.
10108         Handle flushing, discont and events.
10109         Fix timestamps and various other cleanups.
10110
10111 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10112
10113         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10114         Fix bus reset when using libiec61883
10115
10116 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10117
10118         * configure.ac:
10119         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10120         * ext/raw1394/Makefile.am:
10121         Add CFLAGS.
10122         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10123         New method, to receive using libiec61883.
10124         (gst_dv1394src_iso_receive),
10125         #ifdef'd out if libiec61883 is present.
10126         (gst_dv1394src_bus_reset),
10127         Get userdata correctly if using libiec61883. 
10128         (gst_dv1394src_create),
10129         When using libiec61883, only poll one fd and no need to read.
10130         (gst_dv1394src_discover_avc_node),
10131         Replace g_warnings.
10132         (gst_dv1394src_start),
10133         Create new handle when we know which dv port.  More reliable
10134         than setting port on an existing handle.  Initialise libiec61883.
10135         (gst_dv1394src_stop):
10136         If using libiec61883, then cleanup its handle properly.
10137         * ext/raw1394/gstdv1394src.h:
10138         Add libiec61883 handle.
10139
10140 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10141
10142         * gst/avi/gstavidemux.c:
10143           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10144         * win32/MANIFEST:
10145           sort file listing
10146         * win32/vs6/libgstavi.dsp:
10147           add gstavimux.c to the project
10148         * win32/vs6/libgstid3demux.dsp:
10149           add link to zlib library
10150         * win32/vs6/libgstmatroska.dsp:
10151           add matroska-ids.c to the project
10152
10153 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         Patch by: Sebastian Dröge  <mail at slomosnail de >
10156
10157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10159         * ext/taglib/Makefile.am:
10160         * ext/taglib/gstapev2mux.cc:
10161         * ext/taglib/gstapev2mux.h:
10162         * ext/taglib/gstid3v2mux.cc:
10163         * ext/taglib/gsttaglibmux.c: (plugin_init):
10164         * ext/taglib/gsttaglibmux.h:
10165           Add apev2mux element (#343122).
10166         
10167         * tests/check/Makefile.am:
10168         * tests/check/elements/apev2mux.c:
10169         (test_taglib_apev2mux_create_tags),
10170         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10171         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10172         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10173         (apev2mux_suite), (main):
10174           Add unit test for apev2mux element.
10175
10176 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10179         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10180         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10181           GST_PTR_FORMAT should be used to print caps in debug statements.
10182
10183 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10184
10185         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10186
10187         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10188         (ape_demux_parse_tags):
10189           Some clean-ups and additions: map APE 'file' tag to
10190           GST_TAG_LOCATION (#343123); add support for extracting
10191           the track count and clean up parsing a bit (#343127).
10192
10193 2006-05-28  Edward Hervey  <edward@fluendo.com>
10194
10195         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10196         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10197
10198 2006-05-28  Edward Hervey  <edward@fluendo.com>
10199
10200         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10201         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10202         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10203         * ext/jpeg/gstjpegdec.h:
10204         Clip outgoing buffers according to currently configured segment.
10205
10206 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         * ext/taglib/gstid3v2mux.cc:
10209           Handle  writing of track-count or album-volume-count without
10210           track-number or albume-volume-number (in this case the number
10211           will just be set to 0).
10212
10213         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10214           It would be nice if we actually checked the values received for
10215           track/album-volume number/count in  _check_tags(), rather than
10216           setting them again ...
10217
10218 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10219
10220         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10221           A track/volume number or count of 0 does not make sense,
10222           just ignore it along with negative numbers (a tag might
10223           only contain a track count without a track number).
10224
10225 2006-05-27  Edward Hervey  <edward@fluendo.com>
10226
10227         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10228         (gst_jpeg_dec_sink_event):
10229         Abort decompression when receiving FLUSH_STOP. This should avoid
10230         issues when interrupting decoding with flushes.
10231
10232 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10233
10234         * ext/flac/gstflac.c:
10235           Don't #include file we don't dist any longer.
10236
10237 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10238
10239         * README:
10240           Replace current README (containing the release notes from
10241           some 0.9.x version) with a proper README taken from the core.
10242
10243 2006-05-24  Wim Taymans  <wim@fluendo.com>
10244
10245         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10246         Implement EOS correctly by either posting
10247         SEGMENT_DONE or pushing an EOS message depending
10248         on the seek type. Fixes #342592
10249
10250 2006-05-24  Wim Taymans  <wim@fluendo.com>
10251
10252         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10253         * gst/law/alaw-decode.h:
10254         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10255         * gst/law/alaw-encode.h:
10256         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10257         * gst/law/mulaw-decode.h:
10258         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10259         * gst/law/mulaw-encode.h:
10260         Some cleanups in the chain functions.
10261         Remove some GStreamer 0.0.2 bits.
10262
10263 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10266
10267         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10268           gst_collect_pads_stop() needs to be called before chaining up
10269           to the parent class (#342734).
10270
10271 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10272
10273         * ext/flac/Makefile.am:
10274         * ext/flac/flac_compat.h:
10275         * ext/flac/gstflac.c:
10276         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10277         * ext/flac/gstflacenc.c:
10278           Remove backwards compatibility cruft for dealing with FLAC API
10279           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10280
10281 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10282
10283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10284         (gst_matroska_demux_push_xiph_codec_priv_data),
10285         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10286         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10287         * gst/matroska/matroska-ids.h:
10288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10289         (gst_matroska_mux_video_pad_setcaps),
10290         (xiph3_streamheader_to_codecdata),
10291         (vorbis_streamheader_to_codecdata),
10292         (theora_streamheader_to_codecdata),
10293         (gst_matroska_mux_audio_pad_setcaps),
10294         (gst_matroska_mux_write_data):
10295           Add support for muxing/demuxing theora video (#342448; too bad
10296           none of the usual linux players can actually play this). Playback
10297           in GStreamer will require additional changes to theoradec in -base.
10298           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10299           cleanups.
10300
10301 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10302
10303         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10304         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10305           Fix crashes when the horizontal subsampling is 1.
10306           Fixes #342097.
10307
10308 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10309
10310         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10311
10312         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10313         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10314         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10315         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10316         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10317         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10318         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10319         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10320         (gst_avi_mux_change_state):
10321         * gst/avi/gstavimux.h:
10322           Some enhancements for avimux (#342526):
10323            - add odml (large file) index support
10324            - store codec init data (e.g. huffyuv)
10325            - miscellaneous other fixes/cleanups
10326
10327 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10328
10329         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10330         Don't output any tag when we encounter a negative track number - the
10331         tag type is uint, so we end up outputting huge positive numbers
10332         instead. (Fixes: #342029)
10333
10334 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10335
10336         * configure.ac:
10337           update for new GSTPB_PLUGINS_DIR
10338
10339 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10340
10341         * rtp/gst/gstrtph263pay.c:
10342         Properly set static caps for H263 at 34.
10343
10344 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10345
10346         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10347
10348         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10349           Merge event tags and tag setter tags correctly (#339918). Also,
10350           don't leak taglist in case of an error.
10351           
10352 2006-05-17  Edward Hervey  <edward@fluendo.com>
10353
10354         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10355         We can only do caps intersection if the othercaps are non-empty and not
10356         ANY. Else we return the pad template (base_caps).
10357
10358 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10359
10360         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10361           Fix crash when outputting debugging information for certain
10362           pictures (always good to use the right struct member for
10363           the number of records in an array).
10364
10365 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10368
10369         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10370         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10371         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10372         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10373         (gst_ebml_read_float), (gst_ebml_read_ascii),
10374         (gst_ebml_read_binary):
10375           Don't create unnecessary sub-buffers all the time. Dramatically
10376           improves performance with multiple concurrently running
10377           matroskademux instances (#341818) (and avoids doing
10378           unnecessarily inefficient things in the general case).
10379
10380 2006-05-16  Edward Hervey  <edward@fluendo.com>
10381
10382         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10383         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10384         return value of gst_pad_push_event().
10385
10386 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10387
10388         * gst/autodetect/gstautoaudiosink.c:
10389         (gst_auto_audio_sink_find_best):
10390         * gst/autodetect/gstautovideosink.c:
10391         (gst_auto_video_sink_find_best):
10392         Make the name of the child element be based on the name of the
10393         parent, so that debug output is more useful.
10394         
10395         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10396         (parse_insert_string_field), (parse_split_strings):
10397         Rework string parsing to always walk over BOM markers in UTF16
10398         strings, using the endianness indicated by the innermost one,
10399         then trying the opposite endianness if that fails to convert
10400         to valid UTF-8. Fixes #341774
10401
10402 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10403
10404         Patch from: Matthieu <matthieu at fluendo dot com>
10405
10406         * ext/libpng/Makefile.am:
10407         Add LIBPNG_CFLAGS.
10408
10409 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10410
10411         * ext/taglib/gstid3v2mux.cc:
10412           Add support for writing images (APIC frames) into ID3v2
10413           tags (picture type always set to 'other' for now though).
10414
10415 2006-05-14  Michael Smith  <msmith@fluendo.com>
10416
10417         * gst/wavparse/gstwavparse.c:
10418           Update docs; wavparse implements push and pull modes.
10419
10420 2006-05-12  Wim Taymans  <wim@fluendo.com>
10421
10422         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10423         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10424         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10425         Ooops, bitten by the copy-and-paste design paradigm, fixes
10426         seek again.
10427
10428 2006-05-12  Wim Taymans  <wim@fluendo.com>
10429
10430         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10431         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10432         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10433         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10434         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10435         (gst_avi_demux_massage_index),
10436         (gst_avi_demux_calculate_durations_from_index),
10437         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10438         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10439         (gst_avi_demux_loop):
10440         * gst/avi/gstavidemux.h:
10441         Some cleanups, prepare to use GstSegment.
10442         Fix error in entry walking code.
10443         Fix VBR detection.
10444         Smarter timestamp calculation code.
10445         Uniform error/eos handling.
10446
10447 2006-05-12  Michael Smith  <msmith@fluendo.com>
10448
10449         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10450         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10451           Fix use of uninitialised values if we're NOT seeking in ready.
10452           Fix typos.
10453
10454 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10455
10456         * gst/wavparse/Makefile.am:
10457           Add CFLAGS and LIBS for libgstbase, fixes build on
10458           Cygwin (#341489).
10459
10460 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10461
10462         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10463           Some more debug info. No need to check whether the string
10464           returned by g_convert() is really UTF-8 - either it is or
10465           we get NULL returned.
10466
10467 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10468
10469         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10470           Fix parsing of numeric genre strings some more, by ensuring that
10471           we only try and parse strings that a) Start with '(' and b) Consist
10472           only of digits.
10473           Also, when finding an escaping '((' sequence, bust it back to '(' by
10474           swallowing the first parenthesis
10475
10476 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10477
10478         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10479         (gst_esdsink_open), (gst_esdsink_close):
10480         * ext/esd/esdsink.h:
10481           Move the esd_get_server_info() into gst_esdsink_open() and fail
10482           with a decent error message on errors.
10483
10484 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10487         (gst_esdmon_channels_get_type):
10488         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10489         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10490         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10491         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10492         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10493         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10494         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10495         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10496         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10497         * gst/videomixer/videomixer.c:
10498         (gst_video_mixer_background_get_type):
10499           Const-ify GEnumValue arrays.
10500
10501 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10502
10503         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10504
10505         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10506         (gst_avi_mux_do_video_buffer):
10507           Work around gst_buffer_make_metadata_writable() bug that
10508           results in avimux marking all frames in the index as
10509           keyframes (#340859).
10510           
10511 2006-05-08  Wim Taymans  <wim@fluendo.com>
10512
10513         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10514         Make parsing of urls suck slightly less.
10515
10516 2006-05-08  Edward Hervey  <edward@fluendo.com>
10517
10518         * autogen.sh: (CONFIGURE_DEF_OPT): 
10519         libtoolize on Darwin/MacOSX is called glibtoolize.
10520
10521 2006-05-08  Wim Taymans  <wim@fluendo.com>
10522
10523         Patch by: Jens Granseuer <jensgr at gmx dot net>
10524
10525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10526         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10527         C89 compliance fixes. Fixes #340980
10528
10529 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10530
10531         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10532         * ext/flac/gstflacdec.h:
10533           Handle segment seeks that include the end of the file as stop point
10534           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10535           message instead of an EOS event in case we're in segment seek
10536           mode (fixes #340699).
10537           
10538 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10539
10540         * ext/cairo/gsttextoverlay.c:
10541         * ext/flac/gstflacdec.c:
10542         * ext/gdk_pixbuf/pixbufscale.c:
10543         * gst/apetag/gstapedemux.c:
10544         * gst/debug/breakmydata.c:
10545         * gst/debug/testplugin.c:
10546         * gst/matroska/ebml-write.c:
10547         * gst/multipart/multipartdemux.c:
10548         * sys/osxaudio/gstosxaudiosink.c:
10549         * sys/osxaudio/gstosxaudiosrc.c:
10550         Add semicolons after GST_BOILERPLATE[_FULL] so that
10551         indent doesn't mess up following lines.
10552
10553 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10556
10557         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10558           Don't leak caps when freeing the stream context (#340623).
10559
10560 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10561
10562         * configure.ac:
10563           Back to CVS
10564
10565 === release 0.10.3 ===
10566
10567 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10568
10569         * configure.ac:
10570           releasing 0.10.3, "Desplazado"
10571
10572 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10573
10574         * gst/matroska/matroska-mux.c:
10575         (gst_matroska_mux_stream_is_vorbis_header),
10576         (gst_matroska_mux_write_data):
10577           Don't strcmp() NULL strings.
10578           Only start new clusters on video keyframes, not on any
10579           random audio buffer that doesn't have the DELTA_UNIT
10580           flag set (fixes 'make check' again).
10581
10582 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10585
10586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10587         (gst_matroska_mux_stream_is_vorbis_header),
10588         (gst_matroska_mux_write_data):
10589           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10590           value and then dead-lock when muxing vorbis audio streams
10591           (the three vorbis header buffers carry no timestamp, and it
10592           would try to mux these after all video buffers). Fixes #340346.
10593
10594           Improve clustering: start a new cluster also whenever we get
10595           a keyframe.     
10596
10597 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10598
10599         * win32/common/config.h:
10600         * win32/MANIFEST
10601           add the generated file as well
10602
10603 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10604
10605         * Makefile.am:
10606         * configure.ac:
10607         * win32/common/config.h.in:
10608           add win32 stuff
10609
10610 2006-05-03  Michael Smith  <msmith@fluendo.com>
10611
10612         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10613           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10614           SUCKS.
10615
10616 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10617
10618         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10619         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10620         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10621           don't leak caps-string
10622
10623 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10624
10625         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10626         (gst_id3demux_sink_activate):
10627           Let core insert default error message for TYPE_NOT_FOUND
10628           errors, it's just as good as our own and has the added
10629           bonus of being translated.
10630
10631 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10634         (gst_tag_demux_sink_event):
10635         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10636         (gst_id3demux_sink_event):
10637           Post an error message when we get an EOS event and were not
10638           able to find out the type of stream.
10639
10640         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10641         (test_taglib_id3mux_with_tags):
10642           Decrease num-buffers to 16 per iteration again, otherwise the
10643           many memcpy()s and reallocations in the test will hammer slow
10644           CPUs completely and make the test timeout.
10645
10646 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10647
10648         * configure.ac:
10649           figure out where plugins-base plugins are
10650         * tests/check/Makefile.am:
10651           use plugins-base plugins, so we have typefind functions
10652         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10653           increase num-buffers, this makes sure the test errors out instead
10654           of timing out when no typefind functions are present
10655
10656 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10657
10658         * docs/plugins/Makefile.am:
10659           also check .cc files for gtk-doc markup
10660         * configure.ac:
10661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10663         * tests/check/Makefile.am:
10664         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10665         * ext/Makefile.am:
10666         * ext/taglib/Makefile.am:
10667         * ext/taglib/gstid3v2mux.h:
10668         * ext/taglib/gsttaglibmux.c:
10669         * ext/taglib/gsttaglibmux.h:
10670           move taglib-based id3v2muxer to -good.  Fixes #336110.
10671
10672 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10673
10674         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10675           ... and fix multichannel/WAVFORMATEX support again.
10676
10677 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10678
10679         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10680         (gst_wavparse_class_init), (gst_wavparse_dispose),
10681         (gst_wavparse_reset), (gst_wavparse_init),
10682         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10683         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10684         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10685         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10686         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10687         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10688         (gst_wavparse_stream_data), (gst_wavparse_loop),
10689         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10690         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10691         (gst_wavparse_change_state), (plugin_init):
10692         * gst/wavparse/gstwavparse.h:
10693           Add push (streaming) mode to wavparse (fixes #337625)
10694
10695 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10696
10697         * configure.ac:
10698         * tests/Makefile.am:
10699           add ximagesrc icles test
10700
10701 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10702
10703         * configure.ac:
10704         * docs/plugins/Makefile.am:
10705         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10706         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10707         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10708         (gst_cmml_enc_push_clip):
10709         * sys/Makefile.am:
10710         * sys/ximage/Makefile.am:
10711         * sys/ximage/gstximagesrc.c:
10712           Move ximagesrc plug-in to good after review.  Fixes #336756.
10713
10714 2006-04-28  Michael Smith  <msmith@fluendo.com>
10715
10716         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10717         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10718         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10719         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10720         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10721         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10722         * gst/icydemux/gsticydemux.h:
10723           Fix event handling: cache events when typefinding and forward later.
10724
10725 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10726
10727         * sys/osxaudio/gstosxaudiosink.c:
10728         (plugin_init):
10729          Register osxaudiosrc to the plugin.
10730         * sys/osxaudio/gstosxaudiosrc.c:
10731         (gst_osx_audio_src_osxelement_do_init),
10732         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10733         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10734         (gst_osx_audio_src_get_property),
10735         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10736         (gst_osx_audio_src_osxelement_init):
10737         * sys/osxaudio/gstosxaudiosrc.h:
10738           Port of osxaudiosrc to 0.10.
10739         * sys/osxaudio/Makefile.am:
10740           Add osxaudiosrc
10741
10742 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10743
10744         * sys/osxaudio/gstosxringbuffer.c:
10745         * sys/osxaudio/gstosxringbuffer.h:
10746           Forgot to commit earlier, part of the OSX audio plugin port
10747
10748 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10749
10750         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10751         (parse_split_strings):
10752           Recognise and skip any byte order marker (BOM) in
10753           UTF-16 strings.
10754
10755 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10756
10757         * docs/plugins/Makefile.am:
10758         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10759         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10760         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10761         * docs/plugins/inspect/plugin-avi.xml:
10762         * gst/avi/gstavidemux.c:
10763         * gst/avi/gstavimux.c:
10764           Add docs for both avidemux and avimux.
10765
10766 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10767
10768         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10769
10770         * gst/avi/Makefile.am:
10771         * gst/avi/gstavi.c: (plugin_init):
10772         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10773         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10774         (gst_avi_mux_class_init), (gst_avi_mux_init),
10775         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10776         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10777         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10778         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10779         (gst_avi_mux_riff_get_avix_header),
10780         (gst_avi_mux_riff_get_video_header),
10781         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10782         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10783         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10784         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10785         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10786         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10787         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10788         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10789         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10790         (gst_avi_mux_change_state):
10791         * gst/avi/gstavimux.h:
10792           Port AVI muxer to GStreamer-0.10 (#332031).
10793
10794         * tests/check/Makefile.am:
10795         * tests/check/elements/avimux.c:
10796         * tests/check/elements/.cvsignore:
10797           Add unit test for AVI muxer.
10798
10799 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10800
10801         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10802         (gst_wavparse_class_init), (gst_wavparse_reset),
10803         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10804         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10805         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10806         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10807         (gst_wavparse_stream_data), (gst_wavparse_loop),
10808         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10809         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10810         (plugin_init):
10811         * gst/wavparse/gstwavparse.h:
10812           reverted patch #337625 for the price of 1 hour sleep
10813
10814 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10815
10816         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10817         (gst_wavparse_class_init), (gst_wavparse_reset),
10818         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10819         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10820         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10821         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10822         (gst_wavparse_stream_data), (gst_wavparse_loop),
10823         (gst_wavparse_chain), (plugin_init):
10824         * gst/wavparse/gstwavparse.h:
10825           correct partial implementation of push mode
10826           (from my last commit)
10827
10828 2006-04-26  Wim Taymans  <wim@fluendo.com>
10829
10830         * ext/esd/esdsink.c:
10831         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10832         it is not in esd.h
10833
10834 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10837         (gst_au_parse_class_init), (gst_au_parse_init),
10838         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10839         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10840         (gst_au_parse_chain), (gst_au_parse_src_convert),
10841         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10842         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10843         (gst_au_parse_change_state):
10844         * gst/auparse/gstauparse.h:
10845           Rewrite auparse to suck a little bit less: make source pad
10846           dynamic, so decodebin/playbin work with non-raw formats
10847           like alaw/mulaw; add query function for duration/position
10848           queries; check whether we have enough data before attempting
10849           to parse the header (instead of crashing when that is not the
10850           case); work around audioconvert sucking by swapping endianness
10851           to the native endianness ourselves for float formats; send
10852           initial newsegment event. Fixes #161712.
10853
10854 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10855
10856         * sys/osxaudio/Makefile.am:
10857         * sys/osxaudio/gstosxaudioelement.c:
10858         (gst_osx_audio_element_get_type),
10859         (gst_osx_audio_element_class_init):
10860         * sys/osxaudio/gstosxaudioelement.h:
10861         * sys/osxaudio/gstosxaudiosink.c:
10862         (gst_osx_audio_sink_osxelement_do_init),
10863         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10864         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10865         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10866         (gst_osx_audio_sink_create_ringbuffer),
10867         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10868         (plugin_init):
10869         * sys/osxaudio/gstosxaudiosink.h:
10870         Port of osxaudiosink to 0.10
10871
10872 2006-04-26  Wim Taymans  <wim@fluendo.com>
10873
10874         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10875         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10876         the size of the ringbuffer. This should fix hangs with older 
10877         esd sound servers.
10878
10879 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10880
10881         * ext/aalib/gstaasink.c:
10882         * ext/annodex/gstcmmldec.c:
10883         * ext/annodex/gstcmmlenc.c:
10884         * ext/cairo/gsttextoverlay.c:
10885         * ext/cairo/gsttimeoverlay.c:
10886         * ext/cdio/gstcdiocddasrc.c:
10887         * ext/dv/gstdvdec.c:
10888         * ext/dv/gstdvdemux.c:
10889         * ext/esd/esdmon.c:
10890         * ext/esd/esdsink.c:
10891         * ext/flac/gstflacenc.c:
10892         * ext/flac/gstflactag.c:
10893         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10894         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10895         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10896         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10897         * ext/gdk_pixbuf/pixbufscale.c:
10898         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10899         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10900         * ext/jpeg/gstjpegdec.c:
10901         * ext/jpeg/gstjpegenc.c:
10902         * ext/jpeg/gstsmokedec.c:
10903         * ext/jpeg/gstsmokeenc.c:
10904         * ext/libcaca/gstcacasink.c:
10905         * ext/libmng/gstmngdec.c:
10906         * ext/libmng/gstmngenc.c:
10907         * ext/libpng/gstpngdec.c:
10908         * ext/libpng/gstpngenc.c:
10909         * ext/mikmod/gstmikmod.c:
10910         * ext/raw1394/gstdv1394src.c:
10911         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10912         * ext/shout2/gstshout2.h:
10913         * ext/speex/gstspeexdec.c:
10914         * ext/speex/gstspeexenc.c:
10915         * gst/alpha/gstalpha.c:
10916         * gst/alpha/gstalphacolor.c:
10917         * gst/apetag/gstapedemux.c:
10918         * gst/auparse/gstauparse.c:
10919         * gst/autodetect/gstautoaudiosink.c:
10920         (gst_auto_audio_sink_base_init):
10921         * gst/autodetect/gstautovideosink.c:
10922         (gst_auto_video_sink_base_init):
10923         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10924         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10925         * gst/cutter/gstcutter.c:
10926         * gst/debug/breakmydata.c:
10927         * gst/debug/efence.c:
10928         * gst/debug/gstnavigationtest.c:
10929         * gst/debug/gstnavseek.c:
10930         * gst/debug/negotiation.c:
10931         * gst/debug/progressreport.c:
10932         * gst/debug/testplugin.c:
10933         * gst/effectv/gstaging.c:
10934         * gst/effectv/gstdice.c:
10935         * gst/effectv/gstedge.c:
10936         * gst/effectv/gstquark.c:
10937         * gst/effectv/gstrev.c:
10938         * gst/effectv/gstshagadelic.c:
10939         * gst/effectv/gstvertigo.c:
10940         * gst/effectv/gstwarp.c:
10941         * gst/flx/gstflxdec.c:
10942         * gst/goom/gstgoom.c:
10943         * gst/icydemux/gsticydemux.c:
10944         * gst/id3demux/gstid3demux.c:
10945         * gst/interleave/deinterleave.c:
10946         * gst/interleave/interleave.c:
10947         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10948         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10949         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10950         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10951         * gst/level/gstlevel.c:
10952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10953         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10954         * gst/median/gstmedian.c:
10955         * gst/monoscope/gstmonoscope.c:
10956         * gst/multipart/multipartdemux.c:
10957         * gst/multipart/multipartmux.c:
10958         * gst/oldcore/gstaggregator.c:
10959         * gst/oldcore/gstfdsink.c:
10960         * gst/oldcore/gstmd5sink.c:
10961         * gst/oldcore/gstmultifilesrc.c:
10962         * gst/oldcore/gstpipefilter.c:
10963         * gst/oldcore/gstshaper.c:
10964         * gst/oldcore/gststatistics.c:
10965         * gst/rtp/gstasteriskh263.c:
10966         * gst/rtp/gstrtpL16depay.c:
10967         * gst/rtp/gstrtpL16pay.c:
10968         * gst/rtp/gstrtpamrdepay.c:
10969         * gst/rtp/gstrtpamrpay.c:
10970         * gst/rtp/gstrtpdepay.c:
10971         * gst/rtp/gstrtpgsmpay.c:
10972         * gst/rtp/gstrtph263pay.c:
10973         * gst/rtp/gstrtph263pdepay.c:
10974         * gst/rtp/gstrtph263ppay.c:
10975         * gst/rtp/gstrtpilbcdepay.c:
10976         * gst/rtp/gstrtpmp4gpay.c:
10977         * gst/rtp/gstrtpmp4vdepay.c:
10978         * gst/rtp/gstrtpmp4vpay.c:
10979         * gst/rtp/gstrtpmpadepay.c:
10980         * gst/rtp/gstrtpmpapay.c:
10981         * gst/rtp/gstrtppcmadepay.c:
10982         * gst/rtp/gstrtppcmapay.c:
10983         * gst/rtp/gstrtppcmudepay.c:
10984         * gst/rtp/gstrtppcmupay.c:
10985         * gst/rtp/gstrtpspeexdepay.c:
10986         * gst/rtp/gstrtpspeexpay.c:
10987         * gst/rtsp/gstrtpdec.c:
10988         * gst/rtsp/gstrtspsrc.c:
10989         * gst/smpte/gstsmpte.c:
10990         * gst/udp/gstdynudpsink.c:
10991         * gst/udp/gstmultiudpsink.c:
10992         * gst/udp/gstudpsink.c:
10993         * gst/udp/gstudpsrc.c:
10994         * gst/videobox/gstvideobox.c:
10995         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10996         * gst/videofilter/gstvideobalance.c:
10997         * gst/videofilter/gstvideoflip.c:
10998         * gst/videofilter/gstvideotemplate.c:
10999         (gst_videotemplate_base_init):
11000         * gst/videomixer/videomixer.c:
11001         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11002         (gst_wavparse_class_init), (gst_wavparse_dispose),
11003         (gst_wavparse_reset), (gst_wavparse_init),
11004         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11005         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11006         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11007         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11008         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11009         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11010         (gst_wavparse_change_state):
11011         * gst/wavparse/gstwavparse.h:
11012         * sys/oss/gstossmixerelement.c:
11013         * sys/oss/gstosssink.c:
11014         * sys/oss/gstosssrc.c:
11015         * sys/osxaudio/gstosxaudioelement.c:
11016         * sys/osxaudio/gstosxaudiosink.c:
11017         * sys/osxaudio/gstosxaudiosrc.c:
11018         * sys/sunaudio/gstsunaudiomixer.c:
11019         * sys/sunaudio/gstsunaudiosink.c:
11020           Define GstElementDetails as const and also static (when defined as
11021           global)
11022
11023 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11024
11025         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11026           Source pad has fixed caps. If we don't set this, bad
11027           things happen when the window is resized.
11028
11029 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11030
11031         * gst/matroska/Makefile.am:
11032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11033         (gst_matroska_demux_handle_src_event):
11034         * gst/matroska/matroska-ids.c:
11035         (gst_matroska_track_init_video_context),
11036         (gst_matroska_track_init_audio_context),
11037         (gst_matroska_track_init_subtitle_context),
11038         (gst_matroska_track_init_complex_context):
11039         * gst/matroska/matroska-ids.h:
11040           Handle case where the TrackType ebml chunk does not come before the
11041           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11042           events.
11043
11044 2006-04-25  Wim Taymans  <wim@fluendo.com>
11045
11046         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11047         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11048         It's codec_data, not codec_info.
11049
11050 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11051
11052         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11053
11054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11055           Handle codec_data for VfW compatibility codec IDs (#339451)
11056
11057         * gst/matroska/matroska-mux.c:
11058         (gst_matroska_mux_video_pad_setcaps):
11059           Same here, handle codec_data and add additional caps we can handle
11060           now to the pad template (huffyuv, dv and h263 video) (#339451)
11061
11062 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11063
11064         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11065
11066         * gst/matroska/matroska-mux.c:
11067         (gst_matroska_mux_create_buffer_header),
11068         (gst_matroska_mux_write_data):
11069           Fix timestamping of B-frames, use signed integers, do
11070           some rounding (#339678).
11071
11072 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11073
11074         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11075         just make it compile with --disable-gst-debug.
11076
11077 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11078
11079         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11080         Fix a bad conversion using gst_guint64_to_gdouble.
11081         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11082         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11083         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11084     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11085         mistake.
11086
11087 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11088
11089         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11090         Use gst_guint64_to_gdouble for conversions
11091         * win32/vs6/gst_plugins_good.dsw:
11092         * win32/vs6/libgsticydemux.dsp:
11093         Add a project file for icydemux
11094
11095 2006-04-21  Wim Taymans  <wim@fluendo.com>
11096
11097         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11098
11099         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11100         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11101         When splitting audio chunks, the block alignment is not taken in
11102         consideration, so the smaller chunks could be of size which is 
11103         not a multiple of the block alignment. Fixes #336904
11104
11105 2006-04-21  Wim Taymans  <wim@fluendo.com>
11106
11107         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11108         Use scale functions
11109
11110 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11111
11112         * ext/dv/gstdv.c: (plugin_init):
11113           Fix build.
11114
11115 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11118         (gst_progress_report_class_init), (gst_progress_report_init),
11119         (gst_progress_report_do_query), (gst_progress_report_report),
11120         (gst_progress_report_set_property),
11121         (gst_progress_report_get_property):
11122           Add 'format' property to force querying to a particular format.
11123
11124 2006-04-21  Andy Wingo  <wingo@pobox.com>
11125
11126         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11127         best, on big endian systems. Drop its rank in that case. OTOH on
11128         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11129
11130 2006-04-21  Michael Smith  <msmith@fluendo.com>
11131
11132         * configure.ac:
11133         * gst/icydemux/Makefile.am:
11134         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11135         (gst_icydemux_base_init), (gst_icydemux_class_init),
11136         (gst_icydemux_reset), (gst_icydemux_init),
11137         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11138         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11139         (unicodify), (gst_icydemux_unicodify),
11140         (gst_icydemux_parse_and_send_tags),
11141         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11142         (gst_icydemux_chain), (gst_icydemux_change_state),
11143         (gst_icydemux_send_tag_event), (plugin_init):
11144         * gst/icydemux/gsticydemux.h:
11145         * tests/check/Makefile.am:
11146         * tests/check/elements/icydemux.c: (typefind_succeed),
11147         (plugin_init), (icydemux_found_pad), (create_icydemux),
11148         (cleanup_icydemux), (push_data), (GST_START_TEST),
11149         (icydemux_suite), (main):
11150           Add icydemux, and tests.
11151
11152 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11155           Post SEGMENT_DONE message in TIME format.
11156
11157 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11158
11159         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11160
11161         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11162         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11163           Fix index creation when we have to scan the file to create
11164           an index. There may be other types of RIFF 'LIST' chunks than
11165           'movi' and we need to skip them properly as well or we'll end up
11166           reading garbage (#336889). Some other cosmetic changes.
11167           
11168 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11171         (gst_flac_dec_handle_seek_event):
11172           Add support for segment seeks (fixes #338290). Also demote
11173           some recurring debug message from DEBUG to LOG level.
11174
11175 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11176
11177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11178         (gst_matroskademux_do_index_seek),
11179         (gst_matroska_demux_handle_seek_event),
11180         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11181         * gst/matroska/matroska-ids.h:
11182           Set DISCONT flag on first buffer after a discontinuity.
11183           Fix newsegment events sent when seeking and honour KEY_UNIT
11184           seek flag. Create pad with bogus caps if we don't recognise
11185           the stream codec id.
11186
11187         * gst/matroska/matroska-demux.h:
11188           Fix GObject macros.
11189
11190 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11191
11192         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11193
11194         * gst/matroska/matroska-demux.c:
11195         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11196           Handle end of segment properly when set; don't dead-lock when
11197           posting start of segment message when doing a segment seek.
11198           Fixes #338810.
11199
11200 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11203         (gst_matroska_demux_plugin_init):
11204           Make mpeg2 aac audio work: create artificial private codec data
11205           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11206           Also call gst_riff_init(). Partially fixes #338767.
11207
11208 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11211         (gst_wavenc_class_init), (gst_wavenc_init),
11212         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11213         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11214         (gst_wavenc_chain), (gst_wavenc_change_state):
11215         * gst/wavenc/gstwavenc.h:
11216           Set caps on first outgoing buffer, so that it doesn't error out
11217           immediately with a non-negotiated error (#338716). Rewrite and
11218           clean up a bit; fix setcaps function to parse things properly;
11219           fix sink caps (8bit audio is unsigned and doesn't have depth);
11220           use boilerplate macros; remove unused properties stuff.
11221
11222 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11223
11224         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11225           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11226           handle MJPEG streams and might be autoplugged for those if the
11227           user doesn't have jpegdec installed (resulting in a cryptic error
11228           message about huffman tables). Better to disable JPEG decoding here
11229           and let the user figure out that she needs to install jpegdec.
11230
11231 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11234         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11235         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11236         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11237           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11238           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11239           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11240           debug messages. Fix boilerplate macros.
11241
11242 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11243
11244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11245         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11246           No need to special-case for Gdk-2.0 any longer, we require
11247           Gdk 2.2 or newer; minor clean-ups.
11248
11249 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11250
11251         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11252         (gst_shout2send_class_init), (gst_shout2send_init),
11253         (set_shout_metadata), (gst_shout2send_set_metadata),
11254         (gst_shout2send_event), (gst_shout2send_start),
11255         (gst_shout2send_connect), (gst_shout2send_stop),
11256         (gst_shout2send_render), (gst_shout2send_set_property),
11257         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11258         (plugin_init):
11259         * ext/shout2/gstshout2.h:
11260         * po/POTFILES.in:
11261           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11262           change function; use GST_ELEMENT_ERROR for error reporting, not
11263           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11264           will cause crashes or assertion failures; remove (unused) "sync"
11265           property, basesink already has such a property; misc. other
11266           minor fixes and cleanups.
11267
11268 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11271         * ext/esd/gstesd.c: (plugin_init):
11272         * po/POTFILES.in:
11273           Add translatable error message for when we cannot
11274           connect to the sound server, as "Cannot open resource
11275           for writing" isn't really an acceptable message to show
11276           to the user in this case.
11277
11278 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11279
11280         * sys/oss/gst-i18n-plugin.h:
11281           Remove bogus file that doesn't belong here.
11282
11283 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         Patch by: Philippe Valembois
11286
11287         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11288         (gst_shout2send_set_metadata), (gst_shout2send_event),
11289         (gst_shout2send_render), (gst_shout2send_change_state):
11290         * ext/shout2/gstshout2.h:
11291           Handle tags being received before the connection to
11292           the server is established properly (see #338636).
11293
11294 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11297           Don't crash in case the connection to the server fails:
11298           don't set pointer to NULL by assigning FALSE; error out
11299           properly by using GST_ELEMENT_ERROR and returning
11300           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11301           before resetting the pointer.
11302
11303 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11304
11305         * gst/id3demux/id3tags.c:
11306         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11307         (Fixes #338713)
11308
11309 2006-04-12  Wim Taymans  <wim@fluendo.com>
11310
11311         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11312         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11313         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11314         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11315         (gst_gdk_pixbuf_chain):
11316         Some cleanups.
11317         Added RGBA as a possible output format.
11318         Correctly free the supported mimetypes.
11319         deprecate silent arg, it's not used.
11320         Return result from _alloc_buffer to peer.
11321
11322 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11325           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11326           overwriting GST_BUFFER_MALLOCDATA.
11327
11328 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11331         (user_endrow_callback), (user_end_callback),
11332         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11333         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11334         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11335         * ext/libpng/gstpngdec.h:
11336           Handle more than one frame if the content is framed,
11337           like with png-in-quicktime (#331917).
11338
11339 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11340
11341         * sys/oss/Makefile.am:
11342         * sys/oss/common.h:
11343         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11344         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11345         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11346         (gst_oss_src_unprepare):
11347           - the user-visible error strings were in the wrong category
11348           - and the messages were not marked for translation
11349           - which is actually a good thing, because they were exactly
11350             the kind of message you would never want anyone to see
11351           - the macros were using variables that didn't exist in the macro
11352             arguments
11353           - and they were obviously copied from each other and then modified
11354           - so a common header makes sense
11355
11356 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11359           Don't try to modify read-only data.
11360
11361         * gst/matroska/matroska-demux.c:
11362         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11363           Fix comment (won't crash any longer now).
11364
11365 2006-04-10  Michael Smith  <msmith@fluendo.com>
11366
11367         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11368           Use copies of header buffers for caps to avoid circular refcounting
11369           problems (as in theoradec, vorbisdec).
11370
11371         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11372           Fix a typo in test that meant it was testing the wrong thing.
11373
11374         * tests/check/elements/cmmlenc.c: (check_headers):
11375           Fix refcount checks now that we use buffer-copies for caps.
11376
11377 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11378
11379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11380         (gst_matroska_demux_handle_seek_event),
11381         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11382         (gst_matroska_demux_subtitle_caps),
11383         (gst_matroska_demux_plugin_init):
11384           Use static pad templates with ANY caps for audio and video
11385           source pads and get rid of a lot of unnecessary (and partially
11386           broken) code for the template caps. Clean up caps finding
11387           functions. Fixes playback of audio files/streams that do not
11388           contain the sample rate and/or number of channels in the audio
11389           context (happens a lot with vorbis/mp3 .mka files it seems).
11390           Fixes #337183.
11391           Also add myself to copyright holders.
11392
11393 2006-04-10  Michael Smith  <msmith@fluendo.com>
11394
11395         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11396           Use g_list_delete_link () instead of g_list_remove_link () so that
11397           we free the link as well as the contained data.
11398
11399 2006-04-10  Wim Taymans  <wim@fluendo.com>
11400
11401         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11402
11403         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11404         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11405         (gst_avi_demux_stream_header):
11406         Fix some crashers with empty chunks. (Fixes #337749)
11407
11408 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11409
11410         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11411           use G_GINT64_CONSTANT for INT64 constants
11412         * gst/videofilter/gstvideobalance.c:
11413           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11414         * win32/vs6/libgstavi.dsp:
11415          add missing libraries for the link and remove avimux.c from
11416          the project as it isn't ported to 0.10 yet
11417         
11418 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11421           Even better would be if we actually did the right thing
11422           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11423
11424 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11427           Can't just replace 1LL with 1L here just because MSVC doesn't
11428           support it, as it might lead to incorrect results when doing the
11429           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11430           force a 64-bit constant in a way that all compilers are happy with.
11431
11432 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11433
11434         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11435         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11436         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11437         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11438         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11439         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11440         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11441         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11442         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11443         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11444         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11445         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11446         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11447         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11448         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11449         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11450         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11451         * gst/debug/efence.c: (gst_efence_class_init):
11452         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11453         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11454         * gst/goom/gstgoom.c: (gst_goom_class_init):
11455         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11456         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11457         * gst/interleave/interleave.c: (interleave_class_init):
11458         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11459         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11460         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11461         * gst/median/gstmedian.c: (gst_median_class_init):
11462         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11463         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11464         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11465         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11466         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11467         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11468         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11469         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11470         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11471         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11472         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11473         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11474         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11475         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11476         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11477         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11478         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11479         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11480         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11481         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11482         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11483         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11484         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11485         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11486         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11488         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11489         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11490         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11491         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11492         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11493         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11494         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11495         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11496         * sys/osxaudio/gstosxaudioelement.c:
11497         (gst_osxaudioelement_class_init):
11498         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11499         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11500         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11501         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11502
11503 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11504
11505         * ext/mikmod/gstmikmod.h:
11506         * gst/level/gstlevel.h:
11507         Fix more broken GObject macros
11508
11509 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11510
11511         * ext/annodex/gstcmmldec.h:
11512         * ext/annodex/gstcmmlenc.h:
11513         * ext/annodex/gstcmmltag.h:
11514         * ext/cairo/gsttextoverlay.h:
11515         * ext/ladspa/gstsignalprocessor.h:
11516         * gst/matroska/ebml-read.h:
11517         * gst/matroska/ebml-write.h:
11518         * sys/osxaudio/gstosxaudioelement.h:
11519         Fix broken GObject macros
11520
11521 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11524           Don't try to seek beyond the end of the file (would
11525           occasionally display error dialogs in totem when seeking
11526           to the end) (#335869). Will still throw an error though
11527           if the file is truncated and the total_samples value in
11528           the stream header is wrong.
11529
11530 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11533         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11534         (gst_flac_dec_metadata_callback):
11535         * ext/flac/gstflacdec.h:
11536           If the stream header doesn't contain the total number of samples,
11537           search for the last flac frame at the end of the file and calculate
11538           the total duration from that frame's offset (fixes #337609).
11539
11540 2006-04-07  Edward Hervey  <edward@fluendo.com>
11541
11542         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11543         Don't unref the GstPadTemplate returned by
11544         gst_element_class_get_pad_template().
11545
11546 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11549
11550         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11551         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11552         * sys/sunaudio/gstsunaudiosink.h:
11553           Use spec->segsize and spec->segtotal in the prepare function
11554           to initialise the ring buffer instead of using the buffer-time
11555           property (#337421).
11556
11557 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11558
11559         * configure.ac:
11560           Bump core requirements to CVS for gst_pad_query_peer_duration()
11561           which is used by speexdec.
11562
11563 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11564
11565         * ext/speex/gstspeex.c: (plugin_init):
11566         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11567         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11568         (speex_get_sink_query_types), (speex_dec_sink_query),
11569         (speex_get_src_query_types), (speex_dec_src_query),
11570         (speex_dec_src_event), (speex_dec_sink_event),
11571         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11572         (speex_dec_chain_parse_data), (speex_dec_chain),
11573         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11574         (speex_dec_change_state):
11575         * ext/speex/gstspeexdec.h:
11576           Fix seeking and duration queries (#337033); clean up and
11577           refactor a bit.
11578
11579 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11580
11581         * ext/raw1394/gstdv1394src.c:
11582           distinguish between device not found and could not open for
11583           reading
11584
11585 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11586
11587         * Makefile.am:
11588         * configure.ac:
11589         * pkgconfig/.cvsignore:
11590         * pkgconfig/Makefile.am:
11591         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11592           add a .pc file so other modules can use good plugins in tests
11593
11594 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11595
11596         * configure.ac:
11597           clean up, use AS_VERSION and AS_NANO
11598         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11599           use PACKAGE_VERSION define
11600         * po/af.po:
11601         * po/az.po:
11602         * po/cs.po:
11603         * po/en_GB.po:
11604         * po/hu.po:
11605         * po/it.po:
11606         * po/nb.po:
11607         * po/nl.po:
11608         * po/or.po:
11609         * po/sq.po:
11610         * po/sr.po:
11611         * po/sv.po:
11612         * po/uk.po:
11613         * po/vi.po:
11614           updated
11615
11616 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11617
11618         * ext\jpeg\smokecodec.c:
11619           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11620         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11621           move first instruction after all variables declarations
11622         * gst\alpha\gstalpha.c:
11623         * gst\effectv\gstshagadelic.c:
11624         * gst\smpte\paint.c:
11625         * gst\videofilter\gstvideobalance.c:
11626           define M_PI if it's not defined (it's not defined on WIN32)
11627         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11628         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11629         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11630         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11631         (gst_matroska_demux_video_caps):
11632         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11633         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11634           use gst_guint64_to_gdouble for conversions
11635         * gst\goom\filters.c: (setPixelRGB_):
11636           fix a debug which was using undefined variable
11637         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11638         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11639           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11640         * win32/vs6:
11641           add vs6 projects files for most of plugins-good
11642         
11643 2006-03-30  j^  <j@bootlab.org>
11644
11645         * ext/aalib/gstaasink.c:
11646         * ext/annodex/gstcmmldec.c:
11647         * ext/annodex/gstcmmlenc.c:
11648         * ext/cairo/gsttextoverlay.c:
11649         * ext/cairo/gsttimeoverlay.c:
11650         * ext/cdio/gstcdiocddasrc.c:
11651         * ext/dv/gstdvdec.c:
11652         * ext/esd/esdmon.c:
11653         * ext/esd/esdsink.c:
11654         * ext/flac/gstflacdec.c:
11655         * ext/flac/gstflacenc.c:
11656         * ext/flac/gstflactag.c:
11657         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11658         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11659         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11660         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11661         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11662         * ext/gdk_pixbuf/pixbufscale.c:
11663         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11664         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11665         * ext/jpeg/gstjpegdec.c:
11666         * ext/jpeg/gstjpegenc.c:
11667         * ext/jpeg/gstsmokedec.c:
11668         * ext/jpeg/gstsmokeenc.c:
11669         * ext/libcaca/gstcacasink.c:
11670         * ext/libmng/gstmngdec.c:
11671         * ext/libmng/gstmngenc.c:
11672         * ext/libpng/gstpngdec.c:
11673         * ext/libpng/gstpngenc.c:
11674         * ext/mikmod/gstmikmod.c:
11675         * ext/raw1394/gstdv1394src.c:
11676         * ext/shout2/gstshout2.c:
11677         * ext/speex/gstspeexdec.c:
11678         * ext/speex/gstspeexenc.c:
11679         * gst/alpha/gstalpha.c:
11680         * gst/alpha/gstalphacolor.c:
11681         * gst/auparse/gstauparse.c:
11682         * gst/autodetect/gstautoaudiosink.c:
11683         (gst_auto_audio_sink_base_init):
11684         * gst/autodetect/gstautovideosink.c:
11685         (gst_auto_video_sink_base_init):
11686         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11687         * gst/cutter/gstcutter.c:
11688         * gst/debug/breakmydata.c:
11689         * gst/debug/efence.c:
11690         * gst/debug/gstnavigationtest.c:
11691         * gst/debug/negotiation.c:
11692         * gst/debug/progressreport.c:
11693         * gst/debug/testplugin.c:
11694         * gst/effectv/gstaging.c:
11695         * gst/effectv/gstdice.c:
11696         * gst/effectv/gstedge.c:
11697         * gst/effectv/gstquark.c:
11698         * gst/effectv/gstrev.c:
11699         * gst/effectv/gstvertigo.c:
11700         * gst/effectv/gstwarp.c:
11701         * gst/flx/gstflxdec.c:
11702         * gst/goom/gstgoom.c:
11703         * gst/interleave/deinterleave.c:
11704         * gst/interleave/interleave.c:
11705         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11706         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11707         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11708         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11709         * gst/level/gstlevel.c:
11710         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11711         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11712         * gst/median/gstmedian.c:
11713         * gst/monoscope/gstmonoscope.c:
11714         * gst/multipart/multipartdemux.c:
11715         * gst/multipart/multipartmux.c:
11716         * gst/oldcore/gstmd5sink.c:
11717         * gst/oldcore/gstmultifilesrc.c:
11718         * gst/oldcore/gstpipefilter.c:
11719         * gst/oldcore/gstshaper.c:
11720         * gst/oldcore/gststatistics.c:
11721         * gst/rtp/gstasteriskh263.c:
11722         * gst/rtp/gstrtpL16depay.c:
11723         * gst/rtp/gstrtpL16pay.c:
11724         * gst/rtp/gstrtpamrdepay.c:
11725         * gst/rtp/gstrtpamrpay.c:
11726         * gst/rtp/gstrtpdepay.c:
11727         * gst/rtp/gstrtpgsmpay.c:
11728         * gst/rtp/gstrtph263pay.c:
11729         * gst/rtp/gstrtph263pdepay.c:
11730         * gst/rtp/gstrtph263ppay.c:
11731         * gst/rtp/gstrtpmp4gpay.c:
11732         * gst/rtp/gstrtpmp4vdepay.c:
11733         * gst/rtp/gstrtpmp4vpay.c:
11734         * gst/rtp/gstrtpmpadepay.c:
11735         * gst/rtp/gstrtpmpapay.c:
11736         * gst/rtp/gstrtppcmadepay.c:
11737         * gst/rtp/gstrtppcmapay.c:
11738         * gst/rtp/gstrtppcmudepay.c:
11739         * gst/rtp/gstrtppcmupay.c:
11740         * gst/rtp/gstrtpspeexdepay.c:
11741         * gst/rtp/gstrtpspeexpay.c:
11742         * gst/rtsp/gstrtpdec.c:
11743         * gst/smpte/gstsmpte.c:
11744         * gst/videobox/gstvideobox.c:
11745         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11746         * gst/videofilter/gstvideobalance.c:
11747         * gst/videofilter/gstvideoflip.c:
11748         * gst/videofilter/gstvideotemplate.c:
11749         (gst_videotemplate_base_init):
11750         * gst/videomixer/videomixer.c:
11751         * gst/wavenc/gstwavenc.c:
11752         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11753          better/unified long descriptions
11754          Fixed #336602
11755          Some cleanups to auparse, don't send multiple newsegments.
11756
11757 2006-03-29  Wim Taymans  <wim@fluendo.com>
11758
11759         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11760
11761         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11762         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11763         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11764         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11765         * ext/dv/gstdvdemux.h:
11766         Seek in READY patch. Only works for pull based mode.
11767         Fixes #323880
11768
11769 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11770
11771         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11772         (gst_gdk_pixbuf_event):
11773           Fix two crashers: don't unref the same caps twice, and
11774           set pixbuf loader to NULL after freeing it.
11775
11776 2006-03-27  Wim Taymans  <wim@fluendo.com>
11777
11778         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11779         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11780         (gst_speexenc_chain):
11781         * ext/speex/gstspeexenc.h:
11782         Don't leak adapter.
11783         A push *always* takes ownership of the buffer, even on
11784         errors.
11785         Small cleanups.
11786
11787 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11788
11789         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11790           Create source pad without leaking.
11791
11792 2006-03-24  Wim Taymans  <wim@fluendo.com>
11793
11794         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11795         * ext/flac/gstflacdec.h:
11796         * ext/flac/gstflacenc.h:
11797         Spifify a bit.
11798         Fix deadly lock order error in seeking code, STREAM_LOCK
11799         cannot be taken within LOCK and the streaming variables are
11800         protected with the STREAM_LOCK anyway.
11801
11802 2006-03-24  Wim Taymans  <wim@fluendo.com>
11803
11804         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11805         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11806         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11807         this patch combines the global init_frames with the stream
11808         init_frames. Rationale being that the global delay should 
11809         be subtracted from any stream delay.
11810         Fixes #335858.
11811
11812 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11813
11814         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11815         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11816         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11817         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11818         use DEBUG_FUNCPTR for collectpads
11819
11820 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11821
11822         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11823           Don't crash when encoding images where the number of rows isn't
11824           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11825
11826 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11827
11828         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11829         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11830         * gst/interleave/interleave.c: (interleave_change_state):
11831         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11832           More state change function fixes.
11833
11834 2006-03-23  Wim Taymans  <wim@fluendo.com>
11835
11836         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11837         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11838         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11839         (gst_esdsink_delay), (gst_esdsink_reset):
11840         * ext/esd/esdsink.h:
11841         Fix esd choppy playback by configuring audiosink
11842         correctly. Fixes #325191
11843
11844 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11847           Make state change function thread-safe.
11848
11849 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11850
11851         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11852         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11853           Don't try to read beyond the end of the file just because
11854           the header claims a bigger size (like with truncated files).
11855
11856 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11859         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11860         (gst_wavparse_stream_data), (gst_wavparse_loop):
11861         * gst/wavparse/gstwavparse.h:
11862           Delay source pad creation until we have the first chunk of
11863           media data, so the we can examine the data and adjust the
11864           caps accordingly if required. This makes playback of .wav
11865           files with DTS-declared-as-PCM content work (#313266).
11866
11867 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11868
11869         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11870         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11871         Don't attempt typefinding on too-short buffers that have been
11872         completely trimmed away. (Fixes #330239)
11873
11874         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11875         Improve the debug output
11876
11877 2006-03-21  Wim Taymans  <wim@fluendo.com>
11878
11879         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11880         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11881         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11882         (gst_esdsink_set_property), (gst_esdsink_get_property):
11883         Some cleanups.
11884         Reset fd to -1 when we close them.
11885
11886 2006-03-21  Wim Taymans  <wim@fluendo.com>
11887
11888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11889         the OPTIONS request result is optional so don't
11890         fail on it.
11891
11892 2006-03-21  Edward Hervey  <edward@fluendo.com>
11893
11894         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11895         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11896         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11897         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11898         (gst_wavparse_change_state):
11899         gcc 4.1 unreferenced pointer fixes.
11900
11901 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11904
11905         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11906           Fix block alignment calculation. Alignment should be done before
11907           adding the byte offset where the data starts (#335231).
11908
11909 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11910
11911         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11912           Ensure that we set correct caps on buffers that are transferred
11913           direct from the input.
11914
11915 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11916
11917         * gst/goom/filters.c: (zoomFilterDestroy):
11918         * gst/goom/goom_core.c: (goom_close):
11919           Free filter data when cleaning up. (Fixes: #334995)
11920
11921 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11922
11923         * configure.ac:
11924           Don't compile udp and rtsp plugins on win32 (mingw) or other
11925           systems that don't have <sys/socket.h> for some reason (#316203).
11926
11927 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11928
11929         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11930         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11931         * ext/raw1394/gstdv1394src.h:
11932           Change bus reset handler so it reports useful information such as
11933           whether the device being used connected or disconnected
11934
11935 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11936
11937         * gst/id3demux/id3v2frames.c:
11938         (parse_relative_volume_adjustment_two):
11939           We only care about gain and peak data for the master volume.
11940
11941 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11944         (parse_id_string), (parse_unique_file_identifier),
11945         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11946           Read replay gain tags (#323721).
11947
11948 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * configure.ac:
11951           Bump requirements to gst-plugins-base CVS because
11952           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11953
11954 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11955
11956         * rtp/gst/gstrtppcmadepay.c:
11957         Fixed one of the caps in the code from mulaw to alaw.
11958
11959 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11960
11961         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11962           Ensure that we set caps on the buffers we pass.
11963
11964         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11965         (gst_id3demux_sink_activate):
11966           Ensure that we set caps on the buffers we pass.
11967
11968           Use STREAM, TYPE_NOT_FOUND as the error class when
11969           typefinding fails.
11970
11971 2006-03-15  Edward Hervey  <edward@fluendo.com>
11972
11973         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11974         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11975         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11976         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11977         (gst_jpeg_dec_setcaps):
11978         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11979         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11980         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11981         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11982         (gst_mngdec_src_getcaps):
11983         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11984         (gst_pngdec_caps_create_and_set):
11985         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11986         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11987         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11988         * gst/alpha/gstalpha.c: (gst_alpha_init):
11989         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11990         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11991         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11992         * gst/cutter/gstcutter.c: (gst_cutter_init):
11993         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11994         (gst_efence_checkgetrange):
11995         * gst/debug/negotiation.c: (gst_negotiation_init):
11996         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11997         * gst/goom/gstgoom.c: (gst_goom_init):
11998         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11999         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12000         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12001         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12002         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12003         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12004         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12005         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12006         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12007         (gst_wavparse_create_sourcepad):
12008         Fix memleak with gst_static_pad_template_get().
12009         This uses gst_pad_new_from_static_template() instead.
12010         Fixes #333512
12011
12012 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12013
12014         * configure.ac:
12015           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12016           used by id3demux.
12017
12018         * gst/id3demux/gstid3demux.c: (plugin_init):
12019         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12020         (parse_user_text_identification_frame),
12021         (parse_unique_file_identifier):
12022           Add support for UFID and TXXX frames and extract musicbrainz tags.
12023
12024 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12025
12026         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12027           Catch short reads, like they might happen with truncated
12028           files (see #305279); remove unnecessary indentation.
12029
12030 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12031
12032         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12033           Fix DIB image inversion for pictures with a
12034           depth != 8 (#305279).
12035
12036 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12037
12038         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12039         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12040         * ext/jpeg/gstjpegdec.h:
12041           Fix durations on outgoing buffers after seeking
12042           in MJPEG files (#334083); some minor clean-ups.
12043
12044 2006-03-13  Wim Taymans  <wim@fluendo.com>
12045
12046         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12047         (gst_wavparse_change_state):
12048         Implement seek in READY (re-fixes #327658)
12049
12050 2006-03-13  Wim Taymans  <wim@fluendo.com>
12051
12052         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12053         * ext/esd/esdmon.c: (gst_esdmon_get):
12054         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12056         (gst_gdk_pixbuf_sink_getcaps):
12057         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12058         (gst_jpegenc_setcaps):
12059         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12060         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12061         (gst_smokeenc_setcaps):
12062         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12063         (gst_mngdec_src_getcaps):
12064         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12065         (gst_mngenc_chain):
12066         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12067         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12068         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12069         (speex_dec_src_event), (speex_dec_chain):
12070         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12071         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12072         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12073         (gst_negotiation_pad_link), (gst_negotiation_chain):
12074         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12075         (gst_flxdec_chain):
12076         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12077         (deinterleave_chain):
12078         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12079         * gst/median/gstmedian.c: (gst_median_link):
12080         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12081         (gst_monoscope_chain):
12082         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12083         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12084         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12085         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12086         close #333784 unref the result of gst_pad_get_parent()
12087         by: Christophe Fergeau.
12088
12089 2006-03-09  Wim Taymans  <wim@fluendo.com>
12090
12091         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12092         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12093         Handle events in push mode better, can now do non-flushing
12094         seeks in push mode as well.
12095
12096 2006-03-07  Wim Taymans  <wim@fluendo.com>
12097
12098         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12099         Applied patch from Kai Vehmanen, fixes #333624.
12100
12101 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12102
12103         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12104         Implement paletted and grayscale png files handling.
12105         (#150363).
12106
12107 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12108
12109         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12110         (gst_speexenc_chain):
12111           fix a tag list assert
12112           follow gst-plugins-base/ext/ogg/README; set OFFSET
12113           and OFFSET_END.  Muxes correctly with gst-plugins-base
12114           > 0.9.3
12115
12116 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * gst/id3demux/Makefile.am:
12119         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12120         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12121           Use new typefind helper functions here as well, and
12122           do typefinding in pull-mode if upstream supports that.
12123
12124 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12125
12126         * sys/sunaudio/gstsunaudiomixerctrl.c:
12127         (gst_sunaudiomixer_ctrl_get_volume),
12128         (gst_sunaudiomixer_ctrl_set_volume):
12129         * sys/sunaudio/gstsunaudiomixertrack.c:
12130         (gst_sunaudiomixer_track_new):
12131           Remove unused variables, breaks build from CVS
12132           with -Werror (#333392, patch by: Benjamin Pineau)
12133
12134 2006-03-03  Wim Taymans  <wim@fluendo.com>
12135
12136         * docs/plugins/Makefile.am:
12137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12139         Added wavparse docs.
12140
12141         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12142         (gst_wavparse_reset), (gst_wavparse_init),
12143         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12144         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12145         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12146         (gst_wavparse_stream_data), (gst_wavparse_loop),
12147         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12148         (gst_wavparse_change_state):
12149         * gst/wavparse/gstwavparse.h:
12150         Implement seek in READY (fixes #327658)
12151         Added docs and did some cleanups.
12152
12153 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12154
12155         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12156         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12157         (gst_avi_demux_calculate_durations_from_index),
12158         (gst_avi_demux_stream_header):
12159         * gst/avi/gstavidemux.h:
12160           If we have an index, use a duration based on the index instead
12161           of blindly trusting the information in the stream headers
12162           (fixes #331817).
12163
12164 2006-03-03  Wim Taymans  <wim@fluendo.com>
12165
12166         * docs/plugins/Makefile.am:
12167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12168         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12169         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12170         Added smoke and jpeg to the docs.
12171
12172         * ext/jpeg/Makefile.am:
12173         * ext/jpeg/gstjpeg.c: (plugin_init):
12174         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12175         * ext/jpeg/gstjpegenc.h:
12176         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12177         (gst_smokedec_chain):
12178         * ext/jpeg/gstsmokedec.h:
12179         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12180         * ext/jpeg/gstsmokeenc.h:
12181         * ext/jpeg/smokecodec.h:
12182         Port smokedec (fixes #331905).
12183         Added some docs.
12184         Some cleanups.
12185
12186 2006-03-03  Wim Taymans  <wim@fluendo.com>
12187
12188         * docs/plugins/Makefile.am:
12189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12191         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12192         Added videobalance and videoflip to the docs.
12193
12194         * gst/videofilter/Makefile.am:
12195         * gst/videofilter/gstvideobalance.c:
12196         (gst_video_balance_update_tables_planar411),
12197         (gst_video_balance_is_passthrough),
12198         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12199         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12200         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12201         (gst_video_balance_finalize), (gst_video_balance_class_init),
12202         (gst_video_balance_init), (gst_video_balance_interface_supported),
12203         (gst_video_balance_interface_init),
12204         (gst_video_balance_colorbalance_list_channels),
12205         (gst_video_balance_colorbalance_set_value),
12206         (gst_video_balance_colorbalance_get_value),
12207         (gst_video_balance_colorbalance_init),
12208         (gst_video_balance_set_property), (gst_video_balance_get_property),
12209         (gst_video_balance_get_type), (plugin_init):
12210         * gst/videofilter/gstvideobalance.h:
12211         Ported to 0.10. (Fixes #326160)
12212         Added docs.
12213
12214         * gst/videofilter/gstvideoflip.c:
12215         * gst/videofilter/gstvideoflip.h:
12216         Added docs.
12217
12218 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12219
12220         * configure.ac:
12221           Bump requirements to current core and -base CVS
12222           (core for new typefind helper API, and -base for the
12223           WAVFORMATEX support that was added to libgstriff and
12224           is needed by wavparse).
12225         
12226         * gst/apetag/Makefile.am:
12227         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12228         (gst_tag_demux_sink_activate):
12229           Use new typefind helpers for typefinding instead of our
12230           home-grown stuff; also, do typefinding in pull-mode if
12231           upstream supports that.
12232
12233 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12234
12235         Reviewed by: Christian Schaller <christian@fluendo.com>
12236
12237         This patch fixes bug: 329107
12238
12239         This Changelog entry is for a commit done on February 17
12240
12241         * ext/gconf/gconf.c
12242         * ext/gconf/gconf.h
12243         * ext/gconf/gstgconfaudiosink.c
12244         * ext/gconf/gstgconfaudiosink.h
12245         * gconf/gstreamer.schemas.in
12246
12247 2006-02-28  Wim Taymans  <wim@fluendo.com>
12248
12249         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12250         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12251         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12252         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12253         Use DEBUG_OBJECT more.
12254
12255 2006-02-28  Wim Taymans  <wim@fluendo.com>
12256
12257         * docs/plugins/Makefile.am:
12258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12260         Added dvdec and dvdemux to docs.
12261
12262         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12263         Added docs.
12264         Check frame sizes so we don't crash when don't have enough
12265         data.
12266         Send nice error messages on error.
12267
12268         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12269         (gst_dvdemux_class_init), (gst_dvdemux_init),
12270         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12271         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12272         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12273         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12274         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12275         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12276         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12277         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12278         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12279         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12280         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12281         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12282         * ext/dv/gstdvdemux.h:
12283         Added docs.
12284         Implement pull mode.
12285         Fix memleaks.
12286         Reduce memcpy for the video demuxing.
12287
12288 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12289
12290         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12291         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12292         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12293         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12294           Add a little extra debug. Make the decoder not return NOT_LINKED,
12295           as we want to continue decoding all CMML and emitting tags.
12296
12297 2006-02-27  Michael Smith  <msmith@fluendo.com>
12298
12299         * ext/annodex/gstskeltag.c:
12300         * ext/annodex/gstskeltag.h:
12301           Deleted; these files aren't used any more either.
12302
12303 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12304
12305         * ext/Makefile.am: Fix dist-check.
12306
12307 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12308
12309         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12310         memleak.
12311
12312 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12313
12314         * ext/annodex/Makefile.am:
12315         * ext/annodex/gstannodex.c:
12316         * ext/annodex/gstcmmldec.c:
12317         * ext/annodex/gstcmmlenc.c:
12318         * ext/annodex/gstcmmlparser.c:
12319         * ext/annodex/gstcmmlparser.h:
12320         * ext/annodex/gstcmmlutils.c:
12321         * tests/check/elements/cmmldec.c:
12322         * tests/check/elements/cmmlenc.c:
12323           Fix a memleak in gst_cmml_track_list_add_clip.
12324           Handle overflows in clip's start and end times.
12325           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12326           Do not parse junk at the end of a CMML preamble buffer.
12327           Register a libxml error handler to not print stuff on stderr.
12328           Check for bad clip start and end times in the testsuites.
12329
12330 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12331
12332         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12333         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12334         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12335         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12336         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12337         possible memleaks.
12338
12339 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12340
12341         * tests/check/Makefile.am:
12342         * tests/check/elements/cmmldec.c:
12343         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12344         the plugins-base tags.
12345
12346 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12347
12348         * ext/Makefile.am: Re-enable module.
12349
12350 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12351
12352         * tests/check/Makefile.am: Forgot to remove that test.
12353
12354 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12355
12356         * ext/annodex/Makefile.am:
12357         * ext/annodex/gstannodex.c: (plugin_init):
12358         * ext/annodex/gstcmmldec.c:
12359         * ext/annodex/gstskeldec.c:
12360         * ext/annodex/gstskeldec.h:
12361         * tests/check/Makefile.am:
12362         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12363
12364 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12365
12366         * tests/check/Makefile.am: Disable those checks as well.
12367
12368 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12369
12370         * ext/Makefile.am: Disable annodex for now until we figure out
12371         how to make it build.
12372         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12373         Add a rule to your checklist : "please try to at least build 
12374         what you are going to commit into -good, or if you are too lazy
12375         to do that, please check that the buildbots are not crying because
12376         of your commit."
12377
12378 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12379
12380         * configure.ac:
12381         * ext/Makefile.am:
12382         * ext/gdk_pixbuf/Makefile.am:
12383         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12384         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12385         * ext/gdk_pixbuf/pixbufscale.c:
12386         * ext/gdk_pixbuf/pixbufscale.h:
12387           Gdkpixbuf ported from 0.8 to 0.10 by
12388           Renato Filho <renato.filho@indt.org.br>.
12389           gst_loader and gdkpixbufanimation still need port.
12390
12391 2006-02-24  Michael Smith  <msmith@fluendo.com>
12392
12393         * configure.ac:
12394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12395         * ext/Makefile.am:
12396         * ext/annodex/Makefile.am:
12397         * ext/annodex/gstannodex.c:
12398         * ext/annodex/gstannodex.h:
12399         * ext/annodex/gstcmmldec.c:
12400         * ext/annodex/gstcmmldec.h:
12401         * ext/annodex/gstcmmlenc.c:
12402         * ext/annodex/gstcmmlenc.h:
12403         * ext/annodex/gstcmmlparser.c:
12404         * ext/annodex/gstcmmlparser.h:
12405         * ext/annodex/gstcmmltag.c:
12406         * ext/annodex/gstcmmltag.h:
12407         * ext/annodex/gstcmmlutils.c:
12408         * ext/annodex/gstcmmlutils.h:
12409         * ext/annodex/gstskeldec.c:
12410         * ext/annodex/gstskeldec.h:
12411         * ext/annodex/gstskeltag.c:
12412         * ext/annodex/gstskeltag.h:
12413         * tests/check/Makefile.am:
12414         * tests/check/elements/cmmldec.c:
12415         * tests/check/elements/cmmlenc.c:
12416         * tests/check/elements/skeldec.c:
12417           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12418           Includes tests & docs, oh my! Passes Thomas's -good checklist
12419           entirely. Wow.
12420
12421 2006-02-24  Michael Smith  <msmith@fluendo.com>
12422
12423         * autogen.sh:
12424           Check for automake 1.9 as well.
12425
12426 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * ext/flac/gstflacenc.c:
12429           Change min. sample rate to 8kHz to match flacdec's.
12430           
12431 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12432
12433         * ext/cdio/Makefile.am:
12434           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12435           required for Cygwin, see #317048)
12436
12437         * gst/rtp/gstasteriskh263.c:
12438           Cygwin has includes for both the unix network socket API
12439           and the windows API, but only one can be included, so fix
12440           includes to only use one or the other, prefering the unxi
12441           one (#317048).
12442
12443 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12444
12445         * rtp/gst/gstrtppcmadepay.c:
12446         * rtp/gst/gstrtppcmadepay.h:
12447         * rtp/gst/gstgstrtppcmapay.c:
12448         * rtp/gst/gstgstrtppcmapay.h:
12449         * rtp/gst/gstrtppcmudepay.c:
12450         * rtp/gst/gstrtppcmudepay.h:
12451         * rtp/gst/gstrtppcmupay.c:
12452         * rtp/gst/gstrtppcmupay.h:
12453         * rtp/gst/Makefile.am:
12454         * rtp/gst/gstrtp.c:
12455         * rtp/gst/README:
12456         Separated the G711 payloaders/depayloaders into separate elements for
12457         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12458
12459 2006-02-22  Wim Taymans  <wim@fluendo.com>
12460
12461         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12462         (gst_dvdec_change_state):
12463         * ext/dv/gstdvdec.h:
12464         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12465         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12466         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12467         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12468         (gst_dvdemux_flush), (gst_dvdemux_chain),
12469         (gst_dvdemux_change_state):
12470         * ext/dv/gstdvdemux.h:
12471         Ueber spiffify some more, added debug category.
12472         Use _scale.
12473         Use segments, respect playback rate from newsegment.
12474         Fix refcount issue.
12475
12476 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12477
12478         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12479         (gst_signal_processor_process):
12480         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12481         enabled for the build, but it helps me win the feature-count
12482         competitions ooh yeah.
12483
12484 2006-02-19  Wim Taymans  <wim@fluendo.com>
12485
12486         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12487         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12488         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12489         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12490         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12491         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12492         Use scaling code for added precission and more correct stop
12493         position in case scale==0.
12494
12495 2006-02-19  Wim Taymans  <wim@fluendo.com>
12496
12497         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12498         (gst_flxdec_chain):
12499         * gst/flx/gstflxdec.h:
12500         Implement DURATION query.
12501
12502 2006-02-19  Wim Taymans  <wim@fluendo.com>
12503
12504         * gst/flx/flx_color.h:
12505         * gst/flx/flx_fmt.h:
12506         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12507         (gst_flxdec_src_query_handler), (flx_decode_color),
12508         (gst_flxdec_chain):
12509         * gst/flx/gstflxdec.h:
12510         Set MALLOCDATA for the temp buffers so we don't leak.
12511         Some debug cleanups.
12512         Consume all data in the adapter before leaving the chain
12513         function. Fixes #330678.
12514
12515 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12516
12517         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12518         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12519          Handle 0 data size in otherwise valid frames.
12520          Handle numeric strings in 2.4.0 even when not in parentheses 
12521
12522 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * gst/matroska/matroska-demux.c:
12525         (gst_matroska_demux_subtitle_caps),
12526         (gst_matroska_demux_plugin_init):
12527         * gst/matroska/matroska-ids.h:
12528           Recognise SSA/ASS and USF subtitle formats and
12529           set proper caps when they are found.
12530
12531 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12532
12533         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12534         (gst_jpeg_dec_chain):
12535           Fix invalid memory access for some odd-sized images
12536           (see image contained in quicktime stream in #327083);
12537           use g_malloc() instead of g_alloca().
12538
12539 2006-02-17  Wim Taymans  <wim@fluendo.com>
12540
12541         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12542         Patch from Sebastien Cote, fixes #319884
12543
12544 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12545
12546         * ext/cdio/gstcdio.c: (plugin_init):
12547           Init debug category (#331253).
12548
12549 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12550
12551         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12552           Pass extra_data to gst_riff_create_audio_caps(), so that
12553           WAVEFORMATEX stuff works. Post audio codec name and post
12554           it as taglist on the bus. Allow up to 8 channesl for raw
12555           PCM in the source pad template caps.
12556
12557 2006-02-16  Wim Taymans  <wim@fluendo.com>
12558
12559         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12560         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12561         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12562         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12563         (gst_multipart_set_property), (gst_multipart_get_property):
12564         Applied #318663. Gives quite a few false positives in
12565         autoscan mode, but it's better than nothing. Not closing yet.
12566
12567 2006-02-16  Wim Taymans  <wim@fluendo.com>
12568
12569         * docs/plugins/Makefile.am:
12570         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12571         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12572         * docs/plugins/gst-plugins-good-plugins.args:
12573         * docs/plugins/inspect/plugin-udp.xml:
12574         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12575         (gst_udpsrc_start):
12576         Update documentation.
12577         Fix args.
12578
12579 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12580
12581         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12582         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12583         frame size. (Fixes #331368)
12584
12585 2006-02-16  Wim Taymans  <wim@fluendo.com>
12586
12587         * gst/rtsp/README:
12588         Updated README.
12589
12590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12591         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12592         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12593         * gst/rtsp/gstrtspsrc.h:
12594         Make sure the RTP port is an even port an try to allocate 
12595         another if not.
12596         Added retry property to control max retries for port allocation.
12597         Make sure RTCP port is RTP port+1.
12598         Cleanup when port allocation fails.
12599         Fixes #319183.
12600         
12601 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12602
12603         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12604           Don't ignore return value of the parent class's state
12605           change function (#331385, patch by: Wouter Paesen).
12606
12607 2006-02-15  Wim Taymans  <wim@fluendo.com>
12608
12609         * configure.ac:
12610         * docs/plugins/Makefile.am:
12611         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12612         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12613         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12614         * ext/Makefile.am:
12615         * ext/hal/Makefile.am:
12616         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12617         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12618         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12619         (do_toggle_element), (gst_hal_audio_sink_set_property),
12620         (gst_hal_audio_sink_get_property),
12621         (gst_hal_audio_sink_change_state):
12622         * ext/hal/gsthalaudiosink.h:
12623         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12624         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12625         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12626         (do_toggle_element), (gst_hal_audio_src_set_property),
12627         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12628         * ext/hal/gsthalaudiosrc.h:
12629         * ext/hal/gsthalelements.c: (plugin_init):
12630         * ext/hal/gsthalelements.h:
12631         * ext/hal/hal.c: (gst_hal_get_string),
12632         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12633         (gst_hal_get_audio_src):
12634         * ext/hal/hal.h:
12635         Add HAL sound device wrapper plugins. Closes #329106
12636
12637 2006-02-15  Wim Taymans  <wim@fluendo.com>
12638
12639         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12640         Add comment in a fultile attempt to stop the copy-and-paste 
12641         paradigm leading to duplication of bad code.
12642
12643         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12644         Mime parameters have to be checked case insensitive
12645
12646 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12647
12648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12649           Advance stream time for lagging subtitle streams by sending
12650           newsegment events with the update flag set.
12651
12652 2006-02-14  Edward Hervey  <edward@fluendo.com>
12653
12654         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12655         There can be bogus data before the hdrl LIST tag in the RIFF header.
12656         It's hard to say if it's not respecting the AVI specifications or not,
12657         but since Google Video is producing AVIs like that and the other player
12658         don't seem to complain, I guess we should do the same.
12659
12660 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12661
12662         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12663         (parse_split_strings):
12664         Add more validation to ensure that a char encoding conversion
12665         produced a valid UTF-8 string.
12666
12667 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12668
12669         Reviewed by: Edward Hervey  <edward@fluendo.com>
12670
12671         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12672         Properly handle end of segment. Closes #330885.
12673
12674 2006-02-13  Wim Taymans  <wim@fluendo.com>
12675
12676         * gst/rtp/gstrtpmp4gpay.h:
12677         For got to commit this one.
12678
12679 2006-02-12  Wim Taymans  <wim@fluendo.com>
12680
12681         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12682         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12683         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12684         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12685         * gst/rtp/gstrtpmp4gpay.h:
12686         Make more things work.
12687         Handle ACC config strings.
12688
12689 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12690
12691         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12692           set timestamps if no incoming timestamps set
12693
12694 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12695
12696         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12697         (gst_tag_demux_do_typefind):
12698           ... and fix the very same leaks in GstTagDemux.
12699
12700 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12701
12702         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12703         (gst_id3demux_do_typefind):
12704         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12705         <jonathan at kaolin dot wh9 dot net>)
12706
12707 2006-02-10  Wim Taymans  <wim@fluendo.com>
12708
12709         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12710         First set options, then set caps or else the baseclass
12711         will not know about the options, duh.
12712
12713 2006-02-10  Wim Taymans  <wim@fluendo.com>
12714
12715         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12716         (gst_rtp_mp4v_pay_setcaps):
12717         Don't waste time looking for a config string if we have codec_info
12718         on the incomming caps.
12719
12720 2006-02-10  Wim Taymans  <wim@fluendo.com>
12721
12722         * gst/rtp/README:
12723         Say something about case-sensitivity of caps vs mime-attributes.
12724
12725         * gst/rtp/Makefile.am:
12726         * gst/rtp/gstrtp.c: (plugin_init):
12727         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12728         (gst_rtp_amr_pay_handle_buffer):
12729         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12730         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12731         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12732         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12733         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12734         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12735         (gst_rtp_mp4g_pay_plugin_init):
12736         * gst/rtp/gstrtpmp4gpay.h:
12737         Added beginnings of mpeg4-generic payloader (RFC 3640)
12738
12739 2006-02-09  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst/rtsp/Makefile.am:
12742         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12743         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12744         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12745         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12746         (gst_rtpdec_change_state):
12747         * gst/rtsp/gstrtpdec.h:
12748         * gst/rtsp/gstrtsp.c: (plugin_init):
12749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12750         * gst/rtsp/rtspconnection.c: (read_body),
12751         (rtsp_connection_receive):
12752         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12753         Resurected rtpdec to make rtspsrc happy again.
12754         Skip attributes from the session id.
12755         Don't crash when dumping a message with an empty body.
12756
12757
12758 2006-02-09  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12761         Added more meaningfull warnings when something goes wrong.
12762         Clear F bit on outgoing AMR packets.
12763
12764         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12765         (gst_rtp_amr_pay_handle_buffer):
12766         Added debugging category
12767         Support payloading of multiple AMR frames.
12768
12769         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12770         Added some debugging.
12771
12772 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12773
12774         * configure.ac:
12775           Back to CVS
12776
12777 === release 0.10.2 ===
12778
12779 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12780
12781         * configure.ac:
12782           releasing 0.10.2, "Papa was a rolling stone"
12783
12784 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12785
12786         * configure.ac:
12787           Bump core and plugins-base requirement to 0.10.2.2
12788           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12789
12790 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12791
12792         * ext/flac/gstflac.c: (plugin_init):
12793         * ext/speex/gstspeex.c: (plugin_init):
12794           Register musicbrainz tags.
12795
12796 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12797
12798         * ext/gconf/gconf.h:
12799           Remove declaration of function that no longer exists.
12800
12801 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12802
12803         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12804         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12805         Make shout2 work for non ogg streams
12806
12807 2006-02-06  Wim Taymans  <wim@fluendo.com>
12808
12809         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12810         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12811         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12812         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12813         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12814         * gst/udp/gstmultiudpsink.h:
12815         Updated docs.
12816         Added properties bytes-served, bytes_to_serve.
12817         Post proper error messages,
12818         Emit client added signal too.
12819
12820 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12821
12822         * docs/plugins/Makefile.am:
12823         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12825         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12826         (gst_multiudpsink_get_stats):
12827           adding docs for multiudpsink
12828
12829 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12830
12831         * gst/level/gstlevel.c: (gst_level_transform_ip):
12832           peak below decay is not necessarily an error, so don't ERROR log
12833
12834 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12835
12836         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12837         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12838         (gst_ebml_write_seek):
12839         * gst/matroska/ebml-write.h:
12840           Make sure we send a newsegment event in BYTES format
12841           before sending buffers (#328531).
12842
12843 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12846         (gst_dvdemux_sink_query):
12847         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12848         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12849         (speex_dec_src_query):
12850         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12851         (gst_speexenc_sink_query):
12852         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12853         * gst/matroska/matroska-demux.c:
12854         (gst_matroska_demux_get_src_query_types),
12855         (gst_matroska_demux_handle_src_query):
12856         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12857         (gst_wavparse_pad_query):
12858           Pass unhandled queries upstream instead of just dropping
12859           them (#326446). Update query type arrays here and there.
12860
12861 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12862
12863         * tests/check/elements/matroskamux.c: (setup_src_pad):
12864           Collectpads in core got changed and now also holds a
12865           reference to any pad that is part of it. Fix refcount
12866           checks in test case accordingly.
12867
12868 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12869
12870         * gst/apetag/gstapedemux.h:
12871           Fix include, for now GstTagDemux is in the apetag dir.
12872
12873 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12874
12875         * docs/plugins/Makefile.am:
12876         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12877         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12878         * docs/plugins/inspect/plugin-cdio.xml:
12879           Add cdio plugin to docs.
12880
12881         * ext/cdio/gstcdiocddasrc.c:
12882           Add gtk-doc blurb.
12883
12884         * ext/cdio/gstcdio.c:
12885           The plugin is called 'cdio' not 'cddio'.
12886
12887 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12888
12889         * configure.ac:
12890         * docs/plugins/Makefile.am:
12891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12893         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12894         * docs/plugins/inspect/plugin-apetag.xml:
12895         * gst/apetag/Makefile.am:
12896         * gst/apetag/gstapedemux.c:
12897         * gst/apetag/gstapedemux.h:
12898         * gst/apetag/gsttagdemux.c:
12899         * gst/apetag/gsttagdemux.h:
12900           Add APE tag demuxer (#325649).
12901
12902 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12903
12904         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12905         (gst_gconf_get_default_video_sink),
12906         (gst_gconf_get_default_audio_src),
12907         (gst_gconf_get_default_video_src):
12908         * ext/gconf/gconf.h:
12909         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12910         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12911         (do_toggle_element):
12912         * ext/gconf/gstgconfaudiosink.h:
12913         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12914         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12915         (do_toggle_element):
12916         * ext/gconf/gstgconfaudiosrc.h:
12917         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12918         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12919         (do_toggle_element):
12920         * ext/gconf/gstgconfvideosink.h:
12921         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12922         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12923         (do_toggle_element):
12924         * ext/gconf/gstgconfvideosrc.h:
12925           Ignore changing the GConf key to "". Ignore GConf key updates
12926           that don't actually change the string.
12927           For now, ignore the GConf key when the state is > READY, as
12928           it breaks streaming. Sometime it will be nice to bring the
12929           new sink online even mid-stream, by sending NEWSEGMENT info
12930           and possibly prerolling.
12931           (Fixes #326736)
12932
12933 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12934
12935         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12936         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12937         (zoomFilterSetResolution), (zoomFilterDestroy),
12938         (zoomFilterFastRGB), (pointFilter):
12939         * gst/goom/filters.h:
12940         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12941         (goom_update), (goom_close):
12942         * gst/goom/goom_core.h:
12943         * gst/goom/goom_tools.h:
12944         * gst/goom/graphic.c:
12945         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12946         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12947         * gst/goom/gstgoom.h:
12948         * gst/goom/lines.c: (goom_lines):
12949         * gst/goom/lines.h:
12950           Make goom reentrant by moving all important static variables
12951           into instance structures.
12952           (Fixes #329181)
12953
12954 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12955
12956         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12957         (gst_avi_demux_all_source_pads_unlinked),
12958         (gst_avi_demux_process_next_entry):
12959         * gst/avi/gstavidemux.h:
12960           Third attempt, use gst_pad_is_linked() this time.
12961
12962 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12963
12964         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12965         (parse_split_strings):
12966         Adjust for data length indicators when parsing (Fixes #329810)
12967         Fix stupid bug parsing UTF-8 tag text.
12968         Output tag strings with multiple fields as multiple tags, so the
12969         app gets all the data.
12970
12971 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12972
12973         * ext/flac/gstflacenc.c:
12974         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12975         show me.
12976         
12977 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12978
12979         * ext/flac/gstflacenc.c:
12980         * gst/matroska/ebml-read.c:
12981         Just make it compile with --disable-gst-debug.
12982
12983 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12984
12985         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12986         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12987         (id3v2_genre_fields_to_taglist):
12988           Never output a tag with a null contents string.
12989
12990 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12991
12992         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12993           Only pause if all pads are unlinked AND we've tried to send data
12994           on all of them at least once.
12995
12996 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12997
12998         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12999         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13000           Make loop function/task pause itself when all source pads are
13001           unlinked.
13002
13003 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13004
13005         * configure.ac:
13006         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13007           Use new functions from core to render a bin from a
13008           string. Fixes build. Up requirements to core CVS.
13009
13010 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13011
13012         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13013           Don't push buffers into the adapter that we are going to
13014           push downstream again without framing anyway. Also, the
13015           adaptor takes ownership of buffers put into it (fixes
13016           auparse pushing invalid buffers for .au files with
13017           ADPCM contents). Finally, set caps on all outgoing buffers.
13018
13019 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13020
13021         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13022         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13023         (gst_id3demux_send_tag_event):
13024         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13025         Someone should kick my butt. Remove ID3v1 tags from the end of the
13026         file.
13027
13028         Improve error messages. Send the TAG message as soon as we complete
13029         typefinding, instead of waiting until we send the first buffer.
13030         Downstream tag event is still sent before the first buffer.
13031
13032 2006-01-27  Jan Gerber  <j@bootlab.org>
13033
13034         Reviewed by: Andy Wingo <wingo@pobox.com>
13035
13036         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13037         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13038         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13039         to not have warings flooding stderr. this is the suggested way
13040         also used in dvgrab and kino. (#328336)
13041
13042 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13043
13044         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13045         (gst_oss_sink_init), (gst_oss_sink_finalise):
13046           Free the device name string when finalised.
13047
13048 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13049
13050         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13051           Don't put function calls in g_return_if_fail() statements,
13052           or they'll be replaced with NOOPs if someone compiles with
13053           G_DISABLE_CHECKS defined.
13054           
13055 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13056
13057         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13058         Never trust ANY information encoded in a media file, especially
13059         when it's giving you sizes. (Fixes #328452)
13060
13061 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13062
13063         * gst/rtp/gstrtpg711pay.c:
13064         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13065         bug #325148.
13066
13067 2006-01-23  Edward Hervey  <edward@fluendo.com>
13068
13069         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13070         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13071         * gst/matroska/matroska-ids.h:
13072         Added recognition of Real Audio and Video streams in matroska demuxer.
13073
13074 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13075
13076         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13077           Remove errant break statement, and fix compilation with
13078           older GCC.
13079
13080 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13081
13082         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13083
13084         * sys/sunaudio/gstsunaudiomixerctrl.c:
13085         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13086           Export functions that are needed in other parts of the code,
13087           makes the mixer actually work; adjust magic minimum buffer-time
13088           value from 3ms to 5ms to work around stuttering during mp3
13089           playback (#327765).
13090
13091 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13092
13093         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13094
13095         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13096         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13097           Fix possible deadlock in matroska muxer (#327825).
13098
13099 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13100
13101         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13102         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13103         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13104         * gst/rtsp/sdpmessage.h:
13105         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13106         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13107           C89 fixes: declare variables at the beginning of a block and
13108           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13109           <jensgr at gmx dot net>).
13110
13111 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13112
13113         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13114         * gst/id3demux/id3tags.h:
13115         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13116         (parse_comment_frame), (parse_text_identification_frame),
13117         (id3v2_tag_to_taglist), (id3v2_are_digits),
13118         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13119         (parse_split_strings), (free_tag_strings):
13120           Rewrite parsing of text tags to handle multiple NULL terminated
13121           strings. Parse numeric genre strings and ID3v2 type
13122           "(3)(6)Alternative" style genre strings.
13123           Parse dates that are only YYYY or YYYY-mm format.
13124           (Fixes #328241 and #322154)
13125
13126 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13127
13128         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13129           Don't forget to initialize liboil, otherwise our oil functions
13130           will crash (fixes #327871; patch by: Christoph Burghardt
13131           <hawkes at web dot de>).
13132
13133 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13134
13135         * configure.ac:
13136           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13137           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13138           patch by: Brian Cameron <brian dot cameron at sun dot com>
13139
13140 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13141
13142         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13143         * ext/cdio/gstcdio.h:
13144         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13145           Fix build for libcdio versions >= 76; give slightly lower rank
13146           than cdparanoia.
13147
13148 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13149
13150         * configure.ac:
13151         * ext/Makefile.am:
13152         * ext/cdio/Makefile.am:
13153         * ext/cdio/gstcdio.c:
13154         * ext/cdio/gstcdio.h:
13155         * ext/cdio/gstcdiocddasrc.c:
13156         * ext/cdio/gstcdiocddasrc.h:
13157           Port libcdio cdda source, formerly known as cddasrc, now known as
13158           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13159           but that's not tested (fixes #317658).
13160
13161 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13162
13163         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13164           Fix conversion from TIME to BYTES format (fixes #326864;
13165           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13166
13167 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13168
13169         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13170           Fix compilation of id3demux when zlib is not present.
13171           (Fixes #326602; patch by: Sergey Scobich)
13172
13173 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13174
13175         * ext/esd/Makefile.am:
13176           Add $(ESD_CFLAGS), otherwise build will fail for folks
13177           with libesd in a non-standard prefix (#327009).
13178
13179 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13180
13181         * configure.ac:
13182           back to HEAD
13183
13184 === release 0.10.1 ===
13185
13186 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13187
13188         * configure.ac:
13189           releasing 0.10.1, "Li"
13190
13191 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13192
13193           patch by: Wim Taymans
13194
13195         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13196           fix memleak.  Fixes #326618
13197
13198 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13199
13200           patch by: Mike Smith
13201
13202         * gst/level/gstlevel.c: (gst_level_message_new),
13203         (gst_level_message_append_channel):
13204           Fix memleak.  Fixes #326612
13205
13206 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13207
13208         * configure.ac:
13209           prereleasing
13210         * po/af.po:
13211         * po/az.po:
13212         * po/cs.po:
13213         * po/en_GB.po:
13214         * po/hu.po:
13215         * po/it.po:
13216         * po/nb.po:
13217         * po/nl.po:
13218         * po/or.po:
13219         * po/sq.po:
13220         * po/sr.po:
13221         * po/sv.po:
13222         * po/uk.po:
13223         * po/vi.po:
13224           update translations
13225
13226 2006-01-10  Michael Smith  <msmith@fluendo.com>
13227
13228         * gst/level/gstlevel.c: (gst_level_class_init),
13229         (gst_level_dispose):
13230           Don't leak filter arrays.
13231
13232 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13233
13234         reviewed by: Christian Schaller <uraeus@gnome.org>
13235         
13236         * configure.ac:
13237         * gst-plugins-good.spec.in:
13238         * sys/Makefile.am:
13239         * sys/sunaudio/Makefile.am:
13240         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13241         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13242         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13243         (gst_sunaudiomixer_change_state):
13244         * sys/sunaudio/gstsunaudiomixer.h:
13245         * sys/sunaudio/gstsunaudiomixerctrl.c:
13246         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13247         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13248         (gst_sunaudiomixer_ctrl_list_tracks),
13249         (gst_sunaudiomixer_ctrl_get_volume),
13250         (gst_sunaudiomixer_ctrl_set_volume),
13251         (gst_sunaudiomixer_ctrl_set_mute),
13252         (gst_sunaudiomixer_ctrl_set_record):
13253         * sys/sunaudio/gstsunaudiomixerctrl.h:
13254         * sys/sunaudio/gstsunaudiomixertrack.c:
13255         (gst_sunaudiomixer_track_class_init),
13256         (gst_sunaudiomixer_track_init), (fill_labels),
13257         (gst_sunaudiomixer_track_new):
13258         * sys/sunaudio/gstsunaudiomixertrack.h:
13259         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13260         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13261         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13262         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13263         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13264         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13265         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13266         * sys/sunaudio/gstsunaudiosink.h:
13267
13268         Add SunAudio plugin - tested to make sure it doesn't break
13269         the build under GNU/Linux.      
13270
13271 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13272
13273         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13274         * gst-plugins-good/gst/udp/gstudpsrc.c:
13275         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13276         overrides the port or multicast parameters. Fixes bugs #323021.
13277         API addition: adds GstUDPSrc::sockfd property   
13278
13279 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13280
13281         * ext/gconf/Makefile.am:
13282         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13283         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13284         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13285         (do_toggle_element), (cb_toggle_element),
13286         (gst_gconf_audio_src_change_state):
13287         * ext/gconf/gstgconfaudiosrc.h:
13288         * ext/gconf/gstgconfelements.c: (plugin_init):
13289         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13290         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13291         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13292         (do_toggle_element), (cb_toggle_element),
13293         (gst_gconf_video_src_change_state):
13294         * ext/gconf/gstgconfvideosrc.h:
13295           Add new gconfaudiosrc and gconfvideosrc elements
13296           (needed for gnome-sound-recorder).
13297
13298 2006-01-06  Edward Hervey  <edward@fluendo.com>
13299
13300         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13301         Add gst_element_no_more_pads() for proper decodebin behaviour.
13302         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13303         (parse_text_identification_frame), (parse_split_strings):
13304         Failure to decode some tags is not a GST_ERROR() but a
13305         GST_WARNING()
13306         When iterating over a chunk of text, check that we haven't gone too
13307         far.
13308
13309 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13310
13311         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13312         (plugin_init):
13313           call oil_init() when using liboil
13314
13315 2006-01-04  Wim Taymans  <wim@fluendo.com>
13316
13317         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13318         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13319         Fix leaks.
13320
13321 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13322
13323         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13324
13325         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13326         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13327         (gst_flac_dec_change_state):
13328           Don't g_assert() where we should just return FALSE; remove
13329           unnecessary g_assert(); initialize some fields properly in
13330           state change function (fixes #325504). Also, use
13331           GST_DEBUG_OBJECT in two more places.
13332
13333 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13334
13335         * configure.ac:
13336           also remove smoothwave's Makefile.am
13337         * docs/plugins/Makefile.am:
13338           fix plugin docs
13339
13340 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13341
13342         * tests/examples/Makefile.am:
13343           added missing Makefile.am
13344
13345 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13346
13347         * configure.ac:
13348         * gst/level/Makefile.am:
13349         * gst/level/level-example.c:
13350         * tests/Makefile.am:
13351         * tests/examples/level/Makefile.am:
13352         * tests/examples/level/level-example.c: (message_handler), (main):
13353           moved level-example to tests/examples/level-example
13354         * tests/old/examples/level/demo.c: (main):
13355         * tests/old/examples/level/plot.c: (main):
13356           some initial fixes
13357
13358 2005-12-29  Michael Smith  <msmith@fluendo.com>
13359
13360         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13361         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13362         * gst/udp/gstmultiudpsink.h:
13363           Track packets sent per client in addition to bytes sent; provide
13364           this info through get-stats signal
13365
13366 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13367
13368         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13369           Can't use gst_object_unref() on a GstAdapter (#325191).
13370
13371 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13372
13373         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13374         If a broken tag has 0 bytes payload, at least still skip
13375         the 10 byte header
13376
13377 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13378
13379         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13380         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13381         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13382         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13383           Making these depayloaders (H263+ and mpeg4 video) inherit from
13384           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13385
13386 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13387
13388         * docs/plugins/gst-plugins-good-plugins.args:
13389         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13390         Regenerate the plugin hiearchy.
13391
13392 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13393
13394         * docs/plugins/Makefile.am:
13395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13397         * docs/plugins/gst-plugins-good-plugins.args:
13398         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13399         (gst_id3demux_base_init), (gst_id3demux_class_init),
13400         (gst_id3demux_chain):
13401         * gst/id3demux/gstid3demux.h:
13402           Add documentation for id3demux.
13403           Don't fail if the first buffer is not at offset 0, just
13404           attempt to typefind and do pass through
13405           Rename the gst_type function from gst_gst_id3demux..
13406
13407 2005-12-20  Michael Smith  <msmith@fluendo.com>
13408
13409         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13410         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13411         (gst_multiudpsink_get_stats):
13412         * gst/udp/gstmultiudpsink.h:
13413           Collect statistics; return them from get_stats.
13414
13415 2005-12-19  Edward Hervey  <edward@fluendo.com>
13416
13417         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13418         Stupid signedness issue...
13419
13420 2005-12-19  Edward Hervey  <edward@fluendo.com>
13421
13422         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13423         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13424         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13425         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13426         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13427         Construct index for indexless files.
13428         Make sure pad/buffers are correctly reset to NULL once we don't need
13429         them anymore, else we get lovely segfaults/assertions.
13430         * gst/wavparse/gstwavparse.c:
13431         Yes, you can have 96KHz audio and wma in wav :(
13432
13433 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13434
13435         * configure.ac:
13436           Check for optional dependency on zlib for id3demux
13437
13438         * gst/id3demux/Makefile.am:
13439         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13440         (gst_id3demux_base_init), (gst_id3demux_class_init),
13441         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13442         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13443         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13444         (gst_id3demux_set_property), (gst_id3demux_get_property),
13445         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13446         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13447         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13448         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13449         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13450         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13451         (simple_find_peek), (simple_find_suggest),
13452         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13453         (plugin_init):
13454         * gst/id3demux/gstid3demux.h:
13455         * gst/id3demux/id3tags.c: (read_synch_uint),
13456         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13457         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13458         (id3demux_id3v2_frames_to_tag_list):
13459         * gst/id3demux/id3tags.h:
13460         * gst/id3demux/id3v2.4.0-frames.txt:
13461         * gst/id3demux/id3v2.4.0-structure.txt:
13462         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13463         (parse_comment_frame), (parse_text_identification_frame),
13464         (id3v2_tag_to_taglist), (parse_split_strings):
13465           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13466           otherwise it discards them. Works on my test files. 
13467
13468         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13469           Don't send EOS to a non-existing srcpad
13470           The debug category can be static
13471
13472 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13473
13474         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13475         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13476         * gst/multipart/multipartdemux.c:
13477           change some char* into char[]
13478
13479 2005-12-16  Wim Taymans  <wim@fluendo.com>
13480
13481         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13482         (gst_wavparse_other), (gst_wavparse_perform_seek),
13483         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13484         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13485         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13486         * gst/wavparse/gstwavparse.h:
13487         Use GstSegment to implement more seeking features.
13488
13489 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13490
13491         * gst/rtsp/rtspconnection.c:
13492           Add <netinet/in.h> include and move <arpa/inet.h> include
13493           to make things work on OpenBSD as well (fixes #323717;
13494           patch by: Benjamin Pineau)
13495
13496 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13497
13498         * gst/rtp/gstrtpspeexdepay.c:
13499         * gst/rtp/gstrtpspeexpay.c:
13500         Set clock rate to be fixed in 8000. It fixes bug #324012.
13501
13502 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13503
13504         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13505         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13506         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13507         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13508         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13509         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13510         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13511         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13512         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13513         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13514         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13515         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13516         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13517         * gst-plugins-good/gst/rtp/README:
13518         Fixed payload range in payloder caps. Removed payload range completely
13519         from depayloaders as they don't require payload type in their caps.
13520         In effect, there isn't any specific payload type for any given codec,
13521         only suggestions.
13522         Fixes bug #324011.
13523
13524 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13525
13526         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13527         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13528         (gst_videomixer_collected): Code cleanup and re-enabling 
13529         queued time validity check for correct EOS handling.
13530
13531 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13532
13533         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13534         (gst_oss_mixer_element_get_property),
13535         (gst_oss_mixer_element_change_state):
13536         Add 'device-name' property and fix state change function.
13537
13538 2005-12-13  Edward Hervey  <edward@fluendo.com>
13539
13540         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13541         If the speed of the file is null in the header, set the frame_time to
13542         the default setting of GST_SECOND / 70. Which is the default
13543         frame_delay for .fli files as stated in this document :
13544         http://www.compuphase.com/flic.htm
13545         Would be nice to have the time conversion done properly too (duration =
13546         flxh->frames * flxdec->frame_time)
13547
13548 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13549
13550         * docs/plugins/Makefile.am:
13551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13553         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13554         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13555         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13556         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13557         documentation for videomixer on my way with a funny sample
13558         pipeline.
13559
13560 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13561
13562         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13563         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13564         (gst_videomixer_update_queues), (gst_videomixer_collected):
13565         Fix caps negotiation. (#323896)
13566
13567 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13568
13569         * gst/matroska/matroska-demux.c:
13570         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13571           Set correct timestamps on audio laces, fixes playback of mp3 from
13572                 matroska.
13573
13574 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13575
13576         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13577         (gst_au_parse_class_init), (gst_au_parse_init),
13578         (gst_au_parse_dispose), (gst_au_parse_chain),
13579         (gst_au_parse_change_state), (plugin_init):
13580         * gst/auparse/gstauparse.h:
13581           Use gst_object_unref() for GstObjects instead of
13582           g_object_unref() and fix a mem leak in a debug
13583           statement; while we're at it, also borgify, use
13584           boilerplate macros and clean up a little bit.
13585
13586 2005-12-11  Edward Hervey  <edward@fluendo.com>
13587
13588         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13589         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13590         Added pull mode.
13591
13592 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13593
13594         * gst/goom/gstgoom.c:
13595         * gst/level/level-example.c: (main):
13596         * gst/smoothwave/demo-osssrc.c: (main):
13597           Use audiotestsrc instead of sinesrc (#323798).
13598
13599 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13600
13601         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13602           more debug-func-ptr usage
13603
13604 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13605
13606         * gst/flx/flx_color.c: (flx_colorspace_convert):
13607         * gst/flx/flx_color.h:
13608         * gst/flx/flx_fmt.h:
13609         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13610         * gst/flx/gstflxdec.h:
13611           Now flxdec works on big-endian machines as well.
13612
13613 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13616         (gst_fenced_buffer_copy):
13617           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13618           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13619           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13620           and use GST_DEBUG_FUNCPTR for pad functions.
13621
13622 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13623
13624         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13625         (gst_flac_dec_class_init), (gst_flac_dec_init),
13626         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13627         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13628         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13629         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13630         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13631         (gst_flac_dec_change_state):
13632         * ext/flac/gstflacdec.h:
13633           Rewrite flacdec a bit, so that even seeking might work now. Most
13634           importantly, don't act upon any flow return values we get, just tell
13635           the decoder everything's dandy and act on the flow return values
13636           later on in the loop function. We don't want to mess up the internal
13637           decoder state for non-fatal things like flushing pads etc. Other
13638           than that, use GstSegment (segment seeks don't work yet though, but
13639           should be easy to add), use boilerplate macros, drop the superfluous
13640           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13641           lots of other things.
13642
13643 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13644
13645         * configure.ac:
13646           Update comment in OSS includes check.
13647
13648         * sys/oss/gstossdmabuffer.c:
13649         * sys/oss/gstosshelper.c:
13650         * sys/oss/gstossmixer.c:
13651         * sys/oss/gstossmixertrack.c:
13652         * sys/oss/gstosssink.c:
13653         * sys/oss/gstosssrc.c:
13654         * sys/oss/oss_probe.c:
13655           Don't assume the OSS soundcard.h include is always in
13656           the sys/ directory. Instead, use the existing defines
13657           from config.h to include the right file. Fixes
13658           compilation on OpenBSD 3.8 (#323718).
13659
13660 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13661
13662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13663         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13664         * docs/plugins/inspect/plugin-1394.xml:
13665         * docs/plugins/inspect/plugin-aasink.xml:
13666         * docs/plugins/inspect/plugin-alaw.xml:
13667         * docs/plugins/inspect/plugin-alpha.xml:
13668         * docs/plugins/inspect/plugin-alphacolor.xml:
13669         * docs/plugins/inspect/plugin-auparse.xml:
13670         * docs/plugins/inspect/plugin-autodetect.xml:
13671         * docs/plugins/inspect/plugin-avi.xml:
13672         * docs/plugins/inspect/plugin-cacasink.xml:
13673         * docs/plugins/inspect/plugin-cairo.xml:
13674         * docs/plugins/inspect/plugin-cutter.xml:
13675         * docs/plugins/inspect/plugin-debug.xml:
13676         * docs/plugins/inspect/plugin-dv.xml:
13677         * docs/plugins/inspect/plugin-efence.xml:
13678         * docs/plugins/inspect/plugin-effectv.xml:
13679         * docs/plugins/inspect/plugin-esdsink.xml:
13680         * docs/plugins/inspect/plugin-flac.xml:
13681         * docs/plugins/inspect/plugin-flxdec.xml:
13682         * docs/plugins/inspect/plugin-gconfelements.xml:
13683         * docs/plugins/inspect/plugin-goom.xml:
13684         * docs/plugins/inspect/plugin-jpeg.xml:
13685         * docs/plugins/inspect/plugin-level.xml:
13686         * docs/plugins/inspect/plugin-matroska.xml:
13687         * docs/plugins/inspect/plugin-mulaw.xml:
13688         * docs/plugins/inspect/plugin-multipart.xml:
13689         * docs/plugins/inspect/plugin-navigationtest.xml:
13690         * docs/plugins/inspect/plugin-ossaudio.xml:
13691         * docs/plugins/inspect/plugin-png.xml:
13692         * docs/plugins/inspect/plugin-rtp.xml:
13693         * docs/plugins/inspect/plugin-rtsp.xml:
13694         * docs/plugins/inspect/plugin-shout2send.xml:
13695         * docs/plugins/inspect/plugin-smpte.xml:
13696         * docs/plugins/inspect/plugin-speex.xml:
13697         * docs/plugins/inspect/plugin-udp.xml:
13698         * docs/plugins/inspect/plugin-videobox.xml:
13699         * docs/plugins/inspect/plugin-videoflip.xml:
13700         * docs/plugins/inspect/plugin-videomixer.xml:
13701         * docs/plugins/inspect/plugin-wavenc.xml:
13702         * docs/plugins/inspect/plugin-wavparse.xml:
13703         * ext/flac/gstflac.c: (plugin_init):
13704         * ext/flac/gstflacdec.c: (flacdec_get_type),
13705         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13706         (gst_flac_dec_init), (gst_flac_dec_finalize),
13707         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13708         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13709         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13710         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13711         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13712         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13713         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13714         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13715         * ext/flac/gstflacdec.h:
13716         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13717         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13718         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13719         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13720         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13721         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13722         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13723         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13724         (gst_flac_enc_change_state):
13725         * ext/flac/gstflacenc.h:
13726           borgify and fix up documentation
13727
13728 2005-12-09  Michael Smith  <msmith@fluendo.com>
13729
13730         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13731           Accept a wider range of flac files, more closely matching flac spec.
13732
13733 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13734
13735         * docs/plugins/Makefile.am: Add multipart elements.
13736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13737         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13738         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13739         * gst/multipart/multipartdemux.c:
13740         * gst/multipart/multipartmux.c: Add docs.
13741
13742 2005-12-07  Edward Hervey  <edward@fluendo.com>
13743
13744         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13745         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13746         (gst_avi_demux_invert):
13747         Memleak and crasher fixes.
13748         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13749         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13750         Memleak fixes
13751
13752 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13753
13754         * ext/aalib/gstaasink.h:
13755         * ext/cairo/gsttextoverlay.h:
13756         * ext/dv/gstdvdec.h:
13757         * ext/dv/gstdvdemux.c:
13758         * ext/dv/gstdvdemux.h:
13759         * ext/esd/esdsink.h:
13760         * ext/flac/flac_compat.h:
13761         * ext/flac/gstflacdec.h:
13762         * ext/flac/gstflacenc.h:
13763         * ext/gconf/gconf.h:
13764         * ext/gconf/gstgconfaudiosink.h:
13765         * ext/gconf/gstgconfvideosink.h:
13766         * ext/gdk_pixbuf/gstgdkanimation.h:
13767         * ext/jpeg/gstjpegdec.h:
13768         * ext/jpeg/smokecodec.h:
13769         * ext/jpeg/smokeformat.h:
13770         * ext/ladspa/gstsignalprocessor.h:
13771         * ext/ladspa/search.c: (LADSPAPluginSearch):
13772         * ext/ladspa/utils.h:
13773         * ext/libmng/gstmng.c:
13774         * ext/libmng/gstmngdec.h:
13775         * ext/libmng/gstmngenc.c:
13776         * ext/libmng/gstmngenc.h:
13777         * ext/libpng/gstpng.c:
13778         * ext/libpng/gstpngenc.c:
13779         * ext/libpng/gstpngenc.h:
13780         * ext/shout2/gstshout2.h:
13781         * ext/speex/gstspeexdec.h:
13782         * ext/speex/gstspeexenc.c:
13783         * ext/speex/gstspeexenc.h:
13784         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13785         * gst/autodetect/gstautoaudiosink.h:
13786         * gst/autodetect/gstautovideosink.h:
13787         * gst/avi/gstavidemux.h:
13788         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13789         (gst_cutter_set_property), (gst_cutter_get_caps):
13790         * gst/cutter/gstcutter.h:
13791         * gst/debug/tests.c: (md5_process_block):
13792         * gst/debug/tests.h:
13793         * gst/effectv/gstwarp.c:
13794         * gst/flx/flx_fmt.h:
13795         * gst/flx/gstflxdec.h:
13796         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13797         (zoomFilterFastRGB):
13798         * gst/goom/filters.h:
13799         * gst/goom/goom_tools.h:
13800         * gst/law/alaw-encode.c:
13801         * gst/level/gstlevel.c:
13802         * gst/level/gstlevel.h:
13803         * gst/matroska/ebml-write.h:
13804         * gst/matroska/matroska-demux.h:
13805         * gst/matroska/matroska-ids.h:
13806         * gst/matroska/matroska-mux.h:
13807         * gst/monoscope/convolve.c: (convolve_match):
13808         * gst/monoscope/convolve.h:
13809         * gst/multipart/multipartmux.c:
13810         * gst/oldcore/gstaggregator.c:
13811         * gst/oldcore/gstaggregator.h:
13812         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13813         * gst/oldcore/gstmd5sink.h:
13814         * gst/oldcore/gstmultifilesrc.c:
13815         * gst/oldcore/gstmultifilesrc.h:
13816         * gst/oldcore/gstpipefilter.h:
13817         * gst/oldcore/gstshaper.h:
13818         * gst/rtp/gstrtpL16depay.h:
13819         * gst/rtp/gstrtpL16pay.h:
13820         * gst/rtp/gstrtpdepay.h:
13821         * gst/rtp/gstrtpmp4vpay.c:
13822         * gst/rtp/gstrtpmp4vpay.h:
13823         * gst/rtsp/gstrtspsrc.c:
13824         * gst/rtsp/gstrtspsrc.h:
13825         * gst/rtsp/rtspconnection.h:
13826         * gst/rtsp/rtspdefs.h:
13827         * gst/rtsp/rtspmessage.h:
13828         * gst/rtsp/rtsptransport.h:
13829         * gst/rtsp/rtspurl.c:
13830         * gst/rtsp/rtspurl.h:
13831         * gst/rtsp/sdpmessage.c:
13832         * gst/rtsp/sdpmessage.h:
13833         * gst/smpte/barboxwipes.c:
13834         * gst/smpte/gstmask.h:
13835         * gst/smpte/gstsmpte.h:
13836         * gst/smpte/paint.c:
13837         * gst/smpte/paint.h:
13838         * gst/udp/gstdynudpsink.h:
13839         * gst/udp/gstmultiudpsink.h:
13840         * gst/udp/gstudpsink.c:
13841         * gst/udp/gstudpsink.h:
13842         * gst/udp/gstudpsrc.c:
13843         * gst/videomixer/videomixer.c:
13844         * gst/wavenc/riff.h:
13845         * gst/wavparse/gstwavparse.h:
13846         * sys/oss/gstossdmabuffer.h:
13847         * sys/oss/gstossmixer.h:
13848         * sys/oss/gstossmixerelement.h:
13849         * sys/oss/gstossmixertrack.h:
13850         * sys/oss/gstosssink.c:
13851         * sys/oss/gstosssink.h:
13852         * sys/oss/gstosssrc.c:
13853         * sys/oss/gstosssrc.h:
13854         * sys/osxaudio/gstosxaudioelement.h:
13855         * sys/osxaudio/gstosxaudiosink.h:
13856         * sys/osxaudio/gstosxaudiosrc.h:
13857           expand tabs
13858
13859 === release 0.10.0 ===
13860
13861 2005-12-05   <thomas (at) apestaart (dot) org>
13862
13863         * configure.ac:
13864           releasing 0.10.0, "Abondance"
13865
13866 2005-12-05  Andy Wingo  <wingo@pobox.com>
13867
13868         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13869         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13870         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13871         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13872         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13873         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13874         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13875         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13876         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13877         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13878         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13879         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13880         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13881         * gst/goom/gstgoom.c: (gst_goom_chain):
13882         * gst/matroska/matroska-demux.c:
13883         (gst_matroska_demux_push_vorbis_codec_priv_data),
13884         (gst_matroska_demux_add_wvpk_header):
13885         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13886         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13887         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13888         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13889         alloc_buffer changes.
13890
13891 2005-12-05  Michael Smith  <msmith@fluendo.com>
13892
13893         * docs/plugins/gst-plugins-good-plugins.args:
13894           Remove args for plugins that aren't in -good.
13895
13896 === release 0.9.7 ===
13897
13898 2005-12-01   <thomas (at) apestaart (dot) org>
13899
13900         * configure.ac:
13901           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13902
13903 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13904
13905         * docs/plugins/.cvsignore:
13906         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13907         * docs/plugins/inspect/plugin-multipart.xml:
13908         * docs/plugins/inspect/plugin-rtp.xml:
13909           add multipart plugin to docs
13910
13911 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13912
13913         * configure.ac:
13914         * ext/Makefile.am:
13915         * ext/pango/Makefile.am:
13916         * ext/pango/gstclockoverlay.c:
13917         * ext/pango/gstclockoverlay.h:
13918         * ext/pango/gsttextoverlay.c:
13919         * ext/pango/gsttextoverlay.h:
13920         * ext/pango/gsttextrender.c:
13921         * ext/pango/gsttextrender.h:
13922         * ext/pango/gsttimeoverlay.c:
13923         * ext/pango/gsttimeoverlay.h:
13924           move pango to base
13925
13926 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13927
13928         * gst/rtp/Makefile.am:
13929         * gst/rtp/gstrtpL16depay.c:
13930         * gst/rtp/gstrtpL16depay.h:
13931         * gst/rtp/gstrtpL16parse.c:
13932         * gst/rtp/gstrtpL16parse.h:
13933         * gst/rtp/gstrtpgsmdepay.c:
13934         * gst/rtp/gstrtpgsmdepay.h:
13935         * gst/rtp/gstrtpgsmparse.c:
13936         * gst/rtp/gstrtpgsmparse.h:
13937           parsers are depayers
13938
13939 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13940
13941         * gst/rtp/Makefile.am:
13942         * gst/rtp/gstasteriskh263.c:
13943         * gst/rtp/gstrtp.c:
13944         * gst/rtp/gstrtpL16enc.c:
13945         * gst/rtp/gstrtpL16enc.h:
13946         * gst/rtp/gstrtpL16parse.c:
13947         * gst/rtp/gstrtpL16parse.h:
13948         * gst/rtp/gstrtpL16pay.c:
13949         * gst/rtp/gstrtpL16pay.h:
13950         * gst/rtp/gstrtpamrdec.c:
13951         * gst/rtp/gstrtpamrdec.h:
13952         * gst/rtp/gstrtpamrdepay.c:
13953         * gst/rtp/gstrtpamrdepay.h:
13954         * gst/rtp/gstrtpamrenc.c:
13955         * gst/rtp/gstrtpamrenc.h:
13956         * gst/rtp/gstrtpamrpay.c:
13957         * gst/rtp/gstrtpamrpay.h:
13958         * gst/rtp/gstrtpdec.c:
13959         * gst/rtp/gstrtpdec.h:
13960         * gst/rtp/gstrtpdepay.c:
13961         * gst/rtp/gstrtpdepay.h:
13962         * gst/rtp/gstrtpg711dec.c:
13963         * gst/rtp/gstrtpg711dec.h:
13964         * gst/rtp/gstrtpg711depay.c:
13965         * gst/rtp/gstrtpg711depay.h:
13966         * gst/rtp/gstrtpg711enc.c:
13967         * gst/rtp/gstrtpg711enc.h:
13968         * gst/rtp/gstrtpg711pay.c:
13969         * gst/rtp/gstrtpg711pay.h:
13970         * gst/rtp/gstrtpgsmenc.c:
13971         * gst/rtp/gstrtpgsmenc.h:
13972         * gst/rtp/gstrtpgsmparse.c:
13973         * gst/rtp/gstrtpgsmparse.h:
13974         * gst/rtp/gstrtpgsmpay.c:
13975         * gst/rtp/gstrtpgsmpay.h:
13976         * gst/rtp/gstrtph263enc.c:
13977         * gst/rtp/gstrtph263enc.h:
13978         * gst/rtp/gstrtph263pay.c:
13979         * gst/rtp/gstrtph263pay.h:
13980         * gst/rtp/gstrtph263pdec.c:
13981         * gst/rtp/gstrtph263pdec.h:
13982         * gst/rtp/gstrtph263pdepay.c:
13983         * gst/rtp/gstrtph263pdepay.h:
13984         * gst/rtp/gstrtph263penc.c:
13985         * gst/rtp/gstrtph263penc.h:
13986         * gst/rtp/gstrtph263ppay.c:
13987         * gst/rtp/gstrtph263ppay.h:
13988         * gst/rtp/gstrtpmp4vdec.c:
13989         * gst/rtp/gstrtpmp4vdec.h:
13990         * gst/rtp/gstrtpmp4vdepay.c:
13991         * gst/rtp/gstrtpmp4vdepay.h:
13992         * gst/rtp/gstrtpmp4venc.c:
13993         * gst/rtp/gstrtpmp4venc.h:
13994         * gst/rtp/gstrtpmp4vpay.c:
13995         * gst/rtp/gstrtpmp4vpay.h:
13996         * gst/rtp/gstrtpmpadec.c:
13997         * gst/rtp/gstrtpmpadec.h:
13998         * gst/rtp/gstrtpmpadepay.c:
13999         * gst/rtp/gstrtpmpadepay.h:
14000         * gst/rtp/gstrtpmpaenc.c:
14001         * gst/rtp/gstrtpmpaenc.h:
14002         * gst/rtp/gstrtpmpapay.c:
14003         * gst/rtp/gstrtpmpapay.h:
14004         * gst/rtp/gstrtpspeexdec.c:
14005         * gst/rtp/gstrtpspeexdec.h:
14006         * gst/rtp/gstrtpspeexdepay.c:
14007         * gst/rtp/gstrtpspeexdepay.h:
14008         * gst/rtp/gstrtpspeexenc.c:
14009         * gst/rtp/gstrtpspeexenc.h:
14010         * gst/rtp/gstrtpspeexpay.c:
14011         * gst/rtp/gstrtpspeexpay.h:
14012           Do burger's rename for rtp payloaders and depayloaders
14013
14014 2005-11-30  Wim Taymans  <wim@fluendo.com>
14015
14016         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14017         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14018         * ext/dv/gstdvdemux.h:
14019         Fix seeking in dvdemux again, add some more debug info.
14020
14021 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14022
14023         * configure.ac:
14024           fix tests
14025
14026 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14027
14028         * PORTED_09:
14029         * docs/random/PORTED_09:
14030           move
14031         * tests/Makefile.am:
14032           add
14033         * win32/gst.sln:
14034           remove
14035
14036 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14037
14038         * Makefile.am:
14039         * check/.cvsignore:
14040         * check/Makefile.am:
14041         * check/elements/.cvsignore:
14042         * check/elements/level.c:
14043         * check/elements/matroskamux.c:
14044         * configure.ac:
14045         * examples/Makefile.am:
14046         * examples/capsfilter/Makefile.am:
14047         * examples/capsfilter/capsfilter1.c:
14048         * examples/gob/Makefile.am:
14049         * examples/gob/gst-identity2.gob:
14050         * examples/gstplay/.cvsignore:
14051         * examples/gstplay/Makefile.am:
14052         * examples/gstplay/player.c:
14053         * examples/indexing/.cvsignore:
14054         * examples/indexing/Makefile.am:
14055         * examples/indexing/indexmpeg.c:
14056         * examples/level/Makefile.am:
14057         * examples/level/README:
14058         * examples/level/demo.c:
14059         * examples/level/plot.c:
14060         * examples/stats/Makefile.am:
14061         * examples/stats/mp2ogg.c:
14062         * examples/switch/.cvsignore:
14063         * examples/switch/Makefile.am:
14064         * examples/switch/switcher.c:
14065           move under tests/
14066
14067 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14068
14069         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14070         (gst_text_render_class_init), (resize_bitmap),
14071         (gst_text_render_render_text), (gst_text_render_setcaps),
14072         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14073         (gst_text_render_chain), (gst_text_render_finalize),
14074         (gst_text_render_init), (gst_text_render_set_property):
14075         * ext/pango/gsttextrender.h:
14076           Add missing files.
14077
14078 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14079
14080         * configure.ac:
14081         * ext/Makefile.am:
14082         * ext/pango/Makefile.am:
14083         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14084         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14085         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14086         * ext/pango/gstclockoverlay.h:
14087         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14088         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14089         (gst_text_overlay_finalize), (gst_text_overlay_init),
14090         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14091         (gst_text_overlay_text_pad_linked),
14092         (gst_text_overlay_text_pad_unlinked),
14093         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14094         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14095         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14096         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14097         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14098         (gst_text_overlay_change_state), (plugin_init):
14099         * ext/pango/gsttextoverlay.h:
14100         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14101         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14102         (gst_time_overlay_class_init), (gst_time_overlay_init):
14103         * ext/pango/gsttimeoverlay.h:
14104           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14105           and add background shading and text wrapping modes. Make 
14106           timoverlay derive from textoverlay. Also add new clockoverlay
14107           element.
14108
14109 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14110
14111         * gst/udp/Makefile.am: Moved to netbuffer.
14112
14113 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14114
14115         * configure.ac:
14116         * PORTED_O9:
14117         * gst/multipart/Makefile.am:
14118         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14119         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14120         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14121         (gst_multipart_demux_change_state),
14122         (gst_multipart_demux_plugin_init):
14123         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14124         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14125         (gst_multipart_mux_sinkconnect),
14126         (gst_multipart_mux_request_new_pad),
14127         (gst_multipart_mux_handle_src_event),
14128         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14129         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14130         0.9.
14131
14132 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14133
14134         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14135         * gst/debug/gstnavigationtest.h:
14136         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14137         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14138         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14139         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14140         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14141         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14142         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14143         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14144         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14145         (gst_video_flip_get_type):
14146         * gst/videofilter/gstvideoflip.h:
14147           update for symbols change
14148
14149 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14150
14151         * gst/udp/gstdynudpsink.c:
14152         * gst/udp/gstudpsrc.c:
14153           the old gstnet lib was renamed gstnetbuffer (#322257)
14154
14155 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14158         (gst_text_overlay_collected):
14159           Actually render the text from the text pad.
14160
14161 2005-11-29  Edward Hervey  <edward@fluendo.com>
14162
14163         * gst/debug/gstnavseek.c: (gst_navseek_event):
14164         * gst/debug/progressreport.c: (gst_progress_report_event):
14165         Update for GstBaseTransform event virtual method
14166
14167 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14168
14169         * ext/cairo/Makefile.am:
14170           no need to link to videofilter
14171
14172 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14173
14174         * gst/debug/Makefile.am:
14175         * gst/debug/gstnavigationtest.h:
14176         * gst/effectv/Makefile.am:
14177         * gst/effectv/gstaging.c:
14178         * gst/effectv/gstdice.c:
14179         * gst/effectv/gstedge.c:
14180         * gst/effectv/gstquark.c:
14181         * gst/effectv/gstrev.c:
14182         * gst/effectv/gstshagadelic.c:
14183         * gst/effectv/gstvertigo.c:
14184         * gst/effectv/gstwarp.c:
14185         * gst/videofilter/Makefile.am:
14186         * gst/videofilter/gstvideofilter.c:
14187         * gst/videofilter/gstvideofilter.h:
14188         * gst/videofilter/gstvideoflip.h:
14189           remove the videofilter library and link to the one in base
14190
14191 2005-11-28  Edward Hervey  <edward@fluendo.com>
14192
14193         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14194         Useless check now we're setting the current entry correctly.
14195
14196 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14197
14198         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14199         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14200         (gst_jpegenc_change_state):
14201           Don't leak input buffer in chain function (fixes #322667); make 
14202           state change function thread-safe; don't repeat the current function
14203           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14204           gst_pad_alloc_buffer(); misc. minor cleanups.
14205
14206 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14207
14208         * gst/matroska/matroska-mux.c:
14209         (gst_matroska_mux_video_pad_setcaps):
14210         Look for pixel-aspect-ratio in caps, not pixel_width and
14211         pixel_height (Fixes: #322645)
14212
14213 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14214
14215         * gst/matroska/matroska-mux.c:
14216         (gst_matroska_mux_video_pad_setcaps):
14217         From Michal Benes:
14218         frame duration should be GST_SECOND / framerate, not
14219         GST_SECOND * framerate. (Fixes: #322643)
14220
14221 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14222
14223         * configure.ac:
14224           fix up GST_PLUGIN_LDFLAGS
14225         * gst/rtsp/rtspconnection.c:
14226           fix includes (see #317043)
14227         * gst/videofilter/Makefile.am:
14228           stop installing this library
14229
14230 2005-11-26  Edward Hervey  <edward@fluendo.com>
14231
14232         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14233         Handle the case where the incoming Video dv stream doesn't have
14234         a pixel aspect ratio set.
14235
14236 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14237
14238         * docs/plugins/Makefile.am:
14239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14241         * ext/flac/gstflacdec.c:
14242           document flacdec
14243
14244 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14245
14246         * docs/plugins/Makefile.am:
14247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14249         * docs/plugins/inspect/plugin-autodetect.xml:
14250         * ext/cairo/gstcairo.c: (plugin_init):
14251         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14252         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14253         (gst_text_overlay_init), (gst_text_overlay_font_init),
14254         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14255         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14256         (gst_text_overlay_text_pad_linked),
14257         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14258         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14259         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14260         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14261         (gst_text_overlay_change_state):
14262         * ext/cairo/gsttextoverlay.h:
14263         * ext/cairo/gsttimeoverlay.c:
14264         (gst_cairo_time_overlay_update_font_height),
14265         (gst_cairo_time_overlay_set_caps),
14266         (gst_cairo_time_overlay_get_unit_size),
14267         (gst_cairo_time_overlay_print_smpte_time),
14268         (gst_cairo_time_overlay_transform),
14269         (gst_cairo_time_overlay_base_init),
14270         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14271         (gst_cairo_time_overlay_get_type):
14272         * ext/cairo/gsttimeoverlay.h:
14273           do some name borgifying
14274           document
14275
14276 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14277
14278         * docs/plugins/Makefile.am:
14279         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14280         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14281         * gst/autodetect/gstautoaudiosink.c:
14282         (gst_auto_audio_sink_base_init):
14283         * gst/autodetect/gstautovideosink.c:
14284         (gst_auto_video_sink_base_init),
14285         (gst_auto_video_sink_factory_filter):
14286           documenting auto*sink
14287           using strstr for the video sink lookup, class field is not ordered
14288         * docs/plugins/inspect/plugin-1394.xml:
14289         * docs/plugins/inspect/plugin-aasink.xml:
14290         * docs/plugins/inspect/plugin-alaw.xml:
14291         * docs/plugins/inspect/plugin-alpha.xml:
14292         * docs/plugins/inspect/plugin-alphacolor.xml:
14293         * docs/plugins/inspect/plugin-auparse.xml:
14294         * docs/plugins/inspect/plugin-autodetect.xml:
14295         * docs/plugins/inspect/plugin-avi.xml:
14296         * docs/plugins/inspect/plugin-cacasink.xml:
14297         * docs/plugins/inspect/plugin-cairo.xml:
14298         * docs/plugins/inspect/plugin-cutter.xml:
14299         * docs/plugins/inspect/plugin-debug.xml:
14300         * docs/plugins/inspect/plugin-dv.xml:
14301         * docs/plugins/inspect/plugin-efence.xml:
14302         * docs/plugins/inspect/plugin-effectv.xml:
14303         * docs/plugins/inspect/plugin-esdsink.xml:
14304         * docs/plugins/inspect/plugin-flac.xml:
14305         * docs/plugins/inspect/plugin-flxdec.xml:
14306         * docs/plugins/inspect/plugin-gconfelements.xml:
14307         * docs/plugins/inspect/plugin-goom.xml:
14308         * docs/plugins/inspect/plugin-jpeg.xml:
14309         * docs/plugins/inspect/plugin-level.xml:
14310         * docs/plugins/inspect/plugin-matroska.xml:
14311         * docs/plugins/inspect/plugin-mulaw.xml:
14312         * docs/plugins/inspect/plugin-navigationtest.xml:
14313         * docs/plugins/inspect/plugin-ossaudio.xml:
14314         * docs/plugins/inspect/plugin-png.xml:
14315         * docs/plugins/inspect/plugin-rtp.xml:
14316         * docs/plugins/inspect/plugin-rtsp.xml:
14317         * docs/plugins/inspect/plugin-shout2send.xml:
14318         * docs/plugins/inspect/plugin-smpte.xml:
14319         * docs/plugins/inspect/plugin-speex.xml:
14320         * docs/plugins/inspect/plugin-udp.xml:
14321         * docs/plugins/inspect/plugin-videobox.xml:
14322         * docs/plugins/inspect/plugin-videoflip.xml:
14323         * docs/plugins/inspect/plugin-videomixer.xml:
14324         * docs/plugins/inspect/plugin-wavenc.xml:
14325         * docs/plugins/inspect/plugin-wavparse.xml:
14326           update for HEAD version
14327
14328 2005-11-25  Michael Smith  <msmith@fluendo.com>
14329
14330         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14331           Patch from Sebastien Cote to close control sockets in udpsrc.
14332
14333 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14334
14335         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14336         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14337         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14338         (gst_quarktv_base_init), (gst_quarktv_class_init),
14339         (gst_quarktv_init): Flush the planes list on reverse caps
14340         negotiation. This was crashing because of differently sized
14341         buffers.
14342
14343 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14344
14345         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14346         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14347         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14348         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14349         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14350         (gst_videoflip_set_property), (gst_videoflip_base_init),
14351         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14352         correctly, fix identity flipping, convert navigation event 
14353         correctly again.
14354
14355 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14356
14357         * configure.ac: back to HEAD
14358
14359 === release 0.9.6 ===
14360
14361 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14362
14363         * configure.ac:
14364           releasing 0.9.6, "Everything's Not Lost"
14365
14366 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14367
14368         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14369         Oops, initialise the framerate GValue
14370
14371 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14372
14373         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14374         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14375         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14376         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14377         (gst_timeoverlay_get_type):
14378         * ext/cairo/gsttimeoverlay.h:
14379         * gst/debug/Makefile.am:
14380         * gst/debug/gstnavigationtest.c:
14381         (gst_navigationtest_handle_src_event),
14382         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14383         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14384         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14385         (gst_navigationtest_init), (gst_navigationtest_get_type),
14386         (plugin_init):
14387         * gst/debug/gstnavigationtest.h:
14388         * gst/effectv/Makefile.am:
14389         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14390         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14391         (gst_agingtv_base_init), (gst_agingtv_class_init),
14392         (gst_agingtv_init), (gst_agingtv_get_type):
14393         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14394         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14395         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14396         (gst_dicetv_get_type):
14397         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14398         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14399         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14400         (gst_edgetv_get_type):
14401         * gst/effectv/gsteffectv.c:
14402         * gst/effectv/gsteffectv.h:
14403         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14404         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14405         (gst_quarktv_change_state), (gst_quarktv_base_init),
14406         (gst_quarktv_class_init), (gst_quarktv_init),
14407         (gst_quarktv_get_type):
14408         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14409         (gst_revtv_get_unit_size), (gst_revtv_transform),
14410         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14411         (gst_revtv_get_type):
14412         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14413         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14414         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14415         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14416         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14417         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14418         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14419         (gst_vertigotv_init), (gst_vertigotv_get_type):
14420         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14421         (gst_warptv_get_unit_size), (gst_warptv_transform),
14422         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14423         (gst_warptv_get_type):
14424         * gst/videofilter/Makefile.am:
14425         * gst/videofilter/gstvideobalance.c:
14426         * gst/videofilter/gstvideobalance.h:
14427         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14428         (gst_videofilter_class_init), (gst_videofilter_init):
14429         * gst/videofilter/gstvideofilter.h:
14430         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14431         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14432         (gst_videoflip_flip), (gst_videoflip_transform),
14433         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14434         (gst_videoflip_base_init), (gst_videoflip_class_init),
14435         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14436         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14437         BaseTransform, it's just a place holder for now and every video
14438         effect plugin has been ported to use BaseTransform features 
14439         directly. QuarkTV was fixed too (was broken), navigationtest works
14440         and best for the end, videoflip converts navigation events depending
14441         on flip method ! Fixes #320953
14442
14443 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14444
14445         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14446         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14447         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14448         (gst_goom_src_negotiate), (gst_goom_chain):
14449         * gst/matroska/matroska-mux.c:
14450         (gst_matroska_mux_video_pad_setcaps):
14451         * sys/osxvideo/osxvideosink.m:
14452           Fixes for API changes
14453
14454 2005-11-23  Michael Smith <msmith@fluendo.com>
14455
14456         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14457         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14458         * ext/jpeg/gstjpegdec.h:
14459         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14460         * ext/jpeg/gstjpegenc.h:
14461         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14462         (gst_smokeenc_resync):
14463         * ext/jpeg/gstsmokeenc.h:
14464           JPEG fractiony goodness.
14465
14466 2005-11-22  Michael Smith <msmith@fluendo.com>
14467
14468         * gst/goom/filters.c:
14469         * gst/goom/graphic.h:
14470           Fix compilation by making some functions static inline instead of
14471           extern inline, matching the way they're used.
14472
14473 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14474
14475         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14476         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14477         * ext/cairo/gsttextoverlay.h:
14478         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14479         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14480         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14481         (gst_pngdec_caps_create_and_set):
14482         * ext/libpng/gstpngdec.h:
14483         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14484         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14485         * gst/avi/gstavimux.c: (gst_avimux_init),
14486         (gst_avimux_vidsinkconnect):
14487         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14488         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14489         (gst_goom_src_negotiate), (gst_goom_chain):
14490         * gst/goom/gstgoom.h:
14491         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14492         * gst/matroska/matroska-mux.c:
14493         (gst_matroska_mux_video_pad_setcaps):
14494         * sys/osxvideo/osxvideosink.h:
14495         * sys/osxvideo/osxvideosink.m:
14496           More fractional framerate conversions 
14497
14498 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14499
14500         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14501         * gst/debug/gstnavigationtest.c:
14502         (gst_navigationtest_handle_src_event):
14503         * gst/videofilter/gstvideofilter.c:
14504         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14505         (gst_videofilter_init):
14506         * gst/videofilter/gstvideofilter.h:
14507           Convert to fractional framerates.
14508
14509 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14510
14511         * ext/aalib/gstaasink.c:
14512         * ext/dv/gstdvdec.c:
14513         * ext/esd/esdmon.c:
14514         * ext/flac/gstflacenc.c:
14515         * ext/gdk_pixbuf/pixbufscale.c:
14516         * ext/libcaca/gstcacasink.c:
14517         * ext/shout2/gstshout2.c:
14518         * gst/alpha/gstalpha.c:
14519         * gst/oldcore/gstaggregator.c:
14520         * gst/oldcore/gstshaper.c:
14521         * gst/smpte/barboxwipes.c:
14522         * gst/smpte/gstsmpte.c:
14523         * gst/videobox/gstvideobox.c:
14524         * gst/videofilter/gstvideoflip.c:
14525         * gst/videomixer/videomixer.c:
14526           fix up more enums
14527
14528 2005-11-22  Michael Smith <msmith@fluendo.com>
14529
14530         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14531         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14532         (gst_videomixer_update_queues):
14533           Fractional framerates, videomixer.
14534
14535 2005-11-22  Michael Smith <msmith@fluendo.com>
14536
14537         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14538         * ext/dv/gstdvdec.h:
14539         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14540         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14541         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14542         (gst_dvdemux_flush):
14543         * ext/dv/gstdvdemux.h:
14544           Fractional framerates for DV. 
14545
14546 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14547
14548         * gst/autodetect/gstautoaudiosink.c:
14549         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14550         * gst/autodetect/gstautovideosink.c:
14551         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14552           Use gst_plugin_feature_list_free() to free feature list and
14553           in the case of autovideosink free the list at all. Also
14554           miscellaneous cosmetic fixes.
14555
14556 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14557
14558         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14559         (gst_cutter_set_property), (gst_cutter_get_caps):
14560           copy calculation code from level; remove use of some audio
14561           functions
14562
14563 2005-11-22  Andy Wingo  <wingo@pobox.com>
14564
14565         * Update for gst_tag_setter API changes.
14566
14567 2005-11-22  Andy Wingo  <wingo@pobox.com>
14568
14569         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14570         (gst_dvdemux_demux_frame)
14571         * ext/flac/gstflacdec.c (gst_flacdec_write)
14572         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14573         (gst_flacenc_sink_event)
14574         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14575         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14576         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14577         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14578         * gst/auparse/gstauparse.c (gst_auparse_chain)
14579         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14580         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14581         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14582         (gst_avi_demux_handle_seek)
14583         * gst/goom/gstgoom.c (gst_goom_event)
14584         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14585         * gst/matroska/matroska-demux.c
14586         (gst_matroska_demux_handle_seek_event)
14587         (gst_matroska_demux_loop_stream_parse_id)
14588         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14589         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14590         (gst_wavparse_stream_headers): Run update-funcnames.
14591
14592 2005-11-22  Edward Hervey  <edward@fluendo.com>
14593
14594         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14595         (gst_dv1394src_init), (gst_dv1394src_dispose),
14596         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14597         (gst_dv1394src_uri_set_uri):
14598         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14599         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14600         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14601         URIHandler interface and element properties are now properly
14602         synchronized for DV1394src and UDPSrc
14603
14604 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14605
14606         * ext/flac/Makefile.am:
14607         * ext/speex/Makefile.am:
14608           libgsttagedit has been renamed to libgsttag.
14609
14610 2005-11-21  Wim Taymans  <wim@fluendo.com>
14611
14612         * gst/rtsp/rtspconnection.c: (read_body):
14613         Apply patch from Sebastien Cote to fix #319184.
14614
14615 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14616
14617         * configure.ac:
14618         * gst/cutter/Makefile.am:
14619         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14620         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14621         (gst_cutter_set_property), (gst_cutter_get_property),
14622         (plugin_init), (gst_cutter_get_caps):
14623           port cutter
14624         * gst/level/gstlevel.c:
14625           fix up plugin details
14626
14627 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14628
14629         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14630         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14631         (gst_flacdec_src_event):
14632         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14633         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14634         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14635         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14636         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14637         (gst_flxdec_sink_event_handler):
14638         * gst/matroska/matroska-demux.c:
14639         (gst_matroska_demux_handle_seek_event):
14640         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14641           Update for stream lock API changes: don't take stream log
14642           in sink event handlers any longer and change GST_STREAM_LOCK
14643           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14644           functions.
14645
14646 2005-11-21  Michael Smith <msmith@fluendo.com>
14647
14648         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14649           gst_object_unref, not g_object_unref
14650
14651 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14652
14653         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14654         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14655           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14656
14657 2005-11-21  Michael Smith <msmith@fluendo.com>
14658
14659         * gst/auparse/Makefile.am:
14660         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14661         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14662         (gst_auparse_change_state):
14663         * gst/auparse/gstauparse.h:
14664           Partially fix #161712. playbin still doesn't work on these files,
14665           (on the bug report, Andy says we aren't typefinding it for some
14666           reason?) but at least auparse isn't totally busted like it was before.
14667
14668 2005-11-21  Andy Wingo  <wingo@pobox.com>
14669
14670         * *.h:
14671         * *.c: Ran scripts/update-macros. Oh yes.
14672
14673 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14676           Filler events are gone for now, comment out section generating
14677           them.
14678
14679 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14680
14681         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14682         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14683         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14684         * sys/osxvideo/osxvideosink.m:
14685           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14686           (#322027)
14687
14688 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14689
14690         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14691         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14692         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14693         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14694         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14695         (gst_avi_demux_stream_data):
14696         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14697         * gst/wavenc/gstwavenc.c: (write_metadata):
14698         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14699         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14700         Fixes for GST_FOURCC_FORMAT API change.
14701
14702 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14703
14704         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14705         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14706         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14707         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14708         (gst_text_overlay_change_state):
14709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14710         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14711         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14712         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14713         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14714         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14715         (gst_videomixer_change_state):
14716           Fix for collect pads API change. Also fix textoverlay state
14717           change function.
14718
14719 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14720
14721         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14722         GST_PAD_IS_USABLE by something approaching it.
14723
14724 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14725
14726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14727         API changes.
14728         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14729         but also fix the code that was not checking return values from
14730         pad_push neither using pad_alloc_buffer.
14731
14732 2005-11-18  Edward Hervey  <edward@fluendo.com>
14733
14734         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14735         (gst_pngenc_chain):
14736         Added debug category
14737         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14738         goes to EOS.
14739
14740 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14741
14742         * gst/rtp/Makefile.am
14743         * gst/rtp/gstrtp.c
14744         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14745         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14746         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14747         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14748         * gst/rtp/gstrtpg711enc.h:
14749         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14750         * gst/rtp/gstrtpspeexenc.c:
14751         * gst/rtp/gstrtpspeexenc.h:
14752         * gst/rtp/gstrtpspeexdec.c:
14753         * gst/rtp/gstrtpspeexdec.h:
14754         Created Speex payloader and depayloader; Optimize G711 payloader to
14755         use adapter and send packets until MTU size.
14756
14757 2005-11-16  Wim Taymans  <wim@fluendo.com>
14758
14759         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14760         Fix leak in check.
14761
14762 2005-11-16  Wim Taymans  <wim@fluendo.com>
14763
14764         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14765         Fix state change.
14766
14767 2005-11-16  Andy Wingo  <wingo@pobox.com>
14768
14769         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14770         (gst_udpsrc_create): Move comment.
14771
14772 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14773
14774         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14777           When seeking, seek to closest index entry at or before the requested
14778           seek position, not just the closest one (#321001).
14779
14780 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14783         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14784           Invert DIB images again (see #132341).
14785
14786 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14787
14788         * configure.ac:
14789           rework configure.ac file
14790         * ext/aalib/gstaasink.c:
14791         * ext/cairo/gstcairo.c:
14792         * ext/dv/gstdv.c:
14793         * ext/esd/gstesd.c:
14794         * ext/flac/gstflac.c:
14795         * ext/gconf/gstgconfelements.c:
14796         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14797         * ext/jpeg/gstjpeg.c:
14798         * ext/ladspa/gstladspa.c:
14799         * ext/libcaca/gstcacasink.c:
14800         * ext/libmng/gstmng.c:
14801         * ext/libpng/gstpng.c:
14802         * ext/mikmod/gstmikmod.c:
14803         * ext/pango/gsttextoverlay.c:
14804         * ext/pango/gsttimeoverlay.c:
14805         * ext/raw1394/gst1394.c:
14806         * ext/speex/gstspeex.c:
14807         * gst/alpha/Makefile.am:
14808         * gst/alpha/gstalpha.c:
14809         * gst/alpha/gstalphacolor.c:
14810         * gst/auparse/gstauparse.c:
14811         * gst/autodetect/gstautoaudiosink.c:
14812         (gst_auto_audio_sink_factory_filter),
14813         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14814         * gst/autodetect/gstautodetect.c:
14815         * gst/avi/gstavi.c:
14816         * gst/cutter/gstcutter.c:
14817         * gst/debug/efence.c:
14818         * gst/debug/gstdebug.c:
14819         * gst/debug/gstnavigationtest.c:
14820         * gst/effectv/gsteffectv.c:
14821         * gst/flx/gstflxdec.c:
14822         * gst/goom/gstgoom.c:
14823         * gst/interleave/plugin.c:
14824         * gst/law/alaw.c:
14825         * gst/law/mulaw.c:
14826         * gst/level/gstlevel.c:
14827         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14828         * gst/matroska/matroska.c:
14829         * gst/median/gstmedian.c:
14830         * gst/monoscope/gstmonoscope.c:
14831         * gst/multipart/multipart.c:
14832         * gst/oldcore/gstelements.c:
14833         * gst/rtp/gstrtp.c:
14834         * gst/rtsp/gstrtsp.c:
14835         * gst/smoothwave/gstsmoothwave.c:
14836         * gst/smpte/gstsmpte.c:
14837         * gst/udp/gstudp.c:
14838         * gst/videobox/gstvideobox.c:
14839         * gst/videofilter/gstgamma.c:
14840         * gst/videofilter/gstvideobalance.c:
14841         * gst/videofilter/gstvideoflip.c:
14842         * gst/videofilter/gstvideotemplate.c:
14843         * gst/videomixer/videomixer.c:
14844         * gst/wavenc/gstwavenc.c:
14845         * gst/wavparse/gstwavparse.c:
14846         * sys/oss/gstossaudio.c:
14847         * sys/osxaudio/gstosxaudio.c:
14848           update GST_PLUGIN_DEFINE
14849         * gst/rtp/Makefile.am:
14850         * gst/rtp/gstasteriskh263.c:
14851           check for htons/htonl headers and possibly link to winsock2 lib
14852
14853 2005-11-12  Edward Hervey  <edward@fluendo.com>
14854
14855         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14856         Only GST_DEBUG() information on the valid components.
14857
14858 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14859
14860         * configure.ac: back to HEAD
14861
14862 === release 0.9.5 ===
14863
14864 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14865
14866         * configure.ac:
14867           releasing 0.9.5, "Phone Alarm"
14868
14869 2005-11-11  Edward Hervey  <edward@fluendo.com>
14870
14871         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14872         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14873         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14874         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14875         (gst_avi_demux_loop):
14876         * gst/avi/gstavidemux.h:
14877         Yeah, implement proper seeking. Exact seeking and segment seeking.
14878         Still need to do some checks for segment_stop.
14879
14880 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14881
14882         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14883
14884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14885           Don't try to ready buffer duration from buffer that we don't
14886           own any  longer and that might already have been unreffed.
14887           (#321136)
14888
14889 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14890
14891         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14892         (flx_decode_delta_flc), (gst_flxdec_chain):
14893         Attempting to optimize the code for embedded systems.
14894
14895 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14896
14897         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14900           Don't re-use already closed file descriptor. (#320920)
14901
14902 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14905         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14906         (gst_oss_sink_prepare):
14907         * sys/oss/gstosssink.h:
14908           Cache probed caps; fix debug output for SET_PARAM macros.
14909
14910 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         * ext/cairo/Makefile.am:
14913         * ext/cairo/gstcairo.c: (plugin_init):
14914         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14915         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14916         (gst_text_overlay_init), (gst_text_overlay_font_init),
14917         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14918         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14919         (gst_text_overlay_text_pad_linked),
14920         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14921         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14922         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14923         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14924         (gst_text_overlay_change_state):
14925         * ext/cairo/gsttextoverlay.h:
14926           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14927           property and redo positioning. Doesn't handle upstream renegotiation
14928           yet though.
14929
14930 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14931
14932         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14933         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14934         (gst_avi_demux_loop):
14935           No need to take the STREAM_LOCK in the loop function. Improve
14936           some debug messages. Don't leak pad names in debug messages.
14937
14938 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14939
14940         * gst/matroska/matroska-demux.c:
14941         (gst_matroska_demux_push_vorbis_codec_priv_data),
14942         (gst_matroska_demux_add_wvpk_header):
14943           Don't error out when the source pad isn't linked.
14944
14945 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14946
14947         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14948         (gst_gconf_audio_sink_change_state):
14949         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14950         (gst_gconf_video_sink_change_state):
14951           Fix state change functions here as well and set kid
14952           to NULL state before removing it.
14953
14954 2005-11-01  Edward Hervey  <edward@fluendo.com>
14955
14956         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14957         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14958         Added proper event handlind, 
14959         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14960         ignored),
14961         and don't set a duration of 0 for buffers otherwise they are discarded
14962         by GstBaseSink.
14963
14964         GstWavEnc needs some serious loving, after going through the code I'm
14965         really wondering how this can stay in -good ...
14966
14967 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14968
14969         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14970         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14972         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14973         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14974         (gst_matroska_mux_collected):
14975           Fix leaks and invalid memory access as reported by valgrind
14976
14977 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14978
14979         Patch by: Michal Benes <michal.benes@xeris.cz>
14980
14981         * check/Makefile.am:
14982         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14984         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14985           add a unit test for matroskamux
14986           fix the bugs that the unit test exposed
14987
14988 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14989
14990         * gst/autodetect/gstautoaudiosink.c:
14991         (gst_auto_audio_sink_class_init),
14992         (gst_auto_audio_sink_change_state):
14993         * gst/autodetect/gstautovideosink.c:
14994         (gst_auto_video_sink_class_init),
14995         (gst_auto_video_sink_change_state):
14996           Fix state change function and use GST_DEBUG_FUNCPTR in
14997           class_init.
14998
14999 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15000
15001         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15004         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15005         * gst/matroska/ebml-write.h:
15006         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15007           Set timestamps on outgoing ebml headers as well, so that the
15008           element after matroskamux can get the timestamp already when
15009           reading the first ebml element and doesn't have to wait for
15010           the actual data buffer for that (#320308).
15011           
15012 2005-10-31  Andy Wingo  <wingo@pobox.com>
15013
15014         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15015         (gst_videomixer_pad_link): Kill some memleaks.
15016         (gst_videomixer_pad_get_property): Style fix.
15017         (gst_videomixer_pad_set_property): Style fix.
15018         (gst_videomixer_pad_init): Style fix.
15019         (gst_videomixer_update_queues): Kill memleak.
15020         (gst_videomixer_loop): Kill memleak.
15021         (gst_videomixer_collected): Kill memleak.
15022
15023 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15024
15025         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15026         gst_auparse_change_state:
15027         Just some cleanup.
15028
15029 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15030
15031         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15032         Add checks to GST_FLOW_NOT_LINKED for values returned
15033         from gst_pad_push.
15034         
15035 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15036
15037         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15038         (gst_rtpg711dec_process):
15039         * gst/rtp/gstrtpgsmenc.c:
15040         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15041         are never set. This is important for the g711 to work with burger's rtpbin
15042         element.
15043
15044 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15045
15046         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15047         (gst_speexenc_push_buffer):
15048         Add checks for return values from gst_pad_push and
15049         gst_pad_alloc_buffer.
15050
15051 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15052
15053         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15054
15055         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15056         (gst_matroska_demux_parse_info),
15057         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15058         (gst_matroska_demux_parse_cluster):
15059         * gst/matroska/matroska-ids.h:
15060         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15061         (gst_matroska_mux_init), (gst_matroska_mux_start),
15062         (gst_matroska_mux_create_buffer_header),
15063         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15064         (gst_matroska_mux_get_property):
15065         * gst/matroska/matroska-mux.h:
15066           Add SimpleBlock support to matroska demuxer and muxer (part of
15067           Matroska v2). (#319731)
15068
15069 2005-10-28  Wim Taymans  <wim@fluendo.com>
15070
15071         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15072         (gst_jpeg_dec_change_state):
15073         * ext/jpeg/gstjpegdec.h:
15074         Cleanups. Don't create caps for every chain.
15075
15076 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15077
15078         * gst/law/alaw-encode.c: (gst_alawenc_init),
15079         (alawenc_setcaps), (gst_alawenc_chain)
15080         * gst/law/alaw-encode.h:
15081         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15082         (mulawenc_setcaps), (gst_mulawenc_chain)
15083         * gst/law/mulaw-encode.h:
15084         Set timestamp on buffer and it allows RTP G711 elements
15085         work properly.
15086
15087 2005-10-27  Wim Taymans  <wim@fluendo.com>
15088
15089         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15090         Set correct format on oss instead of a silly value. 
15091
15092 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15093
15094         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15095         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15096         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15097         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15098         I420 rendering as well, doesn't bring much for my platform.
15099         Might help on some other platforms.
15100
15101 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15102
15103         * gst/rtp/gstrtpgsmenc.c:
15104         * gst/rtp/gstrtpgsmparse.c:
15105         Declaring the padtemplate correctly.
15106
15107 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15108
15109         * gst/rtp/gstrtpg711dec.c:
15110         * gst/rtp/gstrtpg711enc.c:
15111         * gst/rtp/gstrtpgsmenc.c:
15112         * gst/rtp/gstrtpgsmparse.c:
15113         Setting the proper copyright notice.
15114
15115 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15116
15117         * gst/videobox/Makefile.am: Use liboil.
15118         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15119         (gst_video_box_set_property), (gst_video_box_transform_caps),
15120         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15121         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15122         using liboil. Will dot the same to I420 border generation
15123         tomorrow.
15124
15125 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15126
15127         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15128         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15129         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15130         * gst/rtp/gstrtpg711dec.h:
15131         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15132         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15133         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15134         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15135         (gst_rtpgsmenc_handle_buffer):
15136         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15137         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15138         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15139         * gst/rtp/gstrtpgsmparse.h:
15140         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15141         inherits from the basertpdepayloader.
15142
15143 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15144
15145         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15146         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15147         (gst_video_box_ayuv): Removing this forgotten debug.
15148
15149 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15150
15151         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15152         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15153         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15154
15155 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         * sys/oss/gstossaudio.c:
15158         * sys/oss/gstossdmabuffer.c:
15159         * sys/oss/gstosshelper.c:
15160         * sys/oss/gstossmixer.c:
15161         * sys/oss/gstossmixerelement.c:
15162         * sys/oss/gstossmixertrack.c:
15163         * sys/oss/gstosssink.c:
15164         * sys/oss/gstosssrc.c:
15165           Actually use the 'oss' debug category we register.
15166
15167 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15168
15169         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15170         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15171         Use gst_pad_get_parent and drop the ref that was added through
15172         that call.
15173
15174 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15175
15176         * gst/rtp/gstrtpgsmenc.c:
15177           Fix compilation
15178
15179 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15180
15181         * gst/rtp/gstrtpg711dec.c
15182         Just removed a couple of lines of weird code used during
15183         development/test time.
15184
15185 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15186
15187         * gst/rtp/Makefile.am
15188         * gst/rtp/gstrtp.c
15189         * gst/rtp/gstrtpg711enc.c
15190         * gst/rtp/gstrtpg711enc.h
15191         * gst/rtp/gstrtpg711dec.c
15192         * gst/rtp/gstrtpg711dec.h
15193         Created G711 payloader and depayloader (it supports mulaw and alaw
15194         (dec)encoders)
15195
15196 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15197
15198         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15199         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15200         Doh ! I introduced wingo's bug again ! Sorry...
15201
15202 2005-10-25  Christian Schaller <christian@fluendo.com> 
15203
15204         * gst/rtp/Makefile.am: add missing header files for disting
15205
15206 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15207
15208         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15209         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15210         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15211         (gst_rtpgsmenc_handle_buffer):
15212         * gst/rtp/gstrtpgsmenc.h:
15213         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15214         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15215         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15216         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15217         * gst/rtp/gstrtpgsmparse.h:
15218         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15219
15220 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15221
15222         * ext/libpng/gstpngdec.c: (user_info_callback),
15223         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15224         a newsegment event, move some redundant code in a single place.
15225
15226 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15227
15228         * ext/libpng/gstpngdec.c: (user_info_callback),
15229         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15230         hack to get correct colors order when we have a png image with
15231         alpha channel.
15232
15233 2005-10-24  Edward Hervey  <edward@fluendo.com>
15234
15235         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15236         Call gst_element_no_more_pads when there will be no more pads.
15237
15238 2005-10-24  Wim Taymans  <wim@fluendo.com>
15239
15240         * gst/rtp/Makefile.am:
15241         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15242         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15243         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15244         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15245         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15246         (gst_asteriskh263_plugin_init):
15247         * gst/rtp/gstasteriskh263.h:
15248         * gst/rtp/gstrtp.c: (plugin_init):
15249         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15250         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15251         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15252         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15253         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15254         (gst_rtph263enc_plugin_init):
15255         * gst/rtp/gstrtph263enc.h:
15256         Added two new payloaders, an RFC 2190 payloader for h263 and
15257         a payload convertor for an asterisk server.
15258
15259 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15260
15261         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15262           Set bytes_per_sample correctly (is not always 4, but 
15263           depends on width and number of channels).
15264
15265 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15266
15267         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15268         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15269         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15270         (gst_flacenc_sink_event), (gst_flacenc_chain),
15271         (gst_flacenc_set_property), (gst_flacenc_get_property),
15272         (gst_flacenc_change_state):
15273         * ext/flac/gstflacenc.h:
15274           Fix seeking, so that flacenc can rewrite the header with the
15275           correct duration and amount of samples and all that at EOS;
15276           also set timestamps and granulepos on outgoing buffers; add
15277           debug category; fix state change function.
15278           
15279 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15280
15281         * gst/videomixer/videomixer.c: Don't restrict video geometry
15282         from 16 to 4096.
15283
15284 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15285
15286         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15287         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15288         Fix caps negotiation correctly, add debugging category.
15289
15290 2005-10-24  Christian Schaller  <christian@fluendo.com>
15291
15292         * configure.ac: Port over Thomas's change from base listing all plugins
15293
15294 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15295
15296         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15297         a sink pad.
15298
15299 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15300
15301         * configure.ac:
15302         * docs/upload.mak:
15303           back to HEAD
15304
15305 === release 0.9.4 ===
15306
15307 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15308
15309         * configure.ac:
15310           Releasing 0.9.4, "Dromiceiomimus"
15311
15312 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15313
15314         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15315         (gst_speexenc_src_query):
15316           Add position and duration query, fix query type function.
15317           
15318         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15319         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15320           Let's not set non-fixed caps on source pads.
15321
15322 2005-10-21  Wim Taymans  <wim@fluendo.com>
15323
15324         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15325         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15326         (gst_avi_demux_handle_seek):
15327         Set correct stream_time in newsegment event.
15328         avi can also handle a duration query now.
15329
15330 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15331
15332         * gst/matroska/matroska-demux.c:
15333         (gst_matroska_demux_handle_src_query),
15334         (gst_matroska_demux_handle_seek_event),
15335         (gst_matroska_demux_loop_stream_parse_id):
15336           Fix duration query; fix basetime in newsegment event after
15337           seek; fix duration in initial newsegment event.
15338
15339         * gst/matroska/matroska-mux.c:
15340         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15341           Extract number of channels and samplerate from vorbis headers;
15342           add some debug messages when querying the durations of the
15343           input streams.
15344
15345 2005-10-20  Wim Taymans  <wim@fluendo.com>
15346
15347         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15348         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15349         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15350         Set stream time correctly in newsegment.
15351
15352 2005-10-20  Wim Taymans  <wim@fluendo.com>
15353
15354         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15355         Correctly fill in the stream time.
15356
15357 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15358
15359         * check/elements/level.c: (GST_START_TEST):
15360         * gst/level/gstlevel.c: (gst_level_message_new):
15361         * gst/level/level-example.c: (message_handler):
15362           use ELEMENT messages instead
15363
15364 2005-10-19  Wim Taymans  <wim@fluendo.com>
15365
15366         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15367         (gst_dvdemux_src_query):
15368         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15369         (gst_flacdec_src_query):
15370         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15371         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15372         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15373         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15374         * gst/debug/progressreport.c: (gst_progress_report_report):
15375         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15376         * gst/matroska/matroska-demux.c:
15377         (gst_matroska_demux_handle_src_query):
15378         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15379         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15380         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15381         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15382         (gst_wavparse_srcpad_event):
15383         API change fix.
15384
15385 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15386
15387         * gst/goom/filters.c:
15388         * gst/goom/graphic.h:
15389         * gst/goom/lines.c:
15390           Make inline functions either 'static inline' or 'extern inline',
15391           otherwise the Forte compiler apparently won't inline them (#317300).
15392
15393 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15394
15395         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15396         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15397         (user_info_callback), (user_endrow_callback), (user_end_callback),
15398         (user_read_data), (gst_pngdec_caps_create_and_set),
15399         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15400         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15401         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15402         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15403         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15404         very nice and handle push/pull based model. if you have filesrc
15405         connected to it, it will do random access to load the png file.
15406         If you have a network source that can't do _getrange, it does 
15407         progressive loading through the chain function.
15408         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15409         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15410         thanks to Master Wim Taymans ;-)
15411
15412 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15413
15414         * gst/matroska/Makefile.am:
15415         * gst/matroska/ebml-read.c:
15416         * gst/matroska/ebml-read.h:
15417         * gst/matroska/matroska-demux.c:
15418         * gst/matroska/matroska-demux.h:
15419         * gst/matroska/matroska.c: (plugin_init):
15420           Ported matroska demuxer to 0.9.
15421
15422 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15423
15424         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15425
15426         * gst/matroska/matroska-mux.c:
15427         (gst_matroska_mux_video_pad_setcaps),
15428         (gst_matroska_mux_audio_pad_setcaps):
15429           Fix mpeg4 input handling (#318847); also, while we're at it,
15430           fix media type for Motion-JPEG: should be image/jpeg.
15431
15432 2005-10-18  Wim Taymans  <wim@fluendo.com>
15433
15434         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15435         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15436         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15437         Fix for segment-start/stop API change.
15438
15439 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15440
15441         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15442         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15443         way.
15444
15445 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15446
15447         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15448         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15449         output declared in transform_caps.
15450
15451 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15452
15453         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15454
15455 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15456
15457         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15458         (gst_video_box_get_unit_size): Fix wrong size calculations and
15459         implement get_unit_size correctly.
15460
15461 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15462
15463         * configure.ac:
15464           Enable flx plugin.
15465
15466         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15467           Fix gcc4 signedness issue.
15468
15469 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15470
15471         * configure.ac: Adding videomixer.
15472         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15473         (user_read_data), (gst_pngdec_chain): More debugging.
15474         * gst/alpha/Makefile.am: Adding alphacolor
15475         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15476         (gst_alpha_color_class_init), (gst_alpha_color_init),
15477         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15478         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15479         (plugin_init): Ported to 0.9 using in place base tranform.
15480         * gst/videomixer/Makefile.am:
15481         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15482         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15483         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15484         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15485         (gst_videomixer_init), (gst_videomixer_getcaps),
15486         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15487         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15488         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15489         to 0.9 using collectpads.
15490
15491 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15492
15493         * configure.ac:
15494         * gst/flx/Makefile.am:
15495         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15496         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15497         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15498         * gst/flx/gstflxdec.h:
15499         flx plugin ported to 0.9
15500
15501 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15502
15503         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15504           use new gst_version_string()
15505
15506 2005-10-16  Andy Wingo  <wingo@pobox.com>
15507
15508         * configure.ac: GLIB_CHECK.
15509
15510 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15511
15512         * ext/libpng/Makefile.am:
15513         * ext/libpng/gstpng.c: (plugin_init):
15514         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15515         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15516         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15517
15518 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15519
15520         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15521
15522         * configure.ac:
15523         * gst/matroska/Makefile.am:
15524         * gst/matroska/ebml-ids.h:
15525         * gst/matroska/ebml-write.c:
15526         * gst/matroska/ebml-write.h:
15527         * gst/matroska/matroska-ids.h:
15528         * gst/matroska/matroska-mux.c:
15529         * gst/matroska/matroska-mux.h:
15530         * gst/matroska/matroska.c: (plugin_init):
15531           Port matroska muxer to 0.9 (#318847).
15532
15533 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15534
15535         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15536         (comment_init), (comment_add):
15537           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15538           use GST_READ_UINT32_LE() and friends rather than the private
15539           implementation of those same macros.
15540
15541 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15542
15543         * examples/stats/mp2ogg.c:
15544           more typo fixes
15545
15546 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15547
15548         * examples/indexing/indexmpeg.c: (main):
15549         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15550         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15551         * ext/esd/esdmon.h:
15552         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15553         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15554         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15555         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15556         * gst/avi/gstavimux.c: (gst_avimux_init):
15557         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15558         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15559         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15560         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15561         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15562         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15563         * gst/oldcore/gstmultifilesrc.h:
15564         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15565         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15566         (gst_pipefilter_change_state):
15567         * gst/oldcore/gstpipefilter.h:
15568         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15569         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15570         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15571         * sys/osxaudio/gstosxaudiosink.h:
15572         * sys/osxaudio/gstosxaudiosrc.h:
15573           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15574           moved bitshift from macro to enum definition
15575
15576 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15577
15578         * ext/Makefile.am:
15579         * ext/cairo/Makefile.am:
15580         * ext/cairo/gstcairo.c: (plugin_init):
15581         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15582         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15583         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15584         * ext/cairo/gsttimeoverlay.h:
15585           update of cairo-based timeoverlay to 1.0 Cairo API
15586           doesn't work yet for resizing of output sink
15587
15588 2005-10-11  Wim Taymans  <wim@fluendo.com>
15589
15590         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15591         newsegment API fix.
15592
15593 2005-10-11  Wim Taymans  <wim@fluendo.com>
15594
15595         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15596         (gst_dvdemux_demux_frame):
15597         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15598         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15599         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15600         (gst_avi_demux_handle_seek):
15601         * gst/goom/gstgoom.c: (gst_goom_event):
15602         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15603         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15604         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15605         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15606         (gst_wavparse_srcpad_event):
15607         newsegment API update.
15608
15609 2005-10-11  Andy Wingo  <wingo@pobox.com>
15610
15611         * ext/speex/gstspeexenc.c: Signedness cleanups.
15612
15613 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15614
15615         * PORTED_09:
15616         * ext/speex/Makefile.am:
15617         * ext/speex/gstspeex.c:
15618         * ext/speex/gstspeexenc.c:
15619         Speexenc ported to 0.9
15620
15621 2005-10-10  Wim Taymans  <wim@fluendo.com>
15622
15623         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15624         (gst_oss_sink_init), (gst_oss_sink_set_property),
15625         (gst_oss_sink_get_property), (gst_oss_sink_open),
15626         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15627         * sys/oss/gstosssink.h:
15628         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15629         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15630         (gst_oss_src_prepare):
15631         Cleanups, make device configurable in the sink, handle and report
15632         errors.
15633
15634 2005-10-10  Wim Taymans  <wim@fluendo.com>
15635
15636         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15637         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15638         Make sure element is NULL before removing from the bin.
15639
15640 2005-10-07  Andy Wingo  <wingo@pobox.com>
15641
15642         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15643         block forever in a read().
15644         (gst_dv1394src_bus_reset): Post a message when the cable is
15645         unplugged.
15646         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15647         (gst_dv1394src_bus_reset): Don't unref the message.
15648
15649         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15650         hacking. The only change should be that the state change stuff was
15651         put into basesrc's start() and stop() routines, which coalesces
15652         some steps.
15653
15654 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15655
15656         * configure.ac:
15657           Add check for mmap
15658           
15659         * gst/debug/Makefile.am:
15660           Only compile efence plugin on systems that have mmap.
15661
15662 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15663
15664         * gst/debug/Makefile.am:
15665         * gst/debug/breakmydata.c:
15666         * gst/debug/gstdebug.c:
15667         * gst/debug/gstnavigationtest.c:
15668         * gst/debug/gstnavseek.c: 
15669         * gst/debug/gstnavseek.h:
15670         * gst/debug/progressreport.c: 
15671         * gst/debug/testplugin.c:
15672           Port progressreport, navseek, navigationtest, testsink and
15673           breakmydata.
15674
15675 2005-10-05  Edward Hervey  <edward@fluendo.com>
15676
15677         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15678         (gst_dvdemux_src_query):
15679         Fixes for better conversion
15680
15681 2005-10-04  Michael Smith <msmith@fluendo.com>
15682
15683         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15684         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15685         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15686         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15687           Set state of elements to NULL before removing from bins.
15688           Set state of test element to NULL if we failed to move it to READY
15689
15690 2005-10-04  Edward Hervey  <edward@fluendo.com>
15691
15692         * ext/dv/Makefile.am:
15693         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15694         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15695         Corrected the query function for position so it doesn't forget what
15696         format was asked, and calls the conversion functions on the correct pad.
15697
15698 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15699
15700         * configure.ac:
15701           back to development
15702
15703 === release 0.9.3 ===
15704
15705 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15706
15707         * configure.ac:
15708           Releasing 0.9.3, "Aramis"
15709
15710 2005-10-03  Andy Wingo  <wingo@pobox.com>
15711
15712         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15713         error returns.
15714
15715 2005-10-02  Andy Wingo  <wingo@pobox.com>
15716
15717         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15718
15719         * ext/flac/gstflacenc.c: Ported to 0.9.
15720
15721         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15722
15723         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15724         and link to gsttagedit. Enable flacenc.
15725
15726         * ext/flac/gstflacdec.c: Re-enable tag reading.
15727
15728 2005-09-30  Wim Taymans  <wim@fluendo.com>
15729
15730         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15731         * gst/rtp/gstrtpgsmparse.c:
15732         * gst/rtp/gstrtph263penc.c:
15733         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15734         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15735         (gst_rtpmp4venc_set_property):
15736         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15737         Various class and caps fixes from Andre Magalhaes (andrunko)
15738
15739 2005-09-29  Wim Taymans  <wim@fluendo.com>
15740
15741         * gst/level/level-example.c: (main):
15742         Update for new bus API.
15743
15744 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15745
15746         * configure.ac:
15747           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15748           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15749
15750 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15751
15752         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15753           Fix playback of mono streams (bytes_per_sample should be set
15754           from the sample width and the number of channels negotiated,
15755           and not just be set to 4) (#317338)
15756
15757 2005-09-26  Wim Taymans  <wim@fluendo.com>
15758
15759         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15760         (gst_rtpmpaenc_handle_buffer):
15761         Set buffer duration correctly.
15762
15763 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15764
15765         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15766         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15767         (gst_avi_demux_change_state):
15768           Don't crash when encountering a stream with an unknown fourcc or
15769           codec id. Instead, create a pad of type video/x-avi-unknown or
15770           audio/x-avi-unknown, which as a side-effect also results in less
15771           confusing error messages in players ('no decoder' vs. 'no streams');
15772           minor fixes to state change function and class_init function.
15773
15774 2005-09-24  Wim Taymans  <wim@fluendo.com>
15775
15776         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15777         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15778         These are sinks.
15779
15780 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15781
15782         * check/elements/level.c: (GST_START_TEST):
15783           fix test for new GstClockTime use
15784         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15785         (gst_level_transform_ip):
15786         * gst/level/gstlevel.h:
15787           fix up the decay peak, ensuring the decay peak is never lower
15788           than the peak for that interval
15789
15790 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         * docs/plugins/gst-plugins-good-plugins.args:
15793         * docs/plugins/inspect/plugin-alpha.xml:
15794         * docs/plugins/inspect/plugin-rtp.xml:
15795         * gst/level/gstlevel.c: (gst_level_set_caps),
15796         (gst_level_transform_ip):
15797           updating docs
15798
15799 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15800
15801         * Makefile.am:
15802         * check/elements/level.c: (GST_START_TEST):
15803         * gst/level/Makefile.am:
15804         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15805         (gst_level_set_property), (gst_level_get_property),
15806         (gst_level_set_caps), (gst_level_message_new),
15807         (gst_level_transform_ip):
15808         * gst/level/gstlevel.h:
15809         * gst/level/level-example.c: (message_handler), (main):
15810           convert to using GstClockTime for all time values, finally.
15811
15812 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15813
15814         * gst/auparse/Makefile.am:
15815         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15816           fix up build
15817         * configure.ac:
15818         * ext/cairo/Makefile.am:
15819         * ext/dv/Makefile.am:
15820         * ext/esd/Makefile.am:
15821         * ext/flac/Makefile.am:
15822         * ext/gconf/Makefile.am:
15823         * ext/gdk_pixbuf/Makefile.am:
15824         * ext/jpeg/Makefile.am:
15825         * ext/ladspa/Makefile.am:
15826         * ext/libcaca/Makefile.am:
15827         * ext/libmng/Makefile.am:
15828         * ext/libpng/Makefile.am:
15829         * ext/mikmod/Makefile.am:
15830         * ext/pango/Makefile.am:
15831         * ext/raw1394/Makefile.am:
15832         * ext/shout2/Makefile.am:
15833         * ext/speex/Makefile.am:
15834         * gst/alpha/Makefile.am:
15835         * gst/autodetect/Makefile.am:
15836         * gst/avi/Makefile.am:
15837         * gst/cutter/Makefile.am:
15838         * gst/debug/Makefile.am:
15839         * gst/effectv/Makefile.am:
15840         * gst/flx/Makefile.am:
15841         * gst/goom/Makefile.am:
15842         * gst/interleave/Makefile.am:
15843         * gst/law/Makefile.am:
15844         * gst/matroska/Makefile.am:
15845         * gst/median/Makefile.am:
15846         * gst/monoscope/Makefile.am:
15847         * gst/multipart/Makefile.am:
15848         * gst/oldcore/Makefile.am:
15849         * gst/rtp/Makefile.am:
15850         * gst/rtsp/Makefile.am:
15851         * gst/smoothwave/Makefile.am:
15852         * gst/smpte/Makefile.am:
15853         * gst/videobox/Makefile.am:
15854         * gst/videofilter/Makefile.am:
15855         * gst/videomixer/Makefile.am:
15856         * gst/wavenc/Makefile.am:
15857         * gst/wavparse/Makefile.am:
15858         * sys/oss/Makefile.am:
15859         * sys/osxaudio/Makefile.am:
15860         * sys/osxvideo/Makefile.am:
15861           fix up GST_LIBS use
15862
15863 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15864
15865         * gst/auparse/Makefile.am:
15866         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15867           fix build of auparse
15868
15869 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15870
15871         * configure.ac:
15872         * PORTED_09:
15873         * gst/auparse/gstauparse.c:
15874         * gst/auparse/gstauparse.h:
15875         Auparse ported to 0.9.
15876
15877 2005-09-22  Wim Taymans  <wim@fluendo.com>
15878
15879         * gst/rtp/TODO:
15880         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15881         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15882         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15883         (gst_rtpmp4venc_set_property):
15884         * gst/rtp/gstrtpmp4venc.h:
15885         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15886         * gst/rtp/gstrtpmpaenc.h:
15887         Use is_filled to both check MTU and max-ptime of base class.
15888
15889 2005-09-22  Wim Taymans  <wim@fluendo.com>
15890
15891         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15892         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15893         (gst_rtpmp4venc_set_property):
15894         Don't fragment packets with multiple frames.
15895
15896 2005-09-22  Wim Taymans  <wim@fluendo.com>
15897
15898         * gst/rtp/TODO:
15899         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15900         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15901         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15902         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15903         (gst_rtpmp4venc_get_property):
15904         * gst/rtp/gstrtpmp4venc.h:
15905         Remove g_print.
15906         Update TODO
15907         Make payload encoder a bit smarter and more correct with
15908         timestamps.
15909         Added option in payloader to include config string in-band.
15910
15911 2005-09-21  Wim Taymans  <wim@fluendo.com>
15912
15913         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15914         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15915         (gst_rtspsrc_send):
15916         Strip spaces for key/value pairs.
15917
15918 2005-09-21  Wim Taymans  <wim@fluendo.com>
15919
15920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15921         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15922         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15923         (gst_rtspsrc_change_state):
15924         More SDP parsing and caps setting.
15925         Do NO_PREROLL differently.
15926         add pads only after negotiated.
15927
15928         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15929         (gst_udpsrc_getcaps):
15930         Implement the getcaps function.
15931
15932 2005-09-21  Wim Taymans  <wim@fluendo.com>
15933
15934         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15935         (gst_rtpamrdec_chain):
15936         Handle multiple AMr packets per payload. Handle CRC and
15937         parse ILL/ILP.
15938
15939         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15940         Make caps params strings for easy SDP mapping.
15941         
15942         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15943         Handle capsnego better.
15944
15945         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15946         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15947         Generate and parse config string in the caps.
15948
15949 2005-09-21  Wim Taymans  <wim@fluendo.com>
15950
15951         * gst/rtp/README:
15952         Update README
15953
15954         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15955         Make extra params as strings.
15956
15957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15958         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15959         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15960         Make state change return NO_PREROLL as this is a live
15961         source.
15962
15963         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15964         Don't unref old caps when NULL.
15965
15966 2005-09-20  Wim Taymans  <wim@fluendo.com>
15967
15968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15969         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15970         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15971         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15972         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15973         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15974         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15975         * gst/rtsp/sdpmessage.h:
15976         Add URI handler.
15977         Parse SDP and create caps.
15978
15979 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15980
15981         * gst/alpha/gstalpha.c:
15982           fix element description
15983
15984 2005-09-19  Wim Taymans  <wim@fluendo.com>
15985
15986         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15987         Don't check payload for now.
15988
15989 2005-09-19  Wim Taymans  <wim@fluendo.com>
15990
15991         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15992         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15993         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15994         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15995         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15996         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15997         (gst_wavparse_change_state):
15998         * gst/wavparse/gstwavparse.h:
15999         Fix wavparse some more.
16000
16001 2005-09-19  Wim Taymans  <wim@fluendo.com>
16002
16003         * check/elements/level.c: (GST_START_TEST):
16004         Fix for bus API change.
16005
16006 2005-09-19  Wim Taymans  <wim@fluendo.com>
16007
16008         * gst/level/level-example.c: (main):
16009         Fix for new bus API.
16010
16011         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16012         Set caps on pads.
16013
16014 2005-09-15  Wim Taymans  <wim@fluendo.com>
16015
16016         * gst/rtp/Makefile.am:
16017         * gst/rtp/README:
16018         * gst/rtp/gstrtp.c: (plugin_init):
16019         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16020         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16021         (gst_rtpamrdec_change_state):
16022         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16023         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16024         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16025         * gst/rtp/gstrtpamrenc.h:
16026         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16027         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16028         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16029         * gst/rtp/gstrtpgsmenc.h:
16030         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16031         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16032         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16033         (gst_rtpgsmparse_change_state):
16034         * gst/rtp/gstrtpgsmparse.h:
16035         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16036         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16037         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16038         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16039         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16040         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16041         * gst/rtp/gstrtph263penc.h:
16042         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16043         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16044         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16045         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16046         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16047         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16048         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16049         * gst/rtp/gstrtpmp4venc.h:
16050         * gst/rtp/gstrtpmpadec.c:
16051         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16052         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16053         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16054         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16055         * gst/rtp/gstrtpmpaenc.h:
16056         Updates to payloader/depayloaders, make payloaders use
16057         the base classes.
16058         Updated README with suggested RTP caps and how to convert
16059         to/from SDP.
16060         Added config descriptor in mp4v payloader.
16061
16062 2005-09-15  Andy Wingo  <wingo@pobox.com>
16063
16064         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16065         * gst/autodetect/gstautovideosink.c
16066         (gst_auto_video_sink_find_best): Update for new registry API.
16067
16068 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16069
16070         * common/c-to-xml.py:
16071         * common/gtk-doc-plugins.mak:
16072           a simple py script to generate valid xml from a C example
16073           probably also need to strip an MIT license when we decide
16074         * docs/plugins/Makefile.am:
16075         * gst/level/Makefile.am:
16076         * gst/level/gstlevel.c: (gst_level_init):
16077         * gst/level/level-example.c: (message_handler), (main):
16078           add an example to level that will show up in the docs
16079         * gst/rtp/TODO:
16080           add a note for the future
16081
16082 2005-09-14  Michael Smith <msmith@fluendo.com>
16083
16084         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16085           Actually define the debug object being used in wavenc. Fixes #316205
16086
16087 2005-09-14  Michael Smith <msmith@fluendo.com>
16088
16089         * gst/smpte/Makefile.am:
16090           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16091           needed to build on windows (bug 316204)
16092
16093 2005-09-12  Andy Wingo  <wingo@pobox.com>
16094
16095         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16096
16097 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16098
16099         * configure.ac:
16100         * gst/fdsrc/Makefile.am:
16101         * gst/fdsrc/gstfdsrc.c:
16102         * gst/fdsrc/gstfdsrc.h:
16103           Move fdsrc back into gstreamer core elements.
16104
16105         * gst/level/gstlevel.c: (gst_level_class_init),
16106         (gst_level_transform_ip):
16107         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16108           Basetransform changes.
16109
16110 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16113         * ext/jpeg/smokecodec.c: (find_best_size):
16114           fix compiler warnings
16115
16116 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16117
16118         * gst-plugins-good.spec.in:
16119           spec file fixes
16120         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16121         (gst_multiudpsink_render), (gst_multiudpsink_add),
16122         (gst_multiudpsink_clear):
16123           it actually helps to actually stream if we hook up the
16124           "add" signal to an actual implementation
16125         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16126           some debugging
16127
16128 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16129
16130         * ext/jpeg/Makefile.am:
16131         * ext/jpeg/gstjpeg.c
16132         * ext/jpeg/gstjpegenc.c:
16133         * ext/jpeg/gstsmokeenc.c:
16134
16135 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16136
16137         * ext/flac/gstflacdec.c:
16138         * ext/flac/gstflacenc.c:
16139         * ext/flac/gstflactag.c:
16140         * ext/speex/gstspeexenc.c:
16141           gsttaginterface.h -> gsttagsetter.h
16142
16143 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16144
16145         * configure.ac:
16146         * gst/debug/Makefile.am:
16147         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16148         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16149         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16150         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16151         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16152           Port to 0.9 and re-enable efence plugin.
16153
16154 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16155
16156         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16157         (gst_flacdec_write), (gst_flacdec_convert_src):
16158         * ext/flac/gstflacdec.h:
16159           Add support for flac files with 24/32 bits per sample; and misc.
16160           minor clean-ups. Seeking is still partly broken (for me at least).
16161
16162 2005-09-06  Wim Taymans  <wim@fluendo.com>
16163
16164         * gst/rtp/Makefile.am:
16165         * gst/rtp/gstrtp.c: (plugin_init):
16166         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16167         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16168         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16169         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16170         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16171         (gst_rtpmp4vdec_plugin_init):
16172         * gst/rtp/gstrtpmp4vdec.h:
16173         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16174         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16175         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16176         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16177         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16178         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16179         * gst/rtp/gstrtpmp4venc.h:
16180         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16181         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16182         Added mpeg4 video payload encoder/decoder.
16183         Added some docs in mpa payloader.
16184
16185 === release 0.9.1 ===
16186
16187 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16188
16189         * NEWS:
16190         * README:
16191         * RELEASE:
16192         * autogen.sh:
16193         * configure.ac:
16194           releasing 0.9.1, "Blondie"
16195
16196 2005-09-05  Andy Wingo  <wingo@pobox.com>
16197
16198         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16199         here from the state change handler, so we fire signals without
16200         holding the state lock.
16201
16202 2005-09-02  Andy Wingo  <wingo@pobox.com>
16203
16204         * All plugins updated for element state changes.
16205
16206 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16207
16208         * Makefile.am:
16209         * check/.cvsignore:
16210         * check/Makefile.am:
16211         * check/elements/.cvsignore:
16212         * check/elements/level.c: (setup_level), (cleanup_level),
16213         (GST_START_TEST), (level_suite), (main):
16214           add a test for level
16215         * common/release.mak:
16216           move the enum checking to release.mak
16217         * configure.ac:
16218           add valgrind and check checking
16219         * gst/level/gstlevel.c: (gst_level_transform):
16220         * gst/level/gstlevel.h:
16221           fix Andy's cast bug
16222           convert a field to int
16223           fix the arithmetic to int when checking for emit so that a
16224           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16225
16226 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16227
16228         * Makefile.am:
16229         * configure.ac:
16230           add docs to build
16231         * common/plugins.xsl:
16232           wrap Description into a refsect2
16233         * docs/Makefile.am:
16234         * docs/plugins/Makefile.am:
16235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16237         * gst/goom/Makefile.am:
16238         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16239         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16240         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16241         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16242         (gst_goom_change_state):
16243         * gst/goom/gstgoom.h:
16244           GstGOOM -> GstGoom
16245           add an example launch line
16246         * gst/level/gstlevel.h:
16247         * gst/monoscope/gstmonoscope.c:
16248           cleanups
16249
16250 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16251
16252         * configure.ac:
16253         * docs/plugins/Makefile.am:
16254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16256         * docs/plugins/gst-plugins-good-plugins.types:
16257           document elements and plugins.  Shazam !
16258
16259 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16260
16261         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16262           be found under doc/random/ChangeLog-0.8