Check for sinh(), cosh() and asinh() and define our own implementations if they're...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * configure.ac:
4         * gst/audiofx/Makefile.am:
5         * gst/audiofx/audiochebband.c:
6         * gst/audiofx/audiocheblimit.c:
7         * gst/audiofx/math_compat.h:
8         Check for sinh(), cosh() and asinh() and define our own
9         implementations if they're not available. Fixes bug #520880.
10
11 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
12
13         Patch by: Olivier Crete <tester at tester dot ca>
14
15         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
16         Unref the buffers only once when handling not-negotiated errors.
17         Fixes bug #520764.
18
19 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
20
21         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
22
23         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
24         (gst_udpsrc_stop):
25         Properly balance WSA_Cleanup with WSA_Startup.
26         Also make the poll controllable on windows. Fixes #520888.
27
28 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
29
30         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
31         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
32         (gst_ebml_read_element_length), (gst_ebml_peek_id),
33         (gst_ebml_read_skip), (gst_ebml_read_buffer),
34         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
35         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
36         (gst_ebml_read_date), (gst_ebml_read_master),
37         (gst_ebml_read_binary), (gst_ebml_read_header):
38         * gst/matroska/ebml-read.h:
39         * gst/matroska/matroska-demux.c:
40         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
41         (gst_matroska_demux_read_track_encodings),
42         (gst_matroska_demux_add_stream),
43         (gst_matroska_demux_handle_src_query),
44         (gst_matroska_demux_handle_seek_event),
45         (gst_matroska_demux_init_stream),
46         (gst_matroska_demux_parse_tracks),
47         (gst_matroska_demux_parse_index_cuetrack),
48         (gst_matroska_demux_parse_index_pointentry),
49         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
50         (gst_matroska_demux_parse_metadata_id_simple_tag),
51         (gst_matroska_demux_parse_metadata_id_tag),
52         (gst_matroska_demux_parse_metadata),
53         (gst_matroska_demux_sync_streams),
54         (gst_matroska_demux_push_hdr_buf),
55         (gst_matroska_demux_push_flac_codec_priv_data),
56         (gst_matroska_demux_push_xiph_codec_priv_data),
57         (gst_matroska_demux_add_wvpk_header),
58         (gst_matroska_demux_check_subtitle_buffer),
59         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
60         (gst_matroska_demux_parse_cluster),
61         (gst_matroska_demux_parse_contents_seekentry),
62         (gst_matroska_demux_parse_contents),
63         (gst_matroska_demux_loop_stream_parse_id),
64         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
65         * gst/matroska/matroska-demux.h:
66         * gst/matroska/matroska-ids.h:
67         Handle return values from pull_range in a more granular way to properly
68         shut down on seeks.
69         Combine return values from push.
70         Implement proper error handling.
71         Prepare for handling seeking correctly.
72
73 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
74
75         * gst/matroska/ebml-read.c:
76         Use GINT64 formatting constants from GLIB.
77
78         * gst/matroska/matroska-demux.c:
79         Add some guards to avoid a possible division by 0 and crashing
80         with NULL events on some systems.
81         Use gst_gdouble_to_guint64 somewhere instead of an implicit
82         conversion. 
83
84         * gst/matroska/matroska-mux.c:
85         Check for invalid timestamps in a bunch of places to avoid
86         writing bogus durations into the output file.
87         Fix some double<->gint64 conversions that weren't using
88         gst_guint64_to_gdouble
89
90 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
91
92         * configure.ac:
93         Move the checks for bison, flex and as to the program section and the
94         check for gcc inline asm to the compiler characteristics section.
95
96 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
97
98         * configure.ac:
99         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
100         plug-ins are included/excluded. (#498222)
101
102 2008-02-29  Michael Smith <msmith@fluendo.com>
103
104         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
105           Don't call gst_object_sync_values() unless we have a valid timestamp.
106
107 2008-02-28  David Schleef  <ds@schleef.org>
108
109         * gst/matroska/matroska-demux.c:
110         * gst/matroska/matroska-ids.h:
111         * gst/matroska/matroska-mux.c:
112           Fix Dirac mapping.  I had previously added a VfW-type
113           mapping, but it looks like Dirac will get a native Matroska
114           mapping, and this is the most likely method.
115
116 2008-02-28  David Schleef  <ds@schleef.org>
117
118         * gst/avi/gstavimux.c: Add Dirac encoding
119
120 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
121
122         Patch by: Peter Kjellerstedt <pkj at axis com>
123
124         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
125         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
126         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
127         * gst/udp/gstudpsrc.h:
128         Port to GstPoll. See #505417.
129
130 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
131
132         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
133         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
134         yet on the srcpad. We need rate and channels before we
135         can do any processing. Fixes bug #519088.
136
137 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
138
139         * configure.ac:
140         Detect and indicate if GCC inline assembly syntax is
141         available.
142
143         * gst/goom/Makefile.am:
144         * gst/goom/convolve_fx.c:
145         * gst/goom/flying_stars_fx.c:
146         * gst/goom/goom_config.h:
147         * gst/goom/goom_core.c:
148         * gst/goom/goomsl.c:
149         * gst/goom/ifs.c:
150         * gst/goom/mmx.c:
151         * gst/goom/plugin_info.c:
152         * gst/goom/xmmx.c:
153         Fix various GCC-isms, and only build the inline assembly
154         with compilers that support GCC inline assembly.
155
156         Fix a couple of other warnings shown with Forte.
157
158 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
159
160         * gst/goom/xmmx.c:
161           Use 'emms' instead of 'femms' to not crash on cpus that do not
162           implement this 3dnow specific instruction.
163
164 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
165
166         * gst/goom/plugin_info.c: (setOptimizedMethods):
167         Use extended MMX for draw_line() too if available, not only
168         normal MMX.
169
170 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
171
172         * ext/jpeg/gstjpeg.c: (plugin_init):
173         Remove (commented out) smoke typefinder. This is in base now.
174
175 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
176
177         * gst/goom2k1/Makefile.am:
178         * gst/goom2k1/gstgoom.c:
179
180         Rename the installed library, and don't register the same 
181         GType name as the new goom.
182
183 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
184
185         * configure.ac:
186         * ext/taglib/Makefile.am:
187           Check for and define ERROR_CXXFLAGS and use them when building
188           C++ code (#516509).
189
190 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
191
192         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
193         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
194           (setOptimizedMethods):
195           Call oil_init(), otherwise oil_get_cpu_flags() won't return
196           anything useful. Export goom debug category so we can get
197           rid of the VERBOSE define and the printfs.
198
199 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
200
201         * gst/goom/goomsl_heap.c: (align_it):
202         * gst/goom/plugin_info.c: (setOptimizedMethods):
203           Compile fixes for x86-64.
204
205 2008-02-23  Bastien Nocera  <hadess@hadess.net>
206
207         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
208         with warnings, but add other CFLAGS
209
210         * gst/goom/goomsl.c (gsl_instr_set_namespace),
211         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
212         (calculate_labels), (gsl_read_file):
213         * gst/goom/goomsl_lex.l:
214         * gst/goom/goomsl_yacc.y:
215         * gst/goom/plugin_info.c: Remove a few live printf, and
216         fprintf, replace exit() calls with g_assert_not_reached()
217         if it not optimal for a library
218
219 2008-02-23  Bastien Nocera  <hadess@hadess.net>
220
221         * gst/goom/Makefile.am: Remove the warnings being disabled,
222         fix linkage on x86, spotted by Sebastian Dröge
223         <slomo@circular-chaos.org>
224
225         * gst/goom/convolve_fx.c (convolve_init),
226         (create_output_with_brightness), (convolve_apply):
227         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
228         * gst/goom/goomsl.c:
229         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
230         * gst/goom/plugin_info.c:
231         * gst/goom/tentacle3d.c (tentacle_fx_create):
232         Fix warnings, and disable the motifs in the convolve_fx
233         plugin (they were causing warnings, and they were just
234         "Goom" in funny letterring)
235
236 2008-02-23  Bastien Nocera  <hadess@hadess.net>
237
238         * configure.ac: Add checks for Flex/Yacc/Bison and other
239         furry animals, for the new goom 2k4 based plugin
240
241         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
242         CPU optimisations (not working yet), move the old plugin to...
243
244         * gst/goom2k1/*: ... here, in case somebody is sick enough
245
246         Fixes #515073
247
248 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
249
250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
251         Post the server response code in an error message instead of a generic
252         'error' message. Fixes #517237.
253
254 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
255
256         * tests/check/Makefile.am:
257         Ignore gconfaudiosrc for the states unit test too. It will fallback
258         to alsasrc if the gconf settings can't be read and not everybody has
259         alsa.
260
261 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
262
263         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
264         (gst_wavpack_parse_create_src_pad):
265         * ext/wavpack/gstwavpackparse.h:
266         Always report the duration if we know it in push mode and don't
267         return 0 just to make totem believe we can't seek in push mode.
268         Newer totem version use the SEEKING query which properly reports
269         if we can seek or not.
270
271 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
272
273         Patch by: Jens Granseuer <jensgr at gmx dot net>
274
275         * tests/examples/equalizer/demo.c: (main):
276         C89 fix, moving variable declarations to the beginning of
277         the block. Fixes bug #517933.
278
279 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
280
281         * configure.ac:
282         Back to development...
283
284 === release 0.10.7 ===
285
286 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
287
288         * configure.ac:
289           releasing 0.10.7, "Red Door Black"
290
291 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
292
293         * gst/alpha/Makefile.am:
294         Link alpha plugin with libgstbase. Fixes bug #517386.
295
296 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
297
298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
299         Init values to -1 instead of the default 0 value.
300         Fixes #516524.
301
302 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
303
304         * tests/examples/spectrum/spectrum-example.c:
305         Add missing include to fix compilation when libxml usage is disabled.
306         Fixes: #516371
307
308 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
309
310         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
311         fixes: #514889
312
313         * gst/rtp/gstrtph264pay.c:
314         * gst/rtp/gstrtpmp4gdepay.c:
315         * gst/rtp/gstrtpmp4gpay.c:
316         * gst/rtp/gstrtpmp4gpay.h:
317         * gst/rtp/gstrtptheorapay.c:
318         * gst/rtp/gstrtpvorbispay.c:
319
320         Fix various leaks shown up in valgrind
321         - free sprops and buffer in error cases in H264 payloader
322         - fix leak in mp4g depayloader when construction the caps
323         - don't leak config string in the mp4g payloader
324         - don't leak buffers and headers in theora and vorbis payloaders
325
326         * tests/check/elements/rtp-payloading.c:
327
328         Fix the RTP data test
329         - Actually send valid amr data to the payloader instead of 20
330         zero-bytes
331         - The mp4g payloader expects codec_data on the caps
332
333 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
334
335         * win32/MANIFEST:
336         Add libgstpng.dsp to MANIFEST.
337         * win32/vs6/libgstaudiofx.dsp:
338         Add new source files to VS project file.
339
340 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
341
342         * sys/ximage/gstximagesrc.c:
343         Initialise variables when opening the X display rather
344         than in _start(), as the display can be opened before that.
345
346         Fixes: #515985
347
348 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
349
350         * sys/directdraw/gstdirectdrawsink.c:
351         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
352         (gst_directdraw_sink_finalize):
353         Properly chain up finalize functions. Fixes bug #515980.
354
355 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
356
357         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
358         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
359         (gst_v4l2_buffer_pool_class_init):
360         Chain up the finalize functions. Fixes bug #515984.
361
362 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
363
364         * sys/ximage/ximageutil.c:
365         Chain up in the finalize function for our custom
366         buffer sub-class.
367         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
368         Fixes: #515706
369
370 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
371
372         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
373         (gst_fenced_buffer_class_init):
374         Properly chain up finalize method. Fixes bug #515979.
375
376 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
377
378         * sys/ximage/gstximagesrc.c:
379         Free allocated Damage memory before closing our connection to the
380         X server. Partially fixes: #515706
381
382 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
383
384         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
385         * tests/check/Makefile.am:
386         * tests/check/gst-plugins-good.supp:
387         Add a few libjpeg suppressions and initialize a variable to
388         make smokeenc valgrind clean. Fixes bug #515701.
389
390 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
391
392         * gst/avi/gstavidemux.c:
393         Revert patch which sends timestamps only on keyframes, as it
394         breaks playback with current gst-ffmpeg.
395
396         Fixes: #515562
397
398 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
399
400         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
401         * tests/check/elements/multifile.c: (GST_START_TEST):
402         Close some memory leaks spotted by the unit test. Fixes bug #515697.
403
404 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
405
406         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
407         Use and unset the GError when pipeline creation fails instead of
408         simply leaking it. Fixes bug #515704.
409
410 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
411
412         * gst/audiofx/audioamplify.c:
413         * gst/audiofx/audiochebband.c:
414         * gst/audiofx/audiocheblimit.c:
415         * gst/audiofx/audiodynamic.c:
416         * gst/audiofx/audioinvert.c:
417         * gst/audiofx/audiopanorama.c:
418         * gst/audiofx/audiowsincband.c:
419         * gst/audiofx/audiowsinclimit.c:
420         Fix long description of audiofx elements. Fixes bug #515457.
421
422 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
423
424         * docs/plugins/Makefile.am:
425         * gst/spectrum/gstspectrum.c:
426         * tests/examples/spectrum/.cvsignore:
427         * tests/examples/spectrum/Makefile.am:
428         * tests/examples/spectrum/spectrum-example.c:
429
430         Add a simple example application for the spectrum element, include it
431         in the docs, and fix some documentation ambiguities.
432
433         Fixes: #348085
434
435 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
436
437         * gst/equalizer/Makefile.am:
438         * gst/spectrum/Makefile.am:
439         Fix includes order
440
441         * tests/check/Makefile.am:
442         Exclude v4l2src from the states test - it takes too long to start.
443
444         * tests/check/elements/spectrum.c:
445         Make the test run properly with CK_FORK=no
446
447 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
448
449         * gst/audiofix/Makefile.am: add missing header files 
450
451 2008-02-08  Julien Moutte  <julien@fluendo.com>
452
453         * gst/matroska/matroska-demux.c:
454         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
455         keyframe and delta units correctly when dealign with a BlockGroup.
456         Fixes: #514397
457
458 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
459
460         * tests/check/elements/.cvsignore:
461         Spell the new tests correctly in .cvsignore
462
463 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
464
465         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
466           Need to use gsize here for the size, fixes compiler warning.
467
468         * tests/examples/equalizer/.cvsignore:
469         * tests/examples/equalizer/Makefile.am:
470         * tests/examples/spectrum/.cvsignore:
471         * tests/examples/spectrum/Makefile.am:
472           Add missing files to fix the build.
473
474 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
475
476         * configure.ac:
477         * docs/plugins/Makefile.am:
478         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
479         * docs/plugins/gst-plugins-good-plugins-sections.txt:
480         * docs/plugins/gst-plugins-good-plugins.args:
481         * docs/plugins/gst-plugins-good-plugins.hierarchy:
482         * docs/plugins/inspect/plugin-multifile.xml:
483         * tests/check/Makefile.am:
484         * tests/check/elements/.cvsignore:
485
486         Move multifile plugin from -bad.
487         Fixes: #490283
488
489 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
490
491         * configure.ac:
492         * docs/plugins/Makefile.am:
493         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
494         * docs/plugins/gst-plugins-good-plugins-sections.txt:
495         * docs/plugins/gst-plugins-good-plugins.args:
496         * docs/plugins/gst-plugins-good-plugins.hierarchy:
497         * docs/plugins/inspect/plugin-spectrum.xml:
498         * gst/spectrum/Makefile.am:
499         * tests/check/Makefile.am:
500         * tests/check/elements/.cvsignore:
501         * tests/examples/Makefile.am:
502
503         Move spectrum plugin from -bad.
504         Move examples into tests/examples/spectrum.
505
506 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
507
508         * configure.ac:
509         * docs/plugins/Makefile.am:
510         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
512         * docs/plugins/gst-plugins-good-plugins.args:
513         * docs/plugins/gst-plugins-good-plugins.hierarchy:
514         * docs/plugins/gst-plugins-good-plugins.interfaces:
515         * docs/plugins/inspect/plugin-equalizer.xml:
516         * gst/equalizer/Makefile.am:
517         * tests/check/Makefile.am:
518         * tests/examples/Makefile.am:
519         Move the equalizer plugin across from -bad
520
521         * tests/check/elements/.cvsignore:
522         Add equalizer, audiosincwband and audiosincwlimit
523
524         * tests/check/elements/equalizer.c:
525         Fix compiler warnings
526
527         Fixes: #415627
528
529 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
530
531         * configure.ac:
532         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
533         are treated like releases and build without it.
534
535 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
536
537         * docs/plugins/Makefile.am:
538         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
539         * docs/plugins/gst-plugins-good-plugins-sections.txt:
540         * docs/plugins/gst-plugins-good-plugins.args:
541         * docs/plugins/inspect/plugin-audiofx.xml:
542         * gst/audiofx/Makefile.am:
543         * gst/audiofx/audiofx.c:
544         * gst/audiofx/audiowsincband.c:
545         * gst/audiofx/audiowsincband.h:
546         * gst/audiofx/audiowsinclimit.c:
547         * gst/audiofx/audiowsinclimit.h:
548         * tests/check/Makefile.am:
549         * tests/check/elements/audiowsincband.c:
550         * tests/check/elements/audiowsinclimit.c:
551
552         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
553         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
554         respectively.
555
556         Fixes: #467666
557
558 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
559
560         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
561         * tests/check/elements/icydemux.c:
562           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
563           caps, and add a somewhat useful debug message. Plus test.
564
565 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
566
567         * gst/rtsp/gstrtspsrc.c:
568         Include unistd.h only if HAVE_UNISTD_H is defined
569         * win32/common/config.h.in:
570         * win32/common/config.h:
571         Define socklen_t as it seems it's not defined in default 
572         Visual Studio headers.
573         * win32/vs6/libgstalpha.dsp:
574         * win32/vs6/libgstapetag.dsp:
575         * win32/vs6/libgstavi.dsp:
576         * win32/vs6/libgstrtp.dsp:
577         * win32/vs6/libgstrtsp.dsp:
578         * win32/vs6/libgstvideomixer.dsp:
579         Update project file dependencies and add new source files       
580
581 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
582
583         Patch by: Bjarne Rosengren <bjarne at axis dot com>
584
585         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
586         Don't leak buffers when we don't push them downstream.
587         Fixes bug #514965.
588
589 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * configure.ac:
592           Bump requirements to (good) released versions to avoid
593           confusion and make implicit core requirement explicit.
594
595 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
596
597         * docs/plugins/Makefile.am:
598         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
599         * docs/plugins/gst-plugins-good-plugins-sections.txt:
600         * docs/plugins/gst-plugins-good-plugins.args:
601         * docs/plugins/inspect/plugin-audiofx.xml:
602         * gst/audiofx/Makefile.am:
603         * gst/audiofx/audiochebband.c:
604         * gst/audiofx/audiochebband.h:
605         * gst/audiofx/audiocheblimit.c:
606         * gst/audiofx/audiocheblimit.h:
607         * gst/audiofx/audiochebyshevfreqband.c:
608         * gst/audiofx/audiochebyshevfreqband.h:
609         * gst/audiofx/audiochebyshevfreqlimit.c:
610         * gst/audiofx/audiochebyshevfreqlimit.h:
611         * gst/audiofx/audiofx.c:
612         * tests/check/Makefile.am:
613         * tests/check/elements/.cvsignore:
614         * tests/check/elements/audiochebband.c:
615         * tests/check/elements/audiocheblimit.c:
616         * tests/check/elements/audiochebyshevfreqband.c:
617         * tests/check/elements/audiochebyshevfreqlimit.c:
618
619         Rename audiochebyshevfreqband -> audiochebband and
620         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
621         surgery.
622
623         Closes: #491811
624
625 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
626
627         Patch by: Orjan Friberg <orjanf at axis dot com>
628
629         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
630         Fix caps memory leak. Fixes #514573.
631
632 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
633
634         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
635         If there's no entries in the subindex, don't try to do anything stupid,
636         just return.
637
638 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
639
640         Patch by: John Millikin <jmillikin at gmail dot com>
641
642         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
643           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
644           Fix extraction of picture blocks with newer libflac versions again:
645           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
646
647 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
648
649         * tests/check/Makefile.am:
650           Add rtp-payloading test to VALGRIND_TO_FIX.
651
652         * tests/check/elements/rtp-payloading.c:
653           Add semicolons after GST_TEST_END so gst-indent gets the
654           formatting right; make test less verbose in general, but
655           more verbose in the error case (which should probably
656           make the test fail anyway).
657
658 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
659
660         * docs/plugins/Makefile.am:
661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
663         * gst/avi/gstavisubtitle.c:
664         Add documentation for avisubtitle and change class to
665         Codec/Parser/Subtitle
666
667 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
668
669         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
670         Treat ENOTTY (driver does not implement ioctl) the same as
671         EINVAL since it implies there are no available standards.
672
673         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
674         (gst_v4l2src_get_nearest_size):
675         Replace gst_v4l2src_get_size_limits with 2 calls to new function
676         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
677         probe if the driver does not support VIDIOC_TRY_FMT for whatever
678         reason, and if we aren't yet actively capturing.
679
680         * sys/v4l2/v4l2src_calls.h:
681         Remove replaced function declaration.
682
683 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
684
685         * configure.ac:
686         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
687         API.
688
689 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
690
691         * configure.ac:
692         Fix typo.
693
694 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
695
696         * gst/alpha/Makefile.am:
697         * gst/alpha/gstalpha.c:
698
699         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
700         some stuff, and making buffer-alloc and resizing work automatically.
701         No longer crashes on odd frame widths and heights, although there
702         seems to be a disagreement with ffmpegcolorspace about what size
703         an AYUV frame with odd height should be.
704
705 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         Patch by: Alessandro Decina <alessandro at nnva dot org>
708
709         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
710         * ext/libpng/gstpngenc.h:
711         Preallocate the output buffer so that g_memdup() and
712         gst_buffer_merge() aren't needed anymore. This greatly improves
713         performances and fixes #512544.
714
715 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
718         (gst_avi_demux_stream_data):
719         GStreamer timestamps are PTS values while AVI only knows about DTS
720         timestamps. Make sure we only copy the DTS as the buffer timestamp when
721         we are dealing with a key frame.
722
723 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
724
725         * tests/check/Makefile.am:
726         * tests/check/elements/.cvsignore:
727         * tests/check/elements/rtp-payloading.c:
728           Add add testsuite for the rtp-payloader that tries simulating
729           dataflow. Needs more test data.
730
731 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
732
733         * tests/check/elements/alphacolor.c:
734           Remove two unused variables.
735
736 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
737
738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
739           Use g_ascii_strtoll() instead of atoll, which is only
740           available in C99.
741
742 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
743
744         * gst/rtp/Makefile.am:
745         * gst/rtp/gstrtp.c:
746         * gst/rtp/gstrtpmpvpay.c:
747         * gst/rtp/gstrtpmpvpay.h:
748         Add MPEG2 video payloader
749
750 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
751
752         * gst/level/gstlevel.c:
753         Use #include <math.h> instead of #include "math.h".
754
755 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
756
757         * tests/check/Makefile.am:
758         Fix up some CFLAGS sets.
759         Don't include gconfvideosrc in the states test.
760
761         * tests/check/elements/autodetect.c: (GST_START_TEST):
762         Add some error strings to fail_unless arguments to fix some weird
763         compiler errors on Solaris.
764
765 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
766
767         * configure.ac:
768         Detect video4linux headers on Solaris too.
769         * sys/v4l2/gstv4l2colorbalance.h:
770         * sys/v4l2/gstv4l2object.h:
771         * sys/v4l2/v4l2_calls.c:
772         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
773         (gst_v4l2_buffer_new):
774
775         Make v4l2 build on Solaris.
776         Patch by: Brian Cameron  <brian.cameron at sun dot com>
777         Fixes: #510505
778
779 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
780
781         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
782           Update list from (still local) scanning script.
783
784 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
785
786         Based on a patch by:
787             Victor STINNER <victor dot stinner at haypocalc dot com>
788
789         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
790         Set variable to NULL after freeing it to prevent double frees
791         or make failures by another use of it afterwards more obvious
792         and fix use of it after the freeing. Fixes bug #510592.
793
794 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
795
796         * gst/udp/gstmultiudpsink.c:
797         use GST_WARNING for logging
798
799 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
800
801         * gst/udp/gstmultiudpsink.c:
802         Don't try to leave a multicast group with an invalid socket
803
804 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
805
806         * ext/flac/gstflacdec.c:
807           Fix compilation against flac 1.1.2 (as on debian stable), where
808           the picture metadata defines and structs don't exist yet.
809           Fixes #509301.
810
811 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
812
813         Patch by: Olivier Crete <tester at tester dot ca>
814
815         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
816         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
817         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
818         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
819         * gst/udp/gstmultiudpsink.h:
820         Add property to automatically join a multicast group or not. This can be
821         useful when sharing a socket between multiple elements.
822         Fixes #509531.
823
824 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
825
826         * gst/videomixer/Makefile.am:
827           Add controller flags.
828
829 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
830
831         * gst/videomixer/videomixer.c:
832           Also commit the missing gst_object_sync_values().
833
834 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
835
836         * docs/plugins/Makefile.am:
837           Remove duplicate entry.
838
839 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
840
841         * docs/plugins/Makefile.am:
842         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
843         * docs/plugins/gst-plugins-good-plugins-sections.txt:
844         * docs/plugins/inspect/plugin-gamma.xml:
845         * docs/plugins/inspect/plugin-monoscope.xml:
846         * docs/plugins/inspect/plugin-video4linux2.xml:
847           Add 3 more plugins to docs.
848
849 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
850
851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
852         * sys/osxvideo/osxvideosink.h:
853           Revert previous change caused by a file that got stuck on an old
854           revision.
855
856 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
857
858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
859         * gst/multipart/Makefile.am:
860         * gst/multipart/multipartdemux.c:
861         * gst/multipart/multipartdemux.h:
862         * gst/multipart/multipartmux.c:
863         * gst/multipart/multipartmux.h:
864           Re-add multipartdemux to the docs. Last round of section cleanup.
865
866 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
867
868         * docs/plugins/Makefile.am:
869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
870         * sys/osxaudio/gstosxaudiosink.h:
871         * sys/osxvideo/osxvideosink.h:
872           Managed to resolve most unused declarations. Filed a bug for one left.          
873
874 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
875
876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
877           Cleanup section file.
878
879 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
880
881         * docs/plugins/Makefile.am:
882         * docs/plugins/gst-plugins-good-plugins.args:
883         * docs/plugins/gst-plugins-good-plugins.signals:
884         * docs/plugins/inspect/plugin-alaw.xml:
885         * docs/plugins/inspect/plugin-alpha.xml:
886         * docs/plugins/inspect/plugin-alphacolor.xml:
887         * docs/plugins/inspect/plugin-annodex.xml:
888         * docs/plugins/inspect/plugin-apetag.xml:
889         * docs/plugins/inspect/plugin-audiofx.xml:
890         * docs/plugins/inspect/plugin-auparse.xml:
891         * docs/plugins/inspect/plugin-autodetect.xml:
892         * docs/plugins/inspect/plugin-avi.xml:
893         * docs/plugins/inspect/plugin-cairo.xml:
894         * docs/plugins/inspect/plugin-cdio.xml:
895         * docs/plugins/inspect/plugin-cutter.xml:
896         * docs/plugins/inspect/plugin-debug.xml:
897         * docs/plugins/inspect/plugin-dv.xml:
898         * docs/plugins/inspect/plugin-efence.xml:
899         * docs/plugins/inspect/plugin-effectv.xml:
900         * docs/plugins/inspect/plugin-flac.xml:
901         * docs/plugins/inspect/plugin-flxdec.xml:
902         * docs/plugins/inspect/plugin-gconfelements.xml:
903         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
904         * docs/plugins/inspect/plugin-goom.xml:
905         * docs/plugins/inspect/plugin-halelements.xml:
906         * docs/plugins/inspect/plugin-icydemux.xml:
907         * docs/plugins/inspect/plugin-id3demux.xml:
908         * docs/plugins/inspect/plugin-jpeg.xml:
909         * docs/plugins/inspect/plugin-ladspa.xml:
910         * docs/plugins/inspect/plugin-level.xml:
911         * docs/plugins/inspect/plugin-matroska.xml:
912         * docs/plugins/inspect/plugin-mulaw.xml:
913         * docs/plugins/inspect/plugin-multipart.xml:
914         * docs/plugins/inspect/plugin-navigationtest.xml:
915         * docs/plugins/inspect/plugin-png.xml:
916         * docs/plugins/inspect/plugin-quicktime.xml:
917         * docs/plugins/inspect/plugin-rtp.xml:
918         * docs/plugins/inspect/plugin-rtsp.xml:
919         * docs/plugins/inspect/plugin-shout2send.xml:
920         * docs/plugins/inspect/plugin-smpte.xml:
921         * docs/plugins/inspect/plugin-speex.xml:
922         * docs/plugins/inspect/plugin-taglib.xml:
923         * docs/plugins/inspect/plugin-udp.xml:
924         * docs/plugins/inspect/plugin-videobalance.xml:
925         * docs/plugins/inspect/plugin-videobox.xml:
926         * docs/plugins/inspect/plugin-videocrop.xml:
927         * docs/plugins/inspect/plugin-videoflip.xml:
928         * docs/plugins/inspect/plugin-videomixer.xml:
929         * docs/plugins/inspect/plugin-wavenc.xml:
930         * docs/plugins/inspect/plugin-wavpack.xml:
931         * docs/plugins/inspect/plugin-wavparse.xml:
932           Update plugin docs.
933
934         * gst/videomixer/Makefile.am:
935         * gst/videomixer/videomixer.c:
936         * gst/videomixer/videomixer.h:
937         * gst/videomixer/videomixerpad.h:
938           Split out header to fix warnings from the doc-build.
939
940 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
941
942         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
943
944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
945         Use atoll to parse the rtptime with enough precision. Fixes #509329.
946
947 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
948
949         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
951           Initialise variables to work around (false) 'foo might be used
952           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
953
954 2008-01-11  David Schleef  <ds@schleef.org>
955
956         * docs/plugins/.cvsignore:
957         * tests/check/pipelines/.cvsignore:
958           Ignore more files for the buildbot.
959
960 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
961
962         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
963         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
964         Generate the image-type values correctly. Leave them out of the caps
965         when outputting a "preview image" tag, since it only makes sense
966         to have one of those - the type is irrelevant.
967
968         * sys/sunaudio/gstsunaudiomixerctrl.c:
969         (gst_sunaudiomixer_ctrl_open):
970         If we can, mark the mixer multiple open when we use it, in case
971         (for some reason) the process wants to open it again elsewhere.
972
973 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         Patch by: Olivier Crete <tester at tester dot ca>
976
977         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
978         * gst/rtp/gstrtptheorapay.c:
979         Fix the clock rate to 90000 as required by the RFC.
980         Fixes #508644.
981
982 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
983
984         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
985           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
986
987 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
988
989         * autogen.sh:
990           Add -Wno-portability to the automake parameters to stop warnings
991           about GNU make extensions being used. We require GNU make in almost
992           every Makefile anyway.
993           
994         * configure.ac:
995           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
996           at the same time is required for per target flags.
997
998 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
999
1000         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1001         Fix error from my last commit.
1002
1003 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1006
1007         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1008           Make sure the ISO 639-X language code in ID3v2 COMM frames
1009           is actually valid UTF-8 (or rather: ASCII), so we don't end
1010           up with non-UTF8 strings in tags if there's garbage in the
1011           language field. Also make sure the language code is always
1012           lower case. Fixes: #508291.
1013
1014 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1015
1016         * ChangeLog:
1017           Fix ChangeLog typo.
1018
1019 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1020
1021         * Makefile.am:
1022           Include lcov.mak to allow building coverage reports. Guard
1023           check-torture target like in the other packages.
1024
1025 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1026
1027         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1028
1029         * gst/videomixer/videomixer.c:
1030         (gst_videomixer_set_master_geometry), (_do_init),
1031         (gst_videomixer_child_proxy_get_child_by_index),
1032         (gst_videomixer_child_proxy_get_children_count),
1033         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1034         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1035         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1036         Implement GstChildProxy interface.
1037         Send newsegment at the right moment
1038         Fixes #488879
1039
1040 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1041
1042         * gst/alpha/Makefile.am:
1043         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1044         (gst_alpha_sink_event), (gst_alpha_chain),
1045         (gst_alpha_change_state), (plugin_init):
1046         Make the various properties of 'alpha' controllable. This allows doing
1047         niceties like fade-in/fade-out.
1048
1049 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1050
1051         * gst/rtp/gstasteriskh263.c:
1052         * gst/rtp/gstrtpL16depay.c:
1053         * gst/rtp/gstrtpac3depay.c:
1054         * gst/rtp/gstrtpamrpay.c:
1055         * gst/rtp/gstrtpdepay.c:
1056         * gst/rtp/gstrtpgsmdepay.c:
1057         * gst/rtp/gstrtph263depay.c:
1058         * gst/rtp/gstrtph263pdepay.c:
1059         * gst/rtp/gstrtph263ppay.c:
1060         * gst/rtp/gstrtph264depay.c:
1061         * gst/rtp/gstrtph264pay.c:
1062         * gst/rtp/gstrtpmp2tdepay.c:
1063         * gst/rtp/gstrtpmp4adepay.c:
1064         * gst/rtp/gstrtpmp4gdepay.c:
1065         * gst/rtp/gstrtpmp4gpay.c:
1066         * gst/rtp/gstrtpmp4vdepay.c:
1067         * gst/rtp/gstrtpmpadepay.c:
1068         * gst/rtp/gstrtpmpvdepay.c:
1069         * gst/rtp/gstrtpsv3vdepay.c:
1070         * gst/rtp/gstrtptheoradepay.c:
1071         * gst/rtp/gstrtptheorapay.c:
1072         * gst/rtp/gstrtpvorbisdepay.c:
1073         * gst/rtp/gstrtpvorbispay.c:
1074           Remove copy/paste unused code (property setters and getter) found by
1075           the coverage suite (yay, saves ~20k on disk).
1076
1077 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1080           (videosink_templ):
1081           Also fix up pad templates to indicate that image/jpeg doesn't
1082           absolutely require the framerate property to be set (#504081).
1083
1084 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1085
1086         Based on patch by: Wouter Cloetens  <wouter at mind be>
1087
1088         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1089           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1090           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1091         * gst/matroska/matroska-mux.h:
1092           Keep track of first and last timestamps for each incoming stream,
1093           so we can calculate the total duration for live sources and other
1094           input where we can't query the duration from the start or where
1095           there's no constant framerate from which we can deduce the
1096           duration; also use calculated/observed duration if it is bigger
1097           than the previously queried duration. Furthermore, use
1098           gst_pad_query_peer_duration() and take into account that it may
1099           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1100           screws up comparisons when using unsigned integers. Fixes #504081.
1101
1102 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1103
1104         * configure.ac:
1105         * gst/audiofx/audioamplify.c:
1106         (gst_audio_amplify_clipping_method_get_type),
1107         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1108         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1109         (gst_audio_dynamic_transform_ip):
1110         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1111         (gst_audio_invert_transform_ip):
1112         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1113         (gst_audio_panorama_transform):
1114         * gst/level/gstlevel.c: (gst_level_init):
1115         Make elements GST_BUFFER_FLAG_GAP aware and call
1116         gst_base_transform_set_gap_aware for this.
1117         Bump core requirement to CVS.
1118         
1119         * gst/audiofx/audiochebyshevfreqband.c:
1120         (gst_audio_chebyshev_freq_band_transform_ip):
1121         * gst/audiofx/audiochebyshevfreqlimit.c:
1122         (gst_audio_chebyshev_freq_limit_transform_ip):
1123         Also sync GObject properties to the controller if operating
1124         in passthrough mode.
1125
1126 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1127
1128         * sys/directdraw/gstdirectdrawsink.c:
1129           (gst_directdraw_sink_window_thread):
1130           FALSE is not a gpointer.
1131
1132 2008-01-05  Julien Moutte  <julien@fluendo.com>
1133
1134         * sys/directdraw/gstdirectdrawsink.c:
1135         (gst_directdraw_sink_set_window_id),
1136         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1137         (gst_directdraw_sink_buffer_alloc),
1138         (gst_directdraw_sink_draw_borders),
1139         (gst_directdraw_sink_show_frame),
1140         (gst_directdraw_sink_setup_ddraw),
1141         (gst_directdraw_sink_window_thread),
1142         (gst_directdraw_sink_get_ddrawcaps),
1143         (gst_directdraw_sink_surface_create): Make sure we create our
1144         internal window only when we need it. That will give a chance to
1145         the application to get the prepare-xwindow-id bus message. Draw
1146         black borders when keeping aspect ratio. Handle the case where our
1147         rendering window disappears (closed or errors) like other sinks
1148         do. Various 80 columns fixes, improve state change order. That
1149         element could need some more love.
1150
1151 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1152
1153         * ext/taglib/gstapev2mux.h:
1154         * ext/taglib/gstid3v2mux.h:
1155         Remove useless typedefs without new type name. Fixes a warning with
1156         gcc 4.3.
1157
1158 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1159
1160         Patch by: John Millikin <jmillikin at gmail dot com>
1161
1162         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1163         (gst_flac_dec_setup_stream_decoder),
1164         (gst_flac_normalize_picture_mime_type),
1165         (gst_flac_extract_picture_buffer),
1166         (gst_flac_dec_metadata_callback):
1167         Emit metadata messages when a PICTURE block is encountered.
1168         Fixes #506715.
1169
1170 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1171
1172         * gst/avi/gstavi.c:
1173         increase rank because no known issues anymore ...
1174         * gst/avi/gstavisubtitle.c:
1175         send subtitle name to the srcpad
1176
1177 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1178
1179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1180         * gst/rtsp/gstrtspsrc.h:
1181         Implement redirect for the DESCRIBE reply. Fixes #506025.
1182
1183 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1184
1185         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1186         Fix 'xyz may be used uninitialized' compiler warnings caused
1187         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1188         abort() in any case but properly report the error.
1189
1190 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1191
1192         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1193         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1194         * sys/ximage/gstximagesrc.c: (composite_pixel):
1195           Fix 'xyz may be used uninitialized' compiler warnings caused
1196           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1197           not really nice to abort in any case). Fixes #505745.
1198
1199 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1200
1201         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1202           Small unit test fix (has no practical impact at the moment,
1203           since we're only feeding utf8 and hence just create a sub-
1204           buffer for the output).
1205
1206 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1207
1208         * gst/avi/gstavisubtitle.c:
1209         * tests/check/elements/avisubtitle.c:
1210         Add seeking support for avi subtitle
1211
1212 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1213
1214         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1215         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1216         (gst_flac_dec_write):
1217         * ext/flac/gstflacdec.h:
1218         Remove some unused vars.
1219         Do more cleanup of leftover events and tags.
1220         Output tags after the segment event. Fixes #504018.
1221
1222 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1223
1224         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1225           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1226           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1227           Detect other UTF byte order markers and convert to UTF-8 as
1228           appropriate.
1229
1230 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1231
1232         * gst/avi/gstavisubtitle.c: (src_template),
1233           (gst_avi_subtitle_extract_utf8_file),
1234           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1235           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1236           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1237         * gst/avi/gstavisubtitle.h:
1238           Refactor a bit; fix name extraction; don't assume all the data
1239           in the chunk is actually subtitle data, there may be padding at
1240           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1241           file so it's there to send again after a seek (for future use).
1242
1243 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1244
1245         * gst/avi/Makefile.am:
1246         * gst/avi/gstavi.c:
1247         * gst/avi/gstavisubtitle.c:
1248         * gst/avi/gstavisubtitle.h:
1249         * tests/check/Makefile.am:
1250         * tests/check/elements/avisubtitle.c:
1251         * win32/common/config.h:
1252                 Add avi subtitle element for bug #442034. Need seeking support
1253                 and more support for character conversion.
1254
1255 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1256
1257         * Makefile.am:
1258           Include common/win32.mak for CRLF check of win32 project
1259           files (see #393626).
1260
1261         * win32/vs6/libgstpng.dsp:
1262           Fix line endings and do cvs admin -kb.
1263
1264 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1265
1266         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1267         Actually drop the buffers which are outside the currently configured
1268         segment instead of just emitting a WARNING.
1269
1270 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1271
1272         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1273         (gst_flac_dec_write):
1274         * ext/flac/gstflacdec.h:
1275         Send segments from the streaming thread. Fixes #502187.
1276         Fix segment seeking and a bunch of other seeking cases.
1277
1278 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1279
1280         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1281           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1282           which is where it would end up if the same information was
1283           put in a vorbis comment (don't think it's worth adding a
1284           new URI tag for this). Fixes #488112.
1285
1286 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1287
1288         * configure.ac:
1289           We need core/base 0.10.15 or later.
1290
1291 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1292
1293         Patch by: Mark Nauwelaerts <manauw skynet be>
1294
1295         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1296         Fix regression in stream numbering. Fixes #502655.
1297
1298 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1299
1300         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1301
1302         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1303         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1304         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1305         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1306         (gst_rtp_h264_pay_handle_buffer):
1307         * gst/rtp/gstrtph264pay.h:
1308         Use higher performance start-code searching.
1309         Parse NALs and store SPS, PPS and profile in the caps so that they can
1310         be used in the SDP. Fixes #502814.
1311
1312 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1313
1314         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1315         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1316           Init some structs to zero before we pass them to ioctl, which
1317           avoids valgrind warnings.  Also fix a small memory leak.
1318
1319 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1320
1321         Patch by: Wouter Cloetens <wouter at mind dot be>
1322
1323         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1324         Copy timestamp from input to output. Not very perfect yet but better
1325         than nothing. Fixes #503023.
1326
1327 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1328
1329         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1330           Also print a useful error message with the old Wavpack API
1331           if possible.
1332
1333 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1334
1335         * ext/wavpack/gstwavpackdec.c:
1336           More build fixes for old libwavpack versions: include config.h so
1337           that WAVPACK_OLD_API is actually defined as detected; only use
1338           WavpackGetErrorMessage if it is available. This fixes the build
1339           on debian stable for me.
1340
1341 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1342
1343         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1344         * ext/wavpack/gstwavpackparse.c:
1345           (gst_wavpack_parse_create_src_pad):
1346           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1347           versions below 4.40.0.
1348
1349 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1350
1351         * configure.ac:
1352           And now do it right for real...
1353
1354 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1355
1356         * configure.ac:
1357           Correctly reset $LIBS to not contain -lm.
1358
1359 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1360
1361         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1362
1363         * configure.ac:
1364         * ext/cairo/gsttimeoverlay.c:
1365           (gst_cairo_time_overlay_print_smpte_time):
1366           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1367           and checking for rint() and implementing it ourself if it doesn't
1368           exist. Fixes #497293.
1369
1370 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1371
1372         * configure.ac:
1373           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1374
1375 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1376
1377         * sys/oss/gstosshelper.c:
1378         Verify that the format returned after the ioctl is the one
1379         we requested. It is valid for the ioctl to succeed while
1380         substituting an alternate 'supported' sample format.
1381
1382 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1383
1384         * sys/oss/gstossaudio.c: (plugin_init):
1385         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1386         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1387           Post decent (and translated) error message when we can't
1388           open the audio device for some reason.
1389
1390 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1391
1392         * sys/oss/gstosssink.c:
1393         * sys/oss/gstosssrc.c:
1394         Allow the AUDIODEV environment variable to redirect us
1395         to a different default OSS device, like sunaudiosink does
1396         on Solaris (makes audio play automatically on SunRays).
1397
1398 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1399
1400         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1401         * gst/audiofx/audiochebyshevfreqband.c:
1402         (gst_audio_chebyshev_freq_band_transform_ip):
1403         * gst/audiofx/audiochebyshevfreqlimit.c:
1404         (gst_audio_chebyshev_freq_limit_transform_ip):
1405         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1406         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1407         The transform_ip() methods should do nothing if in passthrough mode.
1408         It might get non-writable buffers in that case but the buffer might
1409         as well be writable.
1410
1411         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1412         The transform() methods won't be called in passthrough mode and
1413         otherwise the buffer is always writable so don't check here.
1414
1415 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1416
1417         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1418           Fix seeking in .wav files again (#501775).  Some people seem to think
1419           they don't need to test their changes when they're just 'reflowing'
1420           some code.
1421
1422 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1423
1424         * gst/autodetect/gstautovideosink.c:
1425         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1426         (gst_auto_video_sink_init),
1427         (gst_auto_video_sink_create_element_with_pretty_name),
1428         (gst_auto_video_sink_find_best),
1429         (gst_auto_video_sink_set_property),
1430         (gst_auto_video_sink_get_property):
1431         * gst/autodetect/gstautovideosink.h:
1432         Fix docs.
1433         Use same error reporting code as autoaudiosink.
1434         Add property to filter sinks based on caps. Only select raw video sinks
1435         by default for backwards compat.
1436         API: GstAutoVideoSink::filter-caps
1437
1438 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1439
1440         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1441
1442         * gst/autodetect/gstautoaudiosink.c:
1443         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1444         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1445         (gst_auto_audio_sink_set_property),
1446         (gst_auto_audio_sink_get_property):
1447         * gst/autodetect/gstautoaudiosink.h:
1448         Add property to filter sinks based on caps. Only select raw audio sinks
1449         by default for backwards compat.  Fixes #417420.
1450         API: GstAutoAudioSink::filter-caps
1451
1452 2007-11-29  Michael Smith <msmith@fluendo.com>
1453
1454         Patch by: Arek Korbik <arkadini@gmail.com>
1455
1456         * gst/videobox/gstvideobox.c: (plugin_init):
1457           Initialise liboil in plugin_init()
1458
1459 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1460
1461         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1462         Post error before sending EOS. Fixes #499178.
1463
1464 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1465
1466         * win32/vs6/gst_plugins_good.dsw:
1467         * win32/vs6/libgstpng.dsp:
1468         Add a project file for libgstpng
1469
1470 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1471
1472         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1473         (gst_rtp_h263_depay_process):
1474         Code beautification.
1475         Added debug statements.
1476         Don't bit-shift everything, just do operations on last/first byte
1477         instead.
1478
1479 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1480
1481         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1482
1483         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1484         Fix wrong comparison in overrun check. Fixes #499239 some more.
1485
1486 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1487
1488         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1489         (gst_rtp_h263_depay_process):
1490         * gst/rtp/gstrtph263depay.h:
1491         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1492         stream.
1493
1494 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1495
1496         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1497
1498         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1499         (gst_rtp_mp4a_depay_process):
1500         * gst/rtp/gstrtpmp4adepay.h:
1501         Fix depayloading when multiple frames are inside one RTP packet.
1502         Fixes #499239.
1503
1504 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1505
1506         * gst/level/gstlevel.c:
1507           Add GAP-flag support.
1508
1509 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1510
1511         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1512         Read the I flag for Mode A h263 rtp stream and set the
1513         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1514         Fixes #499383
1515
1516 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1517
1518         * gst/level/gstlevel.c:
1519           Remove some dead code and do cleanups.
1520
1521 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1522
1523         * tests/check/pipelines/simple-launch-lines.c:
1524           Improve the tests by allowing to set a target state.
1525
1526 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1527
1528         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1529         Don't check the caps of the output buffer if they're equal some
1530         other caps. The caps can change in a backward compatible way
1531         and did at this point.
1532
1533 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1534
1535         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1536         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1537         (gst_qtdemux_seek_to_previous_keyframe),
1538         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1539         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1540         reverse playback support.
1541
1542 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1543
1544         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1545         Also set the channel layout on the Wavpack caps if we're having
1546         a mono layout. Of course only do it for "audio/x-wavpack".
1547
1548 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1549
1550         * ext/wavpack/gstwavpackcommon.c:
1551         (gst_wavpack_get_default_channel_mask),
1552         (gst_wavpack_set_channel_layout),
1553         (gst_wavpack_get_default_channel_positions),
1554         (gst_wavpack_get_channel_mask_from_positions),
1555         (gst_wavpack_set_channel_mapping):
1556         * ext/wavpack/gstwavpackcommon.h:
1557         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1558         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1559         * ext/wavpack/gstwavpackdec.h:
1560         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1561         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1562         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1563         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1564         (gst_wavpack_enc_rewrite_first_block),
1565         (gst_wavpack_enc_sink_event):
1566         * ext/wavpack/gstwavpackenc.h:
1567         * ext/wavpack/gstwavpackparse.c:
1568         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1569         (gst_wavpack_parse_scan_to_find_sample),
1570         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1571         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1572         * ext/wavpack/gstwavpackparse.h:
1573         Add support for encoding, parsing and decoding multichannel
1574         files with up to 8 channels. This also improves the robustness
1575         of parsing quite a bit.
1576
1577         * ext/wavpack/gstwavpackstreamreader.c:
1578         (gst_wavpack_stream_reader_read_bytes),
1579         (gst_wavpack_stream_reader_get_pos),
1580         (gst_wavpack_stream_reader_set_pos_abs),
1581         (gst_wavpack_stream_reader_set_pos_rel),
1582         (gst_wavpack_stream_reader_push_back_byte),
1583         (gst_wavpack_stream_reader_get_length),
1584         (gst_wavpack_stream_reader_can_seek),
1585         (gst_wavpack_stream_reader_write_bytes):
1586         Improve debugging.
1587
1588 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1589
1590         * ext/libpng/gstpngdec.c:
1591         * ext/libpng/gstpngdec.h:
1592           Don't release the png-memory from within the callback.
1593
1594 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1595
1596         Patch by: René Stadler <mail at renestadler dot de>
1597
1598         * ext/libpng/gstpngenc.c:
1599           Don't leak buffer data memory. Fixes #498395.
1600
1601 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1602
1603         Patch by: René Stadler <mail at renestadler dot de>
1604
1605         * tests/check/pipelines/simple-launch-lines.c:
1606           Tests for #498395.
1607
1608 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1609
1610         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1611         (gst_tag_lib_mux_adjust_event_offsets):
1612         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1613         * sys/osxaudio/Makefile.am:
1614         * sys/osxvideo/cocoawindow.h:
1615         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1616
1617 2007-11-15  David Schleef  <ds@schleef.org>
1618
1619         * ext/cairo/gsttextoverlay.c:
1620           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1621
1622 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1623
1624         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1625
1626         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1627         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1628         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1629         * gst/rtp/gstrtpmp2tpay.h:
1630         Fill the MTU with as many packets as possible. Fixes #491323.
1631
1632 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1633
1634         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1635
1636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1637         Fix some more leaks. Fixes #497007.
1638
1639 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1640
1641         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1642
1643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1644         (gst_rtspsrc_stream_configure_tcp):
1645         Fix 3 pad leaks. Fixes #496983.
1646
1647 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1648
1649         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1650
1651         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1652         Fix small leak. Fixes #497017.
1653
1654 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1655
1656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1657         (gst_qtdemux_prepare_current_sample),
1658         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1659         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1660         * gst/qtdemux/qtdemux_fourcc.h:
1661         * gst/qtdemux/qtdemux_types.c:
1662         Add suppport for theora in quicktime according to XiphQT.
1663
1664 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1665
1666         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1667         (gst_v4l2src_init), (gst_v4l2src_set_property),
1668         (gst_v4l2src_get_property):
1669         * sys/v4l2/gstv4l2src.h:
1670         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1671           Always copy buffers by default (handle safer with bugged drivers)
1672           and added a property to make it possible to use mmap effectively (no
1673           copy if possible) when application wants to. Fixes: #480557.
1674
1675 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1676
1677         * gst/id3demux/id3tags.c:
1678         * gst/id3demux/id3tags.h:
1679         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1680           We don't want the same string multiple times in a tag list for the
1681           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1682           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1683
1684 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1687           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1688           into ID3v2 TXXX frames (fixes #347848).
1689
1690 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1691
1692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1693           Don't leak sdp message contents (fixes #496773).
1694
1695         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1696           Don't leak URI string.
1697
1698 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1699
1700         Patch by: Julien Puydt <julien dot puydt at laposte net>
1701
1702         * ext/raw1394/Makefile.am:
1703         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1704           (gst_1394_property_probe_get_properties),
1705           (gst_1394_property_probe_probe_property),
1706           (gst_1394_property_probe_needs_probe),
1707           (gst_1394_property_probe_get_values),
1708           (gst_1394_property_probe_interface_init),
1709           (gst_1394_type_add_property_probe_interface):
1710         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1711         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1712           (gst_dv1394src_init), (gst_dv1394src_dispose),
1713           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1714           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1715           (gst_dv1394src_update_device_name):
1716         * ext/raw1394/gstdv1394src.h:
1717           Implement GstPropertyProbe interface and add "device-name" property,
1718           so applications can use this to probe for available devices in the
1719           same way they can already with v4lsrc and v4l2src (however horrible
1720           this property probe interface may be). Fixes #358841.
1721
1722 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1723
1724         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1725
1726         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1727           (gst_rtspsrc_parse_range):
1728           Don't leak event, don't leak range (fixes #496752).
1729
1730 2007-11-14  Michael Smith <msmith@fluendo.com>
1731
1732         Patch by: Arek Korbik <arkadini@gmail.com>
1733
1734         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1735           Detect RGBA/BGRA correctly on little endian systems.
1736
1737 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1738
1739         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1740           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1741           corresponding ioctl() call fails even though the driver claims to
1742           support this format, just fall back to the pre-2.6.19 kernel
1743           routine that creates caps with suitable height and width ranges
1744           (see #448278).
1745
1746 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1747
1748         Patch by: Mark Nauwelaerts <manauw skynet be>
1749
1750         * gst/matroska/matroska-demux.c:
1751           (gst_matroska_demux_push_dvd_clut_change_event),
1752           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1753           (gst_matroska_demux_subtitle_caps):
1754         * gst/matroska/matroska-ids.h:
1755           Extract palette data for dvd subpicture streams and send it
1756           downstream as custom gstreamer dvd event (fixes #453417).
1757
1758 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1759
1760         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1761           Implement minimal parsing of the passed pango font description
1762           string, so passing a font size works the same as with the
1763           pango textoverlay plugin; fixes #455086.
1764           (Maybe we could just use pangocairo here at some point).
1765
1766 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1767
1768         * gst/avi/gstavidemux.c:
1769         * gst/wavparse/gstwavparse.c:
1770           Return the result in _activate_pull(). Don't ref element there.
1771
1772 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1773
1774         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1775         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1776         (gst_wavparse_srcpad_event):
1777           Ref the element when we should, but not when we its not needed. Reflow
1778           the event_handling to not leak the event.       
1779
1780 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1781
1782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1783         (qtdemux_parse_samples):
1784         Properly free QTDemuxSamples array.
1785         Protect table write with a sensible check, some files apparently DO contain
1786         stts values starting with 0 :(
1787
1788 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1789
1790         * gst/avi/gstavidemux.c:
1791         * gst/qtdemux/qtdemux.c:
1792           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1793           previous commit messed up.
1794
1795 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1796
1797         * gst/avi/gstavidemux.c:
1798         * gst/qtdemux/qtdemux.c:
1799           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1800           element when we should, but not when we its not needed.
1801
1802 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1803
1804         * gst/wavparse/gstwavparse.c:
1805           Return FALSE if we can't handle a query instead of changing the
1806           format. Ignore fact when dealing with mpeg audio.
1807
1808 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1811
1812         * configure.ac:
1813         * gst/udp/gstdynudpsink.c:
1814         * gst/udp/gstdynudpsink.h:
1815         * gst/udp/gstmultiudpsink.c:
1816         * gst/udp/gstmultiudpsink.h:
1817         * gst/udp/gstudpsink.c:
1818         * gst/udp/gstudpsink.h:
1819           Fix includes for MSVC and GLib-2.14.0 (#492388).
1820
1821         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1822           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1823
1824 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1825
1826         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1827         (gst_mulawdec_chain):
1828         * gst/law/mulaw-decode.h:
1829         Calculate outgoing buffer duration if incoming buffer didn't have a
1830         valid duration.
1831
1832 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1833
1834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1835         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1836         Smarter combine_flow code that also deals with downstream elements
1837         returning UNEXPECTED when they receive data out of the segment
1838         boundaries. Fixes #491305.
1839
1840 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1841
1842         * sys/v4l2/v4l2src_calls.c:
1843           Fix 'unused variable' compiler warning when compiling against
1844           older kernel headers.
1845
1846 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1847
1848         * ext/taglib/gstid3v2mux.cc (add_funcs):
1849           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1850
1851 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1852
1853         * tests/check/pipelines/simple-launch-lines.c:
1854            Improve the tests a little more.
1855
1856 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1857
1858         patch by: Yun Zheng Hu
1859
1860         * sys/osxaudio/gstosxaudiosrc.c:
1861         Use default input device instead of default output device and
1862         only memcpy actual available bytes.
1863
1864 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1865
1866         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1867           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1868           early. It is temporary until we find something better.
1869
1870 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1871
1872         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1873
1874         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1875         Fix race when pausing a RTSP stream in interleaved.
1876         Fixes #475784.
1877
1878 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1879
1880         Patch by: Peter Kjellerstedt <pkj at axis com>
1881
1882         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1883         Use correct unref function for buffers. #488844.
1884
1885 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1886
1887         * gst/avi/gstavimux.c:
1888         * tests/check/elements/avimux.c:
1889           Add some debug and sync tests with the fix.     
1890
1891 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1892
1893         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1894
1895         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1896         When the socket is used by the app for other purposes, don't generate an
1897         error if there is activaty on the socket that is not data related.
1898         Fixes #487488.
1899
1900 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1901
1902         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1903         (gst_v4l2src_grab_frame):
1904         Add some more debug info. Generate an error when we run out of buffers
1905         for some reason. See #480557.
1906
1907 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1908
1909         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1910
1911         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1912         Set marker bit correctly.
1913
1914 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1915
1916         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1917         Use allowed name for the GstStructure.
1918
1919 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1920
1921         * ext/gconf/gstswitchsink.c:
1922         * gst/autodetect/gstautoaudiosink.c:
1923           Use new gst_bus_pop_filtered().
1924
1925 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1926
1927         * sys/v4l2/gstv4l2src.c:
1928         * sys/v4l2/v4l2src_calls.c:
1929           When probing the formats and sizes a camera supports, make
1930           sure the best ones (highest resolution, prefered format)
1931           end up at the beginning of the probed caps and the less
1932           desirable ones at the end.  This is important because the
1933           order within the caps matters for things like fixation and
1934           negotiation, ie. what format is chosen in the end.
1935           With recent kernels, the current probing code will end up
1936           querying the supported sizes from lowest resolution to
1937           highest resolution, adding them to the probed caps in that
1938           order, resulting to v4l2src fixating to the lowest possible
1939           resolution if downstream does not express a size preference.
1940           Also make up a somewhat random ranking of prefered output
1941           formats for the same reason. Fixes #485828.
1942         
1943 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1944
1945         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1946
1947         * gst/id3demux/id3v2frames.c:
1948           Extract license/copyright URIs from ID3v2 WCOP frames
1949           (Fixes #447000).
1950
1951         * tests/check/elements/id3demux.c:
1952         * tests/files/Makefile.am:
1953         * tests/files/id3-447000-wcop.tag:
1954           Add simple unit test.
1955
1956 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1957
1958         * ext/taglib/gstid3v2mux.cc:
1959           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1960           Prerequisite for #447000.
1961
1962 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1963
1964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1965         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1966         a GstClockTime.
1967
1968 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1969
1970         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1971         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1972         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1973         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1974         (gst_rtspsrc_change_state):
1975         More seeking fixes, mostly passing around the new playback segment in
1976         order to configure it properly.
1977         Also reset base_time of udp sources when setting them back to PLAYING as
1978         a temporary hack until core supports seek in live sources properly.
1979
1980 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1981
1982         * gst/rtp/gstrtpmp4adepay.c:
1983         Fix caps as to not confuse autopluggers.
1984
1985 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1986
1987         * gst/id3demux/gstid3demux.c:
1988         * gst/id3demux/gstid3demux.h:
1989         * gst/id3demux/id3tags.c:
1990         * gst/id3demux/id3tags.h:
1991         * gst/id3demux/id3v2frames.c:
1992           Port ID3 tag demuxer over to the new GstTagDemux in -base
1993           (now would be a good time to test re-importing your music
1994           collection).
1995
1996 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1997
1998         * gst/apetag/Makefile.am:
1999         * gst/apetag/gstapedemux.c:
2000         * gst/apetag/gstapedemux.h:
2001         * gst/apetag/gsttagdemux.c:
2002         * gst/apetag/gsttagdemux.h:
2003           Port APE tag demuxer over to the new GstTagDemux in -base.
2004
2005 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2006
2007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2008         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2009         (gst_rtspsrc_handle_internal_src_query),
2010         (gst_rtspsrc_handle_src_query), (new_session_pad),
2011         (gst_rtspsrc_stream_configure_tcp),
2012         (gst_rtspsrc_stream_configure_transport),
2013         (gst_rtspsrc_loop_send_cmd):
2014         Improve flushing behaviour.
2015         Set state of the udp sources to PAUSE/PLAYING correctly.
2016         Handle events and queries for UDP and TCP transport now.
2017
2018 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2019
2020         * gst/rtp/gstrtpgsmdepay.c:
2021         * gst/rtp/gstrtpgsmpay.c:
2022           Add log category.
2023
2024 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2025
2026         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2027
2028         * tests/check/Makefile.am:
2029         * tests/check/pipelines/simple-launch-lines.c:
2030           Add unit tests for payloaders/depayloaders.
2031
2032 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2033
2034         * gst/avi/gstavimux.c:
2035         * gst/avi/gstavimux.h:
2036           Also save codec data for audio streams. Fixes #482495.
2037
2038 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2039
2040         * gst/avi/gstavimux.c:
2041           Fix "Index entry has invalid stream nr 1".
2042           Add support for muxing aac - work in progress (see #482495).
2043
2044 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2045
2046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2047         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2048         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2049         * gst/rtsp/gstrtspsrc.h:
2050         Parse bandwidth modifiers, they are not yet configured in the session
2051         manager because we don't have an API for that yet.
2052
2053 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2054
2055         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2056         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2057         Use shiny new function in -base to get the default clock-rate.
2058         Update some docs.
2059
2060 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2061
2062         * win32/MANIFEST:
2063         Add files to win32 manifest.
2064         * win32/vs6/libgstaudiofx.dsp:
2065         * win32/vs6/libgstqtdemux.dsp:
2066         * win32/vs6/libgstrtp.dsp:
2067         * win32/vs6/libgstrtsp.dsp:
2068         Update project files.
2069
2070 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2071
2072         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2073         (gst_rtspsrc_play):
2074         * gst/rtsp/gstrtspsrc.h:
2075         In TCP mode, only timestamp the first buffer. TCP is not real time and
2076         it does not make sense to try to skew compensate, also some servers send
2077         the first batch of data in a burst.
2078
2079 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2080
2081         * gst/matroska/matroska-demux.c:
2082           Fix setting the discont flag on the first buffer
2083           pushed downstream for formats with private codec
2084           data that needs to be deserialised into buffers
2085           (such as vorbis and FLAC when in a matroska container).
2086
2087 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2088
2089         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2090
2091         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2092         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2093         (gst_rtp_mp4v_pay_handle_buffer):
2094         * gst/rtp/gstrtpmp4vpay.h:
2095         Free the config string. Fixes #480707.
2096         Clean up the timestamp code a little.
2097
2098 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2099
2100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2101         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2102         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2103         * gst/rtsp/gstrtspsrc.h:
2104         Set timestamps on RTP buffers in interleaved mode.
2105         Mark first buffers with a DISCONT.
2106         Remove flush hack now that sync for live sources has been figured out.
2107
2108 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2109
2110         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2111         Update documentation.
2112
2113 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2114
2115         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2116         (gst_rtp_xqt_depay_change_state):
2117         * gst/qtdemux/gstrtpxqtdepay.h:
2118         Fail if we don't know the quicktime format.
2119
2120 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2121
2122         * ext/flac/gstflacenc.c:
2123         * ext/flac/gstflacenc.h:
2124           Save the flow return from the last gst_pad_push() and
2125           make sure we pass the right flow return value upstream
2126           in the case of failure; minor clean-ups.
2127
2128 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2129
2130         * ext/taglib/gstapev2mux.cc:
2131         * ext/taglib/gstid3v2mux.cc:
2132         * gst/apetag/gstapedemux.c:
2133           Add support for the new GST_TAG_COMPOSER (#459809).
2134
2135 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2136
2137         * gst/law/alaw-decode.c:
2138         * gst/law/alaw-decode.h:
2139         * gst/law/alaw-encode.c:
2140         * gst/law/alaw-encode.h:
2141         * gst/law/alaw.c:
2142         * gst/law/mulaw-conversion.h:
2143           Compulsive clean-ups: use boilerplate macros, add debug
2144           categories, fix up things to conform to symbol nomenklatura,
2145           etc.
2146
2147 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2150
2151         * gst/law/alaw-decode.c:
2152         * gst/law/alaw-encode.c:
2153           Use static tables for A-Law decoding and encoding; this makes
2154           A-Law decoding and encoding less CPU-intensive, but increases
2155           the binary size a bit. Leaving old code around for now,
2156           selectable by a define in the code. Fixes #435435.
2157
2158 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2159
2160         * configure.ac:
2161         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2162         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2163         in configure.ac.
2164
2165 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2166
2167         Patch by: Jan Gerber <j at bootlab dot org>
2168
2169         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2170         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2171
2172 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2173
2174         * sys/oss/gstosshelper.c:
2175           Use GST_WARNING instead of a g_critical. This situation is not caused
2176           by the application.
2177
2178 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2179
2180         * po/LINGUAS:
2181         * po/nl.po:
2182           Updated translations.
2183
2184 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2185
2186         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2187
2188         * po/eu.po:
2189           Added Basque translation.
2190
2191 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2192
2193         translated by: Abel Cheung <abelcheung@gmail.com>
2194
2195         * po/zh_HK.po:
2196         * po/zh_TW.po:
2197           Added Chinese (traditional and Hong Kong) translation.
2198
2199 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2200
2201         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2202
2203         * po/pl.po:
2204           Added Polish translation.
2205
2206 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2207
2208         translated by: Ilkka Tuohela <hile@iki.fi>
2209
2210         * po/fi.po:
2211           Added Finnish translation.
2212
2213 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2214
2215         translated by: Jorge González González <aloriel@gmail.com>
2216
2217         * po/es.po:
2218           Added Spanish translation.
2219
2220 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2221
2222         translated by: Mogens Jaeger <mogens@jaeger.tf>
2223
2224         * po/da.po:
2225           Added Danish translation.
2226
2227 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2228
2229         translated by: Funda Wang <fundawang@linux.net.cn>
2230
2231         * po/zh_CN.po:
2232           Added Chinese (simplified) translation.
2233
2234 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2235
2236         translated by: Alexander Shopov <ash@contact.bg>
2237
2238         * po/bg.po:
2239           Added Bulgarian translation.
2240
2241 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2242
2243         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2244         Set outgoing packet duration because we can. Fixes #478244 some more.
2245
2246 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2247
2248         * ext/cairo/gsttextoverlay.c:
2249           Add info about static leak.
2250         
2251         * tests/check/Makefile.am:
2252         * tests/check/generic/states.c:
2253           Improved state change unit test.
2254
2255 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2256
2257         * docs/plugins/.cvsignore:
2258         * tests/check/.cvsignore:
2259           Ignore registries in any format.
2260
2261 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2262
2263         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2264         Removed some unused code.
2265
2266         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2267         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2268         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2269         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2270         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2271         (gst_rtp_theora_pay_flush_packet):
2272         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2273         Try to preserve the incomming buffer duration on the outgoing
2274         packets. Fixes #478244.
2275
2276 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2277
2278         * ext/taglib/gstapev2mux.cc:
2279         * ext/taglib/gstid3v2mux.cc:
2280           Work around compiler warnings with g++-4.2 when assigning a
2281           string constant to a gchar * (partially fixes #478092).
2282
2283 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2284
2285         * configure.ac:
2286           We require core CVS now for gst_base_src_set_do_timestamp().
2287
2288 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2289
2290         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2292         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2293         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2294         (gst_rtspsrc_handle_message):
2295         Fix compiler warnings shown with Forte.
2296
2297 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2298
2299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2300         (gst_rtspsrc_dup_printf):
2301         Give meaningfull error when all streams failed to configure for some
2302         reason.
2303
2304 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2305
2306         * gst/rtp/README:
2307         Update README with the design for synchronisation rules of RTP on
2308         sender and receiver.
2309
2310 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2311
2312         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2313         (gst_wavparse_chain):
2314         Don't push EOS from the chain function, the element
2315         driving the pipeline is responsible for this. The bug
2316         this was meant to fix seems to be queue not forwarding
2317         EOS in all cases (see #476514).
2318
2319 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2320
2321         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2322         (gst_level_transform_ip):
2323         * gst/level/gstlevel.h:
2324         Use basetransform segment so that it is correctly managed on flushes and
2325         start/stop.
2326         Report message timestamp as stream time, which is what an application
2327         can understand.
2328
2329 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2330
2331         * ext/taglib/gstapev2mux.cc:
2332         * ext/taglib/gstapev2mux.h:
2333         * ext/taglib/gsttaglibmux.c:
2334         * tests/check/elements/apev2mux.c:
2335         Update my mail address.
2336
2337 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2338
2339         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2340         (gst_wavparse_loop), (gst_wavparse_chain):
2341         Add EOS logic for the push-based mode too. Fixes #476514.
2342
2343 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2344
2345         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2346         * gst/law/alaw-encode.h:
2347         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2348         (gst_mulawenc_chain):
2349         * gst/law/mulaw-encode.h:
2350         Fix law encoder timestamps.
2351
2352 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2353
2354         * ext/gconf/gstgconfaudiosink.c:
2355           Fix warning when building without debug.
2356
2357         * sys/oss/gstossmixertrack.c:
2358           Use const like in alsamixertrack.c (fixes warnings).
2359
2360 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2361
2362         * sys/v4l2/v4l2src_calls.c:
2363         (gst_v4l2src_probe_caps_for_format_and_size):
2364         Fix framerate detection code some more.
2365         Handle the case where there is a weird step in the stepwise framerates.
2366         Don't overwrite the min interval with the framerate, use a temp variable
2367         instead.
2368         Use max in the Continuous framerate intervals instead of step, which is
2369         1 according to the docs. Fixes #475424.
2370
2371 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2372
2373         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2374         Make udpsrc timestamp outgoing buffers based on when they were received.
2375         Also make it output a segment in time.
2376
2377 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2378
2379         * gst/avi/gstavidemux.c:
2380           Plug a little leak. Little code cleanups.
2381
2382 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2383
2384         * configure.ac:
2385           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2386           flac versions, 's good for cross-compilation karma.
2387
2388 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2389
2390         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2391
2392         * gst/rtp/gstrtph263pay.c:
2393           Fix up header structure so that compilers don't add padding
2394           between the structure fields, since that would lead to us
2395           sending RTP packets with broken headers (as is currently the
2396           case when compiling with MSVC). Also see similar fixes in
2397           libgstrtp in gst-plugins-base. (#474616; #471194)
2398
2399 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2400
2401         * sys/v4l2/v4l2src_calls.c:
2402         (gst_v4l2src_probe_caps_for_format_and_size):
2403         Don't overwrite our GValue with 0 but instead use the previously
2404         computed value. Fixes #471823 some more.
2405
2406 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2407
2408         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2409           No tabs in this file please, or gtk-doc will end up documenting
2410           rather absurd class hierarchies.
2411
2412 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2413
2414         * ext/gconf/gstswitchsink.c:
2415           If the new kid element fails to change state for some reason
2416           (e.g. esdsink not being able to connect to the sound server),
2417           forward the error message it posted on the bus instead of just
2418           posting a generic 'Internal state change error: please file a
2419           bug' error message. Fixes #471364.
2420
2421 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2422
2423         * gst/qtdemux/Makefile.am:
2424         * gst/qtdemux/qtdemux.c:
2425           Don't assume tags are encoded as UTF-8 (#473670).
2426
2427 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2428
2429         * sys/v4l2/gstv4l2src.c:
2430         * sys/v4l2/gstv4l2src.h:
2431         * sys/v4l2/v4l2src_calls.c:
2432           Implement LATENCY queries in the crudest way possible so I don't
2433           have to use sync=false any longer when testing with videosinks.
2434
2435 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2436
2437         * configure.ac:
2438           Fix build.
2439
2440 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2441
2442         * sys/v4l2/v4l2src_calls.c:
2443         (gst_v4l2src_probe_caps_for_format_and_size):
2444         Add some more debugging in the framerate function.
2445         Iterate stepwise framerate up to and _including_ the max and if nothing
2446         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2447         don't end up with an empty list. Fixes #471823
2448
2449 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2450
2451         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2452         (gst_multiudpsink_set_clients_string),
2453         (gst_multiudpsink_get_clients_string),
2454         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2455         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2456         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2457         (gst_multiudpsink_clear):
2458         Add property do configure destination address/port pairs
2459         API:GstMultiUDPSink::clients
2460
2461 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2462
2463         * tests/examples/Makefile.am:
2464         * tests/examples/rtp/Makefile.am:
2465         * tests/examples/rtp/client-H263p-AMR.sh:
2466         * tests/examples/rtp/client-H263p-PCMA.sdp:
2467         * tests/examples/rtp/client-H263p-PCMA.sh:
2468         * tests/examples/rtp/client-H264-PCMA.sdp:
2469         * tests/examples/rtp/client-H264-PCMA.sh:
2470         * tests/examples/rtp/client-PCMA.sh:
2471         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2472         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2473         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2474         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2475         Added some RTP example scripts for sending and receiving RTP streams.
2476
2477 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2478
2479         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2480         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2481         Restructure the setcaps function so that we can also compute the
2482         expected GStreamer output size of the video frames.
2483         Set frame_byte_size correctly so that read-based devices have a chance
2484         of working correctly.
2485         When grabbing a frame, discard frames that are not of the expected size.
2486         Some cameras don't output the right framesize for the first buffer.
2487         Try only a couple of times to get a valid frame, else error out.
2488
2489         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2490         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2491         Add some more debug info when scanning the device.
2492
2493         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2494         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2495         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2496         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2497         Add some more debug info when dequeing a frame.
2498
2499 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2500
2501         * gst/wavparse/gstwavparse.c:
2502           More code cleanups. Add some more comment and improve debugs logs.
2503
2504 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2505
2506         * gst/wavparse/gstwavparse.c:
2507         * gst/wavparse/gstwavparse.h:
2508           Implement seek-query. Refactor duration calculations. Appropriate use
2509           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2510           out of loops.
2511
2512 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2513
2514         * gst/avi/gstavidemux.c:
2515           Implement seek-query.
2516
2517 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2518
2519         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2520         (gst_rtspsrc_dup_printf):
2521         Use new basesink async property to make sparse RTCP packet not wait for
2522         preroll.
2523
2524 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2525
2526         * gst/audiofx/Makefile.am:
2527         Dist the right file.
2528
2529 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2530
2531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2532         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2533         Make sure we generate and parse floating point values in the POSIX
2534         locale instead of the current locale. 
2535
2536 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2537
2538         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2539         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2540         (gst_rtspsrc_play):
2541         * gst/rtsp/gstrtspsrc.h:
2542         Fix method detection again.
2543         Keep track of when we must send a Range header.
2544         Use segment values for Range, Speed and Scale headers.
2545         Parse Speed and Scale headers to update the segment values.
2546
2547 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2548
2549         patch by: Mark Nauwelaerts <manauw@skynet.be>
2550
2551         * sys/v4l2/v4l2src_calls.c:
2552           Handle optional v4l2 ioctls gracefully.
2553
2554 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2555
2556         * gst/rtp/Makefile.am:
2557         * gst/rtp/gstrtp.c: (plugin_init):
2558         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2559         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2560         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2561         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2562         (gst_rtp_h263_depay_get_property),
2563         (gst_rtp_h263_depay_change_state),
2564         (gst_rtp_h263_depay_plugin_init):
2565         * gst/rtp/gstrtph263depay.h:
2566         Added an H263 depayloader. Fixes #369392.
2567
2568         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2569         (gst_rtp_h263p_depay_process):
2570         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2571         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2572         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2573         payloads.
2574         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2575
2576 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2577
2578         * gst/audiofx/audiochebyshevfreqband.c:
2579         * gst/audiofx/audiochebyshevfreqlimit.c:
2580         Add small comparision with the windowed sinc filters in the docs.
2581
2582 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2583
2584         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2585         (audiochebyshevfreqband_suite):
2586         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2587         (audiochebyshevfreqlimit_suite):
2588         Also test 32 bit float mode and the type 2 variants of the filters.
2589
2590 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2591
2592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2593         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2594         (gst_rtspsrc_loop):
2595         Refactor the udp and interleaved loop function a bit.
2596
2597 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2598
2599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2600         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2601         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2602         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2603         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2604         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2605         * gst/rtsp/gstrtspsrc.h:
2606         Protect connection activity with a new lock, avoids deadlocks when going
2607         to PAUSED. Fixes #455808.
2608
2609 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2610
2611         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2612         Fix debug statement.
2613
2614 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2615
2616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2617         Fix stray %u in debug line as spotted by Saur on IRC.
2618
2619 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2620
2621         * gst/audiofx/audiochebyshevfreqband.c:
2622         (gst_audio_chebyshev_freq_band_class_init):
2623         * gst/audiofx/audiochebyshevfreqlimit.c:
2624         (gst_audio_chebyshev_freq_limit_class_init):
2625         Use generator macros for the process functions for the different
2626         sample types, add lower upper boundaries for the GObject properties
2627         so automatically generated UIs can use sliders and add a note about
2628         the number of poles as a too high number of poles combined with
2629         very low or very high frequencies will produce only noise.
2630         * docs/plugins/gst-plugins-good-plugins.args:
2631         Regenerated for the property changes.
2632
2633 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2634
2635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2636         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2637         (gst_rtspsrc_stream_configure_udp_sink),
2638         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2639         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2640         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2641         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2642         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2643         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2644         * gst/rtsp/gstrtspsrc.h:
2645         Improve timeout handling.
2646         Use the same socket for sending and receiving RTCP packets so that some
2647         servers can track clients better.
2648         Improve connection closed handling. Try to reconnect.
2649         Don't overwrite our content base with NULL.
2650         Improve debugging.
2651         Improve range parsing and handling.
2652         Remove flushing hack now that core does the right thing.
2653
2654 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2655
2656         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2657         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2658         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2659         (gst_multiudpsink_close), (gst_multiudpsink_add):
2660         * gst/udp/gstmultiudpsink.h:
2661         Add support for getting and setting the socket to use.
2662
2663         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2664         (gst_udpsrc_create), (gst_udpsrc_get_property):
2665         Add support for getting the currently used socket.
2666
2667 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2670
2671         * gst/audiofx/Makefile.am:
2672         * gst/audiofx/audiochebyshevfreqband.c:
2673         (gst_audio_chebyshev_freq_band_mode_get_type),
2674         (gst_audio_chebyshev_freq_band_base_init),
2675         (gst_audio_chebyshev_freq_band_dispose),
2676         (gst_audio_chebyshev_freq_band_class_init),
2677         (gst_audio_chebyshev_freq_band_init),
2678         (generate_biquad_coefficients), (calculate_gain),
2679         (generate_coefficients),
2680         (gst_audio_chebyshev_freq_band_set_property),
2681         (gst_audio_chebyshev_freq_band_get_property),
2682         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2683         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2684         (gst_audio_chebyshev_freq_band_start):
2685         * gst/audiofx/audiochebyshevfreqband.h:
2686         * gst/audiofx/audiochebyshevfreqlimit.c:
2687         (gst_audio_chebyshev_freq_limit_mode_get_type),
2688         (gst_audio_chebyshev_freq_limit_base_init),
2689         (gst_audio_chebyshev_freq_limit_dispose),
2690         (gst_audio_chebyshev_freq_limit_class_init),
2691         (gst_audio_chebyshev_freq_limit_init),
2692         (generate_biquad_coefficients), (calculate_gain),
2693         (generate_coefficients),
2694         (gst_audio_chebyshev_freq_limit_set_property),
2695         (gst_audio_chebyshev_freq_limit_get_property),
2696         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2697         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2698         (gst_audio_chebyshev_freq_limit_start):
2699         * gst/audiofx/audiochebyshevfreqlimit.h:
2700         * gst/audiofx/audiofx.c: (plugin_init):
2701         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2702         Fixes #464800.
2703
2704         * tests/check/Makefile.am:
2705         * tests/check/elements/.cvsignore:
2706         * tests/check/elements/audiochebyshevfreqband.c:
2707         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2708         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2709         * tests/check/elements/audiochebyshevfreqlimit.c:
2710         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2711         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2712         Add unit tests for the chebyshev filters.
2713
2714         * docs/plugins/Makefile.am:
2715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2717         * docs/plugins/gst-plugins-good-plugins.args:
2718         * docs/plugins/inspect/plugin-1394.xml:
2719         * docs/plugins/inspect/plugin-audiofx.xml:
2720         * docs/plugins/inspect/plugin-dv.xml:
2721         * docs/plugins/inspect/plugin-flac.xml:
2722         * docs/plugins/inspect/plugin-jpeg.xml:
2723         * docs/plugins/inspect/plugin-png.xml:
2724         * docs/plugins/inspect/plugin-rtp.xml:
2725         * docs/plugins/inspect/plugin-shout2send.xml:
2726         * docs/plugins/inspect/plugin-wavpack.xml:
2727         And add docs for the chebyshev filters. While doing
2728         that also run make update in docs/plugins.
2729
2730 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2731
2732         * ext/annodex/gstcmmltag.c:
2733         * gst/rtp/gstrtpvorbispay.c:
2734           Make ro memory to share.
2735
2736 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2737
2738         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2739         Improve UDP performance by avoiding a select() when we have data
2740         available immediatly.
2741
2742 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2743
2744         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2745         (gst_rtp_dec_class_init):
2746         * gst/rtsp/gstrtpdec.h:
2747         Add (dummy) SSRC management signals.
2748
2749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2750         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2751         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2752         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2753         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2754         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2755         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2756         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2757         * gst/rtsp/gstrtspsrc.h:
2758         Add connection-speed property.
2759         Add find_stream helper functions.
2760         Handle stream EOS based on BYE messages or SSRC timeout.
2761         Returns SUCCESS from the state change function as we hide our async
2762         elements from the parent.
2763
2764 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2765
2766         * gst/debug/rndbuffersize.c:
2767           Fix da leak.
2768
2769 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2770
2771         * gst/debug/Makefile.am:
2772         * gst/debug/breakmydata.c:
2773         * gst/debug/gstdebug.c:
2774         * gst/debug/negotiation.c:
2775         * gst/debug/progressreport.c:
2776         * gst/debug/rndbuffersize.c:
2777         * gst/debug/testplugin.c:
2778           Add new test element and clean-up the others a little.
2779
2780 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2781
2782         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2783         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2784
2785 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2786
2787         * gst/rtp/gstrtpilbcdepay.c:
2788           Include stdlib.
2789
2790 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2791
2792         * gst/rtp/gstrtpmpvdepay.c:
2793         Set the mpegversion in the caps so that autoplugging does not get
2794         confused.
2795
2796 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2797
2798         * po/hu.po:
2799         * po/uk.po:
2800         * po/vi.po:
2801           Updated translations.
2802
2803 2007-08-08  Michael Smith <msmith@fluendo.com>
2804
2805         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2806           Render right border in the correct location.
2807
2808 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2809
2810         Patch by: Olivier Crete <tester at tester dot ca>
2811
2812         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2813         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2814         Make mode property a string. Fixes #464475.
2815
2816 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2817
2818         * ext/flac/gstflacenc.c:
2819           Widen caps to match decoder a bit and add more FIXMEs.
2820
2821 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2822
2823         patch by: Mark Nauwelaerts <manauw@skynet.be>
2824
2825         * gst/avi/gstavimux.c:
2826           Fix ODML index tag numbering. Fixes #463624.
2827
2828 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2829
2830         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2831         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2832         (gst_rtspsrc_stream_configure_tcp),
2833         (gst_rtspsrc_stream_configure_udp_sink):
2834         Fix default clock-rate for realmedia.
2835         Fix parsing of transport.
2836         Don't try to link NULL pads.
2837
2838 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2839
2840         * po/POTFILES.skip:
2841           Add POTFILES.skip with list of source files that aren't disted at the
2842           moment but contain translatable strings. Should hopefully pacify
2843           broken tools and make it clearer that these files are left out
2844           intentionally (#461600).
2845
2846 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2847
2848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2849         If the buffer was entirely clipped ... don't try sending it :)
2850
2851 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2852
2853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2854         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2855         (gst_rtspsrc_create_transports_string),
2856         (gst_rtspsrc_prepare_transports):
2857         If we don't hav a session manager, set the caps on outgoing buffers
2858         ourselves.
2859         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2860         Append final bit of the transport string even when it does not contain a
2861         placeholder.
2862
2863 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2864
2865         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2866         (gst_rtsp_ext_list_connect):
2867         * gst/rtsp/gstrtspext.h:
2868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2869         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2870         Clean up the interface list.
2871         Allow connecting to interface signals for the extensions.
2872         Remove old extension code.
2873         Free list on cleanup.
2874         Allow extensions to send additional RTSP messages.
2875
2876 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2877
2878         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2879         Handle a NULL gconf key gracefully by rendering the default element.
2880
2881 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2882
2883         * gst/rtsp/gstrtspext.h:
2884         Fix include path for extension interface.
2885
2886 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2887
2888         * gst/audiofx/audioamplify.h:
2889         Also remove a now unecessary variable here.
2890
2891 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2892
2893         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2894         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2895         * gst/audiofx/audiodynamic.c:
2896         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2897         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2898         * gst/audiofx/audiodynamic.h:
2899         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2900         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2901         * gst/audiofx/audioinvert.h:
2902         Don't save format information ourselves, this is already saved in
2903         GstAudioFilter.
2904
2905 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2906
2907         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2908         (gst_rtsp_ext_list_stream_select):
2909         * gst/rtsp/gstrtspext.h:
2910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2911         Use rank to filter out extensions.
2912         Add url to stream_select interface call.
2913
2914 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2915
2916         * gst/rtsp/Makefile.am:
2917         * gst/rtsp/base64.c:
2918         * gst/rtsp/base64.h:
2919         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2920         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2921         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2922         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2923         (gst_rtsp_ext_list_setup_media),
2924         (gst_rtsp_ext_list_configure_stream),
2925         (gst_rtsp_ext_list_get_transports),
2926         (gst_rtsp_ext_list_stream_select):
2927         * gst/rtsp/gstrtspext.h:
2928         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2929         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2930         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2931         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2932         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2933         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2934         (gst_rtspsrc_stream_configure_tcp),
2935         (gst_rtspsrc_stream_configure_mcast),
2936         (gst_rtspsrc_stream_configure_udp),
2937         (gst_rtspsrc_stream_configure_udp_sink),
2938         (gst_rtspsrc_stream_configure_transport),
2939         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2940         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2941         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2942         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2943         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2944         (gst_rtspsrc_parse_methods),
2945         (gst_rtspsrc_create_transports_string),
2946         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2947         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2948         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2949         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2950         * gst/rtsp/gstrtspsrc.h:
2951         * gst/rtsp/rtsp.h:
2952         * gst/rtsp/rtspconnection.c:
2953         * gst/rtsp/rtspconnection.h:
2954         * gst/rtsp/rtspdefs.c:
2955         * gst/rtsp/rtspdefs.h:
2956         * gst/rtsp/rtspext.h:
2957         * gst/rtsp/rtspextwms.c:
2958         * gst/rtsp/rtspextwms.h:
2959         * gst/rtsp/rtspmessage.c:
2960         * gst/rtsp/rtspmessage.h:
2961         * gst/rtsp/rtsprange.c:
2962         * gst/rtsp/rtsprange.h:
2963         * gst/rtsp/rtsptransport.c:
2964         * gst/rtsp/rtsptransport.h:
2965         * gst/rtsp/rtspurl.c:
2966         * gst/rtsp/rtspurl.h:
2967         * gst/rtsp/sdp.h:
2968         * gst/rtsp/sdpmessage.c:
2969         * gst/rtsp/sdpmessage.h:
2970         * gst/rtsp/test.c:
2971         Use shiny new RTSP and SDP library.
2972         Implement RTSP extensions using the new interface.
2973         Remove a lot of old code.
2974
2975 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2976
2977         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2978         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2979
2980 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2981
2982         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2983         Don't unref the outgoing buffer twice when dropping it because it's
2984         outside of the segment.
2985
2986 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2987
2988         * configure.ac:
2989         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2990         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2991         Use the new buffer clipping function from gstaudio here and
2992         require gst-plugins-base CVS.
2993         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2994         For framed Wavpack buffers we require a valid timestamp.
2995
2996 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2997
2998         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2999         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3000         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3001         Clip raw audio and video when we can, keep track of current output
3002         segment.
3003         Don't leak buffers and events when there is no output pad.
3004         Improve debugging here and there.
3005
3006 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3007
3008         * configure.ac:
3009           Sync liboil check with plugins-base.
3010
3011 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3012
3013         * ext/annodex/Makefile.am:
3014           Fix CFLAGS/LIBS.
3015
3016         * ext/cdio/gstcdiocddasrc.c:
3017         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3018           Include stdlib
3019
3020         * ext/cairo/Makefile.am:
3021         * gst/videofilter/Makefile.am:
3022         * tests/examples/level/Makefile.am:
3023           Use $(LIBM) instead of -lm
3024
3025 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3026
3027         * sys/v4l2/gstv4l2src.c:
3028           Add another example pipeline.
3029
3030 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3031
3032         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3033
3034         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3035           Use define here.
3036
3037         * sys/v4l2/gstv4l2tuner.c:
3038         (gst_v4l2_tuner_set_frequency_and_notify):
3039           Don't touch the property - its still disabled.
3040
3041         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3042         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3043         * sys/v4l2/v4l2src_calls.h:
3044           Improve fallback format negotionation. Fixes #451388
3045
3046 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3047
3048         * tests/check/elements/videocrop.c: (GST_START_TEST):
3049           Fix the test.
3050
3051 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3052
3053         * docs/plugins/Makefile.am:
3054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3056         * docs/plugins/inspect/plugin-jpeg.xml:
3057         * docs/plugins/inspect/plugin-png.xml:
3058         * ext/jpeg/gstjpegdec.c:
3059         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3060         (gst_pngdec_sink_setcaps):
3061           More docs. More logs in pngdec.
3062
3063 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3064
3065         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3066           Initialize num_buffers with minimum value.
3067
3068         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3069         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3070           Handle frame-size query failure gracefully.
3071
3072 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3073
3074         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3075         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3076         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3077         of qt/aac files.
3078
3079 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3080
3081         * ext/wavpack/gstwavpackdec.c:
3082         (gst_wavpack_dec_clip_outgoing_buffer):
3083         Fix buffer clipping to correctly clip to the segment stop.
3084
3085 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3086
3087         * configure.ac:
3088         * tests/Makefile.am:
3089         Remove bogus check for libcheck, since we check for
3090         gstreamer-check and it pulls in the required info from there,
3091         and we weren't actually _using_ the information for libcheck
3092         ourselves anyway.
3093
3094 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3095
3096         * configure.ac:
3097           Use pkg-config to locate check.
3098
3099 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3100
3101         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3102         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3103         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3104         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3105         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3106         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3107         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3108         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3109         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3110         * gst/effectv/gstrev.c: (gst_revtv_transform):
3111         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3112         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3113         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3114         * gst/matroska/matroska-demux.c:
3115         (gst_matroska_demux_add_wvpk_header),
3116         (gst_matroska_demux_check_subtitle_buffer),
3117         (gst_matroska_decode_buffer):
3118         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3119           Fix build against core CVS.
3120
3121 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3122
3123         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3124         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3125         don't have enough granularity to convert that boolean into a
3126         GstFlowReturn.
3127
3128 2007-07-06  Michael Smith <msmith@fluendo.com>
3129
3130         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3131         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3132         (gst_alawdec_change_state):
3133         * gst/law/alaw-decode.h:
3134         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3135         (gst_mulawdec_class_init), (gst_mulawdec_init),
3136         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3137         * gst/law/mulaw-decode.h:
3138           Fix capsnego bogosity in *law decoders. 
3139
3140 2007-07-06  Michael Smith <msmith@fluendo.com>
3141
3142         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3143         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3144         (gst_smokeenc_change_state):
3145         * ext/jpeg/gstsmokeenc.h:
3146           Remove stupidity in get/set caps functions.
3147           Fix some refcounting problems.
3148
3149 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3150
3151         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3152         Remove endianness-flipping hack that seems to have been required
3153         only because of a bug in ffmpegcolorspace.
3154         Partially Fixes: #451908
3155
3156 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3157
3158         * docs/plugins/Makefile.am:
3159           Simplify --extra-dir as gtkdoc scans recursively.
3160
3161 2007-07-03  Wim Taymans  <wim@fluendo.com>
3162
3163         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3164
3165         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3166         Set the encoding-name in the rtp caps to all uppercase, as required by
3167         the caps spec.
3168         Some small cleanups in the error paths. Fixes #453037.
3169
3170 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3171
3172         * ext/wavpack/gstwavpackparse.c:
3173         (gst_wavpack_parse_index_get_last_entry),
3174         (gst_wavpack_parse_index_get_entry_from_sample),
3175         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3176         (gst_wavpack_parse_scan_to_find_sample):
3177         * ext/wavpack/gstwavpackparse.h:
3178         Use a GSList for the GArray that is used like a list anyway.
3179
3180 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3181
3182         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3183         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3184         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3185           Add state change function where we set 0/1 as default framerate in
3186           case our setcaps function isn't called, like it might not in a
3187           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3188           gdkpixbufdec trying to create caps with a 0/0 framerate.
3189           Also post an error message on the bus if gst_pad_push() fails when
3190           called from our sink event handler (+1 for flow returns for event
3191           functions in 0.11) instead of failing silently.
3192
3193 2007-06-27  Wim Taymans  <wim@fluendo.com>
3194
3195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3196         Cast stack args to the proper types. Fixes #451249.
3197
3198 2007-06-27  Wim Taymans  <wim@fluendo.com>
3199
3200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3201         (new_session_pad), (gst_rtspsrc_setup_streams):
3202         * gst/rtsp/gstrtspsrc.h:
3203         For container formats we only need to activate one of the streams so
3204         that we correctly signal no-more-pads. Fixes #451015.
3205
3206 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3207
3208         * docs/plugins/gst-plugins-good-plugins.args:
3209         * docs/plugins/inspect/plugin-aasink.xml:
3210         * docs/plugins/inspect/plugin-alaw.xml:
3211         * docs/plugins/inspect/plugin-alpha.xml:
3212         * docs/plugins/inspect/plugin-alphacolor.xml:
3213         * docs/plugins/inspect/plugin-annodex.xml:
3214         * docs/plugins/inspect/plugin-apetag.xml:
3215         * docs/plugins/inspect/plugin-audiofx.xml:
3216         * docs/plugins/inspect/plugin-auparse.xml:
3217         * docs/plugins/inspect/plugin-autodetect.xml:
3218         * docs/plugins/inspect/plugin-avi.xml:
3219         * docs/plugins/inspect/plugin-cacasink.xml:
3220         * docs/plugins/inspect/plugin-cairo.xml:
3221         * docs/plugins/inspect/plugin-cdio.xml:
3222         * docs/plugins/inspect/plugin-cutter.xml:
3223         * docs/plugins/inspect/plugin-debug.xml:
3224         * docs/plugins/inspect/plugin-efence.xml:
3225         * docs/plugins/inspect/plugin-effectv.xml:
3226         * docs/plugins/inspect/plugin-esdsink.xml:
3227         * docs/plugins/inspect/plugin-flac.xml:
3228         * docs/plugins/inspect/plugin-flxdec.xml:
3229         * docs/plugins/inspect/plugin-gconfelements.xml:
3230         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3231         * docs/plugins/inspect/plugin-goom.xml:
3232         * docs/plugins/inspect/plugin-halelements.xml:
3233         * docs/plugins/inspect/plugin-icydemux.xml:
3234         * docs/plugins/inspect/plugin-id3demux.xml:
3235         * docs/plugins/inspect/plugin-jpeg.xml:
3236         * docs/plugins/inspect/plugin-ladspa.xml:
3237         * docs/plugins/inspect/plugin-level.xml:
3238         * docs/plugins/inspect/plugin-matroska.xml:
3239         * docs/plugins/inspect/plugin-mulaw.xml:
3240         * docs/plugins/inspect/plugin-multipart.xml:
3241         * docs/plugins/inspect/plugin-navigationtest.xml:
3242         * docs/plugins/inspect/plugin-ossaudio.xml:
3243         * docs/plugins/inspect/plugin-png.xml:
3244         * docs/plugins/inspect/plugin-quicktime.xml:
3245         * docs/plugins/inspect/plugin-rtp.xml:
3246         * docs/plugins/inspect/plugin-rtsp.xml:
3247         * docs/plugins/inspect/plugin-smpte.xml:
3248         * docs/plugins/inspect/plugin-speex.xml:
3249         * docs/plugins/inspect/plugin-taglib.xml:
3250         * docs/plugins/inspect/plugin-udp.xml:
3251         * docs/plugins/inspect/plugin-videobalance.xml:
3252         * docs/plugins/inspect/plugin-videobox.xml:
3253         * docs/plugins/inspect/plugin-videocrop.xml:
3254         * docs/plugins/inspect/plugin-videoflip.xml:
3255         * docs/plugins/inspect/plugin-videomixer.xml:
3256         * docs/plugins/inspect/plugin-wavenc.xml:
3257         * docs/plugins/inspect/plugin-wavparse.xml:
3258         * docs/plugins/inspect/plugin-ximagesrc.xml:
3259           Update docs with caps info.
3260
3261 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3262
3263         * po/POTFILES.in:
3264           Add more files with translatable strings (#450878).
3265
3266 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3267
3268         * MAINTAINERS:
3269         Updating all the maintainers files
3270
3271 2007-06-22  Edward Hervey  <edward@fluendo.com>
3272
3273         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3274         * gst/interleave/deinterleave.c: (deinterleave_init),
3275         (deinterleave_sink_link):
3276         * gst/interleave/interleave.c: (interleave_init):
3277         * gst/median/gstmedian.c: (gst_median_init):
3278         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3279         Fix memory leaks.
3280         * tests/check/elements/id3demux.c: (pad_added_cb):
3281         Remove unused variable.
3282
3283 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3284
3285         * ext/gconf/gconf.h:
3286         Make the prototype of gst_gconf_get_key_for_sink_profile
3287         match the implementation.
3288         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3289         Fixes: #449747
3290
3291 2007-06-20  Michael Smith <msmith@fluendo.com>
3292
3293         * gst/rtp/gstrtpdepay.c:
3294           Fix description - rtpdepay is not a payloader.
3295
3296 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3297
3298         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3299         (qtdemux_video_caps):
3300         * gst/qtdemux/qtdemux_fourcc.h:
3301           Add MJPG to the variants of motion jpeg.
3302
3303 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3304
3305         * tests/check/Makefile.am:
3306         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3307         * tests/check/elements/videocrop.c: (GST_START_TEST):
3308         * tests/check/elements/videofilter.c:
3309         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3310         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3311           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3312           error flags are included and it errors out on compiler warnings
3313           for CVS builds; remove unused variables in various unit tests.
3314
3315 2007-06-19  Wim Taymans  <wim@fluendo.com>
3316
3317         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3318         (rtsp_connection_close), (rtsp_connection_free):
3319         Use threadsafe inet_ntop to convert an ip number to a string. 
3320         Fixes #447961.
3321         Don't leak fd (and ip) when freeing a connection without first closing
3322         it.
3323
3324 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3325
3326         * configure.ac:
3327         Back to CVS
3328
3329         * gst-plugins-good.doap:
3330         Add 0.10.6 to the doap file.
3331
3332 === release 0.10.6 ===
3333
3334 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3335
3336         * configure.ac:
3337           releasing 0.10.6, "Wobble Board"
3338
3339 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3340
3341         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3342         (rtsp_connection_free):
3343           Revert previous commit again, since we are frozen (sorry).
3344
3345 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3346
3347         Patch by: Peter Kjellerstedt <pkj at axis com>
3348
3349         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3350         (rtsp_connection_free):
3351           inet_ntoa() uses a static buffer internally, so we need to copy the
3352           returned string if we want to store it for later (#447961).
3353
3354 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3355
3356         * win32/vs6/autogen.dsp:
3357         * win32/vs6/gst_plugins_good.dsw:
3358         * win32/vs6/libgstalaw.dsp:
3359         * win32/vs6/libgstalpha.dsp:
3360         * win32/vs6/libgstalphacolor.dsp:
3361         * win32/vs6/libgstapetag.dsp:
3362         * win32/vs6/libgstaudiofx.dsp:
3363         * win32/vs6/libgstauparse.dsp:
3364         * win32/vs6/libgstautodetect.dsp:
3365         * win32/vs6/libgstavi.dsp:
3366         * win32/vs6/libgstcutter.dsp:
3367         * win32/vs6/libgstdirectdraw.dsp:
3368         * win32/vs6/libgstdirectsound.dsp:
3369         * win32/vs6/libgsteffectv.dsp:
3370         * win32/vs6/libgstflx.dsp:
3371         * win32/vs6/libgstgoom.dsp:
3372         * win32/vs6/libgsticydemux.dsp:
3373         * win32/vs6/libgstid3demux.dsp:
3374         * win32/vs6/libgstinterleave.dsp:
3375         * win32/vs6/libgstjpeg.dsp:
3376         * win32/vs6/libgstlevel.dsp:
3377         * win32/vs6/libgstmatroska.dsp:
3378         * win32/vs6/libgstmedian.dsp:
3379         * win32/vs6/libgstmonoscope.dsp:
3380         * win32/vs6/libgstmulaw.dsp:
3381         * win32/vs6/libgstmultipart.dsp:
3382         * win32/vs6/libgstqtdemux.dsp:
3383         * win32/vs6/libgstrtp.dsp:
3384         * win32/vs6/libgstrtsp.dsp:
3385         * win32/vs6/libgstsmpte.dsp:
3386         * win32/vs6/libgstspeex.dsp:
3387         * win32/vs6/libgstudp.dsp:
3388         * win32/vs6/libgstvideobalance.dsp:
3389         * win32/vs6/libgstvideobox.dsp:
3390         * win32/vs6/libgstvideocrop.dsp:
3391         * win32/vs6/libgstvideoflip.dsp:
3392         * win32/vs6/libgstvideomixer.dsp:
3393         * win32/vs6/libgstwaveform.dsp:
3394         * win32/vs6/libgstwavenc.dsp:
3395         * win32/vs6/libgstwavparse.dsp:
3396         Mark *.dsp & *.dsw as binary files and convert to DOS line
3397         endings, as they don't load into VS6 correctly otherwise.
3398
3399 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3400
3401         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3402         (rtsp_connection_connect):
3403         Fix the MingW build. 
3404         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3405         Fixes: #446981
3406
3407 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3408
3409         * tests/check/elements/.cvsignore:
3410         * tests/icles/.cvsignore:
3411         Hush the buildbots up
3412
3413 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3414
3415         * configure.ac:
3416         * sys/Makefile.am:
3417         * sys/directdraw/Makefile.am:
3418         * sys/directsound/Makefile.am:
3419         * sys/waveform/Makefile.am:
3420         Make sure to dist everything needed for win32 builds.
3421
3422 2007-06-14  Edward Hervey  <edward@fluendo.com>
3423
3424         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3425         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3426         caps.
3427         Fixes #447458
3428
3429 2007-06-13  Wim Taymans  <wim@fluendo.com>
3430
3431         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3432         Make sure we allocate enough memory for the codec_data.
3433         Fixes #447210.
3434
3435 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3436
3437         * win32/MANIFEST:
3438         Add videocrop project file to the win32 manifest.
3439         * win32/vs6/gst_plugins_good.dsw:
3440         Add qtdemux,videocrop and waveform projects to the workspace.
3441         * win32/vs6/libgstqtdemux.dsp:
3442         Add zlib to the link list of qtdemux.
3443         * win32/vs6/libgstvideocrop.dsp:
3444         Add a project file for videocrop.
3445
3446 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3447
3448         * po/POTFILES.in:
3449         Add qtdemux for translation
3450
3451 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3452
3453         * configure.ac:
3454         * docs/plugins/Makefile.am:
3455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3457         * docs/plugins/inspect/plugin-videocrop.xml:
3458         * gst-plugins-good.spec.in:
3459         * sys/Makefile.am:
3460         * tests/check/Makefile.am:
3461         * tests/icles/Makefile.am:
3462         * tests/icles/videocrop-test.c:
3463         Move videocrop and osxvideo from -bad.
3464
3465 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3466
3467         * configure.ac:
3468         * docs/plugins/Makefile.am:
3469         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3471         * docs/plugins/gst-plugins-good-plugins.args:
3472         * docs/plugins/inspect/plugin-qtdemux.xml:
3473         * docs/plugins/inspect/plugin-quicktime.xml:
3474         * win32/MANIFEST:
3475         Move qtdemux from -bad.
3476
3477         * gst-plugins-good.spec.in:
3478         Update spec file to reflect moving of qtdemux and wavpack
3479
3480 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3481         
3482         * win32/MANIFEST:
3483         * docs/plugins/Makefile.am:
3484         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3485         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3486         * docs/plugins/inspect/plugin-directdraw.xml:
3487         * docs/plugins/inspect/plugin-directsound.xml:
3488         * docs/plugins/inspect/plugin-waveform.xml:
3489         Move the waveform plugin from -bad too. Update the inspect xml
3490         files to mention Plugins Good instead of Plugins Bad.
3491
3492 2007-06-12  Andy Wingo  <wingo@pobox.com>
3493
3494         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3495         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3496         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3497         finalization and resuscitation. No longer public.
3498         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3499         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3500         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3501         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3502         miniobject semantics, and be threadsafe.
3503         (gst_v4l2src_queue_frame): Remove this function, as we just call
3504         the ioctls directly in the two places where we queue buffers.
3505         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3506         directly.
3507         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3508         to allocate the pool, which also preallocates the GstBuffers.
3509         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3510         queueing the frames directly.
3511         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3512         mmap buffers have been dequeued.
3513
3514         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3515         real MiniObject instead of rolling our own refcounting and
3516         finalizing. Give it a lock.
3517         (struct _GstV4l2Buffer): Remove one intermediary object, having
3518         the buffers hold the struct v4l2_buffer directly.
3519
3520         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3521         capture_init so that it can set them on the buffers that it will
3522         create.
3523         (gst_v4l2src_get_read): For better or for worse, include the
3524         timestamping and offsetting code here; really we should be using
3525         bufferalloc though.
3526         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3527         preallocated, mmap'd buffers.
3528
3529 2007-06-11  Wim Taymans  <wim@fluendo.com>
3530
3531         Patch by: daniel fischer <dan at f3c dot com>
3532
3533         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3534         (gst_ximage_src_get_caps):
3535         Actually use the display_name property so that we can dump any
3536         available X display. Fixes #445905.
3537
3538 2007-06-11  Wim Taymans  <wim@fluendo.com>
3539
3540         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3541
3542         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3543         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3544         Add missing rate fields to caps. Fixes #441118.
3545
3546 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3547
3548         * win32/vs6/gst_plugins_good.dsw:
3549         * win32/vs8/gst-plugins-good.sln:
3550         Add DirectSound and DirectDraw sinks project files to
3551         workspace and solution files.
3552
3553 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3554
3555         Patch by: Josh Coalson <xflac at yahoo dot com>,
3556         updated by Alexis Ballier <aballier at gentoo dot org>:
3557
3558         * configure.ac:
3559         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3560         (gst_flac_dec_setup_seekable_decoder),
3561         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3562         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3563         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3564         * ext/flac/gstflacdec.h:
3565         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3566         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3567         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3568         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3569         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3570         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3571         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3572         * ext/flac/gstflacenc.h:
3573         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3574         
3575 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3576
3577         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3578         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3579         not necessary anymore as we need at least that core version. 
3580
3581 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3582
3583         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3584         (gst_wavpack_dec_chain):
3585         * ext/wavpack/gstwavpackdec.h:
3586         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3587         (gst_wavpack_parse_push_buffer):
3588         * ext/wavpack/gstwavpackparse.h:
3589         Improve discont handling by checking if the next Wavpack block has
3590         the expected, following block index.
3591
3592 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3593
3594         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3595           Fix element description.
3596
3597 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3598
3599         * configure.ac:
3600         * docs/plugins/Makefile.am:
3601         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3602         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3603         * docs/plugins/gst-plugins-good-plugins.args:
3604         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3605         * docs/plugins/gst-plugins-good-plugins.signals:
3606         * docs/plugins/inspect/plugin-autodetect.xml:
3607         * docs/plugins/inspect/plugin-gconfelements.xml:
3608         * docs/plugins/inspect/plugin-ladspa.xml:
3609         * docs/plugins/inspect/plugin-rtp.xml:
3610         * docs/plugins/inspect/plugin-wavpack.xml:
3611         * ext/Makefile.am:
3612         * tests/check/Makefile.am:
3613           move wavpack plugin.  See #352605.
3614
3615 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3616
3617         * configure.ac:
3618         * docs/plugins/Makefile.am:
3619         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3620         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3621         * docs/plugins/gst-plugins-good-plugins.args:
3622         * sys/Makefile.am:
3623         * win32/MANIFEST:
3624         Add DirectDraw & DirectSound plugins to the build and docs.
3625
3626 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3629         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3630           When operating in pull mode, error out correct on not-linked.
3631
3632 2007-06-06  Andy Wingo  <wingo@pobox.com>
3633
3634         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3635         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3636         format and size if the ioctls are defined; should fix compilation
3637         on Linux < 2.16.19.
3638
3639 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3640
3641         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3642           Printf fixes in debug statements; use LOG level for debug statements
3643           that are printed for each and every frame; convert c++ comments to
3644           C-style comments; not much point using g_try_malloc() if we then not
3645           even check the return value.
3646
3647 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3648
3649         * configure.ac:
3650           Bump requirements to released versions (core and base 0.10.13).
3651
3652         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3653           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3654           own implementation.
3655
3656 2007-06-05  Andy Wingo  <wingo@pobox.com>
3657
3658         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3659         some useless comments.
3660
3661         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3662         frames before calling STREAMON, that might leave them in a state
3663         where they can't be dequeued if we go back to NULL without calling
3664         STREAMON, according to the docs.
3665         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3666         before we call STREAMON.
3667         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3668         failures. (For me this code hung.) The pool refcounting is still
3669         crack; added a note to that effect.
3670
3671 2007-06-05  Wim Taymans  <wim@fluendo.com>
3672
3673         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3674         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3675         Add support for mapping gst structure names to the MIME type equivalent.
3676         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3677
3678 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3679
3680         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3681         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3682         (gst_wavenc_chain), (gst_wavenc_change_state):
3683         * gst/wavenc/gstwavenc.h:
3684         Properly write wav files with width!=depth by having the depth most
3685         significant bytes set and all others zero. Fixes #442535.
3686
3687 2007-06-01  Wim Taymans  <wim@fluendo.com>
3688
3689         * gst/rtsp/rtspconnection.c:
3690         Add include to make buildbot happy.
3691
3692 2007-06-01  Wim Taymans  <wim@fluendo.com>
3693
3694         Patch by: Peter Kjellerstedt  <pkj at axis com>
3695
3696         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3697         (rtsp_connection_connect), (add_date_header),
3698         (rtsp_connection_send), (parse_response_status),
3699         (parse_request_line), (parse_line), (rtsp_connection_receive):
3700         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3701         * gst/rtsp/rtspdefs.h:
3702         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3703         (rtsp_message_init_request), (rtsp_message_init_response),
3704         (rtsp_message_remove_header), (rtsp_message_append_headers),
3705         (rtsp_message_dump):
3706         * gst/rtsp/rtspmessage.h:
3707         Improves version checking, allowing an RTSP server to reply with "505
3708         RTSP Version not supported.
3709         Adds a Date header to all messages.
3710         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3711         want to be able to send a response even if something in the request was
3712         invalid. EINVAL is only used when passing wrong arguments to functions.
3713         Do not handle an invalid method in parse_request_line(). Defer this to
3714         the caller so it can respond with "405 Method Not Allowed".
3715         Improves parsing of the timeout parameter to the Session header,
3716         allowing whitespace after the semicolon. 
3717         Avoids a compiler warning due to variables shadowing a function argument.
3718
3719 2007-06-01  Wim Taymans  <wim@fluendo.com>
3720
3721         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3722
3723         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3724         (gst_rtp_amr_depay_process):
3725         * gst/rtp/gstrtpamrdepay.h:
3726         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3727         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3728         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3729         * gst/rtp/gstrtpamrpay.h:
3730         Add support for AMR-WB.
3731         Small cleanups such as using BOILERPLATE.
3732
3733 2007-05-31  Wim Taymans  <wim@fluendo.com>
3734
3735         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3736         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3737
3738 2007-05-30  Andy Wingo  <wingo@pobox.com>
3739
3740         * sys/v4l2/gstv4l2object.h: 
3741         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3742         unintended changes.
3743
3744         * sys/v4l2/v4l2src_calls.h: 
3745         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3746         the format list in the order that the driver gives it to us.
3747         (gst_v4l2src_probe_caps_for_format_and_size)
3748         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3749         based on the capabilities of the device.
3750         (gst_v4l2src_grab_frame): Update for object variable renaming.
3751         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3752         as in the set_caps below.
3753         (gst_v4l2src_capture_init): Update for object variable renaming,
3754         and reflow.
3755         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3756         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3757         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3758         (gst_v4l2src_get_fps): Remove; these functions don't have much
3759         meaning outside of an atomic set_caps method.
3760         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3761         known.
3762
3763         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3764         call to update_fps; not sure about this change.
3765         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3766         moment we don't have an update_fps_func.
3767
3768         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3769         structures in the object, just store what we need. Do store the
3770         probed caps of the device. Don't store the current frame rate.
3771
3772         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3773         update_fps_function, for now. Update for new object variable
3774         naming.
3775         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3776         new object variable naming.
3777         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3778         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3779         (gst_v4l2src_get_caps): Rework to probe the device for supported
3780         frame sizes and frame rates.
3781         (gst_v4l2src_set_caps): Rework to be strict in the given
3782         parameters: if someone asks us to have a certain size and rate,
3783         that is what we configure.
3784         (gst_v4l2src_get_read): Update for object variable naming. Don't
3785         leak buffers on short reads.
3786         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3787         comments.
3788         (gst_v4l2src_create): Update for object variable naming.
3789
3790 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3791
3792         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3793         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3794         * gst/avi/gstavidemux.h:
3795           Parse subtitle text streams instead of erroring out (#442034). Still
3796           needs a parser for the subtitles to actually show up.
3797
3798 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3799
3800         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3801         (gst_avi_demux_loop):
3802           Make _push_event() return TRUE if the event could be pushed on at
3803           least one pad and not only if it could be pushed on all pads,
3804           otherwise we'll end up posting an error message on EOS if one or
3805           more source pads are not connected.
3806
3807 2007-05-28  Wim Taymans  <wim@fluendo.com>
3808
3809         * gst/rtsp/rtsptransport.c:
3810         Use renamed RTP bin.
3811
3812 2007-05-28  Wim Taymans  <wim@fluendo.com>
3813
3814         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3815
3816         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3817         (gst_video_box_set_property), (gst_video_box_transform_caps),
3818         (video_box_recalc_transform), (gst_video_box_set_caps),
3819         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3820         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3821         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3822         (gst_video_box_i420_i420), (gst_video_box_transform),
3823         (plugin_init):
3824         Add AYUV->AYUV and AYUV->I420 formats. 
3825         Fix negotiation and I420->AYUV conversion.
3826         Fixes #429329.
3827
3828 2007-05-26  Wim Taymans  <wim@fluendo.com>
3829
3830         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3831         Use different variables for nested for loops so that the outer loop
3832         functions properly and speex files with multiple frames per buffer work
3833         properly.
3834         Fixes #441408.
3835
3836 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3837
3838         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3839           Don't leak newsegment events.
3840
3841 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * gst/wavparse/Makefile.am:
3844           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3845           drags it in.
3846
3847 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3848
3849         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3850         (notgst_value_array_append_buffer),
3851         (gst_flac_enc_process_stream_headers),
3852         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3853         (gst_flac_enc_change_state):
3854         * ext/flac/gstflacenc.h:
3855           Collect headers, add "streamheader" field to output caps and set
3856           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3857           produces output according to the official FLAC-to-Ogg mapping
3858           instead of completely broken files. Fixes #426044.
3859
3860 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3861
3862         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3863         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3864         (gst_id3demux_sink_event):
3865         * gst/id3demux/gstid3demux.h:
3866         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3867         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3868         (gst_tag_demux_send_new_segment):
3869         Handle and adjust new-segment events so that downstream really
3870         sees a stream with the tag pieces stripped off the front and back.
3871         Fixes strangeness in seeking when mp3 decoders use the new-segment
3872         byte position to estimate their current playback position timestamp
3873         and then the arriving buffers don't match up.
3874
3875 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3876
3877         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3878           Don't unnecessarily perform a READY->NULL->READY transition on the
3879           detected audio sink when starting up. Fixes: #440127
3880
3881 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3884         (gst_flac_enc_chain):
3885           Don't crash in chain function if setcaps hasn't been called.
3886
3887 2007-05-24  Wim Taymans  <wim@fluendo.com>
3888
3889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3890         Init value to avoid infinte loops.
3891
3892 2007-05-24  Wim Taymans  <wim@fluendo.com>
3893
3894         Patch by: Peter Kjellerstedt  <pkj at axis com>
3895
3896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3897         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3898         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3899         (gst_rtspsrc_play):
3900         (rtsp_connection_send), (rtsp_connection_receive):
3901         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3902         Fix for new API.
3903
3904         * gst/rtsp/rtspconnection.c: (add_auth_header),
3905         Only add authorisation and session headers when sending messages.
3906
3907         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3908         (rtsp_message_init_request), (rtsp_message_init_response),
3909         (rtsp_message_unset), (rtsp_message_add_header),
3910         (rtsp_message_remove_header), (rtsp_message_get_header),
3911         (rtsp_message_append_headers), (dump_key_value),
3912         (rtsp_message_dump):
3913         * gst/rtsp/rtspmessage.h:
3914         Add support for multiple headers of the same type by storing the parsed
3915         headers in a GArray instaed of a hashtable.
3916
3917 2007-05-21  Wim Taymans  <wim@fluendo.com>
3918
3919         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3920         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3921         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3922         safer shutdown.
3923
3924 2007-05-21  Wim Taymans  <wim@fluendo.com>
3925
3926         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3927         * gst/rtsp/gstrtpdec.h:
3928         Added signal for backwards compat.
3929
3930 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3931         
3932         Patch by: René Stadler <mail at renestadler dot de>
3933
3934         * configure.ac:
3935         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3936         (gst_au_parse_parse_header), (gst_au_parse_chain):
3937         * gst/auparse/gstauparse.h:
3938         Use audioconvert for converting from non-native endianness floats
3939         in auparse instead of doing it ourself. Fixes #424527.
3940         This needs the audioconvert from plugins-base CVS.
3941         
3942 2007-05-21  Wim Taymans  <wim@fluendo.com>
3943
3944         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3945         (gst_rtp_h263p_pay_flush):
3946         Fix enum registration.
3947
3948 2007-05-21  Wim Taymans  <wim@fluendo.com>
3949
3950         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3951
3952         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3953         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3954         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3955         (gst_rtp_h263p_pay_flush):
3956         * gst/rtp/gstrtph263ppay.h:
3957         Add new fragmentation mode base on GOB headers. Fixes #438940.
3958
3959 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3960
3961         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3962           Printf format fix.
3963
3964 2007-05-18  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3967         Don't crash when an unsupported transport error was returned by the
3968         server, just try to configure the next stream. Fixes #439255.
3969
3970 2007-05-18  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3973         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3974         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3975         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3976         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3977         * gst/rtsp/gstrtspsrc.h:
3978         Add TCP timeout property and use it for all TCP connection.
3979
3980         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3981         (rtsp_connection_write), (rtsp_connection_next_timeout),
3982         (rtsp_connection_reset_timeout):
3983         Make connect and writes cancelable and make them use the timeout.
3984
3985 2007-05-18  Wim Taymans  <wim@fluendo.com>
3986
3987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3988         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3989         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3990         (gst_rtspsrc_setup_streams):
3991         Refactor timeout handling.
3992         Also send keep-alive when dealing with TCP transport.
3993
3994         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3995         (rtsp_connection_free), (rtsp_connection_next_timeout),
3996         (rtsp_connection_reset_timeout):
3997         * gst/rtsp/rtspconnection.h:
3998         Use a timer to handle the session timeouts, add some methods to deal
3999         with timeouts.
4000
4001 2007-05-17  Wim Taymans  <wim@fluendo.com>
4002
4003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4004         (gst_rtspsrc_setup_streams):
4005         Ignore streams that fail the setup command, we will retry with a
4006         different transport later on.
4007
4008         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4009         (rtsp_ext_wms_configure_stream):
4010         Fix encoding name case.
4011
4012 2007-05-16  Edward Hervey  <edward@fluendo.com>
4013
4014         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4015         Fix build on macosx.
4016
4017 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4018
4019         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4020         Replace direct comparison of a string with the string literal "" with
4021         a comparison of the first character with '\0'. Fixes #438926.
4022
4023 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4024
4025         * gst/debug/breakmydata.c (gst_break_my_data_init):
4026           One more try. This should be the proper fix now.
4027
4028 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4029
4030         * gst/debug/breakmydata.c:
4031           Ooops, no // comments please.
4032
4033 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4034
4035         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4036         (gst_break_my_data_init):
4037           Fix gst_buffer_is_writable() assertion.
4038
4039 2007-05-14  David Schleef  <ds@schleef.org>
4040
4041         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4042           video/x-raw-bayer.  Fixes #314160.
4043
4044 2007-05-14  Wim Taymans  <wim@fluendo.com>
4045
4046         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4047         (gst_rtp_theora_depay_parse_configuration):
4048         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4049         (gst_rtp_theora_pay_finish_headers),
4050         (gst_rtp_theora_pay_handle_buffer):
4051         Update theora pay/depayloader in a similar to vorbis.
4052
4053         * gst/rtp/gstrtpvorbisdepay.c:
4054         (gst_rtp_vorbis_depay_parse_configuration):
4055         Update docs.
4056
4057 2007-05-14  Wim Taymans  <wim@fluendo.com>
4058
4059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4060         When we try to execute a method that is not supported by the server,
4061         don't error out but remove the method from the accepted methods so that
4062         we never try to perform this method again.
4063
4064 2007-05-14  Wim Taymans  <wim@fluendo.com>
4065
4066         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4067         Remove annoying _dump_mem.
4068
4069 2007-05-14  Wim Taymans  <wim@fluendo.com>
4070
4071         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4072         Parse range correctly.
4073
4074         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4075         The baseurl now always has a '/' at the start.
4076
4077 2007-05-14  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4080         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4081         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4082         Factor out caps configuration and configure more stuff such as the time
4083         ranges and speed/scale values.
4084
4085         * gst/rtsp/rtsptransport.c:
4086         Add Copyright after non-trival fixes.
4087
4088 2007-05-12  Wim Taymans  <wim@fluendo.com>
4089
4090         Patch by: Peter Kjellerstedt  <pkj at axis com>
4091
4092         * gst/rtsp/gstrtspsrc.h:
4093         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4094         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4095         (rtsp_message_get_header):
4096         * gst/rtsp/rtspmessage.h:
4097         Make channel guint8 where possible.
4098         Make rtsp_message_init_data() take the channel as a guint8.
4099
4100         * gst/rtsp/rtspdefs.c:
4101         Fixed a typo: Timout -> Timeout
4102
4103         * gst/rtsp/rtspdefs.h:
4104         Make RTSP_CHECK() behave as a statement.
4105
4106         * gst/rtsp/sdpmessage.c:
4107         Avoid a compiler warning in INIT_ARRAY().
4108         Fixes #437692.
4109
4110 2007-05-12  Wim Taymans  <wim@fluendo.com>
4111
4112         Patch by: Peter Kjellerstedt  <pkj at axis com>
4113
4114         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4115         (rtsp_url_get_request_uri):
4116         * gst/rtsp/rtspurl.h:
4117         Add support for query parameters to RTSP URLs.
4118
4119 2007-05-12  Wim Taymans  <wim@fluendo.com>
4120
4121         Patch by: Peter Kjellerstedt  <pkj at axis com>
4122
4123         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4124         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4125         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4126         (rtsp_transport_parse), (rtsp_transport_as_text):
4127         * gst/rtsp/rtsptransport.h:
4128         Add validation to rtsp_transport_parse().
4129         Add rtsp_transport_as_text() to generate an RTSP header from an
4130         RTSPTransport.
4131         Change ssrc to guint (was a string) since that is what it is, even
4132         though it is sent as a hex string.
4133         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4134         incorrect, which can be seen when looking at the examples in the RFC).
4135         Fixes #437670.
4136
4137 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4138
4139         Patch by: Eric Anholt
4140
4141         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4142           gst_ximage_src_ximage_get):
4143         Use union of all damage between frames to make it faster.
4144         Fixes bug #342463.
4145         Also fix crasher when cursor is at bottom right of window.
4146
4147 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4150           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4151           streaming mode regression for file from #343837 with 'bext' chunk
4152           before the 'fmt' chunk.
4153
4154 2007-05-11  Wim Taymans  <wim@fluendo.com>
4155
4156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4157         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4158         (gst_rtspsrc_handle_src_event),
4159         (gst_rtspsrc_stream_configure_manager),
4160         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4161         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4162         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4163         * gst/rtsp/gstrtspsrc.h:
4164         * gst/rtsp/rtspdefs.h:
4165         Preliminary seek support.
4166         Activate internal pads so that we can receive events on them.
4167         Don't try to parse a range string when it's NULL.
4168
4169 2007-05-11  Wim Taymans  <wim@fluendo.com>
4170
4171         * gst/rtp/README:
4172         Update README with new RTP variables that will be used for
4173         synchronisation.
4174
4175         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4176         (gst_rtp_vorbis_depay_parse_configuration),
4177         (gst_rtp_vorbis_depay_process):
4178         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4179         (gst_rtp_vorbis_pay_finish_headers),
4180         (gst_rtp_vorbis_pay_handle_buffer):
4181         Update vorbis pay and depayloader to draft-04.
4182
4183 2007-05-11  Wim Taymans  <wim@fluendo.com>
4184
4185         * gst/rtsp/rtsptransport.c:
4186         UDP MCAST is actually the default for RTP/AVP.
4187 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4188
4189         * gst/level/gstlevel.c: (gst_level_transform_ip):
4190         Use guint8 * instead of gpointer then vs6 can build 
4191         in_data += (filter->width / 8).
4192
4193 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4194
4195         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4196           gst_ximage_src_ximage_get):
4197         * sys/ximage/gstximagesrc.h (last_ximage):
4198         When using Damage actually keep the last frame, and not assume
4199         that the buffer we get already has the last frame on it.
4200         Copy the cursor over if we specify a non-zero start x and
4201         start y.
4202
4203 2007-05-11  Wim Taymans  <wim@fluendo.com>
4204
4205         * gst/rtsp/rtsptransport.c:
4206         Make UDP the default transport when not specified.
4207
4208 2007-05-09  David Schleef  <ds@schleef.org>
4209
4210         * gst/level/gstlevel.c:
4211           Revert last change.
4212
4213 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4214
4215         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4216         (gst_level_transform_ip):
4217         Use guint8 * instead of gpointer then vs6 know the size of data
4218         pointed when moving the pointer.
4219         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4220         Move instructions after variables declaration.
4221         * win32/vs6/autogen.dsp:
4222         * win32/vs6/libgstrtp.dsp:
4223         * win32/vs6/libgstrtsp.dsp:
4224         Update vs6 project files.
4225
4226 2007-05-09  Wim Taymans  <wim@fluendo.com>
4227
4228         * gst/rtsp/Makefile.am:
4229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4230         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4231         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4232         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4233         (rtsp_range_free):
4234         * gst/rtsp/rtsprange.h:
4235         Add code to parse time ranges.
4236         Report DURATION on the stream when possible.
4237
4238 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4241         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4242         (gst_videomixer_collected):
4243           Fix strides calculation for AYUV (it's just width*4) (#436910).
4244
4245 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4246
4247         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4248         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4249         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4250         Sync the GObject properties before each processing step to properly
4251         work with the controller.
4252
4253 2007-05-04  Wim Taymans  <wim@fluendo.com>
4254
4255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4256         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4257         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4258         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4259         (gst_rtspsrc_change_state):
4260         Let more error state trickle down so that we can catch more error
4261         cases.
4262         Handle keep-alive a little smarter by selecting a method the server
4263         actually supports.
4264         Fix a race in UDP streaming shutdown.
4265
4266 2007-05-04  Wim Taymans  <wim@fluendo.com>
4267
4268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4269         Ignore errors when trying to use the keep-alive messages.
4270
4271 2007-05-04  Wim Taymans  <wim@fluendo.com>
4272
4273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4274         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4275         (gst_rtspsrc_stream_configure_manager),
4276         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4277         (gst_rtspsrc_stream_configure_mcast),
4278         (gst_rtspsrc_stream_configure_udp),
4279         (gst_rtspsrc_stream_configure_udp_sink),
4280         (gst_rtspsrc_stream_configure_transport):
4281         Send RTCP messages back to the server over the TCP connection.
4282
4283         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4284         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4285         (rtsp_connection_receive):
4286         * gst/rtsp/rtspconnection.h:
4287         Factor out and expose lowlevel _write and _read methods.
4288         Implement sending data messages to the server.
4289
4290 2007-05-03  Wim Taymans  <wim@fluendo.com>
4291
4292         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4293         (gst_multipart_mux_collected):
4294         Fix timestamps on outgoing buffers.
4295
4296 2007-05-03  Wim Taymans  <wim@fluendo.com>
4297
4298         * gst/multipart/multipartmux.c:
4299         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4300         (gst_multipart_mux_change_state):
4301         Emit NEWSEGMENT events before pushing the first buffer.
4302
4303 2007-05-03  Wim Taymans  <wim@fluendo.com>
4304
4305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4306         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4307         (gst_rtspsrc_handle_src_query),
4308         (gst_rtspsrc_stream_configure_manager),
4309         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4310         (gst_rtspsrc_stream_configure_mcast),
4311         (gst_rtspsrc_stream_configure_udp),
4312         (gst_rtspsrc_stream_configure_udp_sink),
4313         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4314         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4315         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4316         (gst_rtspsrc_pause):
4317         Refactor transport configuration code.
4318         Create internal pads for TCP transport so that we can implement events
4319         and queries.
4320         Handle events and queries.
4321         Parse range from the SDP.
4322         Fix race in pause handler where the connection could still be flushing.
4323
4324 2007-05-02  Wim Taymans  <wim@fluendo.com>
4325
4326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4327         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4328         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4329         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4330         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4331         (gst_rtspsrc_change_state):
4332         * gst/rtsp/gstrtspsrc.h:
4333         Fix race when multiple udp sources post timeouts, just act on the first
4334         received timeout.
4335         Protect stream list with a recursive lock to fix some races.
4336         Flush connection when we need to do a reconnect or stop.
4337         Make state lock recursive.
4338
4339         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4340         (rtsp_connection_close):
4341         Some small cleanups.
4342
4343 2007-05-02  Wim Taymans  <wim@fluendo.com>
4344
4345         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4346         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4347         Only set DISCONT when there actually is a discont or when we just
4348         started.
4349
4350 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4351
4352         * ext/flac/gstflac.c: (plugin_init):
4353         Call bindtextdomain() to get localized strings.
4354
4355 2007-05-02  Wim Taymans  <wim@fluendo.com>
4356
4357         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4358         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4359         (gst_wavparse_stream_data):
4360         * gst/wavparse/gstwavparse.h:
4361         Be a bit more clever when dealing with VBR files with FACT tags, we
4362         don't want to timestamp buffers in that case but the estimated BPS can
4363         be used for seeking.
4364         Only send close segment in the streaming thread.
4365
4366 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4367
4368         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4369         Correctly post an error on the bus if something went wrong in the loop
4370         function. This fixes a few cases where the task was paused and nothing
4371         happened anymore.
4372
4373 2007-05-02  Wim Taymans  <wim@fluendo.com>
4374
4375         * gst/rtsp/test.c: (main):
4376         Fix compilation of deprecated test just because I'm too lazy to delete
4377         it.
4378
4379 2007-05-02  Wim Taymans  <wim@fluendo.com>
4380
4381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4382         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4383         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4384         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4385         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4386         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4387         * gst/rtsp/gstrtspsrc.h:
4388         Fix sending RTCP to the right place.
4389         Fix bug in reffing the wrong UDP element.
4390         Use new pad names for the session manager.
4391         Implement handling server requests in interleaved and UDP modes.
4392         Handle session keep-alive in UDP modes.
4393         Remove GCond for handling UDP timeouts.
4394
4395         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4396         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4397         (rtsp_connection_receive), (rtsp_connection_close):
4398         * gst/rtsp/rtspconnection.h:
4399         Store connection IP address for later.
4400         Add timeout args to all operations that might block forever.
4401         Parse session timeout.
4402         Only close sockets when not already closed.
4403
4404         * gst/rtsp/rtspdefs.c:
4405         * gst/rtsp/rtspdefs.h:
4406         Add timeout return value and error string.
4407
4408         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4409         Add small comment.
4410
4411 2007-05-01  Wim Taymans  <wim@fluendo.com>
4412
4413         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4414
4415         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4416         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4417         * gst/rtp/gstrtpmp4vpay.h:
4418         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4419
4420 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4421
4422         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4423           Remove v4l2src from docs, since it breaks the docs build, and the
4424           plugin is only built if --enable-experimental is used anyway.
4425
4426         * docs/plugins/Makefile.am:
4427           Spaces => tab.
4428
4429 2007-04-29  Wim Taymans  <wim@fluendo.com>
4430
4431         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4432         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4433         Add code to drop membership of a multicast group.
4434
4435         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4436         (gst_udpsink_set_uri):
4437         Implement URI handler.
4438
4439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4440         (gst_rtspsrc_parse_rtpinfo):
4441         Use URI handler to make udpsink instace.
4442         Improve code to configure port and destination.
4443
4444 2007-04-29  Wim Taymans  <wim@fluendo.com>
4445
4446         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4447         Fix multicast detection.
4448         Don't try to join a multicast group if the address is not multicast.
4449
4450         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4451         Small debug improvement.
4452
4453 2007-04-27  Wim Taymans  <wim@fluendo.com>
4454
4455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4456         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4457         (gst_rtspsrc_handle_message):
4458         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4459         parent.
4460
4461 2007-04-27  Wim Taymans  <wim@fluendo.com>
4462
4463         * gst/rtp/gstrtpilbcdepay.h:
4464         Fix mode property when specified as an arg.
4465
4466 2007-04-26  Edward Hervey  <edward@fluendo.com>
4467
4468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4469         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4470         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4471         * docs/plugins/inspect/plugin-osxaudio.xml:
4472         Add documentation for osxaudio plugin.
4473
4474 2007-04-26  Wim Taymans  <wim@fluendo.com>
4475
4476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4477         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4478         (gst_rtspsrc_open), (gst_rtspsrc_close),
4479         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4480         (gst_rtspsrc_pause):
4481         * gst/rtsp/gstrtspsrc.h:
4482         Protect state changes with a lock.
4483
4484         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4485         (parse_line):
4486         * gst/rtsp/rtspconnection.h:
4487         Remove some unused stuff.
4488
4489 2007-04-26  Wim Taymans  <wim@fluendo.com>
4490
4491         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4492         Handle the case where there are exactly 0 bytes to read and the ioctl
4493         did not report an error. Fixes #433530.
4494
4495 2007-04-26  Wim Taymans  <wim@fluendo.com>
4496
4497         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4498         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4499         * gst/wavparse/gstwavparse.h:
4500         Apply DISCONT to buffers.
4501         Only apply timestamp to the first sample after a DISCONT, too many VBR
4502         files cause random jitter in the timestamps. Fixes #433119.
4503
4504 2007-04-25  Wim Taymans  <wim@fluendo.com>
4505
4506         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4507         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4508         (gst_rtp_dec_get_property):
4509         * gst/rtsp/gstrtpdec.h:
4510         Add dummy latency property to be backwards compat with rtpbin.
4511
4512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4513         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4514         (gst_rtspsrc_stream_configure_transport),
4515         (gst_rtspsrc_parse_rtpinfo):
4516         * gst/rtsp/gstrtspsrc.h:
4517         Add latency property and configure in the session manager.
4518         Don't set invalid clock-base and seqnum-base on caps, some servers
4519         sometimes don't send them.
4520
4521 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4524         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4525           Double-check that RGB input caps are really RGBA caps (apparently
4526           the core doesn't always catch it if those caps aren't a subset of
4527           our template caps, also see #421543). Fixes #429319 in a way.
4528           Also, don't leak the pad template in the transform_caps function.
4529
4530         * tests/check/Makefile.am:
4531         * tests/check/elements/.cvsignore:
4532         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4533         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4534         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4535         (GST_START_TEST), (alphacolor_suite):
4536           Add some basic unit tests for alphacolor.
4537
4538 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4541           If we get a fatal flow return in the loop function, first post the
4542           error message and only then send the EOS event downstream, otherwise
4543           applications might get an eos message before the error message and
4544           think everything was ok (related to #429319).
4545
4546 2007-04-25  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4549         Read the channel byte as an unsigned byte.
4550
4551 2007-04-25  Wim Taymans  <wim@fluendo.com>
4552
4553         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4554         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4555         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4556         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4557         (gst_rtp_gsm_depay_setcaps):
4558         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4559         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4560         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4561         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4562         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4563         (gst_ilbc_depay_get_property):
4564         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4565         * gst/rtp/gstrtpmp4adepay.c:
4566         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4567         (gst_rtp_pcma_depay_setcaps):
4568         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4569         (gst_rtp_pcmu_depay_setcaps):
4570         Make sure we configure the clock_rate in the baseclass in the setcaps
4571         function. Fixes #431282.
4572
4573 2007-04-25  Wim Taymans  <wim@fluendo.com>
4574
4575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4576         (gst_rtspsrc_stream_free), (request_pt_map),
4577         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4578         * gst/rtsp/gstrtspsrc.h:
4579         Parse server address from SDP.
4580         Hook up a udpsink to send RTCP back to the server.
4581
4582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4583         * gst/rtsp/rtsptransport.h:
4584         Add some docs.
4585
4586 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4587
4588         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4589           Make header field check conditional. Fixes #433135
4590
4591 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * docs/plugins/Makefile.am:
4594         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4595         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4596         * docs/plugins/inspect/plugin-alphacolor.xml:
4597         * gst/alpha/Makefile.am:
4598         * gst/alpha/gstalphacolor.c:
4599         * gst/alpha/gstalphacolor.h:
4600           Add minimal docs blurb to alphacolor; split out headers into
4601           separate header file for gtk-doc.
4602
4603 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4604
4605         * gst/debug/progressreport.c: (gst_progress_report_report):
4606           Don't try to post NULL message (in case we can't query upstream
4607           position or duration).
4608
4609 2007-04-18  Michael Smith  <msmith@fluendo.com>
4610
4611         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4612         (gst_cutter_get_caps):
4613         * gst/cutter/gstcutter.h:
4614           Fix some of the most obvious bugs in cutter. Now doesn't leak
4615           everything if input is silent.
4616
4617 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4618
4619         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4620         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4621         * gst/wavenc/gstwavenc.h:
4622         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4623         else results in a invalid block align and invalid files.
4624
4625 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4626
4627         Patch by: Snaik <snaik32 gmail com>
4628
4629         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4630           Add missing break statement for BOX_HORIZONTAL case.
4631
4632 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4633
4634         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4635
4636         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4637         Use correct format strings for integer types.
4638
4639 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4640
4641         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4642         (gst_wavparse_create_sourcepad):
4643         Use gst_riff_create_audio_template_caps () instead of the local caps.
4644         This makes updates of the local caps unecessary whenever libgstriff
4645         gets support for new formats.
4646
4647 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4648
4649         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4650
4651         * sys/sunaudio/gstsunaudio.c:
4652         * sys/sunaudio/gstsunaudiomixer.c:
4653         * sys/sunaudio/gstsunaudiomixer.h:
4654         * sys/sunaudio/gstsunaudiomixerctrl.c:
4655         * sys/sunaudio/gstsunaudiomixerctrl.h:
4656         * sys/sunaudio/gstsunaudiomixertrack.h:
4657         * sys/sunaudio/gstsunaudiosink.c:
4658         * sys/sunaudio/gstsunaudiosink.h:
4659         * sys/sunaudio/gstsunaudiosrc.c:
4660         * sys/sunaudio/gstsunaudiosrc.h:
4661           Fix and/or update copyright attributions (#430228).
4662
4663 2007-04-13  Wim Taymans  <wim@fluendo.com>
4664
4665         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4666         Fix docs.
4667
4668         * gst/rtsp/URLS:
4669         Add some more example urls.
4670
4671         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4672         (gst_rtp_dec_chain_rtp):
4673         Better debugging.
4674
4675         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4676         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4677         (gst_rtspsrc_parse_rtpinfo):
4678         Remove unused code.
4679
4680 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4681
4682         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4683         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4684         (gst_wavparse_stream_data):
4685           Relax the audio/mpeg caps again and add FIXME: comment.
4686
4687 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4688
4689         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4690         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4691         (gst_wavparse_stream_data):
4692         * gst/wavparse/gstwavparse.h:
4693           More sanity check for the header fields. Fix type for 'rate' header
4694           field.
4695
4696 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4699         (gst_icydemux_unicodify):
4700           If the metadata strings we get in the stream are not UTF-8, try to
4701           interpret them according to the character encodings specified in the
4702           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4703           only fall back to locale/ISO-8859-1 if those aren't set or don't
4704           work. Should fix #428901.
4705
4706 2007-04-12  Wim Taymans  <wim@fluendo.com>
4707
4708         * gst/rtp/gstrtph264depay.c:
4709         Use the proper sync word for SPS and PPS.
4710
4711 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4712
4713         * gst/rtp/Makefile.am:
4714         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4715           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4716         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4717           Add a simple hashing implementation that we can use to generate
4718           a 24-bit ident value based on the codebooks for vorbis and theora.
4719         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4720           gst_rtp_theora_pay_handle_buffer):
4721         * gst/rtp/gstrtpvorbisdepay.c
4722           (gst_rtp_vorbis_depay_parse_configuration,
4723           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4724         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4725           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4726           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4727           Use the hashing function, ensuring that the same codebooks result
4728           in the same ident and thus the same SDP description.
4729           Various log fixes/changes.
4730
4731 2007-04-12  Wim Taymans  <wim@fluendo.com>
4732
4733         Patch by: jerry tan <jerry dot tan at sun dot com>
4734
4735         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4736         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4737         application's responsibility to make sure it open the device once.
4738         Remove a careless error if AUDIODEV is set. Fixes #392620.
4739
4740 2007-04-12  Wim Taymans  <wim@fluendo.com>
4741
4742         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4743         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4744         * gst/rtsp/gstrtpdec.h:
4745         Make backward compat with rtpbin by adding the request-pt-map signals.
4746
4747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4748         (new_session_pad), (request_pt_map),
4749         (gst_rtspsrc_stream_configure_transport),
4750         (gst_rtspsrc_stream_configure_caps),
4751         (gst_rtspsrc_activate_streams):
4752         * gst/rtsp/gstrtspsrc.h:
4753         Implement request-pt-map signals instead of setting caps on the buffers
4754         for the session manager.
4755
4756 2007-04-11  Wim Taymans  <wim@fluendo.com>
4757
4758         * gst/udp/gstudp.c: (plugin_init):
4759         Register GstNetBuffer in plugin_init so that the type can be used from
4760         multiple threads without races.
4761
4762 2007-04-10  Wim Taymans  <wim@fluendo.com>
4763
4764         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4765         (gst_rtp_amr_depay_process):
4766         Fix depayloader clock_rate and some cleanups.
4767
4768         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4769         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4770         * gst/rtp/gstrtph264depay.h:
4771         Don't push codec_data in the adapter because it might get flushed when
4772         we get a discont.
4773
4774         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4775         Handle multiple AU per packet.
4776
4777         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4778         (gst_rtp_sv3v_depay_plugin_init):
4779         Disable rank, this one does not work.
4780         Remove timestamping, base class does that.
4781
4782 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4783
4784         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4785           limit caps to the formats we announce in the template
4786
4787         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4788         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4789         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4790           fix some crashers/asserts when dealing with broken files
4791
4792 2007-04-10  Wim Taymans  <wim@fluendo.com>
4793
4794         Patch by: Peter Kjellerstedt  <pkj at axis com>
4795
4796         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4797         * gst/rtp/gstrtpL16depay.c:
4798         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4799         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4800         (gst_rtp_speex_depay_setcaps):
4801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4802         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4803         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4804         Fix some compiler warnings. Fixes #428182.
4805
4806 2007-04-06  Wim Taymans  <wim@fluendo.com>
4807
4808         * gst/rtsp/Makefile.am:
4809         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4810         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4811         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4812         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4813         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4814         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4815         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4816         (create_rtcp), (gst_rtp_dec_request_new_pad),
4817         (gst_rtp_dec_release_pad):
4818         * gst/rtsp/gstrtpdec.h:
4819         * gst/rtsp/gstrtsp.c: (plugin_init):
4820         Morph RTPDec into something compatible with RTPBin as a fallback.
4821         Various other style fixes.
4822
4823         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4824         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4825         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4826         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4827         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4828         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4829         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4830         * gst/rtsp/gstrtspsrc.h:
4831         Implement RTPBin session manager handling.
4832         Don't try to add empty properties to caps.
4833         Implement fallback session manager, handling.
4834         Don't combine errors from RTCP streams, just ignore them.
4835
4836         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4837         * gst/rtsp/rtsptransport.h:
4838         Implement fallback session manager.
4839         Make RTPBin the default one when available.
4840
4841 2007-04-05  Wim Taymans  <wim@fluendo.com>
4842
4843         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4844         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4845         This element is ready to be autoplugged.
4846
4847 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4848
4849         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4850         Don't leave the offsets defined by upstream element on the
4851         compressed data buffer we are pushing downstream. Make them
4852         GST_BUFFER_OFFSET_NONE.
4853
4854 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4855
4856         * gst/avi/README:
4857         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4858         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4859         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4860         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4861         (gst_avi_demux_calculate_durations_from_index),
4862         (gst_avi_demux_stream_header_push),
4863         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4864         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4865           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4866
4867 2007-04-03  Wim Taymans  <wim@fluendo.com>
4868
4869         * gst/smpte/barboxwipes.c:
4870         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4871
4872 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4873
4874         * gst/wavparse/gstwavparse.c:
4875         Support audio/x-raw-float in wav files. This only works with
4876         plugins-base CVS, using an older version doesn't have any
4877         disadvantages though.
4878
4879 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4880
4881         * configure.ac:
4882         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4883         (gst_au_parse_parse_header), (gst_au_parse_chain):
4884         * gst/auparse/gstauparse.h:
4885         Revert last change as we don't want plugins-good to depend on
4886         plugins-base CVS now.
4887
4888 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4889
4890         * configure.ac:
4891         Require gst-plugins-base CVS for audioconvert with non-native
4892         float support and width/depth fix in libgstriff.
4893
4894         Patch by: René Stadler <mail at renestadler dot de>
4895
4896         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4897         (gst_au_parse_parse_header), (gst_au_parse_chain):
4898         * gst/auparse/gstauparse.h:
4899         Don't swap the floats ourself if they're not in native endianness.
4900         Instead let audioconvert handle this. Fixes #339838.
4901
4902 2007-03-29  Wim Taymans  <wim@fluendo.com>
4903
4904         * gst/rtp/gstasteriskh263.h:
4905         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4906         (gst_rtp_h263p_depay_change_state):
4907         * gst/rtp/gstrtph263pdepay.h:
4908         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4909         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4910         (gst_rtp_h264_depay_change_state):
4911         * gst/rtp/gstrtph264depay.h:
4912         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4913         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4914         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4915         Flush adapter on disconts.
4916
4917 2007-03-29  Wim Taymans  <wim@fluendo.com>
4918
4919         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4920         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4921         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4922         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4923         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4924         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4925         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4926         (gst_rtp_mp4v_depay_process):
4927         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4928         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4929         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4930         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4931         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4932         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4933         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4934         Use more efficient adapter and rtpbuffer methods when possible.
4935
4936 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4937
4938         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4939         (gst_wavenc_sink_setcaps):
4940         Correctly handle width!=depth input.
4941         * gst/wavparse/gstwavparse.c:
4942         Already export in the caps that width==8 uses unsigned samples and
4943         everything else uses signed samples.
4944
4945 2007-03-29  Wim Taymans  <wim@fluendo.com>
4946
4947         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4948
4949         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4950         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4951         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4952         (gst_dynudpsink_close):
4953         * gst/udp/gstdynudpsink.h:
4954         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4955         (gst_udpsrc_create), (gst_udpsrc_set_property),
4956         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4957         * gst/udp/gstudpsrc.h:
4958         Rework the socket allocation a bit based on the sockfd argument so that
4959         it becomes usable.
4960         Add a closefd property to instruct the udp elements to close the custom
4961         file descriptors when going to READY. Fixes #423304.
4962         API:GstUDPSrc::closefd property
4963         API:GstDynUDPSink::closefd property
4964
4965 2007-03-29  Wim Taymans  <wim@fluendo.com>
4966
4967         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4968
4969         * gst/rtp/Makefile.am:
4970         * gst/rtp/gstrtp.c: (plugin_init):
4971         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4972         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4973         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4974         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4975         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4976         (gst_rtp_h264_pay_plugin_init):
4977         * gst/rtp/gstrtph264pay.h:
4978         Added H264 payloader. Fixes #423782.
4979
4980         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4981         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4982         Small fixes.
4983
4984 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4985
4986         * gst/wavparse/gstwavparse.c:
4987         Actually support depths from 1 to 32, not only 8 to 32.
4988
4989 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4990
4991         * gst/wavparse/gstwavparse.c:
4992         Add support for wav files containing audio/x-raw-int with random
4993         depths between 1 and 32 bits.
4994
4995 2007-03-28  Wim Taymans  <wim@fluendo.com>
4996
4997         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4998
4999         * gst/rtp/Makefile.am:
5000         * gst/rtp/gstrtp.c: (plugin_init):
5001         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5002         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5003         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5004         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5005         (gst_rtp_mp4a_depay_get_property),
5006         (gst_rtp_mp4a_depay_change_state),
5007         (gst_rtp_mp4a_depay_plugin_init):
5008         * gst/rtp/gstrtpmp4adepay.h:
5009         Added MP4A-LATM depayloader. Fixes #417792.
5010
5011         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5012         (gst_rtp_mp4v_depay_process):
5013         Fixup depayloader, setting codec_data, using more efficient adaptor and
5014         rtpbuffer handling.
5015
5016         * gst/rtsp/URLS:
5017         Add url to test above.
5018
5019 2007-03-25  Wim Taymans  <wim@fluendo.com>
5020
5021         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5022         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5023         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5024         (gst_rtspsrc_media_to_caps),
5025         (gst_rtspsrc_stream_configure_transport),
5026         (gst_rtspsrc_stream_configure_caps),
5027         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5028         * gst/rtsp/gstrtspsrc.h:
5029         Handle default clock-rates for static payload types, rearrange stuff so
5030         that the rtpmap field in the sdp can override the defaults.
5031         Parse RTP-Info field to get the seqnum and timebase fields that should
5032         go in the caps.
5033         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5034         the server. 
5035
5036 2007-03-22  Wim Taymans  <wim@fluendo.com>
5037
5038         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5039
5040         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5041         Accept complex pipeline descriptions as an audio profile instead of just
5042         a single element. Fixes #420658.
5043
5044 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5045
5046         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5047           Rename registered type in preparation of GstTagDemux moving to
5048           -base at some point in the future.
5049
5050 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5051
5052         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5053           Streaming mode fixes: don't unref buffer we don't own any longer;
5054           remove bogus adapter flush. Fixes #419338.
5055
5056 2007-03-17  David Schleef  <ds@schleef.org>
5057
5058         * REQUIREMENTS: Change the format to key/value, add a bunch of
5059           information, remove a bunch of requirements that are for
5060           other GStreamer packages.
5061
5062 2007-03-17  David Schleef  <ds@schleef.org>
5063
5064         * REQUIREMENTS: Fix a few things.  This file really needs a
5065         good once-over.
5066
5067 2007-03-15  Edward Hervey  <edward@fluendo.com>
5068
5069         * sys/Makefile.am:
5070         Don't forget to distribute the sys/osxaudio/ directory.
5071
5072 2007-03-15  Edward Hervey  <edward@fluendo.com>
5073
5074         * configure.ac:
5075         * sys/Makefile.am:
5076         * sys/osxaudio/Makefile.am:
5077         * sys/osxaudio/gstosxaudio.c:
5078         * sys/osxaudio/gstosxaudiosink.c:
5079         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5080         (gst_osx_audio_sink_getcaps),
5081         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5082         * sys/osxaudio/gstosxaudiosrc.c:
5083         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5084         (gst_osx_audio_src_create_ringbuffer):
5085         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5086         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5087         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5088         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5089         * sys/osxaudio/gstosxringbuffer.h:
5090         Activate osxaudio in gst-plugins-good with proper build setup.
5091         Add inlined documentation.
5092         Fix debug statements
5093         Fix ringbuffer when pausing.
5094         Fixes #323471
5095
5096 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5097         * gst/rtp/gstrtppcmapay.c:
5098         * gst/rtp/gstrtppcmapay.h:
5099         * gst/rtp/gstrtppcmupay.c:
5100         * gst/rtp/gstrtppcmupay.h:
5101         Ported mulaw and alaw payloaders to use new base class
5102
5103 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5104
5105         * po/af.po:
5106         * po/az.po:
5107         * po/cs.po:
5108         * po/en_GB.po:
5109         * po/it.po:
5110         * po/nl.po:
5111         * po/or.po:
5112         * po/sq.po:
5113         * po/sr.po:
5114         * po/sv.po:
5115         * po/uk.po:
5116         * po/vi.po:
5117           Update translations.
5118
5119 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5120
5121         * configure.ac:
5122           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5123
5124 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5125
5126         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5127           Fix handling of -1 values for start and stop values when seeking,
5128           and SEEK_CUR+SEEK_END here as well.
5129
5130 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5131
5132         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5133           Fix handling of -1 values for start and stop values when seeking, 
5134           and SEEK_CUR+SEEK_END.
5135
5136 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5139           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5140           the image format a variable-length NUL-terminated string; in
5141           versions before that the image format is a fixed-length string of
5142           3 characters (see #348644 for a sample tag).
5143           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5144
5145 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5146
5147         * win32/MANIFEST:
5148         Add new project files to MANIFEST.
5149         * win32/vs6/libgstaudiofx.dsp:
5150         * win32/vs6/libgstrtp.dsp:
5151         * win32/vs6/libgstrtsp.dsp:
5152         Update project files.
5153         
5154 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5155
5156         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5157         (gst_avi_demux_parse_index):
5158         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5159         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5160           Printf format fixes; also add some missing quotes in translated
5161           strings. Fixes #416728 and #416727.
5162
5163 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5164
5165         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5166           Tim and I can't think of any reason the child audio sink needs to 
5167           be set back to NULL after successfully determining that it can 
5168           reach READY - it gets immediately set back to READY by the caller
5169           anyway, causing an unnecessary close/open of any audio devices
5170           involved.
5171
5172 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         * po/LINGUAS:
5175         * po/ja.po:
5176           Add ja.po file from #377306.
5177
5178 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5181         * sys/sunaudio/gstsunaudiomixertrack.c:
5182         (gst_sunaudiomixer_track_new):
5183           Actually translate sunaudio mixer track labels instead of just
5184           marking the strings as translatable (#377306); clean up weird
5185           label string mapping code that serves no apparent purpose. Also
5186           set the 'untranslated-label' property when creating mixer tracks
5187           if the GstMixerTrack base class supports this.
5188
5189         * tests/check/Makefile.am:
5190         * tests/check/elements/.cvsignore:
5191         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5192         (sunaudio_suite):
5193           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5194           actually tested on a system where sunaudiomixer is available).
5195
5196 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5197
5198         * tests/check/Makefile.am:
5199         Re-enable the states test and see if it works on the buildbots.
5200
5201 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5202
5203         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5204         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5205         (gst_dvdec_change_state):
5206         * ext/dv/gstdvdec.h:
5207         Infer pixel-aspect-ratio from the video frame format if it isn't
5208         provided by the container, as happens when playing DV from AVI
5209         or Quicktime containers.
5210
5211         Patch by: Wim Taymans <wim@fluendo.com>
5212         Fixes #380944
5213
5214 2007-03-09  Wim Taymans  <wim@fluendo.com>
5215
5216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5217         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5218         will later be handled by the jitterbuffer.
5219
5220 2007-03-09  Wim Taymans  <wim@fluendo.com>
5221
5222         * ext/taglib/gstid3v2mux.cc:
5223         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5224         Fixes #414496.
5225         
5226         Patch by: Alex Lancaster <alexl at users sourceforge net>
5227
5228 2007-03-09  Wim Taymans  <wim@fluendo.com>
5229
5230         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5231         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5232         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5233         (gst_avi_demux_chain):
5234         Fix stream position reporting after a seek. Fixes #416445.
5235
5236 2007-03-08  Wim Taymans  <wim@fluendo.com>
5237
5238         Patch by: René Stadler <mail at renestadler dot de>
5239
5240         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5241         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5242         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5243         Make avidemux accept optional header chunks in any order.
5244         Fixes #415446.
5245
5246 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5247
5248         * tests/check/Makefile.am:
5249         Disable the states check until the remaining Valgrind errors
5250         are fixed or suppressed.
5251
5252 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5253
5254         * tests/check/elements/.cvsignore:
5255           Add audiodynamic check to .cvsignore
5256
5257 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5258
5259         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5260
5261         * gst/audiofx/Makefile.am:
5262         * gst/audiofx/audiodynamic.c:
5263         (gst_audio_dynamic_characteristics_get_type),
5264         (gst_audio_dynamic_mode_get_type),
5265         (gst_audio_dynamic_set_process_function),
5266         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5267         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5268         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5269         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5270         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5271         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5272         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5273         (gst_audio_dynamic_transform_hard_knee_expander_int),
5274         (gst_audio_dynamic_transform_hard_knee_expander_float),
5275         (gst_audio_dynamic_transform_soft_knee_expander_int),
5276         (gst_audio_dynamic_transform_soft_knee_expander_float),
5277         (gst_audio_dynamic_transform_ip):
5278         * gst/audiofx/audiodynamic.h:
5279         * gst/audiofx/audiofx.c: (plugin_init):
5280         Add new audiodynamic element which can act as a compressor or
5281         expander. Supported are hard-knee and soft-knee operation modes with
5282         user-specified ratio and threshold.
5283         Attack and release parameters are not yet implemented but will follow.
5284         * docs/plugins/Makefile.am:
5285         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5286         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5287         * docs/plugins/gst-plugins-good-plugins.args:
5288         * docs/plugins/inspect/plugin-audiofx.xml:
5289         Integrate audiodynamic into the docs.
5290         * tests/check/Makefile.am:
5291         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5292         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5293         Add unit test for audiodynamic.
5294
5295 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5296
5297         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5298         Free handles that we allocated when exiting via the error paths.
5299
5300 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5301
5302         * gst/level/gstlevel.c: (gst_level_class_init),
5303         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5304         (gst_level_transform_ip):
5305         * gst/level/gstlevel.h:
5306           Resolve message timestamps against the playback segment.
5307
5308 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5309
5310         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5311         (gst_id3demux_sink_activate):
5312           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5313           caps passed to it (previously one code path assumed it took ownership
5314           while another one assumed it didn't, while in fact it sometimes did and
5315           sometimes didn't ...).
5316
5317         * configure.ac:
5318         * tests/files/Makefile.am:
5319         * tests/files/id3-407349-1.tag:
5320         * tests/files/id3-407349-2.tag:
5321           Add directory where data for unit tests can be stored.
5322
5323         * tests/Makefile.am:
5324         * tests/check/Makefile.am:
5325         * tests/check/elements/.cvsignore:
5326         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5327         (read_tags_from_file), (run_check_for_file),
5328         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5329           Add unit test for id3demux, and in particular for bug #407349. Only
5330           testing pull-mode for now; push mode doesn't work yet because the test
5331           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5332
5333 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5334
5335         * tests/check/Makefile.am:
5336           Add missing backslash at end of line.
5337
5338 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5339
5340         Trigger rebuild.
5341
5342 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5343
5344         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5345         * gst/id3demux/id3tags.h:
5346         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5347         (parse_obsolete_tdat_frame):
5348           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5349           the four-digit number will be interpreted as a year, whereas it is
5350           month and day in DDMM format. Instead, parse TDAT frames and fix up
5351           the date in the GST_TAG_DATE tag later if we also extracted a year.
5352           Fixes #407349.
5353
5354 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5355
5356         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5357         (gst_switch_commit_new_kid):
5358         Fix up the dispose logic so it doesn't leak, and fix setting of 
5359         the child state so that we don't set a child to our current state 
5360         just as we are changing it to something else.
5361
5362 2007-03-06  Wim Taymans  <wim@fluendo.com>
5363
5364         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5365         (gst_goom_chain):
5366         * gst/goom/gstgoom.h:
5367         Document, fix and improve goom adapter behaviour.
5368         Fixes #407006.
5369
5370 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5371
5372         * ext/esd/esdsink.c: (gst_esdsink_open):
5373         Unref static pad template after using it.
5374
5375 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5376
5377         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5378         (gst_switch_commit_new_kid):
5379         Fix up the reference counting of the child elements.
5380
5381 2007-03-05  Wim Taymans  <wim@fluendo.com>
5382
5383         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5384         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5385         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5386         Fix encoding-name case.
5387
5388 2007-03-05  Wim Taymans  <wim@fluendo.com>
5389
5390         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5391         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5392         (gst_rtp_speex_depay_process):
5393         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5394         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5395         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5396         (gst_rtp_speex_pay_change_state):
5397         * gst/rtp/gstrtpspeexpay.h:
5398         Fix speex (de)payloader. Fixes #358040.
5399
5400 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5401
5402         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5403         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5404         Install fakesink in NULL by fixing some broken logic. This obviates
5405         the need to manually set _IS_SINK.
5406         Add some comments and remove a little cruft while I'm at it.
5407
5408 2007-03-05  Wim Taymans  <wim@fluendo.com>
5409
5410         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5411         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5412
5413 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5414
5415         * po/POTFILES.in:
5416           Update.
5417
5418 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5419
5420         * tests/check/Makefile.am:
5421         Gah! Also disable gconfvideosink from the tests, otherwise
5422         it will instantiate autovideosink, and dfbvideosink and
5423         leak on the buildbots.
5424
5425 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5426
5427         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5428         (gst_cdio_cdda_src_finalize):
5429         Make sure we always destroy our libcdio handle.
5430
5431 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5432
5433         * tests/check/Makefile.am:
5434         Disable autovideosink so the buildbots don't barf over memory
5435         leaked in the directfb sink.
5436
5437 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5438
5439         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5440         Chain up in dispose
5441
5442 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5443
5444         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5445         (gst_multipart_find_pad_by_mime):
5446         Use gst_pad_new_from_static_template instead of
5447         static_pad_template_get+pad_new.
5448
5449 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5450
5451         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5452         Catch the case where no clock has been set.
5453
5454 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5455
5456         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5457         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5458         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5459         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5460         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5461         (gst_gconf_audio_src_finalize), (do_toggle_element):
5462         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5463         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5464         (do_toggle_element):
5465         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5466         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5467         (gst_gconf_video_src_finalize), (do_toggle_element):
5468         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5469         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5470         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5471         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5472         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5473         (gst_shout2send_init), (gst_shout2send_finalize):
5474         * gst/debug/testplugin.c: (gst_test_class_init),
5475         (gst_test_finalize):
5476         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5477         (gst_flxdec_dispose):
5478         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5479         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5481         (gst_rtspsrc_finalize):
5482         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5483         * gst/rtsp/rtspextwms.h:
5484         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5485         (gst_smpte_finalize):
5486         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5487         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5488         (gst_udpsink_finalize):
5489         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5490         (gst_wavparse_sink_activate):
5491         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5492         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5493         (gst_oss_src_finalize):
5494         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5495         * sys/v4l2/gstv4l2object.h:
5496         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5497         (gst_v4l2src_finalize):
5498         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5499
5500         Fix a bunch of leaks shown by the newly-added states test.
5501
5502 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5503
5504         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5505         Use gst_pad_new_from_static_template instead of 
5506         static_pad_template_get+pad_new.
5507
5508 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5509
5510         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5511
5512         * ext/libcaca/Makefile.am:
5513         * gst/debug/Makefile.am:
5514           Don't mix tabs and spaces (#414168).
5515
5516 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5517
5518         * tests/check/generic/.cvsignore:
5519           Ignore files to please buildbot.
5520
5521 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5522
5523         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5524         (gst_wavparse_stream_data):
5525           Unbreak my previous commit (swapped nominator & denominator). Tim,
5526           thanks for spotting.
5527
5528 2007-03-02  Wim Taymans  <wim@fluendo.com>
5529
5530         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5531         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5532         (gst_cdio_cdda_src_finalize):
5533         Small code cleanups.
5534         Don't use pad_alloc as the base class cannot deal with the error codes.
5535
5536 2007-03-02  Wim Taymans  <wim@fluendo.com>
5537
5538         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5539         (gst_udpsrc_create):
5540         Fix doc.
5541
5542 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5543
5544         Patch by: René Stadler <mail@renestadler.de>
5545
5546         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5547         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5548         (gst_wavparse_stream_data):
5549           Handle rounding better to not drop last sample frame. Fixes #356692
5550
5551 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5552
5553         * tests/check/Makefile.am:
5554         Disable cacasink from the states check too - it also calls exit(1)
5555         on us when it can't find a terminal to talk to.
5556
5557 2007-03-02  Wim Taymans  <wim@fluendo.com>
5558
5559         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5560
5561         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5562         (gst_udpsrc_create), (gst_udpsrc_set_property),
5563         (gst_udpsrc_get_property):
5564         * gst/udp/gstudpsrc.h:
5565         Add support to strip proprietary headers. Fixes #350296.
5566
5567 2007-03-02  Wim Taymans  <wim@fluendo.com>
5568
5569         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5570         Fix compilation.
5571
5572 2007-03-02  Wim Taymans  <wim@fluendo.com>
5573
5574         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5575
5576         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5577         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5578         (gst_rtp_mp2t_depay_set_property),
5579         (gst_rtp_mp2t_depay_get_property):
5580         * gst/rtp/gstrtpmp2tdepay.h:
5581         Add support to strip off proprietary headers. Fixes #350278.
5582
5583 2007-03-02  Wim Taymans  <wim@fluendo.com>
5584
5585         * ext/hal/hal.c:
5586         Fix compilation.
5587
5588 2007-03-02  Wim Taymans  <wim@fluendo.com>
5589
5590         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5591         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5592         (gst_sunaudiosrc_open):
5593         * sys/sunaudio/gstsunaudiosrc.h:
5594         Remove device-name from GstSunAudioSrc. Fixes #412597.
5595
5596 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5597
5598         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5599         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5600         Having NULL as UDI previously selected the default sink/src. Change
5601         this back but mention it in the debug output.
5602         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5603         (gst_hal_get_oss_element), (gst_hal_get_string),
5604         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5605         (gst_hal_get_audio_src):
5606         * ext/hal/hal.h:
5607         Refactor a bit, check all error conditions, greatly improve debugging
5608         and fix some possible memory leaks. Also implement OSS support
5609         and allow specifying an UDI that points to a real device. For this the
5610         child device which supports ALSA (preferred) or OSS is used.
5611         As a side effect this makes it impossible now to get a alsasink in
5612         halaudiosrc and a alsasrc in halaudiosink.
5613
5614 2007-03-01  Wim Taymans  <wim@fluendo.com>
5615
5616         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5617         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5618         Errors from the udp sources are not fatal unless all of them are in
5619         error.
5620
5621 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5622
5623         * tests/check/Makefile.am:
5624         Disable aasink in the states test. I suspect this is the element that
5625         is calling exit(1) when it can't proceed.
5626
5627 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5628
5629         * tests/check/Makefile.am:
5630         Draw plugins in from the build tree sys/ dir, rather than picking
5631         up the already installed versions.
5632
5633 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5634
5635         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5636         Error out correctly when getting xcontext fails.
5637
5638 2007-03-01  Wim Taymans  <wim@fluendo.com>
5639
5640         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5641         Make state change to PAUSED NO_PREROLL because that's what it will be in
5642         the future and rtspsrc relies on it.
5643
5644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5645         (gst_rtspsrc_change_state):
5646         Don't error out when we don't get an error from the state change
5647         function.
5648
5649 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5650
5651         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5652         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5653           Check if the device UDI is set before trying to query HAL
5654           about it and give a useful error message if it wasn't set.
5655         * ext/hal/hal.c: (gst_hal_get_string):
5656           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5657           gives an assertion failure in D-Bus when running with
5658           DBUS_FATAL_WARNINGS=1.
5659
5660 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5661
5662         * configure.ac:
5663           Convert to new AG_GST style.
5664
5665 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5666
5667         * tests/check/Makefile.am:
5668         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5669           add test for states
5670
5671 2007-02-28  Wim Taymans  <wim@fluendo.com>
5672
5673         * tests/check/elements/.cvsignore:
5674         Add new videofilter check to .cvsignore.
5675
5676 2007-02-28  Wim Taymans  <wim@fluendo.com>
5677
5678         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5679         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5680         (gst_avi_demux_loop), (gst_avi_demux_chain):
5681         Fix combined flow return. Fixes #412608.
5682
5683 2007-02-28  Wim Taymans  <wim@fluendo.com>
5684
5685         * gst/videofilter/Makefile.am:
5686         Dist header..
5687
5688 2007-02-28  Wim Taymans  <wim@fluendo.com>
5689
5690         * gst/videofilter/gstgamma.h:
5691         Add header too.
5692
5693 2007-02-28  Wim Taymans  <wim@fluendo.com>
5694
5695         Patch by: Mark Nauwelaerts <manauw at skynet be>
5696
5697         * gst/videofilter/Makefile.am:
5698         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5699         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5700         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5701         (oil_tablelookup_u8), (gst_gamma_set_caps),
5702         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5703         Port gamma filter to 0.10. Fixes #412704.
5704
5705         * tests/check/Makefile.am:
5706         * tests/check/elements/videofilter.c: (setup_filter),
5707         (cleanup_filter), (check_filter), (GST_START_TEST),
5708         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5709         Add unit tests for videofilters.
5710
5711 2007-02-28  Wim Taymans  <wim@fluendo.com>
5712
5713         * gst/rtsp/URLS:
5714         Add another interesting test url.
5715
5716         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5717         Don't allow getting header fields from data packets.
5718
5719 2007-02-28  Michael Smith  <msmith@fluendo.com>
5720
5721         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5722         (gst_shout2send_init), (gst_shout2send_start),
5723         (gst_shout2send_set_property), (gst_shout2send_get_property):
5724         * ext/shout2/gstshout2.h:
5725           Add a property for username.
5726
5727 2007-02-27  Christian Schallerr <christian@fluendo.com>
5728
5729         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5730
5731 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5732
5733         * gst/rtsp/Makefile.am:
5734         Fix make check too.
5735
5736 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5737
5738         * gst/rtsp/base64.c: (util_base64_encode):
5739         * gst/rtsp/base64.h:
5740         Commit missing files for base64 encoding.
5741
5742 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5745
5746         * configure.ac:
5747         * ext/annodex/Makefile.am:
5748         * ext/jpeg/Makefile.am:
5749         * ext/speex/Makefile.am:
5750         * gst/alpha/Makefile.am:
5751         * gst/cutter/Makefile.am:
5752         * gst/debug/Makefile.am:
5753         * gst/effectv/Makefile.am:
5754         * gst/goom/Makefile.am:
5755         * gst/level/Makefile.am:
5756         * gst/smpte/Makefile.am:
5757         * gst/videofilter/Makefile.am:
5758           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5759
5760 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5761
5762         * gst/rtsp/Makefile.am:
5763         * gst/rtsp/rtspconnection.c: (append_auth_header),
5764         (rtsp_connection_send), (rtsp_connection_set_auth):
5765         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5766         from icecast to replace it. Relicensed from GPL courtesy of Mike
5767         Smith.
5768
5769 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5770
5771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5772         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5773         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5774         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5775         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5776         (gst_rtspsrc_uri_set_uri):
5777         * gst/rtsp/gstrtspsrc.h:
5778         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5779         (append_auth_header), (rtsp_connection_send),
5780         (rtsp_connection_free), (rtsp_connection_set_auth):
5781         * gst/rtsp/rtspconnection.h:
5782         * gst/rtsp/rtspdefs.h:
5783         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5784         * gst/rtsp/rtspurl.h:
5785
5786         Implement simple Basic Authentication support so that urls like
5787         rtsp://user:pass@hostname/rtspstream work on hosts that require
5788         authentication.
5789
5790 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5791
5792         * sys/v4l2/gstv4l2object.c:
5793         * sys/v4l2/gstv4l2tuner.c:
5794         * sys/v4l2/v4l2_calls.c:
5795         Fix segfault when oppening a radio device.
5796         
5797 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5798
5799         * gst/level/gstlevel.c: (gst_level_set_caps),
5800         (gst_level_transform_ip):
5801         * sys/v4l2/README:
5802         * tests/check/elements/level.c: (GST_START_TEST):
5803           Fix level for multi-channel case.
5804
5805 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5806
5807         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5808         (gst_level_transform_ip):
5809         * gst/level/gstlevel.h:
5810           Use function pointer for process function and add process functions
5811           for float audio.
5812
5813 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5814
5815         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5816         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5817         (gst_v4l2src_capture_init):
5818           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5819           fixes #407369
5820
5821 2007-02-18  Wim Taymans  <wim@fluendo.com>
5822
5823         * gst/rtp/Makefile.am:
5824         * gst/rtp/gstrtp.c: (plugin_init):
5825         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5826         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5827         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5828         (gst_rtp_mp2t_pay_plugin_init):
5829         * gst/rtp/gstrtpmp2tpay.h:
5830         Added simple mpeg transport stream payloader.
5831
5832 2007-02-16  Wim Taymans  <wim@fluendo.com>
5833
5834         * gst/rtsp/URLS:
5835         Add example H264 rtsp url.
5836
5837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5838         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5839         Don't convert values to lowercase or we might mess up base64 encoded
5840         properties.
5841
5842 2007-02-16  Wim Taymans  <wim@fluendo.com>
5843
5844         * gst/rtp/README:
5845         Fix case of string params.
5846
5847         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5848         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5849         Fix depayloader, support more packet types.
5850         Add sync codes to make sure the packetizer can do its job.
5851
5852         * gst/rtp/gstrtpmp4gdepay.c:
5853         * gst/rtp/gstrtpmp4gpay.c:
5854         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5855         Fix caps case again.
5856
5857 2007-02-15  Wim Taymans  <wim@fluendo.com>
5858
5859         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5860         Set right caps on output buffers.
5861
5862 2007-02-14  Wim Taymans  <wim@fluendo.com>
5863
5864         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5865         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5866         Clear stack allocated SDPMedia struct before calling _init() on it.
5867         Clarify this in the docs as well.
5868
5869 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5870
5871         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5872         (do_change_child):
5873         Don't reset the profile when going switching states, as it makes
5874         the element non-reusable.
5875
5876 2007-02-14  Wim Taymans  <wim@fluendo.com>
5877
5878         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5879         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5880         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5881         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5882         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5883         (sdp_parse_line):
5884         * gst/rtsp/sdpmessage.h:
5885         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5886         Fix memory management of SDP messages. Fixes #407793.
5887
5888 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5889
5890         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5891
5892         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5893         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5894
5895 2007-02-14  Wim Taymans  <wim@fluendo.com>
5896
5897         Patch by: jp.liu <jp_liu at astrocom dot cn>
5898
5899         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5900         Fix parsing of password field in url. Fixes #407797.
5901
5902 2007-02-14  Wim Taymans  <wim@fluendo.com>
5903
5904         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5905         (gst_wavparse_reset), (gst_wavparse_init),
5906         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5907         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5908         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5909         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5910         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5911         (gst_wavparse_loop), (gst_wavparse_chain),
5912         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5913         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5914         (plugin_init):
5915         * gst/wavparse/gstwavparse.h:
5916         Update docs.
5917         Use boilerplate.
5918         Various code cleanups.
5919         When the bitrate is not known (bps == 0 or compressed formats) let
5920         downstream element guestimate the duration and position and don't
5921         generate timestamps or durations. Fixes #405213.
5922         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5923         error flowreturn upstream.
5924
5925 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5926
5927         * ext/gconf/Makefile.am:
5928         * ext/gconf/gconf.c: (gst_gconf_get_string),
5929         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5930         (gst_gconf_render_bin_with_default):
5931         * ext/gconf/gconf.h:
5932         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5933         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5934         (gst_gconf_audio_sink_dispose), (do_change_child),
5935         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5936         (cb_change_child), (gst_gconf_audio_sink_change_state):
5937         * ext/gconf/gstgconfaudiosink.h:
5938         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5939         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5940         (gst_switch_sink_init), (gst_switch_sink_dispose),
5941         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5942         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5943         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5944         * ext/gconf/gstswitchsink.h:
5945         * gst/autodetect/gstautoaudiosink.c:
5946         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5947         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5948         (gst_auto_audio_sink_detect):
5949         * gst/autodetect/gstautovideosink.c:
5950         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5951         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5952         (gst_auto_video_sink_detect):
5953         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5954         and a child that implements the GConf key monitoring. The end goal of
5955         this is an audio sink that can be changed on the fly, but at the 
5956         moment it still only changes on the next READY transition.
5957
5958 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5961         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5962         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5963         (gst_avi_demux_calculate_durations_from_index),
5964         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5965         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5966         (gst_avi_demux_loop):
5967           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5968
5969 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5970
5971         * configure.ac:
5972         * docs/plugins/Makefile.am:
5973           Add crossreferences to glib/gobject/gstream docs.
5974
5975 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5976
5977         * gst/monoscope/Makefile.am:
5978         * gst/monoscope/gstmonoscope.c:
5979           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5980           (but no LIBS, since we only use defines from the headers).
5981
5982 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5983
5984         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5985
5986         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5987         (gst_wavparse_stream_data):
5988           Fix massive memory leak when operating in streaming mode due to
5989           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5990           Fixes #407057.
5991
5992 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5993
5994         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5995         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5996         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5997         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5998         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5999         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6000         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6001         (gst_avi_demux_calculate_durations_from_index),
6002         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6003         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6004         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6005         * gst/avi/gstavidemux.h:
6006           Save some memory (8%) by repacking the index entry structure (more to
6007           come). Add more FIXMEs to questionable parts.
6008
6009 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6010
6011         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6012         (gst_v4l2src_get_caps):
6013         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6014         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6015         (gst_v4l2src_capture_init):
6016           More FIXME comments and messaging changes.
6017
6018 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6019
6020         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6021         (gst_goom_change_state):
6022         * gst/goom/gstgoom.h:
6023           Improved docs and use GST_DEBUG_FUNCPTR.
6024
6025         * gst/level/gstlevel.c: (gst_level_class_init):
6026           Use GST_DEBUG_FUNCPTR.
6027
6028         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6029         (gst_monoscope_chain), (gst_monoscope_change_state):
6030           Improved docs source cleanups.
6031
6032 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6033
6034         * gst/debug/Makefile.am:
6035         * gst/debug/gstdebug.c: (plugin_init):
6036         * gst/debug/gstpushfilesrc.c:
6037         * gst/debug/gstpushfilesrc.h:
6038           Add code for a pushfilesrc element that implements a pushfile:// URI
6039           handler, to make debugging push-mode operation of demuxer/decoders
6040           that support both easier in connection with seek/playbin/etc.
6041           The element isn't registered at the moment.
6042
6043 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6044
6045         * gst/avi/gstavimux.c:
6046           Comment a #if 0 in caps template definition as VS6 seems to 
6047         do not support it.
6048         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6049           Use gst_guint64_to_gdouble for conversion.
6050         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6051           Move variables declaration before the first instruction.
6052         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6053           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6054           And don't include netdb.h for G_OS_WIN32
6055         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6056           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6057           by VS6 then use an other way to initialize SDPMedia structure.
6058         * gst/udp/gstdynudpsink.h:
6059         * gst/udp/gstdynudpnetutils.h:
6060           Do not include <sys/time.h> for G_OS_WIN32
6061         * gst/udp/gstudpsrc.c:
6062           Define socklen_t as int for G_OS_WIN32
6063         * win/common/config.h.in:
6064           Undef HAVE_NETINET_IN_H
6065         * win32/vs6/gst_plugins_good.dsw:
6066         * win32/vs6/libgstrtp.dsp:
6067         * win32/vs6/libgstrtsp.dsp:
6068         * win32/vs6/libgstautogen.dsp:
6069         * win32/vs6/libgstaudiofx.dsp:
6070         * win32/vs6/libgstudp.dsp:
6071           Add and update project files.
6072         * win32/common/gstudp-enumtypes.c:
6073         * win32/common/gstudp-enumtypes.h:
6074           Add a copy of udp enumtypes to win32/common as in core 
6075           and base.
6076         
6077 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6078
6079         * configure.ac:
6080           Activate monoscope when building with --enable-experimental. Fix
6081           --enable-external configure switch description.
6082
6083         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6084         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6085           Help gst-indent.
6086
6087 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6090           Explicitly cast result of pointer arithmetic to integer in order to
6091           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6092
6093 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6094
6095         * gst/debug/progressreport.c:
6096           Some more docs.
6097
6098 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6099
6100         * docs/plugins/inspect/plugin-rtp.xml:
6101           Update for new elements.
6102
6103         * gst/debug/progressreport.h:
6104           Commit newly-created header file as well.
6105
6106 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6107
6108         * docs/plugins/Makefile.am:
6109         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6110         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6111         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6112         * gst/debug/Makefile.am:
6113         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6114         (gst_progress_report_do_query), (gst_progress_report_report):
6115           Make progressreport element post messages with the current progress
6116           on the bus. Also add some basic docs for it.
6117
6118 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6119
6120         * ext/hal/hal.c: (gst_hal_get_string):
6121         * ext/hal/hal.h:
6122           Some small cleanups; deal with errors when parsing the HAL ALSA
6123           capabilities a bit better.
6124
6125 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6126
6127         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6128           Let's try this again and use the right cast this time.
6129
6130 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6131
6132         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6133           Add cast to avoid compiler warnings with older GLib versions
6134           where the nick/name members in GEnumValue are not declared as
6135           constant strings.
6136
6137 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6140         (gst_gconf_render_bin_from_key),
6141         (gst_gconf_get_default_audio_sink):
6142         * ext/gconf/gconf.h:
6143         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6144         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6145         (gst_gconf_audio_sink_get_property):
6146           In gconfaudiosink, get the right key as the old key in do_toggle
6147           (ie. one dependent on the profile selected). Log some more stuff so
6148           we can see what's actually going on.
6149
6150 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6151
6152         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6153         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6154         (gst_audio_amplify_set_process_function),
6155         (gst_audio_amplify_setup):
6156         * gst/audiofx/audioamplify.h:
6157         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6158         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6159         * gst/audiofx/audioinvert.h:
6160         Some small cleanups and port both elements to the new GstAudioFilter
6161         base class to save a few lines of common code.
6162         * gst/audiofx/Makefile.am:
6163         Link against libgstaudio for the above changes
6164
6165 2007-01-29  Wim Taymans  <wim@fluendo.com>
6166
6167         * tests/check/elements/.cvsignore:
6168         Some more ignores.
6169
6170 2007-01-26  Wim Taymans  <wim@fluendo.com>
6171
6172         Patch by: charles <charlesg3 at gmail dot com>
6173
6174         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6175         (set_shout_metadata), (gst_shout2send_event):
6176         * ext/shout2/gstshout2.h:
6177         Properly handle tags in shout2send. Fixes #399825.
6178
6179 2007-01-25  Wim Taymans  <wim@fluendo.com>
6180
6181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6182         (gst_rtspsrc_activate_streams):
6183         Convert SDP fields to upper/lowercase following the rules in the SDP to
6184         caps document. 
6185
6186 2007-01-25  Wim Taymans  <wim@fluendo.com>
6187
6188         * gst/rtp/README:
6189         * gst/rtp/gstrtpilbcdepay.c:
6190         * gst/rtp/gstrtpilbcpay.c:
6191         * gst/rtp/gstrtpmp4gdepay.c:
6192         * gst/rtp/gstrtpmp4gpay.c:
6193         * gst/rtp/gstrtpspeexdepay.c:
6194         * gst/rtp/gstrtpspeexpay.c:
6195         * gst/rtp/gstrtpsv3vdepay.c:
6196         * gst/rtp/gstrtptheoradepay.c:
6197         * gst/rtp/gstrtptheorapay.c:
6198         * gst/rtp/gstrtpvorbisdepay.c:
6199         * gst/rtp/gstrtpvorbispay.c:
6200         Fix case of encoding-name and key/value pairs to match the document.
6201         This is to make interoperation with SDP case-insensitive as required by
6202         the relevant RFCs.
6203
6204 2007-01-25  Wim Taymans  <wim@fluendo.com>
6205
6206         * configure.ac:
6207         Bump required -core/-base to CVS
6208
6209 2007-01-25  Wim Taymans  <wim@fluendo.com>
6210
6211         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6212         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6213         * gst/rtp/gstrtpL16pay.h:
6214         Fill up to MTU using adapter.
6215         Timestamp rtp packets.
6216
6217 2007-01-25  Edward Hervey  <edward@fluendo.com>
6218
6219         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6220         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6221         Use G_GSIZE_FORMAT in print statements for portability.
6222         Fixes build on macosx.
6223
6224 2007-01-24  Wim Taymans  <wim@fluendo.com>
6225
6226         * gst/rtp/Makefile.am:
6227         * gst/rtp/gstrtp.c: (plugin_init):
6228         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6229         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6230         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6231         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6232         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6233         (gst_rtp_L16_depay_plugin_init):
6234         * gst/rtp/gstrtpL16depay.h:
6235         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6236         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6237         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6238         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6239         (gst_rtp_L16_pay_plugin_init):
6240         * gst/rtp/gstrtpL16pay.h:
6241         Port and enable raw audio payloader/depayloader. Needs a bit more work
6242         on the payloader side.
6243
6244 2007-01-24  Wim Taymans  <wim@fluendo.com>
6245
6246         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6247         (gst_rtspsrc_stream_configure_transport),
6248         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6249         * gst/rtsp/gstrtspsrc.h:
6250         Only unblock the udp pads when we linked and activated them all.
6251         Fixes #395688.
6252
6253 2007-01-24  Wim Taymans  <wim@fluendo.com>
6254
6255         * gst/rtp/Makefile.am:
6256         * gst/rtp/gstrtp.c: (plugin_init):
6257         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6258         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6259         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6260         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6261         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6262         * gst/rtp/gstrtpac3depay.h:
6263         Added simple AC3 depayloader (RFC 4184).
6264
6265         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6266         Fix a leak.
6267
6268 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6269
6270         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6271
6272         * gst/audiofx/Makefile.am:
6273         * gst/audiofx/audioamplify.c:
6274         (gst_audio_amplify_clipping_method_get_type),
6275         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6276         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6277         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6278         (gst_audio_amplify_set_caps),
6279         (gst_audio_amplify_transform_int_clip),
6280         (gst_audio_amplify_transform_int_wrap_negative),
6281         (gst_audio_amplify_transform_int_wrap_positive),
6282         (gst_audio_amplify_transform_float_clip),
6283         (gst_audio_amplify_transform_float_wrap_negative),
6284         (gst_audio_amplify_transform_float_wrap_positive),
6285         (gst_audio_amplify_transform_ip):
6286         * gst/audiofx/audioamplify.h:
6287         * gst/audiofx/audiofx.c: (plugin_init):
6288         Add new element "audioamplify". This allows scaling of raw audio
6289         samples, similar to the "volume" element, but provides different modes
6290         for clipping and allows unlimited amplification. It's mainly targeted
6291         for creative sound design and not as a replacement of the "volume"
6292         element. Fixes #397162
6293         * docs/plugins/Makefile.am:
6294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6296         * docs/plugins/gst-plugins-good-plugins.args:
6297         * docs/plugins/inspect/plugin-audiofx.xml:
6298         Add docs for audioamplify and integrate them into the build system
6299         * tests/check/Makefile.am:
6300         * tests/check/elements/audioamplify.c: (setup_amplify),
6301         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6302         Add fairly extensive unit test suite for audioamplify
6303
6304 2007-01-24  Wim Taymans  <wim@fluendo.com>
6305
6306         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6307         Unblock pads after adding the pads to the element so that autopluggers
6308         get a change to link something. Possibly fixes #395688.
6309
6310 2007-01-24  Wim Taymans  <wim@fluendo.com>
6311
6312         * gst/rtp/gstrtpamrdepay.c:
6313         * gst/rtp/gstrtpgsmdepay.c:
6314         * gst/rtp/gstrtph263pdepay.c:
6315         * gst/rtp/gstrtph263ppay.c:
6316         * gst/rtp/gstrtph264depay.c:
6317         * gst/rtp/gstrtpilbcdepay.c:
6318         * gst/rtp/gstrtpmp2tdepay.c:
6319         * gst/rtp/gstrtpmp4gdepay.c:
6320         * gst/rtp/gstrtpmp4gpay.c:
6321         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6322         * gst/rtp/gstrtpmp4vpay.c:
6323         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6324         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6325         (gst_rtp_mpa_depay_process):
6326         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6327         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6328         * gst/rtp/gstrtppcmadepay.c:
6329         * gst/rtp/gstrtppcmudepay.c:
6330         * gst/rtp/gstrtpspeexdepay.c:
6331         * gst/rtp/gstrtpspeexpay.c:
6332         * gst/rtp/gstrtpsv3vdepay.c:
6333         * gst/rtp/gstrtptheoradepay.c:
6334         * gst/rtp/gstrtptheorapay.c:
6335         * gst/rtp/gstrtpvorbisdepay.c:
6336         * gst/rtp/gstrtpvorbispay.c:
6337         Fix caps with payload numbers.
6338         Add some fixed payload numbers to caps when possible.
6339
6340 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6341
6342         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6343
6344         * gst/audiofx/Makefile.am:
6345         * gst/audiofx/audiofx.c: (plugin_init):
6346         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6347         (gst_audio_invert_class_init), (gst_audio_invert_init),
6348         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6349         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6350         (gst_audio_invert_transform_float),
6351         (gst_audio_invert_transform_ip):
6352         * gst/audiofx/audioinvert.h:
6353         Add new audiofx element "audioinvert". This element swaps the upper
6354         and lower half of samples and can be used for example for a
6355         wide-stereo effect. Fixes #396057
6356         * docs/plugins/Makefile.am:
6357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6359         * docs/plugins/gst-plugins-good-plugins.args:
6360         * docs/plugins/inspect/plugin-audiofx.xml:
6361         Add docs for the audioinvert element and add them to the build system.
6362         * tests/check/Makefile.am:
6363         * tests/check/elements/audioinvert.c: (setup_invert),
6364         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6365         Add unit test suite for the audioinvert element.
6366
6367 2007-01-23  Wim Taymans  <wim@fluendo.com>
6368
6369         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6370         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6371         Parse config params as string and int.
6372         Parse and use AU header length
6373
6374 2007-01-23  Wim Taymans  <wim@fluendo.com>
6375
6376         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6377         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6378         * gst/smpte/gstmask.c: (_gst_mask_register):
6379         * gst/smpte/gstmask.h:
6380         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6381         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6382         (gst_smpte_paint_triangle_clock):
6383         constify some static structs.
6384         Don't update the mask if nothing changed to the params.
6385         Make sure we never draw outside of the picture. Fixes #398325.
6386
6387 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6388
6389         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6390           Error out properly when pull_range fails while we're reading the
6391           headers, instead of just pausing the task silently. Fixes #399338.
6392
6393 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6394
6395         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6396           Some more sanity checks to make sure the input formats match and the
6397           input pads are actually negotiated, in case someone tries to feed
6398           buffers from fakesrc or filesrc. Fixes #398299.
6399           Also const-ify an array, just because we can.
6400
6401 2007-01-19  Edward Hervey  <edward@fluendo.com>
6402
6403         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6404         Ignore previous commit, that was only valid for widths and heights
6405         that are multiples of 4.
6406         Copy over size/stride macros from jpegdec. This allows the element
6407         to work with any width,height...
6408         ... but puts in evidence that the actual transformations only work
6409         with width/height that are multiples of 4.
6410
6411 2007-01-19  Edward Hervey  <edward@fluendo.com>
6412
6413         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6414         Allocate buffers of the right size.
6415         The proper size of a I420 buffer in bytes is:
6416         
6417             width * height * 3
6418             ------------------
6419                     2
6420
6421 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6422
6423         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6424           Proxy getcaps on sink pads too, so that we either end up with the
6425           same dimensions on all pads or error out if that's not possible
6426           (seems to work even!). Fixes #398086, I think.
6427
6428 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6429
6430         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6431         * docs/plugins/gst-plugins-good-plugins.args:
6432         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6433           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6434           fix integer properties with -1 as minimum value.
6435
6436         * docs/plugins/inspect/plugin-1394.xml:
6437         * docs/plugins/inspect/plugin-aasink.xml:
6438         * docs/plugins/inspect/plugin-alaw.xml:
6439         * docs/plugins/inspect/plugin-alpha.xml:
6440         * docs/plugins/inspect/plugin-alphacolor.xml:
6441         * docs/plugins/inspect/plugin-annodex.xml:
6442         * docs/plugins/inspect/plugin-apetag.xml:
6443         * docs/plugins/inspect/plugin-audiofx.xml:
6444         * docs/plugins/inspect/plugin-auparse.xml:
6445         * docs/plugins/inspect/plugin-autodetect.xml:
6446         * docs/plugins/inspect/plugin-avi.xml:
6447         * docs/plugins/inspect/plugin-cacasink.xml:
6448         * docs/plugins/inspect/plugin-cairo.xml:
6449         * docs/plugins/inspect/plugin-cdio.xml:
6450         * docs/plugins/inspect/plugin-cutter.xml:
6451         * docs/plugins/inspect/plugin-debug.xml:
6452         * docs/plugins/inspect/plugin-dv.xml:
6453         * docs/plugins/inspect/plugin-efence.xml:
6454         * docs/plugins/inspect/plugin-effectv.xml:
6455         * docs/plugins/inspect/plugin-esdsink.xml:
6456         * docs/plugins/inspect/plugin-flac.xml:
6457         * docs/plugins/inspect/plugin-flxdec.xml:
6458         * docs/plugins/inspect/plugin-gconfelements.xml:
6459         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6460         * docs/plugins/inspect/plugin-goom.xml:
6461         * docs/plugins/inspect/plugin-halelements.xml:
6462         * docs/plugins/inspect/plugin-icydemux.xml:
6463         * docs/plugins/inspect/plugin-id3demux.xml:
6464         * docs/plugins/inspect/plugin-jpeg.xml:
6465         * docs/plugins/inspect/plugin-level.xml:
6466         * docs/plugins/inspect/plugin-matroska.xml:
6467         * docs/plugins/inspect/plugin-mulaw.xml:
6468         * docs/plugins/inspect/plugin-multipart.xml:
6469         * docs/plugins/inspect/plugin-navigationtest.xml:
6470         * docs/plugins/inspect/plugin-ossaudio.xml:
6471         * docs/plugins/inspect/plugin-png.xml:
6472         * docs/plugins/inspect/plugin-rtp.xml:
6473         * docs/plugins/inspect/plugin-rtsp.xml:
6474         * docs/plugins/inspect/plugin-shout2send.xml:
6475         * docs/plugins/inspect/plugin-smpte.xml:
6476         * docs/plugins/inspect/plugin-speex.xml:
6477         * docs/plugins/inspect/plugin-taglib.xml:
6478         * docs/plugins/inspect/plugin-udp.xml:
6479         * docs/plugins/inspect/plugin-videobalance.xml:
6480         * docs/plugins/inspect/plugin-videobox.xml:
6481         * docs/plugins/inspect/plugin-videoflip.xml:
6482         * docs/plugins/inspect/plugin-videomixer.xml:
6483         * docs/plugins/inspect/plugin-wavenc.xml:
6484         * docs/plugins/inspect/plugin-wavparse.xml:
6485         * docs/plugins/inspect/plugin-ximagesrc.xml:
6486           Update to CVS.
6487
6488 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6489
6490         Patch by: Sebastian Dröge <slomo circular-chaos org>
6491
6492         * gst/audiofx/audiopanorama.c:
6493           Fix doc section name (Fixes #397946)
6494
6495 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6496
6497         * sys/v4l2/gstv4l2object.c:
6498         (gst_v4l2_object_install_properties_helper),
6499         (gst_v4l2_object_set_property_helper),
6500         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6501         * sys/v4l2/gstv4l2object.h:
6502         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6503         (gst_v4l2src_init), (gst_v4l2src_set_property),
6504         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6505         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6506         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6507         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6508         (gst_v4l2src_capture_deinit):
6509           Fix EIO handing when capturing. Add new property to specify the number of
6510           buffers to enque (and remove the borked num-buffers usage).
6511
6512 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6513
6514         Patch by: Sebastian Dröge <slomo circular-chaos org>
6515
6516         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6517         (gst_audio_panorama_set_process_function):
6518           Use a function array for process methods, add more docs and define the
6519           startindex of enums.
6520
6521 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         Patch by: Mark Nauwelaerts <manauw at skynet be>
6524
6525         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6526         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6527         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6528         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6529         (gst_avi_mux_riff_get_avi_header),
6530         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6531         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6532         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6533         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6534         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6535         (gst_avi_mux_change_state):
6536         * gst/avi/gstavimux.h:
6537         * tests/check/elements/avimux.c: (teardown_src_pad):
6538           Add support for more than one audio stream; write better AVIX
6539           header; refactor code a bit; don't announce vorbis caps on our audio
6540           sink pads since we don't support it anyway. Closes #379298.
6541
6542 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6543
6544         Patch by: Sebastian Dröge <slomo circular-chaos org>
6545
6546         * gst/audiofx/audiopanorama.c:
6547         (gst_audio_panorama_method_get_type),
6548         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6549         (gst_audio_panorama_set_process_function),
6550         (gst_audio_panorama_set_property),
6551         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6552         (gst_audio_panorama_transform_m2s_int_simple),
6553         (gst_audio_panorama_transform_s2s_int_simple),
6554         (gst_audio_panorama_transform_m2s_float_simple),
6555         (gst_audio_panorama_transform_s2s_float_simple):
6556         * gst/audiofx/audiopanorama.h:
6557           Add 'method' property and provide a simple (non-psychoacustic)
6558           processing method (#394859).
6559
6560         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6561         (panorama_suite):
6562           Tests for new method.
6563
6564 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6565
6566         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6567         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6568           Set correct caps on outgoing pulled buffers, or things blow up
6569           after recent core changes.
6570
6571 2007-01-11  Wim Taymans  <wim@fluendo.com>
6572
6573         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6574
6575         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6576         (gst_multipart_mux_request_new_pad),
6577         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6578         (gst_multipart_mux_change_state):
6579         Return FLOW errors ASAP. Fixes #394977.
6580         Misc cleanups.
6581
6582 2007-01-11  Wim Taymans  <wim@fluendo.com>
6583
6584         Patch by: Lutz Mueller <lutz at topfrose dot de>
6585
6586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6587         Check for stream pad before activating. 
6588
6589 2007-01-10  Wim Taymans  <wim@fluendo.com>
6590
6591         Patch by: Peter Kjellerstedt  <pkj at axis com>
6592
6593         * gst/rtsp/COPYING.MIT:
6594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6595         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6596         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6597         (gst_rtspsrc_stream_configure_transport),
6598         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6599         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6600         (gst_rtspsrc_parse_methods),
6601         (gst_rtspsrc_create_transports_string),
6602         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6603         (gst_rtspsrc_open), (gst_rtspsrc_close):
6604         * gst/rtsp/gstrtspsrc.h:
6605         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6606         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6607         (parse_request_line), (parse_line), (rtsp_connection_read),
6608         (rtsp_connection_close):
6609         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6610         (rtsp_method_as_text), (rtsp_header_as_text),
6611         (rtsp_status_as_text), (rtsp_find_header_field),
6612         (rtsp_find_method):
6613         * gst/rtsp/rtspdefs.h:
6614         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6615         (rtsp_ext_wms_configure_stream):
6616         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6617         (rtsp_message_new_request), (rtsp_message_init_request),
6618         (rtsp_message_new_response), (rtsp_message_init_response),
6619         (rtsp_message_init_data), (rtsp_message_unset),
6620         (rtsp_message_free), (rtsp_message_add_header),
6621         (rtsp_message_get_header), (rtsp_message_set_body),
6622         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6623         * gst/rtsp/rtspmessage.h:
6624         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6625         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6626         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6627         (sdp_message_dump):
6628         Allow url to be NULL to be able to use it for server connections.
6629         Can now send responses as well as requests.
6630         No longer hangs in an endless loop if EOF is received.
6631         Can now convert a status code to a text string.
6632         Return RTSP_HDR_INVALID for unknown headers.
6633         Return RTSP_INVALID for unknown methods.
6634         Copy CSeq and Session headers from the request.
6635         Only free memory corresponding to the currently set message type.
6636         Added const to function arguments as appropriate.
6637         Avoid a compiler warning when initializing nmedia.
6638         Use guint rather than gint to avoid compiler warnings.
6639         Fix crasher in wms extension.
6640         Factor out stream setup from open_connection.
6641         Delay activation of streams when actual data is received from the
6642         server, this prepares us to do proper protocol switching.
6643         Added new license.
6644         Fixes #380895.
6645
6646
6647 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6648
6649         Patch by: Sebastian Dröge <slomo ubuntu com>
6650
6651         * docs/plugins/Makefile.am:
6652         * gst/audiofx/audiopanorama.c:
6653           Some small docs fixes (#394851).
6654
6655 2007-01-09  Wim Taymans  <wim@fluendo.com>
6656
6657         * gst/avi/gstavidemux.c:
6658         Fix docs.
6659
6660 2007-01-09  Wim Taymans  <wim@fluendo.com>
6661
6662         * gst/rtp/Makefile.am:
6663         * gst/rtp/gstrtp.c: (plugin_init):
6664         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6665         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6666         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6667         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6668         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6669         * gst/rtp/gstrtpmpvdepay.h:
6670           Added RFC 2250 MPEG Video Depayloader.
6671
6672         * gst/rtp/gstrtpL16depay.h:
6673         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6674         (gst_rtp_h263p_depay_process):
6675         Fix Header file. Small cleanups.
6676
6677         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6678         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6679         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6680         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6681         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6682         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6683         (gst_rtp_mp4v_depay_change_state):
6684         Remove usused code. Remove Adapter from state Change. Added debug.
6685
6686         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6687         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6688         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6689         * gst/rtp/gstrtpmpadepay.h:
6690         Subclass base depayloader.
6691         Added debug.
6692         Support static payload type assignment as well.
6693
6694         * gst/rtp/gstrtpmpapay.c:
6695         Fix caps.
6696
6697 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6700
6701         * ext/jpeg/gstjpegdec.c:
6702         * ext/jpeg/gstjpegenc.c:
6703         * ext/jpeg/smokecodec.c:
6704           These libjpeg callbacks should return a 'boolean' (unsigned char
6705           apparently) and not a 'gboolean' (which maps to gint). Fixes
6706           warnings when compiling with MingW (#393427).
6707
6708         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6709           Use ioctlsocket on win32.
6710
6711         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6712           Some printf format fixes for win32.
6713
6714 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6715
6716         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6717           Use gst_guint64_to_gdouble for conversion.
6718         * win32/vs6/libgstmatroska.dsp:
6719           Add zlib to the link.
6720         * win32/vs6/libgstvideobox.dsp:
6721           Update liboil library name (project is linked to 
6722           liboil-0.3-0.lib now).
6723           
6724 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6725
6726         * gst/matroska/Makefile.am:
6727           If zlib is available and used, we must link it explicitly for
6728           things to work on MingW (fixes #392855).
6729
6730 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         * ext/esd/esdsink.c: (gst_esdsink_delay):
6733           Don't return bogus values when esd_get_delay() fails for some
6734           reason (#392189).
6735
6736 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6737
6738         * sys/ximage/gstximagesrc.c: (composite_pixel):
6739           Fix presumably copy'n'pasto for 16bpp depth.
6740
6741 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst/matroska/matroska-mux.c:
6744         (gst_matroska_mux_audio_pad_setcaps):
6745           The "signed" field in audio caps is of boolean type, trying to use
6746           gst_structure_get_int() to extract it will fail. Fixing this makes
6747           matroskamux accept raw audio input (#387121) (use at your own risk
6748           though, due to the matroska spec being not entirely useful in this
6749           respect).
6750           Also fix up raw audio structures in template caps so that they
6751           represent what our setcaps function will actually accept, so that
6752           converters know what to convert to.
6753           Finally, don't fail if there isn't an "endianness" field in 8-bit
6754           PCM caps.
6755
6756 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6757
6758         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6759         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6760         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6761         (teardown_cmmldec):
6762         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6763         (teardown_cmmlenc):
6764         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6765           reapply consistent pad (de)activation
6766
6767 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6768
6769         * configure.ac:
6770         Back to CVS
6771
6772         * gst-plugins-good.doap:
6773         Add 0.10.5 doap entry
6774
6775 === release 0.10.5 ===
6776
6777 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6778
6779         * configure.ac:
6780           releasing 0.10.5, "The Path of Thorns"
6781
6782 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6783
6784         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6785         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6786         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6787         (teardown_cmmldec):
6788         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6789         (teardown_cmmlenc):
6790         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6791           revert my freeze breakage
6792
6793 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6794
6795         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6796         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6797         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6798         (teardown_cmmldec):
6799         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6800         (teardown_cmmlenc):
6801         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6802           consistent pad (de)activation
6803
6804 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6805
6806         * configure.ac:
6807         * ext/Makefile.am:
6808         Disable LADPSA, as it has moved to the -bad module for the duration.
6809
6810 2006-12-18  Wim Taymans  <wim@fluendo.com>
6811
6812         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6813         (gst_signal_processor_event):
6814         Reset flow_state back to _OK after a flush stop so that we exit our
6815         error state after the flush. Fixes #374213
6816
6817 2006-12-16  David Schleef  <ds@schleef.org>
6818
6819         * sys/osxvideo/osxvideosink.h:
6820         * sys/osxvideo/osxvideosink.m:
6821           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6822
6823 2006-12-16  David Schleef  <ds@schleef.org>
6824
6825         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6826
6827         * sys/osxvideo/Makefile.am:
6828         * sys/osxvideo/osxvideosink.h:
6829         * sys/osxvideo/osxvideosink.m:
6830           Preliminary patch for porting osxvideosink
6831
6832 2006-12-16  Wim Taymans  <wim@fluendo.com>
6833
6834         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6835
6836         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6837         (gst_videomixer_set_master_geometry),
6838         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6839         (gst_videomixer_reset), (gst_videomixer_init),
6840         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6841         (gst_videomixer_release_pad), (gst_videomixer_collected),
6842         (gst_videomixer_change_state):
6843         Introduce some locking around the videomixer state so that it does not
6844         crash when adding/removing pads. Fixes #383043.
6845
6846 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * configure.ac:
6849           Make sure libcaca can actually be used instead of just checking for
6850           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6851           cross-compiling (fixes #384587).
6852
6853 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6854
6855         * Makefile.am:
6856         * gst-plugins-good.doap:
6857         * gst-plugins-good.spec.in:
6858           adding doap file
6859
6860 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6861
6862         * configure.ac:
6863           libflac-1.1.3 changed API again, but we can't build against it yet,
6864           so make sure our check doesn't use libflac-1.1.3 and add a comment
6865           to this effect.
6866
6867 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6868
6869         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6870         (gst_quarktv_planetable_clear):
6871           Add some NULL pointer checks (possibly related to #385623).
6872
6873 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6874
6875         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6876         (gst_tag_demux_chain):
6877         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6878           In streaming mode, if the first buffer we get doesn't have an
6879           offset, fix it up to be 0, otherwise trimming won't work later on
6880           and we'll be typefinding application/x-id3, which may result in
6881           decodebin plugging an endless number of id3demux elements as a
6882           consequence. Fixes #385031.
6883           
6884 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6885
6886         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6887           Ignore the buffer_time the sound device reports. Turns out it is 
6888           sometimes completely bogus and we're better off without it.
6889
6890 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6893         (gst_matroska_demux_video_caps):
6894         * gst/matroska/matroska-ids.c:
6895         (gst_matroska_track_init_video_context):
6896         * gst/matroska/matroska-ids.h:
6897           Try harder to extract the framerate for video tracks correctly and
6898           save it directly instead of converting it back and forth a few
6899           times. Mostly makes a difference for very small framerates (<1).
6900           Fixes #380199.
6901
6902 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6903
6904         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6905         (gst_gconf_audio_src_dispose), (do_toggle_element):
6906         * ext/gconf/gstgconfaudiosrc.h:
6907           Remove gconf notify hook when the gconfaudiosrc element is
6908           destroyed, otherwise the callback may be called on an
6909           already-destroyed instance and bad things happen. Should fix
6910           #378184.
6911           Also ignore gconf key changes when the source is already running.
6912
6913 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         Patch by: Sebastian Dröge  <mail at slomosnail de>
6916
6917         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6918           We need to be able to read and parse any possible floating point string
6919           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6920           will parse the former only in certain locales though, so we really need
6921           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6922           make sure we can parse either version at all times.
6923           Fixes #382982 for real.
6924
6925 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6926
6927         * sys/sunaudio/gstsunaudiomixerctrl.c:
6928         * sys/sunaudio/gstsunaudiosrc.c:
6929
6930         Use the sunaudio debug category.
6931
6932         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6933         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6934         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6935         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6936         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6937         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6938         (gst_sunaudiosink_reset):
6939         * sys/sunaudio/gstsunaudiosink.h:
6940
6941         Uses the sunaudio debug category for all debug output
6942         Implements the _delay() callback to synchronise video playback better
6943         Change the segtotal and segsize values back to the parent class 
6944           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6945           respectively)
6946         Measure the samples written to the device vs. played.
6947         Keep track of segments in the device by writing empty eof frames, and
6948         sleep using a GCond when we get too far ahead and risk overrunning the
6949         sink's ringbuffer.
6950
6951         Fixes: #360673
6952
6953 2006-12-08  Wim Taymans  <wim@fluendo.com>
6954
6955         Patch by: Sebastian Dröge  <mail at slomosnail de >
6956
6957         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6958         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6959         * gst/audiofx/audiopanorama.h:
6960         Fix audiopanorame with float samples. Fixes #383726.
6961
6962 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6963
6964         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6965         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6966         (gst_sunaudiosrc_reset):
6967
6968         Implement reset functions to unblock the src/sink more quickly on 
6969         state change requests.
6970         Patch by: Brian Cameron <brian dot cameron at sun com>
6971
6972 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6973
6974         * sys/sunaudio/gstsunaudiomixer.c:
6975         (gst_sunaudiomixer_change_state):
6976         Construct the correct mixer device name when the AUDIODEV env var
6977         is set.
6978
6979         Patch by: Jerry Tan <jerry.tan at sun dot com>
6980         Fixes: #383596
6981
6982 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6983
6984         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6985         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6986         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6987         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6988         Patch by: Jerry Tan <jerry.tan at sun dot com>
6989         Fixes: #349015
6990
6991 2006-12-07  Wim Taymans  <wim@fluendo.com>
6992
6993         * gst/smpte/gstmask.h:
6994         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6995         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6996         (gst_smpte_collected), (gst_smpte_set_property),
6997         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6998         * gst/smpte/gstsmpte.h:
6999         Port to 0.10 some more. 
7000         Added duration property to specify the duration of the transition.
7001         Make framerate a fraction.
7002         Deprecate fps property, we only use negotiated fps.
7003         Added docs.
7004         Fix collectpad usage.
7005         Reset state in READY.
7006         Send NEWSEGMENT event.
7007         Fix racy updates of object properties.
7008         Added debug category.
7009         Fixes #383323.
7010
7011 2006-12-06  Wim Taymans  <wim@fluendo.com>
7012
7013         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7014
7015         * gst/videomixer/videomixer.c:
7016         (gst_videomixer_set_master_geometry),
7017         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7018         Don't reset xpos and ypos in the setcaps function because causes
7019         unexpected behaviour.
7020         Fixes #382179.
7021
7022 2006-12-06  Wim Taymans  <wim@fluendo.com>
7023
7024         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7025         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7026         Keep track of the buffer timestamp in the collectdata member instead
7027         of modifying the buffer without making the metadata writable first.
7028         Fixes #382277.
7029
7030 2006-12-06  Wim Taymans  <wim@fluendo.com>
7031
7032         Patch by: Rob Taylor <robtaylor at floopily dot org>
7033
7034         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7035         If using multicast in udpsrc, bind to the multicast address rather than
7036         IN_ADDR_ANY.
7037         This allows the simultanous use of multiple udpsrcs listening on
7038         different multicat addresses. Without this all udpsrcs will receive all
7039         packets from all subscribed multicast addresses.
7040         Fixes #383001.
7041
7042 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7043
7044         * ext/taglib/gstid3v2mux.cc:
7045         Don't attempt to write a NULL frame into the ID3 tag set when the 
7046         createFrame method returned NULL.
7047         Fixes: #381857
7048         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7049
7050 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7051
7052         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7053         Use g_strtod() instead of sscanf to parse doubles, so that it will
7054         try parsing in the C locale if the current locale fails.
7055         Fixes: #382982
7056         Patch by: Sebastian Dröge  <mail at slomosnail de >
7057
7058 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7059
7060         * win32/MANIFEST:
7061         Fix compilation on win32 under VS8
7062         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7063         Partially fixes #381175
7064
7065 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7066
7067         * gst/avi/gstavimux.c:
7068           accept all mpegversions,fixes #380825
7069           spotted by: Jerome Alet  
7070
7071 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7072
7073         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7074         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7075         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7076         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7077           cleanup the error message a bit more
7078
7079 2006-11-28  Wim Taymans  <wim@fluendo.com>
7080
7081         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7082         Fix width and height properties.
7083
7084         * ext/libcaca/gstcacasink.h:
7085         Fix compilation on newer libcaca that require us to include a new
7086         header. Fixes #379918.
7087
7088 2006-11-28  Wim Taymans  <wim@fluendo.com>
7089
7090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7091         * gst/rtsp/gstrtspsrc.h:
7092         * gst/rtsp/rtspext.h:
7093         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7094         (rtsp_ext_wms_get_context):
7095         Add method so that extensions can choose to disable the setup of
7096         a stream.
7097         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7098
7099 2006-11-27  Wim Taymans  <wim@fluendo.com>
7100
7101         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7102
7103         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7104         Push header in a separate buffer instead of memcpy:ing all data.
7105         Change LF => CRLF in headers.
7106         Move trailing LF to header. Fixes #379792.
7107
7108 2006-11-27  Wim Taymans  <wim@fluendo.com>
7109
7110         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7111         Small buffer overflow fix and improve debugging.
7112
7113 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7114
7115         * ext/esd/esdmon.h:
7116         * ext/esd/esdsink.h:
7117           remove obsolete _factory_init protos
7118
7119 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7120
7121         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7122         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7123         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7124         (gst_avi_demux_read_subindexes_push),
7125         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7126         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7127         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7128         (gst_avi_demux_massage_index),
7129         (gst_avi_demux_calculate_durations_from_index),
7130         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7131         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7132         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7133           remove dead code, tweak debugs statements, add comments, use
7134           _uint64_scale instead _uint64_scale_int when using guint64 values,
7135           small optimizations, reflow some error handling
7136
7137 2006-11-22  Edward Hervey  <edward@fluendo.com>
7138
7139         * po/.cvsignore:
7140         We never put .pot files in cvs. Let's ignore them all.
7141
7142 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7143
7144         * po/POTFILES.in:
7145           ... but better exclude files that aren't disted.
7146
7147 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7148
7149         * po/POTFILES.in:
7150           Add v4l2 source files to list of files with translations, so the
7151           strings are actually extracted (however bad they still may be).
7152
7153 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7154
7155         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7156           Minor clean-ups: const-ify static array, remove trailing comma from
7157           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7158
7159 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7160
7161         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7162         Make sure that g_free always gets called on the same pointer that was 
7163         returned by g_malloc.  Fixes #376594.
7164         Do not leak memory if decompressed size is wrong.
7165         Remove unneeded check of return value of g_malloc.
7166         Patch by: René Stadler <mail@renestadler.de>
7167
7168 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7169
7170         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7171           Add missing curly brackets.
7172
7173 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7174
7175         * sys/v4l2/v4l2src_calls.c:
7176         Fix capture_deinit.
7177
7178 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7179
7180         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7181         (gst_matroska_mux_request_new_pad):
7182           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7183
7184         * tests/check/elements/matroskamux.c: (setup_src_pad),
7185         (setup_sink_pad), (GST_START_TEST):
7186         Activate pads before using them.
7187
7188 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7191           Initialise variable to get rid of bogus compiler warning.
7192
7193 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7194
7195         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7196
7197         * gst/rtp/gstrtph263pay.c:
7198         * gst/rtp/gstrtph263pdepay.c:
7199         * gst/rtp/gstrtph263ppay.c:
7200           Specify H.263 variant and version in the caps (fixes #361637)
7201
7202 2006-11-15  Wim Taymans  <wim@fluendo.com>
7203
7204         * gst/rtsp/rtspconnection.c: (read_body):
7205         Don't set a data pointer to NULL and a size > 0 when we deal
7206         with empty packets.
7207
7208         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7209         (rtsp_message_init_response), (rtsp_message_init_data),
7210         (rtsp_message_unset), (rtsp_message_free),
7211         (rtsp_message_take_body):
7212         Check that we can't create invalid empty packets. 
7213
7214 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7215
7216         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7217
7218         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7219         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7220         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7221         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7222         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7223         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7224         * gst/matroska/matroska-mux.h:
7225           Add basic tag writing support; implement releasing pads (#374658).
7226
7227 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7228
7229         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7230         (gst_matroska_demux_audio_caps):
7231           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7232
7233 2006-11-14  David Schleef  <ds@schleef.org>
7234
7235         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7236
7237 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7240
7241         * win32/vs8/gst-plugins-good.sln:
7242         * win32/vs8/libgst1394.vcproj:
7243         * win32/vs8/libgstaasink.vcproj:
7244         * win32/vs8/libgstalaw.vcproj:
7245         * win32/vs8/libgstalpha.vcproj:
7246         * win32/vs8/libgstalphacolor.vcproj:
7247         * win32/vs8/libgstannodex.vcproj:
7248         * win32/vs8/libgstapetag.vcproj:
7249         * win32/vs8/libgstaudiofx.vcproj:
7250         * win32/vs8/libgstauparse.vcproj:
7251         * win32/vs8/libgstautodetect.vcproj:
7252         * win32/vs8/libgstavi.vcproj:
7253         * win32/vs8/libgstcacasink.vcproj:
7254         * win32/vs8/libgstcdio.vcproj:
7255         * win32/vs8/libgstcutter.vcproj:
7256         * win32/vs8/libgstdv.vcproj:
7257         * win32/vs8/libgsteffectv.vcproj:
7258         * win32/vs8/libgstflac.vcproj:
7259         * win32/vs8/libgstflxdec.vcproj:
7260         * win32/vs8/libgstgoom.vcproj:
7261         * win32/vs8/libgsticydemux.vcproj:
7262         * win32/vs8/libgstid3demux.vcproj:
7263         * win32/vs8/libgstjpeg.vcproj:
7264         * win32/vs8/libgstladspa.vcproj:
7265         * win32/vs8/libgstlevel.vcproj:
7266         * win32/vs8/libgstmatroska.vcproj:
7267         * win32/vs8/libgstmikmod.vcproj:
7268         * win32/vs8/libgstmng.vcproj:
7269         * win32/vs8/libgstmonoscope.vcproj:
7270         * win32/vs8/libgstmulaw.vcproj:
7271         * win32/vs8/libgstmultipart.vcproj:
7272         * win32/vs8/libgstpng.vcproj:
7273         * win32/vs8/libgstrtp.vcproj:
7274         * win32/vs8/libgstrtsp.vcproj:
7275         * win32/vs8/libgstshout2.vcproj:
7276         * win32/vs8/libgstsmpte.vcproj:
7277         * win32/vs8/libgstspeex.vcproj:
7278         * win32/vs8/libgsttaglib.vcproj:
7279         * win32/vs8/libgstudp.vcproj:
7280         * win32/vs8/libgstvideobalance.vcproj:
7281         * win32/vs8/libgstvideobox.vcproj:
7282         * win32/vs8/libgstvideoflip.vcproj:
7283         * win32/vs8/libgstvideomixer.vcproj:
7284         * win32/vs8/libgstwavenc.vcproj:
7285         * win32/vs8/libgstwavparse.vcproj:
7286           Make end-of-line returns unixy, so that when the files are checked
7287           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7288           Hopefully fixes #366492.
7289
7290 2006-11-14  Wim Taymans  <wim@fluendo.com>
7291
7292         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7293         Disable init_frames delay timestamp adjustment, it does not
7294         seem to be needed at all. Fixes #369621.
7295
7296 2006-11-13  Wim Taymans  <wim@fluendo.com>
7297
7298         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7299
7300         * gst/videomixer/videomixer.c:
7301         (gst_videomixer_set_master_geometry),
7302         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7303         (gst_videomixer_collect_free), (gst_videomixer_reset),
7304         (gst_videomixer_init), (gst_videomixer_finalize),
7305         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7306         (gst_videomixer_collected), (gst_videomixer_change_state):
7307         Fix memleak by unref'ing collectpads instance (when finalizing)
7308         Implement releasing a request pad. Fixes #374479.
7309
7310 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7311
7312         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7313
7314         * win32/vs8/gst-plugins-good.sln:
7315         * win32/vs8/libgst1394.vcproj:
7316         * win32/vs8/libgstaasink.vcproj:
7317         * win32/vs8/libgstalaw.vcproj:
7318         * win32/vs8/libgstalpha.vcproj:
7319         * win32/vs8/libgstalphacolor.vcproj:
7320         * win32/vs8/libgstannodex.vcproj:
7321         * win32/vs8/libgstapetag.vcproj:
7322         * win32/vs8/libgstaudiofx.vcproj:
7323         * win32/vs8/libgstauparse.vcproj:
7324         * win32/vs8/libgstautodetect.vcproj:
7325         * win32/vs8/libgstavi.vcproj:
7326         * win32/vs8/libgstcacasink.vcproj:
7327         * win32/vs8/libgstcdio.vcproj:
7328         * win32/vs8/libgstcutter.vcproj:
7329         * win32/vs8/libgstdv.vcproj:
7330         * win32/vs8/libgsteffectv.vcproj:
7331         * win32/vs8/libgstflac.vcproj:
7332         * win32/vs8/libgstflxdec.vcproj:
7333         * win32/vs8/libgstgoom.vcproj:
7334         * win32/vs8/libgsticydemux.vcproj:
7335         * win32/vs8/libgstid3demux.vcproj:
7336         * win32/vs8/libgstjpeg.vcproj:
7337         * win32/vs8/libgstladspa.vcproj:
7338         * win32/vs8/libgstlevel.vcproj:
7339         * win32/vs8/libgstmatroska.vcproj:
7340         * win32/vs8/libgstmikmod.vcproj:
7341         * win32/vs8/libgstmng.vcproj:
7342         * win32/vs8/libgstmonoscope.vcproj:
7343         * win32/vs8/libgstmulaw.vcproj:
7344         * win32/vs8/libgstmultipart.vcproj:
7345         * win32/vs8/libgstpng.vcproj:
7346         * win32/vs8/libgstrtp.vcproj:
7347         * win32/vs8/libgstrtsp.vcproj:
7348         * win32/vs8/libgstshout2.vcproj:
7349         * win32/vs8/libgstsmpte.vcproj:
7350         * win32/vs8/libgstspeex.vcproj:
7351         * win32/vs8/libgsttaglib.vcproj:
7352         * win32/vs8/libgstudp.vcproj:
7353         * win32/vs8/libgstvideobalance.vcproj:
7354         * win32/vs8/libgstvideobox.vcproj:
7355         * win32/vs8/libgstvideoflip.vcproj:
7356         * win32/vs8/libgstvideomixer.vcproj:
7357         * win32/vs8/libgstwavenc.vcproj:
7358         * win32/vs8/libgstwavparse.vcproj:
7359           Add VS8 project files (note that many of the plugins in ext are
7360           disabled by default). Fixes #366492.
7361
7362 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7363
7364         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7365           we do not translate debug messages
7366
7367 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7368
7369         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7370           fix categorisation, make short desc more explicit, remove unused code
7371           Fixes #372021
7372
7373 2006-11-08  Wim Taymans  <wim@fluendo.com>
7374
7375         * gst/rtp/gstrtpL16depay.c:
7376         * gst/rtp/gstrtpamrdepay.c:
7377         * gst/rtp/gstrtpamrpay.c:
7378         * gst/rtp/gstrtpgsmdepay.c:
7379         * gst/rtp/gstrtph263pay.c:
7380         * gst/rtp/gstrtph263pdepay.c:
7381         * gst/rtp/gstrtph263ppay.c:
7382         * gst/rtp/gstrtph264depay.c:
7383         * gst/rtp/gstrtpmp2tdepay.c:
7384         * gst/rtp/gstrtpmp4gdepay.c:
7385         * gst/rtp/gstrtpmp4gpay.c:
7386         * gst/rtp/gstrtpmp4vdepay.c:
7387         * gst/rtp/gstrtpmp4vpay.c:
7388         * gst/rtp/gstrtpmpadepay.c:
7389         * gst/rtp/gstrtpmpapay.c:
7390         * gst/rtp/gstrtppcmadepay.c:
7391         * gst/rtp/gstrtppcmapay.c:
7392         * gst/rtp/gstrtppcmudepay.c:
7393         * gst/rtp/gstrtppcmupay.c:
7394         * gst/rtp/gstrtpspeexdepay.c:
7395         * gst/rtp/gstrtpspeexpay.c:
7396         * gst/rtp/gstrtpsv3vdepay.c:
7397         Fix element descriptions.
7398
7399 2006-11-08  Wim Taymans  <wim@fluendo.com>
7400
7401         * gst/rtp/gstrtpvorbisdepay.c:
7402         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7403         Fix description.
7404         Small cleanup in the payloader.
7405
7406 2006-11-08  Wim Taymans  <wim@fluendo.com>
7407
7408         * gst/rtp/Makefile.am:
7409         * gst/rtp/gstrtp.c: (plugin_init):
7410         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7411         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7412         (gst_rtp_theora_depay_finalize),
7413         (gst_rtp_theora_depay_parse_configuration),
7414         (gst_rtp_theora_depay_setcaps),
7415         (gst_rtp_theora_depay_switch_codebook),
7416         (gst_rtp_theora_depay_process),
7417         (gst_rtp_theora_depay_set_property),
7418         (gst_rtp_theora_depay_get_property),
7419         (gst_rtp_theora_depay_change_state),
7420         (gst_rtp_theora_depay_plugin_init):
7421         * gst/rtp/gstrtptheoradepay.h:
7422         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7423         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7424         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7425         (gst_rtp_theora_pay_init_packet),
7426         (gst_rtp_theora_pay_flush_packet),
7427         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7428         (gst_rtp_theora_pay_handle_buffer),
7429         (gst_rtp_theora_pay_plugin_init):
7430         * gst/rtp/gstrtptheorapay.h:
7431         Add theora pay/depayloaders.
7432
7433 2006-11-06  Wim Taymans  <wim@fluendo.com>
7434
7435         * gst/rtp/Makefile.am:
7436         We depend on gsttag to generate the vorbis comments.
7437
7438         * gst/rtp/gstrtpvorbisdepay.c:
7439         (gst_rtp_vorbis_depay_parse_configuration),
7440         (gst_rtp_vorbis_depay_setcaps),
7441         (gst_rtp_vorbis_depay_switch_codebook),
7442         (gst_rtp_vorbis_depay_process):
7443         * gst/rtp/gstrtpvorbisdepay.h:
7444         Parse configuration string in the depayloader.
7445         Implement selecting and switching to a new codebook.
7446         Receiving vorbis over RTP now works.
7447
7448         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7449         (gst_rtp_vorbis_pay_init_packet),
7450         (gst_rtp_vorbis_pay_finish_headers),
7451         (gst_rtp_vorbis_pay_handle_buffer):
7452         * gst/rtp/gstrtpvorbispay.h:
7453         Set timestamps on outgoing buffers and RTP packets.
7454         Fix configuration string, prepend number of Packet headers.
7455         Fix encoding of ident string.
7456         Add delivery-method to caps.
7457         Streaming vorbis over RTP now works.
7458
7459 2006-11-06  Wim Taymans  <wim@fluendo.com>
7460
7461         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7462         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7463         (gst_rtp_vorbis_pay_handle_buffer):
7464         * gst/rtp/gstrtpvorbispay.h:
7465         Generate a valid configuration string in the caps based on the
7466         vorbis headers.
7467
7468 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7469
7470         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7471         * ext/cdio/gstcdio.h:
7472         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7473           Move CD-TEXT utility function into common file so it can also be
7474           used by a future cdioparanoiasrc.
7475
7476 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7477         
7478         * sys/v4l2/Makefile.am:
7479         * sys/v4l2/gstv4l2object.c:
7480         * sys/v4l2/gstv4l2src.c:
7481         * sys/v4l2/gstv4l2xoverlay.c:
7482         * sys/v4l2/v4l2_calls.c:
7483         * sys/v4l2/v4l2src_calls.c:
7484         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7485         xoverlay code that is still not implemented.
7486
7487 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7490           We require a -base more recent than 0.10.9, so it's safe to use
7491           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7492
7493         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7494         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7495           Use _newsegment_full() now that we depend on a recent enough core.
7496
7497         * gst/wavparse/gstwavparse.c:
7498           Remove cruft that we don't need any longer now that we depend on
7499           a recent enough -base.
7500
7501 2006-10-31  Wim Taymans  <wim@fluendo.com>
7502
7503         * gst/rtp/Makefile.am:
7504         * gst/rtp/gstrtp.c: (plugin_init):
7505         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7506         (gst_rtpilbcpay_setcaps):
7507         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7508
7509 2006-10-31  Wim Taymans  <wim@fluendo.com>
7510
7511         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7512         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7513         Some small cleanups, use _scale.
7514
7515 2006-10-31  Wim Taymans  <wim@fluendo.com>
7516
7517         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7518         Use higher precision scale function.
7519
7520 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         Patch by: Michal Benes  <michal dot benes at itonis tv>
7523
7524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7525         (gst_matroska_demux_read_track_encodings),
7526         (gst_matroska_decode_buffer):
7527           Fix several issues with encoded/compressed/encrypted/signed tracks;
7528           also, remove superfluous newline characters from some debug
7529           statements. (#366155)
7530
7531 2006-10-30  Wim Taymans  <wim@fluendo.com>
7532
7533         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7534         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7535         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7536         (gst_smokedec_change_state):
7537         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7538         (gst_smokeenc_init), (gst_smokeenc_finalize),
7539         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7540         (gst_smokeenc_resync), (gst_smokeenc_chain),
7541         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7542         (gst_smokeenc_change_state):
7543         Various cleanups, capsnego and leak fixes.
7544
7545 2006-10-30  Wim Taymans  <wim@fluendo.com>
7546
7547         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7548
7549         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7550         Fix videomixer so that it can handle any combination of framerates.
7551         Fixes #367221.
7552
7553 2006-10-28  Wim Taymans  <wim@fluendo.com>
7554
7555         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7556         (gst_avi_demux_parse_file_header),
7557         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7558         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7559         (gst_avi_demux_chain):
7560         Fix position query for audio. also fixes timestamps in streaming
7561         mode and bug #364958.
7562         Small cleanups.
7563
7564 2006-10-27  Wim Taymans  <wim@fluendo.com>
7565
7566         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7567         * ext/libpng/gstpngenc.h:
7568         Fix strides. Fixes #364856.
7569         Cleanup capsnego.
7570         Set caps on outgoing buffers.
7571
7572 2006-10-18  Wim Taymans  <wim@fluendo.com>
7573
7574         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7575
7576         * gst/rtp/gstrtpgsmpay.c:
7577         * gst/rtp/gstrtph263pay.c:
7578         * gst/rtp/gstrtpmpapay.c:
7579         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7580         (gst_rtp_pcma_pay_handle_buffer):
7581         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7582         Add static payload numbers in addition to the dynamic ones.
7583         Fixes #361639.
7584
7585 2006-10-18  Wim Taymans  <wim@fluendo.com>
7586
7587         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7588         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7589         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7590         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7591         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7592         * gst/rtsp/rtspdefs.h:
7593         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7594         * gst/rtsp/rtspurl.h:
7595         Reuse already existing enum for lower transport.
7596         Add rtspt and rtspu protocols.
7597         Send redirect to rtspt when udp times out.
7598
7599 2006-10-18  Wim Taymans  <wim@fluendo.com>
7600
7601         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7602         (gst_wavparse_stream_data):
7603         Fix seeking some more, mostly for speed changes.
7604
7605 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7606
7607         Patch by: Fredrik Persson  <frepe at bredband net>
7608
7609         * sys/v4l2/gstv4l2tuner.c:
7610         * sys/v4l2/gstv4l2tuner.h:
7611           Fix _set_channel(): remove useless g_object_notify() for "channel"
7612           property that doesn't exist any longer and therefore now also
7613           useless redirect (#338818).
7614
7615 2006-10-17  Wim Taymans  <wim@fluendo.com>
7616
7617         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7618         Some drivers do not support unsetting the non-blocking flag once the
7619         device is opened. In those cases, close/open the device in
7620         non-blocking mode. Fixes #362673.
7621
7622 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7623
7624         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7625         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7626         (gst_v4l2src_get_fps):
7627           dear stefan, framespersecond is not frameperiod, reverting but adding
7628           comment
7629
7630 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7631
7632         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7633         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7634         (gst_v4l2src_get_fps):
7635           Numerator is numerator and denominator is denominator. Say that aloud
7636           5 times and retry after next beer.
7637
7638 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         Patch by: Josep Torra Valles  <josep at fluendo com>
7641
7642         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7643         * ext/esd/esdsink.c: (gst_esdsink_write):
7644         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7645         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7646         (gst_flac_dec_send_newsegment):
7647         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7648         (gst_flac_enc_tell_callback):
7649         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7650         (smokecodec_parse_header), (smokecodec_decode):
7651         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7652         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7653         * gst/goom/Makefile.am:
7654         * gst/goom/gstgoom.c:
7655         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7656         * gst/rtsp/gstrtspsrc.c:
7657         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7658         * gst/udp/gstudpsink.c:
7659         * gst/udp/gstudpsrc.c:
7660         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7661         * sys/sunaudio/gstsunaudiomixertrack.h:
7662           Fix a bunch of problems discovered by the Forte compiler, mostly type
7663           mixups and pointer arithmetics with void pointers. Fixes #362603.
7664
7665 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * ext/speex/gstspeex.c: (plugin_init):
7668         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7669         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7670         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7671         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7672         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7673         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7674         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7675         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7676         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7677         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7678         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7679         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7680         * ext/speex/gstspeexenc.h:
7681           Miscellaneous clean-ups, among other things: speexenc => enc to
7682           enhance code readability; change speexenc => speex_enc; in chain
7683           function unref input buffer in case of error; take reference in
7684           event function; use boilerplate macro; use gst_pad_query_peer_*
7685           convenience functions.
7686
7687 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7688
7689         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7690         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7691         (gst_speexenc_set_header_on_caps):
7692           Fix some mem leaks.
7693
7694 2006-10-11  Wim Taymans  <wim@fluendo.com>
7695
7696         * gst/rtsp/URLS:
7697         Added some other URL.
7698
7699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7700         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7701         (gst_rtspsrc_open), (gst_rtspsrc_play),
7702         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7703         * gst/rtsp/gstrtspsrc.h:
7704         Work on fallback to TCP connection when the UDP socket times out.
7705         Handler server requests, just reply with OK for now.
7706
7707         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7708         * gst/rtsp/rtspdefs.h:
7709         Added some more Real extension headers.
7710
7711         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7712         Fix parsing of urls with a ':' that is not part of the hostname:port
7713         part of the url.
7714
7715 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7718         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7719         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7720           Activate pad before adding it to the already-running element.
7721
7722         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7723           Activate newly-created pad too.
7724
7725 2006-10-11  Wim Taymans  <wim@fluendo.com>
7726
7727         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7728
7729         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7730         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7731         (gst_udpsrc_start):
7732         Fix some leaks in caps and uris. Fixes #361252.
7733
7734 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7735
7736         * gst/wavparse/Makefile.am:
7737           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7738
7739 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7740
7741         * sys/v4l2/gstv4l2xoverlay.c:
7742         * sys/v4l2/gstv4l2xoverlay.h:
7743         Fix build as per the patch in #338818 comment 36.
7744
7745 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7746
7747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7748           Activate pads before adding them to the source.
7749
7750 2006-10-06  Wim Taymans  <wim@fluendo.com>
7751
7752         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7753         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7754         Activate pads before adding.
7755
7756 2006-10-06  Wim Taymans  <wim@fluendo.com>
7757
7758         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7759         (gst_multipart_find_pad_by_mime):
7760         Activate pads before adding.
7761
7762         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7763         BOILERPLATE sets parent_class for us.
7764
7765 2006-10-06  Wim Taymans  <wim@fluendo.com>
7766
7767         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7768         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7769         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7770         (gst_rtspsrc_alloc_udp_ports),
7771         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7772         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7773         (gst_rtspsrc_create_transports_string),
7774         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7775         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7776         * gst/rtsp/gstrtspsrc.h:
7777         Rework how the transport string is constructed, try to share channels
7778         and udp ports.
7779         Make most of the stuff less dependant on RTP as we are also going to use
7780         it for RDT.
7781         Add support for transport specific session managers.
7782
7783         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7784         Implement _flush().
7785
7786         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7787         * gst/rtsp/rtspdefs.h:
7788         Add generic error return code.
7789
7790         * gst/rtsp/rtspext.h:
7791         Add support for pluggable tranport strings.
7792
7793         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7794         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7795         (rtsp_ext_wms_get_context):
7796         Detect WMServer and activate the extension.
7797
7798         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7799         (rtsp_transport_get_manager), (rtsp_transport_parse):
7800         * gst/rtsp/rtsptransport.h:
7801         Added methods to get mime/manager for certain transports.
7802
7803 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7804
7805         * ext/cairo/gsttimeoverlay.c:
7806         (gst_cairo_time_overlay_update_font_height):
7807         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7808         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7809         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7810         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7811         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7812         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7813         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7814         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7815         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7816         (gst_avi_demux_stream_data):
7817         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7818         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7819         (gst_fenced_buffer_copy):
7820         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7822         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7824         (gst_rtspsrc_handle_message):
7825         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7826         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7827           Printf format fixes.
7828
7829 2006-10-04  Wim Taymans  <wim@fluendo.com>
7830
7831         * gst/rtsp/Makefile.am:
7832         Dist new .h file too.
7833
7834 2006-10-04  Wim Taymans  <wim@fluendo.com>
7835
7836         * gst/rtsp/Makefile.am:
7837         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7838         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7840         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7841         (gst_rtspsrc_parse_rtpmap),
7842         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7843         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7844         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7845         * gst/rtsp/gstrtspsrc.h:
7846         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7847         * gst/rtsp/rtspdefs.h:
7848         * gst/rtsp/rtspext.h:
7849         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7850         (rtsp_ext_wms_get_context):
7851         * gst/rtsp/rtspextwms.h:
7852         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7853         (rtsp_transport_parse):
7854         * gst/rtsp/rtsptransport.h:
7855         Factor out extension in separate module.
7856         Fix getcaps to filter against the padtemplate.
7857         Use Content-Base if the server gives one.
7858         Rework the transport parsing a bit for future extensions.
7859         Added some Real Header field definitions.
7860
7861 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7862
7863         * docs/plugins/Makefile.am:
7864         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7866           added v4l2 stubs
7867         * gst-plugins-good.spec.in:
7868           add v4l2
7869
7870 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7871
7872         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7873           Extract disc/album/medium number and count and try harder
7874           to extract track number/count.
7875
7876 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7877
7878         * configure.ac:
7879         * sys/Makefile.am:
7880           add build stuff for v4l2, needs --enable-experimental until
7881           the last bits are resolved
7882
7883 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7884
7885         * tests/check/Makefile.am:
7886           Disable autodetect test temporarily, so that the build bots
7887           update -bad and the ranks of unreliable video sinks in there.
7888
7889         * tests/check/elements/autodetect.c: (GST_START_TEST):
7890           Skip test if no usable videosink is found.
7891
7892 2006-09-29  Wim Taymans  <wim@fluendo.com>
7893
7894         * gst/rtsp/URLS:
7895         Add some more URLs.
7896
7897         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7898         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7899         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7900         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7901         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7902         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7903         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7904         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7905         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7906         * gst/rtsp/gstrtspsrc.h:
7907         Add timeout property to control UDP timeouts.
7908         Fix error messages.
7909         Also start a loop function when operating in UDP mode so that we can
7910         do some more stuff async.
7911         Handle element messages from udpsrc to detect timeouts. If a timeout
7912         happens we currently generate an error.
7913         API: rtspsrc::timeout property.
7914
7915         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7916         (gst_udpsrc_create):
7917         Really implement the timeout in microseconds and not milliseconds.
7918
7919 2006-09-29  Wim Taymans  <wim@fluendo.com>
7920
7921         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7922         (gst_udpsrc_create), (gst_udpsrc_set_property),
7923         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7924         * gst/udp/gstudpsrc.h:
7925         Added property to post a message on timeout.
7926         Updated docs.
7927         When restarting the select, initialize the fdsets again.
7928         Init control sockets so we don't accidentally close a random socket.
7929         API: GstUDPSrc::timeout property
7930
7931 2006-09-29  Wim Taymans  <wim@fluendo.com>
7932
7933         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7934         Fix flag registration.
7935
7936         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7937         Reading 0 also means 'no more commands'
7938
7939 2006-09-29  Wim Taymans  <wim@fluendo.com>
7940
7941         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7942
7943         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7944         Fix possible infinite loop when shutting down, a read can also return
7945         0 to indicate no more messages are available. Fixes #358156.
7946
7947 2006-09-25  Wim Taymans  <wim@fluendo.com>
7948
7949         * gst/autodetect/gstautoaudiosink.c:
7950         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7951         (gst_auto_audio_sink_find_best):
7952         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7953         Small cleanups.
7954         don't try to set "sync" property when it is not available.
7955
7956 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7957
7958         Patch by: Peter Kjellerstedt  <pkj at axis com>
7959
7960         * gst/alpha/gstalpha.c:
7961         * gst/rtp/gstrtpamrdepay.c:
7962         * gst/rtsp/gstrtspsrc.c:
7963         * gst/udp/gstudpsrc.c:
7964         * gst/videomixer/videomixer.c:
7965           Include stdlib.h in some more places, makes things compile
7966           with uClibc and -Werror (#357592).
7967
7968 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7969
7970         * ext/jpeg/gstjpegdec.c:
7971           Set minimum height to 8 (from 16), our code should handle
7972           that fine. Some of the buttons on the apple trailer site
7973           are apparently only 15 pixels high (see #357470).
7974
7975 2006-09-23  Wim Taymans  <wim@fluendo.com>
7976
7977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7978         (gst_rtspsrc_open):
7979         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7980         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7981         (rtsp_connection_receive):
7982         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7983         * gst/rtsp/rtspdefs.h:
7984         Improve error reporting.
7985
7986 2006-09-23  Wim Taymans  <wim@fluendo.com>
7987
7988         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7989         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7990         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7991         * gst/rtp/gstrtpdepay.c:
7992         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7993         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7994         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7995         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7996         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7997         (gst_rtp_mp2t_depay_plugin_init):
7998         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7999         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8000         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8001         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8002         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8003         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8004         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8005         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8006         Fix klass typos.
8007         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8008
8009 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8010
8011         * configure.ac:
8012           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8013
8014 2006-09-22  Wim Taymans  <wim@fluendo.com>
8015
8016         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8017         Don't check for a tag that is never there and check if we read the
8018         correct tag. Fixes seeking again.
8019         We must post an error when all pads are unlinked.
8020
8021 2006-09-22  Wim Taymans  <wim@fluendo.com>
8022
8023         * gst/rtp/Makefile.am:
8024         * gst/rtp/gstrtp.c: (plugin_init):
8025         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8026         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8027         (gst_rtp_vorbis_pay_reset_packet),
8028         (gst_rtp_vorbis_pay_init_packet),
8029         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8030         (gst_rtp_vorbis_pay_handle_buffer):
8031         More fixage, set endoder-params correctly in the payloader.
8032
8033 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8034
8035         * gst/autodetect/gstautoaudiosink.c:
8036         (gst_auto_audio_sink_base_init):
8037         * gst/autodetect/gstautovideosink.c:
8038         (gst_auto_video_sink_base_init):
8039           Make static pad templates static to appease valgrind's leak
8040           detector.
8041
8042         * tests/check/Makefile.am:
8043         * tests/check/elements/.cvsignore:
8044         * tests/check/elements/autodetect.c: (GST_START_TEST),
8045         (autodetect_suite):
8046           Add simple test for the ghostpad lockup on shutdown fixed in core
8047           CVS (audio bit disabled because it would need dozens of alsa
8048           suppressions and I'm too lazy to add those now).
8049
8050 2006-09-22  Wim Taymans  <wim@fluendo.com>
8051
8052         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8053         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8054         Small cleanups.
8055
8056         * gst/rtp/Makefile.am:
8057         * gst/rtp/gstrtp.c: (plugin_init):
8058         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8059         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8060         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8061         (gst_rtp_vorbis_depay_process),
8062         (gst_rtp_vorbis_depay_set_property),
8063         (gst_rtp_vorbis_depay_get_property),
8064         (gst_rtp_vorbis_depay_change_state),
8065         (gst_rtp_vorbis_depay_plugin_init):
8066         * gst/rtp/gstrtpvorbisdepay.h:
8067         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8068         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8069         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8070         (gst_rtp_vorbis_pay_flush_packet),
8071         (gst_rtp_vorbis_pay_append_buffer),
8072         (gst_rtp_vorbis_pay_handle_buffer),
8073         (gst_rtp_vorbis_pay_plugin_init):
8074         * gst/rtp/gstrtpvorbispay.h:
8075         Add experimental vorbis pay and depayloaders.
8076
8077 2006-09-21  Wim Taymans  <wim@fluendo.com>
8078
8079         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8080         Fix profile-level-id parsing and setup.
8081
8082 2006-09-21  Wim Taymans  <wim@fluendo.com>
8083
8084         * gst/udp/README:
8085         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8086         Update README, simple cleanup.
8087
8088 2006-09-21  Wim Taymans  <wim@fluendo.com>
8089
8090         * gst/rtp/README:
8091         Update README with some examples.
8092
8093         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8094         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8095         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8096         (gst_rtp_mp4g_pay_setcaps):
8097         * gst/rtp/gstrtpmp4gpay.h:
8098         Make optional RTP parameters of type STRING, as required by the
8099         application/x-rtp caps specification.
8100
8101 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8102
8103         * gst/rtp/gstrtph263pdepay.c:
8104         * gst/rtp/gstrtph263ppay.c:
8105         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8106         RTP header.
8107
8108 2006-09-20  Wim Taymans  <wim@fluendo.com>
8109
8110         * gst/rtp/Makefile.am:
8111         And makefile too.
8112
8113 2006-09-20  Wim Taymans  <wim@fluendo.com>
8114
8115         * gst/rtp/gstrtp.c: (plugin_init):
8116         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8117         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8118         (decode_base64), (gst_rtp_asf_depay_setcaps),
8119         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8120         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8121         (gst_rtp_asf_depay_plugin_init):
8122         * gst/rtp/gstrtpasfdepay.h:
8123         Added preliminary ASF depayloader.
8124
8125         * gst/rtp/gstrtph264depay.c: (decode_base64):
8126         Fix base64 decoding.
8127
8128 2006-09-20  Wim Taymans  <wim@fluendo.com>
8129
8130         * gst/rtsp/URLS:
8131         Added some test URLS.
8132
8133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8134         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8135         * gst/rtsp/gstrtspsrc.h:
8136         When creating streams, give access to the complete SDP.
8137         Fix some leaks.
8138         Collect and merge global stream properties in stream caps.
8139         Preliminary support for WMServer.
8140
8141         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8142         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8143         (rtsp_connection_receive):
8144         * gst/rtsp/rtspconnection.h:
8145         Make connection interruptable.
8146         Refactor to make it reconnectable.
8147         Don't fail on short reads when reading data packets.
8148
8149         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8150         (rtsp_url_get_port):
8151         * gst/rtsp/rtspurl.h:
8152         Add methods for getting/setting the port.
8153
8154         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8155         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8156         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8157         (sdp_media_get_format), (sdp_parse_line),
8158         (sdp_message_parse_buffer):
8159         Fix headers. 
8160         Add methods for getting multiple attributes with the same name.
8161         Increase buffer size when parsing.
8162         Fix parsing of a=foo fields.
8163
8164         * gst/rtsp/test.c: (main):
8165         Update to new connection API.
8166
8167         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8168         (rtsp_message_init_response), (rtsp_message_init_data),
8169         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8170         * gst/rtsp/rtspmessage.h:
8171         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8172         * gst/rtsp/rtsptransport.h:
8173         * gst/rtsp/sdp.h:
8174         * gst/rtsp/sdpmessage.h:
8175         * gst/rtsp/gstrtsp.c:
8176         * gst/rtsp/gstrtsp.h:
8177         * gst/rtsp/gstrtpdec.c:
8178         * gst/rtsp/gstrtpdec.h:
8179         * gst/rtsp/rtsp.h:
8180         * gst/rtsp/rtspdefs.c:
8181         * gst/rtsp/rtspdefs.h:
8182         Dual licensed under MIT and LGPL now.
8183
8184 2006-09-19  Wim Taymans  <wim@fluendo.com>
8185
8186         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8187         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8188         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8189         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8190         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8191         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8192         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8193         * gst/rtsp/gstrtspsrc.h:
8194         Reorganize stream parsing and creation.
8195         Detect container formats in interleaved mode.
8196         Keep more state about the streams.
8197         Assume a server also supports PLAY if it does not say.
8198         Add unicast and interleaved properties to TCP transport requests to make
8199         some servers happy (WMServer).
8200
8201         * gst/rtsp/sdpmessage.h:
8202         Add some defines for the standard Bandwidth types.
8203
8204 2006-09-19  Wim Taymans  <wim@fluendo.com>
8205
8206         * gst/rtsp/test.c: (main):
8207         Fix build.
8208
8209 2006-09-19  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst/wavparse/gstwavparse.c:
8212         Add ms-gsm to the src template.
8213
8214 2006-09-18  Wim Taymans  <wim@fluendo.com>
8215
8216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8217         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8218         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8219         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8220         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8221         * gst/rtsp/gstrtspsrc.h:
8222         Small cleanups, added documentation.
8223         Try to clean up the requests and responses.
8224         Refactor parsing the supported methods.
8225
8226         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8227         (rtsp_connection_create), (rtsp_connection_send),
8228         (parse_response_status), (parse_request_line),
8229         (rtsp_connection_receive), (rtsp_connection_close),
8230         (rtsp_connection_free):
8231         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8232         (rtsp_transport_init), (rtsp_transport_parse),
8233         (rtsp_transport_free):
8234         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8235         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8236         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8237         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8238         Use g_return_val some more.
8239
8240         * gst/rtsp/rtspdefs.h:
8241         Add more enum values to track initial states.
8242
8243         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8244         (rtsp_message_init_request), (rtsp_message_new_response),
8245         (rtsp_message_init_response), (rtsp_message_init_data),
8246         (rtsp_message_unset), (rtsp_message_free),
8247         (rtsp_message_add_header), (rtsp_message_remove_header),
8248         (rtsp_message_get_header), (rtsp_message_set_body),
8249         (rtsp_message_take_body), (rtsp_message_get_body),
8250         (rtsp_message_steal_body), (rtsp_message_dump):
8251         * gst/rtsp/rtspmessage.h:
8252         Reorder arguments, object goes as the first one.
8253         Use g_return_val some more.
8254
8255 2006-09-18  Wim Taymans  <wim@fluendo.com>
8256
8257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8258         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8259         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8260         * gst/rtsp/gstrtspsrc.h:
8261         Export sometimes source pad with correct caps on the template, create
8262         the ghostpad from the template.
8263         Remove RTCP template as we never expose RTCP.
8264         Protect against invalid body size.
8265         Avoid memcpy when creating the output buffer.
8266         Properly post an error and send EOS when the loop function is shut down.
8267
8268 2006-09-18  Wim Taymans  <wim@fluendo.com>
8269
8270         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8271
8272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8273         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8274         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8275         * gst/rtsp/gstrtspsrc.h:
8276         Make sure we can never set an invalid location.
8277
8278         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8279         * gst/rtsp/rtspmessage.h:
8280         Added _steal_body method for future use.
8281
8282         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8283         Make freeing of NULL url return immediatly.
8284
8285 2006-09-18  Wim Taymans  <wim@fluendo.com>
8286
8287         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8288
8289         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8290         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8291         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8292         (gst_rtspsrc_change_state):
8293         * gst/rtsp/gstrtspsrc.h:
8294         Use boilerplate.
8295         Make rtspsrc subclass GstBin to make state changes easier.
8296         Add Range header field on the PLAY request.
8297
8298 2006-09-18  Wim Taymans  <wim@fluendo.com>
8299
8300         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8301
8302         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8303         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8304         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8305         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8306         * gst/rtsp/rtspconnection.c: (inet_aton):
8307         Small cleanups.
8308         when multicast is selected as the transport, create UDP sources and
8309         connect to the multicast group.
8310         Move parsing and setting of caps to a common place.
8311         Fixes #349894.
8312
8313 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8314
8315         * ext/flac/gstflactag.c:
8316         * gst/alpha/gstalpha.c:
8317         * gst/debug/breakmydata.c:
8318         * gst/debug/negotiation.c:
8319         * gst/debug/testplugin.c:
8320         * gst/effectv/gstaging.c:
8321         * gst/effectv/gstdice.c:
8322         * gst/effectv/gstedge.c:
8323         * gst/effectv/gstquark.c:
8324         * gst/effectv/gstrev.c:
8325         * gst/effectv/gstshagadelic.c:
8326         * gst/effectv/gstvertigo.c:
8327         * gst/effectv/gstwarp.c:
8328         * gst/multipart/multipartdemux.c:
8329         * gst/multipart/multipartmux.c:
8330         * gst/videobox/gstvideobox.c:
8331         * gst/videofilter/gstgamma.c:
8332         * gst/videofilter/gstvideotemplate.c:
8333         * gst/videomixer/videomixer.c:
8334         * sys/sunaudio/gstsunaudiosrc.h:
8335         More G_OBJECT macro fixing.
8336
8337 2006-09-16  Wim Taymans  <wim@fluendo.com>
8338
8339         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8340
8341         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8342         Correctly set the dwLength in strh.
8343         With this patch, the file duration is now displayed correctly in window
8344         media player and the AVI plays completely. Fixes #356147
8345
8346 2006-09-15  Wim Taymans  <wim@fluendo.com>
8347
8348         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8349
8350         * sys/sunaudio/gstsunaudiomixerctrl.c:
8351         (gst_sunaudiomixer_ctrl_build_list):
8352         Set the output track as the MASTER so that the gnome-settings-daemon
8353         keybindings for changing the volume using the keyboard works.
8354         Fixes #356142.
8355
8356 2006-09-15  Wim Taymans  <wim@fluendo.com>
8357
8358         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8359         Fix documentation, it is not possible to control the framerate of jpegdec
8360         using filtered caps yet. Fixes #355210.
8361         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8362         stop when there is an error.
8363
8364 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8365
8366         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8367         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8368           Don't interpret a first buffer with an offset of NONE as
8369           'from the middle of the stream', but only a first buffer
8370           that has a valid buffer offset that's non-zero (see #345449).
8371
8372 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8375         (gst_icydemux_typefind_or_forward):
8376         * gst/icydemux/gsticydemux.h:
8377           When we merge/collect multiple incoming buffers for typefinding
8378           purposes, keep an initial 0 offset on the first outgoing buffer
8379           as well (otherwise id3demux won't work right). Fixes #345449.
8380           Also Make buffer metadata writable before setting buffer caps.
8381
8382         * tests/check/elements/icydemux.c: (typefind_succeed),
8383         (cleanup_icydemux), (push_data), (GST_START_TEST),
8384         (icydemux_suite):
8385           Small test case for the above.
8386
8387 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8388
8389         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8390         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8391         (gst_avi_demux_stream_header_push),
8392         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8393         (gst_avi_demux_loop):
8394           More code reuse and better logging in _peek_chunk(). Reintroduce check
8395           for chunk sizes before reading them (avoid oom). Better handling for 
8396           invalid chunksizes when streaming.
8397
8398 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8399
8400         * gst/level/gstlevel.c: (gst_level_set_property):
8401         * gst/level/gstlevel.h:
8402           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8403           René Stadler
8404
8405 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8406
8407         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8408         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8409         (gst_avi_demux_stream_data):
8410           Revert one change to fix streaming avi (adapter size != data size).
8411
8412 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8413
8414         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8415
8416         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8417         (gst_matroska_demux_reset),
8418         (gst_matroska_demux_read_track_encodings),
8419         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8420         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8421         (gst_matroska_demux_subtitle_caps):
8422         * gst/matroska/matroska-ids.h:
8423           Add support for VOBSUB subtitle tracks and zlib-compressed
8424           tracks. Make sure we start on a keyframe after a seek. (#343348)
8425
8426 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8427
8428         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8429         (gst_matroska_demux_push_flac_codec_priv_data),
8430         (gst_matroska_demux_push_xiph_codec_priv_data),
8431         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8432         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8433         * gst/matroska/matroska-ids.h:
8434           Add basic FLAC support (#311586), not perfect yet though, needs some
8435           tweaking in flacdec; also, seeking could be better.
8436           Do better bounds checking when deserialising vorbis stream headers
8437           to make sure we don't read beyond the end of the buffer on bad input.
8438
8439 2006-09-04  Wim Taymans  <wim@fluendo.com>
8440
8441         Patch by: Alessandro Decina <alessandro at nnva dot org>
8442
8443         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8444         Seeking back in a file containing a CMML stream errors out if the seek
8445         goes back up to the CMML headers. This is because after the seek the xml
8446         processing instruction <?xml ...?> is submitted to the xml parser again, 
8447         which results in an error. The attached patch fixes the problem. 
8448         Fixes #353908.
8449
8450         * ext/annodex/gstcmmlenc.h:
8451         Fix authors name.
8452
8453
8454 2006-08-28  Andy Wingo  <wingo@pobox.com>
8455
8456         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8457         New helper function to lessen the ifdefs.
8458         (GST_INFO_OBJECT): 
8459         (gst_dv1394src_iso_receive): Use it.
8460         (gst_dv1394src_create): Also use the control sockets in iec61883
8461         mode.
8462         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8463         handle for AVC operations; fixes #348233.
8464
8465 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8466
8467         * configure.ac:
8468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8469         * docs/plugins/inspect/plugin-audiofx.xml:
8470         * docs/plugins/inspect/plugin-audiofxgood.xml:
8471         * gst/audiofx/Makefile.am:
8472         * gst/audiofx/audiofx.c:
8473         * gst/audiofxgood/.cvsignore:
8474         * gst/audiofxgood/Makefile.am:
8475         * gst/audiofxgood/audiofx.c:
8476         * gst/audiofxgood/audiopanorama.c:
8477         * gst/audiofxgood/audiopanorama.h:
8478           Rename again (audiofxgood -> audiofx).
8479
8480 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8481
8482         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8483         (gst_avi_demux_stream_scan):
8484           Initialze variables.
8485
8486 2006-08-25  Wim Taymans  <wim@fluendo.com>
8487
8488         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8489         (gst_avi_demux_init), (gst_avi_demux_finalize),
8490         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8491         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8492         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8493         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8494         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8495         (gst_avi_demux_massage_index),
8496         (gst_avi_demux_calculate_durations_from_index),
8497         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8498         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8499         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8500         (gst_avi_demux_change_state):
8501         * gst/avi/gstavidemux.h:
8502         More attempts to turn this into readable code.
8503         Don't leak adapters.
8504         Calculate duration according to index more efficiently.
8505         Don't try to act like we drive the pipeline in chain mode.
8506
8507 2006-08-25  Wim Taymans  <wim@fluendo.com>
8508
8509         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8510         Fix build.
8511
8512 2006-08-25  Wim Taymans  <wim@fluendo.com>
8513
8514         Patch by: Alessandro Decina <alessandro at nnva dot org>
8515
8516         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8517         Do some extra sanity checks.
8518         Fixes #350340.
8519
8520         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8521         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8522         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8523         Check if clip->start_time is valid before adding the clip to the
8524         track list.
8525         Reset enc->preamble going from PAUSED to READY.
8526         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8527         only used for EOS.
8528         Only post an error message if we were the one that created the fatal
8529         GstFlowReturn value.
8530
8531         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8532         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8533         Parse the seconds field of the npt-sec time format using %llu rather than
8534         %d and check that the value scaled by GST_SECOND doesn't overflow.
8535         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8536         Lookup a clip's track with clip->track rather than clip->id which
8537         makes no sense.
8538         Identify a clip by its track and start time and not its xml id.
8539         do some more input checking and make sure we don't do undefined shifts.
8540
8541         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8542         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8543         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8544         (push_clip), (push_empty_clip), (check_output_clip),
8545         (GST_START_TEST), (cmmldec_suite):
8546         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8547         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8548         (check_headers), (push_clip), (check_clip_times), (check_clip),
8549         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8550         Added some more checks.
8551
8552 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8553
8554         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8555         (gst_audio_panorama_set_property),
8556         (gst_audio_panorama_get_property),
8557         (gst_audio_panorama_transform_m2s_int),
8558         (gst_audio_panorama_transform_s2s_int),
8559         (gst_audio_panorama_transform_m2s_float),
8560         (gst_audio_panorama_transform_s2s_float):
8561         * gst/audiofxgood/audiopanorama.h:
8562         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8563           Make also the pan-property float (saves scaling and yields better
8564           resolution)
8565
8566 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8567
8568         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8569         (gst_audio_panorama_transform_m2s_float),
8570         (gst_audio_panorama_transform_s2s_float):
8571           ChangeLog surgery to add cymax's real name
8572
8573
8574 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8575
8576         Patch by: René Stadler <mail@renestadler.de>
8577
8578         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8579         (gst_audio_panorama_transform_m2s_int),
8580         (gst_audio_panorama_transform_s2s_int),
8581         (gst_audio_panorama_transform_m2s_float),
8582         (gst_audio_panorama_transform_s2s_float),
8583         (gst_audio_panorama_transform):
8584         * gst/audiofxgood/audiopanorama.h:
8585           Added float support
8586
8587 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8588
8589         * gst/audiofxgood/audiopanorama.c:
8590         (gst_audio_panorama_transform_m2s):
8591           Fix docs & debug category. Add Fixme for volume pan levels.
8592
8593 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8594
8595         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8596         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8597         (gst_avi_demux_stream_header_pull),
8598         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8599         (gst_avi_demux_chain):
8600           unbreak AVI index handling, some more debug, remove an obsolete
8601           adapter_flush that caused streaming to wander off in the wild
8602
8603 2006-08-24  Wim Taymans  <wim@fluendo.com>
8604
8605         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8606         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8607         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8608         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8609         (gst_avi_demux_calculate_durations_from_index),
8610         (gst_avi_demux_stream_header_push),
8611         (gst_avi_demux_stream_header_pull):
8612         * gst/avi/gstavidemux.h:
8613         Some more cleanups. 
8614         Fix totalFrames parsing in ODML.
8615         Disable use of index for length calculation in case of ODML as this is
8616         broken now.
8617
8618 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8619
8620         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8621           Use libgsttag helper function here too.
8622
8623 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8624
8625         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8626         (gst_avi_demux_init), (gst_avi_demux_dispose),
8627         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8628         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8629         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8630         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8631         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8632         (gst_avi_demux_parse_subindex),
8633         (gst_avi_demux_read_subindexes_push),
8634         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8635         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8636         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8637         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8638         (gst_avi_demux_stream_header_pull),
8639         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8640         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8641         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8642         (gst_avi_demux_change_state):
8643         * gst/avi/gstavidemux.h:
8644           Initial streaming support for avidemux (fixes #336465)
8645
8646 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8647
8648         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8649           There is no taglibmux element ...
8650
8651         * gst/rtsp/gstrtspsrc.c:
8652           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8653           was complaining about unknown entity here.
8654
8655 2006-08-22  Wim Taymans  <wim@fluendo.com>
8656
8657         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8658         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8659         (gst_avi_demux_process_next_entry):
8660         * gst/avi/gstavidemux.h:
8661         Mark DISCONT.
8662         Remove old unused fields and reorder the struct a bit.
8663
8664 2006-08-22  Wim Taymans  <wim@fluendo.com>
8665
8666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8667         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8668         (gst_rtspsrc_pause):
8669         * gst/rtsp/gstrtspsrc.h:
8670         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8671         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8672         Small documentation updates.
8673
8674 2006-08-22  Wim Taymans  <wim@fluendo.com>
8675
8676         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8677         (gst_avi_demux_index_entry_for_time),
8678         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8679         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8680         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8681         (gst_avi_demux_next_data_buffer),
8682         (gst_avi_demux_calculate_durations_from_index),
8683         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8684         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8685         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8686         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8687         * gst/avi/gstavidemux.h:
8688         Precalc most of the duration query for each stream.
8689         Make seeking more correct.
8690         Use GstSegment to track position and duration.
8691         Code cleanups and leak fixes.
8692         Calculate correct total duration based on index length.
8693
8694 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8695
8696         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8697         (parse_insert_string_field):
8698           If strings in text fields are marked ISO8859-1, but contain
8699           valid UTF-8 already, then handle them as UTF-8 and ignore
8700           the encoding. (#351794)
8701
8702 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8703
8704         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8705         (gst_flac_dec_write), (gst_flac_dec_loop),
8706         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8707         (gst_flac_dec_src_query):
8708         * ext/flac/gstflacdec.h:
8709           Make flac-in-ogg work (#352100).
8710
8711 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8714           Don't unref buffers of which we've already given away
8715           ownership to the adapter.
8716
8717 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8720           Make metadata extraction actually work.
8721
8722         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8723         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8724         (gst_speexenc_chain):
8725           Fix metadata writing: replace old code which wrote completely
8726           broken tags with libgsttag-based code. Plus miscellaneous
8727           code cleanups (use static pad templates etc.) and a bunch
8728           of leak fixes.
8729
8730 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8731
8732         * gst/audiopanorama/.cvsignore:
8733         * gst/audiopanorama/Makefile.am:
8734         * gst/audiopanorama/audiofx.c:
8735         * gst/audiopanorama/audiopanorama.c:
8736         * gst/audiopanorama/audiopanorama.h:
8737           die! die! die! you should never have been there
8738
8739 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8740
8741         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8742         Fix invalid memory access in audiopanorama test suite.
8743
8744 2006-08-21  Edward Hervey  <edward@fluendo.com>
8745
8746         * tests/check/elements/.cvsignore:
8747         ignore built file
8748
8749 2006-08-21  Wim Taymans  <wim@fluendo.com>
8750
8751         * gst/rtp/Makefile.am:
8752         Fix the build again.
8753
8754 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8755
8756         * gst/audiofxgood/.cvsignore:
8757         * gst/audiofxgood/Makefile.am:
8758         * gst/audiofxgood/audiofx.c: (plugin_init):
8759         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8760         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8761         (gst_audio_panorama_set_property),
8762         (gst_audio_panorama_get_property),
8763         (gst_audio_panorama_get_unit_size),
8764         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8765         (gst_audio_panorama_transform_m2s),
8766         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8767         * gst/audiofxgood/audiopanorama.h:
8768           resubmit with the desired name *again*
8769
8770 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8771
8772         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8773         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8774           use g_assert in _get_unit_size
8775
8776 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8777
8778         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8779         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8780         * docs/plugins/inspect/plugin-audiofxgood.xml:
8781           cleanup -unused.txt to make it useful, add previously missing docs
8782
8783         * ext/Makefile.am:
8784           Quietly (accidentally) enable LADSPA for building by default, 
8785           despite the fact that it doesn't meet the plugin checklist.
8786             -- Added by Jan Schmidt 18 Dec 2006
8787
8788         * ext/esd/esdmon.c:
8789         * ext/esd/esdsink.c:
8790         * ext/esd/gstesd.c: (plugin_init):
8791           reflow to get rid of two external symbols
8792
8793         * gst/audiofxgood/audiofx.c: (plugin_init):
8794           re-add
8795
8796 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8797
8798         * configure.ac:
8799         * gst/audiofxgood/.cvsignore:
8800         * gst/audiofxgood/Makefile.am:
8801         * gst/audiofxgood/audiofx.c
8802         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8803         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8804         (gst_audio_panorama_set_property),
8805         (gst_audio_panorama_get_property),
8806         (gst_audio_panorama_get_unit_size),
8807         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8808         (gst_audio_panorama_transform_m2s),
8809         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8810         * gst/audiofxgood/audiopanorama.h:
8811         * tests/check/Makefile.am:
8812         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8813         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8814         (panorama_suite), (main):
8815         Add audiofxgood plugin with audiopanorama element
8816
8817 2006-08-18  Wim Taymans  <wim@fluendo.com>
8818
8819         * docs/plugins/Makefile.am:
8820         More Oss docs fixage. 
8821
8822 2006-08-18  Wim Taymans  <wim@fluendo.com>
8823
8824         * gst/rtp/Makefile.am:
8825         * gst/rtp/gstrtp.c: (plugin_init):
8826         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8827         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8828         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8829         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8830         (gst_rtp_sv3v_depay_get_property),
8831         (gst_rtp_sv3v_depay_change_state),
8832         (gst_rtp_sv3v_depay_plugin_init):
8833         * gst/rtp/gstrtpsv3vdepay.h:
8834         Added experimental SVQ3 depayloader.
8835
8836 2006-08-18  Edward Hervey  <edward@fluendo.com>
8837
8838         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8839         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8840         * ext/dv/gstdvdemux.h:
8841         When handling seek requests, don't send the newsegment event from the
8842         calling thread. Instead save it so it can be sent from the streaming
8843         thread.
8844
8845 2006-08-17  Wim Taymans  <wim@fluendo.com>
8846
8847         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8848
8849         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8850         Accept leading whitespace before the boundary
8851         This patch makes the demuxer allow some whitespace before the actual
8852         boundary. This makes the demuxer work with the ``old'' gstreamer
8853         multipartmuxer again (which placed an extra \n before the start
8854         of the stream) Fixes #349068.
8855
8856 2006-08-17  Wim Taymans  <wim@fluendo.com>
8857
8858         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8859         Error out on non-implemented stuff.
8860
8861 2006-08-16  Wim Taymans  <wim@fluendo.com>
8862
8863         Patch by: Andy Wingo <wingo at pobox dot com>
8864
8865         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8866         (gst_signal_processor_start), (gst_signal_processor_stop),
8867         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8868         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8869         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8870         (gst_signal_processor_change_state):
8871         Make ladspa elements reusable. Fixes #350006.
8872
8873 2006-08-16  Wim Taymans  <wim@fluendo.com>
8874
8875         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8876         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8877         names as possible. Fixes #349901.
8878
8879 2006-08-16  Wim Taymans  <wim@fluendo.com>
8880
8881         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8882         (gst_signal_processor_do_pushes):
8883         A push() gives away our refcount so we should not use the buffer on the
8884         pen anymore.
8885
8886 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8887
8888         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8889         (gst_oss_mixer_element_finalize):
8890           Don't leak device string.
8891
8892 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8893
8894         * configure.ac:
8895           Require CVS of GStreamer core and -base (for
8896           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8897
8898         * ext/taglib/gstid3v2mux.cc:
8899           Write extended comment tags properly (#348762).
8900
8901         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8902         (parse_comment_frame):
8903           Extract COMM frames into extended comments, which makes it
8904           easier to properly retain the description bit of the tag
8905           and maintain this information when re-tagging (#348762).
8906
8907 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8908
8909         * tests/check/Makefile.am:
8910           Don't try to run annodex unit tests if the annodex
8911           plugin has not been built (Fixes #351116).
8912
8913 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8914
8915         * gst/autodetect/gstautoaudiosink.c:
8916         (gst_auto_audio_sink_find_best):
8917           When we can't find a usable audiosink, don't error out,
8918           but use a fake sink instead and post a warning message
8919           on the bus (#341278).
8920
8921 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8922
8923         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8924         * sys/oss/gstosssink.c:
8925         * sys/oss/gstosssrc.c:
8926           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8927           ossmixer's new device property.
8928
8929         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8930         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8931           Add docs for OSS elements.
8932
8933         * docs/plugins/inspect/plugin-aasink.xml:
8934         * docs/plugins/inspect/plugin-alaw.xml:
8935         * docs/plugins/inspect/plugin-alpha.xml:
8936         * docs/plugins/inspect/plugin-alphacolor.xml:
8937         * docs/plugins/inspect/plugin-annodex.xml:
8938         * docs/plugins/inspect/plugin-apetag.xml:
8939         * docs/plugins/inspect/plugin-auparse.xml:
8940         * docs/plugins/inspect/plugin-autodetect.xml:
8941         * docs/plugins/inspect/plugin-avi.xml:
8942         * docs/plugins/inspect/plugin-cacasink.xml:
8943         * docs/plugins/inspect/plugin-cairo.xml:
8944         * docs/plugins/inspect/plugin-cdio.xml:
8945         * docs/plugins/inspect/plugin-cutter.xml:
8946         * docs/plugins/inspect/plugin-debug.xml:
8947         * docs/plugins/inspect/plugin-dv.xml:
8948         * docs/plugins/inspect/plugin-efence.xml:
8949         * docs/plugins/inspect/plugin-effectv.xml:
8950         * docs/plugins/inspect/plugin-esdsink.xml:
8951         * docs/plugins/inspect/plugin-flac.xml:
8952         * docs/plugins/inspect/plugin-flxdec.xml:
8953         * docs/plugins/inspect/plugin-gconfelements.xml:
8954         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8955         * docs/plugins/inspect/plugin-goom.xml:
8956         * docs/plugins/inspect/plugin-halelements.xml:
8957         * docs/plugins/inspect/plugin-icydemux.xml:
8958         * docs/plugins/inspect/plugin-id3demux.xml:
8959         * docs/plugins/inspect/plugin-jpeg.xml:
8960         * docs/plugins/inspect/plugin-level.xml:
8961         * docs/plugins/inspect/plugin-matroska.xml:
8962         * docs/plugins/inspect/plugin-mulaw.xml:
8963         * docs/plugins/inspect/plugin-multipart.xml:
8964         * docs/plugins/inspect/plugin-navigationtest.xml:
8965         * docs/plugins/inspect/plugin-ossaudio.xml:
8966         * docs/plugins/inspect/plugin-png.xml:
8967         * docs/plugins/inspect/plugin-rtp.xml:
8968         * docs/plugins/inspect/plugin-rtsp.xml:
8969         * docs/plugins/inspect/plugin-shout2send.xml:
8970         * docs/plugins/inspect/plugin-smpte.xml:
8971         * docs/plugins/inspect/plugin-speex.xml:
8972         * docs/plugins/inspect/plugin-taglib.xml:
8973         * docs/plugins/inspect/plugin-udp.xml:
8974         * docs/plugins/inspect/plugin-videobalance.xml:
8975         * docs/plugins/inspect/plugin-videobox.xml:
8976         * docs/plugins/inspect/plugin-videoflip.xml:
8977         * docs/plugins/inspect/plugin-videomixer.xml:
8978         * docs/plugins/inspect/plugin-wavenc.xml:
8979         * docs/plugins/inspect/plugin-wavparse.xml:
8980         * docs/plugins/inspect/plugin-ximagesrc.xml:
8981           Update to CVS version.
8982           
8983 2006-08-16  Wim Taymans  <wim@fluendo.com>
8984
8985         * gst/rtp/gstrtpamrdepay.c:
8986         * gst/rtp/gstrtpmp4gdepay.c:
8987         Caps extra properties must be defined as strings for
8988         depayloaders because they are generated from an SDP.
8989
8990         * gst/rtp/Makefile.am:
8991         * gst/rtp/gstrtp.c: (plugin_init):
8992         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8993         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8994         (gst_rtp_h264_depay_finalize), (decode_base64),
8995         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8996         (gst_rtp_h264_depay_set_property),
8997         (gst_rtp_h264_depay_get_property),
8998         (gst_rtp_h264_depay_change_state),
8999         (gst_rtp_h264_depay_plugin_init):
9000         * gst/rtp/gstrtph264depay.h:
9001         Added basic, not completely functional RFC 3984 H264 depayloader.
9002
9003 2006-08-16  Wim Taymans  <wim@fluendo.com>
9004
9005         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9006         Add pads after setting them up.
9007
9008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9009         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9010         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9011         (gst_rtspsrc_stream_setup_rtp),
9012         (gst_rtspsrc_stream_configure_transport),
9013         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9014         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9015         (gst_rtspsrc_pause):
9016         * gst/rtsp/gstrtspsrc.h:
9017         Fix interleaved mode.
9018          - Protect streaming with lock.
9019          - Combine flows
9020          - set caps on outgoing buffers.
9021          - strip trailing \0 from data packets.
9022          - Configure RTP/RTCP in stream.
9023         Use DEBUG_OBJECT more.
9024
9025 2006-08-16  Wim Taymans  <wim@fluendo.com>
9026
9027         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9028         Turn a g_print into a DEBUG line.
9029
9030 2006-08-13  Wim Taymans  <wim@fluendo.com>
9031
9032         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9033         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9034         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9035         (gst_oss_mixer_element_get_property),
9036         (gst_oss_mixer_element_change_state):
9037         * sys/oss/gstossmixerelement.h:
9038         Small cleanups. Better error reporting.
9039         Add device property for the mixer instead of the hardcoded
9040         /dev/mixer. Fixes #350785.
9041         API: GstOssMixerElement::device property
9042
9043 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9044
9045         Patch by: Jens Granseuer <jensgr at gmx net>
9046
9047         * gconf/Makefile.am:
9048           Make --disable-schemas work right (they still need
9049           to be copied to the installation directory, just not
9050           applied). Fixes #351347 (also #344100).
9051           
9052 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9053
9054         * configure.ac: back to HEAD
9055
9056 === release 0.10.4 ===
9057
9058 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9059
9060         * configure.ac:
9061           releasing 0.10.4, "Dear Leader"
9062
9063 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9064
9065         Patch by: Edward Hervey <edward@fluendo.com>
9066
9067         * configure.ac:
9068         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9069         (gst_wavparse_stream_data):
9070         Send the newsegment event in the streaming thread.
9071         Fixes #347529
9072
9073 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9076         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9077         (gst_smokeenc_resync), (gst_smokeenc_chain):
9078           Refuse sink caps in the encoder if width or height is not a
9079           multiple of 16, the encoder does not support that yet (#349939);
9080           along the same lines, check the return value of the encoder
9081           setup function; also remove some debug log clutter.
9082
9083 2006-08-04  Andy Wingo  <wingo@pobox.com>
9084
9085         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9086         whether a processor can work in place or not, and for keeping
9087         track of its state. Change the FlowReturn instance variable from
9088         "state" to "flow_state", all callers changed.
9089
9090         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9091         (gst_signal_processor_start, gst_signal_processor_stop)
9092         (gst_signal_processor_cleanup): New functions to manage the
9093         processor's state.
9094         (gst_signal_processor_setcaps): start() as well as setup() here.
9095         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9096         (gst_signal_processor_change_state): Stop and cleanup the
9097         processor as we go to NULL.
9098
9099         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9100         INPLACE_BROKEN is not set.
9101
9102         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9103         Do the alloc_buffer in bytes, not frames.
9104         
9105 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9106
9107         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9108         Fix rgb masks when recording in < 24bpp.
9109
9110 2006-08-04  Andy Wingo  <wingo@pobox.com>
9111
9112         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9113         (gst_signal_processor_prepare)
9114         (gst_signal_processor_update_inputs)
9115         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9116         (gst_signal_processor_flush)
9117         (gst_signal_processor_sink_activate_push)
9118         (gst_signal_processor_src_activate_pull)
9119         (gst_signal_processor_change_state): Remove the last of the code
9120         that assumes that we process whole buffers at a time. Fix some
9121         debugging. Seems to work now in some cases.
9122         (gst_signal_processor_src_activate_pull): BPB
9123
9124 2006-08-01  Andy Wingo  <wingo@pobox.com>
9125
9126         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9127         Fix nframes-choosing.
9128         (gst_signal_processor_init): Init pending_in and pending_out.
9129
9130         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9131         more default sample rate, although we never check that the sample
9132         rate actually gets set. Something for the future.
9133         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9134         (gst_signal_processor_event): Refcount fixen.
9135         (gst_signal_processor_process): Pull the number of frames to
9136         process from the sizes of the buffers in the input pens.
9137         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9138         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9139         it instead of buffer_frames.
9140         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9141         to do_pulls.
9142         (gst_signal_processor_chain)
9143         (gst_signal_processor_sink_activate_push)
9144         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9145
9146         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9147
9148 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9149
9150         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9151         (gst_signal_processor_process):
9152           don't query buffer-frames from caps, add lots of debug-log,
9153           try fix for assert (#349189)
9154
9155 2006-07-31  Wim Taymans  <wim@fluendo.com>
9156
9157         * gst/udp/gstudpsrc.c:
9158         Fix docs.
9159
9160 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9161
9162         * ext/ladspa/gstsignalprocessor.c:
9163         (gst_signal_processor_add_pad_from_template),
9164         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9165         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9166         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9167         (gst_signal_processor_sink_activate_push),
9168         (gst_signal_processor_src_activate_pull),
9169         (gst_signal_processor_change_state):
9170          Add debugs logs here and there, add more error handling, add some
9171          FIXME comments, filed #349189
9172
9173 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9174
9175         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9176         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9177         Set caps on buffer correctly.  Fixes bug #349155.
9178
9179 2006-07-28  Wim Taymans  <wim@fluendo.com>
9180
9181         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9182
9183         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9184         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9185         (gst_multipart_demux_finalize), (get_line_end),
9186         (multipart_parse_header), (multipart_find_boundary),
9187         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9188         (gst_multipart_set_property), (gst_multipart_get_property):
9189         Uses GstAdapter instead of own buffering.
9190         Actually parses the mime-type correctly (In tests the mime-type was
9191         always "" with the old version).
9192         Uses the Content-length header if available to speed up things.
9193         Reliably autoscans the boundary name by default.
9194         Fixes #349068.
9195
9196         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9197         Don't start the stream with a \n.
9198
9199 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9200
9201         Patch by: Brian Cameron <brian dot cameron at sun com>
9202
9203         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9204           Open source with O_NONBLOCK (#349015).
9205
9206 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9207
9208         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9209         (gst_avi_demux_massage_index):
9210         * gst/avi/gstavidemux.h:
9211           Whitespace fixes and more debug
9212
9213 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         * gst/autodetect/gstautoaudiosink.c:
9216         (gst_auto_audio_sink_create_element_with_pretty_name),
9217         (gst_auto_audio_sink_find_best),
9218         (gst_auto_audio_sink_change_state):
9219           Get rid of old and unused magic sound-server properties stuff.
9220           Add suffix to child sink's name that makes it easy to see from
9221           the name alone which type it actually is (alsa, oss, esd, etc.).
9222
9223 2006-07-27  Wim Taymans  <wim@fluendo.com>
9224
9225         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9226         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9227         (gst_udpsrc_start):
9228         * gst/udp/gstudpsrc.h:
9229         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9230         not some sort of feature we enable.
9231
9232 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9235           Use CLOSE_SOCKET() here instead of close() to maintain
9236           win32 workiness.
9237
9238 2006-07-27  Wim Taymans  <wim@fluendo.com>
9239
9240         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9241
9242         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9243         (gst_udpsrc_create), (gst_udpsrc_set_property),
9244         (gst_udpsrc_get_property), (gst_udpsrc_start):
9245         * gst/udp/gstudpsrc.h:
9246         Added "buffer-size" property to control the kernel receive buffer size.
9247         Update documentation.
9248         Small cleanups. Fixes #348752.
9249         API: buffer-size property
9250
9251 2006-07-26  Wim Taymans  <wim@fluendo.com>
9252
9253         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9254
9255         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9256         (gst_rtp_pcma_pay_handle_buffer):
9257         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9258         (gst_rtp_pcmu_pay_handle_buffer):
9259         Fix timestamp calculation on outgoing RTP packets.
9260         Fixes #348675.
9261
9262 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9263
9264         * ext/taglib/gstid3v2mux.cc:
9265           Fix writing of comment frames (should be COMM not TCOM),
9266           is still sub-optimal though, since we don't retain or
9267           extract the comment descriptions properly (#334375,
9268           also see #334375).
9269
9270 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * gst/wavparse/gstwavparse.c:
9273           #define 'fact' RIFF chunk if we are not compiling against
9274           -base CVS (we don't want to depend on -base CVS for this
9275           one define only, and also not for release order reasons).
9276
9277 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9278
9279         * ext/taglib/gstid3v2mux.cc:
9280           Handle multiple tags of the same type properly. Re-inject
9281           unparsed ID3v2 frames that we get as binary blobs from
9282           id3demux into the tag again so we don't lose information
9283           when retagging (#334375).
9284
9285 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9286
9287         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9288           Document newly-added properties properly, so that there is a
9289           'Since: 0.10.4' in the plugin docs. Convert some property
9290           names into canonical GObject style (GObject will do that
9291           internally anyway).
9292
9293 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         * gst/id3demux/id3tags.c:
9296         (id3demux_add_id3v2_frame_blob_to_taglist):
9297           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9298           well, and add the version to the blob's buffer caps, since that
9299           information will be needed for deserialisation later on (#348644).
9300
9301 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9302
9303         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9304         (gst_avi_demux_parse_stream):
9305          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9306          indentation and spacing.
9307
9308 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9309
9310         * docs/plugins/Makefile.am:
9311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9313         * docs/plugins/gst-plugins-good-plugins.args:
9314         * docs/plugins/inspect/plugin-1394.xml:
9315         * docs/plugins/inspect/plugin-aasink.xml:
9316         * docs/plugins/inspect/plugin-alaw.xml:
9317         * docs/plugins/inspect/plugin-alpha.xml:
9318         * docs/plugins/inspect/plugin-alphacolor.xml:
9319         * docs/plugins/inspect/plugin-annodex.xml:
9320         * docs/plugins/inspect/plugin-apetag.xml:
9321         * docs/plugins/inspect/plugin-auparse.xml:
9322         * docs/plugins/inspect/plugin-autodetect.xml:
9323         * docs/plugins/inspect/plugin-avi.xml:
9324         * docs/plugins/inspect/plugin-cacasink.xml:
9325         * docs/plugins/inspect/plugin-cairo.xml:
9326         * docs/plugins/inspect/plugin-cdio.xml:
9327         * docs/plugins/inspect/plugin-cutter.xml:
9328         * docs/plugins/inspect/plugin-debug.xml:
9329         * docs/plugins/inspect/plugin-dv.xml:
9330         * docs/plugins/inspect/plugin-efence.xml:
9331         * docs/plugins/inspect/plugin-effectv.xml:
9332         * docs/plugins/inspect/plugin-esdsink.xml:
9333         * docs/plugins/inspect/plugin-flac.xml:
9334         * docs/plugins/inspect/plugin-flxdec.xml:
9335         * docs/plugins/inspect/plugin-gconfelements.xml:
9336         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9337         * docs/plugins/inspect/plugin-goom.xml:
9338         * docs/plugins/inspect/plugin-halelements.xml:
9339         * docs/plugins/inspect/plugin-icydemux.xml:
9340         * docs/plugins/inspect/plugin-id3demux.xml:
9341         * docs/plugins/inspect/plugin-jpeg.xml:
9342         * docs/plugins/inspect/plugin-level.xml:
9343         * docs/plugins/inspect/plugin-matroska.xml:
9344         * docs/plugins/inspect/plugin-mulaw.xml:
9345         * docs/plugins/inspect/plugin-multipart.xml:
9346         * docs/plugins/inspect/plugin-navigationtest.xml:
9347         * docs/plugins/inspect/plugin-ossaudio.xml:
9348         * docs/plugins/inspect/plugin-png.xml:
9349         * docs/plugins/inspect/plugin-rtp.xml:
9350         * docs/plugins/inspect/plugin-rtsp.xml:
9351         * docs/plugins/inspect/plugin-shout2send.xml:
9352         * docs/plugins/inspect/plugin-smpte.xml:
9353         * docs/plugins/inspect/plugin-speex.xml:
9354         * docs/plugins/inspect/plugin-udp.xml:
9355         * docs/plugins/inspect/plugin-videobalance.xml:
9356         * docs/plugins/inspect/plugin-videobox.xml:
9357         * docs/plugins/inspect/plugin-videoflip.xml:
9358         * docs/plugins/inspect/plugin-videomixer.xml:
9359         * docs/plugins/inspect/plugin-wavenc.xml:
9360         * docs/plugins/inspect/plugin-wavparse.xml:
9361         * docs/plugins/inspect/plugin-ximagesrc.xml:
9362           Update files to CVS/Prerelease version, add esdsink docs.
9363
9364         * ext/esd/esdsink.c:
9365           Add gtk-doc blurb.
9366
9367         * gst/rtp/gstrtpmp4vpay.c:
9368           Fix typo in element description.
9369
9370 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9371
9372         * ext/esd/esdsink.c: (gst_esdsink_open),
9373         (gst_esdsink_factory_init):
9374           Prevent libesd from auto-spawning a sound daemon if it
9375           is not already running. Now that we don't do evil stuff
9376           like that any longer we can give esdsink a rank so that
9377           autoaudiosink will try it as well if all other audio
9378           sinks fail (#343051).
9379
9380 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9381
9382         * ext/esd/Makefile.am:
9383           Oops, need to remove README from EXTRA_DIST as well.
9384
9385 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9386
9387         * ext/esd/README:
9388           Remove, it contains nothing useful anyway.
9389
9390         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9391         (gst_esdsink_delay):
9392           Some small clean-ups; use GST_BOILERPLATE etc.
9393
9394 2006-07-24  Wim Taymans  <wim@fluendo.com>
9395
9396         * gst/law/alaw-decode.c: (alawdec_getcaps):
9397         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9398         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9399         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9400         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9401
9402 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9403
9404         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9405         (gst_wavparse_other), (gst_wavparse_perform_seek),
9406         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9407         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9408         (gst_wavparse_pad_query):
9409         * gst/wavparse/gstwavparse.h:
9410           Use information from 'fact' chunk for length calculation of compressed
9411           samples. Calculate bps if bogus value is found in wav header (embeded
9412           mp2/mp3).
9413           
9414
9415 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9418
9419         * configure.ac:
9420         * gst/udp/Makefile.am:
9421         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9422         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9423         * gst/udp/gstdynudpsink.h:
9424         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9425         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9426         * gst/udp/gstmultiudpsink.h:
9427         * gst/udp/gstudp.c: (plugin_init):
9428         * gst/udp/gstudpsink.h:
9429         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9430         (gst_udpsrc_start), (gst_udpsrc_stop):
9431         * gst/udp/gstudpsrc.h:
9432         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9433         (gst_udp_net_utils_win32_wsa_startup):
9434         * gst/udp/gstudpnetutils.h:
9435           Port udp plugin to win32 (#345288).
9436
9437 2006-07-24  Wim Taymans  <wim@fluendo.com>
9438
9439         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9440         Remove unwanted DEBUG line.
9441
9442 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9443
9444         * gst/id3demux/gstid3demux.c: (plugin_init):
9445         * gst/id3demux/id3tags.c:
9446         (id3demux_add_id3v2_frame_blob_to_taglist):
9447         * gst/id3demux/id3tags.h:
9448           On second thought, it might be wiser and more efficient
9449           not to do tag registration from a streaming thread.
9450
9451 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         * gst/id3demux/id3tags.c:
9454         (id3demux_add_id3v2_frame_blob_to_taglist),
9455         (id3demux_id3v2_frames_to_tag_list):
9456           Put ID3v2 frames we can't parse as binary blobs into private
9457           tags, so that they are not lost when retagging, at least once
9458           id3v2mux has been taught to re-inject those frames again.
9459           See bug #334375.
9460
9461 2006-07-21  Wim Taymans  <wim@fluendo.com>
9462
9463         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9464         (gst_avi_demux_process_next_entry):
9465         Fix some leaks.
9466
9467         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9468         Don't use \n in debug lines.
9469
9470 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9471
9472         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9473         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9474           Add annodex and icydemux, cleanup the sections a bit
9475
9476 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9477
9478         Patch by: Alex Lancaster <alexl at users sourceforge net>
9479
9480         * ext/taglib/gstid3v2mux.cc:
9481           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9482           ID3v2 TSSE frames (#347898).
9483
9484 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9485
9486         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9487           Respect mpegversion for "video/mpeg" and give message in case of
9488           unhandled versions.
9489
9490 2006-07-17  Wim Taymans  <wim@fluendo.com>
9491
9492         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9493         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9494         (gst_pngdec_chain), (gst_pngdec_sink_event),
9495         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9496         (gst_pngdec_sink_activate_push):
9497         * ext/libpng/gstpngdec.h:
9498         Use statically allocated segment instead of leaking.
9499         Various cleanups.
9500         Fix flush and seek handling.
9501
9502 2006-07-16  Wim Taymans  <wim@fluendo.com>
9503
9504         * gst/rtp/Makefile.am:
9505         * gst/rtp/gstrtp.c: (plugin_init):
9506         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9507         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9508         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9509         (gst_rtp_mp4g_depay_set_property),
9510         (gst_rtp_mp4g_depay_get_property),
9511         (gst_rtp_mp4g_depay_change_state),
9512         (gst_rtp_mp4g_depay_plugin_init):
9513         * gst/rtp/gstrtpmp4gdepay.h:
9514         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9515         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9516         (gst_rtp_mp4g_pay_flush):
9517         Added simple generic mpeg4 depayloader.
9518         Fix generic mpeg4 payloader.
9519
9520 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9523           Don't try doing state changes on a NULL pointer.
9524
9525 2006-07-14  Wim Taymans  <wim@fluendo.com>
9526
9527         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9528
9529         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9530         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9531         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9532         * gst/rtp/gstrtpamrdepay.h:
9533         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9534         Fixes #321191
9535
9536 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9537
9538         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9539         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9540         Fix segfault when moving mouse pointer to the bottom right corner.
9541
9542 2006-07-12  Wim Taymans  <wim@fluendo.com>
9543
9544         * gst/rtp/Makefile.am:
9545         * gst/rtp/gstrtp.c: (plugin_init):
9546         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9547         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9548         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9549         (gst_rtp_mp2t_depay_set_property),
9550         (gst_rtp_mp2t_depay_get_property),
9551         (gst_rtp_mp2t_depay_change_state),
9552         (gst_rtp_mp2t_depay_plugin_init):
9553         * gst/rtp/gstrtpmp2tdepay.h:
9554         Added mpeg2 TS depayloader. Closing #347234.
9555
9556 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9559           Remove g_assert that shouldn't be there and was triggered
9560           after trying to open a device that doesn't exist or can't
9561           be opened for some other reason (#347972).
9562
9563 2006-07-10  Edward Hervey  <edward@fluendo.com>
9564
9565         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9566         (gst_avi_demux_stream_header), (push_tag_lists):
9567         * gst/avi/gstavidemux.h:
9568         Don't push tag events found by gst_riff_parse_info() before outputting
9569         GST_EVENT_NEWSEGMENT.
9570
9571 2006-07-10  Wim Taymans  <wim@fluendo.com>
9572
9573         * gst/rtsp/Makefile.am:
9574         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9575         (rtsp_connection_close):
9576         * gst/rtsp/rtspdefs.h:
9577         replaced closesocket and close in code with one CLOSE_SOCKET. 
9578         Some more cleanups. Fixes #345301.
9579
9580 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         * gst/autodetect/gstautoaudiosink.c:
9583           Fix example pipeline in docs.
9584
9585 2006-07-10  Wim Taymans  <wim@fluendo.com>
9586
9587         Patch by: Rob Taylor <robtaylor at floopily dot org>
9588
9589         * gst/udp/gstmultiudpsink.c: (join_multicast),
9590         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9591         If a destination is added before the stream is set to PAUSED, the
9592         multicast group is not joined as the socket is not created yet. 
9593         Also TTL and LOOP should also be set. Fixes #346921.
9594
9595 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9596
9597         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9598         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9599         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9600         (gst_ximage_src_init):
9601         * sys/ximage/gstximagesrc.h:
9602         Fix use-damage property to actually work :)
9603         Add startx, starty, endx, endy properties so screencasts other than full
9604         screen ones can work.
9605
9606 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9607
9608         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9609         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9610         (gst_ximage_src_class_init), (gst_ximage_src_init):
9611         * sys/ximage/gstximagesrc.h:
9612         Add use_damage property to offer ability to choose whether to use
9613         XDamage or not.
9614
9615 2006-07-07  Wim Taymans  <wim@fluendo.com>
9616
9617         * gst/goom/filters.c: (zoomFilterSetResolution):
9618         Avoid goom coredumping by clearing memory. 
9619         Fixes 345679.
9620
9621 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9622
9623         * win32/vs6/libgstid3demux.dsp:
9624         Add a link to libgsttag-0.10.lib.
9625
9626 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9627
9628         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9629         (gst_tag_demux_read_range):
9630         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9631         (gst_id3demux_read_range):
9632           Don't return FLOW_UNEXPECTED when a buffer is before
9633           the start of the stream (which might happen with
9634           large ID3v2 tags if the tag reading was done pullrange
9635           based and we then switched to push mode later on).
9636           Fixes regression introduced by commit from June 29th.
9637
9638 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * ext/taglib/gstid3v2mux.cc:
9641           Make UTF-8 the default encoding when writing string
9642           tags (before, our UTF-8 strings would automatically
9643           be converted to ISO-8859-1 by taglib and written as
9644           ISO-8859-1 fields if that was possible).
9645
9646         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9647         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9648         (test_taglib_id3mux_with_tags):
9649           Add test case that makes sure our UTF-8 strings have
9650           actually been written into the tag as UTF-8.
9651
9652 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9653
9654         * configure.ac:
9655           Let's try that again.
9656
9657 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9658
9659         * configure.ac:
9660           Disable monoscope plugin for now until it fulfills
9661           all the requirements.
9662
9663 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * configure.ac:
9666         * gst/monoscope/Makefile.am:
9667         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9668         (gst_monoscope_class_init), (gst_monoscope_init),
9669         (gst_monoscope_finalize), (gst_monoscope_reset),
9670         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9671         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9672         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9673         (gst_monoscope_change_state), (plugin_init):
9674         * gst/monoscope/gstmonoscope.h:
9675           Port monoscope visualisation to 0.10.
9676
9677 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9678
9679         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9680         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9681           Return FLOW_UNEXPECTED when at the end of the file, not
9682           FLOW_ERROR. Fixes 'internal stream error' errors that
9683           would sometimes occur in totem when scrubbing to the
9684           end of an ID3v1 tagged mp3 file.
9685
9686 2006-07-03  Edward Hervey  <edward@fluendo.com>
9687
9688         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9689         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9690         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9691         * ext/libpng/gstpngdec.h:
9692         Implement buffer clipping/dropping using GstSegment.
9693         This provides accurate seeking.
9694
9695 2006-07-03  Edward Hervey  <edward@fluendo.com>
9696
9697         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9698         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9699         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9700         (gst_avi_demux_process_next_entry), (push_tag_lists),
9701         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9702         * gst/avi/gstavidemux.h:
9703         Proper aggregation of each stream's GstFlowReturn in order to figure out
9704         whether the task should stop or not.
9705         Don't send inline events before pushing out a NEW_SEGMENT, more
9706         specifically for GST_TAG_EVENT.
9707         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9708         sub-indexes.
9709
9710 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9711
9712         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9713
9714         * sys/sunaudio/gstsunaudiomixerctrl.c:
9715         (gst_sunaudiomixer_ctrl_build_list):
9716           Move "Monitor" slider to input tab so it works more like
9717           sdtaudiocontrol, which is what people on Solaris are used
9718           to using for their mixer program (#346259).
9719
9720 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9721
9722         * tests/check/elements/level.c: (GST_START_TEST):
9723           fix a leak, clean up at the end
9724
9725 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9726
9727         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9728         (gst_matroska_demux_send_event),
9729         (gst_matroska_demux_loop_stream_parse_id):
9730         * gst/matroska/matroska-ids.h:
9731           Send tag event after newsegment event.
9732
9733 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9736         (gst_id3demux_read_range):
9737           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9738           certain cases where a read beyond the end of the file is
9739           requested. Fixes #345930.
9740
9741         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9742         (gst_tag_demux_read_range):
9743           Fix same issue here as well.
9744
9745 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9746
9747         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9748         
9749         Fix hypothetical crash.
9750
9751 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9752
9753         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9754
9755         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9756           Do not modify the ports value. If the user has turned off the
9757           built-in speakers, then we should not reset it in the prepare
9758           function, since this causes the built-in speakers to turn
9759           back on anytime the user changes a track in totem, rhythmbox,
9760           etc. (#346066).
9761
9762 2006-06-23  Wim Taymans  <wim@fluendo.com>
9763
9764         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9765         Fix double caps unref when negotiation fails.
9766
9767 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         * ext/annodex/gstcmmldec.c:
9770         * ext/annodex/gstcmmlenc.c:
9771         * ext/annodex/gstcmmlparser.c:
9772         * ext/dv/gstdvdec.c:
9773         * ext/dv/gstdvdemux.c:
9774         * ext/gdk_pixbuf/pixbufscale.c:
9775         * ext/jpeg/gstjpegenc.c:
9776         * ext/jpeg/gstsmokedec.c:
9777         * ext/jpeg/gstsmokeenc.c:
9778         * ext/libpng/gstpngdec.c:
9779         * ext/libpng/gstpngenc.c:
9780         * ext/speex/gstspeexenc.c:
9781         * gst/alpha/gstalphacolor.c:
9782         * gst/cutter/gstcutter.c:
9783         * gst/debug/gstnavigationtest.c:
9784         * gst/icydemux/gsticydemux.c:
9785         * gst/level/gstlevel.c:
9786         * gst/multipart/multipart.c:
9787         * gst/rtp/gstrtpamrpay.c:
9788         * gst/rtp/gstrtpdepay.c:
9789         * gst/rtp/gstrtpilbcpay.c:
9790         * gst/rtp/gstrtpmp4gpay.c:
9791         * gst/rtp/gstrtpmp4vpay.c:
9792         * gst/rtsp/gstrtpdec.c:
9793         * gst/rtsp/gstrtspsrc.c:
9794         * gst/udp/gstdynudpsink.c:
9795         * gst/udp/gstmultiudpsink.c:
9796         * gst/udp/gstudpsrc.c:
9797         * gst/videobox/gstvideobox.c:
9798         * gst/videofilter/gstvideoflip.c:
9799           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9800           plus two minor macro fixes.
9801
9802 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9803
9804         * gst/matroska/matroska-demux.c:
9805         (gst_matroska_demux_check_subtitle_buffer),
9806         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9807         (gst_matroska_demux_subtitle_caps):
9808         * gst/matroska/matroska-ids.c:
9809         (gst_matroska_track_init_subtitle_context):
9810         * gst/matroska/matroska-ids.h:
9811           Try to fix up broken matroska files containing subtitle
9812           streams with non-UTF8 character encodings (courtesy of
9813           mkvmerge) using either the encoding specified in the
9814           GST_SUBTITLE_ENCODING environment variable or the
9815           current locale's character set if it is non-UTF8.
9816           Fixes #337076.
9817
9818 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9821           Set image type from APIC frame as "image-type" field
9822           of GST_TAG_IMAGE buffer caps (#344605).
9823
9824 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9825
9826         * ext/flac/Makefile.am:
9827         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9828         (gst_flac_dec_reset_decoders),
9829         (gst_flac_dec_setup_seekable_decoder),
9830         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9831         (gst_flac_dec_metadata_callback),
9832         (gst_flac_dec_metadata_callback_seekable),
9833         (gst_flac_dec_metadata_callback_stream),
9834         (gst_flac_dec_error_callback),
9835         (gst_flac_dec_error_callback_seekable),
9836         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9837         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9838         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9839         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9840         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9841         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9842         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9843         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9844         (gst_flac_dec_sink_activate_push),
9845         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9846         * ext/flac/gstflacdec.h:
9847           Support chain-based operation, should make flac-over-DAAP
9848           work (#340492).
9849
9850 2006-06-20  Wim Taymans  <wim@fluendo.com>
9851
9852         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9853         Doc updates, merge some unused symbols.
9854
9855 2006-06-20  Wim Taymans  <wim@fluendo.com>
9856
9857         * docs/plugins/Makefile.am:
9858         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9859         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9860         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9861         * gst/rtsp/gstrtspsrc.c:
9862         * gst/rtsp/gstrtspsrc.h:
9863         Added documentation for the rtsp plugin. Fixes #345393.
9864
9865 2006-06-20  Wim Taymans  <wim@fluendo.com>
9866
9867         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9868         (rtsp_connection_close), (rtsp_connection_free):
9869         Use better G_OS_* macros. Fixes #345301 some more.
9870
9871 2006-06-20  Wim Taymans  <wim@fluendo.com>
9872
9873         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9874
9875         * sys/sunaudio/Makefile.am:
9876         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9877         * sys/sunaudio/gstsunaudiomixerctrl.c:
9878         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9879         (gst_sunaudiomixer_ctrl_list_tracks),
9880         (gst_sunaudiomixer_ctrl_get_volume),
9881         (gst_sunaudiomixer_ctrl_set_volume),
9882         (gst_sunaudiomixer_ctrl_set_mute),
9883         (gst_sunaudiomixer_ctrl_set_record):
9884         * sys/sunaudio/gstsunaudiomixerctrl.h:
9885         * sys/sunaudio/gstsunaudiomixertrack.c:
9886         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9887         * sys/sunaudio/gstsunaudiomixertrack.h:
9888         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9889         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9890         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9891         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9892         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9893         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9894         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9895         (gst_sunaudiosrc_reset):
9896         * sys/sunaudio/gstsunaudiosrc.h:
9897         Add a SunAudio source plugin.
9898         Support stereo and right/left channel gain in the mixer plugin.
9899         Support the RECORD flag so that you can switch between line-input and
9900         microphone in gnome-volume-control.
9901         Code cleanups like using an enumerator for track number instead of an 
9902         integer. Fixes #344923.
9903
9904 2006-06-20  Wim Taymans  <wim@fluendo.com>
9905
9906         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9907
9908         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9909         (rtsp_connection_close):
9910         Make RTSP plugin compile on windows. Fixes #345301.
9911         Some changes to original patch to catch errors better.
9912         use ifdef WIN32 instead of ifndef.
9913
9914 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9915
9916         * configure.ac:
9917         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9918
9919 2006-06-18  Edward Hervey  <edward@fluendo.com>
9920
9921         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9922         After a failed buffer alloc, we need to abort the jpeg decoding (it
9923         started when parsing headers to figure out how many bytes we need
9924         to request downstream).
9925
9926 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9927
9928         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9929
9930         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9931           Make sure we don't read beyond the end of the file (#345232).
9932
9933 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9934
9935         * configure.ac:
9936           Fix --disable-external (can't set conditionals conditionally,
9937           #343602).
9938
9939 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9940
9941         * autogen.sh:
9942         * configure.ac:
9943         * docs/Makefile.am:
9944           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9945
9946         * docs/plugins/Makefile.am:
9947         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9948         * docs/plugins/inspect/plugin-taglib.xml:
9949           Add/fix apev2mux docs.
9950
9951 2006-06-14  Wim Taymans  <wim@fluendo.com>
9952
9953         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9954         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9955         (gst_dvdec_change_state):
9956         Reset segment info on flush.
9957         Alloc segment in _init, free in _finalize.
9958
9959         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9960         Don't send segments twice.
9961
9962 2006-06-14  Wim Taymans  <wim@fluendo.com>
9963
9964         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9965         Respect segment.stop. Fixes #342592.
9966
9967 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9968
9969         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9970           No language specified means the implied language is English
9971           according to the matroska spec (partially fixes #344708);
9972           add some more debug output.
9973
9974 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9975
9976         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9977         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9978         (gst_wavparse_chain):
9979           When operating chain-based, don't make any assumptions about the
9980           chunking of the incoming data and make streaming work on days other
9981           than the second Thursday after a full moon. Also fix up debug
9982           messages here and there and make use of the most excellent new
9983           gst_pad_query_peer_duration() utility function.
9984           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9985
9986         * gst/wavparse/gstwavparse.h:
9987           Remove trailing comma after last enum value, some compilers don't
9988           like that.
9989
9990 2006-06-13  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9993         Handle premature EOS gracefully.
9994
9995 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9996
9997         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9998           Prevent out of bounds array access when scrubbing towards
9999           the end of the file between the last index entry and the
10000           end. Fixes occasional 'start <= stop' newsegment event
10001           assertions when scrubbing in MJPEG files.
10002
10003 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10004
10005         * tests/check/elements/.cvsignore:
10006           And another one.
10007
10008 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10009
10010         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10011         (scan_encoded_string), (parse_picture_frame):
10012           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10013
10014         * configure.ac:
10015           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10016           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10017
10018 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10019
10020         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10021           gratuitous comment changes
10022         * tests/check/elements/level.c: (GST_START_TEST):
10023           fix level test leaks
10024
10025 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10028         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10029           Use gst_pad_query_peer_duration() utility function here.
10030
10031 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10032
10033         * autogen.sh:
10034           require am17
10035         * configure.ac:
10036         * ext/annodex/Makefile.am:
10037         * ext/cdio/Makefile.am:
10038         * ext/dv/Makefile.am:
10039         * ext/esd/Makefile.am:
10040         * ext/flac/Makefile.am:
10041         * ext/gdk_pixbuf/Makefile.am:
10042         * ext/ladspa/Makefile.am:
10043         * ext/libcaca/Makefile.am:
10044         * ext/speex/Makefile.am:
10045         * ext/taglib/Makefile.am:
10046         * sys/oss/Makefile.am:
10047         * sys/sunaudio/Makefile.am:
10048         * sys/ximage/Makefile.am:
10049           clean up build further
10050
10051 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         * gconf/Makefile.am:
10054           Honour --disable-schemas-install configure option. Fixes #344100.
10055
10056 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10057
10058         * tests/examples/level/Makefile.am:
10059           Add -lm to LIBS for pow() function, don't assume one of our
10060           dependencies (such as libxml-2.0) drags it in automatically
10061           (#343603).
10062
10063 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10066
10067         * configure.ac:
10068           We should use $SED and not $(SED) in configure.ac (#343678).
10069
10070 2006-06-09  Wim Taymans  <wim@fluendo.com>
10071
10072         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10073
10074         * sys/sunaudio/gstsunaudiomixerctrl.c:
10075         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10076         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10077         (gst_sunaudiomixer_ctrl_set_mute):
10078         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10079         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10080         (gst_sunaudiosink_write):
10081         Attached find a patch that fixes a number of bugs with the SunAudio
10082         mixer plugin and fixes #344101:
10083         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10084            tracks onto the tracklist causing gnome-volume-control's preferences
10085            dialog to be messed up and would core dump if you checked/unchecked
10086            any item.
10087         2. We weren't previously setting the MUTE flag properly.  Fixing this
10088            makes gnome-volume-control work better.
10089         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10090            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10091            gnome-volume-control look better.
10092         Also some minor cleanup in gstsunaudiosink.c.
10093
10094 2006-06-09  Wim Taymans  <wim@fluendo.com>
10095
10096         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10097         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10098         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10099         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10100         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10101         * ext/jpeg/gstjpegdec.h:
10102         API: Added IDCT method property
10103         Small cleanups.
10104         Avoid dynamic allocation of trivial fixed structure.
10105         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10106
10107 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10108
10109         * configure.ac:
10110         We now require libraw1394 >= 1.1.0 and that version onwards all
10111         have .pc files.
10112
10113 2006-06-02  Edward Hervey  <edward@fluendo.com>
10114
10115         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10116         Trying to get items from an ANY or EMPTY caps is ... stupid.
10117
10118 2006-06-02  Edward Hervey  <edward@fluendo.com>
10119
10120         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10121         (gst_dvdec_chain), (gst_dvdec_change_state):
10122         * ext/dv/gstdvdec.h:
10123         Added GstSegment handling, now implements dropping/clipping.
10124
10125 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10126
10127         * ext/aalib/gstaasink.h:
10128         * ext/annodex/gstcmmldec.h:
10129         * ext/cairo/gsttimeoverlay.h:
10130         * ext/dv/gstdvdec.h:
10131         * ext/dv/gstdvdemux.h:
10132         * ext/esd/esdmon.h:
10133         * ext/esd/esdsink.h:
10134         * ext/flac/gstflacenc.h:
10135         * ext/gconf/gstgconfaudiosink.h:
10136         * ext/gconf/gstgconfaudiosrc.h:
10137         * ext/gconf/gstgconfvideosink.h:
10138         * ext/gconf/gstgconfvideosrc.h:
10139         * ext/gdk_pixbuf/gstgdkanimation.h:
10140         * ext/gdk_pixbuf/pixbufscale.h:
10141         * ext/hal/gsthalaudiosink.h:
10142         * ext/hal/gsthalaudiosrc.h:
10143         * ext/jpeg/gstjpegenc.h:
10144         * ext/jpeg/gstsmokedec.h:
10145         * ext/jpeg/gstsmokeenc.h:
10146         * ext/libcaca/gstcacasink.h:
10147         * ext/libmng/gstmngdec.h:
10148         * ext/libmng/gstmngenc.h:
10149         * ext/libpng/gstpngdec.h:
10150         * ext/libpng/gstpngenc.h:
10151         * ext/raw1394/gstdv1394src.h:
10152         * ext/speex/gstspeexenc.h:
10153         * gst/autodetect/gstautoaudiosink.h:
10154         * gst/autodetect/gstautovideosink.h:
10155         * gst/avi/gstavidemux.h:
10156         * gst/cutter/gstcutter.h:
10157         * gst/debug/efence.h:
10158         * gst/debug/gstnavigationtest.h:
10159         * gst/debug/gstnavseek.h:
10160         * gst/flx/gstflxdec.h:
10161         * gst/goom/gstgoom.h:
10162         * gst/icydemux/gsticydemux.h:
10163         * gst/id3demux/gstid3demux.h:
10164         * gst/law/alaw-decode.h:
10165         * gst/law/alaw-encode.h:
10166         * gst/law/mulaw-decode.h:
10167         * gst/law/mulaw-encode.h:
10168         * gst/matroska/matroska-mux.h:
10169         * gst/median/gstmedian.h:
10170         * gst/oldcore/gstaggregator.h:
10171         * gst/oldcore/gstfdsink.h:
10172         * gst/oldcore/gstmd5sink.h:
10173         * gst/oldcore/gstmultifilesrc.h:
10174         * gst/oldcore/gstpipefilter.h:
10175         * gst/oldcore/gstshaper.h:
10176         * gst/oldcore/gststatistics.h:
10177         * gst/rtp/gstasteriskh263.h:
10178         * gst/rtp/gstrtpL16depay.h:
10179         * gst/rtp/gstrtpL16pay.h:
10180         * gst/rtp/gstrtpamrdepay.h:
10181         * gst/rtp/gstrtpamrpay.h:
10182         * gst/rtp/gstrtpdepay.h:
10183         * gst/rtp/gstrtpgsmdepay.h:
10184         * gst/rtp/gstrtpgsmpay.h:
10185         * gst/rtp/gstrtph263pay.h:
10186         * gst/rtp/gstrtph263pdepay.h:
10187         * gst/rtp/gstrtph263ppay.h:
10188         * gst/rtp/gstrtpmp4gpay.h:
10189         * gst/rtp/gstrtpmp4vdepay.h:
10190         * gst/rtp/gstrtpmp4vpay.h:
10191         * gst/rtp/gstrtpmpadepay.h:
10192         * gst/rtp/gstrtpmpapay.h:
10193         * gst/rtp/gstrtppcmadepay.h:
10194         * gst/rtp/gstrtppcmapay.h:
10195         * gst/rtp/gstrtppcmudepay.h:
10196         * gst/rtp/gstrtppcmupay.h:
10197         * gst/rtp/gstrtpspeexdepay.h:
10198         * gst/rtp/gstrtpspeexpay.h:
10199         * gst/rtsp/gstrtpdec.h:
10200         * gst/rtsp/gstrtspsrc.h:
10201         * gst/smpte/gstsmpte.h:
10202         * gst/udp/gstdynudpsink.h:
10203         * gst/udp/gstmultiudpsink.h:
10204         * gst/udp/gstudpsink.h:
10205         * gst/udp/gstudpsrc.h:
10206         * gst/videofilter/gstvideobalance.h:
10207         * gst/videofilter/gstvideoflip.h:
10208         * sys/oss/gstossdmabuffer.h:
10209         * sys/oss/gstossmixerelement.h:
10210         * sys/oss/gstosssink.h:
10211         * sys/oss/gstosssrc.h:
10212         * sys/osxvideo/osxvideosink.h:
10213         * sys/sunaudio/gstsunaudiomixer.h:
10214         * sys/sunaudio/gstsunaudiosink.h:
10215         * sys/ximage/gstximagesrc.h:
10216         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10217
10218 2006-05-31  Wim Taymans  <wim@fluendo.com>
10219
10220         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10221         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10222         (gst_goom_src_setcaps), (gst_goom_src_event),
10223         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10224         (gst_goom_change_state):
10225         * gst/goom/gstgoom.h:
10226         Handle QoS.
10227         Handle flushing, discont and events.
10228         Fix timestamps and various other cleanups.
10229
10230 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10231
10232         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10233         Fix bus reset when using libiec61883
10234
10235 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10236
10237         * configure.ac:
10238         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10239         * ext/raw1394/Makefile.am:
10240         Add CFLAGS.
10241         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10242         New method, to receive using libiec61883.
10243         (gst_dv1394src_iso_receive),
10244         #ifdef'd out if libiec61883 is present.
10245         (gst_dv1394src_bus_reset),
10246         Get userdata correctly if using libiec61883. 
10247         (gst_dv1394src_create),
10248         When using libiec61883, only poll one fd and no need to read.
10249         (gst_dv1394src_discover_avc_node),
10250         Replace g_warnings.
10251         (gst_dv1394src_start),
10252         Create new handle when we know which dv port.  More reliable
10253         than setting port on an existing handle.  Initialise libiec61883.
10254         (gst_dv1394src_stop):
10255         If using libiec61883, then cleanup its handle properly.
10256         * ext/raw1394/gstdv1394src.h:
10257         Add libiec61883 handle.
10258
10259 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10260
10261         * gst/avi/gstavidemux.c:
10262           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10263         * win32/MANIFEST:
10264           sort file listing
10265         * win32/vs6/libgstavi.dsp:
10266           add gstavimux.c to the project
10267         * win32/vs6/libgstid3demux.dsp:
10268           add link to zlib library
10269         * win32/vs6/libgstmatroska.dsp:
10270           add matroska-ids.c to the project
10271
10272 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         Patch by: Sebastian Dröge  <mail at slomosnail de >
10275
10276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10278         * ext/taglib/Makefile.am:
10279         * ext/taglib/gstapev2mux.cc:
10280         * ext/taglib/gstapev2mux.h:
10281         * ext/taglib/gstid3v2mux.cc:
10282         * ext/taglib/gsttaglibmux.c: (plugin_init):
10283         * ext/taglib/gsttaglibmux.h:
10284           Add apev2mux element (#343122).
10285         
10286         * tests/check/Makefile.am:
10287         * tests/check/elements/apev2mux.c:
10288         (test_taglib_apev2mux_create_tags),
10289         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10290         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10291         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10292         (apev2mux_suite), (main):
10293           Add unit test for apev2mux element.
10294
10295 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10296
10297         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10298         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10299         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10300           GST_PTR_FORMAT should be used to print caps in debug statements.
10301
10302 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10303
10304         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10305
10306         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10307         (ape_demux_parse_tags):
10308           Some clean-ups and additions: map APE 'file' tag to
10309           GST_TAG_LOCATION (#343123); add support for extracting
10310           the track count and clean up parsing a bit (#343127).
10311
10312 2006-05-28  Edward Hervey  <edward@fluendo.com>
10313
10314         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10315         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10316
10317 2006-05-28  Edward Hervey  <edward@fluendo.com>
10318
10319         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10320         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10321         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10322         * ext/jpeg/gstjpegdec.h:
10323         Clip outgoing buffers according to currently configured segment.
10324
10325 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         * ext/taglib/gstid3v2mux.cc:
10328           Handle  writing of track-count or album-volume-count without
10329           track-number or albume-volume-number (in this case the number
10330           will just be set to 0).
10331
10332         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10333           It would be nice if we actually checked the values received for
10334           track/album-volume number/count in  _check_tags(), rather than
10335           setting them again ...
10336
10337 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10338
10339         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10340           A track/volume number or count of 0 does not make sense,
10341           just ignore it along with negative numbers (a tag might
10342           only contain a track count without a track number).
10343
10344 2006-05-27  Edward Hervey  <edward@fluendo.com>
10345
10346         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10347         (gst_jpeg_dec_sink_event):
10348         Abort decompression when receiving FLUSH_STOP. This should avoid
10349         issues when interrupting decoding with flushes.
10350
10351 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         * ext/flac/gstflac.c:
10354           Don't #include file we don't dist any longer.
10355
10356 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10357
10358         * README:
10359           Replace current README (containing the release notes from
10360           some 0.9.x version) with a proper README taken from the core.
10361
10362 2006-05-24  Wim Taymans  <wim@fluendo.com>
10363
10364         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10365         Implement EOS correctly by either posting
10366         SEGMENT_DONE or pushing an EOS message depending
10367         on the seek type. Fixes #342592
10368
10369 2006-05-24  Wim Taymans  <wim@fluendo.com>
10370
10371         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10372         * gst/law/alaw-decode.h:
10373         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10374         * gst/law/alaw-encode.h:
10375         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10376         * gst/law/mulaw-decode.h:
10377         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10378         * gst/law/mulaw-encode.h:
10379         Some cleanups in the chain functions.
10380         Remove some GStreamer 0.0.2 bits.
10381
10382 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10383
10384         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10385
10386         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10387           gst_collect_pads_stop() needs to be called before chaining up
10388           to the parent class (#342734).
10389
10390 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10391
10392         * ext/flac/Makefile.am:
10393         * ext/flac/flac_compat.h:
10394         * ext/flac/gstflac.c:
10395         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10396         * ext/flac/gstflacenc.c:
10397           Remove backwards compatibility cruft for dealing with FLAC API
10398           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10399
10400 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10403         (gst_matroska_demux_push_xiph_codec_priv_data),
10404         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10405         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10406         * gst/matroska/matroska-ids.h:
10407         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10408         (gst_matroska_mux_video_pad_setcaps),
10409         (xiph3_streamheader_to_codecdata),
10410         (vorbis_streamheader_to_codecdata),
10411         (theora_streamheader_to_codecdata),
10412         (gst_matroska_mux_audio_pad_setcaps),
10413         (gst_matroska_mux_write_data):
10414           Add support for muxing/demuxing theora video (#342448; too bad
10415           none of the usual linux players can actually play this). Playback
10416           in GStreamer will require additional changes to theoradec in -base.
10417           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10418           cleanups.
10419
10420 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10421
10422         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10423         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10424           Fix crashes when the horizontal subsampling is 1.
10425           Fixes #342097.
10426
10427 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10430
10431         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10432         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10433         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10434         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10435         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10436         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10437         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10438         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10439         (gst_avi_mux_change_state):
10440         * gst/avi/gstavimux.h:
10441           Some enhancements for avimux (#342526):
10442            - add odml (large file) index support
10443            - store codec init data (e.g. huffyuv)
10444            - miscellaneous other fixes/cleanups
10445
10446 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10447
10448         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10449         Don't output any tag when we encounter a negative track number - the
10450         tag type is uint, so we end up outputting huge positive numbers
10451         instead. (Fixes: #342029)
10452
10453 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10454
10455         * configure.ac:
10456           update for new GSTPB_PLUGINS_DIR
10457
10458 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10459
10460         * rtp/gst/gstrtph263pay.c:
10461         Properly set static caps for H263 at 34.
10462
10463 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10466
10467         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10468           Merge event tags and tag setter tags correctly (#339918). Also,
10469           don't leak taglist in case of an error.
10470           
10471 2006-05-17  Edward Hervey  <edward@fluendo.com>
10472
10473         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10474         We can only do caps intersection if the othercaps are non-empty and not
10475         ANY. Else we return the pad template (base_caps).
10476
10477 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10478
10479         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10480           Fix crash when outputting debugging information for certain
10481           pictures (always good to use the right struct member for
10482           the number of records in an array).
10483
10484 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10487
10488         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10489         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10490         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10491         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10492         (gst_ebml_read_float), (gst_ebml_read_ascii),
10493         (gst_ebml_read_binary):
10494           Don't create unnecessary sub-buffers all the time. Dramatically
10495           improves performance with multiple concurrently running
10496           matroskademux instances (#341818) (and avoids doing
10497           unnecessarily inefficient things in the general case).
10498
10499 2006-05-16  Edward Hervey  <edward@fluendo.com>
10500
10501         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10502         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10503         return value of gst_pad_push_event().
10504
10505 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10506
10507         * gst/autodetect/gstautoaudiosink.c:
10508         (gst_auto_audio_sink_find_best):
10509         * gst/autodetect/gstautovideosink.c:
10510         (gst_auto_video_sink_find_best):
10511         Make the name of the child element be based on the name of the
10512         parent, so that debug output is more useful.
10513         
10514         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10515         (parse_insert_string_field), (parse_split_strings):
10516         Rework string parsing to always walk over BOM markers in UTF16
10517         strings, using the endianness indicated by the innermost one,
10518         then trying the opposite endianness if that fails to convert
10519         to valid UTF-8. Fixes #341774
10520
10521 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10522
10523         Patch from: Matthieu <matthieu at fluendo dot com>
10524
10525         * ext/libpng/Makefile.am:
10526         Add LIBPNG_CFLAGS.
10527
10528 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10529
10530         * ext/taglib/gstid3v2mux.cc:
10531           Add support for writing images (APIC frames) into ID3v2
10532           tags (picture type always set to 'other' for now though).
10533
10534 2006-05-14  Michael Smith  <msmith@fluendo.com>
10535
10536         * gst/wavparse/gstwavparse.c:
10537           Update docs; wavparse implements push and pull modes.
10538
10539 2006-05-12  Wim Taymans  <wim@fluendo.com>
10540
10541         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10542         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10543         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10544         Ooops, bitten by the copy-and-paste design paradigm, fixes
10545         seek again.
10546
10547 2006-05-12  Wim Taymans  <wim@fluendo.com>
10548
10549         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10550         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10551         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10552         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10553         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10554         (gst_avi_demux_massage_index),
10555         (gst_avi_demux_calculate_durations_from_index),
10556         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10557         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10558         (gst_avi_demux_loop):
10559         * gst/avi/gstavidemux.h:
10560         Some cleanups, prepare to use GstSegment.
10561         Fix error in entry walking code.
10562         Fix VBR detection.
10563         Smarter timestamp calculation code.
10564         Uniform error/eos handling.
10565
10566 2006-05-12  Michael Smith  <msmith@fluendo.com>
10567
10568         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10569         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10570           Fix use of uninitialised values if we're NOT seeking in ready.
10571           Fix typos.
10572
10573 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * gst/wavparse/Makefile.am:
10576           Add CFLAGS and LIBS for libgstbase, fixes build on
10577           Cygwin (#341489).
10578
10579 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10582           Some more debug info. No need to check whether the string
10583           returned by g_convert() is really UTF-8 - either it is or
10584           we get NULL returned.
10585
10586 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10587
10588         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10589           Fix parsing of numeric genre strings some more, by ensuring that
10590           we only try and parse strings that a) Start with '(' and b) Consist
10591           only of digits.
10592           Also, when finding an escaping '((' sequence, bust it back to '(' by
10593           swallowing the first parenthesis
10594
10595 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10596
10597         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10598         (gst_esdsink_open), (gst_esdsink_close):
10599         * ext/esd/esdsink.h:
10600           Move the esd_get_server_info() into gst_esdsink_open() and fail
10601           with a decent error message on errors.
10602
10603 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10606         (gst_esdmon_channels_get_type):
10607         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10608         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10609         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10610         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10611         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10612         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10613         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10614         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10615         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10616         * gst/videomixer/videomixer.c:
10617         (gst_video_mixer_background_get_type):
10618           Const-ify GEnumValue arrays.
10619
10620 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10621
10622         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10623
10624         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10625         (gst_avi_mux_do_video_buffer):
10626           Work around gst_buffer_make_metadata_writable() bug that
10627           results in avimux marking all frames in the index as
10628           keyframes (#340859).
10629           
10630 2006-05-08  Wim Taymans  <wim@fluendo.com>
10631
10632         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10633         Make parsing of urls suck slightly less.
10634
10635 2006-05-08  Edward Hervey  <edward@fluendo.com>
10636
10637         * autogen.sh: (CONFIGURE_DEF_OPT): 
10638         libtoolize on Darwin/MacOSX is called glibtoolize.
10639
10640 2006-05-08  Wim Taymans  <wim@fluendo.com>
10641
10642         Patch by: Jens Granseuer <jensgr at gmx dot net>
10643
10644         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10645         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10646         C89 compliance fixes. Fixes #340980
10647
10648 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10649
10650         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10651         * ext/flac/gstflacdec.h:
10652           Handle segment seeks that include the end of the file as stop point
10653           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10654           message instead of an EOS event in case we're in segment seek
10655           mode (fixes #340699).
10656           
10657 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10658
10659         * ext/cairo/gsttextoverlay.c:
10660         * ext/flac/gstflacdec.c:
10661         * ext/gdk_pixbuf/pixbufscale.c:
10662         * gst/apetag/gstapedemux.c:
10663         * gst/debug/breakmydata.c:
10664         * gst/debug/testplugin.c:
10665         * gst/matroska/ebml-write.c:
10666         * gst/multipart/multipartdemux.c:
10667         * sys/osxaudio/gstosxaudiosink.c:
10668         * sys/osxaudio/gstosxaudiosrc.c:
10669         Add semicolons after GST_BOILERPLATE[_FULL] so that
10670         indent doesn't mess up following lines.
10671
10672 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10673
10674         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10675
10676         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10677           Don't leak caps when freeing the stream context (#340623).
10678
10679 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10680
10681         * configure.ac:
10682           Back to CVS
10683
10684 === release 0.10.3 ===
10685
10686 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10687
10688         * configure.ac:
10689           releasing 0.10.3, "Desplazado"
10690
10691 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * gst/matroska/matroska-mux.c:
10694         (gst_matroska_mux_stream_is_vorbis_header),
10695         (gst_matroska_mux_write_data):
10696           Don't strcmp() NULL strings.
10697           Only start new clusters on video keyframes, not on any
10698           random audio buffer that doesn't have the DELTA_UNIT
10699           flag set (fixes 'make check' again).
10700
10701 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10702
10703         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10704
10705         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10706         (gst_matroska_mux_stream_is_vorbis_header),
10707         (gst_matroska_mux_write_data):
10708           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10709           value and then dead-lock when muxing vorbis audio streams
10710           (the three vorbis header buffers carry no timestamp, and it
10711           would try to mux these after all video buffers). Fixes #340346.
10712
10713           Improve clustering: start a new cluster also whenever we get
10714           a keyframe.     
10715
10716 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10717
10718         * win32/common/config.h:
10719         * win32/MANIFEST
10720           add the generated file as well
10721
10722 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10723
10724         * Makefile.am:
10725         * configure.ac:
10726         * win32/common/config.h.in:
10727           add win32 stuff
10728
10729 2006-05-03  Michael Smith  <msmith@fluendo.com>
10730
10731         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10732           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10733           SUCKS.
10734
10735 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10736
10737         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10738         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10739         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10740           don't leak caps-string
10741
10742 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10745         (gst_id3demux_sink_activate):
10746           Let core insert default error message for TYPE_NOT_FOUND
10747           errors, it's just as good as our own and has the added
10748           bonus of being translated.
10749
10750 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10751
10752         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10753         (gst_tag_demux_sink_event):
10754         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10755         (gst_id3demux_sink_event):
10756           Post an error message when we get an EOS event and were not
10757           able to find out the type of stream.
10758
10759         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10760         (test_taglib_id3mux_with_tags):
10761           Decrease num-buffers to 16 per iteration again, otherwise the
10762           many memcpy()s and reallocations in the test will hammer slow
10763           CPUs completely and make the test timeout.
10764
10765 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10766
10767         * configure.ac:
10768           figure out where plugins-base plugins are
10769         * tests/check/Makefile.am:
10770           use plugins-base plugins, so we have typefind functions
10771         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10772           increase num-buffers, this makes sure the test errors out instead
10773           of timing out when no typefind functions are present
10774
10775 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10776
10777         * docs/plugins/Makefile.am:
10778           also check .cc files for gtk-doc markup
10779         * configure.ac:
10780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10782         * tests/check/Makefile.am:
10783         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10784         * ext/Makefile.am:
10785         * ext/taglib/Makefile.am:
10786         * ext/taglib/gstid3v2mux.h:
10787         * ext/taglib/gsttaglibmux.c:
10788         * ext/taglib/gsttaglibmux.h:
10789           move taglib-based id3v2muxer to -good.  Fixes #336110.
10790
10791 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10792
10793         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10794           ... and fix multichannel/WAVFORMATEX support again.
10795
10796 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10797
10798         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10799         (gst_wavparse_class_init), (gst_wavparse_dispose),
10800         (gst_wavparse_reset), (gst_wavparse_init),
10801         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10802         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10803         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10804         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10805         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10806         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10807         (gst_wavparse_stream_data), (gst_wavparse_loop),
10808         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10809         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10810         (gst_wavparse_change_state), (plugin_init):
10811         * gst/wavparse/gstwavparse.h:
10812           Add push (streaming) mode to wavparse (fixes #337625)
10813
10814 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10815
10816         * configure.ac:
10817         * tests/Makefile.am:
10818           add ximagesrc icles test
10819
10820 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10821
10822         * configure.ac:
10823         * docs/plugins/Makefile.am:
10824         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10826         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10827         (gst_cmml_enc_push_clip):
10828         * sys/Makefile.am:
10829         * sys/ximage/Makefile.am:
10830         * sys/ximage/gstximagesrc.c:
10831           Move ximagesrc plug-in to good after review.  Fixes #336756.
10832
10833 2006-04-28  Michael Smith  <msmith@fluendo.com>
10834
10835         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10836         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10837         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10838         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10839         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10840         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10841         * gst/icydemux/gsticydemux.h:
10842           Fix event handling: cache events when typefinding and forward later.
10843
10844 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10845
10846         * sys/osxaudio/gstosxaudiosink.c:
10847         (plugin_init):
10848          Register osxaudiosrc to the plugin.
10849         * sys/osxaudio/gstosxaudiosrc.c:
10850         (gst_osx_audio_src_osxelement_do_init),
10851         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10852         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10853         (gst_osx_audio_src_get_property),
10854         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10855         (gst_osx_audio_src_osxelement_init):
10856         * sys/osxaudio/gstosxaudiosrc.h:
10857           Port of osxaudiosrc to 0.10.
10858         * sys/osxaudio/Makefile.am:
10859           Add osxaudiosrc
10860
10861 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10862
10863         * sys/osxaudio/gstosxringbuffer.c:
10864         * sys/osxaudio/gstosxringbuffer.h:
10865           Forgot to commit earlier, part of the OSX audio plugin port
10866
10867 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10868
10869         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10870         (parse_split_strings):
10871           Recognise and skip any byte order marker (BOM) in
10872           UTF-16 strings.
10873
10874 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10875
10876         * docs/plugins/Makefile.am:
10877         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10879         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10880         * docs/plugins/inspect/plugin-avi.xml:
10881         * gst/avi/gstavidemux.c:
10882         * gst/avi/gstavimux.c:
10883           Add docs for both avidemux and avimux.
10884
10885 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10888
10889         * gst/avi/Makefile.am:
10890         * gst/avi/gstavi.c: (plugin_init):
10891         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10892         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10893         (gst_avi_mux_class_init), (gst_avi_mux_init),
10894         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10895         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10896         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10897         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10898         (gst_avi_mux_riff_get_avix_header),
10899         (gst_avi_mux_riff_get_video_header),
10900         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10901         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10902         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10903         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10904         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10905         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10906         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10907         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10908         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10909         (gst_avi_mux_change_state):
10910         * gst/avi/gstavimux.h:
10911           Port AVI muxer to GStreamer-0.10 (#332031).
10912
10913         * tests/check/Makefile.am:
10914         * tests/check/elements/avimux.c:
10915         * tests/check/elements/.cvsignore:
10916           Add unit test for AVI muxer.
10917
10918 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10919
10920         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10921         (gst_wavparse_class_init), (gst_wavparse_reset),
10922         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10923         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10924         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10925         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10926         (gst_wavparse_stream_data), (gst_wavparse_loop),
10927         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10928         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10929         (plugin_init):
10930         * gst/wavparse/gstwavparse.h:
10931           reverted patch #337625 for the price of 1 hour sleep
10932
10933 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10934
10935         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10936         (gst_wavparse_class_init), (gst_wavparse_reset),
10937         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10938         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10939         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10940         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10941         (gst_wavparse_stream_data), (gst_wavparse_loop),
10942         (gst_wavparse_chain), (plugin_init):
10943         * gst/wavparse/gstwavparse.h:
10944           correct partial implementation of push mode
10945           (from my last commit)
10946
10947 2006-04-26  Wim Taymans  <wim@fluendo.com>
10948
10949         * ext/esd/esdsink.c:
10950         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10951         it is not in esd.h
10952
10953 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10956         (gst_au_parse_class_init), (gst_au_parse_init),
10957         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10958         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10959         (gst_au_parse_chain), (gst_au_parse_src_convert),
10960         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10961         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10962         (gst_au_parse_change_state):
10963         * gst/auparse/gstauparse.h:
10964           Rewrite auparse to suck a little bit less: make source pad
10965           dynamic, so decodebin/playbin work with non-raw formats
10966           like alaw/mulaw; add query function for duration/position
10967           queries; check whether we have enough data before attempting
10968           to parse the header (instead of crashing when that is not the
10969           case); work around audioconvert sucking by swapping endianness
10970           to the native endianness ourselves for float formats; send
10971           initial newsegment event. Fixes #161712.
10972
10973 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10974
10975         * sys/osxaudio/Makefile.am:
10976         * sys/osxaudio/gstosxaudioelement.c:
10977         (gst_osx_audio_element_get_type),
10978         (gst_osx_audio_element_class_init):
10979         * sys/osxaudio/gstosxaudioelement.h:
10980         * sys/osxaudio/gstosxaudiosink.c:
10981         (gst_osx_audio_sink_osxelement_do_init),
10982         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10983         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10984         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10985         (gst_osx_audio_sink_create_ringbuffer),
10986         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10987         (plugin_init):
10988         * sys/osxaudio/gstosxaudiosink.h:
10989         Port of osxaudiosink to 0.10
10990
10991 2006-04-26  Wim Taymans  <wim@fluendo.com>
10992
10993         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10994         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10995         the size of the ringbuffer. This should fix hangs with older 
10996         esd sound servers.
10997
10998 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10999
11000         * ext/aalib/gstaasink.c:
11001         * ext/annodex/gstcmmldec.c:
11002         * ext/annodex/gstcmmlenc.c:
11003         * ext/cairo/gsttextoverlay.c:
11004         * ext/cairo/gsttimeoverlay.c:
11005         * ext/cdio/gstcdiocddasrc.c:
11006         * ext/dv/gstdvdec.c:
11007         * ext/dv/gstdvdemux.c:
11008         * ext/esd/esdmon.c:
11009         * ext/esd/esdsink.c:
11010         * ext/flac/gstflacenc.c:
11011         * ext/flac/gstflactag.c:
11012         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11013         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11014         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11015         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11016         * ext/gdk_pixbuf/pixbufscale.c:
11017         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11018         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11019         * ext/jpeg/gstjpegdec.c:
11020         * ext/jpeg/gstjpegenc.c:
11021         * ext/jpeg/gstsmokedec.c:
11022         * ext/jpeg/gstsmokeenc.c:
11023         * ext/libcaca/gstcacasink.c:
11024         * ext/libmng/gstmngdec.c:
11025         * ext/libmng/gstmngenc.c:
11026         * ext/libpng/gstpngdec.c:
11027         * ext/libpng/gstpngenc.c:
11028         * ext/mikmod/gstmikmod.c:
11029         * ext/raw1394/gstdv1394src.c:
11030         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11031         * ext/shout2/gstshout2.h:
11032         * ext/speex/gstspeexdec.c:
11033         * ext/speex/gstspeexenc.c:
11034         * gst/alpha/gstalpha.c:
11035         * gst/alpha/gstalphacolor.c:
11036         * gst/apetag/gstapedemux.c:
11037         * gst/auparse/gstauparse.c:
11038         * gst/autodetect/gstautoaudiosink.c:
11039         (gst_auto_audio_sink_base_init):
11040         * gst/autodetect/gstautovideosink.c:
11041         (gst_auto_video_sink_base_init):
11042         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11043         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11044         * gst/cutter/gstcutter.c:
11045         * gst/debug/breakmydata.c:
11046         * gst/debug/efence.c:
11047         * gst/debug/gstnavigationtest.c:
11048         * gst/debug/gstnavseek.c:
11049         * gst/debug/negotiation.c:
11050         * gst/debug/progressreport.c:
11051         * gst/debug/testplugin.c:
11052         * gst/effectv/gstaging.c:
11053         * gst/effectv/gstdice.c:
11054         * gst/effectv/gstedge.c:
11055         * gst/effectv/gstquark.c:
11056         * gst/effectv/gstrev.c:
11057         * gst/effectv/gstshagadelic.c:
11058         * gst/effectv/gstvertigo.c:
11059         * gst/effectv/gstwarp.c:
11060         * gst/flx/gstflxdec.c:
11061         * gst/goom/gstgoom.c:
11062         * gst/icydemux/gsticydemux.c:
11063         * gst/id3demux/gstid3demux.c:
11064         * gst/interleave/deinterleave.c:
11065         * gst/interleave/interleave.c:
11066         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11067         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11068         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11069         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11070         * gst/level/gstlevel.c:
11071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11072         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11073         * gst/median/gstmedian.c:
11074         * gst/monoscope/gstmonoscope.c:
11075         * gst/multipart/multipartdemux.c:
11076         * gst/multipart/multipartmux.c:
11077         * gst/oldcore/gstaggregator.c:
11078         * gst/oldcore/gstfdsink.c:
11079         * gst/oldcore/gstmd5sink.c:
11080         * gst/oldcore/gstmultifilesrc.c:
11081         * gst/oldcore/gstpipefilter.c:
11082         * gst/oldcore/gstshaper.c:
11083         * gst/oldcore/gststatistics.c:
11084         * gst/rtp/gstasteriskh263.c:
11085         * gst/rtp/gstrtpL16depay.c:
11086         * gst/rtp/gstrtpL16pay.c:
11087         * gst/rtp/gstrtpamrdepay.c:
11088         * gst/rtp/gstrtpamrpay.c:
11089         * gst/rtp/gstrtpdepay.c:
11090         * gst/rtp/gstrtpgsmpay.c:
11091         * gst/rtp/gstrtph263pay.c:
11092         * gst/rtp/gstrtph263pdepay.c:
11093         * gst/rtp/gstrtph263ppay.c:
11094         * gst/rtp/gstrtpilbcdepay.c:
11095         * gst/rtp/gstrtpmp4gpay.c:
11096         * gst/rtp/gstrtpmp4vdepay.c:
11097         * gst/rtp/gstrtpmp4vpay.c:
11098         * gst/rtp/gstrtpmpadepay.c:
11099         * gst/rtp/gstrtpmpapay.c:
11100         * gst/rtp/gstrtppcmadepay.c:
11101         * gst/rtp/gstrtppcmapay.c:
11102         * gst/rtp/gstrtppcmudepay.c:
11103         * gst/rtp/gstrtppcmupay.c:
11104         * gst/rtp/gstrtpspeexdepay.c:
11105         * gst/rtp/gstrtpspeexpay.c:
11106         * gst/rtsp/gstrtpdec.c:
11107         * gst/rtsp/gstrtspsrc.c:
11108         * gst/smpte/gstsmpte.c:
11109         * gst/udp/gstdynudpsink.c:
11110         * gst/udp/gstmultiudpsink.c:
11111         * gst/udp/gstudpsink.c:
11112         * gst/udp/gstudpsrc.c:
11113         * gst/videobox/gstvideobox.c:
11114         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11115         * gst/videofilter/gstvideobalance.c:
11116         * gst/videofilter/gstvideoflip.c:
11117         * gst/videofilter/gstvideotemplate.c:
11118         (gst_videotemplate_base_init):
11119         * gst/videomixer/videomixer.c:
11120         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11121         (gst_wavparse_class_init), (gst_wavparse_dispose),
11122         (gst_wavparse_reset), (gst_wavparse_init),
11123         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11124         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11125         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11126         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11127         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11128         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11129         (gst_wavparse_change_state):
11130         * gst/wavparse/gstwavparse.h:
11131         * sys/oss/gstossmixerelement.c:
11132         * sys/oss/gstosssink.c:
11133         * sys/oss/gstosssrc.c:
11134         * sys/osxaudio/gstosxaudioelement.c:
11135         * sys/osxaudio/gstosxaudiosink.c:
11136         * sys/osxaudio/gstosxaudiosrc.c:
11137         * sys/sunaudio/gstsunaudiomixer.c:
11138         * sys/sunaudio/gstsunaudiosink.c:
11139           Define GstElementDetails as const and also static (when defined as
11140           global)
11141
11142 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11145           Source pad has fixed caps. If we don't set this, bad
11146           things happen when the window is resized.
11147
11148 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11149
11150         * gst/matroska/Makefile.am:
11151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11152         (gst_matroska_demux_handle_src_event):
11153         * gst/matroska/matroska-ids.c:
11154         (gst_matroska_track_init_video_context),
11155         (gst_matroska_track_init_audio_context),
11156         (gst_matroska_track_init_subtitle_context),
11157         (gst_matroska_track_init_complex_context):
11158         * gst/matroska/matroska-ids.h:
11159           Handle case where the TrackType ebml chunk does not come before the
11160           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11161           events.
11162
11163 2006-04-25  Wim Taymans  <wim@fluendo.com>
11164
11165         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11166         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11167         It's codec_data, not codec_info.
11168
11169 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11172
11173         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11174           Handle codec_data for VfW compatibility codec IDs (#339451)
11175
11176         * gst/matroska/matroska-mux.c:
11177         (gst_matroska_mux_video_pad_setcaps):
11178           Same here, handle codec_data and add additional caps we can handle
11179           now to the pad template (huffyuv, dv and h263 video) (#339451)
11180
11181 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11184
11185         * gst/matroska/matroska-mux.c:
11186         (gst_matroska_mux_create_buffer_header),
11187         (gst_matroska_mux_write_data):
11188           Fix timestamping of B-frames, use signed integers, do
11189           some rounding (#339678).
11190
11191 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11192
11193         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11194         just make it compile with --disable-gst-debug.
11195
11196 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11197
11198         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11199         Fix a bad conversion using gst_guint64_to_gdouble.
11200         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11201         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11202         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11203     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11204         mistake.
11205
11206 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11207
11208         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11209         Use gst_guint64_to_gdouble for conversions
11210         * win32/vs6/gst_plugins_good.dsw:
11211         * win32/vs6/libgsticydemux.dsp:
11212         Add a project file for icydemux
11213
11214 2006-04-21  Wim Taymans  <wim@fluendo.com>
11215
11216         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11217
11218         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11219         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11220         When splitting audio chunks, the block alignment is not taken in
11221         consideration, so the smaller chunks could be of size which is 
11222         not a multiple of the block alignment. Fixes #336904
11223
11224 2006-04-21  Wim Taymans  <wim@fluendo.com>
11225
11226         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11227         Use scale functions
11228
11229 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11230
11231         * ext/dv/gstdv.c: (plugin_init):
11232           Fix build.
11233
11234 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11237         (gst_progress_report_class_init), (gst_progress_report_init),
11238         (gst_progress_report_do_query), (gst_progress_report_report),
11239         (gst_progress_report_set_property),
11240         (gst_progress_report_get_property):
11241           Add 'format' property to force querying to a particular format.
11242
11243 2006-04-21  Andy Wingo  <wingo@pobox.com>
11244
11245         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11246         best, on big endian systems. Drop its rank in that case. OTOH on
11247         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11248
11249 2006-04-21  Michael Smith  <msmith@fluendo.com>
11250
11251         * configure.ac:
11252         * gst/icydemux/Makefile.am:
11253         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11254         (gst_icydemux_base_init), (gst_icydemux_class_init),
11255         (gst_icydemux_reset), (gst_icydemux_init),
11256         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11257         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11258         (unicodify), (gst_icydemux_unicodify),
11259         (gst_icydemux_parse_and_send_tags),
11260         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11261         (gst_icydemux_chain), (gst_icydemux_change_state),
11262         (gst_icydemux_send_tag_event), (plugin_init):
11263         * gst/icydemux/gsticydemux.h:
11264         * tests/check/Makefile.am:
11265         * tests/check/elements/icydemux.c: (typefind_succeed),
11266         (plugin_init), (icydemux_found_pad), (create_icydemux),
11267         (cleanup_icydemux), (push_data), (GST_START_TEST),
11268         (icydemux_suite), (main):
11269           Add icydemux, and tests.
11270
11271 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11274           Post SEGMENT_DONE message in TIME format.
11275
11276 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11277
11278         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11279
11280         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11281         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11282           Fix index creation when we have to scan the file to create
11283           an index. There may be other types of RIFF 'LIST' chunks than
11284           'movi' and we need to skip them properly as well or we'll end up
11285           reading garbage (#336889). Some other cosmetic changes.
11286           
11287 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11290         (gst_flac_dec_handle_seek_event):
11291           Add support for segment seeks (fixes #338290). Also demote
11292           some recurring debug message from DEBUG to LOG level.
11293
11294 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11297         (gst_matroskademux_do_index_seek),
11298         (gst_matroska_demux_handle_seek_event),
11299         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11300         * gst/matroska/matroska-ids.h:
11301           Set DISCONT flag on first buffer after a discontinuity.
11302           Fix newsegment events sent when seeking and honour KEY_UNIT
11303           seek flag. Create pad with bogus caps if we don't recognise
11304           the stream codec id.
11305
11306         * gst/matroska/matroska-demux.h:
11307           Fix GObject macros.
11308
11309 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11310
11311         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11312
11313         * gst/matroska/matroska-demux.c:
11314         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11315           Handle end of segment properly when set; don't dead-lock when
11316           posting start of segment message when doing a segment seek.
11317           Fixes #338810.
11318
11319 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11320
11321         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11322         (gst_matroska_demux_plugin_init):
11323           Make mpeg2 aac audio work: create artificial private codec data
11324           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11325           Also call gst_riff_init(). Partially fixes #338767.
11326
11327 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11328
11329         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11330         (gst_wavenc_class_init), (gst_wavenc_init),
11331         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11332         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11333         (gst_wavenc_chain), (gst_wavenc_change_state):
11334         * gst/wavenc/gstwavenc.h:
11335           Set caps on first outgoing buffer, so that it doesn't error out
11336           immediately with a non-negotiated error (#338716). Rewrite and
11337           clean up a bit; fix setcaps function to parse things properly;
11338           fix sink caps (8bit audio is unsigned and doesn't have depth);
11339           use boilerplate macros; remove unused properties stuff.
11340
11341 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11344           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11345           handle MJPEG streams and might be autoplugged for those if the
11346           user doesn't have jpegdec installed (resulting in a cryptic error
11347           message about huffman tables). Better to disable JPEG decoding here
11348           and let the user figure out that she needs to install jpegdec.
11349
11350 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11351
11352         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11353         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11354         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11355         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11356           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11357           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11358           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11359           debug messages. Fix boilerplate macros.
11360
11361 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11364         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11365           No need to special-case for Gdk-2.0 any longer, we require
11366           Gdk 2.2 or newer; minor clean-ups.
11367
11368 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11369
11370         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11371         (gst_shout2send_class_init), (gst_shout2send_init),
11372         (set_shout_metadata), (gst_shout2send_set_metadata),
11373         (gst_shout2send_event), (gst_shout2send_start),
11374         (gst_shout2send_connect), (gst_shout2send_stop),
11375         (gst_shout2send_render), (gst_shout2send_set_property),
11376         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11377         (plugin_init):
11378         * ext/shout2/gstshout2.h:
11379         * po/POTFILES.in:
11380           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11381           change function; use GST_ELEMENT_ERROR for error reporting, not
11382           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11383           will cause crashes or assertion failures; remove (unused) "sync"
11384           property, basesink already has such a property; misc. other
11385           minor fixes and cleanups.
11386
11387 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11390         * ext/esd/gstesd.c: (plugin_init):
11391         * po/POTFILES.in:
11392           Add translatable error message for when we cannot
11393           connect to the sound server, as "Cannot open resource
11394           for writing" isn't really an acceptable message to show
11395           to the user in this case.
11396
11397 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11398
11399         * sys/oss/gst-i18n-plugin.h:
11400           Remove bogus file that doesn't belong here.
11401
11402 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11403
11404         Patch by: Philippe Valembois
11405
11406         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11407         (gst_shout2send_set_metadata), (gst_shout2send_event),
11408         (gst_shout2send_render), (gst_shout2send_change_state):
11409         * ext/shout2/gstshout2.h:
11410           Handle tags being received before the connection to
11411           the server is established properly (see #338636).
11412
11413 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11414
11415         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11416           Don't crash in case the connection to the server fails:
11417           don't set pointer to NULL by assigning FALSE; error out
11418           properly by using GST_ELEMENT_ERROR and returning
11419           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11420           before resetting the pointer.
11421
11422 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11423
11424         * gst/id3demux/id3tags.c:
11425         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11426         (Fixes #338713)
11427
11428 2006-04-12  Wim Taymans  <wim@fluendo.com>
11429
11430         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11431         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11432         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11433         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11434         (gst_gdk_pixbuf_chain):
11435         Some cleanups.
11436         Added RGBA as a possible output format.
11437         Correctly free the supported mimetypes.
11438         deprecate silent arg, it's not used.
11439         Return result from _alloc_buffer to peer.
11440
11441 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11444           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11445           overwriting GST_BUFFER_MALLOCDATA.
11446
11447 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11450         (user_endrow_callback), (user_end_callback),
11451         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11452         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11453         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11454         * ext/libpng/gstpngdec.h:
11455           Handle more than one frame if the content is framed,
11456           like with png-in-quicktime (#331917).
11457
11458 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11459
11460         * sys/oss/Makefile.am:
11461         * sys/oss/common.h:
11462         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11463         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11464         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11465         (gst_oss_src_unprepare):
11466           - the user-visible error strings were in the wrong category
11467           - and the messages were not marked for translation
11468           - which is actually a good thing, because they were exactly
11469             the kind of message you would never want anyone to see
11470           - the macros were using variables that didn't exist in the macro
11471             arguments
11472           - and they were obviously copied from each other and then modified
11473           - so a common header makes sense
11474
11475 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11476
11477         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11478           Don't try to modify read-only data.
11479
11480         * gst/matroska/matroska-demux.c:
11481         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11482           Fix comment (won't crash any longer now).
11483
11484 2006-04-10  Michael Smith  <msmith@fluendo.com>
11485
11486         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11487           Use copies of header buffers for caps to avoid circular refcounting
11488           problems (as in theoradec, vorbisdec).
11489
11490         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11491           Fix a typo in test that meant it was testing the wrong thing.
11492
11493         * tests/check/elements/cmmlenc.c: (check_headers):
11494           Fix refcount checks now that we use buffer-copies for caps.
11495
11496 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11497
11498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11499         (gst_matroska_demux_handle_seek_event),
11500         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11501         (gst_matroska_demux_subtitle_caps),
11502         (gst_matroska_demux_plugin_init):
11503           Use static pad templates with ANY caps for audio and video
11504           source pads and get rid of a lot of unnecessary (and partially
11505           broken) code for the template caps. Clean up caps finding
11506           functions. Fixes playback of audio files/streams that do not
11507           contain the sample rate and/or number of channels in the audio
11508           context (happens a lot with vorbis/mp3 .mka files it seems).
11509           Fixes #337183.
11510           Also add myself to copyright holders.
11511
11512 2006-04-10  Michael Smith  <msmith@fluendo.com>
11513
11514         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11515           Use g_list_delete_link () instead of g_list_remove_link () so that
11516           we free the link as well as the contained data.
11517
11518 2006-04-10  Wim Taymans  <wim@fluendo.com>
11519
11520         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11521
11522         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11523         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11524         (gst_avi_demux_stream_header):
11525         Fix some crashers with empty chunks. (Fixes #337749)
11526
11527 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11528
11529         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11530           use G_GINT64_CONSTANT for INT64 constants
11531         * gst/videofilter/gstvideobalance.c:
11532           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11533         * win32/vs6/libgstavi.dsp:
11534          add missing libraries for the link and remove avimux.c from
11535          the project as it isn't ported to 0.10 yet
11536         
11537 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11540           Even better would be if we actually did the right thing
11541           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11542
11543 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11546           Can't just replace 1LL with 1L here just because MSVC doesn't
11547           support it, as it might lead to incorrect results when doing the
11548           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11549           force a 64-bit constant in a way that all compilers are happy with.
11550
11551 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11552
11553         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11554         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11555         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11556         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11557         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11558         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11559         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11560         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11561         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11562         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11563         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11564         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11565         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11566         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11567         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11568         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11569         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11570         * gst/debug/efence.c: (gst_efence_class_init):
11571         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11572         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11573         * gst/goom/gstgoom.c: (gst_goom_class_init):
11574         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11575         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11576         * gst/interleave/interleave.c: (interleave_class_init):
11577         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11578         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11579         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11580         * gst/median/gstmedian.c: (gst_median_class_init):
11581         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11582         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11583         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11584         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11585         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11586         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11587         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11588         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11589         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11590         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11591         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11592         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11593         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11594         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11595         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11596         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11597         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11598         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11599         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11600         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11601         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11602         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11603         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11604         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11605         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11607         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11608         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11609         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11610         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11611         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11612         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11613         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11614         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11615         * sys/osxaudio/gstosxaudioelement.c:
11616         (gst_osxaudioelement_class_init):
11617         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11618         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11619         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11620         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11621
11622 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11623
11624         * ext/mikmod/gstmikmod.h:
11625         * gst/level/gstlevel.h:
11626         Fix more broken GObject macros
11627
11628 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11629
11630         * ext/annodex/gstcmmldec.h:
11631         * ext/annodex/gstcmmlenc.h:
11632         * ext/annodex/gstcmmltag.h:
11633         * ext/cairo/gsttextoverlay.h:
11634         * ext/ladspa/gstsignalprocessor.h:
11635         * gst/matroska/ebml-read.h:
11636         * gst/matroska/ebml-write.h:
11637         * sys/osxaudio/gstosxaudioelement.h:
11638         Fix broken GObject macros
11639
11640 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11643           Don't try to seek beyond the end of the file (would
11644           occasionally display error dialogs in totem when seeking
11645           to the end) (#335869). Will still throw an error though
11646           if the file is truncated and the total_samples value in
11647           the stream header is wrong.
11648
11649 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11652         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11653         (gst_flac_dec_metadata_callback):
11654         * ext/flac/gstflacdec.h:
11655           If the stream header doesn't contain the total number of samples,
11656           search for the last flac frame at the end of the file and calculate
11657           the total duration from that frame's offset (fixes #337609).
11658
11659 2006-04-07  Edward Hervey  <edward@fluendo.com>
11660
11661         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11662         Don't unref the GstPadTemplate returned by
11663         gst_element_class_get_pad_template().
11664
11665 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11666
11667         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11668
11669         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11670         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11671         * sys/sunaudio/gstsunaudiosink.h:
11672           Use spec->segsize and spec->segtotal in the prepare function
11673           to initialise the ring buffer instead of using the buffer-time
11674           property (#337421).
11675
11676 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11677
11678         * configure.ac:
11679           Bump core requirements to CVS for gst_pad_query_peer_duration()
11680           which is used by speexdec.
11681
11682 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11683
11684         * ext/speex/gstspeex.c: (plugin_init):
11685         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11686         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11687         (speex_get_sink_query_types), (speex_dec_sink_query),
11688         (speex_get_src_query_types), (speex_dec_src_query),
11689         (speex_dec_src_event), (speex_dec_sink_event),
11690         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11691         (speex_dec_chain_parse_data), (speex_dec_chain),
11692         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11693         (speex_dec_change_state):
11694         * ext/speex/gstspeexdec.h:
11695           Fix seeking and duration queries (#337033); clean up and
11696           refactor a bit.
11697
11698 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11699
11700         * ext/raw1394/gstdv1394src.c:
11701           distinguish between device not found and could not open for
11702           reading
11703
11704 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11705
11706         * Makefile.am:
11707         * configure.ac:
11708         * pkgconfig/.cvsignore:
11709         * pkgconfig/Makefile.am:
11710         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11711           add a .pc file so other modules can use good plugins in tests
11712
11713 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11714
11715         * configure.ac:
11716           clean up, use AS_VERSION and AS_NANO
11717         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11718           use PACKAGE_VERSION define
11719         * po/af.po:
11720         * po/az.po:
11721         * po/cs.po:
11722         * po/en_GB.po:
11723         * po/hu.po:
11724         * po/it.po:
11725         * po/nb.po:
11726         * po/nl.po:
11727         * po/or.po:
11728         * po/sq.po:
11729         * po/sr.po:
11730         * po/sv.po:
11731         * po/uk.po:
11732         * po/vi.po:
11733           updated
11734
11735 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11736
11737         * ext\jpeg\smokecodec.c:
11738           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11739         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11740           move first instruction after all variables declarations
11741         * gst\alpha\gstalpha.c:
11742         * gst\effectv\gstshagadelic.c:
11743         * gst\smpte\paint.c:
11744         * gst\videofilter\gstvideobalance.c:
11745           define M_PI if it's not defined (it's not defined on WIN32)
11746         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11747         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11748         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11749         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11750         (gst_matroska_demux_video_caps):
11751         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11752         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11753           use gst_guint64_to_gdouble for conversions
11754         * gst\goom\filters.c: (setPixelRGB_):
11755           fix a debug which was using undefined variable
11756         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11757         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11758           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11759         * win32/vs6:
11760           add vs6 projects files for most of plugins-good
11761         
11762 2006-03-30  j^  <j@bootlab.org>
11763
11764         * ext/aalib/gstaasink.c:
11765         * ext/annodex/gstcmmldec.c:
11766         * ext/annodex/gstcmmlenc.c:
11767         * ext/cairo/gsttextoverlay.c:
11768         * ext/cairo/gsttimeoverlay.c:
11769         * ext/cdio/gstcdiocddasrc.c:
11770         * ext/dv/gstdvdec.c:
11771         * ext/esd/esdmon.c:
11772         * ext/esd/esdsink.c:
11773         * ext/flac/gstflacdec.c:
11774         * ext/flac/gstflacenc.c:
11775         * ext/flac/gstflactag.c:
11776         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11777         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11778         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11779         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11780         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11781         * ext/gdk_pixbuf/pixbufscale.c:
11782         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11783         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11784         * ext/jpeg/gstjpegdec.c:
11785         * ext/jpeg/gstjpegenc.c:
11786         * ext/jpeg/gstsmokedec.c:
11787         * ext/jpeg/gstsmokeenc.c:
11788         * ext/libcaca/gstcacasink.c:
11789         * ext/libmng/gstmngdec.c:
11790         * ext/libmng/gstmngenc.c:
11791         * ext/libpng/gstpngdec.c:
11792         * ext/libpng/gstpngenc.c:
11793         * ext/mikmod/gstmikmod.c:
11794         * ext/raw1394/gstdv1394src.c:
11795         * ext/shout2/gstshout2.c:
11796         * ext/speex/gstspeexdec.c:
11797         * ext/speex/gstspeexenc.c:
11798         * gst/alpha/gstalpha.c:
11799         * gst/alpha/gstalphacolor.c:
11800         * gst/auparse/gstauparse.c:
11801         * gst/autodetect/gstautoaudiosink.c:
11802         (gst_auto_audio_sink_base_init):
11803         * gst/autodetect/gstautovideosink.c:
11804         (gst_auto_video_sink_base_init):
11805         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11806         * gst/cutter/gstcutter.c:
11807         * gst/debug/breakmydata.c:
11808         * gst/debug/efence.c:
11809         * gst/debug/gstnavigationtest.c:
11810         * gst/debug/negotiation.c:
11811         * gst/debug/progressreport.c:
11812         * gst/debug/testplugin.c:
11813         * gst/effectv/gstaging.c:
11814         * gst/effectv/gstdice.c:
11815         * gst/effectv/gstedge.c:
11816         * gst/effectv/gstquark.c:
11817         * gst/effectv/gstrev.c:
11818         * gst/effectv/gstvertigo.c:
11819         * gst/effectv/gstwarp.c:
11820         * gst/flx/gstflxdec.c:
11821         * gst/goom/gstgoom.c:
11822         * gst/interleave/deinterleave.c:
11823         * gst/interleave/interleave.c:
11824         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11825         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11826         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11827         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11828         * gst/level/gstlevel.c:
11829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11830         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11831         * gst/median/gstmedian.c:
11832         * gst/monoscope/gstmonoscope.c:
11833         * gst/multipart/multipartdemux.c:
11834         * gst/multipart/multipartmux.c:
11835         * gst/oldcore/gstmd5sink.c:
11836         * gst/oldcore/gstmultifilesrc.c:
11837         * gst/oldcore/gstpipefilter.c:
11838         * gst/oldcore/gstshaper.c:
11839         * gst/oldcore/gststatistics.c:
11840         * gst/rtp/gstasteriskh263.c:
11841         * gst/rtp/gstrtpL16depay.c:
11842         * gst/rtp/gstrtpL16pay.c:
11843         * gst/rtp/gstrtpamrdepay.c:
11844         * gst/rtp/gstrtpamrpay.c:
11845         * gst/rtp/gstrtpdepay.c:
11846         * gst/rtp/gstrtpgsmpay.c:
11847         * gst/rtp/gstrtph263pay.c:
11848         * gst/rtp/gstrtph263pdepay.c:
11849         * gst/rtp/gstrtph263ppay.c:
11850         * gst/rtp/gstrtpmp4gpay.c:
11851         * gst/rtp/gstrtpmp4vdepay.c:
11852         * gst/rtp/gstrtpmp4vpay.c:
11853         * gst/rtp/gstrtpmpadepay.c:
11854         * gst/rtp/gstrtpmpapay.c:
11855         * gst/rtp/gstrtppcmadepay.c:
11856         * gst/rtp/gstrtppcmapay.c:
11857         * gst/rtp/gstrtppcmudepay.c:
11858         * gst/rtp/gstrtppcmupay.c:
11859         * gst/rtp/gstrtpspeexdepay.c:
11860         * gst/rtp/gstrtpspeexpay.c:
11861         * gst/rtsp/gstrtpdec.c:
11862         * gst/smpte/gstsmpte.c:
11863         * gst/videobox/gstvideobox.c:
11864         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11865         * gst/videofilter/gstvideobalance.c:
11866         * gst/videofilter/gstvideoflip.c:
11867         * gst/videofilter/gstvideotemplate.c:
11868         (gst_videotemplate_base_init):
11869         * gst/videomixer/videomixer.c:
11870         * gst/wavenc/gstwavenc.c:
11871         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11872          better/unified long descriptions
11873          Fixed #336602
11874          Some cleanups to auparse, don't send multiple newsegments.
11875
11876 2006-03-29  Wim Taymans  <wim@fluendo.com>
11877
11878         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11879
11880         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11881         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11882         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11883         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11884         * ext/dv/gstdvdemux.h:
11885         Seek in READY patch. Only works for pull based mode.
11886         Fixes #323880
11887
11888 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11891         (gst_gdk_pixbuf_event):
11892           Fix two crashers: don't unref the same caps twice, and
11893           set pixbuf loader to NULL after freeing it.
11894
11895 2006-03-27  Wim Taymans  <wim@fluendo.com>
11896
11897         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11898         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11899         (gst_speexenc_chain):
11900         * ext/speex/gstspeexenc.h:
11901         Don't leak adapter.
11902         A push *always* takes ownership of the buffer, even on
11903         errors.
11904         Small cleanups.
11905
11906 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11907
11908         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11909           Create source pad without leaking.
11910
11911 2006-03-24  Wim Taymans  <wim@fluendo.com>
11912
11913         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11914         * ext/flac/gstflacdec.h:
11915         * ext/flac/gstflacenc.h:
11916         Spifify a bit.
11917         Fix deadly lock order error in seeking code, STREAM_LOCK
11918         cannot be taken within LOCK and the streaming variables are
11919         protected with the STREAM_LOCK anyway.
11920
11921 2006-03-24  Wim Taymans  <wim@fluendo.com>
11922
11923         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11924         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11925         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11926         this patch combines the global init_frames with the stream
11927         init_frames. Rationale being that the global delay should 
11928         be subtracted from any stream delay.
11929         Fixes #335858.
11930
11931 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11932
11933         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11934         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11935         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11936         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11937         use DEBUG_FUNCPTR for collectpads
11938
11939 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11942           Don't crash when encoding images where the number of rows isn't
11943           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11944
11945 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11948         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11949         * gst/interleave/interleave.c: (interleave_change_state):
11950         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11951           More state change function fixes.
11952
11953 2006-03-23  Wim Taymans  <wim@fluendo.com>
11954
11955         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11956         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11957         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11958         (gst_esdsink_delay), (gst_esdsink_reset):
11959         * ext/esd/esdsink.h:
11960         Fix esd choppy playback by configuring audiosink
11961         correctly. Fixes #325191
11962
11963 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11964
11965         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11966           Make state change function thread-safe.
11967
11968 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11969
11970         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11971         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11972           Don't try to read beyond the end of the file just because
11973           the header claims a bigger size (like with truncated files).
11974
11975 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11976
11977         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11978         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11979         (gst_wavparse_stream_data), (gst_wavparse_loop):
11980         * gst/wavparse/gstwavparse.h:
11981           Delay source pad creation until we have the first chunk of
11982           media data, so the we can examine the data and adjust the
11983           caps accordingly if required. This makes playback of .wav
11984           files with DTS-declared-as-PCM content work (#313266).
11985
11986 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11987
11988         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11989         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11990         Don't attempt typefinding on too-short buffers that have been
11991         completely trimmed away. (Fixes #330239)
11992
11993         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11994         Improve the debug output
11995
11996 2006-03-21  Wim Taymans  <wim@fluendo.com>
11997
11998         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11999         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12000         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12001         (gst_esdsink_set_property), (gst_esdsink_get_property):
12002         Some cleanups.
12003         Reset fd to -1 when we close them.
12004
12005 2006-03-21  Wim Taymans  <wim@fluendo.com>
12006
12007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12008         the OPTIONS request result is optional so don't
12009         fail on it.
12010
12011 2006-03-21  Edward Hervey  <edward@fluendo.com>
12012
12013         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12014         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12015         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12016         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12017         (gst_wavparse_change_state):
12018         gcc 4.1 unreferenced pointer fixes.
12019
12020 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12021
12022         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12023
12024         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12025           Fix block alignment calculation. Alignment should be done before
12026           adding the byte offset where the data starts (#335231).
12027
12028 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12029
12030         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12031           Ensure that we set correct caps on buffers that are transferred
12032           direct from the input.
12033
12034 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12035
12036         * gst/goom/filters.c: (zoomFilterDestroy):
12037         * gst/goom/goom_core.c: (goom_close):
12038           Free filter data when cleaning up. (Fixes: #334995)
12039
12040 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         * configure.ac:
12043           Don't compile udp and rtsp plugins on win32 (mingw) or other
12044           systems that don't have <sys/socket.h> for some reason (#316203).
12045
12046 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12047
12048         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12049         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12050         * ext/raw1394/gstdv1394src.h:
12051           Change bus reset handler so it reports useful information such as
12052           whether the device being used connected or disconnected
12053
12054 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * gst/id3demux/id3v2frames.c:
12057         (parse_relative_volume_adjustment_two):
12058           We only care about gain and peak data for the master volume.
12059
12060 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12061
12062         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12063         (parse_id_string), (parse_unique_file_identifier),
12064         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12065           Read replay gain tags (#323721).
12066
12067 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12068
12069         * configure.ac:
12070           Bump requirements to gst-plugins-base CVS because
12071           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12072
12073 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12074
12075         * rtp/gst/gstrtppcmadepay.c:
12076         Fixed one of the caps in the code from mulaw to alaw.
12077
12078 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12079
12080         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12081           Ensure that we set caps on the buffers we pass.
12082
12083         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12084         (gst_id3demux_sink_activate):
12085           Ensure that we set caps on the buffers we pass.
12086
12087           Use STREAM, TYPE_NOT_FOUND as the error class when
12088           typefinding fails.
12089
12090 2006-03-15  Edward Hervey  <edward@fluendo.com>
12091
12092         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12093         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12094         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12095         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12096         (gst_jpeg_dec_setcaps):
12097         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12098         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12099         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12100         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12101         (gst_mngdec_src_getcaps):
12102         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12103         (gst_pngdec_caps_create_and_set):
12104         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12105         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12106         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12107         * gst/alpha/gstalpha.c: (gst_alpha_init):
12108         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12109         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12110         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12111         * gst/cutter/gstcutter.c: (gst_cutter_init):
12112         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12113         (gst_efence_checkgetrange):
12114         * gst/debug/negotiation.c: (gst_negotiation_init):
12115         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12116         * gst/goom/gstgoom.c: (gst_goom_init):
12117         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12118         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12119         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12120         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12121         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12122         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12123         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12124         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12125         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12126         (gst_wavparse_create_sourcepad):
12127         Fix memleak with gst_static_pad_template_get().
12128         This uses gst_pad_new_from_static_template() instead.
12129         Fixes #333512
12130
12131 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * configure.ac:
12134           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12135           used by id3demux.
12136
12137         * gst/id3demux/gstid3demux.c: (plugin_init):
12138         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12139         (parse_user_text_identification_frame),
12140         (parse_unique_file_identifier):
12141           Add support for UFID and TXXX frames and extract musicbrainz tags.
12142
12143 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12144
12145         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12146           Catch short reads, like they might happen with truncated
12147           files (see #305279); remove unnecessary indentation.
12148
12149 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12150
12151         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12152           Fix DIB image inversion for pictures with a
12153           depth != 8 (#305279).
12154
12155 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12156
12157         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12158         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12159         * ext/jpeg/gstjpegdec.h:
12160           Fix durations on outgoing buffers after seeking
12161           in MJPEG files (#334083); some minor clean-ups.
12162
12163 2006-03-13  Wim Taymans  <wim@fluendo.com>
12164
12165         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12166         (gst_wavparse_change_state):
12167         Implement seek in READY (re-fixes #327658)
12168
12169 2006-03-13  Wim Taymans  <wim@fluendo.com>
12170
12171         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12172         * ext/esd/esdmon.c: (gst_esdmon_get):
12173         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12174         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12175         (gst_gdk_pixbuf_sink_getcaps):
12176         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12177         (gst_jpegenc_setcaps):
12178         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12179         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12180         (gst_smokeenc_setcaps):
12181         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12182         (gst_mngdec_src_getcaps):
12183         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12184         (gst_mngenc_chain):
12185         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12186         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12187         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12188         (speex_dec_src_event), (speex_dec_chain):
12189         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12190         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12191         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12192         (gst_negotiation_pad_link), (gst_negotiation_chain):
12193         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12194         (gst_flxdec_chain):
12195         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12196         (deinterleave_chain):
12197         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12198         * gst/median/gstmedian.c: (gst_median_link):
12199         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12200         (gst_monoscope_chain):
12201         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12202         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12203         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12204         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12205         close #333784 unref the result of gst_pad_get_parent()
12206         by: Christophe Fergeau.
12207
12208 2006-03-09  Wim Taymans  <wim@fluendo.com>
12209
12210         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12211         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12212         Handle events in push mode better, can now do non-flushing
12213         seeks in push mode as well.
12214
12215 2006-03-07  Wim Taymans  <wim@fluendo.com>
12216
12217         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12218         Applied patch from Kai Vehmanen, fixes #333624.
12219
12220 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12221
12222         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12223         Implement paletted and grayscale png files handling.
12224         (#150363).
12225
12226 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12227
12228         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12229         (gst_speexenc_chain):
12230           fix a tag list assert
12231           follow gst-plugins-base/ext/ogg/README; set OFFSET
12232           and OFFSET_END.  Muxes correctly with gst-plugins-base
12233           > 0.9.3
12234
12235 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12236
12237         * gst/id3demux/Makefile.am:
12238         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12239         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12240           Use new typefind helper functions here as well, and
12241           do typefinding in pull-mode if upstream supports that.
12242
12243 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         * sys/sunaudio/gstsunaudiomixerctrl.c:
12246         (gst_sunaudiomixer_ctrl_get_volume),
12247         (gst_sunaudiomixer_ctrl_set_volume):
12248         * sys/sunaudio/gstsunaudiomixertrack.c:
12249         (gst_sunaudiomixer_track_new):
12250           Remove unused variables, breaks build from CVS
12251           with -Werror (#333392, patch by: Benjamin Pineau)
12252
12253 2006-03-03  Wim Taymans  <wim@fluendo.com>
12254
12255         * docs/plugins/Makefile.am:
12256         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12258         Added wavparse docs.
12259
12260         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12261         (gst_wavparse_reset), (gst_wavparse_init),
12262         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12263         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12264         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12265         (gst_wavparse_stream_data), (gst_wavparse_loop),
12266         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12267         (gst_wavparse_change_state):
12268         * gst/wavparse/gstwavparse.h:
12269         Implement seek in READY (fixes #327658)
12270         Added docs and did some cleanups.
12271
12272 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12273
12274         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12275         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12276         (gst_avi_demux_calculate_durations_from_index),
12277         (gst_avi_demux_stream_header):
12278         * gst/avi/gstavidemux.h:
12279           If we have an index, use a duration based on the index instead
12280           of blindly trusting the information in the stream headers
12281           (fixes #331817).
12282
12283 2006-03-03  Wim Taymans  <wim@fluendo.com>
12284
12285         * docs/plugins/Makefile.am:
12286         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12287         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12288         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12289         Added smoke and jpeg to the docs.
12290
12291         * ext/jpeg/Makefile.am:
12292         * ext/jpeg/gstjpeg.c: (plugin_init):
12293         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12294         * ext/jpeg/gstjpegenc.h:
12295         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12296         (gst_smokedec_chain):
12297         * ext/jpeg/gstsmokedec.h:
12298         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12299         * ext/jpeg/gstsmokeenc.h:
12300         * ext/jpeg/smokecodec.h:
12301         Port smokedec (fixes #331905).
12302         Added some docs.
12303         Some cleanups.
12304
12305 2006-03-03  Wim Taymans  <wim@fluendo.com>
12306
12307         * docs/plugins/Makefile.am:
12308         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12309         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12310         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12311         Added videobalance and videoflip to the docs.
12312
12313         * gst/videofilter/Makefile.am:
12314         * gst/videofilter/gstvideobalance.c:
12315         (gst_video_balance_update_tables_planar411),
12316         (gst_video_balance_is_passthrough),
12317         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12318         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12319         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12320         (gst_video_balance_finalize), (gst_video_balance_class_init),
12321         (gst_video_balance_init), (gst_video_balance_interface_supported),
12322         (gst_video_balance_interface_init),
12323         (gst_video_balance_colorbalance_list_channels),
12324         (gst_video_balance_colorbalance_set_value),
12325         (gst_video_balance_colorbalance_get_value),
12326         (gst_video_balance_colorbalance_init),
12327         (gst_video_balance_set_property), (gst_video_balance_get_property),
12328         (gst_video_balance_get_type), (plugin_init):
12329         * gst/videofilter/gstvideobalance.h:
12330         Ported to 0.10. (Fixes #326160)
12331         Added docs.
12332
12333         * gst/videofilter/gstvideoflip.c:
12334         * gst/videofilter/gstvideoflip.h:
12335         Added docs.
12336
12337 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12338
12339         * configure.ac:
12340           Bump requirements to current core and -base CVS
12341           (core for new typefind helper API, and -base for the
12342           WAVFORMATEX support that was added to libgstriff and
12343           is needed by wavparse).
12344         
12345         * gst/apetag/Makefile.am:
12346         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12347         (gst_tag_demux_sink_activate):
12348           Use new typefind helpers for typefinding instead of our
12349           home-grown stuff; also, do typefinding in pull-mode if
12350           upstream supports that.
12351
12352 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12353
12354         Reviewed by: Christian Schaller <christian@fluendo.com>
12355
12356         This patch fixes bug: 329107
12357
12358         This Changelog entry is for a commit done on February 17
12359
12360         * ext/gconf/gconf.c
12361         * ext/gconf/gconf.h
12362         * ext/gconf/gstgconfaudiosink.c
12363         * ext/gconf/gstgconfaudiosink.h
12364         * gconf/gstreamer.schemas.in
12365
12366 2006-02-28  Wim Taymans  <wim@fluendo.com>
12367
12368         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12369         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12370         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12371         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12372         Use DEBUG_OBJECT more.
12373
12374 2006-02-28  Wim Taymans  <wim@fluendo.com>
12375
12376         * docs/plugins/Makefile.am:
12377         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12378         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12379         Added dvdec and dvdemux to docs.
12380
12381         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12382         Added docs.
12383         Check frame sizes so we don't crash when don't have enough
12384         data.
12385         Send nice error messages on error.
12386
12387         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12388         (gst_dvdemux_class_init), (gst_dvdemux_init),
12389         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12390         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12391         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12392         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12393         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12394         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12395         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12396         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12397         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12398         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12399         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12400         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12401         * ext/dv/gstdvdemux.h:
12402         Added docs.
12403         Implement pull mode.
12404         Fix memleaks.
12405         Reduce memcpy for the video demuxing.
12406
12407 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12408
12409         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12410         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12411         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12412         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12413           Add a little extra debug. Make the decoder not return NOT_LINKED,
12414           as we want to continue decoding all CMML and emitting tags.
12415
12416 2006-02-27  Michael Smith  <msmith@fluendo.com>
12417
12418         * ext/annodex/gstskeltag.c:
12419         * ext/annodex/gstskeltag.h:
12420           Deleted; these files aren't used any more either.
12421
12422 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12423
12424         * ext/Makefile.am: Fix dist-check.
12425
12426 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12427
12428         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12429         memleak.
12430
12431 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12432
12433         * ext/annodex/Makefile.am:
12434         * ext/annodex/gstannodex.c:
12435         * ext/annodex/gstcmmldec.c:
12436         * ext/annodex/gstcmmlenc.c:
12437         * ext/annodex/gstcmmlparser.c:
12438         * ext/annodex/gstcmmlparser.h:
12439         * ext/annodex/gstcmmlutils.c:
12440         * tests/check/elements/cmmldec.c:
12441         * tests/check/elements/cmmlenc.c:
12442           Fix a memleak in gst_cmml_track_list_add_clip.
12443           Handle overflows in clip's start and end times.
12444           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12445           Do not parse junk at the end of a CMML preamble buffer.
12446           Register a libxml error handler to not print stuff on stderr.
12447           Check for bad clip start and end times in the testsuites.
12448
12449 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12450
12451         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12452         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12453         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12454         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12455         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12456         possible memleaks.
12457
12458 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12459
12460         * tests/check/Makefile.am:
12461         * tests/check/elements/cmmldec.c:
12462         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12463         the plugins-base tags.
12464
12465 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12466
12467         * ext/Makefile.am: Re-enable module.
12468
12469 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12470
12471         * tests/check/Makefile.am: Forgot to remove that test.
12472
12473 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12474
12475         * ext/annodex/Makefile.am:
12476         * ext/annodex/gstannodex.c: (plugin_init):
12477         * ext/annodex/gstcmmldec.c:
12478         * ext/annodex/gstskeldec.c:
12479         * ext/annodex/gstskeldec.h:
12480         * tests/check/Makefile.am:
12481         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12482
12483 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12484
12485         * tests/check/Makefile.am: Disable those checks as well.
12486
12487 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12488
12489         * ext/Makefile.am: Disable annodex for now until we figure out
12490         how to make it build.
12491         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12492         Add a rule to your checklist : "please try to at least build 
12493         what you are going to commit into -good, or if you are too lazy
12494         to do that, please check that the buildbots are not crying because
12495         of your commit."
12496
12497 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12498
12499         * configure.ac:
12500         * ext/Makefile.am:
12501         * ext/gdk_pixbuf/Makefile.am:
12502         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12503         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12504         * ext/gdk_pixbuf/pixbufscale.c:
12505         * ext/gdk_pixbuf/pixbufscale.h:
12506           Gdkpixbuf ported from 0.8 to 0.10 by
12507           Renato Filho <renato.filho@indt.org.br>.
12508           gst_loader and gdkpixbufanimation still need port.
12509
12510 2006-02-24  Michael Smith  <msmith@fluendo.com>
12511
12512         * configure.ac:
12513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12514         * ext/Makefile.am:
12515         * ext/annodex/Makefile.am:
12516         * ext/annodex/gstannodex.c:
12517         * ext/annodex/gstannodex.h:
12518         * ext/annodex/gstcmmldec.c:
12519         * ext/annodex/gstcmmldec.h:
12520         * ext/annodex/gstcmmlenc.c:
12521         * ext/annodex/gstcmmlenc.h:
12522         * ext/annodex/gstcmmlparser.c:
12523         * ext/annodex/gstcmmlparser.h:
12524         * ext/annodex/gstcmmltag.c:
12525         * ext/annodex/gstcmmltag.h:
12526         * ext/annodex/gstcmmlutils.c:
12527         * ext/annodex/gstcmmlutils.h:
12528         * ext/annodex/gstskeldec.c:
12529         * ext/annodex/gstskeldec.h:
12530         * ext/annodex/gstskeltag.c:
12531         * ext/annodex/gstskeltag.h:
12532         * tests/check/Makefile.am:
12533         * tests/check/elements/cmmldec.c:
12534         * tests/check/elements/cmmlenc.c:
12535         * tests/check/elements/skeldec.c:
12536           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12537           Includes tests & docs, oh my! Passes Thomas's -good checklist
12538           entirely. Wow.
12539
12540 2006-02-24  Michael Smith  <msmith@fluendo.com>
12541
12542         * autogen.sh:
12543           Check for automake 1.9 as well.
12544
12545 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12546
12547         * ext/flac/gstflacenc.c:
12548           Change min. sample rate to 8kHz to match flacdec's.
12549           
12550 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12551
12552         * ext/cdio/Makefile.am:
12553           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12554           required for Cygwin, see #317048)
12555
12556         * gst/rtp/gstasteriskh263.c:
12557           Cygwin has includes for both the unix network socket API
12558           and the windows API, but only one can be included, so fix
12559           includes to only use one or the other, prefering the unxi
12560           one (#317048).
12561
12562 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12563
12564         * rtp/gst/gstrtppcmadepay.c:
12565         * rtp/gst/gstrtppcmadepay.h:
12566         * rtp/gst/gstgstrtppcmapay.c:
12567         * rtp/gst/gstgstrtppcmapay.h:
12568         * rtp/gst/gstrtppcmudepay.c:
12569         * rtp/gst/gstrtppcmudepay.h:
12570         * rtp/gst/gstrtppcmupay.c:
12571         * rtp/gst/gstrtppcmupay.h:
12572         * rtp/gst/Makefile.am:
12573         * rtp/gst/gstrtp.c:
12574         * rtp/gst/README:
12575         Separated the G711 payloaders/depayloaders into separate elements for
12576         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12577
12578 2006-02-22  Wim Taymans  <wim@fluendo.com>
12579
12580         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12581         (gst_dvdec_change_state):
12582         * ext/dv/gstdvdec.h:
12583         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12584         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12585         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12586         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12587         (gst_dvdemux_flush), (gst_dvdemux_chain),
12588         (gst_dvdemux_change_state):
12589         * ext/dv/gstdvdemux.h:
12590         Ueber spiffify some more, added debug category.
12591         Use _scale.
12592         Use segments, respect playback rate from newsegment.
12593         Fix refcount issue.
12594
12595 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12596
12597         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12598         (gst_signal_processor_process):
12599         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12600         enabled for the build, but it helps me win the feature-count
12601         competitions ooh yeah.
12602
12603 2006-02-19  Wim Taymans  <wim@fluendo.com>
12604
12605         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12606         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12607         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12608         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12609         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12610         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12611         Use scaling code for added precission and more correct stop
12612         position in case scale==0.
12613
12614 2006-02-19  Wim Taymans  <wim@fluendo.com>
12615
12616         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12617         (gst_flxdec_chain):
12618         * gst/flx/gstflxdec.h:
12619         Implement DURATION query.
12620
12621 2006-02-19  Wim Taymans  <wim@fluendo.com>
12622
12623         * gst/flx/flx_color.h:
12624         * gst/flx/flx_fmt.h:
12625         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12626         (gst_flxdec_src_query_handler), (flx_decode_color),
12627         (gst_flxdec_chain):
12628         * gst/flx/gstflxdec.h:
12629         Set MALLOCDATA for the temp buffers so we don't leak.
12630         Some debug cleanups.
12631         Consume all data in the adapter before leaving the chain
12632         function. Fixes #330678.
12633
12634 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12635
12636         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12637         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12638          Handle 0 data size in otherwise valid frames.
12639          Handle numeric strings in 2.4.0 even when not in parentheses 
12640
12641 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12642
12643         * gst/matroska/matroska-demux.c:
12644         (gst_matroska_demux_subtitle_caps),
12645         (gst_matroska_demux_plugin_init):
12646         * gst/matroska/matroska-ids.h:
12647           Recognise SSA/ASS and USF subtitle formats and
12648           set proper caps when they are found.
12649
12650 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12651
12652         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12653         (gst_jpeg_dec_chain):
12654           Fix invalid memory access for some odd-sized images
12655           (see image contained in quicktime stream in #327083);
12656           use g_malloc() instead of g_alloca().
12657
12658 2006-02-17  Wim Taymans  <wim@fluendo.com>
12659
12660         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12661         Patch from Sebastien Cote, fixes #319884
12662
12663 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12664
12665         * ext/cdio/gstcdio.c: (plugin_init):
12666           Init debug category (#331253).
12667
12668 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12669
12670         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12671           Pass extra_data to gst_riff_create_audio_caps(), so that
12672           WAVEFORMATEX stuff works. Post audio codec name and post
12673           it as taglist on the bus. Allow up to 8 channesl for raw
12674           PCM in the source pad template caps.
12675
12676 2006-02-16  Wim Taymans  <wim@fluendo.com>
12677
12678         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12679         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12680         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12681         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12682         (gst_multipart_set_property), (gst_multipart_get_property):
12683         Applied #318663. Gives quite a few false positives in
12684         autoscan mode, but it's better than nothing. Not closing yet.
12685
12686 2006-02-16  Wim Taymans  <wim@fluendo.com>
12687
12688         * docs/plugins/Makefile.am:
12689         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12690         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12691         * docs/plugins/gst-plugins-good-plugins.args:
12692         * docs/plugins/inspect/plugin-udp.xml:
12693         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12694         (gst_udpsrc_start):
12695         Update documentation.
12696         Fix args.
12697
12698 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12699
12700         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12701         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12702         frame size. (Fixes #331368)
12703
12704 2006-02-16  Wim Taymans  <wim@fluendo.com>
12705
12706         * gst/rtsp/README:
12707         Updated README.
12708
12709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12710         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12711         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12712         * gst/rtsp/gstrtspsrc.h:
12713         Make sure the RTP port is an even port an try to allocate 
12714         another if not.
12715         Added retry property to control max retries for port allocation.
12716         Make sure RTCP port is RTP port+1.
12717         Cleanup when port allocation fails.
12718         Fixes #319183.
12719         
12720 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12721
12722         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12723           Don't ignore return value of the parent class's state
12724           change function (#331385, patch by: Wouter Paesen).
12725
12726 2006-02-15  Wim Taymans  <wim@fluendo.com>
12727
12728         * configure.ac:
12729         * docs/plugins/Makefile.am:
12730         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12731         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12732         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12733         * ext/Makefile.am:
12734         * ext/hal/Makefile.am:
12735         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12736         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12737         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12738         (do_toggle_element), (gst_hal_audio_sink_set_property),
12739         (gst_hal_audio_sink_get_property),
12740         (gst_hal_audio_sink_change_state):
12741         * ext/hal/gsthalaudiosink.h:
12742         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12743         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12744         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12745         (do_toggle_element), (gst_hal_audio_src_set_property),
12746         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12747         * ext/hal/gsthalaudiosrc.h:
12748         * ext/hal/gsthalelements.c: (plugin_init):
12749         * ext/hal/gsthalelements.h:
12750         * ext/hal/hal.c: (gst_hal_get_string),
12751         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12752         (gst_hal_get_audio_src):
12753         * ext/hal/hal.h:
12754         Add HAL sound device wrapper plugins. Closes #329106
12755
12756 2006-02-15  Wim Taymans  <wim@fluendo.com>
12757
12758         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12759         Add comment in a fultile attempt to stop the copy-and-paste 
12760         paradigm leading to duplication of bad code.
12761
12762         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12763         Mime parameters have to be checked case insensitive
12764
12765 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12766
12767         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12768           Advance stream time for lagging subtitle streams by sending
12769           newsegment events with the update flag set.
12770
12771 2006-02-14  Edward Hervey  <edward@fluendo.com>
12772
12773         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12774         There can be bogus data before the hdrl LIST tag in the RIFF header.
12775         It's hard to say if it's not respecting the AVI specifications or not,
12776         but since Google Video is producing AVIs like that and the other player
12777         don't seem to complain, I guess we should do the same.
12778
12779 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12780
12781         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12782         (parse_split_strings):
12783         Add more validation to ensure that a char encoding conversion
12784         produced a valid UTF-8 string.
12785
12786 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12787
12788         Reviewed by: Edward Hervey  <edward@fluendo.com>
12789
12790         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12791         Properly handle end of segment. Closes #330885.
12792
12793 2006-02-13  Wim Taymans  <wim@fluendo.com>
12794
12795         * gst/rtp/gstrtpmp4gpay.h:
12796         For got to commit this one.
12797
12798 2006-02-12  Wim Taymans  <wim@fluendo.com>
12799
12800         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12801         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12802         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12803         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12804         * gst/rtp/gstrtpmp4gpay.h:
12805         Make more things work.
12806         Handle ACC config strings.
12807
12808 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12809
12810         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12811           set timestamps if no incoming timestamps set
12812
12813 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12814
12815         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12816         (gst_tag_demux_do_typefind):
12817           ... and fix the very same leaks in GstTagDemux.
12818
12819 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12820
12821         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12822         (gst_id3demux_do_typefind):
12823         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12824         <jonathan at kaolin dot wh9 dot net>)
12825
12826 2006-02-10  Wim Taymans  <wim@fluendo.com>
12827
12828         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12829         First set options, then set caps or else the baseclass
12830         will not know about the options, duh.
12831
12832 2006-02-10  Wim Taymans  <wim@fluendo.com>
12833
12834         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12835         (gst_rtp_mp4v_pay_setcaps):
12836         Don't waste time looking for a config string if we have codec_info
12837         on the incomming caps.
12838
12839 2006-02-10  Wim Taymans  <wim@fluendo.com>
12840
12841         * gst/rtp/README:
12842         Say something about case-sensitivity of caps vs mime-attributes.
12843
12844         * gst/rtp/Makefile.am:
12845         * gst/rtp/gstrtp.c: (plugin_init):
12846         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12847         (gst_rtp_amr_pay_handle_buffer):
12848         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12849         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12850         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12851         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12852         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12853         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12854         (gst_rtp_mp4g_pay_plugin_init):
12855         * gst/rtp/gstrtpmp4gpay.h:
12856         Added beginnings of mpeg4-generic payloader (RFC 3640)
12857
12858 2006-02-09  Wim Taymans  <wim@fluendo.com>
12859
12860         * gst/rtsp/Makefile.am:
12861         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12862         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12863         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12864         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12865         (gst_rtpdec_change_state):
12866         * gst/rtsp/gstrtpdec.h:
12867         * gst/rtsp/gstrtsp.c: (plugin_init):
12868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12869         * gst/rtsp/rtspconnection.c: (read_body),
12870         (rtsp_connection_receive):
12871         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12872         Resurected rtpdec to make rtspsrc happy again.
12873         Skip attributes from the session id.
12874         Don't crash when dumping a message with an empty body.
12875
12876
12877 2006-02-09  Wim Taymans  <wim@fluendo.com>
12878
12879         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12880         Added more meaningfull warnings when something goes wrong.
12881         Clear F bit on outgoing AMR packets.
12882
12883         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12884         (gst_rtp_amr_pay_handle_buffer):
12885         Added debugging category
12886         Support payloading of multiple AMR frames.
12887
12888         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12889         Added some debugging.
12890
12891 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12892
12893         * configure.ac:
12894           Back to CVS
12895
12896 === release 0.10.2 ===
12897
12898 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12899
12900         * configure.ac:
12901           releasing 0.10.2, "Papa was a rolling stone"
12902
12903 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12904
12905         * configure.ac:
12906           Bump core and plugins-base requirement to 0.10.2.2
12907           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12908
12909 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12910
12911         * ext/flac/gstflac.c: (plugin_init):
12912         * ext/speex/gstspeex.c: (plugin_init):
12913           Register musicbrainz tags.
12914
12915 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12916
12917         * ext/gconf/gconf.h:
12918           Remove declaration of function that no longer exists.
12919
12920 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12921
12922         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12923         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12924         Make shout2 work for non ogg streams
12925
12926 2006-02-06  Wim Taymans  <wim@fluendo.com>
12927
12928         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12929         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12930         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12931         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12932         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12933         * gst/udp/gstmultiudpsink.h:
12934         Updated docs.
12935         Added properties bytes-served, bytes_to_serve.
12936         Post proper error messages,
12937         Emit client added signal too.
12938
12939 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12940
12941         * docs/plugins/Makefile.am:
12942         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12943         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12944         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12945         (gst_multiudpsink_get_stats):
12946           adding docs for multiudpsink
12947
12948 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12949
12950         * gst/level/gstlevel.c: (gst_level_transform_ip):
12951           peak below decay is not necessarily an error, so don't ERROR log
12952
12953 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12954
12955         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12956         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12957         (gst_ebml_write_seek):
12958         * gst/matroska/ebml-write.h:
12959           Make sure we send a newsegment event in BYTES format
12960           before sending buffers (#328531).
12961
12962 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12963
12964         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12965         (gst_dvdemux_sink_query):
12966         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12967         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12968         (speex_dec_src_query):
12969         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12970         (gst_speexenc_sink_query):
12971         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12972         * gst/matroska/matroska-demux.c:
12973         (gst_matroska_demux_get_src_query_types),
12974         (gst_matroska_demux_handle_src_query):
12975         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12976         (gst_wavparse_pad_query):
12977           Pass unhandled queries upstream instead of just dropping
12978           them (#326446). Update query type arrays here and there.
12979
12980 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * tests/check/elements/matroskamux.c: (setup_src_pad):
12983           Collectpads in core got changed and now also holds a
12984           reference to any pad that is part of it. Fix refcount
12985           checks in test case accordingly.
12986
12987 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12988
12989         * gst/apetag/gstapedemux.h:
12990           Fix include, for now GstTagDemux is in the apetag dir.
12991
12992 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12993
12994         * docs/plugins/Makefile.am:
12995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12997         * docs/plugins/inspect/plugin-cdio.xml:
12998           Add cdio plugin to docs.
12999
13000         * ext/cdio/gstcdiocddasrc.c:
13001           Add gtk-doc blurb.
13002
13003         * ext/cdio/gstcdio.c:
13004           The plugin is called 'cdio' not 'cddio'.
13005
13006 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13007
13008         * configure.ac:
13009         * docs/plugins/Makefile.am:
13010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13012         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13013         * docs/plugins/inspect/plugin-apetag.xml:
13014         * gst/apetag/Makefile.am:
13015         * gst/apetag/gstapedemux.c:
13016         * gst/apetag/gstapedemux.h:
13017         * gst/apetag/gsttagdemux.c:
13018         * gst/apetag/gsttagdemux.h:
13019           Add APE tag demuxer (#325649).
13020
13021 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13022
13023         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13024         (gst_gconf_get_default_video_sink),
13025         (gst_gconf_get_default_audio_src),
13026         (gst_gconf_get_default_video_src):
13027         * ext/gconf/gconf.h:
13028         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13029         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13030         (do_toggle_element):
13031         * ext/gconf/gstgconfaudiosink.h:
13032         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13033         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13034         (do_toggle_element):
13035         * ext/gconf/gstgconfaudiosrc.h:
13036         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13037         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13038         (do_toggle_element):
13039         * ext/gconf/gstgconfvideosink.h:
13040         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13041         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13042         (do_toggle_element):
13043         * ext/gconf/gstgconfvideosrc.h:
13044           Ignore changing the GConf key to "". Ignore GConf key updates
13045           that don't actually change the string.
13046           For now, ignore the GConf key when the state is > READY, as
13047           it breaks streaming. Sometime it will be nice to bring the
13048           new sink online even mid-stream, by sending NEWSEGMENT info
13049           and possibly prerolling.
13050           (Fixes #326736)
13051
13052 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13053
13054         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13055         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13056         (zoomFilterSetResolution), (zoomFilterDestroy),
13057         (zoomFilterFastRGB), (pointFilter):
13058         * gst/goom/filters.h:
13059         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13060         (goom_update), (goom_close):
13061         * gst/goom/goom_core.h:
13062         * gst/goom/goom_tools.h:
13063         * gst/goom/graphic.c:
13064         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13065         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13066         * gst/goom/gstgoom.h:
13067         * gst/goom/lines.c: (goom_lines):
13068         * gst/goom/lines.h:
13069           Make goom reentrant by moving all important static variables
13070           into instance structures.
13071           (Fixes #329181)
13072
13073 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13074
13075         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13076         (gst_avi_demux_all_source_pads_unlinked),
13077         (gst_avi_demux_process_next_entry):
13078         * gst/avi/gstavidemux.h:
13079           Third attempt, use gst_pad_is_linked() this time.
13080
13081 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13082
13083         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13084         (parse_split_strings):
13085         Adjust for data length indicators when parsing (Fixes #329810)
13086         Fix stupid bug parsing UTF-8 tag text.
13087         Output tag strings with multiple fields as multiple tags, so the
13088         app gets all the data.
13089
13090 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13091
13092         * ext/flac/gstflacenc.c:
13093         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13094         show me.
13095         
13096 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13097
13098         * ext/flac/gstflacenc.c:
13099         * gst/matroska/ebml-read.c:
13100         Just make it compile with --disable-gst-debug.
13101
13102 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13103
13104         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13105         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13106         (id3v2_genre_fields_to_taglist):
13107           Never output a tag with a null contents string.
13108
13109 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13112           Only pause if all pads are unlinked AND we've tried to send data
13113           on all of them at least once.
13114
13115 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13118         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13119           Make loop function/task pause itself when all source pads are
13120           unlinked.
13121
13122 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13123
13124         * configure.ac:
13125         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13126           Use new functions from core to render a bin from a
13127           string. Fixes build. Up requirements to core CVS.
13128
13129 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13132           Don't push buffers into the adapter that we are going to
13133           push downstream again without framing anyway. Also, the
13134           adaptor takes ownership of buffers put into it (fixes
13135           auparse pushing invalid buffers for .au files with
13136           ADPCM contents). Finally, set caps on all outgoing buffers.
13137
13138 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13139
13140         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13141         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13142         (gst_id3demux_send_tag_event):
13143         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13144         Someone should kick my butt. Remove ID3v1 tags from the end of the
13145         file.
13146
13147         Improve error messages. Send the TAG message as soon as we complete
13148         typefinding, instead of waiting until we send the first buffer.
13149         Downstream tag event is still sent before the first buffer.
13150
13151 2006-01-27  Jan Gerber  <j@bootlab.org>
13152
13153         Reviewed by: Andy Wingo <wingo@pobox.com>
13154
13155         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13156         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13157         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13158         to not have warings flooding stderr. this is the suggested way
13159         also used in dvgrab and kino. (#328336)
13160
13161 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13162
13163         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13164         (gst_oss_sink_init), (gst_oss_sink_finalise):
13165           Free the device name string when finalised.
13166
13167 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13168
13169         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13170           Don't put function calls in g_return_if_fail() statements,
13171           or they'll be replaced with NOOPs if someone compiles with
13172           G_DISABLE_CHECKS defined.
13173           
13174 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13175
13176         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13177         Never trust ANY information encoded in a media file, especially
13178         when it's giving you sizes. (Fixes #328452)
13179
13180 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13181
13182         * gst/rtp/gstrtpg711pay.c:
13183         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13184         bug #325148.
13185
13186 2006-01-23  Edward Hervey  <edward@fluendo.com>
13187
13188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13189         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13190         * gst/matroska/matroska-ids.h:
13191         Added recognition of Real Audio and Video streams in matroska demuxer.
13192
13193 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13194
13195         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13196           Remove errant break statement, and fix compilation with
13197           older GCC.
13198
13199 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13200
13201         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13202
13203         * sys/sunaudio/gstsunaudiomixerctrl.c:
13204         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13205           Export functions that are needed in other parts of the code,
13206           makes the mixer actually work; adjust magic minimum buffer-time
13207           value from 3ms to 5ms to work around stuttering during mp3
13208           playback (#327765).
13209
13210 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13211
13212         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13213
13214         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13215         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13216           Fix possible deadlock in matroska muxer (#327825).
13217
13218 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13221         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13222         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13223         * gst/rtsp/sdpmessage.h:
13224         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13225         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13226           C89 fixes: declare variables at the beginning of a block and
13227           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13228           <jensgr at gmx dot net>).
13229
13230 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13231
13232         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13233         * gst/id3demux/id3tags.h:
13234         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13235         (parse_comment_frame), (parse_text_identification_frame),
13236         (id3v2_tag_to_taglist), (id3v2_are_digits),
13237         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13238         (parse_split_strings), (free_tag_strings):
13239           Rewrite parsing of text tags to handle multiple NULL terminated
13240           strings. Parse numeric genre strings and ID3v2 type
13241           "(3)(6)Alternative" style genre strings.
13242           Parse dates that are only YYYY or YYYY-mm format.
13243           (Fixes #328241 and #322154)
13244
13245 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13246
13247         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13248           Don't forget to initialize liboil, otherwise our oil functions
13249           will crash (fixes #327871; patch by: Christoph Burghardt
13250           <hawkes at web dot de>).
13251
13252 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13253
13254         * configure.ac:
13255           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13256           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13257           patch by: Brian Cameron <brian dot cameron at sun dot com>
13258
13259 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13262         * ext/cdio/gstcdio.h:
13263         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13264           Fix build for libcdio versions >= 76; give slightly lower rank
13265           than cdparanoia.
13266
13267 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13268
13269         * configure.ac:
13270         * ext/Makefile.am:
13271         * ext/cdio/Makefile.am:
13272         * ext/cdio/gstcdio.c:
13273         * ext/cdio/gstcdio.h:
13274         * ext/cdio/gstcdiocddasrc.c:
13275         * ext/cdio/gstcdiocddasrc.h:
13276           Port libcdio cdda source, formerly known as cddasrc, now known as
13277           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13278           but that's not tested (fixes #317658).
13279
13280 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13281
13282         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13283           Fix conversion from TIME to BYTES format (fixes #326864;
13284           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13285
13286 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13287
13288         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13289           Fix compilation of id3demux when zlib is not present.
13290           (Fixes #326602; patch by: Sergey Scobich)
13291
13292 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13293
13294         * ext/esd/Makefile.am:
13295           Add $(ESD_CFLAGS), otherwise build will fail for folks
13296           with libesd in a non-standard prefix (#327009).
13297
13298 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13299
13300         * configure.ac:
13301           back to HEAD
13302
13303 === release 0.10.1 ===
13304
13305 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13306
13307         * configure.ac:
13308           releasing 0.10.1, "Li"
13309
13310 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13311
13312           patch by: Wim Taymans
13313
13314         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13315           fix memleak.  Fixes #326618
13316
13317 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13318
13319           patch by: Mike Smith
13320
13321         * gst/level/gstlevel.c: (gst_level_message_new),
13322         (gst_level_message_append_channel):
13323           Fix memleak.  Fixes #326612
13324
13325 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13326
13327         * configure.ac:
13328           prereleasing
13329         * po/af.po:
13330         * po/az.po:
13331         * po/cs.po:
13332         * po/en_GB.po:
13333         * po/hu.po:
13334         * po/it.po:
13335         * po/nb.po:
13336         * po/nl.po:
13337         * po/or.po:
13338         * po/sq.po:
13339         * po/sr.po:
13340         * po/sv.po:
13341         * po/uk.po:
13342         * po/vi.po:
13343           update translations
13344
13345 2006-01-10  Michael Smith  <msmith@fluendo.com>
13346
13347         * gst/level/gstlevel.c: (gst_level_class_init),
13348         (gst_level_dispose):
13349           Don't leak filter arrays.
13350
13351 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13352
13353         reviewed by: Christian Schaller <uraeus@gnome.org>
13354         
13355         * configure.ac:
13356         * gst-plugins-good.spec.in:
13357         * sys/Makefile.am:
13358         * sys/sunaudio/Makefile.am:
13359         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13360         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13361         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13362         (gst_sunaudiomixer_change_state):
13363         * sys/sunaudio/gstsunaudiomixer.h:
13364         * sys/sunaudio/gstsunaudiomixerctrl.c:
13365         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13366         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13367         (gst_sunaudiomixer_ctrl_list_tracks),
13368         (gst_sunaudiomixer_ctrl_get_volume),
13369         (gst_sunaudiomixer_ctrl_set_volume),
13370         (gst_sunaudiomixer_ctrl_set_mute),
13371         (gst_sunaudiomixer_ctrl_set_record):
13372         * sys/sunaudio/gstsunaudiomixerctrl.h:
13373         * sys/sunaudio/gstsunaudiomixertrack.c:
13374         (gst_sunaudiomixer_track_class_init),
13375         (gst_sunaudiomixer_track_init), (fill_labels),
13376         (gst_sunaudiomixer_track_new):
13377         * sys/sunaudio/gstsunaudiomixertrack.h:
13378         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13379         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13380         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13381         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13382         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13383         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13384         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13385         * sys/sunaudio/gstsunaudiosink.h:
13386
13387         Add SunAudio plugin - tested to make sure it doesn't break
13388         the build under GNU/Linux.      
13389
13390 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13391
13392         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13393         * gst-plugins-good/gst/udp/gstudpsrc.c:
13394         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13395         overrides the port or multicast parameters. Fixes bugs #323021.
13396         API addition: adds GstUDPSrc::sockfd property   
13397
13398 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13399
13400         * ext/gconf/Makefile.am:
13401         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13402         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13403         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13404         (do_toggle_element), (cb_toggle_element),
13405         (gst_gconf_audio_src_change_state):
13406         * ext/gconf/gstgconfaudiosrc.h:
13407         * ext/gconf/gstgconfelements.c: (plugin_init):
13408         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13409         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13410         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13411         (do_toggle_element), (cb_toggle_element),
13412         (gst_gconf_video_src_change_state):
13413         * ext/gconf/gstgconfvideosrc.h:
13414           Add new gconfaudiosrc and gconfvideosrc elements
13415           (needed for gnome-sound-recorder).
13416
13417 2006-01-06  Edward Hervey  <edward@fluendo.com>
13418
13419         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13420         Add gst_element_no_more_pads() for proper decodebin behaviour.
13421         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13422         (parse_text_identification_frame), (parse_split_strings):
13423         Failure to decode some tags is not a GST_ERROR() but a
13424         GST_WARNING()
13425         When iterating over a chunk of text, check that we haven't gone too
13426         far.
13427
13428 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13429
13430         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13431         (plugin_init):
13432           call oil_init() when using liboil
13433
13434 2006-01-04  Wim Taymans  <wim@fluendo.com>
13435
13436         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13437         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13438         Fix leaks.
13439
13440 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13441
13442         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13443
13444         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13445         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13446         (gst_flac_dec_change_state):
13447           Don't g_assert() where we should just return FALSE; remove
13448           unnecessary g_assert(); initialize some fields properly in
13449           state change function (fixes #325504). Also, use
13450           GST_DEBUG_OBJECT in two more places.
13451
13452 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13453
13454         * configure.ac:
13455           also remove smoothwave's Makefile.am
13456         * docs/plugins/Makefile.am:
13457           fix plugin docs
13458
13459 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13460
13461         * tests/examples/Makefile.am:
13462           added missing Makefile.am
13463
13464 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13465
13466         * configure.ac:
13467         * gst/level/Makefile.am:
13468         * gst/level/level-example.c:
13469         * tests/Makefile.am:
13470         * tests/examples/level/Makefile.am:
13471         * tests/examples/level/level-example.c: (message_handler), (main):
13472           moved level-example to tests/examples/level-example
13473         * tests/old/examples/level/demo.c: (main):
13474         * tests/old/examples/level/plot.c: (main):
13475           some initial fixes
13476
13477 2005-12-29  Michael Smith  <msmith@fluendo.com>
13478
13479         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13480         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13481         * gst/udp/gstmultiudpsink.h:
13482           Track packets sent per client in addition to bytes sent; provide
13483           this info through get-stats signal
13484
13485 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13486
13487         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13488           Can't use gst_object_unref() on a GstAdapter (#325191).
13489
13490 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13491
13492         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13493         If a broken tag has 0 bytes payload, at least still skip
13494         the 10 byte header
13495
13496 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13497
13498         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13499         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13500         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13501         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13502           Making these depayloaders (H263+ and mpeg4 video) inherit from
13503           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13504
13505 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13506
13507         * docs/plugins/gst-plugins-good-plugins.args:
13508         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13509         Regenerate the plugin hiearchy.
13510
13511 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13512
13513         * docs/plugins/Makefile.am:
13514         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13515         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13516         * docs/plugins/gst-plugins-good-plugins.args:
13517         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13518         (gst_id3demux_base_init), (gst_id3demux_class_init),
13519         (gst_id3demux_chain):
13520         * gst/id3demux/gstid3demux.h:
13521           Add documentation for id3demux.
13522           Don't fail if the first buffer is not at offset 0, just
13523           attempt to typefind and do pass through
13524           Rename the gst_type function from gst_gst_id3demux..
13525
13526 2005-12-20  Michael Smith  <msmith@fluendo.com>
13527
13528         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13529         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13530         (gst_multiudpsink_get_stats):
13531         * gst/udp/gstmultiudpsink.h:
13532           Collect statistics; return them from get_stats.
13533
13534 2005-12-19  Edward Hervey  <edward@fluendo.com>
13535
13536         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13537         Stupid signedness issue...
13538
13539 2005-12-19  Edward Hervey  <edward@fluendo.com>
13540
13541         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13542         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13543         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13544         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13545         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13546         Construct index for indexless files.
13547         Make sure pad/buffers are correctly reset to NULL once we don't need
13548         them anymore, else we get lovely segfaults/assertions.
13549         * gst/wavparse/gstwavparse.c:
13550         Yes, you can have 96KHz audio and wma in wav :(
13551
13552 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13553
13554         * configure.ac:
13555           Check for optional dependency on zlib for id3demux
13556
13557         * gst/id3demux/Makefile.am:
13558         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13559         (gst_id3demux_base_init), (gst_id3demux_class_init),
13560         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13561         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13562         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13563         (gst_id3demux_set_property), (gst_id3demux_get_property),
13564         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13565         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13566         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13567         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13568         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13569         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13570         (simple_find_peek), (simple_find_suggest),
13571         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13572         (plugin_init):
13573         * gst/id3demux/gstid3demux.h:
13574         * gst/id3demux/id3tags.c: (read_synch_uint),
13575         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13576         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13577         (id3demux_id3v2_frames_to_tag_list):
13578         * gst/id3demux/id3tags.h:
13579         * gst/id3demux/id3v2.4.0-frames.txt:
13580         * gst/id3demux/id3v2.4.0-structure.txt:
13581         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13582         (parse_comment_frame), (parse_text_identification_frame),
13583         (id3v2_tag_to_taglist), (parse_split_strings):
13584           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13585           otherwise it discards them. Works on my test files. 
13586
13587         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13588           Don't send EOS to a non-existing srcpad
13589           The debug category can be static
13590
13591 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13592
13593         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13594         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13595         * gst/multipart/multipartdemux.c:
13596           change some char* into char[]
13597
13598 2005-12-16  Wim Taymans  <wim@fluendo.com>
13599
13600         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13601         (gst_wavparse_other), (gst_wavparse_perform_seek),
13602         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13603         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13604         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13605         * gst/wavparse/gstwavparse.h:
13606         Use GstSegment to implement more seeking features.
13607
13608 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * gst/rtsp/rtspconnection.c:
13611           Add <netinet/in.h> include and move <arpa/inet.h> include
13612           to make things work on OpenBSD as well (fixes #323717;
13613           patch by: Benjamin Pineau)
13614
13615 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13616
13617         * gst/rtp/gstrtpspeexdepay.c:
13618         * gst/rtp/gstrtpspeexpay.c:
13619         Set clock rate to be fixed in 8000. It fixes bug #324012.
13620
13621 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13622
13623         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13624         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13625         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13626         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13627         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13628         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13629         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13630         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13631         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13632         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13633         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13634         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13635         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13636         * gst-plugins-good/gst/rtp/README:
13637         Fixed payload range in payloder caps. Removed payload range completely
13638         from depayloaders as they don't require payload type in their caps.
13639         In effect, there isn't any specific payload type for any given codec,
13640         only suggestions.
13641         Fixes bug #324011.
13642
13643 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13644
13645         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13646         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13647         (gst_videomixer_collected): Code cleanup and re-enabling 
13648         queued time validity check for correct EOS handling.
13649
13650 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13651
13652         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13653         (gst_oss_mixer_element_get_property),
13654         (gst_oss_mixer_element_change_state):
13655         Add 'device-name' property and fix state change function.
13656
13657 2005-12-13  Edward Hervey  <edward@fluendo.com>
13658
13659         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13660         If the speed of the file is null in the header, set the frame_time to
13661         the default setting of GST_SECOND / 70. Which is the default
13662         frame_delay for .fli files as stated in this document :
13663         http://www.compuphase.com/flic.htm
13664         Would be nice to have the time conversion done properly too (duration =
13665         flxh->frames * flxdec->frame_time)
13666
13667 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13668
13669         * docs/plugins/Makefile.am:
13670         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13671         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13672         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13673         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13674         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13675         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13676         documentation for videomixer on my way with a funny sample
13677         pipeline.
13678
13679 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13680
13681         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13682         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13683         (gst_videomixer_update_queues), (gst_videomixer_collected):
13684         Fix caps negotiation. (#323896)
13685
13686 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13687
13688         * gst/matroska/matroska-demux.c:
13689         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13690           Set correct timestamps on audio laces, fixes playback of mp3 from
13691                 matroska.
13692
13693 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13694
13695         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13696         (gst_au_parse_class_init), (gst_au_parse_init),
13697         (gst_au_parse_dispose), (gst_au_parse_chain),
13698         (gst_au_parse_change_state), (plugin_init):
13699         * gst/auparse/gstauparse.h:
13700           Use gst_object_unref() for GstObjects instead of
13701           g_object_unref() and fix a mem leak in a debug
13702           statement; while we're at it, also borgify, use
13703           boilerplate macros and clean up a little bit.
13704
13705 2005-12-11  Edward Hervey  <edward@fluendo.com>
13706
13707         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13708         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13709         Added pull mode.
13710
13711 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13712
13713         * gst/goom/gstgoom.c:
13714         * gst/level/level-example.c: (main):
13715         * gst/smoothwave/demo-osssrc.c: (main):
13716           Use audiotestsrc instead of sinesrc (#323798).
13717
13718 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13719
13720         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13721           more debug-func-ptr usage
13722
13723 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13724
13725         * gst/flx/flx_color.c: (flx_colorspace_convert):
13726         * gst/flx/flx_color.h:
13727         * gst/flx/flx_fmt.h:
13728         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13729         * gst/flx/gstflxdec.h:
13730           Now flxdec works on big-endian machines as well.
13731
13732 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13735         (gst_fenced_buffer_copy):
13736           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13737           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13738           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13739           and use GST_DEBUG_FUNCPTR for pad functions.
13740
13741 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13744         (gst_flac_dec_class_init), (gst_flac_dec_init),
13745         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13746         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13747         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13748         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13749         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13750         (gst_flac_dec_change_state):
13751         * ext/flac/gstflacdec.h:
13752           Rewrite flacdec a bit, so that even seeking might work now. Most
13753           importantly, don't act upon any flow return values we get, just tell
13754           the decoder everything's dandy and act on the flow return values
13755           later on in the loop function. We don't want to mess up the internal
13756           decoder state for non-fatal things like flushing pads etc. Other
13757           than that, use GstSegment (segment seeks don't work yet though, but
13758           should be easy to add), use boilerplate macros, drop the superfluous
13759           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13760           lots of other things.
13761
13762 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13763
13764         * configure.ac:
13765           Update comment in OSS includes check.
13766
13767         * sys/oss/gstossdmabuffer.c:
13768         * sys/oss/gstosshelper.c:
13769         * sys/oss/gstossmixer.c:
13770         * sys/oss/gstossmixertrack.c:
13771         * sys/oss/gstosssink.c:
13772         * sys/oss/gstosssrc.c:
13773         * sys/oss/oss_probe.c:
13774           Don't assume the OSS soundcard.h include is always in
13775           the sys/ directory. Instead, use the existing defines
13776           from config.h to include the right file. Fixes
13777           compilation on OpenBSD 3.8 (#323718).
13778
13779 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13780
13781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13782         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13783         * docs/plugins/inspect/plugin-1394.xml:
13784         * docs/plugins/inspect/plugin-aasink.xml:
13785         * docs/plugins/inspect/plugin-alaw.xml:
13786         * docs/plugins/inspect/plugin-alpha.xml:
13787         * docs/plugins/inspect/plugin-alphacolor.xml:
13788         * docs/plugins/inspect/plugin-auparse.xml:
13789         * docs/plugins/inspect/plugin-autodetect.xml:
13790         * docs/plugins/inspect/plugin-avi.xml:
13791         * docs/plugins/inspect/plugin-cacasink.xml:
13792         * docs/plugins/inspect/plugin-cairo.xml:
13793         * docs/plugins/inspect/plugin-cutter.xml:
13794         * docs/plugins/inspect/plugin-debug.xml:
13795         * docs/plugins/inspect/plugin-dv.xml:
13796         * docs/plugins/inspect/plugin-efence.xml:
13797         * docs/plugins/inspect/plugin-effectv.xml:
13798         * docs/plugins/inspect/plugin-esdsink.xml:
13799         * docs/plugins/inspect/plugin-flac.xml:
13800         * docs/plugins/inspect/plugin-flxdec.xml:
13801         * docs/plugins/inspect/plugin-gconfelements.xml:
13802         * docs/plugins/inspect/plugin-goom.xml:
13803         * docs/plugins/inspect/plugin-jpeg.xml:
13804         * docs/plugins/inspect/plugin-level.xml:
13805         * docs/plugins/inspect/plugin-matroska.xml:
13806         * docs/plugins/inspect/plugin-mulaw.xml:
13807         * docs/plugins/inspect/plugin-multipart.xml:
13808         * docs/plugins/inspect/plugin-navigationtest.xml:
13809         * docs/plugins/inspect/plugin-ossaudio.xml:
13810         * docs/plugins/inspect/plugin-png.xml:
13811         * docs/plugins/inspect/plugin-rtp.xml:
13812         * docs/plugins/inspect/plugin-rtsp.xml:
13813         * docs/plugins/inspect/plugin-shout2send.xml:
13814         * docs/plugins/inspect/plugin-smpte.xml:
13815         * docs/plugins/inspect/plugin-speex.xml:
13816         * docs/plugins/inspect/plugin-udp.xml:
13817         * docs/plugins/inspect/plugin-videobox.xml:
13818         * docs/plugins/inspect/plugin-videoflip.xml:
13819         * docs/plugins/inspect/plugin-videomixer.xml:
13820         * docs/plugins/inspect/plugin-wavenc.xml:
13821         * docs/plugins/inspect/plugin-wavparse.xml:
13822         * ext/flac/gstflac.c: (plugin_init):
13823         * ext/flac/gstflacdec.c: (flacdec_get_type),
13824         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13825         (gst_flac_dec_init), (gst_flac_dec_finalize),
13826         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13827         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13828         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13829         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13830         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13831         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13832         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13833         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13834         * ext/flac/gstflacdec.h:
13835         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13836         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13837         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13838         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13839         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13840         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13841         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13842         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13843         (gst_flac_enc_change_state):
13844         * ext/flac/gstflacenc.h:
13845           borgify and fix up documentation
13846
13847 2005-12-09  Michael Smith  <msmith@fluendo.com>
13848
13849         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13850           Accept a wider range of flac files, more closely matching flac spec.
13851
13852 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13853
13854         * docs/plugins/Makefile.am: Add multipart elements.
13855         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13856         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13857         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13858         * gst/multipart/multipartdemux.c:
13859         * gst/multipart/multipartmux.c: Add docs.
13860
13861 2005-12-07  Edward Hervey  <edward@fluendo.com>
13862
13863         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13864         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13865         (gst_avi_demux_invert):
13866         Memleak and crasher fixes.
13867         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13868         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13869         Memleak fixes
13870
13871 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13872
13873         * ext/aalib/gstaasink.h:
13874         * ext/cairo/gsttextoverlay.h:
13875         * ext/dv/gstdvdec.h:
13876         * ext/dv/gstdvdemux.c:
13877         * ext/dv/gstdvdemux.h:
13878         * ext/esd/esdsink.h:
13879         * ext/flac/flac_compat.h:
13880         * ext/flac/gstflacdec.h:
13881         * ext/flac/gstflacenc.h:
13882         * ext/gconf/gconf.h:
13883         * ext/gconf/gstgconfaudiosink.h:
13884         * ext/gconf/gstgconfvideosink.h:
13885         * ext/gdk_pixbuf/gstgdkanimation.h:
13886         * ext/jpeg/gstjpegdec.h:
13887         * ext/jpeg/smokecodec.h:
13888         * ext/jpeg/smokeformat.h:
13889         * ext/ladspa/gstsignalprocessor.h:
13890         * ext/ladspa/search.c: (LADSPAPluginSearch):
13891         * ext/ladspa/utils.h:
13892         * ext/libmng/gstmng.c:
13893         * ext/libmng/gstmngdec.h:
13894         * ext/libmng/gstmngenc.c:
13895         * ext/libmng/gstmngenc.h:
13896         * ext/libpng/gstpng.c:
13897         * ext/libpng/gstpngenc.c:
13898         * ext/libpng/gstpngenc.h:
13899         * ext/shout2/gstshout2.h:
13900         * ext/speex/gstspeexdec.h:
13901         * ext/speex/gstspeexenc.c:
13902         * ext/speex/gstspeexenc.h:
13903         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13904         * gst/autodetect/gstautoaudiosink.h:
13905         * gst/autodetect/gstautovideosink.h:
13906         * gst/avi/gstavidemux.h:
13907         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13908         (gst_cutter_set_property), (gst_cutter_get_caps):
13909         * gst/cutter/gstcutter.h:
13910         * gst/debug/tests.c: (md5_process_block):
13911         * gst/debug/tests.h:
13912         * gst/effectv/gstwarp.c:
13913         * gst/flx/flx_fmt.h:
13914         * gst/flx/gstflxdec.h:
13915         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13916         (zoomFilterFastRGB):
13917         * gst/goom/filters.h:
13918         * gst/goom/goom_tools.h:
13919         * gst/law/alaw-encode.c:
13920         * gst/level/gstlevel.c:
13921         * gst/level/gstlevel.h:
13922         * gst/matroska/ebml-write.h:
13923         * gst/matroska/matroska-demux.h:
13924         * gst/matroska/matroska-ids.h:
13925         * gst/matroska/matroska-mux.h:
13926         * gst/monoscope/convolve.c: (convolve_match):
13927         * gst/monoscope/convolve.h:
13928         * gst/multipart/multipartmux.c:
13929         * gst/oldcore/gstaggregator.c:
13930         * gst/oldcore/gstaggregator.h:
13931         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13932         * gst/oldcore/gstmd5sink.h:
13933         * gst/oldcore/gstmultifilesrc.c:
13934         * gst/oldcore/gstmultifilesrc.h:
13935         * gst/oldcore/gstpipefilter.h:
13936         * gst/oldcore/gstshaper.h:
13937         * gst/rtp/gstrtpL16depay.h:
13938         * gst/rtp/gstrtpL16pay.h:
13939         * gst/rtp/gstrtpdepay.h:
13940         * gst/rtp/gstrtpmp4vpay.c:
13941         * gst/rtp/gstrtpmp4vpay.h:
13942         * gst/rtsp/gstrtspsrc.c:
13943         * gst/rtsp/gstrtspsrc.h:
13944         * gst/rtsp/rtspconnection.h:
13945         * gst/rtsp/rtspdefs.h:
13946         * gst/rtsp/rtspmessage.h:
13947         * gst/rtsp/rtsptransport.h:
13948         * gst/rtsp/rtspurl.c:
13949         * gst/rtsp/rtspurl.h:
13950         * gst/rtsp/sdpmessage.c:
13951         * gst/rtsp/sdpmessage.h:
13952         * gst/smpte/barboxwipes.c:
13953         * gst/smpte/gstmask.h:
13954         * gst/smpte/gstsmpte.h:
13955         * gst/smpte/paint.c:
13956         * gst/smpte/paint.h:
13957         * gst/udp/gstdynudpsink.h:
13958         * gst/udp/gstmultiudpsink.h:
13959         * gst/udp/gstudpsink.c:
13960         * gst/udp/gstudpsink.h:
13961         * gst/udp/gstudpsrc.c:
13962         * gst/videomixer/videomixer.c:
13963         * gst/wavenc/riff.h:
13964         * gst/wavparse/gstwavparse.h:
13965         * sys/oss/gstossdmabuffer.h:
13966         * sys/oss/gstossmixer.h:
13967         * sys/oss/gstossmixerelement.h:
13968         * sys/oss/gstossmixertrack.h:
13969         * sys/oss/gstosssink.c:
13970         * sys/oss/gstosssink.h:
13971         * sys/oss/gstosssrc.c:
13972         * sys/oss/gstosssrc.h:
13973         * sys/osxaudio/gstosxaudioelement.h:
13974         * sys/osxaudio/gstosxaudiosink.h:
13975         * sys/osxaudio/gstosxaudiosrc.h:
13976           expand tabs
13977
13978 === release 0.10.0 ===
13979
13980 2005-12-05   <thomas (at) apestaart (dot) org>
13981
13982         * configure.ac:
13983           releasing 0.10.0, "Abondance"
13984
13985 2005-12-05  Andy Wingo  <wingo@pobox.com>
13986
13987         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13988         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13989         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13990         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13991         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13993         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13994         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13995         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13996         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13997         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13998         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13999         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14000         * gst/goom/gstgoom.c: (gst_goom_chain):
14001         * gst/matroska/matroska-demux.c:
14002         (gst_matroska_demux_push_vorbis_codec_priv_data),
14003         (gst_matroska_demux_add_wvpk_header):
14004         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14005         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14006         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14007         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14008         alloc_buffer changes.
14009
14010 2005-12-05  Michael Smith  <msmith@fluendo.com>
14011
14012         * docs/plugins/gst-plugins-good-plugins.args:
14013           Remove args for plugins that aren't in -good.
14014
14015 === release 0.9.7 ===
14016
14017 2005-12-01   <thomas (at) apestaart (dot) org>
14018
14019         * configure.ac:
14020           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14021
14022 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14023
14024         * docs/plugins/.cvsignore:
14025         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14026         * docs/plugins/inspect/plugin-multipart.xml:
14027         * docs/plugins/inspect/plugin-rtp.xml:
14028           add multipart plugin to docs
14029
14030 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14031
14032         * configure.ac:
14033         * ext/Makefile.am:
14034         * ext/pango/Makefile.am:
14035         * ext/pango/gstclockoverlay.c:
14036         * ext/pango/gstclockoverlay.h:
14037         * ext/pango/gsttextoverlay.c:
14038         * ext/pango/gsttextoverlay.h:
14039         * ext/pango/gsttextrender.c:
14040         * ext/pango/gsttextrender.h:
14041         * ext/pango/gsttimeoverlay.c:
14042         * ext/pango/gsttimeoverlay.h:
14043           move pango to base
14044
14045 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14046
14047         * gst/rtp/Makefile.am:
14048         * gst/rtp/gstrtpL16depay.c:
14049         * gst/rtp/gstrtpL16depay.h:
14050         * gst/rtp/gstrtpL16parse.c:
14051         * gst/rtp/gstrtpL16parse.h:
14052         * gst/rtp/gstrtpgsmdepay.c:
14053         * gst/rtp/gstrtpgsmdepay.h:
14054         * gst/rtp/gstrtpgsmparse.c:
14055         * gst/rtp/gstrtpgsmparse.h:
14056           parsers are depayers
14057
14058 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14059
14060         * gst/rtp/Makefile.am:
14061         * gst/rtp/gstasteriskh263.c:
14062         * gst/rtp/gstrtp.c:
14063         * gst/rtp/gstrtpL16enc.c:
14064         * gst/rtp/gstrtpL16enc.h:
14065         * gst/rtp/gstrtpL16parse.c:
14066         * gst/rtp/gstrtpL16parse.h:
14067         * gst/rtp/gstrtpL16pay.c:
14068         * gst/rtp/gstrtpL16pay.h:
14069         * gst/rtp/gstrtpamrdec.c:
14070         * gst/rtp/gstrtpamrdec.h:
14071         * gst/rtp/gstrtpamrdepay.c:
14072         * gst/rtp/gstrtpamrdepay.h:
14073         * gst/rtp/gstrtpamrenc.c:
14074         * gst/rtp/gstrtpamrenc.h:
14075         * gst/rtp/gstrtpamrpay.c:
14076         * gst/rtp/gstrtpamrpay.h:
14077         * gst/rtp/gstrtpdec.c:
14078         * gst/rtp/gstrtpdec.h:
14079         * gst/rtp/gstrtpdepay.c:
14080         * gst/rtp/gstrtpdepay.h:
14081         * gst/rtp/gstrtpg711dec.c:
14082         * gst/rtp/gstrtpg711dec.h:
14083         * gst/rtp/gstrtpg711depay.c:
14084         * gst/rtp/gstrtpg711depay.h:
14085         * gst/rtp/gstrtpg711enc.c:
14086         * gst/rtp/gstrtpg711enc.h:
14087         * gst/rtp/gstrtpg711pay.c:
14088         * gst/rtp/gstrtpg711pay.h:
14089         * gst/rtp/gstrtpgsmenc.c:
14090         * gst/rtp/gstrtpgsmenc.h:
14091         * gst/rtp/gstrtpgsmparse.c:
14092         * gst/rtp/gstrtpgsmparse.h:
14093         * gst/rtp/gstrtpgsmpay.c:
14094         * gst/rtp/gstrtpgsmpay.h:
14095         * gst/rtp/gstrtph263enc.c:
14096         * gst/rtp/gstrtph263enc.h:
14097         * gst/rtp/gstrtph263pay.c:
14098         * gst/rtp/gstrtph263pay.h:
14099         * gst/rtp/gstrtph263pdec.c:
14100         * gst/rtp/gstrtph263pdec.h:
14101         * gst/rtp/gstrtph263pdepay.c:
14102         * gst/rtp/gstrtph263pdepay.h:
14103         * gst/rtp/gstrtph263penc.c:
14104         * gst/rtp/gstrtph263penc.h:
14105         * gst/rtp/gstrtph263ppay.c:
14106         * gst/rtp/gstrtph263ppay.h:
14107         * gst/rtp/gstrtpmp4vdec.c:
14108         * gst/rtp/gstrtpmp4vdec.h:
14109         * gst/rtp/gstrtpmp4vdepay.c:
14110         * gst/rtp/gstrtpmp4vdepay.h:
14111         * gst/rtp/gstrtpmp4venc.c:
14112         * gst/rtp/gstrtpmp4venc.h:
14113         * gst/rtp/gstrtpmp4vpay.c:
14114         * gst/rtp/gstrtpmp4vpay.h:
14115         * gst/rtp/gstrtpmpadec.c:
14116         * gst/rtp/gstrtpmpadec.h:
14117         * gst/rtp/gstrtpmpadepay.c:
14118         * gst/rtp/gstrtpmpadepay.h:
14119         * gst/rtp/gstrtpmpaenc.c:
14120         * gst/rtp/gstrtpmpaenc.h:
14121         * gst/rtp/gstrtpmpapay.c:
14122         * gst/rtp/gstrtpmpapay.h:
14123         * gst/rtp/gstrtpspeexdec.c:
14124         * gst/rtp/gstrtpspeexdec.h:
14125         * gst/rtp/gstrtpspeexdepay.c:
14126         * gst/rtp/gstrtpspeexdepay.h:
14127         * gst/rtp/gstrtpspeexenc.c:
14128         * gst/rtp/gstrtpspeexenc.h:
14129         * gst/rtp/gstrtpspeexpay.c:
14130         * gst/rtp/gstrtpspeexpay.h:
14131           Do burger's rename for rtp payloaders and depayloaders
14132
14133 2005-11-30  Wim Taymans  <wim@fluendo.com>
14134
14135         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14136         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14137         * ext/dv/gstdvdemux.h:
14138         Fix seeking in dvdemux again, add some more debug info.
14139
14140 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14141
14142         * configure.ac:
14143           fix tests
14144
14145 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14146
14147         * PORTED_09:
14148         * docs/random/PORTED_09:
14149           move
14150         * tests/Makefile.am:
14151           add
14152         * win32/gst.sln:
14153           remove
14154
14155 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14156
14157         * Makefile.am:
14158         * check/.cvsignore:
14159         * check/Makefile.am:
14160         * check/elements/.cvsignore:
14161         * check/elements/level.c:
14162         * check/elements/matroskamux.c:
14163         * configure.ac:
14164         * examples/Makefile.am:
14165         * examples/capsfilter/Makefile.am:
14166         * examples/capsfilter/capsfilter1.c:
14167         * examples/gob/Makefile.am:
14168         * examples/gob/gst-identity2.gob:
14169         * examples/gstplay/.cvsignore:
14170         * examples/gstplay/Makefile.am:
14171         * examples/gstplay/player.c:
14172         * examples/indexing/.cvsignore:
14173         * examples/indexing/Makefile.am:
14174         * examples/indexing/indexmpeg.c:
14175         * examples/level/Makefile.am:
14176         * examples/level/README:
14177         * examples/level/demo.c:
14178         * examples/level/plot.c:
14179         * examples/stats/Makefile.am:
14180         * examples/stats/mp2ogg.c:
14181         * examples/switch/.cvsignore:
14182         * examples/switch/Makefile.am:
14183         * examples/switch/switcher.c:
14184           move under tests/
14185
14186 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14187
14188         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14189         (gst_text_render_class_init), (resize_bitmap),
14190         (gst_text_render_render_text), (gst_text_render_setcaps),
14191         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14192         (gst_text_render_chain), (gst_text_render_finalize),
14193         (gst_text_render_init), (gst_text_render_set_property):
14194         * ext/pango/gsttextrender.h:
14195           Add missing files.
14196
14197 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14198
14199         * configure.ac:
14200         * ext/Makefile.am:
14201         * ext/pango/Makefile.am:
14202         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14203         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14204         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14205         * ext/pango/gstclockoverlay.h:
14206         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14207         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14208         (gst_text_overlay_finalize), (gst_text_overlay_init),
14209         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14210         (gst_text_overlay_text_pad_linked),
14211         (gst_text_overlay_text_pad_unlinked),
14212         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14213         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14214         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14215         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14216         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14217         (gst_text_overlay_change_state), (plugin_init):
14218         * ext/pango/gsttextoverlay.h:
14219         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14220         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14221         (gst_time_overlay_class_init), (gst_time_overlay_init):
14222         * ext/pango/gsttimeoverlay.h:
14223           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14224           and add background shading and text wrapping modes. Make 
14225           timoverlay derive from textoverlay. Also add new clockoverlay
14226           element.
14227
14228 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14229
14230         * gst/udp/Makefile.am: Moved to netbuffer.
14231
14232 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14233
14234         * configure.ac:
14235         * PORTED_O9:
14236         * gst/multipart/Makefile.am:
14237         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14238         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14239         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14240         (gst_multipart_demux_change_state),
14241         (gst_multipart_demux_plugin_init):
14242         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14243         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14244         (gst_multipart_mux_sinkconnect),
14245         (gst_multipart_mux_request_new_pad),
14246         (gst_multipart_mux_handle_src_event),
14247         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14248         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14249         0.9.
14250
14251 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14252
14253         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14254         * gst/debug/gstnavigationtest.h:
14255         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14256         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14257         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14258         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14259         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14260         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14261         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14262         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14263         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14264         (gst_video_flip_get_type):
14265         * gst/videofilter/gstvideoflip.h:
14266           update for symbols change
14267
14268 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14269
14270         * gst/udp/gstdynudpsink.c:
14271         * gst/udp/gstudpsrc.c:
14272           the old gstnet lib was renamed gstnetbuffer (#322257)
14273
14274 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14275
14276         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14277         (gst_text_overlay_collected):
14278           Actually render the text from the text pad.
14279
14280 2005-11-29  Edward Hervey  <edward@fluendo.com>
14281
14282         * gst/debug/gstnavseek.c: (gst_navseek_event):
14283         * gst/debug/progressreport.c: (gst_progress_report_event):
14284         Update for GstBaseTransform event virtual method
14285
14286 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14287
14288         * ext/cairo/Makefile.am:
14289           no need to link to videofilter
14290
14291 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14292
14293         * gst/debug/Makefile.am:
14294         * gst/debug/gstnavigationtest.h:
14295         * gst/effectv/Makefile.am:
14296         * gst/effectv/gstaging.c:
14297         * gst/effectv/gstdice.c:
14298         * gst/effectv/gstedge.c:
14299         * gst/effectv/gstquark.c:
14300         * gst/effectv/gstrev.c:
14301         * gst/effectv/gstshagadelic.c:
14302         * gst/effectv/gstvertigo.c:
14303         * gst/effectv/gstwarp.c:
14304         * gst/videofilter/Makefile.am:
14305         * gst/videofilter/gstvideofilter.c:
14306         * gst/videofilter/gstvideofilter.h:
14307         * gst/videofilter/gstvideoflip.h:
14308           remove the videofilter library and link to the one in base
14309
14310 2005-11-28  Edward Hervey  <edward@fluendo.com>
14311
14312         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14313         Useless check now we're setting the current entry correctly.
14314
14315 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14316
14317         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14318         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14319         (gst_jpegenc_change_state):
14320           Don't leak input buffer in chain function (fixes #322667); make 
14321           state change function thread-safe; don't repeat the current function
14322           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14323           gst_pad_alloc_buffer(); misc. minor cleanups.
14324
14325 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14326
14327         * gst/matroska/matroska-mux.c:
14328         (gst_matroska_mux_video_pad_setcaps):
14329         Look for pixel-aspect-ratio in caps, not pixel_width and
14330         pixel_height (Fixes: #322645)
14331
14332 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14333
14334         * gst/matroska/matroska-mux.c:
14335         (gst_matroska_mux_video_pad_setcaps):
14336         From Michal Benes:
14337         frame duration should be GST_SECOND / framerate, not
14338         GST_SECOND * framerate. (Fixes: #322643)
14339
14340 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14341
14342         * configure.ac:
14343           fix up GST_PLUGIN_LDFLAGS
14344         * gst/rtsp/rtspconnection.c:
14345           fix includes (see #317043)
14346         * gst/videofilter/Makefile.am:
14347           stop installing this library
14348
14349 2005-11-26  Edward Hervey  <edward@fluendo.com>
14350
14351         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14352         Handle the case where the incoming Video dv stream doesn't have
14353         a pixel aspect ratio set.
14354
14355 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14356
14357         * docs/plugins/Makefile.am:
14358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14360         * ext/flac/gstflacdec.c:
14361           document flacdec
14362
14363 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14364
14365         * docs/plugins/Makefile.am:
14366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14368         * docs/plugins/inspect/plugin-autodetect.xml:
14369         * ext/cairo/gstcairo.c: (plugin_init):
14370         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14371         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14372         (gst_text_overlay_init), (gst_text_overlay_font_init),
14373         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14374         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14375         (gst_text_overlay_text_pad_linked),
14376         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14377         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14378         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14379         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14380         (gst_text_overlay_change_state):
14381         * ext/cairo/gsttextoverlay.h:
14382         * ext/cairo/gsttimeoverlay.c:
14383         (gst_cairo_time_overlay_update_font_height),
14384         (gst_cairo_time_overlay_set_caps),
14385         (gst_cairo_time_overlay_get_unit_size),
14386         (gst_cairo_time_overlay_print_smpte_time),
14387         (gst_cairo_time_overlay_transform),
14388         (gst_cairo_time_overlay_base_init),
14389         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14390         (gst_cairo_time_overlay_get_type):
14391         * ext/cairo/gsttimeoverlay.h:
14392           do some name borgifying
14393           document
14394
14395 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14396
14397         * docs/plugins/Makefile.am:
14398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14400         * gst/autodetect/gstautoaudiosink.c:
14401         (gst_auto_audio_sink_base_init):
14402         * gst/autodetect/gstautovideosink.c:
14403         (gst_auto_video_sink_base_init),
14404         (gst_auto_video_sink_factory_filter):
14405           documenting auto*sink
14406           using strstr for the video sink lookup, class field is not ordered
14407         * docs/plugins/inspect/plugin-1394.xml:
14408         * docs/plugins/inspect/plugin-aasink.xml:
14409         * docs/plugins/inspect/plugin-alaw.xml:
14410         * docs/plugins/inspect/plugin-alpha.xml:
14411         * docs/plugins/inspect/plugin-alphacolor.xml:
14412         * docs/plugins/inspect/plugin-auparse.xml:
14413         * docs/plugins/inspect/plugin-autodetect.xml:
14414         * docs/plugins/inspect/plugin-avi.xml:
14415         * docs/plugins/inspect/plugin-cacasink.xml:
14416         * docs/plugins/inspect/plugin-cairo.xml:
14417         * docs/plugins/inspect/plugin-cutter.xml:
14418         * docs/plugins/inspect/plugin-debug.xml:
14419         * docs/plugins/inspect/plugin-dv.xml:
14420         * docs/plugins/inspect/plugin-efence.xml:
14421         * docs/plugins/inspect/plugin-effectv.xml:
14422         * docs/plugins/inspect/plugin-esdsink.xml:
14423         * docs/plugins/inspect/plugin-flac.xml:
14424         * docs/plugins/inspect/plugin-flxdec.xml:
14425         * docs/plugins/inspect/plugin-gconfelements.xml:
14426         * docs/plugins/inspect/plugin-goom.xml:
14427         * docs/plugins/inspect/plugin-jpeg.xml:
14428         * docs/plugins/inspect/plugin-level.xml:
14429         * docs/plugins/inspect/plugin-matroska.xml:
14430         * docs/plugins/inspect/plugin-mulaw.xml:
14431         * docs/plugins/inspect/plugin-navigationtest.xml:
14432         * docs/plugins/inspect/plugin-ossaudio.xml:
14433         * docs/plugins/inspect/plugin-png.xml:
14434         * docs/plugins/inspect/plugin-rtp.xml:
14435         * docs/plugins/inspect/plugin-rtsp.xml:
14436         * docs/plugins/inspect/plugin-shout2send.xml:
14437         * docs/plugins/inspect/plugin-smpte.xml:
14438         * docs/plugins/inspect/plugin-speex.xml:
14439         * docs/plugins/inspect/plugin-udp.xml:
14440         * docs/plugins/inspect/plugin-videobox.xml:
14441         * docs/plugins/inspect/plugin-videoflip.xml:
14442         * docs/plugins/inspect/plugin-videomixer.xml:
14443         * docs/plugins/inspect/plugin-wavenc.xml:
14444         * docs/plugins/inspect/plugin-wavparse.xml:
14445           update for HEAD version
14446
14447 2005-11-25  Michael Smith  <msmith@fluendo.com>
14448
14449         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14450           Patch from Sebastien Cote to close control sockets in udpsrc.
14451
14452 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14453
14454         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14455         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14456         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14457         (gst_quarktv_base_init), (gst_quarktv_class_init),
14458         (gst_quarktv_init): Flush the planes list on reverse caps
14459         negotiation. This was crashing because of differently sized
14460         buffers.
14461
14462 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14463
14464         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14465         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14466         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14467         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14468         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14469         (gst_videoflip_set_property), (gst_videoflip_base_init),
14470         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14471         correctly, fix identity flipping, convert navigation event 
14472         correctly again.
14473
14474 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * configure.ac: back to HEAD
14477
14478 === release 0.9.6 ===
14479
14480 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14481
14482         * configure.ac:
14483           releasing 0.9.6, "Everything's Not Lost"
14484
14485 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14486
14487         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14488         Oops, initialise the framerate GValue
14489
14490 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14491
14492         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14493         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14494         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14495         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14496         (gst_timeoverlay_get_type):
14497         * ext/cairo/gsttimeoverlay.h:
14498         * gst/debug/Makefile.am:
14499         * gst/debug/gstnavigationtest.c:
14500         (gst_navigationtest_handle_src_event),
14501         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14502         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14503         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14504         (gst_navigationtest_init), (gst_navigationtest_get_type),
14505         (plugin_init):
14506         * gst/debug/gstnavigationtest.h:
14507         * gst/effectv/Makefile.am:
14508         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14509         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14510         (gst_agingtv_base_init), (gst_agingtv_class_init),
14511         (gst_agingtv_init), (gst_agingtv_get_type):
14512         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14513         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14514         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14515         (gst_dicetv_get_type):
14516         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14517         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14518         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14519         (gst_edgetv_get_type):
14520         * gst/effectv/gsteffectv.c:
14521         * gst/effectv/gsteffectv.h:
14522         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14523         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14524         (gst_quarktv_change_state), (gst_quarktv_base_init),
14525         (gst_quarktv_class_init), (gst_quarktv_init),
14526         (gst_quarktv_get_type):
14527         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14528         (gst_revtv_get_unit_size), (gst_revtv_transform),
14529         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14530         (gst_revtv_get_type):
14531         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14532         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14533         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14534         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14535         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14536         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14537         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14538         (gst_vertigotv_init), (gst_vertigotv_get_type):
14539         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14540         (gst_warptv_get_unit_size), (gst_warptv_transform),
14541         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14542         (gst_warptv_get_type):
14543         * gst/videofilter/Makefile.am:
14544         * gst/videofilter/gstvideobalance.c:
14545         * gst/videofilter/gstvideobalance.h:
14546         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14547         (gst_videofilter_class_init), (gst_videofilter_init):
14548         * gst/videofilter/gstvideofilter.h:
14549         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14550         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14551         (gst_videoflip_flip), (gst_videoflip_transform),
14552         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14553         (gst_videoflip_base_init), (gst_videoflip_class_init),
14554         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14555         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14556         BaseTransform, it's just a place holder for now and every video
14557         effect plugin has been ported to use BaseTransform features 
14558         directly. QuarkTV was fixed too (was broken), navigationtest works
14559         and best for the end, videoflip converts navigation events depending
14560         on flip method ! Fixes #320953
14561
14562 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14563
14564         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14565         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14566         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14567         (gst_goom_src_negotiate), (gst_goom_chain):
14568         * gst/matroska/matroska-mux.c:
14569         (gst_matroska_mux_video_pad_setcaps):
14570         * sys/osxvideo/osxvideosink.m:
14571           Fixes for API changes
14572
14573 2005-11-23  Michael Smith <msmith@fluendo.com>
14574
14575         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14576         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14577         * ext/jpeg/gstjpegdec.h:
14578         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14579         * ext/jpeg/gstjpegenc.h:
14580         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14581         (gst_smokeenc_resync):
14582         * ext/jpeg/gstsmokeenc.h:
14583           JPEG fractiony goodness.
14584
14585 2005-11-22  Michael Smith <msmith@fluendo.com>
14586
14587         * gst/goom/filters.c:
14588         * gst/goom/graphic.h:
14589           Fix compilation by making some functions static inline instead of
14590           extern inline, matching the way they're used.
14591
14592 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14593
14594         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14595         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14596         * ext/cairo/gsttextoverlay.h:
14597         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14598         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14599         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14600         (gst_pngdec_caps_create_and_set):
14601         * ext/libpng/gstpngdec.h:
14602         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14603         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14604         * gst/avi/gstavimux.c: (gst_avimux_init),
14605         (gst_avimux_vidsinkconnect):
14606         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14607         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14608         (gst_goom_src_negotiate), (gst_goom_chain):
14609         * gst/goom/gstgoom.h:
14610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14611         * gst/matroska/matroska-mux.c:
14612         (gst_matroska_mux_video_pad_setcaps):
14613         * sys/osxvideo/osxvideosink.h:
14614         * sys/osxvideo/osxvideosink.m:
14615           More fractional framerate conversions 
14616
14617 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14618
14619         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14620         * gst/debug/gstnavigationtest.c:
14621         (gst_navigationtest_handle_src_event):
14622         * gst/videofilter/gstvideofilter.c:
14623         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14624         (gst_videofilter_init):
14625         * gst/videofilter/gstvideofilter.h:
14626           Convert to fractional framerates.
14627
14628 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14629
14630         * ext/aalib/gstaasink.c:
14631         * ext/dv/gstdvdec.c:
14632         * ext/esd/esdmon.c:
14633         * ext/flac/gstflacenc.c:
14634         * ext/gdk_pixbuf/pixbufscale.c:
14635         * ext/libcaca/gstcacasink.c:
14636         * ext/shout2/gstshout2.c:
14637         * gst/alpha/gstalpha.c:
14638         * gst/oldcore/gstaggregator.c:
14639         * gst/oldcore/gstshaper.c:
14640         * gst/smpte/barboxwipes.c:
14641         * gst/smpte/gstsmpte.c:
14642         * gst/videobox/gstvideobox.c:
14643         * gst/videofilter/gstvideoflip.c:
14644         * gst/videomixer/videomixer.c:
14645           fix up more enums
14646
14647 2005-11-22  Michael Smith <msmith@fluendo.com>
14648
14649         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14650         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14651         (gst_videomixer_update_queues):
14652           Fractional framerates, videomixer.
14653
14654 2005-11-22  Michael Smith <msmith@fluendo.com>
14655
14656         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14657         * ext/dv/gstdvdec.h:
14658         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14659         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14660         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14661         (gst_dvdemux_flush):
14662         * ext/dv/gstdvdemux.h:
14663           Fractional framerates for DV. 
14664
14665 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14666
14667         * gst/autodetect/gstautoaudiosink.c:
14668         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14669         * gst/autodetect/gstautovideosink.c:
14670         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14671           Use gst_plugin_feature_list_free() to free feature list and
14672           in the case of autovideosink free the list at all. Also
14673           miscellaneous cosmetic fixes.
14674
14675 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14676
14677         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14678         (gst_cutter_set_property), (gst_cutter_get_caps):
14679           copy calculation code from level; remove use of some audio
14680           functions
14681
14682 2005-11-22  Andy Wingo  <wingo@pobox.com>
14683
14684         * Update for gst_tag_setter API changes.
14685
14686 2005-11-22  Andy Wingo  <wingo@pobox.com>
14687
14688         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14689         (gst_dvdemux_demux_frame)
14690         * ext/flac/gstflacdec.c (gst_flacdec_write)
14691         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14692         (gst_flacenc_sink_event)
14693         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14694         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14695         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14696         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14697         * gst/auparse/gstauparse.c (gst_auparse_chain)
14698         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14699         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14700         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14701         (gst_avi_demux_handle_seek)
14702         * gst/goom/gstgoom.c (gst_goom_event)
14703         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14704         * gst/matroska/matroska-demux.c
14705         (gst_matroska_demux_handle_seek_event)
14706         (gst_matroska_demux_loop_stream_parse_id)
14707         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14708         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14709         (gst_wavparse_stream_headers): Run update-funcnames.
14710
14711 2005-11-22  Edward Hervey  <edward@fluendo.com>
14712
14713         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14714         (gst_dv1394src_init), (gst_dv1394src_dispose),
14715         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14716         (gst_dv1394src_uri_set_uri):
14717         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14718         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14719         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14720         URIHandler interface and element properties are now properly
14721         synchronized for DV1394src and UDPSrc
14722
14723 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         * ext/flac/Makefile.am:
14726         * ext/speex/Makefile.am:
14727           libgsttagedit has been renamed to libgsttag.
14728
14729 2005-11-21  Wim Taymans  <wim@fluendo.com>
14730
14731         * gst/rtsp/rtspconnection.c: (read_body):
14732         Apply patch from Sebastien Cote to fix #319184.
14733
14734 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * configure.ac:
14737         * gst/cutter/Makefile.am:
14738         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14739         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14740         (gst_cutter_set_property), (gst_cutter_get_property),
14741         (plugin_init), (gst_cutter_get_caps):
14742           port cutter
14743         * gst/level/gstlevel.c:
14744           fix up plugin details
14745
14746 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14747
14748         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14749         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14750         (gst_flacdec_src_event):
14751         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14752         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14753         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14754         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14755         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14756         (gst_flxdec_sink_event_handler):
14757         * gst/matroska/matroska-demux.c:
14758         (gst_matroska_demux_handle_seek_event):
14759         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14760           Update for stream lock API changes: don't take stream log
14761           in sink event handlers any longer and change GST_STREAM_LOCK
14762           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14763           functions.
14764
14765 2005-11-21  Michael Smith <msmith@fluendo.com>
14766
14767         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14768           gst_object_unref, not g_object_unref
14769
14770 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14771
14772         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14773         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14774           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14775
14776 2005-11-21  Michael Smith <msmith@fluendo.com>
14777
14778         * gst/auparse/Makefile.am:
14779         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14780         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14781         (gst_auparse_change_state):
14782         * gst/auparse/gstauparse.h:
14783           Partially fix #161712. playbin still doesn't work on these files,
14784           (on the bug report, Andy says we aren't typefinding it for some
14785           reason?) but at least auparse isn't totally busted like it was before.
14786
14787 2005-11-21  Andy Wingo  <wingo@pobox.com>
14788
14789         * *.h:
14790         * *.c: Ran scripts/update-macros. Oh yes.
14791
14792 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14793
14794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14795           Filler events are gone for now, comment out section generating
14796           them.
14797
14798 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14799
14800         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14801         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14802         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14803         * sys/osxvideo/osxvideosink.m:
14804           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14805           (#322027)
14806
14807 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14808
14809         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14810         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14811         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14812         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14813         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14814         (gst_avi_demux_stream_data):
14815         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14816         * gst/wavenc/gstwavenc.c: (write_metadata):
14817         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14818         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14819         Fixes for GST_FOURCC_FORMAT API change.
14820
14821 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14822
14823         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14824         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14825         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14826         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14827         (gst_text_overlay_change_state):
14828         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14829         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14830         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14831         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14832         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14833         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14834         (gst_videomixer_change_state):
14835           Fix for collect pads API change. Also fix textoverlay state
14836           change function.
14837
14838 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14839
14840         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14841         GST_PAD_IS_USABLE by something approaching it.
14842
14843 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14844
14845         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14846         API changes.
14847         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14848         but also fix the code that was not checking return values from
14849         pad_push neither using pad_alloc_buffer.
14850
14851 2005-11-18  Edward Hervey  <edward@fluendo.com>
14852
14853         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14854         (gst_pngenc_chain):
14855         Added debug category
14856         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14857         goes to EOS.
14858
14859 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14860
14861         * gst/rtp/Makefile.am
14862         * gst/rtp/gstrtp.c
14863         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14864         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14865         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14866         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14867         * gst/rtp/gstrtpg711enc.h:
14868         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14869         * gst/rtp/gstrtpspeexenc.c:
14870         * gst/rtp/gstrtpspeexenc.h:
14871         * gst/rtp/gstrtpspeexdec.c:
14872         * gst/rtp/gstrtpspeexdec.h:
14873         Created Speex payloader and depayloader; Optimize G711 payloader to
14874         use adapter and send packets until MTU size.
14875
14876 2005-11-16  Wim Taymans  <wim@fluendo.com>
14877
14878         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14879         Fix leak in check.
14880
14881 2005-11-16  Wim Taymans  <wim@fluendo.com>
14882
14883         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14884         Fix state change.
14885
14886 2005-11-16  Andy Wingo  <wingo@pobox.com>
14887
14888         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14889         (gst_udpsrc_create): Move comment.
14890
14891 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14892
14893         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14896           When seeking, seek to closest index entry at or before the requested
14897           seek position, not just the closest one (#321001).
14898
14899 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14902         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14903           Invert DIB images again (see #132341).
14904
14905 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14906
14907         * configure.ac:
14908           rework configure.ac file
14909         * ext/aalib/gstaasink.c:
14910         * ext/cairo/gstcairo.c:
14911         * ext/dv/gstdv.c:
14912         * ext/esd/gstesd.c:
14913         * ext/flac/gstflac.c:
14914         * ext/gconf/gstgconfelements.c:
14915         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14916         * ext/jpeg/gstjpeg.c:
14917         * ext/ladspa/gstladspa.c:
14918         * ext/libcaca/gstcacasink.c:
14919         * ext/libmng/gstmng.c:
14920         * ext/libpng/gstpng.c:
14921         * ext/mikmod/gstmikmod.c:
14922         * ext/pango/gsttextoverlay.c:
14923         * ext/pango/gsttimeoverlay.c:
14924         * ext/raw1394/gst1394.c:
14925         * ext/speex/gstspeex.c:
14926         * gst/alpha/Makefile.am:
14927         * gst/alpha/gstalpha.c:
14928         * gst/alpha/gstalphacolor.c:
14929         * gst/auparse/gstauparse.c:
14930         * gst/autodetect/gstautoaudiosink.c:
14931         (gst_auto_audio_sink_factory_filter),
14932         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14933         * gst/autodetect/gstautodetect.c:
14934         * gst/avi/gstavi.c:
14935         * gst/cutter/gstcutter.c:
14936         * gst/debug/efence.c:
14937         * gst/debug/gstdebug.c:
14938         * gst/debug/gstnavigationtest.c:
14939         * gst/effectv/gsteffectv.c:
14940         * gst/flx/gstflxdec.c:
14941         * gst/goom/gstgoom.c:
14942         * gst/interleave/plugin.c:
14943         * gst/law/alaw.c:
14944         * gst/law/mulaw.c:
14945         * gst/level/gstlevel.c:
14946         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14947         * gst/matroska/matroska.c:
14948         * gst/median/gstmedian.c:
14949         * gst/monoscope/gstmonoscope.c:
14950         * gst/multipart/multipart.c:
14951         * gst/oldcore/gstelements.c:
14952         * gst/rtp/gstrtp.c:
14953         * gst/rtsp/gstrtsp.c:
14954         * gst/smoothwave/gstsmoothwave.c:
14955         * gst/smpte/gstsmpte.c:
14956         * gst/udp/gstudp.c:
14957         * gst/videobox/gstvideobox.c:
14958         * gst/videofilter/gstgamma.c:
14959         * gst/videofilter/gstvideobalance.c:
14960         * gst/videofilter/gstvideoflip.c:
14961         * gst/videofilter/gstvideotemplate.c:
14962         * gst/videomixer/videomixer.c:
14963         * gst/wavenc/gstwavenc.c:
14964         * gst/wavparse/gstwavparse.c:
14965         * sys/oss/gstossaudio.c:
14966         * sys/osxaudio/gstosxaudio.c:
14967           update GST_PLUGIN_DEFINE
14968         * gst/rtp/Makefile.am:
14969         * gst/rtp/gstasteriskh263.c:
14970           check for htons/htonl headers and possibly link to winsock2 lib
14971
14972 2005-11-12  Edward Hervey  <edward@fluendo.com>
14973
14974         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14975         Only GST_DEBUG() information on the valid components.
14976
14977 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14978
14979         * configure.ac: back to HEAD
14980
14981 === release 0.9.5 ===
14982
14983 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14984
14985         * configure.ac:
14986           releasing 0.9.5, "Phone Alarm"
14987
14988 2005-11-11  Edward Hervey  <edward@fluendo.com>
14989
14990         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14991         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14992         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14993         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14994         (gst_avi_demux_loop):
14995         * gst/avi/gstavidemux.h:
14996         Yeah, implement proper seeking. Exact seeking and segment seeking.
14997         Still need to do some checks for segment_stop.
14998
14999 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15000
15001         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15004           Don't try to ready buffer duration from buffer that we don't
15005           own any  longer and that might already have been unreffed.
15006           (#321136)
15007
15008 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15009
15010         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15011         (flx_decode_delta_flc), (gst_flxdec_chain):
15012         Attempting to optimize the code for embedded systems.
15013
15014 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15015
15016         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15017
15018         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15019           Don't re-use already closed file descriptor. (#320920)
15020
15021 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15022
15023         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15024         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15025         (gst_oss_sink_prepare):
15026         * sys/oss/gstosssink.h:
15027           Cache probed caps; fix debug output for SET_PARAM macros.
15028
15029 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15030
15031         * ext/cairo/Makefile.am:
15032         * ext/cairo/gstcairo.c: (plugin_init):
15033         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15034         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15035         (gst_text_overlay_init), (gst_text_overlay_font_init),
15036         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15037         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15038         (gst_text_overlay_text_pad_linked),
15039         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15040         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15041         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15042         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15043         (gst_text_overlay_change_state):
15044         * ext/cairo/gsttextoverlay.h:
15045           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15046           property and redo positioning. Doesn't handle upstream renegotiation
15047           yet though.
15048
15049 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15050
15051         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15052         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15053         (gst_avi_demux_loop):
15054           No need to take the STREAM_LOCK in the loop function. Improve
15055           some debug messages. Don't leak pad names in debug messages.
15056
15057 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15058
15059         * gst/matroska/matroska-demux.c:
15060         (gst_matroska_demux_push_vorbis_codec_priv_data),
15061         (gst_matroska_demux_add_wvpk_header):
15062           Don't error out when the source pad isn't linked.
15063
15064 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15065
15066         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15067         (gst_gconf_audio_sink_change_state):
15068         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15069         (gst_gconf_video_sink_change_state):
15070           Fix state change functions here as well and set kid
15071           to NULL state before removing it.
15072
15073 2005-11-01  Edward Hervey  <edward@fluendo.com>
15074
15075         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15076         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15077         Added proper event handlind, 
15078         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15079         ignored),
15080         and don't set a duration of 0 for buffers otherwise they are discarded
15081         by GstBaseSink.
15082
15083         GstWavEnc needs some serious loving, after going through the code I'm
15084         really wondering how this can stay in -good ...
15085
15086 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15087
15088         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15089         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15090         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15091         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15092         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15093         (gst_matroska_mux_collected):
15094           Fix leaks and invalid memory access as reported by valgrind
15095
15096 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15097
15098         Patch by: Michal Benes <michal.benes@xeris.cz>
15099
15100         * check/Makefile.am:
15101         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15102         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15103         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15104           add a unit test for matroskamux
15105           fix the bugs that the unit test exposed
15106
15107 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         * gst/autodetect/gstautoaudiosink.c:
15110         (gst_auto_audio_sink_class_init),
15111         (gst_auto_audio_sink_change_state):
15112         * gst/autodetect/gstautovideosink.c:
15113         (gst_auto_video_sink_class_init),
15114         (gst_auto_video_sink_change_state):
15115           Fix state change function and use GST_DEBUG_FUNCPTR in
15116           class_init.
15117
15118 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15119
15120         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15121
15122         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15123         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15124         * gst/matroska/ebml-write.h:
15125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15126           Set timestamps on outgoing ebml headers as well, so that the
15127           element after matroskamux can get the timestamp already when
15128           reading the first ebml element and doesn't have to wait for
15129           the actual data buffer for that (#320308).
15130           
15131 2005-10-31  Andy Wingo  <wingo@pobox.com>
15132
15133         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15134         (gst_videomixer_pad_link): Kill some memleaks.
15135         (gst_videomixer_pad_get_property): Style fix.
15136         (gst_videomixer_pad_set_property): Style fix.
15137         (gst_videomixer_pad_init): Style fix.
15138         (gst_videomixer_update_queues): Kill memleak.
15139         (gst_videomixer_loop): Kill memleak.
15140         (gst_videomixer_collected): Kill memleak.
15141
15142 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15143
15144         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15145         gst_auparse_change_state:
15146         Just some cleanup.
15147
15148 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15149
15150         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15151         Add checks to GST_FLOW_NOT_LINKED for values returned
15152         from gst_pad_push.
15153         
15154 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15155
15156         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15157         (gst_rtpg711dec_process):
15158         * gst/rtp/gstrtpgsmenc.c:
15159         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15160         are never set. This is important for the g711 to work with burger's rtpbin
15161         element.
15162
15163 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15164
15165         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15166         (gst_speexenc_push_buffer):
15167         Add checks for return values from gst_pad_push and
15168         gst_pad_alloc_buffer.
15169
15170 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15171
15172         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15173
15174         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15175         (gst_matroska_demux_parse_info),
15176         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15177         (gst_matroska_demux_parse_cluster):
15178         * gst/matroska/matroska-ids.h:
15179         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15180         (gst_matroska_mux_init), (gst_matroska_mux_start),
15181         (gst_matroska_mux_create_buffer_header),
15182         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15183         (gst_matroska_mux_get_property):
15184         * gst/matroska/matroska-mux.h:
15185           Add SimpleBlock support to matroska demuxer and muxer (part of
15186           Matroska v2). (#319731)
15187
15188 2005-10-28  Wim Taymans  <wim@fluendo.com>
15189
15190         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15191         (gst_jpeg_dec_change_state):
15192         * ext/jpeg/gstjpegdec.h:
15193         Cleanups. Don't create caps for every chain.
15194
15195 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15196
15197         * gst/law/alaw-encode.c: (gst_alawenc_init),
15198         (alawenc_setcaps), (gst_alawenc_chain)
15199         * gst/law/alaw-encode.h:
15200         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15201         (mulawenc_setcaps), (gst_mulawenc_chain)
15202         * gst/law/mulaw-encode.h:
15203         Set timestamp on buffer and it allows RTP G711 elements
15204         work properly.
15205
15206 2005-10-27  Wim Taymans  <wim@fluendo.com>
15207
15208         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15209         Set correct format on oss instead of a silly value. 
15210
15211 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15212
15213         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15214         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15215         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15216         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15217         I420 rendering as well, doesn't bring much for my platform.
15218         Might help on some other platforms.
15219
15220 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15221
15222         * gst/rtp/gstrtpgsmenc.c:
15223         * gst/rtp/gstrtpgsmparse.c:
15224         Declaring the padtemplate correctly.
15225
15226 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15227
15228         * gst/rtp/gstrtpg711dec.c:
15229         * gst/rtp/gstrtpg711enc.c:
15230         * gst/rtp/gstrtpgsmenc.c:
15231         * gst/rtp/gstrtpgsmparse.c:
15232         Setting the proper copyright notice.
15233
15234 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15235
15236         * gst/videobox/Makefile.am: Use liboil.
15237         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15238         (gst_video_box_set_property), (gst_video_box_transform_caps),
15239         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15240         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15241         using liboil. Will dot the same to I420 border generation
15242         tomorrow.
15243
15244 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15245
15246         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15247         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15248         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15249         * gst/rtp/gstrtpg711dec.h:
15250         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15251         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15252         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15253         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15254         (gst_rtpgsmenc_handle_buffer):
15255         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15256         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15257         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15258         * gst/rtp/gstrtpgsmparse.h:
15259         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15260         inherits from the basertpdepayloader.
15261
15262 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15263
15264         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15265         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15266         (gst_video_box_ayuv): Removing this forgotten debug.
15267
15268 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15269
15270         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15271         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15272         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15273
15274 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15275
15276         * sys/oss/gstossaudio.c:
15277         * sys/oss/gstossdmabuffer.c:
15278         * sys/oss/gstosshelper.c:
15279         * sys/oss/gstossmixer.c:
15280         * sys/oss/gstossmixerelement.c:
15281         * sys/oss/gstossmixertrack.c:
15282         * sys/oss/gstosssink.c:
15283         * sys/oss/gstosssrc.c:
15284           Actually use the 'oss' debug category we register.
15285
15286 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15287
15288         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15289         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15290         Use gst_pad_get_parent and drop the ref that was added through
15291         that call.
15292
15293 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15294
15295         * gst/rtp/gstrtpgsmenc.c:
15296           Fix compilation
15297
15298 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15299
15300         * gst/rtp/gstrtpg711dec.c
15301         Just removed a couple of lines of weird code used during
15302         development/test time.
15303
15304 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15305
15306         * gst/rtp/Makefile.am
15307         * gst/rtp/gstrtp.c
15308         * gst/rtp/gstrtpg711enc.c
15309         * gst/rtp/gstrtpg711enc.h
15310         * gst/rtp/gstrtpg711dec.c
15311         * gst/rtp/gstrtpg711dec.h
15312         Created G711 payloader and depayloader (it supports mulaw and alaw
15313         (dec)encoders)
15314
15315 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15316
15317         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15318         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15319         Doh ! I introduced wingo's bug again ! Sorry...
15320
15321 2005-10-25  Christian Schaller <christian@fluendo.com> 
15322
15323         * gst/rtp/Makefile.am: add missing header files for disting
15324
15325 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15326
15327         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15328         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15329         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15330         (gst_rtpgsmenc_handle_buffer):
15331         * gst/rtp/gstrtpgsmenc.h:
15332         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15333         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15334         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15335         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15336         * gst/rtp/gstrtpgsmparse.h:
15337         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15338
15339 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15340
15341         * ext/libpng/gstpngdec.c: (user_info_callback),
15342         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15343         a newsegment event, move some redundant code in a single place.
15344
15345 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15346
15347         * ext/libpng/gstpngdec.c: (user_info_callback),
15348         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15349         hack to get correct colors order when we have a png image with
15350         alpha channel.
15351
15352 2005-10-24  Edward Hervey  <edward@fluendo.com>
15353
15354         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15355         Call gst_element_no_more_pads when there will be no more pads.
15356
15357 2005-10-24  Wim Taymans  <wim@fluendo.com>
15358
15359         * gst/rtp/Makefile.am:
15360         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15361         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15362         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15363         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15364         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15365         (gst_asteriskh263_plugin_init):
15366         * gst/rtp/gstasteriskh263.h:
15367         * gst/rtp/gstrtp.c: (plugin_init):
15368         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15369         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15370         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15371         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15372         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15373         (gst_rtph263enc_plugin_init):
15374         * gst/rtp/gstrtph263enc.h:
15375         Added two new payloaders, an RFC 2190 payloader for h263 and
15376         a payload convertor for an asterisk server.
15377
15378 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15379
15380         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15381           Set bytes_per_sample correctly (is not always 4, but 
15382           depends on width and number of channels).
15383
15384 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15385
15386         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15387         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15388         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15389         (gst_flacenc_sink_event), (gst_flacenc_chain),
15390         (gst_flacenc_set_property), (gst_flacenc_get_property),
15391         (gst_flacenc_change_state):
15392         * ext/flac/gstflacenc.h:
15393           Fix seeking, so that flacenc can rewrite the header with the
15394           correct duration and amount of samples and all that at EOS;
15395           also set timestamps and granulepos on outgoing buffers; add
15396           debug category; fix state change function.
15397           
15398 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15399
15400         * gst/videomixer/videomixer.c: Don't restrict video geometry
15401         from 16 to 4096.
15402
15403 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15404
15405         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15406         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15407         Fix caps negotiation correctly, add debugging category.
15408
15409 2005-10-24  Christian Schaller  <christian@fluendo.com>
15410
15411         * configure.ac: Port over Thomas's change from base listing all plugins
15412
15413 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15414
15415         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15416         a sink pad.
15417
15418 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15419
15420         * configure.ac:
15421         * docs/upload.mak:
15422           back to HEAD
15423
15424 === release 0.9.4 ===
15425
15426 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15427
15428         * configure.ac:
15429           Releasing 0.9.4, "Dromiceiomimus"
15430
15431 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15434         (gst_speexenc_src_query):
15435           Add position and duration query, fix query type function.
15436           
15437         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15438         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15439           Let's not set non-fixed caps on source pads.
15440
15441 2005-10-21  Wim Taymans  <wim@fluendo.com>
15442
15443         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15444         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15445         (gst_avi_demux_handle_seek):
15446         Set correct stream_time in newsegment event.
15447         avi can also handle a duration query now.
15448
15449 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         * gst/matroska/matroska-demux.c:
15452         (gst_matroska_demux_handle_src_query),
15453         (gst_matroska_demux_handle_seek_event),
15454         (gst_matroska_demux_loop_stream_parse_id):
15455           Fix duration query; fix basetime in newsegment event after
15456           seek; fix duration in initial newsegment event.
15457
15458         * gst/matroska/matroska-mux.c:
15459         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15460           Extract number of channels and samplerate from vorbis headers;
15461           add some debug messages when querying the durations of the
15462           input streams.
15463
15464 2005-10-20  Wim Taymans  <wim@fluendo.com>
15465
15466         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15467         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15468         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15469         Set stream time correctly in newsegment.
15470
15471 2005-10-20  Wim Taymans  <wim@fluendo.com>
15472
15473         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15474         Correctly fill in the stream time.
15475
15476 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15477
15478         * check/elements/level.c: (GST_START_TEST):
15479         * gst/level/gstlevel.c: (gst_level_message_new):
15480         * gst/level/level-example.c: (message_handler):
15481           use ELEMENT messages instead
15482
15483 2005-10-19  Wim Taymans  <wim@fluendo.com>
15484
15485         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15486         (gst_dvdemux_src_query):
15487         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15488         (gst_flacdec_src_query):
15489         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15490         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15491         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15492         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15493         * gst/debug/progressreport.c: (gst_progress_report_report):
15494         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15495         * gst/matroska/matroska-demux.c:
15496         (gst_matroska_demux_handle_src_query):
15497         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15498         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15499         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15500         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15501         (gst_wavparse_srcpad_event):
15502         API change fix.
15503
15504 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15505
15506         * gst/goom/filters.c:
15507         * gst/goom/graphic.h:
15508         * gst/goom/lines.c:
15509           Make inline functions either 'static inline' or 'extern inline',
15510           otherwise the Forte compiler apparently won't inline them (#317300).
15511
15512 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15513
15514         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15515         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15516         (user_info_callback), (user_endrow_callback), (user_end_callback),
15517         (user_read_data), (gst_pngdec_caps_create_and_set),
15518         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15519         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15520         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15521         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15522         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15523         very nice and handle push/pull based model. if you have filesrc
15524         connected to it, it will do random access to load the png file.
15525         If you have a network source that can't do _getrange, it does 
15526         progressive loading through the chain function.
15527         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15528         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15529         thanks to Master Wim Taymans ;-)
15530
15531 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * gst/matroska/Makefile.am:
15534         * gst/matroska/ebml-read.c:
15535         * gst/matroska/ebml-read.h:
15536         * gst/matroska/matroska-demux.c:
15537         * gst/matroska/matroska-demux.h:
15538         * gst/matroska/matroska.c: (plugin_init):
15539           Ported matroska demuxer to 0.9.
15540
15541 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15542
15543         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15544
15545         * gst/matroska/matroska-mux.c:
15546         (gst_matroska_mux_video_pad_setcaps),
15547         (gst_matroska_mux_audio_pad_setcaps):
15548           Fix mpeg4 input handling (#318847); also, while we're at it,
15549           fix media type for Motion-JPEG: should be image/jpeg.
15550
15551 2005-10-18  Wim Taymans  <wim@fluendo.com>
15552
15553         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15554         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15555         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15556         Fix for segment-start/stop API change.
15557
15558 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15559
15560         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15561         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15562         way.
15563
15564 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15565
15566         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15567         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15568         output declared in transform_caps.
15569
15570 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15571
15572         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15573
15574 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15575
15576         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15577         (gst_video_box_get_unit_size): Fix wrong size calculations and
15578         implement get_unit_size correctly.
15579
15580 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15581
15582         * configure.ac:
15583           Enable flx plugin.
15584
15585         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15586           Fix gcc4 signedness issue.
15587
15588 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15589
15590         * configure.ac: Adding videomixer.
15591         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15592         (user_read_data), (gst_pngdec_chain): More debugging.
15593         * gst/alpha/Makefile.am: Adding alphacolor
15594         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15595         (gst_alpha_color_class_init), (gst_alpha_color_init),
15596         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15597         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15598         (plugin_init): Ported to 0.9 using in place base tranform.
15599         * gst/videomixer/Makefile.am:
15600         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15601         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15602         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15603         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15604         (gst_videomixer_init), (gst_videomixer_getcaps),
15605         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15606         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15607         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15608         to 0.9 using collectpads.
15609
15610 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15611
15612         * configure.ac:
15613         * gst/flx/Makefile.am:
15614         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15615         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15616         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15617         * gst/flx/gstflxdec.h:
15618         flx plugin ported to 0.9
15619
15620 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15621
15622         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15623           use new gst_version_string()
15624
15625 2005-10-16  Andy Wingo  <wingo@pobox.com>
15626
15627         * configure.ac: GLIB_CHECK.
15628
15629 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15630
15631         * ext/libpng/Makefile.am:
15632         * ext/libpng/gstpng.c: (plugin_init):
15633         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15634         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15635         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15636
15637 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15638
15639         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15640
15641         * configure.ac:
15642         * gst/matroska/Makefile.am:
15643         * gst/matroska/ebml-ids.h:
15644         * gst/matroska/ebml-write.c:
15645         * gst/matroska/ebml-write.h:
15646         * gst/matroska/matroska-ids.h:
15647         * gst/matroska/matroska-mux.c:
15648         * gst/matroska/matroska-mux.h:
15649         * gst/matroska/matroska.c: (plugin_init):
15650           Port matroska muxer to 0.9 (#318847).
15651
15652 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15653
15654         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15655         (comment_init), (comment_add):
15656           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15657           use GST_READ_UINT32_LE() and friends rather than the private
15658           implementation of those same macros.
15659
15660 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15661
15662         * examples/stats/mp2ogg.c:
15663           more typo fixes
15664
15665 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15666
15667         * examples/indexing/indexmpeg.c: (main):
15668         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15669         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15670         * ext/esd/esdmon.h:
15671         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15672         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15673         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15674         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15675         * gst/avi/gstavimux.c: (gst_avimux_init):
15676         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15677         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15678         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15679         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15680         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15681         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15682         * gst/oldcore/gstmultifilesrc.h:
15683         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15684         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15685         (gst_pipefilter_change_state):
15686         * gst/oldcore/gstpipefilter.h:
15687         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15688         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15689         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15690         * sys/osxaudio/gstosxaudiosink.h:
15691         * sys/osxaudio/gstosxaudiosrc.h:
15692           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15693           moved bitshift from macro to enum definition
15694
15695 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15696
15697         * ext/Makefile.am:
15698         * ext/cairo/Makefile.am:
15699         * ext/cairo/gstcairo.c: (plugin_init):
15700         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15701         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15702         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15703         * ext/cairo/gsttimeoverlay.h:
15704           update of cairo-based timeoverlay to 1.0 Cairo API
15705           doesn't work yet for resizing of output sink
15706
15707 2005-10-11  Wim Taymans  <wim@fluendo.com>
15708
15709         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15710         newsegment API fix.
15711
15712 2005-10-11  Wim Taymans  <wim@fluendo.com>
15713
15714         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15715         (gst_dvdemux_demux_frame):
15716         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15717         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15718         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15719         (gst_avi_demux_handle_seek):
15720         * gst/goom/gstgoom.c: (gst_goom_event):
15721         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15722         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15723         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15724         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15725         (gst_wavparse_srcpad_event):
15726         newsegment API update.
15727
15728 2005-10-11  Andy Wingo  <wingo@pobox.com>
15729
15730         * ext/speex/gstspeexenc.c: Signedness cleanups.
15731
15732 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15733
15734         * PORTED_09:
15735         * ext/speex/Makefile.am:
15736         * ext/speex/gstspeex.c:
15737         * ext/speex/gstspeexenc.c:
15738         Speexenc ported to 0.9
15739
15740 2005-10-10  Wim Taymans  <wim@fluendo.com>
15741
15742         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15743         (gst_oss_sink_init), (gst_oss_sink_set_property),
15744         (gst_oss_sink_get_property), (gst_oss_sink_open),
15745         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15746         * sys/oss/gstosssink.h:
15747         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15748         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15749         (gst_oss_src_prepare):
15750         Cleanups, make device configurable in the sink, handle and report
15751         errors.
15752
15753 2005-10-10  Wim Taymans  <wim@fluendo.com>
15754
15755         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15756         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15757         Make sure element is NULL before removing from the bin.
15758
15759 2005-10-07  Andy Wingo  <wingo@pobox.com>
15760
15761         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15762         block forever in a read().
15763         (gst_dv1394src_bus_reset): Post a message when the cable is
15764         unplugged.
15765         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15766         (gst_dv1394src_bus_reset): Don't unref the message.
15767
15768         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15769         hacking. The only change should be that the state change stuff was
15770         put into basesrc's start() and stop() routines, which coalesces
15771         some steps.
15772
15773 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15774
15775         * configure.ac:
15776           Add check for mmap
15777           
15778         * gst/debug/Makefile.am:
15779           Only compile efence plugin on systems that have mmap.
15780
15781 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15782
15783         * gst/debug/Makefile.am:
15784         * gst/debug/breakmydata.c:
15785         * gst/debug/gstdebug.c:
15786         * gst/debug/gstnavigationtest.c:
15787         * gst/debug/gstnavseek.c: 
15788         * gst/debug/gstnavseek.h:
15789         * gst/debug/progressreport.c: 
15790         * gst/debug/testplugin.c:
15791           Port progressreport, navseek, navigationtest, testsink and
15792           breakmydata.
15793
15794 2005-10-05  Edward Hervey  <edward@fluendo.com>
15795
15796         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15797         (gst_dvdemux_src_query):
15798         Fixes for better conversion
15799
15800 2005-10-04  Michael Smith <msmith@fluendo.com>
15801
15802         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15803         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15804         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15805         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15806           Set state of elements to NULL before removing from bins.
15807           Set state of test element to NULL if we failed to move it to READY
15808
15809 2005-10-04  Edward Hervey  <edward@fluendo.com>
15810
15811         * ext/dv/Makefile.am:
15812         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15813         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15814         Corrected the query function for position so it doesn't forget what
15815         format was asked, and calls the conversion functions on the correct pad.
15816
15817 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15818
15819         * configure.ac:
15820           back to development
15821
15822 === release 0.9.3 ===
15823
15824 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15825
15826         * configure.ac:
15827           Releasing 0.9.3, "Aramis"
15828
15829 2005-10-03  Andy Wingo  <wingo@pobox.com>
15830
15831         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15832         error returns.
15833
15834 2005-10-02  Andy Wingo  <wingo@pobox.com>
15835
15836         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15837
15838         * ext/flac/gstflacenc.c: Ported to 0.9.
15839
15840         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15841
15842         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15843         and link to gsttagedit. Enable flacenc.
15844
15845         * ext/flac/gstflacdec.c: Re-enable tag reading.
15846
15847 2005-09-30  Wim Taymans  <wim@fluendo.com>
15848
15849         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15850         * gst/rtp/gstrtpgsmparse.c:
15851         * gst/rtp/gstrtph263penc.c:
15852         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15853         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15854         (gst_rtpmp4venc_set_property):
15855         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15856         Various class and caps fixes from Andre Magalhaes (andrunko)
15857
15858 2005-09-29  Wim Taymans  <wim@fluendo.com>
15859
15860         * gst/level/level-example.c: (main):
15861         Update for new bus API.
15862
15863 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15864
15865         * configure.ac:
15866           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15867           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15868
15869 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15870
15871         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15872           Fix playback of mono streams (bytes_per_sample should be set
15873           from the sample width and the number of channels negotiated,
15874           and not just be set to 4) (#317338)
15875
15876 2005-09-26  Wim Taymans  <wim@fluendo.com>
15877
15878         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15879         (gst_rtpmpaenc_handle_buffer):
15880         Set buffer duration correctly.
15881
15882 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15883
15884         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15885         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15886         (gst_avi_demux_change_state):
15887           Don't crash when encountering a stream with an unknown fourcc or
15888           codec id. Instead, create a pad of type video/x-avi-unknown or
15889           audio/x-avi-unknown, which as a side-effect also results in less
15890           confusing error messages in players ('no decoder' vs. 'no streams');
15891           minor fixes to state change function and class_init function.
15892
15893 2005-09-24  Wim Taymans  <wim@fluendo.com>
15894
15895         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15896         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15897         These are sinks.
15898
15899 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15900
15901         * check/elements/level.c: (GST_START_TEST):
15902           fix test for new GstClockTime use
15903         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15904         (gst_level_transform_ip):
15905         * gst/level/gstlevel.h:
15906           fix up the decay peak, ensuring the decay peak is never lower
15907           than the peak for that interval
15908
15909 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15910
15911         * docs/plugins/gst-plugins-good-plugins.args:
15912         * docs/plugins/inspect/plugin-alpha.xml:
15913         * docs/plugins/inspect/plugin-rtp.xml:
15914         * gst/level/gstlevel.c: (gst_level_set_caps),
15915         (gst_level_transform_ip):
15916           updating docs
15917
15918 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15919
15920         * Makefile.am:
15921         * check/elements/level.c: (GST_START_TEST):
15922         * gst/level/Makefile.am:
15923         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15924         (gst_level_set_property), (gst_level_get_property),
15925         (gst_level_set_caps), (gst_level_message_new),
15926         (gst_level_transform_ip):
15927         * gst/level/gstlevel.h:
15928         * gst/level/level-example.c: (message_handler), (main):
15929           convert to using GstClockTime for all time values, finally.
15930
15931 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15932
15933         * gst/auparse/Makefile.am:
15934         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15935           fix up build
15936         * configure.ac:
15937         * ext/cairo/Makefile.am:
15938         * ext/dv/Makefile.am:
15939         * ext/esd/Makefile.am:
15940         * ext/flac/Makefile.am:
15941         * ext/gconf/Makefile.am:
15942         * ext/gdk_pixbuf/Makefile.am:
15943         * ext/jpeg/Makefile.am:
15944         * ext/ladspa/Makefile.am:
15945         * ext/libcaca/Makefile.am:
15946         * ext/libmng/Makefile.am:
15947         * ext/libpng/Makefile.am:
15948         * ext/mikmod/Makefile.am:
15949         * ext/pango/Makefile.am:
15950         * ext/raw1394/Makefile.am:
15951         * ext/shout2/Makefile.am:
15952         * ext/speex/Makefile.am:
15953         * gst/alpha/Makefile.am:
15954         * gst/autodetect/Makefile.am:
15955         * gst/avi/Makefile.am:
15956         * gst/cutter/Makefile.am:
15957         * gst/debug/Makefile.am:
15958         * gst/effectv/Makefile.am:
15959         * gst/flx/Makefile.am:
15960         * gst/goom/Makefile.am:
15961         * gst/interleave/Makefile.am:
15962         * gst/law/Makefile.am:
15963         * gst/matroska/Makefile.am:
15964         * gst/median/Makefile.am:
15965         * gst/monoscope/Makefile.am:
15966         * gst/multipart/Makefile.am:
15967         * gst/oldcore/Makefile.am:
15968         * gst/rtp/Makefile.am:
15969         * gst/rtsp/Makefile.am:
15970         * gst/smoothwave/Makefile.am:
15971         * gst/smpte/Makefile.am:
15972         * gst/videobox/Makefile.am:
15973         * gst/videofilter/Makefile.am:
15974         * gst/videomixer/Makefile.am:
15975         * gst/wavenc/Makefile.am:
15976         * gst/wavparse/Makefile.am:
15977         * sys/oss/Makefile.am:
15978         * sys/osxaudio/Makefile.am:
15979         * sys/osxvideo/Makefile.am:
15980           fix up GST_LIBS use
15981
15982 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * gst/auparse/Makefile.am:
15985         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15986           fix build of auparse
15987
15988 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15989
15990         * configure.ac:
15991         * PORTED_09:
15992         * gst/auparse/gstauparse.c:
15993         * gst/auparse/gstauparse.h:
15994         Auparse ported to 0.9.
15995
15996 2005-09-22  Wim Taymans  <wim@fluendo.com>
15997
15998         * gst/rtp/TODO:
15999         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16000         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16001         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16002         (gst_rtpmp4venc_set_property):
16003         * gst/rtp/gstrtpmp4venc.h:
16004         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16005         * gst/rtp/gstrtpmpaenc.h:
16006         Use is_filled to both check MTU and max-ptime of base class.
16007
16008 2005-09-22  Wim Taymans  <wim@fluendo.com>
16009
16010         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16011         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16012         (gst_rtpmp4venc_set_property):
16013         Don't fragment packets with multiple frames.
16014
16015 2005-09-22  Wim Taymans  <wim@fluendo.com>
16016
16017         * gst/rtp/TODO:
16018         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16019         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16020         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16021         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16022         (gst_rtpmp4venc_get_property):
16023         * gst/rtp/gstrtpmp4venc.h:
16024         Remove g_print.
16025         Update TODO
16026         Make payload encoder a bit smarter and more correct with
16027         timestamps.
16028         Added option in payloader to include config string in-band.
16029
16030 2005-09-21  Wim Taymans  <wim@fluendo.com>
16031
16032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16033         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16034         (gst_rtspsrc_send):
16035         Strip spaces for key/value pairs.
16036
16037 2005-09-21  Wim Taymans  <wim@fluendo.com>
16038
16039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16040         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16041         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16042         (gst_rtspsrc_change_state):
16043         More SDP parsing and caps setting.
16044         Do NO_PREROLL differently.
16045         add pads only after negotiated.
16046
16047         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16048         (gst_udpsrc_getcaps):
16049         Implement the getcaps function.
16050
16051 2005-09-21  Wim Taymans  <wim@fluendo.com>
16052
16053         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16054         (gst_rtpamrdec_chain):
16055         Handle multiple AMr packets per payload. Handle CRC and
16056         parse ILL/ILP.
16057
16058         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16059         Make caps params strings for easy SDP mapping.
16060         
16061         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16062         Handle capsnego better.
16063
16064         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16065         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16066         Generate and parse config string in the caps.
16067
16068 2005-09-21  Wim Taymans  <wim@fluendo.com>
16069
16070         * gst/rtp/README:
16071         Update README
16072
16073         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16074         Make extra params as strings.
16075
16076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16077         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16078         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16079         Make state change return NO_PREROLL as this is a live
16080         source.
16081
16082         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16083         Don't unref old caps when NULL.
16084
16085 2005-09-20  Wim Taymans  <wim@fluendo.com>
16086
16087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16088         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16089         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16090         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16091         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16092         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16093         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16094         * gst/rtsp/sdpmessage.h:
16095         Add URI handler.
16096         Parse SDP and create caps.
16097
16098 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16099
16100         * gst/alpha/gstalpha.c:
16101           fix element description
16102
16103 2005-09-19  Wim Taymans  <wim@fluendo.com>
16104
16105         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16106         Don't check payload for now.
16107
16108 2005-09-19  Wim Taymans  <wim@fluendo.com>
16109
16110         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16111         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16112         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16113         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16114         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16115         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16116         (gst_wavparse_change_state):
16117         * gst/wavparse/gstwavparse.h:
16118         Fix wavparse some more.
16119
16120 2005-09-19  Wim Taymans  <wim@fluendo.com>
16121
16122         * check/elements/level.c: (GST_START_TEST):
16123         Fix for bus API change.
16124
16125 2005-09-19  Wim Taymans  <wim@fluendo.com>
16126
16127         * gst/level/level-example.c: (main):
16128         Fix for new bus API.
16129
16130         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16131         Set caps on pads.
16132
16133 2005-09-15  Wim Taymans  <wim@fluendo.com>
16134
16135         * gst/rtp/Makefile.am:
16136         * gst/rtp/README:
16137         * gst/rtp/gstrtp.c: (plugin_init):
16138         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16139         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16140         (gst_rtpamrdec_change_state):
16141         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16142         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16143         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16144         * gst/rtp/gstrtpamrenc.h:
16145         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16146         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16147         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16148         * gst/rtp/gstrtpgsmenc.h:
16149         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16150         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16151         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16152         (gst_rtpgsmparse_change_state):
16153         * gst/rtp/gstrtpgsmparse.h:
16154         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16155         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16156         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16157         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16158         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16159         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16160         * gst/rtp/gstrtph263penc.h:
16161         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16162         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16163         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16164         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16165         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16166         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16167         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16168         * gst/rtp/gstrtpmp4venc.h:
16169         * gst/rtp/gstrtpmpadec.c:
16170         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16171         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16172         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16173         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16174         * gst/rtp/gstrtpmpaenc.h:
16175         Updates to payloader/depayloaders, make payloaders use
16176         the base classes.
16177         Updated README with suggested RTP caps and how to convert
16178         to/from SDP.
16179         Added config descriptor in mp4v payloader.
16180
16181 2005-09-15  Andy Wingo  <wingo@pobox.com>
16182
16183         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16184         * gst/autodetect/gstautovideosink.c
16185         (gst_auto_video_sink_find_best): Update for new registry API.
16186
16187 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16188
16189         * common/c-to-xml.py:
16190         * common/gtk-doc-plugins.mak:
16191           a simple py script to generate valid xml from a C example
16192           probably also need to strip an MIT license when we decide
16193         * docs/plugins/Makefile.am:
16194         * gst/level/Makefile.am:
16195         * gst/level/gstlevel.c: (gst_level_init):
16196         * gst/level/level-example.c: (message_handler), (main):
16197           add an example to level that will show up in the docs
16198         * gst/rtp/TODO:
16199           add a note for the future
16200
16201 2005-09-14  Michael Smith <msmith@fluendo.com>
16202
16203         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16204           Actually define the debug object being used in wavenc. Fixes #316205
16205
16206 2005-09-14  Michael Smith <msmith@fluendo.com>
16207
16208         * gst/smpte/Makefile.am:
16209           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16210           needed to build on windows (bug 316204)
16211
16212 2005-09-12  Andy Wingo  <wingo@pobox.com>
16213
16214         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16215
16216 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16217
16218         * configure.ac:
16219         * gst/fdsrc/Makefile.am:
16220         * gst/fdsrc/gstfdsrc.c:
16221         * gst/fdsrc/gstfdsrc.h:
16222           Move fdsrc back into gstreamer core elements.
16223
16224         * gst/level/gstlevel.c: (gst_level_class_init),
16225         (gst_level_transform_ip):
16226         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16227           Basetransform changes.
16228
16229 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16230
16231         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16232         * ext/jpeg/smokecodec.c: (find_best_size):
16233           fix compiler warnings
16234
16235 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16236
16237         * gst-plugins-good.spec.in:
16238           spec file fixes
16239         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16240         (gst_multiudpsink_render), (gst_multiudpsink_add),
16241         (gst_multiudpsink_clear):
16242           it actually helps to actually stream if we hook up the
16243           "add" signal to an actual implementation
16244         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16245           some debugging
16246
16247 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16248
16249         * ext/jpeg/Makefile.am:
16250         * ext/jpeg/gstjpeg.c
16251         * ext/jpeg/gstjpegenc.c:
16252         * ext/jpeg/gstsmokeenc.c:
16253
16254 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16255
16256         * ext/flac/gstflacdec.c:
16257         * ext/flac/gstflacenc.c:
16258         * ext/flac/gstflactag.c:
16259         * ext/speex/gstspeexenc.c:
16260           gsttaginterface.h -> gsttagsetter.h
16261
16262 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16263
16264         * configure.ac:
16265         * gst/debug/Makefile.am:
16266         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16267         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16268         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16269         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16270         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16271           Port to 0.9 and re-enable efence plugin.
16272
16273 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16276         (gst_flacdec_write), (gst_flacdec_convert_src):
16277         * ext/flac/gstflacdec.h:
16278           Add support for flac files with 24/32 bits per sample; and misc.
16279           minor clean-ups. Seeking is still partly broken (for me at least).
16280
16281 2005-09-06  Wim Taymans  <wim@fluendo.com>
16282
16283         * gst/rtp/Makefile.am:
16284         * gst/rtp/gstrtp.c: (plugin_init):
16285         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16286         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16287         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16288         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16289         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16290         (gst_rtpmp4vdec_plugin_init):
16291         * gst/rtp/gstrtpmp4vdec.h:
16292         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16293         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16294         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16295         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16296         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16297         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16298         * gst/rtp/gstrtpmp4venc.h:
16299         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16300         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16301         Added mpeg4 video payload encoder/decoder.
16302         Added some docs in mpa payloader.
16303
16304 === release 0.9.1 ===
16305
16306 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16307
16308         * NEWS:
16309         * README:
16310         * RELEASE:
16311         * autogen.sh:
16312         * configure.ac:
16313           releasing 0.9.1, "Blondie"
16314
16315 2005-09-05  Andy Wingo  <wingo@pobox.com>
16316
16317         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16318         here from the state change handler, so we fire signals without
16319         holding the state lock.
16320
16321 2005-09-02  Andy Wingo  <wingo@pobox.com>
16322
16323         * All plugins updated for element state changes.
16324
16325 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16326
16327         * Makefile.am:
16328         * check/.cvsignore:
16329         * check/Makefile.am:
16330         * check/elements/.cvsignore:
16331         * check/elements/level.c: (setup_level), (cleanup_level),
16332         (GST_START_TEST), (level_suite), (main):
16333           add a test for level
16334         * common/release.mak:
16335           move the enum checking to release.mak
16336         * configure.ac:
16337           add valgrind and check checking
16338         * gst/level/gstlevel.c: (gst_level_transform):
16339         * gst/level/gstlevel.h:
16340           fix Andy's cast bug
16341           convert a field to int
16342           fix the arithmetic to int when checking for emit so that a
16343           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16344
16345 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16346
16347         * Makefile.am:
16348         * configure.ac:
16349           add docs to build
16350         * common/plugins.xsl:
16351           wrap Description into a refsect2
16352         * docs/Makefile.am:
16353         * docs/plugins/Makefile.am:
16354         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16355         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16356         * gst/goom/Makefile.am:
16357         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16358         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16359         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16360         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16361         (gst_goom_change_state):
16362         * gst/goom/gstgoom.h:
16363           GstGOOM -> GstGoom
16364           add an example launch line
16365         * gst/level/gstlevel.h:
16366         * gst/monoscope/gstmonoscope.c:
16367           cleanups
16368
16369 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16370
16371         * configure.ac:
16372         * docs/plugins/Makefile.am:
16373         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16375         * docs/plugins/gst-plugins-good-plugins.types:
16376           document elements and plugins.  Shazam !
16377
16378 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16379
16380         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16381           be found under doc/random/ChangeLog-0.8