gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do not imple...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/goom/xmmx.c:
4           Use 'emms' instead of 'femms' to not crash on cpus that do not
5           implement this 3dnow specific instruction.
6
7 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
8
9         * gst/goom/plugin_info.c: (setOptimizedMethods):
10         Use extended MMX for draw_line() too if available, not only
11         normal MMX.
12
13 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
14
15         * ext/jpeg/gstjpeg.c: (plugin_init):
16         Remove (commented out) smoke typefinder. This is in base now.
17
18 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
19
20         * gst/goom2k1/Makefile.am:
21         * gst/goom2k1/gstgoom.c:
22
23         Rename the installed library, and don't register the same 
24         GType name as the new goom.
25
26 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
27
28         * configure.ac:
29         * ext/taglib/Makefile.am:
30           Check for and define ERROR_CXXFLAGS and use them when building
31           C++ code (#516509).
32
33 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
36         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
37           (setOptimizedMethods):
38           Call oil_init(), otherwise oil_get_cpu_flags() won't return
39           anything useful. Export goom debug category so we can get
40           rid of the VERBOSE define and the printfs.
41
42 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
43
44         * gst/goom/goomsl_heap.c: (align_it):
45         * gst/goom/plugin_info.c: (setOptimizedMethods):
46           Compile fixes for x86-64.
47
48 2008-02-23  Bastien Nocera  <hadess@hadess.net>
49
50         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
51         with warnings, but add other CFLAGS
52
53         * gst/goom/goomsl.c (gsl_instr_set_namespace),
54         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
55         (calculate_labels), (gsl_read_file):
56         * gst/goom/goomsl_lex.l:
57         * gst/goom/goomsl_yacc.y:
58         * gst/goom/plugin_info.c: Remove a few live printf, and
59         fprintf, replace exit() calls with g_assert_not_reached()
60         if it not optimal for a library
61
62 2008-02-23  Bastien Nocera  <hadess@hadess.net>
63
64         * gst/goom/Makefile.am: Remove the warnings being disabled,
65         fix linkage on x86, spotted by Sebastian Dröge
66         <slomo@circular-chaos.org>
67
68         * gst/goom/convolve_fx.c (convolve_init),
69         (create_output_with_brightness), (convolve_apply):
70         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
71         * gst/goom/goomsl.c:
72         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
73         * gst/goom/plugin_info.c:
74         * gst/goom/tentacle3d.c (tentacle_fx_create):
75         Fix warnings, and disable the motifs in the convolve_fx
76         plugin (they were causing warnings, and they were just
77         "Goom" in funny letterring)
78
79 2008-02-23  Bastien Nocera  <hadess@hadess.net>
80
81         * configure.ac: Add checks for Flex/Yacc/Bison and other
82         furry animals, for the new goom 2k4 based plugin
83
84         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
85         CPU optimisations (not working yet), move the old plugin to...
86
87         * gst/goom2k1/*: ... here, in case somebody is sick enough
88
89         Fixes #515073
90
91 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
92
93         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
94         Post the server response code in an error message instead of a generic
95         'error' message. Fixes #517237.
96
97 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
98
99         * tests/check/Makefile.am:
100         Ignore gconfaudiosrc for the states unit test too. It will fallback
101         to alsasrc if the gconf settings can't be read and not everybody has
102         alsa.
103
104 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
105
106         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
107         (gst_wavpack_parse_create_src_pad):
108         * ext/wavpack/gstwavpackparse.h:
109         Always report the duration if we know it in push mode and don't
110         return 0 just to make totem believe we can't seek in push mode.
111         Newer totem version use the SEEKING query which properly reports
112         if we can seek or not.
113
114 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
115
116         Patch by: Jens Granseuer <jensgr at gmx dot net>
117
118         * tests/examples/equalizer/demo.c: (main):
119         C89 fix, moving variable declarations to the beginning of
120         the block. Fixes bug #517933.
121
122 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
123
124         * configure.ac:
125         Back to development...
126
127 === release 0.10.7 ===
128
129 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
130
131         * configure.ac:
132           releasing 0.10.7, "Red Door Black"
133
134 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
135
136         * gst/alpha/Makefile.am:
137         Link alpha plugin with libgstbase. Fixes bug #517386.
138
139 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
142         Init values to -1 instead of the default 0 value.
143         Fixes #516524.
144
145 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
146
147         * tests/examples/spectrum/spectrum-example.c:
148         Add missing include to fix compilation when libxml usage is disabled.
149         Fixes: #516371
150
151 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
152
153         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
154         fixes: #514889
155
156         * gst/rtp/gstrtph264pay.c:
157         * gst/rtp/gstrtpmp4gdepay.c:
158         * gst/rtp/gstrtpmp4gpay.c:
159         * gst/rtp/gstrtpmp4gpay.h:
160         * gst/rtp/gstrtptheorapay.c:
161         * gst/rtp/gstrtpvorbispay.c:
162
163         Fix various leaks shown up in valgrind
164         - free sprops and buffer in error cases in H264 payloader
165         - fix leak in mp4g depayloader when construction the caps
166         - don't leak config string in the mp4g payloader
167         - don't leak buffers and headers in theora and vorbis payloaders
168
169         * tests/check/elements/rtp-payloading.c:
170
171         Fix the RTP data test
172         - Actually send valid amr data to the payloader instead of 20
173         zero-bytes
174         - The mp4g payloader expects codec_data on the caps
175
176 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
177
178         * win32/MANIFEST:
179         Add libgstpng.dsp to MANIFEST.
180         * win32/vs6/libgstaudiofx.dsp:
181         Add new source files to VS project file.
182
183 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
184
185         * sys/ximage/gstximagesrc.c:
186         Initialise variables when opening the X display rather
187         than in _start(), as the display can be opened before that.
188
189         Fixes: #515985
190
191 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
192
193         * sys/directdraw/gstdirectdrawsink.c:
194         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
195         (gst_directdraw_sink_finalize):
196         Properly chain up finalize functions. Fixes bug #515980.
197
198 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
199
200         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
201         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
202         (gst_v4l2_buffer_pool_class_init):
203         Chain up the finalize functions. Fixes bug #515984.
204
205 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
206
207         * sys/ximage/ximageutil.c:
208         Chain up in the finalize function for our custom
209         buffer sub-class.
210         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
211         Fixes: #515706
212
213 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
214
215         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
216         (gst_fenced_buffer_class_init):
217         Properly chain up finalize method. Fixes bug #515979.
218
219 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
220
221         * sys/ximage/gstximagesrc.c:
222         Free allocated Damage memory before closing our connection to the
223         X server. Partially fixes: #515706
224
225 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
226
227         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
228         * tests/check/Makefile.am:
229         * tests/check/gst-plugins-good.supp:
230         Add a few libjpeg suppressions and initialize a variable to
231         make smokeenc valgrind clean. Fixes bug #515701.
232
233 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
234
235         * gst/avi/gstavidemux.c:
236         Revert patch which sends timestamps only on keyframes, as it
237         breaks playback with current gst-ffmpeg.
238
239         Fixes: #515562
240
241 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
242
243         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
244         * tests/check/elements/multifile.c: (GST_START_TEST):
245         Close some memory leaks spotted by the unit test. Fixes bug #515697.
246
247 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
248
249         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
250         Use and unset the GError when pipeline creation fails instead of
251         simply leaking it. Fixes bug #515704.
252
253 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
254
255         * gst/audiofx/audioamplify.c:
256         * gst/audiofx/audiochebband.c:
257         * gst/audiofx/audiocheblimit.c:
258         * gst/audiofx/audiodynamic.c:
259         * gst/audiofx/audioinvert.c:
260         * gst/audiofx/audiopanorama.c:
261         * gst/audiofx/audiowsincband.c:
262         * gst/audiofx/audiowsinclimit.c:
263         Fix long description of audiofx elements. Fixes bug #515457.
264
265 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
266
267         * docs/plugins/Makefile.am:
268         * gst/spectrum/gstspectrum.c:
269         * tests/examples/spectrum/.cvsignore:
270         * tests/examples/spectrum/Makefile.am:
271         * tests/examples/spectrum/spectrum-example.c:
272
273         Add a simple example application for the spectrum element, include it
274         in the docs, and fix some documentation ambiguities.
275
276         Fixes: #348085
277
278 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
279
280         * gst/equalizer/Makefile.am:
281         * gst/spectrum/Makefile.am:
282         Fix includes order
283
284         * tests/check/Makefile.am:
285         Exclude v4l2src from the states test - it takes too long to start.
286
287         * tests/check/elements/spectrum.c:
288         Make the test run properly with CK_FORK=no
289
290 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
291
292         * gst/audiofix/Makefile.am: add missing header files 
293
294 2008-02-08  Julien Moutte  <julien@fluendo.com>
295
296         * gst/matroska/matroska-demux.c:
297         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
298         keyframe and delta units correctly when dealign with a BlockGroup.
299         Fixes: #514397
300
301 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
302
303         * tests/check/elements/.cvsignore:
304         Spell the new tests correctly in .cvsignore
305
306 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
307
308         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
309           Need to use gsize here for the size, fixes compiler warning.
310
311         * tests/examples/equalizer/.cvsignore:
312         * tests/examples/equalizer/Makefile.am:
313         * tests/examples/spectrum/.cvsignore:
314         * tests/examples/spectrum/Makefile.am:
315           Add missing files to fix the build.
316
317 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
318
319         * configure.ac:
320         * docs/plugins/Makefile.am:
321         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
322         * docs/plugins/gst-plugins-good-plugins-sections.txt:
323         * docs/plugins/gst-plugins-good-plugins.args:
324         * docs/plugins/gst-plugins-good-plugins.hierarchy:
325         * docs/plugins/inspect/plugin-multifile.xml:
326         * tests/check/Makefile.am:
327         * tests/check/elements/.cvsignore:
328
329         Move multifile plugin from -bad.
330         Fixes: #490283
331
332 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
333
334         * configure.ac:
335         * docs/plugins/Makefile.am:
336         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
337         * docs/plugins/gst-plugins-good-plugins-sections.txt:
338         * docs/plugins/gst-plugins-good-plugins.args:
339         * docs/plugins/gst-plugins-good-plugins.hierarchy:
340         * docs/plugins/inspect/plugin-spectrum.xml:
341         * gst/spectrum/Makefile.am:
342         * tests/check/Makefile.am:
343         * tests/check/elements/.cvsignore:
344         * tests/examples/Makefile.am:
345
346         Move spectrum plugin from -bad.
347         Move examples into tests/examples/spectrum.
348
349 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
350
351         * configure.ac:
352         * docs/plugins/Makefile.am:
353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
355         * docs/plugins/gst-plugins-good-plugins.args:
356         * docs/plugins/gst-plugins-good-plugins.hierarchy:
357         * docs/plugins/gst-plugins-good-plugins.interfaces:
358         * docs/plugins/inspect/plugin-equalizer.xml:
359         * gst/equalizer/Makefile.am:
360         * tests/check/Makefile.am:
361         * tests/examples/Makefile.am:
362         Move the equalizer plugin across from -bad
363
364         * tests/check/elements/.cvsignore:
365         Add equalizer, audiosincwband and audiosincwlimit
366
367         * tests/check/elements/equalizer.c:
368         Fix compiler warnings
369
370         Fixes: #415627
371
372 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
373
374         * configure.ac:
375         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
376         are treated like releases and build without it.
377
378 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
379
380         * docs/plugins/Makefile.am:
381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
383         * docs/plugins/gst-plugins-good-plugins.args:
384         * docs/plugins/inspect/plugin-audiofx.xml:
385         * gst/audiofx/Makefile.am:
386         * gst/audiofx/audiofx.c:
387         * gst/audiofx/audiowsincband.c:
388         * gst/audiofx/audiowsincband.h:
389         * gst/audiofx/audiowsinclimit.c:
390         * gst/audiofx/audiowsinclimit.h:
391         * tests/check/Makefile.am:
392         * tests/check/elements/audiowsincband.c:
393         * tests/check/elements/audiowsinclimit.c:
394
395         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
396         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
397         respectively.
398
399         Fixes: #467666
400
401 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
402
403         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
404         * tests/check/elements/icydemux.c:
405           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
406           caps, and add a somewhat useful debug message. Plus test.
407
408 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
409
410         * gst/rtsp/gstrtspsrc.c:
411         Include unistd.h only if HAVE_UNISTD_H is defined
412         * win32/common/config.h.in:
413         * win32/common/config.h:
414         Define socklen_t as it seems it's not defined in default 
415         Visual Studio headers.
416         * win32/vs6/libgstalpha.dsp:
417         * win32/vs6/libgstapetag.dsp:
418         * win32/vs6/libgstavi.dsp:
419         * win32/vs6/libgstrtp.dsp:
420         * win32/vs6/libgstrtsp.dsp:
421         * win32/vs6/libgstvideomixer.dsp:
422         Update project file dependencies and add new source files       
423
424 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
425
426         Patch by: Bjarne Rosengren <bjarne at axis dot com>
427
428         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
429         Don't leak buffers when we don't push them downstream.
430         Fixes bug #514965.
431
432 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
433
434         * configure.ac:
435           Bump requirements to (good) released versions to avoid
436           confusion and make implicit core requirement explicit.
437
438 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
439
440         * docs/plugins/Makefile.am:
441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
443         * docs/plugins/gst-plugins-good-plugins.args:
444         * docs/plugins/inspect/plugin-audiofx.xml:
445         * gst/audiofx/Makefile.am:
446         * gst/audiofx/audiochebband.c:
447         * gst/audiofx/audiochebband.h:
448         * gst/audiofx/audiocheblimit.c:
449         * gst/audiofx/audiocheblimit.h:
450         * gst/audiofx/audiochebyshevfreqband.c:
451         * gst/audiofx/audiochebyshevfreqband.h:
452         * gst/audiofx/audiochebyshevfreqlimit.c:
453         * gst/audiofx/audiochebyshevfreqlimit.h:
454         * gst/audiofx/audiofx.c:
455         * tests/check/Makefile.am:
456         * tests/check/elements/.cvsignore:
457         * tests/check/elements/audiochebband.c:
458         * tests/check/elements/audiocheblimit.c:
459         * tests/check/elements/audiochebyshevfreqband.c:
460         * tests/check/elements/audiochebyshevfreqlimit.c:
461
462         Rename audiochebyshevfreqband -> audiochebband and
463         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
464         surgery.
465
466         Closes: #491811
467
468 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
469
470         Patch by: Orjan Friberg <orjanf at axis dot com>
471
472         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
473         Fix caps memory leak. Fixes #514573.
474
475 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
476
477         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
478         If there's no entries in the subindex, don't try to do anything stupid,
479         just return.
480
481 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
482
483         Patch by: John Millikin <jmillikin at gmail dot com>
484
485         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
486           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
487           Fix extraction of picture blocks with newer libflac versions again:
488           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
489
490 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
491
492         * tests/check/Makefile.am:
493           Add rtp-payloading test to VALGRIND_TO_FIX.
494
495         * tests/check/elements/rtp-payloading.c:
496           Add semicolons after GST_TEST_END so gst-indent gets the
497           formatting right; make test less verbose in general, but
498           more verbose in the error case (which should probably
499           make the test fail anyway).
500
501 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
502
503         * docs/plugins/Makefile.am:
504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
506         * gst/avi/gstavisubtitle.c:
507         Add documentation for avisubtitle and change class to
508         Codec/Parser/Subtitle
509
510 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
511
512         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
513         Treat ENOTTY (driver does not implement ioctl) the same as
514         EINVAL since it implies there are no available standards.
515
516         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
517         (gst_v4l2src_get_nearest_size):
518         Replace gst_v4l2src_get_size_limits with 2 calls to new function
519         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
520         probe if the driver does not support VIDIOC_TRY_FMT for whatever
521         reason, and if we aren't yet actively capturing.
522
523         * sys/v4l2/v4l2src_calls.h:
524         Remove replaced function declaration.
525
526 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
527
528         * configure.ac:
529         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
530         API.
531
532 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
533
534         * configure.ac:
535         Fix typo.
536
537 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
538
539         * gst/alpha/Makefile.am:
540         * gst/alpha/gstalpha.c:
541
542         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
543         some stuff, and making buffer-alloc and resizing work automatically.
544         No longer crashes on odd frame widths and heights, although there
545         seems to be a disagreement with ffmpegcolorspace about what size
546         an AYUV frame with odd height should be.
547
548 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
549
550         Patch by: Alessandro Decina <alessandro at nnva dot org>
551
552         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
553         * ext/libpng/gstpngenc.h:
554         Preallocate the output buffer so that g_memdup() and
555         gst_buffer_merge() aren't needed anymore. This greatly improves
556         performances and fixes #512544.
557
558 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
559
560         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
561         (gst_avi_demux_stream_data):
562         GStreamer timestamps are PTS values while AVI only knows about DTS
563         timestamps. Make sure we only copy the DTS as the buffer timestamp when
564         we are dealing with a key frame.
565
566 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
567
568         * tests/check/Makefile.am:
569         * tests/check/elements/.cvsignore:
570         * tests/check/elements/rtp-payloading.c:
571           Add add testsuite for the rtp-payloader that tries simulating
572           dataflow. Needs more test data.
573
574 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
575
576         * tests/check/elements/alphacolor.c:
577           Remove two unused variables.
578
579 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
580
581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
582           Use g_ascii_strtoll() instead of atoll, which is only
583           available in C99.
584
585 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
586
587         * gst/rtp/Makefile.am:
588         * gst/rtp/gstrtp.c:
589         * gst/rtp/gstrtpmpvpay.c:
590         * gst/rtp/gstrtpmpvpay.h:
591         Add MPEG2 video payloader
592
593 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
594
595         * gst/level/gstlevel.c:
596         Use #include <math.h> instead of #include "math.h".
597
598 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
599
600         * tests/check/Makefile.am:
601         Fix up some CFLAGS sets.
602         Don't include gconfvideosrc in the states test.
603
604         * tests/check/elements/autodetect.c: (GST_START_TEST):
605         Add some error strings to fail_unless arguments to fix some weird
606         compiler errors on Solaris.
607
608 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
609
610         * configure.ac:
611         Detect video4linux headers on Solaris too.
612         * sys/v4l2/gstv4l2colorbalance.h:
613         * sys/v4l2/gstv4l2object.h:
614         * sys/v4l2/v4l2_calls.c:
615         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
616         (gst_v4l2_buffer_new):
617
618         Make v4l2 build on Solaris.
619         Patch by: Brian Cameron  <brian.cameron at sun dot com>
620         Fixes: #510505
621
622 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
623
624         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
625           Update list from (still local) scanning script.
626
627 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
628
629         Based on a patch by:
630             Victor STINNER <victor dot stinner at haypocalc dot com>
631
632         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
633         Set variable to NULL after freeing it to prevent double frees
634         or make failures by another use of it afterwards more obvious
635         and fix use of it after the freeing. Fixes bug #510592.
636
637 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
638
639         * gst/udp/gstmultiudpsink.c:
640         use GST_WARNING for logging
641
642 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
643
644         * gst/udp/gstmultiudpsink.c:
645         Don't try to leave a multicast group with an invalid socket
646
647 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
648
649         * ext/flac/gstflacdec.c:
650           Fix compilation against flac 1.1.2 (as on debian stable), where
651           the picture metadata defines and structs don't exist yet.
652           Fixes #509301.
653
654 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
655
656         Patch by: Olivier Crete <tester at tester dot ca>
657
658         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
659         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
660         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
661         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
662         * gst/udp/gstmultiudpsink.h:
663         Add property to automatically join a multicast group or not. This can be
664         useful when sharing a socket between multiple elements.
665         Fixes #509531.
666
667 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
668
669         * gst/videomixer/Makefile.am:
670           Add controller flags.
671
672 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
673
674         * gst/videomixer/videomixer.c:
675           Also commit the missing gst_object_sync_values().
676
677 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
678
679         * docs/plugins/Makefile.am:
680           Remove duplicate entry.
681
682 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
683
684         * docs/plugins/Makefile.am:
685         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
686         * docs/plugins/gst-plugins-good-plugins-sections.txt:
687         * docs/plugins/inspect/plugin-gamma.xml:
688         * docs/plugins/inspect/plugin-monoscope.xml:
689         * docs/plugins/inspect/plugin-video4linux2.xml:
690           Add 3 more plugins to docs.
691
692 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
693
694         * docs/plugins/gst-plugins-good-plugins-sections.txt:
695         * sys/osxvideo/osxvideosink.h:
696           Revert previous change caused by a file that got stuck on an old
697           revision.
698
699 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
700
701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
702         * gst/multipart/Makefile.am:
703         * gst/multipart/multipartdemux.c:
704         * gst/multipart/multipartdemux.h:
705         * gst/multipart/multipartmux.c:
706         * gst/multipart/multipartmux.h:
707           Re-add multipartdemux to the docs. Last round of section cleanup.
708
709 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
710
711         * docs/plugins/Makefile.am:
712         * docs/plugins/gst-plugins-good-plugins-sections.txt:
713         * sys/osxaudio/gstosxaudiosink.h:
714         * sys/osxvideo/osxvideosink.h:
715           Managed to resolve most unused declarations. Filed a bug for one left.          
716
717 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
718
719         * docs/plugins/gst-plugins-good-plugins-sections.txt:
720           Cleanup section file.
721
722 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
723
724         * docs/plugins/Makefile.am:
725         * docs/plugins/gst-plugins-good-plugins.args:
726         * docs/plugins/gst-plugins-good-plugins.signals:
727         * docs/plugins/inspect/plugin-alaw.xml:
728         * docs/plugins/inspect/plugin-alpha.xml:
729         * docs/plugins/inspect/plugin-alphacolor.xml:
730         * docs/plugins/inspect/plugin-annodex.xml:
731         * docs/plugins/inspect/plugin-apetag.xml:
732         * docs/plugins/inspect/plugin-audiofx.xml:
733         * docs/plugins/inspect/plugin-auparse.xml:
734         * docs/plugins/inspect/plugin-autodetect.xml:
735         * docs/plugins/inspect/plugin-avi.xml:
736         * docs/plugins/inspect/plugin-cairo.xml:
737         * docs/plugins/inspect/plugin-cdio.xml:
738         * docs/plugins/inspect/plugin-cutter.xml:
739         * docs/plugins/inspect/plugin-debug.xml:
740         * docs/plugins/inspect/plugin-dv.xml:
741         * docs/plugins/inspect/plugin-efence.xml:
742         * docs/plugins/inspect/plugin-effectv.xml:
743         * docs/plugins/inspect/plugin-flac.xml:
744         * docs/plugins/inspect/plugin-flxdec.xml:
745         * docs/plugins/inspect/plugin-gconfelements.xml:
746         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
747         * docs/plugins/inspect/plugin-goom.xml:
748         * docs/plugins/inspect/plugin-halelements.xml:
749         * docs/plugins/inspect/plugin-icydemux.xml:
750         * docs/plugins/inspect/plugin-id3demux.xml:
751         * docs/plugins/inspect/plugin-jpeg.xml:
752         * docs/plugins/inspect/plugin-ladspa.xml:
753         * docs/plugins/inspect/plugin-level.xml:
754         * docs/plugins/inspect/plugin-matroska.xml:
755         * docs/plugins/inspect/plugin-mulaw.xml:
756         * docs/plugins/inspect/plugin-multipart.xml:
757         * docs/plugins/inspect/plugin-navigationtest.xml:
758         * docs/plugins/inspect/plugin-png.xml:
759         * docs/plugins/inspect/plugin-quicktime.xml:
760         * docs/plugins/inspect/plugin-rtp.xml:
761         * docs/plugins/inspect/plugin-rtsp.xml:
762         * docs/plugins/inspect/plugin-shout2send.xml:
763         * docs/plugins/inspect/plugin-smpte.xml:
764         * docs/plugins/inspect/plugin-speex.xml:
765         * docs/plugins/inspect/plugin-taglib.xml:
766         * docs/plugins/inspect/plugin-udp.xml:
767         * docs/plugins/inspect/plugin-videobalance.xml:
768         * docs/plugins/inspect/plugin-videobox.xml:
769         * docs/plugins/inspect/plugin-videocrop.xml:
770         * docs/plugins/inspect/plugin-videoflip.xml:
771         * docs/plugins/inspect/plugin-videomixer.xml:
772         * docs/plugins/inspect/plugin-wavenc.xml:
773         * docs/plugins/inspect/plugin-wavpack.xml:
774         * docs/plugins/inspect/plugin-wavparse.xml:
775           Update plugin docs.
776
777         * gst/videomixer/Makefile.am:
778         * gst/videomixer/videomixer.c:
779         * gst/videomixer/videomixer.h:
780         * gst/videomixer/videomixerpad.h:
781           Split out header to fix warnings from the doc-build.
782
783 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
784
785         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
786
787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
788         Use atoll to parse the rtptime with enough precision. Fixes #509329.
789
790 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
791
792         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
794           Initialise variables to work around (false) 'foo might be used
795           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
796
797 2008-01-11  David Schleef  <ds@schleef.org>
798
799         * docs/plugins/.cvsignore:
800         * tests/check/pipelines/.cvsignore:
801           Ignore more files for the buildbot.
802
803 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
804
805         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
806         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
807         Generate the image-type values correctly. Leave them out of the caps
808         when outputting a "preview image" tag, since it only makes sense
809         to have one of those - the type is irrelevant.
810
811         * sys/sunaudio/gstsunaudiomixerctrl.c:
812         (gst_sunaudiomixer_ctrl_open):
813         If we can, mark the mixer multiple open when we use it, in case
814         (for some reason) the process wants to open it again elsewhere.
815
816 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
817
818         Patch by: Olivier Crete <tester at tester dot ca>
819
820         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
821         * gst/rtp/gstrtptheorapay.c:
822         Fix the clock rate to 90000 as required by the RFC.
823         Fixes #508644.
824
825 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
828           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
829
830 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
831
832         * autogen.sh:
833           Add -Wno-portability to the automake parameters to stop warnings
834           about GNU make extensions being used. We require GNU make in almost
835           every Makefile anyway.
836           
837         * configure.ac:
838           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
839           at the same time is required for per target flags.
840
841 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
842
843         * gst/videomixer/videomixer.c: (gst_videomixer_init):
844         Fix error from my last commit.
845
846 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
847
848         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
849
850         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
851           Make sure the ISO 639-X language code in ID3v2 COMM frames
852           is actually valid UTF-8 (or rather: ASCII), so we don't end
853           up with non-UTF8 strings in tags if there's garbage in the
854           language field. Also make sure the language code is always
855           lower case. Fixes: #508291.
856
857 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
858
859         * ChangeLog:
860           Fix ChangeLog typo.
861
862 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
863
864         * Makefile.am:
865           Include lcov.mak to allow building coverage reports. Guard
866           check-torture target like in the other packages.
867
868 2008-01-09  Sameer Naik  <sameer@damagehead.com>
869
870         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
871
872         * gst/videomixer/videomixer.c:
873         (gst_videomixer_set_master_geometry), (_do_init),
874         (gst_videomixer_child_proxy_get_child_by_index),
875         (gst_videomixer_child_proxy_get_children_count),
876         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
877         (gst_videomixer_init), (gst_videomixer_request_new_pad),
878         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
879         Implement GstChildProxy interface.
880         Send newsegment at the right moment
881         Fixes #488879
882
883 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
884
885         * gst/alpha/Makefile.am:
886         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
887         (gst_alpha_sink_event), (gst_alpha_chain),
888         (gst_alpha_change_state), (plugin_init):
889         Make the various properties of 'alpha' controllable. This allows doing
890         niceties like fade-in/fade-out.
891
892 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
893
894         * gst/rtp/gstasteriskh263.c:
895         * gst/rtp/gstrtpL16depay.c:
896         * gst/rtp/gstrtpac3depay.c:
897         * gst/rtp/gstrtpamrpay.c:
898         * gst/rtp/gstrtpdepay.c:
899         * gst/rtp/gstrtpgsmdepay.c:
900         * gst/rtp/gstrtph263depay.c:
901         * gst/rtp/gstrtph263pdepay.c:
902         * gst/rtp/gstrtph263ppay.c:
903         * gst/rtp/gstrtph264depay.c:
904         * gst/rtp/gstrtph264pay.c:
905         * gst/rtp/gstrtpmp2tdepay.c:
906         * gst/rtp/gstrtpmp4adepay.c:
907         * gst/rtp/gstrtpmp4gdepay.c:
908         * gst/rtp/gstrtpmp4gpay.c:
909         * gst/rtp/gstrtpmp4vdepay.c:
910         * gst/rtp/gstrtpmpadepay.c:
911         * gst/rtp/gstrtpmpvdepay.c:
912         * gst/rtp/gstrtpsv3vdepay.c:
913         * gst/rtp/gstrtptheoradepay.c:
914         * gst/rtp/gstrtptheorapay.c:
915         * gst/rtp/gstrtpvorbisdepay.c:
916         * gst/rtp/gstrtpvorbispay.c:
917           Remove copy/paste unused code (property setters and getter) found by
918           the coverage suite (yay, saves ~20k on disk).
919
920 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
921
922         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
923           (videosink_templ):
924           Also fix up pad templates to indicate that image/jpeg doesn't
925           absolutely require the framerate property to be set (#504081).
926
927 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
928
929         Based on patch by: Wouter Cloetens  <wouter at mind be>
930
931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
932           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
933           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
934         * gst/matroska/matroska-mux.h:
935           Keep track of first and last timestamps for each incoming stream,
936           so we can calculate the total duration for live sources and other
937           input where we can't query the duration from the start or where
938           there's no constant framerate from which we can deduce the
939           duration; also use calculated/observed duration if it is bigger
940           than the previously queried duration. Furthermore, use
941           gst_pad_query_peer_duration() and take into account that it may
942           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
943           screws up comparisons when using unsigned integers. Fixes #504081.
944
945 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
946
947         * configure.ac:
948         * gst/audiofx/audioamplify.c:
949         (gst_audio_amplify_clipping_method_get_type),
950         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
951         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
952         (gst_audio_dynamic_transform_ip):
953         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
954         (gst_audio_invert_transform_ip):
955         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
956         (gst_audio_panorama_transform):
957         * gst/level/gstlevel.c: (gst_level_init):
958         Make elements GST_BUFFER_FLAG_GAP aware and call
959         gst_base_transform_set_gap_aware for this.
960         Bump core requirement to CVS.
961         
962         * gst/audiofx/audiochebyshevfreqband.c:
963         (gst_audio_chebyshev_freq_band_transform_ip):
964         * gst/audiofx/audiochebyshevfreqlimit.c:
965         (gst_audio_chebyshev_freq_limit_transform_ip):
966         Also sync GObject properties to the controller if operating
967         in passthrough mode.
968
969 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
970
971         * sys/directdraw/gstdirectdrawsink.c:
972           (gst_directdraw_sink_window_thread):
973           FALSE is not a gpointer.
974
975 2008-01-05  Julien Moutte  <julien@fluendo.com>
976
977         * sys/directdraw/gstdirectdrawsink.c:
978         (gst_directdraw_sink_set_window_id),
979         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
980         (gst_directdraw_sink_buffer_alloc),
981         (gst_directdraw_sink_draw_borders),
982         (gst_directdraw_sink_show_frame),
983         (gst_directdraw_sink_setup_ddraw),
984         (gst_directdraw_sink_window_thread),
985         (gst_directdraw_sink_get_ddrawcaps),
986         (gst_directdraw_sink_surface_create): Make sure we create our
987         internal window only when we need it. That will give a chance to
988         the application to get the prepare-xwindow-id bus message. Draw
989         black borders when keeping aspect ratio. Handle the case where our
990         rendering window disappears (closed or errors) like other sinks
991         do. Various 80 columns fixes, improve state change order. That
992         element could need some more love.
993
994 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
995
996         * ext/taglib/gstapev2mux.h:
997         * ext/taglib/gstid3v2mux.h:
998         Remove useless typedefs without new type name. Fixes a warning with
999         gcc 4.3.
1000
1001 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1002
1003         Patch by: John Millikin <jmillikin at gmail dot com>
1004
1005         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1006         (gst_flac_dec_setup_stream_decoder),
1007         (gst_flac_normalize_picture_mime_type),
1008         (gst_flac_extract_picture_buffer),
1009         (gst_flac_dec_metadata_callback):
1010         Emit metadata messages when a PICTURE block is encountered.
1011         Fixes #506715.
1012
1013 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1014
1015         * gst/avi/gstavi.c:
1016         increase rank because no known issues anymore ...
1017         * gst/avi/gstavisubtitle.c:
1018         send subtitle name to the srcpad
1019
1020 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1021
1022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1023         * gst/rtsp/gstrtspsrc.h:
1024         Implement redirect for the DESCRIBE reply. Fixes #506025.
1025
1026 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1027
1028         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1029         Fix 'xyz may be used uninitialized' compiler warnings caused
1030         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1031         abort() in any case but properly report the error.
1032
1033 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1036         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1037         * sys/ximage/gstximagesrc.c: (composite_pixel):
1038           Fix 'xyz may be used uninitialized' compiler warnings caused
1039           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1040           not really nice to abort in any case). Fixes #505745.
1041
1042 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1043
1044         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1045           Small unit test fix (has no practical impact at the moment,
1046           since we're only feeding utf8 and hence just create a sub-
1047           buffer for the output).
1048
1049 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1050
1051         * gst/avi/gstavisubtitle.c:
1052         * tests/check/elements/avisubtitle.c:
1053         Add seeking support for avi subtitle
1054
1055 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1056
1057         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1058         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1059         (gst_flac_dec_write):
1060         * ext/flac/gstflacdec.h:
1061         Remove some unused vars.
1062         Do more cleanup of leftover events and tags.
1063         Output tags after the segment event. Fixes #504018.
1064
1065 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1066
1067         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1068           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1069           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1070           Detect other UTF byte order markers and convert to UTF-8 as
1071           appropriate.
1072
1073 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1074
1075         * gst/avi/gstavisubtitle.c: (src_template),
1076           (gst_avi_subtitle_extract_utf8_file),
1077           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1078           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1079           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1080         * gst/avi/gstavisubtitle.h:
1081           Refactor a bit; fix name extraction; don't assume all the data
1082           in the chunk is actually subtitle data, there may be padding at
1083           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1084           file so it's there to send again after a seek (for future use).
1085
1086 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1087
1088         * gst/avi/Makefile.am:
1089         * gst/avi/gstavi.c:
1090         * gst/avi/gstavisubtitle.c:
1091         * gst/avi/gstavisubtitle.h:
1092         * tests/check/Makefile.am:
1093         * tests/check/elements/avisubtitle.c:
1094         * win32/common/config.h:
1095                 Add avi subtitle element for bug #442034. Need seeking support
1096                 and more support for character conversion.
1097
1098 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         * Makefile.am:
1101           Include common/win32.mak for CRLF check of win32 project
1102           files (see #393626).
1103
1104         * win32/vs6/libgstpng.dsp:
1105           Fix line endings and do cvs admin -kb.
1106
1107 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1108
1109         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1110         Actually drop the buffers which are outside the currently configured
1111         segment instead of just emitting a WARNING.
1112
1113 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1114
1115         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1116         (gst_flac_dec_write):
1117         * ext/flac/gstflacdec.h:
1118         Send segments from the streaming thread. Fixes #502187.
1119         Fix segment seeking and a bunch of other seeking cases.
1120
1121 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1122
1123         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1124           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1125           which is where it would end up if the same information was
1126           put in a vorbis comment (don't think it's worth adding a
1127           new URI tag for this). Fixes #488112.
1128
1129 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * configure.ac:
1132           We need core/base 0.10.15 or later.
1133
1134 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1135
1136         Patch by: Mark Nauwelaerts <manauw skynet be>
1137
1138         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1139         Fix regression in stream numbering. Fixes #502655.
1140
1141 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1142
1143         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1144
1145         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1146         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1147         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1148         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1149         (gst_rtp_h264_pay_handle_buffer):
1150         * gst/rtp/gstrtph264pay.h:
1151         Use higher performance start-code searching.
1152         Parse NALs and store SPS, PPS and profile in the caps so that they can
1153         be used in the SDP. Fixes #502814.
1154
1155 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1156
1157         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1158         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1159           Init some structs to zero before we pass them to ioctl, which
1160           avoids valgrind warnings.  Also fix a small memory leak.
1161
1162 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1163
1164         Patch by: Wouter Cloetens <wouter at mind dot be>
1165
1166         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1167         Copy timestamp from input to output. Not very perfect yet but better
1168         than nothing. Fixes #503023.
1169
1170 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1171
1172         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1173           Also print a useful error message with the old Wavpack API
1174           if possible.
1175
1176 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1177
1178         * ext/wavpack/gstwavpackdec.c:
1179           More build fixes for old libwavpack versions: include config.h so
1180           that WAVPACK_OLD_API is actually defined as detected; only use
1181           WavpackGetErrorMessage if it is available. This fixes the build
1182           on debian stable for me.
1183
1184 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1185
1186         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1187         * ext/wavpack/gstwavpackparse.c:
1188           (gst_wavpack_parse_create_src_pad):
1189           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1190           versions below 4.40.0.
1191
1192 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1193
1194         * configure.ac:
1195           And now do it right for real...
1196
1197 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1198
1199         * configure.ac:
1200           Correctly reset $LIBS to not contain -lm.
1201
1202 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1203
1204         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1205
1206         * configure.ac:
1207         * ext/cairo/gsttimeoverlay.c:
1208           (gst_cairo_time_overlay_print_smpte_time):
1209           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1210           and checking for rint() and implementing it ourself if it doesn't
1211           exist. Fixes #497293.
1212
1213 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1214
1215         * configure.ac:
1216           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1217
1218 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1219
1220         * sys/oss/gstosshelper.c:
1221         Verify that the format returned after the ioctl is the one
1222         we requested. It is valid for the ioctl to succeed while
1223         substituting an alternate 'supported' sample format.
1224
1225 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * sys/oss/gstossaudio.c: (plugin_init):
1228         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1229         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1230           Post decent (and translated) error message when we can't
1231           open the audio device for some reason.
1232
1233 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1234
1235         * sys/oss/gstosssink.c:
1236         * sys/oss/gstosssrc.c:
1237         Allow the AUDIODEV environment variable to redirect us
1238         to a different default OSS device, like sunaudiosink does
1239         on Solaris (makes audio play automatically on SunRays).
1240
1241 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1242
1243         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1244         * gst/audiofx/audiochebyshevfreqband.c:
1245         (gst_audio_chebyshev_freq_band_transform_ip):
1246         * gst/audiofx/audiochebyshevfreqlimit.c:
1247         (gst_audio_chebyshev_freq_limit_transform_ip):
1248         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1249         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1250         The transform_ip() methods should do nothing if in passthrough mode.
1251         It might get non-writable buffers in that case but the buffer might
1252         as well be writable.
1253
1254         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1255         The transform() methods won't be called in passthrough mode and
1256         otherwise the buffer is always writable so don't check here.
1257
1258 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1261           Fix seeking in .wav files again (#501775).  Some people seem to think
1262           they don't need to test their changes when they're just 'reflowing'
1263           some code.
1264
1265 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1266
1267         * gst/autodetect/gstautovideosink.c:
1268         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1269         (gst_auto_video_sink_init),
1270         (gst_auto_video_sink_create_element_with_pretty_name),
1271         (gst_auto_video_sink_find_best),
1272         (gst_auto_video_sink_set_property),
1273         (gst_auto_video_sink_get_property):
1274         * gst/autodetect/gstautovideosink.h:
1275         Fix docs.
1276         Use same error reporting code as autoaudiosink.
1277         Add property to filter sinks based on caps. Only select raw video sinks
1278         by default for backwards compat.
1279         API: GstAutoVideoSink::filter-caps
1280
1281 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1282
1283         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1284
1285         * gst/autodetect/gstautoaudiosink.c:
1286         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1287         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1288         (gst_auto_audio_sink_set_property),
1289         (gst_auto_audio_sink_get_property):
1290         * gst/autodetect/gstautoaudiosink.h:
1291         Add property to filter sinks based on caps. Only select raw audio sinks
1292         by default for backwards compat.  Fixes #417420.
1293         API: GstAutoAudioSink::filter-caps
1294
1295 2007-11-29  Michael Smith <msmith@fluendo.com>
1296
1297         Patch by: Arek Korbik <arkadini@gmail.com>
1298
1299         * gst/videobox/gstvideobox.c: (plugin_init):
1300           Initialise liboil in plugin_init()
1301
1302 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1303
1304         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1305         Post error before sending EOS. Fixes #499178.
1306
1307 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1308
1309         * win32/vs6/gst_plugins_good.dsw:
1310         * win32/vs6/libgstpng.dsp:
1311         Add a project file for libgstpng
1312
1313 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1314
1315         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1316         (gst_rtp_h263_depay_process):
1317         Code beautification.
1318         Added debug statements.
1319         Don't bit-shift everything, just do operations on last/first byte
1320         instead.
1321
1322 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1323
1324         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1325
1326         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1327         Fix wrong comparison in overrun check. Fixes #499239 some more.
1328
1329 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1330
1331         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1332         (gst_rtp_h263_depay_process):
1333         * gst/rtp/gstrtph263depay.h:
1334         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1335         stream.
1336
1337 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1338
1339         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1340
1341         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1342         (gst_rtp_mp4a_depay_process):
1343         * gst/rtp/gstrtpmp4adepay.h:
1344         Fix depayloading when multiple frames are inside one RTP packet.
1345         Fixes #499239.
1346
1347 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1348
1349         * gst/level/gstlevel.c:
1350           Add GAP-flag support.
1351
1352 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1353
1354         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1355         Read the I flag for Mode A h263 rtp stream and set the
1356         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1357         Fixes #499383
1358
1359 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1360
1361         * gst/level/gstlevel.c:
1362           Remove some dead code and do cleanups.
1363
1364 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1365
1366         * tests/check/pipelines/simple-launch-lines.c:
1367           Improve the tests by allowing to set a target state.
1368
1369 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1370
1371         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1372         Don't check the caps of the output buffer if they're equal some
1373         other caps. The caps can change in a backward compatible way
1374         and did at this point.
1375
1376 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1377
1378         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1379         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1380         (gst_qtdemux_seek_to_previous_keyframe),
1381         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1382         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1383         reverse playback support.
1384
1385 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1386
1387         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1388         Also set the channel layout on the Wavpack caps if we're having
1389         a mono layout. Of course only do it for "audio/x-wavpack".
1390
1391 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1392
1393         * ext/wavpack/gstwavpackcommon.c:
1394         (gst_wavpack_get_default_channel_mask),
1395         (gst_wavpack_set_channel_layout),
1396         (gst_wavpack_get_default_channel_positions),
1397         (gst_wavpack_get_channel_mask_from_positions),
1398         (gst_wavpack_set_channel_mapping):
1399         * ext/wavpack/gstwavpackcommon.h:
1400         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1401         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1402         * ext/wavpack/gstwavpackdec.h:
1403         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1404         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1405         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1406         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1407         (gst_wavpack_enc_rewrite_first_block),
1408         (gst_wavpack_enc_sink_event):
1409         * ext/wavpack/gstwavpackenc.h:
1410         * ext/wavpack/gstwavpackparse.c:
1411         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1412         (gst_wavpack_parse_scan_to_find_sample),
1413         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1414         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1415         * ext/wavpack/gstwavpackparse.h:
1416         Add support for encoding, parsing and decoding multichannel
1417         files with up to 8 channels. This also improves the robustness
1418         of parsing quite a bit.
1419
1420         * ext/wavpack/gstwavpackstreamreader.c:
1421         (gst_wavpack_stream_reader_read_bytes),
1422         (gst_wavpack_stream_reader_get_pos),
1423         (gst_wavpack_stream_reader_set_pos_abs),
1424         (gst_wavpack_stream_reader_set_pos_rel),
1425         (gst_wavpack_stream_reader_push_back_byte),
1426         (gst_wavpack_stream_reader_get_length),
1427         (gst_wavpack_stream_reader_can_seek),
1428         (gst_wavpack_stream_reader_write_bytes):
1429         Improve debugging.
1430
1431 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1432
1433         * ext/libpng/gstpngdec.c:
1434         * ext/libpng/gstpngdec.h:
1435           Don't release the png-memory from within the callback.
1436
1437 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1438
1439         Patch by: René Stadler <mail at renestadler dot de>
1440
1441         * ext/libpng/gstpngenc.c:
1442           Don't leak buffer data memory. Fixes #498395.
1443
1444 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1445
1446         Patch by: René Stadler <mail at renestadler dot de>
1447
1448         * tests/check/pipelines/simple-launch-lines.c:
1449           Tests for #498395.
1450
1451 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1452
1453         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1454         (gst_tag_lib_mux_adjust_event_offsets):
1455         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1456         * sys/osxaudio/Makefile.am:
1457         * sys/osxvideo/cocoawindow.h:
1458         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1459
1460 2007-11-15  David Schleef  <ds@schleef.org>
1461
1462         * ext/cairo/gsttextoverlay.c:
1463           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1464
1465 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1466
1467         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1468
1469         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1470         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1471         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1472         * gst/rtp/gstrtpmp2tpay.h:
1473         Fill the MTU with as many packets as possible. Fixes #491323.
1474
1475 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1476
1477         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1478
1479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1480         Fix some more leaks. Fixes #497007.
1481
1482 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1483
1484         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1485
1486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1487         (gst_rtspsrc_stream_configure_tcp):
1488         Fix 3 pad leaks. Fixes #496983.
1489
1490 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1491
1492         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1493
1494         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1495         Fix small leak. Fixes #497017.
1496
1497 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1498
1499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1500         (gst_qtdemux_prepare_current_sample),
1501         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1502         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1503         * gst/qtdemux/qtdemux_fourcc.h:
1504         * gst/qtdemux/qtdemux_types.c:
1505         Add suppport for theora in quicktime according to XiphQT.
1506
1507 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1508
1509         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1510         (gst_v4l2src_init), (gst_v4l2src_set_property),
1511         (gst_v4l2src_get_property):
1512         * sys/v4l2/gstv4l2src.h:
1513         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1514           Always copy buffers by default (handle safer with bugged drivers)
1515           and added a property to make it possible to use mmap effectively (no
1516           copy if possible) when application wants to. Fixes: #480557.
1517
1518 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1519
1520         * gst/id3demux/id3tags.c:
1521         * gst/id3demux/id3tags.h:
1522         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1523           We don't want the same string multiple times in a tag list for the
1524           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1525           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1526
1527 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1528
1529         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1530           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1531           into ID3v2 TXXX frames (fixes #347848).
1532
1533 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1536           Don't leak sdp message contents (fixes #496773).
1537
1538         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1539           Don't leak URI string.
1540
1541 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1542
1543         Patch by: Julien Puydt <julien dot puydt at laposte net>
1544
1545         * ext/raw1394/Makefile.am:
1546         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1547           (gst_1394_property_probe_get_properties),
1548           (gst_1394_property_probe_probe_property),
1549           (gst_1394_property_probe_needs_probe),
1550           (gst_1394_property_probe_get_values),
1551           (gst_1394_property_probe_interface_init),
1552           (gst_1394_type_add_property_probe_interface):
1553         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1554         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1555           (gst_dv1394src_init), (gst_dv1394src_dispose),
1556           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1557           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1558           (gst_dv1394src_update_device_name):
1559         * ext/raw1394/gstdv1394src.h:
1560           Implement GstPropertyProbe interface and add "device-name" property,
1561           so applications can use this to probe for available devices in the
1562           same way they can already with v4lsrc and v4l2src (however horrible
1563           this property probe interface may be). Fixes #358841.
1564
1565 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1568
1569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1570           (gst_rtspsrc_parse_range):
1571           Don't leak event, don't leak range (fixes #496752).
1572
1573 2007-11-14  Michael Smith <msmith@fluendo.com>
1574
1575         Patch by: Arek Korbik <arkadini@gmail.com>
1576
1577         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1578           Detect RGBA/BGRA correctly on little endian systems.
1579
1580 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1581
1582         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1583           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1584           corresponding ioctl() call fails even though the driver claims to
1585           support this format, just fall back to the pre-2.6.19 kernel
1586           routine that creates caps with suitable height and width ranges
1587           (see #448278).
1588
1589 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         Patch by: Mark Nauwelaerts <manauw skynet be>
1592
1593         * gst/matroska/matroska-demux.c:
1594           (gst_matroska_demux_push_dvd_clut_change_event),
1595           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1596           (gst_matroska_demux_subtitle_caps):
1597         * gst/matroska/matroska-ids.h:
1598           Extract palette data for dvd subpicture streams and send it
1599           downstream as custom gstreamer dvd event (fixes #453417).
1600
1601 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1602
1603         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1604           Implement minimal parsing of the passed pango font description
1605           string, so passing a font size works the same as with the
1606           pango textoverlay plugin; fixes #455086.
1607           (Maybe we could just use pangocairo here at some point).
1608
1609 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1610
1611         * gst/avi/gstavidemux.c:
1612         * gst/wavparse/gstwavparse.c:
1613           Return the result in _activate_pull(). Don't ref element there.
1614
1615 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1616
1617         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1618         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1619         (gst_wavparse_srcpad_event):
1620           Ref the element when we should, but not when we its not needed. Reflow
1621           the event_handling to not leak the event.       
1622
1623 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1624
1625         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1626         (qtdemux_parse_samples):
1627         Properly free QTDemuxSamples array.
1628         Protect table write with a sensible check, some files apparently DO contain
1629         stts values starting with 0 :(
1630
1631 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1632
1633         * gst/avi/gstavidemux.c:
1634         * gst/qtdemux/qtdemux.c:
1635           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1636           previous commit messed up.
1637
1638 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1639
1640         * gst/avi/gstavidemux.c:
1641         * gst/qtdemux/qtdemux.c:
1642           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1643           element when we should, but not when we its not needed.
1644
1645 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1646
1647         * gst/wavparse/gstwavparse.c:
1648           Return FALSE if we can't handle a query instead of changing the
1649           format. Ignore fact when dealing with mpeg audio.
1650
1651 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1652
1653         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1654
1655         * configure.ac:
1656         * gst/udp/gstdynudpsink.c:
1657         * gst/udp/gstdynudpsink.h:
1658         * gst/udp/gstmultiudpsink.c:
1659         * gst/udp/gstmultiudpsink.h:
1660         * gst/udp/gstudpsink.c:
1661         * gst/udp/gstudpsink.h:
1662           Fix includes for MSVC and GLib-2.14.0 (#492388).
1663
1664         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1665           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1666
1667 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1668
1669         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1670         (gst_mulawdec_chain):
1671         * gst/law/mulaw-decode.h:
1672         Calculate outgoing buffer duration if incoming buffer didn't have a
1673         valid duration.
1674
1675 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1676
1677         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1678         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1679         Smarter combine_flow code that also deals with downstream elements
1680         returning UNEXPECTED when they receive data out of the segment
1681         boundaries. Fixes #491305.
1682
1683 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * sys/v4l2/v4l2src_calls.c:
1686           Fix 'unused variable' compiler warning when compiling against
1687           older kernel headers.
1688
1689 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         * ext/taglib/gstid3v2mux.cc (add_funcs):
1692           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1693
1694 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1695
1696         * tests/check/pipelines/simple-launch-lines.c:
1697            Improve the tests a little more.
1698
1699 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1700
1701         patch by: Yun Zheng Hu
1702
1703         * sys/osxaudio/gstosxaudiosrc.c:
1704         Use default input device instead of default output device and
1705         only memcpy actual available bytes.
1706
1707 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1708
1709         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1710           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1711           early. It is temporary until we find something better.
1712
1713 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1714
1715         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1716
1717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1718         Fix race when pausing a RTSP stream in interleaved.
1719         Fixes #475784.
1720
1721 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1722
1723         Patch by: Peter Kjellerstedt <pkj at axis com>
1724
1725         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1726         Use correct unref function for buffers. #488844.
1727
1728 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1729
1730         * gst/avi/gstavimux.c:
1731         * tests/check/elements/avimux.c:
1732           Add some debug and sync tests with the fix.     
1733
1734 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1735
1736         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1737
1738         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1739         When the socket is used by the app for other purposes, don't generate an
1740         error if there is activaty on the socket that is not data related.
1741         Fixes #487488.
1742
1743 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1744
1745         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1746         (gst_v4l2src_grab_frame):
1747         Add some more debug info. Generate an error when we run out of buffers
1748         for some reason. See #480557.
1749
1750 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1751
1752         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1753
1754         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1755         Set marker bit correctly.
1756
1757 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1758
1759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1760         Use allowed name for the GstStructure.
1761
1762 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1763
1764         * ext/gconf/gstswitchsink.c:
1765         * gst/autodetect/gstautoaudiosink.c:
1766           Use new gst_bus_pop_filtered().
1767
1768 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1769
1770         * sys/v4l2/gstv4l2src.c:
1771         * sys/v4l2/v4l2src_calls.c:
1772           When probing the formats and sizes a camera supports, make
1773           sure the best ones (highest resolution, prefered format)
1774           end up at the beginning of the probed caps and the less
1775           desirable ones at the end.  This is important because the
1776           order within the caps matters for things like fixation and
1777           negotiation, ie. what format is chosen in the end.
1778           With recent kernels, the current probing code will end up
1779           querying the supported sizes from lowest resolution to
1780           highest resolution, adding them to the probed caps in that
1781           order, resulting to v4l2src fixating to the lowest possible
1782           resolution if downstream does not express a size preference.
1783           Also make up a somewhat random ranking of prefered output
1784           formats for the same reason. Fixes #485828.
1785         
1786 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1787
1788         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1789
1790         * gst/id3demux/id3v2frames.c:
1791           Extract license/copyright URIs from ID3v2 WCOP frames
1792           (Fixes #447000).
1793
1794         * tests/check/elements/id3demux.c:
1795         * tests/files/Makefile.am:
1796         * tests/files/id3-447000-wcop.tag:
1797           Add simple unit test.
1798
1799 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1800
1801         * ext/taglib/gstid3v2mux.cc:
1802           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1803           Prerequisite for #447000.
1804
1805 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1806
1807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1808         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1809         a GstClockTime.
1810
1811 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1812
1813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1814         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1815         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1816         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1817         (gst_rtspsrc_change_state):
1818         More seeking fixes, mostly passing around the new playback segment in
1819         order to configure it properly.
1820         Also reset base_time of udp sources when setting them back to PLAYING as
1821         a temporary hack until core supports seek in live sources properly.
1822
1823 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1824
1825         * gst/rtp/gstrtpmp4adepay.c:
1826         Fix caps as to not confuse autopluggers.
1827
1828 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1829
1830         * gst/id3demux/gstid3demux.c:
1831         * gst/id3demux/gstid3demux.h:
1832         * gst/id3demux/id3tags.c:
1833         * gst/id3demux/id3tags.h:
1834         * gst/id3demux/id3v2frames.c:
1835           Port ID3 tag demuxer over to the new GstTagDemux in -base
1836           (now would be a good time to test re-importing your music
1837           collection).
1838
1839 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1840
1841         * gst/apetag/Makefile.am:
1842         * gst/apetag/gstapedemux.c:
1843         * gst/apetag/gstapedemux.h:
1844         * gst/apetag/gsttagdemux.c:
1845         * gst/apetag/gsttagdemux.h:
1846           Port APE tag demuxer over to the new GstTagDemux in -base.
1847
1848 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1849
1850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1851         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1852         (gst_rtspsrc_handle_internal_src_query),
1853         (gst_rtspsrc_handle_src_query), (new_session_pad),
1854         (gst_rtspsrc_stream_configure_tcp),
1855         (gst_rtspsrc_stream_configure_transport),
1856         (gst_rtspsrc_loop_send_cmd):
1857         Improve flushing behaviour.
1858         Set state of the udp sources to PAUSE/PLAYING correctly.
1859         Handle events and queries for UDP and TCP transport now.
1860
1861 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1862
1863         * gst/rtp/gstrtpgsmdepay.c:
1864         * gst/rtp/gstrtpgsmpay.c:
1865           Add log category.
1866
1867 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1868
1869         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1870
1871         * tests/check/Makefile.am:
1872         * tests/check/pipelines/simple-launch-lines.c:
1873           Add unit tests for payloaders/depayloaders.
1874
1875 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1876
1877         * gst/avi/gstavimux.c:
1878         * gst/avi/gstavimux.h:
1879           Also save codec data for audio streams. Fixes #482495.
1880
1881 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1882
1883         * gst/avi/gstavimux.c:
1884           Fix "Index entry has invalid stream nr 1".
1885           Add support for muxing aac - work in progress (see #482495).
1886
1887 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1888
1889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1890         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1891         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1892         * gst/rtsp/gstrtspsrc.h:
1893         Parse bandwidth modifiers, they are not yet configured in the session
1894         manager because we don't have an API for that yet.
1895
1896 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1897
1898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1899         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1900         Use shiny new function in -base to get the default clock-rate.
1901         Update some docs.
1902
1903 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1904
1905         * win32/MANIFEST:
1906         Add files to win32 manifest.
1907         * win32/vs6/libgstaudiofx.dsp:
1908         * win32/vs6/libgstqtdemux.dsp:
1909         * win32/vs6/libgstrtp.dsp:
1910         * win32/vs6/libgstrtsp.dsp:
1911         Update project files.
1912
1913 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1914
1915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1916         (gst_rtspsrc_play):
1917         * gst/rtsp/gstrtspsrc.h:
1918         In TCP mode, only timestamp the first buffer. TCP is not real time and
1919         it does not make sense to try to skew compensate, also some servers send
1920         the first batch of data in a burst.
1921
1922 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * gst/matroska/matroska-demux.c:
1925           Fix setting the discont flag on the first buffer
1926           pushed downstream for formats with private codec
1927           data that needs to be deserialised into buffers
1928           (such as vorbis and FLAC when in a matroska container).
1929
1930 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1931
1932         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1933
1934         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1935         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1936         (gst_rtp_mp4v_pay_handle_buffer):
1937         * gst/rtp/gstrtpmp4vpay.h:
1938         Free the config string. Fixes #480707.
1939         Clean up the timestamp code a little.
1940
1941 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1942
1943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1944         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1945         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1946         * gst/rtsp/gstrtspsrc.h:
1947         Set timestamps on RTP buffers in interleaved mode.
1948         Mark first buffers with a DISCONT.
1949         Remove flush hack now that sync for live sources has been figured out.
1950
1951 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1952
1953         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1954         Update documentation.
1955
1956 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1957
1958         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1959         (gst_rtp_xqt_depay_change_state):
1960         * gst/qtdemux/gstrtpxqtdepay.h:
1961         Fail if we don't know the quicktime format.
1962
1963 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1964
1965         * ext/flac/gstflacenc.c:
1966         * ext/flac/gstflacenc.h:
1967           Save the flow return from the last gst_pad_push() and
1968           make sure we pass the right flow return value upstream
1969           in the case of failure; minor clean-ups.
1970
1971 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1972
1973         * ext/taglib/gstapev2mux.cc:
1974         * ext/taglib/gstid3v2mux.cc:
1975         * gst/apetag/gstapedemux.c:
1976           Add support for the new GST_TAG_COMPOSER (#459809).
1977
1978 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1979
1980         * gst/law/alaw-decode.c:
1981         * gst/law/alaw-decode.h:
1982         * gst/law/alaw-encode.c:
1983         * gst/law/alaw-encode.h:
1984         * gst/law/alaw.c:
1985         * gst/law/mulaw-conversion.h:
1986           Compulsive clean-ups: use boilerplate macros, add debug
1987           categories, fix up things to conform to symbol nomenklatura,
1988           etc.
1989
1990 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1991
1992         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1993
1994         * gst/law/alaw-decode.c:
1995         * gst/law/alaw-encode.c:
1996           Use static tables for A-Law decoding and encoding; this makes
1997           A-Law decoding and encoding less CPU-intensive, but increases
1998           the binary size a bit. Leaving old code around for now,
1999           selectable by a define in the code. Fixes #435435.
2000
2001 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2002
2003         * configure.ac:
2004         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2005         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2006         in configure.ac.
2007
2008 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2009
2010         Patch by: Jan Gerber <j at bootlab dot org>
2011
2012         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2013         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2014
2015 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2016
2017         * sys/oss/gstosshelper.c:
2018           Use GST_WARNING instead of a g_critical. This situation is not caused
2019           by the application.
2020
2021 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2022
2023         * po/LINGUAS:
2024         * po/nl.po:
2025           Updated translations.
2026
2027 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2028
2029         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2030
2031         * po/eu.po:
2032           Added Basque translation.
2033
2034 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2035
2036         translated by: Abel Cheung <abelcheung@gmail.com>
2037
2038         * po/zh_HK.po:
2039         * po/zh_TW.po:
2040           Added Chinese (traditional and Hong Kong) translation.
2041
2042 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2043
2044         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2045
2046         * po/pl.po:
2047           Added Polish translation.
2048
2049 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2050
2051         translated by: Ilkka Tuohela <hile@iki.fi>
2052
2053         * po/fi.po:
2054           Added Finnish translation.
2055
2056 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2057
2058         translated by: Jorge González González <aloriel@gmail.com>
2059
2060         * po/es.po:
2061           Added Spanish translation.
2062
2063 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2064
2065         translated by: Mogens Jaeger <mogens@jaeger.tf>
2066
2067         * po/da.po:
2068           Added Danish translation.
2069
2070 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2071
2072         translated by: Funda Wang <fundawang@linux.net.cn>
2073
2074         * po/zh_CN.po:
2075           Added Chinese (simplified) translation.
2076
2077 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2078
2079         translated by: Alexander Shopov <ash@contact.bg>
2080
2081         * po/bg.po:
2082           Added Bulgarian translation.
2083
2084 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2085
2086         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2087         Set outgoing packet duration because we can. Fixes #478244 some more.
2088
2089 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2090
2091         * ext/cairo/gsttextoverlay.c:
2092           Add info about static leak.
2093         
2094         * tests/check/Makefile.am:
2095         * tests/check/generic/states.c:
2096           Improved state change unit test.
2097
2098 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2099
2100         * docs/plugins/.cvsignore:
2101         * tests/check/.cvsignore:
2102           Ignore registries in any format.
2103
2104 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2105
2106         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2107         Removed some unused code.
2108
2109         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2110         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2111         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2112         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2113         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2114         (gst_rtp_theora_pay_flush_packet):
2115         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2116         Try to preserve the incomming buffer duration on the outgoing
2117         packets. Fixes #478244.
2118
2119 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2120
2121         * ext/taglib/gstapev2mux.cc:
2122         * ext/taglib/gstid3v2mux.cc:
2123           Work around compiler warnings with g++-4.2 when assigning a
2124           string constant to a gchar * (partially fixes #478092).
2125
2126 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2127
2128         * configure.ac:
2129           We require core CVS now for gst_base_src_set_do_timestamp().
2130
2131 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2132
2133         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2135         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2136         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2137         (gst_rtspsrc_handle_message):
2138         Fix compiler warnings shown with Forte.
2139
2140 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2141
2142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2143         (gst_rtspsrc_dup_printf):
2144         Give meaningfull error when all streams failed to configure for some
2145         reason.
2146
2147 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2148
2149         * gst/rtp/README:
2150         Update README with the design for synchronisation rules of RTP on
2151         sender and receiver.
2152
2153 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2154
2155         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2156         (gst_wavparse_chain):
2157         Don't push EOS from the chain function, the element
2158         driving the pipeline is responsible for this. The bug
2159         this was meant to fix seems to be queue not forwarding
2160         EOS in all cases (see #476514).
2161
2162 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2163
2164         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2165         (gst_level_transform_ip):
2166         * gst/level/gstlevel.h:
2167         Use basetransform segment so that it is correctly managed on flushes and
2168         start/stop.
2169         Report message timestamp as stream time, which is what an application
2170         can understand.
2171
2172 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2173
2174         * ext/taglib/gstapev2mux.cc:
2175         * ext/taglib/gstapev2mux.h:
2176         * ext/taglib/gsttaglibmux.c:
2177         * tests/check/elements/apev2mux.c:
2178         Update my mail address.
2179
2180 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2181
2182         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2183         (gst_wavparse_loop), (gst_wavparse_chain):
2184         Add EOS logic for the push-based mode too. Fixes #476514.
2185
2186 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2187
2188         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2189         * gst/law/alaw-encode.h:
2190         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2191         (gst_mulawenc_chain):
2192         * gst/law/mulaw-encode.h:
2193         Fix law encoder timestamps.
2194
2195 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2196
2197         * ext/gconf/gstgconfaudiosink.c:
2198           Fix warning when building without debug.
2199
2200         * sys/oss/gstossmixertrack.c:
2201           Use const like in alsamixertrack.c (fixes warnings).
2202
2203 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2204
2205         * sys/v4l2/v4l2src_calls.c:
2206         (gst_v4l2src_probe_caps_for_format_and_size):
2207         Fix framerate detection code some more.
2208         Handle the case where there is a weird step in the stepwise framerates.
2209         Don't overwrite the min interval with the framerate, use a temp variable
2210         instead.
2211         Use max in the Continuous framerate intervals instead of step, which is
2212         1 according to the docs. Fixes #475424.
2213
2214 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2215
2216         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2217         Make udpsrc timestamp outgoing buffers based on when they were received.
2218         Also make it output a segment in time.
2219
2220 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2221
2222         * gst/avi/gstavidemux.c:
2223           Plug a little leak. Little code cleanups.
2224
2225 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2226
2227         * configure.ac:
2228           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2229           flac versions, 's good for cross-compilation karma.
2230
2231 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2232
2233         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2234
2235         * gst/rtp/gstrtph263pay.c:
2236           Fix up header structure so that compilers don't add padding
2237           between the structure fields, since that would lead to us
2238           sending RTP packets with broken headers (as is currently the
2239           case when compiling with MSVC). Also see similar fixes in
2240           libgstrtp in gst-plugins-base. (#474616; #471194)
2241
2242 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2243
2244         * sys/v4l2/v4l2src_calls.c:
2245         (gst_v4l2src_probe_caps_for_format_and_size):
2246         Don't overwrite our GValue with 0 but instead use the previously
2247         computed value. Fixes #471823 some more.
2248
2249 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2250
2251         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2252           No tabs in this file please, or gtk-doc will end up documenting
2253           rather absurd class hierarchies.
2254
2255 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2256
2257         * ext/gconf/gstswitchsink.c:
2258           If the new kid element fails to change state for some reason
2259           (e.g. esdsink not being able to connect to the sound server),
2260           forward the error message it posted on the bus instead of just
2261           posting a generic 'Internal state change error: please file a
2262           bug' error message. Fixes #471364.
2263
2264 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2265
2266         * gst/qtdemux/Makefile.am:
2267         * gst/qtdemux/qtdemux.c:
2268           Don't assume tags are encoded as UTF-8 (#473670).
2269
2270 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2271
2272         * sys/v4l2/gstv4l2src.c:
2273         * sys/v4l2/gstv4l2src.h:
2274         * sys/v4l2/v4l2src_calls.c:
2275           Implement LATENCY queries in the crudest way possible so I don't
2276           have to use sync=false any longer when testing with videosinks.
2277
2278 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2279
2280         * configure.ac:
2281           Fix build.
2282
2283 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2284
2285         * sys/v4l2/v4l2src_calls.c:
2286         (gst_v4l2src_probe_caps_for_format_and_size):
2287         Add some more debugging in the framerate function.
2288         Iterate stepwise framerate up to and _including_ the max and if nothing
2289         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2290         don't end up with an empty list. Fixes #471823
2291
2292 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2293
2294         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2295         (gst_multiudpsink_set_clients_string),
2296         (gst_multiudpsink_get_clients_string),
2297         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2298         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2299         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2300         (gst_multiudpsink_clear):
2301         Add property do configure destination address/port pairs
2302         API:GstMultiUDPSink::clients
2303
2304 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2305
2306         * tests/examples/Makefile.am:
2307         * tests/examples/rtp/Makefile.am:
2308         * tests/examples/rtp/client-H263p-AMR.sh:
2309         * tests/examples/rtp/client-H263p-PCMA.sdp:
2310         * tests/examples/rtp/client-H263p-PCMA.sh:
2311         * tests/examples/rtp/client-H264-PCMA.sdp:
2312         * tests/examples/rtp/client-H264-PCMA.sh:
2313         * tests/examples/rtp/client-PCMA.sh:
2314         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2315         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2316         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2317         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2318         Added some RTP example scripts for sending and receiving RTP streams.
2319
2320 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2321
2322         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2323         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2324         Restructure the setcaps function so that we can also compute the
2325         expected GStreamer output size of the video frames.
2326         Set frame_byte_size correctly so that read-based devices have a chance
2327         of working correctly.
2328         When grabbing a frame, discard frames that are not of the expected size.
2329         Some cameras don't output the right framesize for the first buffer.
2330         Try only a couple of times to get a valid frame, else error out.
2331
2332         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2333         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2334         Add some more debug info when scanning the device.
2335
2336         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2337         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2338         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2339         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2340         Add some more debug info when dequeing a frame.
2341
2342 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2343
2344         * gst/wavparse/gstwavparse.c:
2345           More code cleanups. Add some more comment and improve debugs logs.
2346
2347 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2348
2349         * gst/wavparse/gstwavparse.c:
2350         * gst/wavparse/gstwavparse.h:
2351           Implement seek-query. Refactor duration calculations. Appropriate use
2352           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2353           out of loops.
2354
2355 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2356
2357         * gst/avi/gstavidemux.c:
2358           Implement seek-query.
2359
2360 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2361
2362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2363         (gst_rtspsrc_dup_printf):
2364         Use new basesink async property to make sparse RTCP packet not wait for
2365         preroll.
2366
2367 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2368
2369         * gst/audiofx/Makefile.am:
2370         Dist the right file.
2371
2372 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2373
2374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2375         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2376         Make sure we generate and parse floating point values in the POSIX
2377         locale instead of the current locale. 
2378
2379 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2380
2381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2382         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2383         (gst_rtspsrc_play):
2384         * gst/rtsp/gstrtspsrc.h:
2385         Fix method detection again.
2386         Keep track of when we must send a Range header.
2387         Use segment values for Range, Speed and Scale headers.
2388         Parse Speed and Scale headers to update the segment values.
2389
2390 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2391
2392         patch by: Mark Nauwelaerts <manauw@skynet.be>
2393
2394         * sys/v4l2/v4l2src_calls.c:
2395           Handle optional v4l2 ioctls gracefully.
2396
2397 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2398
2399         * gst/rtp/Makefile.am:
2400         * gst/rtp/gstrtp.c: (plugin_init):
2401         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2402         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2403         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2404         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2405         (gst_rtp_h263_depay_get_property),
2406         (gst_rtp_h263_depay_change_state),
2407         (gst_rtp_h263_depay_plugin_init):
2408         * gst/rtp/gstrtph263depay.h:
2409         Added an H263 depayloader. Fixes #369392.
2410
2411         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2412         (gst_rtp_h263p_depay_process):
2413         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2414         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2415         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2416         payloads.
2417         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2418
2419 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2420
2421         * gst/audiofx/audiochebyshevfreqband.c:
2422         * gst/audiofx/audiochebyshevfreqlimit.c:
2423         Add small comparision with the windowed sinc filters in the docs.
2424
2425 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2426
2427         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2428         (audiochebyshevfreqband_suite):
2429         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2430         (audiochebyshevfreqlimit_suite):
2431         Also test 32 bit float mode and the type 2 variants of the filters.
2432
2433 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2434
2435         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2436         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2437         (gst_rtspsrc_loop):
2438         Refactor the udp and interleaved loop function a bit.
2439
2440 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2441
2442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2443         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2444         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2445         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2446         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2447         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2448         * gst/rtsp/gstrtspsrc.h:
2449         Protect connection activity with a new lock, avoids deadlocks when going
2450         to PAUSED. Fixes #455808.
2451
2452 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2453
2454         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2455         Fix debug statement.
2456
2457 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2458
2459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2460         Fix stray %u in debug line as spotted by Saur on IRC.
2461
2462 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2463
2464         * gst/audiofx/audiochebyshevfreqband.c:
2465         (gst_audio_chebyshev_freq_band_class_init):
2466         * gst/audiofx/audiochebyshevfreqlimit.c:
2467         (gst_audio_chebyshev_freq_limit_class_init):
2468         Use generator macros for the process functions for the different
2469         sample types, add lower upper boundaries for the GObject properties
2470         so automatically generated UIs can use sliders and add a note about
2471         the number of poles as a too high number of poles combined with
2472         very low or very high frequencies will produce only noise.
2473         * docs/plugins/gst-plugins-good-plugins.args:
2474         Regenerated for the property changes.
2475
2476 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2477
2478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2479         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2480         (gst_rtspsrc_stream_configure_udp_sink),
2481         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2482         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2483         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2484         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2485         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2486         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2487         * gst/rtsp/gstrtspsrc.h:
2488         Improve timeout handling.
2489         Use the same socket for sending and receiving RTCP packets so that some
2490         servers can track clients better.
2491         Improve connection closed handling. Try to reconnect.
2492         Don't overwrite our content base with NULL.
2493         Improve debugging.
2494         Improve range parsing and handling.
2495         Remove flushing hack now that core does the right thing.
2496
2497 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2498
2499         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2500         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2501         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2502         (gst_multiudpsink_close), (gst_multiudpsink_add):
2503         * gst/udp/gstmultiudpsink.h:
2504         Add support for getting and setting the socket to use.
2505
2506         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2507         (gst_udpsrc_create), (gst_udpsrc_get_property):
2508         Add support for getting the currently used socket.
2509
2510 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2511
2512         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2513
2514         * gst/audiofx/Makefile.am:
2515         * gst/audiofx/audiochebyshevfreqband.c:
2516         (gst_audio_chebyshev_freq_band_mode_get_type),
2517         (gst_audio_chebyshev_freq_band_base_init),
2518         (gst_audio_chebyshev_freq_band_dispose),
2519         (gst_audio_chebyshev_freq_band_class_init),
2520         (gst_audio_chebyshev_freq_band_init),
2521         (generate_biquad_coefficients), (calculate_gain),
2522         (generate_coefficients),
2523         (gst_audio_chebyshev_freq_band_set_property),
2524         (gst_audio_chebyshev_freq_band_get_property),
2525         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2526         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2527         (gst_audio_chebyshev_freq_band_start):
2528         * gst/audiofx/audiochebyshevfreqband.h:
2529         * gst/audiofx/audiochebyshevfreqlimit.c:
2530         (gst_audio_chebyshev_freq_limit_mode_get_type),
2531         (gst_audio_chebyshev_freq_limit_base_init),
2532         (gst_audio_chebyshev_freq_limit_dispose),
2533         (gst_audio_chebyshev_freq_limit_class_init),
2534         (gst_audio_chebyshev_freq_limit_init),
2535         (generate_biquad_coefficients), (calculate_gain),
2536         (generate_coefficients),
2537         (gst_audio_chebyshev_freq_limit_set_property),
2538         (gst_audio_chebyshev_freq_limit_get_property),
2539         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2540         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2541         (gst_audio_chebyshev_freq_limit_start):
2542         * gst/audiofx/audiochebyshevfreqlimit.h:
2543         * gst/audiofx/audiofx.c: (plugin_init):
2544         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2545         Fixes #464800.
2546
2547         * tests/check/Makefile.am:
2548         * tests/check/elements/.cvsignore:
2549         * tests/check/elements/audiochebyshevfreqband.c:
2550         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2551         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2552         * tests/check/elements/audiochebyshevfreqlimit.c:
2553         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2554         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2555         Add unit tests for the chebyshev filters.
2556
2557         * docs/plugins/Makefile.am:
2558         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2559         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2560         * docs/plugins/gst-plugins-good-plugins.args:
2561         * docs/plugins/inspect/plugin-1394.xml:
2562         * docs/plugins/inspect/plugin-audiofx.xml:
2563         * docs/plugins/inspect/plugin-dv.xml:
2564         * docs/plugins/inspect/plugin-flac.xml:
2565         * docs/plugins/inspect/plugin-jpeg.xml:
2566         * docs/plugins/inspect/plugin-png.xml:
2567         * docs/plugins/inspect/plugin-rtp.xml:
2568         * docs/plugins/inspect/plugin-shout2send.xml:
2569         * docs/plugins/inspect/plugin-wavpack.xml:
2570         And add docs for the chebyshev filters. While doing
2571         that also run make update in docs/plugins.
2572
2573 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2574
2575         * ext/annodex/gstcmmltag.c:
2576         * gst/rtp/gstrtpvorbispay.c:
2577           Make ro memory to share.
2578
2579 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2580
2581         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2582         Improve UDP performance by avoiding a select() when we have data
2583         available immediatly.
2584
2585 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2586
2587         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2588         (gst_rtp_dec_class_init):
2589         * gst/rtsp/gstrtpdec.h:
2590         Add (dummy) SSRC management signals.
2591
2592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2593         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2594         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2595         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2596         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2597         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2598         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2599         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2600         * gst/rtsp/gstrtspsrc.h:
2601         Add connection-speed property.
2602         Add find_stream helper functions.
2603         Handle stream EOS based on BYE messages or SSRC timeout.
2604         Returns SUCCESS from the state change function as we hide our async
2605         elements from the parent.
2606
2607 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2608
2609         * gst/debug/rndbuffersize.c:
2610           Fix da leak.
2611
2612 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2613
2614         * gst/debug/Makefile.am:
2615         * gst/debug/breakmydata.c:
2616         * gst/debug/gstdebug.c:
2617         * gst/debug/negotiation.c:
2618         * gst/debug/progressreport.c:
2619         * gst/debug/rndbuffersize.c:
2620         * gst/debug/testplugin.c:
2621           Add new test element and clean-up the others a little.
2622
2623 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2624
2625         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2626         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2627
2628 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2629
2630         * gst/rtp/gstrtpilbcdepay.c:
2631           Include stdlib.
2632
2633 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2634
2635         * gst/rtp/gstrtpmpvdepay.c:
2636         Set the mpegversion in the caps so that autoplugging does not get
2637         confused.
2638
2639 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2640
2641         * po/hu.po:
2642         * po/uk.po:
2643         * po/vi.po:
2644           Updated translations.
2645
2646 2007-08-08  Michael Smith <msmith@fluendo.com>
2647
2648         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2649           Render right border in the correct location.
2650
2651 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2652
2653         Patch by: Olivier Crete <tester at tester dot ca>
2654
2655         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2656         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2657         Make mode property a string. Fixes #464475.
2658
2659 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2660
2661         * ext/flac/gstflacenc.c:
2662           Widen caps to match decoder a bit and add more FIXMEs.
2663
2664 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2665
2666         patch by: Mark Nauwelaerts <manauw@skynet.be>
2667
2668         * gst/avi/gstavimux.c:
2669           Fix ODML index tag numbering. Fixes #463624.
2670
2671 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2672
2673         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2674         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2675         (gst_rtspsrc_stream_configure_tcp),
2676         (gst_rtspsrc_stream_configure_udp_sink):
2677         Fix default clock-rate for realmedia.
2678         Fix parsing of transport.
2679         Don't try to link NULL pads.
2680
2681 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2682
2683         * po/POTFILES.skip:
2684           Add POTFILES.skip with list of source files that aren't disted at the
2685           moment but contain translatable strings. Should hopefully pacify
2686           broken tools and make it clearer that these files are left out
2687           intentionally (#461600).
2688
2689 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2690
2691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2692         If the buffer was entirely clipped ... don't try sending it :)
2693
2694 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2695
2696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2697         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2698         (gst_rtspsrc_create_transports_string),
2699         (gst_rtspsrc_prepare_transports):
2700         If we don't hav a session manager, set the caps on outgoing buffers
2701         ourselves.
2702         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2703         Append final bit of the transport string even when it does not contain a
2704         placeholder.
2705
2706 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2707
2708         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2709         (gst_rtsp_ext_list_connect):
2710         * gst/rtsp/gstrtspext.h:
2711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2712         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2713         Clean up the interface list.
2714         Allow connecting to interface signals for the extensions.
2715         Remove old extension code.
2716         Free list on cleanup.
2717         Allow extensions to send additional RTSP messages.
2718
2719 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2720
2721         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2722         Handle a NULL gconf key gracefully by rendering the default element.
2723
2724 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2725
2726         * gst/rtsp/gstrtspext.h:
2727         Fix include path for extension interface.
2728
2729 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * gst/audiofx/audioamplify.h:
2732         Also remove a now unecessary variable here.
2733
2734 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2735
2736         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2737         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2738         * gst/audiofx/audiodynamic.c:
2739         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2740         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2741         * gst/audiofx/audiodynamic.h:
2742         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2743         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2744         * gst/audiofx/audioinvert.h:
2745         Don't save format information ourselves, this is already saved in
2746         GstAudioFilter.
2747
2748 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2749
2750         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2751         (gst_rtsp_ext_list_stream_select):
2752         * gst/rtsp/gstrtspext.h:
2753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2754         Use rank to filter out extensions.
2755         Add url to stream_select interface call.
2756
2757 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2758
2759         * gst/rtsp/Makefile.am:
2760         * gst/rtsp/base64.c:
2761         * gst/rtsp/base64.h:
2762         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2763         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2764         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2765         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2766         (gst_rtsp_ext_list_setup_media),
2767         (gst_rtsp_ext_list_configure_stream),
2768         (gst_rtsp_ext_list_get_transports),
2769         (gst_rtsp_ext_list_stream_select):
2770         * gst/rtsp/gstrtspext.h:
2771         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2772         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2773         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2774         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2775         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2776         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2777         (gst_rtspsrc_stream_configure_tcp),
2778         (gst_rtspsrc_stream_configure_mcast),
2779         (gst_rtspsrc_stream_configure_udp),
2780         (gst_rtspsrc_stream_configure_udp_sink),
2781         (gst_rtspsrc_stream_configure_transport),
2782         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2783         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2784         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2785         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2786         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2787         (gst_rtspsrc_parse_methods),
2788         (gst_rtspsrc_create_transports_string),
2789         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2790         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2791         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2792         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2793         * gst/rtsp/gstrtspsrc.h:
2794         * gst/rtsp/rtsp.h:
2795         * gst/rtsp/rtspconnection.c:
2796         * gst/rtsp/rtspconnection.h:
2797         * gst/rtsp/rtspdefs.c:
2798         * gst/rtsp/rtspdefs.h:
2799         * gst/rtsp/rtspext.h:
2800         * gst/rtsp/rtspextwms.c:
2801         * gst/rtsp/rtspextwms.h:
2802         * gst/rtsp/rtspmessage.c:
2803         * gst/rtsp/rtspmessage.h:
2804         * gst/rtsp/rtsprange.c:
2805         * gst/rtsp/rtsprange.h:
2806         * gst/rtsp/rtsptransport.c:
2807         * gst/rtsp/rtsptransport.h:
2808         * gst/rtsp/rtspurl.c:
2809         * gst/rtsp/rtspurl.h:
2810         * gst/rtsp/sdp.h:
2811         * gst/rtsp/sdpmessage.c:
2812         * gst/rtsp/sdpmessage.h:
2813         * gst/rtsp/test.c:
2814         Use shiny new RTSP and SDP library.
2815         Implement RTSP extensions using the new interface.
2816         Remove a lot of old code.
2817
2818 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2819
2820         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2821         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2822
2823 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2824
2825         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2826         Don't unref the outgoing buffer twice when dropping it because it's
2827         outside of the segment.
2828
2829 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2830
2831         * configure.ac:
2832         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2833         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2834         Use the new buffer clipping function from gstaudio here and
2835         require gst-plugins-base CVS.
2836         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2837         For framed Wavpack buffers we require a valid timestamp.
2838
2839 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2840
2841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2842         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2843         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2844         Clip raw audio and video when we can, keep track of current output
2845         segment.
2846         Don't leak buffers and events when there is no output pad.
2847         Improve debugging here and there.
2848
2849 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2850
2851         * configure.ac:
2852           Sync liboil check with plugins-base.
2853
2854 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2855
2856         * ext/annodex/Makefile.am:
2857           Fix CFLAGS/LIBS.
2858
2859         * ext/cdio/gstcdiocddasrc.c:
2860         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2861           Include stdlib
2862
2863         * ext/cairo/Makefile.am:
2864         * gst/videofilter/Makefile.am:
2865         * tests/examples/level/Makefile.am:
2866           Use $(LIBM) instead of -lm
2867
2868 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2869
2870         * sys/v4l2/gstv4l2src.c:
2871           Add another example pipeline.
2872
2873 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2874
2875         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2876
2877         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2878           Use define here.
2879
2880         * sys/v4l2/gstv4l2tuner.c:
2881         (gst_v4l2_tuner_set_frequency_and_notify):
2882           Don't touch the property - its still disabled.
2883
2884         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2885         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2886         * sys/v4l2/v4l2src_calls.h:
2887           Improve fallback format negotionation. Fixes #451388
2888
2889 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2890
2891         * tests/check/elements/videocrop.c: (GST_START_TEST):
2892           Fix the test.
2893
2894 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2895
2896         * docs/plugins/Makefile.am:
2897         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2898         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2899         * docs/plugins/inspect/plugin-jpeg.xml:
2900         * docs/plugins/inspect/plugin-png.xml:
2901         * ext/jpeg/gstjpegdec.c:
2902         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2903         (gst_pngdec_sink_setcaps):
2904           More docs. More logs in pngdec.
2905
2906 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2907
2908         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2909           Initialize num_buffers with minimum value.
2910
2911         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2912         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2913           Handle frame-size query failure gracefully.
2914
2915 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2916
2917         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2918         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2919         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2920         of qt/aac files.
2921
2922 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2923
2924         * ext/wavpack/gstwavpackdec.c:
2925         (gst_wavpack_dec_clip_outgoing_buffer):
2926         Fix buffer clipping to correctly clip to the segment stop.
2927
2928 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2929
2930         * configure.ac:
2931         * tests/Makefile.am:
2932         Remove bogus check for libcheck, since we check for
2933         gstreamer-check and it pulls in the required info from there,
2934         and we weren't actually _using_ the information for libcheck
2935         ourselves anyway.
2936
2937 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2938
2939         * configure.ac:
2940           Use pkg-config to locate check.
2941
2942 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2943
2944         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2945         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2946         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2947         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2948         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2949         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2950         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2951         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2952         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2953         * gst/effectv/gstrev.c: (gst_revtv_transform):
2954         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2955         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2956         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2957         * gst/matroska/matroska-demux.c:
2958         (gst_matroska_demux_add_wvpk_header),
2959         (gst_matroska_demux_check_subtitle_buffer),
2960         (gst_matroska_decode_buffer):
2961         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2962           Fix build against core CVS.
2963
2964 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2965
2966         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2967         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2968         don't have enough granularity to convert that boolean into a
2969         GstFlowReturn.
2970
2971 2007-07-06  Michael Smith <msmith@fluendo.com>
2972
2973         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2974         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2975         (gst_alawdec_change_state):
2976         * gst/law/alaw-decode.h:
2977         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2978         (gst_mulawdec_class_init), (gst_mulawdec_init),
2979         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2980         * gst/law/mulaw-decode.h:
2981           Fix capsnego bogosity in *law decoders. 
2982
2983 2007-07-06  Michael Smith <msmith@fluendo.com>
2984
2985         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2986         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2987         (gst_smokeenc_change_state):
2988         * ext/jpeg/gstsmokeenc.h:
2989           Remove stupidity in get/set caps functions.
2990           Fix some refcounting problems.
2991
2992 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2993
2994         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2995         Remove endianness-flipping hack that seems to have been required
2996         only because of a bug in ffmpegcolorspace.
2997         Partially Fixes: #451908
2998
2999 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3000
3001         * docs/plugins/Makefile.am:
3002           Simplify --extra-dir as gtkdoc scans recursively.
3003
3004 2007-07-03  Wim Taymans  <wim@fluendo.com>
3005
3006         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3007
3008         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3009         Set the encoding-name in the rtp caps to all uppercase, as required by
3010         the caps spec.
3011         Some small cleanups in the error paths. Fixes #453037.
3012
3013 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3014
3015         * ext/wavpack/gstwavpackparse.c:
3016         (gst_wavpack_parse_index_get_last_entry),
3017         (gst_wavpack_parse_index_get_entry_from_sample),
3018         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3019         (gst_wavpack_parse_scan_to_find_sample):
3020         * ext/wavpack/gstwavpackparse.h:
3021         Use a GSList for the GArray that is used like a list anyway.
3022
3023 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3024
3025         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3026         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3027         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3028           Add state change function where we set 0/1 as default framerate in
3029           case our setcaps function isn't called, like it might not in a
3030           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3031           gdkpixbufdec trying to create caps with a 0/0 framerate.
3032           Also post an error message on the bus if gst_pad_push() fails when
3033           called from our sink event handler (+1 for flow returns for event
3034           functions in 0.11) instead of failing silently.
3035
3036 2007-06-27  Wim Taymans  <wim@fluendo.com>
3037
3038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3039         Cast stack args to the proper types. Fixes #451249.
3040
3041 2007-06-27  Wim Taymans  <wim@fluendo.com>
3042
3043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3044         (new_session_pad), (gst_rtspsrc_setup_streams):
3045         * gst/rtsp/gstrtspsrc.h:
3046         For container formats we only need to activate one of the streams so
3047         that we correctly signal no-more-pads. Fixes #451015.
3048
3049 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3050
3051         * docs/plugins/gst-plugins-good-plugins.args:
3052         * docs/plugins/inspect/plugin-aasink.xml:
3053         * docs/plugins/inspect/plugin-alaw.xml:
3054         * docs/plugins/inspect/plugin-alpha.xml:
3055         * docs/plugins/inspect/plugin-alphacolor.xml:
3056         * docs/plugins/inspect/plugin-annodex.xml:
3057         * docs/plugins/inspect/plugin-apetag.xml:
3058         * docs/plugins/inspect/plugin-audiofx.xml:
3059         * docs/plugins/inspect/plugin-auparse.xml:
3060         * docs/plugins/inspect/plugin-autodetect.xml:
3061         * docs/plugins/inspect/plugin-avi.xml:
3062         * docs/plugins/inspect/plugin-cacasink.xml:
3063         * docs/plugins/inspect/plugin-cairo.xml:
3064         * docs/plugins/inspect/plugin-cdio.xml:
3065         * docs/plugins/inspect/plugin-cutter.xml:
3066         * docs/plugins/inspect/plugin-debug.xml:
3067         * docs/plugins/inspect/plugin-efence.xml:
3068         * docs/plugins/inspect/plugin-effectv.xml:
3069         * docs/plugins/inspect/plugin-esdsink.xml:
3070         * docs/plugins/inspect/plugin-flac.xml:
3071         * docs/plugins/inspect/plugin-flxdec.xml:
3072         * docs/plugins/inspect/plugin-gconfelements.xml:
3073         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3074         * docs/plugins/inspect/plugin-goom.xml:
3075         * docs/plugins/inspect/plugin-halelements.xml:
3076         * docs/plugins/inspect/plugin-icydemux.xml:
3077         * docs/plugins/inspect/plugin-id3demux.xml:
3078         * docs/plugins/inspect/plugin-jpeg.xml:
3079         * docs/plugins/inspect/plugin-ladspa.xml:
3080         * docs/plugins/inspect/plugin-level.xml:
3081         * docs/plugins/inspect/plugin-matroska.xml:
3082         * docs/plugins/inspect/plugin-mulaw.xml:
3083         * docs/plugins/inspect/plugin-multipart.xml:
3084         * docs/plugins/inspect/plugin-navigationtest.xml:
3085         * docs/plugins/inspect/plugin-ossaudio.xml:
3086         * docs/plugins/inspect/plugin-png.xml:
3087         * docs/plugins/inspect/plugin-quicktime.xml:
3088         * docs/plugins/inspect/plugin-rtp.xml:
3089         * docs/plugins/inspect/plugin-rtsp.xml:
3090         * docs/plugins/inspect/plugin-smpte.xml:
3091         * docs/plugins/inspect/plugin-speex.xml:
3092         * docs/plugins/inspect/plugin-taglib.xml:
3093         * docs/plugins/inspect/plugin-udp.xml:
3094         * docs/plugins/inspect/plugin-videobalance.xml:
3095         * docs/plugins/inspect/plugin-videobox.xml:
3096         * docs/plugins/inspect/plugin-videocrop.xml:
3097         * docs/plugins/inspect/plugin-videoflip.xml:
3098         * docs/plugins/inspect/plugin-videomixer.xml:
3099         * docs/plugins/inspect/plugin-wavenc.xml:
3100         * docs/plugins/inspect/plugin-wavparse.xml:
3101         * docs/plugins/inspect/plugin-ximagesrc.xml:
3102           Update docs with caps info.
3103
3104 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3105
3106         * po/POTFILES.in:
3107           Add more files with translatable strings (#450878).
3108
3109 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3110
3111         * MAINTAINERS:
3112         Updating all the maintainers files
3113
3114 2007-06-22  Edward Hervey  <edward@fluendo.com>
3115
3116         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3117         * gst/interleave/deinterleave.c: (deinterleave_init),
3118         (deinterleave_sink_link):
3119         * gst/interleave/interleave.c: (interleave_init):
3120         * gst/median/gstmedian.c: (gst_median_init):
3121         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3122         Fix memory leaks.
3123         * tests/check/elements/id3demux.c: (pad_added_cb):
3124         Remove unused variable.
3125
3126 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3127
3128         * ext/gconf/gconf.h:
3129         Make the prototype of gst_gconf_get_key_for_sink_profile
3130         match the implementation.
3131         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3132         Fixes: #449747
3133
3134 2007-06-20  Michael Smith <msmith@fluendo.com>
3135
3136         * gst/rtp/gstrtpdepay.c:
3137           Fix description - rtpdepay is not a payloader.
3138
3139 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3140
3141         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3142         (qtdemux_video_caps):
3143         * gst/qtdemux/qtdemux_fourcc.h:
3144           Add MJPG to the variants of motion jpeg.
3145
3146 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         * tests/check/Makefile.am:
3149         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3150         * tests/check/elements/videocrop.c: (GST_START_TEST):
3151         * tests/check/elements/videofilter.c:
3152         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3153         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3154           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3155           error flags are included and it errors out on compiler warnings
3156           for CVS builds; remove unused variables in various unit tests.
3157
3158 2007-06-19  Wim Taymans  <wim@fluendo.com>
3159
3160         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3161         (rtsp_connection_close), (rtsp_connection_free):
3162         Use threadsafe inet_ntop to convert an ip number to a string. 
3163         Fixes #447961.
3164         Don't leak fd (and ip) when freeing a connection without first closing
3165         it.
3166
3167 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3168
3169         * configure.ac:
3170         Back to CVS
3171
3172         * gst-plugins-good.doap:
3173         Add 0.10.6 to the doap file.
3174
3175 === release 0.10.6 ===
3176
3177 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3178
3179         * configure.ac:
3180           releasing 0.10.6, "Wobble Board"
3181
3182 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3183
3184         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3185         (rtsp_connection_free):
3186           Revert previous commit again, since we are frozen (sorry).
3187
3188 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3189
3190         Patch by: Peter Kjellerstedt <pkj at axis com>
3191
3192         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3193         (rtsp_connection_free):
3194           inet_ntoa() uses a static buffer internally, so we need to copy the
3195           returned string if we want to store it for later (#447961).
3196
3197 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3198
3199         * win32/vs6/autogen.dsp:
3200         * win32/vs6/gst_plugins_good.dsw:
3201         * win32/vs6/libgstalaw.dsp:
3202         * win32/vs6/libgstalpha.dsp:
3203         * win32/vs6/libgstalphacolor.dsp:
3204         * win32/vs6/libgstapetag.dsp:
3205         * win32/vs6/libgstaudiofx.dsp:
3206         * win32/vs6/libgstauparse.dsp:
3207         * win32/vs6/libgstautodetect.dsp:
3208         * win32/vs6/libgstavi.dsp:
3209         * win32/vs6/libgstcutter.dsp:
3210         * win32/vs6/libgstdirectdraw.dsp:
3211         * win32/vs6/libgstdirectsound.dsp:
3212         * win32/vs6/libgsteffectv.dsp:
3213         * win32/vs6/libgstflx.dsp:
3214         * win32/vs6/libgstgoom.dsp:
3215         * win32/vs6/libgsticydemux.dsp:
3216         * win32/vs6/libgstid3demux.dsp:
3217         * win32/vs6/libgstinterleave.dsp:
3218         * win32/vs6/libgstjpeg.dsp:
3219         * win32/vs6/libgstlevel.dsp:
3220         * win32/vs6/libgstmatroska.dsp:
3221         * win32/vs6/libgstmedian.dsp:
3222         * win32/vs6/libgstmonoscope.dsp:
3223         * win32/vs6/libgstmulaw.dsp:
3224         * win32/vs6/libgstmultipart.dsp:
3225         * win32/vs6/libgstqtdemux.dsp:
3226         * win32/vs6/libgstrtp.dsp:
3227         * win32/vs6/libgstrtsp.dsp:
3228         * win32/vs6/libgstsmpte.dsp:
3229         * win32/vs6/libgstspeex.dsp:
3230         * win32/vs6/libgstudp.dsp:
3231         * win32/vs6/libgstvideobalance.dsp:
3232         * win32/vs6/libgstvideobox.dsp:
3233         * win32/vs6/libgstvideocrop.dsp:
3234         * win32/vs6/libgstvideoflip.dsp:
3235         * win32/vs6/libgstvideomixer.dsp:
3236         * win32/vs6/libgstwaveform.dsp:
3237         * win32/vs6/libgstwavenc.dsp:
3238         * win32/vs6/libgstwavparse.dsp:
3239         Mark *.dsp & *.dsw as binary files and convert to DOS line
3240         endings, as they don't load into VS6 correctly otherwise.
3241
3242 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3243
3244         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3245         (rtsp_connection_connect):
3246         Fix the MingW build. 
3247         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3248         Fixes: #446981
3249
3250 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3251
3252         * tests/check/elements/.cvsignore:
3253         * tests/icles/.cvsignore:
3254         Hush the buildbots up
3255
3256 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3257
3258         * configure.ac:
3259         * sys/Makefile.am:
3260         * sys/directdraw/Makefile.am:
3261         * sys/directsound/Makefile.am:
3262         * sys/waveform/Makefile.am:
3263         Make sure to dist everything needed for win32 builds.
3264
3265 2007-06-14  Edward Hervey  <edward@fluendo.com>
3266
3267         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3268         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3269         caps.
3270         Fixes #447458
3271
3272 2007-06-13  Wim Taymans  <wim@fluendo.com>
3273
3274         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3275         Make sure we allocate enough memory for the codec_data.
3276         Fixes #447210.
3277
3278 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3279
3280         * win32/MANIFEST:
3281         Add videocrop project file to the win32 manifest.
3282         * win32/vs6/gst_plugins_good.dsw:
3283         Add qtdemux,videocrop and waveform projects to the workspace.
3284         * win32/vs6/libgstqtdemux.dsp:
3285         Add zlib to the link list of qtdemux.
3286         * win32/vs6/libgstvideocrop.dsp:
3287         Add a project file for videocrop.
3288
3289 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3290
3291         * po/POTFILES.in:
3292         Add qtdemux for translation
3293
3294 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3295
3296         * configure.ac:
3297         * docs/plugins/Makefile.am:
3298         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3299         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3300         * docs/plugins/inspect/plugin-videocrop.xml:
3301         * gst-plugins-good.spec.in:
3302         * sys/Makefile.am:
3303         * tests/check/Makefile.am:
3304         * tests/icles/Makefile.am:
3305         * tests/icles/videocrop-test.c:
3306         Move videocrop and osxvideo from -bad.
3307
3308 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3309
3310         * configure.ac:
3311         * docs/plugins/Makefile.am:
3312         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3313         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3314         * docs/plugins/gst-plugins-good-plugins.args:
3315         * docs/plugins/inspect/plugin-qtdemux.xml:
3316         * docs/plugins/inspect/plugin-quicktime.xml:
3317         * win32/MANIFEST:
3318         Move qtdemux from -bad.
3319
3320         * gst-plugins-good.spec.in:
3321         Update spec file to reflect moving of qtdemux and wavpack
3322
3323 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3324         
3325         * win32/MANIFEST:
3326         * docs/plugins/Makefile.am:
3327         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3328         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3329         * docs/plugins/inspect/plugin-directdraw.xml:
3330         * docs/plugins/inspect/plugin-directsound.xml:
3331         * docs/plugins/inspect/plugin-waveform.xml:
3332         Move the waveform plugin from -bad too. Update the inspect xml
3333         files to mention Plugins Good instead of Plugins Bad.
3334
3335 2007-06-12  Andy Wingo  <wingo@pobox.com>
3336
3337         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3338         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3339         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3340         finalization and resuscitation. No longer public.
3341         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3342         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3343         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3344         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3345         miniobject semantics, and be threadsafe.
3346         (gst_v4l2src_queue_frame): Remove this function, as we just call
3347         the ioctls directly in the two places where we queue buffers.
3348         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3349         directly.
3350         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3351         to allocate the pool, which also preallocates the GstBuffers.
3352         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3353         queueing the frames directly.
3354         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3355         mmap buffers have been dequeued.
3356
3357         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3358         real MiniObject instead of rolling our own refcounting and
3359         finalizing. Give it a lock.
3360         (struct _GstV4l2Buffer): Remove one intermediary object, having
3361         the buffers hold the struct v4l2_buffer directly.
3362
3363         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3364         capture_init so that it can set them on the buffers that it will
3365         create.
3366         (gst_v4l2src_get_read): For better or for worse, include the
3367         timestamping and offsetting code here; really we should be using
3368         bufferalloc though.
3369         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3370         preallocated, mmap'd buffers.
3371
3372 2007-06-11  Wim Taymans  <wim@fluendo.com>
3373
3374         Patch by: daniel fischer <dan at f3c dot com>
3375
3376         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3377         (gst_ximage_src_get_caps):
3378         Actually use the display_name property so that we can dump any
3379         available X display. Fixes #445905.
3380
3381 2007-06-11  Wim Taymans  <wim@fluendo.com>
3382
3383         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3384
3385         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3386         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3387         Add missing rate fields to caps. Fixes #441118.
3388
3389 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3390
3391         * win32/vs6/gst_plugins_good.dsw:
3392         * win32/vs8/gst-plugins-good.sln:
3393         Add DirectSound and DirectDraw sinks project files to
3394         workspace and solution files.
3395
3396 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3397
3398         Patch by: Josh Coalson <xflac at yahoo dot com>,
3399         updated by Alexis Ballier <aballier at gentoo dot org>:
3400
3401         * configure.ac:
3402         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3403         (gst_flac_dec_setup_seekable_decoder),
3404         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3405         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3406         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3407         * ext/flac/gstflacdec.h:
3408         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3409         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3410         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3411         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3412         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3413         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3414         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3415         * ext/flac/gstflacenc.h:
3416         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3417         
3418 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3419
3420         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3421         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3422         not necessary anymore as we need at least that core version. 
3423
3424 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3425
3426         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3427         (gst_wavpack_dec_chain):
3428         * ext/wavpack/gstwavpackdec.h:
3429         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3430         (gst_wavpack_parse_push_buffer):
3431         * ext/wavpack/gstwavpackparse.h:
3432         Improve discont handling by checking if the next Wavpack block has
3433         the expected, following block index.
3434
3435 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3436
3437         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3438           Fix element description.
3439
3440 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3441
3442         * configure.ac:
3443         * docs/plugins/Makefile.am:
3444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3445         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3446         * docs/plugins/gst-plugins-good-plugins.args:
3447         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3448         * docs/plugins/gst-plugins-good-plugins.signals:
3449         * docs/plugins/inspect/plugin-autodetect.xml:
3450         * docs/plugins/inspect/plugin-gconfelements.xml:
3451         * docs/plugins/inspect/plugin-ladspa.xml:
3452         * docs/plugins/inspect/plugin-rtp.xml:
3453         * docs/plugins/inspect/plugin-wavpack.xml:
3454         * ext/Makefile.am:
3455         * tests/check/Makefile.am:
3456           move wavpack plugin.  See #352605.
3457
3458 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3459
3460         * configure.ac:
3461         * docs/plugins/Makefile.am:
3462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3464         * docs/plugins/gst-plugins-good-plugins.args:
3465         * sys/Makefile.am:
3466         * win32/MANIFEST:
3467         Add DirectDraw & DirectSound plugins to the build and docs.
3468
3469 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3470
3471         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3472         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3473           When operating in pull mode, error out correct on not-linked.
3474
3475 2007-06-06  Andy Wingo  <wingo@pobox.com>
3476
3477         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3478         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3479         format and size if the ioctls are defined; should fix compilation
3480         on Linux < 2.16.19.
3481
3482 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3485           Printf fixes in debug statements; use LOG level for debug statements
3486           that are printed for each and every frame; convert c++ comments to
3487           C-style comments; not much point using g_try_malloc() if we then not
3488           even check the return value.
3489
3490 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3491
3492         * configure.ac:
3493           Bump requirements to released versions (core and base 0.10.13).
3494
3495         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3496           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3497           own implementation.
3498
3499 2007-06-05  Andy Wingo  <wingo@pobox.com>
3500
3501         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3502         some useless comments.
3503
3504         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3505         frames before calling STREAMON, that might leave them in a state
3506         where they can't be dequeued if we go back to NULL without calling
3507         STREAMON, according to the docs.
3508         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3509         before we call STREAMON.
3510         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3511         failures. (For me this code hung.) The pool refcounting is still
3512         crack; added a note to that effect.
3513
3514 2007-06-05  Wim Taymans  <wim@fluendo.com>
3515
3516         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3517         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3518         Add support for mapping gst structure names to the MIME type equivalent.
3519         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3520
3521 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3522
3523         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3524         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3525         (gst_wavenc_chain), (gst_wavenc_change_state):
3526         * gst/wavenc/gstwavenc.h:
3527         Properly write wav files with width!=depth by having the depth most
3528         significant bytes set and all others zero. Fixes #442535.
3529
3530 2007-06-01  Wim Taymans  <wim@fluendo.com>
3531
3532         * gst/rtsp/rtspconnection.c:
3533         Add include to make buildbot happy.
3534
3535 2007-06-01  Wim Taymans  <wim@fluendo.com>
3536
3537         Patch by: Peter Kjellerstedt  <pkj at axis com>
3538
3539         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3540         (rtsp_connection_connect), (add_date_header),
3541         (rtsp_connection_send), (parse_response_status),
3542         (parse_request_line), (parse_line), (rtsp_connection_receive):
3543         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3544         * gst/rtsp/rtspdefs.h:
3545         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3546         (rtsp_message_init_request), (rtsp_message_init_response),
3547         (rtsp_message_remove_header), (rtsp_message_append_headers),
3548         (rtsp_message_dump):
3549         * gst/rtsp/rtspmessage.h:
3550         Improves version checking, allowing an RTSP server to reply with "505
3551         RTSP Version not supported.
3552         Adds a Date header to all messages.
3553         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3554         want to be able to send a response even if something in the request was
3555         invalid. EINVAL is only used when passing wrong arguments to functions.
3556         Do not handle an invalid method in parse_request_line(). Defer this to
3557         the caller so it can respond with "405 Method Not Allowed".
3558         Improves parsing of the timeout parameter to the Session header,
3559         allowing whitespace after the semicolon. 
3560         Avoids a compiler warning due to variables shadowing a function argument.
3561
3562 2007-06-01  Wim Taymans  <wim@fluendo.com>
3563
3564         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3565
3566         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3567         (gst_rtp_amr_depay_process):
3568         * gst/rtp/gstrtpamrdepay.h:
3569         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3570         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3571         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3572         * gst/rtp/gstrtpamrpay.h:
3573         Add support for AMR-WB.
3574         Small cleanups such as using BOILERPLATE.
3575
3576 2007-05-31  Wim Taymans  <wim@fluendo.com>
3577
3578         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3579         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3580
3581 2007-05-30  Andy Wingo  <wingo@pobox.com>
3582
3583         * sys/v4l2/gstv4l2object.h: 
3584         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3585         unintended changes.
3586
3587         * sys/v4l2/v4l2src_calls.h: 
3588         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3589         the format list in the order that the driver gives it to us.
3590         (gst_v4l2src_probe_caps_for_format_and_size)
3591         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3592         based on the capabilities of the device.
3593         (gst_v4l2src_grab_frame): Update for object variable renaming.
3594         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3595         as in the set_caps below.
3596         (gst_v4l2src_capture_init): Update for object variable renaming,
3597         and reflow.
3598         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3599         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3600         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3601         (gst_v4l2src_get_fps): Remove; these functions don't have much
3602         meaning outside of an atomic set_caps method.
3603         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3604         known.
3605
3606         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3607         call to update_fps; not sure about this change.
3608         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3609         moment we don't have an update_fps_func.
3610
3611         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3612         structures in the object, just store what we need. Do store the
3613         probed caps of the device. Don't store the current frame rate.
3614
3615         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3616         update_fps_function, for now. Update for new object variable
3617         naming.
3618         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3619         new object variable naming.
3620         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3621         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3622         (gst_v4l2src_get_caps): Rework to probe the device for supported
3623         frame sizes and frame rates.
3624         (gst_v4l2src_set_caps): Rework to be strict in the given
3625         parameters: if someone asks us to have a certain size and rate,
3626         that is what we configure.
3627         (gst_v4l2src_get_read): Update for object variable naming. Don't
3628         leak buffers on short reads.
3629         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3630         comments.
3631         (gst_v4l2src_create): Update for object variable naming.
3632
3633 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3634
3635         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3636         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3637         * gst/avi/gstavidemux.h:
3638           Parse subtitle text streams instead of erroring out (#442034). Still
3639           needs a parser for the subtitles to actually show up.
3640
3641 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3642
3643         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3644         (gst_avi_demux_loop):
3645           Make _push_event() return TRUE if the event could be pushed on at
3646           least one pad and not only if it could be pushed on all pads,
3647           otherwise we'll end up posting an error message on EOS if one or
3648           more source pads are not connected.
3649
3650 2007-05-28  Wim Taymans  <wim@fluendo.com>
3651
3652         * gst/rtsp/rtsptransport.c:
3653         Use renamed RTP bin.
3654
3655 2007-05-28  Wim Taymans  <wim@fluendo.com>
3656
3657         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3658
3659         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3660         (gst_video_box_set_property), (gst_video_box_transform_caps),
3661         (video_box_recalc_transform), (gst_video_box_set_caps),
3662         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3663         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3664         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3665         (gst_video_box_i420_i420), (gst_video_box_transform),
3666         (plugin_init):
3667         Add AYUV->AYUV and AYUV->I420 formats. 
3668         Fix negotiation and I420->AYUV conversion.
3669         Fixes #429329.
3670
3671 2007-05-26  Wim Taymans  <wim@fluendo.com>
3672
3673         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3674         Use different variables for nested for loops so that the outer loop
3675         functions properly and speex files with multiple frames per buffer work
3676         properly.
3677         Fixes #441408.
3678
3679 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3680
3681         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3682           Don't leak newsegment events.
3683
3684 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * gst/wavparse/Makefile.am:
3687           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3688           drags it in.
3689
3690 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3691
3692         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3693         (notgst_value_array_append_buffer),
3694         (gst_flac_enc_process_stream_headers),
3695         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3696         (gst_flac_enc_change_state):
3697         * ext/flac/gstflacenc.h:
3698           Collect headers, add "streamheader" field to output caps and set
3699           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3700           produces output according to the official FLAC-to-Ogg mapping
3701           instead of completely broken files. Fixes #426044.
3702
3703 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3704
3705         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3706         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3707         (gst_id3demux_sink_event):
3708         * gst/id3demux/gstid3demux.h:
3709         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3710         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3711         (gst_tag_demux_send_new_segment):
3712         Handle and adjust new-segment events so that downstream really
3713         sees a stream with the tag pieces stripped off the front and back.
3714         Fixes strangeness in seeking when mp3 decoders use the new-segment
3715         byte position to estimate their current playback position timestamp
3716         and then the arriving buffers don't match up.
3717
3718 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3719
3720         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3721           Don't unnecessarily perform a READY->NULL->READY transition on the
3722           detected audio sink when starting up. Fixes: #440127
3723
3724 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3725
3726         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3727         (gst_flac_enc_chain):
3728           Don't crash in chain function if setcaps hasn't been called.
3729
3730 2007-05-24  Wim Taymans  <wim@fluendo.com>
3731
3732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3733         Init value to avoid infinte loops.
3734
3735 2007-05-24  Wim Taymans  <wim@fluendo.com>
3736
3737         Patch by: Peter Kjellerstedt  <pkj at axis com>
3738
3739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3740         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3741         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3742         (gst_rtspsrc_play):
3743         (rtsp_connection_send), (rtsp_connection_receive):
3744         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3745         Fix for new API.
3746
3747         * gst/rtsp/rtspconnection.c: (add_auth_header),
3748         Only add authorisation and session headers when sending messages.
3749
3750         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3751         (rtsp_message_init_request), (rtsp_message_init_response),
3752         (rtsp_message_unset), (rtsp_message_add_header),
3753         (rtsp_message_remove_header), (rtsp_message_get_header),
3754         (rtsp_message_append_headers), (dump_key_value),
3755         (rtsp_message_dump):
3756         * gst/rtsp/rtspmessage.h:
3757         Add support for multiple headers of the same type by storing the parsed
3758         headers in a GArray instaed of a hashtable.
3759
3760 2007-05-21  Wim Taymans  <wim@fluendo.com>
3761
3762         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3763         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3764         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3765         safer shutdown.
3766
3767 2007-05-21  Wim Taymans  <wim@fluendo.com>
3768
3769         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3770         * gst/rtsp/gstrtpdec.h:
3771         Added signal for backwards compat.
3772
3773 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3774         
3775         Patch by: René Stadler <mail at renestadler dot de>
3776
3777         * configure.ac:
3778         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3779         (gst_au_parse_parse_header), (gst_au_parse_chain):
3780         * gst/auparse/gstauparse.h:
3781         Use audioconvert for converting from non-native endianness floats
3782         in auparse instead of doing it ourself. Fixes #424527.
3783         This needs the audioconvert from plugins-base CVS.
3784         
3785 2007-05-21  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3788         (gst_rtp_h263p_pay_flush):
3789         Fix enum registration.
3790
3791 2007-05-21  Wim Taymans  <wim@fluendo.com>
3792
3793         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3794
3795         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3796         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3797         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3798         (gst_rtp_h263p_pay_flush):
3799         * gst/rtp/gstrtph263ppay.h:
3800         Add new fragmentation mode base on GOB headers. Fixes #438940.
3801
3802 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3803
3804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3805           Printf format fix.
3806
3807 2007-05-18  Wim Taymans  <wim@fluendo.com>
3808
3809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3810         Don't crash when an unsupported transport error was returned by the
3811         server, just try to configure the next stream. Fixes #439255.
3812
3813 2007-05-18  Wim Taymans  <wim@fluendo.com>
3814
3815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3816         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3817         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3818         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3819         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3820         * gst/rtsp/gstrtspsrc.h:
3821         Add TCP timeout property and use it for all TCP connection.
3822
3823         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3824         (rtsp_connection_write), (rtsp_connection_next_timeout),
3825         (rtsp_connection_reset_timeout):
3826         Make connect and writes cancelable and make them use the timeout.
3827
3828 2007-05-18  Wim Taymans  <wim@fluendo.com>
3829
3830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3831         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3832         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3833         (gst_rtspsrc_setup_streams):
3834         Refactor timeout handling.
3835         Also send keep-alive when dealing with TCP transport.
3836
3837         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3838         (rtsp_connection_free), (rtsp_connection_next_timeout),
3839         (rtsp_connection_reset_timeout):
3840         * gst/rtsp/rtspconnection.h:
3841         Use a timer to handle the session timeouts, add some methods to deal
3842         with timeouts.
3843
3844 2007-05-17  Wim Taymans  <wim@fluendo.com>
3845
3846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3847         (gst_rtspsrc_setup_streams):
3848         Ignore streams that fail the setup command, we will retry with a
3849         different transport later on.
3850
3851         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3852         (rtsp_ext_wms_configure_stream):
3853         Fix encoding name case.
3854
3855 2007-05-16  Edward Hervey  <edward@fluendo.com>
3856
3857         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3858         Fix build on macosx.
3859
3860 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3861
3862         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3863         Replace direct comparison of a string with the string literal "" with
3864         a comparison of the first character with '\0'. Fixes #438926.
3865
3866 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3867
3868         * gst/debug/breakmydata.c (gst_break_my_data_init):
3869           One more try. This should be the proper fix now.
3870
3871 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3872
3873         * gst/debug/breakmydata.c:
3874           Ooops, no // comments please.
3875
3876 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3877
3878         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3879         (gst_break_my_data_init):
3880           Fix gst_buffer_is_writable() assertion.
3881
3882 2007-05-14  David Schleef  <ds@schleef.org>
3883
3884         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3885           video/x-raw-bayer.  Fixes #314160.
3886
3887 2007-05-14  Wim Taymans  <wim@fluendo.com>
3888
3889         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3890         (gst_rtp_theora_depay_parse_configuration):
3891         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3892         (gst_rtp_theora_pay_finish_headers),
3893         (gst_rtp_theora_pay_handle_buffer):
3894         Update theora pay/depayloader in a similar to vorbis.
3895
3896         * gst/rtp/gstrtpvorbisdepay.c:
3897         (gst_rtp_vorbis_depay_parse_configuration):
3898         Update docs.
3899
3900 2007-05-14  Wim Taymans  <wim@fluendo.com>
3901
3902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3903         When we try to execute a method that is not supported by the server,
3904         don't error out but remove the method from the accepted methods so that
3905         we never try to perform this method again.
3906
3907 2007-05-14  Wim Taymans  <wim@fluendo.com>
3908
3909         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3910         Remove annoying _dump_mem.
3911
3912 2007-05-14  Wim Taymans  <wim@fluendo.com>
3913
3914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3915         Parse range correctly.
3916
3917         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3918         The baseurl now always has a '/' at the start.
3919
3920 2007-05-14  Wim Taymans  <wim@fluendo.com>
3921
3922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3923         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3924         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3925         Factor out caps configuration and configure more stuff such as the time
3926         ranges and speed/scale values.
3927
3928         * gst/rtsp/rtsptransport.c:
3929         Add Copyright after non-trival fixes.
3930
3931 2007-05-12  Wim Taymans  <wim@fluendo.com>
3932
3933         Patch by: Peter Kjellerstedt  <pkj at axis com>
3934
3935         * gst/rtsp/gstrtspsrc.h:
3936         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3937         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3938         (rtsp_message_get_header):
3939         * gst/rtsp/rtspmessage.h:
3940         Make channel guint8 where possible.
3941         Make rtsp_message_init_data() take the channel as a guint8.
3942
3943         * gst/rtsp/rtspdefs.c:
3944         Fixed a typo: Timout -> Timeout
3945
3946         * gst/rtsp/rtspdefs.h:
3947         Make RTSP_CHECK() behave as a statement.
3948
3949         * gst/rtsp/sdpmessage.c:
3950         Avoid a compiler warning in INIT_ARRAY().
3951         Fixes #437692.
3952
3953 2007-05-12  Wim Taymans  <wim@fluendo.com>
3954
3955         Patch by: Peter Kjellerstedt  <pkj at axis com>
3956
3957         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3958         (rtsp_url_get_request_uri):
3959         * gst/rtsp/rtspurl.h:
3960         Add support for query parameters to RTSP URLs.
3961
3962 2007-05-12  Wim Taymans  <wim@fluendo.com>
3963
3964         Patch by: Peter Kjellerstedt  <pkj at axis com>
3965
3966         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3967         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3968         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3969         (rtsp_transport_parse), (rtsp_transport_as_text):
3970         * gst/rtsp/rtsptransport.h:
3971         Add validation to rtsp_transport_parse().
3972         Add rtsp_transport_as_text() to generate an RTSP header from an
3973         RTSPTransport.
3974         Change ssrc to guint (was a string) since that is what it is, even
3975         though it is sent as a hex string.
3976         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3977         incorrect, which can be seen when looking at the examples in the RFC).
3978         Fixes #437670.
3979
3980 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3981
3982         Patch by: Eric Anholt
3983
3984         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3985           gst_ximage_src_ximage_get):
3986         Use union of all damage between frames to make it faster.
3987         Fixes bug #342463.
3988         Also fix crasher when cursor is at bottom right of window.
3989
3990 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3991
3992         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3993           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3994           streaming mode regression for file from #343837 with 'bext' chunk
3995           before the 'fmt' chunk.
3996
3997 2007-05-11  Wim Taymans  <wim@fluendo.com>
3998
3999         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4000         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4001         (gst_rtspsrc_handle_src_event),
4002         (gst_rtspsrc_stream_configure_manager),
4003         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4004         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4005         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4006         * gst/rtsp/gstrtspsrc.h:
4007         * gst/rtsp/rtspdefs.h:
4008         Preliminary seek support.
4009         Activate internal pads so that we can receive events on them.
4010         Don't try to parse a range string when it's NULL.
4011
4012 2007-05-11  Wim Taymans  <wim@fluendo.com>
4013
4014         * gst/rtp/README:
4015         Update README with new RTP variables that will be used for
4016         synchronisation.
4017
4018         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4019         (gst_rtp_vorbis_depay_parse_configuration),
4020         (gst_rtp_vorbis_depay_process):
4021         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4022         (gst_rtp_vorbis_pay_finish_headers),
4023         (gst_rtp_vorbis_pay_handle_buffer):
4024         Update vorbis pay and depayloader to draft-04.
4025
4026 2007-05-11  Wim Taymans  <wim@fluendo.com>
4027
4028         * gst/rtsp/rtsptransport.c:
4029         UDP MCAST is actually the default for RTP/AVP.
4030 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4031
4032         * gst/level/gstlevel.c: (gst_level_transform_ip):
4033         Use guint8 * instead of gpointer then vs6 can build 
4034         in_data += (filter->width / 8).
4035
4036 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4037
4038         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4039           gst_ximage_src_ximage_get):
4040         * sys/ximage/gstximagesrc.h (last_ximage):
4041         When using Damage actually keep the last frame, and not assume
4042         that the buffer we get already has the last frame on it.
4043         Copy the cursor over if we specify a non-zero start x and
4044         start y.
4045
4046 2007-05-11  Wim Taymans  <wim@fluendo.com>
4047
4048         * gst/rtsp/rtsptransport.c:
4049         Make UDP the default transport when not specified.
4050
4051 2007-05-09  David Schleef  <ds@schleef.org>
4052
4053         * gst/level/gstlevel.c:
4054           Revert last change.
4055
4056 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4057
4058         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4059         (gst_level_transform_ip):
4060         Use guint8 * instead of gpointer then vs6 know the size of data
4061         pointed when moving the pointer.
4062         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4063         Move instructions after variables declaration.
4064         * win32/vs6/autogen.dsp:
4065         * win32/vs6/libgstrtp.dsp:
4066         * win32/vs6/libgstrtsp.dsp:
4067         Update vs6 project files.
4068
4069 2007-05-09  Wim Taymans  <wim@fluendo.com>
4070
4071         * gst/rtsp/Makefile.am:
4072         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4073         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4074         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4075         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4076         (rtsp_range_free):
4077         * gst/rtsp/rtsprange.h:
4078         Add code to parse time ranges.
4079         Report DURATION on the stream when possible.
4080
4081 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4082
4083         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4084         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4085         (gst_videomixer_collected):
4086           Fix strides calculation for AYUV (it's just width*4) (#436910).
4087
4088 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4089
4090         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4091         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4092         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4093         Sync the GObject properties before each processing step to properly
4094         work with the controller.
4095
4096 2007-05-04  Wim Taymans  <wim@fluendo.com>
4097
4098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4099         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4100         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4101         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4102         (gst_rtspsrc_change_state):
4103         Let more error state trickle down so that we can catch more error
4104         cases.
4105         Handle keep-alive a little smarter by selecting a method the server
4106         actually supports.
4107         Fix a race in UDP streaming shutdown.
4108
4109 2007-05-04  Wim Taymans  <wim@fluendo.com>
4110
4111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4112         Ignore errors when trying to use the keep-alive messages.
4113
4114 2007-05-04  Wim Taymans  <wim@fluendo.com>
4115
4116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4117         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4118         (gst_rtspsrc_stream_configure_manager),
4119         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4120         (gst_rtspsrc_stream_configure_mcast),
4121         (gst_rtspsrc_stream_configure_udp),
4122         (gst_rtspsrc_stream_configure_udp_sink),
4123         (gst_rtspsrc_stream_configure_transport):
4124         Send RTCP messages back to the server over the TCP connection.
4125
4126         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4127         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4128         (rtsp_connection_receive):
4129         * gst/rtsp/rtspconnection.h:
4130         Factor out and expose lowlevel _write and _read methods.
4131         Implement sending data messages to the server.
4132
4133 2007-05-03  Wim Taymans  <wim@fluendo.com>
4134
4135         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4136         (gst_multipart_mux_collected):
4137         Fix timestamps on outgoing buffers.
4138
4139 2007-05-03  Wim Taymans  <wim@fluendo.com>
4140
4141         * gst/multipart/multipartmux.c:
4142         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4143         (gst_multipart_mux_change_state):
4144         Emit NEWSEGMENT events before pushing the first buffer.
4145
4146 2007-05-03  Wim Taymans  <wim@fluendo.com>
4147
4148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4149         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4150         (gst_rtspsrc_handle_src_query),
4151         (gst_rtspsrc_stream_configure_manager),
4152         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4153         (gst_rtspsrc_stream_configure_mcast),
4154         (gst_rtspsrc_stream_configure_udp),
4155         (gst_rtspsrc_stream_configure_udp_sink),
4156         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4157         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4158         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4159         (gst_rtspsrc_pause):
4160         Refactor transport configuration code.
4161         Create internal pads for TCP transport so that we can implement events
4162         and queries.
4163         Handle events and queries.
4164         Parse range from the SDP.
4165         Fix race in pause handler where the connection could still be flushing.
4166
4167 2007-05-02  Wim Taymans  <wim@fluendo.com>
4168
4169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4170         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4171         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4172         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4173         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4174         (gst_rtspsrc_change_state):
4175         * gst/rtsp/gstrtspsrc.h:
4176         Fix race when multiple udp sources post timeouts, just act on the first
4177         received timeout.
4178         Protect stream list with a recursive lock to fix some races.
4179         Flush connection when we need to do a reconnect or stop.
4180         Make state lock recursive.
4181
4182         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4183         (rtsp_connection_close):
4184         Some small cleanups.
4185
4186 2007-05-02  Wim Taymans  <wim@fluendo.com>
4187
4188         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4189         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4190         Only set DISCONT when there actually is a discont or when we just
4191         started.
4192
4193 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4194
4195         * ext/flac/gstflac.c: (plugin_init):
4196         Call bindtextdomain() to get localized strings.
4197
4198 2007-05-02  Wim Taymans  <wim@fluendo.com>
4199
4200         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4201         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4202         (gst_wavparse_stream_data):
4203         * gst/wavparse/gstwavparse.h:
4204         Be a bit more clever when dealing with VBR files with FACT tags, we
4205         don't want to timestamp buffers in that case but the estimated BPS can
4206         be used for seeking.
4207         Only send close segment in the streaming thread.
4208
4209 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4210
4211         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4212         Correctly post an error on the bus if something went wrong in the loop
4213         function. This fixes a few cases where the task was paused and nothing
4214         happened anymore.
4215
4216 2007-05-02  Wim Taymans  <wim@fluendo.com>
4217
4218         * gst/rtsp/test.c: (main):
4219         Fix compilation of deprecated test just because I'm too lazy to delete
4220         it.
4221
4222 2007-05-02  Wim Taymans  <wim@fluendo.com>
4223
4224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4225         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4226         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4227         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4228         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4229         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4230         * gst/rtsp/gstrtspsrc.h:
4231         Fix sending RTCP to the right place.
4232         Fix bug in reffing the wrong UDP element.
4233         Use new pad names for the session manager.
4234         Implement handling server requests in interleaved and UDP modes.
4235         Handle session keep-alive in UDP modes.
4236         Remove GCond for handling UDP timeouts.
4237
4238         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4239         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4240         (rtsp_connection_receive), (rtsp_connection_close):
4241         * gst/rtsp/rtspconnection.h:
4242         Store connection IP address for later.
4243         Add timeout args to all operations that might block forever.
4244         Parse session timeout.
4245         Only close sockets when not already closed.
4246
4247         * gst/rtsp/rtspdefs.c:
4248         * gst/rtsp/rtspdefs.h:
4249         Add timeout return value and error string.
4250
4251         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4252         Add small comment.
4253
4254 2007-05-01  Wim Taymans  <wim@fluendo.com>
4255
4256         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4257
4258         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4259         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4260         * gst/rtp/gstrtpmp4vpay.h:
4261         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4262
4263 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4264
4265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4266           Remove v4l2src from docs, since it breaks the docs build, and the
4267           plugin is only built if --enable-experimental is used anyway.
4268
4269         * docs/plugins/Makefile.am:
4270           Spaces => tab.
4271
4272 2007-04-29  Wim Taymans  <wim@fluendo.com>
4273
4274         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4275         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4276         Add code to drop membership of a multicast group.
4277
4278         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4279         (gst_udpsink_set_uri):
4280         Implement URI handler.
4281
4282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4283         (gst_rtspsrc_parse_rtpinfo):
4284         Use URI handler to make udpsink instace.
4285         Improve code to configure port and destination.
4286
4287 2007-04-29  Wim Taymans  <wim@fluendo.com>
4288
4289         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4290         Fix multicast detection.
4291         Don't try to join a multicast group if the address is not multicast.
4292
4293         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4294         Small debug improvement.
4295
4296 2007-04-27  Wim Taymans  <wim@fluendo.com>
4297
4298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4299         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4300         (gst_rtspsrc_handle_message):
4301         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4302         parent.
4303
4304 2007-04-27  Wim Taymans  <wim@fluendo.com>
4305
4306         * gst/rtp/gstrtpilbcdepay.h:
4307         Fix mode property when specified as an arg.
4308
4309 2007-04-26  Edward Hervey  <edward@fluendo.com>
4310
4311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4313         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4314         * docs/plugins/inspect/plugin-osxaudio.xml:
4315         Add documentation for osxaudio plugin.
4316
4317 2007-04-26  Wim Taymans  <wim@fluendo.com>
4318
4319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4320         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4321         (gst_rtspsrc_open), (gst_rtspsrc_close),
4322         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4323         (gst_rtspsrc_pause):
4324         * gst/rtsp/gstrtspsrc.h:
4325         Protect state changes with a lock.
4326
4327         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4328         (parse_line):
4329         * gst/rtsp/rtspconnection.h:
4330         Remove some unused stuff.
4331
4332 2007-04-26  Wim Taymans  <wim@fluendo.com>
4333
4334         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4335         Handle the case where there are exactly 0 bytes to read and the ioctl
4336         did not report an error. Fixes #433530.
4337
4338 2007-04-26  Wim Taymans  <wim@fluendo.com>
4339
4340         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4341         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4342         * gst/wavparse/gstwavparse.h:
4343         Apply DISCONT to buffers.
4344         Only apply timestamp to the first sample after a DISCONT, too many VBR
4345         files cause random jitter in the timestamps. Fixes #433119.
4346
4347 2007-04-25  Wim Taymans  <wim@fluendo.com>
4348
4349         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4350         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4351         (gst_rtp_dec_get_property):
4352         * gst/rtsp/gstrtpdec.h:
4353         Add dummy latency property to be backwards compat with rtpbin.
4354
4355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4356         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4357         (gst_rtspsrc_stream_configure_transport),
4358         (gst_rtspsrc_parse_rtpinfo):
4359         * gst/rtsp/gstrtspsrc.h:
4360         Add latency property and configure in the session manager.
4361         Don't set invalid clock-base and seqnum-base on caps, some servers
4362         sometimes don't send them.
4363
4364 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4365
4366         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4367         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4368           Double-check that RGB input caps are really RGBA caps (apparently
4369           the core doesn't always catch it if those caps aren't a subset of
4370           our template caps, also see #421543). Fixes #429319 in a way.
4371           Also, don't leak the pad template in the transform_caps function.
4372
4373         * tests/check/Makefile.am:
4374         * tests/check/elements/.cvsignore:
4375         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4376         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4377         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4378         (GST_START_TEST), (alphacolor_suite):
4379           Add some basic unit tests for alphacolor.
4380
4381 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4382
4383         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4384           If we get a fatal flow return in the loop function, first post the
4385           error message and only then send the EOS event downstream, otherwise
4386           applications might get an eos message before the error message and
4387           think everything was ok (related to #429319).
4388
4389 2007-04-25  Wim Taymans  <wim@fluendo.com>
4390
4391         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4392         Read the channel byte as an unsigned byte.
4393
4394 2007-04-25  Wim Taymans  <wim@fluendo.com>
4395
4396         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4397         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4398         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4399         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4400         (gst_rtp_gsm_depay_setcaps):
4401         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4402         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4403         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4404         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4405         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4406         (gst_ilbc_depay_get_property):
4407         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4408         * gst/rtp/gstrtpmp4adepay.c:
4409         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4410         (gst_rtp_pcma_depay_setcaps):
4411         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4412         (gst_rtp_pcmu_depay_setcaps):
4413         Make sure we configure the clock_rate in the baseclass in the setcaps
4414         function. Fixes #431282.
4415
4416 2007-04-25  Wim Taymans  <wim@fluendo.com>
4417
4418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4419         (gst_rtspsrc_stream_free), (request_pt_map),
4420         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4421         * gst/rtsp/gstrtspsrc.h:
4422         Parse server address from SDP.
4423         Hook up a udpsink to send RTCP back to the server.
4424
4425         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4426         * gst/rtsp/rtsptransport.h:
4427         Add some docs.
4428
4429 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4430
4431         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4432           Make header field check conditional. Fixes #433135
4433
4434 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4435
4436         * docs/plugins/Makefile.am:
4437         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4438         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4439         * docs/plugins/inspect/plugin-alphacolor.xml:
4440         * gst/alpha/Makefile.am:
4441         * gst/alpha/gstalphacolor.c:
4442         * gst/alpha/gstalphacolor.h:
4443           Add minimal docs blurb to alphacolor; split out headers into
4444           separate header file for gtk-doc.
4445
4446 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4447
4448         * gst/debug/progressreport.c: (gst_progress_report_report):
4449           Don't try to post NULL message (in case we can't query upstream
4450           position or duration).
4451
4452 2007-04-18  Michael Smith  <msmith@fluendo.com>
4453
4454         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4455         (gst_cutter_get_caps):
4456         * gst/cutter/gstcutter.h:
4457           Fix some of the most obvious bugs in cutter. Now doesn't leak
4458           everything if input is silent.
4459
4460 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4461
4462         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4463         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4464         * gst/wavenc/gstwavenc.h:
4465         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4466         else results in a invalid block align and invalid files.
4467
4468 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4469
4470         Patch by: Snaik <snaik32 gmail com>
4471
4472         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4473           Add missing break statement for BOX_HORIZONTAL case.
4474
4475 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4476
4477         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4478
4479         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4480         Use correct format strings for integer types.
4481
4482 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4483
4484         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4485         (gst_wavparse_create_sourcepad):
4486         Use gst_riff_create_audio_template_caps () instead of the local caps.
4487         This makes updates of the local caps unecessary whenever libgstriff
4488         gets support for new formats.
4489
4490 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4493
4494         * sys/sunaudio/gstsunaudio.c:
4495         * sys/sunaudio/gstsunaudiomixer.c:
4496         * sys/sunaudio/gstsunaudiomixer.h:
4497         * sys/sunaudio/gstsunaudiomixerctrl.c:
4498         * sys/sunaudio/gstsunaudiomixerctrl.h:
4499         * sys/sunaudio/gstsunaudiomixertrack.h:
4500         * sys/sunaudio/gstsunaudiosink.c:
4501         * sys/sunaudio/gstsunaudiosink.h:
4502         * sys/sunaudio/gstsunaudiosrc.c:
4503         * sys/sunaudio/gstsunaudiosrc.h:
4504           Fix and/or update copyright attributions (#430228).
4505
4506 2007-04-13  Wim Taymans  <wim@fluendo.com>
4507
4508         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4509         Fix docs.
4510
4511         * gst/rtsp/URLS:
4512         Add some more example urls.
4513
4514         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4515         (gst_rtp_dec_chain_rtp):
4516         Better debugging.
4517
4518         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4519         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4520         (gst_rtspsrc_parse_rtpinfo):
4521         Remove unused code.
4522
4523 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4524
4525         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4526         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4527         (gst_wavparse_stream_data):
4528           Relax the audio/mpeg caps again and add FIXME: comment.
4529
4530 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4531
4532         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4533         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4534         (gst_wavparse_stream_data):
4535         * gst/wavparse/gstwavparse.h:
4536           More sanity check for the header fields. Fix type for 'rate' header
4537           field.
4538
4539 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4540
4541         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4542         (gst_icydemux_unicodify):
4543           If the metadata strings we get in the stream are not UTF-8, try to
4544           interpret them according to the character encodings specified in the
4545           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4546           only fall back to locale/ISO-8859-1 if those aren't set or don't
4547           work. Should fix #428901.
4548
4549 2007-04-12  Wim Taymans  <wim@fluendo.com>
4550
4551         * gst/rtp/gstrtph264depay.c:
4552         Use the proper sync word for SPS and PPS.
4553
4554 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4555
4556         * gst/rtp/Makefile.am:
4557         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4558           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4559         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4560           Add a simple hashing implementation that we can use to generate
4561           a 24-bit ident value based on the codebooks for vorbis and theora.
4562         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4563           gst_rtp_theora_pay_handle_buffer):
4564         * gst/rtp/gstrtpvorbisdepay.c
4565           (gst_rtp_vorbis_depay_parse_configuration,
4566           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4567         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4568           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4569           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4570           Use the hashing function, ensuring that the same codebooks result
4571           in the same ident and thus the same SDP description.
4572           Various log fixes/changes.
4573
4574 2007-04-12  Wim Taymans  <wim@fluendo.com>
4575
4576         Patch by: jerry tan <jerry dot tan at sun dot com>
4577
4578         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4579         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4580         application's responsibility to make sure it open the device once.
4581         Remove a careless error if AUDIODEV is set. Fixes #392620.
4582
4583 2007-04-12  Wim Taymans  <wim@fluendo.com>
4584
4585         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4586         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4587         * gst/rtsp/gstrtpdec.h:
4588         Make backward compat with rtpbin by adding the request-pt-map signals.
4589
4590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4591         (new_session_pad), (request_pt_map),
4592         (gst_rtspsrc_stream_configure_transport),
4593         (gst_rtspsrc_stream_configure_caps),
4594         (gst_rtspsrc_activate_streams):
4595         * gst/rtsp/gstrtspsrc.h:
4596         Implement request-pt-map signals instead of setting caps on the buffers
4597         for the session manager.
4598
4599 2007-04-11  Wim Taymans  <wim@fluendo.com>
4600
4601         * gst/udp/gstudp.c: (plugin_init):
4602         Register GstNetBuffer in plugin_init so that the type can be used from
4603         multiple threads without races.
4604
4605 2007-04-10  Wim Taymans  <wim@fluendo.com>
4606
4607         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4608         (gst_rtp_amr_depay_process):
4609         Fix depayloader clock_rate and some cleanups.
4610
4611         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4612         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4613         * gst/rtp/gstrtph264depay.h:
4614         Don't push codec_data in the adapter because it might get flushed when
4615         we get a discont.
4616
4617         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4618         Handle multiple AU per packet.
4619
4620         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4621         (gst_rtp_sv3v_depay_plugin_init):
4622         Disable rank, this one does not work.
4623         Remove timestamping, base class does that.
4624
4625 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4626
4627         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4628           limit caps to the formats we announce in the template
4629
4630         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4631         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4632         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4633           fix some crashers/asserts when dealing with broken files
4634
4635 2007-04-10  Wim Taymans  <wim@fluendo.com>
4636
4637         Patch by: Peter Kjellerstedt  <pkj at axis com>
4638
4639         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4640         * gst/rtp/gstrtpL16depay.c:
4641         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4642         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4643         (gst_rtp_speex_depay_setcaps):
4644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4645         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4646         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4647         Fix some compiler warnings. Fixes #428182.
4648
4649 2007-04-06  Wim Taymans  <wim@fluendo.com>
4650
4651         * gst/rtsp/Makefile.am:
4652         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4653         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4654         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4655         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4656         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4657         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4658         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4659         (create_rtcp), (gst_rtp_dec_request_new_pad),
4660         (gst_rtp_dec_release_pad):
4661         * gst/rtsp/gstrtpdec.h:
4662         * gst/rtsp/gstrtsp.c: (plugin_init):
4663         Morph RTPDec into something compatible with RTPBin as a fallback.
4664         Various other style fixes.
4665
4666         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4667         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4668         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4669         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4670         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4671         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4672         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4673         * gst/rtsp/gstrtspsrc.h:
4674         Implement RTPBin session manager handling.
4675         Don't try to add empty properties to caps.
4676         Implement fallback session manager, handling.
4677         Don't combine errors from RTCP streams, just ignore them.
4678
4679         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4680         * gst/rtsp/rtsptransport.h:
4681         Implement fallback session manager.
4682         Make RTPBin the default one when available.
4683
4684 2007-04-05  Wim Taymans  <wim@fluendo.com>
4685
4686         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4687         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4688         This element is ready to be autoplugged.
4689
4690 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4691
4692         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4693         Don't leave the offsets defined by upstream element on the
4694         compressed data buffer we are pushing downstream. Make them
4695         GST_BUFFER_OFFSET_NONE.
4696
4697 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4698
4699         * gst/avi/README:
4700         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4701         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4702         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4703         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4704         (gst_avi_demux_calculate_durations_from_index),
4705         (gst_avi_demux_stream_header_push),
4706         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4707         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4708           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4709
4710 2007-04-03  Wim Taymans  <wim@fluendo.com>
4711
4712         * gst/smpte/barboxwipes.c:
4713         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4714
4715 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4716
4717         * gst/wavparse/gstwavparse.c:
4718         Support audio/x-raw-float in wav files. This only works with
4719         plugins-base CVS, using an older version doesn't have any
4720         disadvantages though.
4721
4722 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4723
4724         * configure.ac:
4725         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4726         (gst_au_parse_parse_header), (gst_au_parse_chain):
4727         * gst/auparse/gstauparse.h:
4728         Revert last change as we don't want plugins-good to depend on
4729         plugins-base CVS now.
4730
4731 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4732
4733         * configure.ac:
4734         Require gst-plugins-base CVS for audioconvert with non-native
4735         float support and width/depth fix in libgstriff.
4736
4737         Patch by: René Stadler <mail at renestadler dot de>
4738
4739         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4740         (gst_au_parse_parse_header), (gst_au_parse_chain):
4741         * gst/auparse/gstauparse.h:
4742         Don't swap the floats ourself if they're not in native endianness.
4743         Instead let audioconvert handle this. Fixes #339838.
4744
4745 2007-03-29  Wim Taymans  <wim@fluendo.com>
4746
4747         * gst/rtp/gstasteriskh263.h:
4748         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4749         (gst_rtp_h263p_depay_change_state):
4750         * gst/rtp/gstrtph263pdepay.h:
4751         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4752         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4753         (gst_rtp_h264_depay_change_state):
4754         * gst/rtp/gstrtph264depay.h:
4755         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4756         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4757         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4758         Flush adapter on disconts.
4759
4760 2007-03-29  Wim Taymans  <wim@fluendo.com>
4761
4762         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4763         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4764         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4765         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4766         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4767         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4768         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4769         (gst_rtp_mp4v_depay_process):
4770         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4771         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4772         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4773         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4774         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4775         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4776         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4777         Use more efficient adapter and rtpbuffer methods when possible.
4778
4779 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4780
4781         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4782         (gst_wavenc_sink_setcaps):
4783         Correctly handle width!=depth input.
4784         * gst/wavparse/gstwavparse.c:
4785         Already export in the caps that width==8 uses unsigned samples and
4786         everything else uses signed samples.
4787
4788 2007-03-29  Wim Taymans  <wim@fluendo.com>
4789
4790         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4791
4792         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4793         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4794         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4795         (gst_dynudpsink_close):
4796         * gst/udp/gstdynudpsink.h:
4797         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4798         (gst_udpsrc_create), (gst_udpsrc_set_property),
4799         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4800         * gst/udp/gstudpsrc.h:
4801         Rework the socket allocation a bit based on the sockfd argument so that
4802         it becomes usable.
4803         Add a closefd property to instruct the udp elements to close the custom
4804         file descriptors when going to READY. Fixes #423304.
4805         API:GstUDPSrc::closefd property
4806         API:GstDynUDPSink::closefd property
4807
4808 2007-03-29  Wim Taymans  <wim@fluendo.com>
4809
4810         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4811
4812         * gst/rtp/Makefile.am:
4813         * gst/rtp/gstrtp.c: (plugin_init):
4814         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4815         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4816         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4817         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4818         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4819         (gst_rtp_h264_pay_plugin_init):
4820         * gst/rtp/gstrtph264pay.h:
4821         Added H264 payloader. Fixes #423782.
4822
4823         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4824         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4825         Small fixes.
4826
4827 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4828
4829         * gst/wavparse/gstwavparse.c:
4830         Actually support depths from 1 to 32, not only 8 to 32.
4831
4832 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4833
4834         * gst/wavparse/gstwavparse.c:
4835         Add support for wav files containing audio/x-raw-int with random
4836         depths between 1 and 32 bits.
4837
4838 2007-03-28  Wim Taymans  <wim@fluendo.com>
4839
4840         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4841
4842         * gst/rtp/Makefile.am:
4843         * gst/rtp/gstrtp.c: (plugin_init):
4844         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4845         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4846         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4847         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4848         (gst_rtp_mp4a_depay_get_property),
4849         (gst_rtp_mp4a_depay_change_state),
4850         (gst_rtp_mp4a_depay_plugin_init):
4851         * gst/rtp/gstrtpmp4adepay.h:
4852         Added MP4A-LATM depayloader. Fixes #417792.
4853
4854         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4855         (gst_rtp_mp4v_depay_process):
4856         Fixup depayloader, setting codec_data, using more efficient adaptor and
4857         rtpbuffer handling.
4858
4859         * gst/rtsp/URLS:
4860         Add url to test above.
4861
4862 2007-03-25  Wim Taymans  <wim@fluendo.com>
4863
4864         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4865         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4866         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4867         (gst_rtspsrc_media_to_caps),
4868         (gst_rtspsrc_stream_configure_transport),
4869         (gst_rtspsrc_stream_configure_caps),
4870         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4871         * gst/rtsp/gstrtspsrc.h:
4872         Handle default clock-rates for static payload types, rearrange stuff so
4873         that the rtpmap field in the sdp can override the defaults.
4874         Parse RTP-Info field to get the seqnum and timebase fields that should
4875         go in the caps.
4876         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4877         the server. 
4878
4879 2007-03-22  Wim Taymans  <wim@fluendo.com>
4880
4881         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4882
4883         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4884         Accept complex pipeline descriptions as an audio profile instead of just
4885         a single element. Fixes #420658.
4886
4887 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4888
4889         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4890           Rename registered type in preparation of GstTagDemux moving to
4891           -base at some point in the future.
4892
4893 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4894
4895         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4896           Streaming mode fixes: don't unref buffer we don't own any longer;
4897           remove bogus adapter flush. Fixes #419338.
4898
4899 2007-03-17  David Schleef  <ds@schleef.org>
4900
4901         * REQUIREMENTS: Change the format to key/value, add a bunch of
4902           information, remove a bunch of requirements that are for
4903           other GStreamer packages.
4904
4905 2007-03-17  David Schleef  <ds@schleef.org>
4906
4907         * REQUIREMENTS: Fix a few things.  This file really needs a
4908         good once-over.
4909
4910 2007-03-15  Edward Hervey  <edward@fluendo.com>
4911
4912         * sys/Makefile.am:
4913         Don't forget to distribute the sys/osxaudio/ directory.
4914
4915 2007-03-15  Edward Hervey  <edward@fluendo.com>
4916
4917         * configure.ac:
4918         * sys/Makefile.am:
4919         * sys/osxaudio/Makefile.am:
4920         * sys/osxaudio/gstosxaudio.c:
4921         * sys/osxaudio/gstosxaudiosink.c:
4922         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4923         (gst_osx_audio_sink_getcaps),
4924         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4925         * sys/osxaudio/gstosxaudiosrc.c:
4926         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4927         (gst_osx_audio_src_create_ringbuffer):
4928         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4929         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4930         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4931         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4932         * sys/osxaudio/gstosxringbuffer.h:
4933         Activate osxaudio in gst-plugins-good with proper build setup.
4934         Add inlined documentation.
4935         Fix debug statements
4936         Fix ringbuffer when pausing.
4937         Fixes #323471
4938
4939 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4940         * gst/rtp/gstrtppcmapay.c:
4941         * gst/rtp/gstrtppcmapay.h:
4942         * gst/rtp/gstrtppcmupay.c:
4943         * gst/rtp/gstrtppcmupay.h:
4944         Ported mulaw and alaw payloaders to use new base class
4945
4946 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4947
4948         * po/af.po:
4949         * po/az.po:
4950         * po/cs.po:
4951         * po/en_GB.po:
4952         * po/it.po:
4953         * po/nl.po:
4954         * po/or.po:
4955         * po/sq.po:
4956         * po/sr.po:
4957         * po/sv.po:
4958         * po/uk.po:
4959         * po/vi.po:
4960           Update translations.
4961
4962 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         * configure.ac:
4965           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4966
4967 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4968
4969         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4970           Fix handling of -1 values for start and stop values when seeking,
4971           and SEEK_CUR+SEEK_END here as well.
4972
4973 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4974
4975         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4976           Fix handling of -1 values for start and stop values when seeking, 
4977           and SEEK_CUR+SEEK_END.
4978
4979 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4980
4981         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4982           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4983           the image format a variable-length NUL-terminated string; in
4984           versions before that the image format is a fixed-length string of
4985           3 characters (see #348644 for a sample tag).
4986           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4987
4988 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4989
4990         * win32/MANIFEST:
4991         Add new project files to MANIFEST.
4992         * win32/vs6/libgstaudiofx.dsp:
4993         * win32/vs6/libgstrtp.dsp:
4994         * win32/vs6/libgstrtsp.dsp:
4995         Update project files.
4996         
4997 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4998
4999         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5000         (gst_avi_demux_parse_index):
5001         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5002         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5003           Printf format fixes; also add some missing quotes in translated
5004           strings. Fixes #416728 and #416727.
5005
5006 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5007
5008         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5009           Tim and I can't think of any reason the child audio sink needs to 
5010           be set back to NULL after successfully determining that it can 
5011           reach READY - it gets immediately set back to READY by the caller
5012           anyway, causing an unnecessary close/open of any audio devices
5013           involved.
5014
5015 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         * po/LINGUAS:
5018         * po/ja.po:
5019           Add ja.po file from #377306.
5020
5021 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5024         * sys/sunaudio/gstsunaudiomixertrack.c:
5025         (gst_sunaudiomixer_track_new):
5026           Actually translate sunaudio mixer track labels instead of just
5027           marking the strings as translatable (#377306); clean up weird
5028           label string mapping code that serves no apparent purpose. Also
5029           set the 'untranslated-label' property when creating mixer tracks
5030           if the GstMixerTrack base class supports this.
5031
5032         * tests/check/Makefile.am:
5033         * tests/check/elements/.cvsignore:
5034         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5035         (sunaudio_suite):
5036           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5037           actually tested on a system where sunaudiomixer is available).
5038
5039 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5040
5041         * tests/check/Makefile.am:
5042         Re-enable the states test and see if it works on the buildbots.
5043
5044 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5045
5046         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5047         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5048         (gst_dvdec_change_state):
5049         * ext/dv/gstdvdec.h:
5050         Infer pixel-aspect-ratio from the video frame format if it isn't
5051         provided by the container, as happens when playing DV from AVI
5052         or Quicktime containers.
5053
5054         Patch by: Wim Taymans <wim@fluendo.com>
5055         Fixes #380944
5056
5057 2007-03-09  Wim Taymans  <wim@fluendo.com>
5058
5059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5060         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5061         will later be handled by the jitterbuffer.
5062
5063 2007-03-09  Wim Taymans  <wim@fluendo.com>
5064
5065         * ext/taglib/gstid3v2mux.cc:
5066         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5067         Fixes #414496.
5068         
5069         Patch by: Alex Lancaster <alexl at users sourceforge net>
5070
5071 2007-03-09  Wim Taymans  <wim@fluendo.com>
5072
5073         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5074         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5075         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5076         (gst_avi_demux_chain):
5077         Fix stream position reporting after a seek. Fixes #416445.
5078
5079 2007-03-08  Wim Taymans  <wim@fluendo.com>
5080
5081         Patch by: René Stadler <mail at renestadler dot de>
5082
5083         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5084         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5085         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5086         Make avidemux accept optional header chunks in any order.
5087         Fixes #415446.
5088
5089 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5090
5091         * tests/check/Makefile.am:
5092         Disable the states check until the remaining Valgrind errors
5093         are fixed or suppressed.
5094
5095 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5096
5097         * tests/check/elements/.cvsignore:
5098           Add audiodynamic check to .cvsignore
5099
5100 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5101
5102         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5103
5104         * gst/audiofx/Makefile.am:
5105         * gst/audiofx/audiodynamic.c:
5106         (gst_audio_dynamic_characteristics_get_type),
5107         (gst_audio_dynamic_mode_get_type),
5108         (gst_audio_dynamic_set_process_function),
5109         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5110         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5111         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5112         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5113         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5114         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5115         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5116         (gst_audio_dynamic_transform_hard_knee_expander_int),
5117         (gst_audio_dynamic_transform_hard_knee_expander_float),
5118         (gst_audio_dynamic_transform_soft_knee_expander_int),
5119         (gst_audio_dynamic_transform_soft_knee_expander_float),
5120         (gst_audio_dynamic_transform_ip):
5121         * gst/audiofx/audiodynamic.h:
5122         * gst/audiofx/audiofx.c: (plugin_init):
5123         Add new audiodynamic element which can act as a compressor or
5124         expander. Supported are hard-knee and soft-knee operation modes with
5125         user-specified ratio and threshold.
5126         Attack and release parameters are not yet implemented but will follow.
5127         * docs/plugins/Makefile.am:
5128         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5129         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5130         * docs/plugins/gst-plugins-good-plugins.args:
5131         * docs/plugins/inspect/plugin-audiofx.xml:
5132         Integrate audiodynamic into the docs.
5133         * tests/check/Makefile.am:
5134         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5135         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5136         Add unit test for audiodynamic.
5137
5138 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5139
5140         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5141         Free handles that we allocated when exiting via the error paths.
5142
5143 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5144
5145         * gst/level/gstlevel.c: (gst_level_class_init),
5146         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5147         (gst_level_transform_ip):
5148         * gst/level/gstlevel.h:
5149           Resolve message timestamps against the playback segment.
5150
5151 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5154         (gst_id3demux_sink_activate):
5155           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5156           caps passed to it (previously one code path assumed it took ownership
5157           while another one assumed it didn't, while in fact it sometimes did and
5158           sometimes didn't ...).
5159
5160         * configure.ac:
5161         * tests/files/Makefile.am:
5162         * tests/files/id3-407349-1.tag:
5163         * tests/files/id3-407349-2.tag:
5164           Add directory where data for unit tests can be stored.
5165
5166         * tests/Makefile.am:
5167         * tests/check/Makefile.am:
5168         * tests/check/elements/.cvsignore:
5169         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5170         (read_tags_from_file), (run_check_for_file),
5171         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5172           Add unit test for id3demux, and in particular for bug #407349. Only
5173           testing pull-mode for now; push mode doesn't work yet because the test
5174           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5175
5176 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5177
5178         * tests/check/Makefile.am:
5179           Add missing backslash at end of line.
5180
5181 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5182
5183         Trigger rebuild.
5184
5185 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5186
5187         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5188         * gst/id3demux/id3tags.h:
5189         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5190         (parse_obsolete_tdat_frame):
5191           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5192           the four-digit number will be interpreted as a year, whereas it is
5193           month and day in DDMM format. Instead, parse TDAT frames and fix up
5194           the date in the GST_TAG_DATE tag later if we also extracted a year.
5195           Fixes #407349.
5196
5197 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5198
5199         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5200         (gst_switch_commit_new_kid):
5201         Fix up the dispose logic so it doesn't leak, and fix setting of 
5202         the child state so that we don't set a child to our current state 
5203         just as we are changing it to something else.
5204
5205 2007-03-06  Wim Taymans  <wim@fluendo.com>
5206
5207         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5208         (gst_goom_chain):
5209         * gst/goom/gstgoom.h:
5210         Document, fix and improve goom adapter behaviour.
5211         Fixes #407006.
5212
5213 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5214
5215         * ext/esd/esdsink.c: (gst_esdsink_open):
5216         Unref static pad template after using it.
5217
5218 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5219
5220         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5221         (gst_switch_commit_new_kid):
5222         Fix up the reference counting of the child elements.
5223
5224 2007-03-05  Wim Taymans  <wim@fluendo.com>
5225
5226         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5227         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5228         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5229         Fix encoding-name case.
5230
5231 2007-03-05  Wim Taymans  <wim@fluendo.com>
5232
5233         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5234         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5235         (gst_rtp_speex_depay_process):
5236         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5237         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5238         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5239         (gst_rtp_speex_pay_change_state):
5240         * gst/rtp/gstrtpspeexpay.h:
5241         Fix speex (de)payloader. Fixes #358040.
5242
5243 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5244
5245         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5246         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5247         Install fakesink in NULL by fixing some broken logic. This obviates
5248         the need to manually set _IS_SINK.
5249         Add some comments and remove a little cruft while I'm at it.
5250
5251 2007-03-05  Wim Taymans  <wim@fluendo.com>
5252
5253         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5254         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5255
5256 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5257
5258         * po/POTFILES.in:
5259           Update.
5260
5261 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5262
5263         * tests/check/Makefile.am:
5264         Gah! Also disable gconfvideosink from the tests, otherwise
5265         it will instantiate autovideosink, and dfbvideosink and
5266         leak on the buildbots.
5267
5268 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5269
5270         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5271         (gst_cdio_cdda_src_finalize):
5272         Make sure we always destroy our libcdio handle.
5273
5274 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5275
5276         * tests/check/Makefile.am:
5277         Disable autovideosink so the buildbots don't barf over memory
5278         leaked in the directfb sink.
5279
5280 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5281
5282         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5283         Chain up in dispose
5284
5285 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5286
5287         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5288         (gst_multipart_find_pad_by_mime):
5289         Use gst_pad_new_from_static_template instead of
5290         static_pad_template_get+pad_new.
5291
5292 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5293
5294         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5295         Catch the case where no clock has been set.
5296
5297 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5298
5299         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5300         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5301         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5302         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5303         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5304         (gst_gconf_audio_src_finalize), (do_toggle_element):
5305         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5306         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5307         (do_toggle_element):
5308         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5309         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5310         (gst_gconf_video_src_finalize), (do_toggle_element):
5311         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5312         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5313         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5314         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5315         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5316         (gst_shout2send_init), (gst_shout2send_finalize):
5317         * gst/debug/testplugin.c: (gst_test_class_init),
5318         (gst_test_finalize):
5319         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5320         (gst_flxdec_dispose):
5321         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5322         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5324         (gst_rtspsrc_finalize):
5325         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5326         * gst/rtsp/rtspextwms.h:
5327         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5328         (gst_smpte_finalize):
5329         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5330         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5331         (gst_udpsink_finalize):
5332         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5333         (gst_wavparse_sink_activate):
5334         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5335         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5336         (gst_oss_src_finalize):
5337         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5338         * sys/v4l2/gstv4l2object.h:
5339         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5340         (gst_v4l2src_finalize):
5341         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5342
5343         Fix a bunch of leaks shown by the newly-added states test.
5344
5345 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5346
5347         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5348         Use gst_pad_new_from_static_template instead of 
5349         static_pad_template_get+pad_new.
5350
5351 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5352
5353         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5354
5355         * ext/libcaca/Makefile.am:
5356         * gst/debug/Makefile.am:
5357           Don't mix tabs and spaces (#414168).
5358
5359 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5360
5361         * tests/check/generic/.cvsignore:
5362           Ignore files to please buildbot.
5363
5364 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5365
5366         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5367         (gst_wavparse_stream_data):
5368           Unbreak my previous commit (swapped nominator & denominator). Tim,
5369           thanks for spotting.
5370
5371 2007-03-02  Wim Taymans  <wim@fluendo.com>
5372
5373         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5374         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5375         (gst_cdio_cdda_src_finalize):
5376         Small code cleanups.
5377         Don't use pad_alloc as the base class cannot deal with the error codes.
5378
5379 2007-03-02  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5382         (gst_udpsrc_create):
5383         Fix doc.
5384
5385 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5386
5387         Patch by: René Stadler <mail@renestadler.de>
5388
5389         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5390         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5391         (gst_wavparse_stream_data):
5392           Handle rounding better to not drop last sample frame. Fixes #356692
5393
5394 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5395
5396         * tests/check/Makefile.am:
5397         Disable cacasink from the states check too - it also calls exit(1)
5398         on us when it can't find a terminal to talk to.
5399
5400 2007-03-02  Wim Taymans  <wim@fluendo.com>
5401
5402         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5403
5404         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5405         (gst_udpsrc_create), (gst_udpsrc_set_property),
5406         (gst_udpsrc_get_property):
5407         * gst/udp/gstudpsrc.h:
5408         Add support to strip proprietary headers. Fixes #350296.
5409
5410 2007-03-02  Wim Taymans  <wim@fluendo.com>
5411
5412         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5413         Fix compilation.
5414
5415 2007-03-02  Wim Taymans  <wim@fluendo.com>
5416
5417         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5418
5419         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5420         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5421         (gst_rtp_mp2t_depay_set_property),
5422         (gst_rtp_mp2t_depay_get_property):
5423         * gst/rtp/gstrtpmp2tdepay.h:
5424         Add support to strip off proprietary headers. Fixes #350278.
5425
5426 2007-03-02  Wim Taymans  <wim@fluendo.com>
5427
5428         * ext/hal/hal.c:
5429         Fix compilation.
5430
5431 2007-03-02  Wim Taymans  <wim@fluendo.com>
5432
5433         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5434         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5435         (gst_sunaudiosrc_open):
5436         * sys/sunaudio/gstsunaudiosrc.h:
5437         Remove device-name from GstSunAudioSrc. Fixes #412597.
5438
5439 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5440
5441         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5442         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5443         Having NULL as UDI previously selected the default sink/src. Change
5444         this back but mention it in the debug output.
5445         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5446         (gst_hal_get_oss_element), (gst_hal_get_string),
5447         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5448         (gst_hal_get_audio_src):
5449         * ext/hal/hal.h:
5450         Refactor a bit, check all error conditions, greatly improve debugging
5451         and fix some possible memory leaks. Also implement OSS support
5452         and allow specifying an UDI that points to a real device. For this the
5453         child device which supports ALSA (preferred) or OSS is used.
5454         As a side effect this makes it impossible now to get a alsasink in
5455         halaudiosrc and a alsasrc in halaudiosink.
5456
5457 2007-03-01  Wim Taymans  <wim@fluendo.com>
5458
5459         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5460         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5461         Errors from the udp sources are not fatal unless all of them are in
5462         error.
5463
5464 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5465
5466         * tests/check/Makefile.am:
5467         Disable aasink in the states test. I suspect this is the element that
5468         is calling exit(1) when it can't proceed.
5469
5470 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5471
5472         * tests/check/Makefile.am:
5473         Draw plugins in from the build tree sys/ dir, rather than picking
5474         up the already installed versions.
5475
5476 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5477
5478         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5479         Error out correctly when getting xcontext fails.
5480
5481 2007-03-01  Wim Taymans  <wim@fluendo.com>
5482
5483         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5484         Make state change to PAUSED NO_PREROLL because that's what it will be in
5485         the future and rtspsrc relies on it.
5486
5487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5488         (gst_rtspsrc_change_state):
5489         Don't error out when we don't get an error from the state change
5490         function.
5491
5492 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5493
5494         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5495         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5496           Check if the device UDI is set before trying to query HAL
5497           about it and give a useful error message if it wasn't set.
5498         * ext/hal/hal.c: (gst_hal_get_string):
5499           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5500           gives an assertion failure in D-Bus when running with
5501           DBUS_FATAL_WARNINGS=1.
5502
5503 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5504
5505         * configure.ac:
5506           Convert to new AG_GST style.
5507
5508 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5509
5510         * tests/check/Makefile.am:
5511         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5512           add test for states
5513
5514 2007-02-28  Wim Taymans  <wim@fluendo.com>
5515
5516         * tests/check/elements/.cvsignore:
5517         Add new videofilter check to .cvsignore.
5518
5519 2007-02-28  Wim Taymans  <wim@fluendo.com>
5520
5521         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5522         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5523         (gst_avi_demux_loop), (gst_avi_demux_chain):
5524         Fix combined flow return. Fixes #412608.
5525
5526 2007-02-28  Wim Taymans  <wim@fluendo.com>
5527
5528         * gst/videofilter/Makefile.am:
5529         Dist header..
5530
5531 2007-02-28  Wim Taymans  <wim@fluendo.com>
5532
5533         * gst/videofilter/gstgamma.h:
5534         Add header too.
5535
5536 2007-02-28  Wim Taymans  <wim@fluendo.com>
5537
5538         Patch by: Mark Nauwelaerts <manauw at skynet be>
5539
5540         * gst/videofilter/Makefile.am:
5541         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5542         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5543         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5544         (oil_tablelookup_u8), (gst_gamma_set_caps),
5545         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5546         Port gamma filter to 0.10. Fixes #412704.
5547
5548         * tests/check/Makefile.am:
5549         * tests/check/elements/videofilter.c: (setup_filter),
5550         (cleanup_filter), (check_filter), (GST_START_TEST),
5551         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5552         Add unit tests for videofilters.
5553
5554 2007-02-28  Wim Taymans  <wim@fluendo.com>
5555
5556         * gst/rtsp/URLS:
5557         Add another interesting test url.
5558
5559         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5560         Don't allow getting header fields from data packets.
5561
5562 2007-02-28  Michael Smith  <msmith@fluendo.com>
5563
5564         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5565         (gst_shout2send_init), (gst_shout2send_start),
5566         (gst_shout2send_set_property), (gst_shout2send_get_property):
5567         * ext/shout2/gstshout2.h:
5568           Add a property for username.
5569
5570 2007-02-27  Christian Schallerr <christian@fluendo.com>
5571
5572         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5573
5574 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5575
5576         * gst/rtsp/Makefile.am:
5577         Fix make check too.
5578
5579 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5580
5581         * gst/rtsp/base64.c: (util_base64_encode):
5582         * gst/rtsp/base64.h:
5583         Commit missing files for base64 encoding.
5584
5585 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5586
5587         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5588
5589         * configure.ac:
5590         * ext/annodex/Makefile.am:
5591         * ext/jpeg/Makefile.am:
5592         * ext/speex/Makefile.am:
5593         * gst/alpha/Makefile.am:
5594         * gst/cutter/Makefile.am:
5595         * gst/debug/Makefile.am:
5596         * gst/effectv/Makefile.am:
5597         * gst/goom/Makefile.am:
5598         * gst/level/Makefile.am:
5599         * gst/smpte/Makefile.am:
5600         * gst/videofilter/Makefile.am:
5601           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5602
5603 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5604
5605         * gst/rtsp/Makefile.am:
5606         * gst/rtsp/rtspconnection.c: (append_auth_header),
5607         (rtsp_connection_send), (rtsp_connection_set_auth):
5608         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5609         from icecast to replace it. Relicensed from GPL courtesy of Mike
5610         Smith.
5611
5612 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5613
5614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5615         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5616         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5617         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5618         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5619         (gst_rtspsrc_uri_set_uri):
5620         * gst/rtsp/gstrtspsrc.h:
5621         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5622         (append_auth_header), (rtsp_connection_send),
5623         (rtsp_connection_free), (rtsp_connection_set_auth):
5624         * gst/rtsp/rtspconnection.h:
5625         * gst/rtsp/rtspdefs.h:
5626         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5627         * gst/rtsp/rtspurl.h:
5628
5629         Implement simple Basic Authentication support so that urls like
5630         rtsp://user:pass@hostname/rtspstream work on hosts that require
5631         authentication.
5632
5633 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5634
5635         * sys/v4l2/gstv4l2object.c:
5636         * sys/v4l2/gstv4l2tuner.c:
5637         * sys/v4l2/v4l2_calls.c:
5638         Fix segfault when oppening a radio device.
5639         
5640 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5641
5642         * gst/level/gstlevel.c: (gst_level_set_caps),
5643         (gst_level_transform_ip):
5644         * sys/v4l2/README:
5645         * tests/check/elements/level.c: (GST_START_TEST):
5646           Fix level for multi-channel case.
5647
5648 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5649
5650         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5651         (gst_level_transform_ip):
5652         * gst/level/gstlevel.h:
5653           Use function pointer for process function and add process functions
5654           for float audio.
5655
5656 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5657
5658         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5659         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5660         (gst_v4l2src_capture_init):
5661           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5662           fixes #407369
5663
5664 2007-02-18  Wim Taymans  <wim@fluendo.com>
5665
5666         * gst/rtp/Makefile.am:
5667         * gst/rtp/gstrtp.c: (plugin_init):
5668         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5669         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5670         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5671         (gst_rtp_mp2t_pay_plugin_init):
5672         * gst/rtp/gstrtpmp2tpay.h:
5673         Added simple mpeg transport stream payloader.
5674
5675 2007-02-16  Wim Taymans  <wim@fluendo.com>
5676
5677         * gst/rtsp/URLS:
5678         Add example H264 rtsp url.
5679
5680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5681         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5682         Don't convert values to lowercase or we might mess up base64 encoded
5683         properties.
5684
5685 2007-02-16  Wim Taymans  <wim@fluendo.com>
5686
5687         * gst/rtp/README:
5688         Fix case of string params.
5689
5690         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5691         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5692         Fix depayloader, support more packet types.
5693         Add sync codes to make sure the packetizer can do its job.
5694
5695         * gst/rtp/gstrtpmp4gdepay.c:
5696         * gst/rtp/gstrtpmp4gpay.c:
5697         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5698         Fix caps case again.
5699
5700 2007-02-15  Wim Taymans  <wim@fluendo.com>
5701
5702         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5703         Set right caps on output buffers.
5704
5705 2007-02-14  Wim Taymans  <wim@fluendo.com>
5706
5707         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5708         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5709         Clear stack allocated SDPMedia struct before calling _init() on it.
5710         Clarify this in the docs as well.
5711
5712 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5713
5714         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5715         (do_change_child):
5716         Don't reset the profile when going switching states, as it makes
5717         the element non-reusable.
5718
5719 2007-02-14  Wim Taymans  <wim@fluendo.com>
5720
5721         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5722         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5723         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5724         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5725         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5726         (sdp_parse_line):
5727         * gst/rtsp/sdpmessage.h:
5728         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5729         Fix memory management of SDP messages. Fixes #407793.
5730
5731 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5732
5733         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5734
5735         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5736         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5737
5738 2007-02-14  Wim Taymans  <wim@fluendo.com>
5739
5740         Patch by: jp.liu <jp_liu at astrocom dot cn>
5741
5742         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5743         Fix parsing of password field in url. Fixes #407797.
5744
5745 2007-02-14  Wim Taymans  <wim@fluendo.com>
5746
5747         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5748         (gst_wavparse_reset), (gst_wavparse_init),
5749         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5750         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5751         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5752         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5753         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5754         (gst_wavparse_loop), (gst_wavparse_chain),
5755         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5756         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5757         (plugin_init):
5758         * gst/wavparse/gstwavparse.h:
5759         Update docs.
5760         Use boilerplate.
5761         Various code cleanups.
5762         When the bitrate is not known (bps == 0 or compressed formats) let
5763         downstream element guestimate the duration and position and don't
5764         generate timestamps or durations. Fixes #405213.
5765         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5766         error flowreturn upstream.
5767
5768 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5769
5770         * ext/gconf/Makefile.am:
5771         * ext/gconf/gconf.c: (gst_gconf_get_string),
5772         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5773         (gst_gconf_render_bin_with_default):
5774         * ext/gconf/gconf.h:
5775         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5776         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5777         (gst_gconf_audio_sink_dispose), (do_change_child),
5778         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5779         (cb_change_child), (gst_gconf_audio_sink_change_state):
5780         * ext/gconf/gstgconfaudiosink.h:
5781         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5782         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5783         (gst_switch_sink_init), (gst_switch_sink_dispose),
5784         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5785         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5786         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5787         * ext/gconf/gstswitchsink.h:
5788         * gst/autodetect/gstautoaudiosink.c:
5789         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5790         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5791         (gst_auto_audio_sink_detect):
5792         * gst/autodetect/gstautovideosink.c:
5793         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5794         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5795         (gst_auto_video_sink_detect):
5796         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5797         and a child that implements the GConf key monitoring. The end goal of
5798         this is an audio sink that can be changed on the fly, but at the 
5799         moment it still only changes on the next READY transition.
5800
5801 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5802
5803         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5804         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5805         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5806         (gst_avi_demux_calculate_durations_from_index),
5807         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5808         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5809         (gst_avi_demux_loop):
5810           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5811
5812 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5813
5814         * configure.ac:
5815         * docs/plugins/Makefile.am:
5816           Add crossreferences to glib/gobject/gstream docs.
5817
5818 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5819
5820         * gst/monoscope/Makefile.am:
5821         * gst/monoscope/gstmonoscope.c:
5822           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5823           (but no LIBS, since we only use defines from the headers).
5824
5825 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5826
5827         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5828
5829         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5830         (gst_wavparse_stream_data):
5831           Fix massive memory leak when operating in streaming mode due to
5832           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5833           Fixes #407057.
5834
5835 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5836
5837         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5838         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5839         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5840         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5841         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5842         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5843         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5844         (gst_avi_demux_calculate_durations_from_index),
5845         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5846         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5847         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5848         * gst/avi/gstavidemux.h:
5849           Save some memory (8%) by repacking the index entry structure (more to
5850           come). Add more FIXMEs to questionable parts.
5851
5852 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5853
5854         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5855         (gst_v4l2src_get_caps):
5856         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5857         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5858         (gst_v4l2src_capture_init):
5859           More FIXME comments and messaging changes.
5860
5861 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5862
5863         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5864         (gst_goom_change_state):
5865         * gst/goom/gstgoom.h:
5866           Improved docs and use GST_DEBUG_FUNCPTR.
5867
5868         * gst/level/gstlevel.c: (gst_level_class_init):
5869           Use GST_DEBUG_FUNCPTR.
5870
5871         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5872         (gst_monoscope_chain), (gst_monoscope_change_state):
5873           Improved docs source cleanups.
5874
5875 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5876
5877         * gst/debug/Makefile.am:
5878         * gst/debug/gstdebug.c: (plugin_init):
5879         * gst/debug/gstpushfilesrc.c:
5880         * gst/debug/gstpushfilesrc.h:
5881           Add code for a pushfilesrc element that implements a pushfile:// URI
5882           handler, to make debugging push-mode operation of demuxer/decoders
5883           that support both easier in connection with seek/playbin/etc.
5884           The element isn't registered at the moment.
5885
5886 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5887
5888         * gst/avi/gstavimux.c:
5889           Comment a #if 0 in caps template definition as VS6 seems to 
5890         do not support it.
5891         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5892           Use gst_guint64_to_gdouble for conversion.
5893         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5894           Move variables declaration before the first instruction.
5895         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5896           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5897           And don't include netdb.h for G_OS_WIN32
5898         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5899           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5900           by VS6 then use an other way to initialize SDPMedia structure.
5901         * gst/udp/gstdynudpsink.h:
5902         * gst/udp/gstdynudpnetutils.h:
5903           Do not include <sys/time.h> for G_OS_WIN32
5904         * gst/udp/gstudpsrc.c:
5905           Define socklen_t as int for G_OS_WIN32
5906         * win/common/config.h.in:
5907           Undef HAVE_NETINET_IN_H
5908         * win32/vs6/gst_plugins_good.dsw:
5909         * win32/vs6/libgstrtp.dsp:
5910         * win32/vs6/libgstrtsp.dsp:
5911         * win32/vs6/libgstautogen.dsp:
5912         * win32/vs6/libgstaudiofx.dsp:
5913         * win32/vs6/libgstudp.dsp:
5914           Add and update project files.
5915         * win32/common/gstudp-enumtypes.c:
5916         * win32/common/gstudp-enumtypes.h:
5917           Add a copy of udp enumtypes to win32/common as in core 
5918           and base.
5919         
5920 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5921
5922         * configure.ac:
5923           Activate monoscope when building with --enable-experimental. Fix
5924           --enable-external configure switch description.
5925
5926         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5927         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5928           Help gst-indent.
5929
5930 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5931
5932         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5933           Explicitly cast result of pointer arithmetic to integer in order to
5934           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5935
5936 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5937
5938         * gst/debug/progressreport.c:
5939           Some more docs.
5940
5941 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5942
5943         * docs/plugins/inspect/plugin-rtp.xml:
5944           Update for new elements.
5945
5946         * gst/debug/progressreport.h:
5947           Commit newly-created header file as well.
5948
5949 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5950
5951         * docs/plugins/Makefile.am:
5952         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5953         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5954         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5955         * gst/debug/Makefile.am:
5956         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5957         (gst_progress_report_do_query), (gst_progress_report_report):
5958           Make progressreport element post messages with the current progress
5959           on the bus. Also add some basic docs for it.
5960
5961 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5962
5963         * ext/hal/hal.c: (gst_hal_get_string):
5964         * ext/hal/hal.h:
5965           Some small cleanups; deal with errors when parsing the HAL ALSA
5966           capabilities a bit better.
5967
5968 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5971           Let's try this again and use the right cast this time.
5972
5973 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5974
5975         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5976           Add cast to avoid compiler warnings with older GLib versions
5977           where the nick/name members in GEnumValue are not declared as
5978           constant strings.
5979
5980 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5983         (gst_gconf_render_bin_from_key),
5984         (gst_gconf_get_default_audio_sink):
5985         * ext/gconf/gconf.h:
5986         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5987         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5988         (gst_gconf_audio_sink_get_property):
5989           In gconfaudiosink, get the right key as the old key in do_toggle
5990           (ie. one dependent on the profile selected). Log some more stuff so
5991           we can see what's actually going on.
5992
5993 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5994
5995         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5996         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5997         (gst_audio_amplify_set_process_function),
5998         (gst_audio_amplify_setup):
5999         * gst/audiofx/audioamplify.h:
6000         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6001         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6002         * gst/audiofx/audioinvert.h:
6003         Some small cleanups and port both elements to the new GstAudioFilter
6004         base class to save a few lines of common code.
6005         * gst/audiofx/Makefile.am:
6006         Link against libgstaudio for the above changes
6007
6008 2007-01-29  Wim Taymans  <wim@fluendo.com>
6009
6010         * tests/check/elements/.cvsignore:
6011         Some more ignores.
6012
6013 2007-01-26  Wim Taymans  <wim@fluendo.com>
6014
6015         Patch by: charles <charlesg3 at gmail dot com>
6016
6017         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6018         (set_shout_metadata), (gst_shout2send_event):
6019         * ext/shout2/gstshout2.h:
6020         Properly handle tags in shout2send. Fixes #399825.
6021
6022 2007-01-25  Wim Taymans  <wim@fluendo.com>
6023
6024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6025         (gst_rtspsrc_activate_streams):
6026         Convert SDP fields to upper/lowercase following the rules in the SDP to
6027         caps document. 
6028
6029 2007-01-25  Wim Taymans  <wim@fluendo.com>
6030
6031         * gst/rtp/README:
6032         * gst/rtp/gstrtpilbcdepay.c:
6033         * gst/rtp/gstrtpilbcpay.c:
6034         * gst/rtp/gstrtpmp4gdepay.c:
6035         * gst/rtp/gstrtpmp4gpay.c:
6036         * gst/rtp/gstrtpspeexdepay.c:
6037         * gst/rtp/gstrtpspeexpay.c:
6038         * gst/rtp/gstrtpsv3vdepay.c:
6039         * gst/rtp/gstrtptheoradepay.c:
6040         * gst/rtp/gstrtptheorapay.c:
6041         * gst/rtp/gstrtpvorbisdepay.c:
6042         * gst/rtp/gstrtpvorbispay.c:
6043         Fix case of encoding-name and key/value pairs to match the document.
6044         This is to make interoperation with SDP case-insensitive as required by
6045         the relevant RFCs.
6046
6047 2007-01-25  Wim Taymans  <wim@fluendo.com>
6048
6049         * configure.ac:
6050         Bump required -core/-base to CVS
6051
6052 2007-01-25  Wim Taymans  <wim@fluendo.com>
6053
6054         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6055         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6056         * gst/rtp/gstrtpL16pay.h:
6057         Fill up to MTU using adapter.
6058         Timestamp rtp packets.
6059
6060 2007-01-25  Edward Hervey  <edward@fluendo.com>
6061
6062         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6063         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6064         Use G_GSIZE_FORMAT in print statements for portability.
6065         Fixes build on macosx.
6066
6067 2007-01-24  Wim Taymans  <wim@fluendo.com>
6068
6069         * gst/rtp/Makefile.am:
6070         * gst/rtp/gstrtp.c: (plugin_init):
6071         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6072         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6073         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6074         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6075         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6076         (gst_rtp_L16_depay_plugin_init):
6077         * gst/rtp/gstrtpL16depay.h:
6078         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6079         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6080         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6081         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6082         (gst_rtp_L16_pay_plugin_init):
6083         * gst/rtp/gstrtpL16pay.h:
6084         Port and enable raw audio payloader/depayloader. Needs a bit more work
6085         on the payloader side.
6086
6087 2007-01-24  Wim Taymans  <wim@fluendo.com>
6088
6089         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6090         (gst_rtspsrc_stream_configure_transport),
6091         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6092         * gst/rtsp/gstrtspsrc.h:
6093         Only unblock the udp pads when we linked and activated them all.
6094         Fixes #395688.
6095
6096 2007-01-24  Wim Taymans  <wim@fluendo.com>
6097
6098         * gst/rtp/Makefile.am:
6099         * gst/rtp/gstrtp.c: (plugin_init):
6100         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6101         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6102         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6103         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6104         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6105         * gst/rtp/gstrtpac3depay.h:
6106         Added simple AC3 depayloader (RFC 4184).
6107
6108         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6109         Fix a leak.
6110
6111 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6112
6113         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6114
6115         * gst/audiofx/Makefile.am:
6116         * gst/audiofx/audioamplify.c:
6117         (gst_audio_amplify_clipping_method_get_type),
6118         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6119         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6120         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6121         (gst_audio_amplify_set_caps),
6122         (gst_audio_amplify_transform_int_clip),
6123         (gst_audio_amplify_transform_int_wrap_negative),
6124         (gst_audio_amplify_transform_int_wrap_positive),
6125         (gst_audio_amplify_transform_float_clip),
6126         (gst_audio_amplify_transform_float_wrap_negative),
6127         (gst_audio_amplify_transform_float_wrap_positive),
6128         (gst_audio_amplify_transform_ip):
6129         * gst/audiofx/audioamplify.h:
6130         * gst/audiofx/audiofx.c: (plugin_init):
6131         Add new element "audioamplify". This allows scaling of raw audio
6132         samples, similar to the "volume" element, but provides different modes
6133         for clipping and allows unlimited amplification. It's mainly targeted
6134         for creative sound design and not as a replacement of the "volume"
6135         element. Fixes #397162
6136         * docs/plugins/Makefile.am:
6137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6139         * docs/plugins/gst-plugins-good-plugins.args:
6140         * docs/plugins/inspect/plugin-audiofx.xml:
6141         Add docs for audioamplify and integrate them into the build system
6142         * tests/check/Makefile.am:
6143         * tests/check/elements/audioamplify.c: (setup_amplify),
6144         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6145         Add fairly extensive unit test suite for audioamplify
6146
6147 2007-01-24  Wim Taymans  <wim@fluendo.com>
6148
6149         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6150         Unblock pads after adding the pads to the element so that autopluggers
6151         get a change to link something. Possibly fixes #395688.
6152
6153 2007-01-24  Wim Taymans  <wim@fluendo.com>
6154
6155         * gst/rtp/gstrtpamrdepay.c:
6156         * gst/rtp/gstrtpgsmdepay.c:
6157         * gst/rtp/gstrtph263pdepay.c:
6158         * gst/rtp/gstrtph263ppay.c:
6159         * gst/rtp/gstrtph264depay.c:
6160         * gst/rtp/gstrtpilbcdepay.c:
6161         * gst/rtp/gstrtpmp2tdepay.c:
6162         * gst/rtp/gstrtpmp4gdepay.c:
6163         * gst/rtp/gstrtpmp4gpay.c:
6164         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6165         * gst/rtp/gstrtpmp4vpay.c:
6166         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6167         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6168         (gst_rtp_mpa_depay_process):
6169         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6170         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6171         * gst/rtp/gstrtppcmadepay.c:
6172         * gst/rtp/gstrtppcmudepay.c:
6173         * gst/rtp/gstrtpspeexdepay.c:
6174         * gst/rtp/gstrtpspeexpay.c:
6175         * gst/rtp/gstrtpsv3vdepay.c:
6176         * gst/rtp/gstrtptheoradepay.c:
6177         * gst/rtp/gstrtptheorapay.c:
6178         * gst/rtp/gstrtpvorbisdepay.c:
6179         * gst/rtp/gstrtpvorbispay.c:
6180         Fix caps with payload numbers.
6181         Add some fixed payload numbers to caps when possible.
6182
6183 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6184
6185         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6186
6187         * gst/audiofx/Makefile.am:
6188         * gst/audiofx/audiofx.c: (plugin_init):
6189         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6190         (gst_audio_invert_class_init), (gst_audio_invert_init),
6191         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6192         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6193         (gst_audio_invert_transform_float),
6194         (gst_audio_invert_transform_ip):
6195         * gst/audiofx/audioinvert.h:
6196         Add new audiofx element "audioinvert". This element swaps the upper
6197         and lower half of samples and can be used for example for a
6198         wide-stereo effect. Fixes #396057
6199         * docs/plugins/Makefile.am:
6200         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6201         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6202         * docs/plugins/gst-plugins-good-plugins.args:
6203         * docs/plugins/inspect/plugin-audiofx.xml:
6204         Add docs for the audioinvert element and add them to the build system.
6205         * tests/check/Makefile.am:
6206         * tests/check/elements/audioinvert.c: (setup_invert),
6207         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6208         Add unit test suite for the audioinvert element.
6209
6210 2007-01-23  Wim Taymans  <wim@fluendo.com>
6211
6212         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6213         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6214         Parse config params as string and int.
6215         Parse and use AU header length
6216
6217 2007-01-23  Wim Taymans  <wim@fluendo.com>
6218
6219         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6220         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6221         * gst/smpte/gstmask.c: (_gst_mask_register):
6222         * gst/smpte/gstmask.h:
6223         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6224         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6225         (gst_smpte_paint_triangle_clock):
6226         constify some static structs.
6227         Don't update the mask if nothing changed to the params.
6228         Make sure we never draw outside of the picture. Fixes #398325.
6229
6230 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6231
6232         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6233           Error out properly when pull_range fails while we're reading the
6234           headers, instead of just pausing the task silently. Fixes #399338.
6235
6236 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6237
6238         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6239           Some more sanity checks to make sure the input formats match and the
6240           input pads are actually negotiated, in case someone tries to feed
6241           buffers from fakesrc or filesrc. Fixes #398299.
6242           Also const-ify an array, just because we can.
6243
6244 2007-01-19  Edward Hervey  <edward@fluendo.com>
6245
6246         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6247         Ignore previous commit, that was only valid for widths and heights
6248         that are multiples of 4.
6249         Copy over size/stride macros from jpegdec. This allows the element
6250         to work with any width,height...
6251         ... but puts in evidence that the actual transformations only work
6252         with width/height that are multiples of 4.
6253
6254 2007-01-19  Edward Hervey  <edward@fluendo.com>
6255
6256         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6257         Allocate buffers of the right size.
6258         The proper size of a I420 buffer in bytes is:
6259         
6260             width * height * 3
6261             ------------------
6262                     2
6263
6264 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6265
6266         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6267           Proxy getcaps on sink pads too, so that we either end up with the
6268           same dimensions on all pads or error out if that's not possible
6269           (seems to work even!). Fixes #398086, I think.
6270
6271 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6272
6273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6274         * docs/plugins/gst-plugins-good-plugins.args:
6275         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6276           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6277           fix integer properties with -1 as minimum value.
6278
6279         * docs/plugins/inspect/plugin-1394.xml:
6280         * docs/plugins/inspect/plugin-aasink.xml:
6281         * docs/plugins/inspect/plugin-alaw.xml:
6282         * docs/plugins/inspect/plugin-alpha.xml:
6283         * docs/plugins/inspect/plugin-alphacolor.xml:
6284         * docs/plugins/inspect/plugin-annodex.xml:
6285         * docs/plugins/inspect/plugin-apetag.xml:
6286         * docs/plugins/inspect/plugin-audiofx.xml:
6287         * docs/plugins/inspect/plugin-auparse.xml:
6288         * docs/plugins/inspect/plugin-autodetect.xml:
6289         * docs/plugins/inspect/plugin-avi.xml:
6290         * docs/plugins/inspect/plugin-cacasink.xml:
6291         * docs/plugins/inspect/plugin-cairo.xml:
6292         * docs/plugins/inspect/plugin-cdio.xml:
6293         * docs/plugins/inspect/plugin-cutter.xml:
6294         * docs/plugins/inspect/plugin-debug.xml:
6295         * docs/plugins/inspect/plugin-dv.xml:
6296         * docs/plugins/inspect/plugin-efence.xml:
6297         * docs/plugins/inspect/plugin-effectv.xml:
6298         * docs/plugins/inspect/plugin-esdsink.xml:
6299         * docs/plugins/inspect/plugin-flac.xml:
6300         * docs/plugins/inspect/plugin-flxdec.xml:
6301         * docs/plugins/inspect/plugin-gconfelements.xml:
6302         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6303         * docs/plugins/inspect/plugin-goom.xml:
6304         * docs/plugins/inspect/plugin-halelements.xml:
6305         * docs/plugins/inspect/plugin-icydemux.xml:
6306         * docs/plugins/inspect/plugin-id3demux.xml:
6307         * docs/plugins/inspect/plugin-jpeg.xml:
6308         * docs/plugins/inspect/plugin-level.xml:
6309         * docs/plugins/inspect/plugin-matroska.xml:
6310         * docs/plugins/inspect/plugin-mulaw.xml:
6311         * docs/plugins/inspect/plugin-multipart.xml:
6312         * docs/plugins/inspect/plugin-navigationtest.xml:
6313         * docs/plugins/inspect/plugin-ossaudio.xml:
6314         * docs/plugins/inspect/plugin-png.xml:
6315         * docs/plugins/inspect/plugin-rtp.xml:
6316         * docs/plugins/inspect/plugin-rtsp.xml:
6317         * docs/plugins/inspect/plugin-shout2send.xml:
6318         * docs/plugins/inspect/plugin-smpte.xml:
6319         * docs/plugins/inspect/plugin-speex.xml:
6320         * docs/plugins/inspect/plugin-taglib.xml:
6321         * docs/plugins/inspect/plugin-udp.xml:
6322         * docs/plugins/inspect/plugin-videobalance.xml:
6323         * docs/plugins/inspect/plugin-videobox.xml:
6324         * docs/plugins/inspect/plugin-videoflip.xml:
6325         * docs/plugins/inspect/plugin-videomixer.xml:
6326         * docs/plugins/inspect/plugin-wavenc.xml:
6327         * docs/plugins/inspect/plugin-wavparse.xml:
6328         * docs/plugins/inspect/plugin-ximagesrc.xml:
6329           Update to CVS.
6330
6331 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6332
6333         Patch by: Sebastian Dröge <slomo circular-chaos org>
6334
6335         * gst/audiofx/audiopanorama.c:
6336           Fix doc section name (Fixes #397946)
6337
6338 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * sys/v4l2/gstv4l2object.c:
6341         (gst_v4l2_object_install_properties_helper),
6342         (gst_v4l2_object_set_property_helper),
6343         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6344         * sys/v4l2/gstv4l2object.h:
6345         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6346         (gst_v4l2src_init), (gst_v4l2src_set_property),
6347         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6348         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6349         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6350         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6351         (gst_v4l2src_capture_deinit):
6352           Fix EIO handing when capturing. Add new property to specify the number of
6353           buffers to enque (and remove the borked num-buffers usage).
6354
6355 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6356
6357         Patch by: Sebastian Dröge <slomo circular-chaos org>
6358
6359         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6360         (gst_audio_panorama_set_process_function):
6361           Use a function array for process methods, add more docs and define the
6362           startindex of enums.
6363
6364 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6365
6366         Patch by: Mark Nauwelaerts <manauw at skynet be>
6367
6368         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6369         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6370         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6371         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6372         (gst_avi_mux_riff_get_avi_header),
6373         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6374         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6375         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6376         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6377         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6378         (gst_avi_mux_change_state):
6379         * gst/avi/gstavimux.h:
6380         * tests/check/elements/avimux.c: (teardown_src_pad):
6381           Add support for more than one audio stream; write better AVIX
6382           header; refactor code a bit; don't announce vorbis caps on our audio
6383           sink pads since we don't support it anyway. Closes #379298.
6384
6385 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         Patch by: Sebastian Dröge <slomo circular-chaos org>
6388
6389         * gst/audiofx/audiopanorama.c:
6390         (gst_audio_panorama_method_get_type),
6391         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6392         (gst_audio_panorama_set_process_function),
6393         (gst_audio_panorama_set_property),
6394         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6395         (gst_audio_panorama_transform_m2s_int_simple),
6396         (gst_audio_panorama_transform_s2s_int_simple),
6397         (gst_audio_panorama_transform_m2s_float_simple),
6398         (gst_audio_panorama_transform_s2s_float_simple):
6399         * gst/audiofx/audiopanorama.h:
6400           Add 'method' property and provide a simple (non-psychoacustic)
6401           processing method (#394859).
6402
6403         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6404         (panorama_suite):
6405           Tests for new method.
6406
6407 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6410         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6411           Set correct caps on outgoing pulled buffers, or things blow up
6412           after recent core changes.
6413
6414 2007-01-11  Wim Taymans  <wim@fluendo.com>
6415
6416         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6417
6418         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6419         (gst_multipart_mux_request_new_pad),
6420         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6421         (gst_multipart_mux_change_state):
6422         Return FLOW errors ASAP. Fixes #394977.
6423         Misc cleanups.
6424
6425 2007-01-11  Wim Taymans  <wim@fluendo.com>
6426
6427         Patch by: Lutz Mueller <lutz at topfrose dot de>
6428
6429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6430         Check for stream pad before activating. 
6431
6432 2007-01-10  Wim Taymans  <wim@fluendo.com>
6433
6434         Patch by: Peter Kjellerstedt  <pkj at axis com>
6435
6436         * gst/rtsp/COPYING.MIT:
6437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6438         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6439         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6440         (gst_rtspsrc_stream_configure_transport),
6441         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6442         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6443         (gst_rtspsrc_parse_methods),
6444         (gst_rtspsrc_create_transports_string),
6445         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6446         (gst_rtspsrc_open), (gst_rtspsrc_close):
6447         * gst/rtsp/gstrtspsrc.h:
6448         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6449         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6450         (parse_request_line), (parse_line), (rtsp_connection_read),
6451         (rtsp_connection_close):
6452         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6453         (rtsp_method_as_text), (rtsp_header_as_text),
6454         (rtsp_status_as_text), (rtsp_find_header_field),
6455         (rtsp_find_method):
6456         * gst/rtsp/rtspdefs.h:
6457         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6458         (rtsp_ext_wms_configure_stream):
6459         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6460         (rtsp_message_new_request), (rtsp_message_init_request),
6461         (rtsp_message_new_response), (rtsp_message_init_response),
6462         (rtsp_message_init_data), (rtsp_message_unset),
6463         (rtsp_message_free), (rtsp_message_add_header),
6464         (rtsp_message_get_header), (rtsp_message_set_body),
6465         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6466         * gst/rtsp/rtspmessage.h:
6467         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6468         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6469         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6470         (sdp_message_dump):
6471         Allow url to be NULL to be able to use it for server connections.
6472         Can now send responses as well as requests.
6473         No longer hangs in an endless loop if EOF is received.
6474         Can now convert a status code to a text string.
6475         Return RTSP_HDR_INVALID for unknown headers.
6476         Return RTSP_INVALID for unknown methods.
6477         Copy CSeq and Session headers from the request.
6478         Only free memory corresponding to the currently set message type.
6479         Added const to function arguments as appropriate.
6480         Avoid a compiler warning when initializing nmedia.
6481         Use guint rather than gint to avoid compiler warnings.
6482         Fix crasher in wms extension.
6483         Factor out stream setup from open_connection.
6484         Delay activation of streams when actual data is received from the
6485         server, this prepares us to do proper protocol switching.
6486         Added new license.
6487         Fixes #380895.
6488
6489
6490 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         Patch by: Sebastian Dröge <slomo ubuntu com>
6493
6494         * docs/plugins/Makefile.am:
6495         * gst/audiofx/audiopanorama.c:
6496           Some small docs fixes (#394851).
6497
6498 2007-01-09  Wim Taymans  <wim@fluendo.com>
6499
6500         * gst/avi/gstavidemux.c:
6501         Fix docs.
6502
6503 2007-01-09  Wim Taymans  <wim@fluendo.com>
6504
6505         * gst/rtp/Makefile.am:
6506         * gst/rtp/gstrtp.c: (plugin_init):
6507         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6508         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6509         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6510         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6511         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6512         * gst/rtp/gstrtpmpvdepay.h:
6513           Added RFC 2250 MPEG Video Depayloader.
6514
6515         * gst/rtp/gstrtpL16depay.h:
6516         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6517         (gst_rtp_h263p_depay_process):
6518         Fix Header file. Small cleanups.
6519
6520         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6521         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6522         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6523         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6524         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6525         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6526         (gst_rtp_mp4v_depay_change_state):
6527         Remove usused code. Remove Adapter from state Change. Added debug.
6528
6529         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6530         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6531         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6532         * gst/rtp/gstrtpmpadepay.h:
6533         Subclass base depayloader.
6534         Added debug.
6535         Support static payload type assignment as well.
6536
6537         * gst/rtp/gstrtpmpapay.c:
6538         Fix caps.
6539
6540 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6541
6542         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6543
6544         * ext/jpeg/gstjpegdec.c:
6545         * ext/jpeg/gstjpegenc.c:
6546         * ext/jpeg/smokecodec.c:
6547           These libjpeg callbacks should return a 'boolean' (unsigned char
6548           apparently) and not a 'gboolean' (which maps to gint). Fixes
6549           warnings when compiling with MingW (#393427).
6550
6551         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6552           Use ioctlsocket on win32.
6553
6554         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6555           Some printf format fixes for win32.
6556
6557 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6558
6559         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6560           Use gst_guint64_to_gdouble for conversion.
6561         * win32/vs6/libgstmatroska.dsp:
6562           Add zlib to the link.
6563         * win32/vs6/libgstvideobox.dsp:
6564           Update liboil library name (project is linked to 
6565           liboil-0.3-0.lib now).
6566           
6567 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6568
6569         * gst/matroska/Makefile.am:
6570           If zlib is available and used, we must link it explicitly for
6571           things to work on MingW (fixes #392855).
6572
6573 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6574
6575         * ext/esd/esdsink.c: (gst_esdsink_delay):
6576           Don't return bogus values when esd_get_delay() fails for some
6577           reason (#392189).
6578
6579 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6580
6581         * sys/ximage/gstximagesrc.c: (composite_pixel):
6582           Fix presumably copy'n'pasto for 16bpp depth.
6583
6584 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst/matroska/matroska-mux.c:
6587         (gst_matroska_mux_audio_pad_setcaps):
6588           The "signed" field in audio caps is of boolean type, trying to use
6589           gst_structure_get_int() to extract it will fail. Fixing this makes
6590           matroskamux accept raw audio input (#387121) (use at your own risk
6591           though, due to the matroska spec being not entirely useful in this
6592           respect).
6593           Also fix up raw audio structures in template caps so that they
6594           represent what our setcaps function will actually accept, so that
6595           converters know what to convert to.
6596           Finally, don't fail if there isn't an "endianness" field in 8-bit
6597           PCM caps.
6598
6599 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6600
6601         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6602         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6603         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6604         (teardown_cmmldec):
6605         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6606         (teardown_cmmlenc):
6607         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6608           reapply consistent pad (de)activation
6609
6610 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6611
6612         * configure.ac:
6613         Back to CVS
6614
6615         * gst-plugins-good.doap:
6616         Add 0.10.5 doap entry
6617
6618 === release 0.10.5 ===
6619
6620 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6621
6622         * configure.ac:
6623           releasing 0.10.5, "The Path of Thorns"
6624
6625 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6626
6627         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6628         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6629         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6630         (teardown_cmmldec):
6631         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6632         (teardown_cmmlenc):
6633         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6634           revert my freeze breakage
6635
6636 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6637
6638         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6639         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6640         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6641         (teardown_cmmldec):
6642         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6643         (teardown_cmmlenc):
6644         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6645           consistent pad (de)activation
6646
6647 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6648
6649         * configure.ac:
6650         * ext/Makefile.am:
6651         Disable LADPSA, as it has moved to the -bad module for the duration.
6652
6653 2006-12-18  Wim Taymans  <wim@fluendo.com>
6654
6655         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6656         (gst_signal_processor_event):
6657         Reset flow_state back to _OK after a flush stop so that we exit our
6658         error state after the flush. Fixes #374213
6659
6660 2006-12-16  David Schleef  <ds@schleef.org>
6661
6662         * sys/osxvideo/osxvideosink.h:
6663         * sys/osxvideo/osxvideosink.m:
6664           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6665
6666 2006-12-16  David Schleef  <ds@schleef.org>
6667
6668         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6669
6670         * sys/osxvideo/Makefile.am:
6671         * sys/osxvideo/osxvideosink.h:
6672         * sys/osxvideo/osxvideosink.m:
6673           Preliminary patch for porting osxvideosink
6674
6675 2006-12-16  Wim Taymans  <wim@fluendo.com>
6676
6677         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6678
6679         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6680         (gst_videomixer_set_master_geometry),
6681         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6682         (gst_videomixer_reset), (gst_videomixer_init),
6683         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6684         (gst_videomixer_release_pad), (gst_videomixer_collected),
6685         (gst_videomixer_change_state):
6686         Introduce some locking around the videomixer state so that it does not
6687         crash when adding/removing pads. Fixes #383043.
6688
6689 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6690
6691         * configure.ac:
6692           Make sure libcaca can actually be used instead of just checking for
6693           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6694           cross-compiling (fixes #384587).
6695
6696 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6697
6698         * Makefile.am:
6699         * gst-plugins-good.doap:
6700         * gst-plugins-good.spec.in:
6701           adding doap file
6702
6703 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * configure.ac:
6706           libflac-1.1.3 changed API again, but we can't build against it yet,
6707           so make sure our check doesn't use libflac-1.1.3 and add a comment
6708           to this effect.
6709
6710 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6713         (gst_quarktv_planetable_clear):
6714           Add some NULL pointer checks (possibly related to #385623).
6715
6716 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6717
6718         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6719         (gst_tag_demux_chain):
6720         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6721           In streaming mode, if the first buffer we get doesn't have an
6722           offset, fix it up to be 0, otherwise trimming won't work later on
6723           and we'll be typefinding application/x-id3, which may result in
6724           decodebin plugging an endless number of id3demux elements as a
6725           consequence. Fixes #385031.
6726           
6727 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6728
6729         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6730           Ignore the buffer_time the sound device reports. Turns out it is 
6731           sometimes completely bogus and we're better off without it.
6732
6733 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6736         (gst_matroska_demux_video_caps):
6737         * gst/matroska/matroska-ids.c:
6738         (gst_matroska_track_init_video_context):
6739         * gst/matroska/matroska-ids.h:
6740           Try harder to extract the framerate for video tracks correctly and
6741           save it directly instead of converting it back and forth a few
6742           times. Mostly makes a difference for very small framerates (<1).
6743           Fixes #380199.
6744
6745 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6746
6747         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6748         (gst_gconf_audio_src_dispose), (do_toggle_element):
6749         * ext/gconf/gstgconfaudiosrc.h:
6750           Remove gconf notify hook when the gconfaudiosrc element is
6751           destroyed, otherwise the callback may be called on an
6752           already-destroyed instance and bad things happen. Should fix
6753           #378184.
6754           Also ignore gconf key changes when the source is already running.
6755
6756 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6757
6758         Patch by: Sebastian Dröge  <mail at slomosnail de>
6759
6760         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6761           We need to be able to read and parse any possible floating point string
6762           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6763           will parse the former only in certain locales though, so we really need
6764           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6765           make sure we can parse either version at all times.
6766           Fixes #382982 for real.
6767
6768 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6769
6770         * sys/sunaudio/gstsunaudiomixerctrl.c:
6771         * sys/sunaudio/gstsunaudiosrc.c:
6772
6773         Use the sunaudio debug category.
6774
6775         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6776         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6777         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6778         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6779         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6780         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6781         (gst_sunaudiosink_reset):
6782         * sys/sunaudio/gstsunaudiosink.h:
6783
6784         Uses the sunaudio debug category for all debug output
6785         Implements the _delay() callback to synchronise video playback better
6786         Change the segtotal and segsize values back to the parent class 
6787           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6788           respectively)
6789         Measure the samples written to the device vs. played.
6790         Keep track of segments in the device by writing empty eof frames, and
6791         sleep using a GCond when we get too far ahead and risk overrunning the
6792         sink's ringbuffer.
6793
6794         Fixes: #360673
6795
6796 2006-12-08  Wim Taymans  <wim@fluendo.com>
6797
6798         Patch by: Sebastian Dröge  <mail at slomosnail de >
6799
6800         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6801         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6802         * gst/audiofx/audiopanorama.h:
6803         Fix audiopanorame with float samples. Fixes #383726.
6804
6805 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6806
6807         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6808         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6809         (gst_sunaudiosrc_reset):
6810
6811         Implement reset functions to unblock the src/sink more quickly on 
6812         state change requests.
6813         Patch by: Brian Cameron <brian dot cameron at sun com>
6814
6815 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6816
6817         * sys/sunaudio/gstsunaudiomixer.c:
6818         (gst_sunaudiomixer_change_state):
6819         Construct the correct mixer device name when the AUDIODEV env var
6820         is set.
6821
6822         Patch by: Jerry Tan <jerry.tan at sun dot com>
6823         Fixes: #383596
6824
6825 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6826
6827         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6828         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6829         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6830         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6831         Patch by: Jerry Tan <jerry.tan at sun dot com>
6832         Fixes: #349015
6833
6834 2006-12-07  Wim Taymans  <wim@fluendo.com>
6835
6836         * gst/smpte/gstmask.h:
6837         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6838         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6839         (gst_smpte_collected), (gst_smpte_set_property),
6840         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6841         * gst/smpte/gstsmpte.h:
6842         Port to 0.10 some more. 
6843         Added duration property to specify the duration of the transition.
6844         Make framerate a fraction.
6845         Deprecate fps property, we only use negotiated fps.
6846         Added docs.
6847         Fix collectpad usage.
6848         Reset state in READY.
6849         Send NEWSEGMENT event.
6850         Fix racy updates of object properties.
6851         Added debug category.
6852         Fixes #383323.
6853
6854 2006-12-06  Wim Taymans  <wim@fluendo.com>
6855
6856         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6857
6858         * gst/videomixer/videomixer.c:
6859         (gst_videomixer_set_master_geometry),
6860         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6861         Don't reset xpos and ypos in the setcaps function because causes
6862         unexpected behaviour.
6863         Fixes #382179.
6864
6865 2006-12-06  Wim Taymans  <wim@fluendo.com>
6866
6867         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6868         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6869         Keep track of the buffer timestamp in the collectdata member instead
6870         of modifying the buffer without making the metadata writable first.
6871         Fixes #382277.
6872
6873 2006-12-06  Wim Taymans  <wim@fluendo.com>
6874
6875         Patch by: Rob Taylor <robtaylor at floopily dot org>
6876
6877         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6878         If using multicast in udpsrc, bind to the multicast address rather than
6879         IN_ADDR_ANY.
6880         This allows the simultanous use of multiple udpsrcs listening on
6881         different multicat addresses. Without this all udpsrcs will receive all
6882         packets from all subscribed multicast addresses.
6883         Fixes #383001.
6884
6885 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6886
6887         * ext/taglib/gstid3v2mux.cc:
6888         Don't attempt to write a NULL frame into the ID3 tag set when the 
6889         createFrame method returned NULL.
6890         Fixes: #381857
6891         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6892
6893 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6894
6895         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6896         Use g_strtod() instead of sscanf to parse doubles, so that it will
6897         try parsing in the C locale if the current locale fails.
6898         Fixes: #382982
6899         Patch by: Sebastian Dröge  <mail at slomosnail de >
6900
6901 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6902
6903         * win32/MANIFEST:
6904         Fix compilation on win32 under VS8
6905         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6906         Partially fixes #381175
6907
6908 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6909
6910         * gst/avi/gstavimux.c:
6911           accept all mpegversions,fixes #380825
6912           spotted by: Jerome Alet  
6913
6914 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6915
6916         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6917         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6918         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6919         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6920           cleanup the error message a bit more
6921
6922 2006-11-28  Wim Taymans  <wim@fluendo.com>
6923
6924         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6925         Fix width and height properties.
6926
6927         * ext/libcaca/gstcacasink.h:
6928         Fix compilation on newer libcaca that require us to include a new
6929         header. Fixes #379918.
6930
6931 2006-11-28  Wim Taymans  <wim@fluendo.com>
6932
6933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6934         * gst/rtsp/gstrtspsrc.h:
6935         * gst/rtsp/rtspext.h:
6936         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6937         (rtsp_ext_wms_get_context):
6938         Add method so that extensions can choose to disable the setup of
6939         a stream.
6940         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6941
6942 2006-11-27  Wim Taymans  <wim@fluendo.com>
6943
6944         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6945
6946         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6947         Push header in a separate buffer instead of memcpy:ing all data.
6948         Change LF => CRLF in headers.
6949         Move trailing LF to header. Fixes #379792.
6950
6951 2006-11-27  Wim Taymans  <wim@fluendo.com>
6952
6953         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6954         Small buffer overflow fix and improve debugging.
6955
6956 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6957
6958         * ext/esd/esdmon.h:
6959         * ext/esd/esdsink.h:
6960           remove obsolete _factory_init protos
6961
6962 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6963
6964         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6965         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6966         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6967         (gst_avi_demux_read_subindexes_push),
6968         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6969         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6970         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6971         (gst_avi_demux_massage_index),
6972         (gst_avi_demux_calculate_durations_from_index),
6973         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6974         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6975         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6976           remove dead code, tweak debugs statements, add comments, use
6977           _uint64_scale instead _uint64_scale_int when using guint64 values,
6978           small optimizations, reflow some error handling
6979
6980 2006-11-22  Edward Hervey  <edward@fluendo.com>
6981
6982         * po/.cvsignore:
6983         We never put .pot files in cvs. Let's ignore them all.
6984
6985 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6986
6987         * po/POTFILES.in:
6988           ... but better exclude files that aren't disted.
6989
6990 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6991
6992         * po/POTFILES.in:
6993           Add v4l2 source files to list of files with translations, so the
6994           strings are actually extracted (however bad they still may be).
6995
6996 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6997
6998         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6999           Minor clean-ups: const-ify static array, remove trailing comma from
7000           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7001
7002 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7003
7004         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7005         Make sure that g_free always gets called on the same pointer that was 
7006         returned by g_malloc.  Fixes #376594.
7007         Do not leak memory if decompressed size is wrong.
7008         Remove unneeded check of return value of g_malloc.
7009         Patch by: René Stadler <mail@renestadler.de>
7010
7011 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7012
7013         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7014           Add missing curly brackets.
7015
7016 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7017
7018         * sys/v4l2/v4l2src_calls.c:
7019         Fix capture_deinit.
7020
7021 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7022
7023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7024         (gst_matroska_mux_request_new_pad):
7025           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7026
7027         * tests/check/elements/matroskamux.c: (setup_src_pad),
7028         (setup_sink_pad), (GST_START_TEST):
7029         Activate pads before using them.
7030
7031 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7034           Initialise variable to get rid of bogus compiler warning.
7035
7036 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7037
7038         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7039
7040         * gst/rtp/gstrtph263pay.c:
7041         * gst/rtp/gstrtph263pdepay.c:
7042         * gst/rtp/gstrtph263ppay.c:
7043           Specify H.263 variant and version in the caps (fixes #361637)
7044
7045 2006-11-15  Wim Taymans  <wim@fluendo.com>
7046
7047         * gst/rtsp/rtspconnection.c: (read_body):
7048         Don't set a data pointer to NULL and a size > 0 when we deal
7049         with empty packets.
7050
7051         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7052         (rtsp_message_init_response), (rtsp_message_init_data),
7053         (rtsp_message_unset), (rtsp_message_free),
7054         (rtsp_message_take_body):
7055         Check that we can't create invalid empty packets. 
7056
7057 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7060
7061         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7062         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7063         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7064         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7065         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7066         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7067         * gst/matroska/matroska-mux.h:
7068           Add basic tag writing support; implement releasing pads (#374658).
7069
7070 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7073         (gst_matroska_demux_audio_caps):
7074           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7075
7076 2006-11-14  David Schleef  <ds@schleef.org>
7077
7078         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7079
7080 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7081
7082         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7083
7084         * win32/vs8/gst-plugins-good.sln:
7085         * win32/vs8/libgst1394.vcproj:
7086         * win32/vs8/libgstaasink.vcproj:
7087         * win32/vs8/libgstalaw.vcproj:
7088         * win32/vs8/libgstalpha.vcproj:
7089         * win32/vs8/libgstalphacolor.vcproj:
7090         * win32/vs8/libgstannodex.vcproj:
7091         * win32/vs8/libgstapetag.vcproj:
7092         * win32/vs8/libgstaudiofx.vcproj:
7093         * win32/vs8/libgstauparse.vcproj:
7094         * win32/vs8/libgstautodetect.vcproj:
7095         * win32/vs8/libgstavi.vcproj:
7096         * win32/vs8/libgstcacasink.vcproj:
7097         * win32/vs8/libgstcdio.vcproj:
7098         * win32/vs8/libgstcutter.vcproj:
7099         * win32/vs8/libgstdv.vcproj:
7100         * win32/vs8/libgsteffectv.vcproj:
7101         * win32/vs8/libgstflac.vcproj:
7102         * win32/vs8/libgstflxdec.vcproj:
7103         * win32/vs8/libgstgoom.vcproj:
7104         * win32/vs8/libgsticydemux.vcproj:
7105         * win32/vs8/libgstid3demux.vcproj:
7106         * win32/vs8/libgstjpeg.vcproj:
7107         * win32/vs8/libgstladspa.vcproj:
7108         * win32/vs8/libgstlevel.vcproj:
7109         * win32/vs8/libgstmatroska.vcproj:
7110         * win32/vs8/libgstmikmod.vcproj:
7111         * win32/vs8/libgstmng.vcproj:
7112         * win32/vs8/libgstmonoscope.vcproj:
7113         * win32/vs8/libgstmulaw.vcproj:
7114         * win32/vs8/libgstmultipart.vcproj:
7115         * win32/vs8/libgstpng.vcproj:
7116         * win32/vs8/libgstrtp.vcproj:
7117         * win32/vs8/libgstrtsp.vcproj:
7118         * win32/vs8/libgstshout2.vcproj:
7119         * win32/vs8/libgstsmpte.vcproj:
7120         * win32/vs8/libgstspeex.vcproj:
7121         * win32/vs8/libgsttaglib.vcproj:
7122         * win32/vs8/libgstudp.vcproj:
7123         * win32/vs8/libgstvideobalance.vcproj:
7124         * win32/vs8/libgstvideobox.vcproj:
7125         * win32/vs8/libgstvideoflip.vcproj:
7126         * win32/vs8/libgstvideomixer.vcproj:
7127         * win32/vs8/libgstwavenc.vcproj:
7128         * win32/vs8/libgstwavparse.vcproj:
7129           Make end-of-line returns unixy, so that when the files are checked
7130           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7131           Hopefully fixes #366492.
7132
7133 2006-11-14  Wim Taymans  <wim@fluendo.com>
7134
7135         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7136         Disable init_frames delay timestamp adjustment, it does not
7137         seem to be needed at all. Fixes #369621.
7138
7139 2006-11-13  Wim Taymans  <wim@fluendo.com>
7140
7141         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7142
7143         * gst/videomixer/videomixer.c:
7144         (gst_videomixer_set_master_geometry),
7145         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7146         (gst_videomixer_collect_free), (gst_videomixer_reset),
7147         (gst_videomixer_init), (gst_videomixer_finalize),
7148         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7149         (gst_videomixer_collected), (gst_videomixer_change_state):
7150         Fix memleak by unref'ing collectpads instance (when finalizing)
7151         Implement releasing a request pad. Fixes #374479.
7152
7153 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7154
7155         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7156
7157         * win32/vs8/gst-plugins-good.sln:
7158         * win32/vs8/libgst1394.vcproj:
7159         * win32/vs8/libgstaasink.vcproj:
7160         * win32/vs8/libgstalaw.vcproj:
7161         * win32/vs8/libgstalpha.vcproj:
7162         * win32/vs8/libgstalphacolor.vcproj:
7163         * win32/vs8/libgstannodex.vcproj:
7164         * win32/vs8/libgstapetag.vcproj:
7165         * win32/vs8/libgstaudiofx.vcproj:
7166         * win32/vs8/libgstauparse.vcproj:
7167         * win32/vs8/libgstautodetect.vcproj:
7168         * win32/vs8/libgstavi.vcproj:
7169         * win32/vs8/libgstcacasink.vcproj:
7170         * win32/vs8/libgstcdio.vcproj:
7171         * win32/vs8/libgstcutter.vcproj:
7172         * win32/vs8/libgstdv.vcproj:
7173         * win32/vs8/libgsteffectv.vcproj:
7174         * win32/vs8/libgstflac.vcproj:
7175         * win32/vs8/libgstflxdec.vcproj:
7176         * win32/vs8/libgstgoom.vcproj:
7177         * win32/vs8/libgsticydemux.vcproj:
7178         * win32/vs8/libgstid3demux.vcproj:
7179         * win32/vs8/libgstjpeg.vcproj:
7180         * win32/vs8/libgstladspa.vcproj:
7181         * win32/vs8/libgstlevel.vcproj:
7182         * win32/vs8/libgstmatroska.vcproj:
7183         * win32/vs8/libgstmikmod.vcproj:
7184         * win32/vs8/libgstmng.vcproj:
7185         * win32/vs8/libgstmonoscope.vcproj:
7186         * win32/vs8/libgstmulaw.vcproj:
7187         * win32/vs8/libgstmultipart.vcproj:
7188         * win32/vs8/libgstpng.vcproj:
7189         * win32/vs8/libgstrtp.vcproj:
7190         * win32/vs8/libgstrtsp.vcproj:
7191         * win32/vs8/libgstshout2.vcproj:
7192         * win32/vs8/libgstsmpte.vcproj:
7193         * win32/vs8/libgstspeex.vcproj:
7194         * win32/vs8/libgsttaglib.vcproj:
7195         * win32/vs8/libgstudp.vcproj:
7196         * win32/vs8/libgstvideobalance.vcproj:
7197         * win32/vs8/libgstvideobox.vcproj:
7198         * win32/vs8/libgstvideoflip.vcproj:
7199         * win32/vs8/libgstvideomixer.vcproj:
7200         * win32/vs8/libgstwavenc.vcproj:
7201         * win32/vs8/libgstwavparse.vcproj:
7202           Add VS8 project files (note that many of the plugins in ext are
7203           disabled by default). Fixes #366492.
7204
7205 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7206
7207         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7208           we do not translate debug messages
7209
7210 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7211
7212         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7213           fix categorisation, make short desc more explicit, remove unused code
7214           Fixes #372021
7215
7216 2006-11-08  Wim Taymans  <wim@fluendo.com>
7217
7218         * gst/rtp/gstrtpL16depay.c:
7219         * gst/rtp/gstrtpamrdepay.c:
7220         * gst/rtp/gstrtpamrpay.c:
7221         * gst/rtp/gstrtpgsmdepay.c:
7222         * gst/rtp/gstrtph263pay.c:
7223         * gst/rtp/gstrtph263pdepay.c:
7224         * gst/rtp/gstrtph263ppay.c:
7225         * gst/rtp/gstrtph264depay.c:
7226         * gst/rtp/gstrtpmp2tdepay.c:
7227         * gst/rtp/gstrtpmp4gdepay.c:
7228         * gst/rtp/gstrtpmp4gpay.c:
7229         * gst/rtp/gstrtpmp4vdepay.c:
7230         * gst/rtp/gstrtpmp4vpay.c:
7231         * gst/rtp/gstrtpmpadepay.c:
7232         * gst/rtp/gstrtpmpapay.c:
7233         * gst/rtp/gstrtppcmadepay.c:
7234         * gst/rtp/gstrtppcmapay.c:
7235         * gst/rtp/gstrtppcmudepay.c:
7236         * gst/rtp/gstrtppcmupay.c:
7237         * gst/rtp/gstrtpspeexdepay.c:
7238         * gst/rtp/gstrtpspeexpay.c:
7239         * gst/rtp/gstrtpsv3vdepay.c:
7240         Fix element descriptions.
7241
7242 2006-11-08  Wim Taymans  <wim@fluendo.com>
7243
7244         * gst/rtp/gstrtpvorbisdepay.c:
7245         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7246         Fix description.
7247         Small cleanup in the payloader.
7248
7249 2006-11-08  Wim Taymans  <wim@fluendo.com>
7250
7251         * gst/rtp/Makefile.am:
7252         * gst/rtp/gstrtp.c: (plugin_init):
7253         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7254         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7255         (gst_rtp_theora_depay_finalize),
7256         (gst_rtp_theora_depay_parse_configuration),
7257         (gst_rtp_theora_depay_setcaps),
7258         (gst_rtp_theora_depay_switch_codebook),
7259         (gst_rtp_theora_depay_process),
7260         (gst_rtp_theora_depay_set_property),
7261         (gst_rtp_theora_depay_get_property),
7262         (gst_rtp_theora_depay_change_state),
7263         (gst_rtp_theora_depay_plugin_init):
7264         * gst/rtp/gstrtptheoradepay.h:
7265         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7266         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7267         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7268         (gst_rtp_theora_pay_init_packet),
7269         (gst_rtp_theora_pay_flush_packet),
7270         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7271         (gst_rtp_theora_pay_handle_buffer),
7272         (gst_rtp_theora_pay_plugin_init):
7273         * gst/rtp/gstrtptheorapay.h:
7274         Add theora pay/depayloaders.
7275
7276 2006-11-06  Wim Taymans  <wim@fluendo.com>
7277
7278         * gst/rtp/Makefile.am:
7279         We depend on gsttag to generate the vorbis comments.
7280
7281         * gst/rtp/gstrtpvorbisdepay.c:
7282         (gst_rtp_vorbis_depay_parse_configuration),
7283         (gst_rtp_vorbis_depay_setcaps),
7284         (gst_rtp_vorbis_depay_switch_codebook),
7285         (gst_rtp_vorbis_depay_process):
7286         * gst/rtp/gstrtpvorbisdepay.h:
7287         Parse configuration string in the depayloader.
7288         Implement selecting and switching to a new codebook.
7289         Receiving vorbis over RTP now works.
7290
7291         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7292         (gst_rtp_vorbis_pay_init_packet),
7293         (gst_rtp_vorbis_pay_finish_headers),
7294         (gst_rtp_vorbis_pay_handle_buffer):
7295         * gst/rtp/gstrtpvorbispay.h:
7296         Set timestamps on outgoing buffers and RTP packets.
7297         Fix configuration string, prepend number of Packet headers.
7298         Fix encoding of ident string.
7299         Add delivery-method to caps.
7300         Streaming vorbis over RTP now works.
7301
7302 2006-11-06  Wim Taymans  <wim@fluendo.com>
7303
7304         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7305         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7306         (gst_rtp_vorbis_pay_handle_buffer):
7307         * gst/rtp/gstrtpvorbispay.h:
7308         Generate a valid configuration string in the caps based on the
7309         vorbis headers.
7310
7311 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7314         * ext/cdio/gstcdio.h:
7315         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7316           Move CD-TEXT utility function into common file so it can also be
7317           used by a future cdioparanoiasrc.
7318
7319 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7320         
7321         * sys/v4l2/Makefile.am:
7322         * sys/v4l2/gstv4l2object.c:
7323         * sys/v4l2/gstv4l2src.c:
7324         * sys/v4l2/gstv4l2xoverlay.c:
7325         * sys/v4l2/v4l2_calls.c:
7326         * sys/v4l2/v4l2src_calls.c:
7327         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7328         xoverlay code that is still not implemented.
7329
7330 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7333           We require a -base more recent than 0.10.9, so it's safe to use
7334           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7335
7336         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7337         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7338           Use _newsegment_full() now that we depend on a recent enough core.
7339
7340         * gst/wavparse/gstwavparse.c:
7341           Remove cruft that we don't need any longer now that we depend on
7342           a recent enough -base.
7343
7344 2006-10-31  Wim Taymans  <wim@fluendo.com>
7345
7346         * gst/rtp/Makefile.am:
7347         * gst/rtp/gstrtp.c: (plugin_init):
7348         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7349         (gst_rtpilbcpay_setcaps):
7350         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7351
7352 2006-10-31  Wim Taymans  <wim@fluendo.com>
7353
7354         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7355         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7356         Some small cleanups, use _scale.
7357
7358 2006-10-31  Wim Taymans  <wim@fluendo.com>
7359
7360         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7361         Use higher precision scale function.
7362
7363 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         Patch by: Michal Benes  <michal dot benes at itonis tv>
7366
7367         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7368         (gst_matroska_demux_read_track_encodings),
7369         (gst_matroska_decode_buffer):
7370           Fix several issues with encoded/compressed/encrypted/signed tracks;
7371           also, remove superfluous newline characters from some debug
7372           statements. (#366155)
7373
7374 2006-10-30  Wim Taymans  <wim@fluendo.com>
7375
7376         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7377         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7378         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7379         (gst_smokedec_change_state):
7380         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7381         (gst_smokeenc_init), (gst_smokeenc_finalize),
7382         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7383         (gst_smokeenc_resync), (gst_smokeenc_chain),
7384         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7385         (gst_smokeenc_change_state):
7386         Various cleanups, capsnego and leak fixes.
7387
7388 2006-10-30  Wim Taymans  <wim@fluendo.com>
7389
7390         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7391
7392         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7393         Fix videomixer so that it can handle any combination of framerates.
7394         Fixes #367221.
7395
7396 2006-10-28  Wim Taymans  <wim@fluendo.com>
7397
7398         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7399         (gst_avi_demux_parse_file_header),
7400         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7401         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7402         (gst_avi_demux_chain):
7403         Fix position query for audio. also fixes timestamps in streaming
7404         mode and bug #364958.
7405         Small cleanups.
7406
7407 2006-10-27  Wim Taymans  <wim@fluendo.com>
7408
7409         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7410         * ext/libpng/gstpngenc.h:
7411         Fix strides. Fixes #364856.
7412         Cleanup capsnego.
7413         Set caps on outgoing buffers.
7414
7415 2006-10-18  Wim Taymans  <wim@fluendo.com>
7416
7417         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7418
7419         * gst/rtp/gstrtpgsmpay.c:
7420         * gst/rtp/gstrtph263pay.c:
7421         * gst/rtp/gstrtpmpapay.c:
7422         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7423         (gst_rtp_pcma_pay_handle_buffer):
7424         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7425         Add static payload numbers in addition to the dynamic ones.
7426         Fixes #361639.
7427
7428 2006-10-18  Wim Taymans  <wim@fluendo.com>
7429
7430         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7431         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7432         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7433         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7434         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7435         * gst/rtsp/rtspdefs.h:
7436         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7437         * gst/rtsp/rtspurl.h:
7438         Reuse already existing enum for lower transport.
7439         Add rtspt and rtspu protocols.
7440         Send redirect to rtspt when udp times out.
7441
7442 2006-10-18  Wim Taymans  <wim@fluendo.com>
7443
7444         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7445         (gst_wavparse_stream_data):
7446         Fix seeking some more, mostly for speed changes.
7447
7448 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7449
7450         Patch by: Fredrik Persson  <frepe at bredband net>
7451
7452         * sys/v4l2/gstv4l2tuner.c:
7453         * sys/v4l2/gstv4l2tuner.h:
7454           Fix _set_channel(): remove useless g_object_notify() for "channel"
7455           property that doesn't exist any longer and therefore now also
7456           useless redirect (#338818).
7457
7458 2006-10-17  Wim Taymans  <wim@fluendo.com>
7459
7460         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7461         Some drivers do not support unsetting the non-blocking flag once the
7462         device is opened. In those cases, close/open the device in
7463         non-blocking mode. Fixes #362673.
7464
7465 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7466
7467         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7468         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7469         (gst_v4l2src_get_fps):
7470           dear stefan, framespersecond is not frameperiod, reverting but adding
7471           comment
7472
7473 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7474
7475         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7476         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7477         (gst_v4l2src_get_fps):
7478           Numerator is numerator and denominator is denominator. Say that aloud
7479           5 times and retry after next beer.
7480
7481 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7482
7483         Patch by: Josep Torra Valles  <josep at fluendo com>
7484
7485         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7486         * ext/esd/esdsink.c: (gst_esdsink_write):
7487         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7488         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7489         (gst_flac_dec_send_newsegment):
7490         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7491         (gst_flac_enc_tell_callback):
7492         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7493         (smokecodec_parse_header), (smokecodec_decode):
7494         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7495         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7496         * gst/goom/Makefile.am:
7497         * gst/goom/gstgoom.c:
7498         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7499         * gst/rtsp/gstrtspsrc.c:
7500         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7501         * gst/udp/gstudpsink.c:
7502         * gst/udp/gstudpsrc.c:
7503         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7504         * sys/sunaudio/gstsunaudiomixertrack.h:
7505           Fix a bunch of problems discovered by the Forte compiler, mostly type
7506           mixups and pointer arithmetics with void pointers. Fixes #362603.
7507
7508 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         * ext/speex/gstspeex.c: (plugin_init):
7511         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7512         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7513         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7514         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7515         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7516         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7517         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7518         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7519         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7520         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7521         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7522         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7523         * ext/speex/gstspeexenc.h:
7524           Miscellaneous clean-ups, among other things: speexenc => enc to
7525           enhance code readability; change speexenc => speex_enc; in chain
7526           function unref input buffer in case of error; take reference in
7527           event function; use boilerplate macro; use gst_pad_query_peer_*
7528           convenience functions.
7529
7530 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7531
7532         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7533         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7534         (gst_speexenc_set_header_on_caps):
7535           Fix some mem leaks.
7536
7537 2006-10-11  Wim Taymans  <wim@fluendo.com>
7538
7539         * gst/rtsp/URLS:
7540         Added some other URL.
7541
7542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7543         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7544         (gst_rtspsrc_open), (gst_rtspsrc_play),
7545         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7546         * gst/rtsp/gstrtspsrc.h:
7547         Work on fallback to TCP connection when the UDP socket times out.
7548         Handler server requests, just reply with OK for now.
7549
7550         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7551         * gst/rtsp/rtspdefs.h:
7552         Added some more Real extension headers.
7553
7554         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7555         Fix parsing of urls with a ':' that is not part of the hostname:port
7556         part of the url.
7557
7558 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7559
7560         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7561         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7562         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7563           Activate pad before adding it to the already-running element.
7564
7565         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7566           Activate newly-created pad too.
7567
7568 2006-10-11  Wim Taymans  <wim@fluendo.com>
7569
7570         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7571
7572         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7573         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7574         (gst_udpsrc_start):
7575         Fix some leaks in caps and uris. Fixes #361252.
7576
7577 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7578
7579         * gst/wavparse/Makefile.am:
7580           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7581
7582 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7583
7584         * sys/v4l2/gstv4l2xoverlay.c:
7585         * sys/v4l2/gstv4l2xoverlay.h:
7586         Fix build as per the patch in #338818 comment 36.
7587
7588 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7591           Activate pads before adding them to the source.
7592
7593 2006-10-06  Wim Taymans  <wim@fluendo.com>
7594
7595         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7596         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7597         Activate pads before adding.
7598
7599 2006-10-06  Wim Taymans  <wim@fluendo.com>
7600
7601         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7602         (gst_multipart_find_pad_by_mime):
7603         Activate pads before adding.
7604
7605         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7606         BOILERPLATE sets parent_class for us.
7607
7608 2006-10-06  Wim Taymans  <wim@fluendo.com>
7609
7610         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7611         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7612         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7613         (gst_rtspsrc_alloc_udp_ports),
7614         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7615         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7616         (gst_rtspsrc_create_transports_string),
7617         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7618         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7619         * gst/rtsp/gstrtspsrc.h:
7620         Rework how the transport string is constructed, try to share channels
7621         and udp ports.
7622         Make most of the stuff less dependant on RTP as we are also going to use
7623         it for RDT.
7624         Add support for transport specific session managers.
7625
7626         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7627         Implement _flush().
7628
7629         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7630         * gst/rtsp/rtspdefs.h:
7631         Add generic error return code.
7632
7633         * gst/rtsp/rtspext.h:
7634         Add support for pluggable tranport strings.
7635
7636         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7637         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7638         (rtsp_ext_wms_get_context):
7639         Detect WMServer and activate the extension.
7640
7641         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7642         (rtsp_transport_get_manager), (rtsp_transport_parse):
7643         * gst/rtsp/rtsptransport.h:
7644         Added methods to get mime/manager for certain transports.
7645
7646 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7647
7648         * ext/cairo/gsttimeoverlay.c:
7649         (gst_cairo_time_overlay_update_font_height):
7650         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7651         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7652         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7653         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7654         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7655         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7656         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7657         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7658         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7659         (gst_avi_demux_stream_data):
7660         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7661         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7662         (gst_fenced_buffer_copy):
7663         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7664         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7665         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7667         (gst_rtspsrc_handle_message):
7668         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7669         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7670           Printf format fixes.
7671
7672 2006-10-04  Wim Taymans  <wim@fluendo.com>
7673
7674         * gst/rtsp/Makefile.am:
7675         Dist new .h file too.
7676
7677 2006-10-04  Wim Taymans  <wim@fluendo.com>
7678
7679         * gst/rtsp/Makefile.am:
7680         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7681         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7683         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7684         (gst_rtspsrc_parse_rtpmap),
7685         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7686         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7687         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7688         * gst/rtsp/gstrtspsrc.h:
7689         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7690         * gst/rtsp/rtspdefs.h:
7691         * gst/rtsp/rtspext.h:
7692         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7693         (rtsp_ext_wms_get_context):
7694         * gst/rtsp/rtspextwms.h:
7695         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7696         (rtsp_transport_parse):
7697         * gst/rtsp/rtsptransport.h:
7698         Factor out extension in separate module.
7699         Fix getcaps to filter against the padtemplate.
7700         Use Content-Base if the server gives one.
7701         Rework the transport parsing a bit for future extensions.
7702         Added some Real Header field definitions.
7703
7704 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7705
7706         * docs/plugins/Makefile.am:
7707         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7708         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7709           added v4l2 stubs
7710         * gst-plugins-good.spec.in:
7711           add v4l2
7712
7713 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7714
7715         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7716           Extract disc/album/medium number and count and try harder
7717           to extract track number/count.
7718
7719 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7720
7721         * configure.ac:
7722         * sys/Makefile.am:
7723           add build stuff for v4l2, needs --enable-experimental until
7724           the last bits are resolved
7725
7726 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7727
7728         * tests/check/Makefile.am:
7729           Disable autodetect test temporarily, so that the build bots
7730           update -bad and the ranks of unreliable video sinks in there.
7731
7732         * tests/check/elements/autodetect.c: (GST_START_TEST):
7733           Skip test if no usable videosink is found.
7734
7735 2006-09-29  Wim Taymans  <wim@fluendo.com>
7736
7737         * gst/rtsp/URLS:
7738         Add some more URLs.
7739
7740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7741         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7742         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7743         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7744         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7745         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7746         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7747         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7748         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7749         * gst/rtsp/gstrtspsrc.h:
7750         Add timeout property to control UDP timeouts.
7751         Fix error messages.
7752         Also start a loop function when operating in UDP mode so that we can
7753         do some more stuff async.
7754         Handle element messages from udpsrc to detect timeouts. If a timeout
7755         happens we currently generate an error.
7756         API: rtspsrc::timeout property.
7757
7758         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7759         (gst_udpsrc_create):
7760         Really implement the timeout in microseconds and not milliseconds.
7761
7762 2006-09-29  Wim Taymans  <wim@fluendo.com>
7763
7764         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7765         (gst_udpsrc_create), (gst_udpsrc_set_property),
7766         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7767         * gst/udp/gstudpsrc.h:
7768         Added property to post a message on timeout.
7769         Updated docs.
7770         When restarting the select, initialize the fdsets again.
7771         Init control sockets so we don't accidentally close a random socket.
7772         API: GstUDPSrc::timeout property
7773
7774 2006-09-29  Wim Taymans  <wim@fluendo.com>
7775
7776         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7777         Fix flag registration.
7778
7779         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7780         Reading 0 also means 'no more commands'
7781
7782 2006-09-29  Wim Taymans  <wim@fluendo.com>
7783
7784         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7785
7786         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7787         Fix possible infinite loop when shutting down, a read can also return
7788         0 to indicate no more messages are available. Fixes #358156.
7789
7790 2006-09-25  Wim Taymans  <wim@fluendo.com>
7791
7792         * gst/autodetect/gstautoaudiosink.c:
7793         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7794         (gst_auto_audio_sink_find_best):
7795         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7796         Small cleanups.
7797         don't try to set "sync" property when it is not available.
7798
7799 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         Patch by: Peter Kjellerstedt  <pkj at axis com>
7802
7803         * gst/alpha/gstalpha.c:
7804         * gst/rtp/gstrtpamrdepay.c:
7805         * gst/rtsp/gstrtspsrc.c:
7806         * gst/udp/gstudpsrc.c:
7807         * gst/videomixer/videomixer.c:
7808           Include stdlib.h in some more places, makes things compile
7809           with uClibc and -Werror (#357592).
7810
7811 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7812
7813         * ext/jpeg/gstjpegdec.c:
7814           Set minimum height to 8 (from 16), our code should handle
7815           that fine. Some of the buttons on the apple trailer site
7816           are apparently only 15 pixels high (see #357470).
7817
7818 2006-09-23  Wim Taymans  <wim@fluendo.com>
7819
7820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7821         (gst_rtspsrc_open):
7822         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7823         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7824         (rtsp_connection_receive):
7825         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7826         * gst/rtsp/rtspdefs.h:
7827         Improve error reporting.
7828
7829 2006-09-23  Wim Taymans  <wim@fluendo.com>
7830
7831         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7832         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7833         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7834         * gst/rtp/gstrtpdepay.c:
7835         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7836         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7837         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7838         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7839         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7840         (gst_rtp_mp2t_depay_plugin_init):
7841         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7842         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7843         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7844         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7845         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7846         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7847         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7848         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7849         Fix klass typos.
7850         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7851
7852 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7853
7854         * configure.ac:
7855           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7856
7857 2006-09-22  Wim Taymans  <wim@fluendo.com>
7858
7859         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7860         Don't check for a tag that is never there and check if we read the
7861         correct tag. Fixes seeking again.
7862         We must post an error when all pads are unlinked.
7863
7864 2006-09-22  Wim Taymans  <wim@fluendo.com>
7865
7866         * gst/rtp/Makefile.am:
7867         * gst/rtp/gstrtp.c: (plugin_init):
7868         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7869         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7870         (gst_rtp_vorbis_pay_reset_packet),
7871         (gst_rtp_vorbis_pay_init_packet),
7872         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7873         (gst_rtp_vorbis_pay_handle_buffer):
7874         More fixage, set endoder-params correctly in the payloader.
7875
7876 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7877
7878         * gst/autodetect/gstautoaudiosink.c:
7879         (gst_auto_audio_sink_base_init):
7880         * gst/autodetect/gstautovideosink.c:
7881         (gst_auto_video_sink_base_init):
7882           Make static pad templates static to appease valgrind's leak
7883           detector.
7884
7885         * tests/check/Makefile.am:
7886         * tests/check/elements/.cvsignore:
7887         * tests/check/elements/autodetect.c: (GST_START_TEST),
7888         (autodetect_suite):
7889           Add simple test for the ghostpad lockup on shutdown fixed in core
7890           CVS (audio bit disabled because it would need dozens of alsa
7891           suppressions and I'm too lazy to add those now).
7892
7893 2006-09-22  Wim Taymans  <wim@fluendo.com>
7894
7895         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7896         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7897         Small cleanups.
7898
7899         * gst/rtp/Makefile.am:
7900         * gst/rtp/gstrtp.c: (plugin_init):
7901         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7902         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7903         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7904         (gst_rtp_vorbis_depay_process),
7905         (gst_rtp_vorbis_depay_set_property),
7906         (gst_rtp_vorbis_depay_get_property),
7907         (gst_rtp_vorbis_depay_change_state),
7908         (gst_rtp_vorbis_depay_plugin_init):
7909         * gst/rtp/gstrtpvorbisdepay.h:
7910         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7911         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7912         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7913         (gst_rtp_vorbis_pay_flush_packet),
7914         (gst_rtp_vorbis_pay_append_buffer),
7915         (gst_rtp_vorbis_pay_handle_buffer),
7916         (gst_rtp_vorbis_pay_plugin_init):
7917         * gst/rtp/gstrtpvorbispay.h:
7918         Add experimental vorbis pay and depayloaders.
7919
7920 2006-09-21  Wim Taymans  <wim@fluendo.com>
7921
7922         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7923         Fix profile-level-id parsing and setup.
7924
7925 2006-09-21  Wim Taymans  <wim@fluendo.com>
7926
7927         * gst/udp/README:
7928         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7929         Update README, simple cleanup.
7930
7931 2006-09-21  Wim Taymans  <wim@fluendo.com>
7932
7933         * gst/rtp/README:
7934         Update README with some examples.
7935
7936         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7937         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7938         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7939         (gst_rtp_mp4g_pay_setcaps):
7940         * gst/rtp/gstrtpmp4gpay.h:
7941         Make optional RTP parameters of type STRING, as required by the
7942         application/x-rtp caps specification.
7943
7944 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7945
7946         * gst/rtp/gstrtph263pdepay.c:
7947         * gst/rtp/gstrtph263ppay.c:
7948         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7949         RTP header.
7950
7951 2006-09-20  Wim Taymans  <wim@fluendo.com>
7952
7953         * gst/rtp/Makefile.am:
7954         And makefile too.
7955
7956 2006-09-20  Wim Taymans  <wim@fluendo.com>
7957
7958         * gst/rtp/gstrtp.c: (plugin_init):
7959         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7960         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7961         (decode_base64), (gst_rtp_asf_depay_setcaps),
7962         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7963         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7964         (gst_rtp_asf_depay_plugin_init):
7965         * gst/rtp/gstrtpasfdepay.h:
7966         Added preliminary ASF depayloader.
7967
7968         * gst/rtp/gstrtph264depay.c: (decode_base64):
7969         Fix base64 decoding.
7970
7971 2006-09-20  Wim Taymans  <wim@fluendo.com>
7972
7973         * gst/rtsp/URLS:
7974         Added some test URLS.
7975
7976         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7977         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7978         * gst/rtsp/gstrtspsrc.h:
7979         When creating streams, give access to the complete SDP.
7980         Fix some leaks.
7981         Collect and merge global stream properties in stream caps.
7982         Preliminary support for WMServer.
7983
7984         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7985         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7986         (rtsp_connection_receive):
7987         * gst/rtsp/rtspconnection.h:
7988         Make connection interruptable.
7989         Refactor to make it reconnectable.
7990         Don't fail on short reads when reading data packets.
7991
7992         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7993         (rtsp_url_get_port):
7994         * gst/rtsp/rtspurl.h:
7995         Add methods for getting/setting the port.
7996
7997         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7998         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7999         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8000         (sdp_media_get_format), (sdp_parse_line),
8001         (sdp_message_parse_buffer):
8002         Fix headers. 
8003         Add methods for getting multiple attributes with the same name.
8004         Increase buffer size when parsing.
8005         Fix parsing of a=foo fields.
8006
8007         * gst/rtsp/test.c: (main):
8008         Update to new connection API.
8009
8010         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8011         (rtsp_message_init_response), (rtsp_message_init_data),
8012         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8013         * gst/rtsp/rtspmessage.h:
8014         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8015         * gst/rtsp/rtsptransport.h:
8016         * gst/rtsp/sdp.h:
8017         * gst/rtsp/sdpmessage.h:
8018         * gst/rtsp/gstrtsp.c:
8019         * gst/rtsp/gstrtsp.h:
8020         * gst/rtsp/gstrtpdec.c:
8021         * gst/rtsp/gstrtpdec.h:
8022         * gst/rtsp/rtsp.h:
8023         * gst/rtsp/rtspdefs.c:
8024         * gst/rtsp/rtspdefs.h:
8025         Dual licensed under MIT and LGPL now.
8026
8027 2006-09-19  Wim Taymans  <wim@fluendo.com>
8028
8029         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8030         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8031         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8032         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8033         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8034         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8035         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8036         * gst/rtsp/gstrtspsrc.h:
8037         Reorganize stream parsing and creation.
8038         Detect container formats in interleaved mode.
8039         Keep more state about the streams.
8040         Assume a server also supports PLAY if it does not say.
8041         Add unicast and interleaved properties to TCP transport requests to make
8042         some servers happy (WMServer).
8043
8044         * gst/rtsp/sdpmessage.h:
8045         Add some defines for the standard Bandwidth types.
8046
8047 2006-09-19  Wim Taymans  <wim@fluendo.com>
8048
8049         * gst/rtsp/test.c: (main):
8050         Fix build.
8051
8052 2006-09-19  Wim Taymans  <wim@fluendo.com>
8053
8054         * gst/wavparse/gstwavparse.c:
8055         Add ms-gsm to the src template.
8056
8057 2006-09-18  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8060         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8061         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8062         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8063         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8064         * gst/rtsp/gstrtspsrc.h:
8065         Small cleanups, added documentation.
8066         Try to clean up the requests and responses.
8067         Refactor parsing the supported methods.
8068
8069         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8070         (rtsp_connection_create), (rtsp_connection_send),
8071         (parse_response_status), (parse_request_line),
8072         (rtsp_connection_receive), (rtsp_connection_close),
8073         (rtsp_connection_free):
8074         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8075         (rtsp_transport_init), (rtsp_transport_parse),
8076         (rtsp_transport_free):
8077         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8078         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8079         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8080         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8081         Use g_return_val some more.
8082
8083         * gst/rtsp/rtspdefs.h:
8084         Add more enum values to track initial states.
8085
8086         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8087         (rtsp_message_init_request), (rtsp_message_new_response),
8088         (rtsp_message_init_response), (rtsp_message_init_data),
8089         (rtsp_message_unset), (rtsp_message_free),
8090         (rtsp_message_add_header), (rtsp_message_remove_header),
8091         (rtsp_message_get_header), (rtsp_message_set_body),
8092         (rtsp_message_take_body), (rtsp_message_get_body),
8093         (rtsp_message_steal_body), (rtsp_message_dump):
8094         * gst/rtsp/rtspmessage.h:
8095         Reorder arguments, object goes as the first one.
8096         Use g_return_val some more.
8097
8098 2006-09-18  Wim Taymans  <wim@fluendo.com>
8099
8100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8101         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8102         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8103         * gst/rtsp/gstrtspsrc.h:
8104         Export sometimes source pad with correct caps on the template, create
8105         the ghostpad from the template.
8106         Remove RTCP template as we never expose RTCP.
8107         Protect against invalid body size.
8108         Avoid memcpy when creating the output buffer.
8109         Properly post an error and send EOS when the loop function is shut down.
8110
8111 2006-09-18  Wim Taymans  <wim@fluendo.com>
8112
8113         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8114
8115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8116         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8117         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8118         * gst/rtsp/gstrtspsrc.h:
8119         Make sure we can never set an invalid location.
8120
8121         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8122         * gst/rtsp/rtspmessage.h:
8123         Added _steal_body method for future use.
8124
8125         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8126         Make freeing of NULL url return immediatly.
8127
8128 2006-09-18  Wim Taymans  <wim@fluendo.com>
8129
8130         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8131
8132         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8133         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8134         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8135         (gst_rtspsrc_change_state):
8136         * gst/rtsp/gstrtspsrc.h:
8137         Use boilerplate.
8138         Make rtspsrc subclass GstBin to make state changes easier.
8139         Add Range header field on the PLAY request.
8140
8141 2006-09-18  Wim Taymans  <wim@fluendo.com>
8142
8143         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8144
8145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8146         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8147         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8148         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8149         * gst/rtsp/rtspconnection.c: (inet_aton):
8150         Small cleanups.
8151         when multicast is selected as the transport, create UDP sources and
8152         connect to the multicast group.
8153         Move parsing and setting of caps to a common place.
8154         Fixes #349894.
8155
8156 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8157
8158         * ext/flac/gstflactag.c:
8159         * gst/alpha/gstalpha.c:
8160         * gst/debug/breakmydata.c:
8161         * gst/debug/negotiation.c:
8162         * gst/debug/testplugin.c:
8163         * gst/effectv/gstaging.c:
8164         * gst/effectv/gstdice.c:
8165         * gst/effectv/gstedge.c:
8166         * gst/effectv/gstquark.c:
8167         * gst/effectv/gstrev.c:
8168         * gst/effectv/gstshagadelic.c:
8169         * gst/effectv/gstvertigo.c:
8170         * gst/effectv/gstwarp.c:
8171         * gst/multipart/multipartdemux.c:
8172         * gst/multipart/multipartmux.c:
8173         * gst/videobox/gstvideobox.c:
8174         * gst/videofilter/gstgamma.c:
8175         * gst/videofilter/gstvideotemplate.c:
8176         * gst/videomixer/videomixer.c:
8177         * sys/sunaudio/gstsunaudiosrc.h:
8178         More G_OBJECT macro fixing.
8179
8180 2006-09-16  Wim Taymans  <wim@fluendo.com>
8181
8182         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8183
8184         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8185         Correctly set the dwLength in strh.
8186         With this patch, the file duration is now displayed correctly in window
8187         media player and the AVI plays completely. Fixes #356147
8188
8189 2006-09-15  Wim Taymans  <wim@fluendo.com>
8190
8191         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8192
8193         * sys/sunaudio/gstsunaudiomixerctrl.c:
8194         (gst_sunaudiomixer_ctrl_build_list):
8195         Set the output track as the MASTER so that the gnome-settings-daemon
8196         keybindings for changing the volume using the keyboard works.
8197         Fixes #356142.
8198
8199 2006-09-15  Wim Taymans  <wim@fluendo.com>
8200
8201         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8202         Fix documentation, it is not possible to control the framerate of jpegdec
8203         using filtered caps yet. Fixes #355210.
8204         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8205         stop when there is an error.
8206
8207 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8208
8209         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8210         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8211           Don't interpret a first buffer with an offset of NONE as
8212           'from the middle of the stream', but only a first buffer
8213           that has a valid buffer offset that's non-zero (see #345449).
8214
8215 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8218         (gst_icydemux_typefind_or_forward):
8219         * gst/icydemux/gsticydemux.h:
8220           When we merge/collect multiple incoming buffers for typefinding
8221           purposes, keep an initial 0 offset on the first outgoing buffer
8222           as well (otherwise id3demux won't work right). Fixes #345449.
8223           Also Make buffer metadata writable before setting buffer caps.
8224
8225         * tests/check/elements/icydemux.c: (typefind_succeed),
8226         (cleanup_icydemux), (push_data), (GST_START_TEST),
8227         (icydemux_suite):
8228           Small test case for the above.
8229
8230 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8231
8232         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8233         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8234         (gst_avi_demux_stream_header_push),
8235         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8236         (gst_avi_demux_loop):
8237           More code reuse and better logging in _peek_chunk(). Reintroduce check
8238           for chunk sizes before reading them (avoid oom). Better handling for 
8239           invalid chunksizes when streaming.
8240
8241 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8242
8243         * gst/level/gstlevel.c: (gst_level_set_property):
8244         * gst/level/gstlevel.h:
8245           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8246           René Stadler
8247
8248 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8249
8250         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8251         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8252         (gst_avi_demux_stream_data):
8253           Revert one change to fix streaming avi (adapter size != data size).
8254
8255 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8256
8257         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8258
8259         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8260         (gst_matroska_demux_reset),
8261         (gst_matroska_demux_read_track_encodings),
8262         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8263         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8264         (gst_matroska_demux_subtitle_caps):
8265         * gst/matroska/matroska-ids.h:
8266           Add support for VOBSUB subtitle tracks and zlib-compressed
8267           tracks. Make sure we start on a keyframe after a seek. (#343348)
8268
8269 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8270
8271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8272         (gst_matroska_demux_push_flac_codec_priv_data),
8273         (gst_matroska_demux_push_xiph_codec_priv_data),
8274         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8275         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8276         * gst/matroska/matroska-ids.h:
8277           Add basic FLAC support (#311586), not perfect yet though, needs some
8278           tweaking in flacdec; also, seeking could be better.
8279           Do better bounds checking when deserialising vorbis stream headers
8280           to make sure we don't read beyond the end of the buffer on bad input.
8281
8282 2006-09-04  Wim Taymans  <wim@fluendo.com>
8283
8284         Patch by: Alessandro Decina <alessandro at nnva dot org>
8285
8286         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8287         Seeking back in a file containing a CMML stream errors out if the seek
8288         goes back up to the CMML headers. This is because after the seek the xml
8289         processing instruction <?xml ...?> is submitted to the xml parser again, 
8290         which results in an error. The attached patch fixes the problem. 
8291         Fixes #353908.
8292
8293         * ext/annodex/gstcmmlenc.h:
8294         Fix authors name.
8295
8296
8297 2006-08-28  Andy Wingo  <wingo@pobox.com>
8298
8299         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8300         New helper function to lessen the ifdefs.
8301         (GST_INFO_OBJECT): 
8302         (gst_dv1394src_iso_receive): Use it.
8303         (gst_dv1394src_create): Also use the control sockets in iec61883
8304         mode.
8305         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8306         handle for AVC operations; fixes #348233.
8307
8308 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8309
8310         * configure.ac:
8311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8312         * docs/plugins/inspect/plugin-audiofx.xml:
8313         * docs/plugins/inspect/plugin-audiofxgood.xml:
8314         * gst/audiofx/Makefile.am:
8315         * gst/audiofx/audiofx.c:
8316         * gst/audiofxgood/.cvsignore:
8317         * gst/audiofxgood/Makefile.am:
8318         * gst/audiofxgood/audiofx.c:
8319         * gst/audiofxgood/audiopanorama.c:
8320         * gst/audiofxgood/audiopanorama.h:
8321           Rename again (audiofxgood -> audiofx).
8322
8323 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8324
8325         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8326         (gst_avi_demux_stream_scan):
8327           Initialze variables.
8328
8329 2006-08-25  Wim Taymans  <wim@fluendo.com>
8330
8331         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8332         (gst_avi_demux_init), (gst_avi_demux_finalize),
8333         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8334         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8335         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8336         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8337         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8338         (gst_avi_demux_massage_index),
8339         (gst_avi_demux_calculate_durations_from_index),
8340         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8341         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8342         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8343         (gst_avi_demux_change_state):
8344         * gst/avi/gstavidemux.h:
8345         More attempts to turn this into readable code.
8346         Don't leak adapters.
8347         Calculate duration according to index more efficiently.
8348         Don't try to act like we drive the pipeline in chain mode.
8349
8350 2006-08-25  Wim Taymans  <wim@fluendo.com>
8351
8352         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8353         Fix build.
8354
8355 2006-08-25  Wim Taymans  <wim@fluendo.com>
8356
8357         Patch by: Alessandro Decina <alessandro at nnva dot org>
8358
8359         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8360         Do some extra sanity checks.
8361         Fixes #350340.
8362
8363         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8364         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8365         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8366         Check if clip->start_time is valid before adding the clip to the
8367         track list.
8368         Reset enc->preamble going from PAUSED to READY.
8369         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8370         only used for EOS.
8371         Only post an error message if we were the one that created the fatal
8372         GstFlowReturn value.
8373
8374         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8375         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8376         Parse the seconds field of the npt-sec time format using %llu rather than
8377         %d and check that the value scaled by GST_SECOND doesn't overflow.
8378         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8379         Lookup a clip's track with clip->track rather than clip->id which
8380         makes no sense.
8381         Identify a clip by its track and start time and not its xml id.
8382         do some more input checking and make sure we don't do undefined shifts.
8383
8384         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8385         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8386         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8387         (push_clip), (push_empty_clip), (check_output_clip),
8388         (GST_START_TEST), (cmmldec_suite):
8389         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8390         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8391         (check_headers), (push_clip), (check_clip_times), (check_clip),
8392         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8393         Added some more checks.
8394
8395 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8396
8397         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8398         (gst_audio_panorama_set_property),
8399         (gst_audio_panorama_get_property),
8400         (gst_audio_panorama_transform_m2s_int),
8401         (gst_audio_panorama_transform_s2s_int),
8402         (gst_audio_panorama_transform_m2s_float),
8403         (gst_audio_panorama_transform_s2s_float):
8404         * gst/audiofxgood/audiopanorama.h:
8405         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8406           Make also the pan-property float (saves scaling and yields better
8407           resolution)
8408
8409 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8410
8411         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8412         (gst_audio_panorama_transform_m2s_float),
8413         (gst_audio_panorama_transform_s2s_float):
8414           ChangeLog surgery to add cymax's real name
8415
8416
8417 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8418
8419         Patch by: René Stadler <mail@renestadler.de>
8420
8421         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8422         (gst_audio_panorama_transform_m2s_int),
8423         (gst_audio_panorama_transform_s2s_int),
8424         (gst_audio_panorama_transform_m2s_float),
8425         (gst_audio_panorama_transform_s2s_float),
8426         (gst_audio_panorama_transform):
8427         * gst/audiofxgood/audiopanorama.h:
8428           Added float support
8429
8430 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8431
8432         * gst/audiofxgood/audiopanorama.c:
8433         (gst_audio_panorama_transform_m2s):
8434           Fix docs & debug category. Add Fixme for volume pan levels.
8435
8436 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8437
8438         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8439         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8440         (gst_avi_demux_stream_header_pull),
8441         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8442         (gst_avi_demux_chain):
8443           unbreak AVI index handling, some more debug, remove an obsolete
8444           adapter_flush that caused streaming to wander off in the wild
8445
8446 2006-08-24  Wim Taymans  <wim@fluendo.com>
8447
8448         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8449         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8450         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8451         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8452         (gst_avi_demux_calculate_durations_from_index),
8453         (gst_avi_demux_stream_header_push),
8454         (gst_avi_demux_stream_header_pull):
8455         * gst/avi/gstavidemux.h:
8456         Some more cleanups. 
8457         Fix totalFrames parsing in ODML.
8458         Disable use of index for length calculation in case of ODML as this is
8459         broken now.
8460
8461 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8464           Use libgsttag helper function here too.
8465
8466 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8467
8468         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8469         (gst_avi_demux_init), (gst_avi_demux_dispose),
8470         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8471         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8472         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8473         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8474         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8475         (gst_avi_demux_parse_subindex),
8476         (gst_avi_demux_read_subindexes_push),
8477         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8478         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8479         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8480         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8481         (gst_avi_demux_stream_header_pull),
8482         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8483         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8484         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8485         (gst_avi_demux_change_state):
8486         * gst/avi/gstavidemux.h:
8487           Initial streaming support for avidemux (fixes #336465)
8488
8489 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8492           There is no taglibmux element ...
8493
8494         * gst/rtsp/gstrtspsrc.c:
8495           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8496           was complaining about unknown entity here.
8497
8498 2006-08-22  Wim Taymans  <wim@fluendo.com>
8499
8500         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8501         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8502         (gst_avi_demux_process_next_entry):
8503         * gst/avi/gstavidemux.h:
8504         Mark DISCONT.
8505         Remove old unused fields and reorder the struct a bit.
8506
8507 2006-08-22  Wim Taymans  <wim@fluendo.com>
8508
8509         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8510         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8511         (gst_rtspsrc_pause):
8512         * gst/rtsp/gstrtspsrc.h:
8513         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8514         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8515         Small documentation updates.
8516
8517 2006-08-22  Wim Taymans  <wim@fluendo.com>
8518
8519         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8520         (gst_avi_demux_index_entry_for_time),
8521         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8522         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8523         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8524         (gst_avi_demux_next_data_buffer),
8525         (gst_avi_demux_calculate_durations_from_index),
8526         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8527         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8528         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8529         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8530         * gst/avi/gstavidemux.h:
8531         Precalc most of the duration query for each stream.
8532         Make seeking more correct.
8533         Use GstSegment to track position and duration.
8534         Code cleanups and leak fixes.
8535         Calculate correct total duration based on index length.
8536
8537 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8538
8539         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8540         (parse_insert_string_field):
8541           If strings in text fields are marked ISO8859-1, but contain
8542           valid UTF-8 already, then handle them as UTF-8 and ignore
8543           the encoding. (#351794)
8544
8545 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8546
8547         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8548         (gst_flac_dec_write), (gst_flac_dec_loop),
8549         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8550         (gst_flac_dec_src_query):
8551         * ext/flac/gstflacdec.h:
8552           Make flac-in-ogg work (#352100).
8553
8554 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8555
8556         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8557           Don't unref buffers of which we've already given away
8558           ownership to the adapter.
8559
8560 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8561
8562         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8563           Make metadata extraction actually work.
8564
8565         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8566         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8567         (gst_speexenc_chain):
8568           Fix metadata writing: replace old code which wrote completely
8569           broken tags with libgsttag-based code. Plus miscellaneous
8570           code cleanups (use static pad templates etc.) and a bunch
8571           of leak fixes.
8572
8573 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8574
8575         * gst/audiopanorama/.cvsignore:
8576         * gst/audiopanorama/Makefile.am:
8577         * gst/audiopanorama/audiofx.c:
8578         * gst/audiopanorama/audiopanorama.c:
8579         * gst/audiopanorama/audiopanorama.h:
8580           die! die! die! you should never have been there
8581
8582 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8583
8584         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8585         Fix invalid memory access in audiopanorama test suite.
8586
8587 2006-08-21  Edward Hervey  <edward@fluendo.com>
8588
8589         * tests/check/elements/.cvsignore:
8590         ignore built file
8591
8592 2006-08-21  Wim Taymans  <wim@fluendo.com>
8593
8594         * gst/rtp/Makefile.am:
8595         Fix the build again.
8596
8597 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8598
8599         * gst/audiofxgood/.cvsignore:
8600         * gst/audiofxgood/Makefile.am:
8601         * gst/audiofxgood/audiofx.c: (plugin_init):
8602         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8603         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8604         (gst_audio_panorama_set_property),
8605         (gst_audio_panorama_get_property),
8606         (gst_audio_panorama_get_unit_size),
8607         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8608         (gst_audio_panorama_transform_m2s),
8609         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8610         * gst/audiofxgood/audiopanorama.h:
8611           resubmit with the desired name *again*
8612
8613 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8614
8615         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8616         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8617           use g_assert in _get_unit_size
8618
8619 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8620
8621         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8622         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8623         * docs/plugins/inspect/plugin-audiofxgood.xml:
8624           cleanup -unused.txt to make it useful, add previously missing docs
8625
8626         * ext/Makefile.am:
8627           Quietly (accidentally) enable LADSPA for building by default, 
8628           despite the fact that it doesn't meet the plugin checklist.
8629             -- Added by Jan Schmidt 18 Dec 2006
8630
8631         * ext/esd/esdmon.c:
8632         * ext/esd/esdsink.c:
8633         * ext/esd/gstesd.c: (plugin_init):
8634           reflow to get rid of two external symbols
8635
8636         * gst/audiofxgood/audiofx.c: (plugin_init):
8637           re-add
8638
8639 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8640
8641         * configure.ac:
8642         * gst/audiofxgood/.cvsignore:
8643         * gst/audiofxgood/Makefile.am:
8644         * gst/audiofxgood/audiofx.c
8645         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8646         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8647         (gst_audio_panorama_set_property),
8648         (gst_audio_panorama_get_property),
8649         (gst_audio_panorama_get_unit_size),
8650         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8651         (gst_audio_panorama_transform_m2s),
8652         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8653         * gst/audiofxgood/audiopanorama.h:
8654         * tests/check/Makefile.am:
8655         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8656         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8657         (panorama_suite), (main):
8658         Add audiofxgood plugin with audiopanorama element
8659
8660 2006-08-18  Wim Taymans  <wim@fluendo.com>
8661
8662         * docs/plugins/Makefile.am:
8663         More Oss docs fixage. 
8664
8665 2006-08-18  Wim Taymans  <wim@fluendo.com>
8666
8667         * gst/rtp/Makefile.am:
8668         * gst/rtp/gstrtp.c: (plugin_init):
8669         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8670         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8671         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8672         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8673         (gst_rtp_sv3v_depay_get_property),
8674         (gst_rtp_sv3v_depay_change_state),
8675         (gst_rtp_sv3v_depay_plugin_init):
8676         * gst/rtp/gstrtpsv3vdepay.h:
8677         Added experimental SVQ3 depayloader.
8678
8679 2006-08-18  Edward Hervey  <edward@fluendo.com>
8680
8681         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8682         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8683         * ext/dv/gstdvdemux.h:
8684         When handling seek requests, don't send the newsegment event from the
8685         calling thread. Instead save it so it can be sent from the streaming
8686         thread.
8687
8688 2006-08-17  Wim Taymans  <wim@fluendo.com>
8689
8690         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8691
8692         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8693         Accept leading whitespace before the boundary
8694         This patch makes the demuxer allow some whitespace before the actual
8695         boundary. This makes the demuxer work with the ``old'' gstreamer
8696         multipartmuxer again (which placed an extra \n before the start
8697         of the stream) Fixes #349068.
8698
8699 2006-08-17  Wim Taymans  <wim@fluendo.com>
8700
8701         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8702         Error out on non-implemented stuff.
8703
8704 2006-08-16  Wim Taymans  <wim@fluendo.com>
8705
8706         Patch by: Andy Wingo <wingo at pobox dot com>
8707
8708         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8709         (gst_signal_processor_start), (gst_signal_processor_stop),
8710         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8711         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8712         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8713         (gst_signal_processor_change_state):
8714         Make ladspa elements reusable. Fixes #350006.
8715
8716 2006-08-16  Wim Taymans  <wim@fluendo.com>
8717
8718         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8719         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8720         names as possible. Fixes #349901.
8721
8722 2006-08-16  Wim Taymans  <wim@fluendo.com>
8723
8724         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8725         (gst_signal_processor_do_pushes):
8726         A push() gives away our refcount so we should not use the buffer on the
8727         pen anymore.
8728
8729 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8730
8731         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8732         (gst_oss_mixer_element_finalize):
8733           Don't leak device string.
8734
8735 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8736
8737         * configure.ac:
8738           Require CVS of GStreamer core and -base (for
8739           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8740
8741         * ext/taglib/gstid3v2mux.cc:
8742           Write extended comment tags properly (#348762).
8743
8744         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8745         (parse_comment_frame):
8746           Extract COMM frames into extended comments, which makes it
8747           easier to properly retain the description bit of the tag
8748           and maintain this information when re-tagging (#348762).
8749
8750 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8751
8752         * tests/check/Makefile.am:
8753           Don't try to run annodex unit tests if the annodex
8754           plugin has not been built (Fixes #351116).
8755
8756 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * gst/autodetect/gstautoaudiosink.c:
8759         (gst_auto_audio_sink_find_best):
8760           When we can't find a usable audiosink, don't error out,
8761           but use a fake sink instead and post a warning message
8762           on the bus (#341278).
8763
8764 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8767         * sys/oss/gstosssink.c:
8768         * sys/oss/gstosssrc.c:
8769           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8770           ossmixer's new device property.
8771
8772         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8773         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8774           Add docs for OSS elements.
8775
8776         * docs/plugins/inspect/plugin-aasink.xml:
8777         * docs/plugins/inspect/plugin-alaw.xml:
8778         * docs/plugins/inspect/plugin-alpha.xml:
8779         * docs/plugins/inspect/plugin-alphacolor.xml:
8780         * docs/plugins/inspect/plugin-annodex.xml:
8781         * docs/plugins/inspect/plugin-apetag.xml:
8782         * docs/plugins/inspect/plugin-auparse.xml:
8783         * docs/plugins/inspect/plugin-autodetect.xml:
8784         * docs/plugins/inspect/plugin-avi.xml:
8785         * docs/plugins/inspect/plugin-cacasink.xml:
8786         * docs/plugins/inspect/plugin-cairo.xml:
8787         * docs/plugins/inspect/plugin-cdio.xml:
8788         * docs/plugins/inspect/plugin-cutter.xml:
8789         * docs/plugins/inspect/plugin-debug.xml:
8790         * docs/plugins/inspect/plugin-dv.xml:
8791         * docs/plugins/inspect/plugin-efence.xml:
8792         * docs/plugins/inspect/plugin-effectv.xml:
8793         * docs/plugins/inspect/plugin-esdsink.xml:
8794         * docs/plugins/inspect/plugin-flac.xml:
8795         * docs/plugins/inspect/plugin-flxdec.xml:
8796         * docs/plugins/inspect/plugin-gconfelements.xml:
8797         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8798         * docs/plugins/inspect/plugin-goom.xml:
8799         * docs/plugins/inspect/plugin-halelements.xml:
8800         * docs/plugins/inspect/plugin-icydemux.xml:
8801         * docs/plugins/inspect/plugin-id3demux.xml:
8802         * docs/plugins/inspect/plugin-jpeg.xml:
8803         * docs/plugins/inspect/plugin-level.xml:
8804         * docs/plugins/inspect/plugin-matroska.xml:
8805         * docs/plugins/inspect/plugin-mulaw.xml:
8806         * docs/plugins/inspect/plugin-multipart.xml:
8807         * docs/plugins/inspect/plugin-navigationtest.xml:
8808         * docs/plugins/inspect/plugin-ossaudio.xml:
8809         * docs/plugins/inspect/plugin-png.xml:
8810         * docs/plugins/inspect/plugin-rtp.xml:
8811         * docs/plugins/inspect/plugin-rtsp.xml:
8812         * docs/plugins/inspect/plugin-shout2send.xml:
8813         * docs/plugins/inspect/plugin-smpte.xml:
8814         * docs/plugins/inspect/plugin-speex.xml:
8815         * docs/plugins/inspect/plugin-taglib.xml:
8816         * docs/plugins/inspect/plugin-udp.xml:
8817         * docs/plugins/inspect/plugin-videobalance.xml:
8818         * docs/plugins/inspect/plugin-videobox.xml:
8819         * docs/plugins/inspect/plugin-videoflip.xml:
8820         * docs/plugins/inspect/plugin-videomixer.xml:
8821         * docs/plugins/inspect/plugin-wavenc.xml:
8822         * docs/plugins/inspect/plugin-wavparse.xml:
8823         * docs/plugins/inspect/plugin-ximagesrc.xml:
8824           Update to CVS version.
8825           
8826 2006-08-16  Wim Taymans  <wim@fluendo.com>
8827
8828         * gst/rtp/gstrtpamrdepay.c:
8829         * gst/rtp/gstrtpmp4gdepay.c:
8830         Caps extra properties must be defined as strings for
8831         depayloaders because they are generated from an SDP.
8832
8833         * gst/rtp/Makefile.am:
8834         * gst/rtp/gstrtp.c: (plugin_init):
8835         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8836         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8837         (gst_rtp_h264_depay_finalize), (decode_base64),
8838         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8839         (gst_rtp_h264_depay_set_property),
8840         (gst_rtp_h264_depay_get_property),
8841         (gst_rtp_h264_depay_change_state),
8842         (gst_rtp_h264_depay_plugin_init):
8843         * gst/rtp/gstrtph264depay.h:
8844         Added basic, not completely functional RFC 3984 H264 depayloader.
8845
8846 2006-08-16  Wim Taymans  <wim@fluendo.com>
8847
8848         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8849         Add pads after setting them up.
8850
8851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8852         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8853         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8854         (gst_rtspsrc_stream_setup_rtp),
8855         (gst_rtspsrc_stream_configure_transport),
8856         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8857         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8858         (gst_rtspsrc_pause):
8859         * gst/rtsp/gstrtspsrc.h:
8860         Fix interleaved mode.
8861          - Protect streaming with lock.
8862          - Combine flows
8863          - set caps on outgoing buffers.
8864          - strip trailing \0 from data packets.
8865          - Configure RTP/RTCP in stream.
8866         Use DEBUG_OBJECT more.
8867
8868 2006-08-16  Wim Taymans  <wim@fluendo.com>
8869
8870         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8871         Turn a g_print into a DEBUG line.
8872
8873 2006-08-13  Wim Taymans  <wim@fluendo.com>
8874
8875         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8876         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8877         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8878         (gst_oss_mixer_element_get_property),
8879         (gst_oss_mixer_element_change_state):
8880         * sys/oss/gstossmixerelement.h:
8881         Small cleanups. Better error reporting.
8882         Add device property for the mixer instead of the hardcoded
8883         /dev/mixer. Fixes #350785.
8884         API: GstOssMixerElement::device property
8885
8886 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8887
8888         Patch by: Jens Granseuer <jensgr at gmx net>
8889
8890         * gconf/Makefile.am:
8891           Make --disable-schemas work right (they still need
8892           to be copied to the installation directory, just not
8893           applied). Fixes #351347 (also #344100).
8894           
8895 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8896
8897         * configure.ac: back to HEAD
8898
8899 === release 0.10.4 ===
8900
8901 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8902
8903         * configure.ac:
8904           releasing 0.10.4, "Dear Leader"
8905
8906 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8907
8908         Patch by: Edward Hervey <edward@fluendo.com>
8909
8910         * configure.ac:
8911         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8912         (gst_wavparse_stream_data):
8913         Send the newsegment event in the streaming thread.
8914         Fixes #347529
8915
8916 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8917
8918         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8919         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8920         (gst_smokeenc_resync), (gst_smokeenc_chain):
8921           Refuse sink caps in the encoder if width or height is not a
8922           multiple of 16, the encoder does not support that yet (#349939);
8923           along the same lines, check the return value of the encoder
8924           setup function; also remove some debug log clutter.
8925
8926 2006-08-04  Andy Wingo  <wingo@pobox.com>
8927
8928         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8929         whether a processor can work in place or not, and for keeping
8930         track of its state. Change the FlowReturn instance variable from
8931         "state" to "flow_state", all callers changed.
8932
8933         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8934         (gst_signal_processor_start, gst_signal_processor_stop)
8935         (gst_signal_processor_cleanup): New functions to manage the
8936         processor's state.
8937         (gst_signal_processor_setcaps): start() as well as setup() here.
8938         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8939         (gst_signal_processor_change_state): Stop and cleanup the
8940         processor as we go to NULL.
8941
8942         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8943         INPLACE_BROKEN is not set.
8944
8945         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8946         Do the alloc_buffer in bytes, not frames.
8947         
8948 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8949
8950         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8951         Fix rgb masks when recording in < 24bpp.
8952
8953 2006-08-04  Andy Wingo  <wingo@pobox.com>
8954
8955         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8956         (gst_signal_processor_prepare)
8957         (gst_signal_processor_update_inputs)
8958         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8959         (gst_signal_processor_flush)
8960         (gst_signal_processor_sink_activate_push)
8961         (gst_signal_processor_src_activate_pull)
8962         (gst_signal_processor_change_state): Remove the last of the code
8963         that assumes that we process whole buffers at a time. Fix some
8964         debugging. Seems to work now in some cases.
8965         (gst_signal_processor_src_activate_pull): BPB
8966
8967 2006-08-01  Andy Wingo  <wingo@pobox.com>
8968
8969         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8970         Fix nframes-choosing.
8971         (gst_signal_processor_init): Init pending_in and pending_out.
8972
8973         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8974         more default sample rate, although we never check that the sample
8975         rate actually gets set. Something for the future.
8976         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8977         (gst_signal_processor_event): Refcount fixen.
8978         (gst_signal_processor_process): Pull the number of frames to
8979         process from the sizes of the buffers in the input pens.
8980         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8981         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8982         it instead of buffer_frames.
8983         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8984         to do_pulls.
8985         (gst_signal_processor_chain)
8986         (gst_signal_processor_sink_activate_push)
8987         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8988
8989         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8990
8991 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8992
8993         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8994         (gst_signal_processor_process):
8995           don't query buffer-frames from caps, add lots of debug-log,
8996           try fix for assert (#349189)
8997
8998 2006-07-31  Wim Taymans  <wim@fluendo.com>
8999
9000         * gst/udp/gstudpsrc.c:
9001         Fix docs.
9002
9003 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9004
9005         * ext/ladspa/gstsignalprocessor.c:
9006         (gst_signal_processor_add_pad_from_template),
9007         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9008         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9009         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9010         (gst_signal_processor_sink_activate_push),
9011         (gst_signal_processor_src_activate_pull),
9012         (gst_signal_processor_change_state):
9013          Add debugs logs here and there, add more error handling, add some
9014          FIXME comments, filed #349189
9015
9016 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9017
9018         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9019         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9020         Set caps on buffer correctly.  Fixes bug #349155.
9021
9022 2006-07-28  Wim Taymans  <wim@fluendo.com>
9023
9024         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9025
9026         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9027         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9028         (gst_multipart_demux_finalize), (get_line_end),
9029         (multipart_parse_header), (multipart_find_boundary),
9030         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9031         (gst_multipart_set_property), (gst_multipart_get_property):
9032         Uses GstAdapter instead of own buffering.
9033         Actually parses the mime-type correctly (In tests the mime-type was
9034         always "" with the old version).
9035         Uses the Content-length header if available to speed up things.
9036         Reliably autoscans the boundary name by default.
9037         Fixes #349068.
9038
9039         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9040         Don't start the stream with a \n.
9041
9042 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         Patch by: Brian Cameron <brian dot cameron at sun com>
9045
9046         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9047           Open source with O_NONBLOCK (#349015).
9048
9049 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9050
9051         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9052         (gst_avi_demux_massage_index):
9053         * gst/avi/gstavidemux.h:
9054           Whitespace fixes and more debug
9055
9056 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9057
9058         * gst/autodetect/gstautoaudiosink.c:
9059         (gst_auto_audio_sink_create_element_with_pretty_name),
9060         (gst_auto_audio_sink_find_best),
9061         (gst_auto_audio_sink_change_state):
9062           Get rid of old and unused magic sound-server properties stuff.
9063           Add suffix to child sink's name that makes it easy to see from
9064           the name alone which type it actually is (alsa, oss, esd, etc.).
9065
9066 2006-07-27  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9069         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9070         (gst_udpsrc_start):
9071         * gst/udp/gstudpsrc.h:
9072         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9073         not some sort of feature we enable.
9074
9075 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9078           Use CLOSE_SOCKET() here instead of close() to maintain
9079           win32 workiness.
9080
9081 2006-07-27  Wim Taymans  <wim@fluendo.com>
9082
9083         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9084
9085         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9086         (gst_udpsrc_create), (gst_udpsrc_set_property),
9087         (gst_udpsrc_get_property), (gst_udpsrc_start):
9088         * gst/udp/gstudpsrc.h:
9089         Added "buffer-size" property to control the kernel receive buffer size.
9090         Update documentation.
9091         Small cleanups. Fixes #348752.
9092         API: buffer-size property
9093
9094 2006-07-26  Wim Taymans  <wim@fluendo.com>
9095
9096         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9097
9098         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9099         (gst_rtp_pcma_pay_handle_buffer):
9100         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9101         (gst_rtp_pcmu_pay_handle_buffer):
9102         Fix timestamp calculation on outgoing RTP packets.
9103         Fixes #348675.
9104
9105 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9106
9107         * ext/taglib/gstid3v2mux.cc:
9108           Fix writing of comment frames (should be COMM not TCOM),
9109           is still sub-optimal though, since we don't retain or
9110           extract the comment descriptions properly (#334375,
9111           also see #334375).
9112
9113 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9114
9115         * gst/wavparse/gstwavparse.c:
9116           #define 'fact' RIFF chunk if we are not compiling against
9117           -base CVS (we don't want to depend on -base CVS for this
9118           one define only, and also not for release order reasons).
9119
9120 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9121
9122         * ext/taglib/gstid3v2mux.cc:
9123           Handle multiple tags of the same type properly. Re-inject
9124           unparsed ID3v2 frames that we get as binary blobs from
9125           id3demux into the tag again so we don't lose information
9126           when retagging (#334375).
9127
9128 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9129
9130         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9131           Document newly-added properties properly, so that there is a
9132           'Since: 0.10.4' in the plugin docs. Convert some property
9133           names into canonical GObject style (GObject will do that
9134           internally anyway).
9135
9136 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9137
9138         * gst/id3demux/id3tags.c:
9139         (id3demux_add_id3v2_frame_blob_to_taglist):
9140           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9141           well, and add the version to the blob's buffer caps, since that
9142           information will be needed for deserialisation later on (#348644).
9143
9144 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9145
9146         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9147         (gst_avi_demux_parse_stream):
9148          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9149          indentation and spacing.
9150
9151 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9152
9153         * docs/plugins/Makefile.am:
9154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9156         * docs/plugins/gst-plugins-good-plugins.args:
9157         * docs/plugins/inspect/plugin-1394.xml:
9158         * docs/plugins/inspect/plugin-aasink.xml:
9159         * docs/plugins/inspect/plugin-alaw.xml:
9160         * docs/plugins/inspect/plugin-alpha.xml:
9161         * docs/plugins/inspect/plugin-alphacolor.xml:
9162         * docs/plugins/inspect/plugin-annodex.xml:
9163         * docs/plugins/inspect/plugin-apetag.xml:
9164         * docs/plugins/inspect/plugin-auparse.xml:
9165         * docs/plugins/inspect/plugin-autodetect.xml:
9166         * docs/plugins/inspect/plugin-avi.xml:
9167         * docs/plugins/inspect/plugin-cacasink.xml:
9168         * docs/plugins/inspect/plugin-cairo.xml:
9169         * docs/plugins/inspect/plugin-cdio.xml:
9170         * docs/plugins/inspect/plugin-cutter.xml:
9171         * docs/plugins/inspect/plugin-debug.xml:
9172         * docs/plugins/inspect/plugin-dv.xml:
9173         * docs/plugins/inspect/plugin-efence.xml:
9174         * docs/plugins/inspect/plugin-effectv.xml:
9175         * docs/plugins/inspect/plugin-esdsink.xml:
9176         * docs/plugins/inspect/plugin-flac.xml:
9177         * docs/plugins/inspect/plugin-flxdec.xml:
9178         * docs/plugins/inspect/plugin-gconfelements.xml:
9179         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9180         * docs/plugins/inspect/plugin-goom.xml:
9181         * docs/plugins/inspect/plugin-halelements.xml:
9182         * docs/plugins/inspect/plugin-icydemux.xml:
9183         * docs/plugins/inspect/plugin-id3demux.xml:
9184         * docs/plugins/inspect/plugin-jpeg.xml:
9185         * docs/plugins/inspect/plugin-level.xml:
9186         * docs/plugins/inspect/plugin-matroska.xml:
9187         * docs/plugins/inspect/plugin-mulaw.xml:
9188         * docs/plugins/inspect/plugin-multipart.xml:
9189         * docs/plugins/inspect/plugin-navigationtest.xml:
9190         * docs/plugins/inspect/plugin-ossaudio.xml:
9191         * docs/plugins/inspect/plugin-png.xml:
9192         * docs/plugins/inspect/plugin-rtp.xml:
9193         * docs/plugins/inspect/plugin-rtsp.xml:
9194         * docs/plugins/inspect/plugin-shout2send.xml:
9195         * docs/plugins/inspect/plugin-smpte.xml:
9196         * docs/plugins/inspect/plugin-speex.xml:
9197         * docs/plugins/inspect/plugin-udp.xml:
9198         * docs/plugins/inspect/plugin-videobalance.xml:
9199         * docs/plugins/inspect/plugin-videobox.xml:
9200         * docs/plugins/inspect/plugin-videoflip.xml:
9201         * docs/plugins/inspect/plugin-videomixer.xml:
9202         * docs/plugins/inspect/plugin-wavenc.xml:
9203         * docs/plugins/inspect/plugin-wavparse.xml:
9204         * docs/plugins/inspect/plugin-ximagesrc.xml:
9205           Update files to CVS/Prerelease version, add esdsink docs.
9206
9207         * ext/esd/esdsink.c:
9208           Add gtk-doc blurb.
9209
9210         * gst/rtp/gstrtpmp4vpay.c:
9211           Fix typo in element description.
9212
9213 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         * ext/esd/esdsink.c: (gst_esdsink_open),
9216         (gst_esdsink_factory_init):
9217           Prevent libesd from auto-spawning a sound daemon if it
9218           is not already running. Now that we don't do evil stuff
9219           like that any longer we can give esdsink a rank so that
9220           autoaudiosink will try it as well if all other audio
9221           sinks fail (#343051).
9222
9223 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9224
9225         * ext/esd/Makefile.am:
9226           Oops, need to remove README from EXTRA_DIST as well.
9227
9228 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9229
9230         * ext/esd/README:
9231           Remove, it contains nothing useful anyway.
9232
9233         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9234         (gst_esdsink_delay):
9235           Some small clean-ups; use GST_BOILERPLATE etc.
9236
9237 2006-07-24  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/law/alaw-decode.c: (alawdec_getcaps):
9240         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9241         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9242         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9243         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9244
9245 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9246
9247         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9248         (gst_wavparse_other), (gst_wavparse_perform_seek),
9249         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9250         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9251         (gst_wavparse_pad_query):
9252         * gst/wavparse/gstwavparse.h:
9253           Use information from 'fact' chunk for length calculation of compressed
9254           samples. Calculate bps if bogus value is found in wav header (embeded
9255           mp2/mp3).
9256           
9257
9258 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9261
9262         * configure.ac:
9263         * gst/udp/Makefile.am:
9264         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9265         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9266         * gst/udp/gstdynudpsink.h:
9267         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9268         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9269         * gst/udp/gstmultiudpsink.h:
9270         * gst/udp/gstudp.c: (plugin_init):
9271         * gst/udp/gstudpsink.h:
9272         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9273         (gst_udpsrc_start), (gst_udpsrc_stop):
9274         * gst/udp/gstudpsrc.h:
9275         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9276         (gst_udp_net_utils_win32_wsa_startup):
9277         * gst/udp/gstudpnetutils.h:
9278           Port udp plugin to win32 (#345288).
9279
9280 2006-07-24  Wim Taymans  <wim@fluendo.com>
9281
9282         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9283         Remove unwanted DEBUG line.
9284
9285 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9286
9287         * gst/id3demux/gstid3demux.c: (plugin_init):
9288         * gst/id3demux/id3tags.c:
9289         (id3demux_add_id3v2_frame_blob_to_taglist):
9290         * gst/id3demux/id3tags.h:
9291           On second thought, it might be wiser and more efficient
9292           not to do tag registration from a streaming thread.
9293
9294 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9295
9296         * gst/id3demux/id3tags.c:
9297         (id3demux_add_id3v2_frame_blob_to_taglist),
9298         (id3demux_id3v2_frames_to_tag_list):
9299           Put ID3v2 frames we can't parse as binary blobs into private
9300           tags, so that they are not lost when retagging, at least once
9301           id3v2mux has been taught to re-inject those frames again.
9302           See bug #334375.
9303
9304 2006-07-21  Wim Taymans  <wim@fluendo.com>
9305
9306         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9307         (gst_avi_demux_process_next_entry):
9308         Fix some leaks.
9309
9310         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9311         Don't use \n in debug lines.
9312
9313 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9314
9315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9317           Add annodex and icydemux, cleanup the sections a bit
9318
9319 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         Patch by: Alex Lancaster <alexl at users sourceforge net>
9322
9323         * ext/taglib/gstid3v2mux.cc:
9324           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9325           ID3v2 TSSE frames (#347898).
9326
9327 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9328
9329         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9330           Respect mpegversion for "video/mpeg" and give message in case of
9331           unhandled versions.
9332
9333 2006-07-17  Wim Taymans  <wim@fluendo.com>
9334
9335         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9336         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9337         (gst_pngdec_chain), (gst_pngdec_sink_event),
9338         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9339         (gst_pngdec_sink_activate_push):
9340         * ext/libpng/gstpngdec.h:
9341         Use statically allocated segment instead of leaking.
9342         Various cleanups.
9343         Fix flush and seek handling.
9344
9345 2006-07-16  Wim Taymans  <wim@fluendo.com>
9346
9347         * gst/rtp/Makefile.am:
9348         * gst/rtp/gstrtp.c: (plugin_init):
9349         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9350         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9351         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9352         (gst_rtp_mp4g_depay_set_property),
9353         (gst_rtp_mp4g_depay_get_property),
9354         (gst_rtp_mp4g_depay_change_state),
9355         (gst_rtp_mp4g_depay_plugin_init):
9356         * gst/rtp/gstrtpmp4gdepay.h:
9357         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9358         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9359         (gst_rtp_mp4g_pay_flush):
9360         Added simple generic mpeg4 depayloader.
9361         Fix generic mpeg4 payloader.
9362
9363 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9364
9365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9366           Don't try doing state changes on a NULL pointer.
9367
9368 2006-07-14  Wim Taymans  <wim@fluendo.com>
9369
9370         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9371
9372         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9373         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9374         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9375         * gst/rtp/gstrtpamrdepay.h:
9376         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9377         Fixes #321191
9378
9379 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9380
9381         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9382         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9383         Fix segfault when moving mouse pointer to the bottom right corner.
9384
9385 2006-07-12  Wim Taymans  <wim@fluendo.com>
9386
9387         * gst/rtp/Makefile.am:
9388         * gst/rtp/gstrtp.c: (plugin_init):
9389         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9390         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9391         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9392         (gst_rtp_mp2t_depay_set_property),
9393         (gst_rtp_mp2t_depay_get_property),
9394         (gst_rtp_mp2t_depay_change_state),
9395         (gst_rtp_mp2t_depay_plugin_init):
9396         * gst/rtp/gstrtpmp2tdepay.h:
9397         Added mpeg2 TS depayloader. Closing #347234.
9398
9399 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9402           Remove g_assert that shouldn't be there and was triggered
9403           after trying to open a device that doesn't exist or can't
9404           be opened for some other reason (#347972).
9405
9406 2006-07-10  Edward Hervey  <edward@fluendo.com>
9407
9408         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9409         (gst_avi_demux_stream_header), (push_tag_lists):
9410         * gst/avi/gstavidemux.h:
9411         Don't push tag events found by gst_riff_parse_info() before outputting
9412         GST_EVENT_NEWSEGMENT.
9413
9414 2006-07-10  Wim Taymans  <wim@fluendo.com>
9415
9416         * gst/rtsp/Makefile.am:
9417         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9418         (rtsp_connection_close):
9419         * gst/rtsp/rtspdefs.h:
9420         replaced closesocket and close in code with one CLOSE_SOCKET. 
9421         Some more cleanups. Fixes #345301.
9422
9423 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9424
9425         * gst/autodetect/gstautoaudiosink.c:
9426           Fix example pipeline in docs.
9427
9428 2006-07-10  Wim Taymans  <wim@fluendo.com>
9429
9430         Patch by: Rob Taylor <robtaylor at floopily dot org>
9431
9432         * gst/udp/gstmultiudpsink.c: (join_multicast),
9433         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9434         If a destination is added before the stream is set to PAUSED, the
9435         multicast group is not joined as the socket is not created yet. 
9436         Also TTL and LOOP should also be set. Fixes #346921.
9437
9438 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9439
9440         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9441         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9442         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9443         (gst_ximage_src_init):
9444         * sys/ximage/gstximagesrc.h:
9445         Fix use-damage property to actually work :)
9446         Add startx, starty, endx, endy properties so screencasts other than full
9447         screen ones can work.
9448
9449 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9450
9451         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9452         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9453         (gst_ximage_src_class_init), (gst_ximage_src_init):
9454         * sys/ximage/gstximagesrc.h:
9455         Add use_damage property to offer ability to choose whether to use
9456         XDamage or not.
9457
9458 2006-07-07  Wim Taymans  <wim@fluendo.com>
9459
9460         * gst/goom/filters.c: (zoomFilterSetResolution):
9461         Avoid goom coredumping by clearing memory. 
9462         Fixes 345679.
9463
9464 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9465
9466         * win32/vs6/libgstid3demux.dsp:
9467         Add a link to libgsttag-0.10.lib.
9468
9469 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9470
9471         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9472         (gst_tag_demux_read_range):
9473         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9474         (gst_id3demux_read_range):
9475           Don't return FLOW_UNEXPECTED when a buffer is before
9476           the start of the stream (which might happen with
9477           large ID3v2 tags if the tag reading was done pullrange
9478           based and we then switched to push mode later on).
9479           Fixes regression introduced by commit from June 29th.
9480
9481 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9482
9483         * ext/taglib/gstid3v2mux.cc:
9484           Make UTF-8 the default encoding when writing string
9485           tags (before, our UTF-8 strings would automatically
9486           be converted to ISO-8859-1 by taglib and written as
9487           ISO-8859-1 fields if that was possible).
9488
9489         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9490         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9491         (test_taglib_id3mux_with_tags):
9492           Add test case that makes sure our UTF-8 strings have
9493           actually been written into the tag as UTF-8.
9494
9495 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9496
9497         * configure.ac:
9498           Let's try that again.
9499
9500 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9501
9502         * configure.ac:
9503           Disable monoscope plugin for now until it fulfills
9504           all the requirements.
9505
9506 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9507
9508         * configure.ac:
9509         * gst/monoscope/Makefile.am:
9510         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9511         (gst_monoscope_class_init), (gst_monoscope_init),
9512         (gst_monoscope_finalize), (gst_monoscope_reset),
9513         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9514         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9515         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9516         (gst_monoscope_change_state), (plugin_init):
9517         * gst/monoscope/gstmonoscope.h:
9518           Port monoscope visualisation to 0.10.
9519
9520 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9523         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9524           Return FLOW_UNEXPECTED when at the end of the file, not
9525           FLOW_ERROR. Fixes 'internal stream error' errors that
9526           would sometimes occur in totem when scrubbing to the
9527           end of an ID3v1 tagged mp3 file.
9528
9529 2006-07-03  Edward Hervey  <edward@fluendo.com>
9530
9531         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9532         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9533         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9534         * ext/libpng/gstpngdec.h:
9535         Implement buffer clipping/dropping using GstSegment.
9536         This provides accurate seeking.
9537
9538 2006-07-03  Edward Hervey  <edward@fluendo.com>
9539
9540         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9541         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9542         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9543         (gst_avi_demux_process_next_entry), (push_tag_lists),
9544         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9545         * gst/avi/gstavidemux.h:
9546         Proper aggregation of each stream's GstFlowReturn in order to figure out
9547         whether the task should stop or not.
9548         Don't send inline events before pushing out a NEW_SEGMENT, more
9549         specifically for GST_TAG_EVENT.
9550         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9551         sub-indexes.
9552
9553 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9554
9555         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9556
9557         * sys/sunaudio/gstsunaudiomixerctrl.c:
9558         (gst_sunaudiomixer_ctrl_build_list):
9559           Move "Monitor" slider to input tab so it works more like
9560           sdtaudiocontrol, which is what people on Solaris are used
9561           to using for their mixer program (#346259).
9562
9563 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9564
9565         * tests/check/elements/level.c: (GST_START_TEST):
9566           fix a leak, clean up at the end
9567
9568 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9569
9570         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9571         (gst_matroska_demux_send_event),
9572         (gst_matroska_demux_loop_stream_parse_id):
9573         * gst/matroska/matroska-ids.h:
9574           Send tag event after newsegment event.
9575
9576 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9577
9578         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9579         (gst_id3demux_read_range):
9580           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9581           certain cases where a read beyond the end of the file is
9582           requested. Fixes #345930.
9583
9584         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9585         (gst_tag_demux_read_range):
9586           Fix same issue here as well.
9587
9588 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9589
9590         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9591         
9592         Fix hypothetical crash.
9593
9594 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9595
9596         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9597
9598         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9599           Do not modify the ports value. If the user has turned off the
9600           built-in speakers, then we should not reset it in the prepare
9601           function, since this causes the built-in speakers to turn
9602           back on anytime the user changes a track in totem, rhythmbox,
9603           etc. (#346066).
9604
9605 2006-06-23  Wim Taymans  <wim@fluendo.com>
9606
9607         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9608         Fix double caps unref when negotiation fails.
9609
9610 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9611
9612         * ext/annodex/gstcmmldec.c:
9613         * ext/annodex/gstcmmlenc.c:
9614         * ext/annodex/gstcmmlparser.c:
9615         * ext/dv/gstdvdec.c:
9616         * ext/dv/gstdvdemux.c:
9617         * ext/gdk_pixbuf/pixbufscale.c:
9618         * ext/jpeg/gstjpegenc.c:
9619         * ext/jpeg/gstsmokedec.c:
9620         * ext/jpeg/gstsmokeenc.c:
9621         * ext/libpng/gstpngdec.c:
9622         * ext/libpng/gstpngenc.c:
9623         * ext/speex/gstspeexenc.c:
9624         * gst/alpha/gstalphacolor.c:
9625         * gst/cutter/gstcutter.c:
9626         * gst/debug/gstnavigationtest.c:
9627         * gst/icydemux/gsticydemux.c:
9628         * gst/level/gstlevel.c:
9629         * gst/multipart/multipart.c:
9630         * gst/rtp/gstrtpamrpay.c:
9631         * gst/rtp/gstrtpdepay.c:
9632         * gst/rtp/gstrtpilbcpay.c:
9633         * gst/rtp/gstrtpmp4gpay.c:
9634         * gst/rtp/gstrtpmp4vpay.c:
9635         * gst/rtsp/gstrtpdec.c:
9636         * gst/rtsp/gstrtspsrc.c:
9637         * gst/udp/gstdynudpsink.c:
9638         * gst/udp/gstmultiudpsink.c:
9639         * gst/udp/gstudpsrc.c:
9640         * gst/videobox/gstvideobox.c:
9641         * gst/videofilter/gstvideoflip.c:
9642           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9643           plus two minor macro fixes.
9644
9645 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         * gst/matroska/matroska-demux.c:
9648         (gst_matroska_demux_check_subtitle_buffer),
9649         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9650         (gst_matroska_demux_subtitle_caps):
9651         * gst/matroska/matroska-ids.c:
9652         (gst_matroska_track_init_subtitle_context):
9653         * gst/matroska/matroska-ids.h:
9654           Try to fix up broken matroska files containing subtitle
9655           streams with non-UTF8 character encodings (courtesy of
9656           mkvmerge) using either the encoding specified in the
9657           GST_SUBTITLE_ENCODING environment variable or the
9658           current locale's character set if it is non-UTF8.
9659           Fixes #337076.
9660
9661 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9662
9663         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9664           Set image type from APIC frame as "image-type" field
9665           of GST_TAG_IMAGE buffer caps (#344605).
9666
9667 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * ext/flac/Makefile.am:
9670         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9671         (gst_flac_dec_reset_decoders),
9672         (gst_flac_dec_setup_seekable_decoder),
9673         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9674         (gst_flac_dec_metadata_callback),
9675         (gst_flac_dec_metadata_callback_seekable),
9676         (gst_flac_dec_metadata_callback_stream),
9677         (gst_flac_dec_error_callback),
9678         (gst_flac_dec_error_callback_seekable),
9679         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9680         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9681         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9682         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9683         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9684         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9685         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9686         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9687         (gst_flac_dec_sink_activate_push),
9688         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9689         * ext/flac/gstflacdec.h:
9690           Support chain-based operation, should make flac-over-DAAP
9691           work (#340492).
9692
9693 2006-06-20  Wim Taymans  <wim@fluendo.com>
9694
9695         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9696         Doc updates, merge some unused symbols.
9697
9698 2006-06-20  Wim Taymans  <wim@fluendo.com>
9699
9700         * docs/plugins/Makefile.am:
9701         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9702         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9703         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9704         * gst/rtsp/gstrtspsrc.c:
9705         * gst/rtsp/gstrtspsrc.h:
9706         Added documentation for the rtsp plugin. Fixes #345393.
9707
9708 2006-06-20  Wim Taymans  <wim@fluendo.com>
9709
9710         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9711         (rtsp_connection_close), (rtsp_connection_free):
9712         Use better G_OS_* macros. Fixes #345301 some more.
9713
9714 2006-06-20  Wim Taymans  <wim@fluendo.com>
9715
9716         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9717
9718         * sys/sunaudio/Makefile.am:
9719         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9720         * sys/sunaudio/gstsunaudiomixerctrl.c:
9721         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9722         (gst_sunaudiomixer_ctrl_list_tracks),
9723         (gst_sunaudiomixer_ctrl_get_volume),
9724         (gst_sunaudiomixer_ctrl_set_volume),
9725         (gst_sunaudiomixer_ctrl_set_mute),
9726         (gst_sunaudiomixer_ctrl_set_record):
9727         * sys/sunaudio/gstsunaudiomixerctrl.h:
9728         * sys/sunaudio/gstsunaudiomixertrack.c:
9729         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9730         * sys/sunaudio/gstsunaudiomixertrack.h:
9731         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9732         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9733         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9734         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9735         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9736         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9737         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9738         (gst_sunaudiosrc_reset):
9739         * sys/sunaudio/gstsunaudiosrc.h:
9740         Add a SunAudio source plugin.
9741         Support stereo and right/left channel gain in the mixer plugin.
9742         Support the RECORD flag so that you can switch between line-input and
9743         microphone in gnome-volume-control.
9744         Code cleanups like using an enumerator for track number instead of an 
9745         integer. Fixes #344923.
9746
9747 2006-06-20  Wim Taymans  <wim@fluendo.com>
9748
9749         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9750
9751         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9752         (rtsp_connection_close):
9753         Make RTSP plugin compile on windows. Fixes #345301.
9754         Some changes to original patch to catch errors better.
9755         use ifdef WIN32 instead of ifndef.
9756
9757 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9758
9759         * configure.ac:
9760         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9761
9762 2006-06-18  Edward Hervey  <edward@fluendo.com>
9763
9764         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9765         After a failed buffer alloc, we need to abort the jpeg decoding (it
9766         started when parsing headers to figure out how many bytes we need
9767         to request downstream).
9768
9769 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9770
9771         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9772
9773         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9774           Make sure we don't read beyond the end of the file (#345232).
9775
9776 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9777
9778         * configure.ac:
9779           Fix --disable-external (can't set conditionals conditionally,
9780           #343602).
9781
9782 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9783
9784         * autogen.sh:
9785         * configure.ac:
9786         * docs/Makefile.am:
9787           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9788
9789         * docs/plugins/Makefile.am:
9790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9791         * docs/plugins/inspect/plugin-taglib.xml:
9792           Add/fix apev2mux docs.
9793
9794 2006-06-14  Wim Taymans  <wim@fluendo.com>
9795
9796         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9797         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9798         (gst_dvdec_change_state):
9799         Reset segment info on flush.
9800         Alloc segment in _init, free in _finalize.
9801
9802         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9803         Don't send segments twice.
9804
9805 2006-06-14  Wim Taymans  <wim@fluendo.com>
9806
9807         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9808         Respect segment.stop. Fixes #342592.
9809
9810 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9811
9812         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9813           No language specified means the implied language is English
9814           according to the matroska spec (partially fixes #344708);
9815           add some more debug output.
9816
9817 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9820         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9821         (gst_wavparse_chain):
9822           When operating chain-based, don't make any assumptions about the
9823           chunking of the incoming data and make streaming work on days other
9824           than the second Thursday after a full moon. Also fix up debug
9825           messages here and there and make use of the most excellent new
9826           gst_pad_query_peer_duration() utility function.
9827           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9828
9829         * gst/wavparse/gstwavparse.h:
9830           Remove trailing comma after last enum value, some compilers don't
9831           like that.
9832
9833 2006-06-13  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9836         Handle premature EOS gracefully.
9837
9838 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9841           Prevent out of bounds array access when scrubbing towards
9842           the end of the file between the last index entry and the
9843           end. Fixes occasional 'start <= stop' newsegment event
9844           assertions when scrubbing in MJPEG files.
9845
9846 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9847
9848         * tests/check/elements/.cvsignore:
9849           And another one.
9850
9851 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9852
9853         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9854         (scan_encoded_string), (parse_picture_frame):
9855           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9856
9857         * configure.ac:
9858           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9859           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9860
9861 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9862
9863         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9864           gratuitous comment changes
9865         * tests/check/elements/level.c: (GST_START_TEST):
9866           fix level test leaks
9867
9868 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9871         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9872           Use gst_pad_query_peer_duration() utility function here.
9873
9874 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9875
9876         * autogen.sh:
9877           require am17
9878         * configure.ac:
9879         * ext/annodex/Makefile.am:
9880         * ext/cdio/Makefile.am:
9881         * ext/dv/Makefile.am:
9882         * ext/esd/Makefile.am:
9883         * ext/flac/Makefile.am:
9884         * ext/gdk_pixbuf/Makefile.am:
9885         * ext/ladspa/Makefile.am:
9886         * ext/libcaca/Makefile.am:
9887         * ext/speex/Makefile.am:
9888         * ext/taglib/Makefile.am:
9889         * sys/oss/Makefile.am:
9890         * sys/sunaudio/Makefile.am:
9891         * sys/ximage/Makefile.am:
9892           clean up build further
9893
9894 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9895
9896         * gconf/Makefile.am:
9897           Honour --disable-schemas-install configure option. Fixes #344100.
9898
9899 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9900
9901         * tests/examples/level/Makefile.am:
9902           Add -lm to LIBS for pow() function, don't assume one of our
9903           dependencies (such as libxml-2.0) drags it in automatically
9904           (#343603).
9905
9906 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9909
9910         * configure.ac:
9911           We should use $SED and not $(SED) in configure.ac (#343678).
9912
9913 2006-06-09  Wim Taymans  <wim@fluendo.com>
9914
9915         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9916
9917         * sys/sunaudio/gstsunaudiomixerctrl.c:
9918         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9919         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9920         (gst_sunaudiomixer_ctrl_set_mute):
9921         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9922         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9923         (gst_sunaudiosink_write):
9924         Attached find a patch that fixes a number of bugs with the SunAudio
9925         mixer plugin and fixes #344101:
9926         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9927            tracks onto the tracklist causing gnome-volume-control's preferences
9928            dialog to be messed up and would core dump if you checked/unchecked
9929            any item.
9930         2. We weren't previously setting the MUTE flag properly.  Fixing this
9931            makes gnome-volume-control work better.
9932         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9933            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9934            gnome-volume-control look better.
9935         Also some minor cleanup in gstsunaudiosink.c.
9936
9937 2006-06-09  Wim Taymans  <wim@fluendo.com>
9938
9939         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9940         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9941         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9942         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9943         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9944         * ext/jpeg/gstjpegdec.h:
9945         API: Added IDCT method property
9946         Small cleanups.
9947         Avoid dynamic allocation of trivial fixed structure.
9948         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9949
9950 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9951
9952         * configure.ac:
9953         We now require libraw1394 >= 1.1.0 and that version onwards all
9954         have .pc files.
9955
9956 2006-06-02  Edward Hervey  <edward@fluendo.com>
9957
9958         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9959         Trying to get items from an ANY or EMPTY caps is ... stupid.
9960
9961 2006-06-02  Edward Hervey  <edward@fluendo.com>
9962
9963         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9964         (gst_dvdec_chain), (gst_dvdec_change_state):
9965         * ext/dv/gstdvdec.h:
9966         Added GstSegment handling, now implements dropping/clipping.
9967
9968 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9969
9970         * ext/aalib/gstaasink.h:
9971         * ext/annodex/gstcmmldec.h:
9972         * ext/cairo/gsttimeoverlay.h:
9973         * ext/dv/gstdvdec.h:
9974         * ext/dv/gstdvdemux.h:
9975         * ext/esd/esdmon.h:
9976         * ext/esd/esdsink.h:
9977         * ext/flac/gstflacenc.h:
9978         * ext/gconf/gstgconfaudiosink.h:
9979         * ext/gconf/gstgconfaudiosrc.h:
9980         * ext/gconf/gstgconfvideosink.h:
9981         * ext/gconf/gstgconfvideosrc.h:
9982         * ext/gdk_pixbuf/gstgdkanimation.h:
9983         * ext/gdk_pixbuf/pixbufscale.h:
9984         * ext/hal/gsthalaudiosink.h:
9985         * ext/hal/gsthalaudiosrc.h:
9986         * ext/jpeg/gstjpegenc.h:
9987         * ext/jpeg/gstsmokedec.h:
9988         * ext/jpeg/gstsmokeenc.h:
9989         * ext/libcaca/gstcacasink.h:
9990         * ext/libmng/gstmngdec.h:
9991         * ext/libmng/gstmngenc.h:
9992         * ext/libpng/gstpngdec.h:
9993         * ext/libpng/gstpngenc.h:
9994         * ext/raw1394/gstdv1394src.h:
9995         * ext/speex/gstspeexenc.h:
9996         * gst/autodetect/gstautoaudiosink.h:
9997         * gst/autodetect/gstautovideosink.h:
9998         * gst/avi/gstavidemux.h:
9999         * gst/cutter/gstcutter.h:
10000         * gst/debug/efence.h:
10001         * gst/debug/gstnavigationtest.h:
10002         * gst/debug/gstnavseek.h:
10003         * gst/flx/gstflxdec.h:
10004         * gst/goom/gstgoom.h:
10005         * gst/icydemux/gsticydemux.h:
10006         * gst/id3demux/gstid3demux.h:
10007         * gst/law/alaw-decode.h:
10008         * gst/law/alaw-encode.h:
10009         * gst/law/mulaw-decode.h:
10010         * gst/law/mulaw-encode.h:
10011         * gst/matroska/matroska-mux.h:
10012         * gst/median/gstmedian.h:
10013         * gst/oldcore/gstaggregator.h:
10014         * gst/oldcore/gstfdsink.h:
10015         * gst/oldcore/gstmd5sink.h:
10016         * gst/oldcore/gstmultifilesrc.h:
10017         * gst/oldcore/gstpipefilter.h:
10018         * gst/oldcore/gstshaper.h:
10019         * gst/oldcore/gststatistics.h:
10020         * gst/rtp/gstasteriskh263.h:
10021         * gst/rtp/gstrtpL16depay.h:
10022         * gst/rtp/gstrtpL16pay.h:
10023         * gst/rtp/gstrtpamrdepay.h:
10024         * gst/rtp/gstrtpamrpay.h:
10025         * gst/rtp/gstrtpdepay.h:
10026         * gst/rtp/gstrtpgsmdepay.h:
10027         * gst/rtp/gstrtpgsmpay.h:
10028         * gst/rtp/gstrtph263pay.h:
10029         * gst/rtp/gstrtph263pdepay.h:
10030         * gst/rtp/gstrtph263ppay.h:
10031         * gst/rtp/gstrtpmp4gpay.h:
10032         * gst/rtp/gstrtpmp4vdepay.h:
10033         * gst/rtp/gstrtpmp4vpay.h:
10034         * gst/rtp/gstrtpmpadepay.h:
10035         * gst/rtp/gstrtpmpapay.h:
10036         * gst/rtp/gstrtppcmadepay.h:
10037         * gst/rtp/gstrtppcmapay.h:
10038         * gst/rtp/gstrtppcmudepay.h:
10039         * gst/rtp/gstrtppcmupay.h:
10040         * gst/rtp/gstrtpspeexdepay.h:
10041         * gst/rtp/gstrtpspeexpay.h:
10042         * gst/rtsp/gstrtpdec.h:
10043         * gst/rtsp/gstrtspsrc.h:
10044         * gst/smpte/gstsmpte.h:
10045         * gst/udp/gstdynudpsink.h:
10046         * gst/udp/gstmultiudpsink.h:
10047         * gst/udp/gstudpsink.h:
10048         * gst/udp/gstudpsrc.h:
10049         * gst/videofilter/gstvideobalance.h:
10050         * gst/videofilter/gstvideoflip.h:
10051         * sys/oss/gstossdmabuffer.h:
10052         * sys/oss/gstossmixerelement.h:
10053         * sys/oss/gstosssink.h:
10054         * sys/oss/gstosssrc.h:
10055         * sys/osxvideo/osxvideosink.h:
10056         * sys/sunaudio/gstsunaudiomixer.h:
10057         * sys/sunaudio/gstsunaudiosink.h:
10058         * sys/ximage/gstximagesrc.h:
10059         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10060
10061 2006-05-31  Wim Taymans  <wim@fluendo.com>
10062
10063         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10064         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10065         (gst_goom_src_setcaps), (gst_goom_src_event),
10066         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10067         (gst_goom_change_state):
10068         * gst/goom/gstgoom.h:
10069         Handle QoS.
10070         Handle flushing, discont and events.
10071         Fix timestamps and various other cleanups.
10072
10073 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10074
10075         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10076         Fix bus reset when using libiec61883
10077
10078 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10079
10080         * configure.ac:
10081         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10082         * ext/raw1394/Makefile.am:
10083         Add CFLAGS.
10084         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10085         New method, to receive using libiec61883.
10086         (gst_dv1394src_iso_receive),
10087         #ifdef'd out if libiec61883 is present.
10088         (gst_dv1394src_bus_reset),
10089         Get userdata correctly if using libiec61883. 
10090         (gst_dv1394src_create),
10091         When using libiec61883, only poll one fd and no need to read.
10092         (gst_dv1394src_discover_avc_node),
10093         Replace g_warnings.
10094         (gst_dv1394src_start),
10095         Create new handle when we know which dv port.  More reliable
10096         than setting port on an existing handle.  Initialise libiec61883.
10097         (gst_dv1394src_stop):
10098         If using libiec61883, then cleanup its handle properly.
10099         * ext/raw1394/gstdv1394src.h:
10100         Add libiec61883 handle.
10101
10102 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10103
10104         * gst/avi/gstavidemux.c:
10105           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10106         * win32/MANIFEST:
10107           sort file listing
10108         * win32/vs6/libgstavi.dsp:
10109           add gstavimux.c to the project
10110         * win32/vs6/libgstid3demux.dsp:
10111           add link to zlib library
10112         * win32/vs6/libgstmatroska.dsp:
10113           add matroska-ids.c to the project
10114
10115 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         Patch by: Sebastian Dröge  <mail at slomosnail de >
10118
10119         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10120         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10121         * ext/taglib/Makefile.am:
10122         * ext/taglib/gstapev2mux.cc:
10123         * ext/taglib/gstapev2mux.h:
10124         * ext/taglib/gstid3v2mux.cc:
10125         * ext/taglib/gsttaglibmux.c: (plugin_init):
10126         * ext/taglib/gsttaglibmux.h:
10127           Add apev2mux element (#343122).
10128         
10129         * tests/check/Makefile.am:
10130         * tests/check/elements/apev2mux.c:
10131         (test_taglib_apev2mux_create_tags),
10132         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10133         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10134         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10135         (apev2mux_suite), (main):
10136           Add unit test for apev2mux element.
10137
10138 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10141         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10142         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10143           GST_PTR_FORMAT should be used to print caps in debug statements.
10144
10145 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10148
10149         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10150         (ape_demux_parse_tags):
10151           Some clean-ups and additions: map APE 'file' tag to
10152           GST_TAG_LOCATION (#343123); add support for extracting
10153           the track count and clean up parsing a bit (#343127).
10154
10155 2006-05-28  Edward Hervey  <edward@fluendo.com>
10156
10157         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10158         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10159
10160 2006-05-28  Edward Hervey  <edward@fluendo.com>
10161
10162         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10163         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10164         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10165         * ext/jpeg/gstjpegdec.h:
10166         Clip outgoing buffers according to currently configured segment.
10167
10168 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         * ext/taglib/gstid3v2mux.cc:
10171           Handle  writing of track-count or album-volume-count without
10172           track-number or albume-volume-number (in this case the number
10173           will just be set to 0).
10174
10175         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10176           It would be nice if we actually checked the values received for
10177           track/album-volume number/count in  _check_tags(), rather than
10178           setting them again ...
10179
10180 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10183           A track/volume number or count of 0 does not make sense,
10184           just ignore it along with negative numbers (a tag might
10185           only contain a track count without a track number).
10186
10187 2006-05-27  Edward Hervey  <edward@fluendo.com>
10188
10189         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10190         (gst_jpeg_dec_sink_event):
10191         Abort decompression when receiving FLUSH_STOP. This should avoid
10192         issues when interrupting decoding with flushes.
10193
10194 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * ext/flac/gstflac.c:
10197           Don't #include file we don't dist any longer.
10198
10199 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * README:
10202           Replace current README (containing the release notes from
10203           some 0.9.x version) with a proper README taken from the core.
10204
10205 2006-05-24  Wim Taymans  <wim@fluendo.com>
10206
10207         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10208         Implement EOS correctly by either posting
10209         SEGMENT_DONE or pushing an EOS message depending
10210         on the seek type. Fixes #342592
10211
10212 2006-05-24  Wim Taymans  <wim@fluendo.com>
10213
10214         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10215         * gst/law/alaw-decode.h:
10216         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10217         * gst/law/alaw-encode.h:
10218         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10219         * gst/law/mulaw-decode.h:
10220         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10221         * gst/law/mulaw-encode.h:
10222         Some cleanups in the chain functions.
10223         Remove some GStreamer 0.0.2 bits.
10224
10225 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10228
10229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10230           gst_collect_pads_stop() needs to be called before chaining up
10231           to the parent class (#342734).
10232
10233 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         * ext/flac/Makefile.am:
10236         * ext/flac/flac_compat.h:
10237         * ext/flac/gstflac.c:
10238         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10239         * ext/flac/gstflacenc.c:
10240           Remove backwards compatibility cruft for dealing with FLAC API
10241           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10242
10243 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10244
10245         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10246         (gst_matroska_demux_push_xiph_codec_priv_data),
10247         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10248         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10249         * gst/matroska/matroska-ids.h:
10250         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10251         (gst_matroska_mux_video_pad_setcaps),
10252         (xiph3_streamheader_to_codecdata),
10253         (vorbis_streamheader_to_codecdata),
10254         (theora_streamheader_to_codecdata),
10255         (gst_matroska_mux_audio_pad_setcaps),
10256         (gst_matroska_mux_write_data):
10257           Add support for muxing/demuxing theora video (#342448; too bad
10258           none of the usual linux players can actually play this). Playback
10259           in GStreamer will require additional changes to theoradec in -base.
10260           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10261           cleanups.
10262
10263 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10266         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10267           Fix crashes when the horizontal subsampling is 1.
10268           Fixes #342097.
10269
10270 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10271
10272         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10273
10274         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10275         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10276         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10277         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10278         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10279         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10280         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10281         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10282         (gst_avi_mux_change_state):
10283         * gst/avi/gstavimux.h:
10284           Some enhancements for avimux (#342526):
10285            - add odml (large file) index support
10286            - store codec init data (e.g. huffyuv)
10287            - miscellaneous other fixes/cleanups
10288
10289 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10290
10291         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10292         Don't output any tag when we encounter a negative track number - the
10293         tag type is uint, so we end up outputting huge positive numbers
10294         instead. (Fixes: #342029)
10295
10296 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10297
10298         * configure.ac:
10299           update for new GSTPB_PLUGINS_DIR
10300
10301 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10302
10303         * rtp/gst/gstrtph263pay.c:
10304         Properly set static caps for H263 at 34.
10305
10306 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10307
10308         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10309
10310         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10311           Merge event tags and tag setter tags correctly (#339918). Also,
10312           don't leak taglist in case of an error.
10313           
10314 2006-05-17  Edward Hervey  <edward@fluendo.com>
10315
10316         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10317         We can only do caps intersection if the othercaps are non-empty and not
10318         ANY. Else we return the pad template (base_caps).
10319
10320 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10323           Fix crash when outputting debugging information for certain
10324           pictures (always good to use the right struct member for
10325           the number of records in an array).
10326
10327 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10328
10329         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10330
10331         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10332         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10333         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10334         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10335         (gst_ebml_read_float), (gst_ebml_read_ascii),
10336         (gst_ebml_read_binary):
10337           Don't create unnecessary sub-buffers all the time. Dramatically
10338           improves performance with multiple concurrently running
10339           matroskademux instances (#341818) (and avoids doing
10340           unnecessarily inefficient things in the general case).
10341
10342 2006-05-16  Edward Hervey  <edward@fluendo.com>
10343
10344         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10345         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10346         return value of gst_pad_push_event().
10347
10348 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10349
10350         * gst/autodetect/gstautoaudiosink.c:
10351         (gst_auto_audio_sink_find_best):
10352         * gst/autodetect/gstautovideosink.c:
10353         (gst_auto_video_sink_find_best):
10354         Make the name of the child element be based on the name of the
10355         parent, so that debug output is more useful.
10356         
10357         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10358         (parse_insert_string_field), (parse_split_strings):
10359         Rework string parsing to always walk over BOM markers in UTF16
10360         strings, using the endianness indicated by the innermost one,
10361         then trying the opposite endianness if that fails to convert
10362         to valid UTF-8. Fixes #341774
10363
10364 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10365
10366         Patch from: Matthieu <matthieu at fluendo dot com>
10367
10368         * ext/libpng/Makefile.am:
10369         Add LIBPNG_CFLAGS.
10370
10371 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         * ext/taglib/gstid3v2mux.cc:
10374           Add support for writing images (APIC frames) into ID3v2
10375           tags (picture type always set to 'other' for now though).
10376
10377 2006-05-14  Michael Smith  <msmith@fluendo.com>
10378
10379         * gst/wavparse/gstwavparse.c:
10380           Update docs; wavparse implements push and pull modes.
10381
10382 2006-05-12  Wim Taymans  <wim@fluendo.com>
10383
10384         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10385         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10386         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10387         Ooops, bitten by the copy-and-paste design paradigm, fixes
10388         seek again.
10389
10390 2006-05-12  Wim Taymans  <wim@fluendo.com>
10391
10392         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10393         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10394         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10395         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10396         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10397         (gst_avi_demux_massage_index),
10398         (gst_avi_demux_calculate_durations_from_index),
10399         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10400         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10401         (gst_avi_demux_loop):
10402         * gst/avi/gstavidemux.h:
10403         Some cleanups, prepare to use GstSegment.
10404         Fix error in entry walking code.
10405         Fix VBR detection.
10406         Smarter timestamp calculation code.
10407         Uniform error/eos handling.
10408
10409 2006-05-12  Michael Smith  <msmith@fluendo.com>
10410
10411         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10412         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10413           Fix use of uninitialised values if we're NOT seeking in ready.
10414           Fix typos.
10415
10416 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         * gst/wavparse/Makefile.am:
10419           Add CFLAGS and LIBS for libgstbase, fixes build on
10420           Cygwin (#341489).
10421
10422 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10425           Some more debug info. No need to check whether the string
10426           returned by g_convert() is really UTF-8 - either it is or
10427           we get NULL returned.
10428
10429 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10430
10431         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10432           Fix parsing of numeric genre strings some more, by ensuring that
10433           we only try and parse strings that a) Start with '(' and b) Consist
10434           only of digits.
10435           Also, when finding an escaping '((' sequence, bust it back to '(' by
10436           swallowing the first parenthesis
10437
10438 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10441         (gst_esdsink_open), (gst_esdsink_close):
10442         * ext/esd/esdsink.h:
10443           Move the esd_get_server_info() into gst_esdsink_open() and fail
10444           with a decent error message on errors.
10445
10446 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10447
10448         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10449         (gst_esdmon_channels_get_type):
10450         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10451         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10452         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10453         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10454         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10455         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10456         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10457         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10458         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10459         * gst/videomixer/videomixer.c:
10460         (gst_video_mixer_background_get_type):
10461           Const-ify GEnumValue arrays.
10462
10463 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10466
10467         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10468         (gst_avi_mux_do_video_buffer):
10469           Work around gst_buffer_make_metadata_writable() bug that
10470           results in avimux marking all frames in the index as
10471           keyframes (#340859).
10472           
10473 2006-05-08  Wim Taymans  <wim@fluendo.com>
10474
10475         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10476         Make parsing of urls suck slightly less.
10477
10478 2006-05-08  Edward Hervey  <edward@fluendo.com>
10479
10480         * autogen.sh: (CONFIGURE_DEF_OPT): 
10481         libtoolize on Darwin/MacOSX is called glibtoolize.
10482
10483 2006-05-08  Wim Taymans  <wim@fluendo.com>
10484
10485         Patch by: Jens Granseuer <jensgr at gmx dot net>
10486
10487         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10488         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10489         C89 compliance fixes. Fixes #340980
10490
10491 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10492
10493         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10494         * ext/flac/gstflacdec.h:
10495           Handle segment seeks that include the end of the file as stop point
10496           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10497           message instead of an EOS event in case we're in segment seek
10498           mode (fixes #340699).
10499           
10500 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10501
10502         * ext/cairo/gsttextoverlay.c:
10503         * ext/flac/gstflacdec.c:
10504         * ext/gdk_pixbuf/pixbufscale.c:
10505         * gst/apetag/gstapedemux.c:
10506         * gst/debug/breakmydata.c:
10507         * gst/debug/testplugin.c:
10508         * gst/matroska/ebml-write.c:
10509         * gst/multipart/multipartdemux.c:
10510         * sys/osxaudio/gstosxaudiosink.c:
10511         * sys/osxaudio/gstosxaudiosrc.c:
10512         Add semicolons after GST_BOILERPLATE[_FULL] so that
10513         indent doesn't mess up following lines.
10514
10515 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10518
10519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10520           Don't leak caps when freeing the stream context (#340623).
10521
10522 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10523
10524         * configure.ac:
10525           Back to CVS
10526
10527 === release 0.10.3 ===
10528
10529 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10530
10531         * configure.ac:
10532           releasing 0.10.3, "Desplazado"
10533
10534 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10535
10536         * gst/matroska/matroska-mux.c:
10537         (gst_matroska_mux_stream_is_vorbis_header),
10538         (gst_matroska_mux_write_data):
10539           Don't strcmp() NULL strings.
10540           Only start new clusters on video keyframes, not on any
10541           random audio buffer that doesn't have the DELTA_UNIT
10542           flag set (fixes 'make check' again).
10543
10544 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10545
10546         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10547
10548         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10549         (gst_matroska_mux_stream_is_vorbis_header),
10550         (gst_matroska_mux_write_data):
10551           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10552           value and then dead-lock when muxing vorbis audio streams
10553           (the three vorbis header buffers carry no timestamp, and it
10554           would try to mux these after all video buffers). Fixes #340346.
10555
10556           Improve clustering: start a new cluster also whenever we get
10557           a keyframe.     
10558
10559 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10560
10561         * win32/common/config.h:
10562         * win32/MANIFEST
10563           add the generated file as well
10564
10565 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10566
10567         * Makefile.am:
10568         * configure.ac:
10569         * win32/common/config.h.in:
10570           add win32 stuff
10571
10572 2006-05-03  Michael Smith  <msmith@fluendo.com>
10573
10574         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10575           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10576           SUCKS.
10577
10578 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10579
10580         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10581         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10582         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10583           don't leak caps-string
10584
10585 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10586
10587         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10588         (gst_id3demux_sink_activate):
10589           Let core insert default error message for TYPE_NOT_FOUND
10590           errors, it's just as good as our own and has the added
10591           bonus of being translated.
10592
10593 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10596         (gst_tag_demux_sink_event):
10597         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10598         (gst_id3demux_sink_event):
10599           Post an error message when we get an EOS event and were not
10600           able to find out the type of stream.
10601
10602         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10603         (test_taglib_id3mux_with_tags):
10604           Decrease num-buffers to 16 per iteration again, otherwise the
10605           many memcpy()s and reallocations in the test will hammer slow
10606           CPUs completely and make the test timeout.
10607
10608 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10609
10610         * configure.ac:
10611           figure out where plugins-base plugins are
10612         * tests/check/Makefile.am:
10613           use plugins-base plugins, so we have typefind functions
10614         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10615           increase num-buffers, this makes sure the test errors out instead
10616           of timing out when no typefind functions are present
10617
10618 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10619
10620         * docs/plugins/Makefile.am:
10621           also check .cc files for gtk-doc markup
10622         * configure.ac:
10623         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10624         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10625         * tests/check/Makefile.am:
10626         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10627         * ext/Makefile.am:
10628         * ext/taglib/Makefile.am:
10629         * ext/taglib/gstid3v2mux.h:
10630         * ext/taglib/gsttaglibmux.c:
10631         * ext/taglib/gsttaglibmux.h:
10632           move taglib-based id3v2muxer to -good.  Fixes #336110.
10633
10634 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10635
10636         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10637           ... and fix multichannel/WAVFORMATEX support again.
10638
10639 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10640
10641         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10642         (gst_wavparse_class_init), (gst_wavparse_dispose),
10643         (gst_wavparse_reset), (gst_wavparse_init),
10644         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10645         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10646         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10647         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10648         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10649         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10650         (gst_wavparse_stream_data), (gst_wavparse_loop),
10651         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10652         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10653         (gst_wavparse_change_state), (plugin_init):
10654         * gst/wavparse/gstwavparse.h:
10655           Add push (streaming) mode to wavparse (fixes #337625)
10656
10657 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10658
10659         * configure.ac:
10660         * tests/Makefile.am:
10661           add ximagesrc icles test
10662
10663 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10664
10665         * configure.ac:
10666         * docs/plugins/Makefile.am:
10667         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10668         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10669         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10670         (gst_cmml_enc_push_clip):
10671         * sys/Makefile.am:
10672         * sys/ximage/Makefile.am:
10673         * sys/ximage/gstximagesrc.c:
10674           Move ximagesrc plug-in to good after review.  Fixes #336756.
10675
10676 2006-04-28  Michael Smith  <msmith@fluendo.com>
10677
10678         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10679         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10680         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10681         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10682         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10683         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10684         * gst/icydemux/gsticydemux.h:
10685           Fix event handling: cache events when typefinding and forward later.
10686
10687 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10688
10689         * sys/osxaudio/gstosxaudiosink.c:
10690         (plugin_init):
10691          Register osxaudiosrc to the plugin.
10692         * sys/osxaudio/gstosxaudiosrc.c:
10693         (gst_osx_audio_src_osxelement_do_init),
10694         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10695         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10696         (gst_osx_audio_src_get_property),
10697         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10698         (gst_osx_audio_src_osxelement_init):
10699         * sys/osxaudio/gstosxaudiosrc.h:
10700           Port of osxaudiosrc to 0.10.
10701         * sys/osxaudio/Makefile.am:
10702           Add osxaudiosrc
10703
10704 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10705
10706         * sys/osxaudio/gstosxringbuffer.c:
10707         * sys/osxaudio/gstosxringbuffer.h:
10708           Forgot to commit earlier, part of the OSX audio plugin port
10709
10710 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10711
10712         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10713         (parse_split_strings):
10714           Recognise and skip any byte order marker (BOM) in
10715           UTF-16 strings.
10716
10717 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10718
10719         * docs/plugins/Makefile.am:
10720         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10721         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10722         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10723         * docs/plugins/inspect/plugin-avi.xml:
10724         * gst/avi/gstavidemux.c:
10725         * gst/avi/gstavimux.c:
10726           Add docs for both avidemux and avimux.
10727
10728 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10729
10730         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10731
10732         * gst/avi/Makefile.am:
10733         * gst/avi/gstavi.c: (plugin_init):
10734         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10735         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10736         (gst_avi_mux_class_init), (gst_avi_mux_init),
10737         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10738         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10739         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10740         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10741         (gst_avi_mux_riff_get_avix_header),
10742         (gst_avi_mux_riff_get_video_header),
10743         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10744         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10745         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10746         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10747         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10748         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10749         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10750         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10751         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10752         (gst_avi_mux_change_state):
10753         * gst/avi/gstavimux.h:
10754           Port AVI muxer to GStreamer-0.10 (#332031).
10755
10756         * tests/check/Makefile.am:
10757         * tests/check/elements/avimux.c:
10758         * tests/check/elements/.cvsignore:
10759           Add unit test for AVI muxer.
10760
10761 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10762
10763         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10764         (gst_wavparse_class_init), (gst_wavparse_reset),
10765         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10766         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10767         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10768         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10769         (gst_wavparse_stream_data), (gst_wavparse_loop),
10770         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10771         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10772         (plugin_init):
10773         * gst/wavparse/gstwavparse.h:
10774           reverted patch #337625 for the price of 1 hour sleep
10775
10776 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10777
10778         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10779         (gst_wavparse_class_init), (gst_wavparse_reset),
10780         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10781         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10782         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10783         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10784         (gst_wavparse_stream_data), (gst_wavparse_loop),
10785         (gst_wavparse_chain), (plugin_init):
10786         * gst/wavparse/gstwavparse.h:
10787           correct partial implementation of push mode
10788           (from my last commit)
10789
10790 2006-04-26  Wim Taymans  <wim@fluendo.com>
10791
10792         * ext/esd/esdsink.c:
10793         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10794         it is not in esd.h
10795
10796 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10797
10798         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10799         (gst_au_parse_class_init), (gst_au_parse_init),
10800         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10801         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10802         (gst_au_parse_chain), (gst_au_parse_src_convert),
10803         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10804         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10805         (gst_au_parse_change_state):
10806         * gst/auparse/gstauparse.h:
10807           Rewrite auparse to suck a little bit less: make source pad
10808           dynamic, so decodebin/playbin work with non-raw formats
10809           like alaw/mulaw; add query function for duration/position
10810           queries; check whether we have enough data before attempting
10811           to parse the header (instead of crashing when that is not the
10812           case); work around audioconvert sucking by swapping endianness
10813           to the native endianness ourselves for float formats; send
10814           initial newsegment event. Fixes #161712.
10815
10816 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10817
10818         * sys/osxaudio/Makefile.am:
10819         * sys/osxaudio/gstosxaudioelement.c:
10820         (gst_osx_audio_element_get_type),
10821         (gst_osx_audio_element_class_init):
10822         * sys/osxaudio/gstosxaudioelement.h:
10823         * sys/osxaudio/gstosxaudiosink.c:
10824         (gst_osx_audio_sink_osxelement_do_init),
10825         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10826         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10827         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10828         (gst_osx_audio_sink_create_ringbuffer),
10829         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10830         (plugin_init):
10831         * sys/osxaudio/gstosxaudiosink.h:
10832         Port of osxaudiosink to 0.10
10833
10834 2006-04-26  Wim Taymans  <wim@fluendo.com>
10835
10836         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10837         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10838         the size of the ringbuffer. This should fix hangs with older 
10839         esd sound servers.
10840
10841 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10842
10843         * ext/aalib/gstaasink.c:
10844         * ext/annodex/gstcmmldec.c:
10845         * ext/annodex/gstcmmlenc.c:
10846         * ext/cairo/gsttextoverlay.c:
10847         * ext/cairo/gsttimeoverlay.c:
10848         * ext/cdio/gstcdiocddasrc.c:
10849         * ext/dv/gstdvdec.c:
10850         * ext/dv/gstdvdemux.c:
10851         * ext/esd/esdmon.c:
10852         * ext/esd/esdsink.c:
10853         * ext/flac/gstflacenc.c:
10854         * ext/flac/gstflactag.c:
10855         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10856         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10857         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10858         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10859         * ext/gdk_pixbuf/pixbufscale.c:
10860         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10861         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10862         * ext/jpeg/gstjpegdec.c:
10863         * ext/jpeg/gstjpegenc.c:
10864         * ext/jpeg/gstsmokedec.c:
10865         * ext/jpeg/gstsmokeenc.c:
10866         * ext/libcaca/gstcacasink.c:
10867         * ext/libmng/gstmngdec.c:
10868         * ext/libmng/gstmngenc.c:
10869         * ext/libpng/gstpngdec.c:
10870         * ext/libpng/gstpngenc.c:
10871         * ext/mikmod/gstmikmod.c:
10872         * ext/raw1394/gstdv1394src.c:
10873         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10874         * ext/shout2/gstshout2.h:
10875         * ext/speex/gstspeexdec.c:
10876         * ext/speex/gstspeexenc.c:
10877         * gst/alpha/gstalpha.c:
10878         * gst/alpha/gstalphacolor.c:
10879         * gst/apetag/gstapedemux.c:
10880         * gst/auparse/gstauparse.c:
10881         * gst/autodetect/gstautoaudiosink.c:
10882         (gst_auto_audio_sink_base_init):
10883         * gst/autodetect/gstautovideosink.c:
10884         (gst_auto_video_sink_base_init):
10885         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10886         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10887         * gst/cutter/gstcutter.c:
10888         * gst/debug/breakmydata.c:
10889         * gst/debug/efence.c:
10890         * gst/debug/gstnavigationtest.c:
10891         * gst/debug/gstnavseek.c:
10892         * gst/debug/negotiation.c:
10893         * gst/debug/progressreport.c:
10894         * gst/debug/testplugin.c:
10895         * gst/effectv/gstaging.c:
10896         * gst/effectv/gstdice.c:
10897         * gst/effectv/gstedge.c:
10898         * gst/effectv/gstquark.c:
10899         * gst/effectv/gstrev.c:
10900         * gst/effectv/gstshagadelic.c:
10901         * gst/effectv/gstvertigo.c:
10902         * gst/effectv/gstwarp.c:
10903         * gst/flx/gstflxdec.c:
10904         * gst/goom/gstgoom.c:
10905         * gst/icydemux/gsticydemux.c:
10906         * gst/id3demux/gstid3demux.c:
10907         * gst/interleave/deinterleave.c:
10908         * gst/interleave/interleave.c:
10909         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10910         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10911         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10912         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10913         * gst/level/gstlevel.c:
10914         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10916         * gst/median/gstmedian.c:
10917         * gst/monoscope/gstmonoscope.c:
10918         * gst/multipart/multipartdemux.c:
10919         * gst/multipart/multipartmux.c:
10920         * gst/oldcore/gstaggregator.c:
10921         * gst/oldcore/gstfdsink.c:
10922         * gst/oldcore/gstmd5sink.c:
10923         * gst/oldcore/gstmultifilesrc.c:
10924         * gst/oldcore/gstpipefilter.c:
10925         * gst/oldcore/gstshaper.c:
10926         * gst/oldcore/gststatistics.c:
10927         * gst/rtp/gstasteriskh263.c:
10928         * gst/rtp/gstrtpL16depay.c:
10929         * gst/rtp/gstrtpL16pay.c:
10930         * gst/rtp/gstrtpamrdepay.c:
10931         * gst/rtp/gstrtpamrpay.c:
10932         * gst/rtp/gstrtpdepay.c:
10933         * gst/rtp/gstrtpgsmpay.c:
10934         * gst/rtp/gstrtph263pay.c:
10935         * gst/rtp/gstrtph263pdepay.c:
10936         * gst/rtp/gstrtph263ppay.c:
10937         * gst/rtp/gstrtpilbcdepay.c:
10938         * gst/rtp/gstrtpmp4gpay.c:
10939         * gst/rtp/gstrtpmp4vdepay.c:
10940         * gst/rtp/gstrtpmp4vpay.c:
10941         * gst/rtp/gstrtpmpadepay.c:
10942         * gst/rtp/gstrtpmpapay.c:
10943         * gst/rtp/gstrtppcmadepay.c:
10944         * gst/rtp/gstrtppcmapay.c:
10945         * gst/rtp/gstrtppcmudepay.c:
10946         * gst/rtp/gstrtppcmupay.c:
10947         * gst/rtp/gstrtpspeexdepay.c:
10948         * gst/rtp/gstrtpspeexpay.c:
10949         * gst/rtsp/gstrtpdec.c:
10950         * gst/rtsp/gstrtspsrc.c:
10951         * gst/smpte/gstsmpte.c:
10952         * gst/udp/gstdynudpsink.c:
10953         * gst/udp/gstmultiudpsink.c:
10954         * gst/udp/gstudpsink.c:
10955         * gst/udp/gstudpsrc.c:
10956         * gst/videobox/gstvideobox.c:
10957         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10958         * gst/videofilter/gstvideobalance.c:
10959         * gst/videofilter/gstvideoflip.c:
10960         * gst/videofilter/gstvideotemplate.c:
10961         (gst_videotemplate_base_init):
10962         * gst/videomixer/videomixer.c:
10963         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10964         (gst_wavparse_class_init), (gst_wavparse_dispose),
10965         (gst_wavparse_reset), (gst_wavparse_init),
10966         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10967         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10968         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10969         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10970         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10971         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10972         (gst_wavparse_change_state):
10973         * gst/wavparse/gstwavparse.h:
10974         * sys/oss/gstossmixerelement.c:
10975         * sys/oss/gstosssink.c:
10976         * sys/oss/gstosssrc.c:
10977         * sys/osxaudio/gstosxaudioelement.c:
10978         * sys/osxaudio/gstosxaudiosink.c:
10979         * sys/osxaudio/gstosxaudiosrc.c:
10980         * sys/sunaudio/gstsunaudiomixer.c:
10981         * sys/sunaudio/gstsunaudiosink.c:
10982           Define GstElementDetails as const and also static (when defined as
10983           global)
10984
10985 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10986
10987         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10988           Source pad has fixed caps. If we don't set this, bad
10989           things happen when the window is resized.
10990
10991 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10992
10993         * gst/matroska/Makefile.am:
10994         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10995         (gst_matroska_demux_handle_src_event):
10996         * gst/matroska/matroska-ids.c:
10997         (gst_matroska_track_init_video_context),
10998         (gst_matroska_track_init_audio_context),
10999         (gst_matroska_track_init_subtitle_context),
11000         (gst_matroska_track_init_complex_context):
11001         * gst/matroska/matroska-ids.h:
11002           Handle case where the TrackType ebml chunk does not come before the
11003           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11004           events.
11005
11006 2006-04-25  Wim Taymans  <wim@fluendo.com>
11007
11008         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11009         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11010         It's codec_data, not codec_info.
11011
11012 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11013
11014         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11015
11016         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11017           Handle codec_data for VfW compatibility codec IDs (#339451)
11018
11019         * gst/matroska/matroska-mux.c:
11020         (gst_matroska_mux_video_pad_setcaps):
11021           Same here, handle codec_data and add additional caps we can handle
11022           now to the pad template (huffyuv, dv and h263 video) (#339451)
11023
11024 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11027
11028         * gst/matroska/matroska-mux.c:
11029         (gst_matroska_mux_create_buffer_header),
11030         (gst_matroska_mux_write_data):
11031           Fix timestamping of B-frames, use signed integers, do
11032           some rounding (#339678).
11033
11034 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11035
11036         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11037         just make it compile with --disable-gst-debug.
11038
11039 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11040
11041         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11042         Fix a bad conversion using gst_guint64_to_gdouble.
11043         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11044         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11045         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11046     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11047         mistake.
11048
11049 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11050
11051         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11052         Use gst_guint64_to_gdouble for conversions
11053         * win32/vs6/gst_plugins_good.dsw:
11054         * win32/vs6/libgsticydemux.dsp:
11055         Add a project file for icydemux
11056
11057 2006-04-21  Wim Taymans  <wim@fluendo.com>
11058
11059         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11060
11061         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11062         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11063         When splitting audio chunks, the block alignment is not taken in
11064         consideration, so the smaller chunks could be of size which is 
11065         not a multiple of the block alignment. Fixes #336904
11066
11067 2006-04-21  Wim Taymans  <wim@fluendo.com>
11068
11069         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11070         Use scale functions
11071
11072 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * ext/dv/gstdv.c: (plugin_init):
11075           Fix build.
11076
11077 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11078
11079         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11080         (gst_progress_report_class_init), (gst_progress_report_init),
11081         (gst_progress_report_do_query), (gst_progress_report_report),
11082         (gst_progress_report_set_property),
11083         (gst_progress_report_get_property):
11084           Add 'format' property to force querying to a particular format.
11085
11086 2006-04-21  Andy Wingo  <wingo@pobox.com>
11087
11088         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11089         best, on big endian systems. Drop its rank in that case. OTOH on
11090         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11091
11092 2006-04-21  Michael Smith  <msmith@fluendo.com>
11093
11094         * configure.ac:
11095         * gst/icydemux/Makefile.am:
11096         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11097         (gst_icydemux_base_init), (gst_icydemux_class_init),
11098         (gst_icydemux_reset), (gst_icydemux_init),
11099         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11100         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11101         (unicodify), (gst_icydemux_unicodify),
11102         (gst_icydemux_parse_and_send_tags),
11103         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11104         (gst_icydemux_chain), (gst_icydemux_change_state),
11105         (gst_icydemux_send_tag_event), (plugin_init):
11106         * gst/icydemux/gsticydemux.h:
11107         * tests/check/Makefile.am:
11108         * tests/check/elements/icydemux.c: (typefind_succeed),
11109         (plugin_init), (icydemux_found_pad), (create_icydemux),
11110         (cleanup_icydemux), (push_data), (GST_START_TEST),
11111         (icydemux_suite), (main):
11112           Add icydemux, and tests.
11113
11114 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11117           Post SEGMENT_DONE message in TIME format.
11118
11119 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11122
11123         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11124         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11125           Fix index creation when we have to scan the file to create
11126           an index. There may be other types of RIFF 'LIST' chunks than
11127           'movi' and we need to skip them properly as well or we'll end up
11128           reading garbage (#336889). Some other cosmetic changes.
11129           
11130 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11131
11132         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11133         (gst_flac_dec_handle_seek_event):
11134           Add support for segment seeks (fixes #338290). Also demote
11135           some recurring debug message from DEBUG to LOG level.
11136
11137 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11138
11139         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11140         (gst_matroskademux_do_index_seek),
11141         (gst_matroska_demux_handle_seek_event),
11142         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11143         * gst/matroska/matroska-ids.h:
11144           Set DISCONT flag on first buffer after a discontinuity.
11145           Fix newsegment events sent when seeking and honour KEY_UNIT
11146           seek flag. Create pad with bogus caps if we don't recognise
11147           the stream codec id.
11148
11149         * gst/matroska/matroska-demux.h:
11150           Fix GObject macros.
11151
11152 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11155
11156         * gst/matroska/matroska-demux.c:
11157         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11158           Handle end of segment properly when set; don't dead-lock when
11159           posting start of segment message when doing a segment seek.
11160           Fixes #338810.
11161
11162 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11165         (gst_matroska_demux_plugin_init):
11166           Make mpeg2 aac audio work: create artificial private codec data
11167           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11168           Also call gst_riff_init(). Partially fixes #338767.
11169
11170 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11173         (gst_wavenc_class_init), (gst_wavenc_init),
11174         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11175         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11176         (gst_wavenc_chain), (gst_wavenc_change_state):
11177         * gst/wavenc/gstwavenc.h:
11178           Set caps on first outgoing buffer, so that it doesn't error out
11179           immediately with a non-negotiated error (#338716). Rewrite and
11180           clean up a bit; fix setcaps function to parse things properly;
11181           fix sink caps (8bit audio is unsigned and doesn't have depth);
11182           use boilerplate macros; remove unused properties stuff.
11183
11184 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11187           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11188           handle MJPEG streams and might be autoplugged for those if the
11189           user doesn't have jpegdec installed (resulting in a cryptic error
11190           message about huffman tables). Better to disable JPEG decoding here
11191           and let the user figure out that she needs to install jpegdec.
11192
11193 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11196         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11197         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11198         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11199           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11200           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11201           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11202           debug messages. Fix boilerplate macros.
11203
11204 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11207         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11208           No need to special-case for Gdk-2.0 any longer, we require
11209           Gdk 2.2 or newer; minor clean-ups.
11210
11211 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11212
11213         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11214         (gst_shout2send_class_init), (gst_shout2send_init),
11215         (set_shout_metadata), (gst_shout2send_set_metadata),
11216         (gst_shout2send_event), (gst_shout2send_start),
11217         (gst_shout2send_connect), (gst_shout2send_stop),
11218         (gst_shout2send_render), (gst_shout2send_set_property),
11219         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11220         (plugin_init):
11221         * ext/shout2/gstshout2.h:
11222         * po/POTFILES.in:
11223           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11224           change function; use GST_ELEMENT_ERROR for error reporting, not
11225           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11226           will cause crashes or assertion failures; remove (unused) "sync"
11227           property, basesink already has such a property; misc. other
11228           minor fixes and cleanups.
11229
11230 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11231
11232         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11233         * ext/esd/gstesd.c: (plugin_init):
11234         * po/POTFILES.in:
11235           Add translatable error message for when we cannot
11236           connect to the sound server, as "Cannot open resource
11237           for writing" isn't really an acceptable message to show
11238           to the user in this case.
11239
11240 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * sys/oss/gst-i18n-plugin.h:
11243           Remove bogus file that doesn't belong here.
11244
11245 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11246
11247         Patch by: Philippe Valembois
11248
11249         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11250         (gst_shout2send_set_metadata), (gst_shout2send_event),
11251         (gst_shout2send_render), (gst_shout2send_change_state):
11252         * ext/shout2/gstshout2.h:
11253           Handle tags being received before the connection to
11254           the server is established properly (see #338636).
11255
11256 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11259           Don't crash in case the connection to the server fails:
11260           don't set pointer to NULL by assigning FALSE; error out
11261           properly by using GST_ELEMENT_ERROR and returning
11262           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11263           before resetting the pointer.
11264
11265 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11266
11267         * gst/id3demux/id3tags.c:
11268         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11269         (Fixes #338713)
11270
11271 2006-04-12  Wim Taymans  <wim@fluendo.com>
11272
11273         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11274         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11275         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11276         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11277         (gst_gdk_pixbuf_chain):
11278         Some cleanups.
11279         Added RGBA as a possible output format.
11280         Correctly free the supported mimetypes.
11281         deprecate silent arg, it's not used.
11282         Return result from _alloc_buffer to peer.
11283
11284 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11285
11286         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11287           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11288           overwriting GST_BUFFER_MALLOCDATA.
11289
11290 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11293         (user_endrow_callback), (user_end_callback),
11294         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11295         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11296         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11297         * ext/libpng/gstpngdec.h:
11298           Handle more than one frame if the content is framed,
11299           like with png-in-quicktime (#331917).
11300
11301 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11302
11303         * sys/oss/Makefile.am:
11304         * sys/oss/common.h:
11305         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11306         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11307         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11308         (gst_oss_src_unprepare):
11309           - the user-visible error strings were in the wrong category
11310           - and the messages were not marked for translation
11311           - which is actually a good thing, because they were exactly
11312             the kind of message you would never want anyone to see
11313           - the macros were using variables that didn't exist in the macro
11314             arguments
11315           - and they were obviously copied from each other and then modified
11316           - so a common header makes sense
11317
11318 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11319
11320         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11321           Don't try to modify read-only data.
11322
11323         * gst/matroska/matroska-demux.c:
11324         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11325           Fix comment (won't crash any longer now).
11326
11327 2006-04-10  Michael Smith  <msmith@fluendo.com>
11328
11329         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11330           Use copies of header buffers for caps to avoid circular refcounting
11331           problems (as in theoradec, vorbisdec).
11332
11333         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11334           Fix a typo in test that meant it was testing the wrong thing.
11335
11336         * tests/check/elements/cmmlenc.c: (check_headers):
11337           Fix refcount checks now that we use buffer-copies for caps.
11338
11339 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11342         (gst_matroska_demux_handle_seek_event),
11343         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11344         (gst_matroska_demux_subtitle_caps),
11345         (gst_matroska_demux_plugin_init):
11346           Use static pad templates with ANY caps for audio and video
11347           source pads and get rid of a lot of unnecessary (and partially
11348           broken) code for the template caps. Clean up caps finding
11349           functions. Fixes playback of audio files/streams that do not
11350           contain the sample rate and/or number of channels in the audio
11351           context (happens a lot with vorbis/mp3 .mka files it seems).
11352           Fixes #337183.
11353           Also add myself to copyright holders.
11354
11355 2006-04-10  Michael Smith  <msmith@fluendo.com>
11356
11357         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11358           Use g_list_delete_link () instead of g_list_remove_link () so that
11359           we free the link as well as the contained data.
11360
11361 2006-04-10  Wim Taymans  <wim@fluendo.com>
11362
11363         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11364
11365         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11366         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11367         (gst_avi_demux_stream_header):
11368         Fix some crashers with empty chunks. (Fixes #337749)
11369
11370 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11371
11372         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11373           use G_GINT64_CONSTANT for INT64 constants
11374         * gst/videofilter/gstvideobalance.c:
11375           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11376         * win32/vs6/libgstavi.dsp:
11377          add missing libraries for the link and remove avimux.c from
11378          the project as it isn't ported to 0.10 yet
11379         
11380 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11383           Even better would be if we actually did the right thing
11384           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11385
11386 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11387
11388         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11389           Can't just replace 1LL with 1L here just because MSVC doesn't
11390           support it, as it might lead to incorrect results when doing the
11391           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11392           force a 64-bit constant in a way that all compilers are happy with.
11393
11394 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11395
11396         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11397         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11398         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11399         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11400         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11401         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11402         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11403         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11404         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11405         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11406         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11407         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11408         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11409         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11410         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11411         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11412         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11413         * gst/debug/efence.c: (gst_efence_class_init):
11414         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11415         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11416         * gst/goom/gstgoom.c: (gst_goom_class_init):
11417         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11418         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11419         * gst/interleave/interleave.c: (interleave_class_init):
11420         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11421         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11422         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11423         * gst/median/gstmedian.c: (gst_median_class_init):
11424         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11425         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11426         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11427         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11428         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11429         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11430         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11431         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11432         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11433         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11434         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11435         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11436         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11437         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11438         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11439         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11440         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11441         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11442         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11443         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11444         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11445         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11446         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11447         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11448         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11449         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11450         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11451         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11452         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11453         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11454         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11455         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11456         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11457         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11458         * sys/osxaudio/gstosxaudioelement.c:
11459         (gst_osxaudioelement_class_init):
11460         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11461         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11462         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11463         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11464
11465 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11466
11467         * ext/mikmod/gstmikmod.h:
11468         * gst/level/gstlevel.h:
11469         Fix more broken GObject macros
11470
11471 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11472
11473         * ext/annodex/gstcmmldec.h:
11474         * ext/annodex/gstcmmlenc.h:
11475         * ext/annodex/gstcmmltag.h:
11476         * ext/cairo/gsttextoverlay.h:
11477         * ext/ladspa/gstsignalprocessor.h:
11478         * gst/matroska/ebml-read.h:
11479         * gst/matroska/ebml-write.h:
11480         * sys/osxaudio/gstosxaudioelement.h:
11481         Fix broken GObject macros
11482
11483 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11486           Don't try to seek beyond the end of the file (would
11487           occasionally display error dialogs in totem when seeking
11488           to the end) (#335869). Will still throw an error though
11489           if the file is truncated and the total_samples value in
11490           the stream header is wrong.
11491
11492 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11493
11494         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11495         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11496         (gst_flac_dec_metadata_callback):
11497         * ext/flac/gstflacdec.h:
11498           If the stream header doesn't contain the total number of samples,
11499           search for the last flac frame at the end of the file and calculate
11500           the total duration from that frame's offset (fixes #337609).
11501
11502 2006-04-07  Edward Hervey  <edward@fluendo.com>
11503
11504         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11505         Don't unref the GstPadTemplate returned by
11506         gst_element_class_get_pad_template().
11507
11508 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11509
11510         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11511
11512         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11513         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11514         * sys/sunaudio/gstsunaudiosink.h:
11515           Use spec->segsize and spec->segtotal in the prepare function
11516           to initialise the ring buffer instead of using the buffer-time
11517           property (#337421).
11518
11519 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11520
11521         * configure.ac:
11522           Bump core requirements to CVS for gst_pad_query_peer_duration()
11523           which is used by speexdec.
11524
11525 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * ext/speex/gstspeex.c: (plugin_init):
11528         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11529         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11530         (speex_get_sink_query_types), (speex_dec_sink_query),
11531         (speex_get_src_query_types), (speex_dec_src_query),
11532         (speex_dec_src_event), (speex_dec_sink_event),
11533         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11534         (speex_dec_chain_parse_data), (speex_dec_chain),
11535         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11536         (speex_dec_change_state):
11537         * ext/speex/gstspeexdec.h:
11538           Fix seeking and duration queries (#337033); clean up and
11539           refactor a bit.
11540
11541 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11542
11543         * ext/raw1394/gstdv1394src.c:
11544           distinguish between device not found and could not open for
11545           reading
11546
11547 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11548
11549         * Makefile.am:
11550         * configure.ac:
11551         * pkgconfig/.cvsignore:
11552         * pkgconfig/Makefile.am:
11553         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11554           add a .pc file so other modules can use good plugins in tests
11555
11556 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11557
11558         * configure.ac:
11559           clean up, use AS_VERSION and AS_NANO
11560         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11561           use PACKAGE_VERSION define
11562         * po/af.po:
11563         * po/az.po:
11564         * po/cs.po:
11565         * po/en_GB.po:
11566         * po/hu.po:
11567         * po/it.po:
11568         * po/nb.po:
11569         * po/nl.po:
11570         * po/or.po:
11571         * po/sq.po:
11572         * po/sr.po:
11573         * po/sv.po:
11574         * po/uk.po:
11575         * po/vi.po:
11576           updated
11577
11578 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11579
11580         * ext\jpeg\smokecodec.c:
11581           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11582         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11583           move first instruction after all variables declarations
11584         * gst\alpha\gstalpha.c:
11585         * gst\effectv\gstshagadelic.c:
11586         * gst\smpte\paint.c:
11587         * gst\videofilter\gstvideobalance.c:
11588           define M_PI if it's not defined (it's not defined on WIN32)
11589         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11590         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11591         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11592         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11593         (gst_matroska_demux_video_caps):
11594         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11595         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11596           use gst_guint64_to_gdouble for conversions
11597         * gst\goom\filters.c: (setPixelRGB_):
11598           fix a debug which was using undefined variable
11599         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11600         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11601           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11602         * win32/vs6:
11603           add vs6 projects files for most of plugins-good
11604         
11605 2006-03-30  j^  <j@bootlab.org>
11606
11607         * ext/aalib/gstaasink.c:
11608         * ext/annodex/gstcmmldec.c:
11609         * ext/annodex/gstcmmlenc.c:
11610         * ext/cairo/gsttextoverlay.c:
11611         * ext/cairo/gsttimeoverlay.c:
11612         * ext/cdio/gstcdiocddasrc.c:
11613         * ext/dv/gstdvdec.c:
11614         * ext/esd/esdmon.c:
11615         * ext/esd/esdsink.c:
11616         * ext/flac/gstflacdec.c:
11617         * ext/flac/gstflacenc.c:
11618         * ext/flac/gstflactag.c:
11619         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11620         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11621         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11622         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11623         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11624         * ext/gdk_pixbuf/pixbufscale.c:
11625         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11626         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11627         * ext/jpeg/gstjpegdec.c:
11628         * ext/jpeg/gstjpegenc.c:
11629         * ext/jpeg/gstsmokedec.c:
11630         * ext/jpeg/gstsmokeenc.c:
11631         * ext/libcaca/gstcacasink.c:
11632         * ext/libmng/gstmngdec.c:
11633         * ext/libmng/gstmngenc.c:
11634         * ext/libpng/gstpngdec.c:
11635         * ext/libpng/gstpngenc.c:
11636         * ext/mikmod/gstmikmod.c:
11637         * ext/raw1394/gstdv1394src.c:
11638         * ext/shout2/gstshout2.c:
11639         * ext/speex/gstspeexdec.c:
11640         * ext/speex/gstspeexenc.c:
11641         * gst/alpha/gstalpha.c:
11642         * gst/alpha/gstalphacolor.c:
11643         * gst/auparse/gstauparse.c:
11644         * gst/autodetect/gstautoaudiosink.c:
11645         (gst_auto_audio_sink_base_init):
11646         * gst/autodetect/gstautovideosink.c:
11647         (gst_auto_video_sink_base_init):
11648         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11649         * gst/cutter/gstcutter.c:
11650         * gst/debug/breakmydata.c:
11651         * gst/debug/efence.c:
11652         * gst/debug/gstnavigationtest.c:
11653         * gst/debug/negotiation.c:
11654         * gst/debug/progressreport.c:
11655         * gst/debug/testplugin.c:
11656         * gst/effectv/gstaging.c:
11657         * gst/effectv/gstdice.c:
11658         * gst/effectv/gstedge.c:
11659         * gst/effectv/gstquark.c:
11660         * gst/effectv/gstrev.c:
11661         * gst/effectv/gstvertigo.c:
11662         * gst/effectv/gstwarp.c:
11663         * gst/flx/gstflxdec.c:
11664         * gst/goom/gstgoom.c:
11665         * gst/interleave/deinterleave.c:
11666         * gst/interleave/interleave.c:
11667         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11668         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11669         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11670         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11671         * gst/level/gstlevel.c:
11672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11673         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11674         * gst/median/gstmedian.c:
11675         * gst/monoscope/gstmonoscope.c:
11676         * gst/multipart/multipartdemux.c:
11677         * gst/multipart/multipartmux.c:
11678         * gst/oldcore/gstmd5sink.c:
11679         * gst/oldcore/gstmultifilesrc.c:
11680         * gst/oldcore/gstpipefilter.c:
11681         * gst/oldcore/gstshaper.c:
11682         * gst/oldcore/gststatistics.c:
11683         * gst/rtp/gstasteriskh263.c:
11684         * gst/rtp/gstrtpL16depay.c:
11685         * gst/rtp/gstrtpL16pay.c:
11686         * gst/rtp/gstrtpamrdepay.c:
11687         * gst/rtp/gstrtpamrpay.c:
11688         * gst/rtp/gstrtpdepay.c:
11689         * gst/rtp/gstrtpgsmpay.c:
11690         * gst/rtp/gstrtph263pay.c:
11691         * gst/rtp/gstrtph263pdepay.c:
11692         * gst/rtp/gstrtph263ppay.c:
11693         * gst/rtp/gstrtpmp4gpay.c:
11694         * gst/rtp/gstrtpmp4vdepay.c:
11695         * gst/rtp/gstrtpmp4vpay.c:
11696         * gst/rtp/gstrtpmpadepay.c:
11697         * gst/rtp/gstrtpmpapay.c:
11698         * gst/rtp/gstrtppcmadepay.c:
11699         * gst/rtp/gstrtppcmapay.c:
11700         * gst/rtp/gstrtppcmudepay.c:
11701         * gst/rtp/gstrtppcmupay.c:
11702         * gst/rtp/gstrtpspeexdepay.c:
11703         * gst/rtp/gstrtpspeexpay.c:
11704         * gst/rtsp/gstrtpdec.c:
11705         * gst/smpte/gstsmpte.c:
11706         * gst/videobox/gstvideobox.c:
11707         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11708         * gst/videofilter/gstvideobalance.c:
11709         * gst/videofilter/gstvideoflip.c:
11710         * gst/videofilter/gstvideotemplate.c:
11711         (gst_videotemplate_base_init):
11712         * gst/videomixer/videomixer.c:
11713         * gst/wavenc/gstwavenc.c:
11714         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11715          better/unified long descriptions
11716          Fixed #336602
11717          Some cleanups to auparse, don't send multiple newsegments.
11718
11719 2006-03-29  Wim Taymans  <wim@fluendo.com>
11720
11721         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11722
11723         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11724         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11725         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11726         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11727         * ext/dv/gstdvdemux.h:
11728         Seek in READY patch. Only works for pull based mode.
11729         Fixes #323880
11730
11731 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11732
11733         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11734         (gst_gdk_pixbuf_event):
11735           Fix two crashers: don't unref the same caps twice, and
11736           set pixbuf loader to NULL after freeing it.
11737
11738 2006-03-27  Wim Taymans  <wim@fluendo.com>
11739
11740         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11741         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11742         (gst_speexenc_chain):
11743         * ext/speex/gstspeexenc.h:
11744         Don't leak adapter.
11745         A push *always* takes ownership of the buffer, even on
11746         errors.
11747         Small cleanups.
11748
11749 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11750
11751         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11752           Create source pad without leaking.
11753
11754 2006-03-24  Wim Taymans  <wim@fluendo.com>
11755
11756         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11757         * ext/flac/gstflacdec.h:
11758         * ext/flac/gstflacenc.h:
11759         Spifify a bit.
11760         Fix deadly lock order error in seeking code, STREAM_LOCK
11761         cannot be taken within LOCK and the streaming variables are
11762         protected with the STREAM_LOCK anyway.
11763
11764 2006-03-24  Wim Taymans  <wim@fluendo.com>
11765
11766         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11767         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11768         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11769         this patch combines the global init_frames with the stream
11770         init_frames. Rationale being that the global delay should 
11771         be subtracted from any stream delay.
11772         Fixes #335858.
11773
11774 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11775
11776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11777         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11778         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11779         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11780         use DEBUG_FUNCPTR for collectpads
11781
11782 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11783
11784         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11785           Don't crash when encoding images where the number of rows isn't
11786           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11787
11788 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11791         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11792         * gst/interleave/interleave.c: (interleave_change_state):
11793         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11794           More state change function fixes.
11795
11796 2006-03-23  Wim Taymans  <wim@fluendo.com>
11797
11798         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11799         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11800         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11801         (gst_esdsink_delay), (gst_esdsink_reset):
11802         * ext/esd/esdsink.h:
11803         Fix esd choppy playback by configuring audiosink
11804         correctly. Fixes #325191
11805
11806 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11807
11808         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11809           Make state change function thread-safe.
11810
11811 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11814         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11815           Don't try to read beyond the end of the file just because
11816           the header claims a bigger size (like with truncated files).
11817
11818 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11821         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11822         (gst_wavparse_stream_data), (gst_wavparse_loop):
11823         * gst/wavparse/gstwavparse.h:
11824           Delay source pad creation until we have the first chunk of
11825           media data, so the we can examine the data and adjust the
11826           caps accordingly if required. This makes playback of .wav
11827           files with DTS-declared-as-PCM content work (#313266).
11828
11829 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11830
11831         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11832         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11833         Don't attempt typefinding on too-short buffers that have been
11834         completely trimmed away. (Fixes #330239)
11835
11836         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11837         Improve the debug output
11838
11839 2006-03-21  Wim Taymans  <wim@fluendo.com>
11840
11841         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11842         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11843         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11844         (gst_esdsink_set_property), (gst_esdsink_get_property):
11845         Some cleanups.
11846         Reset fd to -1 when we close them.
11847
11848 2006-03-21  Wim Taymans  <wim@fluendo.com>
11849
11850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11851         the OPTIONS request result is optional so don't
11852         fail on it.
11853
11854 2006-03-21  Edward Hervey  <edward@fluendo.com>
11855
11856         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11857         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11858         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11859         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11860         (gst_wavparse_change_state):
11861         gcc 4.1 unreferenced pointer fixes.
11862
11863 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11864
11865         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11866
11867         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11868           Fix block alignment calculation. Alignment should be done before
11869           adding the byte offset where the data starts (#335231).
11870
11871 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11872
11873         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11874           Ensure that we set correct caps on buffers that are transferred
11875           direct from the input.
11876
11877 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11878
11879         * gst/goom/filters.c: (zoomFilterDestroy):
11880         * gst/goom/goom_core.c: (goom_close):
11881           Free filter data when cleaning up. (Fixes: #334995)
11882
11883 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11884
11885         * configure.ac:
11886           Don't compile udp and rtsp plugins on win32 (mingw) or other
11887           systems that don't have <sys/socket.h> for some reason (#316203).
11888
11889 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11890
11891         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11892         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11893         * ext/raw1394/gstdv1394src.h:
11894           Change bus reset handler so it reports useful information such as
11895           whether the device being used connected or disconnected
11896
11897 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * gst/id3demux/id3v2frames.c:
11900         (parse_relative_volume_adjustment_two):
11901           We only care about gain and peak data for the master volume.
11902
11903 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11904
11905         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11906         (parse_id_string), (parse_unique_file_identifier),
11907         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11908           Read replay gain tags (#323721).
11909
11910 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11911
11912         * configure.ac:
11913           Bump requirements to gst-plugins-base CVS because
11914           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11915
11916 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11917
11918         * rtp/gst/gstrtppcmadepay.c:
11919         Fixed one of the caps in the code from mulaw to alaw.
11920
11921 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11922
11923         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11924           Ensure that we set caps on the buffers we pass.
11925
11926         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11927         (gst_id3demux_sink_activate):
11928           Ensure that we set caps on the buffers we pass.
11929
11930           Use STREAM, TYPE_NOT_FOUND as the error class when
11931           typefinding fails.
11932
11933 2006-03-15  Edward Hervey  <edward@fluendo.com>
11934
11935         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11936         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11937         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11938         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11939         (gst_jpeg_dec_setcaps):
11940         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11941         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11942         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11943         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11944         (gst_mngdec_src_getcaps):
11945         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11946         (gst_pngdec_caps_create_and_set):
11947         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11948         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11949         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11950         * gst/alpha/gstalpha.c: (gst_alpha_init):
11951         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11952         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11953         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11954         * gst/cutter/gstcutter.c: (gst_cutter_init):
11955         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11956         (gst_efence_checkgetrange):
11957         * gst/debug/negotiation.c: (gst_negotiation_init):
11958         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11959         * gst/goom/gstgoom.c: (gst_goom_init):
11960         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11961         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11962         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11963         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11964         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11965         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11966         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11967         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11968         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11969         (gst_wavparse_create_sourcepad):
11970         Fix memleak with gst_static_pad_template_get().
11971         This uses gst_pad_new_from_static_template() instead.
11972         Fixes #333512
11973
11974 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11975
11976         * configure.ac:
11977           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11978           used by id3demux.
11979
11980         * gst/id3demux/gstid3demux.c: (plugin_init):
11981         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11982         (parse_user_text_identification_frame),
11983         (parse_unique_file_identifier):
11984           Add support for UFID and TXXX frames and extract musicbrainz tags.
11985
11986 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11987
11988         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11989           Catch short reads, like they might happen with truncated
11990           files (see #305279); remove unnecessary indentation.
11991
11992 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11993
11994         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11995           Fix DIB image inversion for pictures with a
11996           depth != 8 (#305279).
11997
11998 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12001         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12002         * ext/jpeg/gstjpegdec.h:
12003           Fix durations on outgoing buffers after seeking
12004           in MJPEG files (#334083); some minor clean-ups.
12005
12006 2006-03-13  Wim Taymans  <wim@fluendo.com>
12007
12008         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12009         (gst_wavparse_change_state):
12010         Implement seek in READY (re-fixes #327658)
12011
12012 2006-03-13  Wim Taymans  <wim@fluendo.com>
12013
12014         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12015         * ext/esd/esdmon.c: (gst_esdmon_get):
12016         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12018         (gst_gdk_pixbuf_sink_getcaps):
12019         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12020         (gst_jpegenc_setcaps):
12021         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12022         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12023         (gst_smokeenc_setcaps):
12024         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12025         (gst_mngdec_src_getcaps):
12026         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12027         (gst_mngenc_chain):
12028         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12029         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12030         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12031         (speex_dec_src_event), (speex_dec_chain):
12032         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12033         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12034         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12035         (gst_negotiation_pad_link), (gst_negotiation_chain):
12036         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12037         (gst_flxdec_chain):
12038         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12039         (deinterleave_chain):
12040         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12041         * gst/median/gstmedian.c: (gst_median_link):
12042         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12043         (gst_monoscope_chain):
12044         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12045         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12046         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12047         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12048         close #333784 unref the result of gst_pad_get_parent()
12049         by: Christophe Fergeau.
12050
12051 2006-03-09  Wim Taymans  <wim@fluendo.com>
12052
12053         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12054         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12055         Handle events in push mode better, can now do non-flushing
12056         seeks in push mode as well.
12057
12058 2006-03-07  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12061         Applied patch from Kai Vehmanen, fixes #333624.
12062
12063 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12064
12065         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12066         Implement paletted and grayscale png files handling.
12067         (#150363).
12068
12069 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12070
12071         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12072         (gst_speexenc_chain):
12073           fix a tag list assert
12074           follow gst-plugins-base/ext/ogg/README; set OFFSET
12075           and OFFSET_END.  Muxes correctly with gst-plugins-base
12076           > 0.9.3
12077
12078 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12079
12080         * gst/id3demux/Makefile.am:
12081         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12082         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12083           Use new typefind helper functions here as well, and
12084           do typefinding in pull-mode if upstream supports that.
12085
12086 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12087
12088         * sys/sunaudio/gstsunaudiomixerctrl.c:
12089         (gst_sunaudiomixer_ctrl_get_volume),
12090         (gst_sunaudiomixer_ctrl_set_volume):
12091         * sys/sunaudio/gstsunaudiomixertrack.c:
12092         (gst_sunaudiomixer_track_new):
12093           Remove unused variables, breaks build from CVS
12094           with -Werror (#333392, patch by: Benjamin Pineau)
12095
12096 2006-03-03  Wim Taymans  <wim@fluendo.com>
12097
12098         * docs/plugins/Makefile.am:
12099         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12100         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12101         Added wavparse docs.
12102
12103         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12104         (gst_wavparse_reset), (gst_wavparse_init),
12105         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12106         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12107         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12108         (gst_wavparse_stream_data), (gst_wavparse_loop),
12109         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12110         (gst_wavparse_change_state):
12111         * gst/wavparse/gstwavparse.h:
12112         Implement seek in READY (fixes #327658)
12113         Added docs and did some cleanups.
12114
12115 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12116
12117         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12118         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12119         (gst_avi_demux_calculate_durations_from_index),
12120         (gst_avi_demux_stream_header):
12121         * gst/avi/gstavidemux.h:
12122           If we have an index, use a duration based on the index instead
12123           of blindly trusting the information in the stream headers
12124           (fixes #331817).
12125
12126 2006-03-03  Wim Taymans  <wim@fluendo.com>
12127
12128         * docs/plugins/Makefile.am:
12129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12131         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12132         Added smoke and jpeg to the docs.
12133
12134         * ext/jpeg/Makefile.am:
12135         * ext/jpeg/gstjpeg.c: (plugin_init):
12136         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12137         * ext/jpeg/gstjpegenc.h:
12138         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12139         (gst_smokedec_chain):
12140         * ext/jpeg/gstsmokedec.h:
12141         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12142         * ext/jpeg/gstsmokeenc.h:
12143         * ext/jpeg/smokecodec.h:
12144         Port smokedec (fixes #331905).
12145         Added some docs.
12146         Some cleanups.
12147
12148 2006-03-03  Wim Taymans  <wim@fluendo.com>
12149
12150         * docs/plugins/Makefile.am:
12151         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12152         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12153         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12154         Added videobalance and videoflip to the docs.
12155
12156         * gst/videofilter/Makefile.am:
12157         * gst/videofilter/gstvideobalance.c:
12158         (gst_video_balance_update_tables_planar411),
12159         (gst_video_balance_is_passthrough),
12160         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12161         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12162         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12163         (gst_video_balance_finalize), (gst_video_balance_class_init),
12164         (gst_video_balance_init), (gst_video_balance_interface_supported),
12165         (gst_video_balance_interface_init),
12166         (gst_video_balance_colorbalance_list_channels),
12167         (gst_video_balance_colorbalance_set_value),
12168         (gst_video_balance_colorbalance_get_value),
12169         (gst_video_balance_colorbalance_init),
12170         (gst_video_balance_set_property), (gst_video_balance_get_property),
12171         (gst_video_balance_get_type), (plugin_init):
12172         * gst/videofilter/gstvideobalance.h:
12173         Ported to 0.10. (Fixes #326160)
12174         Added docs.
12175
12176         * gst/videofilter/gstvideoflip.c:
12177         * gst/videofilter/gstvideoflip.h:
12178         Added docs.
12179
12180 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12181
12182         * configure.ac:
12183           Bump requirements to current core and -base CVS
12184           (core for new typefind helper API, and -base for the
12185           WAVFORMATEX support that was added to libgstriff and
12186           is needed by wavparse).
12187         
12188         * gst/apetag/Makefile.am:
12189         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12190         (gst_tag_demux_sink_activate):
12191           Use new typefind helpers for typefinding instead of our
12192           home-grown stuff; also, do typefinding in pull-mode if
12193           upstream supports that.
12194
12195 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12196
12197         Reviewed by: Christian Schaller <christian@fluendo.com>
12198
12199         This patch fixes bug: 329107
12200
12201         This Changelog entry is for a commit done on February 17
12202
12203         * ext/gconf/gconf.c
12204         * ext/gconf/gconf.h
12205         * ext/gconf/gstgconfaudiosink.c
12206         * ext/gconf/gstgconfaudiosink.h
12207         * gconf/gstreamer.schemas.in
12208
12209 2006-02-28  Wim Taymans  <wim@fluendo.com>
12210
12211         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12212         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12213         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12214         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12215         Use DEBUG_OBJECT more.
12216
12217 2006-02-28  Wim Taymans  <wim@fluendo.com>
12218
12219         * docs/plugins/Makefile.am:
12220         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12221         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12222         Added dvdec and dvdemux to docs.
12223
12224         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12225         Added docs.
12226         Check frame sizes so we don't crash when don't have enough
12227         data.
12228         Send nice error messages on error.
12229
12230         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12231         (gst_dvdemux_class_init), (gst_dvdemux_init),
12232         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12233         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12234         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12235         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12236         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12237         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12238         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12239         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12240         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12241         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12242         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12243         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12244         * ext/dv/gstdvdemux.h:
12245         Added docs.
12246         Implement pull mode.
12247         Fix memleaks.
12248         Reduce memcpy for the video demuxing.
12249
12250 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12251
12252         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12253         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12254         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12255         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12256           Add a little extra debug. Make the decoder not return NOT_LINKED,
12257           as we want to continue decoding all CMML and emitting tags.
12258
12259 2006-02-27  Michael Smith  <msmith@fluendo.com>
12260
12261         * ext/annodex/gstskeltag.c:
12262         * ext/annodex/gstskeltag.h:
12263           Deleted; these files aren't used any more either.
12264
12265 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12266
12267         * ext/Makefile.am: Fix dist-check.
12268
12269 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12270
12271         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12272         memleak.
12273
12274 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12275
12276         * ext/annodex/Makefile.am:
12277         * ext/annodex/gstannodex.c:
12278         * ext/annodex/gstcmmldec.c:
12279         * ext/annodex/gstcmmlenc.c:
12280         * ext/annodex/gstcmmlparser.c:
12281         * ext/annodex/gstcmmlparser.h:
12282         * ext/annodex/gstcmmlutils.c:
12283         * tests/check/elements/cmmldec.c:
12284         * tests/check/elements/cmmlenc.c:
12285           Fix a memleak in gst_cmml_track_list_add_clip.
12286           Handle overflows in clip's start and end times.
12287           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12288           Do not parse junk at the end of a CMML preamble buffer.
12289           Register a libxml error handler to not print stuff on stderr.
12290           Check for bad clip start and end times in the testsuites.
12291
12292 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12293
12294         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12295         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12296         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12297         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12298         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12299         possible memleaks.
12300
12301 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12302
12303         * tests/check/Makefile.am:
12304         * tests/check/elements/cmmldec.c:
12305         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12306         the plugins-base tags.
12307
12308 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12309
12310         * ext/Makefile.am: Re-enable module.
12311
12312 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12313
12314         * tests/check/Makefile.am: Forgot to remove that test.
12315
12316 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12317
12318         * ext/annodex/Makefile.am:
12319         * ext/annodex/gstannodex.c: (plugin_init):
12320         * ext/annodex/gstcmmldec.c:
12321         * ext/annodex/gstskeldec.c:
12322         * ext/annodex/gstskeldec.h:
12323         * tests/check/Makefile.am:
12324         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12325
12326 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12327
12328         * tests/check/Makefile.am: Disable those checks as well.
12329
12330 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12331
12332         * ext/Makefile.am: Disable annodex for now until we figure out
12333         how to make it build.
12334         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12335         Add a rule to your checklist : "please try to at least build 
12336         what you are going to commit into -good, or if you are too lazy
12337         to do that, please check that the buildbots are not crying because
12338         of your commit."
12339
12340 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12341
12342         * configure.ac:
12343         * ext/Makefile.am:
12344         * ext/gdk_pixbuf/Makefile.am:
12345         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12346         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12347         * ext/gdk_pixbuf/pixbufscale.c:
12348         * ext/gdk_pixbuf/pixbufscale.h:
12349           Gdkpixbuf ported from 0.8 to 0.10 by
12350           Renato Filho <renato.filho@indt.org.br>.
12351           gst_loader and gdkpixbufanimation still need port.
12352
12353 2006-02-24  Michael Smith  <msmith@fluendo.com>
12354
12355         * configure.ac:
12356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12357         * ext/Makefile.am:
12358         * ext/annodex/Makefile.am:
12359         * ext/annodex/gstannodex.c:
12360         * ext/annodex/gstannodex.h:
12361         * ext/annodex/gstcmmldec.c:
12362         * ext/annodex/gstcmmldec.h:
12363         * ext/annodex/gstcmmlenc.c:
12364         * ext/annodex/gstcmmlenc.h:
12365         * ext/annodex/gstcmmlparser.c:
12366         * ext/annodex/gstcmmlparser.h:
12367         * ext/annodex/gstcmmltag.c:
12368         * ext/annodex/gstcmmltag.h:
12369         * ext/annodex/gstcmmlutils.c:
12370         * ext/annodex/gstcmmlutils.h:
12371         * ext/annodex/gstskeldec.c:
12372         * ext/annodex/gstskeldec.h:
12373         * ext/annodex/gstskeltag.c:
12374         * ext/annodex/gstskeltag.h:
12375         * tests/check/Makefile.am:
12376         * tests/check/elements/cmmldec.c:
12377         * tests/check/elements/cmmlenc.c:
12378         * tests/check/elements/skeldec.c:
12379           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12380           Includes tests & docs, oh my! Passes Thomas's -good checklist
12381           entirely. Wow.
12382
12383 2006-02-24  Michael Smith  <msmith@fluendo.com>
12384
12385         * autogen.sh:
12386           Check for automake 1.9 as well.
12387
12388 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12389
12390         * ext/flac/gstflacenc.c:
12391           Change min. sample rate to 8kHz to match flacdec's.
12392           
12393 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12394
12395         * ext/cdio/Makefile.am:
12396           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12397           required for Cygwin, see #317048)
12398
12399         * gst/rtp/gstasteriskh263.c:
12400           Cygwin has includes for both the unix network socket API
12401           and the windows API, but only one can be included, so fix
12402           includes to only use one or the other, prefering the unxi
12403           one (#317048).
12404
12405 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12406
12407         * rtp/gst/gstrtppcmadepay.c:
12408         * rtp/gst/gstrtppcmadepay.h:
12409         * rtp/gst/gstgstrtppcmapay.c:
12410         * rtp/gst/gstgstrtppcmapay.h:
12411         * rtp/gst/gstrtppcmudepay.c:
12412         * rtp/gst/gstrtppcmudepay.h:
12413         * rtp/gst/gstrtppcmupay.c:
12414         * rtp/gst/gstrtppcmupay.h:
12415         * rtp/gst/Makefile.am:
12416         * rtp/gst/gstrtp.c:
12417         * rtp/gst/README:
12418         Separated the G711 payloaders/depayloaders into separate elements for
12419         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12420
12421 2006-02-22  Wim Taymans  <wim@fluendo.com>
12422
12423         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12424         (gst_dvdec_change_state):
12425         * ext/dv/gstdvdec.h:
12426         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12427         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12428         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12429         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12430         (gst_dvdemux_flush), (gst_dvdemux_chain),
12431         (gst_dvdemux_change_state):
12432         * ext/dv/gstdvdemux.h:
12433         Ueber spiffify some more, added debug category.
12434         Use _scale.
12435         Use segments, respect playback rate from newsegment.
12436         Fix refcount issue.
12437
12438 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12439
12440         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12441         (gst_signal_processor_process):
12442         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12443         enabled for the build, but it helps me win the feature-count
12444         competitions ooh yeah.
12445
12446 2006-02-19  Wim Taymans  <wim@fluendo.com>
12447
12448         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12449         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12450         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12451         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12452         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12453         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12454         Use scaling code for added precission and more correct stop
12455         position in case scale==0.
12456
12457 2006-02-19  Wim Taymans  <wim@fluendo.com>
12458
12459         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12460         (gst_flxdec_chain):
12461         * gst/flx/gstflxdec.h:
12462         Implement DURATION query.
12463
12464 2006-02-19  Wim Taymans  <wim@fluendo.com>
12465
12466         * gst/flx/flx_color.h:
12467         * gst/flx/flx_fmt.h:
12468         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12469         (gst_flxdec_src_query_handler), (flx_decode_color),
12470         (gst_flxdec_chain):
12471         * gst/flx/gstflxdec.h:
12472         Set MALLOCDATA for the temp buffers so we don't leak.
12473         Some debug cleanups.
12474         Consume all data in the adapter before leaving the chain
12475         function. Fixes #330678.
12476
12477 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12478
12479         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12480         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12481          Handle 0 data size in otherwise valid frames.
12482          Handle numeric strings in 2.4.0 even when not in parentheses 
12483
12484 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12485
12486         * gst/matroska/matroska-demux.c:
12487         (gst_matroska_demux_subtitle_caps),
12488         (gst_matroska_demux_plugin_init):
12489         * gst/matroska/matroska-ids.h:
12490           Recognise SSA/ASS and USF subtitle formats and
12491           set proper caps when they are found.
12492
12493 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12494
12495         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12496         (gst_jpeg_dec_chain):
12497           Fix invalid memory access for some odd-sized images
12498           (see image contained in quicktime stream in #327083);
12499           use g_malloc() instead of g_alloca().
12500
12501 2006-02-17  Wim Taymans  <wim@fluendo.com>
12502
12503         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12504         Patch from Sebastien Cote, fixes #319884
12505
12506 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12507
12508         * ext/cdio/gstcdio.c: (plugin_init):
12509           Init debug category (#331253).
12510
12511 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12512
12513         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12514           Pass extra_data to gst_riff_create_audio_caps(), so that
12515           WAVEFORMATEX stuff works. Post audio codec name and post
12516           it as taglist on the bus. Allow up to 8 channesl for raw
12517           PCM in the source pad template caps.
12518
12519 2006-02-16  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12522         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12523         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12524         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12525         (gst_multipart_set_property), (gst_multipart_get_property):
12526         Applied #318663. Gives quite a few false positives in
12527         autoscan mode, but it's better than nothing. Not closing yet.
12528
12529 2006-02-16  Wim Taymans  <wim@fluendo.com>
12530
12531         * docs/plugins/Makefile.am:
12532         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12533         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12534         * docs/plugins/gst-plugins-good-plugins.args:
12535         * docs/plugins/inspect/plugin-udp.xml:
12536         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12537         (gst_udpsrc_start):
12538         Update documentation.
12539         Fix args.
12540
12541 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12542
12543         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12544         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12545         frame size. (Fixes #331368)
12546
12547 2006-02-16  Wim Taymans  <wim@fluendo.com>
12548
12549         * gst/rtsp/README:
12550         Updated README.
12551
12552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12553         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12554         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12555         * gst/rtsp/gstrtspsrc.h:
12556         Make sure the RTP port is an even port an try to allocate 
12557         another if not.
12558         Added retry property to control max retries for port allocation.
12559         Make sure RTCP port is RTP port+1.
12560         Cleanup when port allocation fails.
12561         Fixes #319183.
12562         
12563 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12566           Don't ignore return value of the parent class's state
12567           change function (#331385, patch by: Wouter Paesen).
12568
12569 2006-02-15  Wim Taymans  <wim@fluendo.com>
12570
12571         * configure.ac:
12572         * docs/plugins/Makefile.am:
12573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12575         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12576         * ext/Makefile.am:
12577         * ext/hal/Makefile.am:
12578         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12579         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12580         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12581         (do_toggle_element), (gst_hal_audio_sink_set_property),
12582         (gst_hal_audio_sink_get_property),
12583         (gst_hal_audio_sink_change_state):
12584         * ext/hal/gsthalaudiosink.h:
12585         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12586         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12587         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12588         (do_toggle_element), (gst_hal_audio_src_set_property),
12589         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12590         * ext/hal/gsthalaudiosrc.h:
12591         * ext/hal/gsthalelements.c: (plugin_init):
12592         * ext/hal/gsthalelements.h:
12593         * ext/hal/hal.c: (gst_hal_get_string),
12594         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12595         (gst_hal_get_audio_src):
12596         * ext/hal/hal.h:
12597         Add HAL sound device wrapper plugins. Closes #329106
12598
12599 2006-02-15  Wim Taymans  <wim@fluendo.com>
12600
12601         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12602         Add comment in a fultile attempt to stop the copy-and-paste 
12603         paradigm leading to duplication of bad code.
12604
12605         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12606         Mime parameters have to be checked case insensitive
12607
12608 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12611           Advance stream time for lagging subtitle streams by sending
12612           newsegment events with the update flag set.
12613
12614 2006-02-14  Edward Hervey  <edward@fluendo.com>
12615
12616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12617         There can be bogus data before the hdrl LIST tag in the RIFF header.
12618         It's hard to say if it's not respecting the AVI specifications or not,
12619         but since Google Video is producing AVIs like that and the other player
12620         don't seem to complain, I guess we should do the same.
12621
12622 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12623
12624         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12625         (parse_split_strings):
12626         Add more validation to ensure that a char encoding conversion
12627         produced a valid UTF-8 string.
12628
12629 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12630
12631         Reviewed by: Edward Hervey  <edward@fluendo.com>
12632
12633         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12634         Properly handle end of segment. Closes #330885.
12635
12636 2006-02-13  Wim Taymans  <wim@fluendo.com>
12637
12638         * gst/rtp/gstrtpmp4gpay.h:
12639         For got to commit this one.
12640
12641 2006-02-12  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12644         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12645         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12646         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12647         * gst/rtp/gstrtpmp4gpay.h:
12648         Make more things work.
12649         Handle ACC config strings.
12650
12651 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12652
12653         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12654           set timestamps if no incoming timestamps set
12655
12656 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12657
12658         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12659         (gst_tag_demux_do_typefind):
12660           ... and fix the very same leaks in GstTagDemux.
12661
12662 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12663
12664         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12665         (gst_id3demux_do_typefind):
12666         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12667         <jonathan at kaolin dot wh9 dot net>)
12668
12669 2006-02-10  Wim Taymans  <wim@fluendo.com>
12670
12671         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12672         First set options, then set caps or else the baseclass
12673         will not know about the options, duh.
12674
12675 2006-02-10  Wim Taymans  <wim@fluendo.com>
12676
12677         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12678         (gst_rtp_mp4v_pay_setcaps):
12679         Don't waste time looking for a config string if we have codec_info
12680         on the incomming caps.
12681
12682 2006-02-10  Wim Taymans  <wim@fluendo.com>
12683
12684         * gst/rtp/README:
12685         Say something about case-sensitivity of caps vs mime-attributes.
12686
12687         * gst/rtp/Makefile.am:
12688         * gst/rtp/gstrtp.c: (plugin_init):
12689         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12690         (gst_rtp_amr_pay_handle_buffer):
12691         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12692         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12693         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12694         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12695         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12696         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12697         (gst_rtp_mp4g_pay_plugin_init):
12698         * gst/rtp/gstrtpmp4gpay.h:
12699         Added beginnings of mpeg4-generic payloader (RFC 3640)
12700
12701 2006-02-09  Wim Taymans  <wim@fluendo.com>
12702
12703         * gst/rtsp/Makefile.am:
12704         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12705         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12706         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12707         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12708         (gst_rtpdec_change_state):
12709         * gst/rtsp/gstrtpdec.h:
12710         * gst/rtsp/gstrtsp.c: (plugin_init):
12711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12712         * gst/rtsp/rtspconnection.c: (read_body),
12713         (rtsp_connection_receive):
12714         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12715         Resurected rtpdec to make rtspsrc happy again.
12716         Skip attributes from the session id.
12717         Don't crash when dumping a message with an empty body.
12718
12719
12720 2006-02-09  Wim Taymans  <wim@fluendo.com>
12721
12722         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12723         Added more meaningfull warnings when something goes wrong.
12724         Clear F bit on outgoing AMR packets.
12725
12726         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12727         (gst_rtp_amr_pay_handle_buffer):
12728         Added debugging category
12729         Support payloading of multiple AMR frames.
12730
12731         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12732         Added some debugging.
12733
12734 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12735
12736         * configure.ac:
12737           Back to CVS
12738
12739 === release 0.10.2 ===
12740
12741 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12742
12743         * configure.ac:
12744           releasing 0.10.2, "Papa was a rolling stone"
12745
12746 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12747
12748         * configure.ac:
12749           Bump core and plugins-base requirement to 0.10.2.2
12750           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12751
12752 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * ext/flac/gstflac.c: (plugin_init):
12755         * ext/speex/gstspeex.c: (plugin_init):
12756           Register musicbrainz tags.
12757
12758 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12759
12760         * ext/gconf/gconf.h:
12761           Remove declaration of function that no longer exists.
12762
12763 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12764
12765         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12766         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12767         Make shout2 work for non ogg streams
12768
12769 2006-02-06  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12772         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12773         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12774         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12775         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12776         * gst/udp/gstmultiudpsink.h:
12777         Updated docs.
12778         Added properties bytes-served, bytes_to_serve.
12779         Post proper error messages,
12780         Emit client added signal too.
12781
12782 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12783
12784         * docs/plugins/Makefile.am:
12785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12787         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12788         (gst_multiudpsink_get_stats):
12789           adding docs for multiudpsink
12790
12791 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12792
12793         * gst/level/gstlevel.c: (gst_level_transform_ip):
12794           peak below decay is not necessarily an error, so don't ERROR log
12795
12796 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12797
12798         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12799         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12800         (gst_ebml_write_seek):
12801         * gst/matroska/ebml-write.h:
12802           Make sure we send a newsegment event in BYTES format
12803           before sending buffers (#328531).
12804
12805 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12806
12807         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12808         (gst_dvdemux_sink_query):
12809         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12810         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12811         (speex_dec_src_query):
12812         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12813         (gst_speexenc_sink_query):
12814         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12815         * gst/matroska/matroska-demux.c:
12816         (gst_matroska_demux_get_src_query_types),
12817         (gst_matroska_demux_handle_src_query):
12818         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12819         (gst_wavparse_pad_query):
12820           Pass unhandled queries upstream instead of just dropping
12821           them (#326446). Update query type arrays here and there.
12822
12823 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12824
12825         * tests/check/elements/matroskamux.c: (setup_src_pad):
12826           Collectpads in core got changed and now also holds a
12827           reference to any pad that is part of it. Fix refcount
12828           checks in test case accordingly.
12829
12830 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12831
12832         * gst/apetag/gstapedemux.h:
12833           Fix include, for now GstTagDemux is in the apetag dir.
12834
12835 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12836
12837         * docs/plugins/Makefile.am:
12838         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12839         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12840         * docs/plugins/inspect/plugin-cdio.xml:
12841           Add cdio plugin to docs.
12842
12843         * ext/cdio/gstcdiocddasrc.c:
12844           Add gtk-doc blurb.
12845
12846         * ext/cdio/gstcdio.c:
12847           The plugin is called 'cdio' not 'cddio'.
12848
12849 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12850
12851         * configure.ac:
12852         * docs/plugins/Makefile.am:
12853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12855         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12856         * docs/plugins/inspect/plugin-apetag.xml:
12857         * gst/apetag/Makefile.am:
12858         * gst/apetag/gstapedemux.c:
12859         * gst/apetag/gstapedemux.h:
12860         * gst/apetag/gsttagdemux.c:
12861         * gst/apetag/gsttagdemux.h:
12862           Add APE tag demuxer (#325649).
12863
12864 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12865
12866         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12867         (gst_gconf_get_default_video_sink),
12868         (gst_gconf_get_default_audio_src),
12869         (gst_gconf_get_default_video_src):
12870         * ext/gconf/gconf.h:
12871         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12872         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12873         (do_toggle_element):
12874         * ext/gconf/gstgconfaudiosink.h:
12875         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12876         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12877         (do_toggle_element):
12878         * ext/gconf/gstgconfaudiosrc.h:
12879         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12880         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12881         (do_toggle_element):
12882         * ext/gconf/gstgconfvideosink.h:
12883         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12884         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12885         (do_toggle_element):
12886         * ext/gconf/gstgconfvideosrc.h:
12887           Ignore changing the GConf key to "". Ignore GConf key updates
12888           that don't actually change the string.
12889           For now, ignore the GConf key when the state is > READY, as
12890           it breaks streaming. Sometime it will be nice to bring the
12891           new sink online even mid-stream, by sending NEWSEGMENT info
12892           and possibly prerolling.
12893           (Fixes #326736)
12894
12895 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12896
12897         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12898         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12899         (zoomFilterSetResolution), (zoomFilterDestroy),
12900         (zoomFilterFastRGB), (pointFilter):
12901         * gst/goom/filters.h:
12902         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12903         (goom_update), (goom_close):
12904         * gst/goom/goom_core.h:
12905         * gst/goom/goom_tools.h:
12906         * gst/goom/graphic.c:
12907         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12908         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12909         * gst/goom/gstgoom.h:
12910         * gst/goom/lines.c: (goom_lines):
12911         * gst/goom/lines.h:
12912           Make goom reentrant by moving all important static variables
12913           into instance structures.
12914           (Fixes #329181)
12915
12916 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12917
12918         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12919         (gst_avi_demux_all_source_pads_unlinked),
12920         (gst_avi_demux_process_next_entry):
12921         * gst/avi/gstavidemux.h:
12922           Third attempt, use gst_pad_is_linked() this time.
12923
12924 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12925
12926         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12927         (parse_split_strings):
12928         Adjust for data length indicators when parsing (Fixes #329810)
12929         Fix stupid bug parsing UTF-8 tag text.
12930         Output tag strings with multiple fields as multiple tags, so the
12931         app gets all the data.
12932
12933 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12934
12935         * ext/flac/gstflacenc.c:
12936         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12937         show me.
12938         
12939 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12940
12941         * ext/flac/gstflacenc.c:
12942         * gst/matroska/ebml-read.c:
12943         Just make it compile with --disable-gst-debug.
12944
12945 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12946
12947         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12948         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12949         (id3v2_genre_fields_to_taglist):
12950           Never output a tag with a null contents string.
12951
12952 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12953
12954         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12955           Only pause if all pads are unlinked AND we've tried to send data
12956           on all of them at least once.
12957
12958 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12959
12960         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12961         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12962           Make loop function/task pause itself when all source pads are
12963           unlinked.
12964
12965 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * configure.ac:
12968         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12969           Use new functions from core to render a bin from a
12970           string. Fixes build. Up requirements to core CVS.
12971
12972 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12973
12974         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12975           Don't push buffers into the adapter that we are going to
12976           push downstream again without framing anyway. Also, the
12977           adaptor takes ownership of buffers put into it (fixes
12978           auparse pushing invalid buffers for .au files with
12979           ADPCM contents). Finally, set caps on all outgoing buffers.
12980
12981 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12982
12983         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12984         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12985         (gst_id3demux_send_tag_event):
12986         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12987         Someone should kick my butt. Remove ID3v1 tags from the end of the
12988         file.
12989
12990         Improve error messages. Send the TAG message as soon as we complete
12991         typefinding, instead of waiting until we send the first buffer.
12992         Downstream tag event is still sent before the first buffer.
12993
12994 2006-01-27  Jan Gerber  <j@bootlab.org>
12995
12996         Reviewed by: Andy Wingo <wingo@pobox.com>
12997
12998         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12999         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13000         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13001         to not have warings flooding stderr. this is the suggested way
13002         also used in dvgrab and kino. (#328336)
13003
13004 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13005
13006         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13007         (gst_oss_sink_init), (gst_oss_sink_finalise):
13008           Free the device name string when finalised.
13009
13010 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13011
13012         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13013           Don't put function calls in g_return_if_fail() statements,
13014           or they'll be replaced with NOOPs if someone compiles with
13015           G_DISABLE_CHECKS defined.
13016           
13017 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13018
13019         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13020         Never trust ANY information encoded in a media file, especially
13021         when it's giving you sizes. (Fixes #328452)
13022
13023 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13024
13025         * gst/rtp/gstrtpg711pay.c:
13026         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13027         bug #325148.
13028
13029 2006-01-23  Edward Hervey  <edward@fluendo.com>
13030
13031         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13032         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13033         * gst/matroska/matroska-ids.h:
13034         Added recognition of Real Audio and Video streams in matroska demuxer.
13035
13036 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13037
13038         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13039           Remove errant break statement, and fix compilation with
13040           older GCC.
13041
13042 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13043
13044         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * sys/sunaudio/gstsunaudiomixerctrl.c:
13047         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13048           Export functions that are needed in other parts of the code,
13049           makes the mixer actually work; adjust magic minimum buffer-time
13050           value from 3ms to 5ms to work around stuttering during mp3
13051           playback (#327765).
13052
13053 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13054
13055         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13056
13057         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13058         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13059           Fix possible deadlock in matroska muxer (#327825).
13060
13061 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13062
13063         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13064         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13065         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13066         * gst/rtsp/sdpmessage.h:
13067         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13068         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13069           C89 fixes: declare variables at the beginning of a block and
13070           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13071           <jensgr at gmx dot net>).
13072
13073 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13074
13075         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13076         * gst/id3demux/id3tags.h:
13077         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13078         (parse_comment_frame), (parse_text_identification_frame),
13079         (id3v2_tag_to_taglist), (id3v2_are_digits),
13080         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13081         (parse_split_strings), (free_tag_strings):
13082           Rewrite parsing of text tags to handle multiple NULL terminated
13083           strings. Parse numeric genre strings and ID3v2 type
13084           "(3)(6)Alternative" style genre strings.
13085           Parse dates that are only YYYY or YYYY-mm format.
13086           (Fixes #328241 and #322154)
13087
13088 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13091           Don't forget to initialize liboil, otherwise our oil functions
13092           will crash (fixes #327871; patch by: Christoph Burghardt
13093           <hawkes at web dot de>).
13094
13095 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13096
13097         * configure.ac:
13098           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13099           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13100           patch by: Brian Cameron <brian dot cameron at sun dot com>
13101
13102 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13103
13104         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13105         * ext/cdio/gstcdio.h:
13106         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13107           Fix build for libcdio versions >= 76; give slightly lower rank
13108           than cdparanoia.
13109
13110 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13111
13112         * configure.ac:
13113         * ext/Makefile.am:
13114         * ext/cdio/Makefile.am:
13115         * ext/cdio/gstcdio.c:
13116         * ext/cdio/gstcdio.h:
13117         * ext/cdio/gstcdiocddasrc.c:
13118         * ext/cdio/gstcdiocddasrc.h:
13119           Port libcdio cdda source, formerly known as cddasrc, now known as
13120           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13121           but that's not tested (fixes #317658).
13122
13123 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13124
13125         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13126           Fix conversion from TIME to BYTES format (fixes #326864;
13127           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13128
13129 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13130
13131         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13132           Fix compilation of id3demux when zlib is not present.
13133           (Fixes #326602; patch by: Sergey Scobich)
13134
13135 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13136
13137         * ext/esd/Makefile.am:
13138           Add $(ESD_CFLAGS), otherwise build will fail for folks
13139           with libesd in a non-standard prefix (#327009).
13140
13141 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13142
13143         * configure.ac:
13144           back to HEAD
13145
13146 === release 0.10.1 ===
13147
13148 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13149
13150         * configure.ac:
13151           releasing 0.10.1, "Li"
13152
13153 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13154
13155           patch by: Wim Taymans
13156
13157         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13158           fix memleak.  Fixes #326618
13159
13160 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13161
13162           patch by: Mike Smith
13163
13164         * gst/level/gstlevel.c: (gst_level_message_new),
13165         (gst_level_message_append_channel):
13166           Fix memleak.  Fixes #326612
13167
13168 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13169
13170         * configure.ac:
13171           prereleasing
13172         * po/af.po:
13173         * po/az.po:
13174         * po/cs.po:
13175         * po/en_GB.po:
13176         * po/hu.po:
13177         * po/it.po:
13178         * po/nb.po:
13179         * po/nl.po:
13180         * po/or.po:
13181         * po/sq.po:
13182         * po/sr.po:
13183         * po/sv.po:
13184         * po/uk.po:
13185         * po/vi.po:
13186           update translations
13187
13188 2006-01-10  Michael Smith  <msmith@fluendo.com>
13189
13190         * gst/level/gstlevel.c: (gst_level_class_init),
13191         (gst_level_dispose):
13192           Don't leak filter arrays.
13193
13194 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13195
13196         reviewed by: Christian Schaller <uraeus@gnome.org>
13197         
13198         * configure.ac:
13199         * gst-plugins-good.spec.in:
13200         * sys/Makefile.am:
13201         * sys/sunaudio/Makefile.am:
13202         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13203         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13204         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13205         (gst_sunaudiomixer_change_state):
13206         * sys/sunaudio/gstsunaudiomixer.h:
13207         * sys/sunaudio/gstsunaudiomixerctrl.c:
13208         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13209         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13210         (gst_sunaudiomixer_ctrl_list_tracks),
13211         (gst_sunaudiomixer_ctrl_get_volume),
13212         (gst_sunaudiomixer_ctrl_set_volume),
13213         (gst_sunaudiomixer_ctrl_set_mute),
13214         (gst_sunaudiomixer_ctrl_set_record):
13215         * sys/sunaudio/gstsunaudiomixerctrl.h:
13216         * sys/sunaudio/gstsunaudiomixertrack.c:
13217         (gst_sunaudiomixer_track_class_init),
13218         (gst_sunaudiomixer_track_init), (fill_labels),
13219         (gst_sunaudiomixer_track_new):
13220         * sys/sunaudio/gstsunaudiomixertrack.h:
13221         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13222         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13223         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13224         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13225         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13226         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13227         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13228         * sys/sunaudio/gstsunaudiosink.h:
13229
13230         Add SunAudio plugin - tested to make sure it doesn't break
13231         the build under GNU/Linux.      
13232
13233 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13234
13235         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13236         * gst-plugins-good/gst/udp/gstudpsrc.c:
13237         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13238         overrides the port or multicast parameters. Fixes bugs #323021.
13239         API addition: adds GstUDPSrc::sockfd property   
13240
13241 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13242
13243         * ext/gconf/Makefile.am:
13244         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13245         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13246         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13247         (do_toggle_element), (cb_toggle_element),
13248         (gst_gconf_audio_src_change_state):
13249         * ext/gconf/gstgconfaudiosrc.h:
13250         * ext/gconf/gstgconfelements.c: (plugin_init):
13251         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13252         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13253         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13254         (do_toggle_element), (cb_toggle_element),
13255         (gst_gconf_video_src_change_state):
13256         * ext/gconf/gstgconfvideosrc.h:
13257           Add new gconfaudiosrc and gconfvideosrc elements
13258           (needed for gnome-sound-recorder).
13259
13260 2006-01-06  Edward Hervey  <edward@fluendo.com>
13261
13262         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13263         Add gst_element_no_more_pads() for proper decodebin behaviour.
13264         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13265         (parse_text_identification_frame), (parse_split_strings):
13266         Failure to decode some tags is not a GST_ERROR() but a
13267         GST_WARNING()
13268         When iterating over a chunk of text, check that we haven't gone too
13269         far.
13270
13271 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13272
13273         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13274         (plugin_init):
13275           call oil_init() when using liboil
13276
13277 2006-01-04  Wim Taymans  <wim@fluendo.com>
13278
13279         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13280         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13281         Fix leaks.
13282
13283 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13284
13285         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13286
13287         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13288         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13289         (gst_flac_dec_change_state):
13290           Don't g_assert() where we should just return FALSE; remove
13291           unnecessary g_assert(); initialize some fields properly in
13292           state change function (fixes #325504). Also, use
13293           GST_DEBUG_OBJECT in two more places.
13294
13295 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13296
13297         * configure.ac:
13298           also remove smoothwave's Makefile.am
13299         * docs/plugins/Makefile.am:
13300           fix plugin docs
13301
13302 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13303
13304         * tests/examples/Makefile.am:
13305           added missing Makefile.am
13306
13307 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13308
13309         * configure.ac:
13310         * gst/level/Makefile.am:
13311         * gst/level/level-example.c:
13312         * tests/Makefile.am:
13313         * tests/examples/level/Makefile.am:
13314         * tests/examples/level/level-example.c: (message_handler), (main):
13315           moved level-example to tests/examples/level-example
13316         * tests/old/examples/level/demo.c: (main):
13317         * tests/old/examples/level/plot.c: (main):
13318           some initial fixes
13319
13320 2005-12-29  Michael Smith  <msmith@fluendo.com>
13321
13322         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13323         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13324         * gst/udp/gstmultiudpsink.h:
13325           Track packets sent per client in addition to bytes sent; provide
13326           this info through get-stats signal
13327
13328 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13331           Can't use gst_object_unref() on a GstAdapter (#325191).
13332
13333 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13334
13335         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13336         If a broken tag has 0 bytes payload, at least still skip
13337         the 10 byte header
13338
13339 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13340
13341         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13342         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13343         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13344         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13345           Making these depayloaders (H263+ and mpeg4 video) inherit from
13346           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13347
13348 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13349
13350         * docs/plugins/gst-plugins-good-plugins.args:
13351         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13352         Regenerate the plugin hiearchy.
13353
13354 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13355
13356         * docs/plugins/Makefile.am:
13357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13359         * docs/plugins/gst-plugins-good-plugins.args:
13360         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13361         (gst_id3demux_base_init), (gst_id3demux_class_init),
13362         (gst_id3demux_chain):
13363         * gst/id3demux/gstid3demux.h:
13364           Add documentation for id3demux.
13365           Don't fail if the first buffer is not at offset 0, just
13366           attempt to typefind and do pass through
13367           Rename the gst_type function from gst_gst_id3demux..
13368
13369 2005-12-20  Michael Smith  <msmith@fluendo.com>
13370
13371         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13372         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13373         (gst_multiudpsink_get_stats):
13374         * gst/udp/gstmultiudpsink.h:
13375           Collect statistics; return them from get_stats.
13376
13377 2005-12-19  Edward Hervey  <edward@fluendo.com>
13378
13379         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13380         Stupid signedness issue...
13381
13382 2005-12-19  Edward Hervey  <edward@fluendo.com>
13383
13384         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13385         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13386         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13387         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13388         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13389         Construct index for indexless files.
13390         Make sure pad/buffers are correctly reset to NULL once we don't need
13391         them anymore, else we get lovely segfaults/assertions.
13392         * gst/wavparse/gstwavparse.c:
13393         Yes, you can have 96KHz audio and wma in wav :(
13394
13395 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13396
13397         * configure.ac:
13398           Check for optional dependency on zlib for id3demux
13399
13400         * gst/id3demux/Makefile.am:
13401         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13402         (gst_id3demux_base_init), (gst_id3demux_class_init),
13403         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13404         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13405         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13406         (gst_id3demux_set_property), (gst_id3demux_get_property),
13407         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13408         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13409         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13410         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13411         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13412         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13413         (simple_find_peek), (simple_find_suggest),
13414         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13415         (plugin_init):
13416         * gst/id3demux/gstid3demux.h:
13417         * gst/id3demux/id3tags.c: (read_synch_uint),
13418         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13419         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13420         (id3demux_id3v2_frames_to_tag_list):
13421         * gst/id3demux/id3tags.h:
13422         * gst/id3demux/id3v2.4.0-frames.txt:
13423         * gst/id3demux/id3v2.4.0-structure.txt:
13424         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13425         (parse_comment_frame), (parse_text_identification_frame),
13426         (id3v2_tag_to_taglist), (parse_split_strings):
13427           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13428           otherwise it discards them. Works on my test files. 
13429
13430         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13431           Don't send EOS to a non-existing srcpad
13432           The debug category can be static
13433
13434 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13435
13436         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13437         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13438         * gst/multipart/multipartdemux.c:
13439           change some char* into char[]
13440
13441 2005-12-16  Wim Taymans  <wim@fluendo.com>
13442
13443         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13444         (gst_wavparse_other), (gst_wavparse_perform_seek),
13445         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13446         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13447         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13448         * gst/wavparse/gstwavparse.h:
13449         Use GstSegment to implement more seeking features.
13450
13451 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13452
13453         * gst/rtsp/rtspconnection.c:
13454           Add <netinet/in.h> include and move <arpa/inet.h> include
13455           to make things work on OpenBSD as well (fixes #323717;
13456           patch by: Benjamin Pineau)
13457
13458 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13459
13460         * gst/rtp/gstrtpspeexdepay.c:
13461         * gst/rtp/gstrtpspeexpay.c:
13462         Set clock rate to be fixed in 8000. It fixes bug #324012.
13463
13464 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13465
13466         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13467         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13468         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13469         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13470         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13471         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13472         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13473         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13474         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13475         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13476         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13477         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13478         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13479         * gst-plugins-good/gst/rtp/README:
13480         Fixed payload range in payloder caps. Removed payload range completely
13481         from depayloaders as they don't require payload type in their caps.
13482         In effect, there isn't any specific payload type for any given codec,
13483         only suggestions.
13484         Fixes bug #324011.
13485
13486 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13487
13488         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13489         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13490         (gst_videomixer_collected): Code cleanup and re-enabling 
13491         queued time validity check for correct EOS handling.
13492
13493 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13496         (gst_oss_mixer_element_get_property),
13497         (gst_oss_mixer_element_change_state):
13498         Add 'device-name' property and fix state change function.
13499
13500 2005-12-13  Edward Hervey  <edward@fluendo.com>
13501
13502         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13503         If the speed of the file is null in the header, set the frame_time to
13504         the default setting of GST_SECOND / 70. Which is the default
13505         frame_delay for .fli files as stated in this document :
13506         http://www.compuphase.com/flic.htm
13507         Would be nice to have the time conversion done properly too (duration =
13508         flxh->frames * flxdec->frame_time)
13509
13510 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13511
13512         * docs/plugins/Makefile.am:
13513         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13514         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13515         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13516         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13517         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13518         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13519         documentation for videomixer on my way with a funny sample
13520         pipeline.
13521
13522 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13523
13524         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13525         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13526         (gst_videomixer_update_queues), (gst_videomixer_collected):
13527         Fix caps negotiation. (#323896)
13528
13529 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13530
13531         * gst/matroska/matroska-demux.c:
13532         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13533           Set correct timestamps on audio laces, fixes playback of mp3 from
13534                 matroska.
13535
13536 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13537
13538         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13539         (gst_au_parse_class_init), (gst_au_parse_init),
13540         (gst_au_parse_dispose), (gst_au_parse_chain),
13541         (gst_au_parse_change_state), (plugin_init):
13542         * gst/auparse/gstauparse.h:
13543           Use gst_object_unref() for GstObjects instead of
13544           g_object_unref() and fix a mem leak in a debug
13545           statement; while we're at it, also borgify, use
13546           boilerplate macros and clean up a little bit.
13547
13548 2005-12-11  Edward Hervey  <edward@fluendo.com>
13549
13550         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13551         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13552         Added pull mode.
13553
13554 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13555
13556         * gst/goom/gstgoom.c:
13557         * gst/level/level-example.c: (main):
13558         * gst/smoothwave/demo-osssrc.c: (main):
13559           Use audiotestsrc instead of sinesrc (#323798).
13560
13561 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13562
13563         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13564           more debug-func-ptr usage
13565
13566 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13567
13568         * gst/flx/flx_color.c: (flx_colorspace_convert):
13569         * gst/flx/flx_color.h:
13570         * gst/flx/flx_fmt.h:
13571         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13572         * gst/flx/gstflxdec.h:
13573           Now flxdec works on big-endian machines as well.
13574
13575 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13576
13577         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13578         (gst_fenced_buffer_copy):
13579           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13580           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13581           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13582           and use GST_DEBUG_FUNCPTR for pad functions.
13583
13584 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13585
13586         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13587         (gst_flac_dec_class_init), (gst_flac_dec_init),
13588         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13589         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13590         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13591         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13592         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13593         (gst_flac_dec_change_state):
13594         * ext/flac/gstflacdec.h:
13595           Rewrite flacdec a bit, so that even seeking might work now. Most
13596           importantly, don't act upon any flow return values we get, just tell
13597           the decoder everything's dandy and act on the flow return values
13598           later on in the loop function. We don't want to mess up the internal
13599           decoder state for non-fatal things like flushing pads etc. Other
13600           than that, use GstSegment (segment seeks don't work yet though, but
13601           should be easy to add), use boilerplate macros, drop the superfluous
13602           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13603           lots of other things.
13604
13605 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13606
13607         * configure.ac:
13608           Update comment in OSS includes check.
13609
13610         * sys/oss/gstossdmabuffer.c:
13611         * sys/oss/gstosshelper.c:
13612         * sys/oss/gstossmixer.c:
13613         * sys/oss/gstossmixertrack.c:
13614         * sys/oss/gstosssink.c:
13615         * sys/oss/gstosssrc.c:
13616         * sys/oss/oss_probe.c:
13617           Don't assume the OSS soundcard.h include is always in
13618           the sys/ directory. Instead, use the existing defines
13619           from config.h to include the right file. Fixes
13620           compilation on OpenBSD 3.8 (#323718).
13621
13622 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13623
13624         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13625         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13626         * docs/plugins/inspect/plugin-1394.xml:
13627         * docs/plugins/inspect/plugin-aasink.xml:
13628         * docs/plugins/inspect/plugin-alaw.xml:
13629         * docs/plugins/inspect/plugin-alpha.xml:
13630         * docs/plugins/inspect/plugin-alphacolor.xml:
13631         * docs/plugins/inspect/plugin-auparse.xml:
13632         * docs/plugins/inspect/plugin-autodetect.xml:
13633         * docs/plugins/inspect/plugin-avi.xml:
13634         * docs/plugins/inspect/plugin-cacasink.xml:
13635         * docs/plugins/inspect/plugin-cairo.xml:
13636         * docs/plugins/inspect/plugin-cutter.xml:
13637         * docs/plugins/inspect/plugin-debug.xml:
13638         * docs/plugins/inspect/plugin-dv.xml:
13639         * docs/plugins/inspect/plugin-efence.xml:
13640         * docs/plugins/inspect/plugin-effectv.xml:
13641         * docs/plugins/inspect/plugin-esdsink.xml:
13642         * docs/plugins/inspect/plugin-flac.xml:
13643         * docs/plugins/inspect/plugin-flxdec.xml:
13644         * docs/plugins/inspect/plugin-gconfelements.xml:
13645         * docs/plugins/inspect/plugin-goom.xml:
13646         * docs/plugins/inspect/plugin-jpeg.xml:
13647         * docs/plugins/inspect/plugin-level.xml:
13648         * docs/plugins/inspect/plugin-matroska.xml:
13649         * docs/plugins/inspect/plugin-mulaw.xml:
13650         * docs/plugins/inspect/plugin-multipart.xml:
13651         * docs/plugins/inspect/plugin-navigationtest.xml:
13652         * docs/plugins/inspect/plugin-ossaudio.xml:
13653         * docs/plugins/inspect/plugin-png.xml:
13654         * docs/plugins/inspect/plugin-rtp.xml:
13655         * docs/plugins/inspect/plugin-rtsp.xml:
13656         * docs/plugins/inspect/plugin-shout2send.xml:
13657         * docs/plugins/inspect/plugin-smpte.xml:
13658         * docs/plugins/inspect/plugin-speex.xml:
13659         * docs/plugins/inspect/plugin-udp.xml:
13660         * docs/plugins/inspect/plugin-videobox.xml:
13661         * docs/plugins/inspect/plugin-videoflip.xml:
13662         * docs/plugins/inspect/plugin-videomixer.xml:
13663         * docs/plugins/inspect/plugin-wavenc.xml:
13664         * docs/plugins/inspect/plugin-wavparse.xml:
13665         * ext/flac/gstflac.c: (plugin_init):
13666         * ext/flac/gstflacdec.c: (flacdec_get_type),
13667         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13668         (gst_flac_dec_init), (gst_flac_dec_finalize),
13669         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13670         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13671         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13672         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13673         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13674         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13675         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13676         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13677         * ext/flac/gstflacdec.h:
13678         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13679         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13680         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13681         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13682         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13683         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13684         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13685         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13686         (gst_flac_enc_change_state):
13687         * ext/flac/gstflacenc.h:
13688           borgify and fix up documentation
13689
13690 2005-12-09  Michael Smith  <msmith@fluendo.com>
13691
13692         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13693           Accept a wider range of flac files, more closely matching flac spec.
13694
13695 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13696
13697         * docs/plugins/Makefile.am: Add multipart elements.
13698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13699         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13700         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13701         * gst/multipart/multipartdemux.c:
13702         * gst/multipart/multipartmux.c: Add docs.
13703
13704 2005-12-07  Edward Hervey  <edward@fluendo.com>
13705
13706         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13707         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13708         (gst_avi_demux_invert):
13709         Memleak and crasher fixes.
13710         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13711         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13712         Memleak fixes
13713
13714 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13715
13716         * ext/aalib/gstaasink.h:
13717         * ext/cairo/gsttextoverlay.h:
13718         * ext/dv/gstdvdec.h:
13719         * ext/dv/gstdvdemux.c:
13720         * ext/dv/gstdvdemux.h:
13721         * ext/esd/esdsink.h:
13722         * ext/flac/flac_compat.h:
13723         * ext/flac/gstflacdec.h:
13724         * ext/flac/gstflacenc.h:
13725         * ext/gconf/gconf.h:
13726         * ext/gconf/gstgconfaudiosink.h:
13727         * ext/gconf/gstgconfvideosink.h:
13728         * ext/gdk_pixbuf/gstgdkanimation.h:
13729         * ext/jpeg/gstjpegdec.h:
13730         * ext/jpeg/smokecodec.h:
13731         * ext/jpeg/smokeformat.h:
13732         * ext/ladspa/gstsignalprocessor.h:
13733         * ext/ladspa/search.c: (LADSPAPluginSearch):
13734         * ext/ladspa/utils.h:
13735         * ext/libmng/gstmng.c:
13736         * ext/libmng/gstmngdec.h:
13737         * ext/libmng/gstmngenc.c:
13738         * ext/libmng/gstmngenc.h:
13739         * ext/libpng/gstpng.c:
13740         * ext/libpng/gstpngenc.c:
13741         * ext/libpng/gstpngenc.h:
13742         * ext/shout2/gstshout2.h:
13743         * ext/speex/gstspeexdec.h:
13744         * ext/speex/gstspeexenc.c:
13745         * ext/speex/gstspeexenc.h:
13746         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13747         * gst/autodetect/gstautoaudiosink.h:
13748         * gst/autodetect/gstautovideosink.h:
13749         * gst/avi/gstavidemux.h:
13750         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13751         (gst_cutter_set_property), (gst_cutter_get_caps):
13752         * gst/cutter/gstcutter.h:
13753         * gst/debug/tests.c: (md5_process_block):
13754         * gst/debug/tests.h:
13755         * gst/effectv/gstwarp.c:
13756         * gst/flx/flx_fmt.h:
13757         * gst/flx/gstflxdec.h:
13758         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13759         (zoomFilterFastRGB):
13760         * gst/goom/filters.h:
13761         * gst/goom/goom_tools.h:
13762         * gst/law/alaw-encode.c:
13763         * gst/level/gstlevel.c:
13764         * gst/level/gstlevel.h:
13765         * gst/matroska/ebml-write.h:
13766         * gst/matroska/matroska-demux.h:
13767         * gst/matroska/matroska-ids.h:
13768         * gst/matroska/matroska-mux.h:
13769         * gst/monoscope/convolve.c: (convolve_match):
13770         * gst/monoscope/convolve.h:
13771         * gst/multipart/multipartmux.c:
13772         * gst/oldcore/gstaggregator.c:
13773         * gst/oldcore/gstaggregator.h:
13774         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13775         * gst/oldcore/gstmd5sink.h:
13776         * gst/oldcore/gstmultifilesrc.c:
13777         * gst/oldcore/gstmultifilesrc.h:
13778         * gst/oldcore/gstpipefilter.h:
13779         * gst/oldcore/gstshaper.h:
13780         * gst/rtp/gstrtpL16depay.h:
13781         * gst/rtp/gstrtpL16pay.h:
13782         * gst/rtp/gstrtpdepay.h:
13783         * gst/rtp/gstrtpmp4vpay.c:
13784         * gst/rtp/gstrtpmp4vpay.h:
13785         * gst/rtsp/gstrtspsrc.c:
13786         * gst/rtsp/gstrtspsrc.h:
13787         * gst/rtsp/rtspconnection.h:
13788         * gst/rtsp/rtspdefs.h:
13789         * gst/rtsp/rtspmessage.h:
13790         * gst/rtsp/rtsptransport.h:
13791         * gst/rtsp/rtspurl.c:
13792         * gst/rtsp/rtspurl.h:
13793         * gst/rtsp/sdpmessage.c:
13794         * gst/rtsp/sdpmessage.h:
13795         * gst/smpte/barboxwipes.c:
13796         * gst/smpte/gstmask.h:
13797         * gst/smpte/gstsmpte.h:
13798         * gst/smpte/paint.c:
13799         * gst/smpte/paint.h:
13800         * gst/udp/gstdynudpsink.h:
13801         * gst/udp/gstmultiudpsink.h:
13802         * gst/udp/gstudpsink.c:
13803         * gst/udp/gstudpsink.h:
13804         * gst/udp/gstudpsrc.c:
13805         * gst/videomixer/videomixer.c:
13806         * gst/wavenc/riff.h:
13807         * gst/wavparse/gstwavparse.h:
13808         * sys/oss/gstossdmabuffer.h:
13809         * sys/oss/gstossmixer.h:
13810         * sys/oss/gstossmixerelement.h:
13811         * sys/oss/gstossmixertrack.h:
13812         * sys/oss/gstosssink.c:
13813         * sys/oss/gstosssink.h:
13814         * sys/oss/gstosssrc.c:
13815         * sys/oss/gstosssrc.h:
13816         * sys/osxaudio/gstosxaudioelement.h:
13817         * sys/osxaudio/gstosxaudiosink.h:
13818         * sys/osxaudio/gstosxaudiosrc.h:
13819           expand tabs
13820
13821 === release 0.10.0 ===
13822
13823 2005-12-05   <thomas (at) apestaart (dot) org>
13824
13825         * configure.ac:
13826           releasing 0.10.0, "Abondance"
13827
13828 2005-12-05  Andy Wingo  <wingo@pobox.com>
13829
13830         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13831         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13832         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13833         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13834         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13835         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13836         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13837         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13838         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13839         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13840         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13841         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13842         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13843         * gst/goom/gstgoom.c: (gst_goom_chain):
13844         * gst/matroska/matroska-demux.c:
13845         (gst_matroska_demux_push_vorbis_codec_priv_data),
13846         (gst_matroska_demux_add_wvpk_header):
13847         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13848         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13849         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13850         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13851         alloc_buffer changes.
13852
13853 2005-12-05  Michael Smith  <msmith@fluendo.com>
13854
13855         * docs/plugins/gst-plugins-good-plugins.args:
13856           Remove args for plugins that aren't in -good.
13857
13858 === release 0.9.7 ===
13859
13860 2005-12-01   <thomas (at) apestaart (dot) org>
13861
13862         * configure.ac:
13863           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13864
13865 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13866
13867         * docs/plugins/.cvsignore:
13868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13869         * docs/plugins/inspect/plugin-multipart.xml:
13870         * docs/plugins/inspect/plugin-rtp.xml:
13871           add multipart plugin to docs
13872
13873 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13874
13875         * configure.ac:
13876         * ext/Makefile.am:
13877         * ext/pango/Makefile.am:
13878         * ext/pango/gstclockoverlay.c:
13879         * ext/pango/gstclockoverlay.h:
13880         * ext/pango/gsttextoverlay.c:
13881         * ext/pango/gsttextoverlay.h:
13882         * ext/pango/gsttextrender.c:
13883         * ext/pango/gsttextrender.h:
13884         * ext/pango/gsttimeoverlay.c:
13885         * ext/pango/gsttimeoverlay.h:
13886           move pango to base
13887
13888 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13889
13890         * gst/rtp/Makefile.am:
13891         * gst/rtp/gstrtpL16depay.c:
13892         * gst/rtp/gstrtpL16depay.h:
13893         * gst/rtp/gstrtpL16parse.c:
13894         * gst/rtp/gstrtpL16parse.h:
13895         * gst/rtp/gstrtpgsmdepay.c:
13896         * gst/rtp/gstrtpgsmdepay.h:
13897         * gst/rtp/gstrtpgsmparse.c:
13898         * gst/rtp/gstrtpgsmparse.h:
13899           parsers are depayers
13900
13901 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13902
13903         * gst/rtp/Makefile.am:
13904         * gst/rtp/gstasteriskh263.c:
13905         * gst/rtp/gstrtp.c:
13906         * gst/rtp/gstrtpL16enc.c:
13907         * gst/rtp/gstrtpL16enc.h:
13908         * gst/rtp/gstrtpL16parse.c:
13909         * gst/rtp/gstrtpL16parse.h:
13910         * gst/rtp/gstrtpL16pay.c:
13911         * gst/rtp/gstrtpL16pay.h:
13912         * gst/rtp/gstrtpamrdec.c:
13913         * gst/rtp/gstrtpamrdec.h:
13914         * gst/rtp/gstrtpamrdepay.c:
13915         * gst/rtp/gstrtpamrdepay.h:
13916         * gst/rtp/gstrtpamrenc.c:
13917         * gst/rtp/gstrtpamrenc.h:
13918         * gst/rtp/gstrtpamrpay.c:
13919         * gst/rtp/gstrtpamrpay.h:
13920         * gst/rtp/gstrtpdec.c:
13921         * gst/rtp/gstrtpdec.h:
13922         * gst/rtp/gstrtpdepay.c:
13923         * gst/rtp/gstrtpdepay.h:
13924         * gst/rtp/gstrtpg711dec.c:
13925         * gst/rtp/gstrtpg711dec.h:
13926         * gst/rtp/gstrtpg711depay.c:
13927         * gst/rtp/gstrtpg711depay.h:
13928         * gst/rtp/gstrtpg711enc.c:
13929         * gst/rtp/gstrtpg711enc.h:
13930         * gst/rtp/gstrtpg711pay.c:
13931         * gst/rtp/gstrtpg711pay.h:
13932         * gst/rtp/gstrtpgsmenc.c:
13933         * gst/rtp/gstrtpgsmenc.h:
13934         * gst/rtp/gstrtpgsmparse.c:
13935         * gst/rtp/gstrtpgsmparse.h:
13936         * gst/rtp/gstrtpgsmpay.c:
13937         * gst/rtp/gstrtpgsmpay.h:
13938         * gst/rtp/gstrtph263enc.c:
13939         * gst/rtp/gstrtph263enc.h:
13940         * gst/rtp/gstrtph263pay.c:
13941         * gst/rtp/gstrtph263pay.h:
13942         * gst/rtp/gstrtph263pdec.c:
13943         * gst/rtp/gstrtph263pdec.h:
13944         * gst/rtp/gstrtph263pdepay.c:
13945         * gst/rtp/gstrtph263pdepay.h:
13946         * gst/rtp/gstrtph263penc.c:
13947         * gst/rtp/gstrtph263penc.h:
13948         * gst/rtp/gstrtph263ppay.c:
13949         * gst/rtp/gstrtph263ppay.h:
13950         * gst/rtp/gstrtpmp4vdec.c:
13951         * gst/rtp/gstrtpmp4vdec.h:
13952         * gst/rtp/gstrtpmp4vdepay.c:
13953         * gst/rtp/gstrtpmp4vdepay.h:
13954         * gst/rtp/gstrtpmp4venc.c:
13955         * gst/rtp/gstrtpmp4venc.h:
13956         * gst/rtp/gstrtpmp4vpay.c:
13957         * gst/rtp/gstrtpmp4vpay.h:
13958         * gst/rtp/gstrtpmpadec.c:
13959         * gst/rtp/gstrtpmpadec.h:
13960         * gst/rtp/gstrtpmpadepay.c:
13961         * gst/rtp/gstrtpmpadepay.h:
13962         * gst/rtp/gstrtpmpaenc.c:
13963         * gst/rtp/gstrtpmpaenc.h:
13964         * gst/rtp/gstrtpmpapay.c:
13965         * gst/rtp/gstrtpmpapay.h:
13966         * gst/rtp/gstrtpspeexdec.c:
13967         * gst/rtp/gstrtpspeexdec.h:
13968         * gst/rtp/gstrtpspeexdepay.c:
13969         * gst/rtp/gstrtpspeexdepay.h:
13970         * gst/rtp/gstrtpspeexenc.c:
13971         * gst/rtp/gstrtpspeexenc.h:
13972         * gst/rtp/gstrtpspeexpay.c:
13973         * gst/rtp/gstrtpspeexpay.h:
13974           Do burger's rename for rtp payloaders and depayloaders
13975
13976 2005-11-30  Wim Taymans  <wim@fluendo.com>
13977
13978         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13979         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13980         * ext/dv/gstdvdemux.h:
13981         Fix seeking in dvdemux again, add some more debug info.
13982
13983 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13984
13985         * configure.ac:
13986           fix tests
13987
13988 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13989
13990         * PORTED_09:
13991         * docs/random/PORTED_09:
13992           move
13993         * tests/Makefile.am:
13994           add
13995         * win32/gst.sln:
13996           remove
13997
13998 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13999
14000         * Makefile.am:
14001         * check/.cvsignore:
14002         * check/Makefile.am:
14003         * check/elements/.cvsignore:
14004         * check/elements/level.c:
14005         * check/elements/matroskamux.c:
14006         * configure.ac:
14007         * examples/Makefile.am:
14008         * examples/capsfilter/Makefile.am:
14009         * examples/capsfilter/capsfilter1.c:
14010         * examples/gob/Makefile.am:
14011         * examples/gob/gst-identity2.gob:
14012         * examples/gstplay/.cvsignore:
14013         * examples/gstplay/Makefile.am:
14014         * examples/gstplay/player.c:
14015         * examples/indexing/.cvsignore:
14016         * examples/indexing/Makefile.am:
14017         * examples/indexing/indexmpeg.c:
14018         * examples/level/Makefile.am:
14019         * examples/level/README:
14020         * examples/level/demo.c:
14021         * examples/level/plot.c:
14022         * examples/stats/Makefile.am:
14023         * examples/stats/mp2ogg.c:
14024         * examples/switch/.cvsignore:
14025         * examples/switch/Makefile.am:
14026         * examples/switch/switcher.c:
14027           move under tests/
14028
14029 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14030
14031         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14032         (gst_text_render_class_init), (resize_bitmap),
14033         (gst_text_render_render_text), (gst_text_render_setcaps),
14034         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14035         (gst_text_render_chain), (gst_text_render_finalize),
14036         (gst_text_render_init), (gst_text_render_set_property):
14037         * ext/pango/gsttextrender.h:
14038           Add missing files.
14039
14040 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14041
14042         * configure.ac:
14043         * ext/Makefile.am:
14044         * ext/pango/Makefile.am:
14045         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14046         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14047         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14048         * ext/pango/gstclockoverlay.h:
14049         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14050         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14051         (gst_text_overlay_finalize), (gst_text_overlay_init),
14052         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14053         (gst_text_overlay_text_pad_linked),
14054         (gst_text_overlay_text_pad_unlinked),
14055         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14056         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14057         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14058         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14059         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14060         (gst_text_overlay_change_state), (plugin_init):
14061         * ext/pango/gsttextoverlay.h:
14062         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14063         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14064         (gst_time_overlay_class_init), (gst_time_overlay_init):
14065         * ext/pango/gsttimeoverlay.h:
14066           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14067           and add background shading and text wrapping modes. Make 
14068           timoverlay derive from textoverlay. Also add new clockoverlay
14069           element.
14070
14071 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14072
14073         * gst/udp/Makefile.am: Moved to netbuffer.
14074
14075 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14076
14077         * configure.ac:
14078         * PORTED_O9:
14079         * gst/multipart/Makefile.am:
14080         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14081         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14082         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14083         (gst_multipart_demux_change_state),
14084         (gst_multipart_demux_plugin_init):
14085         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14086         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14087         (gst_multipart_mux_sinkconnect),
14088         (gst_multipart_mux_request_new_pad),
14089         (gst_multipart_mux_handle_src_event),
14090         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14091         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14092         0.9.
14093
14094 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14095
14096         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14097         * gst/debug/gstnavigationtest.h:
14098         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14099         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14100         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14101         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14102         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14103         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14104         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14105         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14106         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14107         (gst_video_flip_get_type):
14108         * gst/videofilter/gstvideoflip.h:
14109           update for symbols change
14110
14111 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14112
14113         * gst/udp/gstdynudpsink.c:
14114         * gst/udp/gstudpsrc.c:
14115           the old gstnet lib was renamed gstnetbuffer (#322257)
14116
14117 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14120         (gst_text_overlay_collected):
14121           Actually render the text from the text pad.
14122
14123 2005-11-29  Edward Hervey  <edward@fluendo.com>
14124
14125         * gst/debug/gstnavseek.c: (gst_navseek_event):
14126         * gst/debug/progressreport.c: (gst_progress_report_event):
14127         Update for GstBaseTransform event virtual method
14128
14129 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14130
14131         * ext/cairo/Makefile.am:
14132           no need to link to videofilter
14133
14134 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14135
14136         * gst/debug/Makefile.am:
14137         * gst/debug/gstnavigationtest.h:
14138         * gst/effectv/Makefile.am:
14139         * gst/effectv/gstaging.c:
14140         * gst/effectv/gstdice.c:
14141         * gst/effectv/gstedge.c:
14142         * gst/effectv/gstquark.c:
14143         * gst/effectv/gstrev.c:
14144         * gst/effectv/gstshagadelic.c:
14145         * gst/effectv/gstvertigo.c:
14146         * gst/effectv/gstwarp.c:
14147         * gst/videofilter/Makefile.am:
14148         * gst/videofilter/gstvideofilter.c:
14149         * gst/videofilter/gstvideofilter.h:
14150         * gst/videofilter/gstvideoflip.h:
14151           remove the videofilter library and link to the one in base
14152
14153 2005-11-28  Edward Hervey  <edward@fluendo.com>
14154
14155         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14156         Useless check now we're setting the current entry correctly.
14157
14158 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14161         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14162         (gst_jpegenc_change_state):
14163           Don't leak input buffer in chain function (fixes #322667); make 
14164           state change function thread-safe; don't repeat the current function
14165           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14166           gst_pad_alloc_buffer(); misc. minor cleanups.
14167
14168 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14169
14170         * gst/matroska/matroska-mux.c:
14171         (gst_matroska_mux_video_pad_setcaps):
14172         Look for pixel-aspect-ratio in caps, not pixel_width and
14173         pixel_height (Fixes: #322645)
14174
14175 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14176
14177         * gst/matroska/matroska-mux.c:
14178         (gst_matroska_mux_video_pad_setcaps):
14179         From Michal Benes:
14180         frame duration should be GST_SECOND / framerate, not
14181         GST_SECOND * framerate. (Fixes: #322643)
14182
14183 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14184
14185         * configure.ac:
14186           fix up GST_PLUGIN_LDFLAGS
14187         * gst/rtsp/rtspconnection.c:
14188           fix includes (see #317043)
14189         * gst/videofilter/Makefile.am:
14190           stop installing this library
14191
14192 2005-11-26  Edward Hervey  <edward@fluendo.com>
14193
14194         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14195         Handle the case where the incoming Video dv stream doesn't have
14196         a pixel aspect ratio set.
14197
14198 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14199
14200         * docs/plugins/Makefile.am:
14201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14203         * ext/flac/gstflacdec.c:
14204           document flacdec
14205
14206 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14207
14208         * docs/plugins/Makefile.am:
14209         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14210         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14211         * docs/plugins/inspect/plugin-autodetect.xml:
14212         * ext/cairo/gstcairo.c: (plugin_init):
14213         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14214         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14215         (gst_text_overlay_init), (gst_text_overlay_font_init),
14216         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14217         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14218         (gst_text_overlay_text_pad_linked),
14219         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14220         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14221         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14222         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14223         (gst_text_overlay_change_state):
14224         * ext/cairo/gsttextoverlay.h:
14225         * ext/cairo/gsttimeoverlay.c:
14226         (gst_cairo_time_overlay_update_font_height),
14227         (gst_cairo_time_overlay_set_caps),
14228         (gst_cairo_time_overlay_get_unit_size),
14229         (gst_cairo_time_overlay_print_smpte_time),
14230         (gst_cairo_time_overlay_transform),
14231         (gst_cairo_time_overlay_base_init),
14232         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14233         (gst_cairo_time_overlay_get_type):
14234         * ext/cairo/gsttimeoverlay.h:
14235           do some name borgifying
14236           document
14237
14238 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14239
14240         * docs/plugins/Makefile.am:
14241         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14242         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14243         * gst/autodetect/gstautoaudiosink.c:
14244         (gst_auto_audio_sink_base_init):
14245         * gst/autodetect/gstautovideosink.c:
14246         (gst_auto_video_sink_base_init),
14247         (gst_auto_video_sink_factory_filter):
14248           documenting auto*sink
14249           using strstr for the video sink lookup, class field is not ordered
14250         * docs/plugins/inspect/plugin-1394.xml:
14251         * docs/plugins/inspect/plugin-aasink.xml:
14252         * docs/plugins/inspect/plugin-alaw.xml:
14253         * docs/plugins/inspect/plugin-alpha.xml:
14254         * docs/plugins/inspect/plugin-alphacolor.xml:
14255         * docs/plugins/inspect/plugin-auparse.xml:
14256         * docs/plugins/inspect/plugin-autodetect.xml:
14257         * docs/plugins/inspect/plugin-avi.xml:
14258         * docs/plugins/inspect/plugin-cacasink.xml:
14259         * docs/plugins/inspect/plugin-cairo.xml:
14260         * docs/plugins/inspect/plugin-cutter.xml:
14261         * docs/plugins/inspect/plugin-debug.xml:
14262         * docs/plugins/inspect/plugin-dv.xml:
14263         * docs/plugins/inspect/plugin-efence.xml:
14264         * docs/plugins/inspect/plugin-effectv.xml:
14265         * docs/plugins/inspect/plugin-esdsink.xml:
14266         * docs/plugins/inspect/plugin-flac.xml:
14267         * docs/plugins/inspect/plugin-flxdec.xml:
14268         * docs/plugins/inspect/plugin-gconfelements.xml:
14269         * docs/plugins/inspect/plugin-goom.xml:
14270         * docs/plugins/inspect/plugin-jpeg.xml:
14271         * docs/plugins/inspect/plugin-level.xml:
14272         * docs/plugins/inspect/plugin-matroska.xml:
14273         * docs/plugins/inspect/plugin-mulaw.xml:
14274         * docs/plugins/inspect/plugin-navigationtest.xml:
14275         * docs/plugins/inspect/plugin-ossaudio.xml:
14276         * docs/plugins/inspect/plugin-png.xml:
14277         * docs/plugins/inspect/plugin-rtp.xml:
14278         * docs/plugins/inspect/plugin-rtsp.xml:
14279         * docs/plugins/inspect/plugin-shout2send.xml:
14280         * docs/plugins/inspect/plugin-smpte.xml:
14281         * docs/plugins/inspect/plugin-speex.xml:
14282         * docs/plugins/inspect/plugin-udp.xml:
14283         * docs/plugins/inspect/plugin-videobox.xml:
14284         * docs/plugins/inspect/plugin-videoflip.xml:
14285         * docs/plugins/inspect/plugin-videomixer.xml:
14286         * docs/plugins/inspect/plugin-wavenc.xml:
14287         * docs/plugins/inspect/plugin-wavparse.xml:
14288           update for HEAD version
14289
14290 2005-11-25  Michael Smith  <msmith@fluendo.com>
14291
14292         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14293           Patch from Sebastien Cote to close control sockets in udpsrc.
14294
14295 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14296
14297         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14298         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14299         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14300         (gst_quarktv_base_init), (gst_quarktv_class_init),
14301         (gst_quarktv_init): Flush the planes list on reverse caps
14302         negotiation. This was crashing because of differently sized
14303         buffers.
14304
14305 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14306
14307         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14308         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14309         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14310         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14311         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14312         (gst_videoflip_set_property), (gst_videoflip_base_init),
14313         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14314         correctly, fix identity flipping, convert navigation event 
14315         correctly again.
14316
14317 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14318
14319         * configure.ac: back to HEAD
14320
14321 === release 0.9.6 ===
14322
14323 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14324
14325         * configure.ac:
14326           releasing 0.9.6, "Everything's Not Lost"
14327
14328 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14329
14330         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14331         Oops, initialise the framerate GValue
14332
14333 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14334
14335         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14336         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14337         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14338         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14339         (gst_timeoverlay_get_type):
14340         * ext/cairo/gsttimeoverlay.h:
14341         * gst/debug/Makefile.am:
14342         * gst/debug/gstnavigationtest.c:
14343         (gst_navigationtest_handle_src_event),
14344         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14345         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14346         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14347         (gst_navigationtest_init), (gst_navigationtest_get_type),
14348         (plugin_init):
14349         * gst/debug/gstnavigationtest.h:
14350         * gst/effectv/Makefile.am:
14351         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14352         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14353         (gst_agingtv_base_init), (gst_agingtv_class_init),
14354         (gst_agingtv_init), (gst_agingtv_get_type):
14355         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14356         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14357         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14358         (gst_dicetv_get_type):
14359         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14360         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14361         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14362         (gst_edgetv_get_type):
14363         * gst/effectv/gsteffectv.c:
14364         * gst/effectv/gsteffectv.h:
14365         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14366         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14367         (gst_quarktv_change_state), (gst_quarktv_base_init),
14368         (gst_quarktv_class_init), (gst_quarktv_init),
14369         (gst_quarktv_get_type):
14370         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14371         (gst_revtv_get_unit_size), (gst_revtv_transform),
14372         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14373         (gst_revtv_get_type):
14374         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14375         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14376         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14377         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14378         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14379         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14380         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14381         (gst_vertigotv_init), (gst_vertigotv_get_type):
14382         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14383         (gst_warptv_get_unit_size), (gst_warptv_transform),
14384         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14385         (gst_warptv_get_type):
14386         * gst/videofilter/Makefile.am:
14387         * gst/videofilter/gstvideobalance.c:
14388         * gst/videofilter/gstvideobalance.h:
14389         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14390         (gst_videofilter_class_init), (gst_videofilter_init):
14391         * gst/videofilter/gstvideofilter.h:
14392         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14393         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14394         (gst_videoflip_flip), (gst_videoflip_transform),
14395         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14396         (gst_videoflip_base_init), (gst_videoflip_class_init),
14397         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14398         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14399         BaseTransform, it's just a place holder for now and every video
14400         effect plugin has been ported to use BaseTransform features 
14401         directly. QuarkTV was fixed too (was broken), navigationtest works
14402         and best for the end, videoflip converts navigation events depending
14403         on flip method ! Fixes #320953
14404
14405 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14406
14407         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14408         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14409         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14410         (gst_goom_src_negotiate), (gst_goom_chain):
14411         * gst/matroska/matroska-mux.c:
14412         (gst_matroska_mux_video_pad_setcaps):
14413         * sys/osxvideo/osxvideosink.m:
14414           Fixes for API changes
14415
14416 2005-11-23  Michael Smith <msmith@fluendo.com>
14417
14418         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14419         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14420         * ext/jpeg/gstjpegdec.h:
14421         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14422         * ext/jpeg/gstjpegenc.h:
14423         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14424         (gst_smokeenc_resync):
14425         * ext/jpeg/gstsmokeenc.h:
14426           JPEG fractiony goodness.
14427
14428 2005-11-22  Michael Smith <msmith@fluendo.com>
14429
14430         * gst/goom/filters.c:
14431         * gst/goom/graphic.h:
14432           Fix compilation by making some functions static inline instead of
14433           extern inline, matching the way they're used.
14434
14435 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14436
14437         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14438         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14439         * ext/cairo/gsttextoverlay.h:
14440         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14441         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14442         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14443         (gst_pngdec_caps_create_and_set):
14444         * ext/libpng/gstpngdec.h:
14445         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14446         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14447         * gst/avi/gstavimux.c: (gst_avimux_init),
14448         (gst_avimux_vidsinkconnect):
14449         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14450         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14451         (gst_goom_src_negotiate), (gst_goom_chain):
14452         * gst/goom/gstgoom.h:
14453         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14454         * gst/matroska/matroska-mux.c:
14455         (gst_matroska_mux_video_pad_setcaps):
14456         * sys/osxvideo/osxvideosink.h:
14457         * sys/osxvideo/osxvideosink.m:
14458           More fractional framerate conversions 
14459
14460 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14461
14462         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14463         * gst/debug/gstnavigationtest.c:
14464         (gst_navigationtest_handle_src_event):
14465         * gst/videofilter/gstvideofilter.c:
14466         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14467         (gst_videofilter_init):
14468         * gst/videofilter/gstvideofilter.h:
14469           Convert to fractional framerates.
14470
14471 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14472
14473         * ext/aalib/gstaasink.c:
14474         * ext/dv/gstdvdec.c:
14475         * ext/esd/esdmon.c:
14476         * ext/flac/gstflacenc.c:
14477         * ext/gdk_pixbuf/pixbufscale.c:
14478         * ext/libcaca/gstcacasink.c:
14479         * ext/shout2/gstshout2.c:
14480         * gst/alpha/gstalpha.c:
14481         * gst/oldcore/gstaggregator.c:
14482         * gst/oldcore/gstshaper.c:
14483         * gst/smpte/barboxwipes.c:
14484         * gst/smpte/gstsmpte.c:
14485         * gst/videobox/gstvideobox.c:
14486         * gst/videofilter/gstvideoflip.c:
14487         * gst/videomixer/videomixer.c:
14488           fix up more enums
14489
14490 2005-11-22  Michael Smith <msmith@fluendo.com>
14491
14492         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14493         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14494         (gst_videomixer_update_queues):
14495           Fractional framerates, videomixer.
14496
14497 2005-11-22  Michael Smith <msmith@fluendo.com>
14498
14499         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14500         * ext/dv/gstdvdec.h:
14501         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14502         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14503         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14504         (gst_dvdemux_flush):
14505         * ext/dv/gstdvdemux.h:
14506           Fractional framerates for DV. 
14507
14508 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14509
14510         * gst/autodetect/gstautoaudiosink.c:
14511         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14512         * gst/autodetect/gstautovideosink.c:
14513         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14514           Use gst_plugin_feature_list_free() to free feature list and
14515           in the case of autovideosink free the list at all. Also
14516           miscellaneous cosmetic fixes.
14517
14518 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14519
14520         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14521         (gst_cutter_set_property), (gst_cutter_get_caps):
14522           copy calculation code from level; remove use of some audio
14523           functions
14524
14525 2005-11-22  Andy Wingo  <wingo@pobox.com>
14526
14527         * Update for gst_tag_setter API changes.
14528
14529 2005-11-22  Andy Wingo  <wingo@pobox.com>
14530
14531         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14532         (gst_dvdemux_demux_frame)
14533         * ext/flac/gstflacdec.c (gst_flacdec_write)
14534         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14535         (gst_flacenc_sink_event)
14536         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14537         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14538         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14539         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14540         * gst/auparse/gstauparse.c (gst_auparse_chain)
14541         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14542         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14543         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14544         (gst_avi_demux_handle_seek)
14545         * gst/goom/gstgoom.c (gst_goom_event)
14546         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14547         * gst/matroska/matroska-demux.c
14548         (gst_matroska_demux_handle_seek_event)
14549         (gst_matroska_demux_loop_stream_parse_id)
14550         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14551         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14552         (gst_wavparse_stream_headers): Run update-funcnames.
14553
14554 2005-11-22  Edward Hervey  <edward@fluendo.com>
14555
14556         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14557         (gst_dv1394src_init), (gst_dv1394src_dispose),
14558         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14559         (gst_dv1394src_uri_set_uri):
14560         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14561         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14562         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14563         URIHandler interface and element properties are now properly
14564         synchronized for DV1394src and UDPSrc
14565
14566 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14567
14568         * ext/flac/Makefile.am:
14569         * ext/speex/Makefile.am:
14570           libgsttagedit has been renamed to libgsttag.
14571
14572 2005-11-21  Wim Taymans  <wim@fluendo.com>
14573
14574         * gst/rtsp/rtspconnection.c: (read_body):
14575         Apply patch from Sebastien Cote to fix #319184.
14576
14577 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14578
14579         * configure.ac:
14580         * gst/cutter/Makefile.am:
14581         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14582         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14583         (gst_cutter_set_property), (gst_cutter_get_property),
14584         (plugin_init), (gst_cutter_get_caps):
14585           port cutter
14586         * gst/level/gstlevel.c:
14587           fix up plugin details
14588
14589 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14590
14591         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14592         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14593         (gst_flacdec_src_event):
14594         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14595         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14596         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14597         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14598         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14599         (gst_flxdec_sink_event_handler):
14600         * gst/matroska/matroska-demux.c:
14601         (gst_matroska_demux_handle_seek_event):
14602         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14603           Update for stream lock API changes: don't take stream log
14604           in sink event handlers any longer and change GST_STREAM_LOCK
14605           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14606           functions.
14607
14608 2005-11-21  Michael Smith <msmith@fluendo.com>
14609
14610         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14611           gst_object_unref, not g_object_unref
14612
14613 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14616         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14617           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14618
14619 2005-11-21  Michael Smith <msmith@fluendo.com>
14620
14621         * gst/auparse/Makefile.am:
14622         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14623         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14624         (gst_auparse_change_state):
14625         * gst/auparse/gstauparse.h:
14626           Partially fix #161712. playbin still doesn't work on these files,
14627           (on the bug report, Andy says we aren't typefinding it for some
14628           reason?) but at least auparse isn't totally busted like it was before.
14629
14630 2005-11-21  Andy Wingo  <wingo@pobox.com>
14631
14632         * *.h:
14633         * *.c: Ran scripts/update-macros. Oh yes.
14634
14635 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14636
14637         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14638           Filler events are gone for now, comment out section generating
14639           them.
14640
14641 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14642
14643         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14644         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14645         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14646         * sys/osxvideo/osxvideosink.m:
14647           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14648           (#322027)
14649
14650 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14651
14652         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14653         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14654         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14655         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14656         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14657         (gst_avi_demux_stream_data):
14658         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14659         * gst/wavenc/gstwavenc.c: (write_metadata):
14660         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14661         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14662         Fixes for GST_FOURCC_FORMAT API change.
14663
14664 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14665
14666         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14667         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14668         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14669         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14670         (gst_text_overlay_change_state):
14671         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14672         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14673         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14674         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14675         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14676         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14677         (gst_videomixer_change_state):
14678           Fix for collect pads API change. Also fix textoverlay state
14679           change function.
14680
14681 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14682
14683         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14684         GST_PAD_IS_USABLE by something approaching it.
14685
14686 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14687
14688         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14689         API changes.
14690         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14691         but also fix the code that was not checking return values from
14692         pad_push neither using pad_alloc_buffer.
14693
14694 2005-11-18  Edward Hervey  <edward@fluendo.com>
14695
14696         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14697         (gst_pngenc_chain):
14698         Added debug category
14699         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14700         goes to EOS.
14701
14702 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14703
14704         * gst/rtp/Makefile.am
14705         * gst/rtp/gstrtp.c
14706         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14707         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14708         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14709         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14710         * gst/rtp/gstrtpg711enc.h:
14711         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14712         * gst/rtp/gstrtpspeexenc.c:
14713         * gst/rtp/gstrtpspeexenc.h:
14714         * gst/rtp/gstrtpspeexdec.c:
14715         * gst/rtp/gstrtpspeexdec.h:
14716         Created Speex payloader and depayloader; Optimize G711 payloader to
14717         use adapter and send packets until MTU size.
14718
14719 2005-11-16  Wim Taymans  <wim@fluendo.com>
14720
14721         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14722         Fix leak in check.
14723
14724 2005-11-16  Wim Taymans  <wim@fluendo.com>
14725
14726         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14727         Fix state change.
14728
14729 2005-11-16  Andy Wingo  <wingo@pobox.com>
14730
14731         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14732         (gst_udpsrc_create): Move comment.
14733
14734 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14735
14736         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14737
14738         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14739           When seeking, seek to closest index entry at or before the requested
14740           seek position, not just the closest one (#321001).
14741
14742 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14745         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14746           Invert DIB images again (see #132341).
14747
14748 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14749
14750         * configure.ac:
14751           rework configure.ac file
14752         * ext/aalib/gstaasink.c:
14753         * ext/cairo/gstcairo.c:
14754         * ext/dv/gstdv.c:
14755         * ext/esd/gstesd.c:
14756         * ext/flac/gstflac.c:
14757         * ext/gconf/gstgconfelements.c:
14758         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14759         * ext/jpeg/gstjpeg.c:
14760         * ext/ladspa/gstladspa.c:
14761         * ext/libcaca/gstcacasink.c:
14762         * ext/libmng/gstmng.c:
14763         * ext/libpng/gstpng.c:
14764         * ext/mikmod/gstmikmod.c:
14765         * ext/pango/gsttextoverlay.c:
14766         * ext/pango/gsttimeoverlay.c:
14767         * ext/raw1394/gst1394.c:
14768         * ext/speex/gstspeex.c:
14769         * gst/alpha/Makefile.am:
14770         * gst/alpha/gstalpha.c:
14771         * gst/alpha/gstalphacolor.c:
14772         * gst/auparse/gstauparse.c:
14773         * gst/autodetect/gstautoaudiosink.c:
14774         (gst_auto_audio_sink_factory_filter),
14775         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14776         * gst/autodetect/gstautodetect.c:
14777         * gst/avi/gstavi.c:
14778         * gst/cutter/gstcutter.c:
14779         * gst/debug/efence.c:
14780         * gst/debug/gstdebug.c:
14781         * gst/debug/gstnavigationtest.c:
14782         * gst/effectv/gsteffectv.c:
14783         * gst/flx/gstflxdec.c:
14784         * gst/goom/gstgoom.c:
14785         * gst/interleave/plugin.c:
14786         * gst/law/alaw.c:
14787         * gst/law/mulaw.c:
14788         * gst/level/gstlevel.c:
14789         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14790         * gst/matroska/matroska.c:
14791         * gst/median/gstmedian.c:
14792         * gst/monoscope/gstmonoscope.c:
14793         * gst/multipart/multipart.c:
14794         * gst/oldcore/gstelements.c:
14795         * gst/rtp/gstrtp.c:
14796         * gst/rtsp/gstrtsp.c:
14797         * gst/smoothwave/gstsmoothwave.c:
14798         * gst/smpte/gstsmpte.c:
14799         * gst/udp/gstudp.c:
14800         * gst/videobox/gstvideobox.c:
14801         * gst/videofilter/gstgamma.c:
14802         * gst/videofilter/gstvideobalance.c:
14803         * gst/videofilter/gstvideoflip.c:
14804         * gst/videofilter/gstvideotemplate.c:
14805         * gst/videomixer/videomixer.c:
14806         * gst/wavenc/gstwavenc.c:
14807         * gst/wavparse/gstwavparse.c:
14808         * sys/oss/gstossaudio.c:
14809         * sys/osxaudio/gstosxaudio.c:
14810           update GST_PLUGIN_DEFINE
14811         * gst/rtp/Makefile.am:
14812         * gst/rtp/gstasteriskh263.c:
14813           check for htons/htonl headers and possibly link to winsock2 lib
14814
14815 2005-11-12  Edward Hervey  <edward@fluendo.com>
14816
14817         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14818         Only GST_DEBUG() information on the valid components.
14819
14820 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14821
14822         * configure.ac: back to HEAD
14823
14824 === release 0.9.5 ===
14825
14826 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14827
14828         * configure.ac:
14829           releasing 0.9.5, "Phone Alarm"
14830
14831 2005-11-11  Edward Hervey  <edward@fluendo.com>
14832
14833         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14834         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14835         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14836         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14837         (gst_avi_demux_loop):
14838         * gst/avi/gstavidemux.h:
14839         Yeah, implement proper seeking. Exact seeking and segment seeking.
14840         Still need to do some checks for segment_stop.
14841
14842 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14843
14844         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14845
14846         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14847           Don't try to ready buffer duration from buffer that we don't
14848           own any  longer and that might already have been unreffed.
14849           (#321136)
14850
14851 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14852
14853         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14854         (flx_decode_delta_flc), (gst_flxdec_chain):
14855         Attempting to optimize the code for embedded systems.
14856
14857 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14858
14859         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14860
14861         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14862           Don't re-use already closed file descriptor. (#320920)
14863
14864 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14865
14866         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14867         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14868         (gst_oss_sink_prepare):
14869         * sys/oss/gstosssink.h:
14870           Cache probed caps; fix debug output for SET_PARAM macros.
14871
14872 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14873
14874         * ext/cairo/Makefile.am:
14875         * ext/cairo/gstcairo.c: (plugin_init):
14876         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14877         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14878         (gst_text_overlay_init), (gst_text_overlay_font_init),
14879         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14880         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14881         (gst_text_overlay_text_pad_linked),
14882         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14883         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14884         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14885         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14886         (gst_text_overlay_change_state):
14887         * ext/cairo/gsttextoverlay.h:
14888           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14889           property and redo positioning. Doesn't handle upstream renegotiation
14890           yet though.
14891
14892 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14895         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14896         (gst_avi_demux_loop):
14897           No need to take the STREAM_LOCK in the loop function. Improve
14898           some debug messages. Don't leak pad names in debug messages.
14899
14900 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         * gst/matroska/matroska-demux.c:
14903         (gst_matroska_demux_push_vorbis_codec_priv_data),
14904         (gst_matroska_demux_add_wvpk_header):
14905           Don't error out when the source pad isn't linked.
14906
14907 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14908
14909         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14910         (gst_gconf_audio_sink_change_state):
14911         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14912         (gst_gconf_video_sink_change_state):
14913           Fix state change functions here as well and set kid
14914           to NULL state before removing it.
14915
14916 2005-11-01  Edward Hervey  <edward@fluendo.com>
14917
14918         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14919         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14920         Added proper event handlind, 
14921         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14922         ignored),
14923         and don't set a duration of 0 for buffers otherwise they are discarded
14924         by GstBaseSink.
14925
14926         GstWavEnc needs some serious loving, after going through the code I'm
14927         really wondering how this can stay in -good ...
14928
14929 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14930
14931         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14932         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14933         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14934         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14935         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14936         (gst_matroska_mux_collected):
14937           Fix leaks and invalid memory access as reported by valgrind
14938
14939 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14940
14941         Patch by: Michal Benes <michal.benes@xeris.cz>
14942
14943         * check/Makefile.am:
14944         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14945         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14946         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14947           add a unit test for matroskamux
14948           fix the bugs that the unit test exposed
14949
14950 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14951
14952         * gst/autodetect/gstautoaudiosink.c:
14953         (gst_auto_audio_sink_class_init),
14954         (gst_auto_audio_sink_change_state):
14955         * gst/autodetect/gstautovideosink.c:
14956         (gst_auto_video_sink_class_init),
14957         (gst_auto_video_sink_change_state):
14958           Fix state change function and use GST_DEBUG_FUNCPTR in
14959           class_init.
14960
14961 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14962
14963         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14964
14965         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14966         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14967         * gst/matroska/ebml-write.h:
14968         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14969           Set timestamps on outgoing ebml headers as well, so that the
14970           element after matroskamux can get the timestamp already when
14971           reading the first ebml element and doesn't have to wait for
14972           the actual data buffer for that (#320308).
14973           
14974 2005-10-31  Andy Wingo  <wingo@pobox.com>
14975
14976         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14977         (gst_videomixer_pad_link): Kill some memleaks.
14978         (gst_videomixer_pad_get_property): Style fix.
14979         (gst_videomixer_pad_set_property): Style fix.
14980         (gst_videomixer_pad_init): Style fix.
14981         (gst_videomixer_update_queues): Kill memleak.
14982         (gst_videomixer_loop): Kill memleak.
14983         (gst_videomixer_collected): Kill memleak.
14984
14985 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14986
14987         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14988         gst_auparse_change_state:
14989         Just some cleanup.
14990
14991 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14992
14993         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14994         Add checks to GST_FLOW_NOT_LINKED for values returned
14995         from gst_pad_push.
14996         
14997 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14998
14999         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15000         (gst_rtpg711dec_process):
15001         * gst/rtp/gstrtpgsmenc.c:
15002         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15003         are never set. This is important for the g711 to work with burger's rtpbin
15004         element.
15005
15006 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15007
15008         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15009         (gst_speexenc_push_buffer):
15010         Add checks for return values from gst_pad_push and
15011         gst_pad_alloc_buffer.
15012
15013 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15014
15015         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15016
15017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15018         (gst_matroska_demux_parse_info),
15019         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15020         (gst_matroska_demux_parse_cluster):
15021         * gst/matroska/matroska-ids.h:
15022         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15023         (gst_matroska_mux_init), (gst_matroska_mux_start),
15024         (gst_matroska_mux_create_buffer_header),
15025         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15026         (gst_matroska_mux_get_property):
15027         * gst/matroska/matroska-mux.h:
15028           Add SimpleBlock support to matroska demuxer and muxer (part of
15029           Matroska v2). (#319731)
15030
15031 2005-10-28  Wim Taymans  <wim@fluendo.com>
15032
15033         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15034         (gst_jpeg_dec_change_state):
15035         * ext/jpeg/gstjpegdec.h:
15036         Cleanups. Don't create caps for every chain.
15037
15038 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15039
15040         * gst/law/alaw-encode.c: (gst_alawenc_init),
15041         (alawenc_setcaps), (gst_alawenc_chain)
15042         * gst/law/alaw-encode.h:
15043         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15044         (mulawenc_setcaps), (gst_mulawenc_chain)
15045         * gst/law/mulaw-encode.h:
15046         Set timestamp on buffer and it allows RTP G711 elements
15047         work properly.
15048
15049 2005-10-27  Wim Taymans  <wim@fluendo.com>
15050
15051         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15052         Set correct format on oss instead of a silly value. 
15053
15054 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15055
15056         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15057         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15058         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15059         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15060         I420 rendering as well, doesn't bring much for my platform.
15061         Might help on some other platforms.
15062
15063 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15064
15065         * gst/rtp/gstrtpgsmenc.c:
15066         * gst/rtp/gstrtpgsmparse.c:
15067         Declaring the padtemplate correctly.
15068
15069 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15070
15071         * gst/rtp/gstrtpg711dec.c:
15072         * gst/rtp/gstrtpg711enc.c:
15073         * gst/rtp/gstrtpgsmenc.c:
15074         * gst/rtp/gstrtpgsmparse.c:
15075         Setting the proper copyright notice.
15076
15077 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15078
15079         * gst/videobox/Makefile.am: Use liboil.
15080         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15081         (gst_video_box_set_property), (gst_video_box_transform_caps),
15082         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15083         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15084         using liboil. Will dot the same to I420 border generation
15085         tomorrow.
15086
15087 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15088
15089         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15090         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15091         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15092         * gst/rtp/gstrtpg711dec.h:
15093         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15094         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15095         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15096         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15097         (gst_rtpgsmenc_handle_buffer):
15098         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15099         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15100         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15101         * gst/rtp/gstrtpgsmparse.h:
15102         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15103         inherits from the basertpdepayloader.
15104
15105 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15106
15107         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15108         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15109         (gst_video_box_ayuv): Removing this forgotten debug.
15110
15111 2005-10-26  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         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15116
15117 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15118
15119         * sys/oss/gstossaudio.c:
15120         * sys/oss/gstossdmabuffer.c:
15121         * sys/oss/gstosshelper.c:
15122         * sys/oss/gstossmixer.c:
15123         * sys/oss/gstossmixerelement.c:
15124         * sys/oss/gstossmixertrack.c:
15125         * sys/oss/gstosssink.c:
15126         * sys/oss/gstosssrc.c:
15127           Actually use the 'oss' debug category we register.
15128
15129 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15130
15131         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15132         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15133         Use gst_pad_get_parent and drop the ref that was added through
15134         that call.
15135
15136 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * gst/rtp/gstrtpgsmenc.c:
15139           Fix compilation
15140
15141 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15142
15143         * gst/rtp/gstrtpg711dec.c
15144         Just removed a couple of lines of weird code used during
15145         development/test time.
15146
15147 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15148
15149         * gst/rtp/Makefile.am
15150         * gst/rtp/gstrtp.c
15151         * gst/rtp/gstrtpg711enc.c
15152         * gst/rtp/gstrtpg711enc.h
15153         * gst/rtp/gstrtpg711dec.c
15154         * gst/rtp/gstrtpg711dec.h
15155         Created G711 payloader and depayloader (it supports mulaw and alaw
15156         (dec)encoders)
15157
15158 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15159
15160         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15161         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15162         Doh ! I introduced wingo's bug again ! Sorry...
15163
15164 2005-10-25  Christian Schaller <christian@fluendo.com> 
15165
15166         * gst/rtp/Makefile.am: add missing header files for disting
15167
15168 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15169
15170         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15171         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15172         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15173         (gst_rtpgsmenc_handle_buffer):
15174         * gst/rtp/gstrtpgsmenc.h:
15175         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15176         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15177         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15178         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15179         * gst/rtp/gstrtpgsmparse.h:
15180         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15181
15182 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15183
15184         * ext/libpng/gstpngdec.c: (user_info_callback),
15185         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15186         a newsegment event, move some redundant code in a single place.
15187
15188 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15189
15190         * ext/libpng/gstpngdec.c: (user_info_callback),
15191         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15192         hack to get correct colors order when we have a png image with
15193         alpha channel.
15194
15195 2005-10-24  Edward Hervey  <edward@fluendo.com>
15196
15197         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15198         Call gst_element_no_more_pads when there will be no more pads.
15199
15200 2005-10-24  Wim Taymans  <wim@fluendo.com>
15201
15202         * gst/rtp/Makefile.am:
15203         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15204         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15205         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15206         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15207         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15208         (gst_asteriskh263_plugin_init):
15209         * gst/rtp/gstasteriskh263.h:
15210         * gst/rtp/gstrtp.c: (plugin_init):
15211         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15212         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15213         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15214         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15215         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15216         (gst_rtph263enc_plugin_init):
15217         * gst/rtp/gstrtph263enc.h:
15218         Added two new payloaders, an RFC 2190 payloader for h263 and
15219         a payload convertor for an asterisk server.
15220
15221 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15222
15223         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15224           Set bytes_per_sample correctly (is not always 4, but 
15225           depends on width and number of channels).
15226
15227 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15228
15229         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15230         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15231         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15232         (gst_flacenc_sink_event), (gst_flacenc_chain),
15233         (gst_flacenc_set_property), (gst_flacenc_get_property),
15234         (gst_flacenc_change_state):
15235         * ext/flac/gstflacenc.h:
15236           Fix seeking, so that flacenc can rewrite the header with the
15237           correct duration and amount of samples and all that at EOS;
15238           also set timestamps and granulepos on outgoing buffers; add
15239           debug category; fix state change function.
15240           
15241 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15242
15243         * gst/videomixer/videomixer.c: Don't restrict video geometry
15244         from 16 to 4096.
15245
15246 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15247
15248         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15249         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15250         Fix caps negotiation correctly, add debugging category.
15251
15252 2005-10-24  Christian Schaller  <christian@fluendo.com>
15253
15254         * configure.ac: Port over Thomas's change from base listing all plugins
15255
15256 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15257
15258         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15259         a sink pad.
15260
15261 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15262
15263         * configure.ac:
15264         * docs/upload.mak:
15265           back to HEAD
15266
15267 === release 0.9.4 ===
15268
15269 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15270
15271         * configure.ac:
15272           Releasing 0.9.4, "Dromiceiomimus"
15273
15274 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15275
15276         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15277         (gst_speexenc_src_query):
15278           Add position and duration query, fix query type function.
15279           
15280         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15281         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15282           Let's not set non-fixed caps on source pads.
15283
15284 2005-10-21  Wim Taymans  <wim@fluendo.com>
15285
15286         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15287         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15288         (gst_avi_demux_handle_seek):
15289         Set correct stream_time in newsegment event.
15290         avi can also handle a duration query now.
15291
15292 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15293
15294         * gst/matroska/matroska-demux.c:
15295         (gst_matroska_demux_handle_src_query),
15296         (gst_matroska_demux_handle_seek_event),
15297         (gst_matroska_demux_loop_stream_parse_id):
15298           Fix duration query; fix basetime in newsegment event after
15299           seek; fix duration in initial newsegment event.
15300
15301         * gst/matroska/matroska-mux.c:
15302         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15303           Extract number of channels and samplerate from vorbis headers;
15304           add some debug messages when querying the durations of the
15305           input streams.
15306
15307 2005-10-20  Wim Taymans  <wim@fluendo.com>
15308
15309         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15310         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15311         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15312         Set stream time correctly in newsegment.
15313
15314 2005-10-20  Wim Taymans  <wim@fluendo.com>
15315
15316         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15317         Correctly fill in the stream time.
15318
15319 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15320
15321         * check/elements/level.c: (GST_START_TEST):
15322         * gst/level/gstlevel.c: (gst_level_message_new):
15323         * gst/level/level-example.c: (message_handler):
15324           use ELEMENT messages instead
15325
15326 2005-10-19  Wim Taymans  <wim@fluendo.com>
15327
15328         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15329         (gst_dvdemux_src_query):
15330         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15331         (gst_flacdec_src_query):
15332         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15333         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15334         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15335         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15336         * gst/debug/progressreport.c: (gst_progress_report_report):
15337         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15338         * gst/matroska/matroska-demux.c:
15339         (gst_matroska_demux_handle_src_query):
15340         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15341         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15342         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15343         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15344         (gst_wavparse_srcpad_event):
15345         API change fix.
15346
15347 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15348
15349         * gst/goom/filters.c:
15350         * gst/goom/graphic.h:
15351         * gst/goom/lines.c:
15352           Make inline functions either 'static inline' or 'extern inline',
15353           otherwise the Forte compiler apparently won't inline them (#317300).
15354
15355 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15356
15357         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15358         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15359         (user_info_callback), (user_endrow_callback), (user_end_callback),
15360         (user_read_data), (gst_pngdec_caps_create_and_set),
15361         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15362         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15363         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15364         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15365         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15366         very nice and handle push/pull based model. if you have filesrc
15367         connected to it, it will do random access to load the png file.
15368         If you have a network source that can't do _getrange, it does 
15369         progressive loading through the chain function.
15370         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15371         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15372         thanks to Master Wim Taymans ;-)
15373
15374 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15375
15376         * gst/matroska/Makefile.am:
15377         * gst/matroska/ebml-read.c:
15378         * gst/matroska/ebml-read.h:
15379         * gst/matroska/matroska-demux.c:
15380         * gst/matroska/matroska-demux.h:
15381         * gst/matroska/matroska.c: (plugin_init):
15382           Ported matroska demuxer to 0.9.
15383
15384 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15385
15386         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         * gst/matroska/matroska-mux.c:
15389         (gst_matroska_mux_video_pad_setcaps),
15390         (gst_matroska_mux_audio_pad_setcaps):
15391           Fix mpeg4 input handling (#318847); also, while we're at it,
15392           fix media type for Motion-JPEG: should be image/jpeg.
15393
15394 2005-10-18  Wim Taymans  <wim@fluendo.com>
15395
15396         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15397         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15398         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15399         Fix for segment-start/stop API change.
15400
15401 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15402
15403         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15404         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15405         way.
15406
15407 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15408
15409         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15410         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15411         output declared in transform_caps.
15412
15413 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15414
15415         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15416
15417 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15418
15419         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15420         (gst_video_box_get_unit_size): Fix wrong size calculations and
15421         implement get_unit_size correctly.
15422
15423 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15424
15425         * configure.ac:
15426           Enable flx plugin.
15427
15428         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15429           Fix gcc4 signedness issue.
15430
15431 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15432
15433         * configure.ac: Adding videomixer.
15434         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15435         (user_read_data), (gst_pngdec_chain): More debugging.
15436         * gst/alpha/Makefile.am: Adding alphacolor
15437         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15438         (gst_alpha_color_class_init), (gst_alpha_color_init),
15439         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15440         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15441         (plugin_init): Ported to 0.9 using in place base tranform.
15442         * gst/videomixer/Makefile.am:
15443         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15444         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15445         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15446         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15447         (gst_videomixer_init), (gst_videomixer_getcaps),
15448         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15449         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15450         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15451         to 0.9 using collectpads.
15452
15453 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15454
15455         * configure.ac:
15456         * gst/flx/Makefile.am:
15457         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15458         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15459         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15460         * gst/flx/gstflxdec.h:
15461         flx plugin ported to 0.9
15462
15463 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15466           use new gst_version_string()
15467
15468 2005-10-16  Andy Wingo  <wingo@pobox.com>
15469
15470         * configure.ac: GLIB_CHECK.
15471
15472 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15473
15474         * ext/libpng/Makefile.am:
15475         * ext/libpng/gstpng.c: (plugin_init):
15476         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15477         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15478         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15479
15480 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15481
15482         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15483
15484         * configure.ac:
15485         * gst/matroska/Makefile.am:
15486         * gst/matroska/ebml-ids.h:
15487         * gst/matroska/ebml-write.c:
15488         * gst/matroska/ebml-write.h:
15489         * gst/matroska/matroska-ids.h:
15490         * gst/matroska/matroska-mux.c:
15491         * gst/matroska/matroska-mux.h:
15492         * gst/matroska/matroska.c: (plugin_init):
15493           Port matroska muxer to 0.9 (#318847).
15494
15495 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15496
15497         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15498         (comment_init), (comment_add):
15499           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15500           use GST_READ_UINT32_LE() and friends rather than the private
15501           implementation of those same macros.
15502
15503 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15504
15505         * examples/stats/mp2ogg.c:
15506           more typo fixes
15507
15508 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15509
15510         * examples/indexing/indexmpeg.c: (main):
15511         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15512         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15513         * ext/esd/esdmon.h:
15514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15515         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15516         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15517         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15518         * gst/avi/gstavimux.c: (gst_avimux_init):
15519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15520         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15521         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15522         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15523         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15524         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15525         * gst/oldcore/gstmultifilesrc.h:
15526         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15527         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15528         (gst_pipefilter_change_state):
15529         * gst/oldcore/gstpipefilter.h:
15530         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15531         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15532         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15533         * sys/osxaudio/gstosxaudiosink.h:
15534         * sys/osxaudio/gstosxaudiosrc.h:
15535           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15536           moved bitshift from macro to enum definition
15537
15538 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15539
15540         * ext/Makefile.am:
15541         * ext/cairo/Makefile.am:
15542         * ext/cairo/gstcairo.c: (plugin_init):
15543         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15544         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15545         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15546         * ext/cairo/gsttimeoverlay.h:
15547           update of cairo-based timeoverlay to 1.0 Cairo API
15548           doesn't work yet for resizing of output sink
15549
15550 2005-10-11  Wim Taymans  <wim@fluendo.com>
15551
15552         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15553         newsegment API fix.
15554
15555 2005-10-11  Wim Taymans  <wim@fluendo.com>
15556
15557         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15558         (gst_dvdemux_demux_frame):
15559         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15560         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15561         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15562         (gst_avi_demux_handle_seek):
15563         * gst/goom/gstgoom.c: (gst_goom_event):
15564         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15565         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15566         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15567         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15568         (gst_wavparse_srcpad_event):
15569         newsegment API update.
15570
15571 2005-10-11  Andy Wingo  <wingo@pobox.com>
15572
15573         * ext/speex/gstspeexenc.c: Signedness cleanups.
15574
15575 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15576
15577         * PORTED_09:
15578         * ext/speex/Makefile.am:
15579         * ext/speex/gstspeex.c:
15580         * ext/speex/gstspeexenc.c:
15581         Speexenc ported to 0.9
15582
15583 2005-10-10  Wim Taymans  <wim@fluendo.com>
15584
15585         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15586         (gst_oss_sink_init), (gst_oss_sink_set_property),
15587         (gst_oss_sink_get_property), (gst_oss_sink_open),
15588         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15589         * sys/oss/gstosssink.h:
15590         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15591         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15592         (gst_oss_src_prepare):
15593         Cleanups, make device configurable in the sink, handle and report
15594         errors.
15595
15596 2005-10-10  Wim Taymans  <wim@fluendo.com>
15597
15598         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15599         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15600         Make sure element is NULL before removing from the bin.
15601
15602 2005-10-07  Andy Wingo  <wingo@pobox.com>
15603
15604         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15605         block forever in a read().
15606         (gst_dv1394src_bus_reset): Post a message when the cable is
15607         unplugged.
15608         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15609         (gst_dv1394src_bus_reset): Don't unref the message.
15610
15611         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15612         hacking. The only change should be that the state change stuff was
15613         put into basesrc's start() and stop() routines, which coalesces
15614         some steps.
15615
15616 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         * configure.ac:
15619           Add check for mmap
15620           
15621         * gst/debug/Makefile.am:
15622           Only compile efence plugin on systems that have mmap.
15623
15624 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         * gst/debug/Makefile.am:
15627         * gst/debug/breakmydata.c:
15628         * gst/debug/gstdebug.c:
15629         * gst/debug/gstnavigationtest.c:
15630         * gst/debug/gstnavseek.c: 
15631         * gst/debug/gstnavseek.h:
15632         * gst/debug/progressreport.c: 
15633         * gst/debug/testplugin.c:
15634           Port progressreport, navseek, navigationtest, testsink and
15635           breakmydata.
15636
15637 2005-10-05  Edward Hervey  <edward@fluendo.com>
15638
15639         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15640         (gst_dvdemux_src_query):
15641         Fixes for better conversion
15642
15643 2005-10-04  Michael Smith <msmith@fluendo.com>
15644
15645         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15646         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15647         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15648         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15649           Set state of elements to NULL before removing from bins.
15650           Set state of test element to NULL if we failed to move it to READY
15651
15652 2005-10-04  Edward Hervey  <edward@fluendo.com>
15653
15654         * ext/dv/Makefile.am:
15655         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15656         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15657         Corrected the query function for position so it doesn't forget what
15658         format was asked, and calls the conversion functions on the correct pad.
15659
15660 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15661
15662         * configure.ac:
15663           back to development
15664
15665 === release 0.9.3 ===
15666
15667 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15668
15669         * configure.ac:
15670           Releasing 0.9.3, "Aramis"
15671
15672 2005-10-03  Andy Wingo  <wingo@pobox.com>
15673
15674         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15675         error returns.
15676
15677 2005-10-02  Andy Wingo  <wingo@pobox.com>
15678
15679         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15680
15681         * ext/flac/gstflacenc.c: Ported to 0.9.
15682
15683         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15684
15685         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15686         and link to gsttagedit. Enable flacenc.
15687
15688         * ext/flac/gstflacdec.c: Re-enable tag reading.
15689
15690 2005-09-30  Wim Taymans  <wim@fluendo.com>
15691
15692         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15693         * gst/rtp/gstrtpgsmparse.c:
15694         * gst/rtp/gstrtph263penc.c:
15695         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15696         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15697         (gst_rtpmp4venc_set_property):
15698         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15699         Various class and caps fixes from Andre Magalhaes (andrunko)
15700
15701 2005-09-29  Wim Taymans  <wim@fluendo.com>
15702
15703         * gst/level/level-example.c: (main):
15704         Update for new bus API.
15705
15706 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15707
15708         * configure.ac:
15709           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15710           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15711
15712 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15715           Fix playback of mono streams (bytes_per_sample should be set
15716           from the sample width and the number of channels negotiated,
15717           and not just be set to 4) (#317338)
15718
15719 2005-09-26  Wim Taymans  <wim@fluendo.com>
15720
15721         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15722         (gst_rtpmpaenc_handle_buffer):
15723         Set buffer duration correctly.
15724
15725 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15728         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15729         (gst_avi_demux_change_state):
15730           Don't crash when encountering a stream with an unknown fourcc or
15731           codec id. Instead, create a pad of type video/x-avi-unknown or
15732           audio/x-avi-unknown, which as a side-effect also results in less
15733           confusing error messages in players ('no decoder' vs. 'no streams');
15734           minor fixes to state change function and class_init function.
15735
15736 2005-09-24  Wim Taymans  <wim@fluendo.com>
15737
15738         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15739         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15740         These are sinks.
15741
15742 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15743
15744         * check/elements/level.c: (GST_START_TEST):
15745           fix test for new GstClockTime use
15746         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15747         (gst_level_transform_ip):
15748         * gst/level/gstlevel.h:
15749           fix up the decay peak, ensuring the decay peak is never lower
15750           than the peak for that interval
15751
15752 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15753
15754         * docs/plugins/gst-plugins-good-plugins.args:
15755         * docs/plugins/inspect/plugin-alpha.xml:
15756         * docs/plugins/inspect/plugin-rtp.xml:
15757         * gst/level/gstlevel.c: (gst_level_set_caps),
15758         (gst_level_transform_ip):
15759           updating docs
15760
15761 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15762
15763         * Makefile.am:
15764         * check/elements/level.c: (GST_START_TEST):
15765         * gst/level/Makefile.am:
15766         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15767         (gst_level_set_property), (gst_level_get_property),
15768         (gst_level_set_caps), (gst_level_message_new),
15769         (gst_level_transform_ip):
15770         * gst/level/gstlevel.h:
15771         * gst/level/level-example.c: (message_handler), (main):
15772           convert to using GstClockTime for all time values, finally.
15773
15774 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15775
15776         * gst/auparse/Makefile.am:
15777         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15778           fix up build
15779         * configure.ac:
15780         * ext/cairo/Makefile.am:
15781         * ext/dv/Makefile.am:
15782         * ext/esd/Makefile.am:
15783         * ext/flac/Makefile.am:
15784         * ext/gconf/Makefile.am:
15785         * ext/gdk_pixbuf/Makefile.am:
15786         * ext/jpeg/Makefile.am:
15787         * ext/ladspa/Makefile.am:
15788         * ext/libcaca/Makefile.am:
15789         * ext/libmng/Makefile.am:
15790         * ext/libpng/Makefile.am:
15791         * ext/mikmod/Makefile.am:
15792         * ext/pango/Makefile.am:
15793         * ext/raw1394/Makefile.am:
15794         * ext/shout2/Makefile.am:
15795         * ext/speex/Makefile.am:
15796         * gst/alpha/Makefile.am:
15797         * gst/autodetect/Makefile.am:
15798         * gst/avi/Makefile.am:
15799         * gst/cutter/Makefile.am:
15800         * gst/debug/Makefile.am:
15801         * gst/effectv/Makefile.am:
15802         * gst/flx/Makefile.am:
15803         * gst/goom/Makefile.am:
15804         * gst/interleave/Makefile.am:
15805         * gst/law/Makefile.am:
15806         * gst/matroska/Makefile.am:
15807         * gst/median/Makefile.am:
15808         * gst/monoscope/Makefile.am:
15809         * gst/multipart/Makefile.am:
15810         * gst/oldcore/Makefile.am:
15811         * gst/rtp/Makefile.am:
15812         * gst/rtsp/Makefile.am:
15813         * gst/smoothwave/Makefile.am:
15814         * gst/smpte/Makefile.am:
15815         * gst/videobox/Makefile.am:
15816         * gst/videofilter/Makefile.am:
15817         * gst/videomixer/Makefile.am:
15818         * gst/wavenc/Makefile.am:
15819         * gst/wavparse/Makefile.am:
15820         * sys/oss/Makefile.am:
15821         * sys/osxaudio/Makefile.am:
15822         * sys/osxvideo/Makefile.am:
15823           fix up GST_LIBS use
15824
15825 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15826
15827         * gst/auparse/Makefile.am:
15828         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15829           fix build of auparse
15830
15831 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15832
15833         * configure.ac:
15834         * PORTED_09:
15835         * gst/auparse/gstauparse.c:
15836         * gst/auparse/gstauparse.h:
15837         Auparse ported to 0.9.
15838
15839 2005-09-22  Wim Taymans  <wim@fluendo.com>
15840
15841         * gst/rtp/TODO:
15842         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15843         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15844         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15845         (gst_rtpmp4venc_set_property):
15846         * gst/rtp/gstrtpmp4venc.h:
15847         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15848         * gst/rtp/gstrtpmpaenc.h:
15849         Use is_filled to both check MTU and max-ptime of base class.
15850
15851 2005-09-22  Wim Taymans  <wim@fluendo.com>
15852
15853         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15854         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15855         (gst_rtpmp4venc_set_property):
15856         Don't fragment packets with multiple frames.
15857
15858 2005-09-22  Wim Taymans  <wim@fluendo.com>
15859
15860         * gst/rtp/TODO:
15861         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15862         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15863         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15864         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15865         (gst_rtpmp4venc_get_property):
15866         * gst/rtp/gstrtpmp4venc.h:
15867         Remove g_print.
15868         Update TODO
15869         Make payload encoder a bit smarter and more correct with
15870         timestamps.
15871         Added option in payloader to include config string in-band.
15872
15873 2005-09-21  Wim Taymans  <wim@fluendo.com>
15874
15875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15876         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15877         (gst_rtspsrc_send):
15878         Strip spaces for key/value pairs.
15879
15880 2005-09-21  Wim Taymans  <wim@fluendo.com>
15881
15882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15883         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15884         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15885         (gst_rtspsrc_change_state):
15886         More SDP parsing and caps setting.
15887         Do NO_PREROLL differently.
15888         add pads only after negotiated.
15889
15890         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15891         (gst_udpsrc_getcaps):
15892         Implement the getcaps function.
15893
15894 2005-09-21  Wim Taymans  <wim@fluendo.com>
15895
15896         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15897         (gst_rtpamrdec_chain):
15898         Handle multiple AMr packets per payload. Handle CRC and
15899         parse ILL/ILP.
15900
15901         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15902         Make caps params strings for easy SDP mapping.
15903         
15904         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15905         Handle capsnego better.
15906
15907         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15908         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15909         Generate and parse config string in the caps.
15910
15911 2005-09-21  Wim Taymans  <wim@fluendo.com>
15912
15913         * gst/rtp/README:
15914         Update README
15915
15916         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15917         Make extra params as strings.
15918
15919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15920         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15921         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15922         Make state change return NO_PREROLL as this is a live
15923         source.
15924
15925         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15926         Don't unref old caps when NULL.
15927
15928 2005-09-20  Wim Taymans  <wim@fluendo.com>
15929
15930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15931         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15932         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15933         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15934         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15935         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15936         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15937         * gst/rtsp/sdpmessage.h:
15938         Add URI handler.
15939         Parse SDP and create caps.
15940
15941 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15942
15943         * gst/alpha/gstalpha.c:
15944           fix element description
15945
15946 2005-09-19  Wim Taymans  <wim@fluendo.com>
15947
15948         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15949         Don't check payload for now.
15950
15951 2005-09-19  Wim Taymans  <wim@fluendo.com>
15952
15953         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15954         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15955         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15956         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15957         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15958         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15959         (gst_wavparse_change_state):
15960         * gst/wavparse/gstwavparse.h:
15961         Fix wavparse some more.
15962
15963 2005-09-19  Wim Taymans  <wim@fluendo.com>
15964
15965         * check/elements/level.c: (GST_START_TEST):
15966         Fix for bus API change.
15967
15968 2005-09-19  Wim Taymans  <wim@fluendo.com>
15969
15970         * gst/level/level-example.c: (main):
15971         Fix for new bus API.
15972
15973         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15974         Set caps on pads.
15975
15976 2005-09-15  Wim Taymans  <wim@fluendo.com>
15977
15978         * gst/rtp/Makefile.am:
15979         * gst/rtp/README:
15980         * gst/rtp/gstrtp.c: (plugin_init):
15981         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15982         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15983         (gst_rtpamrdec_change_state):
15984         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15985         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15986         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15987         * gst/rtp/gstrtpamrenc.h:
15988         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15989         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15990         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15991         * gst/rtp/gstrtpgsmenc.h:
15992         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15993         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15994         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15995         (gst_rtpgsmparse_change_state):
15996         * gst/rtp/gstrtpgsmparse.h:
15997         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15998         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15999         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16000         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16001         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16002         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16003         * gst/rtp/gstrtph263penc.h:
16004         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16005         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16006         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16007         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16008         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16009         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16010         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16011         * gst/rtp/gstrtpmp4venc.h:
16012         * gst/rtp/gstrtpmpadec.c:
16013         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16014         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16015         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16016         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16017         * gst/rtp/gstrtpmpaenc.h:
16018         Updates to payloader/depayloaders, make payloaders use
16019         the base classes.
16020         Updated README with suggested RTP caps and how to convert
16021         to/from SDP.
16022         Added config descriptor in mp4v payloader.
16023
16024 2005-09-15  Andy Wingo  <wingo@pobox.com>
16025
16026         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16027         * gst/autodetect/gstautovideosink.c
16028         (gst_auto_video_sink_find_best): Update for new registry API.
16029
16030 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16031
16032         * common/c-to-xml.py:
16033         * common/gtk-doc-plugins.mak:
16034           a simple py script to generate valid xml from a C example
16035           probably also need to strip an MIT license when we decide
16036         * docs/plugins/Makefile.am:
16037         * gst/level/Makefile.am:
16038         * gst/level/gstlevel.c: (gst_level_init):
16039         * gst/level/level-example.c: (message_handler), (main):
16040           add an example to level that will show up in the docs
16041         * gst/rtp/TODO:
16042           add a note for the future
16043
16044 2005-09-14  Michael Smith <msmith@fluendo.com>
16045
16046         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16047           Actually define the debug object being used in wavenc. Fixes #316205
16048
16049 2005-09-14  Michael Smith <msmith@fluendo.com>
16050
16051         * gst/smpte/Makefile.am:
16052           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16053           needed to build on windows (bug 316204)
16054
16055 2005-09-12  Andy Wingo  <wingo@pobox.com>
16056
16057         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16058
16059 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16060
16061         * configure.ac:
16062         * gst/fdsrc/Makefile.am:
16063         * gst/fdsrc/gstfdsrc.c:
16064         * gst/fdsrc/gstfdsrc.h:
16065           Move fdsrc back into gstreamer core elements.
16066
16067         * gst/level/gstlevel.c: (gst_level_class_init),
16068         (gst_level_transform_ip):
16069         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16070           Basetransform changes.
16071
16072 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16073
16074         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16075         * ext/jpeg/smokecodec.c: (find_best_size):
16076           fix compiler warnings
16077
16078 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         * gst-plugins-good.spec.in:
16081           spec file fixes
16082         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16083         (gst_multiudpsink_render), (gst_multiudpsink_add),
16084         (gst_multiudpsink_clear):
16085           it actually helps to actually stream if we hook up the
16086           "add" signal to an actual implementation
16087         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16088           some debugging
16089
16090 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16091
16092         * ext/jpeg/Makefile.am:
16093         * ext/jpeg/gstjpeg.c
16094         * ext/jpeg/gstjpegenc.c:
16095         * ext/jpeg/gstsmokeenc.c:
16096
16097 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16098
16099         * ext/flac/gstflacdec.c:
16100         * ext/flac/gstflacenc.c:
16101         * ext/flac/gstflactag.c:
16102         * ext/speex/gstspeexenc.c:
16103           gsttaginterface.h -> gsttagsetter.h
16104
16105 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16106
16107         * configure.ac:
16108         * gst/debug/Makefile.am:
16109         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16110         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16111         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16112         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16113         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16114           Port to 0.9 and re-enable efence plugin.
16115
16116 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16117
16118         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16119         (gst_flacdec_write), (gst_flacdec_convert_src):
16120         * ext/flac/gstflacdec.h:
16121           Add support for flac files with 24/32 bits per sample; and misc.
16122           minor clean-ups. Seeking is still partly broken (for me at least).
16123
16124 2005-09-06  Wim Taymans  <wim@fluendo.com>
16125
16126         * gst/rtp/Makefile.am:
16127         * gst/rtp/gstrtp.c: (plugin_init):
16128         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16129         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16130         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16131         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16132         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16133         (gst_rtpmp4vdec_plugin_init):
16134         * gst/rtp/gstrtpmp4vdec.h:
16135         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16136         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16137         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16138         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16139         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16140         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16141         * gst/rtp/gstrtpmp4venc.h:
16142         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16143         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16144         Added mpeg4 video payload encoder/decoder.
16145         Added some docs in mpa payloader.
16146
16147 === release 0.9.1 ===
16148
16149 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16150
16151         * NEWS:
16152         * README:
16153         * RELEASE:
16154         * autogen.sh:
16155         * configure.ac:
16156           releasing 0.9.1, "Blondie"
16157
16158 2005-09-05  Andy Wingo  <wingo@pobox.com>
16159
16160         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16161         here from the state change handler, so we fire signals without
16162         holding the state lock.
16163
16164 2005-09-02  Andy Wingo  <wingo@pobox.com>
16165
16166         * All plugins updated for element state changes.
16167
16168 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16169
16170         * Makefile.am:
16171         * check/.cvsignore:
16172         * check/Makefile.am:
16173         * check/elements/.cvsignore:
16174         * check/elements/level.c: (setup_level), (cleanup_level),
16175         (GST_START_TEST), (level_suite), (main):
16176           add a test for level
16177         * common/release.mak:
16178           move the enum checking to release.mak
16179         * configure.ac:
16180           add valgrind and check checking
16181         * gst/level/gstlevel.c: (gst_level_transform):
16182         * gst/level/gstlevel.h:
16183           fix Andy's cast bug
16184           convert a field to int
16185           fix the arithmetic to int when checking for emit so that a
16186           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16187
16188 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16189
16190         * Makefile.am:
16191         * configure.ac:
16192           add docs to build
16193         * common/plugins.xsl:
16194           wrap Description into a refsect2
16195         * docs/Makefile.am:
16196         * docs/plugins/Makefile.am:
16197         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16198         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16199         * gst/goom/Makefile.am:
16200         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16201         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16202         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16203         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16204         (gst_goom_change_state):
16205         * gst/goom/gstgoom.h:
16206           GstGOOM -> GstGoom
16207           add an example launch line
16208         * gst/level/gstlevel.h:
16209         * gst/monoscope/gstmonoscope.c:
16210           cleanups
16211
16212 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16213
16214         * configure.ac:
16215         * docs/plugins/Makefile.am:
16216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16217         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16218         * docs/plugins/gst-plugins-good-plugins.types:
16219           document elements and plugins.  Shazam !
16220
16221 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16222
16223         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16224           be found under doc/random/ChangeLog-0.8