gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but add other...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-23  Bastien Nocera  <hadess@hadess.net>
2
3         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4         with warnings, but add other CFLAGS
5
6         * gst/goom/goomsl.c (gsl_instr_set_namespace),
7         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
8         (calculate_labels), (gsl_read_file):
9         * gst/goom/goomsl_lex.l:
10         * gst/goom/goomsl_yacc.y:
11         * gst/goom/plugin_info.c: Remove a few live printf, and
12         fprintf, replace exit() calls with g_assert_not_reached()
13         if it not optimal for a library
14
15 2008-02-23  Bastien Nocera  <hadess@hadess.net>
16
17         * gst/goom/Makefile.am: Remove the warnings being disabled,
18         fix linkage on x86, spotted by Sebastian Dröge
19         <slomo@circular-chaos.org>
20
21         * gst/goom/convolve_fx.c (convolve_init),
22         (create_output_with_brightness), (convolve_apply):
23         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
24         * gst/goom/goomsl.c:
25         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
26         * gst/goom/plugin_info.c:
27         * gst/goom/tentacle3d.c (tentacle_fx_create):
28         Fix warnings, and disable the motifs in the convolve_fx
29         plugin (they were causing warnings, and they were just
30         "Goom" in funny letterring)
31
32 2008-02-23  Bastien Nocera  <hadess@hadess.net>
33
34         * configure.ac: Add checks for Flex/Yacc/Bison and other
35         furry animals, for the new goom 2k4 based plugin
36
37         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
38         CPU optimisations (not working yet), move the old plugin to...
39
40         * gst/goom2k1/*: ... here, in case somebody is sick enough
41
42         Fixes #515073
43
44 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
45
46         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
47         Post the server response code in an error message instead of a generic
48         'error' message. Fixes #517237.
49
50 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
51
52         * tests/check/Makefile.am:
53         Ignore gconfaudiosrc for the states unit test too. It will fallback
54         to alsasrc if the gconf settings can't be read and not everybody has
55         alsa.
56
57 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
58
59         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
60         (gst_wavpack_parse_create_src_pad):
61         * ext/wavpack/gstwavpackparse.h:
62         Always report the duration if we know it in push mode and don't
63         return 0 just to make totem believe we can't seek in push mode.
64         Newer totem version use the SEEKING query which properly reports
65         if we can seek or not.
66
67 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
68
69         Patch by: Jens Granseuer <jensgr at gmx dot net>
70
71         * tests/examples/equalizer/demo.c: (main):
72         C89 fix, moving variable declarations to the beginning of
73         the block. Fixes bug #517933.
74
75 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
76
77         * configure.ac:
78         Back to development...
79
80 === release 0.10.7 ===
81
82 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
83
84         * configure.ac:
85           releasing 0.10.7, "Red Door Black"
86
87 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
88
89         * gst/alpha/Makefile.am:
90         Link alpha plugin with libgstbase. Fixes bug #517386.
91
92 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
93
94         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
95         Init values to -1 instead of the default 0 value.
96         Fixes #516524.
97
98 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
99
100         * tests/examples/spectrum/spectrum-example.c:
101         Add missing include to fix compilation when libxml usage is disabled.
102         Fixes: #516371
103
104 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
105
106         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
107         fixes: #514889
108
109         * gst/rtp/gstrtph264pay.c:
110         * gst/rtp/gstrtpmp4gdepay.c:
111         * gst/rtp/gstrtpmp4gpay.c:
112         * gst/rtp/gstrtpmp4gpay.h:
113         * gst/rtp/gstrtptheorapay.c:
114         * gst/rtp/gstrtpvorbispay.c:
115
116         Fix various leaks shown up in valgrind
117         - free sprops and buffer in error cases in H264 payloader
118         - fix leak in mp4g depayloader when construction the caps
119         - don't leak config string in the mp4g payloader
120         - don't leak buffers and headers in theora and vorbis payloaders
121
122         * tests/check/elements/rtp-payloading.c:
123
124         Fix the RTP data test
125         - Actually send valid amr data to the payloader instead of 20
126         zero-bytes
127         - The mp4g payloader expects codec_data on the caps
128
129 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
130
131         * win32/MANIFEST:
132         Add libgstpng.dsp to MANIFEST.
133         * win32/vs6/libgstaudiofx.dsp:
134         Add new source files to VS project file.
135
136 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
137
138         * sys/ximage/gstximagesrc.c:
139         Initialise variables when opening the X display rather
140         than in _start(), as the display can be opened before that.
141
142         Fixes: #515985
143
144 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
145
146         * sys/directdraw/gstdirectdrawsink.c:
147         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
148         (gst_directdraw_sink_finalize):
149         Properly chain up finalize functions. Fixes bug #515980.
150
151 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
152
153         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
154         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
155         (gst_v4l2_buffer_pool_class_init):
156         Chain up the finalize functions. Fixes bug #515984.
157
158 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
159
160         * sys/ximage/ximageutil.c:
161         Chain up in the finalize function for our custom
162         buffer sub-class.
163         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
164         Fixes: #515706
165
166 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
167
168         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
169         (gst_fenced_buffer_class_init):
170         Properly chain up finalize method. Fixes bug #515979.
171
172 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
173
174         * sys/ximage/gstximagesrc.c:
175         Free allocated Damage memory before closing our connection to the
176         X server. Partially fixes: #515706
177
178 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
179
180         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
181         * tests/check/Makefile.am:
182         * tests/check/gst-plugins-good.supp:
183         Add a few libjpeg suppressions and initialize a variable to
184         make smokeenc valgrind clean. Fixes bug #515701.
185
186 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
187
188         * gst/avi/gstavidemux.c:
189         Revert patch which sends timestamps only on keyframes, as it
190         breaks playback with current gst-ffmpeg.
191
192         Fixes: #515562
193
194 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
195
196         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
197         * tests/check/elements/multifile.c: (GST_START_TEST):
198         Close some memory leaks spotted by the unit test. Fixes bug #515697.
199
200 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
201
202         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
203         Use and unset the GError when pipeline creation fails instead of
204         simply leaking it. Fixes bug #515704.
205
206 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
207
208         * gst/audiofx/audioamplify.c:
209         * gst/audiofx/audiochebband.c:
210         * gst/audiofx/audiocheblimit.c:
211         * gst/audiofx/audiodynamic.c:
212         * gst/audiofx/audioinvert.c:
213         * gst/audiofx/audiopanorama.c:
214         * gst/audiofx/audiowsincband.c:
215         * gst/audiofx/audiowsinclimit.c:
216         Fix long description of audiofx elements. Fixes bug #515457.
217
218 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
219
220         * docs/plugins/Makefile.am:
221         * gst/spectrum/gstspectrum.c:
222         * tests/examples/spectrum/.cvsignore:
223         * tests/examples/spectrum/Makefile.am:
224         * tests/examples/spectrum/spectrum-example.c:
225
226         Add a simple example application for the spectrum element, include it
227         in the docs, and fix some documentation ambiguities.
228
229         Fixes: #348085
230
231 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
232
233         * gst/equalizer/Makefile.am:
234         * gst/spectrum/Makefile.am:
235         Fix includes order
236
237         * tests/check/Makefile.am:
238         Exclude v4l2src from the states test - it takes too long to start.
239
240         * tests/check/elements/spectrum.c:
241         Make the test run properly with CK_FORK=no
242
243 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
244
245         * gst/audiofix/Makefile.am: add missing header files 
246
247 2008-02-08  Julien Moutte  <julien@fluendo.com>
248
249         * gst/matroska/matroska-demux.c:
250         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
251         keyframe and delta units correctly when dealign with a BlockGroup.
252         Fixes: #514397
253
254 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
255
256         * tests/check/elements/.cvsignore:
257         Spell the new tests correctly in .cvsignore
258
259 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
260
261         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
262           Need to use gsize here for the size, fixes compiler warning.
263
264         * tests/examples/equalizer/.cvsignore:
265         * tests/examples/equalizer/Makefile.am:
266         * tests/examples/spectrum/.cvsignore:
267         * tests/examples/spectrum/Makefile.am:
268           Add missing files to fix the build.
269
270 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
271
272         * configure.ac:
273         * docs/plugins/Makefile.am:
274         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
275         * docs/plugins/gst-plugins-good-plugins-sections.txt:
276         * docs/plugins/gst-plugins-good-plugins.args:
277         * docs/plugins/gst-plugins-good-plugins.hierarchy:
278         * docs/plugins/inspect/plugin-multifile.xml:
279         * tests/check/Makefile.am:
280         * tests/check/elements/.cvsignore:
281
282         Move multifile plugin from -bad.
283         Fixes: #490283
284
285 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
286
287         * configure.ac:
288         * docs/plugins/Makefile.am:
289         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
290         * docs/plugins/gst-plugins-good-plugins-sections.txt:
291         * docs/plugins/gst-plugins-good-plugins.args:
292         * docs/plugins/gst-plugins-good-plugins.hierarchy:
293         * docs/plugins/inspect/plugin-spectrum.xml:
294         * gst/spectrum/Makefile.am:
295         * tests/check/Makefile.am:
296         * tests/check/elements/.cvsignore:
297         * tests/examples/Makefile.am:
298
299         Move spectrum plugin from -bad.
300         Move examples into tests/examples/spectrum.
301
302 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
303
304         * configure.ac:
305         * docs/plugins/Makefile.am:
306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
308         * docs/plugins/gst-plugins-good-plugins.args:
309         * docs/plugins/gst-plugins-good-plugins.hierarchy:
310         * docs/plugins/gst-plugins-good-plugins.interfaces:
311         * docs/plugins/inspect/plugin-equalizer.xml:
312         * gst/equalizer/Makefile.am:
313         * tests/check/Makefile.am:
314         * tests/examples/Makefile.am:
315         Move the equalizer plugin across from -bad
316
317         * tests/check/elements/.cvsignore:
318         Add equalizer, audiosincwband and audiosincwlimit
319
320         * tests/check/elements/equalizer.c:
321         Fix compiler warnings
322
323         Fixes: #415627
324
325 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
326
327         * configure.ac:
328         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
329         are treated like releases and build without it.
330
331 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
332
333         * docs/plugins/Makefile.am:
334         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
335         * docs/plugins/gst-plugins-good-plugins-sections.txt:
336         * docs/plugins/gst-plugins-good-plugins.args:
337         * docs/plugins/inspect/plugin-audiofx.xml:
338         * gst/audiofx/Makefile.am:
339         * gst/audiofx/audiofx.c:
340         * gst/audiofx/audiowsincband.c:
341         * gst/audiofx/audiowsincband.h:
342         * gst/audiofx/audiowsinclimit.c:
343         * gst/audiofx/audiowsinclimit.h:
344         * tests/check/Makefile.am:
345         * tests/check/elements/audiowsincband.c:
346         * tests/check/elements/audiowsinclimit.c:
347
348         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
349         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
350         respectively.
351
352         Fixes: #467666
353
354 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
355
356         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
357         * tests/check/elements/icydemux.c:
358           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
359           caps, and add a somewhat useful debug message. Plus test.
360
361 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
362
363         * gst/rtsp/gstrtspsrc.c:
364         Include unistd.h only if HAVE_UNISTD_H is defined
365         * win32/common/config.h.in:
366         * win32/common/config.h:
367         Define socklen_t as it seems it's not defined in default 
368         Visual Studio headers.
369         * win32/vs6/libgstalpha.dsp:
370         * win32/vs6/libgstapetag.dsp:
371         * win32/vs6/libgstavi.dsp:
372         * win32/vs6/libgstrtp.dsp:
373         * win32/vs6/libgstrtsp.dsp:
374         * win32/vs6/libgstvideomixer.dsp:
375         Update project file dependencies and add new source files       
376
377 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
378
379         Patch by: Bjarne Rosengren <bjarne at axis dot com>
380
381         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
382         Don't leak buffers when we don't push them downstream.
383         Fixes bug #514965.
384
385 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
386
387         * configure.ac:
388           Bump requirements to (good) released versions to avoid
389           confusion and make implicit core requirement explicit.
390
391 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
392
393         * docs/plugins/Makefile.am:
394         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
395         * docs/plugins/gst-plugins-good-plugins-sections.txt:
396         * docs/plugins/gst-plugins-good-plugins.args:
397         * docs/plugins/inspect/plugin-audiofx.xml:
398         * gst/audiofx/Makefile.am:
399         * gst/audiofx/audiochebband.c:
400         * gst/audiofx/audiochebband.h:
401         * gst/audiofx/audiocheblimit.c:
402         * gst/audiofx/audiocheblimit.h:
403         * gst/audiofx/audiochebyshevfreqband.c:
404         * gst/audiofx/audiochebyshevfreqband.h:
405         * gst/audiofx/audiochebyshevfreqlimit.c:
406         * gst/audiofx/audiochebyshevfreqlimit.h:
407         * gst/audiofx/audiofx.c:
408         * tests/check/Makefile.am:
409         * tests/check/elements/.cvsignore:
410         * tests/check/elements/audiochebband.c:
411         * tests/check/elements/audiocheblimit.c:
412         * tests/check/elements/audiochebyshevfreqband.c:
413         * tests/check/elements/audiochebyshevfreqlimit.c:
414
415         Rename audiochebyshevfreqband -> audiochebband and
416         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
417         surgery.
418
419         Closes: #491811
420
421 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
422
423         Patch by: Orjan Friberg <orjanf at axis dot com>
424
425         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
426         Fix caps memory leak. Fixes #514573.
427
428 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
429
430         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
431         If there's no entries in the subindex, don't try to do anything stupid,
432         just return.
433
434 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
435
436         Patch by: John Millikin <jmillikin at gmail dot com>
437
438         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
439           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
440           Fix extraction of picture blocks with newer libflac versions again:
441           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
442
443 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
444
445         * tests/check/Makefile.am:
446           Add rtp-payloading test to VALGRIND_TO_FIX.
447
448         * tests/check/elements/rtp-payloading.c:
449           Add semicolons after GST_TEST_END so gst-indent gets the
450           formatting right; make test less verbose in general, but
451           more verbose in the error case (which should probably
452           make the test fail anyway).
453
454 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
455
456         * docs/plugins/Makefile.am:
457         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
458         * docs/plugins/gst-plugins-good-plugins-sections.txt:
459         * gst/avi/gstavisubtitle.c:
460         Add documentation for avisubtitle and change class to
461         Codec/Parser/Subtitle
462
463 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
464
465         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
466         Treat ENOTTY (driver does not implement ioctl) the same as
467         EINVAL since it implies there are no available standards.
468
469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
470         (gst_v4l2src_get_nearest_size):
471         Replace gst_v4l2src_get_size_limits with 2 calls to new function
472         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
473         probe if the driver does not support VIDIOC_TRY_FMT for whatever
474         reason, and if we aren't yet actively capturing.
475
476         * sys/v4l2/v4l2src_calls.h:
477         Remove replaced function declaration.
478
479 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
480
481         * configure.ac:
482         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
483         API.
484
485 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
486
487         * configure.ac:
488         Fix typo.
489
490 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
491
492         * gst/alpha/Makefile.am:
493         * gst/alpha/gstalpha.c:
494
495         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
496         some stuff, and making buffer-alloc and resizing work automatically.
497         No longer crashes on odd frame widths and heights, although there
498         seems to be a disagreement with ffmpegcolorspace about what size
499         an AYUV frame with odd height should be.
500
501 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
502
503         Patch by: Alessandro Decina <alessandro at nnva dot org>
504
505         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
506         * ext/libpng/gstpngenc.h:
507         Preallocate the output buffer so that g_memdup() and
508         gst_buffer_merge() aren't needed anymore. This greatly improves
509         performances and fixes #512544.
510
511 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
512
513         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
514         (gst_avi_demux_stream_data):
515         GStreamer timestamps are PTS values while AVI only knows about DTS
516         timestamps. Make sure we only copy the DTS as the buffer timestamp when
517         we are dealing with a key frame.
518
519 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
520
521         * tests/check/Makefile.am:
522         * tests/check/elements/.cvsignore:
523         * tests/check/elements/rtp-payloading.c:
524           Add add testsuite for the rtp-payloader that tries simulating
525           dataflow. Needs more test data.
526
527 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
528
529         * tests/check/elements/alphacolor.c:
530           Remove two unused variables.
531
532 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
533
534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
535           Use g_ascii_strtoll() instead of atoll, which is only
536           available in C99.
537
538 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
539
540         * gst/rtp/Makefile.am:
541         * gst/rtp/gstrtp.c:
542         * gst/rtp/gstrtpmpvpay.c:
543         * gst/rtp/gstrtpmpvpay.h:
544         Add MPEG2 video payloader
545
546 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
547
548         * gst/level/gstlevel.c:
549         Use #include <math.h> instead of #include "math.h".
550
551 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
552
553         * tests/check/Makefile.am:
554         Fix up some CFLAGS sets.
555         Don't include gconfvideosrc in the states test.
556
557         * tests/check/elements/autodetect.c: (GST_START_TEST):
558         Add some error strings to fail_unless arguments to fix some weird
559         compiler errors on Solaris.
560
561 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
562
563         * configure.ac:
564         Detect video4linux headers on Solaris too.
565         * sys/v4l2/gstv4l2colorbalance.h:
566         * sys/v4l2/gstv4l2object.h:
567         * sys/v4l2/v4l2_calls.c:
568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
569         (gst_v4l2_buffer_new):
570
571         Make v4l2 build on Solaris.
572         Patch by: Brian Cameron  <brian.cameron at sun dot com>
573         Fixes: #510505
574
575 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
576
577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
578           Update list from (still local) scanning script.
579
580 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
581
582         Based on a patch by:
583             Victor STINNER <victor dot stinner at haypocalc dot com>
584
585         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
586         Set variable to NULL after freeing it to prevent double frees
587         or make failures by another use of it afterwards more obvious
588         and fix use of it after the freeing. Fixes bug #510592.
589
590 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
591
592         * gst/udp/gstmultiudpsink.c:
593         use GST_WARNING for logging
594
595 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
596
597         * gst/udp/gstmultiudpsink.c:
598         Don't try to leave a multicast group with an invalid socket
599
600 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
601
602         * ext/flac/gstflacdec.c:
603           Fix compilation against flac 1.1.2 (as on debian stable), where
604           the picture metadata defines and structs don't exist yet.
605           Fixes #509301.
606
607 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
608
609         Patch by: Olivier Crete <tester at tester dot ca>
610
611         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
612         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
613         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
614         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
615         * gst/udp/gstmultiudpsink.h:
616         Add property to automatically join a multicast group or not. This can be
617         useful when sharing a socket between multiple elements.
618         Fixes #509531.
619
620 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
621
622         * gst/videomixer/Makefile.am:
623           Add controller flags.
624
625 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
626
627         * gst/videomixer/videomixer.c:
628           Also commit the missing gst_object_sync_values().
629
630 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
631
632         * docs/plugins/Makefile.am:
633           Remove duplicate entry.
634
635 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
636
637         * docs/plugins/Makefile.am:
638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
640         * docs/plugins/inspect/plugin-gamma.xml:
641         * docs/plugins/inspect/plugin-monoscope.xml:
642         * docs/plugins/inspect/plugin-video4linux2.xml:
643           Add 3 more plugins to docs.
644
645 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
646
647         * docs/plugins/gst-plugins-good-plugins-sections.txt:
648         * sys/osxvideo/osxvideosink.h:
649           Revert previous change caused by a file that got stuck on an old
650           revision.
651
652 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
653
654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
655         * gst/multipart/Makefile.am:
656         * gst/multipart/multipartdemux.c:
657         * gst/multipart/multipartdemux.h:
658         * gst/multipart/multipartmux.c:
659         * gst/multipart/multipartmux.h:
660           Re-add multipartdemux to the docs. Last round of section cleanup.
661
662 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
663
664         * docs/plugins/Makefile.am:
665         * docs/plugins/gst-plugins-good-plugins-sections.txt:
666         * sys/osxaudio/gstosxaudiosink.h:
667         * sys/osxvideo/osxvideosink.h:
668           Managed to resolve most unused declarations. Filed a bug for one left.          
669
670 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
671
672         * docs/plugins/gst-plugins-good-plugins-sections.txt:
673           Cleanup section file.
674
675 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
676
677         * docs/plugins/Makefile.am:
678         * docs/plugins/gst-plugins-good-plugins.args:
679         * docs/plugins/gst-plugins-good-plugins.signals:
680         * docs/plugins/inspect/plugin-alaw.xml:
681         * docs/plugins/inspect/plugin-alpha.xml:
682         * docs/plugins/inspect/plugin-alphacolor.xml:
683         * docs/plugins/inspect/plugin-annodex.xml:
684         * docs/plugins/inspect/plugin-apetag.xml:
685         * docs/plugins/inspect/plugin-audiofx.xml:
686         * docs/plugins/inspect/plugin-auparse.xml:
687         * docs/plugins/inspect/plugin-autodetect.xml:
688         * docs/plugins/inspect/plugin-avi.xml:
689         * docs/plugins/inspect/plugin-cairo.xml:
690         * docs/plugins/inspect/plugin-cdio.xml:
691         * docs/plugins/inspect/plugin-cutter.xml:
692         * docs/plugins/inspect/plugin-debug.xml:
693         * docs/plugins/inspect/plugin-dv.xml:
694         * docs/plugins/inspect/plugin-efence.xml:
695         * docs/plugins/inspect/plugin-effectv.xml:
696         * docs/plugins/inspect/plugin-flac.xml:
697         * docs/plugins/inspect/plugin-flxdec.xml:
698         * docs/plugins/inspect/plugin-gconfelements.xml:
699         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
700         * docs/plugins/inspect/plugin-goom.xml:
701         * docs/plugins/inspect/plugin-halelements.xml:
702         * docs/plugins/inspect/plugin-icydemux.xml:
703         * docs/plugins/inspect/plugin-id3demux.xml:
704         * docs/plugins/inspect/plugin-jpeg.xml:
705         * docs/plugins/inspect/plugin-ladspa.xml:
706         * docs/plugins/inspect/plugin-level.xml:
707         * docs/plugins/inspect/plugin-matroska.xml:
708         * docs/plugins/inspect/plugin-mulaw.xml:
709         * docs/plugins/inspect/plugin-multipart.xml:
710         * docs/plugins/inspect/plugin-navigationtest.xml:
711         * docs/plugins/inspect/plugin-png.xml:
712         * docs/plugins/inspect/plugin-quicktime.xml:
713         * docs/plugins/inspect/plugin-rtp.xml:
714         * docs/plugins/inspect/plugin-rtsp.xml:
715         * docs/plugins/inspect/plugin-shout2send.xml:
716         * docs/plugins/inspect/plugin-smpte.xml:
717         * docs/plugins/inspect/plugin-speex.xml:
718         * docs/plugins/inspect/plugin-taglib.xml:
719         * docs/plugins/inspect/plugin-udp.xml:
720         * docs/plugins/inspect/plugin-videobalance.xml:
721         * docs/plugins/inspect/plugin-videobox.xml:
722         * docs/plugins/inspect/plugin-videocrop.xml:
723         * docs/plugins/inspect/plugin-videoflip.xml:
724         * docs/plugins/inspect/plugin-videomixer.xml:
725         * docs/plugins/inspect/plugin-wavenc.xml:
726         * docs/plugins/inspect/plugin-wavpack.xml:
727         * docs/plugins/inspect/plugin-wavparse.xml:
728           Update plugin docs.
729
730         * gst/videomixer/Makefile.am:
731         * gst/videomixer/videomixer.c:
732         * gst/videomixer/videomixer.h:
733         * gst/videomixer/videomixerpad.h:
734           Split out header to fix warnings from the doc-build.
735
736 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
739
740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
741         Use atoll to parse the rtptime with enough precision. Fixes #509329.
742
743 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
747           Initialise variables to work around (false) 'foo might be used
748           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
749
750 2008-01-11  David Schleef  <ds@schleef.org>
751
752         * docs/plugins/.cvsignore:
753         * tests/check/pipelines/.cvsignore:
754           Ignore more files for the buildbot.
755
756 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
757
758         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
759         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
760         Generate the image-type values correctly. Leave them out of the caps
761         when outputting a "preview image" tag, since it only makes sense
762         to have one of those - the type is irrelevant.
763
764         * sys/sunaudio/gstsunaudiomixerctrl.c:
765         (gst_sunaudiomixer_ctrl_open):
766         If we can, mark the mixer multiple open when we use it, in case
767         (for some reason) the process wants to open it again elsewhere.
768
769 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
770
771         Patch by: Olivier Crete <tester at tester dot ca>
772
773         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
774         * gst/rtp/gstrtptheorapay.c:
775         Fix the clock rate to 90000 as required by the RFC.
776         Fixes #508644.
777
778 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
779
780         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
781           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
782
783 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
784
785         * autogen.sh:
786           Add -Wno-portability to the automake parameters to stop warnings
787           about GNU make extensions being used. We require GNU make in almost
788           every Makefile anyway.
789           
790         * configure.ac:
791           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
792           at the same time is required for per target flags.
793
794 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
795
796         * gst/videomixer/videomixer.c: (gst_videomixer_init):
797         Fix error from my last commit.
798
799 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
800
801         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
802
803         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
804           Make sure the ISO 639-X language code in ID3v2 COMM frames
805           is actually valid UTF-8 (or rather: ASCII), so we don't end
806           up with non-UTF8 strings in tags if there's garbage in the
807           language field. Also make sure the language code is always
808           lower case. Fixes: #508291.
809
810 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
811
812         * ChangeLog:
813           Fix ChangeLog typo.
814
815 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
816
817         * Makefile.am:
818           Include lcov.mak to allow building coverage reports. Guard
819           check-torture target like in the other packages.
820
821 2008-01-09  Sameer Naik  <sameer@damagehead.com>
822
823         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
824
825         * gst/videomixer/videomixer.c:
826         (gst_videomixer_set_master_geometry), (_do_init),
827         (gst_videomixer_child_proxy_get_child_by_index),
828         (gst_videomixer_child_proxy_get_children_count),
829         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
830         (gst_videomixer_init), (gst_videomixer_request_new_pad),
831         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
832         Implement GstChildProxy interface.
833         Send newsegment at the right moment
834         Fixes #488879
835
836 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
837
838         * gst/alpha/Makefile.am:
839         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
840         (gst_alpha_sink_event), (gst_alpha_chain),
841         (gst_alpha_change_state), (plugin_init):
842         Make the various properties of 'alpha' controllable. This allows doing
843         niceties like fade-in/fade-out.
844
845 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
846
847         * gst/rtp/gstasteriskh263.c:
848         * gst/rtp/gstrtpL16depay.c:
849         * gst/rtp/gstrtpac3depay.c:
850         * gst/rtp/gstrtpamrpay.c:
851         * gst/rtp/gstrtpdepay.c:
852         * gst/rtp/gstrtpgsmdepay.c:
853         * gst/rtp/gstrtph263depay.c:
854         * gst/rtp/gstrtph263pdepay.c:
855         * gst/rtp/gstrtph263ppay.c:
856         * gst/rtp/gstrtph264depay.c:
857         * gst/rtp/gstrtph264pay.c:
858         * gst/rtp/gstrtpmp2tdepay.c:
859         * gst/rtp/gstrtpmp4adepay.c:
860         * gst/rtp/gstrtpmp4gdepay.c:
861         * gst/rtp/gstrtpmp4gpay.c:
862         * gst/rtp/gstrtpmp4vdepay.c:
863         * gst/rtp/gstrtpmpadepay.c:
864         * gst/rtp/gstrtpmpvdepay.c:
865         * gst/rtp/gstrtpsv3vdepay.c:
866         * gst/rtp/gstrtptheoradepay.c:
867         * gst/rtp/gstrtptheorapay.c:
868         * gst/rtp/gstrtpvorbisdepay.c:
869         * gst/rtp/gstrtpvorbispay.c:
870           Remove copy/paste unused code (property setters and getter) found by
871           the coverage suite (yay, saves ~20k on disk).
872
873 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
874
875         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
876           (videosink_templ):
877           Also fix up pad templates to indicate that image/jpeg doesn't
878           absolutely require the framerate property to be set (#504081).
879
880 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
881
882         Based on patch by: Wouter Cloetens  <wouter at mind be>
883
884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
885           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
886           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
887         * gst/matroska/matroska-mux.h:
888           Keep track of first and last timestamps for each incoming stream,
889           so we can calculate the total duration for live sources and other
890           input where we can't query the duration from the start or where
891           there's no constant framerate from which we can deduce the
892           duration; also use calculated/observed duration if it is bigger
893           than the previously queried duration. Furthermore, use
894           gst_pad_query_peer_duration() and take into account that it may
895           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
896           screws up comparisons when using unsigned integers. Fixes #504081.
897
898 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
899
900         * configure.ac:
901         * gst/audiofx/audioamplify.c:
902         (gst_audio_amplify_clipping_method_get_type),
903         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
904         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
905         (gst_audio_dynamic_transform_ip):
906         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
907         (gst_audio_invert_transform_ip):
908         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
909         (gst_audio_panorama_transform):
910         * gst/level/gstlevel.c: (gst_level_init):
911         Make elements GST_BUFFER_FLAG_GAP aware and call
912         gst_base_transform_set_gap_aware for this.
913         Bump core requirement to CVS.
914         
915         * gst/audiofx/audiochebyshevfreqband.c:
916         (gst_audio_chebyshev_freq_band_transform_ip):
917         * gst/audiofx/audiochebyshevfreqlimit.c:
918         (gst_audio_chebyshev_freq_limit_transform_ip):
919         Also sync GObject properties to the controller if operating
920         in passthrough mode.
921
922 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
923
924         * sys/directdraw/gstdirectdrawsink.c:
925           (gst_directdraw_sink_window_thread):
926           FALSE is not a gpointer.
927
928 2008-01-05  Julien Moutte  <julien@fluendo.com>
929
930         * sys/directdraw/gstdirectdrawsink.c:
931         (gst_directdraw_sink_set_window_id),
932         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
933         (gst_directdraw_sink_buffer_alloc),
934         (gst_directdraw_sink_draw_borders),
935         (gst_directdraw_sink_show_frame),
936         (gst_directdraw_sink_setup_ddraw),
937         (gst_directdraw_sink_window_thread),
938         (gst_directdraw_sink_get_ddrawcaps),
939         (gst_directdraw_sink_surface_create): Make sure we create our
940         internal window only when we need it. That will give a chance to
941         the application to get the prepare-xwindow-id bus message. Draw
942         black borders when keeping aspect ratio. Handle the case where our
943         rendering window disappears (closed or errors) like other sinks
944         do. Various 80 columns fixes, improve state change order. That
945         element could need some more love.
946
947 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
948
949         * ext/taglib/gstapev2mux.h:
950         * ext/taglib/gstid3v2mux.h:
951         Remove useless typedefs without new type name. Fixes a warning with
952         gcc 4.3.
953
954 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
955
956         Patch by: John Millikin <jmillikin at gmail dot com>
957
958         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
959         (gst_flac_dec_setup_stream_decoder),
960         (gst_flac_normalize_picture_mime_type),
961         (gst_flac_extract_picture_buffer),
962         (gst_flac_dec_metadata_callback):
963         Emit metadata messages when a PICTURE block is encountered.
964         Fixes #506715.
965
966 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
967
968         * gst/avi/gstavi.c:
969         increase rank because no known issues anymore ...
970         * gst/avi/gstavisubtitle.c:
971         send subtitle name to the srcpad
972
973 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
976         * gst/rtsp/gstrtspsrc.h:
977         Implement redirect for the DESCRIBE reply. Fixes #506025.
978
979 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
980
981         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
982         Fix 'xyz may be used uninitialized' compiler warnings caused
983         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
984         abort() in any case but properly report the error.
985
986 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
987
988         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
989         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
990         * sys/ximage/gstximagesrc.c: (composite_pixel):
991           Fix 'xyz may be used uninitialized' compiler warnings caused
992           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
993           not really nice to abort in any case). Fixes #505745.
994
995 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
996
997         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
998           Small unit test fix (has no practical impact at the moment,
999           since we're only feeding utf8 and hence just create a sub-
1000           buffer for the output).
1001
1002 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1003
1004         * gst/avi/gstavisubtitle.c:
1005         * tests/check/elements/avisubtitle.c:
1006         Add seeking support for avi subtitle
1007
1008 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1009
1010         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1011         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1012         (gst_flac_dec_write):
1013         * ext/flac/gstflacdec.h:
1014         Remove some unused vars.
1015         Do more cleanup of leftover events and tags.
1016         Output tags after the segment event. Fixes #504018.
1017
1018 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1019
1020         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1021           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1022           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1023           Detect other UTF byte order markers and convert to UTF-8 as
1024           appropriate.
1025
1026 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1027
1028         * gst/avi/gstavisubtitle.c: (src_template),
1029           (gst_avi_subtitle_extract_utf8_file),
1030           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1031           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1032           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1033         * gst/avi/gstavisubtitle.h:
1034           Refactor a bit; fix name extraction; don't assume all the data
1035           in the chunk is actually subtitle data, there may be padding at
1036           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1037           file so it's there to send again after a seek (for future use).
1038
1039 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1040
1041         * gst/avi/Makefile.am:
1042         * gst/avi/gstavi.c:
1043         * gst/avi/gstavisubtitle.c:
1044         * gst/avi/gstavisubtitle.h:
1045         * tests/check/Makefile.am:
1046         * tests/check/elements/avisubtitle.c:
1047         * win32/common/config.h:
1048                 Add avi subtitle element for bug #442034. Need seeking support
1049                 and more support for character conversion.
1050
1051 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1052
1053         * Makefile.am:
1054           Include common/win32.mak for CRLF check of win32 project
1055           files (see #393626).
1056
1057         * win32/vs6/libgstpng.dsp:
1058           Fix line endings and do cvs admin -kb.
1059
1060 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1061
1062         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1063         Actually drop the buffers which are outside the currently configured
1064         segment instead of just emitting a WARNING.
1065
1066 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1067
1068         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1069         (gst_flac_dec_write):
1070         * ext/flac/gstflacdec.h:
1071         Send segments from the streaming thread. Fixes #502187.
1072         Fix segment seeking and a bunch of other seeking cases.
1073
1074 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1077           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1078           which is where it would end up if the same information was
1079           put in a vorbis comment (don't think it's worth adding a
1080           new URI tag for this). Fixes #488112.
1081
1082 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1083
1084         * configure.ac:
1085           We need core/base 0.10.15 or later.
1086
1087 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1088
1089         Patch by: Mark Nauwelaerts <manauw skynet be>
1090
1091         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1092         Fix regression in stream numbering. Fixes #502655.
1093
1094 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1095
1096         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1097
1098         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1099         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1100         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1101         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1102         (gst_rtp_h264_pay_handle_buffer):
1103         * gst/rtp/gstrtph264pay.h:
1104         Use higher performance start-code searching.
1105         Parse NALs and store SPS, PPS and profile in the caps so that they can
1106         be used in the SDP. Fixes #502814.
1107
1108 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1109
1110         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1111         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1112           Init some structs to zero before we pass them to ioctl, which
1113           avoids valgrind warnings.  Also fix a small memory leak.
1114
1115 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1116
1117         Patch by: Wouter Cloetens <wouter at mind dot be>
1118
1119         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1120         Copy timestamp from input to output. Not very perfect yet but better
1121         than nothing. Fixes #503023.
1122
1123 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1124
1125         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1126           Also print a useful error message with the old Wavpack API
1127           if possible.
1128
1129 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * ext/wavpack/gstwavpackdec.c:
1132           More build fixes for old libwavpack versions: include config.h so
1133           that WAVPACK_OLD_API is actually defined as detected; only use
1134           WavpackGetErrorMessage if it is available. This fixes the build
1135           on debian stable for me.
1136
1137 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1138
1139         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1140         * ext/wavpack/gstwavpackparse.c:
1141           (gst_wavpack_parse_create_src_pad):
1142           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1143           versions below 4.40.0.
1144
1145 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1146
1147         * configure.ac:
1148           And now do it right for real...
1149
1150 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1151
1152         * configure.ac:
1153           Correctly reset $LIBS to not contain -lm.
1154
1155 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1156
1157         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1158
1159         * configure.ac:
1160         * ext/cairo/gsttimeoverlay.c:
1161           (gst_cairo_time_overlay_print_smpte_time):
1162           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1163           and checking for rint() and implementing it ourself if it doesn't
1164           exist. Fixes #497293.
1165
1166 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1167
1168         * configure.ac:
1169           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1170
1171 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1172
1173         * sys/oss/gstosshelper.c:
1174         Verify that the format returned after the ioctl is the one
1175         we requested. It is valid for the ioctl to succeed while
1176         substituting an alternate 'supported' sample format.
1177
1178 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1179
1180         * sys/oss/gstossaudio.c: (plugin_init):
1181         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1182         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1183           Post decent (and translated) error message when we can't
1184           open the audio device for some reason.
1185
1186 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1187
1188         * sys/oss/gstosssink.c:
1189         * sys/oss/gstosssrc.c:
1190         Allow the AUDIODEV environment variable to redirect us
1191         to a different default OSS device, like sunaudiosink does
1192         on Solaris (makes audio play automatically on SunRays).
1193
1194 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1195
1196         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1197         * gst/audiofx/audiochebyshevfreqband.c:
1198         (gst_audio_chebyshev_freq_band_transform_ip):
1199         * gst/audiofx/audiochebyshevfreqlimit.c:
1200         (gst_audio_chebyshev_freq_limit_transform_ip):
1201         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1202         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1203         The transform_ip() methods should do nothing if in passthrough mode.
1204         It might get non-writable buffers in that case but the buffer might
1205         as well be writable.
1206
1207         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1208         The transform() methods won't be called in passthrough mode and
1209         otherwise the buffer is always writable so don't check here.
1210
1211 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1214           Fix seeking in .wav files again (#501775).  Some people seem to think
1215           they don't need to test their changes when they're just 'reflowing'
1216           some code.
1217
1218 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1219
1220         * gst/autodetect/gstautovideosink.c:
1221         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1222         (gst_auto_video_sink_init),
1223         (gst_auto_video_sink_create_element_with_pretty_name),
1224         (gst_auto_video_sink_find_best),
1225         (gst_auto_video_sink_set_property),
1226         (gst_auto_video_sink_get_property):
1227         * gst/autodetect/gstautovideosink.h:
1228         Fix docs.
1229         Use same error reporting code as autoaudiosink.
1230         Add property to filter sinks based on caps. Only select raw video sinks
1231         by default for backwards compat.
1232         API: GstAutoVideoSink::filter-caps
1233
1234 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1235
1236         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1237
1238         * gst/autodetect/gstautoaudiosink.c:
1239         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1240         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1241         (gst_auto_audio_sink_set_property),
1242         (gst_auto_audio_sink_get_property):
1243         * gst/autodetect/gstautoaudiosink.h:
1244         Add property to filter sinks based on caps. Only select raw audio sinks
1245         by default for backwards compat.  Fixes #417420.
1246         API: GstAutoAudioSink::filter-caps
1247
1248 2007-11-29  Michael Smith <msmith@fluendo.com>
1249
1250         Patch by: Arek Korbik <arkadini@gmail.com>
1251
1252         * gst/videobox/gstvideobox.c: (plugin_init):
1253           Initialise liboil in plugin_init()
1254
1255 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1256
1257         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1258         Post error before sending EOS. Fixes #499178.
1259
1260 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1261
1262         * win32/vs6/gst_plugins_good.dsw:
1263         * win32/vs6/libgstpng.dsp:
1264         Add a project file for libgstpng
1265
1266 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1267
1268         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1269         (gst_rtp_h263_depay_process):
1270         Code beautification.
1271         Added debug statements.
1272         Don't bit-shift everything, just do operations on last/first byte
1273         instead.
1274
1275 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1276
1277         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1278
1279         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1280         Fix wrong comparison in overrun check. Fixes #499239 some more.
1281
1282 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1283
1284         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1285         (gst_rtp_h263_depay_process):
1286         * gst/rtp/gstrtph263depay.h:
1287         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1288         stream.
1289
1290 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1291
1292         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1293
1294         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1295         (gst_rtp_mp4a_depay_process):
1296         * gst/rtp/gstrtpmp4adepay.h:
1297         Fix depayloading when multiple frames are inside one RTP packet.
1298         Fixes #499239.
1299
1300 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1301
1302         * gst/level/gstlevel.c:
1303           Add GAP-flag support.
1304
1305 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1306
1307         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1308         Read the I flag for Mode A h263 rtp stream and set the
1309         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1310         Fixes #499383
1311
1312 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1313
1314         * gst/level/gstlevel.c:
1315           Remove some dead code and do cleanups.
1316
1317 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1318
1319         * tests/check/pipelines/simple-launch-lines.c:
1320           Improve the tests by allowing to set a target state.
1321
1322 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1323
1324         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1325         Don't check the caps of the output buffer if they're equal some
1326         other caps. The caps can change in a backward compatible way
1327         and did at this point.
1328
1329 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1330
1331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1332         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1333         (gst_qtdemux_seek_to_previous_keyframe),
1334         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1335         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1336         reverse playback support.
1337
1338 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1339
1340         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1341         Also set the channel layout on the Wavpack caps if we're having
1342         a mono layout. Of course only do it for "audio/x-wavpack".
1343
1344 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1345
1346         * ext/wavpack/gstwavpackcommon.c:
1347         (gst_wavpack_get_default_channel_mask),
1348         (gst_wavpack_set_channel_layout),
1349         (gst_wavpack_get_default_channel_positions),
1350         (gst_wavpack_get_channel_mask_from_positions),
1351         (gst_wavpack_set_channel_mapping):
1352         * ext/wavpack/gstwavpackcommon.h:
1353         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1354         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1355         * ext/wavpack/gstwavpackdec.h:
1356         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1357         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1358         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1359         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1360         (gst_wavpack_enc_rewrite_first_block),
1361         (gst_wavpack_enc_sink_event):
1362         * ext/wavpack/gstwavpackenc.h:
1363         * ext/wavpack/gstwavpackparse.c:
1364         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1365         (gst_wavpack_parse_scan_to_find_sample),
1366         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1367         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1368         * ext/wavpack/gstwavpackparse.h:
1369         Add support for encoding, parsing and decoding multichannel
1370         files with up to 8 channels. This also improves the robustness
1371         of parsing quite a bit.
1372
1373         * ext/wavpack/gstwavpackstreamreader.c:
1374         (gst_wavpack_stream_reader_read_bytes),
1375         (gst_wavpack_stream_reader_get_pos),
1376         (gst_wavpack_stream_reader_set_pos_abs),
1377         (gst_wavpack_stream_reader_set_pos_rel),
1378         (gst_wavpack_stream_reader_push_back_byte),
1379         (gst_wavpack_stream_reader_get_length),
1380         (gst_wavpack_stream_reader_can_seek),
1381         (gst_wavpack_stream_reader_write_bytes):
1382         Improve debugging.
1383
1384 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1385
1386         * ext/libpng/gstpngdec.c:
1387         * ext/libpng/gstpngdec.h:
1388           Don't release the png-memory from within the callback.
1389
1390 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1391
1392         Patch by: René Stadler <mail at renestadler dot de>
1393
1394         * ext/libpng/gstpngenc.c:
1395           Don't leak buffer data memory. Fixes #498395.
1396
1397 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1398
1399         Patch by: René Stadler <mail at renestadler dot de>
1400
1401         * tests/check/pipelines/simple-launch-lines.c:
1402           Tests for #498395.
1403
1404 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1405
1406         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1407         (gst_tag_lib_mux_adjust_event_offsets):
1408         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1409         * sys/osxaudio/Makefile.am:
1410         * sys/osxvideo/cocoawindow.h:
1411         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1412
1413 2007-11-15  David Schleef  <ds@schleef.org>
1414
1415         * ext/cairo/gsttextoverlay.c:
1416           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1417
1418 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1419
1420         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1421
1422         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1423         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1424         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1425         * gst/rtp/gstrtpmp2tpay.h:
1426         Fill the MTU with as many packets as possible. Fixes #491323.
1427
1428 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1429
1430         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1431
1432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1433         Fix some more leaks. Fixes #497007.
1434
1435 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1436
1437         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1438
1439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1440         (gst_rtspsrc_stream_configure_tcp):
1441         Fix 3 pad leaks. Fixes #496983.
1442
1443 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1444
1445         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1446
1447         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1448         Fix small leak. Fixes #497017.
1449
1450 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1451
1452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1453         (gst_qtdemux_prepare_current_sample),
1454         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1455         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1456         * gst/qtdemux/qtdemux_fourcc.h:
1457         * gst/qtdemux/qtdemux_types.c:
1458         Add suppport for theora in quicktime according to XiphQT.
1459
1460 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1461
1462         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1463         (gst_v4l2src_init), (gst_v4l2src_set_property),
1464         (gst_v4l2src_get_property):
1465         * sys/v4l2/gstv4l2src.h:
1466         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1467           Always copy buffers by default (handle safer with bugged drivers)
1468           and added a property to make it possible to use mmap effectively (no
1469           copy if possible) when application wants to. Fixes: #480557.
1470
1471 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1472
1473         * gst/id3demux/id3tags.c:
1474         * gst/id3demux/id3tags.h:
1475         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1476           We don't want the same string multiple times in a tag list for the
1477           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1478           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1479
1480 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1483           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1484           into ID3v2 TXXX frames (fixes #347848).
1485
1486 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1487
1488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1489           Don't leak sdp message contents (fixes #496773).
1490
1491         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1492           Don't leak URI string.
1493
1494 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1495
1496         Patch by: Julien Puydt <julien dot puydt at laposte net>
1497
1498         * ext/raw1394/Makefile.am:
1499         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1500           (gst_1394_property_probe_get_properties),
1501           (gst_1394_property_probe_probe_property),
1502           (gst_1394_property_probe_needs_probe),
1503           (gst_1394_property_probe_get_values),
1504           (gst_1394_property_probe_interface_init),
1505           (gst_1394_type_add_property_probe_interface):
1506         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1507         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1508           (gst_dv1394src_init), (gst_dv1394src_dispose),
1509           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1510           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1511           (gst_dv1394src_update_device_name):
1512         * ext/raw1394/gstdv1394src.h:
1513           Implement GstPropertyProbe interface and add "device-name" property,
1514           so applications can use this to probe for available devices in the
1515           same way they can already with v4lsrc and v4l2src (however horrible
1516           this property probe interface may be). Fixes #358841.
1517
1518 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1519
1520         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1521
1522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1523           (gst_rtspsrc_parse_range):
1524           Don't leak event, don't leak range (fixes #496752).
1525
1526 2007-11-14  Michael Smith <msmith@fluendo.com>
1527
1528         Patch by: Arek Korbik <arkadini@gmail.com>
1529
1530         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1531           Detect RGBA/BGRA correctly on little endian systems.
1532
1533 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1536           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1537           corresponding ioctl() call fails even though the driver claims to
1538           support this format, just fall back to the pre-2.6.19 kernel
1539           routine that creates caps with suitable height and width ranges
1540           (see #448278).
1541
1542 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         Patch by: Mark Nauwelaerts <manauw skynet be>
1545
1546         * gst/matroska/matroska-demux.c:
1547           (gst_matroska_demux_push_dvd_clut_change_event),
1548           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1549           (gst_matroska_demux_subtitle_caps):
1550         * gst/matroska/matroska-ids.h:
1551           Extract palette data for dvd subpicture streams and send it
1552           downstream as custom gstreamer dvd event (fixes #453417).
1553
1554 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1555
1556         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1557           Implement minimal parsing of the passed pango font description
1558           string, so passing a font size works the same as with the
1559           pango textoverlay plugin; fixes #455086.
1560           (Maybe we could just use pangocairo here at some point).
1561
1562 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1563
1564         * gst/avi/gstavidemux.c:
1565         * gst/wavparse/gstwavparse.c:
1566           Return the result in _activate_pull(). Don't ref element there.
1567
1568 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1569
1570         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1571         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1572         (gst_wavparse_srcpad_event):
1573           Ref the element when we should, but not when we its not needed. Reflow
1574           the event_handling to not leak the event.       
1575
1576 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1577
1578         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1579         (qtdemux_parse_samples):
1580         Properly free QTDemuxSamples array.
1581         Protect table write with a sensible check, some files apparently DO contain
1582         stts values starting with 0 :(
1583
1584 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1585
1586         * gst/avi/gstavidemux.c:
1587         * gst/qtdemux/qtdemux.c:
1588           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1589           previous commit messed up.
1590
1591 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1592
1593         * gst/avi/gstavidemux.c:
1594         * gst/qtdemux/qtdemux.c:
1595           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1596           element when we should, but not when we its not needed.
1597
1598 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1599
1600         * gst/wavparse/gstwavparse.c:
1601           Return FALSE if we can't handle a query instead of changing the
1602           format. Ignore fact when dealing with mpeg audio.
1603
1604 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1607
1608         * configure.ac:
1609         * gst/udp/gstdynudpsink.c:
1610         * gst/udp/gstdynudpsink.h:
1611         * gst/udp/gstmultiudpsink.c:
1612         * gst/udp/gstmultiudpsink.h:
1613         * gst/udp/gstudpsink.c:
1614         * gst/udp/gstudpsink.h:
1615           Fix includes for MSVC and GLib-2.14.0 (#492388).
1616
1617         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1618           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1619
1620 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1621
1622         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1623         (gst_mulawdec_chain):
1624         * gst/law/mulaw-decode.h:
1625         Calculate outgoing buffer duration if incoming buffer didn't have a
1626         valid duration.
1627
1628 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1629
1630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1631         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1632         Smarter combine_flow code that also deals with downstream elements
1633         returning UNEXPECTED when they receive data out of the segment
1634         boundaries. Fixes #491305.
1635
1636 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1637
1638         * sys/v4l2/v4l2src_calls.c:
1639           Fix 'unused variable' compiler warning when compiling against
1640           older kernel headers.
1641
1642 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1643
1644         * ext/taglib/gstid3v2mux.cc (add_funcs):
1645           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1646
1647 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1648
1649         * tests/check/pipelines/simple-launch-lines.c:
1650            Improve the tests a little more.
1651
1652 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1653
1654         patch by: Yun Zheng Hu
1655
1656         * sys/osxaudio/gstosxaudiosrc.c:
1657         Use default input device instead of default output device and
1658         only memcpy actual available bytes.
1659
1660 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1661
1662         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1663           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1664           early. It is temporary until we find something better.
1665
1666 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1667
1668         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1669
1670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1671         Fix race when pausing a RTSP stream in interleaved.
1672         Fixes #475784.
1673
1674 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1675
1676         Patch by: Peter Kjellerstedt <pkj at axis com>
1677
1678         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1679         Use correct unref function for buffers. #488844.
1680
1681 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1682
1683         * gst/avi/gstavimux.c:
1684         * tests/check/elements/avimux.c:
1685           Add some debug and sync tests with the fix.     
1686
1687 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1688
1689         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1690
1691         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1692         When the socket is used by the app for other purposes, don't generate an
1693         error if there is activaty on the socket that is not data related.
1694         Fixes #487488.
1695
1696 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1697
1698         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1699         (gst_v4l2src_grab_frame):
1700         Add some more debug info. Generate an error when we run out of buffers
1701         for some reason. See #480557.
1702
1703 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1704
1705         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1706
1707         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1708         Set marker bit correctly.
1709
1710 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1711
1712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1713         Use allowed name for the GstStructure.
1714
1715 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1716
1717         * ext/gconf/gstswitchsink.c:
1718         * gst/autodetect/gstautoaudiosink.c:
1719           Use new gst_bus_pop_filtered().
1720
1721 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         * sys/v4l2/gstv4l2src.c:
1724         * sys/v4l2/v4l2src_calls.c:
1725           When probing the formats and sizes a camera supports, make
1726           sure the best ones (highest resolution, prefered format)
1727           end up at the beginning of the probed caps and the less
1728           desirable ones at the end.  This is important because the
1729           order within the caps matters for things like fixation and
1730           negotiation, ie. what format is chosen in the end.
1731           With recent kernels, the current probing code will end up
1732           querying the supported sizes from lowest resolution to
1733           highest resolution, adding them to the probed caps in that
1734           order, resulting to v4l2src fixating to the lowest possible
1735           resolution if downstream does not express a size preference.
1736           Also make up a somewhat random ranking of prefered output
1737           formats for the same reason. Fixes #485828.
1738         
1739 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1742
1743         * gst/id3demux/id3v2frames.c:
1744           Extract license/copyright URIs from ID3v2 WCOP frames
1745           (Fixes #447000).
1746
1747         * tests/check/elements/id3demux.c:
1748         * tests/files/Makefile.am:
1749         * tests/files/id3-447000-wcop.tag:
1750           Add simple unit test.
1751
1752 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1753
1754         * ext/taglib/gstid3v2mux.cc:
1755           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1756           Prerequisite for #447000.
1757
1758 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1759
1760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1761         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1762         a GstClockTime.
1763
1764 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1765
1766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1767         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1768         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1769         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1770         (gst_rtspsrc_change_state):
1771         More seeking fixes, mostly passing around the new playback segment in
1772         order to configure it properly.
1773         Also reset base_time of udp sources when setting them back to PLAYING as
1774         a temporary hack until core supports seek in live sources properly.
1775
1776 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1777
1778         * gst/rtp/gstrtpmp4adepay.c:
1779         Fix caps as to not confuse autopluggers.
1780
1781 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         * gst/id3demux/gstid3demux.c:
1784         * gst/id3demux/gstid3demux.h:
1785         * gst/id3demux/id3tags.c:
1786         * gst/id3demux/id3tags.h:
1787         * gst/id3demux/id3v2frames.c:
1788           Port ID3 tag demuxer over to the new GstTagDemux in -base
1789           (now would be a good time to test re-importing your music
1790           collection).
1791
1792 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1793
1794         * gst/apetag/Makefile.am:
1795         * gst/apetag/gstapedemux.c:
1796         * gst/apetag/gstapedemux.h:
1797         * gst/apetag/gsttagdemux.c:
1798         * gst/apetag/gsttagdemux.h:
1799           Port APE tag demuxer over to the new GstTagDemux in -base.
1800
1801 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1802
1803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1804         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1805         (gst_rtspsrc_handle_internal_src_query),
1806         (gst_rtspsrc_handle_src_query), (new_session_pad),
1807         (gst_rtspsrc_stream_configure_tcp),
1808         (gst_rtspsrc_stream_configure_transport),
1809         (gst_rtspsrc_loop_send_cmd):
1810         Improve flushing behaviour.
1811         Set state of the udp sources to PAUSE/PLAYING correctly.
1812         Handle events and queries for UDP and TCP transport now.
1813
1814 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1815
1816         * gst/rtp/gstrtpgsmdepay.c:
1817         * gst/rtp/gstrtpgsmpay.c:
1818           Add log category.
1819
1820 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1821
1822         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1823
1824         * tests/check/Makefile.am:
1825         * tests/check/pipelines/simple-launch-lines.c:
1826           Add unit tests for payloaders/depayloaders.
1827
1828 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1829
1830         * gst/avi/gstavimux.c:
1831         * gst/avi/gstavimux.h:
1832           Also save codec data for audio streams. Fixes #482495.
1833
1834 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1835
1836         * gst/avi/gstavimux.c:
1837           Fix "Index entry has invalid stream nr 1".
1838           Add support for muxing aac - work in progress (see #482495).
1839
1840 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1841
1842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1843         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1844         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1845         * gst/rtsp/gstrtspsrc.h:
1846         Parse bandwidth modifiers, they are not yet configured in the session
1847         manager because we don't have an API for that yet.
1848
1849 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1850
1851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1852         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1853         Use shiny new function in -base to get the default clock-rate.
1854         Update some docs.
1855
1856 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1857
1858         * win32/MANIFEST:
1859         Add files to win32 manifest.
1860         * win32/vs6/libgstaudiofx.dsp:
1861         * win32/vs6/libgstqtdemux.dsp:
1862         * win32/vs6/libgstrtp.dsp:
1863         * win32/vs6/libgstrtsp.dsp:
1864         Update project files.
1865
1866 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1867
1868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1869         (gst_rtspsrc_play):
1870         * gst/rtsp/gstrtspsrc.h:
1871         In TCP mode, only timestamp the first buffer. TCP is not real time and
1872         it does not make sense to try to skew compensate, also some servers send
1873         the first batch of data in a burst.
1874
1875 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * gst/matroska/matroska-demux.c:
1878           Fix setting the discont flag on the first buffer
1879           pushed downstream for formats with private codec
1880           data that needs to be deserialised into buffers
1881           (such as vorbis and FLAC when in a matroska container).
1882
1883 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1884
1885         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1886
1887         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1888         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1889         (gst_rtp_mp4v_pay_handle_buffer):
1890         * gst/rtp/gstrtpmp4vpay.h:
1891         Free the config string. Fixes #480707.
1892         Clean up the timestamp code a little.
1893
1894 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1895
1896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1897         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1898         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1899         * gst/rtsp/gstrtspsrc.h:
1900         Set timestamps on RTP buffers in interleaved mode.
1901         Mark first buffers with a DISCONT.
1902         Remove flush hack now that sync for live sources has been figured out.
1903
1904 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1905
1906         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1907         Update documentation.
1908
1909 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1910
1911         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1912         (gst_rtp_xqt_depay_change_state):
1913         * gst/qtdemux/gstrtpxqtdepay.h:
1914         Fail if we don't know the quicktime format.
1915
1916 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * ext/flac/gstflacenc.c:
1919         * ext/flac/gstflacenc.h:
1920           Save the flow return from the last gst_pad_push() and
1921           make sure we pass the right flow return value upstream
1922           in the case of failure; minor clean-ups.
1923
1924 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         * ext/taglib/gstapev2mux.cc:
1927         * ext/taglib/gstid3v2mux.cc:
1928         * gst/apetag/gstapedemux.c:
1929           Add support for the new GST_TAG_COMPOSER (#459809).
1930
1931 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1932
1933         * gst/law/alaw-decode.c:
1934         * gst/law/alaw-decode.h:
1935         * gst/law/alaw-encode.c:
1936         * gst/law/alaw-encode.h:
1937         * gst/law/alaw.c:
1938         * gst/law/mulaw-conversion.h:
1939           Compulsive clean-ups: use boilerplate macros, add debug
1940           categories, fix up things to conform to symbol nomenklatura,
1941           etc.
1942
1943 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1944
1945         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1946
1947         * gst/law/alaw-decode.c:
1948         * gst/law/alaw-encode.c:
1949           Use static tables for A-Law decoding and encoding; this makes
1950           A-Law decoding and encoding less CPU-intensive, but increases
1951           the binary size a bit. Leaving old code around for now,
1952           selectable by a define in the code. Fixes #435435.
1953
1954 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1955
1956         * configure.ac:
1957         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1958         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1959         in configure.ac.
1960
1961 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1962
1963         Patch by: Jan Gerber <j at bootlab dot org>
1964
1965         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1966         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1967
1968 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1969
1970         * sys/oss/gstosshelper.c:
1971           Use GST_WARNING instead of a g_critical. This situation is not caused
1972           by the application.
1973
1974 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1975
1976         * po/LINGUAS:
1977         * po/nl.po:
1978           Updated translations.
1979
1980 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1981
1982         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1983
1984         * po/eu.po:
1985           Added Basque translation.
1986
1987 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1988
1989         translated by: Abel Cheung <abelcheung@gmail.com>
1990
1991         * po/zh_HK.po:
1992         * po/zh_TW.po:
1993           Added Chinese (traditional and Hong Kong) translation.
1994
1995 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1996
1997         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1998
1999         * po/pl.po:
2000           Added Polish translation.
2001
2002 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2003
2004         translated by: Ilkka Tuohela <hile@iki.fi>
2005
2006         * po/fi.po:
2007           Added Finnish translation.
2008
2009 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2010
2011         translated by: Jorge González González <aloriel@gmail.com>
2012
2013         * po/es.po:
2014           Added Spanish translation.
2015
2016 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2017
2018         translated by: Mogens Jaeger <mogens@jaeger.tf>
2019
2020         * po/da.po:
2021           Added Danish translation.
2022
2023 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2024
2025         translated by: Funda Wang <fundawang@linux.net.cn>
2026
2027         * po/zh_CN.po:
2028           Added Chinese (simplified) translation.
2029
2030 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2031
2032         translated by: Alexander Shopov <ash@contact.bg>
2033
2034         * po/bg.po:
2035           Added Bulgarian translation.
2036
2037 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2038
2039         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2040         Set outgoing packet duration because we can. Fixes #478244 some more.
2041
2042 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2043
2044         * ext/cairo/gsttextoverlay.c:
2045           Add info about static leak.
2046         
2047         * tests/check/Makefile.am:
2048         * tests/check/generic/states.c:
2049           Improved state change unit test.
2050
2051 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2052
2053         * docs/plugins/.cvsignore:
2054         * tests/check/.cvsignore:
2055           Ignore registries in any format.
2056
2057 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2058
2059         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2060         Removed some unused code.
2061
2062         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2063         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2064         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2065         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2066         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2067         (gst_rtp_theora_pay_flush_packet):
2068         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2069         Try to preserve the incomming buffer duration on the outgoing
2070         packets. Fixes #478244.
2071
2072 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2073
2074         * ext/taglib/gstapev2mux.cc:
2075         * ext/taglib/gstid3v2mux.cc:
2076           Work around compiler warnings with g++-4.2 when assigning a
2077           string constant to a gchar * (partially fixes #478092).
2078
2079 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2080
2081         * configure.ac:
2082           We require core CVS now for gst_base_src_set_do_timestamp().
2083
2084 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2085
2086         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2088         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2089         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2090         (gst_rtspsrc_handle_message):
2091         Fix compiler warnings shown with Forte.
2092
2093 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2094
2095         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2096         (gst_rtspsrc_dup_printf):
2097         Give meaningfull error when all streams failed to configure for some
2098         reason.
2099
2100 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2101
2102         * gst/rtp/README:
2103         Update README with the design for synchronisation rules of RTP on
2104         sender and receiver.
2105
2106 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2107
2108         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2109         (gst_wavparse_chain):
2110         Don't push EOS from the chain function, the element
2111         driving the pipeline is responsible for this. The bug
2112         this was meant to fix seems to be queue not forwarding
2113         EOS in all cases (see #476514).
2114
2115 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2116
2117         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2118         (gst_level_transform_ip):
2119         * gst/level/gstlevel.h:
2120         Use basetransform segment so that it is correctly managed on flushes and
2121         start/stop.
2122         Report message timestamp as stream time, which is what an application
2123         can understand.
2124
2125 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2126
2127         * ext/taglib/gstapev2mux.cc:
2128         * ext/taglib/gstapev2mux.h:
2129         * ext/taglib/gsttaglibmux.c:
2130         * tests/check/elements/apev2mux.c:
2131         Update my mail address.
2132
2133 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2134
2135         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2136         (gst_wavparse_loop), (gst_wavparse_chain):
2137         Add EOS logic for the push-based mode too. Fixes #476514.
2138
2139 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2140
2141         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2142         * gst/law/alaw-encode.h:
2143         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2144         (gst_mulawenc_chain):
2145         * gst/law/mulaw-encode.h:
2146         Fix law encoder timestamps.
2147
2148 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2149
2150         * ext/gconf/gstgconfaudiosink.c:
2151           Fix warning when building without debug.
2152
2153         * sys/oss/gstossmixertrack.c:
2154           Use const like in alsamixertrack.c (fixes warnings).
2155
2156 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2157
2158         * sys/v4l2/v4l2src_calls.c:
2159         (gst_v4l2src_probe_caps_for_format_and_size):
2160         Fix framerate detection code some more.
2161         Handle the case where there is a weird step in the stepwise framerates.
2162         Don't overwrite the min interval with the framerate, use a temp variable
2163         instead.
2164         Use max in the Continuous framerate intervals instead of step, which is
2165         1 according to the docs. Fixes #475424.
2166
2167 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2168
2169         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2170         Make udpsrc timestamp outgoing buffers based on when they were received.
2171         Also make it output a segment in time.
2172
2173 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2174
2175         * gst/avi/gstavidemux.c:
2176           Plug a little leak. Little code cleanups.
2177
2178 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2179
2180         * configure.ac:
2181           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2182           flac versions, 's good for cross-compilation karma.
2183
2184 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2185
2186         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2187
2188         * gst/rtp/gstrtph263pay.c:
2189           Fix up header structure so that compilers don't add padding
2190           between the structure fields, since that would lead to us
2191           sending RTP packets with broken headers (as is currently the
2192           case when compiling with MSVC). Also see similar fixes in
2193           libgstrtp in gst-plugins-base. (#474616; #471194)
2194
2195 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2196
2197         * sys/v4l2/v4l2src_calls.c:
2198         (gst_v4l2src_probe_caps_for_format_and_size):
2199         Don't overwrite our GValue with 0 but instead use the previously
2200         computed value. Fixes #471823 some more.
2201
2202 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2203
2204         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2205           No tabs in this file please, or gtk-doc will end up documenting
2206           rather absurd class hierarchies.
2207
2208 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2209
2210         * ext/gconf/gstswitchsink.c:
2211           If the new kid element fails to change state for some reason
2212           (e.g. esdsink not being able to connect to the sound server),
2213           forward the error message it posted on the bus instead of just
2214           posting a generic 'Internal state change error: please file a
2215           bug' error message. Fixes #471364.
2216
2217 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2218
2219         * gst/qtdemux/Makefile.am:
2220         * gst/qtdemux/qtdemux.c:
2221           Don't assume tags are encoded as UTF-8 (#473670).
2222
2223 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2224
2225         * sys/v4l2/gstv4l2src.c:
2226         * sys/v4l2/gstv4l2src.h:
2227         * sys/v4l2/v4l2src_calls.c:
2228           Implement LATENCY queries in the crudest way possible so I don't
2229           have to use sync=false any longer when testing with videosinks.
2230
2231 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2232
2233         * configure.ac:
2234           Fix build.
2235
2236 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2237
2238         * sys/v4l2/v4l2src_calls.c:
2239         (gst_v4l2src_probe_caps_for_format_and_size):
2240         Add some more debugging in the framerate function.
2241         Iterate stepwise framerate up to and _including_ the max and if nothing
2242         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2243         don't end up with an empty list. Fixes #471823
2244
2245 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2246
2247         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2248         (gst_multiudpsink_set_clients_string),
2249         (gst_multiudpsink_get_clients_string),
2250         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2251         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2252         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2253         (gst_multiudpsink_clear):
2254         Add property do configure destination address/port pairs
2255         API:GstMultiUDPSink::clients
2256
2257 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2258
2259         * tests/examples/Makefile.am:
2260         * tests/examples/rtp/Makefile.am:
2261         * tests/examples/rtp/client-H263p-AMR.sh:
2262         * tests/examples/rtp/client-H263p-PCMA.sdp:
2263         * tests/examples/rtp/client-H263p-PCMA.sh:
2264         * tests/examples/rtp/client-H264-PCMA.sdp:
2265         * tests/examples/rtp/client-H264-PCMA.sh:
2266         * tests/examples/rtp/client-PCMA.sh:
2267         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2268         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2269         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2270         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2271         Added some RTP example scripts for sending and receiving RTP streams.
2272
2273 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2274
2275         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2276         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2277         Restructure the setcaps function so that we can also compute the
2278         expected GStreamer output size of the video frames.
2279         Set frame_byte_size correctly so that read-based devices have a chance
2280         of working correctly.
2281         When grabbing a frame, discard frames that are not of the expected size.
2282         Some cameras don't output the right framesize for the first buffer.
2283         Try only a couple of times to get a valid frame, else error out.
2284
2285         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2286         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2287         Add some more debug info when scanning the device.
2288
2289         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2290         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2291         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2292         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2293         Add some more debug info when dequeing a frame.
2294
2295 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2296
2297         * gst/wavparse/gstwavparse.c:
2298           More code cleanups. Add some more comment and improve debugs logs.
2299
2300 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2301
2302         * gst/wavparse/gstwavparse.c:
2303         * gst/wavparse/gstwavparse.h:
2304           Implement seek-query. Refactor duration calculations. Appropriate use
2305           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2306           out of loops.
2307
2308 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2309
2310         * gst/avi/gstavidemux.c:
2311           Implement seek-query.
2312
2313 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2314
2315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2316         (gst_rtspsrc_dup_printf):
2317         Use new basesink async property to make sparse RTCP packet not wait for
2318         preroll.
2319
2320 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2321
2322         * gst/audiofx/Makefile.am:
2323         Dist the right file.
2324
2325 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2326
2327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2328         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2329         Make sure we generate and parse floating point values in the POSIX
2330         locale instead of the current locale. 
2331
2332 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2333
2334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2335         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2336         (gst_rtspsrc_play):
2337         * gst/rtsp/gstrtspsrc.h:
2338         Fix method detection again.
2339         Keep track of when we must send a Range header.
2340         Use segment values for Range, Speed and Scale headers.
2341         Parse Speed and Scale headers to update the segment values.
2342
2343 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2344
2345         patch by: Mark Nauwelaerts <manauw@skynet.be>
2346
2347         * sys/v4l2/v4l2src_calls.c:
2348           Handle optional v4l2 ioctls gracefully.
2349
2350 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2351
2352         * gst/rtp/Makefile.am:
2353         * gst/rtp/gstrtp.c: (plugin_init):
2354         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2355         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2356         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2357         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2358         (gst_rtp_h263_depay_get_property),
2359         (gst_rtp_h263_depay_change_state),
2360         (gst_rtp_h263_depay_plugin_init):
2361         * gst/rtp/gstrtph263depay.h:
2362         Added an H263 depayloader. Fixes #369392.
2363
2364         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2365         (gst_rtp_h263p_depay_process):
2366         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2367         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2368         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2369         payloads.
2370         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2371
2372 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2373
2374         * gst/audiofx/audiochebyshevfreqband.c:
2375         * gst/audiofx/audiochebyshevfreqlimit.c:
2376         Add small comparision with the windowed sinc filters in the docs.
2377
2378 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2379
2380         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2381         (audiochebyshevfreqband_suite):
2382         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2383         (audiochebyshevfreqlimit_suite):
2384         Also test 32 bit float mode and the type 2 variants of the filters.
2385
2386 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2387
2388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2389         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2390         (gst_rtspsrc_loop):
2391         Refactor the udp and interleaved loop function a bit.
2392
2393 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2394
2395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2396         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2397         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2398         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2399         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2400         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2401         * gst/rtsp/gstrtspsrc.h:
2402         Protect connection activity with a new lock, avoids deadlocks when going
2403         to PAUSED. Fixes #455808.
2404
2405 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2406
2407         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2408         Fix debug statement.
2409
2410 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2411
2412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2413         Fix stray %u in debug line as spotted by Saur on IRC.
2414
2415 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2416
2417         * gst/audiofx/audiochebyshevfreqband.c:
2418         (gst_audio_chebyshev_freq_band_class_init):
2419         * gst/audiofx/audiochebyshevfreqlimit.c:
2420         (gst_audio_chebyshev_freq_limit_class_init):
2421         Use generator macros for the process functions for the different
2422         sample types, add lower upper boundaries for the GObject properties
2423         so automatically generated UIs can use sliders and add a note about
2424         the number of poles as a too high number of poles combined with
2425         very low or very high frequencies will produce only noise.
2426         * docs/plugins/gst-plugins-good-plugins.args:
2427         Regenerated for the property changes.
2428
2429 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2430
2431         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2432         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2433         (gst_rtspsrc_stream_configure_udp_sink),
2434         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2435         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2436         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2437         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2438         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2439         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2440         * gst/rtsp/gstrtspsrc.h:
2441         Improve timeout handling.
2442         Use the same socket for sending and receiving RTCP packets so that some
2443         servers can track clients better.
2444         Improve connection closed handling. Try to reconnect.
2445         Don't overwrite our content base with NULL.
2446         Improve debugging.
2447         Improve range parsing and handling.
2448         Remove flushing hack now that core does the right thing.
2449
2450 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2451
2452         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2453         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2454         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2455         (gst_multiudpsink_close), (gst_multiudpsink_add):
2456         * gst/udp/gstmultiudpsink.h:
2457         Add support for getting and setting the socket to use.
2458
2459         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2460         (gst_udpsrc_create), (gst_udpsrc_get_property):
2461         Add support for getting the currently used socket.
2462
2463 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2464
2465         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2466
2467         * gst/audiofx/Makefile.am:
2468         * gst/audiofx/audiochebyshevfreqband.c:
2469         (gst_audio_chebyshev_freq_band_mode_get_type),
2470         (gst_audio_chebyshev_freq_band_base_init),
2471         (gst_audio_chebyshev_freq_band_dispose),
2472         (gst_audio_chebyshev_freq_band_class_init),
2473         (gst_audio_chebyshev_freq_band_init),
2474         (generate_biquad_coefficients), (calculate_gain),
2475         (generate_coefficients),
2476         (gst_audio_chebyshev_freq_band_set_property),
2477         (gst_audio_chebyshev_freq_band_get_property),
2478         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2479         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2480         (gst_audio_chebyshev_freq_band_start):
2481         * gst/audiofx/audiochebyshevfreqband.h:
2482         * gst/audiofx/audiochebyshevfreqlimit.c:
2483         (gst_audio_chebyshev_freq_limit_mode_get_type),
2484         (gst_audio_chebyshev_freq_limit_base_init),
2485         (gst_audio_chebyshev_freq_limit_dispose),
2486         (gst_audio_chebyshev_freq_limit_class_init),
2487         (gst_audio_chebyshev_freq_limit_init),
2488         (generate_biquad_coefficients), (calculate_gain),
2489         (generate_coefficients),
2490         (gst_audio_chebyshev_freq_limit_set_property),
2491         (gst_audio_chebyshev_freq_limit_get_property),
2492         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2493         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2494         (gst_audio_chebyshev_freq_limit_start):
2495         * gst/audiofx/audiochebyshevfreqlimit.h:
2496         * gst/audiofx/audiofx.c: (plugin_init):
2497         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2498         Fixes #464800.
2499
2500         * tests/check/Makefile.am:
2501         * tests/check/elements/.cvsignore:
2502         * tests/check/elements/audiochebyshevfreqband.c:
2503         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2504         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2505         * tests/check/elements/audiochebyshevfreqlimit.c:
2506         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2507         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2508         Add unit tests for the chebyshev filters.
2509
2510         * docs/plugins/Makefile.am:
2511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2513         * docs/plugins/gst-plugins-good-plugins.args:
2514         * docs/plugins/inspect/plugin-1394.xml:
2515         * docs/plugins/inspect/plugin-audiofx.xml:
2516         * docs/plugins/inspect/plugin-dv.xml:
2517         * docs/plugins/inspect/plugin-flac.xml:
2518         * docs/plugins/inspect/plugin-jpeg.xml:
2519         * docs/plugins/inspect/plugin-png.xml:
2520         * docs/plugins/inspect/plugin-rtp.xml:
2521         * docs/plugins/inspect/plugin-shout2send.xml:
2522         * docs/plugins/inspect/plugin-wavpack.xml:
2523         And add docs for the chebyshev filters. While doing
2524         that also run make update in docs/plugins.
2525
2526 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2527
2528         * ext/annodex/gstcmmltag.c:
2529         * gst/rtp/gstrtpvorbispay.c:
2530           Make ro memory to share.
2531
2532 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2533
2534         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2535         Improve UDP performance by avoiding a select() when we have data
2536         available immediatly.
2537
2538 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2539
2540         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2541         (gst_rtp_dec_class_init):
2542         * gst/rtsp/gstrtpdec.h:
2543         Add (dummy) SSRC management signals.
2544
2545         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2546         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2547         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2548         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2549         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2550         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2551         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2552         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2553         * gst/rtsp/gstrtspsrc.h:
2554         Add connection-speed property.
2555         Add find_stream helper functions.
2556         Handle stream EOS based on BYE messages or SSRC timeout.
2557         Returns SUCCESS from the state change function as we hide our async
2558         elements from the parent.
2559
2560 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2561
2562         * gst/debug/rndbuffersize.c:
2563           Fix da leak.
2564
2565 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2566
2567         * gst/debug/Makefile.am:
2568         * gst/debug/breakmydata.c:
2569         * gst/debug/gstdebug.c:
2570         * gst/debug/negotiation.c:
2571         * gst/debug/progressreport.c:
2572         * gst/debug/rndbuffersize.c:
2573         * gst/debug/testplugin.c:
2574           Add new test element and clean-up the others a little.
2575
2576 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2577
2578         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2579         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2580
2581 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2582
2583         * gst/rtp/gstrtpilbcdepay.c:
2584           Include stdlib.
2585
2586 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2587
2588         * gst/rtp/gstrtpmpvdepay.c:
2589         Set the mpegversion in the caps so that autoplugging does not get
2590         confused.
2591
2592 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2593
2594         * po/hu.po:
2595         * po/uk.po:
2596         * po/vi.po:
2597           Updated translations.
2598
2599 2007-08-08  Michael Smith <msmith@fluendo.com>
2600
2601         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2602           Render right border in the correct location.
2603
2604 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2605
2606         Patch by: Olivier Crete <tester at tester dot ca>
2607
2608         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2609         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2610         Make mode property a string. Fixes #464475.
2611
2612 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2613
2614         * ext/flac/gstflacenc.c:
2615           Widen caps to match decoder a bit and add more FIXMEs.
2616
2617 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2618
2619         patch by: Mark Nauwelaerts <manauw@skynet.be>
2620
2621         * gst/avi/gstavimux.c:
2622           Fix ODML index tag numbering. Fixes #463624.
2623
2624 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2625
2626         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2627         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2628         (gst_rtspsrc_stream_configure_tcp),
2629         (gst_rtspsrc_stream_configure_udp_sink):
2630         Fix default clock-rate for realmedia.
2631         Fix parsing of transport.
2632         Don't try to link NULL pads.
2633
2634 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2635
2636         * po/POTFILES.skip:
2637           Add POTFILES.skip with list of source files that aren't disted at the
2638           moment but contain translatable strings. Should hopefully pacify
2639           broken tools and make it clearer that these files are left out
2640           intentionally (#461600).
2641
2642 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2643
2644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2645         If the buffer was entirely clipped ... don't try sending it :)
2646
2647 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2648
2649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2650         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2651         (gst_rtspsrc_create_transports_string),
2652         (gst_rtspsrc_prepare_transports):
2653         If we don't hav a session manager, set the caps on outgoing buffers
2654         ourselves.
2655         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2656         Append final bit of the transport string even when it does not contain a
2657         placeholder.
2658
2659 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2660
2661         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2662         (gst_rtsp_ext_list_connect):
2663         * gst/rtsp/gstrtspext.h:
2664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2665         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2666         Clean up the interface list.
2667         Allow connecting to interface signals for the extensions.
2668         Remove old extension code.
2669         Free list on cleanup.
2670         Allow extensions to send additional RTSP messages.
2671
2672 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2673
2674         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2675         Handle a NULL gconf key gracefully by rendering the default element.
2676
2677 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2678
2679         * gst/rtsp/gstrtspext.h:
2680         Fix include path for extension interface.
2681
2682 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2683
2684         * gst/audiofx/audioamplify.h:
2685         Also remove a now unecessary variable here.
2686
2687 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2688
2689         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2690         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2691         * gst/audiofx/audiodynamic.c:
2692         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2693         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2694         * gst/audiofx/audiodynamic.h:
2695         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2696         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2697         * gst/audiofx/audioinvert.h:
2698         Don't save format information ourselves, this is already saved in
2699         GstAudioFilter.
2700
2701 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2702
2703         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2704         (gst_rtsp_ext_list_stream_select):
2705         * gst/rtsp/gstrtspext.h:
2706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2707         Use rank to filter out extensions.
2708         Add url to stream_select interface call.
2709
2710 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2711
2712         * gst/rtsp/Makefile.am:
2713         * gst/rtsp/base64.c:
2714         * gst/rtsp/base64.h:
2715         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2716         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2717         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2718         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2719         (gst_rtsp_ext_list_setup_media),
2720         (gst_rtsp_ext_list_configure_stream),
2721         (gst_rtsp_ext_list_get_transports),
2722         (gst_rtsp_ext_list_stream_select):
2723         * gst/rtsp/gstrtspext.h:
2724         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2725         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2726         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2727         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2728         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2729         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2730         (gst_rtspsrc_stream_configure_tcp),
2731         (gst_rtspsrc_stream_configure_mcast),
2732         (gst_rtspsrc_stream_configure_udp),
2733         (gst_rtspsrc_stream_configure_udp_sink),
2734         (gst_rtspsrc_stream_configure_transport),
2735         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2736         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2737         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2738         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2739         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2740         (gst_rtspsrc_parse_methods),
2741         (gst_rtspsrc_create_transports_string),
2742         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2743         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2744         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2745         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2746         * gst/rtsp/gstrtspsrc.h:
2747         * gst/rtsp/rtsp.h:
2748         * gst/rtsp/rtspconnection.c:
2749         * gst/rtsp/rtspconnection.h:
2750         * gst/rtsp/rtspdefs.c:
2751         * gst/rtsp/rtspdefs.h:
2752         * gst/rtsp/rtspext.h:
2753         * gst/rtsp/rtspextwms.c:
2754         * gst/rtsp/rtspextwms.h:
2755         * gst/rtsp/rtspmessage.c:
2756         * gst/rtsp/rtspmessage.h:
2757         * gst/rtsp/rtsprange.c:
2758         * gst/rtsp/rtsprange.h:
2759         * gst/rtsp/rtsptransport.c:
2760         * gst/rtsp/rtsptransport.h:
2761         * gst/rtsp/rtspurl.c:
2762         * gst/rtsp/rtspurl.h:
2763         * gst/rtsp/sdp.h:
2764         * gst/rtsp/sdpmessage.c:
2765         * gst/rtsp/sdpmessage.h:
2766         * gst/rtsp/test.c:
2767         Use shiny new RTSP and SDP library.
2768         Implement RTSP extensions using the new interface.
2769         Remove a lot of old code.
2770
2771 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2772
2773         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2774         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2775
2776 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2777
2778         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2779         Don't unref the outgoing buffer twice when dropping it because it's
2780         outside of the segment.
2781
2782 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2783
2784         * configure.ac:
2785         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2786         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2787         Use the new buffer clipping function from gstaudio here and
2788         require gst-plugins-base CVS.
2789         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2790         For framed Wavpack buffers we require a valid timestamp.
2791
2792 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2793
2794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2795         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2796         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2797         Clip raw audio and video when we can, keep track of current output
2798         segment.
2799         Don't leak buffers and events when there is no output pad.
2800         Improve debugging here and there.
2801
2802 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2803
2804         * configure.ac:
2805           Sync liboil check with plugins-base.
2806
2807 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2808
2809         * ext/annodex/Makefile.am:
2810           Fix CFLAGS/LIBS.
2811
2812         * ext/cdio/gstcdiocddasrc.c:
2813         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2814           Include stdlib
2815
2816         * ext/cairo/Makefile.am:
2817         * gst/videofilter/Makefile.am:
2818         * tests/examples/level/Makefile.am:
2819           Use $(LIBM) instead of -lm
2820
2821 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2822
2823         * sys/v4l2/gstv4l2src.c:
2824           Add another example pipeline.
2825
2826 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2827
2828         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2829
2830         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2831           Use define here.
2832
2833         * sys/v4l2/gstv4l2tuner.c:
2834         (gst_v4l2_tuner_set_frequency_and_notify):
2835           Don't touch the property - its still disabled.
2836
2837         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2838         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2839         * sys/v4l2/v4l2src_calls.h:
2840           Improve fallback format negotionation. Fixes #451388
2841
2842 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2843
2844         * tests/check/elements/videocrop.c: (GST_START_TEST):
2845           Fix the test.
2846
2847 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2848
2849         * docs/plugins/Makefile.am:
2850         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2852         * docs/plugins/inspect/plugin-jpeg.xml:
2853         * docs/plugins/inspect/plugin-png.xml:
2854         * ext/jpeg/gstjpegdec.c:
2855         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2856         (gst_pngdec_sink_setcaps):
2857           More docs. More logs in pngdec.
2858
2859 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2860
2861         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2862           Initialize num_buffers with minimum value.
2863
2864         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2865         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2866           Handle frame-size query failure gracefully.
2867
2868 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2869
2870         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2871         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2872         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2873         of qt/aac files.
2874
2875 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2876
2877         * ext/wavpack/gstwavpackdec.c:
2878         (gst_wavpack_dec_clip_outgoing_buffer):
2879         Fix buffer clipping to correctly clip to the segment stop.
2880
2881 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2882
2883         * configure.ac:
2884         * tests/Makefile.am:
2885         Remove bogus check for libcheck, since we check for
2886         gstreamer-check and it pulls in the required info from there,
2887         and we weren't actually _using_ the information for libcheck
2888         ourselves anyway.
2889
2890 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2891
2892         * configure.ac:
2893           Use pkg-config to locate check.
2894
2895 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2896
2897         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2898         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2899         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2900         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2901         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2902         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2903         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2904         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2905         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2906         * gst/effectv/gstrev.c: (gst_revtv_transform):
2907         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2908         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2909         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2910         * gst/matroska/matroska-demux.c:
2911         (gst_matroska_demux_add_wvpk_header),
2912         (gst_matroska_demux_check_subtitle_buffer),
2913         (gst_matroska_decode_buffer):
2914         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2915           Fix build against core CVS.
2916
2917 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2918
2919         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2920         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2921         don't have enough granularity to convert that boolean into a
2922         GstFlowReturn.
2923
2924 2007-07-06  Michael Smith <msmith@fluendo.com>
2925
2926         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2927         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2928         (gst_alawdec_change_state):
2929         * gst/law/alaw-decode.h:
2930         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2931         (gst_mulawdec_class_init), (gst_mulawdec_init),
2932         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2933         * gst/law/mulaw-decode.h:
2934           Fix capsnego bogosity in *law decoders. 
2935
2936 2007-07-06  Michael Smith <msmith@fluendo.com>
2937
2938         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2939         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2940         (gst_smokeenc_change_state):
2941         * ext/jpeg/gstsmokeenc.h:
2942           Remove stupidity in get/set caps functions.
2943           Fix some refcounting problems.
2944
2945 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2946
2947         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2948         Remove endianness-flipping hack that seems to have been required
2949         only because of a bug in ffmpegcolorspace.
2950         Partially Fixes: #451908
2951
2952 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2953
2954         * docs/plugins/Makefile.am:
2955           Simplify --extra-dir as gtkdoc scans recursively.
2956
2957 2007-07-03  Wim Taymans  <wim@fluendo.com>
2958
2959         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2960
2961         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2962         Set the encoding-name in the rtp caps to all uppercase, as required by
2963         the caps spec.
2964         Some small cleanups in the error paths. Fixes #453037.
2965
2966 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2967
2968         * ext/wavpack/gstwavpackparse.c:
2969         (gst_wavpack_parse_index_get_last_entry),
2970         (gst_wavpack_parse_index_get_entry_from_sample),
2971         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2972         (gst_wavpack_parse_scan_to_find_sample):
2973         * ext/wavpack/gstwavpackparse.h:
2974         Use a GSList for the GArray that is used like a list anyway.
2975
2976 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2977
2978         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2979         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2980         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2981           Add state change function where we set 0/1 as default framerate in
2982           case our setcaps function isn't called, like it might not in a
2983           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2984           gdkpixbufdec trying to create caps with a 0/0 framerate.
2985           Also post an error message on the bus if gst_pad_push() fails when
2986           called from our sink event handler (+1 for flow returns for event
2987           functions in 0.11) instead of failing silently.
2988
2989 2007-06-27  Wim Taymans  <wim@fluendo.com>
2990
2991         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2992         Cast stack args to the proper types. Fixes #451249.
2993
2994 2007-06-27  Wim Taymans  <wim@fluendo.com>
2995
2996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2997         (new_session_pad), (gst_rtspsrc_setup_streams):
2998         * gst/rtsp/gstrtspsrc.h:
2999         For container formats we only need to activate one of the streams so
3000         that we correctly signal no-more-pads. Fixes #451015.
3001
3002 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3003
3004         * docs/plugins/gst-plugins-good-plugins.args:
3005         * docs/plugins/inspect/plugin-aasink.xml:
3006         * docs/plugins/inspect/plugin-alaw.xml:
3007         * docs/plugins/inspect/plugin-alpha.xml:
3008         * docs/plugins/inspect/plugin-alphacolor.xml:
3009         * docs/plugins/inspect/plugin-annodex.xml:
3010         * docs/plugins/inspect/plugin-apetag.xml:
3011         * docs/plugins/inspect/plugin-audiofx.xml:
3012         * docs/plugins/inspect/plugin-auparse.xml:
3013         * docs/plugins/inspect/plugin-autodetect.xml:
3014         * docs/plugins/inspect/plugin-avi.xml:
3015         * docs/plugins/inspect/plugin-cacasink.xml:
3016         * docs/plugins/inspect/plugin-cairo.xml:
3017         * docs/plugins/inspect/plugin-cdio.xml:
3018         * docs/plugins/inspect/plugin-cutter.xml:
3019         * docs/plugins/inspect/plugin-debug.xml:
3020         * docs/plugins/inspect/plugin-efence.xml:
3021         * docs/plugins/inspect/plugin-effectv.xml:
3022         * docs/plugins/inspect/plugin-esdsink.xml:
3023         * docs/plugins/inspect/plugin-flac.xml:
3024         * docs/plugins/inspect/plugin-flxdec.xml:
3025         * docs/plugins/inspect/plugin-gconfelements.xml:
3026         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3027         * docs/plugins/inspect/plugin-goom.xml:
3028         * docs/plugins/inspect/plugin-halelements.xml:
3029         * docs/plugins/inspect/plugin-icydemux.xml:
3030         * docs/plugins/inspect/plugin-id3demux.xml:
3031         * docs/plugins/inspect/plugin-jpeg.xml:
3032         * docs/plugins/inspect/plugin-ladspa.xml:
3033         * docs/plugins/inspect/plugin-level.xml:
3034         * docs/plugins/inspect/plugin-matroska.xml:
3035         * docs/plugins/inspect/plugin-mulaw.xml:
3036         * docs/plugins/inspect/plugin-multipart.xml:
3037         * docs/plugins/inspect/plugin-navigationtest.xml:
3038         * docs/plugins/inspect/plugin-ossaudio.xml:
3039         * docs/plugins/inspect/plugin-png.xml:
3040         * docs/plugins/inspect/plugin-quicktime.xml:
3041         * docs/plugins/inspect/plugin-rtp.xml:
3042         * docs/plugins/inspect/plugin-rtsp.xml:
3043         * docs/plugins/inspect/plugin-smpte.xml:
3044         * docs/plugins/inspect/plugin-speex.xml:
3045         * docs/plugins/inspect/plugin-taglib.xml:
3046         * docs/plugins/inspect/plugin-udp.xml:
3047         * docs/plugins/inspect/plugin-videobalance.xml:
3048         * docs/plugins/inspect/plugin-videobox.xml:
3049         * docs/plugins/inspect/plugin-videocrop.xml:
3050         * docs/plugins/inspect/plugin-videoflip.xml:
3051         * docs/plugins/inspect/plugin-videomixer.xml:
3052         * docs/plugins/inspect/plugin-wavenc.xml:
3053         * docs/plugins/inspect/plugin-wavparse.xml:
3054         * docs/plugins/inspect/plugin-ximagesrc.xml:
3055           Update docs with caps info.
3056
3057 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3058
3059         * po/POTFILES.in:
3060           Add more files with translatable strings (#450878).
3061
3062 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3063
3064         * MAINTAINERS:
3065         Updating all the maintainers files
3066
3067 2007-06-22  Edward Hervey  <edward@fluendo.com>
3068
3069         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3070         * gst/interleave/deinterleave.c: (deinterleave_init),
3071         (deinterleave_sink_link):
3072         * gst/interleave/interleave.c: (interleave_init):
3073         * gst/median/gstmedian.c: (gst_median_init):
3074         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3075         Fix memory leaks.
3076         * tests/check/elements/id3demux.c: (pad_added_cb):
3077         Remove unused variable.
3078
3079 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3080
3081         * ext/gconf/gconf.h:
3082         Make the prototype of gst_gconf_get_key_for_sink_profile
3083         match the implementation.
3084         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3085         Fixes: #449747
3086
3087 2007-06-20  Michael Smith <msmith@fluendo.com>
3088
3089         * gst/rtp/gstrtpdepay.c:
3090           Fix description - rtpdepay is not a payloader.
3091
3092 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3093
3094         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3095         (qtdemux_video_caps):
3096         * gst/qtdemux/qtdemux_fourcc.h:
3097           Add MJPG to the variants of motion jpeg.
3098
3099 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3100
3101         * tests/check/Makefile.am:
3102         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3103         * tests/check/elements/videocrop.c: (GST_START_TEST):
3104         * tests/check/elements/videofilter.c:
3105         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3106         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3107           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3108           error flags are included and it errors out on compiler warnings
3109           for CVS builds; remove unused variables in various unit tests.
3110
3111 2007-06-19  Wim Taymans  <wim@fluendo.com>
3112
3113         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3114         (rtsp_connection_close), (rtsp_connection_free):
3115         Use threadsafe inet_ntop to convert an ip number to a string. 
3116         Fixes #447961.
3117         Don't leak fd (and ip) when freeing a connection without first closing
3118         it.
3119
3120 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3121
3122         * configure.ac:
3123         Back to CVS
3124
3125         * gst-plugins-good.doap:
3126         Add 0.10.6 to the doap file.
3127
3128 === release 0.10.6 ===
3129
3130 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3131
3132         * configure.ac:
3133           releasing 0.10.6, "Wobble Board"
3134
3135 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3136
3137         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3138         (rtsp_connection_free):
3139           Revert previous commit again, since we are frozen (sorry).
3140
3141 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3142
3143         Patch by: Peter Kjellerstedt <pkj at axis com>
3144
3145         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3146         (rtsp_connection_free):
3147           inet_ntoa() uses a static buffer internally, so we need to copy the
3148           returned string if we want to store it for later (#447961).
3149
3150 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3151
3152         * win32/vs6/autogen.dsp:
3153         * win32/vs6/gst_plugins_good.dsw:
3154         * win32/vs6/libgstalaw.dsp:
3155         * win32/vs6/libgstalpha.dsp:
3156         * win32/vs6/libgstalphacolor.dsp:
3157         * win32/vs6/libgstapetag.dsp:
3158         * win32/vs6/libgstaudiofx.dsp:
3159         * win32/vs6/libgstauparse.dsp:
3160         * win32/vs6/libgstautodetect.dsp:
3161         * win32/vs6/libgstavi.dsp:
3162         * win32/vs6/libgstcutter.dsp:
3163         * win32/vs6/libgstdirectdraw.dsp:
3164         * win32/vs6/libgstdirectsound.dsp:
3165         * win32/vs6/libgsteffectv.dsp:
3166         * win32/vs6/libgstflx.dsp:
3167         * win32/vs6/libgstgoom.dsp:
3168         * win32/vs6/libgsticydemux.dsp:
3169         * win32/vs6/libgstid3demux.dsp:
3170         * win32/vs6/libgstinterleave.dsp:
3171         * win32/vs6/libgstjpeg.dsp:
3172         * win32/vs6/libgstlevel.dsp:
3173         * win32/vs6/libgstmatroska.dsp:
3174         * win32/vs6/libgstmedian.dsp:
3175         * win32/vs6/libgstmonoscope.dsp:
3176         * win32/vs6/libgstmulaw.dsp:
3177         * win32/vs6/libgstmultipart.dsp:
3178         * win32/vs6/libgstqtdemux.dsp:
3179         * win32/vs6/libgstrtp.dsp:
3180         * win32/vs6/libgstrtsp.dsp:
3181         * win32/vs6/libgstsmpte.dsp:
3182         * win32/vs6/libgstspeex.dsp:
3183         * win32/vs6/libgstudp.dsp:
3184         * win32/vs6/libgstvideobalance.dsp:
3185         * win32/vs6/libgstvideobox.dsp:
3186         * win32/vs6/libgstvideocrop.dsp:
3187         * win32/vs6/libgstvideoflip.dsp:
3188         * win32/vs6/libgstvideomixer.dsp:
3189         * win32/vs6/libgstwaveform.dsp:
3190         * win32/vs6/libgstwavenc.dsp:
3191         * win32/vs6/libgstwavparse.dsp:
3192         Mark *.dsp & *.dsw as binary files and convert to DOS line
3193         endings, as they don't load into VS6 correctly otherwise.
3194
3195 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3196
3197         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3198         (rtsp_connection_connect):
3199         Fix the MingW build. 
3200         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3201         Fixes: #446981
3202
3203 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3204
3205         * tests/check/elements/.cvsignore:
3206         * tests/icles/.cvsignore:
3207         Hush the buildbots up
3208
3209 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3210
3211         * configure.ac:
3212         * sys/Makefile.am:
3213         * sys/directdraw/Makefile.am:
3214         * sys/directsound/Makefile.am:
3215         * sys/waveform/Makefile.am:
3216         Make sure to dist everything needed for win32 builds.
3217
3218 2007-06-14  Edward Hervey  <edward@fluendo.com>
3219
3220         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3221         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3222         caps.
3223         Fixes #447458
3224
3225 2007-06-13  Wim Taymans  <wim@fluendo.com>
3226
3227         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3228         Make sure we allocate enough memory for the codec_data.
3229         Fixes #447210.
3230
3231 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3232
3233         * win32/MANIFEST:
3234         Add videocrop project file to the win32 manifest.
3235         * win32/vs6/gst_plugins_good.dsw:
3236         Add qtdemux,videocrop and waveform projects to the workspace.
3237         * win32/vs6/libgstqtdemux.dsp:
3238         Add zlib to the link list of qtdemux.
3239         * win32/vs6/libgstvideocrop.dsp:
3240         Add a project file for videocrop.
3241
3242 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3243
3244         * po/POTFILES.in:
3245         Add qtdemux for translation
3246
3247 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3248
3249         * configure.ac:
3250         * docs/plugins/Makefile.am:
3251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3252         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3253         * docs/plugins/inspect/plugin-videocrop.xml:
3254         * gst-plugins-good.spec.in:
3255         * sys/Makefile.am:
3256         * tests/check/Makefile.am:
3257         * tests/icles/Makefile.am:
3258         * tests/icles/videocrop-test.c:
3259         Move videocrop and osxvideo from -bad.
3260
3261 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3262
3263         * configure.ac:
3264         * docs/plugins/Makefile.am:
3265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3267         * docs/plugins/gst-plugins-good-plugins.args:
3268         * docs/plugins/inspect/plugin-qtdemux.xml:
3269         * docs/plugins/inspect/plugin-quicktime.xml:
3270         * win32/MANIFEST:
3271         Move qtdemux from -bad.
3272
3273         * gst-plugins-good.spec.in:
3274         Update spec file to reflect moving of qtdemux and wavpack
3275
3276 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3277         
3278         * win32/MANIFEST:
3279         * docs/plugins/Makefile.am:
3280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3282         * docs/plugins/inspect/plugin-directdraw.xml:
3283         * docs/plugins/inspect/plugin-directsound.xml:
3284         * docs/plugins/inspect/plugin-waveform.xml:
3285         Move the waveform plugin from -bad too. Update the inspect xml
3286         files to mention Plugins Good instead of Plugins Bad.
3287
3288 2007-06-12  Andy Wingo  <wingo@pobox.com>
3289
3290         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3291         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3292         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3293         finalization and resuscitation. No longer public.
3294         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3295         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3296         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3297         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3298         miniobject semantics, and be threadsafe.
3299         (gst_v4l2src_queue_frame): Remove this function, as we just call
3300         the ioctls directly in the two places where we queue buffers.
3301         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3302         directly.
3303         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3304         to allocate the pool, which also preallocates the GstBuffers.
3305         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3306         queueing the frames directly.
3307         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3308         mmap buffers have been dequeued.
3309
3310         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3311         real MiniObject instead of rolling our own refcounting and
3312         finalizing. Give it a lock.
3313         (struct _GstV4l2Buffer): Remove one intermediary object, having
3314         the buffers hold the struct v4l2_buffer directly.
3315
3316         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3317         capture_init so that it can set them on the buffers that it will
3318         create.
3319         (gst_v4l2src_get_read): For better or for worse, include the
3320         timestamping and offsetting code here; really we should be using
3321         bufferalloc though.
3322         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3323         preallocated, mmap'd buffers.
3324
3325 2007-06-11  Wim Taymans  <wim@fluendo.com>
3326
3327         Patch by: daniel fischer <dan at f3c dot com>
3328
3329         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3330         (gst_ximage_src_get_caps):
3331         Actually use the display_name property so that we can dump any
3332         available X display. Fixes #445905.
3333
3334 2007-06-11  Wim Taymans  <wim@fluendo.com>
3335
3336         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3337
3338         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3339         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3340         Add missing rate fields to caps. Fixes #441118.
3341
3342 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3343
3344         * win32/vs6/gst_plugins_good.dsw:
3345         * win32/vs8/gst-plugins-good.sln:
3346         Add DirectSound and DirectDraw sinks project files to
3347         workspace and solution files.
3348
3349 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         Patch by: Josh Coalson <xflac at yahoo dot com>,
3352         updated by Alexis Ballier <aballier at gentoo dot org>:
3353
3354         * configure.ac:
3355         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3356         (gst_flac_dec_setup_seekable_decoder),
3357         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3358         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3359         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3360         * ext/flac/gstflacdec.h:
3361         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3362         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3363         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3364         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3365         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3366         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3367         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3368         * ext/flac/gstflacenc.h:
3369         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3370         
3371 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3372
3373         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3374         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3375         not necessary anymore as we need at least that core version. 
3376
3377 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3380         (gst_wavpack_dec_chain):
3381         * ext/wavpack/gstwavpackdec.h:
3382         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3383         (gst_wavpack_parse_push_buffer):
3384         * ext/wavpack/gstwavpackparse.h:
3385         Improve discont handling by checking if the next Wavpack block has
3386         the expected, following block index.
3387
3388 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3389
3390         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3391           Fix element description.
3392
3393 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3394
3395         * configure.ac:
3396         * docs/plugins/Makefile.am:
3397         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3398         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3399         * docs/plugins/gst-plugins-good-plugins.args:
3400         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3401         * docs/plugins/gst-plugins-good-plugins.signals:
3402         * docs/plugins/inspect/plugin-autodetect.xml:
3403         * docs/plugins/inspect/plugin-gconfelements.xml:
3404         * docs/plugins/inspect/plugin-ladspa.xml:
3405         * docs/plugins/inspect/plugin-rtp.xml:
3406         * docs/plugins/inspect/plugin-wavpack.xml:
3407         * ext/Makefile.am:
3408         * tests/check/Makefile.am:
3409           move wavpack plugin.  See #352605.
3410
3411 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3412
3413         * configure.ac:
3414         * docs/plugins/Makefile.am:
3415         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3416         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3417         * docs/plugins/gst-plugins-good-plugins.args:
3418         * sys/Makefile.am:
3419         * win32/MANIFEST:
3420         Add DirectDraw & DirectSound plugins to the build and docs.
3421
3422 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3423
3424         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3425         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3426           When operating in pull mode, error out correct on not-linked.
3427
3428 2007-06-06  Andy Wingo  <wingo@pobox.com>
3429
3430         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3431         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3432         format and size if the ioctls are defined; should fix compilation
3433         on Linux < 2.16.19.
3434
3435 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3436
3437         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3438           Printf fixes in debug statements; use LOG level for debug statements
3439           that are printed for each and every frame; convert c++ comments to
3440           C-style comments; not much point using g_try_malloc() if we then not
3441           even check the return value.
3442
3443 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3444
3445         * configure.ac:
3446           Bump requirements to released versions (core and base 0.10.13).
3447
3448         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3449           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3450           own implementation.
3451
3452 2007-06-05  Andy Wingo  <wingo@pobox.com>
3453
3454         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3455         some useless comments.
3456
3457         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3458         frames before calling STREAMON, that might leave them in a state
3459         where they can't be dequeued if we go back to NULL without calling
3460         STREAMON, according to the docs.
3461         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3462         before we call STREAMON.
3463         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3464         failures. (For me this code hung.) The pool refcounting is still
3465         crack; added a note to that effect.
3466
3467 2007-06-05  Wim Taymans  <wim@fluendo.com>
3468
3469         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3470         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3471         Add support for mapping gst structure names to the MIME type equivalent.
3472         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3473
3474 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3475
3476         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3477         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3478         (gst_wavenc_chain), (gst_wavenc_change_state):
3479         * gst/wavenc/gstwavenc.h:
3480         Properly write wav files with width!=depth by having the depth most
3481         significant bytes set and all others zero. Fixes #442535.
3482
3483 2007-06-01  Wim Taymans  <wim@fluendo.com>
3484
3485         * gst/rtsp/rtspconnection.c:
3486         Add include to make buildbot happy.
3487
3488 2007-06-01  Wim Taymans  <wim@fluendo.com>
3489
3490         Patch by: Peter Kjellerstedt  <pkj at axis com>
3491
3492         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3493         (rtsp_connection_connect), (add_date_header),
3494         (rtsp_connection_send), (parse_response_status),
3495         (parse_request_line), (parse_line), (rtsp_connection_receive):
3496         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3497         * gst/rtsp/rtspdefs.h:
3498         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3499         (rtsp_message_init_request), (rtsp_message_init_response),
3500         (rtsp_message_remove_header), (rtsp_message_append_headers),
3501         (rtsp_message_dump):
3502         * gst/rtsp/rtspmessage.h:
3503         Improves version checking, allowing an RTSP server to reply with "505
3504         RTSP Version not supported.
3505         Adds a Date header to all messages.
3506         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3507         want to be able to send a response even if something in the request was
3508         invalid. EINVAL is only used when passing wrong arguments to functions.
3509         Do not handle an invalid method in parse_request_line(). Defer this to
3510         the caller so it can respond with "405 Method Not Allowed".
3511         Improves parsing of the timeout parameter to the Session header,
3512         allowing whitespace after the semicolon. 
3513         Avoids a compiler warning due to variables shadowing a function argument.
3514
3515 2007-06-01  Wim Taymans  <wim@fluendo.com>
3516
3517         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3518
3519         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3520         (gst_rtp_amr_depay_process):
3521         * gst/rtp/gstrtpamrdepay.h:
3522         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3523         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3524         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3525         * gst/rtp/gstrtpamrpay.h:
3526         Add support for AMR-WB.
3527         Small cleanups such as using BOILERPLATE.
3528
3529 2007-05-31  Wim Taymans  <wim@fluendo.com>
3530
3531         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3532         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3533
3534 2007-05-30  Andy Wingo  <wingo@pobox.com>
3535
3536         * sys/v4l2/gstv4l2object.h: 
3537         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3538         unintended changes.
3539
3540         * sys/v4l2/v4l2src_calls.h: 
3541         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3542         the format list in the order that the driver gives it to us.
3543         (gst_v4l2src_probe_caps_for_format_and_size)
3544         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3545         based on the capabilities of the device.
3546         (gst_v4l2src_grab_frame): Update for object variable renaming.
3547         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3548         as in the set_caps below.
3549         (gst_v4l2src_capture_init): Update for object variable renaming,
3550         and reflow.
3551         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3552         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3553         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3554         (gst_v4l2src_get_fps): Remove; these functions don't have much
3555         meaning outside of an atomic set_caps method.
3556         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3557         known.
3558
3559         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3560         call to update_fps; not sure about this change.
3561         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3562         moment we don't have an update_fps_func.
3563
3564         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3565         structures in the object, just store what we need. Do store the
3566         probed caps of the device. Don't store the current frame rate.
3567
3568         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3569         update_fps_function, for now. Update for new object variable
3570         naming.
3571         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3572         new object variable naming.
3573         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3574         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3575         (gst_v4l2src_get_caps): Rework to probe the device for supported
3576         frame sizes and frame rates.
3577         (gst_v4l2src_set_caps): Rework to be strict in the given
3578         parameters: if someone asks us to have a certain size and rate,
3579         that is what we configure.
3580         (gst_v4l2src_get_read): Update for object variable naming. Don't
3581         leak buffers on short reads.
3582         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3583         comments.
3584         (gst_v4l2src_create): Update for object variable naming.
3585
3586 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3587
3588         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3589         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3590         * gst/avi/gstavidemux.h:
3591           Parse subtitle text streams instead of erroring out (#442034). Still
3592           needs a parser for the subtitles to actually show up.
3593
3594 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3595
3596         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3597         (gst_avi_demux_loop):
3598           Make _push_event() return TRUE if the event could be pushed on at
3599           least one pad and not only if it could be pushed on all pads,
3600           otherwise we'll end up posting an error message on EOS if one or
3601           more source pads are not connected.
3602
3603 2007-05-28  Wim Taymans  <wim@fluendo.com>
3604
3605         * gst/rtsp/rtsptransport.c:
3606         Use renamed RTP bin.
3607
3608 2007-05-28  Wim Taymans  <wim@fluendo.com>
3609
3610         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3611
3612         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3613         (gst_video_box_set_property), (gst_video_box_transform_caps),
3614         (video_box_recalc_transform), (gst_video_box_set_caps),
3615         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3616         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3617         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3618         (gst_video_box_i420_i420), (gst_video_box_transform),
3619         (plugin_init):
3620         Add AYUV->AYUV and AYUV->I420 formats. 
3621         Fix negotiation and I420->AYUV conversion.
3622         Fixes #429329.
3623
3624 2007-05-26  Wim Taymans  <wim@fluendo.com>
3625
3626         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3627         Use different variables for nested for loops so that the outer loop
3628         functions properly and speex files with multiple frames per buffer work
3629         properly.
3630         Fixes #441408.
3631
3632 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3633
3634         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3635           Don't leak newsegment events.
3636
3637 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3638
3639         * gst/wavparse/Makefile.am:
3640           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3641           drags it in.
3642
3643 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3644
3645         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3646         (notgst_value_array_append_buffer),
3647         (gst_flac_enc_process_stream_headers),
3648         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3649         (gst_flac_enc_change_state):
3650         * ext/flac/gstflacenc.h:
3651           Collect headers, add "streamheader" field to output caps and set
3652           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3653           produces output according to the official FLAC-to-Ogg mapping
3654           instead of completely broken files. Fixes #426044.
3655
3656 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3657
3658         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3659         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3660         (gst_id3demux_sink_event):
3661         * gst/id3demux/gstid3demux.h:
3662         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3663         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3664         (gst_tag_demux_send_new_segment):
3665         Handle and adjust new-segment events so that downstream really
3666         sees a stream with the tag pieces stripped off the front and back.
3667         Fixes strangeness in seeking when mp3 decoders use the new-segment
3668         byte position to estimate their current playback position timestamp
3669         and then the arriving buffers don't match up.
3670
3671 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3672
3673         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3674           Don't unnecessarily perform a READY->NULL->READY transition on the
3675           detected audio sink when starting up. Fixes: #440127
3676
3677 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3678
3679         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3680         (gst_flac_enc_chain):
3681           Don't crash in chain function if setcaps hasn't been called.
3682
3683 2007-05-24  Wim Taymans  <wim@fluendo.com>
3684
3685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3686         Init value to avoid infinte loops.
3687
3688 2007-05-24  Wim Taymans  <wim@fluendo.com>
3689
3690         Patch by: Peter Kjellerstedt  <pkj at axis com>
3691
3692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3693         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3694         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3695         (gst_rtspsrc_play):
3696         (rtsp_connection_send), (rtsp_connection_receive):
3697         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3698         Fix for new API.
3699
3700         * gst/rtsp/rtspconnection.c: (add_auth_header),
3701         Only add authorisation and session headers when sending messages.
3702
3703         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3704         (rtsp_message_init_request), (rtsp_message_init_response),
3705         (rtsp_message_unset), (rtsp_message_add_header),
3706         (rtsp_message_remove_header), (rtsp_message_get_header),
3707         (rtsp_message_append_headers), (dump_key_value),
3708         (rtsp_message_dump):
3709         * gst/rtsp/rtspmessage.h:
3710         Add support for multiple headers of the same type by storing the parsed
3711         headers in a GArray instaed of a hashtable.
3712
3713 2007-05-21  Wim Taymans  <wim@fluendo.com>
3714
3715         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3716         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3717         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3718         safer shutdown.
3719
3720 2007-05-21  Wim Taymans  <wim@fluendo.com>
3721
3722         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3723         * gst/rtsp/gstrtpdec.h:
3724         Added signal for backwards compat.
3725
3726 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3727         
3728         Patch by: René Stadler <mail at renestadler dot de>
3729
3730         * configure.ac:
3731         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3732         (gst_au_parse_parse_header), (gst_au_parse_chain):
3733         * gst/auparse/gstauparse.h:
3734         Use audioconvert for converting from non-native endianness floats
3735         in auparse instead of doing it ourself. Fixes #424527.
3736         This needs the audioconvert from plugins-base CVS.
3737         
3738 2007-05-21  Wim Taymans  <wim@fluendo.com>
3739
3740         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3741         (gst_rtp_h263p_pay_flush):
3742         Fix enum registration.
3743
3744 2007-05-21  Wim Taymans  <wim@fluendo.com>
3745
3746         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3747
3748         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3749         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3750         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3751         (gst_rtp_h263p_pay_flush):
3752         * gst/rtp/gstrtph263ppay.h:
3753         Add new fragmentation mode base on GOB headers. Fixes #438940.
3754
3755 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3758           Printf format fix.
3759
3760 2007-05-18  Wim Taymans  <wim@fluendo.com>
3761
3762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3763         Don't crash when an unsupported transport error was returned by the
3764         server, just try to configure the next stream. Fixes #439255.
3765
3766 2007-05-18  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3769         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3770         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3771         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3772         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3773         * gst/rtsp/gstrtspsrc.h:
3774         Add TCP timeout property and use it for all TCP connection.
3775
3776         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3777         (rtsp_connection_write), (rtsp_connection_next_timeout),
3778         (rtsp_connection_reset_timeout):
3779         Make connect and writes cancelable and make them use the timeout.
3780
3781 2007-05-18  Wim Taymans  <wim@fluendo.com>
3782
3783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3784         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3785         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3786         (gst_rtspsrc_setup_streams):
3787         Refactor timeout handling.
3788         Also send keep-alive when dealing with TCP transport.
3789
3790         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3791         (rtsp_connection_free), (rtsp_connection_next_timeout),
3792         (rtsp_connection_reset_timeout):
3793         * gst/rtsp/rtspconnection.h:
3794         Use a timer to handle the session timeouts, add some methods to deal
3795         with timeouts.
3796
3797 2007-05-17  Wim Taymans  <wim@fluendo.com>
3798
3799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3800         (gst_rtspsrc_setup_streams):
3801         Ignore streams that fail the setup command, we will retry with a
3802         different transport later on.
3803
3804         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3805         (rtsp_ext_wms_configure_stream):
3806         Fix encoding name case.
3807
3808 2007-05-16  Edward Hervey  <edward@fluendo.com>
3809
3810         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3811         Fix build on macosx.
3812
3813 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3814
3815         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3816         Replace direct comparison of a string with the string literal "" with
3817         a comparison of the first character with '\0'. Fixes #438926.
3818
3819 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3820
3821         * gst/debug/breakmydata.c (gst_break_my_data_init):
3822           One more try. This should be the proper fix now.
3823
3824 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3825
3826         * gst/debug/breakmydata.c:
3827           Ooops, no // comments please.
3828
3829 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3830
3831         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3832         (gst_break_my_data_init):
3833           Fix gst_buffer_is_writable() assertion.
3834
3835 2007-05-14  David Schleef  <ds@schleef.org>
3836
3837         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3838           video/x-raw-bayer.  Fixes #314160.
3839
3840 2007-05-14  Wim Taymans  <wim@fluendo.com>
3841
3842         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3843         (gst_rtp_theora_depay_parse_configuration):
3844         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3845         (gst_rtp_theora_pay_finish_headers),
3846         (gst_rtp_theora_pay_handle_buffer):
3847         Update theora pay/depayloader in a similar to vorbis.
3848
3849         * gst/rtp/gstrtpvorbisdepay.c:
3850         (gst_rtp_vorbis_depay_parse_configuration):
3851         Update docs.
3852
3853 2007-05-14  Wim Taymans  <wim@fluendo.com>
3854
3855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3856         When we try to execute a method that is not supported by the server,
3857         don't error out but remove the method from the accepted methods so that
3858         we never try to perform this method again.
3859
3860 2007-05-14  Wim Taymans  <wim@fluendo.com>
3861
3862         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3863         Remove annoying _dump_mem.
3864
3865 2007-05-14  Wim Taymans  <wim@fluendo.com>
3866
3867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3868         Parse range correctly.
3869
3870         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3871         The baseurl now always has a '/' at the start.
3872
3873 2007-05-14  Wim Taymans  <wim@fluendo.com>
3874
3875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3876         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3877         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3878         Factor out caps configuration and configure more stuff such as the time
3879         ranges and speed/scale values.
3880
3881         * gst/rtsp/rtsptransport.c:
3882         Add Copyright after non-trival fixes.
3883
3884 2007-05-12  Wim Taymans  <wim@fluendo.com>
3885
3886         Patch by: Peter Kjellerstedt  <pkj at axis com>
3887
3888         * gst/rtsp/gstrtspsrc.h:
3889         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3890         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3891         (rtsp_message_get_header):
3892         * gst/rtsp/rtspmessage.h:
3893         Make channel guint8 where possible.
3894         Make rtsp_message_init_data() take the channel as a guint8.
3895
3896         * gst/rtsp/rtspdefs.c:
3897         Fixed a typo: Timout -> Timeout
3898
3899         * gst/rtsp/rtspdefs.h:
3900         Make RTSP_CHECK() behave as a statement.
3901
3902         * gst/rtsp/sdpmessage.c:
3903         Avoid a compiler warning in INIT_ARRAY().
3904         Fixes #437692.
3905
3906 2007-05-12  Wim Taymans  <wim@fluendo.com>
3907
3908         Patch by: Peter Kjellerstedt  <pkj at axis com>
3909
3910         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3911         (rtsp_url_get_request_uri):
3912         * gst/rtsp/rtspurl.h:
3913         Add support for query parameters to RTSP URLs.
3914
3915 2007-05-12  Wim Taymans  <wim@fluendo.com>
3916
3917         Patch by: Peter Kjellerstedt  <pkj at axis com>
3918
3919         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3920         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3921         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3922         (rtsp_transport_parse), (rtsp_transport_as_text):
3923         * gst/rtsp/rtsptransport.h:
3924         Add validation to rtsp_transport_parse().
3925         Add rtsp_transport_as_text() to generate an RTSP header from an
3926         RTSPTransport.
3927         Change ssrc to guint (was a string) since that is what it is, even
3928         though it is sent as a hex string.
3929         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3930         incorrect, which can be seen when looking at the examples in the RFC).
3931         Fixes #437670.
3932
3933 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3934
3935         Patch by: Eric Anholt
3936
3937         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3938           gst_ximage_src_ximage_get):
3939         Use union of all damage between frames to make it faster.
3940         Fixes bug #342463.
3941         Also fix crasher when cursor is at bottom right of window.
3942
3943 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3944
3945         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3946           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3947           streaming mode regression for file from #343837 with 'bext' chunk
3948           before the 'fmt' chunk.
3949
3950 2007-05-11  Wim Taymans  <wim@fluendo.com>
3951
3952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3953         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3954         (gst_rtspsrc_handle_src_event),
3955         (gst_rtspsrc_stream_configure_manager),
3956         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3957         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3958         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3959         * gst/rtsp/gstrtspsrc.h:
3960         * gst/rtsp/rtspdefs.h:
3961         Preliminary seek support.
3962         Activate internal pads so that we can receive events on them.
3963         Don't try to parse a range string when it's NULL.
3964
3965 2007-05-11  Wim Taymans  <wim@fluendo.com>
3966
3967         * gst/rtp/README:
3968         Update README with new RTP variables that will be used for
3969         synchronisation.
3970
3971         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3972         (gst_rtp_vorbis_depay_parse_configuration),
3973         (gst_rtp_vorbis_depay_process):
3974         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3975         (gst_rtp_vorbis_pay_finish_headers),
3976         (gst_rtp_vorbis_pay_handle_buffer):
3977         Update vorbis pay and depayloader to draft-04.
3978
3979 2007-05-11  Wim Taymans  <wim@fluendo.com>
3980
3981         * gst/rtsp/rtsptransport.c:
3982         UDP MCAST is actually the default for RTP/AVP.
3983 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3984
3985         * gst/level/gstlevel.c: (gst_level_transform_ip):
3986         Use guint8 * instead of gpointer then vs6 can build 
3987         in_data += (filter->width / 8).
3988
3989 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3990
3991         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3992           gst_ximage_src_ximage_get):
3993         * sys/ximage/gstximagesrc.h (last_ximage):
3994         When using Damage actually keep the last frame, and not assume
3995         that the buffer we get already has the last frame on it.
3996         Copy the cursor over if we specify a non-zero start x and
3997         start y.
3998
3999 2007-05-11  Wim Taymans  <wim@fluendo.com>
4000
4001         * gst/rtsp/rtsptransport.c:
4002         Make UDP the default transport when not specified.
4003
4004 2007-05-09  David Schleef  <ds@schleef.org>
4005
4006         * gst/level/gstlevel.c:
4007           Revert last change.
4008
4009 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4010
4011         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4012         (gst_level_transform_ip):
4013         Use guint8 * instead of gpointer then vs6 know the size of data
4014         pointed when moving the pointer.
4015         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4016         Move instructions after variables declaration.
4017         * win32/vs6/autogen.dsp:
4018         * win32/vs6/libgstrtp.dsp:
4019         * win32/vs6/libgstrtsp.dsp:
4020         Update vs6 project files.
4021
4022 2007-05-09  Wim Taymans  <wim@fluendo.com>
4023
4024         * gst/rtsp/Makefile.am:
4025         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4026         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4027         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4028         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4029         (rtsp_range_free):
4030         * gst/rtsp/rtsprange.h:
4031         Add code to parse time ranges.
4032         Report DURATION on the stream when possible.
4033
4034 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4037         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4038         (gst_videomixer_collected):
4039           Fix strides calculation for AYUV (it's just width*4) (#436910).
4040
4041 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4042
4043         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4044         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4045         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4046         Sync the GObject properties before each processing step to properly
4047         work with the controller.
4048
4049 2007-05-04  Wim Taymans  <wim@fluendo.com>
4050
4051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4052         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4053         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4054         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4055         (gst_rtspsrc_change_state):
4056         Let more error state trickle down so that we can catch more error
4057         cases.
4058         Handle keep-alive a little smarter by selecting a method the server
4059         actually supports.
4060         Fix a race in UDP streaming shutdown.
4061
4062 2007-05-04  Wim Taymans  <wim@fluendo.com>
4063
4064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4065         Ignore errors when trying to use the keep-alive messages.
4066
4067 2007-05-04  Wim Taymans  <wim@fluendo.com>
4068
4069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4070         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4071         (gst_rtspsrc_stream_configure_manager),
4072         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4073         (gst_rtspsrc_stream_configure_mcast),
4074         (gst_rtspsrc_stream_configure_udp),
4075         (gst_rtspsrc_stream_configure_udp_sink),
4076         (gst_rtspsrc_stream_configure_transport):
4077         Send RTCP messages back to the server over the TCP connection.
4078
4079         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4080         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4081         (rtsp_connection_receive):
4082         * gst/rtsp/rtspconnection.h:
4083         Factor out and expose lowlevel _write and _read methods.
4084         Implement sending data messages to the server.
4085
4086 2007-05-03  Wim Taymans  <wim@fluendo.com>
4087
4088         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4089         (gst_multipart_mux_collected):
4090         Fix timestamps on outgoing buffers.
4091
4092 2007-05-03  Wim Taymans  <wim@fluendo.com>
4093
4094         * gst/multipart/multipartmux.c:
4095         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4096         (gst_multipart_mux_change_state):
4097         Emit NEWSEGMENT events before pushing the first buffer.
4098
4099 2007-05-03  Wim Taymans  <wim@fluendo.com>
4100
4101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4102         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4103         (gst_rtspsrc_handle_src_query),
4104         (gst_rtspsrc_stream_configure_manager),
4105         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4106         (gst_rtspsrc_stream_configure_mcast),
4107         (gst_rtspsrc_stream_configure_udp),
4108         (gst_rtspsrc_stream_configure_udp_sink),
4109         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4110         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4111         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4112         (gst_rtspsrc_pause):
4113         Refactor transport configuration code.
4114         Create internal pads for TCP transport so that we can implement events
4115         and queries.
4116         Handle events and queries.
4117         Parse range from the SDP.
4118         Fix race in pause handler where the connection could still be flushing.
4119
4120 2007-05-02  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4123         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4124         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4125         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4126         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4127         (gst_rtspsrc_change_state):
4128         * gst/rtsp/gstrtspsrc.h:
4129         Fix race when multiple udp sources post timeouts, just act on the first
4130         received timeout.
4131         Protect stream list with a recursive lock to fix some races.
4132         Flush connection when we need to do a reconnect or stop.
4133         Make state lock recursive.
4134
4135         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4136         (rtsp_connection_close):
4137         Some small cleanups.
4138
4139 2007-05-02  Wim Taymans  <wim@fluendo.com>
4140
4141         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4142         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4143         Only set DISCONT when there actually is a discont or when we just
4144         started.
4145
4146 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4147
4148         * ext/flac/gstflac.c: (plugin_init):
4149         Call bindtextdomain() to get localized strings.
4150
4151 2007-05-02  Wim Taymans  <wim@fluendo.com>
4152
4153         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4154         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4155         (gst_wavparse_stream_data):
4156         * gst/wavparse/gstwavparse.h:
4157         Be a bit more clever when dealing with VBR files with FACT tags, we
4158         don't want to timestamp buffers in that case but the estimated BPS can
4159         be used for seeking.
4160         Only send close segment in the streaming thread.
4161
4162 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4163
4164         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4165         Correctly post an error on the bus if something went wrong in the loop
4166         function. This fixes a few cases where the task was paused and nothing
4167         happened anymore.
4168
4169 2007-05-02  Wim Taymans  <wim@fluendo.com>
4170
4171         * gst/rtsp/test.c: (main):
4172         Fix compilation of deprecated test just because I'm too lazy to delete
4173         it.
4174
4175 2007-05-02  Wim Taymans  <wim@fluendo.com>
4176
4177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4178         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4179         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4180         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4181         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4182         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4183         * gst/rtsp/gstrtspsrc.h:
4184         Fix sending RTCP to the right place.
4185         Fix bug in reffing the wrong UDP element.
4186         Use new pad names for the session manager.
4187         Implement handling server requests in interleaved and UDP modes.
4188         Handle session keep-alive in UDP modes.
4189         Remove GCond for handling UDP timeouts.
4190
4191         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4192         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4193         (rtsp_connection_receive), (rtsp_connection_close):
4194         * gst/rtsp/rtspconnection.h:
4195         Store connection IP address for later.
4196         Add timeout args to all operations that might block forever.
4197         Parse session timeout.
4198         Only close sockets when not already closed.
4199
4200         * gst/rtsp/rtspdefs.c:
4201         * gst/rtsp/rtspdefs.h:
4202         Add timeout return value and error string.
4203
4204         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4205         Add small comment.
4206
4207 2007-05-01  Wim Taymans  <wim@fluendo.com>
4208
4209         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4210
4211         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4212         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4213         * gst/rtp/gstrtpmp4vpay.h:
4214         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4215
4216 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4219           Remove v4l2src from docs, since it breaks the docs build, and the
4220           plugin is only built if --enable-experimental is used anyway.
4221
4222         * docs/plugins/Makefile.am:
4223           Spaces => tab.
4224
4225 2007-04-29  Wim Taymans  <wim@fluendo.com>
4226
4227         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4228         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4229         Add code to drop membership of a multicast group.
4230
4231         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4232         (gst_udpsink_set_uri):
4233         Implement URI handler.
4234
4235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4236         (gst_rtspsrc_parse_rtpinfo):
4237         Use URI handler to make udpsink instace.
4238         Improve code to configure port and destination.
4239
4240 2007-04-29  Wim Taymans  <wim@fluendo.com>
4241
4242         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4243         Fix multicast detection.
4244         Don't try to join a multicast group if the address is not multicast.
4245
4246         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4247         Small debug improvement.
4248
4249 2007-04-27  Wim Taymans  <wim@fluendo.com>
4250
4251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4252         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4253         (gst_rtspsrc_handle_message):
4254         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4255         parent.
4256
4257 2007-04-27  Wim Taymans  <wim@fluendo.com>
4258
4259         * gst/rtp/gstrtpilbcdepay.h:
4260         Fix mode property when specified as an arg.
4261
4262 2007-04-26  Edward Hervey  <edward@fluendo.com>
4263
4264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4266         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4267         * docs/plugins/inspect/plugin-osxaudio.xml:
4268         Add documentation for osxaudio plugin.
4269
4270 2007-04-26  Wim Taymans  <wim@fluendo.com>
4271
4272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4273         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4274         (gst_rtspsrc_open), (gst_rtspsrc_close),
4275         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4276         (gst_rtspsrc_pause):
4277         * gst/rtsp/gstrtspsrc.h:
4278         Protect state changes with a lock.
4279
4280         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4281         (parse_line):
4282         * gst/rtsp/rtspconnection.h:
4283         Remove some unused stuff.
4284
4285 2007-04-26  Wim Taymans  <wim@fluendo.com>
4286
4287         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4288         Handle the case where there are exactly 0 bytes to read and the ioctl
4289         did not report an error. Fixes #433530.
4290
4291 2007-04-26  Wim Taymans  <wim@fluendo.com>
4292
4293         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4294         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4295         * gst/wavparse/gstwavparse.h:
4296         Apply DISCONT to buffers.
4297         Only apply timestamp to the first sample after a DISCONT, too many VBR
4298         files cause random jitter in the timestamps. Fixes #433119.
4299
4300 2007-04-25  Wim Taymans  <wim@fluendo.com>
4301
4302         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4303         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4304         (gst_rtp_dec_get_property):
4305         * gst/rtsp/gstrtpdec.h:
4306         Add dummy latency property to be backwards compat with rtpbin.
4307
4308         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4309         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4310         (gst_rtspsrc_stream_configure_transport),
4311         (gst_rtspsrc_parse_rtpinfo):
4312         * gst/rtsp/gstrtspsrc.h:
4313         Add latency property and configure in the session manager.
4314         Don't set invalid clock-base and seqnum-base on caps, some servers
4315         sometimes don't send them.
4316
4317 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4320         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4321           Double-check that RGB input caps are really RGBA caps (apparently
4322           the core doesn't always catch it if those caps aren't a subset of
4323           our template caps, also see #421543). Fixes #429319 in a way.
4324           Also, don't leak the pad template in the transform_caps function.
4325
4326         * tests/check/Makefile.am:
4327         * tests/check/elements/.cvsignore:
4328         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4329         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4330         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4331         (GST_START_TEST), (alphacolor_suite):
4332           Add some basic unit tests for alphacolor.
4333
4334 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4335
4336         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4337           If we get a fatal flow return in the loop function, first post the
4338           error message and only then send the EOS event downstream, otherwise
4339           applications might get an eos message before the error message and
4340           think everything was ok (related to #429319).
4341
4342 2007-04-25  Wim Taymans  <wim@fluendo.com>
4343
4344         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4345         Read the channel byte as an unsigned byte.
4346
4347 2007-04-25  Wim Taymans  <wim@fluendo.com>
4348
4349         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4350         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4351         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4352         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4353         (gst_rtp_gsm_depay_setcaps):
4354         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4355         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4356         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4357         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4358         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4359         (gst_ilbc_depay_get_property):
4360         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4361         * gst/rtp/gstrtpmp4adepay.c:
4362         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4363         (gst_rtp_pcma_depay_setcaps):
4364         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4365         (gst_rtp_pcmu_depay_setcaps):
4366         Make sure we configure the clock_rate in the baseclass in the setcaps
4367         function. Fixes #431282.
4368
4369 2007-04-25  Wim Taymans  <wim@fluendo.com>
4370
4371         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4372         (gst_rtspsrc_stream_free), (request_pt_map),
4373         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4374         * gst/rtsp/gstrtspsrc.h:
4375         Parse server address from SDP.
4376         Hook up a udpsink to send RTCP back to the server.
4377
4378         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4379         * gst/rtsp/rtsptransport.h:
4380         Add some docs.
4381
4382 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4383
4384         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4385           Make header field check conditional. Fixes #433135
4386
4387 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4388
4389         * docs/plugins/Makefile.am:
4390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4391         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4392         * docs/plugins/inspect/plugin-alphacolor.xml:
4393         * gst/alpha/Makefile.am:
4394         * gst/alpha/gstalphacolor.c:
4395         * gst/alpha/gstalphacolor.h:
4396           Add minimal docs blurb to alphacolor; split out headers into
4397           separate header file for gtk-doc.
4398
4399 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4400
4401         * gst/debug/progressreport.c: (gst_progress_report_report):
4402           Don't try to post NULL message (in case we can't query upstream
4403           position or duration).
4404
4405 2007-04-18  Michael Smith  <msmith@fluendo.com>
4406
4407         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4408         (gst_cutter_get_caps):
4409         * gst/cutter/gstcutter.h:
4410           Fix some of the most obvious bugs in cutter. Now doesn't leak
4411           everything if input is silent.
4412
4413 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4414
4415         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4416         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4417         * gst/wavenc/gstwavenc.h:
4418         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4419         else results in a invalid block align and invalid files.
4420
4421 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         Patch by: Snaik <snaik32 gmail com>
4424
4425         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4426           Add missing break statement for BOX_HORIZONTAL case.
4427
4428 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4429
4430         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4431
4432         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4433         Use correct format strings for integer types.
4434
4435 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4436
4437         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4438         (gst_wavparse_create_sourcepad):
4439         Use gst_riff_create_audio_template_caps () instead of the local caps.
4440         This makes updates of the local caps unecessary whenever libgstriff
4441         gets support for new formats.
4442
4443 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4444
4445         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4446
4447         * sys/sunaudio/gstsunaudio.c:
4448         * sys/sunaudio/gstsunaudiomixer.c:
4449         * sys/sunaudio/gstsunaudiomixer.h:
4450         * sys/sunaudio/gstsunaudiomixerctrl.c:
4451         * sys/sunaudio/gstsunaudiomixerctrl.h:
4452         * sys/sunaudio/gstsunaudiomixertrack.h:
4453         * sys/sunaudio/gstsunaudiosink.c:
4454         * sys/sunaudio/gstsunaudiosink.h:
4455         * sys/sunaudio/gstsunaudiosrc.c:
4456         * sys/sunaudio/gstsunaudiosrc.h:
4457           Fix and/or update copyright attributions (#430228).
4458
4459 2007-04-13  Wim Taymans  <wim@fluendo.com>
4460
4461         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4462         Fix docs.
4463
4464         * gst/rtsp/URLS:
4465         Add some more example urls.
4466
4467         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4468         (gst_rtp_dec_chain_rtp):
4469         Better debugging.
4470
4471         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4472         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4473         (gst_rtspsrc_parse_rtpinfo):
4474         Remove unused code.
4475
4476 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4477
4478         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4479         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4480         (gst_wavparse_stream_data):
4481           Relax the audio/mpeg caps again and add FIXME: comment.
4482
4483 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4484
4485         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4486         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4487         (gst_wavparse_stream_data):
4488         * gst/wavparse/gstwavparse.h:
4489           More sanity check for the header fields. Fix type for 'rate' header
4490           field.
4491
4492 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4493
4494         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4495         (gst_icydemux_unicodify):
4496           If the metadata strings we get in the stream are not UTF-8, try to
4497           interpret them according to the character encodings specified in the
4498           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4499           only fall back to locale/ISO-8859-1 if those aren't set or don't
4500           work. Should fix #428901.
4501
4502 2007-04-12  Wim Taymans  <wim@fluendo.com>
4503
4504         * gst/rtp/gstrtph264depay.c:
4505         Use the proper sync word for SPS and PPS.
4506
4507 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4508
4509         * gst/rtp/Makefile.am:
4510         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4511           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4512         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4513           Add a simple hashing implementation that we can use to generate
4514           a 24-bit ident value based on the codebooks for vorbis and theora.
4515         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4516           gst_rtp_theora_pay_handle_buffer):
4517         * gst/rtp/gstrtpvorbisdepay.c
4518           (gst_rtp_vorbis_depay_parse_configuration,
4519           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4520         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4521           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4522           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4523           Use the hashing function, ensuring that the same codebooks result
4524           in the same ident and thus the same SDP description.
4525           Various log fixes/changes.
4526
4527 2007-04-12  Wim Taymans  <wim@fluendo.com>
4528
4529         Patch by: jerry tan <jerry dot tan at sun dot com>
4530
4531         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4532         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4533         application's responsibility to make sure it open the device once.
4534         Remove a careless error if AUDIODEV is set. Fixes #392620.
4535
4536 2007-04-12  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4539         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4540         * gst/rtsp/gstrtpdec.h:
4541         Make backward compat with rtpbin by adding the request-pt-map signals.
4542
4543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4544         (new_session_pad), (request_pt_map),
4545         (gst_rtspsrc_stream_configure_transport),
4546         (gst_rtspsrc_stream_configure_caps),
4547         (gst_rtspsrc_activate_streams):
4548         * gst/rtsp/gstrtspsrc.h:
4549         Implement request-pt-map signals instead of setting caps on the buffers
4550         for the session manager.
4551
4552 2007-04-11  Wim Taymans  <wim@fluendo.com>
4553
4554         * gst/udp/gstudp.c: (plugin_init):
4555         Register GstNetBuffer in plugin_init so that the type can be used from
4556         multiple threads without races.
4557
4558 2007-04-10  Wim Taymans  <wim@fluendo.com>
4559
4560         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4561         (gst_rtp_amr_depay_process):
4562         Fix depayloader clock_rate and some cleanups.
4563
4564         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4565         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4566         * gst/rtp/gstrtph264depay.h:
4567         Don't push codec_data in the adapter because it might get flushed when
4568         we get a discont.
4569
4570         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4571         Handle multiple AU per packet.
4572
4573         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4574         (gst_rtp_sv3v_depay_plugin_init):
4575         Disable rank, this one does not work.
4576         Remove timestamping, base class does that.
4577
4578 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4579
4580         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4581           limit caps to the formats we announce in the template
4582
4583         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4584         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4585         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4586           fix some crashers/asserts when dealing with broken files
4587
4588 2007-04-10  Wim Taymans  <wim@fluendo.com>
4589
4590         Patch by: Peter Kjellerstedt  <pkj at axis com>
4591
4592         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4593         * gst/rtp/gstrtpL16depay.c:
4594         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4595         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4596         (gst_rtp_speex_depay_setcaps):
4597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4598         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4599         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4600         Fix some compiler warnings. Fixes #428182.
4601
4602 2007-04-06  Wim Taymans  <wim@fluendo.com>
4603
4604         * gst/rtsp/Makefile.am:
4605         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4606         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4607         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4608         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4609         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4610         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4611         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4612         (create_rtcp), (gst_rtp_dec_request_new_pad),
4613         (gst_rtp_dec_release_pad):
4614         * gst/rtsp/gstrtpdec.h:
4615         * gst/rtsp/gstrtsp.c: (plugin_init):
4616         Morph RTPDec into something compatible with RTPBin as a fallback.
4617         Various other style fixes.
4618
4619         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4620         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4621         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4622         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4623         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4624         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4625         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4626         * gst/rtsp/gstrtspsrc.h:
4627         Implement RTPBin session manager handling.
4628         Don't try to add empty properties to caps.
4629         Implement fallback session manager, handling.
4630         Don't combine errors from RTCP streams, just ignore them.
4631
4632         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4633         * gst/rtsp/rtsptransport.h:
4634         Implement fallback session manager.
4635         Make RTPBin the default one when available.
4636
4637 2007-04-05  Wim Taymans  <wim@fluendo.com>
4638
4639         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4640         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4641         This element is ready to be autoplugged.
4642
4643 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4644
4645         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4646         Don't leave the offsets defined by upstream element on the
4647         compressed data buffer we are pushing downstream. Make them
4648         GST_BUFFER_OFFSET_NONE.
4649
4650 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4651
4652         * gst/avi/README:
4653         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4654         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4655         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4656         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4657         (gst_avi_demux_calculate_durations_from_index),
4658         (gst_avi_demux_stream_header_push),
4659         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4660         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4661           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4662
4663 2007-04-03  Wim Taymans  <wim@fluendo.com>
4664
4665         * gst/smpte/barboxwipes.c:
4666         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4667
4668 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4669
4670         * gst/wavparse/gstwavparse.c:
4671         Support audio/x-raw-float in wav files. This only works with
4672         plugins-base CVS, using an older version doesn't have any
4673         disadvantages though.
4674
4675 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4676
4677         * configure.ac:
4678         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4679         (gst_au_parse_parse_header), (gst_au_parse_chain):
4680         * gst/auparse/gstauparse.h:
4681         Revert last change as we don't want plugins-good to depend on
4682         plugins-base CVS now.
4683
4684 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4685
4686         * configure.ac:
4687         Require gst-plugins-base CVS for audioconvert with non-native
4688         float support and width/depth fix in libgstriff.
4689
4690         Patch by: René Stadler <mail at renestadler dot de>
4691
4692         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4693         (gst_au_parse_parse_header), (gst_au_parse_chain):
4694         * gst/auparse/gstauparse.h:
4695         Don't swap the floats ourself if they're not in native endianness.
4696         Instead let audioconvert handle this. Fixes #339838.
4697
4698 2007-03-29  Wim Taymans  <wim@fluendo.com>
4699
4700         * gst/rtp/gstasteriskh263.h:
4701         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4702         (gst_rtp_h263p_depay_change_state):
4703         * gst/rtp/gstrtph263pdepay.h:
4704         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4705         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4706         (gst_rtp_h264_depay_change_state):
4707         * gst/rtp/gstrtph264depay.h:
4708         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4709         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4710         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4711         Flush adapter on disconts.
4712
4713 2007-03-29  Wim Taymans  <wim@fluendo.com>
4714
4715         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4716         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4717         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4718         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4719         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4720         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4721         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4722         (gst_rtp_mp4v_depay_process):
4723         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4724         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4725         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4726         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4727         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4728         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4729         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4730         Use more efficient adapter and rtpbuffer methods when possible.
4731
4732 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4733
4734         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4735         (gst_wavenc_sink_setcaps):
4736         Correctly handle width!=depth input.
4737         * gst/wavparse/gstwavparse.c:
4738         Already export in the caps that width==8 uses unsigned samples and
4739         everything else uses signed samples.
4740
4741 2007-03-29  Wim Taymans  <wim@fluendo.com>
4742
4743         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4744
4745         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4746         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4747         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4748         (gst_dynudpsink_close):
4749         * gst/udp/gstdynudpsink.h:
4750         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4751         (gst_udpsrc_create), (gst_udpsrc_set_property),
4752         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4753         * gst/udp/gstudpsrc.h:
4754         Rework the socket allocation a bit based on the sockfd argument so that
4755         it becomes usable.
4756         Add a closefd property to instruct the udp elements to close the custom
4757         file descriptors when going to READY. Fixes #423304.
4758         API:GstUDPSrc::closefd property
4759         API:GstDynUDPSink::closefd property
4760
4761 2007-03-29  Wim Taymans  <wim@fluendo.com>
4762
4763         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4764
4765         * gst/rtp/Makefile.am:
4766         * gst/rtp/gstrtp.c: (plugin_init):
4767         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4768         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4769         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4770         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4771         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4772         (gst_rtp_h264_pay_plugin_init):
4773         * gst/rtp/gstrtph264pay.h:
4774         Added H264 payloader. Fixes #423782.
4775
4776         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4777         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4778         Small fixes.
4779
4780 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4781
4782         * gst/wavparse/gstwavparse.c:
4783         Actually support depths from 1 to 32, not only 8 to 32.
4784
4785 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4786
4787         * gst/wavparse/gstwavparse.c:
4788         Add support for wav files containing audio/x-raw-int with random
4789         depths between 1 and 32 bits.
4790
4791 2007-03-28  Wim Taymans  <wim@fluendo.com>
4792
4793         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4794
4795         * gst/rtp/Makefile.am:
4796         * gst/rtp/gstrtp.c: (plugin_init):
4797         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4798         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4799         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4800         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4801         (gst_rtp_mp4a_depay_get_property),
4802         (gst_rtp_mp4a_depay_change_state),
4803         (gst_rtp_mp4a_depay_plugin_init):
4804         * gst/rtp/gstrtpmp4adepay.h:
4805         Added MP4A-LATM depayloader. Fixes #417792.
4806
4807         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4808         (gst_rtp_mp4v_depay_process):
4809         Fixup depayloader, setting codec_data, using more efficient adaptor and
4810         rtpbuffer handling.
4811
4812         * gst/rtsp/URLS:
4813         Add url to test above.
4814
4815 2007-03-25  Wim Taymans  <wim@fluendo.com>
4816
4817         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4818         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4819         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4820         (gst_rtspsrc_media_to_caps),
4821         (gst_rtspsrc_stream_configure_transport),
4822         (gst_rtspsrc_stream_configure_caps),
4823         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4824         * gst/rtsp/gstrtspsrc.h:
4825         Handle default clock-rates for static payload types, rearrange stuff so
4826         that the rtpmap field in the sdp can override the defaults.
4827         Parse RTP-Info field to get the seqnum and timebase fields that should
4828         go in the caps.
4829         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4830         the server. 
4831
4832 2007-03-22  Wim Taymans  <wim@fluendo.com>
4833
4834         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4835
4836         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4837         Accept complex pipeline descriptions as an audio profile instead of just
4838         a single element. Fixes #420658.
4839
4840 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4843           Rename registered type in preparation of GstTagDemux moving to
4844           -base at some point in the future.
4845
4846 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4849           Streaming mode fixes: don't unref buffer we don't own any longer;
4850           remove bogus adapter flush. Fixes #419338.
4851
4852 2007-03-17  David Schleef  <ds@schleef.org>
4853
4854         * REQUIREMENTS: Change the format to key/value, add a bunch of
4855           information, remove a bunch of requirements that are for
4856           other GStreamer packages.
4857
4858 2007-03-17  David Schleef  <ds@schleef.org>
4859
4860         * REQUIREMENTS: Fix a few things.  This file really needs a
4861         good once-over.
4862
4863 2007-03-15  Edward Hervey  <edward@fluendo.com>
4864
4865         * sys/Makefile.am:
4866         Don't forget to distribute the sys/osxaudio/ directory.
4867
4868 2007-03-15  Edward Hervey  <edward@fluendo.com>
4869
4870         * configure.ac:
4871         * sys/Makefile.am:
4872         * sys/osxaudio/Makefile.am:
4873         * sys/osxaudio/gstosxaudio.c:
4874         * sys/osxaudio/gstosxaudiosink.c:
4875         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4876         (gst_osx_audio_sink_getcaps),
4877         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4878         * sys/osxaudio/gstosxaudiosrc.c:
4879         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4880         (gst_osx_audio_src_create_ringbuffer):
4881         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4882         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4883         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4884         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4885         * sys/osxaudio/gstosxringbuffer.h:
4886         Activate osxaudio in gst-plugins-good with proper build setup.
4887         Add inlined documentation.
4888         Fix debug statements
4889         Fix ringbuffer when pausing.
4890         Fixes #323471
4891
4892 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4893         * gst/rtp/gstrtppcmapay.c:
4894         * gst/rtp/gstrtppcmapay.h:
4895         * gst/rtp/gstrtppcmupay.c:
4896         * gst/rtp/gstrtppcmupay.h:
4897         Ported mulaw and alaw payloaders to use new base class
4898
4899 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4900
4901         * po/af.po:
4902         * po/az.po:
4903         * po/cs.po:
4904         * po/en_GB.po:
4905         * po/it.po:
4906         * po/nl.po:
4907         * po/or.po:
4908         * po/sq.po:
4909         * po/sr.po:
4910         * po/sv.po:
4911         * po/uk.po:
4912         * po/vi.po:
4913           Update translations.
4914
4915 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4916
4917         * configure.ac:
4918           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4919
4920 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4921
4922         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4923           Fix handling of -1 values for start and stop values when seeking,
4924           and SEEK_CUR+SEEK_END here as well.
4925
4926 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4927
4928         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4929           Fix handling of -1 values for start and stop values when seeking, 
4930           and SEEK_CUR+SEEK_END.
4931
4932 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4935           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4936           the image format a variable-length NUL-terminated string; in
4937           versions before that the image format is a fixed-length string of
4938           3 characters (see #348644 for a sample tag).
4939           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4940
4941 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4942
4943         * win32/MANIFEST:
4944         Add new project files to MANIFEST.
4945         * win32/vs6/libgstaudiofx.dsp:
4946         * win32/vs6/libgstrtp.dsp:
4947         * win32/vs6/libgstrtsp.dsp:
4948         Update project files.
4949         
4950 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4951
4952         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4953         (gst_avi_demux_parse_index):
4954         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4955         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4956           Printf format fixes; also add some missing quotes in translated
4957           strings. Fixes #416728 and #416727.
4958
4959 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4960
4961         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4962           Tim and I can't think of any reason the child audio sink needs to 
4963           be set back to NULL after successfully determining that it can 
4964           reach READY - it gets immediately set back to READY by the caller
4965           anyway, causing an unnecessary close/open of any audio devices
4966           involved.
4967
4968 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4969
4970         * po/LINGUAS:
4971         * po/ja.po:
4972           Add ja.po file from #377306.
4973
4974 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4975
4976         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4977         * sys/sunaudio/gstsunaudiomixertrack.c:
4978         (gst_sunaudiomixer_track_new):
4979           Actually translate sunaudio mixer track labels instead of just
4980           marking the strings as translatable (#377306); clean up weird
4981           label string mapping code that serves no apparent purpose. Also
4982           set the 'untranslated-label' property when creating mixer tracks
4983           if the GstMixerTrack base class supports this.
4984
4985         * tests/check/Makefile.am:
4986         * tests/check/elements/.cvsignore:
4987         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4988         (sunaudio_suite):
4989           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4990           actually tested on a system where sunaudiomixer is available).
4991
4992 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4993
4994         * tests/check/Makefile.am:
4995         Re-enable the states test and see if it works on the buildbots.
4996
4997 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4998
4999         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5000         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5001         (gst_dvdec_change_state):
5002         * ext/dv/gstdvdec.h:
5003         Infer pixel-aspect-ratio from the video frame format if it isn't
5004         provided by the container, as happens when playing DV from AVI
5005         or Quicktime containers.
5006
5007         Patch by: Wim Taymans <wim@fluendo.com>
5008         Fixes #380944
5009
5010 2007-03-09  Wim Taymans  <wim@fluendo.com>
5011
5012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5013         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5014         will later be handled by the jitterbuffer.
5015
5016 2007-03-09  Wim Taymans  <wim@fluendo.com>
5017
5018         * ext/taglib/gstid3v2mux.cc:
5019         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5020         Fixes #414496.
5021         
5022         Patch by: Alex Lancaster <alexl at users sourceforge net>
5023
5024 2007-03-09  Wim Taymans  <wim@fluendo.com>
5025
5026         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5027         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5028         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5029         (gst_avi_demux_chain):
5030         Fix stream position reporting after a seek. Fixes #416445.
5031
5032 2007-03-08  Wim Taymans  <wim@fluendo.com>
5033
5034         Patch by: René Stadler <mail at renestadler dot de>
5035
5036         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5037         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5038         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5039         Make avidemux accept optional header chunks in any order.
5040         Fixes #415446.
5041
5042 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5043
5044         * tests/check/Makefile.am:
5045         Disable the states check until the remaining Valgrind errors
5046         are fixed or suppressed.
5047
5048 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5049
5050         * tests/check/elements/.cvsignore:
5051           Add audiodynamic check to .cvsignore
5052
5053 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5054
5055         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5056
5057         * gst/audiofx/Makefile.am:
5058         * gst/audiofx/audiodynamic.c:
5059         (gst_audio_dynamic_characteristics_get_type),
5060         (gst_audio_dynamic_mode_get_type),
5061         (gst_audio_dynamic_set_process_function),
5062         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5063         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5064         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5065         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5066         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5067         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5068         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5069         (gst_audio_dynamic_transform_hard_knee_expander_int),
5070         (gst_audio_dynamic_transform_hard_knee_expander_float),
5071         (gst_audio_dynamic_transform_soft_knee_expander_int),
5072         (gst_audio_dynamic_transform_soft_knee_expander_float),
5073         (gst_audio_dynamic_transform_ip):
5074         * gst/audiofx/audiodynamic.h:
5075         * gst/audiofx/audiofx.c: (plugin_init):
5076         Add new audiodynamic element which can act as a compressor or
5077         expander. Supported are hard-knee and soft-knee operation modes with
5078         user-specified ratio and threshold.
5079         Attack and release parameters are not yet implemented but will follow.
5080         * docs/plugins/Makefile.am:
5081         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5082         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5083         * docs/plugins/gst-plugins-good-plugins.args:
5084         * docs/plugins/inspect/plugin-audiofx.xml:
5085         Integrate audiodynamic into the docs.
5086         * tests/check/Makefile.am:
5087         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5088         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5089         Add unit test for audiodynamic.
5090
5091 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5092
5093         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5094         Free handles that we allocated when exiting via the error paths.
5095
5096 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5097
5098         * gst/level/gstlevel.c: (gst_level_class_init),
5099         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5100         (gst_level_transform_ip):
5101         * gst/level/gstlevel.h:
5102           Resolve message timestamps against the playback segment.
5103
5104 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5105
5106         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5107         (gst_id3demux_sink_activate):
5108           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5109           caps passed to it (previously one code path assumed it took ownership
5110           while another one assumed it didn't, while in fact it sometimes did and
5111           sometimes didn't ...).
5112
5113         * configure.ac:
5114         * tests/files/Makefile.am:
5115         * tests/files/id3-407349-1.tag:
5116         * tests/files/id3-407349-2.tag:
5117           Add directory where data for unit tests can be stored.
5118
5119         * tests/Makefile.am:
5120         * tests/check/Makefile.am:
5121         * tests/check/elements/.cvsignore:
5122         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5123         (read_tags_from_file), (run_check_for_file),
5124         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5125           Add unit test for id3demux, and in particular for bug #407349. Only
5126           testing pull-mode for now; push mode doesn't work yet because the test
5127           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5128
5129 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5130
5131         * tests/check/Makefile.am:
5132           Add missing backslash at end of line.
5133
5134 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5135
5136         Trigger rebuild.
5137
5138 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5139
5140         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5141         * gst/id3demux/id3tags.h:
5142         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5143         (parse_obsolete_tdat_frame):
5144           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5145           the four-digit number will be interpreted as a year, whereas it is
5146           month and day in DDMM format. Instead, parse TDAT frames and fix up
5147           the date in the GST_TAG_DATE tag later if we also extracted a year.
5148           Fixes #407349.
5149
5150 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5151
5152         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5153         (gst_switch_commit_new_kid):
5154         Fix up the dispose logic so it doesn't leak, and fix setting of 
5155         the child state so that we don't set a child to our current state 
5156         just as we are changing it to something else.
5157
5158 2007-03-06  Wim Taymans  <wim@fluendo.com>
5159
5160         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5161         (gst_goom_chain):
5162         * gst/goom/gstgoom.h:
5163         Document, fix and improve goom adapter behaviour.
5164         Fixes #407006.
5165
5166 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5167
5168         * ext/esd/esdsink.c: (gst_esdsink_open):
5169         Unref static pad template after using it.
5170
5171 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5172
5173         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5174         (gst_switch_commit_new_kid):
5175         Fix up the reference counting of the child elements.
5176
5177 2007-03-05  Wim Taymans  <wim@fluendo.com>
5178
5179         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5180         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5181         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5182         Fix encoding-name case.
5183
5184 2007-03-05  Wim Taymans  <wim@fluendo.com>
5185
5186         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5187         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5188         (gst_rtp_speex_depay_process):
5189         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5190         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5191         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5192         (gst_rtp_speex_pay_change_state):
5193         * gst/rtp/gstrtpspeexpay.h:
5194         Fix speex (de)payloader. Fixes #358040.
5195
5196 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5197
5198         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5199         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5200         Install fakesink in NULL by fixing some broken logic. This obviates
5201         the need to manually set _IS_SINK.
5202         Add some comments and remove a little cruft while I'm at it.
5203
5204 2007-03-05  Wim Taymans  <wim@fluendo.com>
5205
5206         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5207         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5208
5209 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * po/POTFILES.in:
5212           Update.
5213
5214 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5215
5216         * tests/check/Makefile.am:
5217         Gah! Also disable gconfvideosink from the tests, otherwise
5218         it will instantiate autovideosink, and dfbvideosink and
5219         leak on the buildbots.
5220
5221 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5222
5223         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5224         (gst_cdio_cdda_src_finalize):
5225         Make sure we always destroy our libcdio handle.
5226
5227 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5228
5229         * tests/check/Makefile.am:
5230         Disable autovideosink so the buildbots don't barf over memory
5231         leaked in the directfb sink.
5232
5233 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5234
5235         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5236         Chain up in dispose
5237
5238 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5239
5240         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5241         (gst_multipart_find_pad_by_mime):
5242         Use gst_pad_new_from_static_template instead of
5243         static_pad_template_get+pad_new.
5244
5245 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5246
5247         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5248         Catch the case where no clock has been set.
5249
5250 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5251
5252         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5253         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5254         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5255         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5256         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5257         (gst_gconf_audio_src_finalize), (do_toggle_element):
5258         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5259         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5260         (do_toggle_element):
5261         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5262         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5263         (gst_gconf_video_src_finalize), (do_toggle_element):
5264         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5265         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5266         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5267         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5268         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5269         (gst_shout2send_init), (gst_shout2send_finalize):
5270         * gst/debug/testplugin.c: (gst_test_class_init),
5271         (gst_test_finalize):
5272         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5273         (gst_flxdec_dispose):
5274         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5275         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5277         (gst_rtspsrc_finalize):
5278         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5279         * gst/rtsp/rtspextwms.h:
5280         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5281         (gst_smpte_finalize):
5282         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5283         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5284         (gst_udpsink_finalize):
5285         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5286         (gst_wavparse_sink_activate):
5287         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5288         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5289         (gst_oss_src_finalize):
5290         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5291         * sys/v4l2/gstv4l2object.h:
5292         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5293         (gst_v4l2src_finalize):
5294         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5295
5296         Fix a bunch of leaks shown by the newly-added states test.
5297
5298 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5299
5300         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5301         Use gst_pad_new_from_static_template instead of 
5302         static_pad_template_get+pad_new.
5303
5304 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5305
5306         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5307
5308         * ext/libcaca/Makefile.am:
5309         * gst/debug/Makefile.am:
5310           Don't mix tabs and spaces (#414168).
5311
5312 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5313
5314         * tests/check/generic/.cvsignore:
5315           Ignore files to please buildbot.
5316
5317 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5318
5319         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5320         (gst_wavparse_stream_data):
5321           Unbreak my previous commit (swapped nominator & denominator). Tim,
5322           thanks for spotting.
5323
5324 2007-03-02  Wim Taymans  <wim@fluendo.com>
5325
5326         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5327         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5328         (gst_cdio_cdda_src_finalize):
5329         Small code cleanups.
5330         Don't use pad_alloc as the base class cannot deal with the error codes.
5331
5332 2007-03-02  Wim Taymans  <wim@fluendo.com>
5333
5334         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5335         (gst_udpsrc_create):
5336         Fix doc.
5337
5338 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5339
5340         Patch by: René Stadler <mail@renestadler.de>
5341
5342         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5343         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5344         (gst_wavparse_stream_data):
5345           Handle rounding better to not drop last sample frame. Fixes #356692
5346
5347 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5348
5349         * tests/check/Makefile.am:
5350         Disable cacasink from the states check too - it also calls exit(1)
5351         on us when it can't find a terminal to talk to.
5352
5353 2007-03-02  Wim Taymans  <wim@fluendo.com>
5354
5355         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5356
5357         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5358         (gst_udpsrc_create), (gst_udpsrc_set_property),
5359         (gst_udpsrc_get_property):
5360         * gst/udp/gstudpsrc.h:
5361         Add support to strip proprietary headers. Fixes #350296.
5362
5363 2007-03-02  Wim Taymans  <wim@fluendo.com>
5364
5365         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5366         Fix compilation.
5367
5368 2007-03-02  Wim Taymans  <wim@fluendo.com>
5369
5370         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5371
5372         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5373         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5374         (gst_rtp_mp2t_depay_set_property),
5375         (gst_rtp_mp2t_depay_get_property):
5376         * gst/rtp/gstrtpmp2tdepay.h:
5377         Add support to strip off proprietary headers. Fixes #350278.
5378
5379 2007-03-02  Wim Taymans  <wim@fluendo.com>
5380
5381         * ext/hal/hal.c:
5382         Fix compilation.
5383
5384 2007-03-02  Wim Taymans  <wim@fluendo.com>
5385
5386         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5387         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5388         (gst_sunaudiosrc_open):
5389         * sys/sunaudio/gstsunaudiosrc.h:
5390         Remove device-name from GstSunAudioSrc. Fixes #412597.
5391
5392 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5393
5394         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5395         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5396         Having NULL as UDI previously selected the default sink/src. Change
5397         this back but mention it in the debug output.
5398         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5399         (gst_hal_get_oss_element), (gst_hal_get_string),
5400         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5401         (gst_hal_get_audio_src):
5402         * ext/hal/hal.h:
5403         Refactor a bit, check all error conditions, greatly improve debugging
5404         and fix some possible memory leaks. Also implement OSS support
5405         and allow specifying an UDI that points to a real device. For this the
5406         child device which supports ALSA (preferred) or OSS is used.
5407         As a side effect this makes it impossible now to get a alsasink in
5408         halaudiosrc and a alsasrc in halaudiosink.
5409
5410 2007-03-01  Wim Taymans  <wim@fluendo.com>
5411
5412         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5413         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5414         Errors from the udp sources are not fatal unless all of them are in
5415         error.
5416
5417 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5418
5419         * tests/check/Makefile.am:
5420         Disable aasink in the states test. I suspect this is the element that
5421         is calling exit(1) when it can't proceed.
5422
5423 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5424
5425         * tests/check/Makefile.am:
5426         Draw plugins in from the build tree sys/ dir, rather than picking
5427         up the already installed versions.
5428
5429 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5430
5431         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5432         Error out correctly when getting xcontext fails.
5433
5434 2007-03-01  Wim Taymans  <wim@fluendo.com>
5435
5436         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5437         Make state change to PAUSED NO_PREROLL because that's what it will be in
5438         the future and rtspsrc relies on it.
5439
5440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5441         (gst_rtspsrc_change_state):
5442         Don't error out when we don't get an error from the state change
5443         function.
5444
5445 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5446
5447         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5448         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5449           Check if the device UDI is set before trying to query HAL
5450           about it and give a useful error message if it wasn't set.
5451         * ext/hal/hal.c: (gst_hal_get_string):
5452           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5453           gives an assertion failure in D-Bus when running with
5454           DBUS_FATAL_WARNINGS=1.
5455
5456 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5457
5458         * configure.ac:
5459           Convert to new AG_GST style.
5460
5461 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5462
5463         * tests/check/Makefile.am:
5464         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5465           add test for states
5466
5467 2007-02-28  Wim Taymans  <wim@fluendo.com>
5468
5469         * tests/check/elements/.cvsignore:
5470         Add new videofilter check to .cvsignore.
5471
5472 2007-02-28  Wim Taymans  <wim@fluendo.com>
5473
5474         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5475         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5476         (gst_avi_demux_loop), (gst_avi_demux_chain):
5477         Fix combined flow return. Fixes #412608.
5478
5479 2007-02-28  Wim Taymans  <wim@fluendo.com>
5480
5481         * gst/videofilter/Makefile.am:
5482         Dist header..
5483
5484 2007-02-28  Wim Taymans  <wim@fluendo.com>
5485
5486         * gst/videofilter/gstgamma.h:
5487         Add header too.
5488
5489 2007-02-28  Wim Taymans  <wim@fluendo.com>
5490
5491         Patch by: Mark Nauwelaerts <manauw at skynet be>
5492
5493         * gst/videofilter/Makefile.am:
5494         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5495         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5496         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5497         (oil_tablelookup_u8), (gst_gamma_set_caps),
5498         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5499         Port gamma filter to 0.10. Fixes #412704.
5500
5501         * tests/check/Makefile.am:
5502         * tests/check/elements/videofilter.c: (setup_filter),
5503         (cleanup_filter), (check_filter), (GST_START_TEST),
5504         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5505         Add unit tests for videofilters.
5506
5507 2007-02-28  Wim Taymans  <wim@fluendo.com>
5508
5509         * gst/rtsp/URLS:
5510         Add another interesting test url.
5511
5512         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5513         Don't allow getting header fields from data packets.
5514
5515 2007-02-28  Michael Smith  <msmith@fluendo.com>
5516
5517         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5518         (gst_shout2send_init), (gst_shout2send_start),
5519         (gst_shout2send_set_property), (gst_shout2send_get_property):
5520         * ext/shout2/gstshout2.h:
5521           Add a property for username.
5522
5523 2007-02-27  Christian Schallerr <christian@fluendo.com>
5524
5525         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5526
5527 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5528
5529         * gst/rtsp/Makefile.am:
5530         Fix make check too.
5531
5532 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5533
5534         * gst/rtsp/base64.c: (util_base64_encode):
5535         * gst/rtsp/base64.h:
5536         Commit missing files for base64 encoding.
5537
5538 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5539
5540         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5541
5542         * configure.ac:
5543         * ext/annodex/Makefile.am:
5544         * ext/jpeg/Makefile.am:
5545         * ext/speex/Makefile.am:
5546         * gst/alpha/Makefile.am:
5547         * gst/cutter/Makefile.am:
5548         * gst/debug/Makefile.am:
5549         * gst/effectv/Makefile.am:
5550         * gst/goom/Makefile.am:
5551         * gst/level/Makefile.am:
5552         * gst/smpte/Makefile.am:
5553         * gst/videofilter/Makefile.am:
5554           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5555
5556 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5557
5558         * gst/rtsp/Makefile.am:
5559         * gst/rtsp/rtspconnection.c: (append_auth_header),
5560         (rtsp_connection_send), (rtsp_connection_set_auth):
5561         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5562         from icecast to replace it. Relicensed from GPL courtesy of Mike
5563         Smith.
5564
5565 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5566
5567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5568         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5569         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5570         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5571         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5572         (gst_rtspsrc_uri_set_uri):
5573         * gst/rtsp/gstrtspsrc.h:
5574         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5575         (append_auth_header), (rtsp_connection_send),
5576         (rtsp_connection_free), (rtsp_connection_set_auth):
5577         * gst/rtsp/rtspconnection.h:
5578         * gst/rtsp/rtspdefs.h:
5579         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5580         * gst/rtsp/rtspurl.h:
5581
5582         Implement simple Basic Authentication support so that urls like
5583         rtsp://user:pass@hostname/rtspstream work on hosts that require
5584         authentication.
5585
5586 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5587
5588         * sys/v4l2/gstv4l2object.c:
5589         * sys/v4l2/gstv4l2tuner.c:
5590         * sys/v4l2/v4l2_calls.c:
5591         Fix segfault when oppening a radio device.
5592         
5593 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5594
5595         * gst/level/gstlevel.c: (gst_level_set_caps),
5596         (gst_level_transform_ip):
5597         * sys/v4l2/README:
5598         * tests/check/elements/level.c: (GST_START_TEST):
5599           Fix level for multi-channel case.
5600
5601 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5602
5603         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5604         (gst_level_transform_ip):
5605         * gst/level/gstlevel.h:
5606           Use function pointer for process function and add process functions
5607           for float audio.
5608
5609 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5610
5611         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5612         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5613         (gst_v4l2src_capture_init):
5614           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5615           fixes #407369
5616
5617 2007-02-18  Wim Taymans  <wim@fluendo.com>
5618
5619         * gst/rtp/Makefile.am:
5620         * gst/rtp/gstrtp.c: (plugin_init):
5621         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5622         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5623         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5624         (gst_rtp_mp2t_pay_plugin_init):
5625         * gst/rtp/gstrtpmp2tpay.h:
5626         Added simple mpeg transport stream payloader.
5627
5628 2007-02-16  Wim Taymans  <wim@fluendo.com>
5629
5630         * gst/rtsp/URLS:
5631         Add example H264 rtsp url.
5632
5633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5634         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5635         Don't convert values to lowercase or we might mess up base64 encoded
5636         properties.
5637
5638 2007-02-16  Wim Taymans  <wim@fluendo.com>
5639
5640         * gst/rtp/README:
5641         Fix case of string params.
5642
5643         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5644         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5645         Fix depayloader, support more packet types.
5646         Add sync codes to make sure the packetizer can do its job.
5647
5648         * gst/rtp/gstrtpmp4gdepay.c:
5649         * gst/rtp/gstrtpmp4gpay.c:
5650         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5651         Fix caps case again.
5652
5653 2007-02-15  Wim Taymans  <wim@fluendo.com>
5654
5655         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5656         Set right caps on output buffers.
5657
5658 2007-02-14  Wim Taymans  <wim@fluendo.com>
5659
5660         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5661         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5662         Clear stack allocated SDPMedia struct before calling _init() on it.
5663         Clarify this in the docs as well.
5664
5665 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5666
5667         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5668         (do_change_child):
5669         Don't reset the profile when going switching states, as it makes
5670         the element non-reusable.
5671
5672 2007-02-14  Wim Taymans  <wim@fluendo.com>
5673
5674         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5675         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5676         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5677         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5678         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5679         (sdp_parse_line):
5680         * gst/rtsp/sdpmessage.h:
5681         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5682         Fix memory management of SDP messages. Fixes #407793.
5683
5684 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5685
5686         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5687
5688         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5689         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5690
5691 2007-02-14  Wim Taymans  <wim@fluendo.com>
5692
5693         Patch by: jp.liu <jp_liu at astrocom dot cn>
5694
5695         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5696         Fix parsing of password field in url. Fixes #407797.
5697
5698 2007-02-14  Wim Taymans  <wim@fluendo.com>
5699
5700         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5701         (gst_wavparse_reset), (gst_wavparse_init),
5702         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5703         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5704         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5705         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5706         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5707         (gst_wavparse_loop), (gst_wavparse_chain),
5708         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5709         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5710         (plugin_init):
5711         * gst/wavparse/gstwavparse.h:
5712         Update docs.
5713         Use boilerplate.
5714         Various code cleanups.
5715         When the bitrate is not known (bps == 0 or compressed formats) let
5716         downstream element guestimate the duration and position and don't
5717         generate timestamps or durations. Fixes #405213.
5718         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5719         error flowreturn upstream.
5720
5721 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5722
5723         * ext/gconf/Makefile.am:
5724         * ext/gconf/gconf.c: (gst_gconf_get_string),
5725         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5726         (gst_gconf_render_bin_with_default):
5727         * ext/gconf/gconf.h:
5728         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5729         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5730         (gst_gconf_audio_sink_dispose), (do_change_child),
5731         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5732         (cb_change_child), (gst_gconf_audio_sink_change_state):
5733         * ext/gconf/gstgconfaudiosink.h:
5734         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5735         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5736         (gst_switch_sink_init), (gst_switch_sink_dispose),
5737         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5738         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5739         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5740         * ext/gconf/gstswitchsink.h:
5741         * gst/autodetect/gstautoaudiosink.c:
5742         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5743         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5744         (gst_auto_audio_sink_detect):
5745         * gst/autodetect/gstautovideosink.c:
5746         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5747         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5748         (gst_auto_video_sink_detect):
5749         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5750         and a child that implements the GConf key monitoring. The end goal of
5751         this is an audio sink that can be changed on the fly, but at the 
5752         moment it still only changes on the next READY transition.
5753
5754 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5755
5756         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5757         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5758         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5759         (gst_avi_demux_calculate_durations_from_index),
5760         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5761         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5762         (gst_avi_demux_loop):
5763           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5764
5765 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5766
5767         * configure.ac:
5768         * docs/plugins/Makefile.am:
5769           Add crossreferences to glib/gobject/gstream docs.
5770
5771 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5772
5773         * gst/monoscope/Makefile.am:
5774         * gst/monoscope/gstmonoscope.c:
5775           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5776           (but no LIBS, since we only use defines from the headers).
5777
5778 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5779
5780         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5781
5782         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5783         (gst_wavparse_stream_data):
5784           Fix massive memory leak when operating in streaming mode due to
5785           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5786           Fixes #407057.
5787
5788 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5789
5790         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5791         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5792         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5793         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5794         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5795         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5796         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5797         (gst_avi_demux_calculate_durations_from_index),
5798         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5799         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5800         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5801         * gst/avi/gstavidemux.h:
5802           Save some memory (8%) by repacking the index entry structure (more to
5803           come). Add more FIXMEs to questionable parts.
5804
5805 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5806
5807         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5808         (gst_v4l2src_get_caps):
5809         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5810         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5811         (gst_v4l2src_capture_init):
5812           More FIXME comments and messaging changes.
5813
5814 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5815
5816         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5817         (gst_goom_change_state):
5818         * gst/goom/gstgoom.h:
5819           Improved docs and use GST_DEBUG_FUNCPTR.
5820
5821         * gst/level/gstlevel.c: (gst_level_class_init):
5822           Use GST_DEBUG_FUNCPTR.
5823
5824         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5825         (gst_monoscope_chain), (gst_monoscope_change_state):
5826           Improved docs source cleanups.
5827
5828 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * gst/debug/Makefile.am:
5831         * gst/debug/gstdebug.c: (plugin_init):
5832         * gst/debug/gstpushfilesrc.c:
5833         * gst/debug/gstpushfilesrc.h:
5834           Add code for a pushfilesrc element that implements a pushfile:// URI
5835           handler, to make debugging push-mode operation of demuxer/decoders
5836           that support both easier in connection with seek/playbin/etc.
5837           The element isn't registered at the moment.
5838
5839 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5840
5841         * gst/avi/gstavimux.c:
5842           Comment a #if 0 in caps template definition as VS6 seems to 
5843         do not support it.
5844         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5845           Use gst_guint64_to_gdouble for conversion.
5846         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5847           Move variables declaration before the first instruction.
5848         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5849           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5850           And don't include netdb.h for G_OS_WIN32
5851         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5852           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5853           by VS6 then use an other way to initialize SDPMedia structure.
5854         * gst/udp/gstdynudpsink.h:
5855         * gst/udp/gstdynudpnetutils.h:
5856           Do not include <sys/time.h> for G_OS_WIN32
5857         * gst/udp/gstudpsrc.c:
5858           Define socklen_t as int for G_OS_WIN32
5859         * win/common/config.h.in:
5860           Undef HAVE_NETINET_IN_H
5861         * win32/vs6/gst_plugins_good.dsw:
5862         * win32/vs6/libgstrtp.dsp:
5863         * win32/vs6/libgstrtsp.dsp:
5864         * win32/vs6/libgstautogen.dsp:
5865         * win32/vs6/libgstaudiofx.dsp:
5866         * win32/vs6/libgstudp.dsp:
5867           Add and update project files.
5868         * win32/common/gstudp-enumtypes.c:
5869         * win32/common/gstudp-enumtypes.h:
5870           Add a copy of udp enumtypes to win32/common as in core 
5871           and base.
5872         
5873 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5874
5875         * configure.ac:
5876           Activate monoscope when building with --enable-experimental. Fix
5877           --enable-external configure switch description.
5878
5879         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5880         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5881           Help gst-indent.
5882
5883 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5886           Explicitly cast result of pointer arithmetic to integer in order to
5887           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5888
5889 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5890
5891         * gst/debug/progressreport.c:
5892           Some more docs.
5893
5894 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5895
5896         * docs/plugins/inspect/plugin-rtp.xml:
5897           Update for new elements.
5898
5899         * gst/debug/progressreport.h:
5900           Commit newly-created header file as well.
5901
5902 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5903
5904         * docs/plugins/Makefile.am:
5905         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5906         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5907         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5908         * gst/debug/Makefile.am:
5909         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5910         (gst_progress_report_do_query), (gst_progress_report_report):
5911           Make progressreport element post messages with the current progress
5912           on the bus. Also add some basic docs for it.
5913
5914 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         * ext/hal/hal.c: (gst_hal_get_string):
5917         * ext/hal/hal.h:
5918           Some small cleanups; deal with errors when parsing the HAL ALSA
5919           capabilities a bit better.
5920
5921 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5924           Let's try this again and use the right cast this time.
5925
5926 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5927
5928         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5929           Add cast to avoid compiler warnings with older GLib versions
5930           where the nick/name members in GEnumValue are not declared as
5931           constant strings.
5932
5933 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5934
5935         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5936         (gst_gconf_render_bin_from_key),
5937         (gst_gconf_get_default_audio_sink):
5938         * ext/gconf/gconf.h:
5939         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5940         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5941         (gst_gconf_audio_sink_get_property):
5942           In gconfaudiosink, get the right key as the old key in do_toggle
5943           (ie. one dependent on the profile selected). Log some more stuff so
5944           we can see what's actually going on.
5945
5946 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5947
5948         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5949         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5950         (gst_audio_amplify_set_process_function),
5951         (gst_audio_amplify_setup):
5952         * gst/audiofx/audioamplify.h:
5953         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5954         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5955         * gst/audiofx/audioinvert.h:
5956         Some small cleanups and port both elements to the new GstAudioFilter
5957         base class to save a few lines of common code.
5958         * gst/audiofx/Makefile.am:
5959         Link against libgstaudio for the above changes
5960
5961 2007-01-29  Wim Taymans  <wim@fluendo.com>
5962
5963         * tests/check/elements/.cvsignore:
5964         Some more ignores.
5965
5966 2007-01-26  Wim Taymans  <wim@fluendo.com>
5967
5968         Patch by: charles <charlesg3 at gmail dot com>
5969
5970         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5971         (set_shout_metadata), (gst_shout2send_event):
5972         * ext/shout2/gstshout2.h:
5973         Properly handle tags in shout2send. Fixes #399825.
5974
5975 2007-01-25  Wim Taymans  <wim@fluendo.com>
5976
5977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5978         (gst_rtspsrc_activate_streams):
5979         Convert SDP fields to upper/lowercase following the rules in the SDP to
5980         caps document. 
5981
5982 2007-01-25  Wim Taymans  <wim@fluendo.com>
5983
5984         * gst/rtp/README:
5985         * gst/rtp/gstrtpilbcdepay.c:
5986         * gst/rtp/gstrtpilbcpay.c:
5987         * gst/rtp/gstrtpmp4gdepay.c:
5988         * gst/rtp/gstrtpmp4gpay.c:
5989         * gst/rtp/gstrtpspeexdepay.c:
5990         * gst/rtp/gstrtpspeexpay.c:
5991         * gst/rtp/gstrtpsv3vdepay.c:
5992         * gst/rtp/gstrtptheoradepay.c:
5993         * gst/rtp/gstrtptheorapay.c:
5994         * gst/rtp/gstrtpvorbisdepay.c:
5995         * gst/rtp/gstrtpvorbispay.c:
5996         Fix case of encoding-name and key/value pairs to match the document.
5997         This is to make interoperation with SDP case-insensitive as required by
5998         the relevant RFCs.
5999
6000 2007-01-25  Wim Taymans  <wim@fluendo.com>
6001
6002         * configure.ac:
6003         Bump required -core/-base to CVS
6004
6005 2007-01-25  Wim Taymans  <wim@fluendo.com>
6006
6007         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6008         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6009         * gst/rtp/gstrtpL16pay.h:
6010         Fill up to MTU using adapter.
6011         Timestamp rtp packets.
6012
6013 2007-01-25  Edward Hervey  <edward@fluendo.com>
6014
6015         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6016         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6017         Use G_GSIZE_FORMAT in print statements for portability.
6018         Fixes build on macosx.
6019
6020 2007-01-24  Wim Taymans  <wim@fluendo.com>
6021
6022         * gst/rtp/Makefile.am:
6023         * gst/rtp/gstrtp.c: (plugin_init):
6024         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6025         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6026         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6027         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6028         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6029         (gst_rtp_L16_depay_plugin_init):
6030         * gst/rtp/gstrtpL16depay.h:
6031         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6032         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6033         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6034         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6035         (gst_rtp_L16_pay_plugin_init):
6036         * gst/rtp/gstrtpL16pay.h:
6037         Port and enable raw audio payloader/depayloader. Needs a bit more work
6038         on the payloader side.
6039
6040 2007-01-24  Wim Taymans  <wim@fluendo.com>
6041
6042         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6043         (gst_rtspsrc_stream_configure_transport),
6044         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6045         * gst/rtsp/gstrtspsrc.h:
6046         Only unblock the udp pads when we linked and activated them all.
6047         Fixes #395688.
6048
6049 2007-01-24  Wim Taymans  <wim@fluendo.com>
6050
6051         * gst/rtp/Makefile.am:
6052         * gst/rtp/gstrtp.c: (plugin_init):
6053         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6054         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6055         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6056         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6057         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6058         * gst/rtp/gstrtpac3depay.h:
6059         Added simple AC3 depayloader (RFC 4184).
6060
6061         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6062         Fix a leak.
6063
6064 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6065
6066         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6067
6068         * gst/audiofx/Makefile.am:
6069         * gst/audiofx/audioamplify.c:
6070         (gst_audio_amplify_clipping_method_get_type),
6071         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6072         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6073         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6074         (gst_audio_amplify_set_caps),
6075         (gst_audio_amplify_transform_int_clip),
6076         (gst_audio_amplify_transform_int_wrap_negative),
6077         (gst_audio_amplify_transform_int_wrap_positive),
6078         (gst_audio_amplify_transform_float_clip),
6079         (gst_audio_amplify_transform_float_wrap_negative),
6080         (gst_audio_amplify_transform_float_wrap_positive),
6081         (gst_audio_amplify_transform_ip):
6082         * gst/audiofx/audioamplify.h:
6083         * gst/audiofx/audiofx.c: (plugin_init):
6084         Add new element "audioamplify". This allows scaling of raw audio
6085         samples, similar to the "volume" element, but provides different modes
6086         for clipping and allows unlimited amplification. It's mainly targeted
6087         for creative sound design and not as a replacement of the "volume"
6088         element. Fixes #397162
6089         * docs/plugins/Makefile.am:
6090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6092         * docs/plugins/gst-plugins-good-plugins.args:
6093         * docs/plugins/inspect/plugin-audiofx.xml:
6094         Add docs for audioamplify and integrate them into the build system
6095         * tests/check/Makefile.am:
6096         * tests/check/elements/audioamplify.c: (setup_amplify),
6097         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6098         Add fairly extensive unit test suite for audioamplify
6099
6100 2007-01-24  Wim Taymans  <wim@fluendo.com>
6101
6102         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6103         Unblock pads after adding the pads to the element so that autopluggers
6104         get a change to link something. Possibly fixes #395688.
6105
6106 2007-01-24  Wim Taymans  <wim@fluendo.com>
6107
6108         * gst/rtp/gstrtpamrdepay.c:
6109         * gst/rtp/gstrtpgsmdepay.c:
6110         * gst/rtp/gstrtph263pdepay.c:
6111         * gst/rtp/gstrtph263ppay.c:
6112         * gst/rtp/gstrtph264depay.c:
6113         * gst/rtp/gstrtpilbcdepay.c:
6114         * gst/rtp/gstrtpmp2tdepay.c:
6115         * gst/rtp/gstrtpmp4gdepay.c:
6116         * gst/rtp/gstrtpmp4gpay.c:
6117         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6118         * gst/rtp/gstrtpmp4vpay.c:
6119         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6120         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6121         (gst_rtp_mpa_depay_process):
6122         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6123         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6124         * gst/rtp/gstrtppcmadepay.c:
6125         * gst/rtp/gstrtppcmudepay.c:
6126         * gst/rtp/gstrtpspeexdepay.c:
6127         * gst/rtp/gstrtpspeexpay.c:
6128         * gst/rtp/gstrtpsv3vdepay.c:
6129         * gst/rtp/gstrtptheoradepay.c:
6130         * gst/rtp/gstrtptheorapay.c:
6131         * gst/rtp/gstrtpvorbisdepay.c:
6132         * gst/rtp/gstrtpvorbispay.c:
6133         Fix caps with payload numbers.
6134         Add some fixed payload numbers to caps when possible.
6135
6136 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6137
6138         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6139
6140         * gst/audiofx/Makefile.am:
6141         * gst/audiofx/audiofx.c: (plugin_init):
6142         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6143         (gst_audio_invert_class_init), (gst_audio_invert_init),
6144         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6145         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6146         (gst_audio_invert_transform_float),
6147         (gst_audio_invert_transform_ip):
6148         * gst/audiofx/audioinvert.h:
6149         Add new audiofx element "audioinvert". This element swaps the upper
6150         and lower half of samples and can be used for example for a
6151         wide-stereo effect. Fixes #396057
6152         * docs/plugins/Makefile.am:
6153         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6154         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6155         * docs/plugins/gst-plugins-good-plugins.args:
6156         * docs/plugins/inspect/plugin-audiofx.xml:
6157         Add docs for the audioinvert element and add them to the build system.
6158         * tests/check/Makefile.am:
6159         * tests/check/elements/audioinvert.c: (setup_invert),
6160         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6161         Add unit test suite for the audioinvert element.
6162
6163 2007-01-23  Wim Taymans  <wim@fluendo.com>
6164
6165         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6166         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6167         Parse config params as string and int.
6168         Parse and use AU header length
6169
6170 2007-01-23  Wim Taymans  <wim@fluendo.com>
6171
6172         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6173         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6174         * gst/smpte/gstmask.c: (_gst_mask_register):
6175         * gst/smpte/gstmask.h:
6176         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6177         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6178         (gst_smpte_paint_triangle_clock):
6179         constify some static structs.
6180         Don't update the mask if nothing changed to the params.
6181         Make sure we never draw outside of the picture. Fixes #398325.
6182
6183 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6186           Error out properly when pull_range fails while we're reading the
6187           headers, instead of just pausing the task silently. Fixes #399338.
6188
6189 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6192           Some more sanity checks to make sure the input formats match and the
6193           input pads are actually negotiated, in case someone tries to feed
6194           buffers from fakesrc or filesrc. Fixes #398299.
6195           Also const-ify an array, just because we can.
6196
6197 2007-01-19  Edward Hervey  <edward@fluendo.com>
6198
6199         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6200         Ignore previous commit, that was only valid for widths and heights
6201         that are multiples of 4.
6202         Copy over size/stride macros from jpegdec. This allows the element
6203         to work with any width,height...
6204         ... but puts in evidence that the actual transformations only work
6205         with width/height that are multiples of 4.
6206
6207 2007-01-19  Edward Hervey  <edward@fluendo.com>
6208
6209         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6210         Allocate buffers of the right size.
6211         The proper size of a I420 buffer in bytes is:
6212         
6213             width * height * 3
6214             ------------------
6215                     2
6216
6217 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6218
6219         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6220           Proxy getcaps on sink pads too, so that we either end up with the
6221           same dimensions on all pads or error out if that's not possible
6222           (seems to work even!). Fixes #398086, I think.
6223
6224 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6227         * docs/plugins/gst-plugins-good-plugins.args:
6228         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6229           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6230           fix integer properties with -1 as minimum value.
6231
6232         * docs/plugins/inspect/plugin-1394.xml:
6233         * docs/plugins/inspect/plugin-aasink.xml:
6234         * docs/plugins/inspect/plugin-alaw.xml:
6235         * docs/plugins/inspect/plugin-alpha.xml:
6236         * docs/plugins/inspect/plugin-alphacolor.xml:
6237         * docs/plugins/inspect/plugin-annodex.xml:
6238         * docs/plugins/inspect/plugin-apetag.xml:
6239         * docs/plugins/inspect/plugin-audiofx.xml:
6240         * docs/plugins/inspect/plugin-auparse.xml:
6241         * docs/plugins/inspect/plugin-autodetect.xml:
6242         * docs/plugins/inspect/plugin-avi.xml:
6243         * docs/plugins/inspect/plugin-cacasink.xml:
6244         * docs/plugins/inspect/plugin-cairo.xml:
6245         * docs/plugins/inspect/plugin-cdio.xml:
6246         * docs/plugins/inspect/plugin-cutter.xml:
6247         * docs/plugins/inspect/plugin-debug.xml:
6248         * docs/plugins/inspect/plugin-dv.xml:
6249         * docs/plugins/inspect/plugin-efence.xml:
6250         * docs/plugins/inspect/plugin-effectv.xml:
6251         * docs/plugins/inspect/plugin-esdsink.xml:
6252         * docs/plugins/inspect/plugin-flac.xml:
6253         * docs/plugins/inspect/plugin-flxdec.xml:
6254         * docs/plugins/inspect/plugin-gconfelements.xml:
6255         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6256         * docs/plugins/inspect/plugin-goom.xml:
6257         * docs/plugins/inspect/plugin-halelements.xml:
6258         * docs/plugins/inspect/plugin-icydemux.xml:
6259         * docs/plugins/inspect/plugin-id3demux.xml:
6260         * docs/plugins/inspect/plugin-jpeg.xml:
6261         * docs/plugins/inspect/plugin-level.xml:
6262         * docs/plugins/inspect/plugin-matroska.xml:
6263         * docs/plugins/inspect/plugin-mulaw.xml:
6264         * docs/plugins/inspect/plugin-multipart.xml:
6265         * docs/plugins/inspect/plugin-navigationtest.xml:
6266         * docs/plugins/inspect/plugin-ossaudio.xml:
6267         * docs/plugins/inspect/plugin-png.xml:
6268         * docs/plugins/inspect/plugin-rtp.xml:
6269         * docs/plugins/inspect/plugin-rtsp.xml:
6270         * docs/plugins/inspect/plugin-shout2send.xml:
6271         * docs/plugins/inspect/plugin-smpte.xml:
6272         * docs/plugins/inspect/plugin-speex.xml:
6273         * docs/plugins/inspect/plugin-taglib.xml:
6274         * docs/plugins/inspect/plugin-udp.xml:
6275         * docs/plugins/inspect/plugin-videobalance.xml:
6276         * docs/plugins/inspect/plugin-videobox.xml:
6277         * docs/plugins/inspect/plugin-videoflip.xml:
6278         * docs/plugins/inspect/plugin-videomixer.xml:
6279         * docs/plugins/inspect/plugin-wavenc.xml:
6280         * docs/plugins/inspect/plugin-wavparse.xml:
6281         * docs/plugins/inspect/plugin-ximagesrc.xml:
6282           Update to CVS.
6283
6284 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6285
6286         Patch by: Sebastian Dröge <slomo circular-chaos org>
6287
6288         * gst/audiofx/audiopanorama.c:
6289           Fix doc section name (Fixes #397946)
6290
6291 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6292
6293         * sys/v4l2/gstv4l2object.c:
6294         (gst_v4l2_object_install_properties_helper),
6295         (gst_v4l2_object_set_property_helper),
6296         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6297         * sys/v4l2/gstv4l2object.h:
6298         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6299         (gst_v4l2src_init), (gst_v4l2src_set_property),
6300         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6301         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6302         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6303         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6304         (gst_v4l2src_capture_deinit):
6305           Fix EIO handing when capturing. Add new property to specify the number of
6306           buffers to enque (and remove the borked num-buffers usage).
6307
6308 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6309
6310         Patch by: Sebastian Dröge <slomo circular-chaos org>
6311
6312         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6313         (gst_audio_panorama_set_process_function):
6314           Use a function array for process methods, add more docs and define the
6315           startindex of enums.
6316
6317 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6318
6319         Patch by: Mark Nauwelaerts <manauw at skynet be>
6320
6321         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6322         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6323         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6324         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6325         (gst_avi_mux_riff_get_avi_header),
6326         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6327         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6328         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6329         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6330         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6331         (gst_avi_mux_change_state):
6332         * gst/avi/gstavimux.h:
6333         * tests/check/elements/avimux.c: (teardown_src_pad):
6334           Add support for more than one audio stream; write better AVIX
6335           header; refactor code a bit; don't announce vorbis caps on our audio
6336           sink pads since we don't support it anyway. Closes #379298.
6337
6338 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6339
6340         Patch by: Sebastian Dröge <slomo circular-chaos org>
6341
6342         * gst/audiofx/audiopanorama.c:
6343         (gst_audio_panorama_method_get_type),
6344         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6345         (gst_audio_panorama_set_process_function),
6346         (gst_audio_panorama_set_property),
6347         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6348         (gst_audio_panorama_transform_m2s_int_simple),
6349         (gst_audio_panorama_transform_s2s_int_simple),
6350         (gst_audio_panorama_transform_m2s_float_simple),
6351         (gst_audio_panorama_transform_s2s_float_simple):
6352         * gst/audiofx/audiopanorama.h:
6353           Add 'method' property and provide a simple (non-psychoacustic)
6354           processing method (#394859).
6355
6356         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6357         (panorama_suite):
6358           Tests for new method.
6359
6360 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6361
6362         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6363         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6364           Set correct caps on outgoing pulled buffers, or things blow up
6365           after recent core changes.
6366
6367 2007-01-11  Wim Taymans  <wim@fluendo.com>
6368
6369         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6370
6371         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6372         (gst_multipart_mux_request_new_pad),
6373         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6374         (gst_multipart_mux_change_state):
6375         Return FLOW errors ASAP. Fixes #394977.
6376         Misc cleanups.
6377
6378 2007-01-11  Wim Taymans  <wim@fluendo.com>
6379
6380         Patch by: Lutz Mueller <lutz at topfrose dot de>
6381
6382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6383         Check for stream pad before activating. 
6384
6385 2007-01-10  Wim Taymans  <wim@fluendo.com>
6386
6387         Patch by: Peter Kjellerstedt  <pkj at axis com>
6388
6389         * gst/rtsp/COPYING.MIT:
6390         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6391         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6392         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6393         (gst_rtspsrc_stream_configure_transport),
6394         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6395         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6396         (gst_rtspsrc_parse_methods),
6397         (gst_rtspsrc_create_transports_string),
6398         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6399         (gst_rtspsrc_open), (gst_rtspsrc_close):
6400         * gst/rtsp/gstrtspsrc.h:
6401         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6402         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6403         (parse_request_line), (parse_line), (rtsp_connection_read),
6404         (rtsp_connection_close):
6405         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6406         (rtsp_method_as_text), (rtsp_header_as_text),
6407         (rtsp_status_as_text), (rtsp_find_header_field),
6408         (rtsp_find_method):
6409         * gst/rtsp/rtspdefs.h:
6410         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6411         (rtsp_ext_wms_configure_stream):
6412         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6413         (rtsp_message_new_request), (rtsp_message_init_request),
6414         (rtsp_message_new_response), (rtsp_message_init_response),
6415         (rtsp_message_init_data), (rtsp_message_unset),
6416         (rtsp_message_free), (rtsp_message_add_header),
6417         (rtsp_message_get_header), (rtsp_message_set_body),
6418         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6419         * gst/rtsp/rtspmessage.h:
6420         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6421         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6422         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6423         (sdp_message_dump):
6424         Allow url to be NULL to be able to use it for server connections.
6425         Can now send responses as well as requests.
6426         No longer hangs in an endless loop if EOF is received.
6427         Can now convert a status code to a text string.
6428         Return RTSP_HDR_INVALID for unknown headers.
6429         Return RTSP_INVALID for unknown methods.
6430         Copy CSeq and Session headers from the request.
6431         Only free memory corresponding to the currently set message type.
6432         Added const to function arguments as appropriate.
6433         Avoid a compiler warning when initializing nmedia.
6434         Use guint rather than gint to avoid compiler warnings.
6435         Fix crasher in wms extension.
6436         Factor out stream setup from open_connection.
6437         Delay activation of streams when actual data is received from the
6438         server, this prepares us to do proper protocol switching.
6439         Added new license.
6440         Fixes #380895.
6441
6442
6443 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         Patch by: Sebastian Dröge <slomo ubuntu com>
6446
6447         * docs/plugins/Makefile.am:
6448         * gst/audiofx/audiopanorama.c:
6449           Some small docs fixes (#394851).
6450
6451 2007-01-09  Wim Taymans  <wim@fluendo.com>
6452
6453         * gst/avi/gstavidemux.c:
6454         Fix docs.
6455
6456 2007-01-09  Wim Taymans  <wim@fluendo.com>
6457
6458         * gst/rtp/Makefile.am:
6459         * gst/rtp/gstrtp.c: (plugin_init):
6460         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6461         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6462         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6463         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6464         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6465         * gst/rtp/gstrtpmpvdepay.h:
6466           Added RFC 2250 MPEG Video Depayloader.
6467
6468         * gst/rtp/gstrtpL16depay.h:
6469         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6470         (gst_rtp_h263p_depay_process):
6471         Fix Header file. Small cleanups.
6472
6473         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6474         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6475         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6476         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6477         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6478         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6479         (gst_rtp_mp4v_depay_change_state):
6480         Remove usused code. Remove Adapter from state Change. Added debug.
6481
6482         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6483         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6484         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6485         * gst/rtp/gstrtpmpadepay.h:
6486         Subclass base depayloader.
6487         Added debug.
6488         Support static payload type assignment as well.
6489
6490         * gst/rtp/gstrtpmpapay.c:
6491         Fix caps.
6492
6493 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6494
6495         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6496
6497         * ext/jpeg/gstjpegdec.c:
6498         * ext/jpeg/gstjpegenc.c:
6499         * ext/jpeg/smokecodec.c:
6500           These libjpeg callbacks should return a 'boolean' (unsigned char
6501           apparently) and not a 'gboolean' (which maps to gint). Fixes
6502           warnings when compiling with MingW (#393427).
6503
6504         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6505           Use ioctlsocket on win32.
6506
6507         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6508           Some printf format fixes for win32.
6509
6510 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6511
6512         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6513           Use gst_guint64_to_gdouble for conversion.
6514         * win32/vs6/libgstmatroska.dsp:
6515           Add zlib to the link.
6516         * win32/vs6/libgstvideobox.dsp:
6517           Update liboil library name (project is linked to 
6518           liboil-0.3-0.lib now).
6519           
6520 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6521
6522         * gst/matroska/Makefile.am:
6523           If zlib is available and used, we must link it explicitly for
6524           things to work on MingW (fixes #392855).
6525
6526 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * ext/esd/esdsink.c: (gst_esdsink_delay):
6529           Don't return bogus values when esd_get_delay() fails for some
6530           reason (#392189).
6531
6532 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * sys/ximage/gstximagesrc.c: (composite_pixel):
6535           Fix presumably copy'n'pasto for 16bpp depth.
6536
6537 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * gst/matroska/matroska-mux.c:
6540         (gst_matroska_mux_audio_pad_setcaps):
6541           The "signed" field in audio caps is of boolean type, trying to use
6542           gst_structure_get_int() to extract it will fail. Fixing this makes
6543           matroskamux accept raw audio input (#387121) (use at your own risk
6544           though, due to the matroska spec being not entirely useful in this
6545           respect).
6546           Also fix up raw audio structures in template caps so that they
6547           represent what our setcaps function will actually accept, so that
6548           converters know what to convert to.
6549           Finally, don't fail if there isn't an "endianness" field in 8-bit
6550           PCM caps.
6551
6552 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6553
6554         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6555         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6556         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6557         (teardown_cmmldec):
6558         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6559         (teardown_cmmlenc):
6560         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6561           reapply consistent pad (de)activation
6562
6563 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6564
6565         * configure.ac:
6566         Back to CVS
6567
6568         * gst-plugins-good.doap:
6569         Add 0.10.5 doap entry
6570
6571 === release 0.10.5 ===
6572
6573 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6574
6575         * configure.ac:
6576           releasing 0.10.5, "The Path of Thorns"
6577
6578 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6579
6580         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6581         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6582         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6583         (teardown_cmmldec):
6584         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6585         (teardown_cmmlenc):
6586         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6587           revert my freeze breakage
6588
6589 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6590
6591         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6592         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6593         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6594         (teardown_cmmldec):
6595         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6596         (teardown_cmmlenc):
6597         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6598           consistent pad (de)activation
6599
6600 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6601
6602         * configure.ac:
6603         * ext/Makefile.am:
6604         Disable LADPSA, as it has moved to the -bad module for the duration.
6605
6606 2006-12-18  Wim Taymans  <wim@fluendo.com>
6607
6608         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6609         (gst_signal_processor_event):
6610         Reset flow_state back to _OK after a flush stop so that we exit our
6611         error state after the flush. Fixes #374213
6612
6613 2006-12-16  David Schleef  <ds@schleef.org>
6614
6615         * sys/osxvideo/osxvideosink.h:
6616         * sys/osxvideo/osxvideosink.m:
6617           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6618
6619 2006-12-16  David Schleef  <ds@schleef.org>
6620
6621         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6622
6623         * sys/osxvideo/Makefile.am:
6624         * sys/osxvideo/osxvideosink.h:
6625         * sys/osxvideo/osxvideosink.m:
6626           Preliminary patch for porting osxvideosink
6627
6628 2006-12-16  Wim Taymans  <wim@fluendo.com>
6629
6630         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6631
6632         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6633         (gst_videomixer_set_master_geometry),
6634         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6635         (gst_videomixer_reset), (gst_videomixer_init),
6636         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6637         (gst_videomixer_release_pad), (gst_videomixer_collected),
6638         (gst_videomixer_change_state):
6639         Introduce some locking around the videomixer state so that it does not
6640         crash when adding/removing pads. Fixes #383043.
6641
6642 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6643
6644         * configure.ac:
6645           Make sure libcaca can actually be used instead of just checking for
6646           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6647           cross-compiling (fixes #384587).
6648
6649 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6650
6651         * Makefile.am:
6652         * gst-plugins-good.doap:
6653         * gst-plugins-good.spec.in:
6654           adding doap file
6655
6656 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         * configure.ac:
6659           libflac-1.1.3 changed API again, but we can't build against it yet,
6660           so make sure our check doesn't use libflac-1.1.3 and add a comment
6661           to this effect.
6662
6663 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6664
6665         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6666         (gst_quarktv_planetable_clear):
6667           Add some NULL pointer checks (possibly related to #385623).
6668
6669 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6672         (gst_tag_demux_chain):
6673         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6674           In streaming mode, if the first buffer we get doesn't have an
6675           offset, fix it up to be 0, otherwise trimming won't work later on
6676           and we'll be typefinding application/x-id3, which may result in
6677           decodebin plugging an endless number of id3demux elements as a
6678           consequence. Fixes #385031.
6679           
6680 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6681
6682         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6683           Ignore the buffer_time the sound device reports. Turns out it is 
6684           sometimes completely bogus and we're better off without it.
6685
6686 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6689         (gst_matroska_demux_video_caps):
6690         * gst/matroska/matroska-ids.c:
6691         (gst_matroska_track_init_video_context):
6692         * gst/matroska/matroska-ids.h:
6693           Try harder to extract the framerate for video tracks correctly and
6694           save it directly instead of converting it back and forth a few
6695           times. Mostly makes a difference for very small framerates (<1).
6696           Fixes #380199.
6697
6698 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6699
6700         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6701         (gst_gconf_audio_src_dispose), (do_toggle_element):
6702         * ext/gconf/gstgconfaudiosrc.h:
6703           Remove gconf notify hook when the gconfaudiosrc element is
6704           destroyed, otherwise the callback may be called on an
6705           already-destroyed instance and bad things happen. Should fix
6706           #378184.
6707           Also ignore gconf key changes when the source is already running.
6708
6709 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6710
6711         Patch by: Sebastian Dröge  <mail at slomosnail de>
6712
6713         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6714           We need to be able to read and parse any possible floating point string
6715           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6716           will parse the former only in certain locales though, so we really need
6717           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6718           make sure we can parse either version at all times.
6719           Fixes #382982 for real.
6720
6721 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6722
6723         * sys/sunaudio/gstsunaudiomixerctrl.c:
6724         * sys/sunaudio/gstsunaudiosrc.c:
6725
6726         Use the sunaudio debug category.
6727
6728         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6729         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6730         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6731         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6732         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6733         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6734         (gst_sunaudiosink_reset):
6735         * sys/sunaudio/gstsunaudiosink.h:
6736
6737         Uses the sunaudio debug category for all debug output
6738         Implements the _delay() callback to synchronise video playback better
6739         Change the segtotal and segsize values back to the parent class 
6740           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6741           respectively)
6742         Measure the samples written to the device vs. played.
6743         Keep track of segments in the device by writing empty eof frames, and
6744         sleep using a GCond when we get too far ahead and risk overrunning the
6745         sink's ringbuffer.
6746
6747         Fixes: #360673
6748
6749 2006-12-08  Wim Taymans  <wim@fluendo.com>
6750
6751         Patch by: Sebastian Dröge  <mail at slomosnail de >
6752
6753         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6754         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6755         * gst/audiofx/audiopanorama.h:
6756         Fix audiopanorame with float samples. Fixes #383726.
6757
6758 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6759
6760         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6761         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6762         (gst_sunaudiosrc_reset):
6763
6764         Implement reset functions to unblock the src/sink more quickly on 
6765         state change requests.
6766         Patch by: Brian Cameron <brian dot cameron at sun com>
6767
6768 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6769
6770         * sys/sunaudio/gstsunaudiomixer.c:
6771         (gst_sunaudiomixer_change_state):
6772         Construct the correct mixer device name when the AUDIODEV env var
6773         is set.
6774
6775         Patch by: Jerry Tan <jerry.tan at sun dot com>
6776         Fixes: #383596
6777
6778 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6779
6780         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6781         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6782         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6783         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6784         Patch by: Jerry Tan <jerry.tan at sun dot com>
6785         Fixes: #349015
6786
6787 2006-12-07  Wim Taymans  <wim@fluendo.com>
6788
6789         * gst/smpte/gstmask.h:
6790         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6791         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6792         (gst_smpte_collected), (gst_smpte_set_property),
6793         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6794         * gst/smpte/gstsmpte.h:
6795         Port to 0.10 some more. 
6796         Added duration property to specify the duration of the transition.
6797         Make framerate a fraction.
6798         Deprecate fps property, we only use negotiated fps.
6799         Added docs.
6800         Fix collectpad usage.
6801         Reset state in READY.
6802         Send NEWSEGMENT event.
6803         Fix racy updates of object properties.
6804         Added debug category.
6805         Fixes #383323.
6806
6807 2006-12-06  Wim Taymans  <wim@fluendo.com>
6808
6809         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6810
6811         * gst/videomixer/videomixer.c:
6812         (gst_videomixer_set_master_geometry),
6813         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6814         Don't reset xpos and ypos in the setcaps function because causes
6815         unexpected behaviour.
6816         Fixes #382179.
6817
6818 2006-12-06  Wim Taymans  <wim@fluendo.com>
6819
6820         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6821         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6822         Keep track of the buffer timestamp in the collectdata member instead
6823         of modifying the buffer without making the metadata writable first.
6824         Fixes #382277.
6825
6826 2006-12-06  Wim Taymans  <wim@fluendo.com>
6827
6828         Patch by: Rob Taylor <robtaylor at floopily dot org>
6829
6830         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6831         If using multicast in udpsrc, bind to the multicast address rather than
6832         IN_ADDR_ANY.
6833         This allows the simultanous use of multiple udpsrcs listening on
6834         different multicat addresses. Without this all udpsrcs will receive all
6835         packets from all subscribed multicast addresses.
6836         Fixes #383001.
6837
6838 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6839
6840         * ext/taglib/gstid3v2mux.cc:
6841         Don't attempt to write a NULL frame into the ID3 tag set when the 
6842         createFrame method returned NULL.
6843         Fixes: #381857
6844         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6845
6846 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6847
6848         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6849         Use g_strtod() instead of sscanf to parse doubles, so that it will
6850         try parsing in the C locale if the current locale fails.
6851         Fixes: #382982
6852         Patch by: Sebastian Dröge  <mail at slomosnail de >
6853
6854 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6855
6856         * win32/MANIFEST:
6857         Fix compilation on win32 under VS8
6858         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6859         Partially fixes #381175
6860
6861 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6862
6863         * gst/avi/gstavimux.c:
6864           accept all mpegversions,fixes #380825
6865           spotted by: Jerome Alet  
6866
6867 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6868
6869         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6870         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6871         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6872         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6873           cleanup the error message a bit more
6874
6875 2006-11-28  Wim Taymans  <wim@fluendo.com>
6876
6877         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6878         Fix width and height properties.
6879
6880         * ext/libcaca/gstcacasink.h:
6881         Fix compilation on newer libcaca that require us to include a new
6882         header. Fixes #379918.
6883
6884 2006-11-28  Wim Taymans  <wim@fluendo.com>
6885
6886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6887         * gst/rtsp/gstrtspsrc.h:
6888         * gst/rtsp/rtspext.h:
6889         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6890         (rtsp_ext_wms_get_context):
6891         Add method so that extensions can choose to disable the setup of
6892         a stream.
6893         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6894
6895 2006-11-27  Wim Taymans  <wim@fluendo.com>
6896
6897         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6898
6899         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6900         Push header in a separate buffer instead of memcpy:ing all data.
6901         Change LF => CRLF in headers.
6902         Move trailing LF to header. Fixes #379792.
6903
6904 2006-11-27  Wim Taymans  <wim@fluendo.com>
6905
6906         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6907         Small buffer overflow fix and improve debugging.
6908
6909 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6910
6911         * ext/esd/esdmon.h:
6912         * ext/esd/esdsink.h:
6913           remove obsolete _factory_init protos
6914
6915 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6916
6917         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6918         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6919         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6920         (gst_avi_demux_read_subindexes_push),
6921         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6922         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6923         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6924         (gst_avi_demux_massage_index),
6925         (gst_avi_demux_calculate_durations_from_index),
6926         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6927         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6928         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6929           remove dead code, tweak debugs statements, add comments, use
6930           _uint64_scale instead _uint64_scale_int when using guint64 values,
6931           small optimizations, reflow some error handling
6932
6933 2006-11-22  Edward Hervey  <edward@fluendo.com>
6934
6935         * po/.cvsignore:
6936         We never put .pot files in cvs. Let's ignore them all.
6937
6938 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         * po/POTFILES.in:
6941           ... but better exclude files that aren't disted.
6942
6943 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6944
6945         * po/POTFILES.in:
6946           Add v4l2 source files to list of files with translations, so the
6947           strings are actually extracted (however bad they still may be).
6948
6949 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6952           Minor clean-ups: const-ify static array, remove trailing comma from
6953           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6954
6955 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6956
6957         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6958         Make sure that g_free always gets called on the same pointer that was 
6959         returned by g_malloc.  Fixes #376594.
6960         Do not leak memory if decompressed size is wrong.
6961         Remove unneeded check of return value of g_malloc.
6962         Patch by: René Stadler <mail@renestadler.de>
6963
6964 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6965
6966         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6967           Add missing curly brackets.
6968
6969 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6970
6971         * sys/v4l2/v4l2src_calls.c:
6972         Fix capture_deinit.
6973
6974 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6975
6976         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6977         (gst_matroska_mux_request_new_pad):
6978           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6979
6980         * tests/check/elements/matroskamux.c: (setup_src_pad),
6981         (setup_sink_pad), (GST_START_TEST):
6982         Activate pads before using them.
6983
6984 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6987           Initialise variable to get rid of bogus compiler warning.
6988
6989 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6990
6991         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6992
6993         * gst/rtp/gstrtph263pay.c:
6994         * gst/rtp/gstrtph263pdepay.c:
6995         * gst/rtp/gstrtph263ppay.c:
6996           Specify H.263 variant and version in the caps (fixes #361637)
6997
6998 2006-11-15  Wim Taymans  <wim@fluendo.com>
6999
7000         * gst/rtsp/rtspconnection.c: (read_body):
7001         Don't set a data pointer to NULL and a size > 0 when we deal
7002         with empty packets.
7003
7004         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7005         (rtsp_message_init_response), (rtsp_message_init_data),
7006         (rtsp_message_unset), (rtsp_message_free),
7007         (rtsp_message_take_body):
7008         Check that we can't create invalid empty packets. 
7009
7010 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7011
7012         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7013
7014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7015         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7016         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7017         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7018         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7019         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7020         * gst/matroska/matroska-mux.h:
7021           Add basic tag writing support; implement releasing pads (#374658).
7022
7023 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7024
7025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7026         (gst_matroska_demux_audio_caps):
7027           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7028
7029 2006-11-14  David Schleef  <ds@schleef.org>
7030
7031         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7032
7033 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7036
7037         * win32/vs8/gst-plugins-good.sln:
7038         * win32/vs8/libgst1394.vcproj:
7039         * win32/vs8/libgstaasink.vcproj:
7040         * win32/vs8/libgstalaw.vcproj:
7041         * win32/vs8/libgstalpha.vcproj:
7042         * win32/vs8/libgstalphacolor.vcproj:
7043         * win32/vs8/libgstannodex.vcproj:
7044         * win32/vs8/libgstapetag.vcproj:
7045         * win32/vs8/libgstaudiofx.vcproj:
7046         * win32/vs8/libgstauparse.vcproj:
7047         * win32/vs8/libgstautodetect.vcproj:
7048         * win32/vs8/libgstavi.vcproj:
7049         * win32/vs8/libgstcacasink.vcproj:
7050         * win32/vs8/libgstcdio.vcproj:
7051         * win32/vs8/libgstcutter.vcproj:
7052         * win32/vs8/libgstdv.vcproj:
7053         * win32/vs8/libgsteffectv.vcproj:
7054         * win32/vs8/libgstflac.vcproj:
7055         * win32/vs8/libgstflxdec.vcproj:
7056         * win32/vs8/libgstgoom.vcproj:
7057         * win32/vs8/libgsticydemux.vcproj:
7058         * win32/vs8/libgstid3demux.vcproj:
7059         * win32/vs8/libgstjpeg.vcproj:
7060         * win32/vs8/libgstladspa.vcproj:
7061         * win32/vs8/libgstlevel.vcproj:
7062         * win32/vs8/libgstmatroska.vcproj:
7063         * win32/vs8/libgstmikmod.vcproj:
7064         * win32/vs8/libgstmng.vcproj:
7065         * win32/vs8/libgstmonoscope.vcproj:
7066         * win32/vs8/libgstmulaw.vcproj:
7067         * win32/vs8/libgstmultipart.vcproj:
7068         * win32/vs8/libgstpng.vcproj:
7069         * win32/vs8/libgstrtp.vcproj:
7070         * win32/vs8/libgstrtsp.vcproj:
7071         * win32/vs8/libgstshout2.vcproj:
7072         * win32/vs8/libgstsmpte.vcproj:
7073         * win32/vs8/libgstspeex.vcproj:
7074         * win32/vs8/libgsttaglib.vcproj:
7075         * win32/vs8/libgstudp.vcproj:
7076         * win32/vs8/libgstvideobalance.vcproj:
7077         * win32/vs8/libgstvideobox.vcproj:
7078         * win32/vs8/libgstvideoflip.vcproj:
7079         * win32/vs8/libgstvideomixer.vcproj:
7080         * win32/vs8/libgstwavenc.vcproj:
7081         * win32/vs8/libgstwavparse.vcproj:
7082           Make end-of-line returns unixy, so that when the files are checked
7083           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7084           Hopefully fixes #366492.
7085
7086 2006-11-14  Wim Taymans  <wim@fluendo.com>
7087
7088         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7089         Disable init_frames delay timestamp adjustment, it does not
7090         seem to be needed at all. Fixes #369621.
7091
7092 2006-11-13  Wim Taymans  <wim@fluendo.com>
7093
7094         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7095
7096         * gst/videomixer/videomixer.c:
7097         (gst_videomixer_set_master_geometry),
7098         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7099         (gst_videomixer_collect_free), (gst_videomixer_reset),
7100         (gst_videomixer_init), (gst_videomixer_finalize),
7101         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7102         (gst_videomixer_collected), (gst_videomixer_change_state):
7103         Fix memleak by unref'ing collectpads instance (when finalizing)
7104         Implement releasing a request pad. Fixes #374479.
7105
7106 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7109
7110         * win32/vs8/gst-plugins-good.sln:
7111         * win32/vs8/libgst1394.vcproj:
7112         * win32/vs8/libgstaasink.vcproj:
7113         * win32/vs8/libgstalaw.vcproj:
7114         * win32/vs8/libgstalpha.vcproj:
7115         * win32/vs8/libgstalphacolor.vcproj:
7116         * win32/vs8/libgstannodex.vcproj:
7117         * win32/vs8/libgstapetag.vcproj:
7118         * win32/vs8/libgstaudiofx.vcproj:
7119         * win32/vs8/libgstauparse.vcproj:
7120         * win32/vs8/libgstautodetect.vcproj:
7121         * win32/vs8/libgstavi.vcproj:
7122         * win32/vs8/libgstcacasink.vcproj:
7123         * win32/vs8/libgstcdio.vcproj:
7124         * win32/vs8/libgstcutter.vcproj:
7125         * win32/vs8/libgstdv.vcproj:
7126         * win32/vs8/libgsteffectv.vcproj:
7127         * win32/vs8/libgstflac.vcproj:
7128         * win32/vs8/libgstflxdec.vcproj:
7129         * win32/vs8/libgstgoom.vcproj:
7130         * win32/vs8/libgsticydemux.vcproj:
7131         * win32/vs8/libgstid3demux.vcproj:
7132         * win32/vs8/libgstjpeg.vcproj:
7133         * win32/vs8/libgstladspa.vcproj:
7134         * win32/vs8/libgstlevel.vcproj:
7135         * win32/vs8/libgstmatroska.vcproj:
7136         * win32/vs8/libgstmikmod.vcproj:
7137         * win32/vs8/libgstmng.vcproj:
7138         * win32/vs8/libgstmonoscope.vcproj:
7139         * win32/vs8/libgstmulaw.vcproj:
7140         * win32/vs8/libgstmultipart.vcproj:
7141         * win32/vs8/libgstpng.vcproj:
7142         * win32/vs8/libgstrtp.vcproj:
7143         * win32/vs8/libgstrtsp.vcproj:
7144         * win32/vs8/libgstshout2.vcproj:
7145         * win32/vs8/libgstsmpte.vcproj:
7146         * win32/vs8/libgstspeex.vcproj:
7147         * win32/vs8/libgsttaglib.vcproj:
7148         * win32/vs8/libgstudp.vcproj:
7149         * win32/vs8/libgstvideobalance.vcproj:
7150         * win32/vs8/libgstvideobox.vcproj:
7151         * win32/vs8/libgstvideoflip.vcproj:
7152         * win32/vs8/libgstvideomixer.vcproj:
7153         * win32/vs8/libgstwavenc.vcproj:
7154         * win32/vs8/libgstwavparse.vcproj:
7155           Add VS8 project files (note that many of the plugins in ext are
7156           disabled by default). Fixes #366492.
7157
7158 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7159
7160         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7161           we do not translate debug messages
7162
7163 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7164
7165         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7166           fix categorisation, make short desc more explicit, remove unused code
7167           Fixes #372021
7168
7169 2006-11-08  Wim Taymans  <wim@fluendo.com>
7170
7171         * gst/rtp/gstrtpL16depay.c:
7172         * gst/rtp/gstrtpamrdepay.c:
7173         * gst/rtp/gstrtpamrpay.c:
7174         * gst/rtp/gstrtpgsmdepay.c:
7175         * gst/rtp/gstrtph263pay.c:
7176         * gst/rtp/gstrtph263pdepay.c:
7177         * gst/rtp/gstrtph263ppay.c:
7178         * gst/rtp/gstrtph264depay.c:
7179         * gst/rtp/gstrtpmp2tdepay.c:
7180         * gst/rtp/gstrtpmp4gdepay.c:
7181         * gst/rtp/gstrtpmp4gpay.c:
7182         * gst/rtp/gstrtpmp4vdepay.c:
7183         * gst/rtp/gstrtpmp4vpay.c:
7184         * gst/rtp/gstrtpmpadepay.c:
7185         * gst/rtp/gstrtpmpapay.c:
7186         * gst/rtp/gstrtppcmadepay.c:
7187         * gst/rtp/gstrtppcmapay.c:
7188         * gst/rtp/gstrtppcmudepay.c:
7189         * gst/rtp/gstrtppcmupay.c:
7190         * gst/rtp/gstrtpspeexdepay.c:
7191         * gst/rtp/gstrtpspeexpay.c:
7192         * gst/rtp/gstrtpsv3vdepay.c:
7193         Fix element descriptions.
7194
7195 2006-11-08  Wim Taymans  <wim@fluendo.com>
7196
7197         * gst/rtp/gstrtpvorbisdepay.c:
7198         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7199         Fix description.
7200         Small cleanup in the payloader.
7201
7202 2006-11-08  Wim Taymans  <wim@fluendo.com>
7203
7204         * gst/rtp/Makefile.am:
7205         * gst/rtp/gstrtp.c: (plugin_init):
7206         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7207         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7208         (gst_rtp_theora_depay_finalize),
7209         (gst_rtp_theora_depay_parse_configuration),
7210         (gst_rtp_theora_depay_setcaps),
7211         (gst_rtp_theora_depay_switch_codebook),
7212         (gst_rtp_theora_depay_process),
7213         (gst_rtp_theora_depay_set_property),
7214         (gst_rtp_theora_depay_get_property),
7215         (gst_rtp_theora_depay_change_state),
7216         (gst_rtp_theora_depay_plugin_init):
7217         * gst/rtp/gstrtptheoradepay.h:
7218         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7219         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7220         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7221         (gst_rtp_theora_pay_init_packet),
7222         (gst_rtp_theora_pay_flush_packet),
7223         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7224         (gst_rtp_theora_pay_handle_buffer),
7225         (gst_rtp_theora_pay_plugin_init):
7226         * gst/rtp/gstrtptheorapay.h:
7227         Add theora pay/depayloaders.
7228
7229 2006-11-06  Wim Taymans  <wim@fluendo.com>
7230
7231         * gst/rtp/Makefile.am:
7232         We depend on gsttag to generate the vorbis comments.
7233
7234         * gst/rtp/gstrtpvorbisdepay.c:
7235         (gst_rtp_vorbis_depay_parse_configuration),
7236         (gst_rtp_vorbis_depay_setcaps),
7237         (gst_rtp_vorbis_depay_switch_codebook),
7238         (gst_rtp_vorbis_depay_process):
7239         * gst/rtp/gstrtpvorbisdepay.h:
7240         Parse configuration string in the depayloader.
7241         Implement selecting and switching to a new codebook.
7242         Receiving vorbis over RTP now works.
7243
7244         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7245         (gst_rtp_vorbis_pay_init_packet),
7246         (gst_rtp_vorbis_pay_finish_headers),
7247         (gst_rtp_vorbis_pay_handle_buffer):
7248         * gst/rtp/gstrtpvorbispay.h:
7249         Set timestamps on outgoing buffers and RTP packets.
7250         Fix configuration string, prepend number of Packet headers.
7251         Fix encoding of ident string.
7252         Add delivery-method to caps.
7253         Streaming vorbis over RTP now works.
7254
7255 2006-11-06  Wim Taymans  <wim@fluendo.com>
7256
7257         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7258         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7259         (gst_rtp_vorbis_pay_handle_buffer):
7260         * gst/rtp/gstrtpvorbispay.h:
7261         Generate a valid configuration string in the caps based on the
7262         vorbis headers.
7263
7264 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7267         * ext/cdio/gstcdio.h:
7268         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7269           Move CD-TEXT utility function into common file so it can also be
7270           used by a future cdioparanoiasrc.
7271
7272 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7273         
7274         * sys/v4l2/Makefile.am:
7275         * sys/v4l2/gstv4l2object.c:
7276         * sys/v4l2/gstv4l2src.c:
7277         * sys/v4l2/gstv4l2xoverlay.c:
7278         * sys/v4l2/v4l2_calls.c:
7279         * sys/v4l2/v4l2src_calls.c:
7280         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7281         xoverlay code that is still not implemented.
7282
7283 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7284
7285         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7286           We require a -base more recent than 0.10.9, so it's safe to use
7287           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7288
7289         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7290         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7291           Use _newsegment_full() now that we depend on a recent enough core.
7292
7293         * gst/wavparse/gstwavparse.c:
7294           Remove cruft that we don't need any longer now that we depend on
7295           a recent enough -base.
7296
7297 2006-10-31  Wim Taymans  <wim@fluendo.com>
7298
7299         * gst/rtp/Makefile.am:
7300         * gst/rtp/gstrtp.c: (plugin_init):
7301         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7302         (gst_rtpilbcpay_setcaps):
7303         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7304
7305 2006-10-31  Wim Taymans  <wim@fluendo.com>
7306
7307         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7308         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7309         Some small cleanups, use _scale.
7310
7311 2006-10-31  Wim Taymans  <wim@fluendo.com>
7312
7313         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7314         Use higher precision scale function.
7315
7316 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7317
7318         Patch by: Michal Benes  <michal dot benes at itonis tv>
7319
7320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7321         (gst_matroska_demux_read_track_encodings),
7322         (gst_matroska_decode_buffer):
7323           Fix several issues with encoded/compressed/encrypted/signed tracks;
7324           also, remove superfluous newline characters from some debug
7325           statements. (#366155)
7326
7327 2006-10-30  Wim Taymans  <wim@fluendo.com>
7328
7329         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7330         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7331         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7332         (gst_smokedec_change_state):
7333         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7334         (gst_smokeenc_init), (gst_smokeenc_finalize),
7335         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7336         (gst_smokeenc_resync), (gst_smokeenc_chain),
7337         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7338         (gst_smokeenc_change_state):
7339         Various cleanups, capsnego and leak fixes.
7340
7341 2006-10-30  Wim Taymans  <wim@fluendo.com>
7342
7343         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7344
7345         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7346         Fix videomixer so that it can handle any combination of framerates.
7347         Fixes #367221.
7348
7349 2006-10-28  Wim Taymans  <wim@fluendo.com>
7350
7351         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7352         (gst_avi_demux_parse_file_header),
7353         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7354         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7355         (gst_avi_demux_chain):
7356         Fix position query for audio. also fixes timestamps in streaming
7357         mode and bug #364958.
7358         Small cleanups.
7359
7360 2006-10-27  Wim Taymans  <wim@fluendo.com>
7361
7362         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7363         * ext/libpng/gstpngenc.h:
7364         Fix strides. Fixes #364856.
7365         Cleanup capsnego.
7366         Set caps on outgoing buffers.
7367
7368 2006-10-18  Wim Taymans  <wim@fluendo.com>
7369
7370         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7371
7372         * gst/rtp/gstrtpgsmpay.c:
7373         * gst/rtp/gstrtph263pay.c:
7374         * gst/rtp/gstrtpmpapay.c:
7375         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7376         (gst_rtp_pcma_pay_handle_buffer):
7377         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7378         Add static payload numbers in addition to the dynamic ones.
7379         Fixes #361639.
7380
7381 2006-10-18  Wim Taymans  <wim@fluendo.com>
7382
7383         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7384         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7385         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7386         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7387         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7388         * gst/rtsp/rtspdefs.h:
7389         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7390         * gst/rtsp/rtspurl.h:
7391         Reuse already existing enum for lower transport.
7392         Add rtspt and rtspu protocols.
7393         Send redirect to rtspt when udp times out.
7394
7395 2006-10-18  Wim Taymans  <wim@fluendo.com>
7396
7397         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7398         (gst_wavparse_stream_data):
7399         Fix seeking some more, mostly for speed changes.
7400
7401 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         Patch by: Fredrik Persson  <frepe at bredband net>
7404
7405         * sys/v4l2/gstv4l2tuner.c:
7406         * sys/v4l2/gstv4l2tuner.h:
7407           Fix _set_channel(): remove useless g_object_notify() for "channel"
7408           property that doesn't exist any longer and therefore now also
7409           useless redirect (#338818).
7410
7411 2006-10-17  Wim Taymans  <wim@fluendo.com>
7412
7413         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7414         Some drivers do not support unsetting the non-blocking flag once the
7415         device is opened. In those cases, close/open the device in
7416         non-blocking mode. Fixes #362673.
7417
7418 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7419
7420         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7421         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7422         (gst_v4l2src_get_fps):
7423           dear stefan, framespersecond is not frameperiod, reverting but adding
7424           comment
7425
7426 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7427
7428         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7429         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7430         (gst_v4l2src_get_fps):
7431           Numerator is numerator and denominator is denominator. Say that aloud
7432           5 times and retry after next beer.
7433
7434 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         Patch by: Josep Torra Valles  <josep at fluendo com>
7437
7438         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7439         * ext/esd/esdsink.c: (gst_esdsink_write):
7440         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7441         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7442         (gst_flac_dec_send_newsegment):
7443         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7444         (gst_flac_enc_tell_callback):
7445         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7446         (smokecodec_parse_header), (smokecodec_decode):
7447         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7448         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7449         * gst/goom/Makefile.am:
7450         * gst/goom/gstgoom.c:
7451         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7452         * gst/rtsp/gstrtspsrc.c:
7453         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7454         * gst/udp/gstudpsink.c:
7455         * gst/udp/gstudpsrc.c:
7456         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7457         * sys/sunaudio/gstsunaudiomixertrack.h:
7458           Fix a bunch of problems discovered by the Forte compiler, mostly type
7459           mixups and pointer arithmetics with void pointers. Fixes #362603.
7460
7461 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * ext/speex/gstspeex.c: (plugin_init):
7464         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7465         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7466         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7467         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7468         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7469         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7470         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7471         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7472         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7473         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7474         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7475         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7476         * ext/speex/gstspeexenc.h:
7477           Miscellaneous clean-ups, among other things: speexenc => enc to
7478           enhance code readability; change speexenc => speex_enc; in chain
7479           function unref input buffer in case of error; take reference in
7480           event function; use boilerplate macro; use gst_pad_query_peer_*
7481           convenience functions.
7482
7483 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7484
7485         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7486         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7487         (gst_speexenc_set_header_on_caps):
7488           Fix some mem leaks.
7489
7490 2006-10-11  Wim Taymans  <wim@fluendo.com>
7491
7492         * gst/rtsp/URLS:
7493         Added some other URL.
7494
7495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7496         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7497         (gst_rtspsrc_open), (gst_rtspsrc_play),
7498         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7499         * gst/rtsp/gstrtspsrc.h:
7500         Work on fallback to TCP connection when the UDP socket times out.
7501         Handler server requests, just reply with OK for now.
7502
7503         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7504         * gst/rtsp/rtspdefs.h:
7505         Added some more Real extension headers.
7506
7507         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7508         Fix parsing of urls with a ':' that is not part of the hostname:port
7509         part of the url.
7510
7511 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7512
7513         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7514         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7515         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7516           Activate pad before adding it to the already-running element.
7517
7518         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7519           Activate newly-created pad too.
7520
7521 2006-10-11  Wim Taymans  <wim@fluendo.com>
7522
7523         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7524
7525         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7526         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7527         (gst_udpsrc_start):
7528         Fix some leaks in caps and uris. Fixes #361252.
7529
7530 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7531
7532         * gst/wavparse/Makefile.am:
7533           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7534
7535 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7536
7537         * sys/v4l2/gstv4l2xoverlay.c:
7538         * sys/v4l2/gstv4l2xoverlay.h:
7539         Fix build as per the patch in #338818 comment 36.
7540
7541 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7542
7543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7544           Activate pads before adding them to the source.
7545
7546 2006-10-06  Wim Taymans  <wim@fluendo.com>
7547
7548         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7549         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7550         Activate pads before adding.
7551
7552 2006-10-06  Wim Taymans  <wim@fluendo.com>
7553
7554         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7555         (gst_multipart_find_pad_by_mime):
7556         Activate pads before adding.
7557
7558         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7559         BOILERPLATE sets parent_class for us.
7560
7561 2006-10-06  Wim Taymans  <wim@fluendo.com>
7562
7563         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7564         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7565         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7566         (gst_rtspsrc_alloc_udp_ports),
7567         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7568         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7569         (gst_rtspsrc_create_transports_string),
7570         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7571         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7572         * gst/rtsp/gstrtspsrc.h:
7573         Rework how the transport string is constructed, try to share channels
7574         and udp ports.
7575         Make most of the stuff less dependant on RTP as we are also going to use
7576         it for RDT.
7577         Add support for transport specific session managers.
7578
7579         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7580         Implement _flush().
7581
7582         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7583         * gst/rtsp/rtspdefs.h:
7584         Add generic error return code.
7585
7586         * gst/rtsp/rtspext.h:
7587         Add support for pluggable tranport strings.
7588
7589         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7590         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7591         (rtsp_ext_wms_get_context):
7592         Detect WMServer and activate the extension.
7593
7594         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7595         (rtsp_transport_get_manager), (rtsp_transport_parse):
7596         * gst/rtsp/rtsptransport.h:
7597         Added methods to get mime/manager for certain transports.
7598
7599 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7600
7601         * ext/cairo/gsttimeoverlay.c:
7602         (gst_cairo_time_overlay_update_font_height):
7603         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7604         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7605         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7606         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7607         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7608         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7609         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7610         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7611         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7612         (gst_avi_demux_stream_data):
7613         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7614         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7615         (gst_fenced_buffer_copy):
7616         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7620         (gst_rtspsrc_handle_message):
7621         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7622         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7623           Printf format fixes.
7624
7625 2006-10-04  Wim Taymans  <wim@fluendo.com>
7626
7627         * gst/rtsp/Makefile.am:
7628         Dist new .h file too.
7629
7630 2006-10-04  Wim Taymans  <wim@fluendo.com>
7631
7632         * gst/rtsp/Makefile.am:
7633         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7634         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7636         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7637         (gst_rtspsrc_parse_rtpmap),
7638         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7639         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7640         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7641         * gst/rtsp/gstrtspsrc.h:
7642         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7643         * gst/rtsp/rtspdefs.h:
7644         * gst/rtsp/rtspext.h:
7645         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7646         (rtsp_ext_wms_get_context):
7647         * gst/rtsp/rtspextwms.h:
7648         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7649         (rtsp_transport_parse):
7650         * gst/rtsp/rtsptransport.h:
7651         Factor out extension in separate module.
7652         Fix getcaps to filter against the padtemplate.
7653         Use Content-Base if the server gives one.
7654         Rework the transport parsing a bit for future extensions.
7655         Added some Real Header field definitions.
7656
7657 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7658
7659         * docs/plugins/Makefile.am:
7660         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7661         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7662           added v4l2 stubs
7663         * gst-plugins-good.spec.in:
7664           add v4l2
7665
7666 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7667
7668         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7669           Extract disc/album/medium number and count and try harder
7670           to extract track number/count.
7671
7672 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7673
7674         * configure.ac:
7675         * sys/Makefile.am:
7676           add build stuff for v4l2, needs --enable-experimental until
7677           the last bits are resolved
7678
7679 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * tests/check/Makefile.am:
7682           Disable autodetect test temporarily, so that the build bots
7683           update -bad and the ranks of unreliable video sinks in there.
7684
7685         * tests/check/elements/autodetect.c: (GST_START_TEST):
7686           Skip test if no usable videosink is found.
7687
7688 2006-09-29  Wim Taymans  <wim@fluendo.com>
7689
7690         * gst/rtsp/URLS:
7691         Add some more URLs.
7692
7693         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7694         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7695         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7696         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7697         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7698         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7699         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7700         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7701         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7702         * gst/rtsp/gstrtspsrc.h:
7703         Add timeout property to control UDP timeouts.
7704         Fix error messages.
7705         Also start a loop function when operating in UDP mode so that we can
7706         do some more stuff async.
7707         Handle element messages from udpsrc to detect timeouts. If a timeout
7708         happens we currently generate an error.
7709         API: rtspsrc::timeout property.
7710
7711         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7712         (gst_udpsrc_create):
7713         Really implement the timeout in microseconds and not milliseconds.
7714
7715 2006-09-29  Wim Taymans  <wim@fluendo.com>
7716
7717         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7718         (gst_udpsrc_create), (gst_udpsrc_set_property),
7719         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7720         * gst/udp/gstudpsrc.h:
7721         Added property to post a message on timeout.
7722         Updated docs.
7723         When restarting the select, initialize the fdsets again.
7724         Init control sockets so we don't accidentally close a random socket.
7725         API: GstUDPSrc::timeout property
7726
7727 2006-09-29  Wim Taymans  <wim@fluendo.com>
7728
7729         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7730         Fix flag registration.
7731
7732         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7733         Reading 0 also means 'no more commands'
7734
7735 2006-09-29  Wim Taymans  <wim@fluendo.com>
7736
7737         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7738
7739         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7740         Fix possible infinite loop when shutting down, a read can also return
7741         0 to indicate no more messages are available. Fixes #358156.
7742
7743 2006-09-25  Wim Taymans  <wim@fluendo.com>
7744
7745         * gst/autodetect/gstautoaudiosink.c:
7746         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7747         (gst_auto_audio_sink_find_best):
7748         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7749         Small cleanups.
7750         don't try to set "sync" property when it is not available.
7751
7752 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         Patch by: Peter Kjellerstedt  <pkj at axis com>
7755
7756         * gst/alpha/gstalpha.c:
7757         * gst/rtp/gstrtpamrdepay.c:
7758         * gst/rtsp/gstrtspsrc.c:
7759         * gst/udp/gstudpsrc.c:
7760         * gst/videomixer/videomixer.c:
7761           Include stdlib.h in some more places, makes things compile
7762           with uClibc and -Werror (#357592).
7763
7764 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * ext/jpeg/gstjpegdec.c:
7767           Set minimum height to 8 (from 16), our code should handle
7768           that fine. Some of the buttons on the apple trailer site
7769           are apparently only 15 pixels high (see #357470).
7770
7771 2006-09-23  Wim Taymans  <wim@fluendo.com>
7772
7773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7774         (gst_rtspsrc_open):
7775         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7776         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7777         (rtsp_connection_receive):
7778         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7779         * gst/rtsp/rtspdefs.h:
7780         Improve error reporting.
7781
7782 2006-09-23  Wim Taymans  <wim@fluendo.com>
7783
7784         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7785         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7786         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7787         * gst/rtp/gstrtpdepay.c:
7788         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7789         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7790         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7791         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7792         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7793         (gst_rtp_mp2t_depay_plugin_init):
7794         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7795         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7796         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7797         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7798         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7799         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7800         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7801         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7802         Fix klass typos.
7803         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7804
7805 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7806
7807         * configure.ac:
7808           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7809
7810 2006-09-22  Wim Taymans  <wim@fluendo.com>
7811
7812         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7813         Don't check for a tag that is never there and check if we read the
7814         correct tag. Fixes seeking again.
7815         We must post an error when all pads are unlinked.
7816
7817 2006-09-22  Wim Taymans  <wim@fluendo.com>
7818
7819         * gst/rtp/Makefile.am:
7820         * gst/rtp/gstrtp.c: (plugin_init):
7821         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7822         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7823         (gst_rtp_vorbis_pay_reset_packet),
7824         (gst_rtp_vorbis_pay_init_packet),
7825         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7826         (gst_rtp_vorbis_pay_handle_buffer):
7827         More fixage, set endoder-params correctly in the payloader.
7828
7829 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * gst/autodetect/gstautoaudiosink.c:
7832         (gst_auto_audio_sink_base_init):
7833         * gst/autodetect/gstautovideosink.c:
7834         (gst_auto_video_sink_base_init):
7835           Make static pad templates static to appease valgrind's leak
7836           detector.
7837
7838         * tests/check/Makefile.am:
7839         * tests/check/elements/.cvsignore:
7840         * tests/check/elements/autodetect.c: (GST_START_TEST),
7841         (autodetect_suite):
7842           Add simple test for the ghostpad lockup on shutdown fixed in core
7843           CVS (audio bit disabled because it would need dozens of alsa
7844           suppressions and I'm too lazy to add those now).
7845
7846 2006-09-22  Wim Taymans  <wim@fluendo.com>
7847
7848         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7849         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7850         Small cleanups.
7851
7852         * gst/rtp/Makefile.am:
7853         * gst/rtp/gstrtp.c: (plugin_init):
7854         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7855         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7856         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7857         (gst_rtp_vorbis_depay_process),
7858         (gst_rtp_vorbis_depay_set_property),
7859         (gst_rtp_vorbis_depay_get_property),
7860         (gst_rtp_vorbis_depay_change_state),
7861         (gst_rtp_vorbis_depay_plugin_init):
7862         * gst/rtp/gstrtpvorbisdepay.h:
7863         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7864         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7865         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7866         (gst_rtp_vorbis_pay_flush_packet),
7867         (gst_rtp_vorbis_pay_append_buffer),
7868         (gst_rtp_vorbis_pay_handle_buffer),
7869         (gst_rtp_vorbis_pay_plugin_init):
7870         * gst/rtp/gstrtpvorbispay.h:
7871         Add experimental vorbis pay and depayloaders.
7872
7873 2006-09-21  Wim Taymans  <wim@fluendo.com>
7874
7875         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7876         Fix profile-level-id parsing and setup.
7877
7878 2006-09-21  Wim Taymans  <wim@fluendo.com>
7879
7880         * gst/udp/README:
7881         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7882         Update README, simple cleanup.
7883
7884 2006-09-21  Wim Taymans  <wim@fluendo.com>
7885
7886         * gst/rtp/README:
7887         Update README with some examples.
7888
7889         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7890         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7891         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7892         (gst_rtp_mp4g_pay_setcaps):
7893         * gst/rtp/gstrtpmp4gpay.h:
7894         Make optional RTP parameters of type STRING, as required by the
7895         application/x-rtp caps specification.
7896
7897 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7898
7899         * gst/rtp/gstrtph263pdepay.c:
7900         * gst/rtp/gstrtph263ppay.c:
7901         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7902         RTP header.
7903
7904 2006-09-20  Wim Taymans  <wim@fluendo.com>
7905
7906         * gst/rtp/Makefile.am:
7907         And makefile too.
7908
7909 2006-09-20  Wim Taymans  <wim@fluendo.com>
7910
7911         * gst/rtp/gstrtp.c: (plugin_init):
7912         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7913         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7914         (decode_base64), (gst_rtp_asf_depay_setcaps),
7915         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7916         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7917         (gst_rtp_asf_depay_plugin_init):
7918         * gst/rtp/gstrtpasfdepay.h:
7919         Added preliminary ASF depayloader.
7920
7921         * gst/rtp/gstrtph264depay.c: (decode_base64):
7922         Fix base64 decoding.
7923
7924 2006-09-20  Wim Taymans  <wim@fluendo.com>
7925
7926         * gst/rtsp/URLS:
7927         Added some test URLS.
7928
7929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7930         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7931         * gst/rtsp/gstrtspsrc.h:
7932         When creating streams, give access to the complete SDP.
7933         Fix some leaks.
7934         Collect and merge global stream properties in stream caps.
7935         Preliminary support for WMServer.
7936
7937         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7938         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7939         (rtsp_connection_receive):
7940         * gst/rtsp/rtspconnection.h:
7941         Make connection interruptable.
7942         Refactor to make it reconnectable.
7943         Don't fail on short reads when reading data packets.
7944
7945         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7946         (rtsp_url_get_port):
7947         * gst/rtsp/rtspurl.h:
7948         Add methods for getting/setting the port.
7949
7950         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7951         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7952         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7953         (sdp_media_get_format), (sdp_parse_line),
7954         (sdp_message_parse_buffer):
7955         Fix headers. 
7956         Add methods for getting multiple attributes with the same name.
7957         Increase buffer size when parsing.
7958         Fix parsing of a=foo fields.
7959
7960         * gst/rtsp/test.c: (main):
7961         Update to new connection API.
7962
7963         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7964         (rtsp_message_init_response), (rtsp_message_init_data),
7965         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7966         * gst/rtsp/rtspmessage.h:
7967         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7968         * gst/rtsp/rtsptransport.h:
7969         * gst/rtsp/sdp.h:
7970         * gst/rtsp/sdpmessage.h:
7971         * gst/rtsp/gstrtsp.c:
7972         * gst/rtsp/gstrtsp.h:
7973         * gst/rtsp/gstrtpdec.c:
7974         * gst/rtsp/gstrtpdec.h:
7975         * gst/rtsp/rtsp.h:
7976         * gst/rtsp/rtspdefs.c:
7977         * gst/rtsp/rtspdefs.h:
7978         Dual licensed under MIT and LGPL now.
7979
7980 2006-09-19  Wim Taymans  <wim@fluendo.com>
7981
7982         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7983         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7984         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7985         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7986         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7987         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7988         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7989         * gst/rtsp/gstrtspsrc.h:
7990         Reorganize stream parsing and creation.
7991         Detect container formats in interleaved mode.
7992         Keep more state about the streams.
7993         Assume a server also supports PLAY if it does not say.
7994         Add unicast and interleaved properties to TCP transport requests to make
7995         some servers happy (WMServer).
7996
7997         * gst/rtsp/sdpmessage.h:
7998         Add some defines for the standard Bandwidth types.
7999
8000 2006-09-19  Wim Taymans  <wim@fluendo.com>
8001
8002         * gst/rtsp/test.c: (main):
8003         Fix build.
8004
8005 2006-09-19  Wim Taymans  <wim@fluendo.com>
8006
8007         * gst/wavparse/gstwavparse.c:
8008         Add ms-gsm to the src template.
8009
8010 2006-09-18  Wim Taymans  <wim@fluendo.com>
8011
8012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8013         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8014         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8015         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8016         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8017         * gst/rtsp/gstrtspsrc.h:
8018         Small cleanups, added documentation.
8019         Try to clean up the requests and responses.
8020         Refactor parsing the supported methods.
8021
8022         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8023         (rtsp_connection_create), (rtsp_connection_send),
8024         (parse_response_status), (parse_request_line),
8025         (rtsp_connection_receive), (rtsp_connection_close),
8026         (rtsp_connection_free):
8027         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8028         (rtsp_transport_init), (rtsp_transport_parse),
8029         (rtsp_transport_free):
8030         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8031         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8032         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8033         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8034         Use g_return_val some more.
8035
8036         * gst/rtsp/rtspdefs.h:
8037         Add more enum values to track initial states.
8038
8039         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8040         (rtsp_message_init_request), (rtsp_message_new_response),
8041         (rtsp_message_init_response), (rtsp_message_init_data),
8042         (rtsp_message_unset), (rtsp_message_free),
8043         (rtsp_message_add_header), (rtsp_message_remove_header),
8044         (rtsp_message_get_header), (rtsp_message_set_body),
8045         (rtsp_message_take_body), (rtsp_message_get_body),
8046         (rtsp_message_steal_body), (rtsp_message_dump):
8047         * gst/rtsp/rtspmessage.h:
8048         Reorder arguments, object goes as the first one.
8049         Use g_return_val some more.
8050
8051 2006-09-18  Wim Taymans  <wim@fluendo.com>
8052
8053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8054         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8055         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8056         * gst/rtsp/gstrtspsrc.h:
8057         Export sometimes source pad with correct caps on the template, create
8058         the ghostpad from the template.
8059         Remove RTCP template as we never expose RTCP.
8060         Protect against invalid body size.
8061         Avoid memcpy when creating the output buffer.
8062         Properly post an error and send EOS when the loop function is shut down.
8063
8064 2006-09-18  Wim Taymans  <wim@fluendo.com>
8065
8066         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8067
8068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8069         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8070         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8071         * gst/rtsp/gstrtspsrc.h:
8072         Make sure we can never set an invalid location.
8073
8074         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8075         * gst/rtsp/rtspmessage.h:
8076         Added _steal_body method for future use.
8077
8078         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8079         Make freeing of NULL url return immediatly.
8080
8081 2006-09-18  Wim Taymans  <wim@fluendo.com>
8082
8083         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8084
8085         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8086         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8087         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8088         (gst_rtspsrc_change_state):
8089         * gst/rtsp/gstrtspsrc.h:
8090         Use boilerplate.
8091         Make rtspsrc subclass GstBin to make state changes easier.
8092         Add Range header field on the PLAY request.
8093
8094 2006-09-18  Wim Taymans  <wim@fluendo.com>
8095
8096         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8097
8098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8099         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8100         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8101         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8102         * gst/rtsp/rtspconnection.c: (inet_aton):
8103         Small cleanups.
8104         when multicast is selected as the transport, create UDP sources and
8105         connect to the multicast group.
8106         Move parsing and setting of caps to a common place.
8107         Fixes #349894.
8108
8109 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8110
8111         * ext/flac/gstflactag.c:
8112         * gst/alpha/gstalpha.c:
8113         * gst/debug/breakmydata.c:
8114         * gst/debug/negotiation.c:
8115         * gst/debug/testplugin.c:
8116         * gst/effectv/gstaging.c:
8117         * gst/effectv/gstdice.c:
8118         * gst/effectv/gstedge.c:
8119         * gst/effectv/gstquark.c:
8120         * gst/effectv/gstrev.c:
8121         * gst/effectv/gstshagadelic.c:
8122         * gst/effectv/gstvertigo.c:
8123         * gst/effectv/gstwarp.c:
8124         * gst/multipart/multipartdemux.c:
8125         * gst/multipart/multipartmux.c:
8126         * gst/videobox/gstvideobox.c:
8127         * gst/videofilter/gstgamma.c:
8128         * gst/videofilter/gstvideotemplate.c:
8129         * gst/videomixer/videomixer.c:
8130         * sys/sunaudio/gstsunaudiosrc.h:
8131         More G_OBJECT macro fixing.
8132
8133 2006-09-16  Wim Taymans  <wim@fluendo.com>
8134
8135         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8136
8137         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8138         Correctly set the dwLength in strh.
8139         With this patch, the file duration is now displayed correctly in window
8140         media player and the AVI plays completely. Fixes #356147
8141
8142 2006-09-15  Wim Taymans  <wim@fluendo.com>
8143
8144         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8145
8146         * sys/sunaudio/gstsunaudiomixerctrl.c:
8147         (gst_sunaudiomixer_ctrl_build_list):
8148         Set the output track as the MASTER so that the gnome-settings-daemon
8149         keybindings for changing the volume using the keyboard works.
8150         Fixes #356142.
8151
8152 2006-09-15  Wim Taymans  <wim@fluendo.com>
8153
8154         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8155         Fix documentation, it is not possible to control the framerate of jpegdec
8156         using filtered caps yet. Fixes #355210.
8157         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8158         stop when there is an error.
8159
8160 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8163         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8164           Don't interpret a first buffer with an offset of NONE as
8165           'from the middle of the stream', but only a first buffer
8166           that has a valid buffer offset that's non-zero (see #345449).
8167
8168 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8169
8170         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8171         (gst_icydemux_typefind_or_forward):
8172         * gst/icydemux/gsticydemux.h:
8173           When we merge/collect multiple incoming buffers for typefinding
8174           purposes, keep an initial 0 offset on the first outgoing buffer
8175           as well (otherwise id3demux won't work right). Fixes #345449.
8176           Also Make buffer metadata writable before setting buffer caps.
8177
8178         * tests/check/elements/icydemux.c: (typefind_succeed),
8179         (cleanup_icydemux), (push_data), (GST_START_TEST),
8180         (icydemux_suite):
8181           Small test case for the above.
8182
8183 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8184
8185         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8186         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8187         (gst_avi_demux_stream_header_push),
8188         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8189         (gst_avi_demux_loop):
8190           More code reuse and better logging in _peek_chunk(). Reintroduce check
8191           for chunk sizes before reading them (avoid oom). Better handling for 
8192           invalid chunksizes when streaming.
8193
8194 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8195
8196         * gst/level/gstlevel.c: (gst_level_set_property):
8197         * gst/level/gstlevel.h:
8198           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8199           René Stadler
8200
8201 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8202
8203         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8204         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8205         (gst_avi_demux_stream_data):
8206           Revert one change to fix streaming avi (adapter size != data size).
8207
8208 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8209
8210         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8211
8212         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8213         (gst_matroska_demux_reset),
8214         (gst_matroska_demux_read_track_encodings),
8215         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8216         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8217         (gst_matroska_demux_subtitle_caps):
8218         * gst/matroska/matroska-ids.h:
8219           Add support for VOBSUB subtitle tracks and zlib-compressed
8220           tracks. Make sure we start on a keyframe after a seek. (#343348)
8221
8222 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8223
8224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8225         (gst_matroska_demux_push_flac_codec_priv_data),
8226         (gst_matroska_demux_push_xiph_codec_priv_data),
8227         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8228         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8229         * gst/matroska/matroska-ids.h:
8230           Add basic FLAC support (#311586), not perfect yet though, needs some
8231           tweaking in flacdec; also, seeking could be better.
8232           Do better bounds checking when deserialising vorbis stream headers
8233           to make sure we don't read beyond the end of the buffer on bad input.
8234
8235 2006-09-04  Wim Taymans  <wim@fluendo.com>
8236
8237         Patch by: Alessandro Decina <alessandro at nnva dot org>
8238
8239         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8240         Seeking back in a file containing a CMML stream errors out if the seek
8241         goes back up to the CMML headers. This is because after the seek the xml
8242         processing instruction <?xml ...?> is submitted to the xml parser again, 
8243         which results in an error. The attached patch fixes the problem. 
8244         Fixes #353908.
8245
8246         * ext/annodex/gstcmmlenc.h:
8247         Fix authors name.
8248
8249
8250 2006-08-28  Andy Wingo  <wingo@pobox.com>
8251
8252         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8253         New helper function to lessen the ifdefs.
8254         (GST_INFO_OBJECT): 
8255         (gst_dv1394src_iso_receive): Use it.
8256         (gst_dv1394src_create): Also use the control sockets in iec61883
8257         mode.
8258         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8259         handle for AVC operations; fixes #348233.
8260
8261 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8262
8263         * configure.ac:
8264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8265         * docs/plugins/inspect/plugin-audiofx.xml:
8266         * docs/plugins/inspect/plugin-audiofxgood.xml:
8267         * gst/audiofx/Makefile.am:
8268         * gst/audiofx/audiofx.c:
8269         * gst/audiofxgood/.cvsignore:
8270         * gst/audiofxgood/Makefile.am:
8271         * gst/audiofxgood/audiofx.c:
8272         * gst/audiofxgood/audiopanorama.c:
8273         * gst/audiofxgood/audiopanorama.h:
8274           Rename again (audiofxgood -> audiofx).
8275
8276 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8277
8278         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8279         (gst_avi_demux_stream_scan):
8280           Initialze variables.
8281
8282 2006-08-25  Wim Taymans  <wim@fluendo.com>
8283
8284         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8285         (gst_avi_demux_init), (gst_avi_demux_finalize),
8286         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8287         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8288         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8289         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8290         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8291         (gst_avi_demux_massage_index),
8292         (gst_avi_demux_calculate_durations_from_index),
8293         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8294         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8295         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8296         (gst_avi_demux_change_state):
8297         * gst/avi/gstavidemux.h:
8298         More attempts to turn this into readable code.
8299         Don't leak adapters.
8300         Calculate duration according to index more efficiently.
8301         Don't try to act like we drive the pipeline in chain mode.
8302
8303 2006-08-25  Wim Taymans  <wim@fluendo.com>
8304
8305         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8306         Fix build.
8307
8308 2006-08-25  Wim Taymans  <wim@fluendo.com>
8309
8310         Patch by: Alessandro Decina <alessandro at nnva dot org>
8311
8312         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8313         Do some extra sanity checks.
8314         Fixes #350340.
8315
8316         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8317         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8318         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8319         Check if clip->start_time is valid before adding the clip to the
8320         track list.
8321         Reset enc->preamble going from PAUSED to READY.
8322         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8323         only used for EOS.
8324         Only post an error message if we were the one that created the fatal
8325         GstFlowReturn value.
8326
8327         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8328         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8329         Parse the seconds field of the npt-sec time format using %llu rather than
8330         %d and check that the value scaled by GST_SECOND doesn't overflow.
8331         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8332         Lookup a clip's track with clip->track rather than clip->id which
8333         makes no sense.
8334         Identify a clip by its track and start time and not its xml id.
8335         do some more input checking and make sure we don't do undefined shifts.
8336
8337         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8338         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8339         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8340         (push_clip), (push_empty_clip), (check_output_clip),
8341         (GST_START_TEST), (cmmldec_suite):
8342         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8343         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8344         (check_headers), (push_clip), (check_clip_times), (check_clip),
8345         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8346         Added some more checks.
8347
8348 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8349
8350         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8351         (gst_audio_panorama_set_property),
8352         (gst_audio_panorama_get_property),
8353         (gst_audio_panorama_transform_m2s_int),
8354         (gst_audio_panorama_transform_s2s_int),
8355         (gst_audio_panorama_transform_m2s_float),
8356         (gst_audio_panorama_transform_s2s_float):
8357         * gst/audiofxgood/audiopanorama.h:
8358         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8359           Make also the pan-property float (saves scaling and yields better
8360           resolution)
8361
8362 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8363
8364         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8365         (gst_audio_panorama_transform_m2s_float),
8366         (gst_audio_panorama_transform_s2s_float):
8367           ChangeLog surgery to add cymax's real name
8368
8369
8370 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8371
8372         Patch by: René Stadler <mail@renestadler.de>
8373
8374         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8375         (gst_audio_panorama_transform_m2s_int),
8376         (gst_audio_panorama_transform_s2s_int),
8377         (gst_audio_panorama_transform_m2s_float),
8378         (gst_audio_panorama_transform_s2s_float),
8379         (gst_audio_panorama_transform):
8380         * gst/audiofxgood/audiopanorama.h:
8381           Added float support
8382
8383 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8384
8385         * gst/audiofxgood/audiopanorama.c:
8386         (gst_audio_panorama_transform_m2s):
8387           Fix docs & debug category. Add Fixme for volume pan levels.
8388
8389 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8390
8391         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8392         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8393         (gst_avi_demux_stream_header_pull),
8394         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8395         (gst_avi_demux_chain):
8396           unbreak AVI index handling, some more debug, remove an obsolete
8397           adapter_flush that caused streaming to wander off in the wild
8398
8399 2006-08-24  Wim Taymans  <wim@fluendo.com>
8400
8401         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8402         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8403         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8404         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8405         (gst_avi_demux_calculate_durations_from_index),
8406         (gst_avi_demux_stream_header_push),
8407         (gst_avi_demux_stream_header_pull):
8408         * gst/avi/gstavidemux.h:
8409         Some more cleanups. 
8410         Fix totalFrames parsing in ODML.
8411         Disable use of index for length calculation in case of ODML as this is
8412         broken now.
8413
8414 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8417           Use libgsttag helper function here too.
8418
8419 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8420
8421         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8422         (gst_avi_demux_init), (gst_avi_demux_dispose),
8423         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8424         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8425         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8426         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8427         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8428         (gst_avi_demux_parse_subindex),
8429         (gst_avi_demux_read_subindexes_push),
8430         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8431         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8432         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8433         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8434         (gst_avi_demux_stream_header_pull),
8435         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8436         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8437         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8438         (gst_avi_demux_change_state):
8439         * gst/avi/gstavidemux.h:
8440           Initial streaming support for avidemux (fixes #336465)
8441
8442 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8443
8444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8445           There is no taglibmux element ...
8446
8447         * gst/rtsp/gstrtspsrc.c:
8448           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8449           was complaining about unknown entity here.
8450
8451 2006-08-22  Wim Taymans  <wim@fluendo.com>
8452
8453         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8454         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8455         (gst_avi_demux_process_next_entry):
8456         * gst/avi/gstavidemux.h:
8457         Mark DISCONT.
8458         Remove old unused fields and reorder the struct a bit.
8459
8460 2006-08-22  Wim Taymans  <wim@fluendo.com>
8461
8462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8463         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8464         (gst_rtspsrc_pause):
8465         * gst/rtsp/gstrtspsrc.h:
8466         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8467         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8468         Small documentation updates.
8469
8470 2006-08-22  Wim Taymans  <wim@fluendo.com>
8471
8472         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8473         (gst_avi_demux_index_entry_for_time),
8474         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8475         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8476         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8477         (gst_avi_demux_next_data_buffer),
8478         (gst_avi_demux_calculate_durations_from_index),
8479         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8480         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8481         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8482         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8483         * gst/avi/gstavidemux.h:
8484         Precalc most of the duration query for each stream.
8485         Make seeking more correct.
8486         Use GstSegment to track position and duration.
8487         Code cleanups and leak fixes.
8488         Calculate correct total duration based on index length.
8489
8490 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8491
8492         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8493         (parse_insert_string_field):
8494           If strings in text fields are marked ISO8859-1, but contain
8495           valid UTF-8 already, then handle them as UTF-8 and ignore
8496           the encoding. (#351794)
8497
8498 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8499
8500         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8501         (gst_flac_dec_write), (gst_flac_dec_loop),
8502         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8503         (gst_flac_dec_src_query):
8504         * ext/flac/gstflacdec.h:
8505           Make flac-in-ogg work (#352100).
8506
8507 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8508
8509         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8510           Don't unref buffers of which we've already given away
8511           ownership to the adapter.
8512
8513 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8514
8515         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8516           Make metadata extraction actually work.
8517
8518         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8519         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8520         (gst_speexenc_chain):
8521           Fix metadata writing: replace old code which wrote completely
8522           broken tags with libgsttag-based code. Plus miscellaneous
8523           code cleanups (use static pad templates etc.) and a bunch
8524           of leak fixes.
8525
8526 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8527
8528         * gst/audiopanorama/.cvsignore:
8529         * gst/audiopanorama/Makefile.am:
8530         * gst/audiopanorama/audiofx.c:
8531         * gst/audiopanorama/audiopanorama.c:
8532         * gst/audiopanorama/audiopanorama.h:
8533           die! die! die! you should never have been there
8534
8535 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8536
8537         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8538         Fix invalid memory access in audiopanorama test suite.
8539
8540 2006-08-21  Edward Hervey  <edward@fluendo.com>
8541
8542         * tests/check/elements/.cvsignore:
8543         ignore built file
8544
8545 2006-08-21  Wim Taymans  <wim@fluendo.com>
8546
8547         * gst/rtp/Makefile.am:
8548         Fix the build again.
8549
8550 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8551
8552         * gst/audiofxgood/.cvsignore:
8553         * gst/audiofxgood/Makefile.am:
8554         * gst/audiofxgood/audiofx.c: (plugin_init):
8555         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8556         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8557         (gst_audio_panorama_set_property),
8558         (gst_audio_panorama_get_property),
8559         (gst_audio_panorama_get_unit_size),
8560         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8561         (gst_audio_panorama_transform_m2s),
8562         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8563         * gst/audiofxgood/audiopanorama.h:
8564           resubmit with the desired name *again*
8565
8566 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8567
8568         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8569         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8570           use g_assert in _get_unit_size
8571
8572 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8573
8574         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8576         * docs/plugins/inspect/plugin-audiofxgood.xml:
8577           cleanup -unused.txt to make it useful, add previously missing docs
8578
8579         * ext/Makefile.am:
8580           Quietly (accidentally) enable LADSPA for building by default, 
8581           despite the fact that it doesn't meet the plugin checklist.
8582             -- Added by Jan Schmidt 18 Dec 2006
8583
8584         * ext/esd/esdmon.c:
8585         * ext/esd/esdsink.c:
8586         * ext/esd/gstesd.c: (plugin_init):
8587           reflow to get rid of two external symbols
8588
8589         * gst/audiofxgood/audiofx.c: (plugin_init):
8590           re-add
8591
8592 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8593
8594         * configure.ac:
8595         * gst/audiofxgood/.cvsignore:
8596         * gst/audiofxgood/Makefile.am:
8597         * gst/audiofxgood/audiofx.c
8598         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8599         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8600         (gst_audio_panorama_set_property),
8601         (gst_audio_panorama_get_property),
8602         (gst_audio_panorama_get_unit_size),
8603         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8604         (gst_audio_panorama_transform_m2s),
8605         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8606         * gst/audiofxgood/audiopanorama.h:
8607         * tests/check/Makefile.am:
8608         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8609         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8610         (panorama_suite), (main):
8611         Add audiofxgood plugin with audiopanorama element
8612
8613 2006-08-18  Wim Taymans  <wim@fluendo.com>
8614
8615         * docs/plugins/Makefile.am:
8616         More Oss docs fixage. 
8617
8618 2006-08-18  Wim Taymans  <wim@fluendo.com>
8619
8620         * gst/rtp/Makefile.am:
8621         * gst/rtp/gstrtp.c: (plugin_init):
8622         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8623         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8624         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8625         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8626         (gst_rtp_sv3v_depay_get_property),
8627         (gst_rtp_sv3v_depay_change_state),
8628         (gst_rtp_sv3v_depay_plugin_init):
8629         * gst/rtp/gstrtpsv3vdepay.h:
8630         Added experimental SVQ3 depayloader.
8631
8632 2006-08-18  Edward Hervey  <edward@fluendo.com>
8633
8634         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8635         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8636         * ext/dv/gstdvdemux.h:
8637         When handling seek requests, don't send the newsegment event from the
8638         calling thread. Instead save it so it can be sent from the streaming
8639         thread.
8640
8641 2006-08-17  Wim Taymans  <wim@fluendo.com>
8642
8643         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8644
8645         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8646         Accept leading whitespace before the boundary
8647         This patch makes the demuxer allow some whitespace before the actual
8648         boundary. This makes the demuxer work with the ``old'' gstreamer
8649         multipartmuxer again (which placed an extra \n before the start
8650         of the stream) Fixes #349068.
8651
8652 2006-08-17  Wim Taymans  <wim@fluendo.com>
8653
8654         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8655         Error out on non-implemented stuff.
8656
8657 2006-08-16  Wim Taymans  <wim@fluendo.com>
8658
8659         Patch by: Andy Wingo <wingo at pobox dot com>
8660
8661         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8662         (gst_signal_processor_start), (gst_signal_processor_stop),
8663         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8664         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8665         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8666         (gst_signal_processor_change_state):
8667         Make ladspa elements reusable. Fixes #350006.
8668
8669 2006-08-16  Wim Taymans  <wim@fluendo.com>
8670
8671         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8672         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8673         names as possible. Fixes #349901.
8674
8675 2006-08-16  Wim Taymans  <wim@fluendo.com>
8676
8677         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8678         (gst_signal_processor_do_pushes):
8679         A push() gives away our refcount so we should not use the buffer on the
8680         pen anymore.
8681
8682 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8683
8684         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8685         (gst_oss_mixer_element_finalize):
8686           Don't leak device string.
8687
8688 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8689
8690         * configure.ac:
8691           Require CVS of GStreamer core and -base (for
8692           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8693
8694         * ext/taglib/gstid3v2mux.cc:
8695           Write extended comment tags properly (#348762).
8696
8697         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8698         (parse_comment_frame):
8699           Extract COMM frames into extended comments, which makes it
8700           easier to properly retain the description bit of the tag
8701           and maintain this information when re-tagging (#348762).
8702
8703 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8704
8705         * tests/check/Makefile.am:
8706           Don't try to run annodex unit tests if the annodex
8707           plugin has not been built (Fixes #351116).
8708
8709 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8710
8711         * gst/autodetect/gstautoaudiosink.c:
8712         (gst_auto_audio_sink_find_best):
8713           When we can't find a usable audiosink, don't error out,
8714           but use a fake sink instead and post a warning message
8715           on the bus (#341278).
8716
8717 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8720         * sys/oss/gstosssink.c:
8721         * sys/oss/gstosssrc.c:
8722           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8723           ossmixer's new device property.
8724
8725         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8726         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8727           Add docs for OSS elements.
8728
8729         * docs/plugins/inspect/plugin-aasink.xml:
8730         * docs/plugins/inspect/plugin-alaw.xml:
8731         * docs/plugins/inspect/plugin-alpha.xml:
8732         * docs/plugins/inspect/plugin-alphacolor.xml:
8733         * docs/plugins/inspect/plugin-annodex.xml:
8734         * docs/plugins/inspect/plugin-apetag.xml:
8735         * docs/plugins/inspect/plugin-auparse.xml:
8736         * docs/plugins/inspect/plugin-autodetect.xml:
8737         * docs/plugins/inspect/plugin-avi.xml:
8738         * docs/plugins/inspect/plugin-cacasink.xml:
8739         * docs/plugins/inspect/plugin-cairo.xml:
8740         * docs/plugins/inspect/plugin-cdio.xml:
8741         * docs/plugins/inspect/plugin-cutter.xml:
8742         * docs/plugins/inspect/plugin-debug.xml:
8743         * docs/plugins/inspect/plugin-dv.xml:
8744         * docs/plugins/inspect/plugin-efence.xml:
8745         * docs/plugins/inspect/plugin-effectv.xml:
8746         * docs/plugins/inspect/plugin-esdsink.xml:
8747         * docs/plugins/inspect/plugin-flac.xml:
8748         * docs/plugins/inspect/plugin-flxdec.xml:
8749         * docs/plugins/inspect/plugin-gconfelements.xml:
8750         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8751         * docs/plugins/inspect/plugin-goom.xml:
8752         * docs/plugins/inspect/plugin-halelements.xml:
8753         * docs/plugins/inspect/plugin-icydemux.xml:
8754         * docs/plugins/inspect/plugin-id3demux.xml:
8755         * docs/plugins/inspect/plugin-jpeg.xml:
8756         * docs/plugins/inspect/plugin-level.xml:
8757         * docs/plugins/inspect/plugin-matroska.xml:
8758         * docs/plugins/inspect/plugin-mulaw.xml:
8759         * docs/plugins/inspect/plugin-multipart.xml:
8760         * docs/plugins/inspect/plugin-navigationtest.xml:
8761         * docs/plugins/inspect/plugin-ossaudio.xml:
8762         * docs/plugins/inspect/plugin-png.xml:
8763         * docs/plugins/inspect/plugin-rtp.xml:
8764         * docs/plugins/inspect/plugin-rtsp.xml:
8765         * docs/plugins/inspect/plugin-shout2send.xml:
8766         * docs/plugins/inspect/plugin-smpte.xml:
8767         * docs/plugins/inspect/plugin-speex.xml:
8768         * docs/plugins/inspect/plugin-taglib.xml:
8769         * docs/plugins/inspect/plugin-udp.xml:
8770         * docs/plugins/inspect/plugin-videobalance.xml:
8771         * docs/plugins/inspect/plugin-videobox.xml:
8772         * docs/plugins/inspect/plugin-videoflip.xml:
8773         * docs/plugins/inspect/plugin-videomixer.xml:
8774         * docs/plugins/inspect/plugin-wavenc.xml:
8775         * docs/plugins/inspect/plugin-wavparse.xml:
8776         * docs/plugins/inspect/plugin-ximagesrc.xml:
8777           Update to CVS version.
8778           
8779 2006-08-16  Wim Taymans  <wim@fluendo.com>
8780
8781         * gst/rtp/gstrtpamrdepay.c:
8782         * gst/rtp/gstrtpmp4gdepay.c:
8783         Caps extra properties must be defined as strings for
8784         depayloaders because they are generated from an SDP.
8785
8786         * gst/rtp/Makefile.am:
8787         * gst/rtp/gstrtp.c: (plugin_init):
8788         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8789         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8790         (gst_rtp_h264_depay_finalize), (decode_base64),
8791         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8792         (gst_rtp_h264_depay_set_property),
8793         (gst_rtp_h264_depay_get_property),
8794         (gst_rtp_h264_depay_change_state),
8795         (gst_rtp_h264_depay_plugin_init):
8796         * gst/rtp/gstrtph264depay.h:
8797         Added basic, not completely functional RFC 3984 H264 depayloader.
8798
8799 2006-08-16  Wim Taymans  <wim@fluendo.com>
8800
8801         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8802         Add pads after setting them up.
8803
8804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8805         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8806         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8807         (gst_rtspsrc_stream_setup_rtp),
8808         (gst_rtspsrc_stream_configure_transport),
8809         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8810         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8811         (gst_rtspsrc_pause):
8812         * gst/rtsp/gstrtspsrc.h:
8813         Fix interleaved mode.
8814          - Protect streaming with lock.
8815          - Combine flows
8816          - set caps on outgoing buffers.
8817          - strip trailing \0 from data packets.
8818          - Configure RTP/RTCP in stream.
8819         Use DEBUG_OBJECT more.
8820
8821 2006-08-16  Wim Taymans  <wim@fluendo.com>
8822
8823         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8824         Turn a g_print into a DEBUG line.
8825
8826 2006-08-13  Wim Taymans  <wim@fluendo.com>
8827
8828         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8829         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8830         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8831         (gst_oss_mixer_element_get_property),
8832         (gst_oss_mixer_element_change_state):
8833         * sys/oss/gstossmixerelement.h:
8834         Small cleanups. Better error reporting.
8835         Add device property for the mixer instead of the hardcoded
8836         /dev/mixer. Fixes #350785.
8837         API: GstOssMixerElement::device property
8838
8839 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8840
8841         Patch by: Jens Granseuer <jensgr at gmx net>
8842
8843         * gconf/Makefile.am:
8844           Make --disable-schemas work right (they still need
8845           to be copied to the installation directory, just not
8846           applied). Fixes #351347 (also #344100).
8847           
8848 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8849
8850         * configure.ac: back to HEAD
8851
8852 === release 0.10.4 ===
8853
8854 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8855
8856         * configure.ac:
8857           releasing 0.10.4, "Dear Leader"
8858
8859 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8860
8861         Patch by: Edward Hervey <edward@fluendo.com>
8862
8863         * configure.ac:
8864         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8865         (gst_wavparse_stream_data):
8866         Send the newsegment event in the streaming thread.
8867         Fixes #347529
8868
8869 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8870
8871         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8872         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8873         (gst_smokeenc_resync), (gst_smokeenc_chain):
8874           Refuse sink caps in the encoder if width or height is not a
8875           multiple of 16, the encoder does not support that yet (#349939);
8876           along the same lines, check the return value of the encoder
8877           setup function; also remove some debug log clutter.
8878
8879 2006-08-04  Andy Wingo  <wingo@pobox.com>
8880
8881         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8882         whether a processor can work in place or not, and for keeping
8883         track of its state. Change the FlowReturn instance variable from
8884         "state" to "flow_state", all callers changed.
8885
8886         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8887         (gst_signal_processor_start, gst_signal_processor_stop)
8888         (gst_signal_processor_cleanup): New functions to manage the
8889         processor's state.
8890         (gst_signal_processor_setcaps): start() as well as setup() here.
8891         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8892         (gst_signal_processor_change_state): Stop and cleanup the
8893         processor as we go to NULL.
8894
8895         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8896         INPLACE_BROKEN is not set.
8897
8898         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8899         Do the alloc_buffer in bytes, not frames.
8900         
8901 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8902
8903         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8904         Fix rgb masks when recording in < 24bpp.
8905
8906 2006-08-04  Andy Wingo  <wingo@pobox.com>
8907
8908         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8909         (gst_signal_processor_prepare)
8910         (gst_signal_processor_update_inputs)
8911         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8912         (gst_signal_processor_flush)
8913         (gst_signal_processor_sink_activate_push)
8914         (gst_signal_processor_src_activate_pull)
8915         (gst_signal_processor_change_state): Remove the last of the code
8916         that assumes that we process whole buffers at a time. Fix some
8917         debugging. Seems to work now in some cases.
8918         (gst_signal_processor_src_activate_pull): BPB
8919
8920 2006-08-01  Andy Wingo  <wingo@pobox.com>
8921
8922         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8923         Fix nframes-choosing.
8924         (gst_signal_processor_init): Init pending_in and pending_out.
8925
8926         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8927         more default sample rate, although we never check that the sample
8928         rate actually gets set. Something for the future.
8929         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8930         (gst_signal_processor_event): Refcount fixen.
8931         (gst_signal_processor_process): Pull the number of frames to
8932         process from the sizes of the buffers in the input pens.
8933         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8934         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8935         it instead of buffer_frames.
8936         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8937         to do_pulls.
8938         (gst_signal_processor_chain)
8939         (gst_signal_processor_sink_activate_push)
8940         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8941
8942         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8943
8944 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8945
8946         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8947         (gst_signal_processor_process):
8948           don't query buffer-frames from caps, add lots of debug-log,
8949           try fix for assert (#349189)
8950
8951 2006-07-31  Wim Taymans  <wim@fluendo.com>
8952
8953         * gst/udp/gstudpsrc.c:
8954         Fix docs.
8955
8956 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8957
8958         * ext/ladspa/gstsignalprocessor.c:
8959         (gst_signal_processor_add_pad_from_template),
8960         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8961         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8962         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8963         (gst_signal_processor_sink_activate_push),
8964         (gst_signal_processor_src_activate_pull),
8965         (gst_signal_processor_change_state):
8966          Add debugs logs here and there, add more error handling, add some
8967          FIXME comments, filed #349189
8968
8969 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8970
8971         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8972         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8973         Set caps on buffer correctly.  Fixes bug #349155.
8974
8975 2006-07-28  Wim Taymans  <wim@fluendo.com>
8976
8977         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8978
8979         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8980         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8981         (gst_multipart_demux_finalize), (get_line_end),
8982         (multipart_parse_header), (multipart_find_boundary),
8983         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8984         (gst_multipart_set_property), (gst_multipart_get_property):
8985         Uses GstAdapter instead of own buffering.
8986         Actually parses the mime-type correctly (In tests the mime-type was
8987         always "" with the old version).
8988         Uses the Content-length header if available to speed up things.
8989         Reliably autoscans the boundary name by default.
8990         Fixes #349068.
8991
8992         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8993         Don't start the stream with a \n.
8994
8995 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8996
8997         Patch by: Brian Cameron <brian dot cameron at sun com>
8998
8999         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9000           Open source with O_NONBLOCK (#349015).
9001
9002 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9003
9004         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9005         (gst_avi_demux_massage_index):
9006         * gst/avi/gstavidemux.h:
9007           Whitespace fixes and more debug
9008
9009 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9010
9011         * gst/autodetect/gstautoaudiosink.c:
9012         (gst_auto_audio_sink_create_element_with_pretty_name),
9013         (gst_auto_audio_sink_find_best),
9014         (gst_auto_audio_sink_change_state):
9015           Get rid of old and unused magic sound-server properties stuff.
9016           Add suffix to child sink's name that makes it easy to see from
9017           the name alone which type it actually is (alsa, oss, esd, etc.).
9018
9019 2006-07-27  Wim Taymans  <wim@fluendo.com>
9020
9021         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9022         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9023         (gst_udpsrc_start):
9024         * gst/udp/gstudpsrc.h:
9025         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9026         not some sort of feature we enable.
9027
9028 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9029
9030         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9031           Use CLOSE_SOCKET() here instead of close() to maintain
9032           win32 workiness.
9033
9034 2006-07-27  Wim Taymans  <wim@fluendo.com>
9035
9036         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9037
9038         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9039         (gst_udpsrc_create), (gst_udpsrc_set_property),
9040         (gst_udpsrc_get_property), (gst_udpsrc_start):
9041         * gst/udp/gstudpsrc.h:
9042         Added "buffer-size" property to control the kernel receive buffer size.
9043         Update documentation.
9044         Small cleanups. Fixes #348752.
9045         API: buffer-size property
9046
9047 2006-07-26  Wim Taymans  <wim@fluendo.com>
9048
9049         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9050
9051         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9052         (gst_rtp_pcma_pay_handle_buffer):
9053         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9054         (gst_rtp_pcmu_pay_handle_buffer):
9055         Fix timestamp calculation on outgoing RTP packets.
9056         Fixes #348675.
9057
9058 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9059
9060         * ext/taglib/gstid3v2mux.cc:
9061           Fix writing of comment frames (should be COMM not TCOM),
9062           is still sub-optimal though, since we don't retain or
9063           extract the comment descriptions properly (#334375,
9064           also see #334375).
9065
9066 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9067
9068         * gst/wavparse/gstwavparse.c:
9069           #define 'fact' RIFF chunk if we are not compiling against
9070           -base CVS (we don't want to depend on -base CVS for this
9071           one define only, and also not for release order reasons).
9072
9073 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * ext/taglib/gstid3v2mux.cc:
9076           Handle multiple tags of the same type properly. Re-inject
9077           unparsed ID3v2 frames that we get as binary blobs from
9078           id3demux into the tag again so we don't lose information
9079           when retagging (#334375).
9080
9081 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9084           Document newly-added properties properly, so that there is a
9085           'Since: 0.10.4' in the plugin docs. Convert some property
9086           names into canonical GObject style (GObject will do that
9087           internally anyway).
9088
9089 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         * gst/id3demux/id3tags.c:
9092         (id3demux_add_id3v2_frame_blob_to_taglist):
9093           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9094           well, and add the version to the blob's buffer caps, since that
9095           information will be needed for deserialisation later on (#348644).
9096
9097 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9098
9099         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9100         (gst_avi_demux_parse_stream):
9101          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9102          indentation and spacing.
9103
9104 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9105
9106         * docs/plugins/Makefile.am:
9107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9109         * docs/plugins/gst-plugins-good-plugins.args:
9110         * docs/plugins/inspect/plugin-1394.xml:
9111         * docs/plugins/inspect/plugin-aasink.xml:
9112         * docs/plugins/inspect/plugin-alaw.xml:
9113         * docs/plugins/inspect/plugin-alpha.xml:
9114         * docs/plugins/inspect/plugin-alphacolor.xml:
9115         * docs/plugins/inspect/plugin-annodex.xml:
9116         * docs/plugins/inspect/plugin-apetag.xml:
9117         * docs/plugins/inspect/plugin-auparse.xml:
9118         * docs/plugins/inspect/plugin-autodetect.xml:
9119         * docs/plugins/inspect/plugin-avi.xml:
9120         * docs/plugins/inspect/plugin-cacasink.xml:
9121         * docs/plugins/inspect/plugin-cairo.xml:
9122         * docs/plugins/inspect/plugin-cdio.xml:
9123         * docs/plugins/inspect/plugin-cutter.xml:
9124         * docs/plugins/inspect/plugin-debug.xml:
9125         * docs/plugins/inspect/plugin-dv.xml:
9126         * docs/plugins/inspect/plugin-efence.xml:
9127         * docs/plugins/inspect/plugin-effectv.xml:
9128         * docs/plugins/inspect/plugin-esdsink.xml:
9129         * docs/plugins/inspect/plugin-flac.xml:
9130         * docs/plugins/inspect/plugin-flxdec.xml:
9131         * docs/plugins/inspect/plugin-gconfelements.xml:
9132         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9133         * docs/plugins/inspect/plugin-goom.xml:
9134         * docs/plugins/inspect/plugin-halelements.xml:
9135         * docs/plugins/inspect/plugin-icydemux.xml:
9136         * docs/plugins/inspect/plugin-id3demux.xml:
9137         * docs/plugins/inspect/plugin-jpeg.xml:
9138         * docs/plugins/inspect/plugin-level.xml:
9139         * docs/plugins/inspect/plugin-matroska.xml:
9140         * docs/plugins/inspect/plugin-mulaw.xml:
9141         * docs/plugins/inspect/plugin-multipart.xml:
9142         * docs/plugins/inspect/plugin-navigationtest.xml:
9143         * docs/plugins/inspect/plugin-ossaudio.xml:
9144         * docs/plugins/inspect/plugin-png.xml:
9145         * docs/plugins/inspect/plugin-rtp.xml:
9146         * docs/plugins/inspect/plugin-rtsp.xml:
9147         * docs/plugins/inspect/plugin-shout2send.xml:
9148         * docs/plugins/inspect/plugin-smpte.xml:
9149         * docs/plugins/inspect/plugin-speex.xml:
9150         * docs/plugins/inspect/plugin-udp.xml:
9151         * docs/plugins/inspect/plugin-videobalance.xml:
9152         * docs/plugins/inspect/plugin-videobox.xml:
9153         * docs/plugins/inspect/plugin-videoflip.xml:
9154         * docs/plugins/inspect/plugin-videomixer.xml:
9155         * docs/plugins/inspect/plugin-wavenc.xml:
9156         * docs/plugins/inspect/plugin-wavparse.xml:
9157         * docs/plugins/inspect/plugin-ximagesrc.xml:
9158           Update files to CVS/Prerelease version, add esdsink docs.
9159
9160         * ext/esd/esdsink.c:
9161           Add gtk-doc blurb.
9162
9163         * gst/rtp/gstrtpmp4vpay.c:
9164           Fix typo in element description.
9165
9166 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9167
9168         * ext/esd/esdsink.c: (gst_esdsink_open),
9169         (gst_esdsink_factory_init):
9170           Prevent libesd from auto-spawning a sound daemon if it
9171           is not already running. Now that we don't do evil stuff
9172           like that any longer we can give esdsink a rank so that
9173           autoaudiosink will try it as well if all other audio
9174           sinks fail (#343051).
9175
9176 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * ext/esd/Makefile.am:
9179           Oops, need to remove README from EXTRA_DIST as well.
9180
9181 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * ext/esd/README:
9184           Remove, it contains nothing useful anyway.
9185
9186         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9187         (gst_esdsink_delay):
9188           Some small clean-ups; use GST_BOILERPLATE etc.
9189
9190 2006-07-24  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst/law/alaw-decode.c: (alawdec_getcaps):
9193         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9194         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9195         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9196         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9197
9198 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9199
9200         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9201         (gst_wavparse_other), (gst_wavparse_perform_seek),
9202         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9203         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9204         (gst_wavparse_pad_query):
9205         * gst/wavparse/gstwavparse.h:
9206           Use information from 'fact' chunk for length calculation of compressed
9207           samples. Calculate bps if bogus value is found in wav header (embeded
9208           mp2/mp3).
9209           
9210
9211 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9212
9213         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9214
9215         * configure.ac:
9216         * gst/udp/Makefile.am:
9217         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9218         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9219         * gst/udp/gstdynudpsink.h:
9220         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9221         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9222         * gst/udp/gstmultiudpsink.h:
9223         * gst/udp/gstudp.c: (plugin_init):
9224         * gst/udp/gstudpsink.h:
9225         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9226         (gst_udpsrc_start), (gst_udpsrc_stop):
9227         * gst/udp/gstudpsrc.h:
9228         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9229         (gst_udp_net_utils_win32_wsa_startup):
9230         * gst/udp/gstudpnetutils.h:
9231           Port udp plugin to win32 (#345288).
9232
9233 2006-07-24  Wim Taymans  <wim@fluendo.com>
9234
9235         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9236         Remove unwanted DEBUG line.
9237
9238 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9239
9240         * gst/id3demux/gstid3demux.c: (plugin_init):
9241         * gst/id3demux/id3tags.c:
9242         (id3demux_add_id3v2_frame_blob_to_taglist):
9243         * gst/id3demux/id3tags.h:
9244           On second thought, it might be wiser and more efficient
9245           not to do tag registration from a streaming thread.
9246
9247 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9248
9249         * gst/id3demux/id3tags.c:
9250         (id3demux_add_id3v2_frame_blob_to_taglist),
9251         (id3demux_id3v2_frames_to_tag_list):
9252           Put ID3v2 frames we can't parse as binary blobs into private
9253           tags, so that they are not lost when retagging, at least once
9254           id3v2mux has been taught to re-inject those frames again.
9255           See bug #334375.
9256
9257 2006-07-21  Wim Taymans  <wim@fluendo.com>
9258
9259         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9260         (gst_avi_demux_process_next_entry):
9261         Fix some leaks.
9262
9263         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9264         Don't use \n in debug lines.
9265
9266 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9267
9268         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9269         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9270           Add annodex and icydemux, cleanup the sections a bit
9271
9272 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         Patch by: Alex Lancaster <alexl at users sourceforge net>
9275
9276         * ext/taglib/gstid3v2mux.cc:
9277           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9278           ID3v2 TSSE frames (#347898).
9279
9280 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9281
9282         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9283           Respect mpegversion for "video/mpeg" and give message in case of
9284           unhandled versions.
9285
9286 2006-07-17  Wim Taymans  <wim@fluendo.com>
9287
9288         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9289         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9290         (gst_pngdec_chain), (gst_pngdec_sink_event),
9291         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9292         (gst_pngdec_sink_activate_push):
9293         * ext/libpng/gstpngdec.h:
9294         Use statically allocated segment instead of leaking.
9295         Various cleanups.
9296         Fix flush and seek handling.
9297
9298 2006-07-16  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst/rtp/Makefile.am:
9301         * gst/rtp/gstrtp.c: (plugin_init):
9302         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9303         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9304         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9305         (gst_rtp_mp4g_depay_set_property),
9306         (gst_rtp_mp4g_depay_get_property),
9307         (gst_rtp_mp4g_depay_change_state),
9308         (gst_rtp_mp4g_depay_plugin_init):
9309         * gst/rtp/gstrtpmp4gdepay.h:
9310         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9311         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9312         (gst_rtp_mp4g_pay_flush):
9313         Added simple generic mpeg4 depayloader.
9314         Fix generic mpeg4 payloader.
9315
9316 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9317
9318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9319           Don't try doing state changes on a NULL pointer.
9320
9321 2006-07-14  Wim Taymans  <wim@fluendo.com>
9322
9323         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9324
9325         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9326         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9327         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9328         * gst/rtp/gstrtpamrdepay.h:
9329         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9330         Fixes #321191
9331
9332 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9333
9334         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9335         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9336         Fix segfault when moving mouse pointer to the bottom right corner.
9337
9338 2006-07-12  Wim Taymans  <wim@fluendo.com>
9339
9340         * gst/rtp/Makefile.am:
9341         * gst/rtp/gstrtp.c: (plugin_init):
9342         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9343         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9344         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9345         (gst_rtp_mp2t_depay_set_property),
9346         (gst_rtp_mp2t_depay_get_property),
9347         (gst_rtp_mp2t_depay_change_state),
9348         (gst_rtp_mp2t_depay_plugin_init):
9349         * gst/rtp/gstrtpmp2tdepay.h:
9350         Added mpeg2 TS depayloader. Closing #347234.
9351
9352 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9355           Remove g_assert that shouldn't be there and was triggered
9356           after trying to open a device that doesn't exist or can't
9357           be opened for some other reason (#347972).
9358
9359 2006-07-10  Edward Hervey  <edward@fluendo.com>
9360
9361         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9362         (gst_avi_demux_stream_header), (push_tag_lists):
9363         * gst/avi/gstavidemux.h:
9364         Don't push tag events found by gst_riff_parse_info() before outputting
9365         GST_EVENT_NEWSEGMENT.
9366
9367 2006-07-10  Wim Taymans  <wim@fluendo.com>
9368
9369         * gst/rtsp/Makefile.am:
9370         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9371         (rtsp_connection_close):
9372         * gst/rtsp/rtspdefs.h:
9373         replaced closesocket and close in code with one CLOSE_SOCKET. 
9374         Some more cleanups. Fixes #345301.
9375
9376 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9377
9378         * gst/autodetect/gstautoaudiosink.c:
9379           Fix example pipeline in docs.
9380
9381 2006-07-10  Wim Taymans  <wim@fluendo.com>
9382
9383         Patch by: Rob Taylor <robtaylor at floopily dot org>
9384
9385         * gst/udp/gstmultiudpsink.c: (join_multicast),
9386         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9387         If a destination is added before the stream is set to PAUSED, the
9388         multicast group is not joined as the socket is not created yet. 
9389         Also TTL and LOOP should also be set. Fixes #346921.
9390
9391 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9392
9393         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9394         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9395         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9396         (gst_ximage_src_init):
9397         * sys/ximage/gstximagesrc.h:
9398         Fix use-damage property to actually work :)
9399         Add startx, starty, endx, endy properties so screencasts other than full
9400         screen ones can work.
9401
9402 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9403
9404         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9405         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9406         (gst_ximage_src_class_init), (gst_ximage_src_init):
9407         * sys/ximage/gstximagesrc.h:
9408         Add use_damage property to offer ability to choose whether to use
9409         XDamage or not.
9410
9411 2006-07-07  Wim Taymans  <wim@fluendo.com>
9412
9413         * gst/goom/filters.c: (zoomFilterSetResolution):
9414         Avoid goom coredumping by clearing memory. 
9415         Fixes 345679.
9416
9417 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9418
9419         * win32/vs6/libgstid3demux.dsp:
9420         Add a link to libgsttag-0.10.lib.
9421
9422 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9423
9424         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9425         (gst_tag_demux_read_range):
9426         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9427         (gst_id3demux_read_range):
9428           Don't return FLOW_UNEXPECTED when a buffer is before
9429           the start of the stream (which might happen with
9430           large ID3v2 tags if the tag reading was done pullrange
9431           based and we then switched to push mode later on).
9432           Fixes regression introduced by commit from June 29th.
9433
9434 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9435
9436         * ext/taglib/gstid3v2mux.cc:
9437           Make UTF-8 the default encoding when writing string
9438           tags (before, our UTF-8 strings would automatically
9439           be converted to ISO-8859-1 by taglib and written as
9440           ISO-8859-1 fields if that was possible).
9441
9442         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9443         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9444         (test_taglib_id3mux_with_tags):
9445           Add test case that makes sure our UTF-8 strings have
9446           actually been written into the tag as UTF-8.
9447
9448 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9449
9450         * configure.ac:
9451           Let's try that again.
9452
9453 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9454
9455         * configure.ac:
9456           Disable monoscope plugin for now until it fulfills
9457           all the requirements.
9458
9459 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9460
9461         * configure.ac:
9462         * gst/monoscope/Makefile.am:
9463         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9464         (gst_monoscope_class_init), (gst_monoscope_init),
9465         (gst_monoscope_finalize), (gst_monoscope_reset),
9466         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9467         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9468         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9469         (gst_monoscope_change_state), (plugin_init):
9470         * gst/monoscope/gstmonoscope.h:
9471           Port monoscope visualisation to 0.10.
9472
9473 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9474
9475         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9476         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9477           Return FLOW_UNEXPECTED when at the end of the file, not
9478           FLOW_ERROR. Fixes 'internal stream error' errors that
9479           would sometimes occur in totem when scrubbing to the
9480           end of an ID3v1 tagged mp3 file.
9481
9482 2006-07-03  Edward Hervey  <edward@fluendo.com>
9483
9484         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9485         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9486         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9487         * ext/libpng/gstpngdec.h:
9488         Implement buffer clipping/dropping using GstSegment.
9489         This provides accurate seeking.
9490
9491 2006-07-03  Edward Hervey  <edward@fluendo.com>
9492
9493         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9494         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9495         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9496         (gst_avi_demux_process_next_entry), (push_tag_lists),
9497         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9498         * gst/avi/gstavidemux.h:
9499         Proper aggregation of each stream's GstFlowReturn in order to figure out
9500         whether the task should stop or not.
9501         Don't send inline events before pushing out a NEW_SEGMENT, more
9502         specifically for GST_TAG_EVENT.
9503         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9504         sub-indexes.
9505
9506 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9507
9508         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9509
9510         * sys/sunaudio/gstsunaudiomixerctrl.c:
9511         (gst_sunaudiomixer_ctrl_build_list):
9512           Move "Monitor" slider to input tab so it works more like
9513           sdtaudiocontrol, which is what people on Solaris are used
9514           to using for their mixer program (#346259).
9515
9516 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9517
9518         * tests/check/elements/level.c: (GST_START_TEST):
9519           fix a leak, clean up at the end
9520
9521 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9522
9523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9524         (gst_matroska_demux_send_event),
9525         (gst_matroska_demux_loop_stream_parse_id):
9526         * gst/matroska/matroska-ids.h:
9527           Send tag event after newsegment event.
9528
9529 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9532         (gst_id3demux_read_range):
9533           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9534           certain cases where a read beyond the end of the file is
9535           requested. Fixes #345930.
9536
9537         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9538         (gst_tag_demux_read_range):
9539           Fix same issue here as well.
9540
9541 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9542
9543         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9544         
9545         Fix hypothetical crash.
9546
9547 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9548
9549         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9550
9551         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9552           Do not modify the ports value. If the user has turned off the
9553           built-in speakers, then we should not reset it in the prepare
9554           function, since this causes the built-in speakers to turn
9555           back on anytime the user changes a track in totem, rhythmbox,
9556           etc. (#346066).
9557
9558 2006-06-23  Wim Taymans  <wim@fluendo.com>
9559
9560         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9561         Fix double caps unref when negotiation fails.
9562
9563 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9564
9565         * ext/annodex/gstcmmldec.c:
9566         * ext/annodex/gstcmmlenc.c:
9567         * ext/annodex/gstcmmlparser.c:
9568         * ext/dv/gstdvdec.c:
9569         * ext/dv/gstdvdemux.c:
9570         * ext/gdk_pixbuf/pixbufscale.c:
9571         * ext/jpeg/gstjpegenc.c:
9572         * ext/jpeg/gstsmokedec.c:
9573         * ext/jpeg/gstsmokeenc.c:
9574         * ext/libpng/gstpngdec.c:
9575         * ext/libpng/gstpngenc.c:
9576         * ext/speex/gstspeexenc.c:
9577         * gst/alpha/gstalphacolor.c:
9578         * gst/cutter/gstcutter.c:
9579         * gst/debug/gstnavigationtest.c:
9580         * gst/icydemux/gsticydemux.c:
9581         * gst/level/gstlevel.c:
9582         * gst/multipart/multipart.c:
9583         * gst/rtp/gstrtpamrpay.c:
9584         * gst/rtp/gstrtpdepay.c:
9585         * gst/rtp/gstrtpilbcpay.c:
9586         * gst/rtp/gstrtpmp4gpay.c:
9587         * gst/rtp/gstrtpmp4vpay.c:
9588         * gst/rtsp/gstrtpdec.c:
9589         * gst/rtsp/gstrtspsrc.c:
9590         * gst/udp/gstdynudpsink.c:
9591         * gst/udp/gstmultiudpsink.c:
9592         * gst/udp/gstudpsrc.c:
9593         * gst/videobox/gstvideobox.c:
9594         * gst/videofilter/gstvideoflip.c:
9595           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9596           plus two minor macro fixes.
9597
9598 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9599
9600         * gst/matroska/matroska-demux.c:
9601         (gst_matroska_demux_check_subtitle_buffer),
9602         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9603         (gst_matroska_demux_subtitle_caps):
9604         * gst/matroska/matroska-ids.c:
9605         (gst_matroska_track_init_subtitle_context):
9606         * gst/matroska/matroska-ids.h:
9607           Try to fix up broken matroska files containing subtitle
9608           streams with non-UTF8 character encodings (courtesy of
9609           mkvmerge) using either the encoding specified in the
9610           GST_SUBTITLE_ENCODING environment variable or the
9611           current locale's character set if it is non-UTF8.
9612           Fixes #337076.
9613
9614 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9617           Set image type from APIC frame as "image-type" field
9618           of GST_TAG_IMAGE buffer caps (#344605).
9619
9620 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9621
9622         * ext/flac/Makefile.am:
9623         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9624         (gst_flac_dec_reset_decoders),
9625         (gst_flac_dec_setup_seekable_decoder),
9626         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9627         (gst_flac_dec_metadata_callback),
9628         (gst_flac_dec_metadata_callback_seekable),
9629         (gst_flac_dec_metadata_callback_stream),
9630         (gst_flac_dec_error_callback),
9631         (gst_flac_dec_error_callback_seekable),
9632         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9633         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9634         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9635         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9636         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9637         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9638         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9639         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9640         (gst_flac_dec_sink_activate_push),
9641         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9642         * ext/flac/gstflacdec.h:
9643           Support chain-based operation, should make flac-over-DAAP
9644           work (#340492).
9645
9646 2006-06-20  Wim Taymans  <wim@fluendo.com>
9647
9648         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9649         Doc updates, merge some unused symbols.
9650
9651 2006-06-20  Wim Taymans  <wim@fluendo.com>
9652
9653         * docs/plugins/Makefile.am:
9654         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9655         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9656         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9657         * gst/rtsp/gstrtspsrc.c:
9658         * gst/rtsp/gstrtspsrc.h:
9659         Added documentation for the rtsp plugin. Fixes #345393.
9660
9661 2006-06-20  Wim Taymans  <wim@fluendo.com>
9662
9663         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9664         (rtsp_connection_close), (rtsp_connection_free):
9665         Use better G_OS_* macros. Fixes #345301 some more.
9666
9667 2006-06-20  Wim Taymans  <wim@fluendo.com>
9668
9669         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9670
9671         * sys/sunaudio/Makefile.am:
9672         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9673         * sys/sunaudio/gstsunaudiomixerctrl.c:
9674         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9675         (gst_sunaudiomixer_ctrl_list_tracks),
9676         (gst_sunaudiomixer_ctrl_get_volume),
9677         (gst_sunaudiomixer_ctrl_set_volume),
9678         (gst_sunaudiomixer_ctrl_set_mute),
9679         (gst_sunaudiomixer_ctrl_set_record):
9680         * sys/sunaudio/gstsunaudiomixerctrl.h:
9681         * sys/sunaudio/gstsunaudiomixertrack.c:
9682         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9683         * sys/sunaudio/gstsunaudiomixertrack.h:
9684         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9685         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9686         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9687         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9688         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9689         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9690         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9691         (gst_sunaudiosrc_reset):
9692         * sys/sunaudio/gstsunaudiosrc.h:
9693         Add a SunAudio source plugin.
9694         Support stereo and right/left channel gain in the mixer plugin.
9695         Support the RECORD flag so that you can switch between line-input and
9696         microphone in gnome-volume-control.
9697         Code cleanups like using an enumerator for track number instead of an 
9698         integer. Fixes #344923.
9699
9700 2006-06-20  Wim Taymans  <wim@fluendo.com>
9701
9702         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9703
9704         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9705         (rtsp_connection_close):
9706         Make RTSP plugin compile on windows. Fixes #345301.
9707         Some changes to original patch to catch errors better.
9708         use ifdef WIN32 instead of ifndef.
9709
9710 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9711
9712         * configure.ac:
9713         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9714
9715 2006-06-18  Edward Hervey  <edward@fluendo.com>
9716
9717         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9718         After a failed buffer alloc, we need to abort the jpeg decoding (it
9719         started when parsing headers to figure out how many bytes we need
9720         to request downstream).
9721
9722 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9725
9726         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9727           Make sure we don't read beyond the end of the file (#345232).
9728
9729 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9730
9731         * configure.ac:
9732           Fix --disable-external (can't set conditionals conditionally,
9733           #343602).
9734
9735 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9736
9737         * autogen.sh:
9738         * configure.ac:
9739         * docs/Makefile.am:
9740           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9741
9742         * docs/plugins/Makefile.am:
9743         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9744         * docs/plugins/inspect/plugin-taglib.xml:
9745           Add/fix apev2mux docs.
9746
9747 2006-06-14  Wim Taymans  <wim@fluendo.com>
9748
9749         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9750         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9751         (gst_dvdec_change_state):
9752         Reset segment info on flush.
9753         Alloc segment in _init, free in _finalize.
9754
9755         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9756         Don't send segments twice.
9757
9758 2006-06-14  Wim Taymans  <wim@fluendo.com>
9759
9760         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9761         Respect segment.stop. Fixes #342592.
9762
9763 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9764
9765         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9766           No language specified means the implied language is English
9767           according to the matroska spec (partially fixes #344708);
9768           add some more debug output.
9769
9770 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9771
9772         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9773         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9774         (gst_wavparse_chain):
9775           When operating chain-based, don't make any assumptions about the
9776           chunking of the incoming data and make streaming work on days other
9777           than the second Thursday after a full moon. Also fix up debug
9778           messages here and there and make use of the most excellent new
9779           gst_pad_query_peer_duration() utility function.
9780           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9781
9782         * gst/wavparse/gstwavparse.h:
9783           Remove trailing comma after last enum value, some compilers don't
9784           like that.
9785
9786 2006-06-13  Wim Taymans  <wim@fluendo.com>
9787
9788         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9789         Handle premature EOS gracefully.
9790
9791 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9794           Prevent out of bounds array access when scrubbing towards
9795           the end of the file between the last index entry and the
9796           end. Fixes occasional 'start <= stop' newsegment event
9797           assertions when scrubbing in MJPEG files.
9798
9799 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9800
9801         * tests/check/elements/.cvsignore:
9802           And another one.
9803
9804 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9807         (scan_encoded_string), (parse_picture_frame):
9808           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9809
9810         * configure.ac:
9811           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9812           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9813
9814 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9815
9816         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9817           gratuitous comment changes
9818         * tests/check/elements/level.c: (GST_START_TEST):
9819           fix level test leaks
9820
9821 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9822
9823         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9824         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9825           Use gst_pad_query_peer_duration() utility function here.
9826
9827 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9828
9829         * autogen.sh:
9830           require am17
9831         * configure.ac:
9832         * ext/annodex/Makefile.am:
9833         * ext/cdio/Makefile.am:
9834         * ext/dv/Makefile.am:
9835         * ext/esd/Makefile.am:
9836         * ext/flac/Makefile.am:
9837         * ext/gdk_pixbuf/Makefile.am:
9838         * ext/ladspa/Makefile.am:
9839         * ext/libcaca/Makefile.am:
9840         * ext/speex/Makefile.am:
9841         * ext/taglib/Makefile.am:
9842         * sys/oss/Makefile.am:
9843         * sys/sunaudio/Makefile.am:
9844         * sys/ximage/Makefile.am:
9845           clean up build further
9846
9847 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9848
9849         * gconf/Makefile.am:
9850           Honour --disable-schemas-install configure option. Fixes #344100.
9851
9852 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * tests/examples/level/Makefile.am:
9855           Add -lm to LIBS for pow() function, don't assume one of our
9856           dependencies (such as libxml-2.0) drags it in automatically
9857           (#343603).
9858
9859 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9860
9861         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9862
9863         * configure.ac:
9864           We should use $SED and not $(SED) in configure.ac (#343678).
9865
9866 2006-06-09  Wim Taymans  <wim@fluendo.com>
9867
9868         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9869
9870         * sys/sunaudio/gstsunaudiomixerctrl.c:
9871         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9872         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9873         (gst_sunaudiomixer_ctrl_set_mute):
9874         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9875         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9876         (gst_sunaudiosink_write):
9877         Attached find a patch that fixes a number of bugs with the SunAudio
9878         mixer plugin and fixes #344101:
9879         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9880            tracks onto the tracklist causing gnome-volume-control's preferences
9881            dialog to be messed up and would core dump if you checked/unchecked
9882            any item.
9883         2. We weren't previously setting the MUTE flag properly.  Fixing this
9884            makes gnome-volume-control work better.
9885         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9886            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9887            gnome-volume-control look better.
9888         Also some minor cleanup in gstsunaudiosink.c.
9889
9890 2006-06-09  Wim Taymans  <wim@fluendo.com>
9891
9892         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9893         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9894         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9895         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9896         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9897         * ext/jpeg/gstjpegdec.h:
9898         API: Added IDCT method property
9899         Small cleanups.
9900         Avoid dynamic allocation of trivial fixed structure.
9901         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9902
9903 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9904
9905         * configure.ac:
9906         We now require libraw1394 >= 1.1.0 and that version onwards all
9907         have .pc files.
9908
9909 2006-06-02  Edward Hervey  <edward@fluendo.com>
9910
9911         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9912         Trying to get items from an ANY or EMPTY caps is ... stupid.
9913
9914 2006-06-02  Edward Hervey  <edward@fluendo.com>
9915
9916         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9917         (gst_dvdec_chain), (gst_dvdec_change_state):
9918         * ext/dv/gstdvdec.h:
9919         Added GstSegment handling, now implements dropping/clipping.
9920
9921 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9922
9923         * ext/aalib/gstaasink.h:
9924         * ext/annodex/gstcmmldec.h:
9925         * ext/cairo/gsttimeoverlay.h:
9926         * ext/dv/gstdvdec.h:
9927         * ext/dv/gstdvdemux.h:
9928         * ext/esd/esdmon.h:
9929         * ext/esd/esdsink.h:
9930         * ext/flac/gstflacenc.h:
9931         * ext/gconf/gstgconfaudiosink.h:
9932         * ext/gconf/gstgconfaudiosrc.h:
9933         * ext/gconf/gstgconfvideosink.h:
9934         * ext/gconf/gstgconfvideosrc.h:
9935         * ext/gdk_pixbuf/gstgdkanimation.h:
9936         * ext/gdk_pixbuf/pixbufscale.h:
9937         * ext/hal/gsthalaudiosink.h:
9938         * ext/hal/gsthalaudiosrc.h:
9939         * ext/jpeg/gstjpegenc.h:
9940         * ext/jpeg/gstsmokedec.h:
9941         * ext/jpeg/gstsmokeenc.h:
9942         * ext/libcaca/gstcacasink.h:
9943         * ext/libmng/gstmngdec.h:
9944         * ext/libmng/gstmngenc.h:
9945         * ext/libpng/gstpngdec.h:
9946         * ext/libpng/gstpngenc.h:
9947         * ext/raw1394/gstdv1394src.h:
9948         * ext/speex/gstspeexenc.h:
9949         * gst/autodetect/gstautoaudiosink.h:
9950         * gst/autodetect/gstautovideosink.h:
9951         * gst/avi/gstavidemux.h:
9952         * gst/cutter/gstcutter.h:
9953         * gst/debug/efence.h:
9954         * gst/debug/gstnavigationtest.h:
9955         * gst/debug/gstnavseek.h:
9956         * gst/flx/gstflxdec.h:
9957         * gst/goom/gstgoom.h:
9958         * gst/icydemux/gsticydemux.h:
9959         * gst/id3demux/gstid3demux.h:
9960         * gst/law/alaw-decode.h:
9961         * gst/law/alaw-encode.h:
9962         * gst/law/mulaw-decode.h:
9963         * gst/law/mulaw-encode.h:
9964         * gst/matroska/matroska-mux.h:
9965         * gst/median/gstmedian.h:
9966         * gst/oldcore/gstaggregator.h:
9967         * gst/oldcore/gstfdsink.h:
9968         * gst/oldcore/gstmd5sink.h:
9969         * gst/oldcore/gstmultifilesrc.h:
9970         * gst/oldcore/gstpipefilter.h:
9971         * gst/oldcore/gstshaper.h:
9972         * gst/oldcore/gststatistics.h:
9973         * gst/rtp/gstasteriskh263.h:
9974         * gst/rtp/gstrtpL16depay.h:
9975         * gst/rtp/gstrtpL16pay.h:
9976         * gst/rtp/gstrtpamrdepay.h:
9977         * gst/rtp/gstrtpamrpay.h:
9978         * gst/rtp/gstrtpdepay.h:
9979         * gst/rtp/gstrtpgsmdepay.h:
9980         * gst/rtp/gstrtpgsmpay.h:
9981         * gst/rtp/gstrtph263pay.h:
9982         * gst/rtp/gstrtph263pdepay.h:
9983         * gst/rtp/gstrtph263ppay.h:
9984         * gst/rtp/gstrtpmp4gpay.h:
9985         * gst/rtp/gstrtpmp4vdepay.h:
9986         * gst/rtp/gstrtpmp4vpay.h:
9987         * gst/rtp/gstrtpmpadepay.h:
9988         * gst/rtp/gstrtpmpapay.h:
9989         * gst/rtp/gstrtppcmadepay.h:
9990         * gst/rtp/gstrtppcmapay.h:
9991         * gst/rtp/gstrtppcmudepay.h:
9992         * gst/rtp/gstrtppcmupay.h:
9993         * gst/rtp/gstrtpspeexdepay.h:
9994         * gst/rtp/gstrtpspeexpay.h:
9995         * gst/rtsp/gstrtpdec.h:
9996         * gst/rtsp/gstrtspsrc.h:
9997         * gst/smpte/gstsmpte.h:
9998         * gst/udp/gstdynudpsink.h:
9999         * gst/udp/gstmultiudpsink.h:
10000         * gst/udp/gstudpsink.h:
10001         * gst/udp/gstudpsrc.h:
10002         * gst/videofilter/gstvideobalance.h:
10003         * gst/videofilter/gstvideoflip.h:
10004         * sys/oss/gstossdmabuffer.h:
10005         * sys/oss/gstossmixerelement.h:
10006         * sys/oss/gstosssink.h:
10007         * sys/oss/gstosssrc.h:
10008         * sys/osxvideo/osxvideosink.h:
10009         * sys/sunaudio/gstsunaudiomixer.h:
10010         * sys/sunaudio/gstsunaudiosink.h:
10011         * sys/ximage/gstximagesrc.h:
10012         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10013
10014 2006-05-31  Wim Taymans  <wim@fluendo.com>
10015
10016         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10017         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10018         (gst_goom_src_setcaps), (gst_goom_src_event),
10019         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10020         (gst_goom_change_state):
10021         * gst/goom/gstgoom.h:
10022         Handle QoS.
10023         Handle flushing, discont and events.
10024         Fix timestamps and various other cleanups.
10025
10026 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10027
10028         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10029         Fix bus reset when using libiec61883
10030
10031 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10032
10033         * configure.ac:
10034         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10035         * ext/raw1394/Makefile.am:
10036         Add CFLAGS.
10037         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10038         New method, to receive using libiec61883.
10039         (gst_dv1394src_iso_receive),
10040         #ifdef'd out if libiec61883 is present.
10041         (gst_dv1394src_bus_reset),
10042         Get userdata correctly if using libiec61883. 
10043         (gst_dv1394src_create),
10044         When using libiec61883, only poll one fd and no need to read.
10045         (gst_dv1394src_discover_avc_node),
10046         Replace g_warnings.
10047         (gst_dv1394src_start),
10048         Create new handle when we know which dv port.  More reliable
10049         than setting port on an existing handle.  Initialise libiec61883.
10050         (gst_dv1394src_stop):
10051         If using libiec61883, then cleanup its handle properly.
10052         * ext/raw1394/gstdv1394src.h:
10053         Add libiec61883 handle.
10054
10055 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10056
10057         * gst/avi/gstavidemux.c:
10058           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10059         * win32/MANIFEST:
10060           sort file listing
10061         * win32/vs6/libgstavi.dsp:
10062           add gstavimux.c to the project
10063         * win32/vs6/libgstid3demux.dsp:
10064           add link to zlib library
10065         * win32/vs6/libgstmatroska.dsp:
10066           add matroska-ids.c to the project
10067
10068 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         Patch by: Sebastian Dröge  <mail at slomosnail de >
10071
10072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10074         * ext/taglib/Makefile.am:
10075         * ext/taglib/gstapev2mux.cc:
10076         * ext/taglib/gstapev2mux.h:
10077         * ext/taglib/gstid3v2mux.cc:
10078         * ext/taglib/gsttaglibmux.c: (plugin_init):
10079         * ext/taglib/gsttaglibmux.h:
10080           Add apev2mux element (#343122).
10081         
10082         * tests/check/Makefile.am:
10083         * tests/check/elements/apev2mux.c:
10084         (test_taglib_apev2mux_create_tags),
10085         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10086         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10087         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10088         (apev2mux_suite), (main):
10089           Add unit test for apev2mux element.
10090
10091 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10092
10093         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10094         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10095         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10096           GST_PTR_FORMAT should be used to print caps in debug statements.
10097
10098 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10099
10100         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10101
10102         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10103         (ape_demux_parse_tags):
10104           Some clean-ups and additions: map APE 'file' tag to
10105           GST_TAG_LOCATION (#343123); add support for extracting
10106           the track count and clean up parsing a bit (#343127).
10107
10108 2006-05-28  Edward Hervey  <edward@fluendo.com>
10109
10110         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10111         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10112
10113 2006-05-28  Edward Hervey  <edward@fluendo.com>
10114
10115         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10116         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10117         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10118         * ext/jpeg/gstjpegdec.h:
10119         Clip outgoing buffers according to currently configured segment.
10120
10121 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * ext/taglib/gstid3v2mux.cc:
10124           Handle  writing of track-count or album-volume-count without
10125           track-number or albume-volume-number (in this case the number
10126           will just be set to 0).
10127
10128         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10129           It would be nice if we actually checked the values received for
10130           track/album-volume number/count in  _check_tags(), rather than
10131           setting them again ...
10132
10133 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10134
10135         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10136           A track/volume number or count of 0 does not make sense,
10137           just ignore it along with negative numbers (a tag might
10138           only contain a track count without a track number).
10139
10140 2006-05-27  Edward Hervey  <edward@fluendo.com>
10141
10142         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10143         (gst_jpeg_dec_sink_event):
10144         Abort decompression when receiving FLUSH_STOP. This should avoid
10145         issues when interrupting decoding with flushes.
10146
10147 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * ext/flac/gstflac.c:
10150           Don't #include file we don't dist any longer.
10151
10152 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10153
10154         * README:
10155           Replace current README (containing the release notes from
10156           some 0.9.x version) with a proper README taken from the core.
10157
10158 2006-05-24  Wim Taymans  <wim@fluendo.com>
10159
10160         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10161         Implement EOS correctly by either posting
10162         SEGMENT_DONE or pushing an EOS message depending
10163         on the seek type. Fixes #342592
10164
10165 2006-05-24  Wim Taymans  <wim@fluendo.com>
10166
10167         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10168         * gst/law/alaw-decode.h:
10169         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10170         * gst/law/alaw-encode.h:
10171         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10172         * gst/law/mulaw-decode.h:
10173         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10174         * gst/law/mulaw-encode.h:
10175         Some cleanups in the chain functions.
10176         Remove some GStreamer 0.0.2 bits.
10177
10178 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10179
10180         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10181
10182         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10183           gst_collect_pads_stop() needs to be called before chaining up
10184           to the parent class (#342734).
10185
10186 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * ext/flac/Makefile.am:
10189         * ext/flac/flac_compat.h:
10190         * ext/flac/gstflac.c:
10191         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10192         * ext/flac/gstflacenc.c:
10193           Remove backwards compatibility cruft for dealing with FLAC API
10194           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10195
10196 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10197
10198         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10199         (gst_matroska_demux_push_xiph_codec_priv_data),
10200         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10201         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10202         * gst/matroska/matroska-ids.h:
10203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10204         (gst_matroska_mux_video_pad_setcaps),
10205         (xiph3_streamheader_to_codecdata),
10206         (vorbis_streamheader_to_codecdata),
10207         (theora_streamheader_to_codecdata),
10208         (gst_matroska_mux_audio_pad_setcaps),
10209         (gst_matroska_mux_write_data):
10210           Add support for muxing/demuxing theora video (#342448; too bad
10211           none of the usual linux players can actually play this). Playback
10212           in GStreamer will require additional changes to theoradec in -base.
10213           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10214           cleanups.
10215
10216 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10219         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10220           Fix crashes when the horizontal subsampling is 1.
10221           Fixes #342097.
10222
10223 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10224
10225         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10226
10227         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10228         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10229         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10230         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10231         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10232         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10233         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10234         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10235         (gst_avi_mux_change_state):
10236         * gst/avi/gstavimux.h:
10237           Some enhancements for avimux (#342526):
10238            - add odml (large file) index support
10239            - store codec init data (e.g. huffyuv)
10240            - miscellaneous other fixes/cleanups
10241
10242 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10243
10244         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10245         Don't output any tag when we encounter a negative track number - the
10246         tag type is uint, so we end up outputting huge positive numbers
10247         instead. (Fixes: #342029)
10248
10249 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * configure.ac:
10252           update for new GSTPB_PLUGINS_DIR
10253
10254 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10255
10256         * rtp/gst/gstrtph263pay.c:
10257         Properly set static caps for H263 at 34.
10258
10259 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10260
10261         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10262
10263         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10264           Merge event tags and tag setter tags correctly (#339918). Also,
10265           don't leak taglist in case of an error.
10266           
10267 2006-05-17  Edward Hervey  <edward@fluendo.com>
10268
10269         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10270         We can only do caps intersection if the othercaps are non-empty and not
10271         ANY. Else we return the pad template (base_caps).
10272
10273 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10274
10275         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10276           Fix crash when outputting debugging information for certain
10277           pictures (always good to use the right struct member for
10278           the number of records in an array).
10279
10280 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10281
10282         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10283
10284         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10285         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10286         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10287         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10288         (gst_ebml_read_float), (gst_ebml_read_ascii),
10289         (gst_ebml_read_binary):
10290           Don't create unnecessary sub-buffers all the time. Dramatically
10291           improves performance with multiple concurrently running
10292           matroskademux instances (#341818) (and avoids doing
10293           unnecessarily inefficient things in the general case).
10294
10295 2006-05-16  Edward Hervey  <edward@fluendo.com>
10296
10297         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10298         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10299         return value of gst_pad_push_event().
10300
10301 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10302
10303         * gst/autodetect/gstautoaudiosink.c:
10304         (gst_auto_audio_sink_find_best):
10305         * gst/autodetect/gstautovideosink.c:
10306         (gst_auto_video_sink_find_best):
10307         Make the name of the child element be based on the name of the
10308         parent, so that debug output is more useful.
10309         
10310         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10311         (parse_insert_string_field), (parse_split_strings):
10312         Rework string parsing to always walk over BOM markers in UTF16
10313         strings, using the endianness indicated by the innermost one,
10314         then trying the opposite endianness if that fails to convert
10315         to valid UTF-8. Fixes #341774
10316
10317 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10318
10319         Patch from: Matthieu <matthieu at fluendo dot com>
10320
10321         * ext/libpng/Makefile.am:
10322         Add LIBPNG_CFLAGS.
10323
10324 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10325
10326         * ext/taglib/gstid3v2mux.cc:
10327           Add support for writing images (APIC frames) into ID3v2
10328           tags (picture type always set to 'other' for now though).
10329
10330 2006-05-14  Michael Smith  <msmith@fluendo.com>
10331
10332         * gst/wavparse/gstwavparse.c:
10333           Update docs; wavparse implements push and pull modes.
10334
10335 2006-05-12  Wim Taymans  <wim@fluendo.com>
10336
10337         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10338         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10339         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10340         Ooops, bitten by the copy-and-paste design paradigm, fixes
10341         seek again.
10342
10343 2006-05-12  Wim Taymans  <wim@fluendo.com>
10344
10345         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10346         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10347         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10348         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10349         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10350         (gst_avi_demux_massage_index),
10351         (gst_avi_demux_calculate_durations_from_index),
10352         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10353         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10354         (gst_avi_demux_loop):
10355         * gst/avi/gstavidemux.h:
10356         Some cleanups, prepare to use GstSegment.
10357         Fix error in entry walking code.
10358         Fix VBR detection.
10359         Smarter timestamp calculation code.
10360         Uniform error/eos handling.
10361
10362 2006-05-12  Michael Smith  <msmith@fluendo.com>
10363
10364         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10365         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10366           Fix use of uninitialised values if we're NOT seeking in ready.
10367           Fix typos.
10368
10369 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10370
10371         * gst/wavparse/Makefile.am:
10372           Add CFLAGS and LIBS for libgstbase, fixes build on
10373           Cygwin (#341489).
10374
10375 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10378           Some more debug info. No need to check whether the string
10379           returned by g_convert() is really UTF-8 - either it is or
10380           we get NULL returned.
10381
10382 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10383
10384         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10385           Fix parsing of numeric genre strings some more, by ensuring that
10386           we only try and parse strings that a) Start with '(' and b) Consist
10387           only of digits.
10388           Also, when finding an escaping '((' sequence, bust it back to '(' by
10389           swallowing the first parenthesis
10390
10391 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10392
10393         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10394         (gst_esdsink_open), (gst_esdsink_close):
10395         * ext/esd/esdsink.h:
10396           Move the esd_get_server_info() into gst_esdsink_open() and fail
10397           with a decent error message on errors.
10398
10399 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10400
10401         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10402         (gst_esdmon_channels_get_type):
10403         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10404         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10405         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10406         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10407         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10408         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10409         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10410         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10411         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10412         * gst/videomixer/videomixer.c:
10413         (gst_video_mixer_background_get_type):
10414           Const-ify GEnumValue arrays.
10415
10416 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10419
10420         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10421         (gst_avi_mux_do_video_buffer):
10422           Work around gst_buffer_make_metadata_writable() bug that
10423           results in avimux marking all frames in the index as
10424           keyframes (#340859).
10425           
10426 2006-05-08  Wim Taymans  <wim@fluendo.com>
10427
10428         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10429         Make parsing of urls suck slightly less.
10430
10431 2006-05-08  Edward Hervey  <edward@fluendo.com>
10432
10433         * autogen.sh: (CONFIGURE_DEF_OPT): 
10434         libtoolize on Darwin/MacOSX is called glibtoolize.
10435
10436 2006-05-08  Wim Taymans  <wim@fluendo.com>
10437
10438         Patch by: Jens Granseuer <jensgr at gmx dot net>
10439
10440         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10441         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10442         C89 compliance fixes. Fixes #340980
10443
10444 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10445
10446         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10447         * ext/flac/gstflacdec.h:
10448           Handle segment seeks that include the end of the file as stop point
10449           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10450           message instead of an EOS event in case we're in segment seek
10451           mode (fixes #340699).
10452           
10453 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10454
10455         * ext/cairo/gsttextoverlay.c:
10456         * ext/flac/gstflacdec.c:
10457         * ext/gdk_pixbuf/pixbufscale.c:
10458         * gst/apetag/gstapedemux.c:
10459         * gst/debug/breakmydata.c:
10460         * gst/debug/testplugin.c:
10461         * gst/matroska/ebml-write.c:
10462         * gst/multipart/multipartdemux.c:
10463         * sys/osxaudio/gstosxaudiosink.c:
10464         * sys/osxaudio/gstosxaudiosrc.c:
10465         Add semicolons after GST_BOILERPLATE[_FULL] so that
10466         indent doesn't mess up following lines.
10467
10468 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10469
10470         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10471
10472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10473           Don't leak caps when freeing the stream context (#340623).
10474
10475 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10476
10477         * configure.ac:
10478           Back to CVS
10479
10480 === release 0.10.3 ===
10481
10482 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10483
10484         * configure.ac:
10485           releasing 0.10.3, "Desplazado"
10486
10487 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10488
10489         * gst/matroska/matroska-mux.c:
10490         (gst_matroska_mux_stream_is_vorbis_header),
10491         (gst_matroska_mux_write_data):
10492           Don't strcmp() NULL strings.
10493           Only start new clusters on video keyframes, not on any
10494           random audio buffer that doesn't have the DELTA_UNIT
10495           flag set (fixes 'make check' again).
10496
10497 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10498
10499         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10500
10501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10502         (gst_matroska_mux_stream_is_vorbis_header),
10503         (gst_matroska_mux_write_data):
10504           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10505           value and then dead-lock when muxing vorbis audio streams
10506           (the three vorbis header buffers carry no timestamp, and it
10507           would try to mux these after all video buffers). Fixes #340346.
10508
10509           Improve clustering: start a new cluster also whenever we get
10510           a keyframe.     
10511
10512 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10513
10514         * win32/common/config.h:
10515         * win32/MANIFEST
10516           add the generated file as well
10517
10518 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10519
10520         * Makefile.am:
10521         * configure.ac:
10522         * win32/common/config.h.in:
10523           add win32 stuff
10524
10525 2006-05-03  Michael Smith  <msmith@fluendo.com>
10526
10527         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10528           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10529           SUCKS.
10530
10531 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10532
10533         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10534         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10535         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10536           don't leak caps-string
10537
10538 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10539
10540         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10541         (gst_id3demux_sink_activate):
10542           Let core insert default error message for TYPE_NOT_FOUND
10543           errors, it's just as good as our own and has the added
10544           bonus of being translated.
10545
10546 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10549         (gst_tag_demux_sink_event):
10550         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10551         (gst_id3demux_sink_event):
10552           Post an error message when we get an EOS event and were not
10553           able to find out the type of stream.
10554
10555         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10556         (test_taglib_id3mux_with_tags):
10557           Decrease num-buffers to 16 per iteration again, otherwise the
10558           many memcpy()s and reallocations in the test will hammer slow
10559           CPUs completely and make the test timeout.
10560
10561 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10562
10563         * configure.ac:
10564           figure out where plugins-base plugins are
10565         * tests/check/Makefile.am:
10566           use plugins-base plugins, so we have typefind functions
10567         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10568           increase num-buffers, this makes sure the test errors out instead
10569           of timing out when no typefind functions are present
10570
10571 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10572
10573         * docs/plugins/Makefile.am:
10574           also check .cc files for gtk-doc markup
10575         * configure.ac:
10576         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10577         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10578         * tests/check/Makefile.am:
10579         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10580         * ext/Makefile.am:
10581         * ext/taglib/Makefile.am:
10582         * ext/taglib/gstid3v2mux.h:
10583         * ext/taglib/gsttaglibmux.c:
10584         * ext/taglib/gsttaglibmux.h:
10585           move taglib-based id3v2muxer to -good.  Fixes #336110.
10586
10587 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10588
10589         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10590           ... and fix multichannel/WAVFORMATEX support again.
10591
10592 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10593
10594         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10595         (gst_wavparse_class_init), (gst_wavparse_dispose),
10596         (gst_wavparse_reset), (gst_wavparse_init),
10597         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10598         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10599         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10600         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10601         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10602         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10603         (gst_wavparse_stream_data), (gst_wavparse_loop),
10604         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10605         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10606         (gst_wavparse_change_state), (plugin_init):
10607         * gst/wavparse/gstwavparse.h:
10608           Add push (streaming) mode to wavparse (fixes #337625)
10609
10610 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10611
10612         * configure.ac:
10613         * tests/Makefile.am:
10614           add ximagesrc icles test
10615
10616 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10617
10618         * configure.ac:
10619         * docs/plugins/Makefile.am:
10620         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10621         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10622         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10623         (gst_cmml_enc_push_clip):
10624         * sys/Makefile.am:
10625         * sys/ximage/Makefile.am:
10626         * sys/ximage/gstximagesrc.c:
10627           Move ximagesrc plug-in to good after review.  Fixes #336756.
10628
10629 2006-04-28  Michael Smith  <msmith@fluendo.com>
10630
10631         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10632         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10633         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10634         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10635         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10636         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10637         * gst/icydemux/gsticydemux.h:
10638           Fix event handling: cache events when typefinding and forward later.
10639
10640 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10641
10642         * sys/osxaudio/gstosxaudiosink.c:
10643         (plugin_init):
10644          Register osxaudiosrc to the plugin.
10645         * sys/osxaudio/gstosxaudiosrc.c:
10646         (gst_osx_audio_src_osxelement_do_init),
10647         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10648         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10649         (gst_osx_audio_src_get_property),
10650         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10651         (gst_osx_audio_src_osxelement_init):
10652         * sys/osxaudio/gstosxaudiosrc.h:
10653           Port of osxaudiosrc to 0.10.
10654         * sys/osxaudio/Makefile.am:
10655           Add osxaudiosrc
10656
10657 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10658
10659         * sys/osxaudio/gstosxringbuffer.c:
10660         * sys/osxaudio/gstosxringbuffer.h:
10661           Forgot to commit earlier, part of the OSX audio plugin port
10662
10663 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10666         (parse_split_strings):
10667           Recognise and skip any byte order marker (BOM) in
10668           UTF-16 strings.
10669
10670 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * docs/plugins/Makefile.am:
10673         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10674         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10675         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10676         * docs/plugins/inspect/plugin-avi.xml:
10677         * gst/avi/gstavidemux.c:
10678         * gst/avi/gstavimux.c:
10679           Add docs for both avidemux and avimux.
10680
10681 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10684
10685         * gst/avi/Makefile.am:
10686         * gst/avi/gstavi.c: (plugin_init):
10687         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10688         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10689         (gst_avi_mux_class_init), (gst_avi_mux_init),
10690         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10691         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10692         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10693         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10694         (gst_avi_mux_riff_get_avix_header),
10695         (gst_avi_mux_riff_get_video_header),
10696         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10697         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10698         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10699         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10700         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10701         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10702         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10703         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10704         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10705         (gst_avi_mux_change_state):
10706         * gst/avi/gstavimux.h:
10707           Port AVI muxer to GStreamer-0.10 (#332031).
10708
10709         * tests/check/Makefile.am:
10710         * tests/check/elements/avimux.c:
10711         * tests/check/elements/.cvsignore:
10712           Add unit test for AVI muxer.
10713
10714 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10715
10716         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10717         (gst_wavparse_class_init), (gst_wavparse_reset),
10718         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10719         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10720         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10721         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10722         (gst_wavparse_stream_data), (gst_wavparse_loop),
10723         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10724         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10725         (plugin_init):
10726         * gst/wavparse/gstwavparse.h:
10727           reverted patch #337625 for the price of 1 hour sleep
10728
10729 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10730
10731         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10732         (gst_wavparse_class_init), (gst_wavparse_reset),
10733         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10734         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10735         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10736         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10737         (gst_wavparse_stream_data), (gst_wavparse_loop),
10738         (gst_wavparse_chain), (plugin_init):
10739         * gst/wavparse/gstwavparse.h:
10740           correct partial implementation of push mode
10741           (from my last commit)
10742
10743 2006-04-26  Wim Taymans  <wim@fluendo.com>
10744
10745         * ext/esd/esdsink.c:
10746         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10747         it is not in esd.h
10748
10749 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10750
10751         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10752         (gst_au_parse_class_init), (gst_au_parse_init),
10753         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10754         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10755         (gst_au_parse_chain), (gst_au_parse_src_convert),
10756         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10757         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10758         (gst_au_parse_change_state):
10759         * gst/auparse/gstauparse.h:
10760           Rewrite auparse to suck a little bit less: make source pad
10761           dynamic, so decodebin/playbin work with non-raw formats
10762           like alaw/mulaw; add query function for duration/position
10763           queries; check whether we have enough data before attempting
10764           to parse the header (instead of crashing when that is not the
10765           case); work around audioconvert sucking by swapping endianness
10766           to the native endianness ourselves for float formats; send
10767           initial newsegment event. Fixes #161712.
10768
10769 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10770
10771         * sys/osxaudio/Makefile.am:
10772         * sys/osxaudio/gstosxaudioelement.c:
10773         (gst_osx_audio_element_get_type),
10774         (gst_osx_audio_element_class_init):
10775         * sys/osxaudio/gstosxaudioelement.h:
10776         * sys/osxaudio/gstosxaudiosink.c:
10777         (gst_osx_audio_sink_osxelement_do_init),
10778         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10779         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10780         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10781         (gst_osx_audio_sink_create_ringbuffer),
10782         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10783         (plugin_init):
10784         * sys/osxaudio/gstosxaudiosink.h:
10785         Port of osxaudiosink to 0.10
10786
10787 2006-04-26  Wim Taymans  <wim@fluendo.com>
10788
10789         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10790         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10791         the size of the ringbuffer. This should fix hangs with older 
10792         esd sound servers.
10793
10794 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10795
10796         * ext/aalib/gstaasink.c:
10797         * ext/annodex/gstcmmldec.c:
10798         * ext/annodex/gstcmmlenc.c:
10799         * ext/cairo/gsttextoverlay.c:
10800         * ext/cairo/gsttimeoverlay.c:
10801         * ext/cdio/gstcdiocddasrc.c:
10802         * ext/dv/gstdvdec.c:
10803         * ext/dv/gstdvdemux.c:
10804         * ext/esd/esdmon.c:
10805         * ext/esd/esdsink.c:
10806         * ext/flac/gstflacenc.c:
10807         * ext/flac/gstflactag.c:
10808         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10809         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10810         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10811         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10812         * ext/gdk_pixbuf/pixbufscale.c:
10813         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10814         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10815         * ext/jpeg/gstjpegdec.c:
10816         * ext/jpeg/gstjpegenc.c:
10817         * ext/jpeg/gstsmokedec.c:
10818         * ext/jpeg/gstsmokeenc.c:
10819         * ext/libcaca/gstcacasink.c:
10820         * ext/libmng/gstmngdec.c:
10821         * ext/libmng/gstmngenc.c:
10822         * ext/libpng/gstpngdec.c:
10823         * ext/libpng/gstpngenc.c:
10824         * ext/mikmod/gstmikmod.c:
10825         * ext/raw1394/gstdv1394src.c:
10826         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10827         * ext/shout2/gstshout2.h:
10828         * ext/speex/gstspeexdec.c:
10829         * ext/speex/gstspeexenc.c:
10830         * gst/alpha/gstalpha.c:
10831         * gst/alpha/gstalphacolor.c:
10832         * gst/apetag/gstapedemux.c:
10833         * gst/auparse/gstauparse.c:
10834         * gst/autodetect/gstautoaudiosink.c:
10835         (gst_auto_audio_sink_base_init):
10836         * gst/autodetect/gstautovideosink.c:
10837         (gst_auto_video_sink_base_init):
10838         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10839         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10840         * gst/cutter/gstcutter.c:
10841         * gst/debug/breakmydata.c:
10842         * gst/debug/efence.c:
10843         * gst/debug/gstnavigationtest.c:
10844         * gst/debug/gstnavseek.c:
10845         * gst/debug/negotiation.c:
10846         * gst/debug/progressreport.c:
10847         * gst/debug/testplugin.c:
10848         * gst/effectv/gstaging.c:
10849         * gst/effectv/gstdice.c:
10850         * gst/effectv/gstedge.c:
10851         * gst/effectv/gstquark.c:
10852         * gst/effectv/gstrev.c:
10853         * gst/effectv/gstshagadelic.c:
10854         * gst/effectv/gstvertigo.c:
10855         * gst/effectv/gstwarp.c:
10856         * gst/flx/gstflxdec.c:
10857         * gst/goom/gstgoom.c:
10858         * gst/icydemux/gsticydemux.c:
10859         * gst/id3demux/gstid3demux.c:
10860         * gst/interleave/deinterleave.c:
10861         * gst/interleave/interleave.c:
10862         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10863         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10864         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10865         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10866         * gst/level/gstlevel.c:
10867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10868         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10869         * gst/median/gstmedian.c:
10870         * gst/monoscope/gstmonoscope.c:
10871         * gst/multipart/multipartdemux.c:
10872         * gst/multipart/multipartmux.c:
10873         * gst/oldcore/gstaggregator.c:
10874         * gst/oldcore/gstfdsink.c:
10875         * gst/oldcore/gstmd5sink.c:
10876         * gst/oldcore/gstmultifilesrc.c:
10877         * gst/oldcore/gstpipefilter.c:
10878         * gst/oldcore/gstshaper.c:
10879         * gst/oldcore/gststatistics.c:
10880         * gst/rtp/gstasteriskh263.c:
10881         * gst/rtp/gstrtpL16depay.c:
10882         * gst/rtp/gstrtpL16pay.c:
10883         * gst/rtp/gstrtpamrdepay.c:
10884         * gst/rtp/gstrtpamrpay.c:
10885         * gst/rtp/gstrtpdepay.c:
10886         * gst/rtp/gstrtpgsmpay.c:
10887         * gst/rtp/gstrtph263pay.c:
10888         * gst/rtp/gstrtph263pdepay.c:
10889         * gst/rtp/gstrtph263ppay.c:
10890         * gst/rtp/gstrtpilbcdepay.c:
10891         * gst/rtp/gstrtpmp4gpay.c:
10892         * gst/rtp/gstrtpmp4vdepay.c:
10893         * gst/rtp/gstrtpmp4vpay.c:
10894         * gst/rtp/gstrtpmpadepay.c:
10895         * gst/rtp/gstrtpmpapay.c:
10896         * gst/rtp/gstrtppcmadepay.c:
10897         * gst/rtp/gstrtppcmapay.c:
10898         * gst/rtp/gstrtppcmudepay.c:
10899         * gst/rtp/gstrtppcmupay.c:
10900         * gst/rtp/gstrtpspeexdepay.c:
10901         * gst/rtp/gstrtpspeexpay.c:
10902         * gst/rtsp/gstrtpdec.c:
10903         * gst/rtsp/gstrtspsrc.c:
10904         * gst/smpte/gstsmpte.c:
10905         * gst/udp/gstdynudpsink.c:
10906         * gst/udp/gstmultiudpsink.c:
10907         * gst/udp/gstudpsink.c:
10908         * gst/udp/gstudpsrc.c:
10909         * gst/videobox/gstvideobox.c:
10910         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10911         * gst/videofilter/gstvideobalance.c:
10912         * gst/videofilter/gstvideoflip.c:
10913         * gst/videofilter/gstvideotemplate.c:
10914         (gst_videotemplate_base_init):
10915         * gst/videomixer/videomixer.c:
10916         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10917         (gst_wavparse_class_init), (gst_wavparse_dispose),
10918         (gst_wavparse_reset), (gst_wavparse_init),
10919         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10920         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10921         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10922         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10923         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10924         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10925         (gst_wavparse_change_state):
10926         * gst/wavparse/gstwavparse.h:
10927         * sys/oss/gstossmixerelement.c:
10928         * sys/oss/gstosssink.c:
10929         * sys/oss/gstosssrc.c:
10930         * sys/osxaudio/gstosxaudioelement.c:
10931         * sys/osxaudio/gstosxaudiosink.c:
10932         * sys/osxaudio/gstosxaudiosrc.c:
10933         * sys/sunaudio/gstsunaudiomixer.c:
10934         * sys/sunaudio/gstsunaudiosink.c:
10935           Define GstElementDetails as const and also static (when defined as
10936           global)
10937
10938 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10941           Source pad has fixed caps. If we don't set this, bad
10942           things happen when the window is resized.
10943
10944 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10945
10946         * gst/matroska/Makefile.am:
10947         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10948         (gst_matroska_demux_handle_src_event):
10949         * gst/matroska/matroska-ids.c:
10950         (gst_matroska_track_init_video_context),
10951         (gst_matroska_track_init_audio_context),
10952         (gst_matroska_track_init_subtitle_context),
10953         (gst_matroska_track_init_complex_context):
10954         * gst/matroska/matroska-ids.h:
10955           Handle case where the TrackType ebml chunk does not come before the
10956           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10957           events.
10958
10959 2006-04-25  Wim Taymans  <wim@fluendo.com>
10960
10961         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10962         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10963         It's codec_data, not codec_info.
10964
10965 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10968
10969         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10970           Handle codec_data for VfW compatibility codec IDs (#339451)
10971
10972         * gst/matroska/matroska-mux.c:
10973         (gst_matroska_mux_video_pad_setcaps):
10974           Same here, handle codec_data and add additional caps we can handle
10975           now to the pad template (huffyuv, dv and h263 video) (#339451)
10976
10977 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10978
10979         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10980
10981         * gst/matroska/matroska-mux.c:
10982         (gst_matroska_mux_create_buffer_header),
10983         (gst_matroska_mux_write_data):
10984           Fix timestamping of B-frames, use signed integers, do
10985           some rounding (#339678).
10986
10987 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10988
10989         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10990         just make it compile with --disable-gst-debug.
10991
10992 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10993
10994         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10995         Fix a bad conversion using gst_guint64_to_gdouble.
10996         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10997         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10998         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10999     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11000         mistake.
11001
11002 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11003
11004         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11005         Use gst_guint64_to_gdouble for conversions
11006         * win32/vs6/gst_plugins_good.dsw:
11007         * win32/vs6/libgsticydemux.dsp:
11008         Add a project file for icydemux
11009
11010 2006-04-21  Wim Taymans  <wim@fluendo.com>
11011
11012         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11013
11014         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11015         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11016         When splitting audio chunks, the block alignment is not taken in
11017         consideration, so the smaller chunks could be of size which is 
11018         not a multiple of the block alignment. Fixes #336904
11019
11020 2006-04-21  Wim Taymans  <wim@fluendo.com>
11021
11022         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11023         Use scale functions
11024
11025 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11026
11027         * ext/dv/gstdv.c: (plugin_init):
11028           Fix build.
11029
11030 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11031
11032         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11033         (gst_progress_report_class_init), (gst_progress_report_init),
11034         (gst_progress_report_do_query), (gst_progress_report_report),
11035         (gst_progress_report_set_property),
11036         (gst_progress_report_get_property):
11037           Add 'format' property to force querying to a particular format.
11038
11039 2006-04-21  Andy Wingo  <wingo@pobox.com>
11040
11041         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11042         best, on big endian systems. Drop its rank in that case. OTOH on
11043         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11044
11045 2006-04-21  Michael Smith  <msmith@fluendo.com>
11046
11047         * configure.ac:
11048         * gst/icydemux/Makefile.am:
11049         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11050         (gst_icydemux_base_init), (gst_icydemux_class_init),
11051         (gst_icydemux_reset), (gst_icydemux_init),
11052         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11053         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11054         (unicodify), (gst_icydemux_unicodify),
11055         (gst_icydemux_parse_and_send_tags),
11056         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11057         (gst_icydemux_chain), (gst_icydemux_change_state),
11058         (gst_icydemux_send_tag_event), (plugin_init):
11059         * gst/icydemux/gsticydemux.h:
11060         * tests/check/Makefile.am:
11061         * tests/check/elements/icydemux.c: (typefind_succeed),
11062         (plugin_init), (icydemux_found_pad), (create_icydemux),
11063         (cleanup_icydemux), (push_data), (GST_START_TEST),
11064         (icydemux_suite), (main):
11065           Add icydemux, and tests.
11066
11067 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11070           Post SEGMENT_DONE message in TIME format.
11071
11072 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11075
11076         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11077         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11078           Fix index creation when we have to scan the file to create
11079           an index. There may be other types of RIFF 'LIST' chunks than
11080           'movi' and we need to skip them properly as well or we'll end up
11081           reading garbage (#336889). Some other cosmetic changes.
11082           
11083 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11084
11085         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11086         (gst_flac_dec_handle_seek_event):
11087           Add support for segment seeks (fixes #338290). Also demote
11088           some recurring debug message from DEBUG to LOG level.
11089
11090 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11093         (gst_matroskademux_do_index_seek),
11094         (gst_matroska_demux_handle_seek_event),
11095         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11096         * gst/matroska/matroska-ids.h:
11097           Set DISCONT flag on first buffer after a discontinuity.
11098           Fix newsegment events sent when seeking and honour KEY_UNIT
11099           seek flag. Create pad with bogus caps if we don't recognise
11100           the stream codec id.
11101
11102         * gst/matroska/matroska-demux.h:
11103           Fix GObject macros.
11104
11105 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11106
11107         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11108
11109         * gst/matroska/matroska-demux.c:
11110         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11111           Handle end of segment properly when set; don't dead-lock when
11112           posting start of segment message when doing a segment seek.
11113           Fixes #338810.
11114
11115 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11118         (gst_matroska_demux_plugin_init):
11119           Make mpeg2 aac audio work: create artificial private codec data
11120           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11121           Also call gst_riff_init(). Partially fixes #338767.
11122
11123 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11126         (gst_wavenc_class_init), (gst_wavenc_init),
11127         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11128         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11129         (gst_wavenc_chain), (gst_wavenc_change_state):
11130         * gst/wavenc/gstwavenc.h:
11131           Set caps on first outgoing buffer, so that it doesn't error out
11132           immediately with a non-negotiated error (#338716). Rewrite and
11133           clean up a bit; fix setcaps function to parse things properly;
11134           fix sink caps (8bit audio is unsigned and doesn't have depth);
11135           use boilerplate macros; remove unused properties stuff.
11136
11137 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11138
11139         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11140           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11141           handle MJPEG streams and might be autoplugged for those if the
11142           user doesn't have jpegdec installed (resulting in a cryptic error
11143           message about huffman tables). Better to disable JPEG decoding here
11144           and let the user figure out that she needs to install jpegdec.
11145
11146 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11147
11148         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11149         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11150         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11151         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11152           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11153           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11154           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11155           debug messages. Fix boilerplate macros.
11156
11157 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11158
11159         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11160         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11161           No need to special-case for Gdk-2.0 any longer, we require
11162           Gdk 2.2 or newer; minor clean-ups.
11163
11164 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11165
11166         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11167         (gst_shout2send_class_init), (gst_shout2send_init),
11168         (set_shout_metadata), (gst_shout2send_set_metadata),
11169         (gst_shout2send_event), (gst_shout2send_start),
11170         (gst_shout2send_connect), (gst_shout2send_stop),
11171         (gst_shout2send_render), (gst_shout2send_set_property),
11172         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11173         (plugin_init):
11174         * ext/shout2/gstshout2.h:
11175         * po/POTFILES.in:
11176           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11177           change function; use GST_ELEMENT_ERROR for error reporting, not
11178           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11179           will cause crashes or assertion failures; remove (unused) "sync"
11180           property, basesink already has such a property; misc. other
11181           minor fixes and cleanups.
11182
11183 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11186         * ext/esd/gstesd.c: (plugin_init):
11187         * po/POTFILES.in:
11188           Add translatable error message for when we cannot
11189           connect to the sound server, as "Cannot open resource
11190           for writing" isn't really an acceptable message to show
11191           to the user in this case.
11192
11193 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * sys/oss/gst-i18n-plugin.h:
11196           Remove bogus file that doesn't belong here.
11197
11198 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11199
11200         Patch by: Philippe Valembois
11201
11202         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11203         (gst_shout2send_set_metadata), (gst_shout2send_event),
11204         (gst_shout2send_render), (gst_shout2send_change_state):
11205         * ext/shout2/gstshout2.h:
11206           Handle tags being received before the connection to
11207           the server is established properly (see #338636).
11208
11209 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11212           Don't crash in case the connection to the server fails:
11213           don't set pointer to NULL by assigning FALSE; error out
11214           properly by using GST_ELEMENT_ERROR and returning
11215           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11216           before resetting the pointer.
11217
11218 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11219
11220         * gst/id3demux/id3tags.c:
11221         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11222         (Fixes #338713)
11223
11224 2006-04-12  Wim Taymans  <wim@fluendo.com>
11225
11226         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11227         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11228         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11229         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11230         (gst_gdk_pixbuf_chain):
11231         Some cleanups.
11232         Added RGBA as a possible output format.
11233         Correctly free the supported mimetypes.
11234         deprecate silent arg, it's not used.
11235         Return result from _alloc_buffer to peer.
11236
11237 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11240           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11241           overwriting GST_BUFFER_MALLOCDATA.
11242
11243 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11244
11245         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11246         (user_endrow_callback), (user_end_callback),
11247         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11248         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11249         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11250         * ext/libpng/gstpngdec.h:
11251           Handle more than one frame if the content is framed,
11252           like with png-in-quicktime (#331917).
11253
11254 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11255
11256         * sys/oss/Makefile.am:
11257         * sys/oss/common.h:
11258         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11259         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11260         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11261         (gst_oss_src_unprepare):
11262           - the user-visible error strings were in the wrong category
11263           - and the messages were not marked for translation
11264           - which is actually a good thing, because they were exactly
11265             the kind of message you would never want anyone to see
11266           - the macros were using variables that didn't exist in the macro
11267             arguments
11268           - and they were obviously copied from each other and then modified
11269           - so a common header makes sense
11270
11271 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11274           Don't try to modify read-only data.
11275
11276         * gst/matroska/matroska-demux.c:
11277         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11278           Fix comment (won't crash any longer now).
11279
11280 2006-04-10  Michael Smith  <msmith@fluendo.com>
11281
11282         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11283           Use copies of header buffers for caps to avoid circular refcounting
11284           problems (as in theoradec, vorbisdec).
11285
11286         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11287           Fix a typo in test that meant it was testing the wrong thing.
11288
11289         * tests/check/elements/cmmlenc.c: (check_headers):
11290           Fix refcount checks now that we use buffer-copies for caps.
11291
11292 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11295         (gst_matroska_demux_handle_seek_event),
11296         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11297         (gst_matroska_demux_subtitle_caps),
11298         (gst_matroska_demux_plugin_init):
11299           Use static pad templates with ANY caps for audio and video
11300           source pads and get rid of a lot of unnecessary (and partially
11301           broken) code for the template caps. Clean up caps finding
11302           functions. Fixes playback of audio files/streams that do not
11303           contain the sample rate and/or number of channels in the audio
11304           context (happens a lot with vorbis/mp3 .mka files it seems).
11305           Fixes #337183.
11306           Also add myself to copyright holders.
11307
11308 2006-04-10  Michael Smith  <msmith@fluendo.com>
11309
11310         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11311           Use g_list_delete_link () instead of g_list_remove_link () so that
11312           we free the link as well as the contained data.
11313
11314 2006-04-10  Wim Taymans  <wim@fluendo.com>
11315
11316         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11317
11318         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11319         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11320         (gst_avi_demux_stream_header):
11321         Fix some crashers with empty chunks. (Fixes #337749)
11322
11323 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11324
11325         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11326           use G_GINT64_CONSTANT for INT64 constants
11327         * gst/videofilter/gstvideobalance.c:
11328           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11329         * win32/vs6/libgstavi.dsp:
11330          add missing libraries for the link and remove avimux.c from
11331          the project as it isn't ported to 0.10 yet
11332         
11333 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11336           Even better would be if we actually did the right thing
11337           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11338
11339 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11342           Can't just replace 1LL with 1L here just because MSVC doesn't
11343           support it, as it might lead to incorrect results when doing the
11344           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11345           force a 64-bit constant in a way that all compilers are happy with.
11346
11347 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11348
11349         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11350         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11351         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11352         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11353         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11354         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11355         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11356         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11357         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11358         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11359         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11360         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11361         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11362         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11363         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11364         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11365         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11366         * gst/debug/efence.c: (gst_efence_class_init):
11367         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11368         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11369         * gst/goom/gstgoom.c: (gst_goom_class_init):
11370         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11371         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11372         * gst/interleave/interleave.c: (interleave_class_init):
11373         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11374         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11375         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11376         * gst/median/gstmedian.c: (gst_median_class_init):
11377         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11378         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11379         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11380         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11381         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11382         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11383         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11384         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11385         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11386         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11387         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11388         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11389         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11390         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11391         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11392         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11393         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11394         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11395         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11396         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11397         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11398         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11399         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11400         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11401         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11403         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11404         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11405         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11406         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11407         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11408         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11409         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11410         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11411         * sys/osxaudio/gstosxaudioelement.c:
11412         (gst_osxaudioelement_class_init):
11413         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11414         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11415         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11416         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11417
11418 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11419
11420         * ext/mikmod/gstmikmod.h:
11421         * gst/level/gstlevel.h:
11422         Fix more broken GObject macros
11423
11424 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11425
11426         * ext/annodex/gstcmmldec.h:
11427         * ext/annodex/gstcmmlenc.h:
11428         * ext/annodex/gstcmmltag.h:
11429         * ext/cairo/gsttextoverlay.h:
11430         * ext/ladspa/gstsignalprocessor.h:
11431         * gst/matroska/ebml-read.h:
11432         * gst/matroska/ebml-write.h:
11433         * sys/osxaudio/gstosxaudioelement.h:
11434         Fix broken GObject macros
11435
11436 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11439           Don't try to seek beyond the end of the file (would
11440           occasionally display error dialogs in totem when seeking
11441           to the end) (#335869). Will still throw an error though
11442           if the file is truncated and the total_samples value in
11443           the stream header is wrong.
11444
11445 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11446
11447         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11448         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11449         (gst_flac_dec_metadata_callback):
11450         * ext/flac/gstflacdec.h:
11451           If the stream header doesn't contain the total number of samples,
11452           search for the last flac frame at the end of the file and calculate
11453           the total duration from that frame's offset (fixes #337609).
11454
11455 2006-04-07  Edward Hervey  <edward@fluendo.com>
11456
11457         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11458         Don't unref the GstPadTemplate returned by
11459         gst_element_class_get_pad_template().
11460
11461 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11464
11465         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11466         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11467         * sys/sunaudio/gstsunaudiosink.h:
11468           Use spec->segsize and spec->segtotal in the prepare function
11469           to initialise the ring buffer instead of using the buffer-time
11470           property (#337421).
11471
11472 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * configure.ac:
11475           Bump core requirements to CVS for gst_pad_query_peer_duration()
11476           which is used by speexdec.
11477
11478 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * ext/speex/gstspeex.c: (plugin_init):
11481         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11482         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11483         (speex_get_sink_query_types), (speex_dec_sink_query),
11484         (speex_get_src_query_types), (speex_dec_src_query),
11485         (speex_dec_src_event), (speex_dec_sink_event),
11486         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11487         (speex_dec_chain_parse_data), (speex_dec_chain),
11488         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11489         (speex_dec_change_state):
11490         * ext/speex/gstspeexdec.h:
11491           Fix seeking and duration queries (#337033); clean up and
11492           refactor a bit.
11493
11494 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11495
11496         * ext/raw1394/gstdv1394src.c:
11497           distinguish between device not found and could not open for
11498           reading
11499
11500 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11501
11502         * Makefile.am:
11503         * configure.ac:
11504         * pkgconfig/.cvsignore:
11505         * pkgconfig/Makefile.am:
11506         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11507           add a .pc file so other modules can use good plugins in tests
11508
11509 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11510
11511         * configure.ac:
11512           clean up, use AS_VERSION and AS_NANO
11513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11514           use PACKAGE_VERSION define
11515         * po/af.po:
11516         * po/az.po:
11517         * po/cs.po:
11518         * po/en_GB.po:
11519         * po/hu.po:
11520         * po/it.po:
11521         * po/nb.po:
11522         * po/nl.po:
11523         * po/or.po:
11524         * po/sq.po:
11525         * po/sr.po:
11526         * po/sv.po:
11527         * po/uk.po:
11528         * po/vi.po:
11529           updated
11530
11531 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11532
11533         * ext\jpeg\smokecodec.c:
11534           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11535         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11536           move first instruction after all variables declarations
11537         * gst\alpha\gstalpha.c:
11538         * gst\effectv\gstshagadelic.c:
11539         * gst\smpte\paint.c:
11540         * gst\videofilter\gstvideobalance.c:
11541           define M_PI if it's not defined (it's not defined on WIN32)
11542         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11543         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11544         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11545         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11546         (gst_matroska_demux_video_caps):
11547         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11548         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11549           use gst_guint64_to_gdouble for conversions
11550         * gst\goom\filters.c: (setPixelRGB_):
11551           fix a debug which was using undefined variable
11552         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11553         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11554           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11555         * win32/vs6:
11556           add vs6 projects files for most of plugins-good
11557         
11558 2006-03-30  j^  <j@bootlab.org>
11559
11560         * ext/aalib/gstaasink.c:
11561         * ext/annodex/gstcmmldec.c:
11562         * ext/annodex/gstcmmlenc.c:
11563         * ext/cairo/gsttextoverlay.c:
11564         * ext/cairo/gsttimeoverlay.c:
11565         * ext/cdio/gstcdiocddasrc.c:
11566         * ext/dv/gstdvdec.c:
11567         * ext/esd/esdmon.c:
11568         * ext/esd/esdsink.c:
11569         * ext/flac/gstflacdec.c:
11570         * ext/flac/gstflacenc.c:
11571         * ext/flac/gstflactag.c:
11572         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11573         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11574         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11575         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11576         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11577         * ext/gdk_pixbuf/pixbufscale.c:
11578         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11579         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11580         * ext/jpeg/gstjpegdec.c:
11581         * ext/jpeg/gstjpegenc.c:
11582         * ext/jpeg/gstsmokedec.c:
11583         * ext/jpeg/gstsmokeenc.c:
11584         * ext/libcaca/gstcacasink.c:
11585         * ext/libmng/gstmngdec.c:
11586         * ext/libmng/gstmngenc.c:
11587         * ext/libpng/gstpngdec.c:
11588         * ext/libpng/gstpngenc.c:
11589         * ext/mikmod/gstmikmod.c:
11590         * ext/raw1394/gstdv1394src.c:
11591         * ext/shout2/gstshout2.c:
11592         * ext/speex/gstspeexdec.c:
11593         * ext/speex/gstspeexenc.c:
11594         * gst/alpha/gstalpha.c:
11595         * gst/alpha/gstalphacolor.c:
11596         * gst/auparse/gstauparse.c:
11597         * gst/autodetect/gstautoaudiosink.c:
11598         (gst_auto_audio_sink_base_init):
11599         * gst/autodetect/gstautovideosink.c:
11600         (gst_auto_video_sink_base_init):
11601         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11602         * gst/cutter/gstcutter.c:
11603         * gst/debug/breakmydata.c:
11604         * gst/debug/efence.c:
11605         * gst/debug/gstnavigationtest.c:
11606         * gst/debug/negotiation.c:
11607         * gst/debug/progressreport.c:
11608         * gst/debug/testplugin.c:
11609         * gst/effectv/gstaging.c:
11610         * gst/effectv/gstdice.c:
11611         * gst/effectv/gstedge.c:
11612         * gst/effectv/gstquark.c:
11613         * gst/effectv/gstrev.c:
11614         * gst/effectv/gstvertigo.c:
11615         * gst/effectv/gstwarp.c:
11616         * gst/flx/gstflxdec.c:
11617         * gst/goom/gstgoom.c:
11618         * gst/interleave/deinterleave.c:
11619         * gst/interleave/interleave.c:
11620         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11621         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11622         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11623         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11624         * gst/level/gstlevel.c:
11625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11627         * gst/median/gstmedian.c:
11628         * gst/monoscope/gstmonoscope.c:
11629         * gst/multipart/multipartdemux.c:
11630         * gst/multipart/multipartmux.c:
11631         * gst/oldcore/gstmd5sink.c:
11632         * gst/oldcore/gstmultifilesrc.c:
11633         * gst/oldcore/gstpipefilter.c:
11634         * gst/oldcore/gstshaper.c:
11635         * gst/oldcore/gststatistics.c:
11636         * gst/rtp/gstasteriskh263.c:
11637         * gst/rtp/gstrtpL16depay.c:
11638         * gst/rtp/gstrtpL16pay.c:
11639         * gst/rtp/gstrtpamrdepay.c:
11640         * gst/rtp/gstrtpamrpay.c:
11641         * gst/rtp/gstrtpdepay.c:
11642         * gst/rtp/gstrtpgsmpay.c:
11643         * gst/rtp/gstrtph263pay.c:
11644         * gst/rtp/gstrtph263pdepay.c:
11645         * gst/rtp/gstrtph263ppay.c:
11646         * gst/rtp/gstrtpmp4gpay.c:
11647         * gst/rtp/gstrtpmp4vdepay.c:
11648         * gst/rtp/gstrtpmp4vpay.c:
11649         * gst/rtp/gstrtpmpadepay.c:
11650         * gst/rtp/gstrtpmpapay.c:
11651         * gst/rtp/gstrtppcmadepay.c:
11652         * gst/rtp/gstrtppcmapay.c:
11653         * gst/rtp/gstrtppcmudepay.c:
11654         * gst/rtp/gstrtppcmupay.c:
11655         * gst/rtp/gstrtpspeexdepay.c:
11656         * gst/rtp/gstrtpspeexpay.c:
11657         * gst/rtsp/gstrtpdec.c:
11658         * gst/smpte/gstsmpte.c:
11659         * gst/videobox/gstvideobox.c:
11660         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11661         * gst/videofilter/gstvideobalance.c:
11662         * gst/videofilter/gstvideoflip.c:
11663         * gst/videofilter/gstvideotemplate.c:
11664         (gst_videotemplate_base_init):
11665         * gst/videomixer/videomixer.c:
11666         * gst/wavenc/gstwavenc.c:
11667         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11668          better/unified long descriptions
11669          Fixed #336602
11670          Some cleanups to auparse, don't send multiple newsegments.
11671
11672 2006-03-29  Wim Taymans  <wim@fluendo.com>
11673
11674         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11675
11676         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11677         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11678         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11679         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11680         * ext/dv/gstdvdemux.h:
11681         Seek in READY patch. Only works for pull based mode.
11682         Fixes #323880
11683
11684 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11687         (gst_gdk_pixbuf_event):
11688           Fix two crashers: don't unref the same caps twice, and
11689           set pixbuf loader to NULL after freeing it.
11690
11691 2006-03-27  Wim Taymans  <wim@fluendo.com>
11692
11693         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11694         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11695         (gst_speexenc_chain):
11696         * ext/speex/gstspeexenc.h:
11697         Don't leak adapter.
11698         A push *always* takes ownership of the buffer, even on
11699         errors.
11700         Small cleanups.
11701
11702 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11703
11704         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11705           Create source pad without leaking.
11706
11707 2006-03-24  Wim Taymans  <wim@fluendo.com>
11708
11709         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11710         * ext/flac/gstflacdec.h:
11711         * ext/flac/gstflacenc.h:
11712         Spifify a bit.
11713         Fix deadly lock order error in seeking code, STREAM_LOCK
11714         cannot be taken within LOCK and the streaming variables are
11715         protected with the STREAM_LOCK anyway.
11716
11717 2006-03-24  Wim Taymans  <wim@fluendo.com>
11718
11719         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11720         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11721         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11722         this patch combines the global init_frames with the stream
11723         init_frames. Rationale being that the global delay should 
11724         be subtracted from any stream delay.
11725         Fixes #335858.
11726
11727 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11728
11729         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11730         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11731         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11732         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11733         use DEBUG_FUNCPTR for collectpads
11734
11735 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11736
11737         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11738           Don't crash when encoding images where the number of rows isn't
11739           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11740
11741 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11742
11743         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11744         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11745         * gst/interleave/interleave.c: (interleave_change_state):
11746         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11747           More state change function fixes.
11748
11749 2006-03-23  Wim Taymans  <wim@fluendo.com>
11750
11751         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11752         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11753         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11754         (gst_esdsink_delay), (gst_esdsink_reset):
11755         * ext/esd/esdsink.h:
11756         Fix esd choppy playback by configuring audiosink
11757         correctly. Fixes #325191
11758
11759 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11762           Make state change function thread-safe.
11763
11764 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11767         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11768           Don't try to read beyond the end of the file just because
11769           the header claims a bigger size (like with truncated files).
11770
11771 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11774         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11775         (gst_wavparse_stream_data), (gst_wavparse_loop):
11776         * gst/wavparse/gstwavparse.h:
11777           Delay source pad creation until we have the first chunk of
11778           media data, so the we can examine the data and adjust the
11779           caps accordingly if required. This makes playback of .wav
11780           files with DTS-declared-as-PCM content work (#313266).
11781
11782 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11783
11784         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11785         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11786         Don't attempt typefinding on too-short buffers that have been
11787         completely trimmed away. (Fixes #330239)
11788
11789         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11790         Improve the debug output
11791
11792 2006-03-21  Wim Taymans  <wim@fluendo.com>
11793
11794         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11795         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11796         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11797         (gst_esdsink_set_property), (gst_esdsink_get_property):
11798         Some cleanups.
11799         Reset fd to -1 when we close them.
11800
11801 2006-03-21  Wim Taymans  <wim@fluendo.com>
11802
11803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11804         the OPTIONS request result is optional so don't
11805         fail on it.
11806
11807 2006-03-21  Edward Hervey  <edward@fluendo.com>
11808
11809         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11810         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11811         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11812         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11813         (gst_wavparse_change_state):
11814         gcc 4.1 unreferenced pointer fixes.
11815
11816 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11819
11820         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11821           Fix block alignment calculation. Alignment should be done before
11822           adding the byte offset where the data starts (#335231).
11823
11824 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11825
11826         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11827           Ensure that we set correct caps on buffers that are transferred
11828           direct from the input.
11829
11830 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11831
11832         * gst/goom/filters.c: (zoomFilterDestroy):
11833         * gst/goom/goom_core.c: (goom_close):
11834           Free filter data when cleaning up. (Fixes: #334995)
11835
11836 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         * configure.ac:
11839           Don't compile udp and rtsp plugins on win32 (mingw) or other
11840           systems that don't have <sys/socket.h> for some reason (#316203).
11841
11842 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11843
11844         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11845         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11846         * ext/raw1394/gstdv1394src.h:
11847           Change bus reset handler so it reports useful information such as
11848           whether the device being used connected or disconnected
11849
11850 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11851
11852         * gst/id3demux/id3v2frames.c:
11853         (parse_relative_volume_adjustment_two):
11854           We only care about gain and peak data for the master volume.
11855
11856 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11859         (parse_id_string), (parse_unique_file_identifier),
11860         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11861           Read replay gain tags (#323721).
11862
11863 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11864
11865         * configure.ac:
11866           Bump requirements to gst-plugins-base CVS because
11867           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11868
11869 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11870
11871         * rtp/gst/gstrtppcmadepay.c:
11872         Fixed one of the caps in the code from mulaw to alaw.
11873
11874 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11875
11876         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11877           Ensure that we set caps on the buffers we pass.
11878
11879         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11880         (gst_id3demux_sink_activate):
11881           Ensure that we set caps on the buffers we pass.
11882
11883           Use STREAM, TYPE_NOT_FOUND as the error class when
11884           typefinding fails.
11885
11886 2006-03-15  Edward Hervey  <edward@fluendo.com>
11887
11888         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11889         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11891         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11892         (gst_jpeg_dec_setcaps):
11893         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11894         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11895         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11896         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11897         (gst_mngdec_src_getcaps):
11898         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11899         (gst_pngdec_caps_create_and_set):
11900         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11901         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11902         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11903         * gst/alpha/gstalpha.c: (gst_alpha_init):
11904         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11905         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11906         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11907         * gst/cutter/gstcutter.c: (gst_cutter_init):
11908         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11909         (gst_efence_checkgetrange):
11910         * gst/debug/negotiation.c: (gst_negotiation_init):
11911         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11912         * gst/goom/gstgoom.c: (gst_goom_init):
11913         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11914         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11915         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11916         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11917         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11918         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11919         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11920         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11921         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11922         (gst_wavparse_create_sourcepad):
11923         Fix memleak with gst_static_pad_template_get().
11924         This uses gst_pad_new_from_static_template() instead.
11925         Fixes #333512
11926
11927 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * configure.ac:
11930           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11931           used by id3demux.
11932
11933         * gst/id3demux/gstid3demux.c: (plugin_init):
11934         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11935         (parse_user_text_identification_frame),
11936         (parse_unique_file_identifier):
11937           Add support for UFID and TXXX frames and extract musicbrainz tags.
11938
11939 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11942           Catch short reads, like they might happen with truncated
11943           files (see #305279); remove unnecessary indentation.
11944
11945 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11948           Fix DIB image inversion for pictures with a
11949           depth != 8 (#305279).
11950
11951 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11954         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11955         * ext/jpeg/gstjpegdec.h:
11956           Fix durations on outgoing buffers after seeking
11957           in MJPEG files (#334083); some minor clean-ups.
11958
11959 2006-03-13  Wim Taymans  <wim@fluendo.com>
11960
11961         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11962         (gst_wavparse_change_state):
11963         Implement seek in READY (re-fixes #327658)
11964
11965 2006-03-13  Wim Taymans  <wim@fluendo.com>
11966
11967         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11968         * ext/esd/esdmon.c: (gst_esdmon_get):
11969         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11970         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11971         (gst_gdk_pixbuf_sink_getcaps):
11972         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11973         (gst_jpegenc_setcaps):
11974         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11975         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11976         (gst_smokeenc_setcaps):
11977         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11978         (gst_mngdec_src_getcaps):
11979         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11980         (gst_mngenc_chain):
11981         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11982         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11983         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11984         (speex_dec_src_event), (speex_dec_chain):
11985         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11986         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11987         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11988         (gst_negotiation_pad_link), (gst_negotiation_chain):
11989         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11990         (gst_flxdec_chain):
11991         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11992         (deinterleave_chain):
11993         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11994         * gst/median/gstmedian.c: (gst_median_link):
11995         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11996         (gst_monoscope_chain):
11997         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11998         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11999         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12000         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12001         close #333784 unref the result of gst_pad_get_parent()
12002         by: Christophe Fergeau.
12003
12004 2006-03-09  Wim Taymans  <wim@fluendo.com>
12005
12006         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12007         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12008         Handle events in push mode better, can now do non-flushing
12009         seeks in push mode as well.
12010
12011 2006-03-07  Wim Taymans  <wim@fluendo.com>
12012
12013         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12014         Applied patch from Kai Vehmanen, fixes #333624.
12015
12016 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12017
12018         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12019         Implement paletted and grayscale png files handling.
12020         (#150363).
12021
12022 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12023
12024         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12025         (gst_speexenc_chain):
12026           fix a tag list assert
12027           follow gst-plugins-base/ext/ogg/README; set OFFSET
12028           and OFFSET_END.  Muxes correctly with gst-plugins-base
12029           > 0.9.3
12030
12031 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12032
12033         * gst/id3demux/Makefile.am:
12034         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12035         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12036           Use new typefind helper functions here as well, and
12037           do typefinding in pull-mode if upstream supports that.
12038
12039 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * sys/sunaudio/gstsunaudiomixerctrl.c:
12042         (gst_sunaudiomixer_ctrl_get_volume),
12043         (gst_sunaudiomixer_ctrl_set_volume):
12044         * sys/sunaudio/gstsunaudiomixertrack.c:
12045         (gst_sunaudiomixer_track_new):
12046           Remove unused variables, breaks build from CVS
12047           with -Werror (#333392, patch by: Benjamin Pineau)
12048
12049 2006-03-03  Wim Taymans  <wim@fluendo.com>
12050
12051         * docs/plugins/Makefile.am:
12052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12053         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12054         Added wavparse docs.
12055
12056         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12057         (gst_wavparse_reset), (gst_wavparse_init),
12058         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12059         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12060         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12061         (gst_wavparse_stream_data), (gst_wavparse_loop),
12062         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12063         (gst_wavparse_change_state):
12064         * gst/wavparse/gstwavparse.h:
12065         Implement seek in READY (fixes #327658)
12066         Added docs and did some cleanups.
12067
12068 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12071         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12072         (gst_avi_demux_calculate_durations_from_index),
12073         (gst_avi_demux_stream_header):
12074         * gst/avi/gstavidemux.h:
12075           If we have an index, use a duration based on the index instead
12076           of blindly trusting the information in the stream headers
12077           (fixes #331817).
12078
12079 2006-03-03  Wim Taymans  <wim@fluendo.com>
12080
12081         * docs/plugins/Makefile.am:
12082         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12083         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12084         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12085         Added smoke and jpeg to the docs.
12086
12087         * ext/jpeg/Makefile.am:
12088         * ext/jpeg/gstjpeg.c: (plugin_init):
12089         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12090         * ext/jpeg/gstjpegenc.h:
12091         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12092         (gst_smokedec_chain):
12093         * ext/jpeg/gstsmokedec.h:
12094         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12095         * ext/jpeg/gstsmokeenc.h:
12096         * ext/jpeg/smokecodec.h:
12097         Port smokedec (fixes #331905).
12098         Added some docs.
12099         Some cleanups.
12100
12101 2006-03-03  Wim Taymans  <wim@fluendo.com>
12102
12103         * docs/plugins/Makefile.am:
12104         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12105         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12106         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12107         Added videobalance and videoflip to the docs.
12108
12109         * gst/videofilter/Makefile.am:
12110         * gst/videofilter/gstvideobalance.c:
12111         (gst_video_balance_update_tables_planar411),
12112         (gst_video_balance_is_passthrough),
12113         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12114         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12115         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12116         (gst_video_balance_finalize), (gst_video_balance_class_init),
12117         (gst_video_balance_init), (gst_video_balance_interface_supported),
12118         (gst_video_balance_interface_init),
12119         (gst_video_balance_colorbalance_list_channels),
12120         (gst_video_balance_colorbalance_set_value),
12121         (gst_video_balance_colorbalance_get_value),
12122         (gst_video_balance_colorbalance_init),
12123         (gst_video_balance_set_property), (gst_video_balance_get_property),
12124         (gst_video_balance_get_type), (plugin_init):
12125         * gst/videofilter/gstvideobalance.h:
12126         Ported to 0.10. (Fixes #326160)
12127         Added docs.
12128
12129         * gst/videofilter/gstvideoflip.c:
12130         * gst/videofilter/gstvideoflip.h:
12131         Added docs.
12132
12133 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         * configure.ac:
12136           Bump requirements to current core and -base CVS
12137           (core for new typefind helper API, and -base for the
12138           WAVFORMATEX support that was added to libgstriff and
12139           is needed by wavparse).
12140         
12141         * gst/apetag/Makefile.am:
12142         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12143         (gst_tag_demux_sink_activate):
12144           Use new typefind helpers for typefinding instead of our
12145           home-grown stuff; also, do typefinding in pull-mode if
12146           upstream supports that.
12147
12148 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12149
12150         Reviewed by: Christian Schaller <christian@fluendo.com>
12151
12152         This patch fixes bug: 329107
12153
12154         This Changelog entry is for a commit done on February 17
12155
12156         * ext/gconf/gconf.c
12157         * ext/gconf/gconf.h
12158         * ext/gconf/gstgconfaudiosink.c
12159         * ext/gconf/gstgconfaudiosink.h
12160         * gconf/gstreamer.schemas.in
12161
12162 2006-02-28  Wim Taymans  <wim@fluendo.com>
12163
12164         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12165         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12166         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12167         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12168         Use DEBUG_OBJECT more.
12169
12170 2006-02-28  Wim Taymans  <wim@fluendo.com>
12171
12172         * docs/plugins/Makefile.am:
12173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12175         Added dvdec and dvdemux to docs.
12176
12177         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12178         Added docs.
12179         Check frame sizes so we don't crash when don't have enough
12180         data.
12181         Send nice error messages on error.
12182
12183         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12184         (gst_dvdemux_class_init), (gst_dvdemux_init),
12185         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12186         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12187         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12188         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12189         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12190         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12191         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12192         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12193         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12194         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12195         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12196         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12197         * ext/dv/gstdvdemux.h:
12198         Added docs.
12199         Implement pull mode.
12200         Fix memleaks.
12201         Reduce memcpy for the video demuxing.
12202
12203 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12204
12205         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12206         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12207         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12208         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12209           Add a little extra debug. Make the decoder not return NOT_LINKED,
12210           as we want to continue decoding all CMML and emitting tags.
12211
12212 2006-02-27  Michael Smith  <msmith@fluendo.com>
12213
12214         * ext/annodex/gstskeltag.c:
12215         * ext/annodex/gstskeltag.h:
12216           Deleted; these files aren't used any more either.
12217
12218 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12219
12220         * ext/Makefile.am: Fix dist-check.
12221
12222 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12223
12224         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12225         memleak.
12226
12227 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12228
12229         * ext/annodex/Makefile.am:
12230         * ext/annodex/gstannodex.c:
12231         * ext/annodex/gstcmmldec.c:
12232         * ext/annodex/gstcmmlenc.c:
12233         * ext/annodex/gstcmmlparser.c:
12234         * ext/annodex/gstcmmlparser.h:
12235         * ext/annodex/gstcmmlutils.c:
12236         * tests/check/elements/cmmldec.c:
12237         * tests/check/elements/cmmlenc.c:
12238           Fix a memleak in gst_cmml_track_list_add_clip.
12239           Handle overflows in clip's start and end times.
12240           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12241           Do not parse junk at the end of a CMML preamble buffer.
12242           Register a libxml error handler to not print stuff on stderr.
12243           Check for bad clip start and end times in the testsuites.
12244
12245 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12246
12247         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12248         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12249         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12250         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12251         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12252         possible memleaks.
12253
12254 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12255
12256         * tests/check/Makefile.am:
12257         * tests/check/elements/cmmldec.c:
12258         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12259         the plugins-base tags.
12260
12261 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12262
12263         * ext/Makefile.am: Re-enable module.
12264
12265 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12266
12267         * tests/check/Makefile.am: Forgot to remove that test.
12268
12269 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12270
12271         * ext/annodex/Makefile.am:
12272         * ext/annodex/gstannodex.c: (plugin_init):
12273         * ext/annodex/gstcmmldec.c:
12274         * ext/annodex/gstskeldec.c:
12275         * ext/annodex/gstskeldec.h:
12276         * tests/check/Makefile.am:
12277         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12278
12279 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12280
12281         * tests/check/Makefile.am: Disable those checks as well.
12282
12283 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12284
12285         * ext/Makefile.am: Disable annodex for now until we figure out
12286         how to make it build.
12287         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12288         Add a rule to your checklist : "please try to at least build 
12289         what you are going to commit into -good, or if you are too lazy
12290         to do that, please check that the buildbots are not crying because
12291         of your commit."
12292
12293 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12294
12295         * configure.ac:
12296         * ext/Makefile.am:
12297         * ext/gdk_pixbuf/Makefile.am:
12298         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12299         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12300         * ext/gdk_pixbuf/pixbufscale.c:
12301         * ext/gdk_pixbuf/pixbufscale.h:
12302           Gdkpixbuf ported from 0.8 to 0.10 by
12303           Renato Filho <renato.filho@indt.org.br>.
12304           gst_loader and gdkpixbufanimation still need port.
12305
12306 2006-02-24  Michael Smith  <msmith@fluendo.com>
12307
12308         * configure.ac:
12309         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12310         * ext/Makefile.am:
12311         * ext/annodex/Makefile.am:
12312         * ext/annodex/gstannodex.c:
12313         * ext/annodex/gstannodex.h:
12314         * ext/annodex/gstcmmldec.c:
12315         * ext/annodex/gstcmmldec.h:
12316         * ext/annodex/gstcmmlenc.c:
12317         * ext/annodex/gstcmmlenc.h:
12318         * ext/annodex/gstcmmlparser.c:
12319         * ext/annodex/gstcmmlparser.h:
12320         * ext/annodex/gstcmmltag.c:
12321         * ext/annodex/gstcmmltag.h:
12322         * ext/annodex/gstcmmlutils.c:
12323         * ext/annodex/gstcmmlutils.h:
12324         * ext/annodex/gstskeldec.c:
12325         * ext/annodex/gstskeldec.h:
12326         * ext/annodex/gstskeltag.c:
12327         * ext/annodex/gstskeltag.h:
12328         * tests/check/Makefile.am:
12329         * tests/check/elements/cmmldec.c:
12330         * tests/check/elements/cmmlenc.c:
12331         * tests/check/elements/skeldec.c:
12332           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12333           Includes tests & docs, oh my! Passes Thomas's -good checklist
12334           entirely. Wow.
12335
12336 2006-02-24  Michael Smith  <msmith@fluendo.com>
12337
12338         * autogen.sh:
12339           Check for automake 1.9 as well.
12340
12341 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12342
12343         * ext/flac/gstflacenc.c:
12344           Change min. sample rate to 8kHz to match flacdec's.
12345           
12346 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12347
12348         * ext/cdio/Makefile.am:
12349           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12350           required for Cygwin, see #317048)
12351
12352         * gst/rtp/gstasteriskh263.c:
12353           Cygwin has includes for both the unix network socket API
12354           and the windows API, but only one can be included, so fix
12355           includes to only use one or the other, prefering the unxi
12356           one (#317048).
12357
12358 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12359
12360         * rtp/gst/gstrtppcmadepay.c:
12361         * rtp/gst/gstrtppcmadepay.h:
12362         * rtp/gst/gstgstrtppcmapay.c:
12363         * rtp/gst/gstgstrtppcmapay.h:
12364         * rtp/gst/gstrtppcmudepay.c:
12365         * rtp/gst/gstrtppcmudepay.h:
12366         * rtp/gst/gstrtppcmupay.c:
12367         * rtp/gst/gstrtppcmupay.h:
12368         * rtp/gst/Makefile.am:
12369         * rtp/gst/gstrtp.c:
12370         * rtp/gst/README:
12371         Separated the G711 payloaders/depayloaders into separate elements for
12372         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12373
12374 2006-02-22  Wim Taymans  <wim@fluendo.com>
12375
12376         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12377         (gst_dvdec_change_state):
12378         * ext/dv/gstdvdec.h:
12379         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12380         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12381         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12382         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12383         (gst_dvdemux_flush), (gst_dvdemux_chain),
12384         (gst_dvdemux_change_state):
12385         * ext/dv/gstdvdemux.h:
12386         Ueber spiffify some more, added debug category.
12387         Use _scale.
12388         Use segments, respect playback rate from newsegment.
12389         Fix refcount issue.
12390
12391 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12392
12393         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12394         (gst_signal_processor_process):
12395         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12396         enabled for the build, but it helps me win the feature-count
12397         competitions ooh yeah.
12398
12399 2006-02-19  Wim Taymans  <wim@fluendo.com>
12400
12401         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12402         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12403         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12404         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12405         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12406         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12407         Use scaling code for added precission and more correct stop
12408         position in case scale==0.
12409
12410 2006-02-19  Wim Taymans  <wim@fluendo.com>
12411
12412         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12413         (gst_flxdec_chain):
12414         * gst/flx/gstflxdec.h:
12415         Implement DURATION query.
12416
12417 2006-02-19  Wim Taymans  <wim@fluendo.com>
12418
12419         * gst/flx/flx_color.h:
12420         * gst/flx/flx_fmt.h:
12421         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12422         (gst_flxdec_src_query_handler), (flx_decode_color),
12423         (gst_flxdec_chain):
12424         * gst/flx/gstflxdec.h:
12425         Set MALLOCDATA for the temp buffers so we don't leak.
12426         Some debug cleanups.
12427         Consume all data in the adapter before leaving the chain
12428         function. Fixes #330678.
12429
12430 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12431
12432         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12433         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12434          Handle 0 data size in otherwise valid frames.
12435          Handle numeric strings in 2.4.0 even when not in parentheses 
12436
12437 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst/matroska/matroska-demux.c:
12440         (gst_matroska_demux_subtitle_caps),
12441         (gst_matroska_demux_plugin_init):
12442         * gst/matroska/matroska-ids.h:
12443           Recognise SSA/ASS and USF subtitle formats and
12444           set proper caps when they are found.
12445
12446 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12449         (gst_jpeg_dec_chain):
12450           Fix invalid memory access for some odd-sized images
12451           (see image contained in quicktime stream in #327083);
12452           use g_malloc() instead of g_alloca().
12453
12454 2006-02-17  Wim Taymans  <wim@fluendo.com>
12455
12456         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12457         Patch from Sebastien Cote, fixes #319884
12458
12459 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12460
12461         * ext/cdio/gstcdio.c: (plugin_init):
12462           Init debug category (#331253).
12463
12464 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12465
12466         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12467           Pass extra_data to gst_riff_create_audio_caps(), so that
12468           WAVEFORMATEX stuff works. Post audio codec name and post
12469           it as taglist on the bus. Allow up to 8 channesl for raw
12470           PCM in the source pad template caps.
12471
12472 2006-02-16  Wim Taymans  <wim@fluendo.com>
12473
12474         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12475         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12476         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12477         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12478         (gst_multipart_set_property), (gst_multipart_get_property):
12479         Applied #318663. Gives quite a few false positives in
12480         autoscan mode, but it's better than nothing. Not closing yet.
12481
12482 2006-02-16  Wim Taymans  <wim@fluendo.com>
12483
12484         * docs/plugins/Makefile.am:
12485         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12486         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12487         * docs/plugins/gst-plugins-good-plugins.args:
12488         * docs/plugins/inspect/plugin-udp.xml:
12489         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12490         (gst_udpsrc_start):
12491         Update documentation.
12492         Fix args.
12493
12494 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12495
12496         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12497         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12498         frame size. (Fixes #331368)
12499
12500 2006-02-16  Wim Taymans  <wim@fluendo.com>
12501
12502         * gst/rtsp/README:
12503         Updated README.
12504
12505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12506         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12507         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12508         * gst/rtsp/gstrtspsrc.h:
12509         Make sure the RTP port is an even port an try to allocate 
12510         another if not.
12511         Added retry property to control max retries for port allocation.
12512         Make sure RTCP port is RTP port+1.
12513         Cleanup when port allocation fails.
12514         Fixes #319183.
12515         
12516 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12519           Don't ignore return value of the parent class's state
12520           change function (#331385, patch by: Wouter Paesen).
12521
12522 2006-02-15  Wim Taymans  <wim@fluendo.com>
12523
12524         * configure.ac:
12525         * docs/plugins/Makefile.am:
12526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12528         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12529         * ext/Makefile.am:
12530         * ext/hal/Makefile.am:
12531         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12532         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12533         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12534         (do_toggle_element), (gst_hal_audio_sink_set_property),
12535         (gst_hal_audio_sink_get_property),
12536         (gst_hal_audio_sink_change_state):
12537         * ext/hal/gsthalaudiosink.h:
12538         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12539         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12540         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12541         (do_toggle_element), (gst_hal_audio_src_set_property),
12542         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12543         * ext/hal/gsthalaudiosrc.h:
12544         * ext/hal/gsthalelements.c: (plugin_init):
12545         * ext/hal/gsthalelements.h:
12546         * ext/hal/hal.c: (gst_hal_get_string),
12547         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12548         (gst_hal_get_audio_src):
12549         * ext/hal/hal.h:
12550         Add HAL sound device wrapper plugins. Closes #329106
12551
12552 2006-02-15  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12555         Add comment in a fultile attempt to stop the copy-and-paste 
12556         paradigm leading to duplication of bad code.
12557
12558         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12559         Mime parameters have to be checked case insensitive
12560
12561 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12562
12563         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12564           Advance stream time for lagging subtitle streams by sending
12565           newsegment events with the update flag set.
12566
12567 2006-02-14  Edward Hervey  <edward@fluendo.com>
12568
12569         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12570         There can be bogus data before the hdrl LIST tag in the RIFF header.
12571         It's hard to say if it's not respecting the AVI specifications or not,
12572         but since Google Video is producing AVIs like that and the other player
12573         don't seem to complain, I guess we should do the same.
12574
12575 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12576
12577         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12578         (parse_split_strings):
12579         Add more validation to ensure that a char encoding conversion
12580         produced a valid UTF-8 string.
12581
12582 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12583
12584         Reviewed by: Edward Hervey  <edward@fluendo.com>
12585
12586         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12587         Properly handle end of segment. Closes #330885.
12588
12589 2006-02-13  Wim Taymans  <wim@fluendo.com>
12590
12591         * gst/rtp/gstrtpmp4gpay.h:
12592         For got to commit this one.
12593
12594 2006-02-12  Wim Taymans  <wim@fluendo.com>
12595
12596         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12597         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12598         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12599         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12600         * gst/rtp/gstrtpmp4gpay.h:
12601         Make more things work.
12602         Handle ACC config strings.
12603
12604 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12605
12606         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12607           set timestamps if no incoming timestamps set
12608
12609 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12610
12611         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12612         (gst_tag_demux_do_typefind):
12613           ... and fix the very same leaks in GstTagDemux.
12614
12615 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12616
12617         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12618         (gst_id3demux_do_typefind):
12619         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12620         <jonathan at kaolin dot wh9 dot net>)
12621
12622 2006-02-10  Wim Taymans  <wim@fluendo.com>
12623
12624         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12625         First set options, then set caps or else the baseclass
12626         will not know about the options, duh.
12627
12628 2006-02-10  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12631         (gst_rtp_mp4v_pay_setcaps):
12632         Don't waste time looking for a config string if we have codec_info
12633         on the incomming caps.
12634
12635 2006-02-10  Wim Taymans  <wim@fluendo.com>
12636
12637         * gst/rtp/README:
12638         Say something about case-sensitivity of caps vs mime-attributes.
12639
12640         * gst/rtp/Makefile.am:
12641         * gst/rtp/gstrtp.c: (plugin_init):
12642         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12643         (gst_rtp_amr_pay_handle_buffer):
12644         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12645         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12646         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12647         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12648         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12649         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12650         (gst_rtp_mp4g_pay_plugin_init):
12651         * gst/rtp/gstrtpmp4gpay.h:
12652         Added beginnings of mpeg4-generic payloader (RFC 3640)
12653
12654 2006-02-09  Wim Taymans  <wim@fluendo.com>
12655
12656         * gst/rtsp/Makefile.am:
12657         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12658         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12659         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12660         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12661         (gst_rtpdec_change_state):
12662         * gst/rtsp/gstrtpdec.h:
12663         * gst/rtsp/gstrtsp.c: (plugin_init):
12664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12665         * gst/rtsp/rtspconnection.c: (read_body),
12666         (rtsp_connection_receive):
12667         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12668         Resurected rtpdec to make rtspsrc happy again.
12669         Skip attributes from the session id.
12670         Don't crash when dumping a message with an empty body.
12671
12672
12673 2006-02-09  Wim Taymans  <wim@fluendo.com>
12674
12675         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12676         Added more meaningfull warnings when something goes wrong.
12677         Clear F bit on outgoing AMR packets.
12678
12679         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12680         (gst_rtp_amr_pay_handle_buffer):
12681         Added debugging category
12682         Support payloading of multiple AMR frames.
12683
12684         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12685         Added some debugging.
12686
12687 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12688
12689         * configure.ac:
12690           Back to CVS
12691
12692 === release 0.10.2 ===
12693
12694 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12695
12696         * configure.ac:
12697           releasing 0.10.2, "Papa was a rolling stone"
12698
12699 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12700
12701         * configure.ac:
12702           Bump core and plugins-base requirement to 0.10.2.2
12703           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12704
12705 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12706
12707         * ext/flac/gstflac.c: (plugin_init):
12708         * ext/speex/gstspeex.c: (plugin_init):
12709           Register musicbrainz tags.
12710
12711 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         * ext/gconf/gconf.h:
12714           Remove declaration of function that no longer exists.
12715
12716 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12717
12718         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12719         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12720         Make shout2 work for non ogg streams
12721
12722 2006-02-06  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12725         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12726         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12727         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12728         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12729         * gst/udp/gstmultiudpsink.h:
12730         Updated docs.
12731         Added properties bytes-served, bytes_to_serve.
12732         Post proper error messages,
12733         Emit client added signal too.
12734
12735 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12736
12737         * docs/plugins/Makefile.am:
12738         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12739         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12740         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12741         (gst_multiudpsink_get_stats):
12742           adding docs for multiudpsink
12743
12744 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12745
12746         * gst/level/gstlevel.c: (gst_level_transform_ip):
12747           peak below decay is not necessarily an error, so don't ERROR log
12748
12749 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12750
12751         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12752         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12753         (gst_ebml_write_seek):
12754         * gst/matroska/ebml-write.h:
12755           Make sure we send a newsegment event in BYTES format
12756           before sending buffers (#328531).
12757
12758 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12759
12760         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12761         (gst_dvdemux_sink_query):
12762         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12763         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12764         (speex_dec_src_query):
12765         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12766         (gst_speexenc_sink_query):
12767         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12768         * gst/matroska/matroska-demux.c:
12769         (gst_matroska_demux_get_src_query_types),
12770         (gst_matroska_demux_handle_src_query):
12771         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12772         (gst_wavparse_pad_query):
12773           Pass unhandled queries upstream instead of just dropping
12774           them (#326446). Update query type arrays here and there.
12775
12776 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         * tests/check/elements/matroskamux.c: (setup_src_pad):
12779           Collectpads in core got changed and now also holds a
12780           reference to any pad that is part of it. Fix refcount
12781           checks in test case accordingly.
12782
12783 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12784
12785         * gst/apetag/gstapedemux.h:
12786           Fix include, for now GstTagDemux is in the apetag dir.
12787
12788 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * docs/plugins/Makefile.am:
12791         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12792         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12793         * docs/plugins/inspect/plugin-cdio.xml:
12794           Add cdio plugin to docs.
12795
12796         * ext/cdio/gstcdiocddasrc.c:
12797           Add gtk-doc blurb.
12798
12799         * ext/cdio/gstcdio.c:
12800           The plugin is called 'cdio' not 'cddio'.
12801
12802 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12803
12804         * configure.ac:
12805         * docs/plugins/Makefile.am:
12806         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12807         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12808         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12809         * docs/plugins/inspect/plugin-apetag.xml:
12810         * gst/apetag/Makefile.am:
12811         * gst/apetag/gstapedemux.c:
12812         * gst/apetag/gstapedemux.h:
12813         * gst/apetag/gsttagdemux.c:
12814         * gst/apetag/gsttagdemux.h:
12815           Add APE tag demuxer (#325649).
12816
12817 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12818
12819         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12820         (gst_gconf_get_default_video_sink),
12821         (gst_gconf_get_default_audio_src),
12822         (gst_gconf_get_default_video_src):
12823         * ext/gconf/gconf.h:
12824         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12825         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12826         (do_toggle_element):
12827         * ext/gconf/gstgconfaudiosink.h:
12828         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12829         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12830         (do_toggle_element):
12831         * ext/gconf/gstgconfaudiosrc.h:
12832         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12833         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12834         (do_toggle_element):
12835         * ext/gconf/gstgconfvideosink.h:
12836         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12837         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12838         (do_toggle_element):
12839         * ext/gconf/gstgconfvideosrc.h:
12840           Ignore changing the GConf key to "". Ignore GConf key updates
12841           that don't actually change the string.
12842           For now, ignore the GConf key when the state is > READY, as
12843           it breaks streaming. Sometime it will be nice to bring the
12844           new sink online even mid-stream, by sending NEWSEGMENT info
12845           and possibly prerolling.
12846           (Fixes #326736)
12847
12848 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12849
12850         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12851         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12852         (zoomFilterSetResolution), (zoomFilterDestroy),
12853         (zoomFilterFastRGB), (pointFilter):
12854         * gst/goom/filters.h:
12855         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12856         (goom_update), (goom_close):
12857         * gst/goom/goom_core.h:
12858         * gst/goom/goom_tools.h:
12859         * gst/goom/graphic.c:
12860         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12861         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12862         * gst/goom/gstgoom.h:
12863         * gst/goom/lines.c: (goom_lines):
12864         * gst/goom/lines.h:
12865           Make goom reentrant by moving all important static variables
12866           into instance structures.
12867           (Fixes #329181)
12868
12869 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12870
12871         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12872         (gst_avi_demux_all_source_pads_unlinked),
12873         (gst_avi_demux_process_next_entry):
12874         * gst/avi/gstavidemux.h:
12875           Third attempt, use gst_pad_is_linked() this time.
12876
12877 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12878
12879         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12880         (parse_split_strings):
12881         Adjust for data length indicators when parsing (Fixes #329810)
12882         Fix stupid bug parsing UTF-8 tag text.
12883         Output tag strings with multiple fields as multiple tags, so the
12884         app gets all the data.
12885
12886 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12887
12888         * ext/flac/gstflacenc.c:
12889         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12890         show me.
12891         
12892 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12893
12894         * ext/flac/gstflacenc.c:
12895         * gst/matroska/ebml-read.c:
12896         Just make it compile with --disable-gst-debug.
12897
12898 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12899
12900         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12901         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12902         (id3v2_genre_fields_to_taglist):
12903           Never output a tag with a null contents string.
12904
12905 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12908           Only pause if all pads are unlinked AND we've tried to send data
12909           on all of them at least once.
12910
12911 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12914         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12915           Make loop function/task pause itself when all source pads are
12916           unlinked.
12917
12918 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12919
12920         * configure.ac:
12921         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12922           Use new functions from core to render a bin from a
12923           string. Fixes build. Up requirements to core CVS.
12924
12925 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12926
12927         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12928           Don't push buffers into the adapter that we are going to
12929           push downstream again without framing anyway. Also, the
12930           adaptor takes ownership of buffers put into it (fixes
12931           auparse pushing invalid buffers for .au files with
12932           ADPCM contents). Finally, set caps on all outgoing buffers.
12933
12934 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12935
12936         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12937         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12938         (gst_id3demux_send_tag_event):
12939         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12940         Someone should kick my butt. Remove ID3v1 tags from the end of the
12941         file.
12942
12943         Improve error messages. Send the TAG message as soon as we complete
12944         typefinding, instead of waiting until we send the first buffer.
12945         Downstream tag event is still sent before the first buffer.
12946
12947 2006-01-27  Jan Gerber  <j@bootlab.org>
12948
12949         Reviewed by: Andy Wingo <wingo@pobox.com>
12950
12951         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12952         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12953         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12954         to not have warings flooding stderr. this is the suggested way
12955         also used in dvgrab and kino. (#328336)
12956
12957 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12958
12959         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12960         (gst_oss_sink_init), (gst_oss_sink_finalise):
12961           Free the device name string when finalised.
12962
12963 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12964
12965         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12966           Don't put function calls in g_return_if_fail() statements,
12967           or they'll be replaced with NOOPs if someone compiles with
12968           G_DISABLE_CHECKS defined.
12969           
12970 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12971
12972         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12973         Never trust ANY information encoded in a media file, especially
12974         when it's giving you sizes. (Fixes #328452)
12975
12976 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12977
12978         * gst/rtp/gstrtpg711pay.c:
12979         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12980         bug #325148.
12981
12982 2006-01-23  Edward Hervey  <edward@fluendo.com>
12983
12984         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12985         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12986         * gst/matroska/matroska-ids.h:
12987         Added recognition of Real Audio and Video streams in matroska demuxer.
12988
12989 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12990
12991         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12992           Remove errant break statement, and fix compilation with
12993           older GCC.
12994
12995 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12996
12997         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * sys/sunaudio/gstsunaudiomixerctrl.c:
13000         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13001           Export functions that are needed in other parts of the code,
13002           makes the mixer actually work; adjust magic minimum buffer-time
13003           value from 3ms to 5ms to work around stuttering during mp3
13004           playback (#327765).
13005
13006 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13007
13008         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13009
13010         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13011         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13012           Fix possible deadlock in matroska muxer (#327825).
13013
13014 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13017         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13018         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13019         * gst/rtsp/sdpmessage.h:
13020         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13021         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13022           C89 fixes: declare variables at the beginning of a block and
13023           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13024           <jensgr at gmx dot net>).
13025
13026 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13027
13028         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13029         * gst/id3demux/id3tags.h:
13030         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13031         (parse_comment_frame), (parse_text_identification_frame),
13032         (id3v2_tag_to_taglist), (id3v2_are_digits),
13033         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13034         (parse_split_strings), (free_tag_strings):
13035           Rewrite parsing of text tags to handle multiple NULL terminated
13036           strings. Parse numeric genre strings and ID3v2 type
13037           "(3)(6)Alternative" style genre strings.
13038           Parse dates that are only YYYY or YYYY-mm format.
13039           (Fixes #328241 and #322154)
13040
13041 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13044           Don't forget to initialize liboil, otherwise our oil functions
13045           will crash (fixes #327871; patch by: Christoph Burghardt
13046           <hawkes at web dot de>).
13047
13048 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13049
13050         * configure.ac:
13051           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13052           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13053           patch by: Brian Cameron <brian dot cameron at sun dot com>
13054
13055 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13056
13057         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13058         * ext/cdio/gstcdio.h:
13059         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13060           Fix build for libcdio versions >= 76; give slightly lower rank
13061           than cdparanoia.
13062
13063 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13064
13065         * configure.ac:
13066         * ext/Makefile.am:
13067         * ext/cdio/Makefile.am:
13068         * ext/cdio/gstcdio.c:
13069         * ext/cdio/gstcdio.h:
13070         * ext/cdio/gstcdiocddasrc.c:
13071         * ext/cdio/gstcdiocddasrc.h:
13072           Port libcdio cdda source, formerly known as cddasrc, now known as
13073           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13074           but that's not tested (fixes #317658).
13075
13076 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13079           Fix conversion from TIME to BYTES format (fixes #326864;
13080           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13081
13082 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13083
13084         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13085           Fix compilation of id3demux when zlib is not present.
13086           (Fixes #326602; patch by: Sergey Scobich)
13087
13088 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * ext/esd/Makefile.am:
13091           Add $(ESD_CFLAGS), otherwise build will fail for folks
13092           with libesd in a non-standard prefix (#327009).
13093
13094 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13095
13096         * configure.ac:
13097           back to HEAD
13098
13099 === release 0.10.1 ===
13100
13101 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13102
13103         * configure.ac:
13104           releasing 0.10.1, "Li"
13105
13106 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13107
13108           patch by: Wim Taymans
13109
13110         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13111           fix memleak.  Fixes #326618
13112
13113 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13114
13115           patch by: Mike Smith
13116
13117         * gst/level/gstlevel.c: (gst_level_message_new),
13118         (gst_level_message_append_channel):
13119           Fix memleak.  Fixes #326612
13120
13121 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13122
13123         * configure.ac:
13124           prereleasing
13125         * po/af.po:
13126         * po/az.po:
13127         * po/cs.po:
13128         * po/en_GB.po:
13129         * po/hu.po:
13130         * po/it.po:
13131         * po/nb.po:
13132         * po/nl.po:
13133         * po/or.po:
13134         * po/sq.po:
13135         * po/sr.po:
13136         * po/sv.po:
13137         * po/uk.po:
13138         * po/vi.po:
13139           update translations
13140
13141 2006-01-10  Michael Smith  <msmith@fluendo.com>
13142
13143         * gst/level/gstlevel.c: (gst_level_class_init),
13144         (gst_level_dispose):
13145           Don't leak filter arrays.
13146
13147 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13148
13149         reviewed by: Christian Schaller <uraeus@gnome.org>
13150         
13151         * configure.ac:
13152         * gst-plugins-good.spec.in:
13153         * sys/Makefile.am:
13154         * sys/sunaudio/Makefile.am:
13155         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13156         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13157         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13158         (gst_sunaudiomixer_change_state):
13159         * sys/sunaudio/gstsunaudiomixer.h:
13160         * sys/sunaudio/gstsunaudiomixerctrl.c:
13161         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13162         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13163         (gst_sunaudiomixer_ctrl_list_tracks),
13164         (gst_sunaudiomixer_ctrl_get_volume),
13165         (gst_sunaudiomixer_ctrl_set_volume),
13166         (gst_sunaudiomixer_ctrl_set_mute),
13167         (gst_sunaudiomixer_ctrl_set_record):
13168         * sys/sunaudio/gstsunaudiomixerctrl.h:
13169         * sys/sunaudio/gstsunaudiomixertrack.c:
13170         (gst_sunaudiomixer_track_class_init),
13171         (gst_sunaudiomixer_track_init), (fill_labels),
13172         (gst_sunaudiomixer_track_new):
13173         * sys/sunaudio/gstsunaudiomixertrack.h:
13174         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13175         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13176         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13177         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13178         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13179         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13180         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13181         * sys/sunaudio/gstsunaudiosink.h:
13182
13183         Add SunAudio plugin - tested to make sure it doesn't break
13184         the build under GNU/Linux.      
13185
13186 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13187
13188         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13189         * gst-plugins-good/gst/udp/gstudpsrc.c:
13190         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13191         overrides the port or multicast parameters. Fixes bugs #323021.
13192         API addition: adds GstUDPSrc::sockfd property   
13193
13194 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13195
13196         * ext/gconf/Makefile.am:
13197         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13198         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13199         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13200         (do_toggle_element), (cb_toggle_element),
13201         (gst_gconf_audio_src_change_state):
13202         * ext/gconf/gstgconfaudiosrc.h:
13203         * ext/gconf/gstgconfelements.c: (plugin_init):
13204         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13205         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13206         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13207         (do_toggle_element), (cb_toggle_element),
13208         (gst_gconf_video_src_change_state):
13209         * ext/gconf/gstgconfvideosrc.h:
13210           Add new gconfaudiosrc and gconfvideosrc elements
13211           (needed for gnome-sound-recorder).
13212
13213 2006-01-06  Edward Hervey  <edward@fluendo.com>
13214
13215         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13216         Add gst_element_no_more_pads() for proper decodebin behaviour.
13217         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13218         (parse_text_identification_frame), (parse_split_strings):
13219         Failure to decode some tags is not a GST_ERROR() but a
13220         GST_WARNING()
13221         When iterating over a chunk of text, check that we haven't gone too
13222         far.
13223
13224 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13225
13226         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13227         (plugin_init):
13228           call oil_init() when using liboil
13229
13230 2006-01-04  Wim Taymans  <wim@fluendo.com>
13231
13232         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13233         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13234         Fix leaks.
13235
13236 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13237
13238         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13239
13240         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13241         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13242         (gst_flac_dec_change_state):
13243           Don't g_assert() where we should just return FALSE; remove
13244           unnecessary g_assert(); initialize some fields properly in
13245           state change function (fixes #325504). Also, use
13246           GST_DEBUG_OBJECT in two more places.
13247
13248 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13249
13250         * configure.ac:
13251           also remove smoothwave's Makefile.am
13252         * docs/plugins/Makefile.am:
13253           fix plugin docs
13254
13255 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13256
13257         * tests/examples/Makefile.am:
13258           added missing Makefile.am
13259
13260 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13261
13262         * configure.ac:
13263         * gst/level/Makefile.am:
13264         * gst/level/level-example.c:
13265         * tests/Makefile.am:
13266         * tests/examples/level/Makefile.am:
13267         * tests/examples/level/level-example.c: (message_handler), (main):
13268           moved level-example to tests/examples/level-example
13269         * tests/old/examples/level/demo.c: (main):
13270         * tests/old/examples/level/plot.c: (main):
13271           some initial fixes
13272
13273 2005-12-29  Michael Smith  <msmith@fluendo.com>
13274
13275         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13276         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13277         * gst/udp/gstmultiudpsink.h:
13278           Track packets sent per client in addition to bytes sent; provide
13279           this info through get-stats signal
13280
13281 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13282
13283         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13284           Can't use gst_object_unref() on a GstAdapter (#325191).
13285
13286 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13287
13288         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13289         If a broken tag has 0 bytes payload, at least still skip
13290         the 10 byte header
13291
13292 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13293
13294         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13295         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13296         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13297         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13298           Making these depayloaders (H263+ and mpeg4 video) inherit from
13299           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13300
13301 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13302
13303         * docs/plugins/gst-plugins-good-plugins.args:
13304         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13305         Regenerate the plugin hiearchy.
13306
13307 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13308
13309         * docs/plugins/Makefile.am:
13310         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13311         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13312         * docs/plugins/gst-plugins-good-plugins.args:
13313         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13314         (gst_id3demux_base_init), (gst_id3demux_class_init),
13315         (gst_id3demux_chain):
13316         * gst/id3demux/gstid3demux.h:
13317           Add documentation for id3demux.
13318           Don't fail if the first buffer is not at offset 0, just
13319           attempt to typefind and do pass through
13320           Rename the gst_type function from gst_gst_id3demux..
13321
13322 2005-12-20  Michael Smith  <msmith@fluendo.com>
13323
13324         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13325         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13326         (gst_multiudpsink_get_stats):
13327         * gst/udp/gstmultiudpsink.h:
13328           Collect statistics; return them from get_stats.
13329
13330 2005-12-19  Edward Hervey  <edward@fluendo.com>
13331
13332         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13333         Stupid signedness issue...
13334
13335 2005-12-19  Edward Hervey  <edward@fluendo.com>
13336
13337         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13338         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13339         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13340         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13341         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13342         Construct index for indexless files.
13343         Make sure pad/buffers are correctly reset to NULL once we don't need
13344         them anymore, else we get lovely segfaults/assertions.
13345         * gst/wavparse/gstwavparse.c:
13346         Yes, you can have 96KHz audio and wma in wav :(
13347
13348 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13349
13350         * configure.ac:
13351           Check for optional dependency on zlib for id3demux
13352
13353         * gst/id3demux/Makefile.am:
13354         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13355         (gst_id3demux_base_init), (gst_id3demux_class_init),
13356         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13357         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13358         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13359         (gst_id3demux_set_property), (gst_id3demux_get_property),
13360         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13361         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13362         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13363         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13364         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13365         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13366         (simple_find_peek), (simple_find_suggest),
13367         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13368         (plugin_init):
13369         * gst/id3demux/gstid3demux.h:
13370         * gst/id3demux/id3tags.c: (read_synch_uint),
13371         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13372         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13373         (id3demux_id3v2_frames_to_tag_list):
13374         * gst/id3demux/id3tags.h:
13375         * gst/id3demux/id3v2.4.0-frames.txt:
13376         * gst/id3demux/id3v2.4.0-structure.txt:
13377         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13378         (parse_comment_frame), (parse_text_identification_frame),
13379         (id3v2_tag_to_taglist), (parse_split_strings):
13380           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13381           otherwise it discards them. Works on my test files. 
13382
13383         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13384           Don't send EOS to a non-existing srcpad
13385           The debug category can be static
13386
13387 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13388
13389         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13390         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13391         * gst/multipart/multipartdemux.c:
13392           change some char* into char[]
13393
13394 2005-12-16  Wim Taymans  <wim@fluendo.com>
13395
13396         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13397         (gst_wavparse_other), (gst_wavparse_perform_seek),
13398         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13399         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13400         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13401         * gst/wavparse/gstwavparse.h:
13402         Use GstSegment to implement more seeking features.
13403
13404 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13405
13406         * gst/rtsp/rtspconnection.c:
13407           Add <netinet/in.h> include and move <arpa/inet.h> include
13408           to make things work on OpenBSD as well (fixes #323717;
13409           patch by: Benjamin Pineau)
13410
13411 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13412
13413         * gst/rtp/gstrtpspeexdepay.c:
13414         * gst/rtp/gstrtpspeexpay.c:
13415         Set clock rate to be fixed in 8000. It fixes bug #324012.
13416
13417 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13418
13419         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13420         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13421         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13422         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13423         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13424         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13425         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13426         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13427         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13428         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13429         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13430         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13431         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13432         * gst-plugins-good/gst/rtp/README:
13433         Fixed payload range in payloder caps. Removed payload range completely
13434         from depayloaders as they don't require payload type in their caps.
13435         In effect, there isn't any specific payload type for any given codec,
13436         only suggestions.
13437         Fixes bug #324011.
13438
13439 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13440
13441         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13442         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13443         (gst_videomixer_collected): Code cleanup and re-enabling 
13444         queued time validity check for correct EOS handling.
13445
13446 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13447
13448         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13449         (gst_oss_mixer_element_get_property),
13450         (gst_oss_mixer_element_change_state):
13451         Add 'device-name' property and fix state change function.
13452
13453 2005-12-13  Edward Hervey  <edward@fluendo.com>
13454
13455         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13456         If the speed of the file is null in the header, set the frame_time to
13457         the default setting of GST_SECOND / 70. Which is the default
13458         frame_delay for .fli files as stated in this document :
13459         http://www.compuphase.com/flic.htm
13460         Would be nice to have the time conversion done properly too (duration =
13461         flxh->frames * flxdec->frame_time)
13462
13463 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13464
13465         * docs/plugins/Makefile.am:
13466         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13468         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13469         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13470         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13471         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13472         documentation for videomixer on my way with a funny sample
13473         pipeline.
13474
13475 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13476
13477         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13478         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13479         (gst_videomixer_update_queues), (gst_videomixer_collected):
13480         Fix caps negotiation. (#323896)
13481
13482 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13483
13484         * gst/matroska/matroska-demux.c:
13485         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13486           Set correct timestamps on audio laces, fixes playback of mp3 from
13487                 matroska.
13488
13489 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13490
13491         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13492         (gst_au_parse_class_init), (gst_au_parse_init),
13493         (gst_au_parse_dispose), (gst_au_parse_chain),
13494         (gst_au_parse_change_state), (plugin_init):
13495         * gst/auparse/gstauparse.h:
13496           Use gst_object_unref() for GstObjects instead of
13497           g_object_unref() and fix a mem leak in a debug
13498           statement; while we're at it, also borgify, use
13499           boilerplate macros and clean up a little bit.
13500
13501 2005-12-11  Edward Hervey  <edward@fluendo.com>
13502
13503         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13504         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13505         Added pull mode.
13506
13507 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         * gst/goom/gstgoom.c:
13510         * gst/level/level-example.c: (main):
13511         * gst/smoothwave/demo-osssrc.c: (main):
13512           Use audiotestsrc instead of sinesrc (#323798).
13513
13514 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13515
13516         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13517           more debug-func-ptr usage
13518
13519 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13520
13521         * gst/flx/flx_color.c: (flx_colorspace_convert):
13522         * gst/flx/flx_color.h:
13523         * gst/flx/flx_fmt.h:
13524         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13525         * gst/flx/gstflxdec.h:
13526           Now flxdec works on big-endian machines as well.
13527
13528 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13529
13530         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13531         (gst_fenced_buffer_copy):
13532           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13533           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13534           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13535           and use GST_DEBUG_FUNCPTR for pad functions.
13536
13537 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13538
13539         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13540         (gst_flac_dec_class_init), (gst_flac_dec_init),
13541         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13542         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13543         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13544         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13545         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13546         (gst_flac_dec_change_state):
13547         * ext/flac/gstflacdec.h:
13548           Rewrite flacdec a bit, so that even seeking might work now. Most
13549           importantly, don't act upon any flow return values we get, just tell
13550           the decoder everything's dandy and act on the flow return values
13551           later on in the loop function. We don't want to mess up the internal
13552           decoder state for non-fatal things like flushing pads etc. Other
13553           than that, use GstSegment (segment seeks don't work yet though, but
13554           should be easy to add), use boilerplate macros, drop the superfluous
13555           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13556           lots of other things.
13557
13558 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13559
13560         * configure.ac:
13561           Update comment in OSS includes check.
13562
13563         * sys/oss/gstossdmabuffer.c:
13564         * sys/oss/gstosshelper.c:
13565         * sys/oss/gstossmixer.c:
13566         * sys/oss/gstossmixertrack.c:
13567         * sys/oss/gstosssink.c:
13568         * sys/oss/gstosssrc.c:
13569         * sys/oss/oss_probe.c:
13570           Don't assume the OSS soundcard.h include is always in
13571           the sys/ directory. Instead, use the existing defines
13572           from config.h to include the right file. Fixes
13573           compilation on OpenBSD 3.8 (#323718).
13574
13575 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13576
13577         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13578         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13579         * docs/plugins/inspect/plugin-1394.xml:
13580         * docs/plugins/inspect/plugin-aasink.xml:
13581         * docs/plugins/inspect/plugin-alaw.xml:
13582         * docs/plugins/inspect/plugin-alpha.xml:
13583         * docs/plugins/inspect/plugin-alphacolor.xml:
13584         * docs/plugins/inspect/plugin-auparse.xml:
13585         * docs/plugins/inspect/plugin-autodetect.xml:
13586         * docs/plugins/inspect/plugin-avi.xml:
13587         * docs/plugins/inspect/plugin-cacasink.xml:
13588         * docs/plugins/inspect/plugin-cairo.xml:
13589         * docs/plugins/inspect/plugin-cutter.xml:
13590         * docs/plugins/inspect/plugin-debug.xml:
13591         * docs/plugins/inspect/plugin-dv.xml:
13592         * docs/plugins/inspect/plugin-efence.xml:
13593         * docs/plugins/inspect/plugin-effectv.xml:
13594         * docs/plugins/inspect/plugin-esdsink.xml:
13595         * docs/plugins/inspect/plugin-flac.xml:
13596         * docs/plugins/inspect/plugin-flxdec.xml:
13597         * docs/plugins/inspect/plugin-gconfelements.xml:
13598         * docs/plugins/inspect/plugin-goom.xml:
13599         * docs/plugins/inspect/plugin-jpeg.xml:
13600         * docs/plugins/inspect/plugin-level.xml:
13601         * docs/plugins/inspect/plugin-matroska.xml:
13602         * docs/plugins/inspect/plugin-mulaw.xml:
13603         * docs/plugins/inspect/plugin-multipart.xml:
13604         * docs/plugins/inspect/plugin-navigationtest.xml:
13605         * docs/plugins/inspect/plugin-ossaudio.xml:
13606         * docs/plugins/inspect/plugin-png.xml:
13607         * docs/plugins/inspect/plugin-rtp.xml:
13608         * docs/plugins/inspect/plugin-rtsp.xml:
13609         * docs/plugins/inspect/plugin-shout2send.xml:
13610         * docs/plugins/inspect/plugin-smpte.xml:
13611         * docs/plugins/inspect/plugin-speex.xml:
13612         * docs/plugins/inspect/plugin-udp.xml:
13613         * docs/plugins/inspect/plugin-videobox.xml:
13614         * docs/plugins/inspect/plugin-videoflip.xml:
13615         * docs/plugins/inspect/plugin-videomixer.xml:
13616         * docs/plugins/inspect/plugin-wavenc.xml:
13617         * docs/plugins/inspect/plugin-wavparse.xml:
13618         * ext/flac/gstflac.c: (plugin_init):
13619         * ext/flac/gstflacdec.c: (flacdec_get_type),
13620         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13621         (gst_flac_dec_init), (gst_flac_dec_finalize),
13622         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13623         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13624         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13625         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13626         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13627         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13628         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13629         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13630         * ext/flac/gstflacdec.h:
13631         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13632         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13633         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13634         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13635         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13636         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13637         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13638         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13639         (gst_flac_enc_change_state):
13640         * ext/flac/gstflacenc.h:
13641           borgify and fix up documentation
13642
13643 2005-12-09  Michael Smith  <msmith@fluendo.com>
13644
13645         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13646           Accept a wider range of flac files, more closely matching flac spec.
13647
13648 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13649
13650         * docs/plugins/Makefile.am: Add multipart elements.
13651         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13652         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13653         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13654         * gst/multipart/multipartdemux.c:
13655         * gst/multipart/multipartmux.c: Add docs.
13656
13657 2005-12-07  Edward Hervey  <edward@fluendo.com>
13658
13659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13660         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13661         (gst_avi_demux_invert):
13662         Memleak and crasher fixes.
13663         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13664         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13665         Memleak fixes
13666
13667 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13668
13669         * ext/aalib/gstaasink.h:
13670         * ext/cairo/gsttextoverlay.h:
13671         * ext/dv/gstdvdec.h:
13672         * ext/dv/gstdvdemux.c:
13673         * ext/dv/gstdvdemux.h:
13674         * ext/esd/esdsink.h:
13675         * ext/flac/flac_compat.h:
13676         * ext/flac/gstflacdec.h:
13677         * ext/flac/gstflacenc.h:
13678         * ext/gconf/gconf.h:
13679         * ext/gconf/gstgconfaudiosink.h:
13680         * ext/gconf/gstgconfvideosink.h:
13681         * ext/gdk_pixbuf/gstgdkanimation.h:
13682         * ext/jpeg/gstjpegdec.h:
13683         * ext/jpeg/smokecodec.h:
13684         * ext/jpeg/smokeformat.h:
13685         * ext/ladspa/gstsignalprocessor.h:
13686         * ext/ladspa/search.c: (LADSPAPluginSearch):
13687         * ext/ladspa/utils.h:
13688         * ext/libmng/gstmng.c:
13689         * ext/libmng/gstmngdec.h:
13690         * ext/libmng/gstmngenc.c:
13691         * ext/libmng/gstmngenc.h:
13692         * ext/libpng/gstpng.c:
13693         * ext/libpng/gstpngenc.c:
13694         * ext/libpng/gstpngenc.h:
13695         * ext/shout2/gstshout2.h:
13696         * ext/speex/gstspeexdec.h:
13697         * ext/speex/gstspeexenc.c:
13698         * ext/speex/gstspeexenc.h:
13699         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13700         * gst/autodetect/gstautoaudiosink.h:
13701         * gst/autodetect/gstautovideosink.h:
13702         * gst/avi/gstavidemux.h:
13703         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13704         (gst_cutter_set_property), (gst_cutter_get_caps):
13705         * gst/cutter/gstcutter.h:
13706         * gst/debug/tests.c: (md5_process_block):
13707         * gst/debug/tests.h:
13708         * gst/effectv/gstwarp.c:
13709         * gst/flx/flx_fmt.h:
13710         * gst/flx/gstflxdec.h:
13711         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13712         (zoomFilterFastRGB):
13713         * gst/goom/filters.h:
13714         * gst/goom/goom_tools.h:
13715         * gst/law/alaw-encode.c:
13716         * gst/level/gstlevel.c:
13717         * gst/level/gstlevel.h:
13718         * gst/matroska/ebml-write.h:
13719         * gst/matroska/matroska-demux.h:
13720         * gst/matroska/matroska-ids.h:
13721         * gst/matroska/matroska-mux.h:
13722         * gst/monoscope/convolve.c: (convolve_match):
13723         * gst/monoscope/convolve.h:
13724         * gst/multipart/multipartmux.c:
13725         * gst/oldcore/gstaggregator.c:
13726         * gst/oldcore/gstaggregator.h:
13727         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13728         * gst/oldcore/gstmd5sink.h:
13729         * gst/oldcore/gstmultifilesrc.c:
13730         * gst/oldcore/gstmultifilesrc.h:
13731         * gst/oldcore/gstpipefilter.h:
13732         * gst/oldcore/gstshaper.h:
13733         * gst/rtp/gstrtpL16depay.h:
13734         * gst/rtp/gstrtpL16pay.h:
13735         * gst/rtp/gstrtpdepay.h:
13736         * gst/rtp/gstrtpmp4vpay.c:
13737         * gst/rtp/gstrtpmp4vpay.h:
13738         * gst/rtsp/gstrtspsrc.c:
13739         * gst/rtsp/gstrtspsrc.h:
13740         * gst/rtsp/rtspconnection.h:
13741         * gst/rtsp/rtspdefs.h:
13742         * gst/rtsp/rtspmessage.h:
13743         * gst/rtsp/rtsptransport.h:
13744         * gst/rtsp/rtspurl.c:
13745         * gst/rtsp/rtspurl.h:
13746         * gst/rtsp/sdpmessage.c:
13747         * gst/rtsp/sdpmessage.h:
13748         * gst/smpte/barboxwipes.c:
13749         * gst/smpte/gstmask.h:
13750         * gst/smpte/gstsmpte.h:
13751         * gst/smpte/paint.c:
13752         * gst/smpte/paint.h:
13753         * gst/udp/gstdynudpsink.h:
13754         * gst/udp/gstmultiudpsink.h:
13755         * gst/udp/gstudpsink.c:
13756         * gst/udp/gstudpsink.h:
13757         * gst/udp/gstudpsrc.c:
13758         * gst/videomixer/videomixer.c:
13759         * gst/wavenc/riff.h:
13760         * gst/wavparse/gstwavparse.h:
13761         * sys/oss/gstossdmabuffer.h:
13762         * sys/oss/gstossmixer.h:
13763         * sys/oss/gstossmixerelement.h:
13764         * sys/oss/gstossmixertrack.h:
13765         * sys/oss/gstosssink.c:
13766         * sys/oss/gstosssink.h:
13767         * sys/oss/gstosssrc.c:
13768         * sys/oss/gstosssrc.h:
13769         * sys/osxaudio/gstosxaudioelement.h:
13770         * sys/osxaudio/gstosxaudiosink.h:
13771         * sys/osxaudio/gstosxaudiosrc.h:
13772           expand tabs
13773
13774 === release 0.10.0 ===
13775
13776 2005-12-05   <thomas (at) apestaart (dot) org>
13777
13778         * configure.ac:
13779           releasing 0.10.0, "Abondance"
13780
13781 2005-12-05  Andy Wingo  <wingo@pobox.com>
13782
13783         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13784         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13785         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13786         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13787         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13788         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13789         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13790         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13791         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13792         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13793         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13794         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13795         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13796         * gst/goom/gstgoom.c: (gst_goom_chain):
13797         * gst/matroska/matroska-demux.c:
13798         (gst_matroska_demux_push_vorbis_codec_priv_data),
13799         (gst_matroska_demux_add_wvpk_header):
13800         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13801         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13802         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13803         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13804         alloc_buffer changes.
13805
13806 2005-12-05  Michael Smith  <msmith@fluendo.com>
13807
13808         * docs/plugins/gst-plugins-good-plugins.args:
13809           Remove args for plugins that aren't in -good.
13810
13811 === release 0.9.7 ===
13812
13813 2005-12-01   <thomas (at) apestaart (dot) org>
13814
13815         * configure.ac:
13816           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13817
13818 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13819
13820         * docs/plugins/.cvsignore:
13821         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13822         * docs/plugins/inspect/plugin-multipart.xml:
13823         * docs/plugins/inspect/plugin-rtp.xml:
13824           add multipart plugin to docs
13825
13826 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13827
13828         * configure.ac:
13829         * ext/Makefile.am:
13830         * ext/pango/Makefile.am:
13831         * ext/pango/gstclockoverlay.c:
13832         * ext/pango/gstclockoverlay.h:
13833         * ext/pango/gsttextoverlay.c:
13834         * ext/pango/gsttextoverlay.h:
13835         * ext/pango/gsttextrender.c:
13836         * ext/pango/gsttextrender.h:
13837         * ext/pango/gsttimeoverlay.c:
13838         * ext/pango/gsttimeoverlay.h:
13839           move pango to base
13840
13841 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13842
13843         * gst/rtp/Makefile.am:
13844         * gst/rtp/gstrtpL16depay.c:
13845         * gst/rtp/gstrtpL16depay.h:
13846         * gst/rtp/gstrtpL16parse.c:
13847         * gst/rtp/gstrtpL16parse.h:
13848         * gst/rtp/gstrtpgsmdepay.c:
13849         * gst/rtp/gstrtpgsmdepay.h:
13850         * gst/rtp/gstrtpgsmparse.c:
13851         * gst/rtp/gstrtpgsmparse.h:
13852           parsers are depayers
13853
13854 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13855
13856         * gst/rtp/Makefile.am:
13857         * gst/rtp/gstasteriskh263.c:
13858         * gst/rtp/gstrtp.c:
13859         * gst/rtp/gstrtpL16enc.c:
13860         * gst/rtp/gstrtpL16enc.h:
13861         * gst/rtp/gstrtpL16parse.c:
13862         * gst/rtp/gstrtpL16parse.h:
13863         * gst/rtp/gstrtpL16pay.c:
13864         * gst/rtp/gstrtpL16pay.h:
13865         * gst/rtp/gstrtpamrdec.c:
13866         * gst/rtp/gstrtpamrdec.h:
13867         * gst/rtp/gstrtpamrdepay.c:
13868         * gst/rtp/gstrtpamrdepay.h:
13869         * gst/rtp/gstrtpamrenc.c:
13870         * gst/rtp/gstrtpamrenc.h:
13871         * gst/rtp/gstrtpamrpay.c:
13872         * gst/rtp/gstrtpamrpay.h:
13873         * gst/rtp/gstrtpdec.c:
13874         * gst/rtp/gstrtpdec.h:
13875         * gst/rtp/gstrtpdepay.c:
13876         * gst/rtp/gstrtpdepay.h:
13877         * gst/rtp/gstrtpg711dec.c:
13878         * gst/rtp/gstrtpg711dec.h:
13879         * gst/rtp/gstrtpg711depay.c:
13880         * gst/rtp/gstrtpg711depay.h:
13881         * gst/rtp/gstrtpg711enc.c:
13882         * gst/rtp/gstrtpg711enc.h:
13883         * gst/rtp/gstrtpg711pay.c:
13884         * gst/rtp/gstrtpg711pay.h:
13885         * gst/rtp/gstrtpgsmenc.c:
13886         * gst/rtp/gstrtpgsmenc.h:
13887         * gst/rtp/gstrtpgsmparse.c:
13888         * gst/rtp/gstrtpgsmparse.h:
13889         * gst/rtp/gstrtpgsmpay.c:
13890         * gst/rtp/gstrtpgsmpay.h:
13891         * gst/rtp/gstrtph263enc.c:
13892         * gst/rtp/gstrtph263enc.h:
13893         * gst/rtp/gstrtph263pay.c:
13894         * gst/rtp/gstrtph263pay.h:
13895         * gst/rtp/gstrtph263pdec.c:
13896         * gst/rtp/gstrtph263pdec.h:
13897         * gst/rtp/gstrtph263pdepay.c:
13898         * gst/rtp/gstrtph263pdepay.h:
13899         * gst/rtp/gstrtph263penc.c:
13900         * gst/rtp/gstrtph263penc.h:
13901         * gst/rtp/gstrtph263ppay.c:
13902         * gst/rtp/gstrtph263ppay.h:
13903         * gst/rtp/gstrtpmp4vdec.c:
13904         * gst/rtp/gstrtpmp4vdec.h:
13905         * gst/rtp/gstrtpmp4vdepay.c:
13906         * gst/rtp/gstrtpmp4vdepay.h:
13907         * gst/rtp/gstrtpmp4venc.c:
13908         * gst/rtp/gstrtpmp4venc.h:
13909         * gst/rtp/gstrtpmp4vpay.c:
13910         * gst/rtp/gstrtpmp4vpay.h:
13911         * gst/rtp/gstrtpmpadec.c:
13912         * gst/rtp/gstrtpmpadec.h:
13913         * gst/rtp/gstrtpmpadepay.c:
13914         * gst/rtp/gstrtpmpadepay.h:
13915         * gst/rtp/gstrtpmpaenc.c:
13916         * gst/rtp/gstrtpmpaenc.h:
13917         * gst/rtp/gstrtpmpapay.c:
13918         * gst/rtp/gstrtpmpapay.h:
13919         * gst/rtp/gstrtpspeexdec.c:
13920         * gst/rtp/gstrtpspeexdec.h:
13921         * gst/rtp/gstrtpspeexdepay.c:
13922         * gst/rtp/gstrtpspeexdepay.h:
13923         * gst/rtp/gstrtpspeexenc.c:
13924         * gst/rtp/gstrtpspeexenc.h:
13925         * gst/rtp/gstrtpspeexpay.c:
13926         * gst/rtp/gstrtpspeexpay.h:
13927           Do burger's rename for rtp payloaders and depayloaders
13928
13929 2005-11-30  Wim Taymans  <wim@fluendo.com>
13930
13931         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13932         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13933         * ext/dv/gstdvdemux.h:
13934         Fix seeking in dvdemux again, add some more debug info.
13935
13936 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13937
13938         * configure.ac:
13939           fix tests
13940
13941 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13942
13943         * PORTED_09:
13944         * docs/random/PORTED_09:
13945           move
13946         * tests/Makefile.am:
13947           add
13948         * win32/gst.sln:
13949           remove
13950
13951 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13952
13953         * Makefile.am:
13954         * check/.cvsignore:
13955         * check/Makefile.am:
13956         * check/elements/.cvsignore:
13957         * check/elements/level.c:
13958         * check/elements/matroskamux.c:
13959         * configure.ac:
13960         * examples/Makefile.am:
13961         * examples/capsfilter/Makefile.am:
13962         * examples/capsfilter/capsfilter1.c:
13963         * examples/gob/Makefile.am:
13964         * examples/gob/gst-identity2.gob:
13965         * examples/gstplay/.cvsignore:
13966         * examples/gstplay/Makefile.am:
13967         * examples/gstplay/player.c:
13968         * examples/indexing/.cvsignore:
13969         * examples/indexing/Makefile.am:
13970         * examples/indexing/indexmpeg.c:
13971         * examples/level/Makefile.am:
13972         * examples/level/README:
13973         * examples/level/demo.c:
13974         * examples/level/plot.c:
13975         * examples/stats/Makefile.am:
13976         * examples/stats/mp2ogg.c:
13977         * examples/switch/.cvsignore:
13978         * examples/switch/Makefile.am:
13979         * examples/switch/switcher.c:
13980           move under tests/
13981
13982 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13985         (gst_text_render_class_init), (resize_bitmap),
13986         (gst_text_render_render_text), (gst_text_render_setcaps),
13987         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13988         (gst_text_render_chain), (gst_text_render_finalize),
13989         (gst_text_render_init), (gst_text_render_set_property):
13990         * ext/pango/gsttextrender.h:
13991           Add missing files.
13992
13993 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13994
13995         * configure.ac:
13996         * ext/Makefile.am:
13997         * ext/pango/Makefile.am:
13998         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13999         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14000         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14001         * ext/pango/gstclockoverlay.h:
14002         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14003         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14004         (gst_text_overlay_finalize), (gst_text_overlay_init),
14005         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14006         (gst_text_overlay_text_pad_linked),
14007         (gst_text_overlay_text_pad_unlinked),
14008         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14009         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14010         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14011         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14012         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14013         (gst_text_overlay_change_state), (plugin_init):
14014         * ext/pango/gsttextoverlay.h:
14015         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14016         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14017         (gst_time_overlay_class_init), (gst_time_overlay_init):
14018         * ext/pango/gsttimeoverlay.h:
14019           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14020           and add background shading and text wrapping modes. Make 
14021           timoverlay derive from textoverlay. Also add new clockoverlay
14022           element.
14023
14024 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14025
14026         * gst/udp/Makefile.am: Moved to netbuffer.
14027
14028 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14029
14030         * configure.ac:
14031         * PORTED_O9:
14032         * gst/multipart/Makefile.am:
14033         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14034         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14035         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14036         (gst_multipart_demux_change_state),
14037         (gst_multipart_demux_plugin_init):
14038         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14039         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14040         (gst_multipart_mux_sinkconnect),
14041         (gst_multipart_mux_request_new_pad),
14042         (gst_multipart_mux_handle_src_event),
14043         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14044         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14045         0.9.
14046
14047 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14048
14049         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14050         * gst/debug/gstnavigationtest.h:
14051         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14052         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14053         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14054         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14055         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14056         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14057         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14058         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14059         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14060         (gst_video_flip_get_type):
14061         * gst/videofilter/gstvideoflip.h:
14062           update for symbols change
14063
14064 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14065
14066         * gst/udp/gstdynudpsink.c:
14067         * gst/udp/gstudpsrc.c:
14068           the old gstnet lib was renamed gstnetbuffer (#322257)
14069
14070 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14071
14072         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14073         (gst_text_overlay_collected):
14074           Actually render the text from the text pad.
14075
14076 2005-11-29  Edward Hervey  <edward@fluendo.com>
14077
14078         * gst/debug/gstnavseek.c: (gst_navseek_event):
14079         * gst/debug/progressreport.c: (gst_progress_report_event):
14080         Update for GstBaseTransform event virtual method
14081
14082 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14083
14084         * ext/cairo/Makefile.am:
14085           no need to link to videofilter
14086
14087 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14088
14089         * gst/debug/Makefile.am:
14090         * gst/debug/gstnavigationtest.h:
14091         * gst/effectv/Makefile.am:
14092         * gst/effectv/gstaging.c:
14093         * gst/effectv/gstdice.c:
14094         * gst/effectv/gstedge.c:
14095         * gst/effectv/gstquark.c:
14096         * gst/effectv/gstrev.c:
14097         * gst/effectv/gstshagadelic.c:
14098         * gst/effectv/gstvertigo.c:
14099         * gst/effectv/gstwarp.c:
14100         * gst/videofilter/Makefile.am:
14101         * gst/videofilter/gstvideofilter.c:
14102         * gst/videofilter/gstvideofilter.h:
14103         * gst/videofilter/gstvideoflip.h:
14104           remove the videofilter library and link to the one in base
14105
14106 2005-11-28  Edward Hervey  <edward@fluendo.com>
14107
14108         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14109         Useless check now we're setting the current entry correctly.
14110
14111 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14112
14113         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14114         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14115         (gst_jpegenc_change_state):
14116           Don't leak input buffer in chain function (fixes #322667); make 
14117           state change function thread-safe; don't repeat the current function
14118           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14119           gst_pad_alloc_buffer(); misc. minor cleanups.
14120
14121 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14122
14123         * gst/matroska/matroska-mux.c:
14124         (gst_matroska_mux_video_pad_setcaps):
14125         Look for pixel-aspect-ratio in caps, not pixel_width and
14126         pixel_height (Fixes: #322645)
14127
14128 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14129
14130         * gst/matroska/matroska-mux.c:
14131         (gst_matroska_mux_video_pad_setcaps):
14132         From Michal Benes:
14133         frame duration should be GST_SECOND / framerate, not
14134         GST_SECOND * framerate. (Fixes: #322643)
14135
14136 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14137
14138         * configure.ac:
14139           fix up GST_PLUGIN_LDFLAGS
14140         * gst/rtsp/rtspconnection.c:
14141           fix includes (see #317043)
14142         * gst/videofilter/Makefile.am:
14143           stop installing this library
14144
14145 2005-11-26  Edward Hervey  <edward@fluendo.com>
14146
14147         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14148         Handle the case where the incoming Video dv stream doesn't have
14149         a pixel aspect ratio set.
14150
14151 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14152
14153         * docs/plugins/Makefile.am:
14154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14156         * ext/flac/gstflacdec.c:
14157           document flacdec
14158
14159 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14160
14161         * docs/plugins/Makefile.am:
14162         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14163         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14164         * docs/plugins/inspect/plugin-autodetect.xml:
14165         * ext/cairo/gstcairo.c: (plugin_init):
14166         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14167         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14168         (gst_text_overlay_init), (gst_text_overlay_font_init),
14169         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14170         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14171         (gst_text_overlay_text_pad_linked),
14172         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14173         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14174         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14175         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14176         (gst_text_overlay_change_state):
14177         * ext/cairo/gsttextoverlay.h:
14178         * ext/cairo/gsttimeoverlay.c:
14179         (gst_cairo_time_overlay_update_font_height),
14180         (gst_cairo_time_overlay_set_caps),
14181         (gst_cairo_time_overlay_get_unit_size),
14182         (gst_cairo_time_overlay_print_smpte_time),
14183         (gst_cairo_time_overlay_transform),
14184         (gst_cairo_time_overlay_base_init),
14185         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14186         (gst_cairo_time_overlay_get_type):
14187         * ext/cairo/gsttimeoverlay.h:
14188           do some name borgifying
14189           document
14190
14191 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14192
14193         * docs/plugins/Makefile.am:
14194         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14195         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14196         * gst/autodetect/gstautoaudiosink.c:
14197         (gst_auto_audio_sink_base_init):
14198         * gst/autodetect/gstautovideosink.c:
14199         (gst_auto_video_sink_base_init),
14200         (gst_auto_video_sink_factory_filter):
14201           documenting auto*sink
14202           using strstr for the video sink lookup, class field is not ordered
14203         * docs/plugins/inspect/plugin-1394.xml:
14204         * docs/plugins/inspect/plugin-aasink.xml:
14205         * docs/plugins/inspect/plugin-alaw.xml:
14206         * docs/plugins/inspect/plugin-alpha.xml:
14207         * docs/plugins/inspect/plugin-alphacolor.xml:
14208         * docs/plugins/inspect/plugin-auparse.xml:
14209         * docs/plugins/inspect/plugin-autodetect.xml:
14210         * docs/plugins/inspect/plugin-avi.xml:
14211         * docs/plugins/inspect/plugin-cacasink.xml:
14212         * docs/plugins/inspect/plugin-cairo.xml:
14213         * docs/plugins/inspect/plugin-cutter.xml:
14214         * docs/plugins/inspect/plugin-debug.xml:
14215         * docs/plugins/inspect/plugin-dv.xml:
14216         * docs/plugins/inspect/plugin-efence.xml:
14217         * docs/plugins/inspect/plugin-effectv.xml:
14218         * docs/plugins/inspect/plugin-esdsink.xml:
14219         * docs/plugins/inspect/plugin-flac.xml:
14220         * docs/plugins/inspect/plugin-flxdec.xml:
14221         * docs/plugins/inspect/plugin-gconfelements.xml:
14222         * docs/plugins/inspect/plugin-goom.xml:
14223         * docs/plugins/inspect/plugin-jpeg.xml:
14224         * docs/plugins/inspect/plugin-level.xml:
14225         * docs/plugins/inspect/plugin-matroska.xml:
14226         * docs/plugins/inspect/plugin-mulaw.xml:
14227         * docs/plugins/inspect/plugin-navigationtest.xml:
14228         * docs/plugins/inspect/plugin-ossaudio.xml:
14229         * docs/plugins/inspect/plugin-png.xml:
14230         * docs/plugins/inspect/plugin-rtp.xml:
14231         * docs/plugins/inspect/plugin-rtsp.xml:
14232         * docs/plugins/inspect/plugin-shout2send.xml:
14233         * docs/plugins/inspect/plugin-smpte.xml:
14234         * docs/plugins/inspect/plugin-speex.xml:
14235         * docs/plugins/inspect/plugin-udp.xml:
14236         * docs/plugins/inspect/plugin-videobox.xml:
14237         * docs/plugins/inspect/plugin-videoflip.xml:
14238         * docs/plugins/inspect/plugin-videomixer.xml:
14239         * docs/plugins/inspect/plugin-wavenc.xml:
14240         * docs/plugins/inspect/plugin-wavparse.xml:
14241           update for HEAD version
14242
14243 2005-11-25  Michael Smith  <msmith@fluendo.com>
14244
14245         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14246           Patch from Sebastien Cote to close control sockets in udpsrc.
14247
14248 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14249
14250         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14251         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14252         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14253         (gst_quarktv_base_init), (gst_quarktv_class_init),
14254         (gst_quarktv_init): Flush the planes list on reverse caps
14255         negotiation. This was crashing because of differently sized
14256         buffers.
14257
14258 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14259
14260         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14261         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14262         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14263         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14264         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14265         (gst_videoflip_set_property), (gst_videoflip_base_init),
14266         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14267         correctly, fix identity flipping, convert navigation event 
14268         correctly again.
14269
14270 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14271
14272         * configure.ac: back to HEAD
14273
14274 === release 0.9.6 ===
14275
14276 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14277
14278         * configure.ac:
14279           releasing 0.9.6, "Everything's Not Lost"
14280
14281 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14282
14283         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14284         Oops, initialise the framerate GValue
14285
14286 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14287
14288         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14289         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14290         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14291         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14292         (gst_timeoverlay_get_type):
14293         * ext/cairo/gsttimeoverlay.h:
14294         * gst/debug/Makefile.am:
14295         * gst/debug/gstnavigationtest.c:
14296         (gst_navigationtest_handle_src_event),
14297         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14298         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14299         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14300         (gst_navigationtest_init), (gst_navigationtest_get_type),
14301         (plugin_init):
14302         * gst/debug/gstnavigationtest.h:
14303         * gst/effectv/Makefile.am:
14304         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14305         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14306         (gst_agingtv_base_init), (gst_agingtv_class_init),
14307         (gst_agingtv_init), (gst_agingtv_get_type):
14308         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14309         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14310         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14311         (gst_dicetv_get_type):
14312         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14313         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14314         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14315         (gst_edgetv_get_type):
14316         * gst/effectv/gsteffectv.c:
14317         * gst/effectv/gsteffectv.h:
14318         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14319         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14320         (gst_quarktv_change_state), (gst_quarktv_base_init),
14321         (gst_quarktv_class_init), (gst_quarktv_init),
14322         (gst_quarktv_get_type):
14323         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14324         (gst_revtv_get_unit_size), (gst_revtv_transform),
14325         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14326         (gst_revtv_get_type):
14327         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14328         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14329         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14330         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14331         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14332         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14333         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14334         (gst_vertigotv_init), (gst_vertigotv_get_type):
14335         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14336         (gst_warptv_get_unit_size), (gst_warptv_transform),
14337         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14338         (gst_warptv_get_type):
14339         * gst/videofilter/Makefile.am:
14340         * gst/videofilter/gstvideobalance.c:
14341         * gst/videofilter/gstvideobalance.h:
14342         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14343         (gst_videofilter_class_init), (gst_videofilter_init):
14344         * gst/videofilter/gstvideofilter.h:
14345         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14346         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14347         (gst_videoflip_flip), (gst_videoflip_transform),
14348         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14349         (gst_videoflip_base_init), (gst_videoflip_class_init),
14350         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14351         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14352         BaseTransform, it's just a place holder for now and every video
14353         effect plugin has been ported to use BaseTransform features 
14354         directly. QuarkTV was fixed too (was broken), navigationtest works
14355         and best for the end, videoflip converts navigation events depending
14356         on flip method ! Fixes #320953
14357
14358 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14359
14360         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14361         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14362         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14363         (gst_goom_src_negotiate), (gst_goom_chain):
14364         * gst/matroska/matroska-mux.c:
14365         (gst_matroska_mux_video_pad_setcaps):
14366         * sys/osxvideo/osxvideosink.m:
14367           Fixes for API changes
14368
14369 2005-11-23  Michael Smith <msmith@fluendo.com>
14370
14371         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14372         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14373         * ext/jpeg/gstjpegdec.h:
14374         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14375         * ext/jpeg/gstjpegenc.h:
14376         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14377         (gst_smokeenc_resync):
14378         * ext/jpeg/gstsmokeenc.h:
14379           JPEG fractiony goodness.
14380
14381 2005-11-22  Michael Smith <msmith@fluendo.com>
14382
14383         * gst/goom/filters.c:
14384         * gst/goom/graphic.h:
14385           Fix compilation by making some functions static inline instead of
14386           extern inline, matching the way they're used.
14387
14388 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14389
14390         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14391         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14392         * ext/cairo/gsttextoverlay.h:
14393         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14394         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14395         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14396         (gst_pngdec_caps_create_and_set):
14397         * ext/libpng/gstpngdec.h:
14398         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14399         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14400         * gst/avi/gstavimux.c: (gst_avimux_init),
14401         (gst_avimux_vidsinkconnect):
14402         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14403         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14404         (gst_goom_src_negotiate), (gst_goom_chain):
14405         * gst/goom/gstgoom.h:
14406         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14407         * gst/matroska/matroska-mux.c:
14408         (gst_matroska_mux_video_pad_setcaps):
14409         * sys/osxvideo/osxvideosink.h:
14410         * sys/osxvideo/osxvideosink.m:
14411           More fractional framerate conversions 
14412
14413 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14414
14415         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14416         * gst/debug/gstnavigationtest.c:
14417         (gst_navigationtest_handle_src_event):
14418         * gst/videofilter/gstvideofilter.c:
14419         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14420         (gst_videofilter_init):
14421         * gst/videofilter/gstvideofilter.h:
14422           Convert to fractional framerates.
14423
14424 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14425
14426         * ext/aalib/gstaasink.c:
14427         * ext/dv/gstdvdec.c:
14428         * ext/esd/esdmon.c:
14429         * ext/flac/gstflacenc.c:
14430         * ext/gdk_pixbuf/pixbufscale.c:
14431         * ext/libcaca/gstcacasink.c:
14432         * ext/shout2/gstshout2.c:
14433         * gst/alpha/gstalpha.c:
14434         * gst/oldcore/gstaggregator.c:
14435         * gst/oldcore/gstshaper.c:
14436         * gst/smpte/barboxwipes.c:
14437         * gst/smpte/gstsmpte.c:
14438         * gst/videobox/gstvideobox.c:
14439         * gst/videofilter/gstvideoflip.c:
14440         * gst/videomixer/videomixer.c:
14441           fix up more enums
14442
14443 2005-11-22  Michael Smith <msmith@fluendo.com>
14444
14445         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14446         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14447         (gst_videomixer_update_queues):
14448           Fractional framerates, videomixer.
14449
14450 2005-11-22  Michael Smith <msmith@fluendo.com>
14451
14452         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14453         * ext/dv/gstdvdec.h:
14454         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14455         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14456         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14457         (gst_dvdemux_flush):
14458         * ext/dv/gstdvdemux.h:
14459           Fractional framerates for DV. 
14460
14461 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14462
14463         * gst/autodetect/gstautoaudiosink.c:
14464         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14465         * gst/autodetect/gstautovideosink.c:
14466         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14467           Use gst_plugin_feature_list_free() to free feature list and
14468           in the case of autovideosink free the list at all. Also
14469           miscellaneous cosmetic fixes.
14470
14471 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14472
14473         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14474         (gst_cutter_set_property), (gst_cutter_get_caps):
14475           copy calculation code from level; remove use of some audio
14476           functions
14477
14478 2005-11-22  Andy Wingo  <wingo@pobox.com>
14479
14480         * Update for gst_tag_setter API changes.
14481
14482 2005-11-22  Andy Wingo  <wingo@pobox.com>
14483
14484         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14485         (gst_dvdemux_demux_frame)
14486         * ext/flac/gstflacdec.c (gst_flacdec_write)
14487         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14488         (gst_flacenc_sink_event)
14489         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14490         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14491         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14492         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14493         * gst/auparse/gstauparse.c (gst_auparse_chain)
14494         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14495         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14496         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14497         (gst_avi_demux_handle_seek)
14498         * gst/goom/gstgoom.c (gst_goom_event)
14499         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14500         * gst/matroska/matroska-demux.c
14501         (gst_matroska_demux_handle_seek_event)
14502         (gst_matroska_demux_loop_stream_parse_id)
14503         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14504         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14505         (gst_wavparse_stream_headers): Run update-funcnames.
14506
14507 2005-11-22  Edward Hervey  <edward@fluendo.com>
14508
14509         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14510         (gst_dv1394src_init), (gst_dv1394src_dispose),
14511         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14512         (gst_dv1394src_uri_set_uri):
14513         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14514         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14515         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14516         URIHandler interface and element properties are now properly
14517         synchronized for DV1394src and UDPSrc
14518
14519 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14520
14521         * ext/flac/Makefile.am:
14522         * ext/speex/Makefile.am:
14523           libgsttagedit has been renamed to libgsttag.
14524
14525 2005-11-21  Wim Taymans  <wim@fluendo.com>
14526
14527         * gst/rtsp/rtspconnection.c: (read_body):
14528         Apply patch from Sebastien Cote to fix #319184.
14529
14530 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14531
14532         * configure.ac:
14533         * gst/cutter/Makefile.am:
14534         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14535         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14536         (gst_cutter_set_property), (gst_cutter_get_property),
14537         (plugin_init), (gst_cutter_get_caps):
14538           port cutter
14539         * gst/level/gstlevel.c:
14540           fix up plugin details
14541
14542 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14543
14544         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14545         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14546         (gst_flacdec_src_event):
14547         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14548         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14549         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14550         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14551         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14552         (gst_flxdec_sink_event_handler):
14553         * gst/matroska/matroska-demux.c:
14554         (gst_matroska_demux_handle_seek_event):
14555         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14556           Update for stream lock API changes: don't take stream log
14557           in sink event handlers any longer and change GST_STREAM_LOCK
14558           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14559           functions.
14560
14561 2005-11-21  Michael Smith <msmith@fluendo.com>
14562
14563         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14564           gst_object_unref, not g_object_unref
14565
14566 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14567
14568         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14569         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14570           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14571
14572 2005-11-21  Michael Smith <msmith@fluendo.com>
14573
14574         * gst/auparse/Makefile.am:
14575         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14576         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14577         (gst_auparse_change_state):
14578         * gst/auparse/gstauparse.h:
14579           Partially fix #161712. playbin still doesn't work on these files,
14580           (on the bug report, Andy says we aren't typefinding it for some
14581           reason?) but at least auparse isn't totally busted like it was before.
14582
14583 2005-11-21  Andy Wingo  <wingo@pobox.com>
14584
14585         * *.h:
14586         * *.c: Ran scripts/update-macros. Oh yes.
14587
14588 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14589
14590         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14591           Filler events are gone for now, comment out section generating
14592           them.
14593
14594 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14595
14596         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14597         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14598         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14599         * sys/osxvideo/osxvideosink.m:
14600           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14601           (#322027)
14602
14603 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14606         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14607         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14608         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14609         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14610         (gst_avi_demux_stream_data):
14611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14612         * gst/wavenc/gstwavenc.c: (write_metadata):
14613         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14614         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14615         Fixes for GST_FOURCC_FORMAT API change.
14616
14617 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14620         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14621         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14622         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14623         (gst_text_overlay_change_state):
14624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14625         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14626         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14627         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14628         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14629         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14630         (gst_videomixer_change_state):
14631           Fix for collect pads API change. Also fix textoverlay state
14632           change function.
14633
14634 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14635
14636         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14637         GST_PAD_IS_USABLE by something approaching it.
14638
14639 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14640
14641         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14642         API changes.
14643         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14644         but also fix the code that was not checking return values from
14645         pad_push neither using pad_alloc_buffer.
14646
14647 2005-11-18  Edward Hervey  <edward@fluendo.com>
14648
14649         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14650         (gst_pngenc_chain):
14651         Added debug category
14652         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14653         goes to EOS.
14654
14655 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14656
14657         * gst/rtp/Makefile.am
14658         * gst/rtp/gstrtp.c
14659         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14660         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14661         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14662         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14663         * gst/rtp/gstrtpg711enc.h:
14664         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14665         * gst/rtp/gstrtpspeexenc.c:
14666         * gst/rtp/gstrtpspeexenc.h:
14667         * gst/rtp/gstrtpspeexdec.c:
14668         * gst/rtp/gstrtpspeexdec.h:
14669         Created Speex payloader and depayloader; Optimize G711 payloader to
14670         use adapter and send packets until MTU size.
14671
14672 2005-11-16  Wim Taymans  <wim@fluendo.com>
14673
14674         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14675         Fix leak in check.
14676
14677 2005-11-16  Wim Taymans  <wim@fluendo.com>
14678
14679         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14680         Fix state change.
14681
14682 2005-11-16  Andy Wingo  <wingo@pobox.com>
14683
14684         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14685         (gst_udpsrc_create): Move comment.
14686
14687 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14688
14689         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14690
14691         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14692           When seeking, seek to closest index entry at or before the requested
14693           seek position, not just the closest one (#321001).
14694
14695 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14696
14697         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14698         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14699           Invert DIB images again (see #132341).
14700
14701 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14702
14703         * configure.ac:
14704           rework configure.ac file
14705         * ext/aalib/gstaasink.c:
14706         * ext/cairo/gstcairo.c:
14707         * ext/dv/gstdv.c:
14708         * ext/esd/gstesd.c:
14709         * ext/flac/gstflac.c:
14710         * ext/gconf/gstgconfelements.c:
14711         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14712         * ext/jpeg/gstjpeg.c:
14713         * ext/ladspa/gstladspa.c:
14714         * ext/libcaca/gstcacasink.c:
14715         * ext/libmng/gstmng.c:
14716         * ext/libpng/gstpng.c:
14717         * ext/mikmod/gstmikmod.c:
14718         * ext/pango/gsttextoverlay.c:
14719         * ext/pango/gsttimeoverlay.c:
14720         * ext/raw1394/gst1394.c:
14721         * ext/speex/gstspeex.c:
14722         * gst/alpha/Makefile.am:
14723         * gst/alpha/gstalpha.c:
14724         * gst/alpha/gstalphacolor.c:
14725         * gst/auparse/gstauparse.c:
14726         * gst/autodetect/gstautoaudiosink.c:
14727         (gst_auto_audio_sink_factory_filter),
14728         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14729         * gst/autodetect/gstautodetect.c:
14730         * gst/avi/gstavi.c:
14731         * gst/cutter/gstcutter.c:
14732         * gst/debug/efence.c:
14733         * gst/debug/gstdebug.c:
14734         * gst/debug/gstnavigationtest.c:
14735         * gst/effectv/gsteffectv.c:
14736         * gst/flx/gstflxdec.c:
14737         * gst/goom/gstgoom.c:
14738         * gst/interleave/plugin.c:
14739         * gst/law/alaw.c:
14740         * gst/law/mulaw.c:
14741         * gst/level/gstlevel.c:
14742         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14743         * gst/matroska/matroska.c:
14744         * gst/median/gstmedian.c:
14745         * gst/monoscope/gstmonoscope.c:
14746         * gst/multipart/multipart.c:
14747         * gst/oldcore/gstelements.c:
14748         * gst/rtp/gstrtp.c:
14749         * gst/rtsp/gstrtsp.c:
14750         * gst/smoothwave/gstsmoothwave.c:
14751         * gst/smpte/gstsmpte.c:
14752         * gst/udp/gstudp.c:
14753         * gst/videobox/gstvideobox.c:
14754         * gst/videofilter/gstgamma.c:
14755         * gst/videofilter/gstvideobalance.c:
14756         * gst/videofilter/gstvideoflip.c:
14757         * gst/videofilter/gstvideotemplate.c:
14758         * gst/videomixer/videomixer.c:
14759         * gst/wavenc/gstwavenc.c:
14760         * gst/wavparse/gstwavparse.c:
14761         * sys/oss/gstossaudio.c:
14762         * sys/osxaudio/gstosxaudio.c:
14763           update GST_PLUGIN_DEFINE
14764         * gst/rtp/Makefile.am:
14765         * gst/rtp/gstasteriskh263.c:
14766           check for htons/htonl headers and possibly link to winsock2 lib
14767
14768 2005-11-12  Edward Hervey  <edward@fluendo.com>
14769
14770         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14771         Only GST_DEBUG() information on the valid components.
14772
14773 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14774
14775         * configure.ac: back to HEAD
14776
14777 === release 0.9.5 ===
14778
14779 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14780
14781         * configure.ac:
14782           releasing 0.9.5, "Phone Alarm"
14783
14784 2005-11-11  Edward Hervey  <edward@fluendo.com>
14785
14786         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14787         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14788         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14789         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14790         (gst_avi_demux_loop):
14791         * gst/avi/gstavidemux.h:
14792         Yeah, implement proper seeking. Exact seeking and segment seeking.
14793         Still need to do some checks for segment_stop.
14794
14795 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14796
14797         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14798
14799         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14800           Don't try to ready buffer duration from buffer that we don't
14801           own any  longer and that might already have been unreffed.
14802           (#321136)
14803
14804 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14805
14806         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14807         (flx_decode_delta_flc), (gst_flxdec_chain):
14808         Attempting to optimize the code for embedded systems.
14809
14810 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14811
14812         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14815           Don't re-use already closed file descriptor. (#320920)
14816
14817 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14818
14819         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14820         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14821         (gst_oss_sink_prepare):
14822         * sys/oss/gstosssink.h:
14823           Cache probed caps; fix debug output for SET_PARAM macros.
14824
14825 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14826
14827         * ext/cairo/Makefile.am:
14828         * ext/cairo/gstcairo.c: (plugin_init):
14829         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14830         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14831         (gst_text_overlay_init), (gst_text_overlay_font_init),
14832         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14833         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14834         (gst_text_overlay_text_pad_linked),
14835         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14836         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14837         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14838         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14839         (gst_text_overlay_change_state):
14840         * ext/cairo/gsttextoverlay.h:
14841           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14842           property and redo positioning. Doesn't handle upstream renegotiation
14843           yet though.
14844
14845 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14846
14847         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14848         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14849         (gst_avi_demux_loop):
14850           No need to take the STREAM_LOCK in the loop function. Improve
14851           some debug messages. Don't leak pad names in debug messages.
14852
14853 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         * gst/matroska/matroska-demux.c:
14856         (gst_matroska_demux_push_vorbis_codec_priv_data),
14857         (gst_matroska_demux_add_wvpk_header):
14858           Don't error out when the source pad isn't linked.
14859
14860 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14861
14862         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14863         (gst_gconf_audio_sink_change_state):
14864         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14865         (gst_gconf_video_sink_change_state):
14866           Fix state change functions here as well and set kid
14867           to NULL state before removing it.
14868
14869 2005-11-01  Edward Hervey  <edward@fluendo.com>
14870
14871         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14872         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14873         Added proper event handlind, 
14874         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14875         ignored),
14876         and don't set a duration of 0 for buffers otherwise they are discarded
14877         by GstBaseSink.
14878
14879         GstWavEnc needs some serious loving, after going through the code I'm
14880         really wondering how this can stay in -good ...
14881
14882 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14883
14884         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14885         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14886         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14887         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14888         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14889         (gst_matroska_mux_collected):
14890           Fix leaks and invalid memory access as reported by valgrind
14891
14892 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14893
14894         Patch by: Michal Benes <michal.benes@xeris.cz>
14895
14896         * check/Makefile.am:
14897         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14898         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14899         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14900           add a unit test for matroskamux
14901           fix the bugs that the unit test exposed
14902
14903 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14904
14905         * gst/autodetect/gstautoaudiosink.c:
14906         (gst_auto_audio_sink_class_init),
14907         (gst_auto_audio_sink_change_state):
14908         * gst/autodetect/gstautovideosink.c:
14909         (gst_auto_video_sink_class_init),
14910         (gst_auto_video_sink_change_state):
14911           Fix state change function and use GST_DEBUG_FUNCPTR in
14912           class_init.
14913
14914 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14915
14916         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14917
14918         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14919         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14920         * gst/matroska/ebml-write.h:
14921         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14922           Set timestamps on outgoing ebml headers as well, so that the
14923           element after matroskamux can get the timestamp already when
14924           reading the first ebml element and doesn't have to wait for
14925           the actual data buffer for that (#320308).
14926           
14927 2005-10-31  Andy Wingo  <wingo@pobox.com>
14928
14929         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14930         (gst_videomixer_pad_link): Kill some memleaks.
14931         (gst_videomixer_pad_get_property): Style fix.
14932         (gst_videomixer_pad_set_property): Style fix.
14933         (gst_videomixer_pad_init): Style fix.
14934         (gst_videomixer_update_queues): Kill memleak.
14935         (gst_videomixer_loop): Kill memleak.
14936         (gst_videomixer_collected): Kill memleak.
14937
14938 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14939
14940         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14941         gst_auparse_change_state:
14942         Just some cleanup.
14943
14944 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14945
14946         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14947         Add checks to GST_FLOW_NOT_LINKED for values returned
14948         from gst_pad_push.
14949         
14950 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14951
14952         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14953         (gst_rtpg711dec_process):
14954         * gst/rtp/gstrtpgsmenc.c:
14955         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14956         are never set. This is important for the g711 to work with burger's rtpbin
14957         element.
14958
14959 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14960
14961         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14962         (gst_speexenc_push_buffer):
14963         Add checks for return values from gst_pad_push and
14964         gst_pad_alloc_buffer.
14965
14966 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14967
14968         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14969
14970         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14971         (gst_matroska_demux_parse_info),
14972         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14973         (gst_matroska_demux_parse_cluster):
14974         * gst/matroska/matroska-ids.h:
14975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14976         (gst_matroska_mux_init), (gst_matroska_mux_start),
14977         (gst_matroska_mux_create_buffer_header),
14978         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14979         (gst_matroska_mux_get_property):
14980         * gst/matroska/matroska-mux.h:
14981           Add SimpleBlock support to matroska demuxer and muxer (part of
14982           Matroska v2). (#319731)
14983
14984 2005-10-28  Wim Taymans  <wim@fluendo.com>
14985
14986         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14987         (gst_jpeg_dec_change_state):
14988         * ext/jpeg/gstjpegdec.h:
14989         Cleanups. Don't create caps for every chain.
14990
14991 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14992
14993         * gst/law/alaw-encode.c: (gst_alawenc_init),
14994         (alawenc_setcaps), (gst_alawenc_chain)
14995         * gst/law/alaw-encode.h:
14996         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14997         (mulawenc_setcaps), (gst_mulawenc_chain)
14998         * gst/law/mulaw-encode.h:
14999         Set timestamp on buffer and it allows RTP G711 elements
15000         work properly.
15001
15002 2005-10-27  Wim Taymans  <wim@fluendo.com>
15003
15004         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15005         Set correct format on oss instead of a silly value. 
15006
15007 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15008
15009         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15010         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15011         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15012         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15013         I420 rendering as well, doesn't bring much for my platform.
15014         Might help on some other platforms.
15015
15016 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15017
15018         * gst/rtp/gstrtpgsmenc.c:
15019         * gst/rtp/gstrtpgsmparse.c:
15020         Declaring the padtemplate correctly.
15021
15022 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15023
15024         * gst/rtp/gstrtpg711dec.c:
15025         * gst/rtp/gstrtpg711enc.c:
15026         * gst/rtp/gstrtpgsmenc.c:
15027         * gst/rtp/gstrtpgsmparse.c:
15028         Setting the proper copyright notice.
15029
15030 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15031
15032         * gst/videobox/Makefile.am: Use liboil.
15033         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15034         (gst_video_box_set_property), (gst_video_box_transform_caps),
15035         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15036         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15037         using liboil. Will dot the same to I420 border generation
15038         tomorrow.
15039
15040 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15041
15042         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15043         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15044         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15045         * gst/rtp/gstrtpg711dec.h:
15046         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15047         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15048         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15049         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15050         (gst_rtpgsmenc_handle_buffer):
15051         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15052         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15053         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15054         * gst/rtp/gstrtpgsmparse.h:
15055         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15056         inherits from the basertpdepayloader.
15057
15058 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15059
15060         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15061         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15062         (gst_video_box_ayuv): Removing this forgotten debug.
15063
15064 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15065
15066         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15067         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15068         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15069
15070 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         * sys/oss/gstossaudio.c:
15073         * sys/oss/gstossdmabuffer.c:
15074         * sys/oss/gstosshelper.c:
15075         * sys/oss/gstossmixer.c:
15076         * sys/oss/gstossmixerelement.c:
15077         * sys/oss/gstossmixertrack.c:
15078         * sys/oss/gstosssink.c:
15079         * sys/oss/gstosssrc.c:
15080           Actually use the 'oss' debug category we register.
15081
15082 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15083
15084         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15085         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15086         Use gst_pad_get_parent and drop the ref that was added through
15087         that call.
15088
15089 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15090
15091         * gst/rtp/gstrtpgsmenc.c:
15092           Fix compilation
15093
15094 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15095
15096         * gst/rtp/gstrtpg711dec.c
15097         Just removed a couple of lines of weird code used during
15098         development/test time.
15099
15100 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15101
15102         * gst/rtp/Makefile.am
15103         * gst/rtp/gstrtp.c
15104         * gst/rtp/gstrtpg711enc.c
15105         * gst/rtp/gstrtpg711enc.h
15106         * gst/rtp/gstrtpg711dec.c
15107         * gst/rtp/gstrtpg711dec.h
15108         Created G711 payloader and depayloader (it supports mulaw and alaw
15109         (dec)encoders)
15110
15111 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15112
15113         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15114         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15115         Doh ! I introduced wingo's bug again ! Sorry...
15116
15117 2005-10-25  Christian Schaller <christian@fluendo.com> 
15118
15119         * gst/rtp/Makefile.am: add missing header files for disting
15120
15121 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15122
15123         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15124         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15125         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15126         (gst_rtpgsmenc_handle_buffer):
15127         * gst/rtp/gstrtpgsmenc.h:
15128         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15129         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15130         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15131         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15132         * gst/rtp/gstrtpgsmparse.h:
15133         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15134
15135 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15136
15137         * ext/libpng/gstpngdec.c: (user_info_callback),
15138         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15139         a newsegment event, move some redundant code in a single place.
15140
15141 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15142
15143         * ext/libpng/gstpngdec.c: (user_info_callback),
15144         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15145         hack to get correct colors order when we have a png image with
15146         alpha channel.
15147
15148 2005-10-24  Edward Hervey  <edward@fluendo.com>
15149
15150         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15151         Call gst_element_no_more_pads when there will be no more pads.
15152
15153 2005-10-24  Wim Taymans  <wim@fluendo.com>
15154
15155         * gst/rtp/Makefile.am:
15156         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15157         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15158         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15159         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15160         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15161         (gst_asteriskh263_plugin_init):
15162         * gst/rtp/gstasteriskh263.h:
15163         * gst/rtp/gstrtp.c: (plugin_init):
15164         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15165         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15166         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15167         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15168         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15169         (gst_rtph263enc_plugin_init):
15170         * gst/rtp/gstrtph263enc.h:
15171         Added two new payloaders, an RFC 2190 payloader for h263 and
15172         a payload convertor for an asterisk server.
15173
15174 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15175
15176         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15177           Set bytes_per_sample correctly (is not always 4, but 
15178           depends on width and number of channels).
15179
15180 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15181
15182         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15183         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15184         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15185         (gst_flacenc_sink_event), (gst_flacenc_chain),
15186         (gst_flacenc_set_property), (gst_flacenc_get_property),
15187         (gst_flacenc_change_state):
15188         * ext/flac/gstflacenc.h:
15189           Fix seeking, so that flacenc can rewrite the header with the
15190           correct duration and amount of samples and all that at EOS;
15191           also set timestamps and granulepos on outgoing buffers; add
15192           debug category; fix state change function.
15193           
15194 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15195
15196         * gst/videomixer/videomixer.c: Don't restrict video geometry
15197         from 16 to 4096.
15198
15199 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15200
15201         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15202         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15203         Fix caps negotiation correctly, add debugging category.
15204
15205 2005-10-24  Christian Schaller  <christian@fluendo.com>
15206
15207         * configure.ac: Port over Thomas's change from base listing all plugins
15208
15209 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15210
15211         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15212         a sink pad.
15213
15214 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15215
15216         * configure.ac:
15217         * docs/upload.mak:
15218           back to HEAD
15219
15220 === release 0.9.4 ===
15221
15222 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15223
15224         * configure.ac:
15225           Releasing 0.9.4, "Dromiceiomimus"
15226
15227 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15228
15229         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15230         (gst_speexenc_src_query):
15231           Add position and duration query, fix query type function.
15232           
15233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15234         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15235           Let's not set non-fixed caps on source pads.
15236
15237 2005-10-21  Wim Taymans  <wim@fluendo.com>
15238
15239         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15240         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15241         (gst_avi_demux_handle_seek):
15242         Set correct stream_time in newsegment event.
15243         avi can also handle a duration query now.
15244
15245 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15246
15247         * gst/matroska/matroska-demux.c:
15248         (gst_matroska_demux_handle_src_query),
15249         (gst_matroska_demux_handle_seek_event),
15250         (gst_matroska_demux_loop_stream_parse_id):
15251           Fix duration query; fix basetime in newsegment event after
15252           seek; fix duration in initial newsegment event.
15253
15254         * gst/matroska/matroska-mux.c:
15255         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15256           Extract number of channels and samplerate from vorbis headers;
15257           add some debug messages when querying the durations of the
15258           input streams.
15259
15260 2005-10-20  Wim Taymans  <wim@fluendo.com>
15261
15262         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15263         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15264         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15265         Set stream time correctly in newsegment.
15266
15267 2005-10-20  Wim Taymans  <wim@fluendo.com>
15268
15269         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15270         Correctly fill in the stream time.
15271
15272 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15273
15274         * check/elements/level.c: (GST_START_TEST):
15275         * gst/level/gstlevel.c: (gst_level_message_new):
15276         * gst/level/level-example.c: (message_handler):
15277           use ELEMENT messages instead
15278
15279 2005-10-19  Wim Taymans  <wim@fluendo.com>
15280
15281         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15282         (gst_dvdemux_src_query):
15283         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15284         (gst_flacdec_src_query):
15285         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15286         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15287         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15288         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15289         * gst/debug/progressreport.c: (gst_progress_report_report):
15290         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15291         * gst/matroska/matroska-demux.c:
15292         (gst_matroska_demux_handle_src_query):
15293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15294         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15295         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15296         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15297         (gst_wavparse_srcpad_event):
15298         API change fix.
15299
15300 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * gst/goom/filters.c:
15303         * gst/goom/graphic.h:
15304         * gst/goom/lines.c:
15305           Make inline functions either 'static inline' or 'extern inline',
15306           otherwise the Forte compiler apparently won't inline them (#317300).
15307
15308 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15309
15310         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15311         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15312         (user_info_callback), (user_endrow_callback), (user_end_callback),
15313         (user_read_data), (gst_pngdec_caps_create_and_set),
15314         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15315         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15316         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15317         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15318         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15319         very nice and handle push/pull based model. if you have filesrc
15320         connected to it, it will do random access to load the png file.
15321         If you have a network source that can't do _getrange, it does 
15322         progressive loading through the chain function.
15323         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15324         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15325         thanks to Master Wim Taymans ;-)
15326
15327 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15328
15329         * gst/matroska/Makefile.am:
15330         * gst/matroska/ebml-read.c:
15331         * gst/matroska/ebml-read.h:
15332         * gst/matroska/matroska-demux.c:
15333         * gst/matroska/matroska-demux.h:
15334         * gst/matroska/matroska.c: (plugin_init):
15335           Ported matroska demuxer to 0.9.
15336
15337 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15338
15339         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * gst/matroska/matroska-mux.c:
15342         (gst_matroska_mux_video_pad_setcaps),
15343         (gst_matroska_mux_audio_pad_setcaps):
15344           Fix mpeg4 input handling (#318847); also, while we're at it,
15345           fix media type for Motion-JPEG: should be image/jpeg.
15346
15347 2005-10-18  Wim Taymans  <wim@fluendo.com>
15348
15349         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15350         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15351         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15352         Fix for segment-start/stop API change.
15353
15354 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15355
15356         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15357         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15358         way.
15359
15360 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15361
15362         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15363         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15364         output declared in transform_caps.
15365
15366 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15367
15368         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15369
15370 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15371
15372         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15373         (gst_video_box_get_unit_size): Fix wrong size calculations and
15374         implement get_unit_size correctly.
15375
15376 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15377
15378         * configure.ac:
15379           Enable flx plugin.
15380
15381         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15382           Fix gcc4 signedness issue.
15383
15384 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15385
15386         * configure.ac: Adding videomixer.
15387         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15388         (user_read_data), (gst_pngdec_chain): More debugging.
15389         * gst/alpha/Makefile.am: Adding alphacolor
15390         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15391         (gst_alpha_color_class_init), (gst_alpha_color_init),
15392         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15393         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15394         (plugin_init): Ported to 0.9 using in place base tranform.
15395         * gst/videomixer/Makefile.am:
15396         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15397         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15398         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15399         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15400         (gst_videomixer_init), (gst_videomixer_getcaps),
15401         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15402         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15403         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15404         to 0.9 using collectpads.
15405
15406 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15407
15408         * configure.ac:
15409         * gst/flx/Makefile.am:
15410         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15411         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15412         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15413         * gst/flx/gstflxdec.h:
15414         flx plugin ported to 0.9
15415
15416 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15417
15418         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15419           use new gst_version_string()
15420
15421 2005-10-16  Andy Wingo  <wingo@pobox.com>
15422
15423         * configure.ac: GLIB_CHECK.
15424
15425 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15426
15427         * ext/libpng/Makefile.am:
15428         * ext/libpng/gstpng.c: (plugin_init):
15429         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15430         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15431         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15432
15433 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15434
15435         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15436
15437         * configure.ac:
15438         * gst/matroska/Makefile.am:
15439         * gst/matroska/ebml-ids.h:
15440         * gst/matroska/ebml-write.c:
15441         * gst/matroska/ebml-write.h:
15442         * gst/matroska/matroska-ids.h:
15443         * gst/matroska/matroska-mux.c:
15444         * gst/matroska/matroska-mux.h:
15445         * gst/matroska/matroska.c: (plugin_init):
15446           Port matroska muxer to 0.9 (#318847).
15447
15448 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15449
15450         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15451         (comment_init), (comment_add):
15452           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15453           use GST_READ_UINT32_LE() and friends rather than the private
15454           implementation of those same macros.
15455
15456 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15457
15458         * examples/stats/mp2ogg.c:
15459           more typo fixes
15460
15461 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15462
15463         * examples/indexing/indexmpeg.c: (main):
15464         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15465         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15466         * ext/esd/esdmon.h:
15467         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15468         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15469         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15470         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15471         * gst/avi/gstavimux.c: (gst_avimux_init):
15472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15473         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15474         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15475         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15476         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15477         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15478         * gst/oldcore/gstmultifilesrc.h:
15479         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15480         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15481         (gst_pipefilter_change_state):
15482         * gst/oldcore/gstpipefilter.h:
15483         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15484         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15485         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15486         * sys/osxaudio/gstosxaudiosink.h:
15487         * sys/osxaudio/gstosxaudiosrc.h:
15488           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15489           moved bitshift from macro to enum definition
15490
15491 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15492
15493         * ext/Makefile.am:
15494         * ext/cairo/Makefile.am:
15495         * ext/cairo/gstcairo.c: (plugin_init):
15496         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15497         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15498         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15499         * ext/cairo/gsttimeoverlay.h:
15500           update of cairo-based timeoverlay to 1.0 Cairo API
15501           doesn't work yet for resizing of output sink
15502
15503 2005-10-11  Wim Taymans  <wim@fluendo.com>
15504
15505         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15506         newsegment API fix.
15507
15508 2005-10-11  Wim Taymans  <wim@fluendo.com>
15509
15510         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15511         (gst_dvdemux_demux_frame):
15512         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15513         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15514         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15515         (gst_avi_demux_handle_seek):
15516         * gst/goom/gstgoom.c: (gst_goom_event):
15517         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15518         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15519         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15520         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15521         (gst_wavparse_srcpad_event):
15522         newsegment API update.
15523
15524 2005-10-11  Andy Wingo  <wingo@pobox.com>
15525
15526         * ext/speex/gstspeexenc.c: Signedness cleanups.
15527
15528 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15529
15530         * PORTED_09:
15531         * ext/speex/Makefile.am:
15532         * ext/speex/gstspeex.c:
15533         * ext/speex/gstspeexenc.c:
15534         Speexenc ported to 0.9
15535
15536 2005-10-10  Wim Taymans  <wim@fluendo.com>
15537
15538         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15539         (gst_oss_sink_init), (gst_oss_sink_set_property),
15540         (gst_oss_sink_get_property), (gst_oss_sink_open),
15541         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15542         * sys/oss/gstosssink.h:
15543         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15544         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15545         (gst_oss_src_prepare):
15546         Cleanups, make device configurable in the sink, handle and report
15547         errors.
15548
15549 2005-10-10  Wim Taymans  <wim@fluendo.com>
15550
15551         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15552         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15553         Make sure element is NULL before removing from the bin.
15554
15555 2005-10-07  Andy Wingo  <wingo@pobox.com>
15556
15557         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15558         block forever in a read().
15559         (gst_dv1394src_bus_reset): Post a message when the cable is
15560         unplugged.
15561         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15562         (gst_dv1394src_bus_reset): Don't unref the message.
15563
15564         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15565         hacking. The only change should be that the state change stuff was
15566         put into basesrc's start() and stop() routines, which coalesces
15567         some steps.
15568
15569 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * configure.ac:
15572           Add check for mmap
15573           
15574         * gst/debug/Makefile.am:
15575           Only compile efence plugin on systems that have mmap.
15576
15577 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15578
15579         * gst/debug/Makefile.am:
15580         * gst/debug/breakmydata.c:
15581         * gst/debug/gstdebug.c:
15582         * gst/debug/gstnavigationtest.c:
15583         * gst/debug/gstnavseek.c: 
15584         * gst/debug/gstnavseek.h:
15585         * gst/debug/progressreport.c: 
15586         * gst/debug/testplugin.c:
15587           Port progressreport, navseek, navigationtest, testsink and
15588           breakmydata.
15589
15590 2005-10-05  Edward Hervey  <edward@fluendo.com>
15591
15592         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15593         (gst_dvdemux_src_query):
15594         Fixes for better conversion
15595
15596 2005-10-04  Michael Smith <msmith@fluendo.com>
15597
15598         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15599         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15600         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15601         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15602           Set state of elements to NULL before removing from bins.
15603           Set state of test element to NULL if we failed to move it to READY
15604
15605 2005-10-04  Edward Hervey  <edward@fluendo.com>
15606
15607         * ext/dv/Makefile.am:
15608         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15609         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15610         Corrected the query function for position so it doesn't forget what
15611         format was asked, and calls the conversion functions on the correct pad.
15612
15613 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15614
15615         * configure.ac:
15616           back to development
15617
15618 === release 0.9.3 ===
15619
15620 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15621
15622         * configure.ac:
15623           Releasing 0.9.3, "Aramis"
15624
15625 2005-10-03  Andy Wingo  <wingo@pobox.com>
15626
15627         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15628         error returns.
15629
15630 2005-10-02  Andy Wingo  <wingo@pobox.com>
15631
15632         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15633
15634         * ext/flac/gstflacenc.c: Ported to 0.9.
15635
15636         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15637
15638         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15639         and link to gsttagedit. Enable flacenc.
15640
15641         * ext/flac/gstflacdec.c: Re-enable tag reading.
15642
15643 2005-09-30  Wim Taymans  <wim@fluendo.com>
15644
15645         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15646         * gst/rtp/gstrtpgsmparse.c:
15647         * gst/rtp/gstrtph263penc.c:
15648         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15649         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15650         (gst_rtpmp4venc_set_property):
15651         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15652         Various class and caps fixes from Andre Magalhaes (andrunko)
15653
15654 2005-09-29  Wim Taymans  <wim@fluendo.com>
15655
15656         * gst/level/level-example.c: (main):
15657         Update for new bus API.
15658
15659 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15660
15661         * configure.ac:
15662           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15663           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15664
15665 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15666
15667         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15668           Fix playback of mono streams (bytes_per_sample should be set
15669           from the sample width and the number of channels negotiated,
15670           and not just be set to 4) (#317338)
15671
15672 2005-09-26  Wim Taymans  <wim@fluendo.com>
15673
15674         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15675         (gst_rtpmpaenc_handle_buffer):
15676         Set buffer duration correctly.
15677
15678 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15681         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15682         (gst_avi_demux_change_state):
15683           Don't crash when encountering a stream with an unknown fourcc or
15684           codec id. Instead, create a pad of type video/x-avi-unknown or
15685           audio/x-avi-unknown, which as a side-effect also results in less
15686           confusing error messages in players ('no decoder' vs. 'no streams');
15687           minor fixes to state change function and class_init function.
15688
15689 2005-09-24  Wim Taymans  <wim@fluendo.com>
15690
15691         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15692         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15693         These are sinks.
15694
15695 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15696
15697         * check/elements/level.c: (GST_START_TEST):
15698           fix test for new GstClockTime use
15699         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15700         (gst_level_transform_ip):
15701         * gst/level/gstlevel.h:
15702           fix up the decay peak, ensuring the decay peak is never lower
15703           than the peak for that interval
15704
15705 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15706
15707         * docs/plugins/gst-plugins-good-plugins.args:
15708         * docs/plugins/inspect/plugin-alpha.xml:
15709         * docs/plugins/inspect/plugin-rtp.xml:
15710         * gst/level/gstlevel.c: (gst_level_set_caps),
15711         (gst_level_transform_ip):
15712           updating docs
15713
15714 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15715
15716         * Makefile.am:
15717         * check/elements/level.c: (GST_START_TEST):
15718         * gst/level/Makefile.am:
15719         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15720         (gst_level_set_property), (gst_level_get_property),
15721         (gst_level_set_caps), (gst_level_message_new),
15722         (gst_level_transform_ip):
15723         * gst/level/gstlevel.h:
15724         * gst/level/level-example.c: (message_handler), (main):
15725           convert to using GstClockTime for all time values, finally.
15726
15727 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15728
15729         * gst/auparse/Makefile.am:
15730         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15731           fix up build
15732         * configure.ac:
15733         * ext/cairo/Makefile.am:
15734         * ext/dv/Makefile.am:
15735         * ext/esd/Makefile.am:
15736         * ext/flac/Makefile.am:
15737         * ext/gconf/Makefile.am:
15738         * ext/gdk_pixbuf/Makefile.am:
15739         * ext/jpeg/Makefile.am:
15740         * ext/ladspa/Makefile.am:
15741         * ext/libcaca/Makefile.am:
15742         * ext/libmng/Makefile.am:
15743         * ext/libpng/Makefile.am:
15744         * ext/mikmod/Makefile.am:
15745         * ext/pango/Makefile.am:
15746         * ext/raw1394/Makefile.am:
15747         * ext/shout2/Makefile.am:
15748         * ext/speex/Makefile.am:
15749         * gst/alpha/Makefile.am:
15750         * gst/autodetect/Makefile.am:
15751         * gst/avi/Makefile.am:
15752         * gst/cutter/Makefile.am:
15753         * gst/debug/Makefile.am:
15754         * gst/effectv/Makefile.am:
15755         * gst/flx/Makefile.am:
15756         * gst/goom/Makefile.am:
15757         * gst/interleave/Makefile.am:
15758         * gst/law/Makefile.am:
15759         * gst/matroska/Makefile.am:
15760         * gst/median/Makefile.am:
15761         * gst/monoscope/Makefile.am:
15762         * gst/multipart/Makefile.am:
15763         * gst/oldcore/Makefile.am:
15764         * gst/rtp/Makefile.am:
15765         * gst/rtsp/Makefile.am:
15766         * gst/smoothwave/Makefile.am:
15767         * gst/smpte/Makefile.am:
15768         * gst/videobox/Makefile.am:
15769         * gst/videofilter/Makefile.am:
15770         * gst/videomixer/Makefile.am:
15771         * gst/wavenc/Makefile.am:
15772         * gst/wavparse/Makefile.am:
15773         * sys/oss/Makefile.am:
15774         * sys/osxaudio/Makefile.am:
15775         * sys/osxvideo/Makefile.am:
15776           fix up GST_LIBS use
15777
15778 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15779
15780         * gst/auparse/Makefile.am:
15781         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15782           fix build of auparse
15783
15784 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15785
15786         * configure.ac:
15787         * PORTED_09:
15788         * gst/auparse/gstauparse.c:
15789         * gst/auparse/gstauparse.h:
15790         Auparse ported to 0.9.
15791
15792 2005-09-22  Wim Taymans  <wim@fluendo.com>
15793
15794         * gst/rtp/TODO:
15795         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15796         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15797         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15798         (gst_rtpmp4venc_set_property):
15799         * gst/rtp/gstrtpmp4venc.h:
15800         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15801         * gst/rtp/gstrtpmpaenc.h:
15802         Use is_filled to both check MTU and max-ptime of base class.
15803
15804 2005-09-22  Wim Taymans  <wim@fluendo.com>
15805
15806         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15807         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15808         (gst_rtpmp4venc_set_property):
15809         Don't fragment packets with multiple frames.
15810
15811 2005-09-22  Wim Taymans  <wim@fluendo.com>
15812
15813         * gst/rtp/TODO:
15814         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15815         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15816         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15817         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15818         (gst_rtpmp4venc_get_property):
15819         * gst/rtp/gstrtpmp4venc.h:
15820         Remove g_print.
15821         Update TODO
15822         Make payload encoder a bit smarter and more correct with
15823         timestamps.
15824         Added option in payloader to include config string in-band.
15825
15826 2005-09-21  Wim Taymans  <wim@fluendo.com>
15827
15828         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15829         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15830         (gst_rtspsrc_send):
15831         Strip spaces for key/value pairs.
15832
15833 2005-09-21  Wim Taymans  <wim@fluendo.com>
15834
15835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15836         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15837         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15838         (gst_rtspsrc_change_state):
15839         More SDP parsing and caps setting.
15840         Do NO_PREROLL differently.
15841         add pads only after negotiated.
15842
15843         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15844         (gst_udpsrc_getcaps):
15845         Implement the getcaps function.
15846
15847 2005-09-21  Wim Taymans  <wim@fluendo.com>
15848
15849         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15850         (gst_rtpamrdec_chain):
15851         Handle multiple AMr packets per payload. Handle CRC and
15852         parse ILL/ILP.
15853
15854         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15855         Make caps params strings for easy SDP mapping.
15856         
15857         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15858         Handle capsnego better.
15859
15860         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15861         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15862         Generate and parse config string in the caps.
15863
15864 2005-09-21  Wim Taymans  <wim@fluendo.com>
15865
15866         * gst/rtp/README:
15867         Update README
15868
15869         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15870         Make extra params as strings.
15871
15872         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15873         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15874         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15875         Make state change return NO_PREROLL as this is a live
15876         source.
15877
15878         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15879         Don't unref old caps when NULL.
15880
15881 2005-09-20  Wim Taymans  <wim@fluendo.com>
15882
15883         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15884         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15885         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15886         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15887         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15888         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15889         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15890         * gst/rtsp/sdpmessage.h:
15891         Add URI handler.
15892         Parse SDP and create caps.
15893
15894 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15895
15896         * gst/alpha/gstalpha.c:
15897           fix element description
15898
15899 2005-09-19  Wim Taymans  <wim@fluendo.com>
15900
15901         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15902         Don't check payload for now.
15903
15904 2005-09-19  Wim Taymans  <wim@fluendo.com>
15905
15906         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15907         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15908         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15909         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15910         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15911         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15912         (gst_wavparse_change_state):
15913         * gst/wavparse/gstwavparse.h:
15914         Fix wavparse some more.
15915
15916 2005-09-19  Wim Taymans  <wim@fluendo.com>
15917
15918         * check/elements/level.c: (GST_START_TEST):
15919         Fix for bus API change.
15920
15921 2005-09-19  Wim Taymans  <wim@fluendo.com>
15922
15923         * gst/level/level-example.c: (main):
15924         Fix for new bus API.
15925
15926         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15927         Set caps on pads.
15928
15929 2005-09-15  Wim Taymans  <wim@fluendo.com>
15930
15931         * gst/rtp/Makefile.am:
15932         * gst/rtp/README:
15933         * gst/rtp/gstrtp.c: (plugin_init):
15934         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15935         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15936         (gst_rtpamrdec_change_state):
15937         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15938         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15939         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15940         * gst/rtp/gstrtpamrenc.h:
15941         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15942         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15943         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15944         * gst/rtp/gstrtpgsmenc.h:
15945         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15946         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15947         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15948         (gst_rtpgsmparse_change_state):
15949         * gst/rtp/gstrtpgsmparse.h:
15950         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15951         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15952         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15953         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15954         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15955         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15956         * gst/rtp/gstrtph263penc.h:
15957         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15958         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15959         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15960         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15961         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15962         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15963         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15964         * gst/rtp/gstrtpmp4venc.h:
15965         * gst/rtp/gstrtpmpadec.c:
15966         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15967         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15968         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15969         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15970         * gst/rtp/gstrtpmpaenc.h:
15971         Updates to payloader/depayloaders, make payloaders use
15972         the base classes.
15973         Updated README with suggested RTP caps and how to convert
15974         to/from SDP.
15975         Added config descriptor in mp4v payloader.
15976
15977 2005-09-15  Andy Wingo  <wingo@pobox.com>
15978
15979         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15980         * gst/autodetect/gstautovideosink.c
15981         (gst_auto_video_sink_find_best): Update for new registry API.
15982
15983 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15984
15985         * common/c-to-xml.py:
15986         * common/gtk-doc-plugins.mak:
15987           a simple py script to generate valid xml from a C example
15988           probably also need to strip an MIT license when we decide
15989         * docs/plugins/Makefile.am:
15990         * gst/level/Makefile.am:
15991         * gst/level/gstlevel.c: (gst_level_init):
15992         * gst/level/level-example.c: (message_handler), (main):
15993           add an example to level that will show up in the docs
15994         * gst/rtp/TODO:
15995           add a note for the future
15996
15997 2005-09-14  Michael Smith <msmith@fluendo.com>
15998
15999         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16000           Actually define the debug object being used in wavenc. Fixes #316205
16001
16002 2005-09-14  Michael Smith <msmith@fluendo.com>
16003
16004         * gst/smpte/Makefile.am:
16005           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16006           needed to build on windows (bug 316204)
16007
16008 2005-09-12  Andy Wingo  <wingo@pobox.com>
16009
16010         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16011
16012 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16013
16014         * configure.ac:
16015         * gst/fdsrc/Makefile.am:
16016         * gst/fdsrc/gstfdsrc.c:
16017         * gst/fdsrc/gstfdsrc.h:
16018           Move fdsrc back into gstreamer core elements.
16019
16020         * gst/level/gstlevel.c: (gst_level_class_init),
16021         (gst_level_transform_ip):
16022         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16023           Basetransform changes.
16024
16025 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16026
16027         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16028         * ext/jpeg/smokecodec.c: (find_best_size):
16029           fix compiler warnings
16030
16031 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16032
16033         * gst-plugins-good.spec.in:
16034           spec file fixes
16035         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16036         (gst_multiudpsink_render), (gst_multiudpsink_add),
16037         (gst_multiudpsink_clear):
16038           it actually helps to actually stream if we hook up the
16039           "add" signal to an actual implementation
16040         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16041           some debugging
16042
16043 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16044
16045         * ext/jpeg/Makefile.am:
16046         * ext/jpeg/gstjpeg.c
16047         * ext/jpeg/gstjpegenc.c:
16048         * ext/jpeg/gstsmokeenc.c:
16049
16050 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16051
16052         * ext/flac/gstflacdec.c:
16053         * ext/flac/gstflacenc.c:
16054         * ext/flac/gstflactag.c:
16055         * ext/speex/gstspeexenc.c:
16056           gsttaginterface.h -> gsttagsetter.h
16057
16058 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16059
16060         * configure.ac:
16061         * gst/debug/Makefile.am:
16062         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16063         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16064         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16065         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16066         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16067           Port to 0.9 and re-enable efence plugin.
16068
16069 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16070
16071         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16072         (gst_flacdec_write), (gst_flacdec_convert_src):
16073         * ext/flac/gstflacdec.h:
16074           Add support for flac files with 24/32 bits per sample; and misc.
16075           minor clean-ups. Seeking is still partly broken (for me at least).
16076
16077 2005-09-06  Wim Taymans  <wim@fluendo.com>
16078
16079         * gst/rtp/Makefile.am:
16080         * gst/rtp/gstrtp.c: (plugin_init):
16081         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16082         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16083         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16084         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16085         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16086         (gst_rtpmp4vdec_plugin_init):
16087         * gst/rtp/gstrtpmp4vdec.h:
16088         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16089         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16090         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16091         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16092         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16093         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16094         * gst/rtp/gstrtpmp4venc.h:
16095         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16096         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16097         Added mpeg4 video payload encoder/decoder.
16098         Added some docs in mpa payloader.
16099
16100 === release 0.9.1 ===
16101
16102 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16103
16104         * NEWS:
16105         * README:
16106         * RELEASE:
16107         * autogen.sh:
16108         * configure.ac:
16109           releasing 0.9.1, "Blondie"
16110
16111 2005-09-05  Andy Wingo  <wingo@pobox.com>
16112
16113         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16114         here from the state change handler, so we fire signals without
16115         holding the state lock.
16116
16117 2005-09-02  Andy Wingo  <wingo@pobox.com>
16118
16119         * All plugins updated for element state changes.
16120
16121 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16122
16123         * Makefile.am:
16124         * check/.cvsignore:
16125         * check/Makefile.am:
16126         * check/elements/.cvsignore:
16127         * check/elements/level.c: (setup_level), (cleanup_level),
16128         (GST_START_TEST), (level_suite), (main):
16129           add a test for level
16130         * common/release.mak:
16131           move the enum checking to release.mak
16132         * configure.ac:
16133           add valgrind and check checking
16134         * gst/level/gstlevel.c: (gst_level_transform):
16135         * gst/level/gstlevel.h:
16136           fix Andy's cast bug
16137           convert a field to int
16138           fix the arithmetic to int when checking for emit so that a
16139           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16140
16141 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16142
16143         * Makefile.am:
16144         * configure.ac:
16145           add docs to build
16146         * common/plugins.xsl:
16147           wrap Description into a refsect2
16148         * docs/Makefile.am:
16149         * docs/plugins/Makefile.am:
16150         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16151         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16152         * gst/goom/Makefile.am:
16153         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16154         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16155         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16156         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16157         (gst_goom_change_state):
16158         * gst/goom/gstgoom.h:
16159           GstGOOM -> GstGoom
16160           add an example launch line
16161         * gst/level/gstlevel.h:
16162         * gst/monoscope/gstmonoscope.c:
16163           cleanups
16164
16165 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16166
16167         * configure.ac:
16168         * docs/plugins/Makefile.am:
16169         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16170         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16171         * docs/plugins/gst-plugins-good-plugins.types:
16172           document elements and plugins.  Shazam !
16173
16174 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16175
16176         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16177           be found under doc/random/ChangeLog-0.8