gst/matroska/: Handle return values from pull_range in a more granular way to properl...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5         (gst_ebml_read_element_length), (gst_ebml_peek_id),
6         (gst_ebml_read_skip), (gst_ebml_read_buffer),
7         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
8         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
9         (gst_ebml_read_date), (gst_ebml_read_master),
10         (gst_ebml_read_binary), (gst_ebml_read_header):
11         * gst/matroska/ebml-read.h:
12         * gst/matroska/matroska-demux.c:
13         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
14         (gst_matroska_demux_read_track_encodings),
15         (gst_matroska_demux_add_stream),
16         (gst_matroska_demux_handle_src_query),
17         (gst_matroska_demux_handle_seek_event),
18         (gst_matroska_demux_init_stream),
19         (gst_matroska_demux_parse_tracks),
20         (gst_matroska_demux_parse_index_cuetrack),
21         (gst_matroska_demux_parse_index_pointentry),
22         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
23         (gst_matroska_demux_parse_metadata_id_simple_tag),
24         (gst_matroska_demux_parse_metadata_id_tag),
25         (gst_matroska_demux_parse_metadata),
26         (gst_matroska_demux_sync_streams),
27         (gst_matroska_demux_push_hdr_buf),
28         (gst_matroska_demux_push_flac_codec_priv_data),
29         (gst_matroska_demux_push_xiph_codec_priv_data),
30         (gst_matroska_demux_add_wvpk_header),
31         (gst_matroska_demux_check_subtitle_buffer),
32         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
33         (gst_matroska_demux_parse_cluster),
34         (gst_matroska_demux_parse_contents_seekentry),
35         (gst_matroska_demux_parse_contents),
36         (gst_matroska_demux_loop_stream_parse_id),
37         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
38         * gst/matroska/matroska-demux.h:
39         * gst/matroska/matroska-ids.h:
40         Handle return values from pull_range in a more granular way to properly
41         shut down on seeks.
42         Combine return values from push.
43         Implement proper error handling.
44         Prepare for handling seeking correctly.
45
46 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
47
48         * gst/matroska/ebml-read.c:
49         Use GINT64 formatting constants from GLIB.
50
51         * gst/matroska/matroska-demux.c:
52         Add some guards to avoid a possible division by 0 and crashing
53         with NULL events on some systems.
54         Use gst_gdouble_to_guint64 somewhere instead of an implicit
55         conversion. 
56
57         * gst/matroska/matroska-mux.c:
58         Check for invalid timestamps in a bunch of places to avoid
59         writing bogus durations into the output file.
60         Fix some double<->gint64 conversions that weren't using
61         gst_guint64_to_gdouble
62
63 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
64
65         * configure.ac:
66         Move the checks for bison, flex and as to the program section and the
67         check for gcc inline asm to the compiler characteristics section.
68
69 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
70
71         * configure.ac:
72         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
73         plug-ins are included/excluded. (#498222)
74
75 2008-02-29  Michael Smith <msmith@fluendo.com>
76
77         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
78           Don't call gst_object_sync_values() unless we have a valid timestamp.
79
80 2008-02-28  David Schleef  <ds@schleef.org>
81
82         * gst/matroska/matroska-demux.c:
83         * gst/matroska/matroska-ids.h:
84         * gst/matroska/matroska-mux.c:
85           Fix Dirac mapping.  I had previously added a VfW-type
86           mapping, but it looks like Dirac will get a native Matroska
87           mapping, and this is the most likely method.
88
89 2008-02-28  David Schleef  <ds@schleef.org>
90
91         * gst/avi/gstavimux.c: Add Dirac encoding
92
93 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
94
95         Patch by: Peter Kjellerstedt <pkj at axis com>
96
97         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
98         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
99         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
100         * gst/udp/gstudpsrc.h:
101         Port to GstPoll. See #505417.
102
103 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
104
105         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
106         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
107         yet on the srcpad. We need rate and channels before we
108         can do any processing. Fixes bug #519088.
109
110 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
111
112         * configure.ac:
113         Detect and indicate if GCC inline assembly syntax is
114         available.
115
116         * gst/goom/Makefile.am:
117         * gst/goom/convolve_fx.c:
118         * gst/goom/flying_stars_fx.c:
119         * gst/goom/goom_config.h:
120         * gst/goom/goom_core.c:
121         * gst/goom/goomsl.c:
122         * gst/goom/ifs.c:
123         * gst/goom/mmx.c:
124         * gst/goom/plugin_info.c:
125         * gst/goom/xmmx.c:
126         Fix various GCC-isms, and only build the inline assembly
127         with compilers that support GCC inline assembly.
128
129         Fix a couple of other warnings shown with Forte.
130
131 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
132
133         * gst/goom/xmmx.c:
134           Use 'emms' instead of 'femms' to not crash on cpus that do not
135           implement this 3dnow specific instruction.
136
137 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
138
139         * gst/goom/plugin_info.c: (setOptimizedMethods):
140         Use extended MMX for draw_line() too if available, not only
141         normal MMX.
142
143 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
144
145         * ext/jpeg/gstjpeg.c: (plugin_init):
146         Remove (commented out) smoke typefinder. This is in base now.
147
148 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
149
150         * gst/goom2k1/Makefile.am:
151         * gst/goom2k1/gstgoom.c:
152
153         Rename the installed library, and don't register the same 
154         GType name as the new goom.
155
156 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
157
158         * configure.ac:
159         * ext/taglib/Makefile.am:
160           Check for and define ERROR_CXXFLAGS and use them when building
161           C++ code (#516509).
162
163 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
164
165         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
166         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
167           (setOptimizedMethods):
168           Call oil_init(), otherwise oil_get_cpu_flags() won't return
169           anything useful. Export goom debug category so we can get
170           rid of the VERBOSE define and the printfs.
171
172 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
173
174         * gst/goom/goomsl_heap.c: (align_it):
175         * gst/goom/plugin_info.c: (setOptimizedMethods):
176           Compile fixes for x86-64.
177
178 2008-02-23  Bastien Nocera  <hadess@hadess.net>
179
180         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
181         with warnings, but add other CFLAGS
182
183         * gst/goom/goomsl.c (gsl_instr_set_namespace),
184         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
185         (calculate_labels), (gsl_read_file):
186         * gst/goom/goomsl_lex.l:
187         * gst/goom/goomsl_yacc.y:
188         * gst/goom/plugin_info.c: Remove a few live printf, and
189         fprintf, replace exit() calls with g_assert_not_reached()
190         if it not optimal for a library
191
192 2008-02-23  Bastien Nocera  <hadess@hadess.net>
193
194         * gst/goom/Makefile.am: Remove the warnings being disabled,
195         fix linkage on x86, spotted by Sebastian Dröge
196         <slomo@circular-chaos.org>
197
198         * gst/goom/convolve_fx.c (convolve_init),
199         (create_output_with_brightness), (convolve_apply):
200         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
201         * gst/goom/goomsl.c:
202         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
203         * gst/goom/plugin_info.c:
204         * gst/goom/tentacle3d.c (tentacle_fx_create):
205         Fix warnings, and disable the motifs in the convolve_fx
206         plugin (they were causing warnings, and they were just
207         "Goom" in funny letterring)
208
209 2008-02-23  Bastien Nocera  <hadess@hadess.net>
210
211         * configure.ac: Add checks for Flex/Yacc/Bison and other
212         furry animals, for the new goom 2k4 based plugin
213
214         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
215         CPU optimisations (not working yet), move the old plugin to...
216
217         * gst/goom2k1/*: ... here, in case somebody is sick enough
218
219         Fixes #515073
220
221 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
222
223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
224         Post the server response code in an error message instead of a generic
225         'error' message. Fixes #517237.
226
227 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
228
229         * tests/check/Makefile.am:
230         Ignore gconfaudiosrc for the states unit test too. It will fallback
231         to alsasrc if the gconf settings can't be read and not everybody has
232         alsa.
233
234 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
235
236         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
237         (gst_wavpack_parse_create_src_pad):
238         * ext/wavpack/gstwavpackparse.h:
239         Always report the duration if we know it in push mode and don't
240         return 0 just to make totem believe we can't seek in push mode.
241         Newer totem version use the SEEKING query which properly reports
242         if we can seek or not.
243
244 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
245
246         Patch by: Jens Granseuer <jensgr at gmx dot net>
247
248         * tests/examples/equalizer/demo.c: (main):
249         C89 fix, moving variable declarations to the beginning of
250         the block. Fixes bug #517933.
251
252 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
253
254         * configure.ac:
255         Back to development...
256
257 === release 0.10.7 ===
258
259 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
260
261         * configure.ac:
262           releasing 0.10.7, "Red Door Black"
263
264 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
265
266         * gst/alpha/Makefile.am:
267         Link alpha plugin with libgstbase. Fixes bug #517386.
268
269 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
270
271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
272         Init values to -1 instead of the default 0 value.
273         Fixes #516524.
274
275 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
276
277         * tests/examples/spectrum/spectrum-example.c:
278         Add missing include to fix compilation when libxml usage is disabled.
279         Fixes: #516371
280
281 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
282
283         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
284         fixes: #514889
285
286         * gst/rtp/gstrtph264pay.c:
287         * gst/rtp/gstrtpmp4gdepay.c:
288         * gst/rtp/gstrtpmp4gpay.c:
289         * gst/rtp/gstrtpmp4gpay.h:
290         * gst/rtp/gstrtptheorapay.c:
291         * gst/rtp/gstrtpvorbispay.c:
292
293         Fix various leaks shown up in valgrind
294         - free sprops and buffer in error cases in H264 payloader
295         - fix leak in mp4g depayloader when construction the caps
296         - don't leak config string in the mp4g payloader
297         - don't leak buffers and headers in theora and vorbis payloaders
298
299         * tests/check/elements/rtp-payloading.c:
300
301         Fix the RTP data test
302         - Actually send valid amr data to the payloader instead of 20
303         zero-bytes
304         - The mp4g payloader expects codec_data on the caps
305
306 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
307
308         * win32/MANIFEST:
309         Add libgstpng.dsp to MANIFEST.
310         * win32/vs6/libgstaudiofx.dsp:
311         Add new source files to VS project file.
312
313 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
314
315         * sys/ximage/gstximagesrc.c:
316         Initialise variables when opening the X display rather
317         than in _start(), as the display can be opened before that.
318
319         Fixes: #515985
320
321 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
322
323         * sys/directdraw/gstdirectdrawsink.c:
324         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
325         (gst_directdraw_sink_finalize):
326         Properly chain up finalize functions. Fixes bug #515980.
327
328 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
329
330         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
331         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
332         (gst_v4l2_buffer_pool_class_init):
333         Chain up the finalize functions. Fixes bug #515984.
334
335 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
336
337         * sys/ximage/ximageutil.c:
338         Chain up in the finalize function for our custom
339         buffer sub-class.
340         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
341         Fixes: #515706
342
343 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
344
345         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
346         (gst_fenced_buffer_class_init):
347         Properly chain up finalize method. Fixes bug #515979.
348
349 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
350
351         * sys/ximage/gstximagesrc.c:
352         Free allocated Damage memory before closing our connection to the
353         X server. Partially fixes: #515706
354
355 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
356
357         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
358         * tests/check/Makefile.am:
359         * tests/check/gst-plugins-good.supp:
360         Add a few libjpeg suppressions and initialize a variable to
361         make smokeenc valgrind clean. Fixes bug #515701.
362
363 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
364
365         * gst/avi/gstavidemux.c:
366         Revert patch which sends timestamps only on keyframes, as it
367         breaks playback with current gst-ffmpeg.
368
369         Fixes: #515562
370
371 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
372
373         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
374         * tests/check/elements/multifile.c: (GST_START_TEST):
375         Close some memory leaks spotted by the unit test. Fixes bug #515697.
376
377 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
378
379         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
380         Use and unset the GError when pipeline creation fails instead of
381         simply leaking it. Fixes bug #515704.
382
383 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
384
385         * gst/audiofx/audioamplify.c:
386         * gst/audiofx/audiochebband.c:
387         * gst/audiofx/audiocheblimit.c:
388         * gst/audiofx/audiodynamic.c:
389         * gst/audiofx/audioinvert.c:
390         * gst/audiofx/audiopanorama.c:
391         * gst/audiofx/audiowsincband.c:
392         * gst/audiofx/audiowsinclimit.c:
393         Fix long description of audiofx elements. Fixes bug #515457.
394
395 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
396
397         * docs/plugins/Makefile.am:
398         * gst/spectrum/gstspectrum.c:
399         * tests/examples/spectrum/.cvsignore:
400         * tests/examples/spectrum/Makefile.am:
401         * tests/examples/spectrum/spectrum-example.c:
402
403         Add a simple example application for the spectrum element, include it
404         in the docs, and fix some documentation ambiguities.
405
406         Fixes: #348085
407
408 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
409
410         * gst/equalizer/Makefile.am:
411         * gst/spectrum/Makefile.am:
412         Fix includes order
413
414         * tests/check/Makefile.am:
415         Exclude v4l2src from the states test - it takes too long to start.
416
417         * tests/check/elements/spectrum.c:
418         Make the test run properly with CK_FORK=no
419
420 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
421
422         * gst/audiofix/Makefile.am: add missing header files 
423
424 2008-02-08  Julien Moutte  <julien@fluendo.com>
425
426         * gst/matroska/matroska-demux.c:
427         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
428         keyframe and delta units correctly when dealign with a BlockGroup.
429         Fixes: #514397
430
431 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
432
433         * tests/check/elements/.cvsignore:
434         Spell the new tests correctly in .cvsignore
435
436 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
437
438         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
439           Need to use gsize here for the size, fixes compiler warning.
440
441         * tests/examples/equalizer/.cvsignore:
442         * tests/examples/equalizer/Makefile.am:
443         * tests/examples/spectrum/.cvsignore:
444         * tests/examples/spectrum/Makefile.am:
445           Add missing files to fix the build.
446
447 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
448
449         * configure.ac:
450         * docs/plugins/Makefile.am:
451         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
452         * docs/plugins/gst-plugins-good-plugins-sections.txt:
453         * docs/plugins/gst-plugins-good-plugins.args:
454         * docs/plugins/gst-plugins-good-plugins.hierarchy:
455         * docs/plugins/inspect/plugin-multifile.xml:
456         * tests/check/Makefile.am:
457         * tests/check/elements/.cvsignore:
458
459         Move multifile plugin from -bad.
460         Fixes: #490283
461
462 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
463
464         * configure.ac:
465         * docs/plugins/Makefile.am:
466         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
468         * docs/plugins/gst-plugins-good-plugins.args:
469         * docs/plugins/gst-plugins-good-plugins.hierarchy:
470         * docs/plugins/inspect/plugin-spectrum.xml:
471         * gst/spectrum/Makefile.am:
472         * tests/check/Makefile.am:
473         * tests/check/elements/.cvsignore:
474         * tests/examples/Makefile.am:
475
476         Move spectrum plugin from -bad.
477         Move examples into tests/examples/spectrum.
478
479 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
480
481         * configure.ac:
482         * docs/plugins/Makefile.am:
483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
484         * docs/plugins/gst-plugins-good-plugins-sections.txt:
485         * docs/plugins/gst-plugins-good-plugins.args:
486         * docs/plugins/gst-plugins-good-plugins.hierarchy:
487         * docs/plugins/gst-plugins-good-plugins.interfaces:
488         * docs/plugins/inspect/plugin-equalizer.xml:
489         * gst/equalizer/Makefile.am:
490         * tests/check/Makefile.am:
491         * tests/examples/Makefile.am:
492         Move the equalizer plugin across from -bad
493
494         * tests/check/elements/.cvsignore:
495         Add equalizer, audiosincwband and audiosincwlimit
496
497         * tests/check/elements/equalizer.c:
498         Fix compiler warnings
499
500         Fixes: #415627
501
502 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
503
504         * configure.ac:
505         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
506         are treated like releases and build without it.
507
508 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
509
510         * docs/plugins/Makefile.am:
511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
513         * docs/plugins/gst-plugins-good-plugins.args:
514         * docs/plugins/inspect/plugin-audiofx.xml:
515         * gst/audiofx/Makefile.am:
516         * gst/audiofx/audiofx.c:
517         * gst/audiofx/audiowsincband.c:
518         * gst/audiofx/audiowsincband.h:
519         * gst/audiofx/audiowsinclimit.c:
520         * gst/audiofx/audiowsinclimit.h:
521         * tests/check/Makefile.am:
522         * tests/check/elements/audiowsincband.c:
523         * tests/check/elements/audiowsinclimit.c:
524
525         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
526         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
527         respectively.
528
529         Fixes: #467666
530
531 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
532
533         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
534         * tests/check/elements/icydemux.c:
535           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
536           caps, and add a somewhat useful debug message. Plus test.
537
538 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
539
540         * gst/rtsp/gstrtspsrc.c:
541         Include unistd.h only if HAVE_UNISTD_H is defined
542         * win32/common/config.h.in:
543         * win32/common/config.h:
544         Define socklen_t as it seems it's not defined in default 
545         Visual Studio headers.
546         * win32/vs6/libgstalpha.dsp:
547         * win32/vs6/libgstapetag.dsp:
548         * win32/vs6/libgstavi.dsp:
549         * win32/vs6/libgstrtp.dsp:
550         * win32/vs6/libgstrtsp.dsp:
551         * win32/vs6/libgstvideomixer.dsp:
552         Update project file dependencies and add new source files       
553
554 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
555
556         Patch by: Bjarne Rosengren <bjarne at axis dot com>
557
558         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
559         Don't leak buffers when we don't push them downstream.
560         Fixes bug #514965.
561
562 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
563
564         * configure.ac:
565           Bump requirements to (good) released versions to avoid
566           confusion and make implicit core requirement explicit.
567
568 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
569
570         * docs/plugins/Makefile.am:
571         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
572         * docs/plugins/gst-plugins-good-plugins-sections.txt:
573         * docs/plugins/gst-plugins-good-plugins.args:
574         * docs/plugins/inspect/plugin-audiofx.xml:
575         * gst/audiofx/Makefile.am:
576         * gst/audiofx/audiochebband.c:
577         * gst/audiofx/audiochebband.h:
578         * gst/audiofx/audiocheblimit.c:
579         * gst/audiofx/audiocheblimit.h:
580         * gst/audiofx/audiochebyshevfreqband.c:
581         * gst/audiofx/audiochebyshevfreqband.h:
582         * gst/audiofx/audiochebyshevfreqlimit.c:
583         * gst/audiofx/audiochebyshevfreqlimit.h:
584         * gst/audiofx/audiofx.c:
585         * tests/check/Makefile.am:
586         * tests/check/elements/.cvsignore:
587         * tests/check/elements/audiochebband.c:
588         * tests/check/elements/audiocheblimit.c:
589         * tests/check/elements/audiochebyshevfreqband.c:
590         * tests/check/elements/audiochebyshevfreqlimit.c:
591
592         Rename audiochebyshevfreqband -> audiochebband and
593         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
594         surgery.
595
596         Closes: #491811
597
598 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         Patch by: Orjan Friberg <orjanf at axis dot com>
601
602         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
603         Fix caps memory leak. Fixes #514573.
604
605 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
606
607         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
608         If there's no entries in the subindex, don't try to do anything stupid,
609         just return.
610
611 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
612
613         Patch by: John Millikin <jmillikin at gmail dot com>
614
615         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
616           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
617           Fix extraction of picture blocks with newer libflac versions again:
618           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
619
620 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
621
622         * tests/check/Makefile.am:
623           Add rtp-payloading test to VALGRIND_TO_FIX.
624
625         * tests/check/elements/rtp-payloading.c:
626           Add semicolons after GST_TEST_END so gst-indent gets the
627           formatting right; make test less verbose in general, but
628           more verbose in the error case (which should probably
629           make the test fail anyway).
630
631 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
632
633         * docs/plugins/Makefile.am:
634         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
635         * docs/plugins/gst-plugins-good-plugins-sections.txt:
636         * gst/avi/gstavisubtitle.c:
637         Add documentation for avisubtitle and change class to
638         Codec/Parser/Subtitle
639
640 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
641
642         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
643         Treat ENOTTY (driver does not implement ioctl) the same as
644         EINVAL since it implies there are no available standards.
645
646         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
647         (gst_v4l2src_get_nearest_size):
648         Replace gst_v4l2src_get_size_limits with 2 calls to new function
649         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
650         probe if the driver does not support VIDIOC_TRY_FMT for whatever
651         reason, and if we aren't yet actively capturing.
652
653         * sys/v4l2/v4l2src_calls.h:
654         Remove replaced function declaration.
655
656 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
657
658         * configure.ac:
659         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
660         API.
661
662 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
663
664         * configure.ac:
665         Fix typo.
666
667 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
668
669         * gst/alpha/Makefile.am:
670         * gst/alpha/gstalpha.c:
671
672         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
673         some stuff, and making buffer-alloc and resizing work automatically.
674         No longer crashes on odd frame widths and heights, although there
675         seems to be a disagreement with ffmpegcolorspace about what size
676         an AYUV frame with odd height should be.
677
678 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
679
680         Patch by: Alessandro Decina <alessandro at nnva dot org>
681
682         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
683         * ext/libpng/gstpngenc.h:
684         Preallocate the output buffer so that g_memdup() and
685         gst_buffer_merge() aren't needed anymore. This greatly improves
686         performances and fixes #512544.
687
688 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
689
690         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
691         (gst_avi_demux_stream_data):
692         GStreamer timestamps are PTS values while AVI only knows about DTS
693         timestamps. Make sure we only copy the DTS as the buffer timestamp when
694         we are dealing with a key frame.
695
696 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
697
698         * tests/check/Makefile.am:
699         * tests/check/elements/.cvsignore:
700         * tests/check/elements/rtp-payloading.c:
701           Add add testsuite for the rtp-payloader that tries simulating
702           dataflow. Needs more test data.
703
704 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
705
706         * tests/check/elements/alphacolor.c:
707           Remove two unused variables.
708
709 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
710
711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
712           Use g_ascii_strtoll() instead of atoll, which is only
713           available in C99.
714
715 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
716
717         * gst/rtp/Makefile.am:
718         * gst/rtp/gstrtp.c:
719         * gst/rtp/gstrtpmpvpay.c:
720         * gst/rtp/gstrtpmpvpay.h:
721         Add MPEG2 video payloader
722
723 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
724
725         * gst/level/gstlevel.c:
726         Use #include <math.h> instead of #include "math.h".
727
728 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
729
730         * tests/check/Makefile.am:
731         Fix up some CFLAGS sets.
732         Don't include gconfvideosrc in the states test.
733
734         * tests/check/elements/autodetect.c: (GST_START_TEST):
735         Add some error strings to fail_unless arguments to fix some weird
736         compiler errors on Solaris.
737
738 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
739
740         * configure.ac:
741         Detect video4linux headers on Solaris too.
742         * sys/v4l2/gstv4l2colorbalance.h:
743         * sys/v4l2/gstv4l2object.h:
744         * sys/v4l2/v4l2_calls.c:
745         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
746         (gst_v4l2_buffer_new):
747
748         Make v4l2 build on Solaris.
749         Patch by: Brian Cameron  <brian.cameron at sun dot com>
750         Fixes: #510505
751
752 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
753
754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
755           Update list from (still local) scanning script.
756
757 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
758
759         Based on a patch by:
760             Victor STINNER <victor dot stinner at haypocalc dot com>
761
762         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
763         Set variable to NULL after freeing it to prevent double frees
764         or make failures by another use of it afterwards more obvious
765         and fix use of it after the freeing. Fixes bug #510592.
766
767 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
768
769         * gst/udp/gstmultiudpsink.c:
770         use GST_WARNING for logging
771
772 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
773
774         * gst/udp/gstmultiudpsink.c:
775         Don't try to leave a multicast group with an invalid socket
776
777 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
778
779         * ext/flac/gstflacdec.c:
780           Fix compilation against flac 1.1.2 (as on debian stable), where
781           the picture metadata defines and structs don't exist yet.
782           Fixes #509301.
783
784 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
785
786         Patch by: Olivier Crete <tester at tester dot ca>
787
788         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
789         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
790         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
791         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
792         * gst/udp/gstmultiudpsink.h:
793         Add property to automatically join a multicast group or not. This can be
794         useful when sharing a socket between multiple elements.
795         Fixes #509531.
796
797 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
798
799         * gst/videomixer/Makefile.am:
800           Add controller flags.
801
802 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
803
804         * gst/videomixer/videomixer.c:
805           Also commit the missing gst_object_sync_values().
806
807 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
808
809         * docs/plugins/Makefile.am:
810           Remove duplicate entry.
811
812 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
813
814         * docs/plugins/Makefile.am:
815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
817         * docs/plugins/inspect/plugin-gamma.xml:
818         * docs/plugins/inspect/plugin-monoscope.xml:
819         * docs/plugins/inspect/plugin-video4linux2.xml:
820           Add 3 more plugins to docs.
821
822 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
823
824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
825         * sys/osxvideo/osxvideosink.h:
826           Revert previous change caused by a file that got stuck on an old
827           revision.
828
829 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
830
831         * docs/plugins/gst-plugins-good-plugins-sections.txt:
832         * gst/multipart/Makefile.am:
833         * gst/multipart/multipartdemux.c:
834         * gst/multipart/multipartdemux.h:
835         * gst/multipart/multipartmux.c:
836         * gst/multipart/multipartmux.h:
837           Re-add multipartdemux to the docs. Last round of section cleanup.
838
839 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
840
841         * docs/plugins/Makefile.am:
842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
843         * sys/osxaudio/gstosxaudiosink.h:
844         * sys/osxvideo/osxvideosink.h:
845           Managed to resolve most unused declarations. Filed a bug for one left.          
846
847 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
848
849         * docs/plugins/gst-plugins-good-plugins-sections.txt:
850           Cleanup section file.
851
852 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
853
854         * docs/plugins/Makefile.am:
855         * docs/plugins/gst-plugins-good-plugins.args:
856         * docs/plugins/gst-plugins-good-plugins.signals:
857         * docs/plugins/inspect/plugin-alaw.xml:
858         * docs/plugins/inspect/plugin-alpha.xml:
859         * docs/plugins/inspect/plugin-alphacolor.xml:
860         * docs/plugins/inspect/plugin-annodex.xml:
861         * docs/plugins/inspect/plugin-apetag.xml:
862         * docs/plugins/inspect/plugin-audiofx.xml:
863         * docs/plugins/inspect/plugin-auparse.xml:
864         * docs/plugins/inspect/plugin-autodetect.xml:
865         * docs/plugins/inspect/plugin-avi.xml:
866         * docs/plugins/inspect/plugin-cairo.xml:
867         * docs/plugins/inspect/plugin-cdio.xml:
868         * docs/plugins/inspect/plugin-cutter.xml:
869         * docs/plugins/inspect/plugin-debug.xml:
870         * docs/plugins/inspect/plugin-dv.xml:
871         * docs/plugins/inspect/plugin-efence.xml:
872         * docs/plugins/inspect/plugin-effectv.xml:
873         * docs/plugins/inspect/plugin-flac.xml:
874         * docs/plugins/inspect/plugin-flxdec.xml:
875         * docs/plugins/inspect/plugin-gconfelements.xml:
876         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
877         * docs/plugins/inspect/plugin-goom.xml:
878         * docs/plugins/inspect/plugin-halelements.xml:
879         * docs/plugins/inspect/plugin-icydemux.xml:
880         * docs/plugins/inspect/plugin-id3demux.xml:
881         * docs/plugins/inspect/plugin-jpeg.xml:
882         * docs/plugins/inspect/plugin-ladspa.xml:
883         * docs/plugins/inspect/plugin-level.xml:
884         * docs/plugins/inspect/plugin-matroska.xml:
885         * docs/plugins/inspect/plugin-mulaw.xml:
886         * docs/plugins/inspect/plugin-multipart.xml:
887         * docs/plugins/inspect/plugin-navigationtest.xml:
888         * docs/plugins/inspect/plugin-png.xml:
889         * docs/plugins/inspect/plugin-quicktime.xml:
890         * docs/plugins/inspect/plugin-rtp.xml:
891         * docs/plugins/inspect/plugin-rtsp.xml:
892         * docs/plugins/inspect/plugin-shout2send.xml:
893         * docs/plugins/inspect/plugin-smpte.xml:
894         * docs/plugins/inspect/plugin-speex.xml:
895         * docs/plugins/inspect/plugin-taglib.xml:
896         * docs/plugins/inspect/plugin-udp.xml:
897         * docs/plugins/inspect/plugin-videobalance.xml:
898         * docs/plugins/inspect/plugin-videobox.xml:
899         * docs/plugins/inspect/plugin-videocrop.xml:
900         * docs/plugins/inspect/plugin-videoflip.xml:
901         * docs/plugins/inspect/plugin-videomixer.xml:
902         * docs/plugins/inspect/plugin-wavenc.xml:
903         * docs/plugins/inspect/plugin-wavpack.xml:
904         * docs/plugins/inspect/plugin-wavparse.xml:
905           Update plugin docs.
906
907         * gst/videomixer/Makefile.am:
908         * gst/videomixer/videomixer.c:
909         * gst/videomixer/videomixer.h:
910         * gst/videomixer/videomixerpad.h:
911           Split out header to fix warnings from the doc-build.
912
913 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
916
917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
918         Use atoll to parse the rtptime with enough precision. Fixes #509329.
919
920 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
921
922         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
923         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
924           Initialise variables to work around (false) 'foo might be used
925           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
926
927 2008-01-11  David Schleef  <ds@schleef.org>
928
929         * docs/plugins/.cvsignore:
930         * tests/check/pipelines/.cvsignore:
931           Ignore more files for the buildbot.
932
933 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
934
935         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
936         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
937         Generate the image-type values correctly. Leave them out of the caps
938         when outputting a "preview image" tag, since it only makes sense
939         to have one of those - the type is irrelevant.
940
941         * sys/sunaudio/gstsunaudiomixerctrl.c:
942         (gst_sunaudiomixer_ctrl_open):
943         If we can, mark the mixer multiple open when we use it, in case
944         (for some reason) the process wants to open it again elsewhere.
945
946 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
947
948         Patch by: Olivier Crete <tester at tester dot ca>
949
950         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
951         * gst/rtp/gstrtptheorapay.c:
952         Fix the clock rate to 90000 as required by the RFC.
953         Fixes #508644.
954
955 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
956
957         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
958           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
959
960 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
961
962         * autogen.sh:
963           Add -Wno-portability to the automake parameters to stop warnings
964           about GNU make extensions being used. We require GNU make in almost
965           every Makefile anyway.
966           
967         * configure.ac:
968           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
969           at the same time is required for per target flags.
970
971 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
972
973         * gst/videomixer/videomixer.c: (gst_videomixer_init):
974         Fix error from my last commit.
975
976 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
977
978         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
979
980         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
981           Make sure the ISO 639-X language code in ID3v2 COMM frames
982           is actually valid UTF-8 (or rather: ASCII), so we don't end
983           up with non-UTF8 strings in tags if there's garbage in the
984           language field. Also make sure the language code is always
985           lower case. Fixes: #508291.
986
987 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
988
989         * ChangeLog:
990           Fix ChangeLog typo.
991
992 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
993
994         * Makefile.am:
995           Include lcov.mak to allow building coverage reports. Guard
996           check-torture target like in the other packages.
997
998 2008-01-09  Sameer Naik  <sameer@damagehead.com>
999
1000         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1001
1002         * gst/videomixer/videomixer.c:
1003         (gst_videomixer_set_master_geometry), (_do_init),
1004         (gst_videomixer_child_proxy_get_child_by_index),
1005         (gst_videomixer_child_proxy_get_children_count),
1006         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1007         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1008         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1009         Implement GstChildProxy interface.
1010         Send newsegment at the right moment
1011         Fixes #488879
1012
1013 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1014
1015         * gst/alpha/Makefile.am:
1016         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1017         (gst_alpha_sink_event), (gst_alpha_chain),
1018         (gst_alpha_change_state), (plugin_init):
1019         Make the various properties of 'alpha' controllable. This allows doing
1020         niceties like fade-in/fade-out.
1021
1022 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1023
1024         * gst/rtp/gstasteriskh263.c:
1025         * gst/rtp/gstrtpL16depay.c:
1026         * gst/rtp/gstrtpac3depay.c:
1027         * gst/rtp/gstrtpamrpay.c:
1028         * gst/rtp/gstrtpdepay.c:
1029         * gst/rtp/gstrtpgsmdepay.c:
1030         * gst/rtp/gstrtph263depay.c:
1031         * gst/rtp/gstrtph263pdepay.c:
1032         * gst/rtp/gstrtph263ppay.c:
1033         * gst/rtp/gstrtph264depay.c:
1034         * gst/rtp/gstrtph264pay.c:
1035         * gst/rtp/gstrtpmp2tdepay.c:
1036         * gst/rtp/gstrtpmp4adepay.c:
1037         * gst/rtp/gstrtpmp4gdepay.c:
1038         * gst/rtp/gstrtpmp4gpay.c:
1039         * gst/rtp/gstrtpmp4vdepay.c:
1040         * gst/rtp/gstrtpmpadepay.c:
1041         * gst/rtp/gstrtpmpvdepay.c:
1042         * gst/rtp/gstrtpsv3vdepay.c:
1043         * gst/rtp/gstrtptheoradepay.c:
1044         * gst/rtp/gstrtptheorapay.c:
1045         * gst/rtp/gstrtpvorbisdepay.c:
1046         * gst/rtp/gstrtpvorbispay.c:
1047           Remove copy/paste unused code (property setters and getter) found by
1048           the coverage suite (yay, saves ~20k on disk).
1049
1050 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1053           (videosink_templ):
1054           Also fix up pad templates to indicate that image/jpeg doesn't
1055           absolutely require the framerate property to be set (#504081).
1056
1057 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1058
1059         Based on patch by: Wouter Cloetens  <wouter at mind be>
1060
1061         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1062           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1063           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1064         * gst/matroska/matroska-mux.h:
1065           Keep track of first and last timestamps for each incoming stream,
1066           so we can calculate the total duration for live sources and other
1067           input where we can't query the duration from the start or where
1068           there's no constant framerate from which we can deduce the
1069           duration; also use calculated/observed duration if it is bigger
1070           than the previously queried duration. Furthermore, use
1071           gst_pad_query_peer_duration() and take into account that it may
1072           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1073           screws up comparisons when using unsigned integers. Fixes #504081.
1074
1075 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1076
1077         * configure.ac:
1078         * gst/audiofx/audioamplify.c:
1079         (gst_audio_amplify_clipping_method_get_type),
1080         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1081         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1082         (gst_audio_dynamic_transform_ip):
1083         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1084         (gst_audio_invert_transform_ip):
1085         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1086         (gst_audio_panorama_transform):
1087         * gst/level/gstlevel.c: (gst_level_init):
1088         Make elements GST_BUFFER_FLAG_GAP aware and call
1089         gst_base_transform_set_gap_aware for this.
1090         Bump core requirement to CVS.
1091         
1092         * gst/audiofx/audiochebyshevfreqband.c:
1093         (gst_audio_chebyshev_freq_band_transform_ip):
1094         * gst/audiofx/audiochebyshevfreqlimit.c:
1095         (gst_audio_chebyshev_freq_limit_transform_ip):
1096         Also sync GObject properties to the controller if operating
1097         in passthrough mode.
1098
1099 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * sys/directdraw/gstdirectdrawsink.c:
1102           (gst_directdraw_sink_window_thread):
1103           FALSE is not a gpointer.
1104
1105 2008-01-05  Julien Moutte  <julien@fluendo.com>
1106
1107         * sys/directdraw/gstdirectdrawsink.c:
1108         (gst_directdraw_sink_set_window_id),
1109         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1110         (gst_directdraw_sink_buffer_alloc),
1111         (gst_directdraw_sink_draw_borders),
1112         (gst_directdraw_sink_show_frame),
1113         (gst_directdraw_sink_setup_ddraw),
1114         (gst_directdraw_sink_window_thread),
1115         (gst_directdraw_sink_get_ddrawcaps),
1116         (gst_directdraw_sink_surface_create): Make sure we create our
1117         internal window only when we need it. That will give a chance to
1118         the application to get the prepare-xwindow-id bus message. Draw
1119         black borders when keeping aspect ratio. Handle the case where our
1120         rendering window disappears (closed or errors) like other sinks
1121         do. Various 80 columns fixes, improve state change order. That
1122         element could need some more love.
1123
1124 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1125
1126         * ext/taglib/gstapev2mux.h:
1127         * ext/taglib/gstid3v2mux.h:
1128         Remove useless typedefs without new type name. Fixes a warning with
1129         gcc 4.3.
1130
1131 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1132
1133         Patch by: John Millikin <jmillikin at gmail dot com>
1134
1135         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1136         (gst_flac_dec_setup_stream_decoder),
1137         (gst_flac_normalize_picture_mime_type),
1138         (gst_flac_extract_picture_buffer),
1139         (gst_flac_dec_metadata_callback):
1140         Emit metadata messages when a PICTURE block is encountered.
1141         Fixes #506715.
1142
1143 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1144
1145         * gst/avi/gstavi.c:
1146         increase rank because no known issues anymore ...
1147         * gst/avi/gstavisubtitle.c:
1148         send subtitle name to the srcpad
1149
1150 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1151
1152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1153         * gst/rtsp/gstrtspsrc.h:
1154         Implement redirect for the DESCRIBE reply. Fixes #506025.
1155
1156 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1157
1158         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1159         Fix 'xyz may be used uninitialized' compiler warnings caused
1160         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1161         abort() in any case but properly report the error.
1162
1163 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1164
1165         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1166         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1167         * sys/ximage/gstximagesrc.c: (composite_pixel):
1168           Fix 'xyz may be used uninitialized' compiler warnings caused
1169           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1170           not really nice to abort in any case). Fixes #505745.
1171
1172 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1173
1174         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1175           Small unit test fix (has no practical impact at the moment,
1176           since we're only feeding utf8 and hence just create a sub-
1177           buffer for the output).
1178
1179 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1180
1181         * gst/avi/gstavisubtitle.c:
1182         * tests/check/elements/avisubtitle.c:
1183         Add seeking support for avi subtitle
1184
1185 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1186
1187         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1188         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1189         (gst_flac_dec_write):
1190         * ext/flac/gstflacdec.h:
1191         Remove some unused vars.
1192         Do more cleanup of leftover events and tags.
1193         Output tags after the segment event. Fixes #504018.
1194
1195 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1196
1197         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1198           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1199           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1200           Detect other UTF byte order markers and convert to UTF-8 as
1201           appropriate.
1202
1203 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1204
1205         * gst/avi/gstavisubtitle.c: (src_template),
1206           (gst_avi_subtitle_extract_utf8_file),
1207           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1208           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1209           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1210         * gst/avi/gstavisubtitle.h:
1211           Refactor a bit; fix name extraction; don't assume all the data
1212           in the chunk is actually subtitle data, there may be padding at
1213           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1214           file so it's there to send again after a seek (for future use).
1215
1216 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1217
1218         * gst/avi/Makefile.am:
1219         * gst/avi/gstavi.c:
1220         * gst/avi/gstavisubtitle.c:
1221         * gst/avi/gstavisubtitle.h:
1222         * tests/check/Makefile.am:
1223         * tests/check/elements/avisubtitle.c:
1224         * win32/common/config.h:
1225                 Add avi subtitle element for bug #442034. Need seeking support
1226                 and more support for character conversion.
1227
1228 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * Makefile.am:
1231           Include common/win32.mak for CRLF check of win32 project
1232           files (see #393626).
1233
1234         * win32/vs6/libgstpng.dsp:
1235           Fix line endings and do cvs admin -kb.
1236
1237 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1238
1239         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1240         Actually drop the buffers which are outside the currently configured
1241         segment instead of just emitting a WARNING.
1242
1243 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1244
1245         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1246         (gst_flac_dec_write):
1247         * ext/flac/gstflacdec.h:
1248         Send segments from the streaming thread. Fixes #502187.
1249         Fix segment seeking and a bunch of other seeking cases.
1250
1251 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1252
1253         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1254           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1255           which is where it would end up if the same information was
1256           put in a vorbis comment (don't think it's worth adding a
1257           new URI tag for this). Fixes #488112.
1258
1259 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1260
1261         * configure.ac:
1262           We need core/base 0.10.15 or later.
1263
1264 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1265
1266         Patch by: Mark Nauwelaerts <manauw skynet be>
1267
1268         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1269         Fix regression in stream numbering. Fixes #502655.
1270
1271 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1272
1273         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1274
1275         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1276         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1277         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1278         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1279         (gst_rtp_h264_pay_handle_buffer):
1280         * gst/rtp/gstrtph264pay.h:
1281         Use higher performance start-code searching.
1282         Parse NALs and store SPS, PPS and profile in the caps so that they can
1283         be used in the SDP. Fixes #502814.
1284
1285 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1286
1287         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1288         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1289           Init some structs to zero before we pass them to ioctl, which
1290           avoids valgrind warnings.  Also fix a small memory leak.
1291
1292 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1293
1294         Patch by: Wouter Cloetens <wouter at mind dot be>
1295
1296         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1297         Copy timestamp from input to output. Not very perfect yet but better
1298         than nothing. Fixes #503023.
1299
1300 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1301
1302         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1303           Also print a useful error message with the old Wavpack API
1304           if possible.
1305
1306 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * ext/wavpack/gstwavpackdec.c:
1309           More build fixes for old libwavpack versions: include config.h so
1310           that WAVPACK_OLD_API is actually defined as detected; only use
1311           WavpackGetErrorMessage if it is available. This fixes the build
1312           on debian stable for me.
1313
1314 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1315
1316         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1317         * ext/wavpack/gstwavpackparse.c:
1318           (gst_wavpack_parse_create_src_pad):
1319           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1320           versions below 4.40.0.
1321
1322 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1323
1324         * configure.ac:
1325           And now do it right for real...
1326
1327 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1328
1329         * configure.ac:
1330           Correctly reset $LIBS to not contain -lm.
1331
1332 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1333
1334         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1335
1336         * configure.ac:
1337         * ext/cairo/gsttimeoverlay.c:
1338           (gst_cairo_time_overlay_print_smpte_time):
1339           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1340           and checking for rint() and implementing it ourself if it doesn't
1341           exist. Fixes #497293.
1342
1343 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1344
1345         * configure.ac:
1346           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1347
1348 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1349
1350         * sys/oss/gstosshelper.c:
1351         Verify that the format returned after the ioctl is the one
1352         we requested. It is valid for the ioctl to succeed while
1353         substituting an alternate 'supported' sample format.
1354
1355 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1356
1357         * sys/oss/gstossaudio.c: (plugin_init):
1358         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1359         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1360           Post decent (and translated) error message when we can't
1361           open the audio device for some reason.
1362
1363 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1364
1365         * sys/oss/gstosssink.c:
1366         * sys/oss/gstosssrc.c:
1367         Allow the AUDIODEV environment variable to redirect us
1368         to a different default OSS device, like sunaudiosink does
1369         on Solaris (makes audio play automatically on SunRays).
1370
1371 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1372
1373         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1374         * gst/audiofx/audiochebyshevfreqband.c:
1375         (gst_audio_chebyshev_freq_band_transform_ip):
1376         * gst/audiofx/audiochebyshevfreqlimit.c:
1377         (gst_audio_chebyshev_freq_limit_transform_ip):
1378         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1379         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1380         The transform_ip() methods should do nothing if in passthrough mode.
1381         It might get non-writable buffers in that case but the buffer might
1382         as well be writable.
1383
1384         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1385         The transform() methods won't be called in passthrough mode and
1386         otherwise the buffer is always writable so don't check here.
1387
1388 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1389
1390         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1391           Fix seeking in .wav files again (#501775).  Some people seem to think
1392           they don't need to test their changes when they're just 'reflowing'
1393           some code.
1394
1395 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1396
1397         * gst/autodetect/gstautovideosink.c:
1398         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1399         (gst_auto_video_sink_init),
1400         (gst_auto_video_sink_create_element_with_pretty_name),
1401         (gst_auto_video_sink_find_best),
1402         (gst_auto_video_sink_set_property),
1403         (gst_auto_video_sink_get_property):
1404         * gst/autodetect/gstautovideosink.h:
1405         Fix docs.
1406         Use same error reporting code as autoaudiosink.
1407         Add property to filter sinks based on caps. Only select raw video sinks
1408         by default for backwards compat.
1409         API: GstAutoVideoSink::filter-caps
1410
1411 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1412
1413         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1414
1415         * gst/autodetect/gstautoaudiosink.c:
1416         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1417         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1418         (gst_auto_audio_sink_set_property),
1419         (gst_auto_audio_sink_get_property):
1420         * gst/autodetect/gstautoaudiosink.h:
1421         Add property to filter sinks based on caps. Only select raw audio sinks
1422         by default for backwards compat.  Fixes #417420.
1423         API: GstAutoAudioSink::filter-caps
1424
1425 2007-11-29  Michael Smith <msmith@fluendo.com>
1426
1427         Patch by: Arek Korbik <arkadini@gmail.com>
1428
1429         * gst/videobox/gstvideobox.c: (plugin_init):
1430           Initialise liboil in plugin_init()
1431
1432 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1433
1434         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1435         Post error before sending EOS. Fixes #499178.
1436
1437 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1438
1439         * win32/vs6/gst_plugins_good.dsw:
1440         * win32/vs6/libgstpng.dsp:
1441         Add a project file for libgstpng
1442
1443 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1444
1445         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1446         (gst_rtp_h263_depay_process):
1447         Code beautification.
1448         Added debug statements.
1449         Don't bit-shift everything, just do operations on last/first byte
1450         instead.
1451
1452 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1453
1454         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1455
1456         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1457         Fix wrong comparison in overrun check. Fixes #499239 some more.
1458
1459 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1460
1461         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1462         (gst_rtp_h263_depay_process):
1463         * gst/rtp/gstrtph263depay.h:
1464         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1465         stream.
1466
1467 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1468
1469         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1470
1471         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1472         (gst_rtp_mp4a_depay_process):
1473         * gst/rtp/gstrtpmp4adepay.h:
1474         Fix depayloading when multiple frames are inside one RTP packet.
1475         Fixes #499239.
1476
1477 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1478
1479         * gst/level/gstlevel.c:
1480           Add GAP-flag support.
1481
1482 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1483
1484         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1485         Read the I flag for Mode A h263 rtp stream and set the
1486         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1487         Fixes #499383
1488
1489 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1490
1491         * gst/level/gstlevel.c:
1492           Remove some dead code and do cleanups.
1493
1494 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1495
1496         * tests/check/pipelines/simple-launch-lines.c:
1497           Improve the tests by allowing to set a target state.
1498
1499 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1500
1501         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1502         Don't check the caps of the output buffer if they're equal some
1503         other caps. The caps can change in a backward compatible way
1504         and did at this point.
1505
1506 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1507
1508         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1509         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1510         (gst_qtdemux_seek_to_previous_keyframe),
1511         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1512         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1513         reverse playback support.
1514
1515 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1516
1517         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1518         Also set the channel layout on the Wavpack caps if we're having
1519         a mono layout. Of course only do it for "audio/x-wavpack".
1520
1521 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1522
1523         * ext/wavpack/gstwavpackcommon.c:
1524         (gst_wavpack_get_default_channel_mask),
1525         (gst_wavpack_set_channel_layout),
1526         (gst_wavpack_get_default_channel_positions),
1527         (gst_wavpack_get_channel_mask_from_positions),
1528         (gst_wavpack_set_channel_mapping):
1529         * ext/wavpack/gstwavpackcommon.h:
1530         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1531         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1532         * ext/wavpack/gstwavpackdec.h:
1533         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1534         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1535         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1536         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1537         (gst_wavpack_enc_rewrite_first_block),
1538         (gst_wavpack_enc_sink_event):
1539         * ext/wavpack/gstwavpackenc.h:
1540         * ext/wavpack/gstwavpackparse.c:
1541         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1542         (gst_wavpack_parse_scan_to_find_sample),
1543         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1544         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1545         * ext/wavpack/gstwavpackparse.h:
1546         Add support for encoding, parsing and decoding multichannel
1547         files with up to 8 channels. This also improves the robustness
1548         of parsing quite a bit.
1549
1550         * ext/wavpack/gstwavpackstreamreader.c:
1551         (gst_wavpack_stream_reader_read_bytes),
1552         (gst_wavpack_stream_reader_get_pos),
1553         (gst_wavpack_stream_reader_set_pos_abs),
1554         (gst_wavpack_stream_reader_set_pos_rel),
1555         (gst_wavpack_stream_reader_push_back_byte),
1556         (gst_wavpack_stream_reader_get_length),
1557         (gst_wavpack_stream_reader_can_seek),
1558         (gst_wavpack_stream_reader_write_bytes):
1559         Improve debugging.
1560
1561 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1562
1563         * ext/libpng/gstpngdec.c:
1564         * ext/libpng/gstpngdec.h:
1565           Don't release the png-memory from within the callback.
1566
1567 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1568
1569         Patch by: René Stadler <mail at renestadler dot de>
1570
1571         * ext/libpng/gstpngenc.c:
1572           Don't leak buffer data memory. Fixes #498395.
1573
1574 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1575
1576         Patch by: René Stadler <mail at renestadler dot de>
1577
1578         * tests/check/pipelines/simple-launch-lines.c:
1579           Tests for #498395.
1580
1581 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1582
1583         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1584         (gst_tag_lib_mux_adjust_event_offsets):
1585         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1586         * sys/osxaudio/Makefile.am:
1587         * sys/osxvideo/cocoawindow.h:
1588         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1589
1590 2007-11-15  David Schleef  <ds@schleef.org>
1591
1592         * ext/cairo/gsttextoverlay.c:
1593           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1594
1595 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1596
1597         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1598
1599         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1600         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1601         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1602         * gst/rtp/gstrtpmp2tpay.h:
1603         Fill the MTU with as many packets as possible. Fixes #491323.
1604
1605 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1606
1607         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1608
1609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1610         Fix some more leaks. Fixes #497007.
1611
1612 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1613
1614         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1615
1616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1617         (gst_rtspsrc_stream_configure_tcp):
1618         Fix 3 pad leaks. Fixes #496983.
1619
1620 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1621
1622         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1623
1624         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1625         Fix small leak. Fixes #497017.
1626
1627 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1628
1629         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1630         (gst_qtdemux_prepare_current_sample),
1631         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1632         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1633         * gst/qtdemux/qtdemux_fourcc.h:
1634         * gst/qtdemux/qtdemux_types.c:
1635         Add suppport for theora in quicktime according to XiphQT.
1636
1637 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1638
1639         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1640         (gst_v4l2src_init), (gst_v4l2src_set_property),
1641         (gst_v4l2src_get_property):
1642         * sys/v4l2/gstv4l2src.h:
1643         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1644           Always copy buffers by default (handle safer with bugged drivers)
1645           and added a property to make it possible to use mmap effectively (no
1646           copy if possible) when application wants to. Fixes: #480557.
1647
1648 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * gst/id3demux/id3tags.c:
1651         * gst/id3demux/id3tags.h:
1652         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1653           We don't want the same string multiple times in a tag list for the
1654           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1655           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1656
1657 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1658
1659         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1660           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1661           into ID3v2 TXXX frames (fixes #347848).
1662
1663 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1664
1665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1666           Don't leak sdp message contents (fixes #496773).
1667
1668         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1669           Don't leak URI string.
1670
1671 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1672
1673         Patch by: Julien Puydt <julien dot puydt at laposte net>
1674
1675         * ext/raw1394/Makefile.am:
1676         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1677           (gst_1394_property_probe_get_properties),
1678           (gst_1394_property_probe_probe_property),
1679           (gst_1394_property_probe_needs_probe),
1680           (gst_1394_property_probe_get_values),
1681           (gst_1394_property_probe_interface_init),
1682           (gst_1394_type_add_property_probe_interface):
1683         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1684         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1685           (gst_dv1394src_init), (gst_dv1394src_dispose),
1686           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1687           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1688           (gst_dv1394src_update_device_name):
1689         * ext/raw1394/gstdv1394src.h:
1690           Implement GstPropertyProbe interface and add "device-name" property,
1691           so applications can use this to probe for available devices in the
1692           same way they can already with v4lsrc and v4l2src (however horrible
1693           this property probe interface may be). Fixes #358841.
1694
1695 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1696
1697         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1698
1699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1700           (gst_rtspsrc_parse_range):
1701           Don't leak event, don't leak range (fixes #496752).
1702
1703 2007-11-14  Michael Smith <msmith@fluendo.com>
1704
1705         Patch by: Arek Korbik <arkadini@gmail.com>
1706
1707         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1708           Detect RGBA/BGRA correctly on little endian systems.
1709
1710 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1711
1712         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1713           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1714           corresponding ioctl() call fails even though the driver claims to
1715           support this format, just fall back to the pre-2.6.19 kernel
1716           routine that creates caps with suitable height and width ranges
1717           (see #448278).
1718
1719 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1720
1721         Patch by: Mark Nauwelaerts <manauw skynet be>
1722
1723         * gst/matroska/matroska-demux.c:
1724           (gst_matroska_demux_push_dvd_clut_change_event),
1725           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1726           (gst_matroska_demux_subtitle_caps):
1727         * gst/matroska/matroska-ids.h:
1728           Extract palette data for dvd subpicture streams and send it
1729           downstream as custom gstreamer dvd event (fixes #453417).
1730
1731 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1732
1733         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1734           Implement minimal parsing of the passed pango font description
1735           string, so passing a font size works the same as with the
1736           pango textoverlay plugin; fixes #455086.
1737           (Maybe we could just use pangocairo here at some point).
1738
1739 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1740
1741         * gst/avi/gstavidemux.c:
1742         * gst/wavparse/gstwavparse.c:
1743           Return the result in _activate_pull(). Don't ref element there.
1744
1745 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1746
1747         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1748         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1749         (gst_wavparse_srcpad_event):
1750           Ref the element when we should, but not when we its not needed. Reflow
1751           the event_handling to not leak the event.       
1752
1753 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1754
1755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1756         (qtdemux_parse_samples):
1757         Properly free QTDemuxSamples array.
1758         Protect table write with a sensible check, some files apparently DO contain
1759         stts values starting with 0 :(
1760
1761 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1762
1763         * gst/avi/gstavidemux.c:
1764         * gst/qtdemux/qtdemux.c:
1765           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1766           previous commit messed up.
1767
1768 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1769
1770         * gst/avi/gstavidemux.c:
1771         * gst/qtdemux/qtdemux.c:
1772           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1773           element when we should, but not when we its not needed.
1774
1775 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1776
1777         * gst/wavparse/gstwavparse.c:
1778           Return FALSE if we can't handle a query instead of changing the
1779           format. Ignore fact when dealing with mpeg audio.
1780
1781 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1784
1785         * configure.ac:
1786         * gst/udp/gstdynudpsink.c:
1787         * gst/udp/gstdynudpsink.h:
1788         * gst/udp/gstmultiudpsink.c:
1789         * gst/udp/gstmultiudpsink.h:
1790         * gst/udp/gstudpsink.c:
1791         * gst/udp/gstudpsink.h:
1792           Fix includes for MSVC and GLib-2.14.0 (#492388).
1793
1794         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1795           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1796
1797 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1798
1799         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1800         (gst_mulawdec_chain):
1801         * gst/law/mulaw-decode.h:
1802         Calculate outgoing buffer duration if incoming buffer didn't have a
1803         valid duration.
1804
1805 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1806
1807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1808         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1809         Smarter combine_flow code that also deals with downstream elements
1810         returning UNEXPECTED when they receive data out of the segment
1811         boundaries. Fixes #491305.
1812
1813 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1814
1815         * sys/v4l2/v4l2src_calls.c:
1816           Fix 'unused variable' compiler warning when compiling against
1817           older kernel headers.
1818
1819 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * ext/taglib/gstid3v2mux.cc (add_funcs):
1822           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1823
1824 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1825
1826         * tests/check/pipelines/simple-launch-lines.c:
1827            Improve the tests a little more.
1828
1829 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1830
1831         patch by: Yun Zheng Hu
1832
1833         * sys/osxaudio/gstosxaudiosrc.c:
1834         Use default input device instead of default output device and
1835         only memcpy actual available bytes.
1836
1837 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1838
1839         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1840           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1841           early. It is temporary until we find something better.
1842
1843 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1844
1845         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1846
1847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1848         Fix race when pausing a RTSP stream in interleaved.
1849         Fixes #475784.
1850
1851 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1852
1853         Patch by: Peter Kjellerstedt <pkj at axis com>
1854
1855         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1856         Use correct unref function for buffers. #488844.
1857
1858 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1859
1860         * gst/avi/gstavimux.c:
1861         * tests/check/elements/avimux.c:
1862           Add some debug and sync tests with the fix.     
1863
1864 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1865
1866         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1867
1868         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1869         When the socket is used by the app for other purposes, don't generate an
1870         error if there is activaty on the socket that is not data related.
1871         Fixes #487488.
1872
1873 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1874
1875         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1876         (gst_v4l2src_grab_frame):
1877         Add some more debug info. Generate an error when we run out of buffers
1878         for some reason. See #480557.
1879
1880 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1881
1882         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1883
1884         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1885         Set marker bit correctly.
1886
1887 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1888
1889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1890         Use allowed name for the GstStructure.
1891
1892 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1893
1894         * ext/gconf/gstswitchsink.c:
1895         * gst/autodetect/gstautoaudiosink.c:
1896           Use new gst_bus_pop_filtered().
1897
1898 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1899
1900         * sys/v4l2/gstv4l2src.c:
1901         * sys/v4l2/v4l2src_calls.c:
1902           When probing the formats and sizes a camera supports, make
1903           sure the best ones (highest resolution, prefered format)
1904           end up at the beginning of the probed caps and the less
1905           desirable ones at the end.  This is important because the
1906           order within the caps matters for things like fixation and
1907           negotiation, ie. what format is chosen in the end.
1908           With recent kernels, the current probing code will end up
1909           querying the supported sizes from lowest resolution to
1910           highest resolution, adding them to the probed caps in that
1911           order, resulting to v4l2src fixating to the lowest possible
1912           resolution if downstream does not express a size preference.
1913           Also make up a somewhat random ranking of prefered output
1914           formats for the same reason. Fixes #485828.
1915         
1916 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1919
1920         * gst/id3demux/id3v2frames.c:
1921           Extract license/copyright URIs from ID3v2 WCOP frames
1922           (Fixes #447000).
1923
1924         * tests/check/elements/id3demux.c:
1925         * tests/files/Makefile.am:
1926         * tests/files/id3-447000-wcop.tag:
1927           Add simple unit test.
1928
1929 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1930
1931         * ext/taglib/gstid3v2mux.cc:
1932           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1933           Prerequisite for #447000.
1934
1935 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1936
1937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1938         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1939         a GstClockTime.
1940
1941 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1942
1943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1944         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1945         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1946         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1947         (gst_rtspsrc_change_state):
1948         More seeking fixes, mostly passing around the new playback segment in
1949         order to configure it properly.
1950         Also reset base_time of udp sources when setting them back to PLAYING as
1951         a temporary hack until core supports seek in live sources properly.
1952
1953 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1954
1955         * gst/rtp/gstrtpmp4adepay.c:
1956         Fix caps as to not confuse autopluggers.
1957
1958 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1959
1960         * gst/id3demux/gstid3demux.c:
1961         * gst/id3demux/gstid3demux.h:
1962         * gst/id3demux/id3tags.c:
1963         * gst/id3demux/id3tags.h:
1964         * gst/id3demux/id3v2frames.c:
1965           Port ID3 tag demuxer over to the new GstTagDemux in -base
1966           (now would be a good time to test re-importing your music
1967           collection).
1968
1969 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1970
1971         * gst/apetag/Makefile.am:
1972         * gst/apetag/gstapedemux.c:
1973         * gst/apetag/gstapedemux.h:
1974         * gst/apetag/gsttagdemux.c:
1975         * gst/apetag/gsttagdemux.h:
1976           Port APE tag demuxer over to the new GstTagDemux in -base.
1977
1978 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1979
1980         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1981         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1982         (gst_rtspsrc_handle_internal_src_query),
1983         (gst_rtspsrc_handle_src_query), (new_session_pad),
1984         (gst_rtspsrc_stream_configure_tcp),
1985         (gst_rtspsrc_stream_configure_transport),
1986         (gst_rtspsrc_loop_send_cmd):
1987         Improve flushing behaviour.
1988         Set state of the udp sources to PAUSE/PLAYING correctly.
1989         Handle events and queries for UDP and TCP transport now.
1990
1991 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1992
1993         * gst/rtp/gstrtpgsmdepay.c:
1994         * gst/rtp/gstrtpgsmpay.c:
1995           Add log category.
1996
1997 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1998
1999         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2000
2001         * tests/check/Makefile.am:
2002         * tests/check/pipelines/simple-launch-lines.c:
2003           Add unit tests for payloaders/depayloaders.
2004
2005 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2006
2007         * gst/avi/gstavimux.c:
2008         * gst/avi/gstavimux.h:
2009           Also save codec data for audio streams. Fixes #482495.
2010
2011 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2012
2013         * gst/avi/gstavimux.c:
2014           Fix "Index entry has invalid stream nr 1".
2015           Add support for muxing aac - work in progress (see #482495).
2016
2017 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2018
2019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2020         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2021         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2022         * gst/rtsp/gstrtspsrc.h:
2023         Parse bandwidth modifiers, they are not yet configured in the session
2024         manager because we don't have an API for that yet.
2025
2026 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2027
2028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2029         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2030         Use shiny new function in -base to get the default clock-rate.
2031         Update some docs.
2032
2033 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2034
2035         * win32/MANIFEST:
2036         Add files to win32 manifest.
2037         * win32/vs6/libgstaudiofx.dsp:
2038         * win32/vs6/libgstqtdemux.dsp:
2039         * win32/vs6/libgstrtp.dsp:
2040         * win32/vs6/libgstrtsp.dsp:
2041         Update project files.
2042
2043 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2044
2045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2046         (gst_rtspsrc_play):
2047         * gst/rtsp/gstrtspsrc.h:
2048         In TCP mode, only timestamp the first buffer. TCP is not real time and
2049         it does not make sense to try to skew compensate, also some servers send
2050         the first batch of data in a burst.
2051
2052 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * gst/matroska/matroska-demux.c:
2055           Fix setting the discont flag on the first buffer
2056           pushed downstream for formats with private codec
2057           data that needs to be deserialised into buffers
2058           (such as vorbis and FLAC when in a matroska container).
2059
2060 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2061
2062         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2063
2064         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2065         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2066         (gst_rtp_mp4v_pay_handle_buffer):
2067         * gst/rtp/gstrtpmp4vpay.h:
2068         Free the config string. Fixes #480707.
2069         Clean up the timestamp code a little.
2070
2071 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2072
2073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2074         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2075         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2076         * gst/rtsp/gstrtspsrc.h:
2077         Set timestamps on RTP buffers in interleaved mode.
2078         Mark first buffers with a DISCONT.
2079         Remove flush hack now that sync for live sources has been figured out.
2080
2081 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2082
2083         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2084         Update documentation.
2085
2086 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2087
2088         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2089         (gst_rtp_xqt_depay_change_state):
2090         * gst/qtdemux/gstrtpxqtdepay.h:
2091         Fail if we don't know the quicktime format.
2092
2093 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * ext/flac/gstflacenc.c:
2096         * ext/flac/gstflacenc.h:
2097           Save the flow return from the last gst_pad_push() and
2098           make sure we pass the right flow return value upstream
2099           in the case of failure; minor clean-ups.
2100
2101 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2102
2103         * ext/taglib/gstapev2mux.cc:
2104         * ext/taglib/gstid3v2mux.cc:
2105         * gst/apetag/gstapedemux.c:
2106           Add support for the new GST_TAG_COMPOSER (#459809).
2107
2108 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2109
2110         * gst/law/alaw-decode.c:
2111         * gst/law/alaw-decode.h:
2112         * gst/law/alaw-encode.c:
2113         * gst/law/alaw-encode.h:
2114         * gst/law/alaw.c:
2115         * gst/law/mulaw-conversion.h:
2116           Compulsive clean-ups: use boilerplate macros, add debug
2117           categories, fix up things to conform to symbol nomenklatura,
2118           etc.
2119
2120 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2121
2122         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2123
2124         * gst/law/alaw-decode.c:
2125         * gst/law/alaw-encode.c:
2126           Use static tables for A-Law decoding and encoding; this makes
2127           A-Law decoding and encoding less CPU-intensive, but increases
2128           the binary size a bit. Leaving old code around for now,
2129           selectable by a define in the code. Fixes #435435.
2130
2131 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2132
2133         * configure.ac:
2134         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2135         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2136         in configure.ac.
2137
2138 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2139
2140         Patch by: Jan Gerber <j at bootlab dot org>
2141
2142         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2143         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2144
2145 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2146
2147         * sys/oss/gstosshelper.c:
2148           Use GST_WARNING instead of a g_critical. This situation is not caused
2149           by the application.
2150
2151 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2152
2153         * po/LINGUAS:
2154         * po/nl.po:
2155           Updated translations.
2156
2157 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2158
2159         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2160
2161         * po/eu.po:
2162           Added Basque translation.
2163
2164 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2165
2166         translated by: Abel Cheung <abelcheung@gmail.com>
2167
2168         * po/zh_HK.po:
2169         * po/zh_TW.po:
2170           Added Chinese (traditional and Hong Kong) translation.
2171
2172 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2173
2174         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2175
2176         * po/pl.po:
2177           Added Polish translation.
2178
2179 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2180
2181         translated by: Ilkka Tuohela <hile@iki.fi>
2182
2183         * po/fi.po:
2184           Added Finnish translation.
2185
2186 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2187
2188         translated by: Jorge González González <aloriel@gmail.com>
2189
2190         * po/es.po:
2191           Added Spanish translation.
2192
2193 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2194
2195         translated by: Mogens Jaeger <mogens@jaeger.tf>
2196
2197         * po/da.po:
2198           Added Danish translation.
2199
2200 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2201
2202         translated by: Funda Wang <fundawang@linux.net.cn>
2203
2204         * po/zh_CN.po:
2205           Added Chinese (simplified) translation.
2206
2207 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2208
2209         translated by: Alexander Shopov <ash@contact.bg>
2210
2211         * po/bg.po:
2212           Added Bulgarian translation.
2213
2214 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2215
2216         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2217         Set outgoing packet duration because we can. Fixes #478244 some more.
2218
2219 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2220
2221         * ext/cairo/gsttextoverlay.c:
2222           Add info about static leak.
2223         
2224         * tests/check/Makefile.am:
2225         * tests/check/generic/states.c:
2226           Improved state change unit test.
2227
2228 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * docs/plugins/.cvsignore:
2231         * tests/check/.cvsignore:
2232           Ignore registries in any format.
2233
2234 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2235
2236         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2237         Removed some unused code.
2238
2239         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2240         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2241         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2242         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2243         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2244         (gst_rtp_theora_pay_flush_packet):
2245         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2246         Try to preserve the incomming buffer duration on the outgoing
2247         packets. Fixes #478244.
2248
2249 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2250
2251         * ext/taglib/gstapev2mux.cc:
2252         * ext/taglib/gstid3v2mux.cc:
2253           Work around compiler warnings with g++-4.2 when assigning a
2254           string constant to a gchar * (partially fixes #478092).
2255
2256 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2257
2258         * configure.ac:
2259           We require core CVS now for gst_base_src_set_do_timestamp().
2260
2261 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2262
2263         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2265         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2266         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2267         (gst_rtspsrc_handle_message):
2268         Fix compiler warnings shown with Forte.
2269
2270 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2271
2272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2273         (gst_rtspsrc_dup_printf):
2274         Give meaningfull error when all streams failed to configure for some
2275         reason.
2276
2277 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2278
2279         * gst/rtp/README:
2280         Update README with the design for synchronisation rules of RTP on
2281         sender and receiver.
2282
2283 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2284
2285         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2286         (gst_wavparse_chain):
2287         Don't push EOS from the chain function, the element
2288         driving the pipeline is responsible for this. The bug
2289         this was meant to fix seems to be queue not forwarding
2290         EOS in all cases (see #476514).
2291
2292 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2293
2294         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2295         (gst_level_transform_ip):
2296         * gst/level/gstlevel.h:
2297         Use basetransform segment so that it is correctly managed on flushes and
2298         start/stop.
2299         Report message timestamp as stream time, which is what an application
2300         can understand.
2301
2302 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2303
2304         * ext/taglib/gstapev2mux.cc:
2305         * ext/taglib/gstapev2mux.h:
2306         * ext/taglib/gsttaglibmux.c:
2307         * tests/check/elements/apev2mux.c:
2308         Update my mail address.
2309
2310 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2311
2312         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2313         (gst_wavparse_loop), (gst_wavparse_chain):
2314         Add EOS logic for the push-based mode too. Fixes #476514.
2315
2316 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2317
2318         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2319         * gst/law/alaw-encode.h:
2320         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2321         (gst_mulawenc_chain):
2322         * gst/law/mulaw-encode.h:
2323         Fix law encoder timestamps.
2324
2325 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2326
2327         * ext/gconf/gstgconfaudiosink.c:
2328           Fix warning when building without debug.
2329
2330         * sys/oss/gstossmixertrack.c:
2331           Use const like in alsamixertrack.c (fixes warnings).
2332
2333 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2334
2335         * sys/v4l2/v4l2src_calls.c:
2336         (gst_v4l2src_probe_caps_for_format_and_size):
2337         Fix framerate detection code some more.
2338         Handle the case where there is a weird step in the stepwise framerates.
2339         Don't overwrite the min interval with the framerate, use a temp variable
2340         instead.
2341         Use max in the Continuous framerate intervals instead of step, which is
2342         1 according to the docs. Fixes #475424.
2343
2344 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2345
2346         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2347         Make udpsrc timestamp outgoing buffers based on when they were received.
2348         Also make it output a segment in time.
2349
2350 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2351
2352         * gst/avi/gstavidemux.c:
2353           Plug a little leak. Little code cleanups.
2354
2355 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2356
2357         * configure.ac:
2358           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2359           flac versions, 's good for cross-compilation karma.
2360
2361 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2362
2363         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2364
2365         * gst/rtp/gstrtph263pay.c:
2366           Fix up header structure so that compilers don't add padding
2367           between the structure fields, since that would lead to us
2368           sending RTP packets with broken headers (as is currently the
2369           case when compiling with MSVC). Also see similar fixes in
2370           libgstrtp in gst-plugins-base. (#474616; #471194)
2371
2372 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2373
2374         * sys/v4l2/v4l2src_calls.c:
2375         (gst_v4l2src_probe_caps_for_format_and_size):
2376         Don't overwrite our GValue with 0 but instead use the previously
2377         computed value. Fixes #471823 some more.
2378
2379 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2380
2381         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2382           No tabs in this file please, or gtk-doc will end up documenting
2383           rather absurd class hierarchies.
2384
2385 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2386
2387         * ext/gconf/gstswitchsink.c:
2388           If the new kid element fails to change state for some reason
2389           (e.g. esdsink not being able to connect to the sound server),
2390           forward the error message it posted on the bus instead of just
2391           posting a generic 'Internal state change error: please file a
2392           bug' error message. Fixes #471364.
2393
2394 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2395
2396         * gst/qtdemux/Makefile.am:
2397         * gst/qtdemux/qtdemux.c:
2398           Don't assume tags are encoded as UTF-8 (#473670).
2399
2400 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2401
2402         * sys/v4l2/gstv4l2src.c:
2403         * sys/v4l2/gstv4l2src.h:
2404         * sys/v4l2/v4l2src_calls.c:
2405           Implement LATENCY queries in the crudest way possible so I don't
2406           have to use sync=false any longer when testing with videosinks.
2407
2408 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2409
2410         * configure.ac:
2411           Fix build.
2412
2413 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2414
2415         * sys/v4l2/v4l2src_calls.c:
2416         (gst_v4l2src_probe_caps_for_format_and_size):
2417         Add some more debugging in the framerate function.
2418         Iterate stepwise framerate up to and _including_ the max and if nothing
2419         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2420         don't end up with an empty list. Fixes #471823
2421
2422 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2423
2424         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2425         (gst_multiudpsink_set_clients_string),
2426         (gst_multiudpsink_get_clients_string),
2427         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2428         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2429         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2430         (gst_multiudpsink_clear):
2431         Add property do configure destination address/port pairs
2432         API:GstMultiUDPSink::clients
2433
2434 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2435
2436         * tests/examples/Makefile.am:
2437         * tests/examples/rtp/Makefile.am:
2438         * tests/examples/rtp/client-H263p-AMR.sh:
2439         * tests/examples/rtp/client-H263p-PCMA.sdp:
2440         * tests/examples/rtp/client-H263p-PCMA.sh:
2441         * tests/examples/rtp/client-H264-PCMA.sdp:
2442         * tests/examples/rtp/client-H264-PCMA.sh:
2443         * tests/examples/rtp/client-PCMA.sh:
2444         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2445         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2446         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2447         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2448         Added some RTP example scripts for sending and receiving RTP streams.
2449
2450 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2451
2452         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2453         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2454         Restructure the setcaps function so that we can also compute the
2455         expected GStreamer output size of the video frames.
2456         Set frame_byte_size correctly so that read-based devices have a chance
2457         of working correctly.
2458         When grabbing a frame, discard frames that are not of the expected size.
2459         Some cameras don't output the right framesize for the first buffer.
2460         Try only a couple of times to get a valid frame, else error out.
2461
2462         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2463         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2464         Add some more debug info when scanning the device.
2465
2466         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2467         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2468         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2469         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2470         Add some more debug info when dequeing a frame.
2471
2472 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2473
2474         * gst/wavparse/gstwavparse.c:
2475           More code cleanups. Add some more comment and improve debugs logs.
2476
2477 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2478
2479         * gst/wavparse/gstwavparse.c:
2480         * gst/wavparse/gstwavparse.h:
2481           Implement seek-query. Refactor duration calculations. Appropriate use
2482           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2483           out of loops.
2484
2485 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2486
2487         * gst/avi/gstavidemux.c:
2488           Implement seek-query.
2489
2490 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2491
2492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2493         (gst_rtspsrc_dup_printf):
2494         Use new basesink async property to make sparse RTCP packet not wait for
2495         preroll.
2496
2497 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2498
2499         * gst/audiofx/Makefile.am:
2500         Dist the right file.
2501
2502 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2503
2504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2505         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2506         Make sure we generate and parse floating point values in the POSIX
2507         locale instead of the current locale. 
2508
2509 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2510
2511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2512         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2513         (gst_rtspsrc_play):
2514         * gst/rtsp/gstrtspsrc.h:
2515         Fix method detection again.
2516         Keep track of when we must send a Range header.
2517         Use segment values for Range, Speed and Scale headers.
2518         Parse Speed and Scale headers to update the segment values.
2519
2520 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2521
2522         patch by: Mark Nauwelaerts <manauw@skynet.be>
2523
2524         * sys/v4l2/v4l2src_calls.c:
2525           Handle optional v4l2 ioctls gracefully.
2526
2527 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2528
2529         * gst/rtp/Makefile.am:
2530         * gst/rtp/gstrtp.c: (plugin_init):
2531         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2532         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2533         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2534         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2535         (gst_rtp_h263_depay_get_property),
2536         (gst_rtp_h263_depay_change_state),
2537         (gst_rtp_h263_depay_plugin_init):
2538         * gst/rtp/gstrtph263depay.h:
2539         Added an H263 depayloader. Fixes #369392.
2540
2541         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2542         (gst_rtp_h263p_depay_process):
2543         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2544         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2545         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2546         payloads.
2547         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2548
2549 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2550
2551         * gst/audiofx/audiochebyshevfreqband.c:
2552         * gst/audiofx/audiochebyshevfreqlimit.c:
2553         Add small comparision with the windowed sinc filters in the docs.
2554
2555 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2556
2557         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2558         (audiochebyshevfreqband_suite):
2559         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2560         (audiochebyshevfreqlimit_suite):
2561         Also test 32 bit float mode and the type 2 variants of the filters.
2562
2563 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2564
2565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2566         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2567         (gst_rtspsrc_loop):
2568         Refactor the udp and interleaved loop function a bit.
2569
2570 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2571
2572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2573         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2574         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2575         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2576         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2577         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2578         * gst/rtsp/gstrtspsrc.h:
2579         Protect connection activity with a new lock, avoids deadlocks when going
2580         to PAUSED. Fixes #455808.
2581
2582 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2583
2584         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2585         Fix debug statement.
2586
2587 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2588
2589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2590         Fix stray %u in debug line as spotted by Saur on IRC.
2591
2592 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2593
2594         * gst/audiofx/audiochebyshevfreqband.c:
2595         (gst_audio_chebyshev_freq_band_class_init):
2596         * gst/audiofx/audiochebyshevfreqlimit.c:
2597         (gst_audio_chebyshev_freq_limit_class_init):
2598         Use generator macros for the process functions for the different
2599         sample types, add lower upper boundaries for the GObject properties
2600         so automatically generated UIs can use sliders and add a note about
2601         the number of poles as a too high number of poles combined with
2602         very low or very high frequencies will produce only noise.
2603         * docs/plugins/gst-plugins-good-plugins.args:
2604         Regenerated for the property changes.
2605
2606 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2607
2608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2609         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2610         (gst_rtspsrc_stream_configure_udp_sink),
2611         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2612         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2613         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2614         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2615         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2616         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2617         * gst/rtsp/gstrtspsrc.h:
2618         Improve timeout handling.
2619         Use the same socket for sending and receiving RTCP packets so that some
2620         servers can track clients better.
2621         Improve connection closed handling. Try to reconnect.
2622         Don't overwrite our content base with NULL.
2623         Improve debugging.
2624         Improve range parsing and handling.
2625         Remove flushing hack now that core does the right thing.
2626
2627 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2628
2629         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2630         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2631         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2632         (gst_multiudpsink_close), (gst_multiudpsink_add):
2633         * gst/udp/gstmultiudpsink.h:
2634         Add support for getting and setting the socket to use.
2635
2636         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2637         (gst_udpsrc_create), (gst_udpsrc_get_property):
2638         Add support for getting the currently used socket.
2639
2640 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2641
2642         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2643
2644         * gst/audiofx/Makefile.am:
2645         * gst/audiofx/audiochebyshevfreqband.c:
2646         (gst_audio_chebyshev_freq_band_mode_get_type),
2647         (gst_audio_chebyshev_freq_band_base_init),
2648         (gst_audio_chebyshev_freq_band_dispose),
2649         (gst_audio_chebyshev_freq_band_class_init),
2650         (gst_audio_chebyshev_freq_band_init),
2651         (generate_biquad_coefficients), (calculate_gain),
2652         (generate_coefficients),
2653         (gst_audio_chebyshev_freq_band_set_property),
2654         (gst_audio_chebyshev_freq_band_get_property),
2655         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2656         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2657         (gst_audio_chebyshev_freq_band_start):
2658         * gst/audiofx/audiochebyshevfreqband.h:
2659         * gst/audiofx/audiochebyshevfreqlimit.c:
2660         (gst_audio_chebyshev_freq_limit_mode_get_type),
2661         (gst_audio_chebyshev_freq_limit_base_init),
2662         (gst_audio_chebyshev_freq_limit_dispose),
2663         (gst_audio_chebyshev_freq_limit_class_init),
2664         (gst_audio_chebyshev_freq_limit_init),
2665         (generate_biquad_coefficients), (calculate_gain),
2666         (generate_coefficients),
2667         (gst_audio_chebyshev_freq_limit_set_property),
2668         (gst_audio_chebyshev_freq_limit_get_property),
2669         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2670         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2671         (gst_audio_chebyshev_freq_limit_start):
2672         * gst/audiofx/audiochebyshevfreqlimit.h:
2673         * gst/audiofx/audiofx.c: (plugin_init):
2674         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2675         Fixes #464800.
2676
2677         * tests/check/Makefile.am:
2678         * tests/check/elements/.cvsignore:
2679         * tests/check/elements/audiochebyshevfreqband.c:
2680         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2681         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2682         * tests/check/elements/audiochebyshevfreqlimit.c:
2683         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2684         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2685         Add unit tests for the chebyshev filters.
2686
2687         * docs/plugins/Makefile.am:
2688         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2689         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2690         * docs/plugins/gst-plugins-good-plugins.args:
2691         * docs/plugins/inspect/plugin-1394.xml:
2692         * docs/plugins/inspect/plugin-audiofx.xml:
2693         * docs/plugins/inspect/plugin-dv.xml:
2694         * docs/plugins/inspect/plugin-flac.xml:
2695         * docs/plugins/inspect/plugin-jpeg.xml:
2696         * docs/plugins/inspect/plugin-png.xml:
2697         * docs/plugins/inspect/plugin-rtp.xml:
2698         * docs/plugins/inspect/plugin-shout2send.xml:
2699         * docs/plugins/inspect/plugin-wavpack.xml:
2700         And add docs for the chebyshev filters. While doing
2701         that also run make update in docs/plugins.
2702
2703 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2704
2705         * ext/annodex/gstcmmltag.c:
2706         * gst/rtp/gstrtpvorbispay.c:
2707           Make ro memory to share.
2708
2709 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2710
2711         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2712         Improve UDP performance by avoiding a select() when we have data
2713         available immediatly.
2714
2715 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2716
2717         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2718         (gst_rtp_dec_class_init):
2719         * gst/rtsp/gstrtpdec.h:
2720         Add (dummy) SSRC management signals.
2721
2722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2723         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2724         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2725         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2726         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2727         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2728         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2729         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2730         * gst/rtsp/gstrtspsrc.h:
2731         Add connection-speed property.
2732         Add find_stream helper functions.
2733         Handle stream EOS based on BYE messages or SSRC timeout.
2734         Returns SUCCESS from the state change function as we hide our async
2735         elements from the parent.
2736
2737 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2738
2739         * gst/debug/rndbuffersize.c:
2740           Fix da leak.
2741
2742 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2743
2744         * gst/debug/Makefile.am:
2745         * gst/debug/breakmydata.c:
2746         * gst/debug/gstdebug.c:
2747         * gst/debug/negotiation.c:
2748         * gst/debug/progressreport.c:
2749         * gst/debug/rndbuffersize.c:
2750         * gst/debug/testplugin.c:
2751           Add new test element and clean-up the others a little.
2752
2753 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2754
2755         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2756         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2757
2758 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2759
2760         * gst/rtp/gstrtpilbcdepay.c:
2761           Include stdlib.
2762
2763 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2764
2765         * gst/rtp/gstrtpmpvdepay.c:
2766         Set the mpegversion in the caps so that autoplugging does not get
2767         confused.
2768
2769 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2770
2771         * po/hu.po:
2772         * po/uk.po:
2773         * po/vi.po:
2774           Updated translations.
2775
2776 2007-08-08  Michael Smith <msmith@fluendo.com>
2777
2778         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2779           Render right border in the correct location.
2780
2781 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2782
2783         Patch by: Olivier Crete <tester at tester dot ca>
2784
2785         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2786         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2787         Make mode property a string. Fixes #464475.
2788
2789 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2790
2791         * ext/flac/gstflacenc.c:
2792           Widen caps to match decoder a bit and add more FIXMEs.
2793
2794 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2795
2796         patch by: Mark Nauwelaerts <manauw@skynet.be>
2797
2798         * gst/avi/gstavimux.c:
2799           Fix ODML index tag numbering. Fixes #463624.
2800
2801 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2802
2803         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2804         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2805         (gst_rtspsrc_stream_configure_tcp),
2806         (gst_rtspsrc_stream_configure_udp_sink):
2807         Fix default clock-rate for realmedia.
2808         Fix parsing of transport.
2809         Don't try to link NULL pads.
2810
2811 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2812
2813         * po/POTFILES.skip:
2814           Add POTFILES.skip with list of source files that aren't disted at the
2815           moment but contain translatable strings. Should hopefully pacify
2816           broken tools and make it clearer that these files are left out
2817           intentionally (#461600).
2818
2819 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2820
2821         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2822         If the buffer was entirely clipped ... don't try sending it :)
2823
2824 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2825
2826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2827         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2828         (gst_rtspsrc_create_transports_string),
2829         (gst_rtspsrc_prepare_transports):
2830         If we don't hav a session manager, set the caps on outgoing buffers
2831         ourselves.
2832         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2833         Append final bit of the transport string even when it does not contain a
2834         placeholder.
2835
2836 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2837
2838         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2839         (gst_rtsp_ext_list_connect):
2840         * gst/rtsp/gstrtspext.h:
2841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2842         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2843         Clean up the interface list.
2844         Allow connecting to interface signals for the extensions.
2845         Remove old extension code.
2846         Free list on cleanup.
2847         Allow extensions to send additional RTSP messages.
2848
2849 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2850
2851         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2852         Handle a NULL gconf key gracefully by rendering the default element.
2853
2854 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2855
2856         * gst/rtsp/gstrtspext.h:
2857         Fix include path for extension interface.
2858
2859 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2860
2861         * gst/audiofx/audioamplify.h:
2862         Also remove a now unecessary variable here.
2863
2864 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2865
2866         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2867         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2868         * gst/audiofx/audiodynamic.c:
2869         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2870         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2871         * gst/audiofx/audiodynamic.h:
2872         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2873         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2874         * gst/audiofx/audioinvert.h:
2875         Don't save format information ourselves, this is already saved in
2876         GstAudioFilter.
2877
2878 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2879
2880         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2881         (gst_rtsp_ext_list_stream_select):
2882         * gst/rtsp/gstrtspext.h:
2883         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2884         Use rank to filter out extensions.
2885         Add url to stream_select interface call.
2886
2887 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2888
2889         * gst/rtsp/Makefile.am:
2890         * gst/rtsp/base64.c:
2891         * gst/rtsp/base64.h:
2892         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2893         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2894         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2895         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2896         (gst_rtsp_ext_list_setup_media),
2897         (gst_rtsp_ext_list_configure_stream),
2898         (gst_rtsp_ext_list_get_transports),
2899         (gst_rtsp_ext_list_stream_select):
2900         * gst/rtsp/gstrtspext.h:
2901         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2902         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2903         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2904         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2905         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2906         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2907         (gst_rtspsrc_stream_configure_tcp),
2908         (gst_rtspsrc_stream_configure_mcast),
2909         (gst_rtspsrc_stream_configure_udp),
2910         (gst_rtspsrc_stream_configure_udp_sink),
2911         (gst_rtspsrc_stream_configure_transport),
2912         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2913         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2914         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2915         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2916         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2917         (gst_rtspsrc_parse_methods),
2918         (gst_rtspsrc_create_transports_string),
2919         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2920         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2921         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2922         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2923         * gst/rtsp/gstrtspsrc.h:
2924         * gst/rtsp/rtsp.h:
2925         * gst/rtsp/rtspconnection.c:
2926         * gst/rtsp/rtspconnection.h:
2927         * gst/rtsp/rtspdefs.c:
2928         * gst/rtsp/rtspdefs.h:
2929         * gst/rtsp/rtspext.h:
2930         * gst/rtsp/rtspextwms.c:
2931         * gst/rtsp/rtspextwms.h:
2932         * gst/rtsp/rtspmessage.c:
2933         * gst/rtsp/rtspmessage.h:
2934         * gst/rtsp/rtsprange.c:
2935         * gst/rtsp/rtsprange.h:
2936         * gst/rtsp/rtsptransport.c:
2937         * gst/rtsp/rtsptransport.h:
2938         * gst/rtsp/rtspurl.c:
2939         * gst/rtsp/rtspurl.h:
2940         * gst/rtsp/sdp.h:
2941         * gst/rtsp/sdpmessage.c:
2942         * gst/rtsp/sdpmessage.h:
2943         * gst/rtsp/test.c:
2944         Use shiny new RTSP and SDP library.
2945         Implement RTSP extensions using the new interface.
2946         Remove a lot of old code.
2947
2948 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2949
2950         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2951         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2952
2953 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2954
2955         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2956         Don't unref the outgoing buffer twice when dropping it because it's
2957         outside of the segment.
2958
2959 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2960
2961         * configure.ac:
2962         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2963         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2964         Use the new buffer clipping function from gstaudio here and
2965         require gst-plugins-base CVS.
2966         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2967         For framed Wavpack buffers we require a valid timestamp.
2968
2969 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2970
2971         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2972         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2973         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2974         Clip raw audio and video when we can, keep track of current output
2975         segment.
2976         Don't leak buffers and events when there is no output pad.
2977         Improve debugging here and there.
2978
2979 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2980
2981         * configure.ac:
2982           Sync liboil check with plugins-base.
2983
2984 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2985
2986         * ext/annodex/Makefile.am:
2987           Fix CFLAGS/LIBS.
2988
2989         * ext/cdio/gstcdiocddasrc.c:
2990         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2991           Include stdlib
2992
2993         * ext/cairo/Makefile.am:
2994         * gst/videofilter/Makefile.am:
2995         * tests/examples/level/Makefile.am:
2996           Use $(LIBM) instead of -lm
2997
2998 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2999
3000         * sys/v4l2/gstv4l2src.c:
3001           Add another example pipeline.
3002
3003 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3004
3005         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3006
3007         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3008           Use define here.
3009
3010         * sys/v4l2/gstv4l2tuner.c:
3011         (gst_v4l2_tuner_set_frequency_and_notify):
3012           Don't touch the property - its still disabled.
3013
3014         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3015         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3016         * sys/v4l2/v4l2src_calls.h:
3017           Improve fallback format negotionation. Fixes #451388
3018
3019 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3020
3021         * tests/check/elements/videocrop.c: (GST_START_TEST):
3022           Fix the test.
3023
3024 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3025
3026         * docs/plugins/Makefile.am:
3027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3029         * docs/plugins/inspect/plugin-jpeg.xml:
3030         * docs/plugins/inspect/plugin-png.xml:
3031         * ext/jpeg/gstjpegdec.c:
3032         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3033         (gst_pngdec_sink_setcaps):
3034           More docs. More logs in pngdec.
3035
3036 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3037
3038         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3039           Initialize num_buffers with minimum value.
3040
3041         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3042         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3043           Handle frame-size query failure gracefully.
3044
3045 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3046
3047         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3048         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3049         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3050         of qt/aac files.
3051
3052 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3053
3054         * ext/wavpack/gstwavpackdec.c:
3055         (gst_wavpack_dec_clip_outgoing_buffer):
3056         Fix buffer clipping to correctly clip to the segment stop.
3057
3058 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3059
3060         * configure.ac:
3061         * tests/Makefile.am:
3062         Remove bogus check for libcheck, since we check for
3063         gstreamer-check and it pulls in the required info from there,
3064         and we weren't actually _using_ the information for libcheck
3065         ourselves anyway.
3066
3067 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3068
3069         * configure.ac:
3070           Use pkg-config to locate check.
3071
3072 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3073
3074         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3075         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3076         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3077         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3078         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3079         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3080         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3081         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3082         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3083         * gst/effectv/gstrev.c: (gst_revtv_transform):
3084         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3085         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3086         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3087         * gst/matroska/matroska-demux.c:
3088         (gst_matroska_demux_add_wvpk_header),
3089         (gst_matroska_demux_check_subtitle_buffer),
3090         (gst_matroska_decode_buffer):
3091         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3092           Fix build against core CVS.
3093
3094 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3095
3096         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3097         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3098         don't have enough granularity to convert that boolean into a
3099         GstFlowReturn.
3100
3101 2007-07-06  Michael Smith <msmith@fluendo.com>
3102
3103         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3104         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3105         (gst_alawdec_change_state):
3106         * gst/law/alaw-decode.h:
3107         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3108         (gst_mulawdec_class_init), (gst_mulawdec_init),
3109         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3110         * gst/law/mulaw-decode.h:
3111           Fix capsnego bogosity in *law decoders. 
3112
3113 2007-07-06  Michael Smith <msmith@fluendo.com>
3114
3115         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3116         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3117         (gst_smokeenc_change_state):
3118         * ext/jpeg/gstsmokeenc.h:
3119           Remove stupidity in get/set caps functions.
3120           Fix some refcounting problems.
3121
3122 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3123
3124         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3125         Remove endianness-flipping hack that seems to have been required
3126         only because of a bug in ffmpegcolorspace.
3127         Partially Fixes: #451908
3128
3129 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3130
3131         * docs/plugins/Makefile.am:
3132           Simplify --extra-dir as gtkdoc scans recursively.
3133
3134 2007-07-03  Wim Taymans  <wim@fluendo.com>
3135
3136         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3137
3138         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3139         Set the encoding-name in the rtp caps to all uppercase, as required by
3140         the caps spec.
3141         Some small cleanups in the error paths. Fixes #453037.
3142
3143 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3144
3145         * ext/wavpack/gstwavpackparse.c:
3146         (gst_wavpack_parse_index_get_last_entry),
3147         (gst_wavpack_parse_index_get_entry_from_sample),
3148         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3149         (gst_wavpack_parse_scan_to_find_sample):
3150         * ext/wavpack/gstwavpackparse.h:
3151         Use a GSList for the GArray that is used like a list anyway.
3152
3153 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3154
3155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3156         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3157         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3158           Add state change function where we set 0/1 as default framerate in
3159           case our setcaps function isn't called, like it might not in a
3160           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3161           gdkpixbufdec trying to create caps with a 0/0 framerate.
3162           Also post an error message on the bus if gst_pad_push() fails when
3163           called from our sink event handler (+1 for flow returns for event
3164           functions in 0.11) instead of failing silently.
3165
3166 2007-06-27  Wim Taymans  <wim@fluendo.com>
3167
3168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3169         Cast stack args to the proper types. Fixes #451249.
3170
3171 2007-06-27  Wim Taymans  <wim@fluendo.com>
3172
3173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3174         (new_session_pad), (gst_rtspsrc_setup_streams):
3175         * gst/rtsp/gstrtspsrc.h:
3176         For container formats we only need to activate one of the streams so
3177         that we correctly signal no-more-pads. Fixes #451015.
3178
3179 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3180
3181         * docs/plugins/gst-plugins-good-plugins.args:
3182         * docs/plugins/inspect/plugin-aasink.xml:
3183         * docs/plugins/inspect/plugin-alaw.xml:
3184         * docs/plugins/inspect/plugin-alpha.xml:
3185         * docs/plugins/inspect/plugin-alphacolor.xml:
3186         * docs/plugins/inspect/plugin-annodex.xml:
3187         * docs/plugins/inspect/plugin-apetag.xml:
3188         * docs/plugins/inspect/plugin-audiofx.xml:
3189         * docs/plugins/inspect/plugin-auparse.xml:
3190         * docs/plugins/inspect/plugin-autodetect.xml:
3191         * docs/plugins/inspect/plugin-avi.xml:
3192         * docs/plugins/inspect/plugin-cacasink.xml:
3193         * docs/plugins/inspect/plugin-cairo.xml:
3194         * docs/plugins/inspect/plugin-cdio.xml:
3195         * docs/plugins/inspect/plugin-cutter.xml:
3196         * docs/plugins/inspect/plugin-debug.xml:
3197         * docs/plugins/inspect/plugin-efence.xml:
3198         * docs/plugins/inspect/plugin-effectv.xml:
3199         * docs/plugins/inspect/plugin-esdsink.xml:
3200         * docs/plugins/inspect/plugin-flac.xml:
3201         * docs/plugins/inspect/plugin-flxdec.xml:
3202         * docs/plugins/inspect/plugin-gconfelements.xml:
3203         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3204         * docs/plugins/inspect/plugin-goom.xml:
3205         * docs/plugins/inspect/plugin-halelements.xml:
3206         * docs/plugins/inspect/plugin-icydemux.xml:
3207         * docs/plugins/inspect/plugin-id3demux.xml:
3208         * docs/plugins/inspect/plugin-jpeg.xml:
3209         * docs/plugins/inspect/plugin-ladspa.xml:
3210         * docs/plugins/inspect/plugin-level.xml:
3211         * docs/plugins/inspect/plugin-matroska.xml:
3212         * docs/plugins/inspect/plugin-mulaw.xml:
3213         * docs/plugins/inspect/plugin-multipart.xml:
3214         * docs/plugins/inspect/plugin-navigationtest.xml:
3215         * docs/plugins/inspect/plugin-ossaudio.xml:
3216         * docs/plugins/inspect/plugin-png.xml:
3217         * docs/plugins/inspect/plugin-quicktime.xml:
3218         * docs/plugins/inspect/plugin-rtp.xml:
3219         * docs/plugins/inspect/plugin-rtsp.xml:
3220         * docs/plugins/inspect/plugin-smpte.xml:
3221         * docs/plugins/inspect/plugin-speex.xml:
3222         * docs/plugins/inspect/plugin-taglib.xml:
3223         * docs/plugins/inspect/plugin-udp.xml:
3224         * docs/plugins/inspect/plugin-videobalance.xml:
3225         * docs/plugins/inspect/plugin-videobox.xml:
3226         * docs/plugins/inspect/plugin-videocrop.xml:
3227         * docs/plugins/inspect/plugin-videoflip.xml:
3228         * docs/plugins/inspect/plugin-videomixer.xml:
3229         * docs/plugins/inspect/plugin-wavenc.xml:
3230         * docs/plugins/inspect/plugin-wavparse.xml:
3231         * docs/plugins/inspect/plugin-ximagesrc.xml:
3232           Update docs with caps info.
3233
3234 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3235
3236         * po/POTFILES.in:
3237           Add more files with translatable strings (#450878).
3238
3239 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3240
3241         * MAINTAINERS:
3242         Updating all the maintainers files
3243
3244 2007-06-22  Edward Hervey  <edward@fluendo.com>
3245
3246         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3247         * gst/interleave/deinterleave.c: (deinterleave_init),
3248         (deinterleave_sink_link):
3249         * gst/interleave/interleave.c: (interleave_init):
3250         * gst/median/gstmedian.c: (gst_median_init):
3251         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3252         Fix memory leaks.
3253         * tests/check/elements/id3demux.c: (pad_added_cb):
3254         Remove unused variable.
3255
3256 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3257
3258         * ext/gconf/gconf.h:
3259         Make the prototype of gst_gconf_get_key_for_sink_profile
3260         match the implementation.
3261         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3262         Fixes: #449747
3263
3264 2007-06-20  Michael Smith <msmith@fluendo.com>
3265
3266         * gst/rtp/gstrtpdepay.c:
3267           Fix description - rtpdepay is not a payloader.
3268
3269 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3270
3271         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3272         (qtdemux_video_caps):
3273         * gst/qtdemux/qtdemux_fourcc.h:
3274           Add MJPG to the variants of motion jpeg.
3275
3276 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3277
3278         * tests/check/Makefile.am:
3279         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3280         * tests/check/elements/videocrop.c: (GST_START_TEST):
3281         * tests/check/elements/videofilter.c:
3282         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3283         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3284           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3285           error flags are included and it errors out on compiler warnings
3286           for CVS builds; remove unused variables in various unit tests.
3287
3288 2007-06-19  Wim Taymans  <wim@fluendo.com>
3289
3290         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3291         (rtsp_connection_close), (rtsp_connection_free):
3292         Use threadsafe inet_ntop to convert an ip number to a string. 
3293         Fixes #447961.
3294         Don't leak fd (and ip) when freeing a connection without first closing
3295         it.
3296
3297 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3298
3299         * configure.ac:
3300         Back to CVS
3301
3302         * gst-plugins-good.doap:
3303         Add 0.10.6 to the doap file.
3304
3305 === release 0.10.6 ===
3306
3307 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3308
3309         * configure.ac:
3310           releasing 0.10.6, "Wobble Board"
3311
3312 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3313
3314         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3315         (rtsp_connection_free):
3316           Revert previous commit again, since we are frozen (sorry).
3317
3318 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3319
3320         Patch by: Peter Kjellerstedt <pkj at axis com>
3321
3322         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3323         (rtsp_connection_free):
3324           inet_ntoa() uses a static buffer internally, so we need to copy the
3325           returned string if we want to store it for later (#447961).
3326
3327 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3328
3329         * win32/vs6/autogen.dsp:
3330         * win32/vs6/gst_plugins_good.dsw:
3331         * win32/vs6/libgstalaw.dsp:
3332         * win32/vs6/libgstalpha.dsp:
3333         * win32/vs6/libgstalphacolor.dsp:
3334         * win32/vs6/libgstapetag.dsp:
3335         * win32/vs6/libgstaudiofx.dsp:
3336         * win32/vs6/libgstauparse.dsp:
3337         * win32/vs6/libgstautodetect.dsp:
3338         * win32/vs6/libgstavi.dsp:
3339         * win32/vs6/libgstcutter.dsp:
3340         * win32/vs6/libgstdirectdraw.dsp:
3341         * win32/vs6/libgstdirectsound.dsp:
3342         * win32/vs6/libgsteffectv.dsp:
3343         * win32/vs6/libgstflx.dsp:
3344         * win32/vs6/libgstgoom.dsp:
3345         * win32/vs6/libgsticydemux.dsp:
3346         * win32/vs6/libgstid3demux.dsp:
3347         * win32/vs6/libgstinterleave.dsp:
3348         * win32/vs6/libgstjpeg.dsp:
3349         * win32/vs6/libgstlevel.dsp:
3350         * win32/vs6/libgstmatroska.dsp:
3351         * win32/vs6/libgstmedian.dsp:
3352         * win32/vs6/libgstmonoscope.dsp:
3353         * win32/vs6/libgstmulaw.dsp:
3354         * win32/vs6/libgstmultipart.dsp:
3355         * win32/vs6/libgstqtdemux.dsp:
3356         * win32/vs6/libgstrtp.dsp:
3357         * win32/vs6/libgstrtsp.dsp:
3358         * win32/vs6/libgstsmpte.dsp:
3359         * win32/vs6/libgstspeex.dsp:
3360         * win32/vs6/libgstudp.dsp:
3361         * win32/vs6/libgstvideobalance.dsp:
3362         * win32/vs6/libgstvideobox.dsp:
3363         * win32/vs6/libgstvideocrop.dsp:
3364         * win32/vs6/libgstvideoflip.dsp:
3365         * win32/vs6/libgstvideomixer.dsp:
3366         * win32/vs6/libgstwaveform.dsp:
3367         * win32/vs6/libgstwavenc.dsp:
3368         * win32/vs6/libgstwavparse.dsp:
3369         Mark *.dsp & *.dsw as binary files and convert to DOS line
3370         endings, as they don't load into VS6 correctly otherwise.
3371
3372 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3373
3374         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3375         (rtsp_connection_connect):
3376         Fix the MingW build. 
3377         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3378         Fixes: #446981
3379
3380 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3381
3382         * tests/check/elements/.cvsignore:
3383         * tests/icles/.cvsignore:
3384         Hush the buildbots up
3385
3386 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3387
3388         * configure.ac:
3389         * sys/Makefile.am:
3390         * sys/directdraw/Makefile.am:
3391         * sys/directsound/Makefile.am:
3392         * sys/waveform/Makefile.am:
3393         Make sure to dist everything needed for win32 builds.
3394
3395 2007-06-14  Edward Hervey  <edward@fluendo.com>
3396
3397         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3398         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3399         caps.
3400         Fixes #447458
3401
3402 2007-06-13  Wim Taymans  <wim@fluendo.com>
3403
3404         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3405         Make sure we allocate enough memory for the codec_data.
3406         Fixes #447210.
3407
3408 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3409
3410         * win32/MANIFEST:
3411         Add videocrop project file to the win32 manifest.
3412         * win32/vs6/gst_plugins_good.dsw:
3413         Add qtdemux,videocrop and waveform projects to the workspace.
3414         * win32/vs6/libgstqtdemux.dsp:
3415         Add zlib to the link list of qtdemux.
3416         * win32/vs6/libgstvideocrop.dsp:
3417         Add a project file for videocrop.
3418
3419 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3420
3421         * po/POTFILES.in:
3422         Add qtdemux for translation
3423
3424 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3425
3426         * configure.ac:
3427         * docs/plugins/Makefile.am:
3428         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3429         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3430         * docs/plugins/inspect/plugin-videocrop.xml:
3431         * gst-plugins-good.spec.in:
3432         * sys/Makefile.am:
3433         * tests/check/Makefile.am:
3434         * tests/icles/Makefile.am:
3435         * tests/icles/videocrop-test.c:
3436         Move videocrop and osxvideo from -bad.
3437
3438 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3439
3440         * configure.ac:
3441         * docs/plugins/Makefile.am:
3442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3444         * docs/plugins/gst-plugins-good-plugins.args:
3445         * docs/plugins/inspect/plugin-qtdemux.xml:
3446         * docs/plugins/inspect/plugin-quicktime.xml:
3447         * win32/MANIFEST:
3448         Move qtdemux from -bad.
3449
3450         * gst-plugins-good.spec.in:
3451         Update spec file to reflect moving of qtdemux and wavpack
3452
3453 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3454         
3455         * win32/MANIFEST:
3456         * docs/plugins/Makefile.am:
3457         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3458         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3459         * docs/plugins/inspect/plugin-directdraw.xml:
3460         * docs/plugins/inspect/plugin-directsound.xml:
3461         * docs/plugins/inspect/plugin-waveform.xml:
3462         Move the waveform plugin from -bad too. Update the inspect xml
3463         files to mention Plugins Good instead of Plugins Bad.
3464
3465 2007-06-12  Andy Wingo  <wingo@pobox.com>
3466
3467         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3468         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3469         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3470         finalization and resuscitation. No longer public.
3471         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3472         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3473         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3474         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3475         miniobject semantics, and be threadsafe.
3476         (gst_v4l2src_queue_frame): Remove this function, as we just call
3477         the ioctls directly in the two places where we queue buffers.
3478         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3479         directly.
3480         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3481         to allocate the pool, which also preallocates the GstBuffers.
3482         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3483         queueing the frames directly.
3484         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3485         mmap buffers have been dequeued.
3486
3487         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3488         real MiniObject instead of rolling our own refcounting and
3489         finalizing. Give it a lock.
3490         (struct _GstV4l2Buffer): Remove one intermediary object, having
3491         the buffers hold the struct v4l2_buffer directly.
3492
3493         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3494         capture_init so that it can set them on the buffers that it will
3495         create.
3496         (gst_v4l2src_get_read): For better or for worse, include the
3497         timestamping and offsetting code here; really we should be using
3498         bufferalloc though.
3499         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3500         preallocated, mmap'd buffers.
3501
3502 2007-06-11  Wim Taymans  <wim@fluendo.com>
3503
3504         Patch by: daniel fischer <dan at f3c dot com>
3505
3506         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3507         (gst_ximage_src_get_caps):
3508         Actually use the display_name property so that we can dump any
3509         available X display. Fixes #445905.
3510
3511 2007-06-11  Wim Taymans  <wim@fluendo.com>
3512
3513         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3514
3515         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3516         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3517         Add missing rate fields to caps. Fixes #441118.
3518
3519 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3520
3521         * win32/vs6/gst_plugins_good.dsw:
3522         * win32/vs8/gst-plugins-good.sln:
3523         Add DirectSound and DirectDraw sinks project files to
3524         workspace and solution files.
3525
3526 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3527
3528         Patch by: Josh Coalson <xflac at yahoo dot com>,
3529         updated by Alexis Ballier <aballier at gentoo dot org>:
3530
3531         * configure.ac:
3532         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3533         (gst_flac_dec_setup_seekable_decoder),
3534         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3535         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3536         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3537         * ext/flac/gstflacdec.h:
3538         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3539         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3540         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3541         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3542         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3543         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3544         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3545         * ext/flac/gstflacenc.h:
3546         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3547         
3548 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3549
3550         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3551         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3552         not necessary anymore as we need at least that core version. 
3553
3554 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3555
3556         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3557         (gst_wavpack_dec_chain):
3558         * ext/wavpack/gstwavpackdec.h:
3559         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3560         (gst_wavpack_parse_push_buffer):
3561         * ext/wavpack/gstwavpackparse.h:
3562         Improve discont handling by checking if the next Wavpack block has
3563         the expected, following block index.
3564
3565 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3566
3567         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3568           Fix element description.
3569
3570 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3571
3572         * configure.ac:
3573         * docs/plugins/Makefile.am:
3574         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3576         * docs/plugins/gst-plugins-good-plugins.args:
3577         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3578         * docs/plugins/gst-plugins-good-plugins.signals:
3579         * docs/plugins/inspect/plugin-autodetect.xml:
3580         * docs/plugins/inspect/plugin-gconfelements.xml:
3581         * docs/plugins/inspect/plugin-ladspa.xml:
3582         * docs/plugins/inspect/plugin-rtp.xml:
3583         * docs/plugins/inspect/plugin-wavpack.xml:
3584         * ext/Makefile.am:
3585         * tests/check/Makefile.am:
3586           move wavpack plugin.  See #352605.
3587
3588 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3589
3590         * configure.ac:
3591         * docs/plugins/Makefile.am:
3592         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3593         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3594         * docs/plugins/gst-plugins-good-plugins.args:
3595         * sys/Makefile.am:
3596         * win32/MANIFEST:
3597         Add DirectDraw & DirectSound plugins to the build and docs.
3598
3599 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3600
3601         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3602         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3603           When operating in pull mode, error out correct on not-linked.
3604
3605 2007-06-06  Andy Wingo  <wingo@pobox.com>
3606
3607         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3608         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3609         format and size if the ioctls are defined; should fix compilation
3610         on Linux < 2.16.19.
3611
3612 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3613
3614         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3615           Printf fixes in debug statements; use LOG level for debug statements
3616           that are printed for each and every frame; convert c++ comments to
3617           C-style comments; not much point using g_try_malloc() if we then not
3618           even check the return value.
3619
3620 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3621
3622         * configure.ac:
3623           Bump requirements to released versions (core and base 0.10.13).
3624
3625         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3626           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3627           own implementation.
3628
3629 2007-06-05  Andy Wingo  <wingo@pobox.com>
3630
3631         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3632         some useless comments.
3633
3634         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3635         frames before calling STREAMON, that might leave them in a state
3636         where they can't be dequeued if we go back to NULL without calling
3637         STREAMON, according to the docs.
3638         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3639         before we call STREAMON.
3640         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3641         failures. (For me this code hung.) The pool refcounting is still
3642         crack; added a note to that effect.
3643
3644 2007-06-05  Wim Taymans  <wim@fluendo.com>
3645
3646         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3647         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3648         Add support for mapping gst structure names to the MIME type equivalent.
3649         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3650
3651 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3652
3653         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3654         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3655         (gst_wavenc_chain), (gst_wavenc_change_state):
3656         * gst/wavenc/gstwavenc.h:
3657         Properly write wav files with width!=depth by having the depth most
3658         significant bytes set and all others zero. Fixes #442535.
3659
3660 2007-06-01  Wim Taymans  <wim@fluendo.com>
3661
3662         * gst/rtsp/rtspconnection.c:
3663         Add include to make buildbot happy.
3664
3665 2007-06-01  Wim Taymans  <wim@fluendo.com>
3666
3667         Patch by: Peter Kjellerstedt  <pkj at axis com>
3668
3669         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3670         (rtsp_connection_connect), (add_date_header),
3671         (rtsp_connection_send), (parse_response_status),
3672         (parse_request_line), (parse_line), (rtsp_connection_receive):
3673         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3674         * gst/rtsp/rtspdefs.h:
3675         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3676         (rtsp_message_init_request), (rtsp_message_init_response),
3677         (rtsp_message_remove_header), (rtsp_message_append_headers),
3678         (rtsp_message_dump):
3679         * gst/rtsp/rtspmessage.h:
3680         Improves version checking, allowing an RTSP server to reply with "505
3681         RTSP Version not supported.
3682         Adds a Date header to all messages.
3683         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3684         want to be able to send a response even if something in the request was
3685         invalid. EINVAL is only used when passing wrong arguments to functions.
3686         Do not handle an invalid method in parse_request_line(). Defer this to
3687         the caller so it can respond with "405 Method Not Allowed".
3688         Improves parsing of the timeout parameter to the Session header,
3689         allowing whitespace after the semicolon. 
3690         Avoids a compiler warning due to variables shadowing a function argument.
3691
3692 2007-06-01  Wim Taymans  <wim@fluendo.com>
3693
3694         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3695
3696         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3697         (gst_rtp_amr_depay_process):
3698         * gst/rtp/gstrtpamrdepay.h:
3699         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3700         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3701         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3702         * gst/rtp/gstrtpamrpay.h:
3703         Add support for AMR-WB.
3704         Small cleanups such as using BOILERPLATE.
3705
3706 2007-05-31  Wim Taymans  <wim@fluendo.com>
3707
3708         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3709         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3710
3711 2007-05-30  Andy Wingo  <wingo@pobox.com>
3712
3713         * sys/v4l2/gstv4l2object.h: 
3714         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3715         unintended changes.
3716
3717         * sys/v4l2/v4l2src_calls.h: 
3718         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3719         the format list in the order that the driver gives it to us.
3720         (gst_v4l2src_probe_caps_for_format_and_size)
3721         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3722         based on the capabilities of the device.
3723         (gst_v4l2src_grab_frame): Update for object variable renaming.
3724         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3725         as in the set_caps below.
3726         (gst_v4l2src_capture_init): Update for object variable renaming,
3727         and reflow.
3728         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3729         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3730         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3731         (gst_v4l2src_get_fps): Remove; these functions don't have much
3732         meaning outside of an atomic set_caps method.
3733         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3734         known.
3735
3736         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3737         call to update_fps; not sure about this change.
3738         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3739         moment we don't have an update_fps_func.
3740
3741         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3742         structures in the object, just store what we need. Do store the
3743         probed caps of the device. Don't store the current frame rate.
3744
3745         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3746         update_fps_function, for now. Update for new object variable
3747         naming.
3748         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3749         new object variable naming.
3750         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3751         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3752         (gst_v4l2src_get_caps): Rework to probe the device for supported
3753         frame sizes and frame rates.
3754         (gst_v4l2src_set_caps): Rework to be strict in the given
3755         parameters: if someone asks us to have a certain size and rate,
3756         that is what we configure.
3757         (gst_v4l2src_get_read): Update for object variable naming. Don't
3758         leak buffers on short reads.
3759         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3760         comments.
3761         (gst_v4l2src_create): Update for object variable naming.
3762
3763 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3764
3765         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3766         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3767         * gst/avi/gstavidemux.h:
3768           Parse subtitle text streams instead of erroring out (#442034). Still
3769           needs a parser for the subtitles to actually show up.
3770
3771 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3772
3773         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3774         (gst_avi_demux_loop):
3775           Make _push_event() return TRUE if the event could be pushed on at
3776           least one pad and not only if it could be pushed on all pads,
3777           otherwise we'll end up posting an error message on EOS if one or
3778           more source pads are not connected.
3779
3780 2007-05-28  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst/rtsp/rtsptransport.c:
3783         Use renamed RTP bin.
3784
3785 2007-05-28  Wim Taymans  <wim@fluendo.com>
3786
3787         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3788
3789         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3790         (gst_video_box_set_property), (gst_video_box_transform_caps),
3791         (video_box_recalc_transform), (gst_video_box_set_caps),
3792         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3793         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3794         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3795         (gst_video_box_i420_i420), (gst_video_box_transform),
3796         (plugin_init):
3797         Add AYUV->AYUV and AYUV->I420 formats. 
3798         Fix negotiation and I420->AYUV conversion.
3799         Fixes #429329.
3800
3801 2007-05-26  Wim Taymans  <wim@fluendo.com>
3802
3803         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3804         Use different variables for nested for loops so that the outer loop
3805         functions properly and speex files with multiple frames per buffer work
3806         properly.
3807         Fixes #441408.
3808
3809 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3810
3811         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3812           Don't leak newsegment events.
3813
3814 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3815
3816         * gst/wavparse/Makefile.am:
3817           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3818           drags it in.
3819
3820 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3823         (notgst_value_array_append_buffer),
3824         (gst_flac_enc_process_stream_headers),
3825         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3826         (gst_flac_enc_change_state):
3827         * ext/flac/gstflacenc.h:
3828           Collect headers, add "streamheader" field to output caps and set
3829           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3830           produces output according to the official FLAC-to-Ogg mapping
3831           instead of completely broken files. Fixes #426044.
3832
3833 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3834
3835         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3836         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3837         (gst_id3demux_sink_event):
3838         * gst/id3demux/gstid3demux.h:
3839         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3840         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3841         (gst_tag_demux_send_new_segment):
3842         Handle and adjust new-segment events so that downstream really
3843         sees a stream with the tag pieces stripped off the front and back.
3844         Fixes strangeness in seeking when mp3 decoders use the new-segment
3845         byte position to estimate their current playback position timestamp
3846         and then the arriving buffers don't match up.
3847
3848 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3849
3850         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3851           Don't unnecessarily perform a READY->NULL->READY transition on the
3852           detected audio sink when starting up. Fixes: #440127
3853
3854 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3855
3856         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3857         (gst_flac_enc_chain):
3858           Don't crash in chain function if setcaps hasn't been called.
3859
3860 2007-05-24  Wim Taymans  <wim@fluendo.com>
3861
3862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3863         Init value to avoid infinte loops.
3864
3865 2007-05-24  Wim Taymans  <wim@fluendo.com>
3866
3867         Patch by: Peter Kjellerstedt  <pkj at axis com>
3868
3869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3870         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3871         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3872         (gst_rtspsrc_play):
3873         (rtsp_connection_send), (rtsp_connection_receive):
3874         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3875         Fix for new API.
3876
3877         * gst/rtsp/rtspconnection.c: (add_auth_header),
3878         Only add authorisation and session headers when sending messages.
3879
3880         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3881         (rtsp_message_init_request), (rtsp_message_init_response),
3882         (rtsp_message_unset), (rtsp_message_add_header),
3883         (rtsp_message_remove_header), (rtsp_message_get_header),
3884         (rtsp_message_append_headers), (dump_key_value),
3885         (rtsp_message_dump):
3886         * gst/rtsp/rtspmessage.h:
3887         Add support for multiple headers of the same type by storing the parsed
3888         headers in a GArray instaed of a hashtable.
3889
3890 2007-05-21  Wim Taymans  <wim@fluendo.com>
3891
3892         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3893         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3894         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3895         safer shutdown.
3896
3897 2007-05-21  Wim Taymans  <wim@fluendo.com>
3898
3899         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3900         * gst/rtsp/gstrtpdec.h:
3901         Added signal for backwards compat.
3902
3903 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3904         
3905         Patch by: René Stadler <mail at renestadler dot de>
3906
3907         * configure.ac:
3908         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3909         (gst_au_parse_parse_header), (gst_au_parse_chain):
3910         * gst/auparse/gstauparse.h:
3911         Use audioconvert for converting from non-native endianness floats
3912         in auparse instead of doing it ourself. Fixes #424527.
3913         This needs the audioconvert from plugins-base CVS.
3914         
3915 2007-05-21  Wim Taymans  <wim@fluendo.com>
3916
3917         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3918         (gst_rtp_h263p_pay_flush):
3919         Fix enum registration.
3920
3921 2007-05-21  Wim Taymans  <wim@fluendo.com>
3922
3923         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3924
3925         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3926         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3927         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3928         (gst_rtp_h263p_pay_flush):
3929         * gst/rtp/gstrtph263ppay.h:
3930         Add new fragmentation mode base on GOB headers. Fixes #438940.
3931
3932 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3933
3934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3935           Printf format fix.
3936
3937 2007-05-18  Wim Taymans  <wim@fluendo.com>
3938
3939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3940         Don't crash when an unsupported transport error was returned by the
3941         server, just try to configure the next stream. Fixes #439255.
3942
3943 2007-05-18  Wim Taymans  <wim@fluendo.com>
3944
3945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3946         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3947         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3948         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3949         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3950         * gst/rtsp/gstrtspsrc.h:
3951         Add TCP timeout property and use it for all TCP connection.
3952
3953         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3954         (rtsp_connection_write), (rtsp_connection_next_timeout),
3955         (rtsp_connection_reset_timeout):
3956         Make connect and writes cancelable and make them use the timeout.
3957
3958 2007-05-18  Wim Taymans  <wim@fluendo.com>
3959
3960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3961         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3962         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3963         (gst_rtspsrc_setup_streams):
3964         Refactor timeout handling.
3965         Also send keep-alive when dealing with TCP transport.
3966
3967         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3968         (rtsp_connection_free), (rtsp_connection_next_timeout),
3969         (rtsp_connection_reset_timeout):
3970         * gst/rtsp/rtspconnection.h:
3971         Use a timer to handle the session timeouts, add some methods to deal
3972         with timeouts.
3973
3974 2007-05-17  Wim Taymans  <wim@fluendo.com>
3975
3976         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3977         (gst_rtspsrc_setup_streams):
3978         Ignore streams that fail the setup command, we will retry with a
3979         different transport later on.
3980
3981         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3982         (rtsp_ext_wms_configure_stream):
3983         Fix encoding name case.
3984
3985 2007-05-16  Edward Hervey  <edward@fluendo.com>
3986
3987         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3988         Fix build on macosx.
3989
3990 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3991
3992         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3993         Replace direct comparison of a string with the string literal "" with
3994         a comparison of the first character with '\0'. Fixes #438926.
3995
3996 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3997
3998         * gst/debug/breakmydata.c (gst_break_my_data_init):
3999           One more try. This should be the proper fix now.
4000
4001 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4002
4003         * gst/debug/breakmydata.c:
4004           Ooops, no // comments please.
4005
4006 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4007
4008         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4009         (gst_break_my_data_init):
4010           Fix gst_buffer_is_writable() assertion.
4011
4012 2007-05-14  David Schleef  <ds@schleef.org>
4013
4014         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4015           video/x-raw-bayer.  Fixes #314160.
4016
4017 2007-05-14  Wim Taymans  <wim@fluendo.com>
4018
4019         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4020         (gst_rtp_theora_depay_parse_configuration):
4021         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4022         (gst_rtp_theora_pay_finish_headers),
4023         (gst_rtp_theora_pay_handle_buffer):
4024         Update theora pay/depayloader in a similar to vorbis.
4025
4026         * gst/rtp/gstrtpvorbisdepay.c:
4027         (gst_rtp_vorbis_depay_parse_configuration):
4028         Update docs.
4029
4030 2007-05-14  Wim Taymans  <wim@fluendo.com>
4031
4032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4033         When we try to execute a method that is not supported by the server,
4034         don't error out but remove the method from the accepted methods so that
4035         we never try to perform this method again.
4036
4037 2007-05-14  Wim Taymans  <wim@fluendo.com>
4038
4039         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4040         Remove annoying _dump_mem.
4041
4042 2007-05-14  Wim Taymans  <wim@fluendo.com>
4043
4044         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4045         Parse range correctly.
4046
4047         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4048         The baseurl now always has a '/' at the start.
4049
4050 2007-05-14  Wim Taymans  <wim@fluendo.com>
4051
4052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4053         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4054         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4055         Factor out caps configuration and configure more stuff such as the time
4056         ranges and speed/scale values.
4057
4058         * gst/rtsp/rtsptransport.c:
4059         Add Copyright after non-trival fixes.
4060
4061 2007-05-12  Wim Taymans  <wim@fluendo.com>
4062
4063         Patch by: Peter Kjellerstedt  <pkj at axis com>
4064
4065         * gst/rtsp/gstrtspsrc.h:
4066         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4067         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4068         (rtsp_message_get_header):
4069         * gst/rtsp/rtspmessage.h:
4070         Make channel guint8 where possible.
4071         Make rtsp_message_init_data() take the channel as a guint8.
4072
4073         * gst/rtsp/rtspdefs.c:
4074         Fixed a typo: Timout -> Timeout
4075
4076         * gst/rtsp/rtspdefs.h:
4077         Make RTSP_CHECK() behave as a statement.
4078
4079         * gst/rtsp/sdpmessage.c:
4080         Avoid a compiler warning in INIT_ARRAY().
4081         Fixes #437692.
4082
4083 2007-05-12  Wim Taymans  <wim@fluendo.com>
4084
4085         Patch by: Peter Kjellerstedt  <pkj at axis com>
4086
4087         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4088         (rtsp_url_get_request_uri):
4089         * gst/rtsp/rtspurl.h:
4090         Add support for query parameters to RTSP URLs.
4091
4092 2007-05-12  Wim Taymans  <wim@fluendo.com>
4093
4094         Patch by: Peter Kjellerstedt  <pkj at axis com>
4095
4096         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4097         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4098         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4099         (rtsp_transport_parse), (rtsp_transport_as_text):
4100         * gst/rtsp/rtsptransport.h:
4101         Add validation to rtsp_transport_parse().
4102         Add rtsp_transport_as_text() to generate an RTSP header from an
4103         RTSPTransport.
4104         Change ssrc to guint (was a string) since that is what it is, even
4105         though it is sent as a hex string.
4106         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4107         incorrect, which can be seen when looking at the examples in the RFC).
4108         Fixes #437670.
4109
4110 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4111
4112         Patch by: Eric Anholt
4113
4114         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4115           gst_ximage_src_ximage_get):
4116         Use union of all damage between frames to make it faster.
4117         Fixes bug #342463.
4118         Also fix crasher when cursor is at bottom right of window.
4119
4120 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4123           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4124           streaming mode regression for file from #343837 with 'bext' chunk
4125           before the 'fmt' chunk.
4126
4127 2007-05-11  Wim Taymans  <wim@fluendo.com>
4128
4129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4130         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4131         (gst_rtspsrc_handle_src_event),
4132         (gst_rtspsrc_stream_configure_manager),
4133         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4134         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4135         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4136         * gst/rtsp/gstrtspsrc.h:
4137         * gst/rtsp/rtspdefs.h:
4138         Preliminary seek support.
4139         Activate internal pads so that we can receive events on them.
4140         Don't try to parse a range string when it's NULL.
4141
4142 2007-05-11  Wim Taymans  <wim@fluendo.com>
4143
4144         * gst/rtp/README:
4145         Update README with new RTP variables that will be used for
4146         synchronisation.
4147
4148         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4149         (gst_rtp_vorbis_depay_parse_configuration),
4150         (gst_rtp_vorbis_depay_process):
4151         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4152         (gst_rtp_vorbis_pay_finish_headers),
4153         (gst_rtp_vorbis_pay_handle_buffer):
4154         Update vorbis pay and depayloader to draft-04.
4155
4156 2007-05-11  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst/rtsp/rtsptransport.c:
4159         UDP MCAST is actually the default for RTP/AVP.
4160 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4161
4162         * gst/level/gstlevel.c: (gst_level_transform_ip):
4163         Use guint8 * instead of gpointer then vs6 can build 
4164         in_data += (filter->width / 8).
4165
4166 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4167
4168         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4169           gst_ximage_src_ximage_get):
4170         * sys/ximage/gstximagesrc.h (last_ximage):
4171         When using Damage actually keep the last frame, and not assume
4172         that the buffer we get already has the last frame on it.
4173         Copy the cursor over if we specify a non-zero start x and
4174         start y.
4175
4176 2007-05-11  Wim Taymans  <wim@fluendo.com>
4177
4178         * gst/rtsp/rtsptransport.c:
4179         Make UDP the default transport when not specified.
4180
4181 2007-05-09  David Schleef  <ds@schleef.org>
4182
4183         * gst/level/gstlevel.c:
4184           Revert last change.
4185
4186 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4187
4188         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4189         (gst_level_transform_ip):
4190         Use guint8 * instead of gpointer then vs6 know the size of data
4191         pointed when moving the pointer.
4192         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4193         Move instructions after variables declaration.
4194         * win32/vs6/autogen.dsp:
4195         * win32/vs6/libgstrtp.dsp:
4196         * win32/vs6/libgstrtsp.dsp:
4197         Update vs6 project files.
4198
4199 2007-05-09  Wim Taymans  <wim@fluendo.com>
4200
4201         * gst/rtsp/Makefile.am:
4202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4203         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4204         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4205         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4206         (rtsp_range_free):
4207         * gst/rtsp/rtsprange.h:
4208         Add code to parse time ranges.
4209         Report DURATION on the stream when possible.
4210
4211 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4212
4213         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4214         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4215         (gst_videomixer_collected):
4216           Fix strides calculation for AYUV (it's just width*4) (#436910).
4217
4218 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4219
4220         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4221         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4222         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4223         Sync the GObject properties before each processing step to properly
4224         work with the controller.
4225
4226 2007-05-04  Wim Taymans  <wim@fluendo.com>
4227
4228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4229         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4230         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4231         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4232         (gst_rtspsrc_change_state):
4233         Let more error state trickle down so that we can catch more error
4234         cases.
4235         Handle keep-alive a little smarter by selecting a method the server
4236         actually supports.
4237         Fix a race in UDP streaming shutdown.
4238
4239 2007-05-04  Wim Taymans  <wim@fluendo.com>
4240
4241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4242         Ignore errors when trying to use the keep-alive messages.
4243
4244 2007-05-04  Wim Taymans  <wim@fluendo.com>
4245
4246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4247         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4248         (gst_rtspsrc_stream_configure_manager),
4249         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4250         (gst_rtspsrc_stream_configure_mcast),
4251         (gst_rtspsrc_stream_configure_udp),
4252         (gst_rtspsrc_stream_configure_udp_sink),
4253         (gst_rtspsrc_stream_configure_transport):
4254         Send RTCP messages back to the server over the TCP connection.
4255
4256         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4257         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4258         (rtsp_connection_receive):
4259         * gst/rtsp/rtspconnection.h:
4260         Factor out and expose lowlevel _write and _read methods.
4261         Implement sending data messages to the server.
4262
4263 2007-05-03  Wim Taymans  <wim@fluendo.com>
4264
4265         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4266         (gst_multipart_mux_collected):
4267         Fix timestamps on outgoing buffers.
4268
4269 2007-05-03  Wim Taymans  <wim@fluendo.com>
4270
4271         * gst/multipart/multipartmux.c:
4272         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4273         (gst_multipart_mux_change_state):
4274         Emit NEWSEGMENT events before pushing the first buffer.
4275
4276 2007-05-03  Wim Taymans  <wim@fluendo.com>
4277
4278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4279         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4280         (gst_rtspsrc_handle_src_query),
4281         (gst_rtspsrc_stream_configure_manager),
4282         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4283         (gst_rtspsrc_stream_configure_mcast),
4284         (gst_rtspsrc_stream_configure_udp),
4285         (gst_rtspsrc_stream_configure_udp_sink),
4286         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4287         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4288         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4289         (gst_rtspsrc_pause):
4290         Refactor transport configuration code.
4291         Create internal pads for TCP transport so that we can implement events
4292         and queries.
4293         Handle events and queries.
4294         Parse range from the SDP.
4295         Fix race in pause handler where the connection could still be flushing.
4296
4297 2007-05-02  Wim Taymans  <wim@fluendo.com>
4298
4299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4300         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4301         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4302         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4303         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4304         (gst_rtspsrc_change_state):
4305         * gst/rtsp/gstrtspsrc.h:
4306         Fix race when multiple udp sources post timeouts, just act on the first
4307         received timeout.
4308         Protect stream list with a recursive lock to fix some races.
4309         Flush connection when we need to do a reconnect or stop.
4310         Make state lock recursive.
4311
4312         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4313         (rtsp_connection_close):
4314         Some small cleanups.
4315
4316 2007-05-02  Wim Taymans  <wim@fluendo.com>
4317
4318         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4319         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4320         Only set DISCONT when there actually is a discont or when we just
4321         started.
4322
4323 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4324
4325         * ext/flac/gstflac.c: (plugin_init):
4326         Call bindtextdomain() to get localized strings.
4327
4328 2007-05-02  Wim Taymans  <wim@fluendo.com>
4329
4330         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4331         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4332         (gst_wavparse_stream_data):
4333         * gst/wavparse/gstwavparse.h:
4334         Be a bit more clever when dealing with VBR files with FACT tags, we
4335         don't want to timestamp buffers in that case but the estimated BPS can
4336         be used for seeking.
4337         Only send close segment in the streaming thread.
4338
4339 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4340
4341         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4342         Correctly post an error on the bus if something went wrong in the loop
4343         function. This fixes a few cases where the task was paused and nothing
4344         happened anymore.
4345
4346 2007-05-02  Wim Taymans  <wim@fluendo.com>
4347
4348         * gst/rtsp/test.c: (main):
4349         Fix compilation of deprecated test just because I'm too lazy to delete
4350         it.
4351
4352 2007-05-02  Wim Taymans  <wim@fluendo.com>
4353
4354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4355         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4356         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4357         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4358         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4359         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4360         * gst/rtsp/gstrtspsrc.h:
4361         Fix sending RTCP to the right place.
4362         Fix bug in reffing the wrong UDP element.
4363         Use new pad names for the session manager.
4364         Implement handling server requests in interleaved and UDP modes.
4365         Handle session keep-alive in UDP modes.
4366         Remove GCond for handling UDP timeouts.
4367
4368         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4369         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4370         (rtsp_connection_receive), (rtsp_connection_close):
4371         * gst/rtsp/rtspconnection.h:
4372         Store connection IP address for later.
4373         Add timeout args to all operations that might block forever.
4374         Parse session timeout.
4375         Only close sockets when not already closed.
4376
4377         * gst/rtsp/rtspdefs.c:
4378         * gst/rtsp/rtspdefs.h:
4379         Add timeout return value and error string.
4380
4381         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4382         Add small comment.
4383
4384 2007-05-01  Wim Taymans  <wim@fluendo.com>
4385
4386         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4387
4388         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4389         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4390         * gst/rtp/gstrtpmp4vpay.h:
4391         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4392
4393 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4394
4395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4396           Remove v4l2src from docs, since it breaks the docs build, and the
4397           plugin is only built if --enable-experimental is used anyway.
4398
4399         * docs/plugins/Makefile.am:
4400           Spaces => tab.
4401
4402 2007-04-29  Wim Taymans  <wim@fluendo.com>
4403
4404         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4405         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4406         Add code to drop membership of a multicast group.
4407
4408         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4409         (gst_udpsink_set_uri):
4410         Implement URI handler.
4411
4412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4413         (gst_rtspsrc_parse_rtpinfo):
4414         Use URI handler to make udpsink instace.
4415         Improve code to configure port and destination.
4416
4417 2007-04-29  Wim Taymans  <wim@fluendo.com>
4418
4419         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4420         Fix multicast detection.
4421         Don't try to join a multicast group if the address is not multicast.
4422
4423         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4424         Small debug improvement.
4425
4426 2007-04-27  Wim Taymans  <wim@fluendo.com>
4427
4428         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4429         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4430         (gst_rtspsrc_handle_message):
4431         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4432         parent.
4433
4434 2007-04-27  Wim Taymans  <wim@fluendo.com>
4435
4436         * gst/rtp/gstrtpilbcdepay.h:
4437         Fix mode property when specified as an arg.
4438
4439 2007-04-26  Edward Hervey  <edward@fluendo.com>
4440
4441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4443         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4444         * docs/plugins/inspect/plugin-osxaudio.xml:
4445         Add documentation for osxaudio plugin.
4446
4447 2007-04-26  Wim Taymans  <wim@fluendo.com>
4448
4449         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4450         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4451         (gst_rtspsrc_open), (gst_rtspsrc_close),
4452         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4453         (gst_rtspsrc_pause):
4454         * gst/rtsp/gstrtspsrc.h:
4455         Protect state changes with a lock.
4456
4457         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4458         (parse_line):
4459         * gst/rtsp/rtspconnection.h:
4460         Remove some unused stuff.
4461
4462 2007-04-26  Wim Taymans  <wim@fluendo.com>
4463
4464         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4465         Handle the case where there are exactly 0 bytes to read and the ioctl
4466         did not report an error. Fixes #433530.
4467
4468 2007-04-26  Wim Taymans  <wim@fluendo.com>
4469
4470         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4471         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4472         * gst/wavparse/gstwavparse.h:
4473         Apply DISCONT to buffers.
4474         Only apply timestamp to the first sample after a DISCONT, too many VBR
4475         files cause random jitter in the timestamps. Fixes #433119.
4476
4477 2007-04-25  Wim Taymans  <wim@fluendo.com>
4478
4479         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4480         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4481         (gst_rtp_dec_get_property):
4482         * gst/rtsp/gstrtpdec.h:
4483         Add dummy latency property to be backwards compat with rtpbin.
4484
4485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4486         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4487         (gst_rtspsrc_stream_configure_transport),
4488         (gst_rtspsrc_parse_rtpinfo):
4489         * gst/rtsp/gstrtspsrc.h:
4490         Add latency property and configure in the session manager.
4491         Don't set invalid clock-base and seqnum-base on caps, some servers
4492         sometimes don't send them.
4493
4494 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4495
4496         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4497         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4498           Double-check that RGB input caps are really RGBA caps (apparently
4499           the core doesn't always catch it if those caps aren't a subset of
4500           our template caps, also see #421543). Fixes #429319 in a way.
4501           Also, don't leak the pad template in the transform_caps function.
4502
4503         * tests/check/Makefile.am:
4504         * tests/check/elements/.cvsignore:
4505         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4506         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4507         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4508         (GST_START_TEST), (alphacolor_suite):
4509           Add some basic unit tests for alphacolor.
4510
4511 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4512
4513         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4514           If we get a fatal flow return in the loop function, first post the
4515           error message and only then send the EOS event downstream, otherwise
4516           applications might get an eos message before the error message and
4517           think everything was ok (related to #429319).
4518
4519 2007-04-25  Wim Taymans  <wim@fluendo.com>
4520
4521         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4522         Read the channel byte as an unsigned byte.
4523
4524 2007-04-25  Wim Taymans  <wim@fluendo.com>
4525
4526         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4527         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4528         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4529         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4530         (gst_rtp_gsm_depay_setcaps):
4531         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4532         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4533         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4534         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4535         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4536         (gst_ilbc_depay_get_property):
4537         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4538         * gst/rtp/gstrtpmp4adepay.c:
4539         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4540         (gst_rtp_pcma_depay_setcaps):
4541         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4542         (gst_rtp_pcmu_depay_setcaps):
4543         Make sure we configure the clock_rate in the baseclass in the setcaps
4544         function. Fixes #431282.
4545
4546 2007-04-25  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4549         (gst_rtspsrc_stream_free), (request_pt_map),
4550         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4551         * gst/rtsp/gstrtspsrc.h:
4552         Parse server address from SDP.
4553         Hook up a udpsink to send RTCP back to the server.
4554
4555         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4556         * gst/rtsp/rtsptransport.h:
4557         Add some docs.
4558
4559 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4560
4561         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4562           Make header field check conditional. Fixes #433135
4563
4564 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4565
4566         * docs/plugins/Makefile.am:
4567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4569         * docs/plugins/inspect/plugin-alphacolor.xml:
4570         * gst/alpha/Makefile.am:
4571         * gst/alpha/gstalphacolor.c:
4572         * gst/alpha/gstalphacolor.h:
4573           Add minimal docs blurb to alphacolor; split out headers into
4574           separate header file for gtk-doc.
4575
4576 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4577
4578         * gst/debug/progressreport.c: (gst_progress_report_report):
4579           Don't try to post NULL message (in case we can't query upstream
4580           position or duration).
4581
4582 2007-04-18  Michael Smith  <msmith@fluendo.com>
4583
4584         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4585         (gst_cutter_get_caps):
4586         * gst/cutter/gstcutter.h:
4587           Fix some of the most obvious bugs in cutter. Now doesn't leak
4588           everything if input is silent.
4589
4590 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4591
4592         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4593         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4594         * gst/wavenc/gstwavenc.h:
4595         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4596         else results in a invalid block align and invalid files.
4597
4598 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4599
4600         Patch by: Snaik <snaik32 gmail com>
4601
4602         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4603           Add missing break statement for BOX_HORIZONTAL case.
4604
4605 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4606
4607         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4608
4609         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4610         Use correct format strings for integer types.
4611
4612 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4613
4614         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4615         (gst_wavparse_create_sourcepad):
4616         Use gst_riff_create_audio_template_caps () instead of the local caps.
4617         This makes updates of the local caps unecessary whenever libgstriff
4618         gets support for new formats.
4619
4620 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4623
4624         * sys/sunaudio/gstsunaudio.c:
4625         * sys/sunaudio/gstsunaudiomixer.c:
4626         * sys/sunaudio/gstsunaudiomixer.h:
4627         * sys/sunaudio/gstsunaudiomixerctrl.c:
4628         * sys/sunaudio/gstsunaudiomixerctrl.h:
4629         * sys/sunaudio/gstsunaudiomixertrack.h:
4630         * sys/sunaudio/gstsunaudiosink.c:
4631         * sys/sunaudio/gstsunaudiosink.h:
4632         * sys/sunaudio/gstsunaudiosrc.c:
4633         * sys/sunaudio/gstsunaudiosrc.h:
4634           Fix and/or update copyright attributions (#430228).
4635
4636 2007-04-13  Wim Taymans  <wim@fluendo.com>
4637
4638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4639         Fix docs.
4640
4641         * gst/rtsp/URLS:
4642         Add some more example urls.
4643
4644         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4645         (gst_rtp_dec_chain_rtp):
4646         Better debugging.
4647
4648         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4649         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4650         (gst_rtspsrc_parse_rtpinfo):
4651         Remove unused code.
4652
4653 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4654
4655         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4656         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4657         (gst_wavparse_stream_data):
4658           Relax the audio/mpeg caps again and add FIXME: comment.
4659
4660 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4661
4662         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4663         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4664         (gst_wavparse_stream_data):
4665         * gst/wavparse/gstwavparse.h:
4666           More sanity check for the header fields. Fix type for 'rate' header
4667           field.
4668
4669 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4670
4671         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4672         (gst_icydemux_unicodify):
4673           If the metadata strings we get in the stream are not UTF-8, try to
4674           interpret them according to the character encodings specified in the
4675           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4676           only fall back to locale/ISO-8859-1 if those aren't set or don't
4677           work. Should fix #428901.
4678
4679 2007-04-12  Wim Taymans  <wim@fluendo.com>
4680
4681         * gst/rtp/gstrtph264depay.c:
4682         Use the proper sync word for SPS and PPS.
4683
4684 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4685
4686         * gst/rtp/Makefile.am:
4687         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4688           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4689         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4690           Add a simple hashing implementation that we can use to generate
4691           a 24-bit ident value based on the codebooks for vorbis and theora.
4692         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4693           gst_rtp_theora_pay_handle_buffer):
4694         * gst/rtp/gstrtpvorbisdepay.c
4695           (gst_rtp_vorbis_depay_parse_configuration,
4696           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4697         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4698           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4699           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4700           Use the hashing function, ensuring that the same codebooks result
4701           in the same ident and thus the same SDP description.
4702           Various log fixes/changes.
4703
4704 2007-04-12  Wim Taymans  <wim@fluendo.com>
4705
4706         Patch by: jerry tan <jerry dot tan at sun dot com>
4707
4708         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4709         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4710         application's responsibility to make sure it open the device once.
4711         Remove a careless error if AUDIODEV is set. Fixes #392620.
4712
4713 2007-04-12  Wim Taymans  <wim@fluendo.com>
4714
4715         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4716         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4717         * gst/rtsp/gstrtpdec.h:
4718         Make backward compat with rtpbin by adding the request-pt-map signals.
4719
4720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4721         (new_session_pad), (request_pt_map),
4722         (gst_rtspsrc_stream_configure_transport),
4723         (gst_rtspsrc_stream_configure_caps),
4724         (gst_rtspsrc_activate_streams):
4725         * gst/rtsp/gstrtspsrc.h:
4726         Implement request-pt-map signals instead of setting caps on the buffers
4727         for the session manager.
4728
4729 2007-04-11  Wim Taymans  <wim@fluendo.com>
4730
4731         * gst/udp/gstudp.c: (plugin_init):
4732         Register GstNetBuffer in plugin_init so that the type can be used from
4733         multiple threads without races.
4734
4735 2007-04-10  Wim Taymans  <wim@fluendo.com>
4736
4737         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4738         (gst_rtp_amr_depay_process):
4739         Fix depayloader clock_rate and some cleanups.
4740
4741         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4742         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4743         * gst/rtp/gstrtph264depay.h:
4744         Don't push codec_data in the adapter because it might get flushed when
4745         we get a discont.
4746
4747         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4748         Handle multiple AU per packet.
4749
4750         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4751         (gst_rtp_sv3v_depay_plugin_init):
4752         Disable rank, this one does not work.
4753         Remove timestamping, base class does that.
4754
4755 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4756
4757         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4758           limit caps to the formats we announce in the template
4759
4760         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4761         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4762         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4763           fix some crashers/asserts when dealing with broken files
4764
4765 2007-04-10  Wim Taymans  <wim@fluendo.com>
4766
4767         Patch by: Peter Kjellerstedt  <pkj at axis com>
4768
4769         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4770         * gst/rtp/gstrtpL16depay.c:
4771         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4772         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4773         (gst_rtp_speex_depay_setcaps):
4774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4775         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4776         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4777         Fix some compiler warnings. Fixes #428182.
4778
4779 2007-04-06  Wim Taymans  <wim@fluendo.com>
4780
4781         * gst/rtsp/Makefile.am:
4782         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4783         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4784         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4785         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4786         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4787         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4788         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4789         (create_rtcp), (gst_rtp_dec_request_new_pad),
4790         (gst_rtp_dec_release_pad):
4791         * gst/rtsp/gstrtpdec.h:
4792         * gst/rtsp/gstrtsp.c: (plugin_init):
4793         Morph RTPDec into something compatible with RTPBin as a fallback.
4794         Various other style fixes.
4795
4796         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4797         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4798         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4799         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4800         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4801         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4802         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4803         * gst/rtsp/gstrtspsrc.h:
4804         Implement RTPBin session manager handling.
4805         Don't try to add empty properties to caps.
4806         Implement fallback session manager, handling.
4807         Don't combine errors from RTCP streams, just ignore them.
4808
4809         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4810         * gst/rtsp/rtsptransport.h:
4811         Implement fallback session manager.
4812         Make RTPBin the default one when available.
4813
4814 2007-04-05  Wim Taymans  <wim@fluendo.com>
4815
4816         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4817         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4818         This element is ready to be autoplugged.
4819
4820 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4821
4822         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4823         Don't leave the offsets defined by upstream element on the
4824         compressed data buffer we are pushing downstream. Make them
4825         GST_BUFFER_OFFSET_NONE.
4826
4827 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4828
4829         * gst/avi/README:
4830         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4831         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4832         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4833         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4834         (gst_avi_demux_calculate_durations_from_index),
4835         (gst_avi_demux_stream_header_push),
4836         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4837         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4838           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4839
4840 2007-04-03  Wim Taymans  <wim@fluendo.com>
4841
4842         * gst/smpte/barboxwipes.c:
4843         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4844
4845 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4846
4847         * gst/wavparse/gstwavparse.c:
4848         Support audio/x-raw-float in wav files. This only works with
4849         plugins-base CVS, using an older version doesn't have any
4850         disadvantages though.
4851
4852 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4853
4854         * configure.ac:
4855         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4856         (gst_au_parse_parse_header), (gst_au_parse_chain):
4857         * gst/auparse/gstauparse.h:
4858         Revert last change as we don't want plugins-good to depend on
4859         plugins-base CVS now.
4860
4861 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4862
4863         * configure.ac:
4864         Require gst-plugins-base CVS for audioconvert with non-native
4865         float support and width/depth fix in libgstriff.
4866
4867         Patch by: René Stadler <mail at renestadler dot de>
4868
4869         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4870         (gst_au_parse_parse_header), (gst_au_parse_chain):
4871         * gst/auparse/gstauparse.h:
4872         Don't swap the floats ourself if they're not in native endianness.
4873         Instead let audioconvert handle this. Fixes #339838.
4874
4875 2007-03-29  Wim Taymans  <wim@fluendo.com>
4876
4877         * gst/rtp/gstasteriskh263.h:
4878         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4879         (gst_rtp_h263p_depay_change_state):
4880         * gst/rtp/gstrtph263pdepay.h:
4881         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4882         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4883         (gst_rtp_h264_depay_change_state):
4884         * gst/rtp/gstrtph264depay.h:
4885         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4886         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4887         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4888         Flush adapter on disconts.
4889
4890 2007-03-29  Wim Taymans  <wim@fluendo.com>
4891
4892         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4893         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4894         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4895         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4896         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4897         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4898         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4899         (gst_rtp_mp4v_depay_process):
4900         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4901         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4902         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4903         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4904         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4905         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4906         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4907         Use more efficient adapter and rtpbuffer methods when possible.
4908
4909 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4910
4911         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4912         (gst_wavenc_sink_setcaps):
4913         Correctly handle width!=depth input.
4914         * gst/wavparse/gstwavparse.c:
4915         Already export in the caps that width==8 uses unsigned samples and
4916         everything else uses signed samples.
4917
4918 2007-03-29  Wim Taymans  <wim@fluendo.com>
4919
4920         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4921
4922         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4923         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4924         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4925         (gst_dynudpsink_close):
4926         * gst/udp/gstdynudpsink.h:
4927         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4928         (gst_udpsrc_create), (gst_udpsrc_set_property),
4929         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4930         * gst/udp/gstudpsrc.h:
4931         Rework the socket allocation a bit based on the sockfd argument so that
4932         it becomes usable.
4933         Add a closefd property to instruct the udp elements to close the custom
4934         file descriptors when going to READY. Fixes #423304.
4935         API:GstUDPSrc::closefd property
4936         API:GstDynUDPSink::closefd property
4937
4938 2007-03-29  Wim Taymans  <wim@fluendo.com>
4939
4940         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4941
4942         * gst/rtp/Makefile.am:
4943         * gst/rtp/gstrtp.c: (plugin_init):
4944         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4945         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4946         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4947         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4948         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4949         (gst_rtp_h264_pay_plugin_init):
4950         * gst/rtp/gstrtph264pay.h:
4951         Added H264 payloader. Fixes #423782.
4952
4953         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4954         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4955         Small fixes.
4956
4957 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4958
4959         * gst/wavparse/gstwavparse.c:
4960         Actually support depths from 1 to 32, not only 8 to 32.
4961
4962 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4963
4964         * gst/wavparse/gstwavparse.c:
4965         Add support for wav files containing audio/x-raw-int with random
4966         depths between 1 and 32 bits.
4967
4968 2007-03-28  Wim Taymans  <wim@fluendo.com>
4969
4970         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4971
4972         * gst/rtp/Makefile.am:
4973         * gst/rtp/gstrtp.c: (plugin_init):
4974         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4975         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4976         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4977         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4978         (gst_rtp_mp4a_depay_get_property),
4979         (gst_rtp_mp4a_depay_change_state),
4980         (gst_rtp_mp4a_depay_plugin_init):
4981         * gst/rtp/gstrtpmp4adepay.h:
4982         Added MP4A-LATM depayloader. Fixes #417792.
4983
4984         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4985         (gst_rtp_mp4v_depay_process):
4986         Fixup depayloader, setting codec_data, using more efficient adaptor and
4987         rtpbuffer handling.
4988
4989         * gst/rtsp/URLS:
4990         Add url to test above.
4991
4992 2007-03-25  Wim Taymans  <wim@fluendo.com>
4993
4994         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4995         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4996         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4997         (gst_rtspsrc_media_to_caps),
4998         (gst_rtspsrc_stream_configure_transport),
4999         (gst_rtspsrc_stream_configure_caps),
5000         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5001         * gst/rtsp/gstrtspsrc.h:
5002         Handle default clock-rates for static payload types, rearrange stuff so
5003         that the rtpmap field in the sdp can override the defaults.
5004         Parse RTP-Info field to get the seqnum and timebase fields that should
5005         go in the caps.
5006         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5007         the server. 
5008
5009 2007-03-22  Wim Taymans  <wim@fluendo.com>
5010
5011         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5012
5013         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5014         Accept complex pipeline descriptions as an audio profile instead of just
5015         a single element. Fixes #420658.
5016
5017 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5018
5019         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5020           Rename registered type in preparation of GstTagDemux moving to
5021           -base at some point in the future.
5022
5023 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5026           Streaming mode fixes: don't unref buffer we don't own any longer;
5027           remove bogus adapter flush. Fixes #419338.
5028
5029 2007-03-17  David Schleef  <ds@schleef.org>
5030
5031         * REQUIREMENTS: Change the format to key/value, add a bunch of
5032           information, remove a bunch of requirements that are for
5033           other GStreamer packages.
5034
5035 2007-03-17  David Schleef  <ds@schleef.org>
5036
5037         * REQUIREMENTS: Fix a few things.  This file really needs a
5038         good once-over.
5039
5040 2007-03-15  Edward Hervey  <edward@fluendo.com>
5041
5042         * sys/Makefile.am:
5043         Don't forget to distribute the sys/osxaudio/ directory.
5044
5045 2007-03-15  Edward Hervey  <edward@fluendo.com>
5046
5047         * configure.ac:
5048         * sys/Makefile.am:
5049         * sys/osxaudio/Makefile.am:
5050         * sys/osxaudio/gstosxaudio.c:
5051         * sys/osxaudio/gstosxaudiosink.c:
5052         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5053         (gst_osx_audio_sink_getcaps),
5054         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5055         * sys/osxaudio/gstosxaudiosrc.c:
5056         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5057         (gst_osx_audio_src_create_ringbuffer):
5058         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5059         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5060         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5061         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5062         * sys/osxaudio/gstosxringbuffer.h:
5063         Activate osxaudio in gst-plugins-good with proper build setup.
5064         Add inlined documentation.
5065         Fix debug statements
5066         Fix ringbuffer when pausing.
5067         Fixes #323471
5068
5069 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5070         * gst/rtp/gstrtppcmapay.c:
5071         * gst/rtp/gstrtppcmapay.h:
5072         * gst/rtp/gstrtppcmupay.c:
5073         * gst/rtp/gstrtppcmupay.h:
5074         Ported mulaw and alaw payloaders to use new base class
5075
5076 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5077
5078         * po/af.po:
5079         * po/az.po:
5080         * po/cs.po:
5081         * po/en_GB.po:
5082         * po/it.po:
5083         * po/nl.po:
5084         * po/or.po:
5085         * po/sq.po:
5086         * po/sr.po:
5087         * po/sv.po:
5088         * po/uk.po:
5089         * po/vi.po:
5090           Update translations.
5091
5092 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5093
5094         * configure.ac:
5095           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5096
5097 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5098
5099         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5100           Fix handling of -1 values for start and stop values when seeking,
5101           and SEEK_CUR+SEEK_END here as well.
5102
5103 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5104
5105         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5106           Fix handling of -1 values for start and stop values when seeking, 
5107           and SEEK_CUR+SEEK_END.
5108
5109 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5110
5111         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5112           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5113           the image format a variable-length NUL-terminated string; in
5114           versions before that the image format is a fixed-length string of
5115           3 characters (see #348644 for a sample tag).
5116           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5117
5118 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5119
5120         * win32/MANIFEST:
5121         Add new project files to MANIFEST.
5122         * win32/vs6/libgstaudiofx.dsp:
5123         * win32/vs6/libgstrtp.dsp:
5124         * win32/vs6/libgstrtsp.dsp:
5125         Update project files.
5126         
5127 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5128
5129         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5130         (gst_avi_demux_parse_index):
5131         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5132         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5133           Printf format fixes; also add some missing quotes in translated
5134           strings. Fixes #416728 and #416727.
5135
5136 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5137
5138         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5139           Tim and I can't think of any reason the child audio sink needs to 
5140           be set back to NULL after successfully determining that it can 
5141           reach READY - it gets immediately set back to READY by the caller
5142           anyway, causing an unnecessary close/open of any audio devices
5143           involved.
5144
5145 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * po/LINGUAS:
5148         * po/ja.po:
5149           Add ja.po file from #377306.
5150
5151 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5154         * sys/sunaudio/gstsunaudiomixertrack.c:
5155         (gst_sunaudiomixer_track_new):
5156           Actually translate sunaudio mixer track labels instead of just
5157           marking the strings as translatable (#377306); clean up weird
5158           label string mapping code that serves no apparent purpose. Also
5159           set the 'untranslated-label' property when creating mixer tracks
5160           if the GstMixerTrack base class supports this.
5161
5162         * tests/check/Makefile.am:
5163         * tests/check/elements/.cvsignore:
5164         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5165         (sunaudio_suite):
5166           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5167           actually tested on a system where sunaudiomixer is available).
5168
5169 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5170
5171         * tests/check/Makefile.am:
5172         Re-enable the states test and see if it works on the buildbots.
5173
5174 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5175
5176         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5177         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5178         (gst_dvdec_change_state):
5179         * ext/dv/gstdvdec.h:
5180         Infer pixel-aspect-ratio from the video frame format if it isn't
5181         provided by the container, as happens when playing DV from AVI
5182         or Quicktime containers.
5183
5184         Patch by: Wim Taymans <wim@fluendo.com>
5185         Fixes #380944
5186
5187 2007-03-09  Wim Taymans  <wim@fluendo.com>
5188
5189         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5190         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5191         will later be handled by the jitterbuffer.
5192
5193 2007-03-09  Wim Taymans  <wim@fluendo.com>
5194
5195         * ext/taglib/gstid3v2mux.cc:
5196         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5197         Fixes #414496.
5198         
5199         Patch by: Alex Lancaster <alexl at users sourceforge net>
5200
5201 2007-03-09  Wim Taymans  <wim@fluendo.com>
5202
5203         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5204         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5205         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5206         (gst_avi_demux_chain):
5207         Fix stream position reporting after a seek. Fixes #416445.
5208
5209 2007-03-08  Wim Taymans  <wim@fluendo.com>
5210
5211         Patch by: René Stadler <mail at renestadler dot de>
5212
5213         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5214         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5215         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5216         Make avidemux accept optional header chunks in any order.
5217         Fixes #415446.
5218
5219 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5220
5221         * tests/check/Makefile.am:
5222         Disable the states check until the remaining Valgrind errors
5223         are fixed or suppressed.
5224
5225 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5226
5227         * tests/check/elements/.cvsignore:
5228           Add audiodynamic check to .cvsignore
5229
5230 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5231
5232         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5233
5234         * gst/audiofx/Makefile.am:
5235         * gst/audiofx/audiodynamic.c:
5236         (gst_audio_dynamic_characteristics_get_type),
5237         (gst_audio_dynamic_mode_get_type),
5238         (gst_audio_dynamic_set_process_function),
5239         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5240         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5241         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5242         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5243         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5244         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5245         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5246         (gst_audio_dynamic_transform_hard_knee_expander_int),
5247         (gst_audio_dynamic_transform_hard_knee_expander_float),
5248         (gst_audio_dynamic_transform_soft_knee_expander_int),
5249         (gst_audio_dynamic_transform_soft_knee_expander_float),
5250         (gst_audio_dynamic_transform_ip):
5251         * gst/audiofx/audiodynamic.h:
5252         * gst/audiofx/audiofx.c: (plugin_init):
5253         Add new audiodynamic element which can act as a compressor or
5254         expander. Supported are hard-knee and soft-knee operation modes with
5255         user-specified ratio and threshold.
5256         Attack and release parameters are not yet implemented but will follow.
5257         * docs/plugins/Makefile.am:
5258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5260         * docs/plugins/gst-plugins-good-plugins.args:
5261         * docs/plugins/inspect/plugin-audiofx.xml:
5262         Integrate audiodynamic into the docs.
5263         * tests/check/Makefile.am:
5264         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5265         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5266         Add unit test for audiodynamic.
5267
5268 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5269
5270         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5271         Free handles that we allocated when exiting via the error paths.
5272
5273 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5274
5275         * gst/level/gstlevel.c: (gst_level_class_init),
5276         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5277         (gst_level_transform_ip):
5278         * gst/level/gstlevel.h:
5279           Resolve message timestamps against the playback segment.
5280
5281 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5284         (gst_id3demux_sink_activate):
5285           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5286           caps passed to it (previously one code path assumed it took ownership
5287           while another one assumed it didn't, while in fact it sometimes did and
5288           sometimes didn't ...).
5289
5290         * configure.ac:
5291         * tests/files/Makefile.am:
5292         * tests/files/id3-407349-1.tag:
5293         * tests/files/id3-407349-2.tag:
5294           Add directory where data for unit tests can be stored.
5295
5296         * tests/Makefile.am:
5297         * tests/check/Makefile.am:
5298         * tests/check/elements/.cvsignore:
5299         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5300         (read_tags_from_file), (run_check_for_file),
5301         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5302           Add unit test for id3demux, and in particular for bug #407349. Only
5303           testing pull-mode for now; push mode doesn't work yet because the test
5304           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5305
5306 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5307
5308         * tests/check/Makefile.am:
5309           Add missing backslash at end of line.
5310
5311 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5312
5313         Trigger rebuild.
5314
5315 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5318         * gst/id3demux/id3tags.h:
5319         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5320         (parse_obsolete_tdat_frame):
5321           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5322           the four-digit number will be interpreted as a year, whereas it is
5323           month and day in DDMM format. Instead, parse TDAT frames and fix up
5324           the date in the GST_TAG_DATE tag later if we also extracted a year.
5325           Fixes #407349.
5326
5327 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5328
5329         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5330         (gst_switch_commit_new_kid):
5331         Fix up the dispose logic so it doesn't leak, and fix setting of 
5332         the child state so that we don't set a child to our current state 
5333         just as we are changing it to something else.
5334
5335 2007-03-06  Wim Taymans  <wim@fluendo.com>
5336
5337         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5338         (gst_goom_chain):
5339         * gst/goom/gstgoom.h:
5340         Document, fix and improve goom adapter behaviour.
5341         Fixes #407006.
5342
5343 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5344
5345         * ext/esd/esdsink.c: (gst_esdsink_open):
5346         Unref static pad template after using it.
5347
5348 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5349
5350         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5351         (gst_switch_commit_new_kid):
5352         Fix up the reference counting of the child elements.
5353
5354 2007-03-05  Wim Taymans  <wim@fluendo.com>
5355
5356         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5357         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5358         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5359         Fix encoding-name case.
5360
5361 2007-03-05  Wim Taymans  <wim@fluendo.com>
5362
5363         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5364         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5365         (gst_rtp_speex_depay_process):
5366         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5367         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5368         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5369         (gst_rtp_speex_pay_change_state):
5370         * gst/rtp/gstrtpspeexpay.h:
5371         Fix speex (de)payloader. Fixes #358040.
5372
5373 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5374
5375         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5376         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5377         Install fakesink in NULL by fixing some broken logic. This obviates
5378         the need to manually set _IS_SINK.
5379         Add some comments and remove a little cruft while I'm at it.
5380
5381 2007-03-05  Wim Taymans  <wim@fluendo.com>
5382
5383         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5384         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5385
5386 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5387
5388         * po/POTFILES.in:
5389           Update.
5390
5391 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5392
5393         * tests/check/Makefile.am:
5394         Gah! Also disable gconfvideosink from the tests, otherwise
5395         it will instantiate autovideosink, and dfbvideosink and
5396         leak on the buildbots.
5397
5398 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5399
5400         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5401         (gst_cdio_cdda_src_finalize):
5402         Make sure we always destroy our libcdio handle.
5403
5404 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5405
5406         * tests/check/Makefile.am:
5407         Disable autovideosink so the buildbots don't barf over memory
5408         leaked in the directfb sink.
5409
5410 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5411
5412         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5413         Chain up in dispose
5414
5415 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5416
5417         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5418         (gst_multipart_find_pad_by_mime):
5419         Use gst_pad_new_from_static_template instead of
5420         static_pad_template_get+pad_new.
5421
5422 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5423
5424         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5425         Catch the case where no clock has been set.
5426
5427 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5428
5429         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5430         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5431         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5432         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5433         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5434         (gst_gconf_audio_src_finalize), (do_toggle_element):
5435         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5436         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5437         (do_toggle_element):
5438         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5439         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5440         (gst_gconf_video_src_finalize), (do_toggle_element):
5441         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5442         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5443         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5444         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5445         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5446         (gst_shout2send_init), (gst_shout2send_finalize):
5447         * gst/debug/testplugin.c: (gst_test_class_init),
5448         (gst_test_finalize):
5449         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5450         (gst_flxdec_dispose):
5451         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5452         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5453         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5454         (gst_rtspsrc_finalize):
5455         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5456         * gst/rtsp/rtspextwms.h:
5457         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5458         (gst_smpte_finalize):
5459         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5460         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5461         (gst_udpsink_finalize):
5462         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5463         (gst_wavparse_sink_activate):
5464         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5465         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5466         (gst_oss_src_finalize):
5467         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5468         * sys/v4l2/gstv4l2object.h:
5469         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5470         (gst_v4l2src_finalize):
5471         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5472
5473         Fix a bunch of leaks shown by the newly-added states test.
5474
5475 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5476
5477         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5478         Use gst_pad_new_from_static_template instead of 
5479         static_pad_template_get+pad_new.
5480
5481 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5484
5485         * ext/libcaca/Makefile.am:
5486         * gst/debug/Makefile.am:
5487           Don't mix tabs and spaces (#414168).
5488
5489 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5490
5491         * tests/check/generic/.cvsignore:
5492           Ignore files to please buildbot.
5493
5494 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5495
5496         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5497         (gst_wavparse_stream_data):
5498           Unbreak my previous commit (swapped nominator & denominator). Tim,
5499           thanks for spotting.
5500
5501 2007-03-02  Wim Taymans  <wim@fluendo.com>
5502
5503         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5504         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5505         (gst_cdio_cdda_src_finalize):
5506         Small code cleanups.
5507         Don't use pad_alloc as the base class cannot deal with the error codes.
5508
5509 2007-03-02  Wim Taymans  <wim@fluendo.com>
5510
5511         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5512         (gst_udpsrc_create):
5513         Fix doc.
5514
5515 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5516
5517         Patch by: René Stadler <mail@renestadler.de>
5518
5519         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5520         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5521         (gst_wavparse_stream_data):
5522           Handle rounding better to not drop last sample frame. Fixes #356692
5523
5524 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5525
5526         * tests/check/Makefile.am:
5527         Disable cacasink from the states check too - it also calls exit(1)
5528         on us when it can't find a terminal to talk to.
5529
5530 2007-03-02  Wim Taymans  <wim@fluendo.com>
5531
5532         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5533
5534         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5535         (gst_udpsrc_create), (gst_udpsrc_set_property),
5536         (gst_udpsrc_get_property):
5537         * gst/udp/gstudpsrc.h:
5538         Add support to strip proprietary headers. Fixes #350296.
5539
5540 2007-03-02  Wim Taymans  <wim@fluendo.com>
5541
5542         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5543         Fix compilation.
5544
5545 2007-03-02  Wim Taymans  <wim@fluendo.com>
5546
5547         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5548
5549         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5550         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5551         (gst_rtp_mp2t_depay_set_property),
5552         (gst_rtp_mp2t_depay_get_property):
5553         * gst/rtp/gstrtpmp2tdepay.h:
5554         Add support to strip off proprietary headers. Fixes #350278.
5555
5556 2007-03-02  Wim Taymans  <wim@fluendo.com>
5557
5558         * ext/hal/hal.c:
5559         Fix compilation.
5560
5561 2007-03-02  Wim Taymans  <wim@fluendo.com>
5562
5563         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5564         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5565         (gst_sunaudiosrc_open):
5566         * sys/sunaudio/gstsunaudiosrc.h:
5567         Remove device-name from GstSunAudioSrc. Fixes #412597.
5568
5569 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5570
5571         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5572         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5573         Having NULL as UDI previously selected the default sink/src. Change
5574         this back but mention it in the debug output.
5575         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5576         (gst_hal_get_oss_element), (gst_hal_get_string),
5577         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5578         (gst_hal_get_audio_src):
5579         * ext/hal/hal.h:
5580         Refactor a bit, check all error conditions, greatly improve debugging
5581         and fix some possible memory leaks. Also implement OSS support
5582         and allow specifying an UDI that points to a real device. For this the
5583         child device which supports ALSA (preferred) or OSS is used.
5584         As a side effect this makes it impossible now to get a alsasink in
5585         halaudiosrc and a alsasrc in halaudiosink.
5586
5587 2007-03-01  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5590         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5591         Errors from the udp sources are not fatal unless all of them are in
5592         error.
5593
5594 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5595
5596         * tests/check/Makefile.am:
5597         Disable aasink in the states test. I suspect this is the element that
5598         is calling exit(1) when it can't proceed.
5599
5600 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5601
5602         * tests/check/Makefile.am:
5603         Draw plugins in from the build tree sys/ dir, rather than picking
5604         up the already installed versions.
5605
5606 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5607
5608         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5609         Error out correctly when getting xcontext fails.
5610
5611 2007-03-01  Wim Taymans  <wim@fluendo.com>
5612
5613         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5614         Make state change to PAUSED NO_PREROLL because that's what it will be in
5615         the future and rtspsrc relies on it.
5616
5617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5618         (gst_rtspsrc_change_state):
5619         Don't error out when we don't get an error from the state change
5620         function.
5621
5622 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5623
5624         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5625         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5626           Check if the device UDI is set before trying to query HAL
5627           about it and give a useful error message if it wasn't set.
5628         * ext/hal/hal.c: (gst_hal_get_string):
5629           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5630           gives an assertion failure in D-Bus when running with
5631           DBUS_FATAL_WARNINGS=1.
5632
5633 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5634
5635         * configure.ac:
5636           Convert to new AG_GST style.
5637
5638 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5639
5640         * tests/check/Makefile.am:
5641         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5642           add test for states
5643
5644 2007-02-28  Wim Taymans  <wim@fluendo.com>
5645
5646         * tests/check/elements/.cvsignore:
5647         Add new videofilter check to .cvsignore.
5648
5649 2007-02-28  Wim Taymans  <wim@fluendo.com>
5650
5651         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5652         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5653         (gst_avi_demux_loop), (gst_avi_demux_chain):
5654         Fix combined flow return. Fixes #412608.
5655
5656 2007-02-28  Wim Taymans  <wim@fluendo.com>
5657
5658         * gst/videofilter/Makefile.am:
5659         Dist header..
5660
5661 2007-02-28  Wim Taymans  <wim@fluendo.com>
5662
5663         * gst/videofilter/gstgamma.h:
5664         Add header too.
5665
5666 2007-02-28  Wim Taymans  <wim@fluendo.com>
5667
5668         Patch by: Mark Nauwelaerts <manauw at skynet be>
5669
5670         * gst/videofilter/Makefile.am:
5671         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5672         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5673         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5674         (oil_tablelookup_u8), (gst_gamma_set_caps),
5675         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5676         Port gamma filter to 0.10. Fixes #412704.
5677
5678         * tests/check/Makefile.am:
5679         * tests/check/elements/videofilter.c: (setup_filter),
5680         (cleanup_filter), (check_filter), (GST_START_TEST),
5681         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5682         Add unit tests for videofilters.
5683
5684 2007-02-28  Wim Taymans  <wim@fluendo.com>
5685
5686         * gst/rtsp/URLS:
5687         Add another interesting test url.
5688
5689         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5690         Don't allow getting header fields from data packets.
5691
5692 2007-02-28  Michael Smith  <msmith@fluendo.com>
5693
5694         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5695         (gst_shout2send_init), (gst_shout2send_start),
5696         (gst_shout2send_set_property), (gst_shout2send_get_property):
5697         * ext/shout2/gstshout2.h:
5698           Add a property for username.
5699
5700 2007-02-27  Christian Schallerr <christian@fluendo.com>
5701
5702         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5703
5704 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5705
5706         * gst/rtsp/Makefile.am:
5707         Fix make check too.
5708
5709 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5710
5711         * gst/rtsp/base64.c: (util_base64_encode):
5712         * gst/rtsp/base64.h:
5713         Commit missing files for base64 encoding.
5714
5715 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5718
5719         * configure.ac:
5720         * ext/annodex/Makefile.am:
5721         * ext/jpeg/Makefile.am:
5722         * ext/speex/Makefile.am:
5723         * gst/alpha/Makefile.am:
5724         * gst/cutter/Makefile.am:
5725         * gst/debug/Makefile.am:
5726         * gst/effectv/Makefile.am:
5727         * gst/goom/Makefile.am:
5728         * gst/level/Makefile.am:
5729         * gst/smpte/Makefile.am:
5730         * gst/videofilter/Makefile.am:
5731           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5732
5733 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5734
5735         * gst/rtsp/Makefile.am:
5736         * gst/rtsp/rtspconnection.c: (append_auth_header),
5737         (rtsp_connection_send), (rtsp_connection_set_auth):
5738         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5739         from icecast to replace it. Relicensed from GPL courtesy of Mike
5740         Smith.
5741
5742 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5743
5744         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5745         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5746         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5747         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5748         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5749         (gst_rtspsrc_uri_set_uri):
5750         * gst/rtsp/gstrtspsrc.h:
5751         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5752         (append_auth_header), (rtsp_connection_send),
5753         (rtsp_connection_free), (rtsp_connection_set_auth):
5754         * gst/rtsp/rtspconnection.h:
5755         * gst/rtsp/rtspdefs.h:
5756         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5757         * gst/rtsp/rtspurl.h:
5758
5759         Implement simple Basic Authentication support so that urls like
5760         rtsp://user:pass@hostname/rtspstream work on hosts that require
5761         authentication.
5762
5763 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5764
5765         * sys/v4l2/gstv4l2object.c:
5766         * sys/v4l2/gstv4l2tuner.c:
5767         * sys/v4l2/v4l2_calls.c:
5768         Fix segfault when oppening a radio device.
5769         
5770 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5771
5772         * gst/level/gstlevel.c: (gst_level_set_caps),
5773         (gst_level_transform_ip):
5774         * sys/v4l2/README:
5775         * tests/check/elements/level.c: (GST_START_TEST):
5776           Fix level for multi-channel case.
5777
5778 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5779
5780         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5781         (gst_level_transform_ip):
5782         * gst/level/gstlevel.h:
5783           Use function pointer for process function and add process functions
5784           for float audio.
5785
5786 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5787
5788         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5789         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5790         (gst_v4l2src_capture_init):
5791           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5792           fixes #407369
5793
5794 2007-02-18  Wim Taymans  <wim@fluendo.com>
5795
5796         * gst/rtp/Makefile.am:
5797         * gst/rtp/gstrtp.c: (plugin_init):
5798         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5799         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5800         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5801         (gst_rtp_mp2t_pay_plugin_init):
5802         * gst/rtp/gstrtpmp2tpay.h:
5803         Added simple mpeg transport stream payloader.
5804
5805 2007-02-16  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/rtsp/URLS:
5808         Add example H264 rtsp url.
5809
5810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5811         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5812         Don't convert values to lowercase or we might mess up base64 encoded
5813         properties.
5814
5815 2007-02-16  Wim Taymans  <wim@fluendo.com>
5816
5817         * gst/rtp/README:
5818         Fix case of string params.
5819
5820         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5821         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5822         Fix depayloader, support more packet types.
5823         Add sync codes to make sure the packetizer can do its job.
5824
5825         * gst/rtp/gstrtpmp4gdepay.c:
5826         * gst/rtp/gstrtpmp4gpay.c:
5827         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5828         Fix caps case again.
5829
5830 2007-02-15  Wim Taymans  <wim@fluendo.com>
5831
5832         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5833         Set right caps on output buffers.
5834
5835 2007-02-14  Wim Taymans  <wim@fluendo.com>
5836
5837         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5838         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5839         Clear stack allocated SDPMedia struct before calling _init() on it.
5840         Clarify this in the docs as well.
5841
5842 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5843
5844         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5845         (do_change_child):
5846         Don't reset the profile when going switching states, as it makes
5847         the element non-reusable.
5848
5849 2007-02-14  Wim Taymans  <wim@fluendo.com>
5850
5851         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5852         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5853         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5854         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5855         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5856         (sdp_parse_line):
5857         * gst/rtsp/sdpmessage.h:
5858         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5859         Fix memory management of SDP messages. Fixes #407793.
5860
5861 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5862
5863         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5864
5865         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5866         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5867
5868 2007-02-14  Wim Taymans  <wim@fluendo.com>
5869
5870         Patch by: jp.liu <jp_liu at astrocom dot cn>
5871
5872         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5873         Fix parsing of password field in url. Fixes #407797.
5874
5875 2007-02-14  Wim Taymans  <wim@fluendo.com>
5876
5877         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5878         (gst_wavparse_reset), (gst_wavparse_init),
5879         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5880         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5881         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5882         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5883         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5884         (gst_wavparse_loop), (gst_wavparse_chain),
5885         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5886         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5887         (plugin_init):
5888         * gst/wavparse/gstwavparse.h:
5889         Update docs.
5890         Use boilerplate.
5891         Various code cleanups.
5892         When the bitrate is not known (bps == 0 or compressed formats) let
5893         downstream element guestimate the duration and position and don't
5894         generate timestamps or durations. Fixes #405213.
5895         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5896         error flowreturn upstream.
5897
5898 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5899
5900         * ext/gconf/Makefile.am:
5901         * ext/gconf/gconf.c: (gst_gconf_get_string),
5902         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5903         (gst_gconf_render_bin_with_default):
5904         * ext/gconf/gconf.h:
5905         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5906         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5907         (gst_gconf_audio_sink_dispose), (do_change_child),
5908         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5909         (cb_change_child), (gst_gconf_audio_sink_change_state):
5910         * ext/gconf/gstgconfaudiosink.h:
5911         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5912         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5913         (gst_switch_sink_init), (gst_switch_sink_dispose),
5914         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5915         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5916         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5917         * ext/gconf/gstswitchsink.h:
5918         * gst/autodetect/gstautoaudiosink.c:
5919         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5920         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5921         (gst_auto_audio_sink_detect):
5922         * gst/autodetect/gstautovideosink.c:
5923         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5924         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5925         (gst_auto_video_sink_detect):
5926         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5927         and a child that implements the GConf key monitoring. The end goal of
5928         this is an audio sink that can be changed on the fly, but at the 
5929         moment it still only changes on the next READY transition.
5930
5931 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5932
5933         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5934         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5935         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5936         (gst_avi_demux_calculate_durations_from_index),
5937         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5938         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5939         (gst_avi_demux_loop):
5940           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5941
5942 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5943
5944         * configure.ac:
5945         * docs/plugins/Makefile.am:
5946           Add crossreferences to glib/gobject/gstream docs.
5947
5948 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         * gst/monoscope/Makefile.am:
5951         * gst/monoscope/gstmonoscope.c:
5952           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5953           (but no LIBS, since we only use defines from the headers).
5954
5955 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5956
5957         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5958
5959         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5960         (gst_wavparse_stream_data):
5961           Fix massive memory leak when operating in streaming mode due to
5962           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5963           Fixes #407057.
5964
5965 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5966
5967         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5968         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5969         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5970         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5971         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5972         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5973         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5974         (gst_avi_demux_calculate_durations_from_index),
5975         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5976         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5977         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5978         * gst/avi/gstavidemux.h:
5979           Save some memory (8%) by repacking the index entry structure (more to
5980           come). Add more FIXMEs to questionable parts.
5981
5982 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5983
5984         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5985         (gst_v4l2src_get_caps):
5986         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5987         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5988         (gst_v4l2src_capture_init):
5989           More FIXME comments and messaging changes.
5990
5991 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5992
5993         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5994         (gst_goom_change_state):
5995         * gst/goom/gstgoom.h:
5996           Improved docs and use GST_DEBUG_FUNCPTR.
5997
5998         * gst/level/gstlevel.c: (gst_level_class_init):
5999           Use GST_DEBUG_FUNCPTR.
6000
6001         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6002         (gst_monoscope_chain), (gst_monoscope_change_state):
6003           Improved docs source cleanups.
6004
6005 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6006
6007         * gst/debug/Makefile.am:
6008         * gst/debug/gstdebug.c: (plugin_init):
6009         * gst/debug/gstpushfilesrc.c:
6010         * gst/debug/gstpushfilesrc.h:
6011           Add code for a pushfilesrc element that implements a pushfile:// URI
6012           handler, to make debugging push-mode operation of demuxer/decoders
6013           that support both easier in connection with seek/playbin/etc.
6014           The element isn't registered at the moment.
6015
6016 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6017
6018         * gst/avi/gstavimux.c:
6019           Comment a #if 0 in caps template definition as VS6 seems to 
6020         do not support it.
6021         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6022           Use gst_guint64_to_gdouble for conversion.
6023         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6024           Move variables declaration before the first instruction.
6025         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6026           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6027           And don't include netdb.h for G_OS_WIN32
6028         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6029           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6030           by VS6 then use an other way to initialize SDPMedia structure.
6031         * gst/udp/gstdynudpsink.h:
6032         * gst/udp/gstdynudpnetutils.h:
6033           Do not include <sys/time.h> for G_OS_WIN32
6034         * gst/udp/gstudpsrc.c:
6035           Define socklen_t as int for G_OS_WIN32
6036         * win/common/config.h.in:
6037           Undef HAVE_NETINET_IN_H
6038         * win32/vs6/gst_plugins_good.dsw:
6039         * win32/vs6/libgstrtp.dsp:
6040         * win32/vs6/libgstrtsp.dsp:
6041         * win32/vs6/libgstautogen.dsp:
6042         * win32/vs6/libgstaudiofx.dsp:
6043         * win32/vs6/libgstudp.dsp:
6044           Add and update project files.
6045         * win32/common/gstudp-enumtypes.c:
6046         * win32/common/gstudp-enumtypes.h:
6047           Add a copy of udp enumtypes to win32/common as in core 
6048           and base.
6049         
6050 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6051
6052         * configure.ac:
6053           Activate monoscope when building with --enable-experimental. Fix
6054           --enable-external configure switch description.
6055
6056         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6057         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6058           Help gst-indent.
6059
6060 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6061
6062         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6063           Explicitly cast result of pointer arithmetic to integer in order to
6064           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6065
6066 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * gst/debug/progressreport.c:
6069           Some more docs.
6070
6071 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6072
6073         * docs/plugins/inspect/plugin-rtp.xml:
6074           Update for new elements.
6075
6076         * gst/debug/progressreport.h:
6077           Commit newly-created header file as well.
6078
6079 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6080
6081         * docs/plugins/Makefile.am:
6082         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6083         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6084         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6085         * gst/debug/Makefile.am:
6086         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6087         (gst_progress_report_do_query), (gst_progress_report_report):
6088           Make progressreport element post messages with the current progress
6089           on the bus. Also add some basic docs for it.
6090
6091 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6092
6093         * ext/hal/hal.c: (gst_hal_get_string):
6094         * ext/hal/hal.h:
6095           Some small cleanups; deal with errors when parsing the HAL ALSA
6096           capabilities a bit better.
6097
6098 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6099
6100         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6101           Let's try this again and use the right cast this time.
6102
6103 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6104
6105         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6106           Add cast to avoid compiler warnings with older GLib versions
6107           where the nick/name members in GEnumValue are not declared as
6108           constant strings.
6109
6110 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6111
6112         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6113         (gst_gconf_render_bin_from_key),
6114         (gst_gconf_get_default_audio_sink):
6115         * ext/gconf/gconf.h:
6116         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6117         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6118         (gst_gconf_audio_sink_get_property):
6119           In gconfaudiosink, get the right key as the old key in do_toggle
6120           (ie. one dependent on the profile selected). Log some more stuff so
6121           we can see what's actually going on.
6122
6123 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6124
6125         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6126         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6127         (gst_audio_amplify_set_process_function),
6128         (gst_audio_amplify_setup):
6129         * gst/audiofx/audioamplify.h:
6130         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6131         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6132         * gst/audiofx/audioinvert.h:
6133         Some small cleanups and port both elements to the new GstAudioFilter
6134         base class to save a few lines of common code.
6135         * gst/audiofx/Makefile.am:
6136         Link against libgstaudio for the above changes
6137
6138 2007-01-29  Wim Taymans  <wim@fluendo.com>
6139
6140         * tests/check/elements/.cvsignore:
6141         Some more ignores.
6142
6143 2007-01-26  Wim Taymans  <wim@fluendo.com>
6144
6145         Patch by: charles <charlesg3 at gmail dot com>
6146
6147         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6148         (set_shout_metadata), (gst_shout2send_event):
6149         * ext/shout2/gstshout2.h:
6150         Properly handle tags in shout2send. Fixes #399825.
6151
6152 2007-01-25  Wim Taymans  <wim@fluendo.com>
6153
6154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6155         (gst_rtspsrc_activate_streams):
6156         Convert SDP fields to upper/lowercase following the rules in the SDP to
6157         caps document. 
6158
6159 2007-01-25  Wim Taymans  <wim@fluendo.com>
6160
6161         * gst/rtp/README:
6162         * gst/rtp/gstrtpilbcdepay.c:
6163         * gst/rtp/gstrtpilbcpay.c:
6164         * gst/rtp/gstrtpmp4gdepay.c:
6165         * gst/rtp/gstrtpmp4gpay.c:
6166         * gst/rtp/gstrtpspeexdepay.c:
6167         * gst/rtp/gstrtpspeexpay.c:
6168         * gst/rtp/gstrtpsv3vdepay.c:
6169         * gst/rtp/gstrtptheoradepay.c:
6170         * gst/rtp/gstrtptheorapay.c:
6171         * gst/rtp/gstrtpvorbisdepay.c:
6172         * gst/rtp/gstrtpvorbispay.c:
6173         Fix case of encoding-name and key/value pairs to match the document.
6174         This is to make interoperation with SDP case-insensitive as required by
6175         the relevant RFCs.
6176
6177 2007-01-25  Wim Taymans  <wim@fluendo.com>
6178
6179         * configure.ac:
6180         Bump required -core/-base to CVS
6181
6182 2007-01-25  Wim Taymans  <wim@fluendo.com>
6183
6184         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6185         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6186         * gst/rtp/gstrtpL16pay.h:
6187         Fill up to MTU using adapter.
6188         Timestamp rtp packets.
6189
6190 2007-01-25  Edward Hervey  <edward@fluendo.com>
6191
6192         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6193         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6194         Use G_GSIZE_FORMAT in print statements for portability.
6195         Fixes build on macosx.
6196
6197 2007-01-24  Wim Taymans  <wim@fluendo.com>
6198
6199         * gst/rtp/Makefile.am:
6200         * gst/rtp/gstrtp.c: (plugin_init):
6201         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6202         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6203         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6204         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6205         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6206         (gst_rtp_L16_depay_plugin_init):
6207         * gst/rtp/gstrtpL16depay.h:
6208         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6209         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6210         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6211         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6212         (gst_rtp_L16_pay_plugin_init):
6213         * gst/rtp/gstrtpL16pay.h:
6214         Port and enable raw audio payloader/depayloader. Needs a bit more work
6215         on the payloader side.
6216
6217 2007-01-24  Wim Taymans  <wim@fluendo.com>
6218
6219         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6220         (gst_rtspsrc_stream_configure_transport),
6221         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6222         * gst/rtsp/gstrtspsrc.h:
6223         Only unblock the udp pads when we linked and activated them all.
6224         Fixes #395688.
6225
6226 2007-01-24  Wim Taymans  <wim@fluendo.com>
6227
6228         * gst/rtp/Makefile.am:
6229         * gst/rtp/gstrtp.c: (plugin_init):
6230         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6231         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6232         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6233         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6234         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6235         * gst/rtp/gstrtpac3depay.h:
6236         Added simple AC3 depayloader (RFC 4184).
6237
6238         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6239         Fix a leak.
6240
6241 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6242
6243         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6244
6245         * gst/audiofx/Makefile.am:
6246         * gst/audiofx/audioamplify.c:
6247         (gst_audio_amplify_clipping_method_get_type),
6248         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6249         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6250         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6251         (gst_audio_amplify_set_caps),
6252         (gst_audio_amplify_transform_int_clip),
6253         (gst_audio_amplify_transform_int_wrap_negative),
6254         (gst_audio_amplify_transform_int_wrap_positive),
6255         (gst_audio_amplify_transform_float_clip),
6256         (gst_audio_amplify_transform_float_wrap_negative),
6257         (gst_audio_amplify_transform_float_wrap_positive),
6258         (gst_audio_amplify_transform_ip):
6259         * gst/audiofx/audioamplify.h:
6260         * gst/audiofx/audiofx.c: (plugin_init):
6261         Add new element "audioamplify". This allows scaling of raw audio
6262         samples, similar to the "volume" element, but provides different modes
6263         for clipping and allows unlimited amplification. It's mainly targeted
6264         for creative sound design and not as a replacement of the "volume"
6265         element. Fixes #397162
6266         * docs/plugins/Makefile.am:
6267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6268         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6269         * docs/plugins/gst-plugins-good-plugins.args:
6270         * docs/plugins/inspect/plugin-audiofx.xml:
6271         Add docs for audioamplify and integrate them into the build system
6272         * tests/check/Makefile.am:
6273         * tests/check/elements/audioamplify.c: (setup_amplify),
6274         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6275         Add fairly extensive unit test suite for audioamplify
6276
6277 2007-01-24  Wim Taymans  <wim@fluendo.com>
6278
6279         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6280         Unblock pads after adding the pads to the element so that autopluggers
6281         get a change to link something. Possibly fixes #395688.
6282
6283 2007-01-24  Wim Taymans  <wim@fluendo.com>
6284
6285         * gst/rtp/gstrtpamrdepay.c:
6286         * gst/rtp/gstrtpgsmdepay.c:
6287         * gst/rtp/gstrtph263pdepay.c:
6288         * gst/rtp/gstrtph263ppay.c:
6289         * gst/rtp/gstrtph264depay.c:
6290         * gst/rtp/gstrtpilbcdepay.c:
6291         * gst/rtp/gstrtpmp2tdepay.c:
6292         * gst/rtp/gstrtpmp4gdepay.c:
6293         * gst/rtp/gstrtpmp4gpay.c:
6294         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6295         * gst/rtp/gstrtpmp4vpay.c:
6296         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6297         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6298         (gst_rtp_mpa_depay_process):
6299         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6300         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6301         * gst/rtp/gstrtppcmadepay.c:
6302         * gst/rtp/gstrtppcmudepay.c:
6303         * gst/rtp/gstrtpspeexdepay.c:
6304         * gst/rtp/gstrtpspeexpay.c:
6305         * gst/rtp/gstrtpsv3vdepay.c:
6306         * gst/rtp/gstrtptheoradepay.c:
6307         * gst/rtp/gstrtptheorapay.c:
6308         * gst/rtp/gstrtpvorbisdepay.c:
6309         * gst/rtp/gstrtpvorbispay.c:
6310         Fix caps with payload numbers.
6311         Add some fixed payload numbers to caps when possible.
6312
6313 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6314
6315         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6316
6317         * gst/audiofx/Makefile.am:
6318         * gst/audiofx/audiofx.c: (plugin_init):
6319         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6320         (gst_audio_invert_class_init), (gst_audio_invert_init),
6321         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6322         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6323         (gst_audio_invert_transform_float),
6324         (gst_audio_invert_transform_ip):
6325         * gst/audiofx/audioinvert.h:
6326         Add new audiofx element "audioinvert". This element swaps the upper
6327         and lower half of samples and can be used for example for a
6328         wide-stereo effect. Fixes #396057
6329         * docs/plugins/Makefile.am:
6330         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6331         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6332         * docs/plugins/gst-plugins-good-plugins.args:
6333         * docs/plugins/inspect/plugin-audiofx.xml:
6334         Add docs for the audioinvert element and add them to the build system.
6335         * tests/check/Makefile.am:
6336         * tests/check/elements/audioinvert.c: (setup_invert),
6337         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6338         Add unit test suite for the audioinvert element.
6339
6340 2007-01-23  Wim Taymans  <wim@fluendo.com>
6341
6342         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6343         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6344         Parse config params as string and int.
6345         Parse and use AU header length
6346
6347 2007-01-23  Wim Taymans  <wim@fluendo.com>
6348
6349         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6350         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6351         * gst/smpte/gstmask.c: (_gst_mask_register):
6352         * gst/smpte/gstmask.h:
6353         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6354         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6355         (gst_smpte_paint_triangle_clock):
6356         constify some static structs.
6357         Don't update the mask if nothing changed to the params.
6358         Make sure we never draw outside of the picture. Fixes #398325.
6359
6360 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6361
6362         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6363           Error out properly when pull_range fails while we're reading the
6364           headers, instead of just pausing the task silently. Fixes #399338.
6365
6366 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6369           Some more sanity checks to make sure the input formats match and the
6370           input pads are actually negotiated, in case someone tries to feed
6371           buffers from fakesrc or filesrc. Fixes #398299.
6372           Also const-ify an array, just because we can.
6373
6374 2007-01-19  Edward Hervey  <edward@fluendo.com>
6375
6376         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6377         Ignore previous commit, that was only valid for widths and heights
6378         that are multiples of 4.
6379         Copy over size/stride macros from jpegdec. This allows the element
6380         to work with any width,height...
6381         ... but puts in evidence that the actual transformations only work
6382         with width/height that are multiples of 4.
6383
6384 2007-01-19  Edward Hervey  <edward@fluendo.com>
6385
6386         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6387         Allocate buffers of the right size.
6388         The proper size of a I420 buffer in bytes is:
6389         
6390             width * height * 3
6391             ------------------
6392                     2
6393
6394 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6395
6396         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6397           Proxy getcaps on sink pads too, so that we either end up with the
6398           same dimensions on all pads or error out if that's not possible
6399           (seems to work even!). Fixes #398086, I think.
6400
6401 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6402
6403         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6404         * docs/plugins/gst-plugins-good-plugins.args:
6405         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6406           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6407           fix integer properties with -1 as minimum value.
6408
6409         * docs/plugins/inspect/plugin-1394.xml:
6410         * docs/plugins/inspect/plugin-aasink.xml:
6411         * docs/plugins/inspect/plugin-alaw.xml:
6412         * docs/plugins/inspect/plugin-alpha.xml:
6413         * docs/plugins/inspect/plugin-alphacolor.xml:
6414         * docs/plugins/inspect/plugin-annodex.xml:
6415         * docs/plugins/inspect/plugin-apetag.xml:
6416         * docs/plugins/inspect/plugin-audiofx.xml:
6417         * docs/plugins/inspect/plugin-auparse.xml:
6418         * docs/plugins/inspect/plugin-autodetect.xml:
6419         * docs/plugins/inspect/plugin-avi.xml:
6420         * docs/plugins/inspect/plugin-cacasink.xml:
6421         * docs/plugins/inspect/plugin-cairo.xml:
6422         * docs/plugins/inspect/plugin-cdio.xml:
6423         * docs/plugins/inspect/plugin-cutter.xml:
6424         * docs/plugins/inspect/plugin-debug.xml:
6425         * docs/plugins/inspect/plugin-dv.xml:
6426         * docs/plugins/inspect/plugin-efence.xml:
6427         * docs/plugins/inspect/plugin-effectv.xml:
6428         * docs/plugins/inspect/plugin-esdsink.xml:
6429         * docs/plugins/inspect/plugin-flac.xml:
6430         * docs/plugins/inspect/plugin-flxdec.xml:
6431         * docs/plugins/inspect/plugin-gconfelements.xml:
6432         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6433         * docs/plugins/inspect/plugin-goom.xml:
6434         * docs/plugins/inspect/plugin-halelements.xml:
6435         * docs/plugins/inspect/plugin-icydemux.xml:
6436         * docs/plugins/inspect/plugin-id3demux.xml:
6437         * docs/plugins/inspect/plugin-jpeg.xml:
6438         * docs/plugins/inspect/plugin-level.xml:
6439         * docs/plugins/inspect/plugin-matroska.xml:
6440         * docs/plugins/inspect/plugin-mulaw.xml:
6441         * docs/plugins/inspect/plugin-multipart.xml:
6442         * docs/plugins/inspect/plugin-navigationtest.xml:
6443         * docs/plugins/inspect/plugin-ossaudio.xml:
6444         * docs/plugins/inspect/plugin-png.xml:
6445         * docs/plugins/inspect/plugin-rtp.xml:
6446         * docs/plugins/inspect/plugin-rtsp.xml:
6447         * docs/plugins/inspect/plugin-shout2send.xml:
6448         * docs/plugins/inspect/plugin-smpte.xml:
6449         * docs/plugins/inspect/plugin-speex.xml:
6450         * docs/plugins/inspect/plugin-taglib.xml:
6451         * docs/plugins/inspect/plugin-udp.xml:
6452         * docs/plugins/inspect/plugin-videobalance.xml:
6453         * docs/plugins/inspect/plugin-videobox.xml:
6454         * docs/plugins/inspect/plugin-videoflip.xml:
6455         * docs/plugins/inspect/plugin-videomixer.xml:
6456         * docs/plugins/inspect/plugin-wavenc.xml:
6457         * docs/plugins/inspect/plugin-wavparse.xml:
6458         * docs/plugins/inspect/plugin-ximagesrc.xml:
6459           Update to CVS.
6460
6461 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6462
6463         Patch by: Sebastian Dröge <slomo circular-chaos org>
6464
6465         * gst/audiofx/audiopanorama.c:
6466           Fix doc section name (Fixes #397946)
6467
6468 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6469
6470         * sys/v4l2/gstv4l2object.c:
6471         (gst_v4l2_object_install_properties_helper),
6472         (gst_v4l2_object_set_property_helper),
6473         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6474         * sys/v4l2/gstv4l2object.h:
6475         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6476         (gst_v4l2src_init), (gst_v4l2src_set_property),
6477         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6478         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6479         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6480         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6481         (gst_v4l2src_capture_deinit):
6482           Fix EIO handing when capturing. Add new property to specify the number of
6483           buffers to enque (and remove the borked num-buffers usage).
6484
6485 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6486
6487         Patch by: Sebastian Dröge <slomo circular-chaos org>
6488
6489         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6490         (gst_audio_panorama_set_process_function):
6491           Use a function array for process methods, add more docs and define the
6492           startindex of enums.
6493
6494 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6495
6496         Patch by: Mark Nauwelaerts <manauw at skynet be>
6497
6498         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6499         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6500         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6501         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6502         (gst_avi_mux_riff_get_avi_header),
6503         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6504         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6505         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6506         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6507         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6508         (gst_avi_mux_change_state):
6509         * gst/avi/gstavimux.h:
6510         * tests/check/elements/avimux.c: (teardown_src_pad):
6511           Add support for more than one audio stream; write better AVIX
6512           header; refactor code a bit; don't announce vorbis caps on our audio
6513           sink pads since we don't support it anyway. Closes #379298.
6514
6515 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         Patch by: Sebastian Dröge <slomo circular-chaos org>
6518
6519         * gst/audiofx/audiopanorama.c:
6520         (gst_audio_panorama_method_get_type),
6521         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6522         (gst_audio_panorama_set_process_function),
6523         (gst_audio_panorama_set_property),
6524         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6525         (gst_audio_panorama_transform_m2s_int_simple),
6526         (gst_audio_panorama_transform_s2s_int_simple),
6527         (gst_audio_panorama_transform_m2s_float_simple),
6528         (gst_audio_panorama_transform_s2s_float_simple):
6529         * gst/audiofx/audiopanorama.h:
6530           Add 'method' property and provide a simple (non-psychoacustic)
6531           processing method (#394859).
6532
6533         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6534         (panorama_suite):
6535           Tests for new method.
6536
6537 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6540         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6541           Set correct caps on outgoing pulled buffers, or things blow up
6542           after recent core changes.
6543
6544 2007-01-11  Wim Taymans  <wim@fluendo.com>
6545
6546         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6547
6548         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6549         (gst_multipart_mux_request_new_pad),
6550         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6551         (gst_multipart_mux_change_state):
6552         Return FLOW errors ASAP. Fixes #394977.
6553         Misc cleanups.
6554
6555 2007-01-11  Wim Taymans  <wim@fluendo.com>
6556
6557         Patch by: Lutz Mueller <lutz at topfrose dot de>
6558
6559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6560         Check for stream pad before activating. 
6561
6562 2007-01-10  Wim Taymans  <wim@fluendo.com>
6563
6564         Patch by: Peter Kjellerstedt  <pkj at axis com>
6565
6566         * gst/rtsp/COPYING.MIT:
6567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6568         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6569         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6570         (gst_rtspsrc_stream_configure_transport),
6571         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6572         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6573         (gst_rtspsrc_parse_methods),
6574         (gst_rtspsrc_create_transports_string),
6575         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6576         (gst_rtspsrc_open), (gst_rtspsrc_close):
6577         * gst/rtsp/gstrtspsrc.h:
6578         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6579         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6580         (parse_request_line), (parse_line), (rtsp_connection_read),
6581         (rtsp_connection_close):
6582         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6583         (rtsp_method_as_text), (rtsp_header_as_text),
6584         (rtsp_status_as_text), (rtsp_find_header_field),
6585         (rtsp_find_method):
6586         * gst/rtsp/rtspdefs.h:
6587         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6588         (rtsp_ext_wms_configure_stream):
6589         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6590         (rtsp_message_new_request), (rtsp_message_init_request),
6591         (rtsp_message_new_response), (rtsp_message_init_response),
6592         (rtsp_message_init_data), (rtsp_message_unset),
6593         (rtsp_message_free), (rtsp_message_add_header),
6594         (rtsp_message_get_header), (rtsp_message_set_body),
6595         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6596         * gst/rtsp/rtspmessage.h:
6597         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6598         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6599         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6600         (sdp_message_dump):
6601         Allow url to be NULL to be able to use it for server connections.
6602         Can now send responses as well as requests.
6603         No longer hangs in an endless loop if EOF is received.
6604         Can now convert a status code to a text string.
6605         Return RTSP_HDR_INVALID for unknown headers.
6606         Return RTSP_INVALID for unknown methods.
6607         Copy CSeq and Session headers from the request.
6608         Only free memory corresponding to the currently set message type.
6609         Added const to function arguments as appropriate.
6610         Avoid a compiler warning when initializing nmedia.
6611         Use guint rather than gint to avoid compiler warnings.
6612         Fix crasher in wms extension.
6613         Factor out stream setup from open_connection.
6614         Delay activation of streams when actual data is received from the
6615         server, this prepares us to do proper protocol switching.
6616         Added new license.
6617         Fixes #380895.
6618
6619
6620 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         Patch by: Sebastian Dröge <slomo ubuntu com>
6623
6624         * docs/plugins/Makefile.am:
6625         * gst/audiofx/audiopanorama.c:
6626           Some small docs fixes (#394851).
6627
6628 2007-01-09  Wim Taymans  <wim@fluendo.com>
6629
6630         * gst/avi/gstavidemux.c:
6631         Fix docs.
6632
6633 2007-01-09  Wim Taymans  <wim@fluendo.com>
6634
6635         * gst/rtp/Makefile.am:
6636         * gst/rtp/gstrtp.c: (plugin_init):
6637         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6638         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6639         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6640         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6641         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6642         * gst/rtp/gstrtpmpvdepay.h:
6643           Added RFC 2250 MPEG Video Depayloader.
6644
6645         * gst/rtp/gstrtpL16depay.h:
6646         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6647         (gst_rtp_h263p_depay_process):
6648         Fix Header file. Small cleanups.
6649
6650         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6651         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6652         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6653         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6654         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6655         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6656         (gst_rtp_mp4v_depay_change_state):
6657         Remove usused code. Remove Adapter from state Change. Added debug.
6658
6659         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6660         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6661         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6662         * gst/rtp/gstrtpmpadepay.h:
6663         Subclass base depayloader.
6664         Added debug.
6665         Support static payload type assignment as well.
6666
6667         * gst/rtp/gstrtpmpapay.c:
6668         Fix caps.
6669
6670 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6671
6672         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6673
6674         * ext/jpeg/gstjpegdec.c:
6675         * ext/jpeg/gstjpegenc.c:
6676         * ext/jpeg/smokecodec.c:
6677           These libjpeg callbacks should return a 'boolean' (unsigned char
6678           apparently) and not a 'gboolean' (which maps to gint). Fixes
6679           warnings when compiling with MingW (#393427).
6680
6681         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6682           Use ioctlsocket on win32.
6683
6684         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6685           Some printf format fixes for win32.
6686
6687 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6688
6689         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6690           Use gst_guint64_to_gdouble for conversion.
6691         * win32/vs6/libgstmatroska.dsp:
6692           Add zlib to the link.
6693         * win32/vs6/libgstvideobox.dsp:
6694           Update liboil library name (project is linked to 
6695           liboil-0.3-0.lib now).
6696           
6697 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         * gst/matroska/Makefile.am:
6700           If zlib is available and used, we must link it explicitly for
6701           things to work on MingW (fixes #392855).
6702
6703 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * ext/esd/esdsink.c: (gst_esdsink_delay):
6706           Don't return bogus values when esd_get_delay() fails for some
6707           reason (#392189).
6708
6709 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6710
6711         * sys/ximage/gstximagesrc.c: (composite_pixel):
6712           Fix presumably copy'n'pasto for 16bpp depth.
6713
6714 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         * gst/matroska/matroska-mux.c:
6717         (gst_matroska_mux_audio_pad_setcaps):
6718           The "signed" field in audio caps is of boolean type, trying to use
6719           gst_structure_get_int() to extract it will fail. Fixing this makes
6720           matroskamux accept raw audio input (#387121) (use at your own risk
6721           though, due to the matroska spec being not entirely useful in this
6722           respect).
6723           Also fix up raw audio structures in template caps so that they
6724           represent what our setcaps function will actually accept, so that
6725           converters know what to convert to.
6726           Finally, don't fail if there isn't an "endianness" field in 8-bit
6727           PCM caps.
6728
6729 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6730
6731         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6732         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6733         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6734         (teardown_cmmldec):
6735         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6736         (teardown_cmmlenc):
6737         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6738           reapply consistent pad (de)activation
6739
6740 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6741
6742         * configure.ac:
6743         Back to CVS
6744
6745         * gst-plugins-good.doap:
6746         Add 0.10.5 doap entry
6747
6748 === release 0.10.5 ===
6749
6750 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6751
6752         * configure.ac:
6753           releasing 0.10.5, "The Path of Thorns"
6754
6755 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6756
6757         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6758         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6759         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6760         (teardown_cmmldec):
6761         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6762         (teardown_cmmlenc):
6763         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6764           revert my freeze breakage
6765
6766 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6767
6768         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6769         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6770         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6771         (teardown_cmmldec):
6772         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6773         (teardown_cmmlenc):
6774         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6775           consistent pad (de)activation
6776
6777 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6778
6779         * configure.ac:
6780         * ext/Makefile.am:
6781         Disable LADPSA, as it has moved to the -bad module for the duration.
6782
6783 2006-12-18  Wim Taymans  <wim@fluendo.com>
6784
6785         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6786         (gst_signal_processor_event):
6787         Reset flow_state back to _OK after a flush stop so that we exit our
6788         error state after the flush. Fixes #374213
6789
6790 2006-12-16  David Schleef  <ds@schleef.org>
6791
6792         * sys/osxvideo/osxvideosink.h:
6793         * sys/osxvideo/osxvideosink.m:
6794           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6795
6796 2006-12-16  David Schleef  <ds@schleef.org>
6797
6798         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6799
6800         * sys/osxvideo/Makefile.am:
6801         * sys/osxvideo/osxvideosink.h:
6802         * sys/osxvideo/osxvideosink.m:
6803           Preliminary patch for porting osxvideosink
6804
6805 2006-12-16  Wim Taymans  <wim@fluendo.com>
6806
6807         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6808
6809         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6810         (gst_videomixer_set_master_geometry),
6811         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6812         (gst_videomixer_reset), (gst_videomixer_init),
6813         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6814         (gst_videomixer_release_pad), (gst_videomixer_collected),
6815         (gst_videomixer_change_state):
6816         Introduce some locking around the videomixer state so that it does not
6817         crash when adding/removing pads. Fixes #383043.
6818
6819 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6820
6821         * configure.ac:
6822           Make sure libcaca can actually be used instead of just checking for
6823           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6824           cross-compiling (fixes #384587).
6825
6826 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6827
6828         * Makefile.am:
6829         * gst-plugins-good.doap:
6830         * gst-plugins-good.spec.in:
6831           adding doap file
6832
6833 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         * configure.ac:
6836           libflac-1.1.3 changed API again, but we can't build against it yet,
6837           so make sure our check doesn't use libflac-1.1.3 and add a comment
6838           to this effect.
6839
6840 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6841
6842         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6843         (gst_quarktv_planetable_clear):
6844           Add some NULL pointer checks (possibly related to #385623).
6845
6846 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6849         (gst_tag_demux_chain):
6850         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6851           In streaming mode, if the first buffer we get doesn't have an
6852           offset, fix it up to be 0, otherwise trimming won't work later on
6853           and we'll be typefinding application/x-id3, which may result in
6854           decodebin plugging an endless number of id3demux elements as a
6855           consequence. Fixes #385031.
6856           
6857 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6858
6859         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6860           Ignore the buffer_time the sound device reports. Turns out it is 
6861           sometimes completely bogus and we're better off without it.
6862
6863 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6864
6865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6866         (gst_matroska_demux_video_caps):
6867         * gst/matroska/matroska-ids.c:
6868         (gst_matroska_track_init_video_context):
6869         * gst/matroska/matroska-ids.h:
6870           Try harder to extract the framerate for video tracks correctly and
6871           save it directly instead of converting it back and forth a few
6872           times. Mostly makes a difference for very small framerates (<1).
6873           Fixes #380199.
6874
6875 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6878         (gst_gconf_audio_src_dispose), (do_toggle_element):
6879         * ext/gconf/gstgconfaudiosrc.h:
6880           Remove gconf notify hook when the gconfaudiosrc element is
6881           destroyed, otherwise the callback may be called on an
6882           already-destroyed instance and bad things happen. Should fix
6883           #378184.
6884           Also ignore gconf key changes when the source is already running.
6885
6886 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         Patch by: Sebastian Dröge  <mail at slomosnail de>
6889
6890         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6891           We need to be able to read and parse any possible floating point string
6892           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6893           will parse the former only in certain locales though, so we really need
6894           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6895           make sure we can parse either version at all times.
6896           Fixes #382982 for real.
6897
6898 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6899
6900         * sys/sunaudio/gstsunaudiomixerctrl.c:
6901         * sys/sunaudio/gstsunaudiosrc.c:
6902
6903         Use the sunaudio debug category.
6904
6905         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6906         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6907         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6908         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6909         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6910         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6911         (gst_sunaudiosink_reset):
6912         * sys/sunaudio/gstsunaudiosink.h:
6913
6914         Uses the sunaudio debug category for all debug output
6915         Implements the _delay() callback to synchronise video playback better
6916         Change the segtotal and segsize values back to the parent class 
6917           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6918           respectively)
6919         Measure the samples written to the device vs. played.
6920         Keep track of segments in the device by writing empty eof frames, and
6921         sleep using a GCond when we get too far ahead and risk overrunning the
6922         sink's ringbuffer.
6923
6924         Fixes: #360673
6925
6926 2006-12-08  Wim Taymans  <wim@fluendo.com>
6927
6928         Patch by: Sebastian Dröge  <mail at slomosnail de >
6929
6930         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6931         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6932         * gst/audiofx/audiopanorama.h:
6933         Fix audiopanorame with float samples. Fixes #383726.
6934
6935 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6936
6937         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6938         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6939         (gst_sunaudiosrc_reset):
6940
6941         Implement reset functions to unblock the src/sink more quickly on 
6942         state change requests.
6943         Patch by: Brian Cameron <brian dot cameron at sun com>
6944
6945 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6946
6947         * sys/sunaudio/gstsunaudiomixer.c:
6948         (gst_sunaudiomixer_change_state):
6949         Construct the correct mixer device name when the AUDIODEV env var
6950         is set.
6951
6952         Patch by: Jerry Tan <jerry.tan at sun dot com>
6953         Fixes: #383596
6954
6955 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6956
6957         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6958         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6959         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6960         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6961         Patch by: Jerry Tan <jerry.tan at sun dot com>
6962         Fixes: #349015
6963
6964 2006-12-07  Wim Taymans  <wim@fluendo.com>
6965
6966         * gst/smpte/gstmask.h:
6967         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6968         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6969         (gst_smpte_collected), (gst_smpte_set_property),
6970         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6971         * gst/smpte/gstsmpte.h:
6972         Port to 0.10 some more. 
6973         Added duration property to specify the duration of the transition.
6974         Make framerate a fraction.
6975         Deprecate fps property, we only use negotiated fps.
6976         Added docs.
6977         Fix collectpad usage.
6978         Reset state in READY.
6979         Send NEWSEGMENT event.
6980         Fix racy updates of object properties.
6981         Added debug category.
6982         Fixes #383323.
6983
6984 2006-12-06  Wim Taymans  <wim@fluendo.com>
6985
6986         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6987
6988         * gst/videomixer/videomixer.c:
6989         (gst_videomixer_set_master_geometry),
6990         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6991         Don't reset xpos and ypos in the setcaps function because causes
6992         unexpected behaviour.
6993         Fixes #382179.
6994
6995 2006-12-06  Wim Taymans  <wim@fluendo.com>
6996
6997         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6998         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6999         Keep track of the buffer timestamp in the collectdata member instead
7000         of modifying the buffer without making the metadata writable first.
7001         Fixes #382277.
7002
7003 2006-12-06  Wim Taymans  <wim@fluendo.com>
7004
7005         Patch by: Rob Taylor <robtaylor at floopily dot org>
7006
7007         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7008         If using multicast in udpsrc, bind to the multicast address rather than
7009         IN_ADDR_ANY.
7010         This allows the simultanous use of multiple udpsrcs listening on
7011         different multicat addresses. Without this all udpsrcs will receive all
7012         packets from all subscribed multicast addresses.
7013         Fixes #383001.
7014
7015 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7016
7017         * ext/taglib/gstid3v2mux.cc:
7018         Don't attempt to write a NULL frame into the ID3 tag set when the 
7019         createFrame method returned NULL.
7020         Fixes: #381857
7021         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7022
7023 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7024
7025         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7026         Use g_strtod() instead of sscanf to parse doubles, so that it will
7027         try parsing in the C locale if the current locale fails.
7028         Fixes: #382982
7029         Patch by: Sebastian Dröge  <mail at slomosnail de >
7030
7031 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7032
7033         * win32/MANIFEST:
7034         Fix compilation on win32 under VS8
7035         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7036         Partially fixes #381175
7037
7038 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7039
7040         * gst/avi/gstavimux.c:
7041           accept all mpegversions,fixes #380825
7042           spotted by: Jerome Alet  
7043
7044 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7045
7046         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7047         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7048         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7049         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7050           cleanup the error message a bit more
7051
7052 2006-11-28  Wim Taymans  <wim@fluendo.com>
7053
7054         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7055         Fix width and height properties.
7056
7057         * ext/libcaca/gstcacasink.h:
7058         Fix compilation on newer libcaca that require us to include a new
7059         header. Fixes #379918.
7060
7061 2006-11-28  Wim Taymans  <wim@fluendo.com>
7062
7063         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7064         * gst/rtsp/gstrtspsrc.h:
7065         * gst/rtsp/rtspext.h:
7066         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7067         (rtsp_ext_wms_get_context):
7068         Add method so that extensions can choose to disable the setup of
7069         a stream.
7070         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7071
7072 2006-11-27  Wim Taymans  <wim@fluendo.com>
7073
7074         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7075
7076         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7077         Push header in a separate buffer instead of memcpy:ing all data.
7078         Change LF => CRLF in headers.
7079         Move trailing LF to header. Fixes #379792.
7080
7081 2006-11-27  Wim Taymans  <wim@fluendo.com>
7082
7083         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7084         Small buffer overflow fix and improve debugging.
7085
7086 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7087
7088         * ext/esd/esdmon.h:
7089         * ext/esd/esdsink.h:
7090           remove obsolete _factory_init protos
7091
7092 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7093
7094         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7095         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7096         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7097         (gst_avi_demux_read_subindexes_push),
7098         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7099         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7100         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7101         (gst_avi_demux_massage_index),
7102         (gst_avi_demux_calculate_durations_from_index),
7103         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7104         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7105         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7106           remove dead code, tweak debugs statements, add comments, use
7107           _uint64_scale instead _uint64_scale_int when using guint64 values,
7108           small optimizations, reflow some error handling
7109
7110 2006-11-22  Edward Hervey  <edward@fluendo.com>
7111
7112         * po/.cvsignore:
7113         We never put .pot files in cvs. Let's ignore them all.
7114
7115 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7116
7117         * po/POTFILES.in:
7118           ... but better exclude files that aren't disted.
7119
7120 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7121
7122         * po/POTFILES.in:
7123           Add v4l2 source files to list of files with translations, so the
7124           strings are actually extracted (however bad they still may be).
7125
7126 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7127
7128         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7129           Minor clean-ups: const-ify static array, remove trailing comma from
7130           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7131
7132 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7133
7134         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7135         Make sure that g_free always gets called on the same pointer that was 
7136         returned by g_malloc.  Fixes #376594.
7137         Do not leak memory if decompressed size is wrong.
7138         Remove unneeded check of return value of g_malloc.
7139         Patch by: René Stadler <mail@renestadler.de>
7140
7141 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7144           Add missing curly brackets.
7145
7146 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7147
7148         * sys/v4l2/v4l2src_calls.c:
7149         Fix capture_deinit.
7150
7151 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7154         (gst_matroska_mux_request_new_pad):
7155           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7156
7157         * tests/check/elements/matroskamux.c: (setup_src_pad),
7158         (setup_sink_pad), (GST_START_TEST):
7159         Activate pads before using them.
7160
7161 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7162
7163         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7164           Initialise variable to get rid of bogus compiler warning.
7165
7166 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7167
7168         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7169
7170         * gst/rtp/gstrtph263pay.c:
7171         * gst/rtp/gstrtph263pdepay.c:
7172         * gst/rtp/gstrtph263ppay.c:
7173           Specify H.263 variant and version in the caps (fixes #361637)
7174
7175 2006-11-15  Wim Taymans  <wim@fluendo.com>
7176
7177         * gst/rtsp/rtspconnection.c: (read_body):
7178         Don't set a data pointer to NULL and a size > 0 when we deal
7179         with empty packets.
7180
7181         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7182         (rtsp_message_init_response), (rtsp_message_init_data),
7183         (rtsp_message_unset), (rtsp_message_free),
7184         (rtsp_message_take_body):
7185         Check that we can't create invalid empty packets. 
7186
7187 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7188
7189         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7190
7191         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7192         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7193         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7194         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7195         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7196         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7197         * gst/matroska/matroska-mux.h:
7198           Add basic tag writing support; implement releasing pads (#374658).
7199
7200 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7201
7202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7203         (gst_matroska_demux_audio_caps):
7204           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7205
7206 2006-11-14  David Schleef  <ds@schleef.org>
7207
7208         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7209
7210 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7213
7214         * win32/vs8/gst-plugins-good.sln:
7215         * win32/vs8/libgst1394.vcproj:
7216         * win32/vs8/libgstaasink.vcproj:
7217         * win32/vs8/libgstalaw.vcproj:
7218         * win32/vs8/libgstalpha.vcproj:
7219         * win32/vs8/libgstalphacolor.vcproj:
7220         * win32/vs8/libgstannodex.vcproj:
7221         * win32/vs8/libgstapetag.vcproj:
7222         * win32/vs8/libgstaudiofx.vcproj:
7223         * win32/vs8/libgstauparse.vcproj:
7224         * win32/vs8/libgstautodetect.vcproj:
7225         * win32/vs8/libgstavi.vcproj:
7226         * win32/vs8/libgstcacasink.vcproj:
7227         * win32/vs8/libgstcdio.vcproj:
7228         * win32/vs8/libgstcutter.vcproj:
7229         * win32/vs8/libgstdv.vcproj:
7230         * win32/vs8/libgsteffectv.vcproj:
7231         * win32/vs8/libgstflac.vcproj:
7232         * win32/vs8/libgstflxdec.vcproj:
7233         * win32/vs8/libgstgoom.vcproj:
7234         * win32/vs8/libgsticydemux.vcproj:
7235         * win32/vs8/libgstid3demux.vcproj:
7236         * win32/vs8/libgstjpeg.vcproj:
7237         * win32/vs8/libgstladspa.vcproj:
7238         * win32/vs8/libgstlevel.vcproj:
7239         * win32/vs8/libgstmatroska.vcproj:
7240         * win32/vs8/libgstmikmod.vcproj:
7241         * win32/vs8/libgstmng.vcproj:
7242         * win32/vs8/libgstmonoscope.vcproj:
7243         * win32/vs8/libgstmulaw.vcproj:
7244         * win32/vs8/libgstmultipart.vcproj:
7245         * win32/vs8/libgstpng.vcproj:
7246         * win32/vs8/libgstrtp.vcproj:
7247         * win32/vs8/libgstrtsp.vcproj:
7248         * win32/vs8/libgstshout2.vcproj:
7249         * win32/vs8/libgstsmpte.vcproj:
7250         * win32/vs8/libgstspeex.vcproj:
7251         * win32/vs8/libgsttaglib.vcproj:
7252         * win32/vs8/libgstudp.vcproj:
7253         * win32/vs8/libgstvideobalance.vcproj:
7254         * win32/vs8/libgstvideobox.vcproj:
7255         * win32/vs8/libgstvideoflip.vcproj:
7256         * win32/vs8/libgstvideomixer.vcproj:
7257         * win32/vs8/libgstwavenc.vcproj:
7258         * win32/vs8/libgstwavparse.vcproj:
7259           Make end-of-line returns unixy, so that when the files are checked
7260           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7261           Hopefully fixes #366492.
7262
7263 2006-11-14  Wim Taymans  <wim@fluendo.com>
7264
7265         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7266         Disable init_frames delay timestamp adjustment, it does not
7267         seem to be needed at all. Fixes #369621.
7268
7269 2006-11-13  Wim Taymans  <wim@fluendo.com>
7270
7271         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7272
7273         * gst/videomixer/videomixer.c:
7274         (gst_videomixer_set_master_geometry),
7275         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7276         (gst_videomixer_collect_free), (gst_videomixer_reset),
7277         (gst_videomixer_init), (gst_videomixer_finalize),
7278         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7279         (gst_videomixer_collected), (gst_videomixer_change_state):
7280         Fix memleak by unref'ing collectpads instance (when finalizing)
7281         Implement releasing a request pad. Fixes #374479.
7282
7283 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7284
7285         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7286
7287         * win32/vs8/gst-plugins-good.sln:
7288         * win32/vs8/libgst1394.vcproj:
7289         * win32/vs8/libgstaasink.vcproj:
7290         * win32/vs8/libgstalaw.vcproj:
7291         * win32/vs8/libgstalpha.vcproj:
7292         * win32/vs8/libgstalphacolor.vcproj:
7293         * win32/vs8/libgstannodex.vcproj:
7294         * win32/vs8/libgstapetag.vcproj:
7295         * win32/vs8/libgstaudiofx.vcproj:
7296         * win32/vs8/libgstauparse.vcproj:
7297         * win32/vs8/libgstautodetect.vcproj:
7298         * win32/vs8/libgstavi.vcproj:
7299         * win32/vs8/libgstcacasink.vcproj:
7300         * win32/vs8/libgstcdio.vcproj:
7301         * win32/vs8/libgstcutter.vcproj:
7302         * win32/vs8/libgstdv.vcproj:
7303         * win32/vs8/libgsteffectv.vcproj:
7304         * win32/vs8/libgstflac.vcproj:
7305         * win32/vs8/libgstflxdec.vcproj:
7306         * win32/vs8/libgstgoom.vcproj:
7307         * win32/vs8/libgsticydemux.vcproj:
7308         * win32/vs8/libgstid3demux.vcproj:
7309         * win32/vs8/libgstjpeg.vcproj:
7310         * win32/vs8/libgstladspa.vcproj:
7311         * win32/vs8/libgstlevel.vcproj:
7312         * win32/vs8/libgstmatroska.vcproj:
7313         * win32/vs8/libgstmikmod.vcproj:
7314         * win32/vs8/libgstmng.vcproj:
7315         * win32/vs8/libgstmonoscope.vcproj:
7316         * win32/vs8/libgstmulaw.vcproj:
7317         * win32/vs8/libgstmultipart.vcproj:
7318         * win32/vs8/libgstpng.vcproj:
7319         * win32/vs8/libgstrtp.vcproj:
7320         * win32/vs8/libgstrtsp.vcproj:
7321         * win32/vs8/libgstshout2.vcproj:
7322         * win32/vs8/libgstsmpte.vcproj:
7323         * win32/vs8/libgstspeex.vcproj:
7324         * win32/vs8/libgsttaglib.vcproj:
7325         * win32/vs8/libgstudp.vcproj:
7326         * win32/vs8/libgstvideobalance.vcproj:
7327         * win32/vs8/libgstvideobox.vcproj:
7328         * win32/vs8/libgstvideoflip.vcproj:
7329         * win32/vs8/libgstvideomixer.vcproj:
7330         * win32/vs8/libgstwavenc.vcproj:
7331         * win32/vs8/libgstwavparse.vcproj:
7332           Add VS8 project files (note that many of the plugins in ext are
7333           disabled by default). Fixes #366492.
7334
7335 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7336
7337         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7338           we do not translate debug messages
7339
7340 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7341
7342         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7343           fix categorisation, make short desc more explicit, remove unused code
7344           Fixes #372021
7345
7346 2006-11-08  Wim Taymans  <wim@fluendo.com>
7347
7348         * gst/rtp/gstrtpL16depay.c:
7349         * gst/rtp/gstrtpamrdepay.c:
7350         * gst/rtp/gstrtpamrpay.c:
7351         * gst/rtp/gstrtpgsmdepay.c:
7352         * gst/rtp/gstrtph263pay.c:
7353         * gst/rtp/gstrtph263pdepay.c:
7354         * gst/rtp/gstrtph263ppay.c:
7355         * gst/rtp/gstrtph264depay.c:
7356         * gst/rtp/gstrtpmp2tdepay.c:
7357         * gst/rtp/gstrtpmp4gdepay.c:
7358         * gst/rtp/gstrtpmp4gpay.c:
7359         * gst/rtp/gstrtpmp4vdepay.c:
7360         * gst/rtp/gstrtpmp4vpay.c:
7361         * gst/rtp/gstrtpmpadepay.c:
7362         * gst/rtp/gstrtpmpapay.c:
7363         * gst/rtp/gstrtppcmadepay.c:
7364         * gst/rtp/gstrtppcmapay.c:
7365         * gst/rtp/gstrtppcmudepay.c:
7366         * gst/rtp/gstrtppcmupay.c:
7367         * gst/rtp/gstrtpspeexdepay.c:
7368         * gst/rtp/gstrtpspeexpay.c:
7369         * gst/rtp/gstrtpsv3vdepay.c:
7370         Fix element descriptions.
7371
7372 2006-11-08  Wim Taymans  <wim@fluendo.com>
7373
7374         * gst/rtp/gstrtpvorbisdepay.c:
7375         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7376         Fix description.
7377         Small cleanup in the payloader.
7378
7379 2006-11-08  Wim Taymans  <wim@fluendo.com>
7380
7381         * gst/rtp/Makefile.am:
7382         * gst/rtp/gstrtp.c: (plugin_init):
7383         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7384         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7385         (gst_rtp_theora_depay_finalize),
7386         (gst_rtp_theora_depay_parse_configuration),
7387         (gst_rtp_theora_depay_setcaps),
7388         (gst_rtp_theora_depay_switch_codebook),
7389         (gst_rtp_theora_depay_process),
7390         (gst_rtp_theora_depay_set_property),
7391         (gst_rtp_theora_depay_get_property),
7392         (gst_rtp_theora_depay_change_state),
7393         (gst_rtp_theora_depay_plugin_init):
7394         * gst/rtp/gstrtptheoradepay.h:
7395         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7396         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7397         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7398         (gst_rtp_theora_pay_init_packet),
7399         (gst_rtp_theora_pay_flush_packet),
7400         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7401         (gst_rtp_theora_pay_handle_buffer),
7402         (gst_rtp_theora_pay_plugin_init):
7403         * gst/rtp/gstrtptheorapay.h:
7404         Add theora pay/depayloaders.
7405
7406 2006-11-06  Wim Taymans  <wim@fluendo.com>
7407
7408         * gst/rtp/Makefile.am:
7409         We depend on gsttag to generate the vorbis comments.
7410
7411         * gst/rtp/gstrtpvorbisdepay.c:
7412         (gst_rtp_vorbis_depay_parse_configuration),
7413         (gst_rtp_vorbis_depay_setcaps),
7414         (gst_rtp_vorbis_depay_switch_codebook),
7415         (gst_rtp_vorbis_depay_process):
7416         * gst/rtp/gstrtpvorbisdepay.h:
7417         Parse configuration string in the depayloader.
7418         Implement selecting and switching to a new codebook.
7419         Receiving vorbis over RTP now works.
7420
7421         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7422         (gst_rtp_vorbis_pay_init_packet),
7423         (gst_rtp_vorbis_pay_finish_headers),
7424         (gst_rtp_vorbis_pay_handle_buffer):
7425         * gst/rtp/gstrtpvorbispay.h:
7426         Set timestamps on outgoing buffers and RTP packets.
7427         Fix configuration string, prepend number of Packet headers.
7428         Fix encoding of ident string.
7429         Add delivery-method to caps.
7430         Streaming vorbis over RTP now works.
7431
7432 2006-11-06  Wim Taymans  <wim@fluendo.com>
7433
7434         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7435         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7436         (gst_rtp_vorbis_pay_handle_buffer):
7437         * gst/rtp/gstrtpvorbispay.h:
7438         Generate a valid configuration string in the caps based on the
7439         vorbis headers.
7440
7441 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7442
7443         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7444         * ext/cdio/gstcdio.h:
7445         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7446           Move CD-TEXT utility function into common file so it can also be
7447           used by a future cdioparanoiasrc.
7448
7449 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7450         
7451         * sys/v4l2/Makefile.am:
7452         * sys/v4l2/gstv4l2object.c:
7453         * sys/v4l2/gstv4l2src.c:
7454         * sys/v4l2/gstv4l2xoverlay.c:
7455         * sys/v4l2/v4l2_calls.c:
7456         * sys/v4l2/v4l2src_calls.c:
7457         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7458         xoverlay code that is still not implemented.
7459
7460 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7461
7462         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7463           We require a -base more recent than 0.10.9, so it's safe to use
7464           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7465
7466         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7467         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7468           Use _newsegment_full() now that we depend on a recent enough core.
7469
7470         * gst/wavparse/gstwavparse.c:
7471           Remove cruft that we don't need any longer now that we depend on
7472           a recent enough -base.
7473
7474 2006-10-31  Wim Taymans  <wim@fluendo.com>
7475
7476         * gst/rtp/Makefile.am:
7477         * gst/rtp/gstrtp.c: (plugin_init):
7478         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7479         (gst_rtpilbcpay_setcaps):
7480         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7481
7482 2006-10-31  Wim Taymans  <wim@fluendo.com>
7483
7484         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7485         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7486         Some small cleanups, use _scale.
7487
7488 2006-10-31  Wim Taymans  <wim@fluendo.com>
7489
7490         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7491         Use higher precision scale function.
7492
7493 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7494
7495         Patch by: Michal Benes  <michal dot benes at itonis tv>
7496
7497         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7498         (gst_matroska_demux_read_track_encodings),
7499         (gst_matroska_decode_buffer):
7500           Fix several issues with encoded/compressed/encrypted/signed tracks;
7501           also, remove superfluous newline characters from some debug
7502           statements. (#366155)
7503
7504 2006-10-30  Wim Taymans  <wim@fluendo.com>
7505
7506         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7507         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7508         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7509         (gst_smokedec_change_state):
7510         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7511         (gst_smokeenc_init), (gst_smokeenc_finalize),
7512         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7513         (gst_smokeenc_resync), (gst_smokeenc_chain),
7514         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7515         (gst_smokeenc_change_state):
7516         Various cleanups, capsnego and leak fixes.
7517
7518 2006-10-30  Wim Taymans  <wim@fluendo.com>
7519
7520         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7521
7522         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7523         Fix videomixer so that it can handle any combination of framerates.
7524         Fixes #367221.
7525
7526 2006-10-28  Wim Taymans  <wim@fluendo.com>
7527
7528         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7529         (gst_avi_demux_parse_file_header),
7530         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7531         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7532         (gst_avi_demux_chain):
7533         Fix position query for audio. also fixes timestamps in streaming
7534         mode and bug #364958.
7535         Small cleanups.
7536
7537 2006-10-27  Wim Taymans  <wim@fluendo.com>
7538
7539         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7540         * ext/libpng/gstpngenc.h:
7541         Fix strides. Fixes #364856.
7542         Cleanup capsnego.
7543         Set caps on outgoing buffers.
7544
7545 2006-10-18  Wim Taymans  <wim@fluendo.com>
7546
7547         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7548
7549         * gst/rtp/gstrtpgsmpay.c:
7550         * gst/rtp/gstrtph263pay.c:
7551         * gst/rtp/gstrtpmpapay.c:
7552         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7553         (gst_rtp_pcma_pay_handle_buffer):
7554         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7555         Add static payload numbers in addition to the dynamic ones.
7556         Fixes #361639.
7557
7558 2006-10-18  Wim Taymans  <wim@fluendo.com>
7559
7560         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7561         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7562         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7563         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7564         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7565         * gst/rtsp/rtspdefs.h:
7566         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7567         * gst/rtsp/rtspurl.h:
7568         Reuse already existing enum for lower transport.
7569         Add rtspt and rtspu protocols.
7570         Send redirect to rtspt when udp times out.
7571
7572 2006-10-18  Wim Taymans  <wim@fluendo.com>
7573
7574         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7575         (gst_wavparse_stream_data):
7576         Fix seeking some more, mostly for speed changes.
7577
7578 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7579
7580         Patch by: Fredrik Persson  <frepe at bredband net>
7581
7582         * sys/v4l2/gstv4l2tuner.c:
7583         * sys/v4l2/gstv4l2tuner.h:
7584           Fix _set_channel(): remove useless g_object_notify() for "channel"
7585           property that doesn't exist any longer and therefore now also
7586           useless redirect (#338818).
7587
7588 2006-10-17  Wim Taymans  <wim@fluendo.com>
7589
7590         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7591         Some drivers do not support unsetting the non-blocking flag once the
7592         device is opened. In those cases, close/open the device in
7593         non-blocking mode. Fixes #362673.
7594
7595 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7596
7597         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7598         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7599         (gst_v4l2src_get_fps):
7600           dear stefan, framespersecond is not frameperiod, reverting but adding
7601           comment
7602
7603 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7604
7605         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7606         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7607         (gst_v4l2src_get_fps):
7608           Numerator is numerator and denominator is denominator. Say that aloud
7609           5 times and retry after next beer.
7610
7611 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7612
7613         Patch by: Josep Torra Valles  <josep at fluendo com>
7614
7615         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7616         * ext/esd/esdsink.c: (gst_esdsink_write):
7617         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7618         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7619         (gst_flac_dec_send_newsegment):
7620         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7621         (gst_flac_enc_tell_callback):
7622         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7623         (smokecodec_parse_header), (smokecodec_decode):
7624         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7625         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7626         * gst/goom/Makefile.am:
7627         * gst/goom/gstgoom.c:
7628         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7629         * gst/rtsp/gstrtspsrc.c:
7630         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7631         * gst/udp/gstudpsink.c:
7632         * gst/udp/gstudpsrc.c:
7633         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7634         * sys/sunaudio/gstsunaudiomixertrack.h:
7635           Fix a bunch of problems discovered by the Forte compiler, mostly type
7636           mixups and pointer arithmetics with void pointers. Fixes #362603.
7637
7638 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * ext/speex/gstspeex.c: (plugin_init):
7641         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7642         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7643         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7644         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7645         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7646         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7647         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7648         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7649         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7650         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7651         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7652         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7653         * ext/speex/gstspeexenc.h:
7654           Miscellaneous clean-ups, among other things: speexenc => enc to
7655           enhance code readability; change speexenc => speex_enc; in chain
7656           function unref input buffer in case of error; take reference in
7657           event function; use boilerplate macro; use gst_pad_query_peer_*
7658           convenience functions.
7659
7660 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7661
7662         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7663         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7664         (gst_speexenc_set_header_on_caps):
7665           Fix some mem leaks.
7666
7667 2006-10-11  Wim Taymans  <wim@fluendo.com>
7668
7669         * gst/rtsp/URLS:
7670         Added some other URL.
7671
7672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7673         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7674         (gst_rtspsrc_open), (gst_rtspsrc_play),
7675         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7676         * gst/rtsp/gstrtspsrc.h:
7677         Work on fallback to TCP connection when the UDP socket times out.
7678         Handler server requests, just reply with OK for now.
7679
7680         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7681         * gst/rtsp/rtspdefs.h:
7682         Added some more Real extension headers.
7683
7684         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7685         Fix parsing of urls with a ':' that is not part of the hostname:port
7686         part of the url.
7687
7688 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7691         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7692         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7693           Activate pad before adding it to the already-running element.
7694
7695         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7696           Activate newly-created pad too.
7697
7698 2006-10-11  Wim Taymans  <wim@fluendo.com>
7699
7700         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7701
7702         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7703         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7704         (gst_udpsrc_start):
7705         Fix some leaks in caps and uris. Fixes #361252.
7706
7707 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         * gst/wavparse/Makefile.am:
7710           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7711
7712 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7713
7714         * sys/v4l2/gstv4l2xoverlay.c:
7715         * sys/v4l2/gstv4l2xoverlay.h:
7716         Fix build as per the patch in #338818 comment 36.
7717
7718 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7719
7720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7721           Activate pads before adding them to the source.
7722
7723 2006-10-06  Wim Taymans  <wim@fluendo.com>
7724
7725         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7726         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7727         Activate pads before adding.
7728
7729 2006-10-06  Wim Taymans  <wim@fluendo.com>
7730
7731         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7732         (gst_multipart_find_pad_by_mime):
7733         Activate pads before adding.
7734
7735         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7736         BOILERPLATE sets parent_class for us.
7737
7738 2006-10-06  Wim Taymans  <wim@fluendo.com>
7739
7740         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7741         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7742         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7743         (gst_rtspsrc_alloc_udp_ports),
7744         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7745         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7746         (gst_rtspsrc_create_transports_string),
7747         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7748         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7749         * gst/rtsp/gstrtspsrc.h:
7750         Rework how the transport string is constructed, try to share channels
7751         and udp ports.
7752         Make most of the stuff less dependant on RTP as we are also going to use
7753         it for RDT.
7754         Add support for transport specific session managers.
7755
7756         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7757         Implement _flush().
7758
7759         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7760         * gst/rtsp/rtspdefs.h:
7761         Add generic error return code.
7762
7763         * gst/rtsp/rtspext.h:
7764         Add support for pluggable tranport strings.
7765
7766         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7767         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7768         (rtsp_ext_wms_get_context):
7769         Detect WMServer and activate the extension.
7770
7771         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7772         (rtsp_transport_get_manager), (rtsp_transport_parse):
7773         * gst/rtsp/rtsptransport.h:
7774         Added methods to get mime/manager for certain transports.
7775
7776 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * ext/cairo/gsttimeoverlay.c:
7779         (gst_cairo_time_overlay_update_font_height):
7780         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7781         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7782         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7783         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7784         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7785         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7786         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7787         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7788         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7789         (gst_avi_demux_stream_data):
7790         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7791         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7792         (gst_fenced_buffer_copy):
7793         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7795         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7797         (gst_rtspsrc_handle_message):
7798         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7799         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7800           Printf format fixes.
7801
7802 2006-10-04  Wim Taymans  <wim@fluendo.com>
7803
7804         * gst/rtsp/Makefile.am:
7805         Dist new .h file too.
7806
7807 2006-10-04  Wim Taymans  <wim@fluendo.com>
7808
7809         * gst/rtsp/Makefile.am:
7810         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7811         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7813         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7814         (gst_rtspsrc_parse_rtpmap),
7815         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7816         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7817         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7818         * gst/rtsp/gstrtspsrc.h:
7819         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7820         * gst/rtsp/rtspdefs.h:
7821         * gst/rtsp/rtspext.h:
7822         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7823         (rtsp_ext_wms_get_context):
7824         * gst/rtsp/rtspextwms.h:
7825         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7826         (rtsp_transport_parse):
7827         * gst/rtsp/rtsptransport.h:
7828         Factor out extension in separate module.
7829         Fix getcaps to filter against the padtemplate.
7830         Use Content-Base if the server gives one.
7831         Rework the transport parsing a bit for future extensions.
7832         Added some Real Header field definitions.
7833
7834 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7835
7836         * docs/plugins/Makefile.am:
7837         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7838         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7839           added v4l2 stubs
7840         * gst-plugins-good.spec.in:
7841           add v4l2
7842
7843 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7844
7845         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7846           Extract disc/album/medium number and count and try harder
7847           to extract track number/count.
7848
7849 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7850
7851         * configure.ac:
7852         * sys/Makefile.am:
7853           add build stuff for v4l2, needs --enable-experimental until
7854           the last bits are resolved
7855
7856 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7857
7858         * tests/check/Makefile.am:
7859           Disable autodetect test temporarily, so that the build bots
7860           update -bad and the ranks of unreliable video sinks in there.
7861
7862         * tests/check/elements/autodetect.c: (GST_START_TEST):
7863           Skip test if no usable videosink is found.
7864
7865 2006-09-29  Wim Taymans  <wim@fluendo.com>
7866
7867         * gst/rtsp/URLS:
7868         Add some more URLs.
7869
7870         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7871         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7872         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7873         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7874         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7875         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7876         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7877         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7878         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7879         * gst/rtsp/gstrtspsrc.h:
7880         Add timeout property to control UDP timeouts.
7881         Fix error messages.
7882         Also start a loop function when operating in UDP mode so that we can
7883         do some more stuff async.
7884         Handle element messages from udpsrc to detect timeouts. If a timeout
7885         happens we currently generate an error.
7886         API: rtspsrc::timeout property.
7887
7888         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7889         (gst_udpsrc_create):
7890         Really implement the timeout in microseconds and not milliseconds.
7891
7892 2006-09-29  Wim Taymans  <wim@fluendo.com>
7893
7894         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7895         (gst_udpsrc_create), (gst_udpsrc_set_property),
7896         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7897         * gst/udp/gstudpsrc.h:
7898         Added property to post a message on timeout.
7899         Updated docs.
7900         When restarting the select, initialize the fdsets again.
7901         Init control sockets so we don't accidentally close a random socket.
7902         API: GstUDPSrc::timeout property
7903
7904 2006-09-29  Wim Taymans  <wim@fluendo.com>
7905
7906         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7907         Fix flag registration.
7908
7909         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7910         Reading 0 also means 'no more commands'
7911
7912 2006-09-29  Wim Taymans  <wim@fluendo.com>
7913
7914         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7915
7916         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7917         Fix possible infinite loop when shutting down, a read can also return
7918         0 to indicate no more messages are available. Fixes #358156.
7919
7920 2006-09-25  Wim Taymans  <wim@fluendo.com>
7921
7922         * gst/autodetect/gstautoaudiosink.c:
7923         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7924         (gst_auto_audio_sink_find_best):
7925         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7926         Small cleanups.
7927         don't try to set "sync" property when it is not available.
7928
7929 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7930
7931         Patch by: Peter Kjellerstedt  <pkj at axis com>
7932
7933         * gst/alpha/gstalpha.c:
7934         * gst/rtp/gstrtpamrdepay.c:
7935         * gst/rtsp/gstrtspsrc.c:
7936         * gst/udp/gstudpsrc.c:
7937         * gst/videomixer/videomixer.c:
7938           Include stdlib.h in some more places, makes things compile
7939           with uClibc and -Werror (#357592).
7940
7941 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7942
7943         * ext/jpeg/gstjpegdec.c:
7944           Set minimum height to 8 (from 16), our code should handle
7945           that fine. Some of the buttons on the apple trailer site
7946           are apparently only 15 pixels high (see #357470).
7947
7948 2006-09-23  Wim Taymans  <wim@fluendo.com>
7949
7950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7951         (gst_rtspsrc_open):
7952         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7953         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7954         (rtsp_connection_receive):
7955         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7956         * gst/rtsp/rtspdefs.h:
7957         Improve error reporting.
7958
7959 2006-09-23  Wim Taymans  <wim@fluendo.com>
7960
7961         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7962         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7963         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7964         * gst/rtp/gstrtpdepay.c:
7965         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7966         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7967         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7968         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7969         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7970         (gst_rtp_mp2t_depay_plugin_init):
7971         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7972         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7973         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7974         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7975         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7976         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7977         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7978         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7979         Fix klass typos.
7980         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7981
7982 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7983
7984         * configure.ac:
7985           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7986
7987 2006-09-22  Wim Taymans  <wim@fluendo.com>
7988
7989         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7990         Don't check for a tag that is never there and check if we read the
7991         correct tag. Fixes seeking again.
7992         We must post an error when all pads are unlinked.
7993
7994 2006-09-22  Wim Taymans  <wim@fluendo.com>
7995
7996         * gst/rtp/Makefile.am:
7997         * gst/rtp/gstrtp.c: (plugin_init):
7998         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7999         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8000         (gst_rtp_vorbis_pay_reset_packet),
8001         (gst_rtp_vorbis_pay_init_packet),
8002         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8003         (gst_rtp_vorbis_pay_handle_buffer):
8004         More fixage, set endoder-params correctly in the payloader.
8005
8006 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8007
8008         * gst/autodetect/gstautoaudiosink.c:
8009         (gst_auto_audio_sink_base_init):
8010         * gst/autodetect/gstautovideosink.c:
8011         (gst_auto_video_sink_base_init):
8012           Make static pad templates static to appease valgrind's leak
8013           detector.
8014
8015         * tests/check/Makefile.am:
8016         * tests/check/elements/.cvsignore:
8017         * tests/check/elements/autodetect.c: (GST_START_TEST),
8018         (autodetect_suite):
8019           Add simple test for the ghostpad lockup on shutdown fixed in core
8020           CVS (audio bit disabled because it would need dozens of alsa
8021           suppressions and I'm too lazy to add those now).
8022
8023 2006-09-22  Wim Taymans  <wim@fluendo.com>
8024
8025         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8026         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8027         Small cleanups.
8028
8029         * gst/rtp/Makefile.am:
8030         * gst/rtp/gstrtp.c: (plugin_init):
8031         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8032         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8033         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8034         (gst_rtp_vorbis_depay_process),
8035         (gst_rtp_vorbis_depay_set_property),
8036         (gst_rtp_vorbis_depay_get_property),
8037         (gst_rtp_vorbis_depay_change_state),
8038         (gst_rtp_vorbis_depay_plugin_init):
8039         * gst/rtp/gstrtpvorbisdepay.h:
8040         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8041         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8042         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8043         (gst_rtp_vorbis_pay_flush_packet),
8044         (gst_rtp_vorbis_pay_append_buffer),
8045         (gst_rtp_vorbis_pay_handle_buffer),
8046         (gst_rtp_vorbis_pay_plugin_init):
8047         * gst/rtp/gstrtpvorbispay.h:
8048         Add experimental vorbis pay and depayloaders.
8049
8050 2006-09-21  Wim Taymans  <wim@fluendo.com>
8051
8052         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8053         Fix profile-level-id parsing and setup.
8054
8055 2006-09-21  Wim Taymans  <wim@fluendo.com>
8056
8057         * gst/udp/README:
8058         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8059         Update README, simple cleanup.
8060
8061 2006-09-21  Wim Taymans  <wim@fluendo.com>
8062
8063         * gst/rtp/README:
8064         Update README with some examples.
8065
8066         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8067         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8068         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8069         (gst_rtp_mp4g_pay_setcaps):
8070         * gst/rtp/gstrtpmp4gpay.h:
8071         Make optional RTP parameters of type STRING, as required by the
8072         application/x-rtp caps specification.
8073
8074 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8075
8076         * gst/rtp/gstrtph263pdepay.c:
8077         * gst/rtp/gstrtph263ppay.c:
8078         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8079         RTP header.
8080
8081 2006-09-20  Wim Taymans  <wim@fluendo.com>
8082
8083         * gst/rtp/Makefile.am:
8084         And makefile too.
8085
8086 2006-09-20  Wim Taymans  <wim@fluendo.com>
8087
8088         * gst/rtp/gstrtp.c: (plugin_init):
8089         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8090         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8091         (decode_base64), (gst_rtp_asf_depay_setcaps),
8092         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8093         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8094         (gst_rtp_asf_depay_plugin_init):
8095         * gst/rtp/gstrtpasfdepay.h:
8096         Added preliminary ASF depayloader.
8097
8098         * gst/rtp/gstrtph264depay.c: (decode_base64):
8099         Fix base64 decoding.
8100
8101 2006-09-20  Wim Taymans  <wim@fluendo.com>
8102
8103         * gst/rtsp/URLS:
8104         Added some test URLS.
8105
8106         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8107         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8108         * gst/rtsp/gstrtspsrc.h:
8109         When creating streams, give access to the complete SDP.
8110         Fix some leaks.
8111         Collect and merge global stream properties in stream caps.
8112         Preliminary support for WMServer.
8113
8114         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8115         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8116         (rtsp_connection_receive):
8117         * gst/rtsp/rtspconnection.h:
8118         Make connection interruptable.
8119         Refactor to make it reconnectable.
8120         Don't fail on short reads when reading data packets.
8121
8122         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8123         (rtsp_url_get_port):
8124         * gst/rtsp/rtspurl.h:
8125         Add methods for getting/setting the port.
8126
8127         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8128         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8129         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8130         (sdp_media_get_format), (sdp_parse_line),
8131         (sdp_message_parse_buffer):
8132         Fix headers. 
8133         Add methods for getting multiple attributes with the same name.
8134         Increase buffer size when parsing.
8135         Fix parsing of a=foo fields.
8136
8137         * gst/rtsp/test.c: (main):
8138         Update to new connection API.
8139
8140         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8141         (rtsp_message_init_response), (rtsp_message_init_data),
8142         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8143         * gst/rtsp/rtspmessage.h:
8144         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8145         * gst/rtsp/rtsptransport.h:
8146         * gst/rtsp/sdp.h:
8147         * gst/rtsp/sdpmessage.h:
8148         * gst/rtsp/gstrtsp.c:
8149         * gst/rtsp/gstrtsp.h:
8150         * gst/rtsp/gstrtpdec.c:
8151         * gst/rtsp/gstrtpdec.h:
8152         * gst/rtsp/rtsp.h:
8153         * gst/rtsp/rtspdefs.c:
8154         * gst/rtsp/rtspdefs.h:
8155         Dual licensed under MIT and LGPL now.
8156
8157 2006-09-19  Wim Taymans  <wim@fluendo.com>
8158
8159         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8160         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8161         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8162         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8163         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8164         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8165         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8166         * gst/rtsp/gstrtspsrc.h:
8167         Reorganize stream parsing and creation.
8168         Detect container formats in interleaved mode.
8169         Keep more state about the streams.
8170         Assume a server also supports PLAY if it does not say.
8171         Add unicast and interleaved properties to TCP transport requests to make
8172         some servers happy (WMServer).
8173
8174         * gst/rtsp/sdpmessage.h:
8175         Add some defines for the standard Bandwidth types.
8176
8177 2006-09-19  Wim Taymans  <wim@fluendo.com>
8178
8179         * gst/rtsp/test.c: (main):
8180         Fix build.
8181
8182 2006-09-19  Wim Taymans  <wim@fluendo.com>
8183
8184         * gst/wavparse/gstwavparse.c:
8185         Add ms-gsm to the src template.
8186
8187 2006-09-18  Wim Taymans  <wim@fluendo.com>
8188
8189         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8190         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8191         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8192         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8193         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8194         * gst/rtsp/gstrtspsrc.h:
8195         Small cleanups, added documentation.
8196         Try to clean up the requests and responses.
8197         Refactor parsing the supported methods.
8198
8199         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8200         (rtsp_connection_create), (rtsp_connection_send),
8201         (parse_response_status), (parse_request_line),
8202         (rtsp_connection_receive), (rtsp_connection_close),
8203         (rtsp_connection_free):
8204         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8205         (rtsp_transport_init), (rtsp_transport_parse),
8206         (rtsp_transport_free):
8207         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8208         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8209         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8210         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8211         Use g_return_val some more.
8212
8213         * gst/rtsp/rtspdefs.h:
8214         Add more enum values to track initial states.
8215
8216         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8217         (rtsp_message_init_request), (rtsp_message_new_response),
8218         (rtsp_message_init_response), (rtsp_message_init_data),
8219         (rtsp_message_unset), (rtsp_message_free),
8220         (rtsp_message_add_header), (rtsp_message_remove_header),
8221         (rtsp_message_get_header), (rtsp_message_set_body),
8222         (rtsp_message_take_body), (rtsp_message_get_body),
8223         (rtsp_message_steal_body), (rtsp_message_dump):
8224         * gst/rtsp/rtspmessage.h:
8225         Reorder arguments, object goes as the first one.
8226         Use g_return_val some more.
8227
8228 2006-09-18  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8231         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8232         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8233         * gst/rtsp/gstrtspsrc.h:
8234         Export sometimes source pad with correct caps on the template, create
8235         the ghostpad from the template.
8236         Remove RTCP template as we never expose RTCP.
8237         Protect against invalid body size.
8238         Avoid memcpy when creating the output buffer.
8239         Properly post an error and send EOS when the loop function is shut down.
8240
8241 2006-09-18  Wim Taymans  <wim@fluendo.com>
8242
8243         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8244
8245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8246         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8247         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8248         * gst/rtsp/gstrtspsrc.h:
8249         Make sure we can never set an invalid location.
8250
8251         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8252         * gst/rtsp/rtspmessage.h:
8253         Added _steal_body method for future use.
8254
8255         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8256         Make freeing of NULL url return immediatly.
8257
8258 2006-09-18  Wim Taymans  <wim@fluendo.com>
8259
8260         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8261
8262         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8263         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8264         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8265         (gst_rtspsrc_change_state):
8266         * gst/rtsp/gstrtspsrc.h:
8267         Use boilerplate.
8268         Make rtspsrc subclass GstBin to make state changes easier.
8269         Add Range header field on the PLAY request.
8270
8271 2006-09-18  Wim Taymans  <wim@fluendo.com>
8272
8273         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8274
8275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8276         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8277         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8278         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8279         * gst/rtsp/rtspconnection.c: (inet_aton):
8280         Small cleanups.
8281         when multicast is selected as the transport, create UDP sources and
8282         connect to the multicast group.
8283         Move parsing and setting of caps to a common place.
8284         Fixes #349894.
8285
8286 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8287
8288         * ext/flac/gstflactag.c:
8289         * gst/alpha/gstalpha.c:
8290         * gst/debug/breakmydata.c:
8291         * gst/debug/negotiation.c:
8292         * gst/debug/testplugin.c:
8293         * gst/effectv/gstaging.c:
8294         * gst/effectv/gstdice.c:
8295         * gst/effectv/gstedge.c:
8296         * gst/effectv/gstquark.c:
8297         * gst/effectv/gstrev.c:
8298         * gst/effectv/gstshagadelic.c:
8299         * gst/effectv/gstvertigo.c:
8300         * gst/effectv/gstwarp.c:
8301         * gst/multipart/multipartdemux.c:
8302         * gst/multipart/multipartmux.c:
8303         * gst/videobox/gstvideobox.c:
8304         * gst/videofilter/gstgamma.c:
8305         * gst/videofilter/gstvideotemplate.c:
8306         * gst/videomixer/videomixer.c:
8307         * sys/sunaudio/gstsunaudiosrc.h:
8308         More G_OBJECT macro fixing.
8309
8310 2006-09-16  Wim Taymans  <wim@fluendo.com>
8311
8312         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8313
8314         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8315         Correctly set the dwLength in strh.
8316         With this patch, the file duration is now displayed correctly in window
8317         media player and the AVI plays completely. Fixes #356147
8318
8319 2006-09-15  Wim Taymans  <wim@fluendo.com>
8320
8321         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8322
8323         * sys/sunaudio/gstsunaudiomixerctrl.c:
8324         (gst_sunaudiomixer_ctrl_build_list):
8325         Set the output track as the MASTER so that the gnome-settings-daemon
8326         keybindings for changing the volume using the keyboard works.
8327         Fixes #356142.
8328
8329 2006-09-15  Wim Taymans  <wim@fluendo.com>
8330
8331         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8332         Fix documentation, it is not possible to control the framerate of jpegdec
8333         using filtered caps yet. Fixes #355210.
8334         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8335         stop when there is an error.
8336
8337 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8338
8339         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8340         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8341           Don't interpret a first buffer with an offset of NONE as
8342           'from the middle of the stream', but only a first buffer
8343           that has a valid buffer offset that's non-zero (see #345449).
8344
8345 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8346
8347         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8348         (gst_icydemux_typefind_or_forward):
8349         * gst/icydemux/gsticydemux.h:
8350           When we merge/collect multiple incoming buffers for typefinding
8351           purposes, keep an initial 0 offset on the first outgoing buffer
8352           as well (otherwise id3demux won't work right). Fixes #345449.
8353           Also Make buffer metadata writable before setting buffer caps.
8354
8355         * tests/check/elements/icydemux.c: (typefind_succeed),
8356         (cleanup_icydemux), (push_data), (GST_START_TEST),
8357         (icydemux_suite):
8358           Small test case for the above.
8359
8360 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8361
8362         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8363         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8364         (gst_avi_demux_stream_header_push),
8365         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8366         (gst_avi_demux_loop):
8367           More code reuse and better logging in _peek_chunk(). Reintroduce check
8368           for chunk sizes before reading them (avoid oom). Better handling for 
8369           invalid chunksizes when streaming.
8370
8371 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8372
8373         * gst/level/gstlevel.c: (gst_level_set_property):
8374         * gst/level/gstlevel.h:
8375           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8376           René Stadler
8377
8378 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8379
8380         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8381         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8382         (gst_avi_demux_stream_data):
8383           Revert one change to fix streaming avi (adapter size != data size).
8384
8385 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8386
8387         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8388
8389         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8390         (gst_matroska_demux_reset),
8391         (gst_matroska_demux_read_track_encodings),
8392         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8393         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8394         (gst_matroska_demux_subtitle_caps):
8395         * gst/matroska/matroska-ids.h:
8396           Add support for VOBSUB subtitle tracks and zlib-compressed
8397           tracks. Make sure we start on a keyframe after a seek. (#343348)
8398
8399 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8400
8401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8402         (gst_matroska_demux_push_flac_codec_priv_data),
8403         (gst_matroska_demux_push_xiph_codec_priv_data),
8404         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8405         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8406         * gst/matroska/matroska-ids.h:
8407           Add basic FLAC support (#311586), not perfect yet though, needs some
8408           tweaking in flacdec; also, seeking could be better.
8409           Do better bounds checking when deserialising vorbis stream headers
8410           to make sure we don't read beyond the end of the buffer on bad input.
8411
8412 2006-09-04  Wim Taymans  <wim@fluendo.com>
8413
8414         Patch by: Alessandro Decina <alessandro at nnva dot org>
8415
8416         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8417         Seeking back in a file containing a CMML stream errors out if the seek
8418         goes back up to the CMML headers. This is because after the seek the xml
8419         processing instruction <?xml ...?> is submitted to the xml parser again, 
8420         which results in an error. The attached patch fixes the problem. 
8421         Fixes #353908.
8422
8423         * ext/annodex/gstcmmlenc.h:
8424         Fix authors name.
8425
8426
8427 2006-08-28  Andy Wingo  <wingo@pobox.com>
8428
8429         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8430         New helper function to lessen the ifdefs.
8431         (GST_INFO_OBJECT): 
8432         (gst_dv1394src_iso_receive): Use it.
8433         (gst_dv1394src_create): Also use the control sockets in iec61883
8434         mode.
8435         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8436         handle for AVC operations; fixes #348233.
8437
8438 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8439
8440         * configure.ac:
8441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8442         * docs/plugins/inspect/plugin-audiofx.xml:
8443         * docs/plugins/inspect/plugin-audiofxgood.xml:
8444         * gst/audiofx/Makefile.am:
8445         * gst/audiofx/audiofx.c:
8446         * gst/audiofxgood/.cvsignore:
8447         * gst/audiofxgood/Makefile.am:
8448         * gst/audiofxgood/audiofx.c:
8449         * gst/audiofxgood/audiopanorama.c:
8450         * gst/audiofxgood/audiopanorama.h:
8451           Rename again (audiofxgood -> audiofx).
8452
8453 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8454
8455         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8456         (gst_avi_demux_stream_scan):
8457           Initialze variables.
8458
8459 2006-08-25  Wim Taymans  <wim@fluendo.com>
8460
8461         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8462         (gst_avi_demux_init), (gst_avi_demux_finalize),
8463         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8464         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8465         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8466         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8467         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8468         (gst_avi_demux_massage_index),
8469         (gst_avi_demux_calculate_durations_from_index),
8470         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8471         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8472         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8473         (gst_avi_demux_change_state):
8474         * gst/avi/gstavidemux.h:
8475         More attempts to turn this into readable code.
8476         Don't leak adapters.
8477         Calculate duration according to index more efficiently.
8478         Don't try to act like we drive the pipeline in chain mode.
8479
8480 2006-08-25  Wim Taymans  <wim@fluendo.com>
8481
8482         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8483         Fix build.
8484
8485 2006-08-25  Wim Taymans  <wim@fluendo.com>
8486
8487         Patch by: Alessandro Decina <alessandro at nnva dot org>
8488
8489         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8490         Do some extra sanity checks.
8491         Fixes #350340.
8492
8493         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8494         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8495         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8496         Check if clip->start_time is valid before adding the clip to the
8497         track list.
8498         Reset enc->preamble going from PAUSED to READY.
8499         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8500         only used for EOS.
8501         Only post an error message if we were the one that created the fatal
8502         GstFlowReturn value.
8503
8504         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8505         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8506         Parse the seconds field of the npt-sec time format using %llu rather than
8507         %d and check that the value scaled by GST_SECOND doesn't overflow.
8508         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8509         Lookup a clip's track with clip->track rather than clip->id which
8510         makes no sense.
8511         Identify a clip by its track and start time and not its xml id.
8512         do some more input checking and make sure we don't do undefined shifts.
8513
8514         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8515         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8516         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8517         (push_clip), (push_empty_clip), (check_output_clip),
8518         (GST_START_TEST), (cmmldec_suite):
8519         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8520         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8521         (check_headers), (push_clip), (check_clip_times), (check_clip),
8522         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8523         Added some more checks.
8524
8525 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8526
8527         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8528         (gst_audio_panorama_set_property),
8529         (gst_audio_panorama_get_property),
8530         (gst_audio_panorama_transform_m2s_int),
8531         (gst_audio_panorama_transform_s2s_int),
8532         (gst_audio_panorama_transform_m2s_float),
8533         (gst_audio_panorama_transform_s2s_float):
8534         * gst/audiofxgood/audiopanorama.h:
8535         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8536           Make also the pan-property float (saves scaling and yields better
8537           resolution)
8538
8539 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8540
8541         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8542         (gst_audio_panorama_transform_m2s_float),
8543         (gst_audio_panorama_transform_s2s_float):
8544           ChangeLog surgery to add cymax's real name
8545
8546
8547 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8548
8549         Patch by: René Stadler <mail@renestadler.de>
8550
8551         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8552         (gst_audio_panorama_transform_m2s_int),
8553         (gst_audio_panorama_transform_s2s_int),
8554         (gst_audio_panorama_transform_m2s_float),
8555         (gst_audio_panorama_transform_s2s_float),
8556         (gst_audio_panorama_transform):
8557         * gst/audiofxgood/audiopanorama.h:
8558           Added float support
8559
8560 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8561
8562         * gst/audiofxgood/audiopanorama.c:
8563         (gst_audio_panorama_transform_m2s):
8564           Fix docs & debug category. Add Fixme for volume pan levels.
8565
8566 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8567
8568         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8569         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8570         (gst_avi_demux_stream_header_pull),
8571         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8572         (gst_avi_demux_chain):
8573           unbreak AVI index handling, some more debug, remove an obsolete
8574           adapter_flush that caused streaming to wander off in the wild
8575
8576 2006-08-24  Wim Taymans  <wim@fluendo.com>
8577
8578         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8579         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8580         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8581         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8582         (gst_avi_demux_calculate_durations_from_index),
8583         (gst_avi_demux_stream_header_push),
8584         (gst_avi_demux_stream_header_pull):
8585         * gst/avi/gstavidemux.h:
8586         Some more cleanups. 
8587         Fix totalFrames parsing in ODML.
8588         Disable use of index for length calculation in case of ODML as this is
8589         broken now.
8590
8591 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8592
8593         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8594           Use libgsttag helper function here too.
8595
8596 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8597
8598         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8599         (gst_avi_demux_init), (gst_avi_demux_dispose),
8600         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8601         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8602         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8603         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8604         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8605         (gst_avi_demux_parse_subindex),
8606         (gst_avi_demux_read_subindexes_push),
8607         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8608         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8609         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8610         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8611         (gst_avi_demux_stream_header_pull),
8612         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8613         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8614         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8615         (gst_avi_demux_change_state):
8616         * gst/avi/gstavidemux.h:
8617           Initial streaming support for avidemux (fixes #336465)
8618
8619 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8622           There is no taglibmux element ...
8623
8624         * gst/rtsp/gstrtspsrc.c:
8625           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8626           was complaining about unknown entity here.
8627
8628 2006-08-22  Wim Taymans  <wim@fluendo.com>
8629
8630         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8631         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8632         (gst_avi_demux_process_next_entry):
8633         * gst/avi/gstavidemux.h:
8634         Mark DISCONT.
8635         Remove old unused fields and reorder the struct a bit.
8636
8637 2006-08-22  Wim Taymans  <wim@fluendo.com>
8638
8639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8640         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8641         (gst_rtspsrc_pause):
8642         * gst/rtsp/gstrtspsrc.h:
8643         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8644         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8645         Small documentation updates.
8646
8647 2006-08-22  Wim Taymans  <wim@fluendo.com>
8648
8649         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8650         (gst_avi_demux_index_entry_for_time),
8651         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8652         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8653         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8654         (gst_avi_demux_next_data_buffer),
8655         (gst_avi_demux_calculate_durations_from_index),
8656         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8657         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8658         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8659         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8660         * gst/avi/gstavidemux.h:
8661         Precalc most of the duration query for each stream.
8662         Make seeking more correct.
8663         Use GstSegment to track position and duration.
8664         Code cleanups and leak fixes.
8665         Calculate correct total duration based on index length.
8666
8667 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8668
8669         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8670         (parse_insert_string_field):
8671           If strings in text fields are marked ISO8859-1, but contain
8672           valid UTF-8 already, then handle them as UTF-8 and ignore
8673           the encoding. (#351794)
8674
8675 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8676
8677         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8678         (gst_flac_dec_write), (gst_flac_dec_loop),
8679         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8680         (gst_flac_dec_src_query):
8681         * ext/flac/gstflacdec.h:
8682           Make flac-in-ogg work (#352100).
8683
8684 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8687           Don't unref buffers of which we've already given away
8688           ownership to the adapter.
8689
8690 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8691
8692         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8693           Make metadata extraction actually work.
8694
8695         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8696         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8697         (gst_speexenc_chain):
8698           Fix metadata writing: replace old code which wrote completely
8699           broken tags with libgsttag-based code. Plus miscellaneous
8700           code cleanups (use static pad templates etc.) and a bunch
8701           of leak fixes.
8702
8703 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8704
8705         * gst/audiopanorama/.cvsignore:
8706         * gst/audiopanorama/Makefile.am:
8707         * gst/audiopanorama/audiofx.c:
8708         * gst/audiopanorama/audiopanorama.c:
8709         * gst/audiopanorama/audiopanorama.h:
8710           die! die! die! you should never have been there
8711
8712 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8713
8714         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8715         Fix invalid memory access in audiopanorama test suite.
8716
8717 2006-08-21  Edward Hervey  <edward@fluendo.com>
8718
8719         * tests/check/elements/.cvsignore:
8720         ignore built file
8721
8722 2006-08-21  Wim Taymans  <wim@fluendo.com>
8723
8724         * gst/rtp/Makefile.am:
8725         Fix the build again.
8726
8727 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8728
8729         * gst/audiofxgood/.cvsignore:
8730         * gst/audiofxgood/Makefile.am:
8731         * gst/audiofxgood/audiofx.c: (plugin_init):
8732         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8733         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8734         (gst_audio_panorama_set_property),
8735         (gst_audio_panorama_get_property),
8736         (gst_audio_panorama_get_unit_size),
8737         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8738         (gst_audio_panorama_transform_m2s),
8739         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8740         * gst/audiofxgood/audiopanorama.h:
8741           resubmit with the desired name *again*
8742
8743 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8744
8745         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8746         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8747           use g_assert in _get_unit_size
8748
8749 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8750
8751         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8752         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8753         * docs/plugins/inspect/plugin-audiofxgood.xml:
8754           cleanup -unused.txt to make it useful, add previously missing docs
8755
8756         * ext/Makefile.am:
8757           Quietly (accidentally) enable LADSPA for building by default, 
8758           despite the fact that it doesn't meet the plugin checklist.
8759             -- Added by Jan Schmidt 18 Dec 2006
8760
8761         * ext/esd/esdmon.c:
8762         * ext/esd/esdsink.c:
8763         * ext/esd/gstesd.c: (plugin_init):
8764           reflow to get rid of two external symbols
8765
8766         * gst/audiofxgood/audiofx.c: (plugin_init):
8767           re-add
8768
8769 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8770
8771         * configure.ac:
8772         * gst/audiofxgood/.cvsignore:
8773         * gst/audiofxgood/Makefile.am:
8774         * gst/audiofxgood/audiofx.c
8775         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8776         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8777         (gst_audio_panorama_set_property),
8778         (gst_audio_panorama_get_property),
8779         (gst_audio_panorama_get_unit_size),
8780         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8781         (gst_audio_panorama_transform_m2s),
8782         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8783         * gst/audiofxgood/audiopanorama.h:
8784         * tests/check/Makefile.am:
8785         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8786         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8787         (panorama_suite), (main):
8788         Add audiofxgood plugin with audiopanorama element
8789
8790 2006-08-18  Wim Taymans  <wim@fluendo.com>
8791
8792         * docs/plugins/Makefile.am:
8793         More Oss docs fixage. 
8794
8795 2006-08-18  Wim Taymans  <wim@fluendo.com>
8796
8797         * gst/rtp/Makefile.am:
8798         * gst/rtp/gstrtp.c: (plugin_init):
8799         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8800         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8801         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8802         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8803         (gst_rtp_sv3v_depay_get_property),
8804         (gst_rtp_sv3v_depay_change_state),
8805         (gst_rtp_sv3v_depay_plugin_init):
8806         * gst/rtp/gstrtpsv3vdepay.h:
8807         Added experimental SVQ3 depayloader.
8808
8809 2006-08-18  Edward Hervey  <edward@fluendo.com>
8810
8811         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8812         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8813         * ext/dv/gstdvdemux.h:
8814         When handling seek requests, don't send the newsegment event from the
8815         calling thread. Instead save it so it can be sent from the streaming
8816         thread.
8817
8818 2006-08-17  Wim Taymans  <wim@fluendo.com>
8819
8820         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8821
8822         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8823         Accept leading whitespace before the boundary
8824         This patch makes the demuxer allow some whitespace before the actual
8825         boundary. This makes the demuxer work with the ``old'' gstreamer
8826         multipartmuxer again (which placed an extra \n before the start
8827         of the stream) Fixes #349068.
8828
8829 2006-08-17  Wim Taymans  <wim@fluendo.com>
8830
8831         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8832         Error out on non-implemented stuff.
8833
8834 2006-08-16  Wim Taymans  <wim@fluendo.com>
8835
8836         Patch by: Andy Wingo <wingo at pobox dot com>
8837
8838         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8839         (gst_signal_processor_start), (gst_signal_processor_stop),
8840         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8841         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8842         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8843         (gst_signal_processor_change_state):
8844         Make ladspa elements reusable. Fixes #350006.
8845
8846 2006-08-16  Wim Taymans  <wim@fluendo.com>
8847
8848         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8849         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8850         names as possible. Fixes #349901.
8851
8852 2006-08-16  Wim Taymans  <wim@fluendo.com>
8853
8854         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8855         (gst_signal_processor_do_pushes):
8856         A push() gives away our refcount so we should not use the buffer on the
8857         pen anymore.
8858
8859 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8862         (gst_oss_mixer_element_finalize):
8863           Don't leak device string.
8864
8865 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * configure.ac:
8868           Require CVS of GStreamer core and -base (for
8869           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8870
8871         * ext/taglib/gstid3v2mux.cc:
8872           Write extended comment tags properly (#348762).
8873
8874         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8875         (parse_comment_frame):
8876           Extract COMM frames into extended comments, which makes it
8877           easier to properly retain the description bit of the tag
8878           and maintain this information when re-tagging (#348762).
8879
8880 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8881
8882         * tests/check/Makefile.am:
8883           Don't try to run annodex unit tests if the annodex
8884           plugin has not been built (Fixes #351116).
8885
8886 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8887
8888         * gst/autodetect/gstautoaudiosink.c:
8889         (gst_auto_audio_sink_find_best):
8890           When we can't find a usable audiosink, don't error out,
8891           but use a fake sink instead and post a warning message
8892           on the bus (#341278).
8893
8894 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8895
8896         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8897         * sys/oss/gstosssink.c:
8898         * sys/oss/gstosssrc.c:
8899           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8900           ossmixer's new device property.
8901
8902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8904           Add docs for OSS elements.
8905
8906         * docs/plugins/inspect/plugin-aasink.xml:
8907         * docs/plugins/inspect/plugin-alaw.xml:
8908         * docs/plugins/inspect/plugin-alpha.xml:
8909         * docs/plugins/inspect/plugin-alphacolor.xml:
8910         * docs/plugins/inspect/plugin-annodex.xml:
8911         * docs/plugins/inspect/plugin-apetag.xml:
8912         * docs/plugins/inspect/plugin-auparse.xml:
8913         * docs/plugins/inspect/plugin-autodetect.xml:
8914         * docs/plugins/inspect/plugin-avi.xml:
8915         * docs/plugins/inspect/plugin-cacasink.xml:
8916         * docs/plugins/inspect/plugin-cairo.xml:
8917         * docs/plugins/inspect/plugin-cdio.xml:
8918         * docs/plugins/inspect/plugin-cutter.xml:
8919         * docs/plugins/inspect/plugin-debug.xml:
8920         * docs/plugins/inspect/plugin-dv.xml:
8921         * docs/plugins/inspect/plugin-efence.xml:
8922         * docs/plugins/inspect/plugin-effectv.xml:
8923         * docs/plugins/inspect/plugin-esdsink.xml:
8924         * docs/plugins/inspect/plugin-flac.xml:
8925         * docs/plugins/inspect/plugin-flxdec.xml:
8926         * docs/plugins/inspect/plugin-gconfelements.xml:
8927         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8928         * docs/plugins/inspect/plugin-goom.xml:
8929         * docs/plugins/inspect/plugin-halelements.xml:
8930         * docs/plugins/inspect/plugin-icydemux.xml:
8931         * docs/plugins/inspect/plugin-id3demux.xml:
8932         * docs/plugins/inspect/plugin-jpeg.xml:
8933         * docs/plugins/inspect/plugin-level.xml:
8934         * docs/plugins/inspect/plugin-matroska.xml:
8935         * docs/plugins/inspect/plugin-mulaw.xml:
8936         * docs/plugins/inspect/plugin-multipart.xml:
8937         * docs/plugins/inspect/plugin-navigationtest.xml:
8938         * docs/plugins/inspect/plugin-ossaudio.xml:
8939         * docs/plugins/inspect/plugin-png.xml:
8940         * docs/plugins/inspect/plugin-rtp.xml:
8941         * docs/plugins/inspect/plugin-rtsp.xml:
8942         * docs/plugins/inspect/plugin-shout2send.xml:
8943         * docs/plugins/inspect/plugin-smpte.xml:
8944         * docs/plugins/inspect/plugin-speex.xml:
8945         * docs/plugins/inspect/plugin-taglib.xml:
8946         * docs/plugins/inspect/plugin-udp.xml:
8947         * docs/plugins/inspect/plugin-videobalance.xml:
8948         * docs/plugins/inspect/plugin-videobox.xml:
8949         * docs/plugins/inspect/plugin-videoflip.xml:
8950         * docs/plugins/inspect/plugin-videomixer.xml:
8951         * docs/plugins/inspect/plugin-wavenc.xml:
8952         * docs/plugins/inspect/plugin-wavparse.xml:
8953         * docs/plugins/inspect/plugin-ximagesrc.xml:
8954           Update to CVS version.
8955           
8956 2006-08-16  Wim Taymans  <wim@fluendo.com>
8957
8958         * gst/rtp/gstrtpamrdepay.c:
8959         * gst/rtp/gstrtpmp4gdepay.c:
8960         Caps extra properties must be defined as strings for
8961         depayloaders because they are generated from an SDP.
8962
8963         * gst/rtp/Makefile.am:
8964         * gst/rtp/gstrtp.c: (plugin_init):
8965         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8966         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8967         (gst_rtp_h264_depay_finalize), (decode_base64),
8968         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8969         (gst_rtp_h264_depay_set_property),
8970         (gst_rtp_h264_depay_get_property),
8971         (gst_rtp_h264_depay_change_state),
8972         (gst_rtp_h264_depay_plugin_init):
8973         * gst/rtp/gstrtph264depay.h:
8974         Added basic, not completely functional RFC 3984 H264 depayloader.
8975
8976 2006-08-16  Wim Taymans  <wim@fluendo.com>
8977
8978         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8979         Add pads after setting them up.
8980
8981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8982         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8983         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8984         (gst_rtspsrc_stream_setup_rtp),
8985         (gst_rtspsrc_stream_configure_transport),
8986         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8987         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8988         (gst_rtspsrc_pause):
8989         * gst/rtsp/gstrtspsrc.h:
8990         Fix interleaved mode.
8991          - Protect streaming with lock.
8992          - Combine flows
8993          - set caps on outgoing buffers.
8994          - strip trailing \0 from data packets.
8995          - Configure RTP/RTCP in stream.
8996         Use DEBUG_OBJECT more.
8997
8998 2006-08-16  Wim Taymans  <wim@fluendo.com>
8999
9000         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9001         Turn a g_print into a DEBUG line.
9002
9003 2006-08-13  Wim Taymans  <wim@fluendo.com>
9004
9005         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9006         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9007         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9008         (gst_oss_mixer_element_get_property),
9009         (gst_oss_mixer_element_change_state):
9010         * sys/oss/gstossmixerelement.h:
9011         Small cleanups. Better error reporting.
9012         Add device property for the mixer instead of the hardcoded
9013         /dev/mixer. Fixes #350785.
9014         API: GstOssMixerElement::device property
9015
9016 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9017
9018         Patch by: Jens Granseuer <jensgr at gmx net>
9019
9020         * gconf/Makefile.am:
9021           Make --disable-schemas work right (they still need
9022           to be copied to the installation directory, just not
9023           applied). Fixes #351347 (also #344100).
9024           
9025 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9026
9027         * configure.ac: back to HEAD
9028
9029 === release 0.10.4 ===
9030
9031 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9032
9033         * configure.ac:
9034           releasing 0.10.4, "Dear Leader"
9035
9036 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9037
9038         Patch by: Edward Hervey <edward@fluendo.com>
9039
9040         * configure.ac:
9041         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9042         (gst_wavparse_stream_data):
9043         Send the newsegment event in the streaming thread.
9044         Fixes #347529
9045
9046 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9047
9048         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9049         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9050         (gst_smokeenc_resync), (gst_smokeenc_chain):
9051           Refuse sink caps in the encoder if width or height is not a
9052           multiple of 16, the encoder does not support that yet (#349939);
9053           along the same lines, check the return value of the encoder
9054           setup function; also remove some debug log clutter.
9055
9056 2006-08-04  Andy Wingo  <wingo@pobox.com>
9057
9058         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9059         whether a processor can work in place or not, and for keeping
9060         track of its state. Change the FlowReturn instance variable from
9061         "state" to "flow_state", all callers changed.
9062
9063         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9064         (gst_signal_processor_start, gst_signal_processor_stop)
9065         (gst_signal_processor_cleanup): New functions to manage the
9066         processor's state.
9067         (gst_signal_processor_setcaps): start() as well as setup() here.
9068         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9069         (gst_signal_processor_change_state): Stop and cleanup the
9070         processor as we go to NULL.
9071
9072         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9073         INPLACE_BROKEN is not set.
9074
9075         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9076         Do the alloc_buffer in bytes, not frames.
9077         
9078 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9079
9080         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9081         Fix rgb masks when recording in < 24bpp.
9082
9083 2006-08-04  Andy Wingo  <wingo@pobox.com>
9084
9085         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9086         (gst_signal_processor_prepare)
9087         (gst_signal_processor_update_inputs)
9088         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9089         (gst_signal_processor_flush)
9090         (gst_signal_processor_sink_activate_push)
9091         (gst_signal_processor_src_activate_pull)
9092         (gst_signal_processor_change_state): Remove the last of the code
9093         that assumes that we process whole buffers at a time. Fix some
9094         debugging. Seems to work now in some cases.
9095         (gst_signal_processor_src_activate_pull): BPB
9096
9097 2006-08-01  Andy Wingo  <wingo@pobox.com>
9098
9099         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9100         Fix nframes-choosing.
9101         (gst_signal_processor_init): Init pending_in and pending_out.
9102
9103         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9104         more default sample rate, although we never check that the sample
9105         rate actually gets set. Something for the future.
9106         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9107         (gst_signal_processor_event): Refcount fixen.
9108         (gst_signal_processor_process): Pull the number of frames to
9109         process from the sizes of the buffers in the input pens.
9110         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9111         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9112         it instead of buffer_frames.
9113         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9114         to do_pulls.
9115         (gst_signal_processor_chain)
9116         (gst_signal_processor_sink_activate_push)
9117         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9118
9119         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9120
9121 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9122
9123         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9124         (gst_signal_processor_process):
9125           don't query buffer-frames from caps, add lots of debug-log,
9126           try fix for assert (#349189)
9127
9128 2006-07-31  Wim Taymans  <wim@fluendo.com>
9129
9130         * gst/udp/gstudpsrc.c:
9131         Fix docs.
9132
9133 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9134
9135         * ext/ladspa/gstsignalprocessor.c:
9136         (gst_signal_processor_add_pad_from_template),
9137         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9138         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9139         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9140         (gst_signal_processor_sink_activate_push),
9141         (gst_signal_processor_src_activate_pull),
9142         (gst_signal_processor_change_state):
9143          Add debugs logs here and there, add more error handling, add some
9144          FIXME comments, filed #349189
9145
9146 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9147
9148         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9149         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9150         Set caps on buffer correctly.  Fixes bug #349155.
9151
9152 2006-07-28  Wim Taymans  <wim@fluendo.com>
9153
9154         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9155
9156         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9157         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9158         (gst_multipart_demux_finalize), (get_line_end),
9159         (multipart_parse_header), (multipart_find_boundary),
9160         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9161         (gst_multipart_set_property), (gst_multipart_get_property):
9162         Uses GstAdapter instead of own buffering.
9163         Actually parses the mime-type correctly (In tests the mime-type was
9164         always "" with the old version).
9165         Uses the Content-length header if available to speed up things.
9166         Reliably autoscans the boundary name by default.
9167         Fixes #349068.
9168
9169         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9170         Don't start the stream with a \n.
9171
9172 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9173
9174         Patch by: Brian Cameron <brian dot cameron at sun com>
9175
9176         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9177           Open source with O_NONBLOCK (#349015).
9178
9179 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9180
9181         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9182         (gst_avi_demux_massage_index):
9183         * gst/avi/gstavidemux.h:
9184           Whitespace fixes and more debug
9185
9186 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9187
9188         * gst/autodetect/gstautoaudiosink.c:
9189         (gst_auto_audio_sink_create_element_with_pretty_name),
9190         (gst_auto_audio_sink_find_best),
9191         (gst_auto_audio_sink_change_state):
9192           Get rid of old and unused magic sound-server properties stuff.
9193           Add suffix to child sink's name that makes it easy to see from
9194           the name alone which type it actually is (alsa, oss, esd, etc.).
9195
9196 2006-07-27  Wim Taymans  <wim@fluendo.com>
9197
9198         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9199         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9200         (gst_udpsrc_start):
9201         * gst/udp/gstudpsrc.h:
9202         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9203         not some sort of feature we enable.
9204
9205 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9206
9207         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9208           Use CLOSE_SOCKET() here instead of close() to maintain
9209           win32 workiness.
9210
9211 2006-07-27  Wim Taymans  <wim@fluendo.com>
9212
9213         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9214
9215         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9216         (gst_udpsrc_create), (gst_udpsrc_set_property),
9217         (gst_udpsrc_get_property), (gst_udpsrc_start):
9218         * gst/udp/gstudpsrc.h:
9219         Added "buffer-size" property to control the kernel receive buffer size.
9220         Update documentation.
9221         Small cleanups. Fixes #348752.
9222         API: buffer-size property
9223
9224 2006-07-26  Wim Taymans  <wim@fluendo.com>
9225
9226         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9227
9228         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9229         (gst_rtp_pcma_pay_handle_buffer):
9230         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9231         (gst_rtp_pcmu_pay_handle_buffer):
9232         Fix timestamp calculation on outgoing RTP packets.
9233         Fixes #348675.
9234
9235 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9236
9237         * ext/taglib/gstid3v2mux.cc:
9238           Fix writing of comment frames (should be COMM not TCOM),
9239           is still sub-optimal though, since we don't retain or
9240           extract the comment descriptions properly (#334375,
9241           also see #334375).
9242
9243 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         * gst/wavparse/gstwavparse.c:
9246           #define 'fact' RIFF chunk if we are not compiling against
9247           -base CVS (we don't want to depend on -base CVS for this
9248           one define only, and also not for release order reasons).
9249
9250 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * ext/taglib/gstid3v2mux.cc:
9253           Handle multiple tags of the same type properly. Re-inject
9254           unparsed ID3v2 frames that we get as binary blobs from
9255           id3demux into the tag again so we don't lose information
9256           when retagging (#334375).
9257
9258 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9261           Document newly-added properties properly, so that there is a
9262           'Since: 0.10.4' in the plugin docs. Convert some property
9263           names into canonical GObject style (GObject will do that
9264           internally anyway).
9265
9266 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9267
9268         * gst/id3demux/id3tags.c:
9269         (id3demux_add_id3v2_frame_blob_to_taglist):
9270           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9271           well, and add the version to the blob's buffer caps, since that
9272           information will be needed for deserialisation later on (#348644).
9273
9274 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9275
9276         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9277         (gst_avi_demux_parse_stream):
9278          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9279          indentation and spacing.
9280
9281 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9282
9283         * docs/plugins/Makefile.am:
9284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9286         * docs/plugins/gst-plugins-good-plugins.args:
9287         * docs/plugins/inspect/plugin-1394.xml:
9288         * docs/plugins/inspect/plugin-aasink.xml:
9289         * docs/plugins/inspect/plugin-alaw.xml:
9290         * docs/plugins/inspect/plugin-alpha.xml:
9291         * docs/plugins/inspect/plugin-alphacolor.xml:
9292         * docs/plugins/inspect/plugin-annodex.xml:
9293         * docs/plugins/inspect/plugin-apetag.xml:
9294         * docs/plugins/inspect/plugin-auparse.xml:
9295         * docs/plugins/inspect/plugin-autodetect.xml:
9296         * docs/plugins/inspect/plugin-avi.xml:
9297         * docs/plugins/inspect/plugin-cacasink.xml:
9298         * docs/plugins/inspect/plugin-cairo.xml:
9299         * docs/plugins/inspect/plugin-cdio.xml:
9300         * docs/plugins/inspect/plugin-cutter.xml:
9301         * docs/plugins/inspect/plugin-debug.xml:
9302         * docs/plugins/inspect/plugin-dv.xml:
9303         * docs/plugins/inspect/plugin-efence.xml:
9304         * docs/plugins/inspect/plugin-effectv.xml:
9305         * docs/plugins/inspect/plugin-esdsink.xml:
9306         * docs/plugins/inspect/plugin-flac.xml:
9307         * docs/plugins/inspect/plugin-flxdec.xml:
9308         * docs/plugins/inspect/plugin-gconfelements.xml:
9309         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9310         * docs/plugins/inspect/plugin-goom.xml:
9311         * docs/plugins/inspect/plugin-halelements.xml:
9312         * docs/plugins/inspect/plugin-icydemux.xml:
9313         * docs/plugins/inspect/plugin-id3demux.xml:
9314         * docs/plugins/inspect/plugin-jpeg.xml:
9315         * docs/plugins/inspect/plugin-level.xml:
9316         * docs/plugins/inspect/plugin-matroska.xml:
9317         * docs/plugins/inspect/plugin-mulaw.xml:
9318         * docs/plugins/inspect/plugin-multipart.xml:
9319         * docs/plugins/inspect/plugin-navigationtest.xml:
9320         * docs/plugins/inspect/plugin-ossaudio.xml:
9321         * docs/plugins/inspect/plugin-png.xml:
9322         * docs/plugins/inspect/plugin-rtp.xml:
9323         * docs/plugins/inspect/plugin-rtsp.xml:
9324         * docs/plugins/inspect/plugin-shout2send.xml:
9325         * docs/plugins/inspect/plugin-smpte.xml:
9326         * docs/plugins/inspect/plugin-speex.xml:
9327         * docs/plugins/inspect/plugin-udp.xml:
9328         * docs/plugins/inspect/plugin-videobalance.xml:
9329         * docs/plugins/inspect/plugin-videobox.xml:
9330         * docs/plugins/inspect/plugin-videoflip.xml:
9331         * docs/plugins/inspect/plugin-videomixer.xml:
9332         * docs/plugins/inspect/plugin-wavenc.xml:
9333         * docs/plugins/inspect/plugin-wavparse.xml:
9334         * docs/plugins/inspect/plugin-ximagesrc.xml:
9335           Update files to CVS/Prerelease version, add esdsink docs.
9336
9337         * ext/esd/esdsink.c:
9338           Add gtk-doc blurb.
9339
9340         * gst/rtp/gstrtpmp4vpay.c:
9341           Fix typo in element description.
9342
9343 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9344
9345         * ext/esd/esdsink.c: (gst_esdsink_open),
9346         (gst_esdsink_factory_init):
9347           Prevent libesd from auto-spawning a sound daemon if it
9348           is not already running. Now that we don't do evil stuff
9349           like that any longer we can give esdsink a rank so that
9350           autoaudiosink will try it as well if all other audio
9351           sinks fail (#343051).
9352
9353 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9354
9355         * ext/esd/Makefile.am:
9356           Oops, need to remove README from EXTRA_DIST as well.
9357
9358 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * ext/esd/README:
9361           Remove, it contains nothing useful anyway.
9362
9363         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9364         (gst_esdsink_delay):
9365           Some small clean-ups; use GST_BOILERPLATE etc.
9366
9367 2006-07-24  Wim Taymans  <wim@fluendo.com>
9368
9369         * gst/law/alaw-decode.c: (alawdec_getcaps):
9370         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9371         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9372         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9373         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9374
9375 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9376
9377         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9378         (gst_wavparse_other), (gst_wavparse_perform_seek),
9379         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9380         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9381         (gst_wavparse_pad_query):
9382         * gst/wavparse/gstwavparse.h:
9383           Use information from 'fact' chunk for length calculation of compressed
9384           samples. Calculate bps if bogus value is found in wav header (embeded
9385           mp2/mp3).
9386           
9387
9388 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9389
9390         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9391
9392         * configure.ac:
9393         * gst/udp/Makefile.am:
9394         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9395         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9396         * gst/udp/gstdynudpsink.h:
9397         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9398         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9399         * gst/udp/gstmultiudpsink.h:
9400         * gst/udp/gstudp.c: (plugin_init):
9401         * gst/udp/gstudpsink.h:
9402         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9403         (gst_udpsrc_start), (gst_udpsrc_stop):
9404         * gst/udp/gstudpsrc.h:
9405         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9406         (gst_udp_net_utils_win32_wsa_startup):
9407         * gst/udp/gstudpnetutils.h:
9408           Port udp plugin to win32 (#345288).
9409
9410 2006-07-24  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9413         Remove unwanted DEBUG line.
9414
9415 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * gst/id3demux/gstid3demux.c: (plugin_init):
9418         * gst/id3demux/id3tags.c:
9419         (id3demux_add_id3v2_frame_blob_to_taglist):
9420         * gst/id3demux/id3tags.h:
9421           On second thought, it might be wiser and more efficient
9422           not to do tag registration from a streaming thread.
9423
9424 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * gst/id3demux/id3tags.c:
9427         (id3demux_add_id3v2_frame_blob_to_taglist),
9428         (id3demux_id3v2_frames_to_tag_list):
9429           Put ID3v2 frames we can't parse as binary blobs into private
9430           tags, so that they are not lost when retagging, at least once
9431           id3v2mux has been taught to re-inject those frames again.
9432           See bug #334375.
9433
9434 2006-07-21  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9437         (gst_avi_demux_process_next_entry):
9438         Fix some leaks.
9439
9440         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9441         Don't use \n in debug lines.
9442
9443 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9444
9445         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9446         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9447           Add annodex and icydemux, cleanup the sections a bit
9448
9449 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9450
9451         Patch by: Alex Lancaster <alexl at users sourceforge net>
9452
9453         * ext/taglib/gstid3v2mux.cc:
9454           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9455           ID3v2 TSSE frames (#347898).
9456
9457 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9458
9459         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9460           Respect mpegversion for "video/mpeg" and give message in case of
9461           unhandled versions.
9462
9463 2006-07-17  Wim Taymans  <wim@fluendo.com>
9464
9465         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9466         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9467         (gst_pngdec_chain), (gst_pngdec_sink_event),
9468         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9469         (gst_pngdec_sink_activate_push):
9470         * ext/libpng/gstpngdec.h:
9471         Use statically allocated segment instead of leaking.
9472         Various cleanups.
9473         Fix flush and seek handling.
9474
9475 2006-07-16  Wim Taymans  <wim@fluendo.com>
9476
9477         * gst/rtp/Makefile.am:
9478         * gst/rtp/gstrtp.c: (plugin_init):
9479         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9480         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9481         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9482         (gst_rtp_mp4g_depay_set_property),
9483         (gst_rtp_mp4g_depay_get_property),
9484         (gst_rtp_mp4g_depay_change_state),
9485         (gst_rtp_mp4g_depay_plugin_init):
9486         * gst/rtp/gstrtpmp4gdepay.h:
9487         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9488         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9489         (gst_rtp_mp4g_pay_flush):
9490         Added simple generic mpeg4 depayloader.
9491         Fix generic mpeg4 payloader.
9492
9493 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9494
9495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9496           Don't try doing state changes on a NULL pointer.
9497
9498 2006-07-14  Wim Taymans  <wim@fluendo.com>
9499
9500         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9501
9502         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9503         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9504         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9505         * gst/rtp/gstrtpamrdepay.h:
9506         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9507         Fixes #321191
9508
9509 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9510
9511         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9512         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9513         Fix segfault when moving mouse pointer to the bottom right corner.
9514
9515 2006-07-12  Wim Taymans  <wim@fluendo.com>
9516
9517         * gst/rtp/Makefile.am:
9518         * gst/rtp/gstrtp.c: (plugin_init):
9519         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9520         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9521         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9522         (gst_rtp_mp2t_depay_set_property),
9523         (gst_rtp_mp2t_depay_get_property),
9524         (gst_rtp_mp2t_depay_change_state),
9525         (gst_rtp_mp2t_depay_plugin_init):
9526         * gst/rtp/gstrtpmp2tdepay.h:
9527         Added mpeg2 TS depayloader. Closing #347234.
9528
9529 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9532           Remove g_assert that shouldn't be there and was triggered
9533           after trying to open a device that doesn't exist or can't
9534           be opened for some other reason (#347972).
9535
9536 2006-07-10  Edward Hervey  <edward@fluendo.com>
9537
9538         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9539         (gst_avi_demux_stream_header), (push_tag_lists):
9540         * gst/avi/gstavidemux.h:
9541         Don't push tag events found by gst_riff_parse_info() before outputting
9542         GST_EVENT_NEWSEGMENT.
9543
9544 2006-07-10  Wim Taymans  <wim@fluendo.com>
9545
9546         * gst/rtsp/Makefile.am:
9547         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9548         (rtsp_connection_close):
9549         * gst/rtsp/rtspdefs.h:
9550         replaced closesocket and close in code with one CLOSE_SOCKET. 
9551         Some more cleanups. Fixes #345301.
9552
9553 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9554
9555         * gst/autodetect/gstautoaudiosink.c:
9556           Fix example pipeline in docs.
9557
9558 2006-07-10  Wim Taymans  <wim@fluendo.com>
9559
9560         Patch by: Rob Taylor <robtaylor at floopily dot org>
9561
9562         * gst/udp/gstmultiudpsink.c: (join_multicast),
9563         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9564         If a destination is added before the stream is set to PAUSED, the
9565         multicast group is not joined as the socket is not created yet. 
9566         Also TTL and LOOP should also be set. Fixes #346921.
9567
9568 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9569
9570         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9571         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9572         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9573         (gst_ximage_src_init):
9574         * sys/ximage/gstximagesrc.h:
9575         Fix use-damage property to actually work :)
9576         Add startx, starty, endx, endy properties so screencasts other than full
9577         screen ones can work.
9578
9579 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9580
9581         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9582         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9583         (gst_ximage_src_class_init), (gst_ximage_src_init):
9584         * sys/ximage/gstximagesrc.h:
9585         Add use_damage property to offer ability to choose whether to use
9586         XDamage or not.
9587
9588 2006-07-07  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst/goom/filters.c: (zoomFilterSetResolution):
9591         Avoid goom coredumping by clearing memory. 
9592         Fixes 345679.
9593
9594 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9595
9596         * win32/vs6/libgstid3demux.dsp:
9597         Add a link to libgsttag-0.10.lib.
9598
9599 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9600
9601         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9602         (gst_tag_demux_read_range):
9603         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9604         (gst_id3demux_read_range):
9605           Don't return FLOW_UNEXPECTED when a buffer is before
9606           the start of the stream (which might happen with
9607           large ID3v2 tags if the tag reading was done pullrange
9608           based and we then switched to push mode later on).
9609           Fixes regression introduced by commit from June 29th.
9610
9611 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9612
9613         * ext/taglib/gstid3v2mux.cc:
9614           Make UTF-8 the default encoding when writing string
9615           tags (before, our UTF-8 strings would automatically
9616           be converted to ISO-8859-1 by taglib and written as
9617           ISO-8859-1 fields if that was possible).
9618
9619         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9620         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9621         (test_taglib_id3mux_with_tags):
9622           Add test case that makes sure our UTF-8 strings have
9623           actually been written into the tag as UTF-8.
9624
9625 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * configure.ac:
9628           Let's try that again.
9629
9630 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9631
9632         * configure.ac:
9633           Disable monoscope plugin for now until it fulfills
9634           all the requirements.
9635
9636 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9637
9638         * configure.ac:
9639         * gst/monoscope/Makefile.am:
9640         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9641         (gst_monoscope_class_init), (gst_monoscope_init),
9642         (gst_monoscope_finalize), (gst_monoscope_reset),
9643         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9644         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9645         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9646         (gst_monoscope_change_state), (plugin_init):
9647         * gst/monoscope/gstmonoscope.h:
9648           Port monoscope visualisation to 0.10.
9649
9650 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9651
9652         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9653         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9654           Return FLOW_UNEXPECTED when at the end of the file, not
9655           FLOW_ERROR. Fixes 'internal stream error' errors that
9656           would sometimes occur in totem when scrubbing to the
9657           end of an ID3v1 tagged mp3 file.
9658
9659 2006-07-03  Edward Hervey  <edward@fluendo.com>
9660
9661         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9662         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9663         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9664         * ext/libpng/gstpngdec.h:
9665         Implement buffer clipping/dropping using GstSegment.
9666         This provides accurate seeking.
9667
9668 2006-07-03  Edward Hervey  <edward@fluendo.com>
9669
9670         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9671         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9672         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9673         (gst_avi_demux_process_next_entry), (push_tag_lists),
9674         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9675         * gst/avi/gstavidemux.h:
9676         Proper aggregation of each stream's GstFlowReturn in order to figure out
9677         whether the task should stop or not.
9678         Don't send inline events before pushing out a NEW_SEGMENT, more
9679         specifically for GST_TAG_EVENT.
9680         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9681         sub-indexes.
9682
9683 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9684
9685         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9686
9687         * sys/sunaudio/gstsunaudiomixerctrl.c:
9688         (gst_sunaudiomixer_ctrl_build_list):
9689           Move "Monitor" slider to input tab so it works more like
9690           sdtaudiocontrol, which is what people on Solaris are used
9691           to using for their mixer program (#346259).
9692
9693 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9694
9695         * tests/check/elements/level.c: (GST_START_TEST):
9696           fix a leak, clean up at the end
9697
9698 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9699
9700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9701         (gst_matroska_demux_send_event),
9702         (gst_matroska_demux_loop_stream_parse_id):
9703         * gst/matroska/matroska-ids.h:
9704           Send tag event after newsegment event.
9705
9706 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9707
9708         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9709         (gst_id3demux_read_range):
9710           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9711           certain cases where a read beyond the end of the file is
9712           requested. Fixes #345930.
9713
9714         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9715         (gst_tag_demux_read_range):
9716           Fix same issue here as well.
9717
9718 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9719
9720         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9721         
9722         Fix hypothetical crash.
9723
9724 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9727
9728         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9729           Do not modify the ports value. If the user has turned off the
9730           built-in speakers, then we should not reset it in the prepare
9731           function, since this causes the built-in speakers to turn
9732           back on anytime the user changes a track in totem, rhythmbox,
9733           etc. (#346066).
9734
9735 2006-06-23  Wim Taymans  <wim@fluendo.com>
9736
9737         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9738         Fix double caps unref when negotiation fails.
9739
9740 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9741
9742         * ext/annodex/gstcmmldec.c:
9743         * ext/annodex/gstcmmlenc.c:
9744         * ext/annodex/gstcmmlparser.c:
9745         * ext/dv/gstdvdec.c:
9746         * ext/dv/gstdvdemux.c:
9747         * ext/gdk_pixbuf/pixbufscale.c:
9748         * ext/jpeg/gstjpegenc.c:
9749         * ext/jpeg/gstsmokedec.c:
9750         * ext/jpeg/gstsmokeenc.c:
9751         * ext/libpng/gstpngdec.c:
9752         * ext/libpng/gstpngenc.c:
9753         * ext/speex/gstspeexenc.c:
9754         * gst/alpha/gstalphacolor.c:
9755         * gst/cutter/gstcutter.c:
9756         * gst/debug/gstnavigationtest.c:
9757         * gst/icydemux/gsticydemux.c:
9758         * gst/level/gstlevel.c:
9759         * gst/multipart/multipart.c:
9760         * gst/rtp/gstrtpamrpay.c:
9761         * gst/rtp/gstrtpdepay.c:
9762         * gst/rtp/gstrtpilbcpay.c:
9763         * gst/rtp/gstrtpmp4gpay.c:
9764         * gst/rtp/gstrtpmp4vpay.c:
9765         * gst/rtsp/gstrtpdec.c:
9766         * gst/rtsp/gstrtspsrc.c:
9767         * gst/udp/gstdynudpsink.c:
9768         * gst/udp/gstmultiudpsink.c:
9769         * gst/udp/gstudpsrc.c:
9770         * gst/videobox/gstvideobox.c:
9771         * gst/videofilter/gstvideoflip.c:
9772           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9773           plus two minor macro fixes.
9774
9775 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9776
9777         * gst/matroska/matroska-demux.c:
9778         (gst_matroska_demux_check_subtitle_buffer),
9779         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9780         (gst_matroska_demux_subtitle_caps):
9781         * gst/matroska/matroska-ids.c:
9782         (gst_matroska_track_init_subtitle_context):
9783         * gst/matroska/matroska-ids.h:
9784           Try to fix up broken matroska files containing subtitle
9785           streams with non-UTF8 character encodings (courtesy of
9786           mkvmerge) using either the encoding specified in the
9787           GST_SUBTITLE_ENCODING environment variable or the
9788           current locale's character set if it is non-UTF8.
9789           Fixes #337076.
9790
9791 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9794           Set image type from APIC frame as "image-type" field
9795           of GST_TAG_IMAGE buffer caps (#344605).
9796
9797 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9798
9799         * ext/flac/Makefile.am:
9800         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9801         (gst_flac_dec_reset_decoders),
9802         (gst_flac_dec_setup_seekable_decoder),
9803         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9804         (gst_flac_dec_metadata_callback),
9805         (gst_flac_dec_metadata_callback_seekable),
9806         (gst_flac_dec_metadata_callback_stream),
9807         (gst_flac_dec_error_callback),
9808         (gst_flac_dec_error_callback_seekable),
9809         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9810         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9811         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9812         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9813         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9814         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9815         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9816         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9817         (gst_flac_dec_sink_activate_push),
9818         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9819         * ext/flac/gstflacdec.h:
9820           Support chain-based operation, should make flac-over-DAAP
9821           work (#340492).
9822
9823 2006-06-20  Wim Taymans  <wim@fluendo.com>
9824
9825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9826         Doc updates, merge some unused symbols.
9827
9828 2006-06-20  Wim Taymans  <wim@fluendo.com>
9829
9830         * docs/plugins/Makefile.am:
9831         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9832         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9833         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9834         * gst/rtsp/gstrtspsrc.c:
9835         * gst/rtsp/gstrtspsrc.h:
9836         Added documentation for the rtsp plugin. Fixes #345393.
9837
9838 2006-06-20  Wim Taymans  <wim@fluendo.com>
9839
9840         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9841         (rtsp_connection_close), (rtsp_connection_free):
9842         Use better G_OS_* macros. Fixes #345301 some more.
9843
9844 2006-06-20  Wim Taymans  <wim@fluendo.com>
9845
9846         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9847
9848         * sys/sunaudio/Makefile.am:
9849         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9850         * sys/sunaudio/gstsunaudiomixerctrl.c:
9851         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9852         (gst_sunaudiomixer_ctrl_list_tracks),
9853         (gst_sunaudiomixer_ctrl_get_volume),
9854         (gst_sunaudiomixer_ctrl_set_volume),
9855         (gst_sunaudiomixer_ctrl_set_mute),
9856         (gst_sunaudiomixer_ctrl_set_record):
9857         * sys/sunaudio/gstsunaudiomixerctrl.h:
9858         * sys/sunaudio/gstsunaudiomixertrack.c:
9859         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9860         * sys/sunaudio/gstsunaudiomixertrack.h:
9861         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9862         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9863         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9864         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9865         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9866         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9867         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9868         (gst_sunaudiosrc_reset):
9869         * sys/sunaudio/gstsunaudiosrc.h:
9870         Add a SunAudio source plugin.
9871         Support stereo and right/left channel gain in the mixer plugin.
9872         Support the RECORD flag so that you can switch between line-input and
9873         microphone in gnome-volume-control.
9874         Code cleanups like using an enumerator for track number instead of an 
9875         integer. Fixes #344923.
9876
9877 2006-06-20  Wim Taymans  <wim@fluendo.com>
9878
9879         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9880
9881         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9882         (rtsp_connection_close):
9883         Make RTSP plugin compile on windows. Fixes #345301.
9884         Some changes to original patch to catch errors better.
9885         use ifdef WIN32 instead of ifndef.
9886
9887 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9888
9889         * configure.ac:
9890         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9891
9892 2006-06-18  Edward Hervey  <edward@fluendo.com>
9893
9894         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9895         After a failed buffer alloc, we need to abort the jpeg decoding (it
9896         started when parsing headers to figure out how many bytes we need
9897         to request downstream).
9898
9899 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9900
9901         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9902
9903         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9904           Make sure we don't read beyond the end of the file (#345232).
9905
9906 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         * configure.ac:
9909           Fix --disable-external (can't set conditionals conditionally,
9910           #343602).
9911
9912 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9913
9914         * autogen.sh:
9915         * configure.ac:
9916         * docs/Makefile.am:
9917           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9918
9919         * docs/plugins/Makefile.am:
9920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9921         * docs/plugins/inspect/plugin-taglib.xml:
9922           Add/fix apev2mux docs.
9923
9924 2006-06-14  Wim Taymans  <wim@fluendo.com>
9925
9926         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9927         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9928         (gst_dvdec_change_state):
9929         Reset segment info on flush.
9930         Alloc segment in _init, free in _finalize.
9931
9932         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9933         Don't send segments twice.
9934
9935 2006-06-14  Wim Taymans  <wim@fluendo.com>
9936
9937         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9938         Respect segment.stop. Fixes #342592.
9939
9940 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9943           No language specified means the implied language is English
9944           according to the matroska spec (partially fixes #344708);
9945           add some more debug output.
9946
9947 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9950         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9951         (gst_wavparse_chain):
9952           When operating chain-based, don't make any assumptions about the
9953           chunking of the incoming data and make streaming work on days other
9954           than the second Thursday after a full moon. Also fix up debug
9955           messages here and there and make use of the most excellent new
9956           gst_pad_query_peer_duration() utility function.
9957           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9958
9959         * gst/wavparse/gstwavparse.h:
9960           Remove trailing comma after last enum value, some compilers don't
9961           like that.
9962
9963 2006-06-13  Wim Taymans  <wim@fluendo.com>
9964
9965         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9966         Handle premature EOS gracefully.
9967
9968 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9969
9970         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9971           Prevent out of bounds array access when scrubbing towards
9972           the end of the file between the last index entry and the
9973           end. Fixes occasional 'start <= stop' newsegment event
9974           assertions when scrubbing in MJPEG files.
9975
9976 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         * tests/check/elements/.cvsignore:
9979           And another one.
9980
9981 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9984         (scan_encoded_string), (parse_picture_frame):
9985           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9986
9987         * configure.ac:
9988           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9989           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9990
9991 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9992
9993         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9994           gratuitous comment changes
9995         * tests/check/elements/level.c: (GST_START_TEST):
9996           fix level test leaks
9997
9998 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9999
10000         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10001         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10002           Use gst_pad_query_peer_duration() utility function here.
10003
10004 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10005
10006         * autogen.sh:
10007           require am17
10008         * configure.ac:
10009         * ext/annodex/Makefile.am:
10010         * ext/cdio/Makefile.am:
10011         * ext/dv/Makefile.am:
10012         * ext/esd/Makefile.am:
10013         * ext/flac/Makefile.am:
10014         * ext/gdk_pixbuf/Makefile.am:
10015         * ext/ladspa/Makefile.am:
10016         * ext/libcaca/Makefile.am:
10017         * ext/speex/Makefile.am:
10018         * ext/taglib/Makefile.am:
10019         * sys/oss/Makefile.am:
10020         * sys/sunaudio/Makefile.am:
10021         * sys/ximage/Makefile.am:
10022           clean up build further
10023
10024 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         * gconf/Makefile.am:
10027           Honour --disable-schemas-install configure option. Fixes #344100.
10028
10029 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * tests/examples/level/Makefile.am:
10032           Add -lm to LIBS for pow() function, don't assume one of our
10033           dependencies (such as libxml-2.0) drags it in automatically
10034           (#343603).
10035
10036 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10037
10038         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10039
10040         * configure.ac:
10041           We should use $SED and not $(SED) in configure.ac (#343678).
10042
10043 2006-06-09  Wim Taymans  <wim@fluendo.com>
10044
10045         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10046
10047         * sys/sunaudio/gstsunaudiomixerctrl.c:
10048         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10049         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10050         (gst_sunaudiomixer_ctrl_set_mute):
10051         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10052         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10053         (gst_sunaudiosink_write):
10054         Attached find a patch that fixes a number of bugs with the SunAudio
10055         mixer plugin and fixes #344101:
10056         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10057            tracks onto the tracklist causing gnome-volume-control's preferences
10058            dialog to be messed up and would core dump if you checked/unchecked
10059            any item.
10060         2. We weren't previously setting the MUTE flag properly.  Fixing this
10061            makes gnome-volume-control work better.
10062         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10063            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10064            gnome-volume-control look better.
10065         Also some minor cleanup in gstsunaudiosink.c.
10066
10067 2006-06-09  Wim Taymans  <wim@fluendo.com>
10068
10069         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10070         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10071         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10072         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10073         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10074         * ext/jpeg/gstjpegdec.h:
10075         API: Added IDCT method property
10076         Small cleanups.
10077         Avoid dynamic allocation of trivial fixed structure.
10078         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10079
10080 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10081
10082         * configure.ac:
10083         We now require libraw1394 >= 1.1.0 and that version onwards all
10084         have .pc files.
10085
10086 2006-06-02  Edward Hervey  <edward@fluendo.com>
10087
10088         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10089         Trying to get items from an ANY or EMPTY caps is ... stupid.
10090
10091 2006-06-02  Edward Hervey  <edward@fluendo.com>
10092
10093         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10094         (gst_dvdec_chain), (gst_dvdec_change_state):
10095         * ext/dv/gstdvdec.h:
10096         Added GstSegment handling, now implements dropping/clipping.
10097
10098 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10099
10100         * ext/aalib/gstaasink.h:
10101         * ext/annodex/gstcmmldec.h:
10102         * ext/cairo/gsttimeoverlay.h:
10103         * ext/dv/gstdvdec.h:
10104         * ext/dv/gstdvdemux.h:
10105         * ext/esd/esdmon.h:
10106         * ext/esd/esdsink.h:
10107         * ext/flac/gstflacenc.h:
10108         * ext/gconf/gstgconfaudiosink.h:
10109         * ext/gconf/gstgconfaudiosrc.h:
10110         * ext/gconf/gstgconfvideosink.h:
10111         * ext/gconf/gstgconfvideosrc.h:
10112         * ext/gdk_pixbuf/gstgdkanimation.h:
10113         * ext/gdk_pixbuf/pixbufscale.h:
10114         * ext/hal/gsthalaudiosink.h:
10115         * ext/hal/gsthalaudiosrc.h:
10116         * ext/jpeg/gstjpegenc.h:
10117         * ext/jpeg/gstsmokedec.h:
10118         * ext/jpeg/gstsmokeenc.h:
10119         * ext/libcaca/gstcacasink.h:
10120         * ext/libmng/gstmngdec.h:
10121         * ext/libmng/gstmngenc.h:
10122         * ext/libpng/gstpngdec.h:
10123         * ext/libpng/gstpngenc.h:
10124         * ext/raw1394/gstdv1394src.h:
10125         * ext/speex/gstspeexenc.h:
10126         * gst/autodetect/gstautoaudiosink.h:
10127         * gst/autodetect/gstautovideosink.h:
10128         * gst/avi/gstavidemux.h:
10129         * gst/cutter/gstcutter.h:
10130         * gst/debug/efence.h:
10131         * gst/debug/gstnavigationtest.h:
10132         * gst/debug/gstnavseek.h:
10133         * gst/flx/gstflxdec.h:
10134         * gst/goom/gstgoom.h:
10135         * gst/icydemux/gsticydemux.h:
10136         * gst/id3demux/gstid3demux.h:
10137         * gst/law/alaw-decode.h:
10138         * gst/law/alaw-encode.h:
10139         * gst/law/mulaw-decode.h:
10140         * gst/law/mulaw-encode.h:
10141         * gst/matroska/matroska-mux.h:
10142         * gst/median/gstmedian.h:
10143         * gst/oldcore/gstaggregator.h:
10144         * gst/oldcore/gstfdsink.h:
10145         * gst/oldcore/gstmd5sink.h:
10146         * gst/oldcore/gstmultifilesrc.h:
10147         * gst/oldcore/gstpipefilter.h:
10148         * gst/oldcore/gstshaper.h:
10149         * gst/oldcore/gststatistics.h:
10150         * gst/rtp/gstasteriskh263.h:
10151         * gst/rtp/gstrtpL16depay.h:
10152         * gst/rtp/gstrtpL16pay.h:
10153         * gst/rtp/gstrtpamrdepay.h:
10154         * gst/rtp/gstrtpamrpay.h:
10155         * gst/rtp/gstrtpdepay.h:
10156         * gst/rtp/gstrtpgsmdepay.h:
10157         * gst/rtp/gstrtpgsmpay.h:
10158         * gst/rtp/gstrtph263pay.h:
10159         * gst/rtp/gstrtph263pdepay.h:
10160         * gst/rtp/gstrtph263ppay.h:
10161         * gst/rtp/gstrtpmp4gpay.h:
10162         * gst/rtp/gstrtpmp4vdepay.h:
10163         * gst/rtp/gstrtpmp4vpay.h:
10164         * gst/rtp/gstrtpmpadepay.h:
10165         * gst/rtp/gstrtpmpapay.h:
10166         * gst/rtp/gstrtppcmadepay.h:
10167         * gst/rtp/gstrtppcmapay.h:
10168         * gst/rtp/gstrtppcmudepay.h:
10169         * gst/rtp/gstrtppcmupay.h:
10170         * gst/rtp/gstrtpspeexdepay.h:
10171         * gst/rtp/gstrtpspeexpay.h:
10172         * gst/rtsp/gstrtpdec.h:
10173         * gst/rtsp/gstrtspsrc.h:
10174         * gst/smpte/gstsmpte.h:
10175         * gst/udp/gstdynudpsink.h:
10176         * gst/udp/gstmultiudpsink.h:
10177         * gst/udp/gstudpsink.h:
10178         * gst/udp/gstudpsrc.h:
10179         * gst/videofilter/gstvideobalance.h:
10180         * gst/videofilter/gstvideoflip.h:
10181         * sys/oss/gstossdmabuffer.h:
10182         * sys/oss/gstossmixerelement.h:
10183         * sys/oss/gstosssink.h:
10184         * sys/oss/gstosssrc.h:
10185         * sys/osxvideo/osxvideosink.h:
10186         * sys/sunaudio/gstsunaudiomixer.h:
10187         * sys/sunaudio/gstsunaudiosink.h:
10188         * sys/ximage/gstximagesrc.h:
10189         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10190
10191 2006-05-31  Wim Taymans  <wim@fluendo.com>
10192
10193         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10194         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10195         (gst_goom_src_setcaps), (gst_goom_src_event),
10196         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10197         (gst_goom_change_state):
10198         * gst/goom/gstgoom.h:
10199         Handle QoS.
10200         Handle flushing, discont and events.
10201         Fix timestamps and various other cleanups.
10202
10203 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10204
10205         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10206         Fix bus reset when using libiec61883
10207
10208 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10209
10210         * configure.ac:
10211         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10212         * ext/raw1394/Makefile.am:
10213         Add CFLAGS.
10214         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10215         New method, to receive using libiec61883.
10216         (gst_dv1394src_iso_receive),
10217         #ifdef'd out if libiec61883 is present.
10218         (gst_dv1394src_bus_reset),
10219         Get userdata correctly if using libiec61883. 
10220         (gst_dv1394src_create),
10221         When using libiec61883, only poll one fd and no need to read.
10222         (gst_dv1394src_discover_avc_node),
10223         Replace g_warnings.
10224         (gst_dv1394src_start),
10225         Create new handle when we know which dv port.  More reliable
10226         than setting port on an existing handle.  Initialise libiec61883.
10227         (gst_dv1394src_stop):
10228         If using libiec61883, then cleanup its handle properly.
10229         * ext/raw1394/gstdv1394src.h:
10230         Add libiec61883 handle.
10231
10232 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10233
10234         * gst/avi/gstavidemux.c:
10235           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10236         * win32/MANIFEST:
10237           sort file listing
10238         * win32/vs6/libgstavi.dsp:
10239           add gstavimux.c to the project
10240         * win32/vs6/libgstid3demux.dsp:
10241           add link to zlib library
10242         * win32/vs6/libgstmatroska.dsp:
10243           add matroska-ids.c to the project
10244
10245 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         Patch by: Sebastian Dröge  <mail at slomosnail de >
10248
10249         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10251         * ext/taglib/Makefile.am:
10252         * ext/taglib/gstapev2mux.cc:
10253         * ext/taglib/gstapev2mux.h:
10254         * ext/taglib/gstid3v2mux.cc:
10255         * ext/taglib/gsttaglibmux.c: (plugin_init):
10256         * ext/taglib/gsttaglibmux.h:
10257           Add apev2mux element (#343122).
10258         
10259         * tests/check/Makefile.am:
10260         * tests/check/elements/apev2mux.c:
10261         (test_taglib_apev2mux_create_tags),
10262         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10263         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10264         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10265         (apev2mux_suite), (main):
10266           Add unit test for apev2mux element.
10267
10268 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10269
10270         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10271         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10272         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10273           GST_PTR_FORMAT should be used to print caps in debug statements.
10274
10275 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10276
10277         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10278
10279         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10280         (ape_demux_parse_tags):
10281           Some clean-ups and additions: map APE 'file' tag to
10282           GST_TAG_LOCATION (#343123); add support for extracting
10283           the track count and clean up parsing a bit (#343127).
10284
10285 2006-05-28  Edward Hervey  <edward@fluendo.com>
10286
10287         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10288         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10289
10290 2006-05-28  Edward Hervey  <edward@fluendo.com>
10291
10292         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10293         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10294         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10295         * ext/jpeg/gstjpegdec.h:
10296         Clip outgoing buffers according to currently configured segment.
10297
10298 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10299
10300         * ext/taglib/gstid3v2mux.cc:
10301           Handle  writing of track-count or album-volume-count without
10302           track-number or albume-volume-number (in this case the number
10303           will just be set to 0).
10304
10305         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10306           It would be nice if we actually checked the values received for
10307           track/album-volume number/count in  _check_tags(), rather than
10308           setting them again ...
10309
10310 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10311
10312         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10313           A track/volume number or count of 0 does not make sense,
10314           just ignore it along with negative numbers (a tag might
10315           only contain a track count without a track number).
10316
10317 2006-05-27  Edward Hervey  <edward@fluendo.com>
10318
10319         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10320         (gst_jpeg_dec_sink_event):
10321         Abort decompression when receiving FLUSH_STOP. This should avoid
10322         issues when interrupting decoding with flushes.
10323
10324 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10325
10326         * ext/flac/gstflac.c:
10327           Don't #include file we don't dist any longer.
10328
10329 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10330
10331         * README:
10332           Replace current README (containing the release notes from
10333           some 0.9.x version) with a proper README taken from the core.
10334
10335 2006-05-24  Wim Taymans  <wim@fluendo.com>
10336
10337         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10338         Implement EOS correctly by either posting
10339         SEGMENT_DONE or pushing an EOS message depending
10340         on the seek type. Fixes #342592
10341
10342 2006-05-24  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10345         * gst/law/alaw-decode.h:
10346         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10347         * gst/law/alaw-encode.h:
10348         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10349         * gst/law/mulaw-decode.h:
10350         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10351         * gst/law/mulaw-encode.h:
10352         Some cleanups in the chain functions.
10353         Remove some GStreamer 0.0.2 bits.
10354
10355 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10356
10357         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10358
10359         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10360           gst_collect_pads_stop() needs to be called before chaining up
10361           to the parent class (#342734).
10362
10363 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10364
10365         * ext/flac/Makefile.am:
10366         * ext/flac/flac_compat.h:
10367         * ext/flac/gstflac.c:
10368         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10369         * ext/flac/gstflacenc.c:
10370           Remove backwards compatibility cruft for dealing with FLAC API
10371           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10372
10373 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10374
10375         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10376         (gst_matroska_demux_push_xiph_codec_priv_data),
10377         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10378         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10379         * gst/matroska/matroska-ids.h:
10380         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10381         (gst_matroska_mux_video_pad_setcaps),
10382         (xiph3_streamheader_to_codecdata),
10383         (vorbis_streamheader_to_codecdata),
10384         (theora_streamheader_to_codecdata),
10385         (gst_matroska_mux_audio_pad_setcaps),
10386         (gst_matroska_mux_write_data):
10387           Add support for muxing/demuxing theora video (#342448; too bad
10388           none of the usual linux players can actually play this). Playback
10389           in GStreamer will require additional changes to theoradec in -base.
10390           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10391           cleanups.
10392
10393 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10394
10395         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10396         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10397           Fix crashes when the horizontal subsampling is 1.
10398           Fixes #342097.
10399
10400 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10403
10404         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10405         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10406         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10407         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10408         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10409         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10410         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10411         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10412         (gst_avi_mux_change_state):
10413         * gst/avi/gstavimux.h:
10414           Some enhancements for avimux (#342526):
10415            - add odml (large file) index support
10416            - store codec init data (e.g. huffyuv)
10417            - miscellaneous other fixes/cleanups
10418
10419 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10420
10421         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10422         Don't output any tag when we encounter a negative track number - the
10423         tag type is uint, so we end up outputting huge positive numbers
10424         instead. (Fixes: #342029)
10425
10426 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10427
10428         * configure.ac:
10429           update for new GSTPB_PLUGINS_DIR
10430
10431 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10432
10433         * rtp/gst/gstrtph263pay.c:
10434         Properly set static caps for H263 at 34.
10435
10436 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10437
10438         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10439
10440         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10441           Merge event tags and tag setter tags correctly (#339918). Also,
10442           don't leak taglist in case of an error.
10443           
10444 2006-05-17  Edward Hervey  <edward@fluendo.com>
10445
10446         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10447         We can only do caps intersection if the othercaps are non-empty and not
10448         ANY. Else we return the pad template (base_caps).
10449
10450 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10451
10452         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10453           Fix crash when outputting debugging information for certain
10454           pictures (always good to use the right struct member for
10455           the number of records in an array).
10456
10457 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10458
10459         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10460
10461         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10462         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10463         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10464         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10465         (gst_ebml_read_float), (gst_ebml_read_ascii),
10466         (gst_ebml_read_binary):
10467           Don't create unnecessary sub-buffers all the time. Dramatically
10468           improves performance with multiple concurrently running
10469           matroskademux instances (#341818) (and avoids doing
10470           unnecessarily inefficient things in the general case).
10471
10472 2006-05-16  Edward Hervey  <edward@fluendo.com>
10473
10474         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10475         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10476         return value of gst_pad_push_event().
10477
10478 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10479
10480         * gst/autodetect/gstautoaudiosink.c:
10481         (gst_auto_audio_sink_find_best):
10482         * gst/autodetect/gstautovideosink.c:
10483         (gst_auto_video_sink_find_best):
10484         Make the name of the child element be based on the name of the
10485         parent, so that debug output is more useful.
10486         
10487         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10488         (parse_insert_string_field), (parse_split_strings):
10489         Rework string parsing to always walk over BOM markers in UTF16
10490         strings, using the endianness indicated by the innermost one,
10491         then trying the opposite endianness if that fails to convert
10492         to valid UTF-8. Fixes #341774
10493
10494 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10495
10496         Patch from: Matthieu <matthieu at fluendo dot com>
10497
10498         * ext/libpng/Makefile.am:
10499         Add LIBPNG_CFLAGS.
10500
10501 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10502
10503         * ext/taglib/gstid3v2mux.cc:
10504           Add support for writing images (APIC frames) into ID3v2
10505           tags (picture type always set to 'other' for now though).
10506
10507 2006-05-14  Michael Smith  <msmith@fluendo.com>
10508
10509         * gst/wavparse/gstwavparse.c:
10510           Update docs; wavparse implements push and pull modes.
10511
10512 2006-05-12  Wim Taymans  <wim@fluendo.com>
10513
10514         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10515         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10516         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10517         Ooops, bitten by the copy-and-paste design paradigm, fixes
10518         seek again.
10519
10520 2006-05-12  Wim Taymans  <wim@fluendo.com>
10521
10522         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10523         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10524         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10525         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10526         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10527         (gst_avi_demux_massage_index),
10528         (gst_avi_demux_calculate_durations_from_index),
10529         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10530         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10531         (gst_avi_demux_loop):
10532         * gst/avi/gstavidemux.h:
10533         Some cleanups, prepare to use GstSegment.
10534         Fix error in entry walking code.
10535         Fix VBR detection.
10536         Smarter timestamp calculation code.
10537         Uniform error/eos handling.
10538
10539 2006-05-12  Michael Smith  <msmith@fluendo.com>
10540
10541         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10542         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10543           Fix use of uninitialised values if we're NOT seeking in ready.
10544           Fix typos.
10545
10546 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * gst/wavparse/Makefile.am:
10549           Add CFLAGS and LIBS for libgstbase, fixes build on
10550           Cygwin (#341489).
10551
10552 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10553
10554         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10555           Some more debug info. No need to check whether the string
10556           returned by g_convert() is really UTF-8 - either it is or
10557           we get NULL returned.
10558
10559 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10560
10561         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10562           Fix parsing of numeric genre strings some more, by ensuring that
10563           we only try and parse strings that a) Start with '(' and b) Consist
10564           only of digits.
10565           Also, when finding an escaping '((' sequence, bust it back to '(' by
10566           swallowing the first parenthesis
10567
10568 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10569
10570         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10571         (gst_esdsink_open), (gst_esdsink_close):
10572         * ext/esd/esdsink.h:
10573           Move the esd_get_server_info() into gst_esdsink_open() and fail
10574           with a decent error message on errors.
10575
10576 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10579         (gst_esdmon_channels_get_type):
10580         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10581         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10582         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10583         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10584         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10585         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10586         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10587         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10588         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10589         * gst/videomixer/videomixer.c:
10590         (gst_video_mixer_background_get_type):
10591           Const-ify GEnumValue arrays.
10592
10593 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10596
10597         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10598         (gst_avi_mux_do_video_buffer):
10599           Work around gst_buffer_make_metadata_writable() bug that
10600           results in avimux marking all frames in the index as
10601           keyframes (#340859).
10602           
10603 2006-05-08  Wim Taymans  <wim@fluendo.com>
10604
10605         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10606         Make parsing of urls suck slightly less.
10607
10608 2006-05-08  Edward Hervey  <edward@fluendo.com>
10609
10610         * autogen.sh: (CONFIGURE_DEF_OPT): 
10611         libtoolize on Darwin/MacOSX is called glibtoolize.
10612
10613 2006-05-08  Wim Taymans  <wim@fluendo.com>
10614
10615         Patch by: Jens Granseuer <jensgr at gmx dot net>
10616
10617         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10618         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10619         C89 compliance fixes. Fixes #340980
10620
10621 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10622
10623         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10624         * ext/flac/gstflacdec.h:
10625           Handle segment seeks that include the end of the file as stop point
10626           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10627           message instead of an EOS event in case we're in segment seek
10628           mode (fixes #340699).
10629           
10630 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10631
10632         * ext/cairo/gsttextoverlay.c:
10633         * ext/flac/gstflacdec.c:
10634         * ext/gdk_pixbuf/pixbufscale.c:
10635         * gst/apetag/gstapedemux.c:
10636         * gst/debug/breakmydata.c:
10637         * gst/debug/testplugin.c:
10638         * gst/matroska/ebml-write.c:
10639         * gst/multipart/multipartdemux.c:
10640         * sys/osxaudio/gstosxaudiosink.c:
10641         * sys/osxaudio/gstosxaudiosrc.c:
10642         Add semicolons after GST_BOILERPLATE[_FULL] so that
10643         indent doesn't mess up following lines.
10644
10645 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10648
10649         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10650           Don't leak caps when freeing the stream context (#340623).
10651
10652 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10653
10654         * configure.ac:
10655           Back to CVS
10656
10657 === release 0.10.3 ===
10658
10659 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10660
10661         * configure.ac:
10662           releasing 0.10.3, "Desplazado"
10663
10664 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * gst/matroska/matroska-mux.c:
10667         (gst_matroska_mux_stream_is_vorbis_header),
10668         (gst_matroska_mux_write_data):
10669           Don't strcmp() NULL strings.
10670           Only start new clusters on video keyframes, not on any
10671           random audio buffer that doesn't have the DELTA_UNIT
10672           flag set (fixes 'make check' again).
10673
10674 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10677
10678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10679         (gst_matroska_mux_stream_is_vorbis_header),
10680         (gst_matroska_mux_write_data):
10681           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10682           value and then dead-lock when muxing vorbis audio streams
10683           (the three vorbis header buffers carry no timestamp, and it
10684           would try to mux these after all video buffers). Fixes #340346.
10685
10686           Improve clustering: start a new cluster also whenever we get
10687           a keyframe.     
10688
10689 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10690
10691         * win32/common/config.h:
10692         * win32/MANIFEST
10693           add the generated file as well
10694
10695 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10696
10697         * Makefile.am:
10698         * configure.ac:
10699         * win32/common/config.h.in:
10700           add win32 stuff
10701
10702 2006-05-03  Michael Smith  <msmith@fluendo.com>
10703
10704         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10705           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10706           SUCKS.
10707
10708 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10709
10710         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10711         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10712         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10713           don't leak caps-string
10714
10715 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10716
10717         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10718         (gst_id3demux_sink_activate):
10719           Let core insert default error message for TYPE_NOT_FOUND
10720           errors, it's just as good as our own and has the added
10721           bonus of being translated.
10722
10723 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10726         (gst_tag_demux_sink_event):
10727         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10728         (gst_id3demux_sink_event):
10729           Post an error message when we get an EOS event and were not
10730           able to find out the type of stream.
10731
10732         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10733         (test_taglib_id3mux_with_tags):
10734           Decrease num-buffers to 16 per iteration again, otherwise the
10735           many memcpy()s and reallocations in the test will hammer slow
10736           CPUs completely and make the test timeout.
10737
10738 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10739
10740         * configure.ac:
10741           figure out where plugins-base plugins are
10742         * tests/check/Makefile.am:
10743           use plugins-base plugins, so we have typefind functions
10744         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10745           increase num-buffers, this makes sure the test errors out instead
10746           of timing out when no typefind functions are present
10747
10748 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10749
10750         * docs/plugins/Makefile.am:
10751           also check .cc files for gtk-doc markup
10752         * configure.ac:
10753         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10754         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10755         * tests/check/Makefile.am:
10756         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10757         * ext/Makefile.am:
10758         * ext/taglib/Makefile.am:
10759         * ext/taglib/gstid3v2mux.h:
10760         * ext/taglib/gsttaglibmux.c:
10761         * ext/taglib/gsttaglibmux.h:
10762           move taglib-based id3v2muxer to -good.  Fixes #336110.
10763
10764 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10765
10766         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10767           ... and fix multichannel/WAVFORMATEX support again.
10768
10769 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10770
10771         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10772         (gst_wavparse_class_init), (gst_wavparse_dispose),
10773         (gst_wavparse_reset), (gst_wavparse_init),
10774         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10775         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10776         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10777         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10778         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10779         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10780         (gst_wavparse_stream_data), (gst_wavparse_loop),
10781         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10782         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10783         (gst_wavparse_change_state), (plugin_init):
10784         * gst/wavparse/gstwavparse.h:
10785           Add push (streaming) mode to wavparse (fixes #337625)
10786
10787 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10788
10789         * configure.ac:
10790         * tests/Makefile.am:
10791           add ximagesrc icles test
10792
10793 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10794
10795         * configure.ac:
10796         * docs/plugins/Makefile.am:
10797         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10798         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10799         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10800         (gst_cmml_enc_push_clip):
10801         * sys/Makefile.am:
10802         * sys/ximage/Makefile.am:
10803         * sys/ximage/gstximagesrc.c:
10804           Move ximagesrc plug-in to good after review.  Fixes #336756.
10805
10806 2006-04-28  Michael Smith  <msmith@fluendo.com>
10807
10808         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10809         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10810         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10811         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10812         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10813         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10814         * gst/icydemux/gsticydemux.h:
10815           Fix event handling: cache events when typefinding and forward later.
10816
10817 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10818
10819         * sys/osxaudio/gstosxaudiosink.c:
10820         (plugin_init):
10821          Register osxaudiosrc to the plugin.
10822         * sys/osxaudio/gstosxaudiosrc.c:
10823         (gst_osx_audio_src_osxelement_do_init),
10824         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10825         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10826         (gst_osx_audio_src_get_property),
10827         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10828         (gst_osx_audio_src_osxelement_init):
10829         * sys/osxaudio/gstosxaudiosrc.h:
10830           Port of osxaudiosrc to 0.10.
10831         * sys/osxaudio/Makefile.am:
10832           Add osxaudiosrc
10833
10834 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10835
10836         * sys/osxaudio/gstosxringbuffer.c:
10837         * sys/osxaudio/gstosxringbuffer.h:
10838           Forgot to commit earlier, part of the OSX audio plugin port
10839
10840 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10843         (parse_split_strings):
10844           Recognise and skip any byte order marker (BOM) in
10845           UTF-16 strings.
10846
10847 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * docs/plugins/Makefile.am:
10850         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10852         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10853         * docs/plugins/inspect/plugin-avi.xml:
10854         * gst/avi/gstavidemux.c:
10855         * gst/avi/gstavimux.c:
10856           Add docs for both avidemux and avimux.
10857
10858 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10859
10860         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10861
10862         * gst/avi/Makefile.am:
10863         * gst/avi/gstavi.c: (plugin_init):
10864         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10865         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10866         (gst_avi_mux_class_init), (gst_avi_mux_init),
10867         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10868         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10869         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10870         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10871         (gst_avi_mux_riff_get_avix_header),
10872         (gst_avi_mux_riff_get_video_header),
10873         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10874         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10875         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10876         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10877         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10878         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10879         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10880         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10881         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10882         (gst_avi_mux_change_state):
10883         * gst/avi/gstavimux.h:
10884           Port AVI muxer to GStreamer-0.10 (#332031).
10885
10886         * tests/check/Makefile.am:
10887         * tests/check/elements/avimux.c:
10888         * tests/check/elements/.cvsignore:
10889           Add unit test for AVI muxer.
10890
10891 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10892
10893         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10894         (gst_wavparse_class_init), (gst_wavparse_reset),
10895         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10896         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10897         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10898         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10899         (gst_wavparse_stream_data), (gst_wavparse_loop),
10900         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10901         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10902         (plugin_init):
10903         * gst/wavparse/gstwavparse.h:
10904           reverted patch #337625 for the price of 1 hour sleep
10905
10906 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10907
10908         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10909         (gst_wavparse_class_init), (gst_wavparse_reset),
10910         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10911         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10912         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10913         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10914         (gst_wavparse_stream_data), (gst_wavparse_loop),
10915         (gst_wavparse_chain), (plugin_init):
10916         * gst/wavparse/gstwavparse.h:
10917           correct partial implementation of push mode
10918           (from my last commit)
10919
10920 2006-04-26  Wim Taymans  <wim@fluendo.com>
10921
10922         * ext/esd/esdsink.c:
10923         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10924         it is not in esd.h
10925
10926 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10929         (gst_au_parse_class_init), (gst_au_parse_init),
10930         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10931         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10932         (gst_au_parse_chain), (gst_au_parse_src_convert),
10933         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10934         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10935         (gst_au_parse_change_state):
10936         * gst/auparse/gstauparse.h:
10937           Rewrite auparse to suck a little bit less: make source pad
10938           dynamic, so decodebin/playbin work with non-raw formats
10939           like alaw/mulaw; add query function for duration/position
10940           queries; check whether we have enough data before attempting
10941           to parse the header (instead of crashing when that is not the
10942           case); work around audioconvert sucking by swapping endianness
10943           to the native endianness ourselves for float formats; send
10944           initial newsegment event. Fixes #161712.
10945
10946 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10947
10948         * sys/osxaudio/Makefile.am:
10949         * sys/osxaudio/gstosxaudioelement.c:
10950         (gst_osx_audio_element_get_type),
10951         (gst_osx_audio_element_class_init):
10952         * sys/osxaudio/gstosxaudioelement.h:
10953         * sys/osxaudio/gstosxaudiosink.c:
10954         (gst_osx_audio_sink_osxelement_do_init),
10955         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10956         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10957         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10958         (gst_osx_audio_sink_create_ringbuffer),
10959         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10960         (plugin_init):
10961         * sys/osxaudio/gstosxaudiosink.h:
10962         Port of osxaudiosink to 0.10
10963
10964 2006-04-26  Wim Taymans  <wim@fluendo.com>
10965
10966         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10967         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10968         the size of the ringbuffer. This should fix hangs with older 
10969         esd sound servers.
10970
10971 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10972
10973         * ext/aalib/gstaasink.c:
10974         * ext/annodex/gstcmmldec.c:
10975         * ext/annodex/gstcmmlenc.c:
10976         * ext/cairo/gsttextoverlay.c:
10977         * ext/cairo/gsttimeoverlay.c:
10978         * ext/cdio/gstcdiocddasrc.c:
10979         * ext/dv/gstdvdec.c:
10980         * ext/dv/gstdvdemux.c:
10981         * ext/esd/esdmon.c:
10982         * ext/esd/esdsink.c:
10983         * ext/flac/gstflacenc.c:
10984         * ext/flac/gstflactag.c:
10985         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10986         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10987         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10988         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10989         * ext/gdk_pixbuf/pixbufscale.c:
10990         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10991         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10992         * ext/jpeg/gstjpegdec.c:
10993         * ext/jpeg/gstjpegenc.c:
10994         * ext/jpeg/gstsmokedec.c:
10995         * ext/jpeg/gstsmokeenc.c:
10996         * ext/libcaca/gstcacasink.c:
10997         * ext/libmng/gstmngdec.c:
10998         * ext/libmng/gstmngenc.c:
10999         * ext/libpng/gstpngdec.c:
11000         * ext/libpng/gstpngenc.c:
11001         * ext/mikmod/gstmikmod.c:
11002         * ext/raw1394/gstdv1394src.c:
11003         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11004         * ext/shout2/gstshout2.h:
11005         * ext/speex/gstspeexdec.c:
11006         * ext/speex/gstspeexenc.c:
11007         * gst/alpha/gstalpha.c:
11008         * gst/alpha/gstalphacolor.c:
11009         * gst/apetag/gstapedemux.c:
11010         * gst/auparse/gstauparse.c:
11011         * gst/autodetect/gstautoaudiosink.c:
11012         (gst_auto_audio_sink_base_init):
11013         * gst/autodetect/gstautovideosink.c:
11014         (gst_auto_video_sink_base_init):
11015         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11016         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11017         * gst/cutter/gstcutter.c:
11018         * gst/debug/breakmydata.c:
11019         * gst/debug/efence.c:
11020         * gst/debug/gstnavigationtest.c:
11021         * gst/debug/gstnavseek.c:
11022         * gst/debug/negotiation.c:
11023         * gst/debug/progressreport.c:
11024         * gst/debug/testplugin.c:
11025         * gst/effectv/gstaging.c:
11026         * gst/effectv/gstdice.c:
11027         * gst/effectv/gstedge.c:
11028         * gst/effectv/gstquark.c:
11029         * gst/effectv/gstrev.c:
11030         * gst/effectv/gstshagadelic.c:
11031         * gst/effectv/gstvertigo.c:
11032         * gst/effectv/gstwarp.c:
11033         * gst/flx/gstflxdec.c:
11034         * gst/goom/gstgoom.c:
11035         * gst/icydemux/gsticydemux.c:
11036         * gst/id3demux/gstid3demux.c:
11037         * gst/interleave/deinterleave.c:
11038         * gst/interleave/interleave.c:
11039         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11040         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11041         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11042         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11043         * gst/level/gstlevel.c:
11044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11045         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11046         * gst/median/gstmedian.c:
11047         * gst/monoscope/gstmonoscope.c:
11048         * gst/multipart/multipartdemux.c:
11049         * gst/multipart/multipartmux.c:
11050         * gst/oldcore/gstaggregator.c:
11051         * gst/oldcore/gstfdsink.c:
11052         * gst/oldcore/gstmd5sink.c:
11053         * gst/oldcore/gstmultifilesrc.c:
11054         * gst/oldcore/gstpipefilter.c:
11055         * gst/oldcore/gstshaper.c:
11056         * gst/oldcore/gststatistics.c:
11057         * gst/rtp/gstasteriskh263.c:
11058         * gst/rtp/gstrtpL16depay.c:
11059         * gst/rtp/gstrtpL16pay.c:
11060         * gst/rtp/gstrtpamrdepay.c:
11061         * gst/rtp/gstrtpamrpay.c:
11062         * gst/rtp/gstrtpdepay.c:
11063         * gst/rtp/gstrtpgsmpay.c:
11064         * gst/rtp/gstrtph263pay.c:
11065         * gst/rtp/gstrtph263pdepay.c:
11066         * gst/rtp/gstrtph263ppay.c:
11067         * gst/rtp/gstrtpilbcdepay.c:
11068         * gst/rtp/gstrtpmp4gpay.c:
11069         * gst/rtp/gstrtpmp4vdepay.c:
11070         * gst/rtp/gstrtpmp4vpay.c:
11071         * gst/rtp/gstrtpmpadepay.c:
11072         * gst/rtp/gstrtpmpapay.c:
11073         * gst/rtp/gstrtppcmadepay.c:
11074         * gst/rtp/gstrtppcmapay.c:
11075         * gst/rtp/gstrtppcmudepay.c:
11076         * gst/rtp/gstrtppcmupay.c:
11077         * gst/rtp/gstrtpspeexdepay.c:
11078         * gst/rtp/gstrtpspeexpay.c:
11079         * gst/rtsp/gstrtpdec.c:
11080         * gst/rtsp/gstrtspsrc.c:
11081         * gst/smpte/gstsmpte.c:
11082         * gst/udp/gstdynudpsink.c:
11083         * gst/udp/gstmultiudpsink.c:
11084         * gst/udp/gstudpsink.c:
11085         * gst/udp/gstudpsrc.c:
11086         * gst/videobox/gstvideobox.c:
11087         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11088         * gst/videofilter/gstvideobalance.c:
11089         * gst/videofilter/gstvideoflip.c:
11090         * gst/videofilter/gstvideotemplate.c:
11091         (gst_videotemplate_base_init):
11092         * gst/videomixer/videomixer.c:
11093         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11094         (gst_wavparse_class_init), (gst_wavparse_dispose),
11095         (gst_wavparse_reset), (gst_wavparse_init),
11096         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11097         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11098         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11099         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11100         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11101         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11102         (gst_wavparse_change_state):
11103         * gst/wavparse/gstwavparse.h:
11104         * sys/oss/gstossmixerelement.c:
11105         * sys/oss/gstosssink.c:
11106         * sys/oss/gstosssrc.c:
11107         * sys/osxaudio/gstosxaudioelement.c:
11108         * sys/osxaudio/gstosxaudiosink.c:
11109         * sys/osxaudio/gstosxaudiosrc.c:
11110         * sys/sunaudio/gstsunaudiomixer.c:
11111         * sys/sunaudio/gstsunaudiosink.c:
11112           Define GstElementDetails as const and also static (when defined as
11113           global)
11114
11115 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11118           Source pad has fixed caps. If we don't set this, bad
11119           things happen when the window is resized.
11120
11121 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * gst/matroska/Makefile.am:
11124         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11125         (gst_matroska_demux_handle_src_event):
11126         * gst/matroska/matroska-ids.c:
11127         (gst_matroska_track_init_video_context),
11128         (gst_matroska_track_init_audio_context),
11129         (gst_matroska_track_init_subtitle_context),
11130         (gst_matroska_track_init_complex_context):
11131         * gst/matroska/matroska-ids.h:
11132           Handle case where the TrackType ebml chunk does not come before the
11133           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11134           events.
11135
11136 2006-04-25  Wim Taymans  <wim@fluendo.com>
11137
11138         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11139         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11140         It's codec_data, not codec_info.
11141
11142 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11145
11146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11147           Handle codec_data for VfW compatibility codec IDs (#339451)
11148
11149         * gst/matroska/matroska-mux.c:
11150         (gst_matroska_mux_video_pad_setcaps):
11151           Same here, handle codec_data and add additional caps we can handle
11152           now to the pad template (huffyuv, dv and h263 video) (#339451)
11153
11154 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11157
11158         * gst/matroska/matroska-mux.c:
11159         (gst_matroska_mux_create_buffer_header),
11160         (gst_matroska_mux_write_data):
11161           Fix timestamping of B-frames, use signed integers, do
11162           some rounding (#339678).
11163
11164 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11165
11166         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11167         just make it compile with --disable-gst-debug.
11168
11169 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11170
11171         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11172         Fix a bad conversion using gst_guint64_to_gdouble.
11173         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11174         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11175         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11176     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11177         mistake.
11178
11179 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11180
11181         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11182         Use gst_guint64_to_gdouble for conversions
11183         * win32/vs6/gst_plugins_good.dsw:
11184         * win32/vs6/libgsticydemux.dsp:
11185         Add a project file for icydemux
11186
11187 2006-04-21  Wim Taymans  <wim@fluendo.com>
11188
11189         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11190
11191         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11192         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11193         When splitting audio chunks, the block alignment is not taken in
11194         consideration, so the smaller chunks could be of size which is 
11195         not a multiple of the block alignment. Fixes #336904
11196
11197 2006-04-21  Wim Taymans  <wim@fluendo.com>
11198
11199         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11200         Use scale functions
11201
11202 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * ext/dv/gstdv.c: (plugin_init):
11205           Fix build.
11206
11207 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11208
11209         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11210         (gst_progress_report_class_init), (gst_progress_report_init),
11211         (gst_progress_report_do_query), (gst_progress_report_report),
11212         (gst_progress_report_set_property),
11213         (gst_progress_report_get_property):
11214           Add 'format' property to force querying to a particular format.
11215
11216 2006-04-21  Andy Wingo  <wingo@pobox.com>
11217
11218         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11219         best, on big endian systems. Drop its rank in that case. OTOH on
11220         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11221
11222 2006-04-21  Michael Smith  <msmith@fluendo.com>
11223
11224         * configure.ac:
11225         * gst/icydemux/Makefile.am:
11226         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11227         (gst_icydemux_base_init), (gst_icydemux_class_init),
11228         (gst_icydemux_reset), (gst_icydemux_init),
11229         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11230         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11231         (unicodify), (gst_icydemux_unicodify),
11232         (gst_icydemux_parse_and_send_tags),
11233         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11234         (gst_icydemux_chain), (gst_icydemux_change_state),
11235         (gst_icydemux_send_tag_event), (plugin_init):
11236         * gst/icydemux/gsticydemux.h:
11237         * tests/check/Makefile.am:
11238         * tests/check/elements/icydemux.c: (typefind_succeed),
11239         (plugin_init), (icydemux_found_pad), (create_icydemux),
11240         (cleanup_icydemux), (push_data), (GST_START_TEST),
11241         (icydemux_suite), (main):
11242           Add icydemux, and tests.
11243
11244 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11247           Post SEGMENT_DONE message in TIME format.
11248
11249 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11250
11251         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11252
11253         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11254         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11255           Fix index creation when we have to scan the file to create
11256           an index. There may be other types of RIFF 'LIST' chunks than
11257           'movi' and we need to skip them properly as well or we'll end up
11258           reading garbage (#336889). Some other cosmetic changes.
11259           
11260 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11261
11262         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11263         (gst_flac_dec_handle_seek_event):
11264           Add support for segment seeks (fixes #338290). Also demote
11265           some recurring debug message from DEBUG to LOG level.
11266
11267 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11270         (gst_matroskademux_do_index_seek),
11271         (gst_matroska_demux_handle_seek_event),
11272         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11273         * gst/matroska/matroska-ids.h:
11274           Set DISCONT flag on first buffer after a discontinuity.
11275           Fix newsegment events sent when seeking and honour KEY_UNIT
11276           seek flag. Create pad with bogus caps if we don't recognise
11277           the stream codec id.
11278
11279         * gst/matroska/matroska-demux.h:
11280           Fix GObject macros.
11281
11282 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11285
11286         * gst/matroska/matroska-demux.c:
11287         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11288           Handle end of segment properly when set; don't dead-lock when
11289           posting start of segment message when doing a segment seek.
11290           Fixes #338810.
11291
11292 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11295         (gst_matroska_demux_plugin_init):
11296           Make mpeg2 aac audio work: create artificial private codec data
11297           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11298           Also call gst_riff_init(). Partially fixes #338767.
11299
11300 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11301
11302         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11303         (gst_wavenc_class_init), (gst_wavenc_init),
11304         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11305         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11306         (gst_wavenc_chain), (gst_wavenc_change_state):
11307         * gst/wavenc/gstwavenc.h:
11308           Set caps on first outgoing buffer, so that it doesn't error out
11309           immediately with a non-negotiated error (#338716). Rewrite and
11310           clean up a bit; fix setcaps function to parse things properly;
11311           fix sink caps (8bit audio is unsigned and doesn't have depth);
11312           use boilerplate macros; remove unused properties stuff.
11313
11314 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11315
11316         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11317           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11318           handle MJPEG streams and might be autoplugged for those if the
11319           user doesn't have jpegdec installed (resulting in a cryptic error
11320           message about huffman tables). Better to disable JPEG decoding here
11321           and let the user figure out that she needs to install jpegdec.
11322
11323 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11324
11325         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11326         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11327         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11328         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11329           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11330           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11331           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11332           debug messages. Fix boilerplate macros.
11333
11334 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11335
11336         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11337         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11338           No need to special-case for Gdk-2.0 any longer, we require
11339           Gdk 2.2 or newer; minor clean-ups.
11340
11341 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11344         (gst_shout2send_class_init), (gst_shout2send_init),
11345         (set_shout_metadata), (gst_shout2send_set_metadata),
11346         (gst_shout2send_event), (gst_shout2send_start),
11347         (gst_shout2send_connect), (gst_shout2send_stop),
11348         (gst_shout2send_render), (gst_shout2send_set_property),
11349         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11350         (plugin_init):
11351         * ext/shout2/gstshout2.h:
11352         * po/POTFILES.in:
11353           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11354           change function; use GST_ELEMENT_ERROR for error reporting, not
11355           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11356           will cause crashes or assertion failures; remove (unused) "sync"
11357           property, basesink already has such a property; misc. other
11358           minor fixes and cleanups.
11359
11360 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11361
11362         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11363         * ext/esd/gstesd.c: (plugin_init):
11364         * po/POTFILES.in:
11365           Add translatable error message for when we cannot
11366           connect to the sound server, as "Cannot open resource
11367           for writing" isn't really an acceptable message to show
11368           to the user in this case.
11369
11370 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11371
11372         * sys/oss/gst-i18n-plugin.h:
11373           Remove bogus file that doesn't belong here.
11374
11375 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11376
11377         Patch by: Philippe Valembois
11378
11379         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11380         (gst_shout2send_set_metadata), (gst_shout2send_event),
11381         (gst_shout2send_render), (gst_shout2send_change_state):
11382         * ext/shout2/gstshout2.h:
11383           Handle tags being received before the connection to
11384           the server is established properly (see #338636).
11385
11386 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11387
11388         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11389           Don't crash in case the connection to the server fails:
11390           don't set pointer to NULL by assigning FALSE; error out
11391           properly by using GST_ELEMENT_ERROR and returning
11392           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11393           before resetting the pointer.
11394
11395 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11396
11397         * gst/id3demux/id3tags.c:
11398         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11399         (Fixes #338713)
11400
11401 2006-04-12  Wim Taymans  <wim@fluendo.com>
11402
11403         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11404         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11405         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11406         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11407         (gst_gdk_pixbuf_chain):
11408         Some cleanups.
11409         Added RGBA as a possible output format.
11410         Correctly free the supported mimetypes.
11411         deprecate silent arg, it's not used.
11412         Return result from _alloc_buffer to peer.
11413
11414 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11415
11416         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11417           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11418           overwriting GST_BUFFER_MALLOCDATA.
11419
11420 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11421
11422         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11423         (user_endrow_callback), (user_end_callback),
11424         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11425         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11426         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11427         * ext/libpng/gstpngdec.h:
11428           Handle more than one frame if the content is framed,
11429           like with png-in-quicktime (#331917).
11430
11431 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11432
11433         * sys/oss/Makefile.am:
11434         * sys/oss/common.h:
11435         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11436         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11437         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11438         (gst_oss_src_unprepare):
11439           - the user-visible error strings were in the wrong category
11440           - and the messages were not marked for translation
11441           - which is actually a good thing, because they were exactly
11442             the kind of message you would never want anyone to see
11443           - the macros were using variables that didn't exist in the macro
11444             arguments
11445           - and they were obviously copied from each other and then modified
11446           - so a common header makes sense
11447
11448 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11451           Don't try to modify read-only data.
11452
11453         * gst/matroska/matroska-demux.c:
11454         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11455           Fix comment (won't crash any longer now).
11456
11457 2006-04-10  Michael Smith  <msmith@fluendo.com>
11458
11459         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11460           Use copies of header buffers for caps to avoid circular refcounting
11461           problems (as in theoradec, vorbisdec).
11462
11463         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11464           Fix a typo in test that meant it was testing the wrong thing.
11465
11466         * tests/check/elements/cmmlenc.c: (check_headers):
11467           Fix refcount checks now that we use buffer-copies for caps.
11468
11469 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11470
11471         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11472         (gst_matroska_demux_handle_seek_event),
11473         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11474         (gst_matroska_demux_subtitle_caps),
11475         (gst_matroska_demux_plugin_init):
11476           Use static pad templates with ANY caps for audio and video
11477           source pads and get rid of a lot of unnecessary (and partially
11478           broken) code for the template caps. Clean up caps finding
11479           functions. Fixes playback of audio files/streams that do not
11480           contain the sample rate and/or number of channels in the audio
11481           context (happens a lot with vorbis/mp3 .mka files it seems).
11482           Fixes #337183.
11483           Also add myself to copyright holders.
11484
11485 2006-04-10  Michael Smith  <msmith@fluendo.com>
11486
11487         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11488           Use g_list_delete_link () instead of g_list_remove_link () so that
11489           we free the link as well as the contained data.
11490
11491 2006-04-10  Wim Taymans  <wim@fluendo.com>
11492
11493         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11494
11495         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11496         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11497         (gst_avi_demux_stream_header):
11498         Fix some crashers with empty chunks. (Fixes #337749)
11499
11500 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11501
11502         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11503           use G_GINT64_CONSTANT for INT64 constants
11504         * gst/videofilter/gstvideobalance.c:
11505           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11506         * win32/vs6/libgstavi.dsp:
11507          add missing libraries for the link and remove avimux.c from
11508          the project as it isn't ported to 0.10 yet
11509         
11510 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11513           Even better would be if we actually did the right thing
11514           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11515
11516 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11519           Can't just replace 1LL with 1L here just because MSVC doesn't
11520           support it, as it might lead to incorrect results when doing the
11521           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11522           force a 64-bit constant in a way that all compilers are happy with.
11523
11524 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11525
11526         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11527         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11528         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11529         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11530         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11531         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11532         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11533         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11534         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11535         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11536         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11537         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11538         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11539         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11540         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11541         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11542         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11543         * gst/debug/efence.c: (gst_efence_class_init):
11544         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11545         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11546         * gst/goom/gstgoom.c: (gst_goom_class_init):
11547         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11548         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11549         * gst/interleave/interleave.c: (interleave_class_init):
11550         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11551         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11552         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11553         * gst/median/gstmedian.c: (gst_median_class_init):
11554         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11555         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11556         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11557         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11558         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11559         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11560         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11561         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11562         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11563         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11564         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11565         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11566         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11567         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11568         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11569         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11570         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11571         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11572         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11573         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11574         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11575         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11576         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11577         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11578         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11579         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11580         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11581         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11582         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11583         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11584         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11585         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11586         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11587         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11588         * sys/osxaudio/gstosxaudioelement.c:
11589         (gst_osxaudioelement_class_init):
11590         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11591         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11592         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11593         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11594
11595 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11596
11597         * ext/mikmod/gstmikmod.h:
11598         * gst/level/gstlevel.h:
11599         Fix more broken GObject macros
11600
11601 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11602
11603         * ext/annodex/gstcmmldec.h:
11604         * ext/annodex/gstcmmlenc.h:
11605         * ext/annodex/gstcmmltag.h:
11606         * ext/cairo/gsttextoverlay.h:
11607         * ext/ladspa/gstsignalprocessor.h:
11608         * gst/matroska/ebml-read.h:
11609         * gst/matroska/ebml-write.h:
11610         * sys/osxaudio/gstosxaudioelement.h:
11611         Fix broken GObject macros
11612
11613 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11614
11615         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11616           Don't try to seek beyond the end of the file (would
11617           occasionally display error dialogs in totem when seeking
11618           to the end) (#335869). Will still throw an error though
11619           if the file is truncated and the total_samples value in
11620           the stream header is wrong.
11621
11622 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11625         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11626         (gst_flac_dec_metadata_callback):
11627         * ext/flac/gstflacdec.h:
11628           If the stream header doesn't contain the total number of samples,
11629           search for the last flac frame at the end of the file and calculate
11630           the total duration from that frame's offset (fixes #337609).
11631
11632 2006-04-07  Edward Hervey  <edward@fluendo.com>
11633
11634         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11635         Don't unref the GstPadTemplate returned by
11636         gst_element_class_get_pad_template().
11637
11638 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11641
11642         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11643         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11644         * sys/sunaudio/gstsunaudiosink.h:
11645           Use spec->segsize and spec->segtotal in the prepare function
11646           to initialise the ring buffer instead of using the buffer-time
11647           property (#337421).
11648
11649 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * configure.ac:
11652           Bump core requirements to CVS for gst_pad_query_peer_duration()
11653           which is used by speexdec.
11654
11655 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * ext/speex/gstspeex.c: (plugin_init):
11658         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11659         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11660         (speex_get_sink_query_types), (speex_dec_sink_query),
11661         (speex_get_src_query_types), (speex_dec_src_query),
11662         (speex_dec_src_event), (speex_dec_sink_event),
11663         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11664         (speex_dec_chain_parse_data), (speex_dec_chain),
11665         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11666         (speex_dec_change_state):
11667         * ext/speex/gstspeexdec.h:
11668           Fix seeking and duration queries (#337033); clean up and
11669           refactor a bit.
11670
11671 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11672
11673         * ext/raw1394/gstdv1394src.c:
11674           distinguish between device not found and could not open for
11675           reading
11676
11677 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11678
11679         * Makefile.am:
11680         * configure.ac:
11681         * pkgconfig/.cvsignore:
11682         * pkgconfig/Makefile.am:
11683         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11684           add a .pc file so other modules can use good plugins in tests
11685
11686 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11687
11688         * configure.ac:
11689           clean up, use AS_VERSION and AS_NANO
11690         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11691           use PACKAGE_VERSION define
11692         * po/af.po:
11693         * po/az.po:
11694         * po/cs.po:
11695         * po/en_GB.po:
11696         * po/hu.po:
11697         * po/it.po:
11698         * po/nb.po:
11699         * po/nl.po:
11700         * po/or.po:
11701         * po/sq.po:
11702         * po/sr.po:
11703         * po/sv.po:
11704         * po/uk.po:
11705         * po/vi.po:
11706           updated
11707
11708 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11709
11710         * ext\jpeg\smokecodec.c:
11711           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11712         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11713           move first instruction after all variables declarations
11714         * gst\alpha\gstalpha.c:
11715         * gst\effectv\gstshagadelic.c:
11716         * gst\smpte\paint.c:
11717         * gst\videofilter\gstvideobalance.c:
11718           define M_PI if it's not defined (it's not defined on WIN32)
11719         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11720         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11721         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11722         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11723         (gst_matroska_demux_video_caps):
11724         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11725         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11726           use gst_guint64_to_gdouble for conversions
11727         * gst\goom\filters.c: (setPixelRGB_):
11728           fix a debug which was using undefined variable
11729         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11730         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11731           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11732         * win32/vs6:
11733           add vs6 projects files for most of plugins-good
11734         
11735 2006-03-30  j^  <j@bootlab.org>
11736
11737         * ext/aalib/gstaasink.c:
11738         * ext/annodex/gstcmmldec.c:
11739         * ext/annodex/gstcmmlenc.c:
11740         * ext/cairo/gsttextoverlay.c:
11741         * ext/cairo/gsttimeoverlay.c:
11742         * ext/cdio/gstcdiocddasrc.c:
11743         * ext/dv/gstdvdec.c:
11744         * ext/esd/esdmon.c:
11745         * ext/esd/esdsink.c:
11746         * ext/flac/gstflacdec.c:
11747         * ext/flac/gstflacenc.c:
11748         * ext/flac/gstflactag.c:
11749         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11750         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11751         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11752         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11753         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11754         * ext/gdk_pixbuf/pixbufscale.c:
11755         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11756         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11757         * ext/jpeg/gstjpegdec.c:
11758         * ext/jpeg/gstjpegenc.c:
11759         * ext/jpeg/gstsmokedec.c:
11760         * ext/jpeg/gstsmokeenc.c:
11761         * ext/libcaca/gstcacasink.c:
11762         * ext/libmng/gstmngdec.c:
11763         * ext/libmng/gstmngenc.c:
11764         * ext/libpng/gstpngdec.c:
11765         * ext/libpng/gstpngenc.c:
11766         * ext/mikmod/gstmikmod.c:
11767         * ext/raw1394/gstdv1394src.c:
11768         * ext/shout2/gstshout2.c:
11769         * ext/speex/gstspeexdec.c:
11770         * ext/speex/gstspeexenc.c:
11771         * gst/alpha/gstalpha.c:
11772         * gst/alpha/gstalphacolor.c:
11773         * gst/auparse/gstauparse.c:
11774         * gst/autodetect/gstautoaudiosink.c:
11775         (gst_auto_audio_sink_base_init):
11776         * gst/autodetect/gstautovideosink.c:
11777         (gst_auto_video_sink_base_init):
11778         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11779         * gst/cutter/gstcutter.c:
11780         * gst/debug/breakmydata.c:
11781         * gst/debug/efence.c:
11782         * gst/debug/gstnavigationtest.c:
11783         * gst/debug/negotiation.c:
11784         * gst/debug/progressreport.c:
11785         * gst/debug/testplugin.c:
11786         * gst/effectv/gstaging.c:
11787         * gst/effectv/gstdice.c:
11788         * gst/effectv/gstedge.c:
11789         * gst/effectv/gstquark.c:
11790         * gst/effectv/gstrev.c:
11791         * gst/effectv/gstvertigo.c:
11792         * gst/effectv/gstwarp.c:
11793         * gst/flx/gstflxdec.c:
11794         * gst/goom/gstgoom.c:
11795         * gst/interleave/deinterleave.c:
11796         * gst/interleave/interleave.c:
11797         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11798         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11799         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11800         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11801         * gst/level/gstlevel.c:
11802         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11803         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11804         * gst/median/gstmedian.c:
11805         * gst/monoscope/gstmonoscope.c:
11806         * gst/multipart/multipartdemux.c:
11807         * gst/multipart/multipartmux.c:
11808         * gst/oldcore/gstmd5sink.c:
11809         * gst/oldcore/gstmultifilesrc.c:
11810         * gst/oldcore/gstpipefilter.c:
11811         * gst/oldcore/gstshaper.c:
11812         * gst/oldcore/gststatistics.c:
11813         * gst/rtp/gstasteriskh263.c:
11814         * gst/rtp/gstrtpL16depay.c:
11815         * gst/rtp/gstrtpL16pay.c:
11816         * gst/rtp/gstrtpamrdepay.c:
11817         * gst/rtp/gstrtpamrpay.c:
11818         * gst/rtp/gstrtpdepay.c:
11819         * gst/rtp/gstrtpgsmpay.c:
11820         * gst/rtp/gstrtph263pay.c:
11821         * gst/rtp/gstrtph263pdepay.c:
11822         * gst/rtp/gstrtph263ppay.c:
11823         * gst/rtp/gstrtpmp4gpay.c:
11824         * gst/rtp/gstrtpmp4vdepay.c:
11825         * gst/rtp/gstrtpmp4vpay.c:
11826         * gst/rtp/gstrtpmpadepay.c:
11827         * gst/rtp/gstrtpmpapay.c:
11828         * gst/rtp/gstrtppcmadepay.c:
11829         * gst/rtp/gstrtppcmapay.c:
11830         * gst/rtp/gstrtppcmudepay.c:
11831         * gst/rtp/gstrtppcmupay.c:
11832         * gst/rtp/gstrtpspeexdepay.c:
11833         * gst/rtp/gstrtpspeexpay.c:
11834         * gst/rtsp/gstrtpdec.c:
11835         * gst/smpte/gstsmpte.c:
11836         * gst/videobox/gstvideobox.c:
11837         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11838         * gst/videofilter/gstvideobalance.c:
11839         * gst/videofilter/gstvideoflip.c:
11840         * gst/videofilter/gstvideotemplate.c:
11841         (gst_videotemplate_base_init):
11842         * gst/videomixer/videomixer.c:
11843         * gst/wavenc/gstwavenc.c:
11844         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11845          better/unified long descriptions
11846          Fixed #336602
11847          Some cleanups to auparse, don't send multiple newsegments.
11848
11849 2006-03-29  Wim Taymans  <wim@fluendo.com>
11850
11851         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11852
11853         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11854         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11855         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11856         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11857         * ext/dv/gstdvdemux.h:
11858         Seek in READY patch. Only works for pull based mode.
11859         Fixes #323880
11860
11861 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11864         (gst_gdk_pixbuf_event):
11865           Fix two crashers: don't unref the same caps twice, and
11866           set pixbuf loader to NULL after freeing it.
11867
11868 2006-03-27  Wim Taymans  <wim@fluendo.com>
11869
11870         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11871         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11872         (gst_speexenc_chain):
11873         * ext/speex/gstspeexenc.h:
11874         Don't leak adapter.
11875         A push *always* takes ownership of the buffer, even on
11876         errors.
11877         Small cleanups.
11878
11879 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11882           Create source pad without leaking.
11883
11884 2006-03-24  Wim Taymans  <wim@fluendo.com>
11885
11886         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11887         * ext/flac/gstflacdec.h:
11888         * ext/flac/gstflacenc.h:
11889         Spifify a bit.
11890         Fix deadly lock order error in seeking code, STREAM_LOCK
11891         cannot be taken within LOCK and the streaming variables are
11892         protected with the STREAM_LOCK anyway.
11893
11894 2006-03-24  Wim Taymans  <wim@fluendo.com>
11895
11896         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11897         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11898         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11899         this patch combines the global init_frames with the stream
11900         init_frames. Rationale being that the global delay should 
11901         be subtracted from any stream delay.
11902         Fixes #335858.
11903
11904 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11905
11906         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11907         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11908         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11909         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11910         use DEBUG_FUNCPTR for collectpads
11911
11912 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11913
11914         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11915           Don't crash when encoding images where the number of rows isn't
11916           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11917
11918 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11919
11920         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11921         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11922         * gst/interleave/interleave.c: (interleave_change_state):
11923         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11924           More state change function fixes.
11925
11926 2006-03-23  Wim Taymans  <wim@fluendo.com>
11927
11928         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11929         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11930         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11931         (gst_esdsink_delay), (gst_esdsink_reset):
11932         * ext/esd/esdsink.h:
11933         Fix esd choppy playback by configuring audiosink
11934         correctly. Fixes #325191
11935
11936 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11939           Make state change function thread-safe.
11940
11941 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11944         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11945           Don't try to read beyond the end of the file just because
11946           the header claims a bigger size (like with truncated files).
11947
11948 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11951         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11952         (gst_wavparse_stream_data), (gst_wavparse_loop):
11953         * gst/wavparse/gstwavparse.h:
11954           Delay source pad creation until we have the first chunk of
11955           media data, so the we can examine the data and adjust the
11956           caps accordingly if required. This makes playback of .wav
11957           files with DTS-declared-as-PCM content work (#313266).
11958
11959 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11960
11961         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11962         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11963         Don't attempt typefinding on too-short buffers that have been
11964         completely trimmed away. (Fixes #330239)
11965
11966         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11967         Improve the debug output
11968
11969 2006-03-21  Wim Taymans  <wim@fluendo.com>
11970
11971         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11972         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11973         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11974         (gst_esdsink_set_property), (gst_esdsink_get_property):
11975         Some cleanups.
11976         Reset fd to -1 when we close them.
11977
11978 2006-03-21  Wim Taymans  <wim@fluendo.com>
11979
11980         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11981         the OPTIONS request result is optional so don't
11982         fail on it.
11983
11984 2006-03-21  Edward Hervey  <edward@fluendo.com>
11985
11986         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11987         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11988         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11989         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11990         (gst_wavparse_change_state):
11991         gcc 4.1 unreferenced pointer fixes.
11992
11993 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11996
11997         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11998           Fix block alignment calculation. Alignment should be done before
11999           adding the byte offset where the data starts (#335231).
12000
12001 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12002
12003         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12004           Ensure that we set correct caps on buffers that are transferred
12005           direct from the input.
12006
12007 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12008
12009         * gst/goom/filters.c: (zoomFilterDestroy):
12010         * gst/goom/goom_core.c: (goom_close):
12011           Free filter data when cleaning up. (Fixes: #334995)
12012
12013 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12014
12015         * configure.ac:
12016           Don't compile udp and rtsp plugins on win32 (mingw) or other
12017           systems that don't have <sys/socket.h> for some reason (#316203).
12018
12019 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12020
12021         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12022         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12023         * ext/raw1394/gstdv1394src.h:
12024           Change bus reset handler so it reports useful information such as
12025           whether the device being used connected or disconnected
12026
12027 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * gst/id3demux/id3v2frames.c:
12030         (parse_relative_volume_adjustment_two):
12031           We only care about gain and peak data for the master volume.
12032
12033 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12036         (parse_id_string), (parse_unique_file_identifier),
12037         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12038           Read replay gain tags (#323721).
12039
12040 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         * configure.ac:
12043           Bump requirements to gst-plugins-base CVS because
12044           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12045
12046 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12047
12048         * rtp/gst/gstrtppcmadepay.c:
12049         Fixed one of the caps in the code from mulaw to alaw.
12050
12051 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12052
12053         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12054           Ensure that we set caps on the buffers we pass.
12055
12056         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12057         (gst_id3demux_sink_activate):
12058           Ensure that we set caps on the buffers we pass.
12059
12060           Use STREAM, TYPE_NOT_FOUND as the error class when
12061           typefinding fails.
12062
12063 2006-03-15  Edward Hervey  <edward@fluendo.com>
12064
12065         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12066         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12067         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12068         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12069         (gst_jpeg_dec_setcaps):
12070         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12071         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12072         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12073         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12074         (gst_mngdec_src_getcaps):
12075         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12076         (gst_pngdec_caps_create_and_set):
12077         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12078         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12079         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12080         * gst/alpha/gstalpha.c: (gst_alpha_init):
12081         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12082         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12083         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12084         * gst/cutter/gstcutter.c: (gst_cutter_init):
12085         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12086         (gst_efence_checkgetrange):
12087         * gst/debug/negotiation.c: (gst_negotiation_init):
12088         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12089         * gst/goom/gstgoom.c: (gst_goom_init):
12090         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12091         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12092         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12093         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12094         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12095         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12096         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12097         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12098         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12099         (gst_wavparse_create_sourcepad):
12100         Fix memleak with gst_static_pad_template_get().
12101         This uses gst_pad_new_from_static_template() instead.
12102         Fixes #333512
12103
12104 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * configure.ac:
12107           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12108           used by id3demux.
12109
12110         * gst/id3demux/gstid3demux.c: (plugin_init):
12111         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12112         (parse_user_text_identification_frame),
12113         (parse_unique_file_identifier):
12114           Add support for UFID and TXXX frames and extract musicbrainz tags.
12115
12116 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12119           Catch short reads, like they might happen with truncated
12120           files (see #305279); remove unnecessary indentation.
12121
12122 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12123
12124         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12125           Fix DIB image inversion for pictures with a
12126           depth != 8 (#305279).
12127
12128 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12129
12130         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12131         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12132         * ext/jpeg/gstjpegdec.h:
12133           Fix durations on outgoing buffers after seeking
12134           in MJPEG files (#334083); some minor clean-ups.
12135
12136 2006-03-13  Wim Taymans  <wim@fluendo.com>
12137
12138         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12139         (gst_wavparse_change_state):
12140         Implement seek in READY (re-fixes #327658)
12141
12142 2006-03-13  Wim Taymans  <wim@fluendo.com>
12143
12144         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12145         * ext/esd/esdmon.c: (gst_esdmon_get):
12146         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12147         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12148         (gst_gdk_pixbuf_sink_getcaps):
12149         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12150         (gst_jpegenc_setcaps):
12151         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12152         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12153         (gst_smokeenc_setcaps):
12154         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12155         (gst_mngdec_src_getcaps):
12156         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12157         (gst_mngenc_chain):
12158         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12159         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12160         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12161         (speex_dec_src_event), (speex_dec_chain):
12162         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12163         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12164         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12165         (gst_negotiation_pad_link), (gst_negotiation_chain):
12166         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12167         (gst_flxdec_chain):
12168         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12169         (deinterleave_chain):
12170         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12171         * gst/median/gstmedian.c: (gst_median_link):
12172         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12173         (gst_monoscope_chain):
12174         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12175         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12176         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12177         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12178         close #333784 unref the result of gst_pad_get_parent()
12179         by: Christophe Fergeau.
12180
12181 2006-03-09  Wim Taymans  <wim@fluendo.com>
12182
12183         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12184         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12185         Handle events in push mode better, can now do non-flushing
12186         seeks in push mode as well.
12187
12188 2006-03-07  Wim Taymans  <wim@fluendo.com>
12189
12190         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12191         Applied patch from Kai Vehmanen, fixes #333624.
12192
12193 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12194
12195         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12196         Implement paletted and grayscale png files handling.
12197         (#150363).
12198
12199 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12200
12201         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12202         (gst_speexenc_chain):
12203           fix a tag list assert
12204           follow gst-plugins-base/ext/ogg/README; set OFFSET
12205           and OFFSET_END.  Muxes correctly with gst-plugins-base
12206           > 0.9.3
12207
12208 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * gst/id3demux/Makefile.am:
12211         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12212         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12213           Use new typefind helper functions here as well, and
12214           do typefinding in pull-mode if upstream supports that.
12215
12216 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         * sys/sunaudio/gstsunaudiomixerctrl.c:
12219         (gst_sunaudiomixer_ctrl_get_volume),
12220         (gst_sunaudiomixer_ctrl_set_volume):
12221         * sys/sunaudio/gstsunaudiomixertrack.c:
12222         (gst_sunaudiomixer_track_new):
12223           Remove unused variables, breaks build from CVS
12224           with -Werror (#333392, patch by: Benjamin Pineau)
12225
12226 2006-03-03  Wim Taymans  <wim@fluendo.com>
12227
12228         * docs/plugins/Makefile.am:
12229         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12230         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12231         Added wavparse docs.
12232
12233         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12234         (gst_wavparse_reset), (gst_wavparse_init),
12235         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12236         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12237         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12238         (gst_wavparse_stream_data), (gst_wavparse_loop),
12239         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12240         (gst_wavparse_change_state):
12241         * gst/wavparse/gstwavparse.h:
12242         Implement seek in READY (fixes #327658)
12243         Added docs and did some cleanups.
12244
12245 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12248         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12249         (gst_avi_demux_calculate_durations_from_index),
12250         (gst_avi_demux_stream_header):
12251         * gst/avi/gstavidemux.h:
12252           If we have an index, use a duration based on the index instead
12253           of blindly trusting the information in the stream headers
12254           (fixes #331817).
12255
12256 2006-03-03  Wim Taymans  <wim@fluendo.com>
12257
12258         * docs/plugins/Makefile.am:
12259         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12260         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12261         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12262         Added smoke and jpeg to the docs.
12263
12264         * ext/jpeg/Makefile.am:
12265         * ext/jpeg/gstjpeg.c: (plugin_init):
12266         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12267         * ext/jpeg/gstjpegenc.h:
12268         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12269         (gst_smokedec_chain):
12270         * ext/jpeg/gstsmokedec.h:
12271         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12272         * ext/jpeg/gstsmokeenc.h:
12273         * ext/jpeg/smokecodec.h:
12274         Port smokedec (fixes #331905).
12275         Added some docs.
12276         Some cleanups.
12277
12278 2006-03-03  Wim Taymans  <wim@fluendo.com>
12279
12280         * docs/plugins/Makefile.am:
12281         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12282         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12283         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12284         Added videobalance and videoflip to the docs.
12285
12286         * gst/videofilter/Makefile.am:
12287         * gst/videofilter/gstvideobalance.c:
12288         (gst_video_balance_update_tables_planar411),
12289         (gst_video_balance_is_passthrough),
12290         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12291         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12292         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12293         (gst_video_balance_finalize), (gst_video_balance_class_init),
12294         (gst_video_balance_init), (gst_video_balance_interface_supported),
12295         (gst_video_balance_interface_init),
12296         (gst_video_balance_colorbalance_list_channels),
12297         (gst_video_balance_colorbalance_set_value),
12298         (gst_video_balance_colorbalance_get_value),
12299         (gst_video_balance_colorbalance_init),
12300         (gst_video_balance_set_property), (gst_video_balance_get_property),
12301         (gst_video_balance_get_type), (plugin_init):
12302         * gst/videofilter/gstvideobalance.h:
12303         Ported to 0.10. (Fixes #326160)
12304         Added docs.
12305
12306         * gst/videofilter/gstvideoflip.c:
12307         * gst/videofilter/gstvideoflip.h:
12308         Added docs.
12309
12310 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12311
12312         * configure.ac:
12313           Bump requirements to current core and -base CVS
12314           (core for new typefind helper API, and -base for the
12315           WAVFORMATEX support that was added to libgstriff and
12316           is needed by wavparse).
12317         
12318         * gst/apetag/Makefile.am:
12319         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12320         (gst_tag_demux_sink_activate):
12321           Use new typefind helpers for typefinding instead of our
12322           home-grown stuff; also, do typefinding in pull-mode if
12323           upstream supports that.
12324
12325 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12326
12327         Reviewed by: Christian Schaller <christian@fluendo.com>
12328
12329         This patch fixes bug: 329107
12330
12331         This Changelog entry is for a commit done on February 17
12332
12333         * ext/gconf/gconf.c
12334         * ext/gconf/gconf.h
12335         * ext/gconf/gstgconfaudiosink.c
12336         * ext/gconf/gstgconfaudiosink.h
12337         * gconf/gstreamer.schemas.in
12338
12339 2006-02-28  Wim Taymans  <wim@fluendo.com>
12340
12341         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12342         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12343         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12344         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12345         Use DEBUG_OBJECT more.
12346
12347 2006-02-28  Wim Taymans  <wim@fluendo.com>
12348
12349         * docs/plugins/Makefile.am:
12350         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12351         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12352         Added dvdec and dvdemux to docs.
12353
12354         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12355         Added docs.
12356         Check frame sizes so we don't crash when don't have enough
12357         data.
12358         Send nice error messages on error.
12359
12360         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12361         (gst_dvdemux_class_init), (gst_dvdemux_init),
12362         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12363         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12364         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12365         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12366         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12367         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12368         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12369         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12370         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12371         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12372         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12373         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12374         * ext/dv/gstdvdemux.h:
12375         Added docs.
12376         Implement pull mode.
12377         Fix memleaks.
12378         Reduce memcpy for the video demuxing.
12379
12380 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12381
12382         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12383         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12384         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12385         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12386           Add a little extra debug. Make the decoder not return NOT_LINKED,
12387           as we want to continue decoding all CMML and emitting tags.
12388
12389 2006-02-27  Michael Smith  <msmith@fluendo.com>
12390
12391         * ext/annodex/gstskeltag.c:
12392         * ext/annodex/gstskeltag.h:
12393           Deleted; these files aren't used any more either.
12394
12395 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12396
12397         * ext/Makefile.am: Fix dist-check.
12398
12399 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12400
12401         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12402         memleak.
12403
12404 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12405
12406         * ext/annodex/Makefile.am:
12407         * ext/annodex/gstannodex.c:
12408         * ext/annodex/gstcmmldec.c:
12409         * ext/annodex/gstcmmlenc.c:
12410         * ext/annodex/gstcmmlparser.c:
12411         * ext/annodex/gstcmmlparser.h:
12412         * ext/annodex/gstcmmlutils.c:
12413         * tests/check/elements/cmmldec.c:
12414         * tests/check/elements/cmmlenc.c:
12415           Fix a memleak in gst_cmml_track_list_add_clip.
12416           Handle overflows in clip's start and end times.
12417           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12418           Do not parse junk at the end of a CMML preamble buffer.
12419           Register a libxml error handler to not print stuff on stderr.
12420           Check for bad clip start and end times in the testsuites.
12421
12422 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12423
12424         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12425         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12426         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12427         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12428         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12429         possible memleaks.
12430
12431 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12432
12433         * tests/check/Makefile.am:
12434         * tests/check/elements/cmmldec.c:
12435         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12436         the plugins-base tags.
12437
12438 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12439
12440         * ext/Makefile.am: Re-enable module.
12441
12442 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12443
12444         * tests/check/Makefile.am: Forgot to remove that test.
12445
12446 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12447
12448         * ext/annodex/Makefile.am:
12449         * ext/annodex/gstannodex.c: (plugin_init):
12450         * ext/annodex/gstcmmldec.c:
12451         * ext/annodex/gstskeldec.c:
12452         * ext/annodex/gstskeldec.h:
12453         * tests/check/Makefile.am:
12454         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12455
12456 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12457
12458         * tests/check/Makefile.am: Disable those checks as well.
12459
12460 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12461
12462         * ext/Makefile.am: Disable annodex for now until we figure out
12463         how to make it build.
12464         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12465         Add a rule to your checklist : "please try to at least build 
12466         what you are going to commit into -good, or if you are too lazy
12467         to do that, please check that the buildbots are not crying because
12468         of your commit."
12469
12470 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12471
12472         * configure.ac:
12473         * ext/Makefile.am:
12474         * ext/gdk_pixbuf/Makefile.am:
12475         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12476         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12477         * ext/gdk_pixbuf/pixbufscale.c:
12478         * ext/gdk_pixbuf/pixbufscale.h:
12479           Gdkpixbuf ported from 0.8 to 0.10 by
12480           Renato Filho <renato.filho@indt.org.br>.
12481           gst_loader and gdkpixbufanimation still need port.
12482
12483 2006-02-24  Michael Smith  <msmith@fluendo.com>
12484
12485         * configure.ac:
12486         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12487         * ext/Makefile.am:
12488         * ext/annodex/Makefile.am:
12489         * ext/annodex/gstannodex.c:
12490         * ext/annodex/gstannodex.h:
12491         * ext/annodex/gstcmmldec.c:
12492         * ext/annodex/gstcmmldec.h:
12493         * ext/annodex/gstcmmlenc.c:
12494         * ext/annodex/gstcmmlenc.h:
12495         * ext/annodex/gstcmmlparser.c:
12496         * ext/annodex/gstcmmlparser.h:
12497         * ext/annodex/gstcmmltag.c:
12498         * ext/annodex/gstcmmltag.h:
12499         * ext/annodex/gstcmmlutils.c:
12500         * ext/annodex/gstcmmlutils.h:
12501         * ext/annodex/gstskeldec.c:
12502         * ext/annodex/gstskeldec.h:
12503         * ext/annodex/gstskeltag.c:
12504         * ext/annodex/gstskeltag.h:
12505         * tests/check/Makefile.am:
12506         * tests/check/elements/cmmldec.c:
12507         * tests/check/elements/cmmlenc.c:
12508         * tests/check/elements/skeldec.c:
12509           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12510           Includes tests & docs, oh my! Passes Thomas's -good checklist
12511           entirely. Wow.
12512
12513 2006-02-24  Michael Smith  <msmith@fluendo.com>
12514
12515         * autogen.sh:
12516           Check for automake 1.9 as well.
12517
12518 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12519
12520         * ext/flac/gstflacenc.c:
12521           Change min. sample rate to 8kHz to match flacdec's.
12522           
12523 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12524
12525         * ext/cdio/Makefile.am:
12526           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12527           required for Cygwin, see #317048)
12528
12529         * gst/rtp/gstasteriskh263.c:
12530           Cygwin has includes for both the unix network socket API
12531           and the windows API, but only one can be included, so fix
12532           includes to only use one or the other, prefering the unxi
12533           one (#317048).
12534
12535 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12536
12537         * rtp/gst/gstrtppcmadepay.c:
12538         * rtp/gst/gstrtppcmadepay.h:
12539         * rtp/gst/gstgstrtppcmapay.c:
12540         * rtp/gst/gstgstrtppcmapay.h:
12541         * rtp/gst/gstrtppcmudepay.c:
12542         * rtp/gst/gstrtppcmudepay.h:
12543         * rtp/gst/gstrtppcmupay.c:
12544         * rtp/gst/gstrtppcmupay.h:
12545         * rtp/gst/Makefile.am:
12546         * rtp/gst/gstrtp.c:
12547         * rtp/gst/README:
12548         Separated the G711 payloaders/depayloaders into separate elements for
12549         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12550
12551 2006-02-22  Wim Taymans  <wim@fluendo.com>
12552
12553         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12554         (gst_dvdec_change_state):
12555         * ext/dv/gstdvdec.h:
12556         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12557         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12558         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12559         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12560         (gst_dvdemux_flush), (gst_dvdemux_chain),
12561         (gst_dvdemux_change_state):
12562         * ext/dv/gstdvdemux.h:
12563         Ueber spiffify some more, added debug category.
12564         Use _scale.
12565         Use segments, respect playback rate from newsegment.
12566         Fix refcount issue.
12567
12568 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12569
12570         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12571         (gst_signal_processor_process):
12572         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12573         enabled for the build, but it helps me win the feature-count
12574         competitions ooh yeah.
12575
12576 2006-02-19  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12579         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12580         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12581         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12582         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12583         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12584         Use scaling code for added precission and more correct stop
12585         position in case scale==0.
12586
12587 2006-02-19  Wim Taymans  <wim@fluendo.com>
12588
12589         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12590         (gst_flxdec_chain):
12591         * gst/flx/gstflxdec.h:
12592         Implement DURATION query.
12593
12594 2006-02-19  Wim Taymans  <wim@fluendo.com>
12595
12596         * gst/flx/flx_color.h:
12597         * gst/flx/flx_fmt.h:
12598         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12599         (gst_flxdec_src_query_handler), (flx_decode_color),
12600         (gst_flxdec_chain):
12601         * gst/flx/gstflxdec.h:
12602         Set MALLOCDATA for the temp buffers so we don't leak.
12603         Some debug cleanups.
12604         Consume all data in the adapter before leaving the chain
12605         function. Fixes #330678.
12606
12607 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12608
12609         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12610         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12611          Handle 0 data size in otherwise valid frames.
12612          Handle numeric strings in 2.4.0 even when not in parentheses 
12613
12614 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12615
12616         * gst/matroska/matroska-demux.c:
12617         (gst_matroska_demux_subtitle_caps),
12618         (gst_matroska_demux_plugin_init):
12619         * gst/matroska/matroska-ids.h:
12620           Recognise SSA/ASS and USF subtitle formats and
12621           set proper caps when they are found.
12622
12623 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12624
12625         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12626         (gst_jpeg_dec_chain):
12627           Fix invalid memory access for some odd-sized images
12628           (see image contained in quicktime stream in #327083);
12629           use g_malloc() instead of g_alloca().
12630
12631 2006-02-17  Wim Taymans  <wim@fluendo.com>
12632
12633         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12634         Patch from Sebastien Cote, fixes #319884
12635
12636 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12637
12638         * ext/cdio/gstcdio.c: (plugin_init):
12639           Init debug category (#331253).
12640
12641 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12642
12643         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12644           Pass extra_data to gst_riff_create_audio_caps(), so that
12645           WAVEFORMATEX stuff works. Post audio codec name and post
12646           it as taglist on the bus. Allow up to 8 channesl for raw
12647           PCM in the source pad template caps.
12648
12649 2006-02-16  Wim Taymans  <wim@fluendo.com>
12650
12651         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12652         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12653         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12654         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12655         (gst_multipart_set_property), (gst_multipart_get_property):
12656         Applied #318663. Gives quite a few false positives in
12657         autoscan mode, but it's better than nothing. Not closing yet.
12658
12659 2006-02-16  Wim Taymans  <wim@fluendo.com>
12660
12661         * docs/plugins/Makefile.am:
12662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12663         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12664         * docs/plugins/gst-plugins-good-plugins.args:
12665         * docs/plugins/inspect/plugin-udp.xml:
12666         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12667         (gst_udpsrc_start):
12668         Update documentation.
12669         Fix args.
12670
12671 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12672
12673         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12674         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12675         frame size. (Fixes #331368)
12676
12677 2006-02-16  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst/rtsp/README:
12680         Updated README.
12681
12682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12683         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12684         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12685         * gst/rtsp/gstrtspsrc.h:
12686         Make sure the RTP port is an even port an try to allocate 
12687         another if not.
12688         Added retry property to control max retries for port allocation.
12689         Make sure RTCP port is RTP port+1.
12690         Cleanup when port allocation fails.
12691         Fixes #319183.
12692         
12693 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12694
12695         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12696           Don't ignore return value of the parent class's state
12697           change function (#331385, patch by: Wouter Paesen).
12698
12699 2006-02-15  Wim Taymans  <wim@fluendo.com>
12700
12701         * configure.ac:
12702         * docs/plugins/Makefile.am:
12703         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12704         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12705         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12706         * ext/Makefile.am:
12707         * ext/hal/Makefile.am:
12708         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12709         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12710         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12711         (do_toggle_element), (gst_hal_audio_sink_set_property),
12712         (gst_hal_audio_sink_get_property),
12713         (gst_hal_audio_sink_change_state):
12714         * ext/hal/gsthalaudiosink.h:
12715         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12716         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12717         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12718         (do_toggle_element), (gst_hal_audio_src_set_property),
12719         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12720         * ext/hal/gsthalaudiosrc.h:
12721         * ext/hal/gsthalelements.c: (plugin_init):
12722         * ext/hal/gsthalelements.h:
12723         * ext/hal/hal.c: (gst_hal_get_string),
12724         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12725         (gst_hal_get_audio_src):
12726         * ext/hal/hal.h:
12727         Add HAL sound device wrapper plugins. Closes #329106
12728
12729 2006-02-15  Wim Taymans  <wim@fluendo.com>
12730
12731         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12732         Add comment in a fultile attempt to stop the copy-and-paste 
12733         paradigm leading to duplication of bad code.
12734
12735         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12736         Mime parameters have to be checked case insensitive
12737
12738 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12741           Advance stream time for lagging subtitle streams by sending
12742           newsegment events with the update flag set.
12743
12744 2006-02-14  Edward Hervey  <edward@fluendo.com>
12745
12746         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12747         There can be bogus data before the hdrl LIST tag in the RIFF header.
12748         It's hard to say if it's not respecting the AVI specifications or not,
12749         but since Google Video is producing AVIs like that and the other player
12750         don't seem to complain, I guess we should do the same.
12751
12752 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12753
12754         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12755         (parse_split_strings):
12756         Add more validation to ensure that a char encoding conversion
12757         produced a valid UTF-8 string.
12758
12759 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12760
12761         Reviewed by: Edward Hervey  <edward@fluendo.com>
12762
12763         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12764         Properly handle end of segment. Closes #330885.
12765
12766 2006-02-13  Wim Taymans  <wim@fluendo.com>
12767
12768         * gst/rtp/gstrtpmp4gpay.h:
12769         For got to commit this one.
12770
12771 2006-02-12  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12774         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12775         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12776         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12777         * gst/rtp/gstrtpmp4gpay.h:
12778         Make more things work.
12779         Handle ACC config strings.
12780
12781 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12782
12783         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12784           set timestamps if no incoming timestamps set
12785
12786 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12787
12788         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12789         (gst_tag_demux_do_typefind):
12790           ... and fix the very same leaks in GstTagDemux.
12791
12792 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12793
12794         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12795         (gst_id3demux_do_typefind):
12796         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12797         <jonathan at kaolin dot wh9 dot net>)
12798
12799 2006-02-10  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12802         First set options, then set caps or else the baseclass
12803         will not know about the options, duh.
12804
12805 2006-02-10  Wim Taymans  <wim@fluendo.com>
12806
12807         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12808         (gst_rtp_mp4v_pay_setcaps):
12809         Don't waste time looking for a config string if we have codec_info
12810         on the incomming caps.
12811
12812 2006-02-10  Wim Taymans  <wim@fluendo.com>
12813
12814         * gst/rtp/README:
12815         Say something about case-sensitivity of caps vs mime-attributes.
12816
12817         * gst/rtp/Makefile.am:
12818         * gst/rtp/gstrtp.c: (plugin_init):
12819         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12820         (gst_rtp_amr_pay_handle_buffer):
12821         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12822         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12823         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12824         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12825         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12826         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12827         (gst_rtp_mp4g_pay_plugin_init):
12828         * gst/rtp/gstrtpmp4gpay.h:
12829         Added beginnings of mpeg4-generic payloader (RFC 3640)
12830
12831 2006-02-09  Wim Taymans  <wim@fluendo.com>
12832
12833         * gst/rtsp/Makefile.am:
12834         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12835         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12836         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12837         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12838         (gst_rtpdec_change_state):
12839         * gst/rtsp/gstrtpdec.h:
12840         * gst/rtsp/gstrtsp.c: (plugin_init):
12841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12842         * gst/rtsp/rtspconnection.c: (read_body),
12843         (rtsp_connection_receive):
12844         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12845         Resurected rtpdec to make rtspsrc happy again.
12846         Skip attributes from the session id.
12847         Don't crash when dumping a message with an empty body.
12848
12849
12850 2006-02-09  Wim Taymans  <wim@fluendo.com>
12851
12852         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12853         Added more meaningfull warnings when something goes wrong.
12854         Clear F bit on outgoing AMR packets.
12855
12856         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12857         (gst_rtp_amr_pay_handle_buffer):
12858         Added debugging category
12859         Support payloading of multiple AMR frames.
12860
12861         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12862         Added some debugging.
12863
12864 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12865
12866         * configure.ac:
12867           Back to CVS
12868
12869 === release 0.10.2 ===
12870
12871 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12872
12873         * configure.ac:
12874           releasing 0.10.2, "Papa was a rolling stone"
12875
12876 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12877
12878         * configure.ac:
12879           Bump core and plugins-base requirement to 0.10.2.2
12880           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12881
12882 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12883
12884         * ext/flac/gstflac.c: (plugin_init):
12885         * ext/speex/gstspeex.c: (plugin_init):
12886           Register musicbrainz tags.
12887
12888 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12889
12890         * ext/gconf/gconf.h:
12891           Remove declaration of function that no longer exists.
12892
12893 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12894
12895         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12896         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12897         Make shout2 work for non ogg streams
12898
12899 2006-02-06  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12902         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12903         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12904         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12905         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12906         * gst/udp/gstmultiudpsink.h:
12907         Updated docs.
12908         Added properties bytes-served, bytes_to_serve.
12909         Post proper error messages,
12910         Emit client added signal too.
12911
12912 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12913
12914         * docs/plugins/Makefile.am:
12915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12917         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12918         (gst_multiudpsink_get_stats):
12919           adding docs for multiudpsink
12920
12921 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12922
12923         * gst/level/gstlevel.c: (gst_level_transform_ip):
12924           peak below decay is not necessarily an error, so don't ERROR log
12925
12926 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12927
12928         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12929         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12930         (gst_ebml_write_seek):
12931         * gst/matroska/ebml-write.h:
12932           Make sure we send a newsegment event in BYTES format
12933           before sending buffers (#328531).
12934
12935 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12936
12937         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12938         (gst_dvdemux_sink_query):
12939         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12940         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12941         (speex_dec_src_query):
12942         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12943         (gst_speexenc_sink_query):
12944         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12945         * gst/matroska/matroska-demux.c:
12946         (gst_matroska_demux_get_src_query_types),
12947         (gst_matroska_demux_handle_src_query):
12948         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12949         (gst_wavparse_pad_query):
12950           Pass unhandled queries upstream instead of just dropping
12951           them (#326446). Update query type arrays here and there.
12952
12953 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12954
12955         * tests/check/elements/matroskamux.c: (setup_src_pad):
12956           Collectpads in core got changed and now also holds a
12957           reference to any pad that is part of it. Fix refcount
12958           checks in test case accordingly.
12959
12960 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12961
12962         * gst/apetag/gstapedemux.h:
12963           Fix include, for now GstTagDemux is in the apetag dir.
12964
12965 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * docs/plugins/Makefile.am:
12968         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12969         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12970         * docs/plugins/inspect/plugin-cdio.xml:
12971           Add cdio plugin to docs.
12972
12973         * ext/cdio/gstcdiocddasrc.c:
12974           Add gtk-doc blurb.
12975
12976         * ext/cdio/gstcdio.c:
12977           The plugin is called 'cdio' not 'cddio'.
12978
12979 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12980
12981         * configure.ac:
12982         * docs/plugins/Makefile.am:
12983         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12984         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12985         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12986         * docs/plugins/inspect/plugin-apetag.xml:
12987         * gst/apetag/Makefile.am:
12988         * gst/apetag/gstapedemux.c:
12989         * gst/apetag/gstapedemux.h:
12990         * gst/apetag/gsttagdemux.c:
12991         * gst/apetag/gsttagdemux.h:
12992           Add APE tag demuxer (#325649).
12993
12994 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12995
12996         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12997         (gst_gconf_get_default_video_sink),
12998         (gst_gconf_get_default_audio_src),
12999         (gst_gconf_get_default_video_src):
13000         * ext/gconf/gconf.h:
13001         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13002         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13003         (do_toggle_element):
13004         * ext/gconf/gstgconfaudiosink.h:
13005         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13006         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13007         (do_toggle_element):
13008         * ext/gconf/gstgconfaudiosrc.h:
13009         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13010         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13011         (do_toggle_element):
13012         * ext/gconf/gstgconfvideosink.h:
13013         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13014         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13015         (do_toggle_element):
13016         * ext/gconf/gstgconfvideosrc.h:
13017           Ignore changing the GConf key to "". Ignore GConf key updates
13018           that don't actually change the string.
13019           For now, ignore the GConf key when the state is > READY, as
13020           it breaks streaming. Sometime it will be nice to bring the
13021           new sink online even mid-stream, by sending NEWSEGMENT info
13022           and possibly prerolling.
13023           (Fixes #326736)
13024
13025 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13026
13027         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13028         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13029         (zoomFilterSetResolution), (zoomFilterDestroy),
13030         (zoomFilterFastRGB), (pointFilter):
13031         * gst/goom/filters.h:
13032         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13033         (goom_update), (goom_close):
13034         * gst/goom/goom_core.h:
13035         * gst/goom/goom_tools.h:
13036         * gst/goom/graphic.c:
13037         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13038         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13039         * gst/goom/gstgoom.h:
13040         * gst/goom/lines.c: (goom_lines):
13041         * gst/goom/lines.h:
13042           Make goom reentrant by moving all important static variables
13043           into instance structures.
13044           (Fixes #329181)
13045
13046 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13047
13048         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13049         (gst_avi_demux_all_source_pads_unlinked),
13050         (gst_avi_demux_process_next_entry):
13051         * gst/avi/gstavidemux.h:
13052           Third attempt, use gst_pad_is_linked() this time.
13053
13054 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13055
13056         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13057         (parse_split_strings):
13058         Adjust for data length indicators when parsing (Fixes #329810)
13059         Fix stupid bug parsing UTF-8 tag text.
13060         Output tag strings with multiple fields as multiple tags, so the
13061         app gets all the data.
13062
13063 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13064
13065         * ext/flac/gstflacenc.c:
13066         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13067         show me.
13068         
13069 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13070
13071         * ext/flac/gstflacenc.c:
13072         * gst/matroska/ebml-read.c:
13073         Just make it compile with --disable-gst-debug.
13074
13075 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13076
13077         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13078         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13079         (id3v2_genre_fields_to_taglist):
13080           Never output a tag with a null contents string.
13081
13082 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13083
13084         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13085           Only pause if all pads are unlinked AND we've tried to send data
13086           on all of them at least once.
13087
13088 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13091         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13092           Make loop function/task pause itself when all source pads are
13093           unlinked.
13094
13095 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13096
13097         * configure.ac:
13098         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13099           Use new functions from core to render a bin from a
13100           string. Fixes build. Up requirements to core CVS.
13101
13102 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13103
13104         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13105           Don't push buffers into the adapter that we are going to
13106           push downstream again without framing anyway. Also, the
13107           adaptor takes ownership of buffers put into it (fixes
13108           auparse pushing invalid buffers for .au files with
13109           ADPCM contents). Finally, set caps on all outgoing buffers.
13110
13111 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13112
13113         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13114         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13115         (gst_id3demux_send_tag_event):
13116         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13117         Someone should kick my butt. Remove ID3v1 tags from the end of the
13118         file.
13119
13120         Improve error messages. Send the TAG message as soon as we complete
13121         typefinding, instead of waiting until we send the first buffer.
13122         Downstream tag event is still sent before the first buffer.
13123
13124 2006-01-27  Jan Gerber  <j@bootlab.org>
13125
13126         Reviewed by: Andy Wingo <wingo@pobox.com>
13127
13128         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13129         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13130         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13131         to not have warings flooding stderr. this is the suggested way
13132         also used in dvgrab and kino. (#328336)
13133
13134 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13135
13136         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13137         (gst_oss_sink_init), (gst_oss_sink_finalise):
13138           Free the device name string when finalised.
13139
13140 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13141
13142         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13143           Don't put function calls in g_return_if_fail() statements,
13144           or they'll be replaced with NOOPs if someone compiles with
13145           G_DISABLE_CHECKS defined.
13146           
13147 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13148
13149         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13150         Never trust ANY information encoded in a media file, especially
13151         when it's giving you sizes. (Fixes #328452)
13152
13153 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13154
13155         * gst/rtp/gstrtpg711pay.c:
13156         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13157         bug #325148.
13158
13159 2006-01-23  Edward Hervey  <edward@fluendo.com>
13160
13161         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13162         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13163         * gst/matroska/matroska-ids.h:
13164         Added recognition of Real Audio and Video streams in matroska demuxer.
13165
13166 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13167
13168         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13169           Remove errant break statement, and fix compilation with
13170           older GCC.
13171
13172 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13173
13174         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * sys/sunaudio/gstsunaudiomixerctrl.c:
13177         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13178           Export functions that are needed in other parts of the code,
13179           makes the mixer actually work; adjust magic minimum buffer-time
13180           value from 3ms to 5ms to work around stuttering during mp3
13181           playback (#327765).
13182
13183 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13184
13185         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13186
13187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13188         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13189           Fix possible deadlock in matroska muxer (#327825).
13190
13191 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13194         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13195         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13196         * gst/rtsp/sdpmessage.h:
13197         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13198         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13199           C89 fixes: declare variables at the beginning of a block and
13200           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13201           <jensgr at gmx dot net>).
13202
13203 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13204
13205         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13206         * gst/id3demux/id3tags.h:
13207         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13208         (parse_comment_frame), (parse_text_identification_frame),
13209         (id3v2_tag_to_taglist), (id3v2_are_digits),
13210         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13211         (parse_split_strings), (free_tag_strings):
13212           Rewrite parsing of text tags to handle multiple NULL terminated
13213           strings. Parse numeric genre strings and ID3v2 type
13214           "(3)(6)Alternative" style genre strings.
13215           Parse dates that are only YYYY or YYYY-mm format.
13216           (Fixes #328241 and #322154)
13217
13218 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13221           Don't forget to initialize liboil, otherwise our oil functions
13222           will crash (fixes #327871; patch by: Christoph Burghardt
13223           <hawkes at web dot de>).
13224
13225 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13226
13227         * configure.ac:
13228           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13229           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13230           patch by: Brian Cameron <brian dot cameron at sun dot com>
13231
13232 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13233
13234         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13235         * ext/cdio/gstcdio.h:
13236         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13237           Fix build for libcdio versions >= 76; give slightly lower rank
13238           than cdparanoia.
13239
13240 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13241
13242         * configure.ac:
13243         * ext/Makefile.am:
13244         * ext/cdio/Makefile.am:
13245         * ext/cdio/gstcdio.c:
13246         * ext/cdio/gstcdio.h:
13247         * ext/cdio/gstcdiocddasrc.c:
13248         * ext/cdio/gstcdiocddasrc.h:
13249           Port libcdio cdda source, formerly known as cddasrc, now known as
13250           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13251           but that's not tested (fixes #317658).
13252
13253 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13254
13255         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13256           Fix conversion from TIME to BYTES format (fixes #326864;
13257           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13258
13259 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13260
13261         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13262           Fix compilation of id3demux when zlib is not present.
13263           (Fixes #326602; patch by: Sergey Scobich)
13264
13265 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13266
13267         * ext/esd/Makefile.am:
13268           Add $(ESD_CFLAGS), otherwise build will fail for folks
13269           with libesd in a non-standard prefix (#327009).
13270
13271 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13272
13273         * configure.ac:
13274           back to HEAD
13275
13276 === release 0.10.1 ===
13277
13278 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13279
13280         * configure.ac:
13281           releasing 0.10.1, "Li"
13282
13283 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13284
13285           patch by: Wim Taymans
13286
13287         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13288           fix memleak.  Fixes #326618
13289
13290 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13291
13292           patch by: Mike Smith
13293
13294         * gst/level/gstlevel.c: (gst_level_message_new),
13295         (gst_level_message_append_channel):
13296           Fix memleak.  Fixes #326612
13297
13298 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13299
13300         * configure.ac:
13301           prereleasing
13302         * po/af.po:
13303         * po/az.po:
13304         * po/cs.po:
13305         * po/en_GB.po:
13306         * po/hu.po:
13307         * po/it.po:
13308         * po/nb.po:
13309         * po/nl.po:
13310         * po/or.po:
13311         * po/sq.po:
13312         * po/sr.po:
13313         * po/sv.po:
13314         * po/uk.po:
13315         * po/vi.po:
13316           update translations
13317
13318 2006-01-10  Michael Smith  <msmith@fluendo.com>
13319
13320         * gst/level/gstlevel.c: (gst_level_class_init),
13321         (gst_level_dispose):
13322           Don't leak filter arrays.
13323
13324 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13325
13326         reviewed by: Christian Schaller <uraeus@gnome.org>
13327         
13328         * configure.ac:
13329         * gst-plugins-good.spec.in:
13330         * sys/Makefile.am:
13331         * sys/sunaudio/Makefile.am:
13332         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13333         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13334         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13335         (gst_sunaudiomixer_change_state):
13336         * sys/sunaudio/gstsunaudiomixer.h:
13337         * sys/sunaudio/gstsunaudiomixerctrl.c:
13338         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13339         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13340         (gst_sunaudiomixer_ctrl_list_tracks),
13341         (gst_sunaudiomixer_ctrl_get_volume),
13342         (gst_sunaudiomixer_ctrl_set_volume),
13343         (gst_sunaudiomixer_ctrl_set_mute),
13344         (gst_sunaudiomixer_ctrl_set_record):
13345         * sys/sunaudio/gstsunaudiomixerctrl.h:
13346         * sys/sunaudio/gstsunaudiomixertrack.c:
13347         (gst_sunaudiomixer_track_class_init),
13348         (gst_sunaudiomixer_track_init), (fill_labels),
13349         (gst_sunaudiomixer_track_new):
13350         * sys/sunaudio/gstsunaudiomixertrack.h:
13351         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13352         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13353         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13354         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13355         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13356         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13357         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13358         * sys/sunaudio/gstsunaudiosink.h:
13359
13360         Add SunAudio plugin - tested to make sure it doesn't break
13361         the build under GNU/Linux.      
13362
13363 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13364
13365         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13366         * gst-plugins-good/gst/udp/gstudpsrc.c:
13367         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13368         overrides the port or multicast parameters. Fixes bugs #323021.
13369         API addition: adds GstUDPSrc::sockfd property   
13370
13371 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * ext/gconf/Makefile.am:
13374         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13375         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13376         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13377         (do_toggle_element), (cb_toggle_element),
13378         (gst_gconf_audio_src_change_state):
13379         * ext/gconf/gstgconfaudiosrc.h:
13380         * ext/gconf/gstgconfelements.c: (plugin_init):
13381         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13382         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13383         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13384         (do_toggle_element), (cb_toggle_element),
13385         (gst_gconf_video_src_change_state):
13386         * ext/gconf/gstgconfvideosrc.h:
13387           Add new gconfaudiosrc and gconfvideosrc elements
13388           (needed for gnome-sound-recorder).
13389
13390 2006-01-06  Edward Hervey  <edward@fluendo.com>
13391
13392         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13393         Add gst_element_no_more_pads() for proper decodebin behaviour.
13394         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13395         (parse_text_identification_frame), (parse_split_strings):
13396         Failure to decode some tags is not a GST_ERROR() but a
13397         GST_WARNING()
13398         When iterating over a chunk of text, check that we haven't gone too
13399         far.
13400
13401 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13402
13403         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13404         (plugin_init):
13405           call oil_init() when using liboil
13406
13407 2006-01-04  Wim Taymans  <wim@fluendo.com>
13408
13409         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13410         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13411         Fix leaks.
13412
13413 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13414
13415         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13416
13417         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13418         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13419         (gst_flac_dec_change_state):
13420           Don't g_assert() where we should just return FALSE; remove
13421           unnecessary g_assert(); initialize some fields properly in
13422           state change function (fixes #325504). Also, use
13423           GST_DEBUG_OBJECT in two more places.
13424
13425 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13426
13427         * configure.ac:
13428           also remove smoothwave's Makefile.am
13429         * docs/plugins/Makefile.am:
13430           fix plugin docs
13431
13432 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13433
13434         * tests/examples/Makefile.am:
13435           added missing Makefile.am
13436
13437 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13438
13439         * configure.ac:
13440         * gst/level/Makefile.am:
13441         * gst/level/level-example.c:
13442         * tests/Makefile.am:
13443         * tests/examples/level/Makefile.am:
13444         * tests/examples/level/level-example.c: (message_handler), (main):
13445           moved level-example to tests/examples/level-example
13446         * tests/old/examples/level/demo.c: (main):
13447         * tests/old/examples/level/plot.c: (main):
13448           some initial fixes
13449
13450 2005-12-29  Michael Smith  <msmith@fluendo.com>
13451
13452         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13453         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13454         * gst/udp/gstmultiudpsink.h:
13455           Track packets sent per client in addition to bytes sent; provide
13456           this info through get-stats signal
13457
13458 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13459
13460         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13461           Can't use gst_object_unref() on a GstAdapter (#325191).
13462
13463 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13464
13465         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13466         If a broken tag has 0 bytes payload, at least still skip
13467         the 10 byte header
13468
13469 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13470
13471         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13472         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13473         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13474         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13475           Making these depayloaders (H263+ and mpeg4 video) inherit from
13476           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13477
13478 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13479
13480         * docs/plugins/gst-plugins-good-plugins.args:
13481         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13482         Regenerate the plugin hiearchy.
13483
13484 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13485
13486         * docs/plugins/Makefile.am:
13487         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13488         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13489         * docs/plugins/gst-plugins-good-plugins.args:
13490         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13491         (gst_id3demux_base_init), (gst_id3demux_class_init),
13492         (gst_id3demux_chain):
13493         * gst/id3demux/gstid3demux.h:
13494           Add documentation for id3demux.
13495           Don't fail if the first buffer is not at offset 0, just
13496           attempt to typefind and do pass through
13497           Rename the gst_type function from gst_gst_id3demux..
13498
13499 2005-12-20  Michael Smith  <msmith@fluendo.com>
13500
13501         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13502         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13503         (gst_multiudpsink_get_stats):
13504         * gst/udp/gstmultiudpsink.h:
13505           Collect statistics; return them from get_stats.
13506
13507 2005-12-19  Edward Hervey  <edward@fluendo.com>
13508
13509         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13510         Stupid signedness issue...
13511
13512 2005-12-19  Edward Hervey  <edward@fluendo.com>
13513
13514         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13515         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13516         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13517         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13518         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13519         Construct index for indexless files.
13520         Make sure pad/buffers are correctly reset to NULL once we don't need
13521         them anymore, else we get lovely segfaults/assertions.
13522         * gst/wavparse/gstwavparse.c:
13523         Yes, you can have 96KHz audio and wma in wav :(
13524
13525 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13526
13527         * configure.ac:
13528           Check for optional dependency on zlib for id3demux
13529
13530         * gst/id3demux/Makefile.am:
13531         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13532         (gst_id3demux_base_init), (gst_id3demux_class_init),
13533         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13534         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13535         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13536         (gst_id3demux_set_property), (gst_id3demux_get_property),
13537         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13538         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13539         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13540         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13541         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13542         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13543         (simple_find_peek), (simple_find_suggest),
13544         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13545         (plugin_init):
13546         * gst/id3demux/gstid3demux.h:
13547         * gst/id3demux/id3tags.c: (read_synch_uint),
13548         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13549         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13550         (id3demux_id3v2_frames_to_tag_list):
13551         * gst/id3demux/id3tags.h:
13552         * gst/id3demux/id3v2.4.0-frames.txt:
13553         * gst/id3demux/id3v2.4.0-structure.txt:
13554         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13555         (parse_comment_frame), (parse_text_identification_frame),
13556         (id3v2_tag_to_taglist), (parse_split_strings):
13557           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13558           otherwise it discards them. Works on my test files. 
13559
13560         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13561           Don't send EOS to a non-existing srcpad
13562           The debug category can be static
13563
13564 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13565
13566         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13567         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13568         * gst/multipart/multipartdemux.c:
13569           change some char* into char[]
13570
13571 2005-12-16  Wim Taymans  <wim@fluendo.com>
13572
13573         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13574         (gst_wavparse_other), (gst_wavparse_perform_seek),
13575         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13576         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13577         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13578         * gst/wavparse/gstwavparse.h:
13579         Use GstSegment to implement more seeking features.
13580
13581 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13582
13583         * gst/rtsp/rtspconnection.c:
13584           Add <netinet/in.h> include and move <arpa/inet.h> include
13585           to make things work on OpenBSD as well (fixes #323717;
13586           patch by: Benjamin Pineau)
13587
13588 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13589
13590         * gst/rtp/gstrtpspeexdepay.c:
13591         * gst/rtp/gstrtpspeexpay.c:
13592         Set clock rate to be fixed in 8000. It fixes bug #324012.
13593
13594 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13595
13596         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13597         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13598         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13599         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13600         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13601         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13602         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13603         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13604         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13605         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13606         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13607         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13608         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13609         * gst-plugins-good/gst/rtp/README:
13610         Fixed payload range in payloder caps. Removed payload range completely
13611         from depayloaders as they don't require payload type in their caps.
13612         In effect, there isn't any specific payload type for any given codec,
13613         only suggestions.
13614         Fixes bug #324011.
13615
13616 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13617
13618         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13619         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13620         (gst_videomixer_collected): Code cleanup and re-enabling 
13621         queued time validity check for correct EOS handling.
13622
13623 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13626         (gst_oss_mixer_element_get_property),
13627         (gst_oss_mixer_element_change_state):
13628         Add 'device-name' property and fix state change function.
13629
13630 2005-12-13  Edward Hervey  <edward@fluendo.com>
13631
13632         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13633         If the speed of the file is null in the header, set the frame_time to
13634         the default setting of GST_SECOND / 70. Which is the default
13635         frame_delay for .fli files as stated in this document :
13636         http://www.compuphase.com/flic.htm
13637         Would be nice to have the time conversion done properly too (duration =
13638         flxh->frames * flxdec->frame_time)
13639
13640 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13641
13642         * docs/plugins/Makefile.am:
13643         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13644         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13645         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13646         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13647         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13648         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13649         documentation for videomixer on my way with a funny sample
13650         pipeline.
13651
13652 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13653
13654         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13655         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13656         (gst_videomixer_update_queues), (gst_videomixer_collected):
13657         Fix caps negotiation. (#323896)
13658
13659 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13660
13661         * gst/matroska/matroska-demux.c:
13662         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13663           Set correct timestamps on audio laces, fixes playback of mp3 from
13664                 matroska.
13665
13666 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13667
13668         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13669         (gst_au_parse_class_init), (gst_au_parse_init),
13670         (gst_au_parse_dispose), (gst_au_parse_chain),
13671         (gst_au_parse_change_state), (plugin_init):
13672         * gst/auparse/gstauparse.h:
13673           Use gst_object_unref() for GstObjects instead of
13674           g_object_unref() and fix a mem leak in a debug
13675           statement; while we're at it, also borgify, use
13676           boilerplate macros and clean up a little bit.
13677
13678 2005-12-11  Edward Hervey  <edward@fluendo.com>
13679
13680         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13681         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13682         Added pull mode.
13683
13684 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         * gst/goom/gstgoom.c:
13687         * gst/level/level-example.c: (main):
13688         * gst/smoothwave/demo-osssrc.c: (main):
13689           Use audiotestsrc instead of sinesrc (#323798).
13690
13691 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13692
13693         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13694           more debug-func-ptr usage
13695
13696 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13697
13698         * gst/flx/flx_color.c: (flx_colorspace_convert):
13699         * gst/flx/flx_color.h:
13700         * gst/flx/flx_fmt.h:
13701         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13702         * gst/flx/gstflxdec.h:
13703           Now flxdec works on big-endian machines as well.
13704
13705 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13706
13707         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13708         (gst_fenced_buffer_copy):
13709           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13710           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13711           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13712           and use GST_DEBUG_FUNCPTR for pad functions.
13713
13714 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13715
13716         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13717         (gst_flac_dec_class_init), (gst_flac_dec_init),
13718         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13719         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13720         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13721         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13722         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13723         (gst_flac_dec_change_state):
13724         * ext/flac/gstflacdec.h:
13725           Rewrite flacdec a bit, so that even seeking might work now. Most
13726           importantly, don't act upon any flow return values we get, just tell
13727           the decoder everything's dandy and act on the flow return values
13728           later on in the loop function. We don't want to mess up the internal
13729           decoder state for non-fatal things like flushing pads etc. Other
13730           than that, use GstSegment (segment seeks don't work yet though, but
13731           should be easy to add), use boilerplate macros, drop the superfluous
13732           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13733           lots of other things.
13734
13735 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13736
13737         * configure.ac:
13738           Update comment in OSS includes check.
13739
13740         * sys/oss/gstossdmabuffer.c:
13741         * sys/oss/gstosshelper.c:
13742         * sys/oss/gstossmixer.c:
13743         * sys/oss/gstossmixertrack.c:
13744         * sys/oss/gstosssink.c:
13745         * sys/oss/gstosssrc.c:
13746         * sys/oss/oss_probe.c:
13747           Don't assume the OSS soundcard.h include is always in
13748           the sys/ directory. Instead, use the existing defines
13749           from config.h to include the right file. Fixes
13750           compilation on OpenBSD 3.8 (#323718).
13751
13752 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13753
13754         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13755         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13756         * docs/plugins/inspect/plugin-1394.xml:
13757         * docs/plugins/inspect/plugin-aasink.xml:
13758         * docs/plugins/inspect/plugin-alaw.xml:
13759         * docs/plugins/inspect/plugin-alpha.xml:
13760         * docs/plugins/inspect/plugin-alphacolor.xml:
13761         * docs/plugins/inspect/plugin-auparse.xml:
13762         * docs/plugins/inspect/plugin-autodetect.xml:
13763         * docs/plugins/inspect/plugin-avi.xml:
13764         * docs/plugins/inspect/plugin-cacasink.xml:
13765         * docs/plugins/inspect/plugin-cairo.xml:
13766         * docs/plugins/inspect/plugin-cutter.xml:
13767         * docs/plugins/inspect/plugin-debug.xml:
13768         * docs/plugins/inspect/plugin-dv.xml:
13769         * docs/plugins/inspect/plugin-efence.xml:
13770         * docs/plugins/inspect/plugin-effectv.xml:
13771         * docs/plugins/inspect/plugin-esdsink.xml:
13772         * docs/plugins/inspect/plugin-flac.xml:
13773         * docs/plugins/inspect/plugin-flxdec.xml:
13774         * docs/plugins/inspect/plugin-gconfelements.xml:
13775         * docs/plugins/inspect/plugin-goom.xml:
13776         * docs/plugins/inspect/plugin-jpeg.xml:
13777         * docs/plugins/inspect/plugin-level.xml:
13778         * docs/plugins/inspect/plugin-matroska.xml:
13779         * docs/plugins/inspect/plugin-mulaw.xml:
13780         * docs/plugins/inspect/plugin-multipart.xml:
13781         * docs/plugins/inspect/plugin-navigationtest.xml:
13782         * docs/plugins/inspect/plugin-ossaudio.xml:
13783         * docs/plugins/inspect/plugin-png.xml:
13784         * docs/plugins/inspect/plugin-rtp.xml:
13785         * docs/plugins/inspect/plugin-rtsp.xml:
13786         * docs/plugins/inspect/plugin-shout2send.xml:
13787         * docs/plugins/inspect/plugin-smpte.xml:
13788         * docs/plugins/inspect/plugin-speex.xml:
13789         * docs/plugins/inspect/plugin-udp.xml:
13790         * docs/plugins/inspect/plugin-videobox.xml:
13791         * docs/plugins/inspect/plugin-videoflip.xml:
13792         * docs/plugins/inspect/plugin-videomixer.xml:
13793         * docs/plugins/inspect/plugin-wavenc.xml:
13794         * docs/plugins/inspect/plugin-wavparse.xml:
13795         * ext/flac/gstflac.c: (plugin_init):
13796         * ext/flac/gstflacdec.c: (flacdec_get_type),
13797         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13798         (gst_flac_dec_init), (gst_flac_dec_finalize),
13799         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13800         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13801         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13802         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13803         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13804         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13805         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13806         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13807         * ext/flac/gstflacdec.h:
13808         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13809         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13810         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13811         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13812         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13813         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13814         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13815         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13816         (gst_flac_enc_change_state):
13817         * ext/flac/gstflacenc.h:
13818           borgify and fix up documentation
13819
13820 2005-12-09  Michael Smith  <msmith@fluendo.com>
13821
13822         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13823           Accept a wider range of flac files, more closely matching flac spec.
13824
13825 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13826
13827         * docs/plugins/Makefile.am: Add multipart elements.
13828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13829         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13830         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13831         * gst/multipart/multipartdemux.c:
13832         * gst/multipart/multipartmux.c: Add docs.
13833
13834 2005-12-07  Edward Hervey  <edward@fluendo.com>
13835
13836         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13837         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13838         (gst_avi_demux_invert):
13839         Memleak and crasher fixes.
13840         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13841         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13842         Memleak fixes
13843
13844 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13845
13846         * ext/aalib/gstaasink.h:
13847         * ext/cairo/gsttextoverlay.h:
13848         * ext/dv/gstdvdec.h:
13849         * ext/dv/gstdvdemux.c:
13850         * ext/dv/gstdvdemux.h:
13851         * ext/esd/esdsink.h:
13852         * ext/flac/flac_compat.h:
13853         * ext/flac/gstflacdec.h:
13854         * ext/flac/gstflacenc.h:
13855         * ext/gconf/gconf.h:
13856         * ext/gconf/gstgconfaudiosink.h:
13857         * ext/gconf/gstgconfvideosink.h:
13858         * ext/gdk_pixbuf/gstgdkanimation.h:
13859         * ext/jpeg/gstjpegdec.h:
13860         * ext/jpeg/smokecodec.h:
13861         * ext/jpeg/smokeformat.h:
13862         * ext/ladspa/gstsignalprocessor.h:
13863         * ext/ladspa/search.c: (LADSPAPluginSearch):
13864         * ext/ladspa/utils.h:
13865         * ext/libmng/gstmng.c:
13866         * ext/libmng/gstmngdec.h:
13867         * ext/libmng/gstmngenc.c:
13868         * ext/libmng/gstmngenc.h:
13869         * ext/libpng/gstpng.c:
13870         * ext/libpng/gstpngenc.c:
13871         * ext/libpng/gstpngenc.h:
13872         * ext/shout2/gstshout2.h:
13873         * ext/speex/gstspeexdec.h:
13874         * ext/speex/gstspeexenc.c:
13875         * ext/speex/gstspeexenc.h:
13876         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13877         * gst/autodetect/gstautoaudiosink.h:
13878         * gst/autodetect/gstautovideosink.h:
13879         * gst/avi/gstavidemux.h:
13880         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13881         (gst_cutter_set_property), (gst_cutter_get_caps):
13882         * gst/cutter/gstcutter.h:
13883         * gst/debug/tests.c: (md5_process_block):
13884         * gst/debug/tests.h:
13885         * gst/effectv/gstwarp.c:
13886         * gst/flx/flx_fmt.h:
13887         * gst/flx/gstflxdec.h:
13888         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13889         (zoomFilterFastRGB):
13890         * gst/goom/filters.h:
13891         * gst/goom/goom_tools.h:
13892         * gst/law/alaw-encode.c:
13893         * gst/level/gstlevel.c:
13894         * gst/level/gstlevel.h:
13895         * gst/matroska/ebml-write.h:
13896         * gst/matroska/matroska-demux.h:
13897         * gst/matroska/matroska-ids.h:
13898         * gst/matroska/matroska-mux.h:
13899         * gst/monoscope/convolve.c: (convolve_match):
13900         * gst/monoscope/convolve.h:
13901         * gst/multipart/multipartmux.c:
13902         * gst/oldcore/gstaggregator.c:
13903         * gst/oldcore/gstaggregator.h:
13904         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13905         * gst/oldcore/gstmd5sink.h:
13906         * gst/oldcore/gstmultifilesrc.c:
13907         * gst/oldcore/gstmultifilesrc.h:
13908         * gst/oldcore/gstpipefilter.h:
13909         * gst/oldcore/gstshaper.h:
13910         * gst/rtp/gstrtpL16depay.h:
13911         * gst/rtp/gstrtpL16pay.h:
13912         * gst/rtp/gstrtpdepay.h:
13913         * gst/rtp/gstrtpmp4vpay.c:
13914         * gst/rtp/gstrtpmp4vpay.h:
13915         * gst/rtsp/gstrtspsrc.c:
13916         * gst/rtsp/gstrtspsrc.h:
13917         * gst/rtsp/rtspconnection.h:
13918         * gst/rtsp/rtspdefs.h:
13919         * gst/rtsp/rtspmessage.h:
13920         * gst/rtsp/rtsptransport.h:
13921         * gst/rtsp/rtspurl.c:
13922         * gst/rtsp/rtspurl.h:
13923         * gst/rtsp/sdpmessage.c:
13924         * gst/rtsp/sdpmessage.h:
13925         * gst/smpte/barboxwipes.c:
13926         * gst/smpte/gstmask.h:
13927         * gst/smpte/gstsmpte.h:
13928         * gst/smpte/paint.c:
13929         * gst/smpte/paint.h:
13930         * gst/udp/gstdynudpsink.h:
13931         * gst/udp/gstmultiudpsink.h:
13932         * gst/udp/gstudpsink.c:
13933         * gst/udp/gstudpsink.h:
13934         * gst/udp/gstudpsrc.c:
13935         * gst/videomixer/videomixer.c:
13936         * gst/wavenc/riff.h:
13937         * gst/wavparse/gstwavparse.h:
13938         * sys/oss/gstossdmabuffer.h:
13939         * sys/oss/gstossmixer.h:
13940         * sys/oss/gstossmixerelement.h:
13941         * sys/oss/gstossmixertrack.h:
13942         * sys/oss/gstosssink.c:
13943         * sys/oss/gstosssink.h:
13944         * sys/oss/gstosssrc.c:
13945         * sys/oss/gstosssrc.h:
13946         * sys/osxaudio/gstosxaudioelement.h:
13947         * sys/osxaudio/gstosxaudiosink.h:
13948         * sys/osxaudio/gstosxaudiosrc.h:
13949           expand tabs
13950
13951 === release 0.10.0 ===
13952
13953 2005-12-05   <thomas (at) apestaart (dot) org>
13954
13955         * configure.ac:
13956           releasing 0.10.0, "Abondance"
13957
13958 2005-12-05  Andy Wingo  <wingo@pobox.com>
13959
13960         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13961         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13962         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13963         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13964         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13965         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13966         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13967         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13968         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13969         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13970         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13971         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13972         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13973         * gst/goom/gstgoom.c: (gst_goom_chain):
13974         * gst/matroska/matroska-demux.c:
13975         (gst_matroska_demux_push_vorbis_codec_priv_data),
13976         (gst_matroska_demux_add_wvpk_header):
13977         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13978         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13979         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13980         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13981         alloc_buffer changes.
13982
13983 2005-12-05  Michael Smith  <msmith@fluendo.com>
13984
13985         * docs/plugins/gst-plugins-good-plugins.args:
13986           Remove args for plugins that aren't in -good.
13987
13988 === release 0.9.7 ===
13989
13990 2005-12-01   <thomas (at) apestaart (dot) org>
13991
13992         * configure.ac:
13993           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13994
13995 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13996
13997         * docs/plugins/.cvsignore:
13998         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13999         * docs/plugins/inspect/plugin-multipart.xml:
14000         * docs/plugins/inspect/plugin-rtp.xml:
14001           add multipart plugin to docs
14002
14003 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14004
14005         * configure.ac:
14006         * ext/Makefile.am:
14007         * ext/pango/Makefile.am:
14008         * ext/pango/gstclockoverlay.c:
14009         * ext/pango/gstclockoverlay.h:
14010         * ext/pango/gsttextoverlay.c:
14011         * ext/pango/gsttextoverlay.h:
14012         * ext/pango/gsttextrender.c:
14013         * ext/pango/gsttextrender.h:
14014         * ext/pango/gsttimeoverlay.c:
14015         * ext/pango/gsttimeoverlay.h:
14016           move pango to base
14017
14018 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14019
14020         * gst/rtp/Makefile.am:
14021         * gst/rtp/gstrtpL16depay.c:
14022         * gst/rtp/gstrtpL16depay.h:
14023         * gst/rtp/gstrtpL16parse.c:
14024         * gst/rtp/gstrtpL16parse.h:
14025         * gst/rtp/gstrtpgsmdepay.c:
14026         * gst/rtp/gstrtpgsmdepay.h:
14027         * gst/rtp/gstrtpgsmparse.c:
14028         * gst/rtp/gstrtpgsmparse.h:
14029           parsers are depayers
14030
14031 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14032
14033         * gst/rtp/Makefile.am:
14034         * gst/rtp/gstasteriskh263.c:
14035         * gst/rtp/gstrtp.c:
14036         * gst/rtp/gstrtpL16enc.c:
14037         * gst/rtp/gstrtpL16enc.h:
14038         * gst/rtp/gstrtpL16parse.c:
14039         * gst/rtp/gstrtpL16parse.h:
14040         * gst/rtp/gstrtpL16pay.c:
14041         * gst/rtp/gstrtpL16pay.h:
14042         * gst/rtp/gstrtpamrdec.c:
14043         * gst/rtp/gstrtpamrdec.h:
14044         * gst/rtp/gstrtpamrdepay.c:
14045         * gst/rtp/gstrtpamrdepay.h:
14046         * gst/rtp/gstrtpamrenc.c:
14047         * gst/rtp/gstrtpamrenc.h:
14048         * gst/rtp/gstrtpamrpay.c:
14049         * gst/rtp/gstrtpamrpay.h:
14050         * gst/rtp/gstrtpdec.c:
14051         * gst/rtp/gstrtpdec.h:
14052         * gst/rtp/gstrtpdepay.c:
14053         * gst/rtp/gstrtpdepay.h:
14054         * gst/rtp/gstrtpg711dec.c:
14055         * gst/rtp/gstrtpg711dec.h:
14056         * gst/rtp/gstrtpg711depay.c:
14057         * gst/rtp/gstrtpg711depay.h:
14058         * gst/rtp/gstrtpg711enc.c:
14059         * gst/rtp/gstrtpg711enc.h:
14060         * gst/rtp/gstrtpg711pay.c:
14061         * gst/rtp/gstrtpg711pay.h:
14062         * gst/rtp/gstrtpgsmenc.c:
14063         * gst/rtp/gstrtpgsmenc.h:
14064         * gst/rtp/gstrtpgsmparse.c:
14065         * gst/rtp/gstrtpgsmparse.h:
14066         * gst/rtp/gstrtpgsmpay.c:
14067         * gst/rtp/gstrtpgsmpay.h:
14068         * gst/rtp/gstrtph263enc.c:
14069         * gst/rtp/gstrtph263enc.h:
14070         * gst/rtp/gstrtph263pay.c:
14071         * gst/rtp/gstrtph263pay.h:
14072         * gst/rtp/gstrtph263pdec.c:
14073         * gst/rtp/gstrtph263pdec.h:
14074         * gst/rtp/gstrtph263pdepay.c:
14075         * gst/rtp/gstrtph263pdepay.h:
14076         * gst/rtp/gstrtph263penc.c:
14077         * gst/rtp/gstrtph263penc.h:
14078         * gst/rtp/gstrtph263ppay.c:
14079         * gst/rtp/gstrtph263ppay.h:
14080         * gst/rtp/gstrtpmp4vdec.c:
14081         * gst/rtp/gstrtpmp4vdec.h:
14082         * gst/rtp/gstrtpmp4vdepay.c:
14083         * gst/rtp/gstrtpmp4vdepay.h:
14084         * gst/rtp/gstrtpmp4venc.c:
14085         * gst/rtp/gstrtpmp4venc.h:
14086         * gst/rtp/gstrtpmp4vpay.c:
14087         * gst/rtp/gstrtpmp4vpay.h:
14088         * gst/rtp/gstrtpmpadec.c:
14089         * gst/rtp/gstrtpmpadec.h:
14090         * gst/rtp/gstrtpmpadepay.c:
14091         * gst/rtp/gstrtpmpadepay.h:
14092         * gst/rtp/gstrtpmpaenc.c:
14093         * gst/rtp/gstrtpmpaenc.h:
14094         * gst/rtp/gstrtpmpapay.c:
14095         * gst/rtp/gstrtpmpapay.h:
14096         * gst/rtp/gstrtpspeexdec.c:
14097         * gst/rtp/gstrtpspeexdec.h:
14098         * gst/rtp/gstrtpspeexdepay.c:
14099         * gst/rtp/gstrtpspeexdepay.h:
14100         * gst/rtp/gstrtpspeexenc.c:
14101         * gst/rtp/gstrtpspeexenc.h:
14102         * gst/rtp/gstrtpspeexpay.c:
14103         * gst/rtp/gstrtpspeexpay.h:
14104           Do burger's rename for rtp payloaders and depayloaders
14105
14106 2005-11-30  Wim Taymans  <wim@fluendo.com>
14107
14108         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14109         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14110         * ext/dv/gstdvdemux.h:
14111         Fix seeking in dvdemux again, add some more debug info.
14112
14113 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14114
14115         * configure.ac:
14116           fix tests
14117
14118 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14119
14120         * PORTED_09:
14121         * docs/random/PORTED_09:
14122           move
14123         * tests/Makefile.am:
14124           add
14125         * win32/gst.sln:
14126           remove
14127
14128 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14129
14130         * Makefile.am:
14131         * check/.cvsignore:
14132         * check/Makefile.am:
14133         * check/elements/.cvsignore:
14134         * check/elements/level.c:
14135         * check/elements/matroskamux.c:
14136         * configure.ac:
14137         * examples/Makefile.am:
14138         * examples/capsfilter/Makefile.am:
14139         * examples/capsfilter/capsfilter1.c:
14140         * examples/gob/Makefile.am:
14141         * examples/gob/gst-identity2.gob:
14142         * examples/gstplay/.cvsignore:
14143         * examples/gstplay/Makefile.am:
14144         * examples/gstplay/player.c:
14145         * examples/indexing/.cvsignore:
14146         * examples/indexing/Makefile.am:
14147         * examples/indexing/indexmpeg.c:
14148         * examples/level/Makefile.am:
14149         * examples/level/README:
14150         * examples/level/demo.c:
14151         * examples/level/plot.c:
14152         * examples/stats/Makefile.am:
14153         * examples/stats/mp2ogg.c:
14154         * examples/switch/.cvsignore:
14155         * examples/switch/Makefile.am:
14156         * examples/switch/switcher.c:
14157           move under tests/
14158
14159 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14160
14161         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14162         (gst_text_render_class_init), (resize_bitmap),
14163         (gst_text_render_render_text), (gst_text_render_setcaps),
14164         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14165         (gst_text_render_chain), (gst_text_render_finalize),
14166         (gst_text_render_init), (gst_text_render_set_property):
14167         * ext/pango/gsttextrender.h:
14168           Add missing files.
14169
14170 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14171
14172         * configure.ac:
14173         * ext/Makefile.am:
14174         * ext/pango/Makefile.am:
14175         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14176         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14177         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14178         * ext/pango/gstclockoverlay.h:
14179         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14180         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14181         (gst_text_overlay_finalize), (gst_text_overlay_init),
14182         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14183         (gst_text_overlay_text_pad_linked),
14184         (gst_text_overlay_text_pad_unlinked),
14185         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14186         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14187         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14188         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14189         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14190         (gst_text_overlay_change_state), (plugin_init):
14191         * ext/pango/gsttextoverlay.h:
14192         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14193         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14194         (gst_time_overlay_class_init), (gst_time_overlay_init):
14195         * ext/pango/gsttimeoverlay.h:
14196           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14197           and add background shading and text wrapping modes. Make 
14198           timoverlay derive from textoverlay. Also add new clockoverlay
14199           element.
14200
14201 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14202
14203         * gst/udp/Makefile.am: Moved to netbuffer.
14204
14205 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14206
14207         * configure.ac:
14208         * PORTED_O9:
14209         * gst/multipart/Makefile.am:
14210         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14211         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14212         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14213         (gst_multipart_demux_change_state),
14214         (gst_multipart_demux_plugin_init):
14215         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14216         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14217         (gst_multipart_mux_sinkconnect),
14218         (gst_multipart_mux_request_new_pad),
14219         (gst_multipart_mux_handle_src_event),
14220         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14221         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14222         0.9.
14223
14224 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14225
14226         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14227         * gst/debug/gstnavigationtest.h:
14228         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14229         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14230         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14231         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14232         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14233         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14234         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14235         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14236         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14237         (gst_video_flip_get_type):
14238         * gst/videofilter/gstvideoflip.h:
14239           update for symbols change
14240
14241 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14242
14243         * gst/udp/gstdynudpsink.c:
14244         * gst/udp/gstudpsrc.c:
14245           the old gstnet lib was renamed gstnetbuffer (#322257)
14246
14247 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14248
14249         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14250         (gst_text_overlay_collected):
14251           Actually render the text from the text pad.
14252
14253 2005-11-29  Edward Hervey  <edward@fluendo.com>
14254
14255         * gst/debug/gstnavseek.c: (gst_navseek_event):
14256         * gst/debug/progressreport.c: (gst_progress_report_event):
14257         Update for GstBaseTransform event virtual method
14258
14259 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14260
14261         * ext/cairo/Makefile.am:
14262           no need to link to videofilter
14263
14264 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14265
14266         * gst/debug/Makefile.am:
14267         * gst/debug/gstnavigationtest.h:
14268         * gst/effectv/Makefile.am:
14269         * gst/effectv/gstaging.c:
14270         * gst/effectv/gstdice.c:
14271         * gst/effectv/gstedge.c:
14272         * gst/effectv/gstquark.c:
14273         * gst/effectv/gstrev.c:
14274         * gst/effectv/gstshagadelic.c:
14275         * gst/effectv/gstvertigo.c:
14276         * gst/effectv/gstwarp.c:
14277         * gst/videofilter/Makefile.am:
14278         * gst/videofilter/gstvideofilter.c:
14279         * gst/videofilter/gstvideofilter.h:
14280         * gst/videofilter/gstvideoflip.h:
14281           remove the videofilter library and link to the one in base
14282
14283 2005-11-28  Edward Hervey  <edward@fluendo.com>
14284
14285         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14286         Useless check now we're setting the current entry correctly.
14287
14288 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14291         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14292         (gst_jpegenc_change_state):
14293           Don't leak input buffer in chain function (fixes #322667); make 
14294           state change function thread-safe; don't repeat the current function
14295           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14296           gst_pad_alloc_buffer(); misc. minor cleanups.
14297
14298 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14299
14300         * gst/matroska/matroska-mux.c:
14301         (gst_matroska_mux_video_pad_setcaps):
14302         Look for pixel-aspect-ratio in caps, not pixel_width and
14303         pixel_height (Fixes: #322645)
14304
14305 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14306
14307         * gst/matroska/matroska-mux.c:
14308         (gst_matroska_mux_video_pad_setcaps):
14309         From Michal Benes:
14310         frame duration should be GST_SECOND / framerate, not
14311         GST_SECOND * framerate. (Fixes: #322643)
14312
14313 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14314
14315         * configure.ac:
14316           fix up GST_PLUGIN_LDFLAGS
14317         * gst/rtsp/rtspconnection.c:
14318           fix includes (see #317043)
14319         * gst/videofilter/Makefile.am:
14320           stop installing this library
14321
14322 2005-11-26  Edward Hervey  <edward@fluendo.com>
14323
14324         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14325         Handle the case where the incoming Video dv stream doesn't have
14326         a pixel aspect ratio set.
14327
14328 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14329
14330         * docs/plugins/Makefile.am:
14331         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14332         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14333         * ext/flac/gstflacdec.c:
14334           document flacdec
14335
14336 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14337
14338         * docs/plugins/Makefile.am:
14339         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14340         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14341         * docs/plugins/inspect/plugin-autodetect.xml:
14342         * ext/cairo/gstcairo.c: (plugin_init):
14343         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14344         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14345         (gst_text_overlay_init), (gst_text_overlay_font_init),
14346         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14347         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14348         (gst_text_overlay_text_pad_linked),
14349         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14350         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14351         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14352         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14353         (gst_text_overlay_change_state):
14354         * ext/cairo/gsttextoverlay.h:
14355         * ext/cairo/gsttimeoverlay.c:
14356         (gst_cairo_time_overlay_update_font_height),
14357         (gst_cairo_time_overlay_set_caps),
14358         (gst_cairo_time_overlay_get_unit_size),
14359         (gst_cairo_time_overlay_print_smpte_time),
14360         (gst_cairo_time_overlay_transform),
14361         (gst_cairo_time_overlay_base_init),
14362         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14363         (gst_cairo_time_overlay_get_type):
14364         * ext/cairo/gsttimeoverlay.h:
14365           do some name borgifying
14366           document
14367
14368 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14369
14370         * docs/plugins/Makefile.am:
14371         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14373         * gst/autodetect/gstautoaudiosink.c:
14374         (gst_auto_audio_sink_base_init):
14375         * gst/autodetect/gstautovideosink.c:
14376         (gst_auto_video_sink_base_init),
14377         (gst_auto_video_sink_factory_filter):
14378           documenting auto*sink
14379           using strstr for the video sink lookup, class field is not ordered
14380         * docs/plugins/inspect/plugin-1394.xml:
14381         * docs/plugins/inspect/plugin-aasink.xml:
14382         * docs/plugins/inspect/plugin-alaw.xml:
14383         * docs/plugins/inspect/plugin-alpha.xml:
14384         * docs/plugins/inspect/plugin-alphacolor.xml:
14385         * docs/plugins/inspect/plugin-auparse.xml:
14386         * docs/plugins/inspect/plugin-autodetect.xml:
14387         * docs/plugins/inspect/plugin-avi.xml:
14388         * docs/plugins/inspect/plugin-cacasink.xml:
14389         * docs/plugins/inspect/plugin-cairo.xml:
14390         * docs/plugins/inspect/plugin-cutter.xml:
14391         * docs/plugins/inspect/plugin-debug.xml:
14392         * docs/plugins/inspect/plugin-dv.xml:
14393         * docs/plugins/inspect/plugin-efence.xml:
14394         * docs/plugins/inspect/plugin-effectv.xml:
14395         * docs/plugins/inspect/plugin-esdsink.xml:
14396         * docs/plugins/inspect/plugin-flac.xml:
14397         * docs/plugins/inspect/plugin-flxdec.xml:
14398         * docs/plugins/inspect/plugin-gconfelements.xml:
14399         * docs/plugins/inspect/plugin-goom.xml:
14400         * docs/plugins/inspect/plugin-jpeg.xml:
14401         * docs/plugins/inspect/plugin-level.xml:
14402         * docs/plugins/inspect/plugin-matroska.xml:
14403         * docs/plugins/inspect/plugin-mulaw.xml:
14404         * docs/plugins/inspect/plugin-navigationtest.xml:
14405         * docs/plugins/inspect/plugin-ossaudio.xml:
14406         * docs/plugins/inspect/plugin-png.xml:
14407         * docs/plugins/inspect/plugin-rtp.xml:
14408         * docs/plugins/inspect/plugin-rtsp.xml:
14409         * docs/plugins/inspect/plugin-shout2send.xml:
14410         * docs/plugins/inspect/plugin-smpte.xml:
14411         * docs/plugins/inspect/plugin-speex.xml:
14412         * docs/plugins/inspect/plugin-udp.xml:
14413         * docs/plugins/inspect/plugin-videobox.xml:
14414         * docs/plugins/inspect/plugin-videoflip.xml:
14415         * docs/plugins/inspect/plugin-videomixer.xml:
14416         * docs/plugins/inspect/plugin-wavenc.xml:
14417         * docs/plugins/inspect/plugin-wavparse.xml:
14418           update for HEAD version
14419
14420 2005-11-25  Michael Smith  <msmith@fluendo.com>
14421
14422         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14423           Patch from Sebastien Cote to close control sockets in udpsrc.
14424
14425 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14426
14427         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14428         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14429         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14430         (gst_quarktv_base_init), (gst_quarktv_class_init),
14431         (gst_quarktv_init): Flush the planes list on reverse caps
14432         negotiation. This was crashing because of differently sized
14433         buffers.
14434
14435 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14436
14437         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14438         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14439         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14440         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14441         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14442         (gst_videoflip_set_property), (gst_videoflip_base_init),
14443         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14444         correctly, fix identity flipping, convert navigation event 
14445         correctly again.
14446
14447 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14448
14449         * configure.ac: back to HEAD
14450
14451 === release 0.9.6 ===
14452
14453 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14454
14455         * configure.ac:
14456           releasing 0.9.6, "Everything's Not Lost"
14457
14458 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14459
14460         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14461         Oops, initialise the framerate GValue
14462
14463 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14464
14465         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14466         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14467         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14468         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14469         (gst_timeoverlay_get_type):
14470         * ext/cairo/gsttimeoverlay.h:
14471         * gst/debug/Makefile.am:
14472         * gst/debug/gstnavigationtest.c:
14473         (gst_navigationtest_handle_src_event),
14474         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14475         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14476         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14477         (gst_navigationtest_init), (gst_navigationtest_get_type),
14478         (plugin_init):
14479         * gst/debug/gstnavigationtest.h:
14480         * gst/effectv/Makefile.am:
14481         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14482         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14483         (gst_agingtv_base_init), (gst_agingtv_class_init),
14484         (gst_agingtv_init), (gst_agingtv_get_type):
14485         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14486         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14487         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14488         (gst_dicetv_get_type):
14489         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14490         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14491         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14492         (gst_edgetv_get_type):
14493         * gst/effectv/gsteffectv.c:
14494         * gst/effectv/gsteffectv.h:
14495         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14496         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14497         (gst_quarktv_change_state), (gst_quarktv_base_init),
14498         (gst_quarktv_class_init), (gst_quarktv_init),
14499         (gst_quarktv_get_type):
14500         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14501         (gst_revtv_get_unit_size), (gst_revtv_transform),
14502         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14503         (gst_revtv_get_type):
14504         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14505         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14506         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14507         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14508         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14509         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14510         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14511         (gst_vertigotv_init), (gst_vertigotv_get_type):
14512         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14513         (gst_warptv_get_unit_size), (gst_warptv_transform),
14514         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14515         (gst_warptv_get_type):
14516         * gst/videofilter/Makefile.am:
14517         * gst/videofilter/gstvideobalance.c:
14518         * gst/videofilter/gstvideobalance.h:
14519         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14520         (gst_videofilter_class_init), (gst_videofilter_init):
14521         * gst/videofilter/gstvideofilter.h:
14522         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14523         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14524         (gst_videoflip_flip), (gst_videoflip_transform),
14525         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14526         (gst_videoflip_base_init), (gst_videoflip_class_init),
14527         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14528         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14529         BaseTransform, it's just a place holder for now and every video
14530         effect plugin has been ported to use BaseTransform features 
14531         directly. QuarkTV was fixed too (was broken), navigationtest works
14532         and best for the end, videoflip converts navigation events depending
14533         on flip method ! Fixes #320953
14534
14535 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14536
14537         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14538         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14539         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14540         (gst_goom_src_negotiate), (gst_goom_chain):
14541         * gst/matroska/matroska-mux.c:
14542         (gst_matroska_mux_video_pad_setcaps):
14543         * sys/osxvideo/osxvideosink.m:
14544           Fixes for API changes
14545
14546 2005-11-23  Michael Smith <msmith@fluendo.com>
14547
14548         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14549         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14550         * ext/jpeg/gstjpegdec.h:
14551         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14552         * ext/jpeg/gstjpegenc.h:
14553         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14554         (gst_smokeenc_resync):
14555         * ext/jpeg/gstsmokeenc.h:
14556           JPEG fractiony goodness.
14557
14558 2005-11-22  Michael Smith <msmith@fluendo.com>
14559
14560         * gst/goom/filters.c:
14561         * gst/goom/graphic.h:
14562           Fix compilation by making some functions static inline instead of
14563           extern inline, matching the way they're used.
14564
14565 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14566
14567         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14568         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14569         * ext/cairo/gsttextoverlay.h:
14570         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14571         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14572         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14573         (gst_pngdec_caps_create_and_set):
14574         * ext/libpng/gstpngdec.h:
14575         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14576         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14577         * gst/avi/gstavimux.c: (gst_avimux_init),
14578         (gst_avimux_vidsinkconnect):
14579         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14580         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14581         (gst_goom_src_negotiate), (gst_goom_chain):
14582         * gst/goom/gstgoom.h:
14583         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14584         * gst/matroska/matroska-mux.c:
14585         (gst_matroska_mux_video_pad_setcaps):
14586         * sys/osxvideo/osxvideosink.h:
14587         * sys/osxvideo/osxvideosink.m:
14588           More fractional framerate conversions 
14589
14590 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14591
14592         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14593         * gst/debug/gstnavigationtest.c:
14594         (gst_navigationtest_handle_src_event):
14595         * gst/videofilter/gstvideofilter.c:
14596         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14597         (gst_videofilter_init):
14598         * gst/videofilter/gstvideofilter.h:
14599           Convert to fractional framerates.
14600
14601 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14602
14603         * ext/aalib/gstaasink.c:
14604         * ext/dv/gstdvdec.c:
14605         * ext/esd/esdmon.c:
14606         * ext/flac/gstflacenc.c:
14607         * ext/gdk_pixbuf/pixbufscale.c:
14608         * ext/libcaca/gstcacasink.c:
14609         * ext/shout2/gstshout2.c:
14610         * gst/alpha/gstalpha.c:
14611         * gst/oldcore/gstaggregator.c:
14612         * gst/oldcore/gstshaper.c:
14613         * gst/smpte/barboxwipes.c:
14614         * gst/smpte/gstsmpte.c:
14615         * gst/videobox/gstvideobox.c:
14616         * gst/videofilter/gstvideoflip.c:
14617         * gst/videomixer/videomixer.c:
14618           fix up more enums
14619
14620 2005-11-22  Michael Smith <msmith@fluendo.com>
14621
14622         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14623         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14624         (gst_videomixer_update_queues):
14625           Fractional framerates, videomixer.
14626
14627 2005-11-22  Michael Smith <msmith@fluendo.com>
14628
14629         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14630         * ext/dv/gstdvdec.h:
14631         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14632         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14633         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14634         (gst_dvdemux_flush):
14635         * ext/dv/gstdvdemux.h:
14636           Fractional framerates for DV. 
14637
14638 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         * gst/autodetect/gstautoaudiosink.c:
14641         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14642         * gst/autodetect/gstautovideosink.c:
14643         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14644           Use gst_plugin_feature_list_free() to free feature list and
14645           in the case of autovideosink free the list at all. Also
14646           miscellaneous cosmetic fixes.
14647
14648 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14649
14650         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14651         (gst_cutter_set_property), (gst_cutter_get_caps):
14652           copy calculation code from level; remove use of some audio
14653           functions
14654
14655 2005-11-22  Andy Wingo  <wingo@pobox.com>
14656
14657         * Update for gst_tag_setter API changes.
14658
14659 2005-11-22  Andy Wingo  <wingo@pobox.com>
14660
14661         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14662         (gst_dvdemux_demux_frame)
14663         * ext/flac/gstflacdec.c (gst_flacdec_write)
14664         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14665         (gst_flacenc_sink_event)
14666         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14667         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14668         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14669         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14670         * gst/auparse/gstauparse.c (gst_auparse_chain)
14671         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14672         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14673         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14674         (gst_avi_demux_handle_seek)
14675         * gst/goom/gstgoom.c (gst_goom_event)
14676         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14677         * gst/matroska/matroska-demux.c
14678         (gst_matroska_demux_handle_seek_event)
14679         (gst_matroska_demux_loop_stream_parse_id)
14680         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14681         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14682         (gst_wavparse_stream_headers): Run update-funcnames.
14683
14684 2005-11-22  Edward Hervey  <edward@fluendo.com>
14685
14686         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14687         (gst_dv1394src_init), (gst_dv1394src_dispose),
14688         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14689         (gst_dv1394src_uri_set_uri):
14690         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14691         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14692         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14693         URIHandler interface and element properties are now properly
14694         synchronized for DV1394src and UDPSrc
14695
14696 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         * ext/flac/Makefile.am:
14699         * ext/speex/Makefile.am:
14700           libgsttagedit has been renamed to libgsttag.
14701
14702 2005-11-21  Wim Taymans  <wim@fluendo.com>
14703
14704         * gst/rtsp/rtspconnection.c: (read_body):
14705         Apply patch from Sebastien Cote to fix #319184.
14706
14707 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14708
14709         * configure.ac:
14710         * gst/cutter/Makefile.am:
14711         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14712         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14713         (gst_cutter_set_property), (gst_cutter_get_property),
14714         (plugin_init), (gst_cutter_get_caps):
14715           port cutter
14716         * gst/level/gstlevel.c:
14717           fix up plugin details
14718
14719 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14720
14721         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14722         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14723         (gst_flacdec_src_event):
14724         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14725         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14726         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14727         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14728         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14729         (gst_flxdec_sink_event_handler):
14730         * gst/matroska/matroska-demux.c:
14731         (gst_matroska_demux_handle_seek_event):
14732         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14733           Update for stream lock API changes: don't take stream log
14734           in sink event handlers any longer and change GST_STREAM_LOCK
14735           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14736           functions.
14737
14738 2005-11-21  Michael Smith <msmith@fluendo.com>
14739
14740         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14741           gst_object_unref, not g_object_unref
14742
14743 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14744
14745         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14746         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14747           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14748
14749 2005-11-21  Michael Smith <msmith@fluendo.com>
14750
14751         * gst/auparse/Makefile.am:
14752         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14753         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14754         (gst_auparse_change_state):
14755         * gst/auparse/gstauparse.h:
14756           Partially fix #161712. playbin still doesn't work on these files,
14757           (on the bug report, Andy says we aren't typefinding it for some
14758           reason?) but at least auparse isn't totally busted like it was before.
14759
14760 2005-11-21  Andy Wingo  <wingo@pobox.com>
14761
14762         * *.h:
14763         * *.c: Ran scripts/update-macros. Oh yes.
14764
14765 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14768           Filler events are gone for now, comment out section generating
14769           them.
14770
14771 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14772
14773         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14774         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14775         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14776         * sys/osxvideo/osxvideosink.m:
14777           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14778           (#322027)
14779
14780 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14783         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14784         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14785         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14786         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14787         (gst_avi_demux_stream_data):
14788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14789         * gst/wavenc/gstwavenc.c: (write_metadata):
14790         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14791         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14792         Fixes for GST_FOURCC_FORMAT API change.
14793
14794 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14797         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14798         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14799         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14800         (gst_text_overlay_change_state):
14801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14802         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14803         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14804         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14805         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14806         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14807         (gst_videomixer_change_state):
14808           Fix for collect pads API change. Also fix textoverlay state
14809           change function.
14810
14811 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14812
14813         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14814         GST_PAD_IS_USABLE by something approaching it.
14815
14816 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14817
14818         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14819         API changes.
14820         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14821         but also fix the code that was not checking return values from
14822         pad_push neither using pad_alloc_buffer.
14823
14824 2005-11-18  Edward Hervey  <edward@fluendo.com>
14825
14826         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14827         (gst_pngenc_chain):
14828         Added debug category
14829         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14830         goes to EOS.
14831
14832 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14833
14834         * gst/rtp/Makefile.am
14835         * gst/rtp/gstrtp.c
14836         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14837         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14838         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14839         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14840         * gst/rtp/gstrtpg711enc.h:
14841         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14842         * gst/rtp/gstrtpspeexenc.c:
14843         * gst/rtp/gstrtpspeexenc.h:
14844         * gst/rtp/gstrtpspeexdec.c:
14845         * gst/rtp/gstrtpspeexdec.h:
14846         Created Speex payloader and depayloader; Optimize G711 payloader to
14847         use adapter and send packets until MTU size.
14848
14849 2005-11-16  Wim Taymans  <wim@fluendo.com>
14850
14851         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14852         Fix leak in check.
14853
14854 2005-11-16  Wim Taymans  <wim@fluendo.com>
14855
14856         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14857         Fix state change.
14858
14859 2005-11-16  Andy Wingo  <wingo@pobox.com>
14860
14861         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14862         (gst_udpsrc_create): Move comment.
14863
14864 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14865
14866         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14867
14868         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14869           When seeking, seek to closest index entry at or before the requested
14870           seek position, not just the closest one (#321001).
14871
14872 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14873
14874         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14875         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14876           Invert DIB images again (see #132341).
14877
14878 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14879
14880         * configure.ac:
14881           rework configure.ac file
14882         * ext/aalib/gstaasink.c:
14883         * ext/cairo/gstcairo.c:
14884         * ext/dv/gstdv.c:
14885         * ext/esd/gstesd.c:
14886         * ext/flac/gstflac.c:
14887         * ext/gconf/gstgconfelements.c:
14888         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14889         * ext/jpeg/gstjpeg.c:
14890         * ext/ladspa/gstladspa.c:
14891         * ext/libcaca/gstcacasink.c:
14892         * ext/libmng/gstmng.c:
14893         * ext/libpng/gstpng.c:
14894         * ext/mikmod/gstmikmod.c:
14895         * ext/pango/gsttextoverlay.c:
14896         * ext/pango/gsttimeoverlay.c:
14897         * ext/raw1394/gst1394.c:
14898         * ext/speex/gstspeex.c:
14899         * gst/alpha/Makefile.am:
14900         * gst/alpha/gstalpha.c:
14901         * gst/alpha/gstalphacolor.c:
14902         * gst/auparse/gstauparse.c:
14903         * gst/autodetect/gstautoaudiosink.c:
14904         (gst_auto_audio_sink_factory_filter),
14905         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14906         * gst/autodetect/gstautodetect.c:
14907         * gst/avi/gstavi.c:
14908         * gst/cutter/gstcutter.c:
14909         * gst/debug/efence.c:
14910         * gst/debug/gstdebug.c:
14911         * gst/debug/gstnavigationtest.c:
14912         * gst/effectv/gsteffectv.c:
14913         * gst/flx/gstflxdec.c:
14914         * gst/goom/gstgoom.c:
14915         * gst/interleave/plugin.c:
14916         * gst/law/alaw.c:
14917         * gst/law/mulaw.c:
14918         * gst/level/gstlevel.c:
14919         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14920         * gst/matroska/matroska.c:
14921         * gst/median/gstmedian.c:
14922         * gst/monoscope/gstmonoscope.c:
14923         * gst/multipart/multipart.c:
14924         * gst/oldcore/gstelements.c:
14925         * gst/rtp/gstrtp.c:
14926         * gst/rtsp/gstrtsp.c:
14927         * gst/smoothwave/gstsmoothwave.c:
14928         * gst/smpte/gstsmpte.c:
14929         * gst/udp/gstudp.c:
14930         * gst/videobox/gstvideobox.c:
14931         * gst/videofilter/gstgamma.c:
14932         * gst/videofilter/gstvideobalance.c:
14933         * gst/videofilter/gstvideoflip.c:
14934         * gst/videofilter/gstvideotemplate.c:
14935         * gst/videomixer/videomixer.c:
14936         * gst/wavenc/gstwavenc.c:
14937         * gst/wavparse/gstwavparse.c:
14938         * sys/oss/gstossaudio.c:
14939         * sys/osxaudio/gstosxaudio.c:
14940           update GST_PLUGIN_DEFINE
14941         * gst/rtp/Makefile.am:
14942         * gst/rtp/gstasteriskh263.c:
14943           check for htons/htonl headers and possibly link to winsock2 lib
14944
14945 2005-11-12  Edward Hervey  <edward@fluendo.com>
14946
14947         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14948         Only GST_DEBUG() information on the valid components.
14949
14950 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14951
14952         * configure.ac: back to HEAD
14953
14954 === release 0.9.5 ===
14955
14956 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14957
14958         * configure.ac:
14959           releasing 0.9.5, "Phone Alarm"
14960
14961 2005-11-11  Edward Hervey  <edward@fluendo.com>
14962
14963         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14964         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14965         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14966         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14967         (gst_avi_demux_loop):
14968         * gst/avi/gstavidemux.h:
14969         Yeah, implement proper seeking. Exact seeking and segment seeking.
14970         Still need to do some checks for segment_stop.
14971
14972 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14973
14974         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14977           Don't try to ready buffer duration from buffer that we don't
14978           own any  longer and that might already have been unreffed.
14979           (#321136)
14980
14981 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14982
14983         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14984         (flx_decode_delta_flc), (gst_flxdec_chain):
14985         Attempting to optimize the code for embedded systems.
14986
14987 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14988
14989         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14990
14991         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14992           Don't re-use already closed file descriptor. (#320920)
14993
14994 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14995
14996         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14997         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14998         (gst_oss_sink_prepare):
14999         * sys/oss/gstosssink.h:
15000           Cache probed caps; fix debug output for SET_PARAM macros.
15001
15002 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15003
15004         * ext/cairo/Makefile.am:
15005         * ext/cairo/gstcairo.c: (plugin_init):
15006         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15007         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15008         (gst_text_overlay_init), (gst_text_overlay_font_init),
15009         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15010         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15011         (gst_text_overlay_text_pad_linked),
15012         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15013         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15014         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15015         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15016         (gst_text_overlay_change_state):
15017         * ext/cairo/gsttextoverlay.h:
15018           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15019           property and redo positioning. Doesn't handle upstream renegotiation
15020           yet though.
15021
15022 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15023
15024         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15025         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15026         (gst_avi_demux_loop):
15027           No need to take the STREAM_LOCK in the loop function. Improve
15028           some debug messages. Don't leak pad names in debug messages.
15029
15030 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15031
15032         * gst/matroska/matroska-demux.c:
15033         (gst_matroska_demux_push_vorbis_codec_priv_data),
15034         (gst_matroska_demux_add_wvpk_header):
15035           Don't error out when the source pad isn't linked.
15036
15037 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15038
15039         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15040         (gst_gconf_audio_sink_change_state):
15041         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15042         (gst_gconf_video_sink_change_state):
15043           Fix state change functions here as well and set kid
15044           to NULL state before removing it.
15045
15046 2005-11-01  Edward Hervey  <edward@fluendo.com>
15047
15048         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15049         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15050         Added proper event handlind, 
15051         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15052         ignored),
15053         and don't set a duration of 0 for buffers otherwise they are discarded
15054         by GstBaseSink.
15055
15056         GstWavEnc needs some serious loving, after going through the code I'm
15057         really wondering how this can stay in -good ...
15058
15059 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15060
15061         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15062         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15063         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15064         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15065         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15066         (gst_matroska_mux_collected):
15067           Fix leaks and invalid memory access as reported by valgrind
15068
15069 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15070
15071         Patch by: Michal Benes <michal.benes@xeris.cz>
15072
15073         * check/Makefile.am:
15074         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15076         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15077           add a unit test for matroskamux
15078           fix the bugs that the unit test exposed
15079
15080 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15081
15082         * gst/autodetect/gstautoaudiosink.c:
15083         (gst_auto_audio_sink_class_init),
15084         (gst_auto_audio_sink_change_state):
15085         * gst/autodetect/gstautovideosink.c:
15086         (gst_auto_video_sink_class_init),
15087         (gst_auto_video_sink_change_state):
15088           Fix state change function and use GST_DEBUG_FUNCPTR in
15089           class_init.
15090
15091 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15092
15093         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15096         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15097         * gst/matroska/ebml-write.h:
15098         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15099           Set timestamps on outgoing ebml headers as well, so that the
15100           element after matroskamux can get the timestamp already when
15101           reading the first ebml element and doesn't have to wait for
15102           the actual data buffer for that (#320308).
15103           
15104 2005-10-31  Andy Wingo  <wingo@pobox.com>
15105
15106         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15107         (gst_videomixer_pad_link): Kill some memleaks.
15108         (gst_videomixer_pad_get_property): Style fix.
15109         (gst_videomixer_pad_set_property): Style fix.
15110         (gst_videomixer_pad_init): Style fix.
15111         (gst_videomixer_update_queues): Kill memleak.
15112         (gst_videomixer_loop): Kill memleak.
15113         (gst_videomixer_collected): Kill memleak.
15114
15115 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15116
15117         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15118         gst_auparse_change_state:
15119         Just some cleanup.
15120
15121 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15122
15123         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15124         Add checks to GST_FLOW_NOT_LINKED for values returned
15125         from gst_pad_push.
15126         
15127 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15128
15129         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15130         (gst_rtpg711dec_process):
15131         * gst/rtp/gstrtpgsmenc.c:
15132         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15133         are never set. This is important for the g711 to work with burger's rtpbin
15134         element.
15135
15136 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15137
15138         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15139         (gst_speexenc_push_buffer):
15140         Add checks for return values from gst_pad_push and
15141         gst_pad_alloc_buffer.
15142
15143 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15144
15145         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15146
15147         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15148         (gst_matroska_demux_parse_info),
15149         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15150         (gst_matroska_demux_parse_cluster):
15151         * gst/matroska/matroska-ids.h:
15152         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15153         (gst_matroska_mux_init), (gst_matroska_mux_start),
15154         (gst_matroska_mux_create_buffer_header),
15155         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15156         (gst_matroska_mux_get_property):
15157         * gst/matroska/matroska-mux.h:
15158           Add SimpleBlock support to matroska demuxer and muxer (part of
15159           Matroska v2). (#319731)
15160
15161 2005-10-28  Wim Taymans  <wim@fluendo.com>
15162
15163         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15164         (gst_jpeg_dec_change_state):
15165         * ext/jpeg/gstjpegdec.h:
15166         Cleanups. Don't create caps for every chain.
15167
15168 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15169
15170         * gst/law/alaw-encode.c: (gst_alawenc_init),
15171         (alawenc_setcaps), (gst_alawenc_chain)
15172         * gst/law/alaw-encode.h:
15173         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15174         (mulawenc_setcaps), (gst_mulawenc_chain)
15175         * gst/law/mulaw-encode.h:
15176         Set timestamp on buffer and it allows RTP G711 elements
15177         work properly.
15178
15179 2005-10-27  Wim Taymans  <wim@fluendo.com>
15180
15181         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15182         Set correct format on oss instead of a silly value. 
15183
15184 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15185
15186         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15187         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15188         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15189         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15190         I420 rendering as well, doesn't bring much for my platform.
15191         Might help on some other platforms.
15192
15193 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15194
15195         * gst/rtp/gstrtpgsmenc.c:
15196         * gst/rtp/gstrtpgsmparse.c:
15197         Declaring the padtemplate correctly.
15198
15199 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15200
15201         * gst/rtp/gstrtpg711dec.c:
15202         * gst/rtp/gstrtpg711enc.c:
15203         * gst/rtp/gstrtpgsmenc.c:
15204         * gst/rtp/gstrtpgsmparse.c:
15205         Setting the proper copyright notice.
15206
15207 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15208
15209         * gst/videobox/Makefile.am: Use liboil.
15210         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15211         (gst_video_box_set_property), (gst_video_box_transform_caps),
15212         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15213         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15214         using liboil. Will dot the same to I420 border generation
15215         tomorrow.
15216
15217 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15218
15219         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15220         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15221         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15222         * gst/rtp/gstrtpg711dec.h:
15223         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15224         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15225         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15226         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15227         (gst_rtpgsmenc_handle_buffer):
15228         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15229         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15230         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15231         * gst/rtp/gstrtpgsmparse.h:
15232         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15233         inherits from the basertpdepayloader.
15234
15235 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15236
15237         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15238         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15239         (gst_video_box_ayuv): Removing this forgotten debug.
15240
15241 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15242
15243         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15244         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15245         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15246
15247 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         * sys/oss/gstossaudio.c:
15250         * sys/oss/gstossdmabuffer.c:
15251         * sys/oss/gstosshelper.c:
15252         * sys/oss/gstossmixer.c:
15253         * sys/oss/gstossmixerelement.c:
15254         * sys/oss/gstossmixertrack.c:
15255         * sys/oss/gstosssink.c:
15256         * sys/oss/gstosssrc.c:
15257           Actually use the 'oss' debug category we register.
15258
15259 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15260
15261         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15262         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15263         Use gst_pad_get_parent and drop the ref that was added through
15264         that call.
15265
15266 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15267
15268         * gst/rtp/gstrtpgsmenc.c:
15269           Fix compilation
15270
15271 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15272
15273         * gst/rtp/gstrtpg711dec.c
15274         Just removed a couple of lines of weird code used during
15275         development/test time.
15276
15277 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15278
15279         * gst/rtp/Makefile.am
15280         * gst/rtp/gstrtp.c
15281         * gst/rtp/gstrtpg711enc.c
15282         * gst/rtp/gstrtpg711enc.h
15283         * gst/rtp/gstrtpg711dec.c
15284         * gst/rtp/gstrtpg711dec.h
15285         Created G711 payloader and depayloader (it supports mulaw and alaw
15286         (dec)encoders)
15287
15288 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15289
15290         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15291         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15292         Doh ! I introduced wingo's bug again ! Sorry...
15293
15294 2005-10-25  Christian Schaller <christian@fluendo.com> 
15295
15296         * gst/rtp/Makefile.am: add missing header files for disting
15297
15298 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15299
15300         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15301         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15302         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15303         (gst_rtpgsmenc_handle_buffer):
15304         * gst/rtp/gstrtpgsmenc.h:
15305         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15306         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15307         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15308         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15309         * gst/rtp/gstrtpgsmparse.h:
15310         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15311
15312 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15313
15314         * ext/libpng/gstpngdec.c: (user_info_callback),
15315         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15316         a newsegment event, move some redundant code in a single place.
15317
15318 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15319
15320         * ext/libpng/gstpngdec.c: (user_info_callback),
15321         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15322         hack to get correct colors order when we have a png image with
15323         alpha channel.
15324
15325 2005-10-24  Edward Hervey  <edward@fluendo.com>
15326
15327         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15328         Call gst_element_no_more_pads when there will be no more pads.
15329
15330 2005-10-24  Wim Taymans  <wim@fluendo.com>
15331
15332         * gst/rtp/Makefile.am:
15333         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15334         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15335         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15336         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15337         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15338         (gst_asteriskh263_plugin_init):
15339         * gst/rtp/gstasteriskh263.h:
15340         * gst/rtp/gstrtp.c: (plugin_init):
15341         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15342         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15343         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15344         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15345         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15346         (gst_rtph263enc_plugin_init):
15347         * gst/rtp/gstrtph263enc.h:
15348         Added two new payloaders, an RFC 2190 payloader for h263 and
15349         a payload convertor for an asterisk server.
15350
15351 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15352
15353         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15354           Set bytes_per_sample correctly (is not always 4, but 
15355           depends on width and number of channels).
15356
15357 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15358
15359         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15360         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15361         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15362         (gst_flacenc_sink_event), (gst_flacenc_chain),
15363         (gst_flacenc_set_property), (gst_flacenc_get_property),
15364         (gst_flacenc_change_state):
15365         * ext/flac/gstflacenc.h:
15366           Fix seeking, so that flacenc can rewrite the header with the
15367           correct duration and amount of samples and all that at EOS;
15368           also set timestamps and granulepos on outgoing buffers; add
15369           debug category; fix state change function.
15370           
15371 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15372
15373         * gst/videomixer/videomixer.c: Don't restrict video geometry
15374         from 16 to 4096.
15375
15376 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15377
15378         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15379         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15380         Fix caps negotiation correctly, add debugging category.
15381
15382 2005-10-24  Christian Schaller  <christian@fluendo.com>
15383
15384         * configure.ac: Port over Thomas's change from base listing all plugins
15385
15386 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15387
15388         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15389         a sink pad.
15390
15391 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15392
15393         * configure.ac:
15394         * docs/upload.mak:
15395           back to HEAD
15396
15397 === release 0.9.4 ===
15398
15399 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15400
15401         * configure.ac:
15402           Releasing 0.9.4, "Dromiceiomimus"
15403
15404 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15405
15406         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15407         (gst_speexenc_src_query):
15408           Add position and duration query, fix query type function.
15409           
15410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15411         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15412           Let's not set non-fixed caps on source pads.
15413
15414 2005-10-21  Wim Taymans  <wim@fluendo.com>
15415
15416         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15417         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15418         (gst_avi_demux_handle_seek):
15419         Set correct stream_time in newsegment event.
15420         avi can also handle a duration query now.
15421
15422 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15423
15424         * gst/matroska/matroska-demux.c:
15425         (gst_matroska_demux_handle_src_query),
15426         (gst_matroska_demux_handle_seek_event),
15427         (gst_matroska_demux_loop_stream_parse_id):
15428           Fix duration query; fix basetime in newsegment event after
15429           seek; fix duration in initial newsegment event.
15430
15431         * gst/matroska/matroska-mux.c:
15432         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15433           Extract number of channels and samplerate from vorbis headers;
15434           add some debug messages when querying the durations of the
15435           input streams.
15436
15437 2005-10-20  Wim Taymans  <wim@fluendo.com>
15438
15439         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15440         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15441         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15442         Set stream time correctly in newsegment.
15443
15444 2005-10-20  Wim Taymans  <wim@fluendo.com>
15445
15446         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15447         Correctly fill in the stream time.
15448
15449 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15450
15451         * check/elements/level.c: (GST_START_TEST):
15452         * gst/level/gstlevel.c: (gst_level_message_new):
15453         * gst/level/level-example.c: (message_handler):
15454           use ELEMENT messages instead
15455
15456 2005-10-19  Wim Taymans  <wim@fluendo.com>
15457
15458         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15459         (gst_dvdemux_src_query):
15460         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15461         (gst_flacdec_src_query):
15462         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15463         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15465         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15466         * gst/debug/progressreport.c: (gst_progress_report_report):
15467         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15468         * gst/matroska/matroska-demux.c:
15469         (gst_matroska_demux_handle_src_query):
15470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15471         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15472         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15473         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15474         (gst_wavparse_srcpad_event):
15475         API change fix.
15476
15477 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15478
15479         * gst/goom/filters.c:
15480         * gst/goom/graphic.h:
15481         * gst/goom/lines.c:
15482           Make inline functions either 'static inline' or 'extern inline',
15483           otherwise the Forte compiler apparently won't inline them (#317300).
15484
15485 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15486
15487         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15488         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15489         (user_info_callback), (user_endrow_callback), (user_end_callback),
15490         (user_read_data), (gst_pngdec_caps_create_and_set),
15491         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15492         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15493         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15494         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15495         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15496         very nice and handle push/pull based model. if you have filesrc
15497         connected to it, it will do random access to load the png file.
15498         If you have a network source that can't do _getrange, it does 
15499         progressive loading through the chain function.
15500         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15501         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15502         thanks to Master Wim Taymans ;-)
15503
15504 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15505
15506         * gst/matroska/Makefile.am:
15507         * gst/matroska/ebml-read.c:
15508         * gst/matroska/ebml-read.h:
15509         * gst/matroska/matroska-demux.c:
15510         * gst/matroska/matroska-demux.h:
15511         * gst/matroska/matroska.c: (plugin_init):
15512           Ported matroska demuxer to 0.9.
15513
15514 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15515
15516         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         * gst/matroska/matroska-mux.c:
15519         (gst_matroska_mux_video_pad_setcaps),
15520         (gst_matroska_mux_audio_pad_setcaps):
15521           Fix mpeg4 input handling (#318847); also, while we're at it,
15522           fix media type for Motion-JPEG: should be image/jpeg.
15523
15524 2005-10-18  Wim Taymans  <wim@fluendo.com>
15525
15526         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15527         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15528         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15529         Fix for segment-start/stop API change.
15530
15531 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15532
15533         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15534         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15535         way.
15536
15537 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15538
15539         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15540         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15541         output declared in transform_caps.
15542
15543 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15544
15545         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15546
15547 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15548
15549         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15550         (gst_video_box_get_unit_size): Fix wrong size calculations and
15551         implement get_unit_size correctly.
15552
15553 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15554
15555         * configure.ac:
15556           Enable flx plugin.
15557
15558         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15559           Fix gcc4 signedness issue.
15560
15561 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15562
15563         * configure.ac: Adding videomixer.
15564         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15565         (user_read_data), (gst_pngdec_chain): More debugging.
15566         * gst/alpha/Makefile.am: Adding alphacolor
15567         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15568         (gst_alpha_color_class_init), (gst_alpha_color_init),
15569         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15570         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15571         (plugin_init): Ported to 0.9 using in place base tranform.
15572         * gst/videomixer/Makefile.am:
15573         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15574         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15575         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15576         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15577         (gst_videomixer_init), (gst_videomixer_getcaps),
15578         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15579         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15580         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15581         to 0.9 using collectpads.
15582
15583 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15584
15585         * configure.ac:
15586         * gst/flx/Makefile.am:
15587         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15588         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15589         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15590         * gst/flx/gstflxdec.h:
15591         flx plugin ported to 0.9
15592
15593 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15596           use new gst_version_string()
15597
15598 2005-10-16  Andy Wingo  <wingo@pobox.com>
15599
15600         * configure.ac: GLIB_CHECK.
15601
15602 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15603
15604         * ext/libpng/Makefile.am:
15605         * ext/libpng/gstpng.c: (plugin_init):
15606         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15607         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15608         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15609
15610 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15611
15612         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15613
15614         * configure.ac:
15615         * gst/matroska/Makefile.am:
15616         * gst/matroska/ebml-ids.h:
15617         * gst/matroska/ebml-write.c:
15618         * gst/matroska/ebml-write.h:
15619         * gst/matroska/matroska-ids.h:
15620         * gst/matroska/matroska-mux.c:
15621         * gst/matroska/matroska-mux.h:
15622         * gst/matroska/matroska.c: (plugin_init):
15623           Port matroska muxer to 0.9 (#318847).
15624
15625 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15626
15627         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15628         (comment_init), (comment_add):
15629           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15630           use GST_READ_UINT32_LE() and friends rather than the private
15631           implementation of those same macros.
15632
15633 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15634
15635         * examples/stats/mp2ogg.c:
15636           more typo fixes
15637
15638 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15639
15640         * examples/indexing/indexmpeg.c: (main):
15641         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15642         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15643         * ext/esd/esdmon.h:
15644         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15645         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15646         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15647         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15648         * gst/avi/gstavimux.c: (gst_avimux_init):
15649         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15650         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15651         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15652         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15653         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15654         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15655         * gst/oldcore/gstmultifilesrc.h:
15656         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15657         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15658         (gst_pipefilter_change_state):
15659         * gst/oldcore/gstpipefilter.h:
15660         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15661         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15662         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15663         * sys/osxaudio/gstosxaudiosink.h:
15664         * sys/osxaudio/gstosxaudiosrc.h:
15665           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15666           moved bitshift from macro to enum definition
15667
15668 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         * ext/Makefile.am:
15671         * ext/cairo/Makefile.am:
15672         * ext/cairo/gstcairo.c: (plugin_init):
15673         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15674         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15675         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15676         * ext/cairo/gsttimeoverlay.h:
15677           update of cairo-based timeoverlay to 1.0 Cairo API
15678           doesn't work yet for resizing of output sink
15679
15680 2005-10-11  Wim Taymans  <wim@fluendo.com>
15681
15682         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15683         newsegment API fix.
15684
15685 2005-10-11  Wim Taymans  <wim@fluendo.com>
15686
15687         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15688         (gst_dvdemux_demux_frame):
15689         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15690         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15691         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15692         (gst_avi_demux_handle_seek):
15693         * gst/goom/gstgoom.c: (gst_goom_event):
15694         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15695         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15696         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15697         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15698         (gst_wavparse_srcpad_event):
15699         newsegment API update.
15700
15701 2005-10-11  Andy Wingo  <wingo@pobox.com>
15702
15703         * ext/speex/gstspeexenc.c: Signedness cleanups.
15704
15705 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15706
15707         * PORTED_09:
15708         * ext/speex/Makefile.am:
15709         * ext/speex/gstspeex.c:
15710         * ext/speex/gstspeexenc.c:
15711         Speexenc ported to 0.9
15712
15713 2005-10-10  Wim Taymans  <wim@fluendo.com>
15714
15715         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15716         (gst_oss_sink_init), (gst_oss_sink_set_property),
15717         (gst_oss_sink_get_property), (gst_oss_sink_open),
15718         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15719         * sys/oss/gstosssink.h:
15720         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15721         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15722         (gst_oss_src_prepare):
15723         Cleanups, make device configurable in the sink, handle and report
15724         errors.
15725
15726 2005-10-10  Wim Taymans  <wim@fluendo.com>
15727
15728         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15729         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15730         Make sure element is NULL before removing from the bin.
15731
15732 2005-10-07  Andy Wingo  <wingo@pobox.com>
15733
15734         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15735         block forever in a read().
15736         (gst_dv1394src_bus_reset): Post a message when the cable is
15737         unplugged.
15738         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15739         (gst_dv1394src_bus_reset): Don't unref the message.
15740
15741         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15742         hacking. The only change should be that the state change stuff was
15743         put into basesrc's start() and stop() routines, which coalesces
15744         some steps.
15745
15746 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15747
15748         * configure.ac:
15749           Add check for mmap
15750           
15751         * gst/debug/Makefile.am:
15752           Only compile efence plugin on systems that have mmap.
15753
15754 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15755
15756         * gst/debug/Makefile.am:
15757         * gst/debug/breakmydata.c:
15758         * gst/debug/gstdebug.c:
15759         * gst/debug/gstnavigationtest.c:
15760         * gst/debug/gstnavseek.c: 
15761         * gst/debug/gstnavseek.h:
15762         * gst/debug/progressreport.c: 
15763         * gst/debug/testplugin.c:
15764           Port progressreport, navseek, navigationtest, testsink and
15765           breakmydata.
15766
15767 2005-10-05  Edward Hervey  <edward@fluendo.com>
15768
15769         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15770         (gst_dvdemux_src_query):
15771         Fixes for better conversion
15772
15773 2005-10-04  Michael Smith <msmith@fluendo.com>
15774
15775         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15776         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15777         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15778         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15779           Set state of elements to NULL before removing from bins.
15780           Set state of test element to NULL if we failed to move it to READY
15781
15782 2005-10-04  Edward Hervey  <edward@fluendo.com>
15783
15784         * ext/dv/Makefile.am:
15785         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15786         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15787         Corrected the query function for position so it doesn't forget what
15788         format was asked, and calls the conversion functions on the correct pad.
15789
15790 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         * configure.ac:
15793           back to development
15794
15795 === release 0.9.3 ===
15796
15797 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15798
15799         * configure.ac:
15800           Releasing 0.9.3, "Aramis"
15801
15802 2005-10-03  Andy Wingo  <wingo@pobox.com>
15803
15804         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15805         error returns.
15806
15807 2005-10-02  Andy Wingo  <wingo@pobox.com>
15808
15809         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15810
15811         * ext/flac/gstflacenc.c: Ported to 0.9.
15812
15813         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15814
15815         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15816         and link to gsttagedit. Enable flacenc.
15817
15818         * ext/flac/gstflacdec.c: Re-enable tag reading.
15819
15820 2005-09-30  Wim Taymans  <wim@fluendo.com>
15821
15822         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15823         * gst/rtp/gstrtpgsmparse.c:
15824         * gst/rtp/gstrtph263penc.c:
15825         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15826         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15827         (gst_rtpmp4venc_set_property):
15828         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15829         Various class and caps fixes from Andre Magalhaes (andrunko)
15830
15831 2005-09-29  Wim Taymans  <wim@fluendo.com>
15832
15833         * gst/level/level-example.c: (main):
15834         Update for new bus API.
15835
15836 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         * configure.ac:
15839           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15840           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15841
15842 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15845           Fix playback of mono streams (bytes_per_sample should be set
15846           from the sample width and the number of channels negotiated,
15847           and not just be set to 4) (#317338)
15848
15849 2005-09-26  Wim Taymans  <wim@fluendo.com>
15850
15851         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15852         (gst_rtpmpaenc_handle_buffer):
15853         Set buffer duration correctly.
15854
15855 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15858         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15859         (gst_avi_demux_change_state):
15860           Don't crash when encountering a stream with an unknown fourcc or
15861           codec id. Instead, create a pad of type video/x-avi-unknown or
15862           audio/x-avi-unknown, which as a side-effect also results in less
15863           confusing error messages in players ('no decoder' vs. 'no streams');
15864           minor fixes to state change function and class_init function.
15865
15866 2005-09-24  Wim Taymans  <wim@fluendo.com>
15867
15868         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15869         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15870         These are sinks.
15871
15872 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15873
15874         * check/elements/level.c: (GST_START_TEST):
15875           fix test for new GstClockTime use
15876         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15877         (gst_level_transform_ip):
15878         * gst/level/gstlevel.h:
15879           fix up the decay peak, ensuring the decay peak is never lower
15880           than the peak for that interval
15881
15882 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15883
15884         * docs/plugins/gst-plugins-good-plugins.args:
15885         * docs/plugins/inspect/plugin-alpha.xml:
15886         * docs/plugins/inspect/plugin-rtp.xml:
15887         * gst/level/gstlevel.c: (gst_level_set_caps),
15888         (gst_level_transform_ip):
15889           updating docs
15890
15891 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15892
15893         * Makefile.am:
15894         * check/elements/level.c: (GST_START_TEST):
15895         * gst/level/Makefile.am:
15896         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15897         (gst_level_set_property), (gst_level_get_property),
15898         (gst_level_set_caps), (gst_level_message_new),
15899         (gst_level_transform_ip):
15900         * gst/level/gstlevel.h:
15901         * gst/level/level-example.c: (message_handler), (main):
15902           convert to using GstClockTime for all time values, finally.
15903
15904 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15905
15906         * gst/auparse/Makefile.am:
15907         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15908           fix up build
15909         * configure.ac:
15910         * ext/cairo/Makefile.am:
15911         * ext/dv/Makefile.am:
15912         * ext/esd/Makefile.am:
15913         * ext/flac/Makefile.am:
15914         * ext/gconf/Makefile.am:
15915         * ext/gdk_pixbuf/Makefile.am:
15916         * ext/jpeg/Makefile.am:
15917         * ext/ladspa/Makefile.am:
15918         * ext/libcaca/Makefile.am:
15919         * ext/libmng/Makefile.am:
15920         * ext/libpng/Makefile.am:
15921         * ext/mikmod/Makefile.am:
15922         * ext/pango/Makefile.am:
15923         * ext/raw1394/Makefile.am:
15924         * ext/shout2/Makefile.am:
15925         * ext/speex/Makefile.am:
15926         * gst/alpha/Makefile.am:
15927         * gst/autodetect/Makefile.am:
15928         * gst/avi/Makefile.am:
15929         * gst/cutter/Makefile.am:
15930         * gst/debug/Makefile.am:
15931         * gst/effectv/Makefile.am:
15932         * gst/flx/Makefile.am:
15933         * gst/goom/Makefile.am:
15934         * gst/interleave/Makefile.am:
15935         * gst/law/Makefile.am:
15936         * gst/matroska/Makefile.am:
15937         * gst/median/Makefile.am:
15938         * gst/monoscope/Makefile.am:
15939         * gst/multipart/Makefile.am:
15940         * gst/oldcore/Makefile.am:
15941         * gst/rtp/Makefile.am:
15942         * gst/rtsp/Makefile.am:
15943         * gst/smoothwave/Makefile.am:
15944         * gst/smpte/Makefile.am:
15945         * gst/videobox/Makefile.am:
15946         * gst/videofilter/Makefile.am:
15947         * gst/videomixer/Makefile.am:
15948         * gst/wavenc/Makefile.am:
15949         * gst/wavparse/Makefile.am:
15950         * sys/oss/Makefile.am:
15951         * sys/osxaudio/Makefile.am:
15952         * sys/osxvideo/Makefile.am:
15953           fix up GST_LIBS use
15954
15955 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15956
15957         * gst/auparse/Makefile.am:
15958         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15959           fix build of auparse
15960
15961 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15962
15963         * configure.ac:
15964         * PORTED_09:
15965         * gst/auparse/gstauparse.c:
15966         * gst/auparse/gstauparse.h:
15967         Auparse ported to 0.9.
15968
15969 2005-09-22  Wim Taymans  <wim@fluendo.com>
15970
15971         * gst/rtp/TODO:
15972         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15973         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15974         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15975         (gst_rtpmp4venc_set_property):
15976         * gst/rtp/gstrtpmp4venc.h:
15977         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15978         * gst/rtp/gstrtpmpaenc.h:
15979         Use is_filled to both check MTU and max-ptime of base class.
15980
15981 2005-09-22  Wim Taymans  <wim@fluendo.com>
15982
15983         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15984         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15985         (gst_rtpmp4venc_set_property):
15986         Don't fragment packets with multiple frames.
15987
15988 2005-09-22  Wim Taymans  <wim@fluendo.com>
15989
15990         * gst/rtp/TODO:
15991         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15992         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15993         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15994         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15995         (gst_rtpmp4venc_get_property):
15996         * gst/rtp/gstrtpmp4venc.h:
15997         Remove g_print.
15998         Update TODO
15999         Make payload encoder a bit smarter and more correct with
16000         timestamps.
16001         Added option in payloader to include config string in-band.
16002
16003 2005-09-21  Wim Taymans  <wim@fluendo.com>
16004
16005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16006         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16007         (gst_rtspsrc_send):
16008         Strip spaces for key/value pairs.
16009
16010 2005-09-21  Wim Taymans  <wim@fluendo.com>
16011
16012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16013         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16014         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16015         (gst_rtspsrc_change_state):
16016         More SDP parsing and caps setting.
16017         Do NO_PREROLL differently.
16018         add pads only after negotiated.
16019
16020         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16021         (gst_udpsrc_getcaps):
16022         Implement the getcaps function.
16023
16024 2005-09-21  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16027         (gst_rtpamrdec_chain):
16028         Handle multiple AMr packets per payload. Handle CRC and
16029         parse ILL/ILP.
16030
16031         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16032         Make caps params strings for easy SDP mapping.
16033         
16034         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16035         Handle capsnego better.
16036
16037         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16038         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16039         Generate and parse config string in the caps.
16040
16041 2005-09-21  Wim Taymans  <wim@fluendo.com>
16042
16043         * gst/rtp/README:
16044         Update README
16045
16046         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16047         Make extra params as strings.
16048
16049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16050         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16051         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16052         Make state change return NO_PREROLL as this is a live
16053         source.
16054
16055         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16056         Don't unref old caps when NULL.
16057
16058 2005-09-20  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16061         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16062         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16063         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16064         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16065         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16066         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16067         * gst/rtsp/sdpmessage.h:
16068         Add URI handler.
16069         Parse SDP and create caps.
16070
16071 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16072
16073         * gst/alpha/gstalpha.c:
16074           fix element description
16075
16076 2005-09-19  Wim Taymans  <wim@fluendo.com>
16077
16078         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16079         Don't check payload for now.
16080
16081 2005-09-19  Wim Taymans  <wim@fluendo.com>
16082
16083         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16084         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16085         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16086         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16087         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16088         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16089         (gst_wavparse_change_state):
16090         * gst/wavparse/gstwavparse.h:
16091         Fix wavparse some more.
16092
16093 2005-09-19  Wim Taymans  <wim@fluendo.com>
16094
16095         * check/elements/level.c: (GST_START_TEST):
16096         Fix for bus API change.
16097
16098 2005-09-19  Wim Taymans  <wim@fluendo.com>
16099
16100         * gst/level/level-example.c: (main):
16101         Fix for new bus API.
16102
16103         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16104         Set caps on pads.
16105
16106 2005-09-15  Wim Taymans  <wim@fluendo.com>
16107
16108         * gst/rtp/Makefile.am:
16109         * gst/rtp/README:
16110         * gst/rtp/gstrtp.c: (plugin_init):
16111         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16112         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16113         (gst_rtpamrdec_change_state):
16114         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16115         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16116         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16117         * gst/rtp/gstrtpamrenc.h:
16118         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16119         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16120         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16121         * gst/rtp/gstrtpgsmenc.h:
16122         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16123         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16124         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16125         (gst_rtpgsmparse_change_state):
16126         * gst/rtp/gstrtpgsmparse.h:
16127         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16128         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16129         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16130         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16131         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16132         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16133         * gst/rtp/gstrtph263penc.h:
16134         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16135         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16136         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16137         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16138         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16139         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16140         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16141         * gst/rtp/gstrtpmp4venc.h:
16142         * gst/rtp/gstrtpmpadec.c:
16143         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16144         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16145         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16146         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16147         * gst/rtp/gstrtpmpaenc.h:
16148         Updates to payloader/depayloaders, make payloaders use
16149         the base classes.
16150         Updated README with suggested RTP caps and how to convert
16151         to/from SDP.
16152         Added config descriptor in mp4v payloader.
16153
16154 2005-09-15  Andy Wingo  <wingo@pobox.com>
16155
16156         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16157         * gst/autodetect/gstautovideosink.c
16158         (gst_auto_video_sink_find_best): Update for new registry API.
16159
16160 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16161
16162         * common/c-to-xml.py:
16163         * common/gtk-doc-plugins.mak:
16164           a simple py script to generate valid xml from a C example
16165           probably also need to strip an MIT license when we decide
16166         * docs/plugins/Makefile.am:
16167         * gst/level/Makefile.am:
16168         * gst/level/gstlevel.c: (gst_level_init):
16169         * gst/level/level-example.c: (message_handler), (main):
16170           add an example to level that will show up in the docs
16171         * gst/rtp/TODO:
16172           add a note for the future
16173
16174 2005-09-14  Michael Smith <msmith@fluendo.com>
16175
16176         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16177           Actually define the debug object being used in wavenc. Fixes #316205
16178
16179 2005-09-14  Michael Smith <msmith@fluendo.com>
16180
16181         * gst/smpte/Makefile.am:
16182           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16183           needed to build on windows (bug 316204)
16184
16185 2005-09-12  Andy Wingo  <wingo@pobox.com>
16186
16187         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16188
16189 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16190
16191         * configure.ac:
16192         * gst/fdsrc/Makefile.am:
16193         * gst/fdsrc/gstfdsrc.c:
16194         * gst/fdsrc/gstfdsrc.h:
16195           Move fdsrc back into gstreamer core elements.
16196
16197         * gst/level/gstlevel.c: (gst_level_class_init),
16198         (gst_level_transform_ip):
16199         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16200           Basetransform changes.
16201
16202 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16203
16204         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16205         * ext/jpeg/smokecodec.c: (find_best_size):
16206           fix compiler warnings
16207
16208 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16209
16210         * gst-plugins-good.spec.in:
16211           spec file fixes
16212         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16213         (gst_multiudpsink_render), (gst_multiudpsink_add),
16214         (gst_multiudpsink_clear):
16215           it actually helps to actually stream if we hook up the
16216           "add" signal to an actual implementation
16217         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16218           some debugging
16219
16220 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16221
16222         * ext/jpeg/Makefile.am:
16223         * ext/jpeg/gstjpeg.c
16224         * ext/jpeg/gstjpegenc.c:
16225         * ext/jpeg/gstsmokeenc.c:
16226
16227 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16228
16229         * ext/flac/gstflacdec.c:
16230         * ext/flac/gstflacenc.c:
16231         * ext/flac/gstflactag.c:
16232         * ext/speex/gstspeexenc.c:
16233           gsttaginterface.h -> gsttagsetter.h
16234
16235 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16236
16237         * configure.ac:
16238         * gst/debug/Makefile.am:
16239         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16240         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16241         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16242         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16243         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16244           Port to 0.9 and re-enable efence plugin.
16245
16246 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16247
16248         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16249         (gst_flacdec_write), (gst_flacdec_convert_src):
16250         * ext/flac/gstflacdec.h:
16251           Add support for flac files with 24/32 bits per sample; and misc.
16252           minor clean-ups. Seeking is still partly broken (for me at least).
16253
16254 2005-09-06  Wim Taymans  <wim@fluendo.com>
16255
16256         * gst/rtp/Makefile.am:
16257         * gst/rtp/gstrtp.c: (plugin_init):
16258         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16259         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16260         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16261         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16262         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16263         (gst_rtpmp4vdec_plugin_init):
16264         * gst/rtp/gstrtpmp4vdec.h:
16265         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16266         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16267         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16268         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16269         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16270         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16271         * gst/rtp/gstrtpmp4venc.h:
16272         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16273         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16274         Added mpeg4 video payload encoder/decoder.
16275         Added some docs in mpa payloader.
16276
16277 === release 0.9.1 ===
16278
16279 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16280
16281         * NEWS:
16282         * README:
16283         * RELEASE:
16284         * autogen.sh:
16285         * configure.ac:
16286           releasing 0.9.1, "Blondie"
16287
16288 2005-09-05  Andy Wingo  <wingo@pobox.com>
16289
16290         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16291         here from the state change handler, so we fire signals without
16292         holding the state lock.
16293
16294 2005-09-02  Andy Wingo  <wingo@pobox.com>
16295
16296         * All plugins updated for element state changes.
16297
16298 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16299
16300         * Makefile.am:
16301         * check/.cvsignore:
16302         * check/Makefile.am:
16303         * check/elements/.cvsignore:
16304         * check/elements/level.c: (setup_level), (cleanup_level),
16305         (GST_START_TEST), (level_suite), (main):
16306           add a test for level
16307         * common/release.mak:
16308           move the enum checking to release.mak
16309         * configure.ac:
16310           add valgrind and check checking
16311         * gst/level/gstlevel.c: (gst_level_transform):
16312         * gst/level/gstlevel.h:
16313           fix Andy's cast bug
16314           convert a field to int
16315           fix the arithmetic to int when checking for emit so that a
16316           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16317
16318 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16319
16320         * Makefile.am:
16321         * configure.ac:
16322           add docs to build
16323         * common/plugins.xsl:
16324           wrap Description into a refsect2
16325         * docs/Makefile.am:
16326         * docs/plugins/Makefile.am:
16327         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16328         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16329         * gst/goom/Makefile.am:
16330         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16331         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16332         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16333         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16334         (gst_goom_change_state):
16335         * gst/goom/gstgoom.h:
16336           GstGOOM -> GstGoom
16337           add an example launch line
16338         * gst/level/gstlevel.h:
16339         * gst/monoscope/gstmonoscope.c:
16340           cleanups
16341
16342 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16343
16344         * configure.ac:
16345         * docs/plugins/Makefile.am:
16346         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16348         * docs/plugins/gst-plugins-good-plugins.types:
16349           document elements and plugins.  Shazam !
16350
16351 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16352
16353         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16354           be found under doc/random/ChangeLog-0.8