ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and gst_buff...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Alessandro Decina <alessandro at nnva dot org>
4
5         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6         * ext/libpng/gstpngenc.h:
7         Preallocate the output buffer so that g_memdup() and
8         gst_buffer_merge() aren't needed anymore. This greatly improves
9         performances and fixes #512544.
10
11 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
12
13         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
14         (gst_avi_demux_stream_data):
15         GStreamer timestamps are PTS values while AVI only knows about DTS
16         timestamps. Make sure we only copy the DTS as the buffer timestamp when
17         we are dealing with a key frame.
18
19 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
20
21         * tests/check/Makefile.am:
22         * tests/check/elements/.cvsignore:
23         * tests/check/elements/rtp-payloading.c:
24           Add add testsuite for the rtp-payloader that tries simulating
25           dataflow. Needs more test data.
26
27 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
28
29         * tests/check/elements/alphacolor.c:
30           Remove two unused variables.
31
32 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
33
34         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
35           Use g_ascii_strtoll() instead of atoll, which is only
36           available in C99.
37
38 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
39
40         * gst/rtp/Makefile.am:
41         * gst/rtp/gstrtp.c:
42         * gst/rtp/gstrtpmpvpay.c:
43         * gst/rtp/gstrtpmpvpay.h:
44         Add MPEG2 video payloader
45
46 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
47
48         * gst/level/gstlevel.c:
49         Use #include <math.h> instead of #include "math.h".
50
51 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
52
53         * tests/check/Makefile.am:
54         Fix up some CFLAGS sets.
55         Don't include gconfvideosrc in the states test.
56
57         * tests/check/elements/autodetect.c: (GST_START_TEST):
58         Add some error strings to fail_unless arguments to fix some weird
59         compiler errors on Solaris.
60
61 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
62
63         * configure.ac:
64         Detect video4linux headers on Solaris too.
65         * sys/v4l2/gstv4l2colorbalance.h:
66         * sys/v4l2/gstv4l2object.h:
67         * sys/v4l2/v4l2_calls.c:
68         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
69         (gst_v4l2_buffer_new):
70
71         Make v4l2 build on Solaris.
72         Patch by: Brian Cameron  <brian.cameron at sun dot com>
73         Fixes: #510505
74
75 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
76
77         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
78           Update list from (still local) scanning script.
79
80 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
81
82         Based on a patch by:
83             Victor STINNER <victor dot stinner at haypocalc dot com>
84
85         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
86         Set variable to NULL after freeing it to prevent double frees
87         or make failures by another use of it afterwards more obvious
88         and fix use of it after the freeing. Fixes bug #510592.
89
90 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
91
92         * gst/udp/gstmultiudpsink.c:
93         use GST_WARNING for logging
94
95 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
96
97         * gst/udp/gstmultiudpsink.c:
98         Don't try to leave a multicast group with an invalid socket
99
100 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
101
102         * ext/flac/gstflacdec.c:
103           Fix compilation against flac 1.1.2 (as on debian stable), where
104           the picture metadata defines and structs don't exist yet.
105           Fixes #509301.
106
107 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
108
109         Patch by: Olivier Crete <tester at tester dot ca>
110
111         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
112         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
113         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
114         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
115         * gst/udp/gstmultiudpsink.h:
116         Add property to automatically join a multicast group or not. This can be
117         useful when sharing a socket between multiple elements.
118         Fixes #509531.
119
120 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
121
122         * gst/videomixer/Makefile.am:
123           Add controller flags.
124
125 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
126
127         * gst/videomixer/videomixer.c:
128           Also commit the missing gst_object_sync_values().
129
130 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
131
132         * docs/plugins/Makefile.am:
133           Remove duplicate entry.
134
135 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
136
137         * docs/plugins/Makefile.am:
138         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
139         * docs/plugins/gst-plugins-good-plugins-sections.txt:
140         * docs/plugins/inspect/plugin-gamma.xml:
141         * docs/plugins/inspect/plugin-monoscope.xml:
142         * docs/plugins/inspect/plugin-video4linux2.xml:
143           Add 3 more plugins to docs.
144
145 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
146
147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
148         * sys/osxvideo/osxvideosink.h:
149           Revert previous change caused by a file that got stuck on an old
150           revision.
151
152 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
153
154         * docs/plugins/gst-plugins-good-plugins-sections.txt:
155         * gst/multipart/Makefile.am:
156         * gst/multipart/multipartdemux.c:
157         * gst/multipart/multipartdemux.h:
158         * gst/multipart/multipartmux.c:
159         * gst/multipart/multipartmux.h:
160           Re-add multipartdemux to the docs. Last round of section cleanup.
161
162 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
163
164         * docs/plugins/Makefile.am:
165         * docs/plugins/gst-plugins-good-plugins-sections.txt:
166         * sys/osxaudio/gstosxaudiosink.h:
167         * sys/osxvideo/osxvideosink.h:
168           Managed to resolve most unused declarations. Filed a bug for one left.          
169
170 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
171
172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
173           Cleanup section file.
174
175 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
176
177         * docs/plugins/Makefile.am:
178         * docs/plugins/gst-plugins-good-plugins.args:
179         * docs/plugins/gst-plugins-good-plugins.signals:
180         * docs/plugins/inspect/plugin-alaw.xml:
181         * docs/plugins/inspect/plugin-alpha.xml:
182         * docs/plugins/inspect/plugin-alphacolor.xml:
183         * docs/plugins/inspect/plugin-annodex.xml:
184         * docs/plugins/inspect/plugin-apetag.xml:
185         * docs/plugins/inspect/plugin-audiofx.xml:
186         * docs/plugins/inspect/plugin-auparse.xml:
187         * docs/plugins/inspect/plugin-autodetect.xml:
188         * docs/plugins/inspect/plugin-avi.xml:
189         * docs/plugins/inspect/plugin-cairo.xml:
190         * docs/plugins/inspect/plugin-cdio.xml:
191         * docs/plugins/inspect/plugin-cutter.xml:
192         * docs/plugins/inspect/plugin-debug.xml:
193         * docs/plugins/inspect/plugin-dv.xml:
194         * docs/plugins/inspect/plugin-efence.xml:
195         * docs/plugins/inspect/plugin-effectv.xml:
196         * docs/plugins/inspect/plugin-flac.xml:
197         * docs/plugins/inspect/plugin-flxdec.xml:
198         * docs/plugins/inspect/plugin-gconfelements.xml:
199         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
200         * docs/plugins/inspect/plugin-goom.xml:
201         * docs/plugins/inspect/plugin-halelements.xml:
202         * docs/plugins/inspect/plugin-icydemux.xml:
203         * docs/plugins/inspect/plugin-id3demux.xml:
204         * docs/plugins/inspect/plugin-jpeg.xml:
205         * docs/plugins/inspect/plugin-ladspa.xml:
206         * docs/plugins/inspect/plugin-level.xml:
207         * docs/plugins/inspect/plugin-matroska.xml:
208         * docs/plugins/inspect/plugin-mulaw.xml:
209         * docs/plugins/inspect/plugin-multipart.xml:
210         * docs/plugins/inspect/plugin-navigationtest.xml:
211         * docs/plugins/inspect/plugin-png.xml:
212         * docs/plugins/inspect/plugin-quicktime.xml:
213         * docs/plugins/inspect/plugin-rtp.xml:
214         * docs/plugins/inspect/plugin-rtsp.xml:
215         * docs/plugins/inspect/plugin-shout2send.xml:
216         * docs/plugins/inspect/plugin-smpte.xml:
217         * docs/plugins/inspect/plugin-speex.xml:
218         * docs/plugins/inspect/plugin-taglib.xml:
219         * docs/plugins/inspect/plugin-udp.xml:
220         * docs/plugins/inspect/plugin-videobalance.xml:
221         * docs/plugins/inspect/plugin-videobox.xml:
222         * docs/plugins/inspect/plugin-videocrop.xml:
223         * docs/plugins/inspect/plugin-videoflip.xml:
224         * docs/plugins/inspect/plugin-videomixer.xml:
225         * docs/plugins/inspect/plugin-wavenc.xml:
226         * docs/plugins/inspect/plugin-wavpack.xml:
227         * docs/plugins/inspect/plugin-wavparse.xml:
228           Update plugin docs.
229
230         * gst/videomixer/Makefile.am:
231         * gst/videomixer/videomixer.c:
232         * gst/videomixer/videomixer.h:
233         * gst/videomixer/videomixerpad.h:
234           Split out header to fix warnings from the doc-build.
235
236 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
239
240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
241         Use atoll to parse the rtptime with enough precision. Fixes #509329.
242
243 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
244
245         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
247           Initialise variables to work around (false) 'foo might be used
248           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
249
250 2008-01-11  David Schleef  <ds@schleef.org>
251
252         * docs/plugins/.cvsignore:
253         * tests/check/pipelines/.cvsignore:
254           Ignore more files for the buildbot.
255
256 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
257
258         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
259         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
260         Generate the image-type values correctly. Leave them out of the caps
261         when outputting a "preview image" tag, since it only makes sense
262         to have one of those - the type is irrelevant.
263
264         * sys/sunaudio/gstsunaudiomixerctrl.c:
265         (gst_sunaudiomixer_ctrl_open):
266         If we can, mark the mixer multiple open when we use it, in case
267         (for some reason) the process wants to open it again elsewhere.
268
269 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
270
271         Patch by: Olivier Crete <tester at tester dot ca>
272
273         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
274         * gst/rtp/gstrtptheorapay.c:
275         Fix the clock rate to 90000 as required by the RFC.
276         Fixes #508644.
277
278 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
279
280         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
281           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
282
283 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
284
285         * autogen.sh:
286           Add -Wno-portability to the automake parameters to stop warnings
287           about GNU make extensions being used. We require GNU make in almost
288           every Makefile anyway.
289           
290         * configure.ac:
291           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
292           at the same time is required for per target flags.
293
294 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
295
296         * gst/videomixer/videomixer.c: (gst_videomixer_init):
297         Fix error from my last commit.
298
299 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
300
301         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
302
303         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
304           Make sure the ISO 639-X language code in ID3v2 COMM frames
305           is actually valid UTF-8 (or rather: ASCII), so we don't end
306           up with non-UTF8 strings in tags if there's garbage in the
307           language field. Also make sure the language code is always
308           lower case. Fixes: #508291.
309
310 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
311
312         * ChangeLog:
313           Fix ChangeLog typo.
314
315 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
316
317         * Makefile.am:
318           Include lcov.mak to allow building coverage reports. Guard
319           check-torture target like in the other packages.
320
321 2008-01-09  Sameer Naik  <sameer@damagehead.com>
322
323         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
324
325         * gst/videomixer/videomixer.c:
326         (gst_videomixer_set_master_geometry), (_do_init),
327         (gst_videomixer_child_proxy_get_child_by_index),
328         (gst_videomixer_child_proxy_get_children_count),
329         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
330         (gst_videomixer_init), (gst_videomixer_request_new_pad),
331         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
332         Implement GstChildProxy interface.
333         Send newsegment at the right moment
334         Fixes #488879
335
336 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
337
338         * gst/alpha/Makefile.am:
339         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
340         (gst_alpha_sink_event), (gst_alpha_chain),
341         (gst_alpha_change_state), (plugin_init):
342         Make the various properties of 'alpha' controllable. This allows doing
343         niceties like fade-in/fade-out.
344
345 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
346
347         * gst/rtp/gstasteriskh263.c:
348         * gst/rtp/gstrtpL16depay.c:
349         * gst/rtp/gstrtpac3depay.c:
350         * gst/rtp/gstrtpamrpay.c:
351         * gst/rtp/gstrtpdepay.c:
352         * gst/rtp/gstrtpgsmdepay.c:
353         * gst/rtp/gstrtph263depay.c:
354         * gst/rtp/gstrtph263pdepay.c:
355         * gst/rtp/gstrtph263ppay.c:
356         * gst/rtp/gstrtph264depay.c:
357         * gst/rtp/gstrtph264pay.c:
358         * gst/rtp/gstrtpmp2tdepay.c:
359         * gst/rtp/gstrtpmp4adepay.c:
360         * gst/rtp/gstrtpmp4gdepay.c:
361         * gst/rtp/gstrtpmp4gpay.c:
362         * gst/rtp/gstrtpmp4vdepay.c:
363         * gst/rtp/gstrtpmpadepay.c:
364         * gst/rtp/gstrtpmpvdepay.c:
365         * gst/rtp/gstrtpsv3vdepay.c:
366         * gst/rtp/gstrtptheoradepay.c:
367         * gst/rtp/gstrtptheorapay.c:
368         * gst/rtp/gstrtpvorbisdepay.c:
369         * gst/rtp/gstrtpvorbispay.c:
370           Remove copy/paste unused code (property setters and getter) found by
371           the coverage suite (yay, saves ~20k on disk).
372
373 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
374
375         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
376           (videosink_templ):
377           Also fix up pad templates to indicate that image/jpeg doesn't
378           absolutely require the framerate property to be set (#504081).
379
380 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
381
382         Based on patch by: Wouter Cloetens  <wouter at mind be>
383
384         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
385           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
386           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
387         * gst/matroska/matroska-mux.h:
388           Keep track of first and last timestamps for each incoming stream,
389           so we can calculate the total duration for live sources and other
390           input where we can't query the duration from the start or where
391           there's no constant framerate from which we can deduce the
392           duration; also use calculated/observed duration if it is bigger
393           than the previously queried duration. Furthermore, use
394           gst_pad_query_peer_duration() and take into account that it may
395           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
396           screws up comparisons when using unsigned integers. Fixes #504081.
397
398 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
399
400         * configure.ac:
401         * gst/audiofx/audioamplify.c:
402         (gst_audio_amplify_clipping_method_get_type),
403         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
404         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
405         (gst_audio_dynamic_transform_ip):
406         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
407         (gst_audio_invert_transform_ip):
408         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
409         (gst_audio_panorama_transform):
410         * gst/level/gstlevel.c: (gst_level_init):
411         Make elements GST_BUFFER_FLAG_GAP aware and call
412         gst_base_transform_set_gap_aware for this.
413         Bump core requirement to CVS.
414         
415         * gst/audiofx/audiochebyshevfreqband.c:
416         (gst_audio_chebyshev_freq_band_transform_ip):
417         * gst/audiofx/audiochebyshevfreqlimit.c:
418         (gst_audio_chebyshev_freq_limit_transform_ip):
419         Also sync GObject properties to the controller if operating
420         in passthrough mode.
421
422 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
423
424         * sys/directdraw/gstdirectdrawsink.c:
425           (gst_directdraw_sink_window_thread):
426           FALSE is not a gpointer.
427
428 2008-01-05  Julien Moutte  <julien@fluendo.com>
429
430         * sys/directdraw/gstdirectdrawsink.c:
431         (gst_directdraw_sink_set_window_id),
432         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
433         (gst_directdraw_sink_buffer_alloc),
434         (gst_directdraw_sink_draw_borders),
435         (gst_directdraw_sink_show_frame),
436         (gst_directdraw_sink_setup_ddraw),
437         (gst_directdraw_sink_window_thread),
438         (gst_directdraw_sink_get_ddrawcaps),
439         (gst_directdraw_sink_surface_create): Make sure we create our
440         internal window only when we need it. That will give a chance to
441         the application to get the prepare-xwindow-id bus message. Draw
442         black borders when keeping aspect ratio. Handle the case where our
443         rendering window disappears (closed or errors) like other sinks
444         do. Various 80 columns fixes, improve state change order. That
445         element could need some more love.
446
447 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
448
449         * ext/taglib/gstapev2mux.h:
450         * ext/taglib/gstid3v2mux.h:
451         Remove useless typedefs without new type name. Fixes a warning with
452         gcc 4.3.
453
454 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
455
456         Patch by: John Millikin <jmillikin at gmail dot com>
457
458         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
459         (gst_flac_dec_setup_stream_decoder),
460         (gst_flac_normalize_picture_mime_type),
461         (gst_flac_extract_picture_buffer),
462         (gst_flac_dec_metadata_callback):
463         Emit metadata messages when a PICTURE block is encountered.
464         Fixes #506715.
465
466 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
467
468         * gst/avi/gstavi.c:
469         increase rank because no known issues anymore ...
470         * gst/avi/gstavisubtitle.c:
471         send subtitle name to the srcpad
472
473 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
474
475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
476         * gst/rtsp/gstrtspsrc.h:
477         Implement redirect for the DESCRIBE reply. Fixes #506025.
478
479 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
480
481         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
482         Fix 'xyz may be used uninitialized' compiler warnings caused
483         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
484         abort() in any case but properly report the error.
485
486 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
487
488         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
489         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
490         * sys/ximage/gstximagesrc.c: (composite_pixel):
491           Fix 'xyz may be used uninitialized' compiler warnings caused
492           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
493           not really nice to abort in any case). Fixes #505745.
494
495 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
498           Small unit test fix (has no practical impact at the moment,
499           since we're only feeding utf8 and hence just create a sub-
500           buffer for the output).
501
502 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
503
504         * gst/avi/gstavisubtitle.c:
505         * tests/check/elements/avisubtitle.c:
506         Add seeking support for avi subtitle
507
508 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
511         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
512         (gst_flac_dec_write):
513         * ext/flac/gstflacdec.h:
514         Remove some unused vars.
515         Do more cleanup of leftover events and tags.
516         Output tags after the segment event. Fixes #504018.
517
518 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
519
520         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
521           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
522           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
523           Detect other UTF byte order markers and convert to UTF-8 as
524           appropriate.
525
526 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
527
528         * gst/avi/gstavisubtitle.c: (src_template),
529           (gst_avi_subtitle_extract_utf8_file),
530           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
531           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
532           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
533         * gst/avi/gstavisubtitle.h:
534           Refactor a bit; fix name extraction; don't assume all the data
535           in the chunk is actually subtitle data, there may be padding at
536           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
537           file so it's there to send again after a seek (for future use).
538
539 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
540
541         * gst/avi/Makefile.am:
542         * gst/avi/gstavi.c:
543         * gst/avi/gstavisubtitle.c:
544         * gst/avi/gstavisubtitle.h:
545         * tests/check/Makefile.am:
546         * tests/check/elements/avisubtitle.c:
547         * win32/common/config.h:
548                 Add avi subtitle element for bug #442034. Need seeking support
549                 and more support for character conversion.
550
551 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * Makefile.am:
554           Include common/win32.mak for CRLF check of win32 project
555           files (see #393626).
556
557         * win32/vs6/libgstpng.dsp:
558           Fix line endings and do cvs admin -kb.
559
560 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
561
562         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
563         Actually drop the buffers which are outside the currently configured
564         segment instead of just emitting a WARNING.
565
566 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
567
568         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
569         (gst_flac_dec_write):
570         * ext/flac/gstflacdec.h:
571         Send segments from the streaming thread. Fixes #502187.
572         Fix segment seeking and a bunch of other seeking cases.
573
574 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
575
576         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
577           Parse WOAF frames and put the result into GST_TAG_CONTACT,
578           which is where it would end up if the same information was
579           put in a vorbis comment (don't think it's worth adding a
580           new URI tag for this). Fixes #488112.
581
582 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * configure.ac:
585           We need core/base 0.10.15 or later.
586
587 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
588
589         Patch by: Mark Nauwelaerts <manauw skynet be>
590
591         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
592         Fix regression in stream numbering. Fixes #502655.
593
594 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
595
596         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
597
598         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
599         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
600         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
601         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
602         (gst_rtp_h264_pay_handle_buffer):
603         * gst/rtp/gstrtph264pay.h:
604         Use higher performance start-code searching.
605         Parse NALs and store SPS, PPS and profile in the caps so that they can
606         be used in the SDP. Fixes #502814.
607
608 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
611         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
612           Init some structs to zero before we pass them to ioctl, which
613           avoids valgrind warnings.  Also fix a small memory leak.
614
615 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
616
617         Patch by: Wouter Cloetens <wouter at mind dot be>
618
619         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
620         Copy timestamp from input to output. Not very perfect yet but better
621         than nothing. Fixes #503023.
622
623 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
624
625         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
626           Also print a useful error message with the old Wavpack API
627           if possible.
628
629 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
630
631         * ext/wavpack/gstwavpackdec.c:
632           More build fixes for old libwavpack versions: include config.h so
633           that WAVPACK_OLD_API is actually defined as detected; only use
634           WavpackGetErrorMessage if it is available. This fixes the build
635           on debian stable for me.
636
637 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
638
639         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
640         * ext/wavpack/gstwavpackparse.c:
641           (gst_wavpack_parse_create_src_pad):
642           Workaround the non-existance of WavpackGetChannelMask in Wavpack
643           versions below 4.40.0.
644
645 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
646
647         * configure.ac:
648           And now do it right for real...
649
650 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
651
652         * configure.ac:
653           Correctly reset $LIBS to not contain -lm.
654
655 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
656
657         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
658
659         * configure.ac:
660         * ext/cairo/gsttimeoverlay.c:
661           (gst_cairo_time_overlay_print_smpte_time):
662           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
663           and checking for rint() and implementing it ourself if it doesn't
664           exist. Fixes #497293.
665
666 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
667
668         * configure.ac:
669           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
670
671 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
672
673         * sys/oss/gstosshelper.c:
674         Verify that the format returned after the ioctl is the one
675         we requested. It is valid for the ioctl to succeed while
676         substituting an alternate 'supported' sample format.
677
678 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
679
680         * sys/oss/gstossaudio.c: (plugin_init):
681         * sys/oss/gstosssink.c: (gst_oss_sink_open):
682         * sys/oss/gstosssrc.c: (gst_oss_src_open):
683           Post decent (and translated) error message when we can't
684           open the audio device for some reason.
685
686 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
687
688         * sys/oss/gstosssink.c:
689         * sys/oss/gstosssrc.c:
690         Allow the AUDIODEV environment variable to redirect us
691         to a different default OSS device, like sunaudiosink does
692         on Solaris (makes audio play automatically on SunRays).
693
694 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
695
696         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
697         * gst/audiofx/audiochebyshevfreqband.c:
698         (gst_audio_chebyshev_freq_band_transform_ip):
699         * gst/audiofx/audiochebyshevfreqlimit.c:
700         (gst_audio_chebyshev_freq_limit_transform_ip):
701         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
702         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
703         The transform_ip() methods should do nothing if in passthrough mode.
704         It might get non-writable buffers in that case but the buffer might
705         as well be writable.
706
707         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
708         The transform() methods won't be called in passthrough mode and
709         otherwise the buffer is always writable so don't check here.
710
711 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
712
713         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
714           Fix seeking in .wav files again (#501775).  Some people seem to think
715           they don't need to test their changes when they're just 'reflowing'
716           some code.
717
718 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
719
720         * gst/autodetect/gstautovideosink.c:
721         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
722         (gst_auto_video_sink_init),
723         (gst_auto_video_sink_create_element_with_pretty_name),
724         (gst_auto_video_sink_find_best),
725         (gst_auto_video_sink_set_property),
726         (gst_auto_video_sink_get_property):
727         * gst/autodetect/gstautovideosink.h:
728         Fix docs.
729         Use same error reporting code as autoaudiosink.
730         Add property to filter sinks based on caps. Only select raw video sinks
731         by default for backwards compat.
732         API: GstAutoVideoSink::filter-caps
733
734 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
735
736         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
737
738         * gst/autodetect/gstautoaudiosink.c:
739         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
740         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
741         (gst_auto_audio_sink_set_property),
742         (gst_auto_audio_sink_get_property):
743         * gst/autodetect/gstautoaudiosink.h:
744         Add property to filter sinks based on caps. Only select raw audio sinks
745         by default for backwards compat.  Fixes #417420.
746         API: GstAutoAudioSink::filter-caps
747
748 2007-11-29  Michael Smith <msmith@fluendo.com>
749
750         Patch by: Arek Korbik <arkadini@gmail.com>
751
752         * gst/videobox/gstvideobox.c: (plugin_init):
753           Initialise liboil in plugin_init()
754
755 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
756
757         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
758         Post error before sending EOS. Fixes #499178.
759
760 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
761
762         * win32/vs6/gst_plugins_good.dsw:
763         * win32/vs6/libgstpng.dsp:
764         Add a project file for libgstpng
765
766 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
767
768         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
769         (gst_rtp_h263_depay_process):
770         Code beautification.
771         Added debug statements.
772         Don't bit-shift everything, just do operations on last/first byte
773         instead.
774
775 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
776
777         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
778
779         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
780         Fix wrong comparison in overrun check. Fixes #499239 some more.
781
782 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
783
784         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
785         (gst_rtp_h263_depay_process):
786         * gst/rtp/gstrtph263depay.h:
787         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
788         stream.
789
790 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
791
792         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
793
794         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
795         (gst_rtp_mp4a_depay_process):
796         * gst/rtp/gstrtpmp4adepay.h:
797         Fix depayloading when multiple frames are inside one RTP packet.
798         Fixes #499239.
799
800 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
801
802         * gst/level/gstlevel.c:
803           Add GAP-flag support.
804
805 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
806
807         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
808         Read the I flag for Mode A h263 rtp stream and set the
809         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
810         Fixes #499383
811
812 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
813
814         * gst/level/gstlevel.c:
815           Remove some dead code and do cleanups.
816
817 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
818
819         * tests/check/pipelines/simple-launch-lines.c:
820           Improve the tests by allowing to set a target state.
821
822 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
823
824         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
825         Don't check the caps of the output buffer if they're equal some
826         other caps. The caps can change in a backward compatible way
827         and did at this point.
828
829 2007-11-24  Julien MOUTTE  <julien@moutte.net>
830
831         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
832         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
833         (gst_qtdemux_seek_to_previous_keyframe),
834         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
835         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
836         reverse playback support.
837
838 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
839
840         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
841         Also set the channel layout on the Wavpack caps if we're having
842         a mono layout. Of course only do it for "audio/x-wavpack".
843
844 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
845
846         * ext/wavpack/gstwavpackcommon.c:
847         (gst_wavpack_get_default_channel_mask),
848         (gst_wavpack_set_channel_layout),
849         (gst_wavpack_get_default_channel_positions),
850         (gst_wavpack_get_channel_mask_from_positions),
851         (gst_wavpack_set_channel_mapping):
852         * ext/wavpack/gstwavpackcommon.h:
853         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
854         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
855         * ext/wavpack/gstwavpackdec.h:
856         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
857         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
858         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
859         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
860         (gst_wavpack_enc_rewrite_first_block),
861         (gst_wavpack_enc_sink_event):
862         * ext/wavpack/gstwavpackenc.h:
863         * ext/wavpack/gstwavpackparse.c:
864         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
865         (gst_wavpack_parse_scan_to_find_sample),
866         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
867         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
868         * ext/wavpack/gstwavpackparse.h:
869         Add support for encoding, parsing and decoding multichannel
870         files with up to 8 channels. This also improves the robustness
871         of parsing quite a bit.
872
873         * ext/wavpack/gstwavpackstreamreader.c:
874         (gst_wavpack_stream_reader_read_bytes),
875         (gst_wavpack_stream_reader_get_pos),
876         (gst_wavpack_stream_reader_set_pos_abs),
877         (gst_wavpack_stream_reader_set_pos_rel),
878         (gst_wavpack_stream_reader_push_back_byte),
879         (gst_wavpack_stream_reader_get_length),
880         (gst_wavpack_stream_reader_can_seek),
881         (gst_wavpack_stream_reader_write_bytes):
882         Improve debugging.
883
884 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
885
886         * ext/libpng/gstpngdec.c:
887         * ext/libpng/gstpngdec.h:
888           Don't release the png-memory from within the callback.
889
890 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
891
892         Patch by: René Stadler <mail at renestadler dot de>
893
894         * ext/libpng/gstpngenc.c:
895           Don't leak buffer data memory. Fixes #498395.
896
897 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
898
899         Patch by: René Stadler <mail at renestadler dot de>
900
901         * tests/check/pipelines/simple-launch-lines.c:
902           Tests for #498395.
903
904 2007-11-20  Julien MOUTTE  <julien@moutte.net>
905
906         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
907         (gst_tag_lib_mux_adjust_event_offsets):
908         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
909         * sys/osxaudio/Makefile.am:
910         * sys/osxvideo/cocoawindow.h:
911         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
912
913 2007-11-15  David Schleef  <ds@schleef.org>
914
915         * ext/cairo/gsttextoverlay.c:
916           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
917
918 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
919
920         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
921
922         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
923         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
924         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
925         * gst/rtp/gstrtpmp2tpay.h:
926         Fill the MTU with as many packets as possible. Fixes #491323.
927
928 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
929
930         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
931
932         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
933         Fix some more leaks. Fixes #497007.
934
935 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
936
937         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
938
939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
940         (gst_rtspsrc_stream_configure_tcp):
941         Fix 3 pad leaks. Fixes #496983.
942
943 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
944
945         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
946
947         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
948         Fix small leak. Fixes #497017.
949
950 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
951
952         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
953         (gst_qtdemux_prepare_current_sample),
954         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
955         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
956         * gst/qtdemux/qtdemux_fourcc.h:
957         * gst/qtdemux/qtdemux_types.c:
958         Add suppport for theora in quicktime according to XiphQT.
959
960 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
961
962         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
963         (gst_v4l2src_init), (gst_v4l2src_set_property),
964         (gst_v4l2src_get_property):
965         * sys/v4l2/gstv4l2src.h:
966         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
967           Always copy buffers by default (handle safer with bugged drivers)
968           and added a property to make it possible to use mmap effectively (no
969           copy if possible) when application wants to. Fixes: #480557.
970
971 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/id3demux/id3tags.c:
974         * gst/id3demux/id3tags.h:
975         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
976           We don't want the same string multiple times in a tag list for the
977           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
978           this doesn't happen and remove special-case code for GST_TAG_GENRE.
979
980 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
981
982         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
983           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
984           into ID3v2 TXXX frames (fixes #347848).
985
986 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
987
988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
989           Don't leak sdp message contents (fixes #496773).
990
991         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
992           Don't leak URI string.
993
994 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
995
996         Patch by: Julien Puydt <julien dot puydt at laposte net>
997
998         * ext/raw1394/Makefile.am:
999         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1000           (gst_1394_property_probe_get_properties),
1001           (gst_1394_property_probe_probe_property),
1002           (gst_1394_property_probe_needs_probe),
1003           (gst_1394_property_probe_get_values),
1004           (gst_1394_property_probe_interface_init),
1005           (gst_1394_type_add_property_probe_interface):
1006         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1007         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1008           (gst_dv1394src_init), (gst_dv1394src_dispose),
1009           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1010           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1011           (gst_dv1394src_update_device_name):
1012         * ext/raw1394/gstdv1394src.h:
1013           Implement GstPropertyProbe interface and add "device-name" property,
1014           so applications can use this to probe for available devices in the
1015           same way they can already with v4lsrc and v4l2src (however horrible
1016           this property probe interface may be). Fixes #358841.
1017
1018 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1019
1020         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1021
1022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1023           (gst_rtspsrc_parse_range):
1024           Don't leak event, don't leak range (fixes #496752).
1025
1026 2007-11-14  Michael Smith <msmith@fluendo.com>
1027
1028         Patch by: Arek Korbik <arkadini@gmail.com>
1029
1030         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1031           Detect RGBA/BGRA correctly on little endian systems.
1032
1033 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1036           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1037           corresponding ioctl() call fails even though the driver claims to
1038           support this format, just fall back to the pre-2.6.19 kernel
1039           routine that creates caps with suitable height and width ranges
1040           (see #448278).
1041
1042 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1043
1044         Patch by: Mark Nauwelaerts <manauw skynet be>
1045
1046         * gst/matroska/matroska-demux.c:
1047           (gst_matroska_demux_push_dvd_clut_change_event),
1048           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1049           (gst_matroska_demux_subtitle_caps):
1050         * gst/matroska/matroska-ids.h:
1051           Extract palette data for dvd subpicture streams and send it
1052           downstream as custom gstreamer dvd event (fixes #453417).
1053
1054 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1055
1056         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1057           Implement minimal parsing of the passed pango font description
1058           string, so passing a font size works the same as with the
1059           pango textoverlay plugin; fixes #455086.
1060           (Maybe we could just use pangocairo here at some point).
1061
1062 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1063
1064         * gst/avi/gstavidemux.c:
1065         * gst/wavparse/gstwavparse.c:
1066           Return the result in _activate_pull(). Don't ref element there.
1067
1068 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1069
1070         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1071         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1072         (gst_wavparse_srcpad_event):
1073           Ref the element when we should, but not when we its not needed. Reflow
1074           the event_handling to not leak the event.       
1075
1076 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1077
1078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1079         (qtdemux_parse_samples):
1080         Properly free QTDemuxSamples array.
1081         Protect table write with a sensible check, some files apparently DO contain
1082         stts values starting with 0 :(
1083
1084 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1085
1086         * gst/avi/gstavidemux.c:
1087         * gst/qtdemux/qtdemux.c:
1088           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1089           previous commit messed up.
1090
1091 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1092
1093         * gst/avi/gstavidemux.c:
1094         * gst/qtdemux/qtdemux.c:
1095           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1096           element when we should, but not when we its not needed.
1097
1098 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1099
1100         * gst/wavparse/gstwavparse.c:
1101           Return FALSE if we can't handle a query instead of changing the
1102           format. Ignore fact when dealing with mpeg audio.
1103
1104 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1105
1106         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1107
1108         * configure.ac:
1109         * gst/udp/gstdynudpsink.c:
1110         * gst/udp/gstdynudpsink.h:
1111         * gst/udp/gstmultiudpsink.c:
1112         * gst/udp/gstmultiudpsink.h:
1113         * gst/udp/gstudpsink.c:
1114         * gst/udp/gstudpsink.h:
1115           Fix includes for MSVC and GLib-2.14.0 (#492388).
1116
1117         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1118           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1119
1120 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1121
1122         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1123         (gst_mulawdec_chain):
1124         * gst/law/mulaw-decode.h:
1125         Calculate outgoing buffer duration if incoming buffer didn't have a
1126         valid duration.
1127
1128 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1129
1130         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1131         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1132         Smarter combine_flow code that also deals with downstream elements
1133         returning UNEXPECTED when they receive data out of the segment
1134         boundaries. Fixes #491305.
1135
1136 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1137
1138         * sys/v4l2/v4l2src_calls.c:
1139           Fix 'unused variable' compiler warning when compiling against
1140           older kernel headers.
1141
1142 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         * ext/taglib/gstid3v2mux.cc (add_funcs):
1145           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1146
1147 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1148
1149         * tests/check/pipelines/simple-launch-lines.c:
1150            Improve the tests a little more.
1151
1152 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1153
1154         patch by: Yun Zheng Hu
1155
1156         * sys/osxaudio/gstosxaudiosrc.c:
1157         Use default input device instead of default output device and
1158         only memcpy actual available bytes.
1159
1160 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1161
1162         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1163           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1164           early. It is temporary until we find something better.
1165
1166 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1167
1168         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1169
1170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1171         Fix race when pausing a RTSP stream in interleaved.
1172         Fixes #475784.
1173
1174 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1175
1176         Patch by: Peter Kjellerstedt <pkj at axis com>
1177
1178         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1179         Use correct unref function for buffers. #488844.
1180
1181 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1182
1183         * gst/avi/gstavimux.c:
1184         * tests/check/elements/avimux.c:
1185           Add some debug and sync tests with the fix.     
1186
1187 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1188
1189         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1190
1191         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1192         When the socket is used by the app for other purposes, don't generate an
1193         error if there is activaty on the socket that is not data related.
1194         Fixes #487488.
1195
1196 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1197
1198         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1199         (gst_v4l2src_grab_frame):
1200         Add some more debug info. Generate an error when we run out of buffers
1201         for some reason. See #480557.
1202
1203 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1204
1205         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1206
1207         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1208         Set marker bit correctly.
1209
1210 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1211
1212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1213         Use allowed name for the GstStructure.
1214
1215 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1216
1217         * ext/gconf/gstswitchsink.c:
1218         * gst/autodetect/gstautoaudiosink.c:
1219           Use new gst_bus_pop_filtered().
1220
1221 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1222
1223         * sys/v4l2/gstv4l2src.c:
1224         * sys/v4l2/v4l2src_calls.c:
1225           When probing the formats and sizes a camera supports, make
1226           sure the best ones (highest resolution, prefered format)
1227           end up at the beginning of the probed caps and the less
1228           desirable ones at the end.  This is important because the
1229           order within the caps matters for things like fixation and
1230           negotiation, ie. what format is chosen in the end.
1231           With recent kernels, the current probing code will end up
1232           querying the supported sizes from lowest resolution to
1233           highest resolution, adding them to the probed caps in that
1234           order, resulting to v4l2src fixating to the lowest possible
1235           resolution if downstream does not express a size preference.
1236           Also make up a somewhat random ranking of prefered output
1237           formats for the same reason. Fixes #485828.
1238         
1239 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1240
1241         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1242
1243         * gst/id3demux/id3v2frames.c:
1244           Extract license/copyright URIs from ID3v2 WCOP frames
1245           (Fixes #447000).
1246
1247         * tests/check/elements/id3demux.c:
1248         * tests/files/Makefile.am:
1249         * tests/files/id3-447000-wcop.tag:
1250           Add simple unit test.
1251
1252 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * ext/taglib/gstid3v2mux.cc:
1255           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1256           Prerequisite for #447000.
1257
1258 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1259
1260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1261         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1262         a GstClockTime.
1263
1264 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1265
1266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1267         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1268         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1269         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1270         (gst_rtspsrc_change_state):
1271         More seeking fixes, mostly passing around the new playback segment in
1272         order to configure it properly.
1273         Also reset base_time of udp sources when setting them back to PLAYING as
1274         a temporary hack until core supports seek in live sources properly.
1275
1276 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1277
1278         * gst/rtp/gstrtpmp4adepay.c:
1279         Fix caps as to not confuse autopluggers.
1280
1281 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * gst/id3demux/gstid3demux.c:
1284         * gst/id3demux/gstid3demux.h:
1285         * gst/id3demux/id3tags.c:
1286         * gst/id3demux/id3tags.h:
1287         * gst/id3demux/id3v2frames.c:
1288           Port ID3 tag demuxer over to the new GstTagDemux in -base
1289           (now would be a good time to test re-importing your music
1290           collection).
1291
1292 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1293
1294         * gst/apetag/Makefile.am:
1295         * gst/apetag/gstapedemux.c:
1296         * gst/apetag/gstapedemux.h:
1297         * gst/apetag/gsttagdemux.c:
1298         * gst/apetag/gsttagdemux.h:
1299           Port APE tag demuxer over to the new GstTagDemux in -base.
1300
1301 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1302
1303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1304         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1305         (gst_rtspsrc_handle_internal_src_query),
1306         (gst_rtspsrc_handle_src_query), (new_session_pad),
1307         (gst_rtspsrc_stream_configure_tcp),
1308         (gst_rtspsrc_stream_configure_transport),
1309         (gst_rtspsrc_loop_send_cmd):
1310         Improve flushing behaviour.
1311         Set state of the udp sources to PAUSE/PLAYING correctly.
1312         Handle events and queries for UDP and TCP transport now.
1313
1314 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1315
1316         * gst/rtp/gstrtpgsmdepay.c:
1317         * gst/rtp/gstrtpgsmpay.c:
1318           Add log category.
1319
1320 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1321
1322         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1323
1324         * tests/check/Makefile.am:
1325         * tests/check/pipelines/simple-launch-lines.c:
1326           Add unit tests for payloaders/depayloaders.
1327
1328 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1329
1330         * gst/avi/gstavimux.c:
1331         * gst/avi/gstavimux.h:
1332           Also save codec data for audio streams. Fixes #482495.
1333
1334 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1335
1336         * gst/avi/gstavimux.c:
1337           Fix "Index entry has invalid stream nr 1".
1338           Add support for muxing aac - work in progress (see #482495).
1339
1340 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1341
1342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1343         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1344         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1345         * gst/rtsp/gstrtspsrc.h:
1346         Parse bandwidth modifiers, they are not yet configured in the session
1347         manager because we don't have an API for that yet.
1348
1349 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1350
1351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1352         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1353         Use shiny new function in -base to get the default clock-rate.
1354         Update some docs.
1355
1356 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1357
1358         * win32/MANIFEST:
1359         Add files to win32 manifest.
1360         * win32/vs6/libgstaudiofx.dsp:
1361         * win32/vs6/libgstqtdemux.dsp:
1362         * win32/vs6/libgstrtp.dsp:
1363         * win32/vs6/libgstrtsp.dsp:
1364         Update project files.
1365
1366 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1367
1368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1369         (gst_rtspsrc_play):
1370         * gst/rtsp/gstrtspsrc.h:
1371         In TCP mode, only timestamp the first buffer. TCP is not real time and
1372         it does not make sense to try to skew compensate, also some servers send
1373         the first batch of data in a burst.
1374
1375 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1376
1377         * gst/matroska/matroska-demux.c:
1378           Fix setting the discont flag on the first buffer
1379           pushed downstream for formats with private codec
1380           data that needs to be deserialised into buffers
1381           (such as vorbis and FLAC when in a matroska container).
1382
1383 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1384
1385         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1386
1387         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1388         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1389         (gst_rtp_mp4v_pay_handle_buffer):
1390         * gst/rtp/gstrtpmp4vpay.h:
1391         Free the config string. Fixes #480707.
1392         Clean up the timestamp code a little.
1393
1394 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1395
1396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1397         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1398         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1399         * gst/rtsp/gstrtspsrc.h:
1400         Set timestamps on RTP buffers in interleaved mode.
1401         Mark first buffers with a DISCONT.
1402         Remove flush hack now that sync for live sources has been figured out.
1403
1404 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1405
1406         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1407         Update documentation.
1408
1409 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1410
1411         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1412         (gst_rtp_xqt_depay_change_state):
1413         * gst/qtdemux/gstrtpxqtdepay.h:
1414         Fail if we don't know the quicktime format.
1415
1416 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1417
1418         * ext/flac/gstflacenc.c:
1419         * ext/flac/gstflacenc.h:
1420           Save the flow return from the last gst_pad_push() and
1421           make sure we pass the right flow return value upstream
1422           in the case of failure; minor clean-ups.
1423
1424 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1425
1426         * ext/taglib/gstapev2mux.cc:
1427         * ext/taglib/gstid3v2mux.cc:
1428         * gst/apetag/gstapedemux.c:
1429           Add support for the new GST_TAG_COMPOSER (#459809).
1430
1431 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1432
1433         * gst/law/alaw-decode.c:
1434         * gst/law/alaw-decode.h:
1435         * gst/law/alaw-encode.c:
1436         * gst/law/alaw-encode.h:
1437         * gst/law/alaw.c:
1438         * gst/law/mulaw-conversion.h:
1439           Compulsive clean-ups: use boilerplate macros, add debug
1440           categories, fix up things to conform to symbol nomenklatura,
1441           etc.
1442
1443 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1446
1447         * gst/law/alaw-decode.c:
1448         * gst/law/alaw-encode.c:
1449           Use static tables for A-Law decoding and encoding; this makes
1450           A-Law decoding and encoding less CPU-intensive, but increases
1451           the binary size a bit. Leaving old code around for now,
1452           selectable by a define in the code. Fixes #435435.
1453
1454 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1455
1456         * configure.ac:
1457         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1458         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1459         in configure.ac.
1460
1461 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1462
1463         Patch by: <j at bootlab dot org>
1464
1465         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1466         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1467
1468 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1469
1470         * sys/oss/gstosshelper.c:
1471           Use GST_WARNING instead of a g_critical. This situation is not caused
1472           by the application.
1473
1474 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1475
1476         * po/LINGUAS:
1477         * po/nl.po:
1478           Updated translations.
1479
1480 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1481
1482         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1483
1484         * po/eu.po:
1485           Added Basque translation.
1486
1487 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1488
1489         translated by: Abel Cheung <abelcheung@gmail.com>
1490
1491         * po/zh_HK.po:
1492         * po/zh_TW.po:
1493           Added Chinese (traditional and Hong Kong) translation.
1494
1495 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1496
1497         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1498
1499         * po/pl.po:
1500           Added Polish translation.
1501
1502 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1503
1504         translated by: Ilkka Tuohela <hile@iki.fi>
1505
1506         * po/fi.po:
1507           Added Finnish translation.
1508
1509 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1510
1511         translated by: Jorge González González <aloriel@gmail.com>
1512
1513         * po/es.po:
1514           Added Spanish translation.
1515
1516 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1517
1518         translated by: Mogens Jaeger <mogens@jaeger.tf>
1519
1520         * po/da.po:
1521           Added Danish translation.
1522
1523 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1524
1525         translated by: Funda Wang <fundawang@linux.net.cn>
1526
1527         * po/zh_CN.po:
1528           Added Chinese (simplified) translation.
1529
1530 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1531
1532         translated by: Alexander Shopov <ash@contact.bg>
1533
1534         * po/bg.po:
1535           Added Bulgarian translation.
1536
1537 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1538
1539         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1540         Set outgoing packet duration because we can. Fixes #478244 some more.
1541
1542 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1543
1544         * ext/cairo/gsttextoverlay.c:
1545           Add info about static leak.
1546         
1547         * tests/check/Makefile.am:
1548         * tests/check/generic/states.c:
1549           Improved state change unit test.
1550
1551 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * docs/plugins/.cvsignore:
1554         * tests/check/.cvsignore:
1555           Ignore registries in any format.
1556
1557 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1558
1559         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1560         Removed some unused code.
1561
1562         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1563         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1564         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1565         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1566         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1567         (gst_rtp_theora_pay_flush_packet):
1568         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1569         Try to preserve the incomming buffer duration on the outgoing
1570         packets. Fixes #478244.
1571
1572 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1573
1574         * ext/taglib/gstapev2mux.cc:
1575         * ext/taglib/gstid3v2mux.cc:
1576           Work around compiler warnings with g++-4.2 when assigning a
1577           string constant to a gchar * (partially fixes #478092).
1578
1579 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1580
1581         * configure.ac:
1582           We require core CVS now for gst_base_src_set_do_timestamp().
1583
1584 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1585
1586         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1588         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1589         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1590         (gst_rtspsrc_handle_message):
1591         Fix compiler warnings shown with Forte.
1592
1593 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1594
1595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1596         (gst_rtspsrc_dup_printf):
1597         Give meaningfull error when all streams failed to configure for some
1598         reason.
1599
1600 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1601
1602         * gst/rtp/README:
1603         Update README with the design for synchronisation rules of RTP on
1604         sender and receiver.
1605
1606 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1607
1608         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1609         (gst_wavparse_chain):
1610         Don't push EOS from the chain function, the element
1611         driving the pipeline is responsible for this. The bug
1612         this was meant to fix seems to be queue not forwarding
1613         EOS in all cases (see #476514).
1614
1615 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1616
1617         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1618         (gst_level_transform_ip):
1619         * gst/level/gstlevel.h:
1620         Use basetransform segment so that it is correctly managed on flushes and
1621         start/stop.
1622         Report message timestamp as stream time, which is what an application
1623         can understand.
1624
1625 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1626
1627         * ext/taglib/gstapev2mux.cc:
1628         * ext/taglib/gstapev2mux.h:
1629         * ext/taglib/gsttaglibmux.c:
1630         * tests/check/elements/apev2mux.c:
1631         Update my mail address.
1632
1633 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1634
1635         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1636         (gst_wavparse_loop), (gst_wavparse_chain):
1637         Add EOS logic for the push-based mode too. Fixes #476514.
1638
1639 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1640
1641         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1642         * gst/law/alaw-encode.h:
1643         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1644         (gst_mulawenc_chain):
1645         * gst/law/mulaw-encode.h:
1646         Fix law encoder timestamps.
1647
1648 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1649
1650         * ext/gconf/gstgconfaudiosink.c:
1651           Fix warning when building without debug.
1652
1653         * sys/oss/gstossmixertrack.c:
1654           Use const like in alsamixertrack.c (fixes warnings).
1655
1656 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1657
1658         * sys/v4l2/v4l2src_calls.c:
1659         (gst_v4l2src_probe_caps_for_format_and_size):
1660         Fix framerate detection code some more.
1661         Handle the case where there is a weird step in the stepwise framerates.
1662         Don't overwrite the min interval with the framerate, use a temp variable
1663         instead.
1664         Use max in the Continuous framerate intervals instead of step, which is
1665         1 according to the docs. Fixes #475424.
1666
1667 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1668
1669         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1670         Make udpsrc timestamp outgoing buffers based on when they were received.
1671         Also make it output a segment in time.
1672
1673 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1674
1675         * gst/avi/gstavidemux.c:
1676           Plug a little leak. Little code cleanups.
1677
1678 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1679
1680         * configure.ac:
1681           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1682           flac versions, 's good for cross-compilation karma.
1683
1684 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1687
1688         * gst/rtp/gstrtph263pay.c:
1689           Fix up header structure so that compilers don't add padding
1690           between the structure fields, since that would lead to us
1691           sending RTP packets with broken headers (as is currently the
1692           case when compiling with MSVC). Also see similar fixes in
1693           libgstrtp in gst-plugins-base. (#474616; #471194)
1694
1695 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1696
1697         * sys/v4l2/v4l2src_calls.c:
1698         (gst_v4l2src_probe_caps_for_format_and_size):
1699         Don't overwrite our GValue with 0 but instead use the previously
1700         computed value. Fixes #471823 some more.
1701
1702 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1703
1704         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1705           No tabs in this file please, or gtk-doc will end up documenting
1706           rather absurd class hierarchies.
1707
1708 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1709
1710         * ext/gconf/gstswitchsink.c:
1711           If the new kid element fails to change state for some reason
1712           (e.g. esdsink not being able to connect to the sound server),
1713           forward the error message it posted on the bus instead of just
1714           posting a generic 'Internal state change error: please file a
1715           bug' error message. Fixes #471364.
1716
1717 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1718
1719         * gst/qtdemux/Makefile.am:
1720         * gst/qtdemux/qtdemux.c:
1721           Don't assume tags are encoded as UTF-8 (#473670).
1722
1723 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1724
1725         * sys/v4l2/gstv4l2src.c:
1726         * sys/v4l2/gstv4l2src.h:
1727         * sys/v4l2/v4l2src_calls.c:
1728           Implement LATENCY queries in the crudest way possible so I don't
1729           have to use sync=false any longer when testing with videosinks.
1730
1731 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1732
1733         * configure.ac:
1734           Fix build.
1735
1736 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1737
1738         * sys/v4l2/v4l2src_calls.c:
1739         (gst_v4l2src_probe_caps_for_format_and_size):
1740         Add some more debugging in the framerate function.
1741         Iterate stepwise framerate up to and _including_ the max and if nothing
1742         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1743         don't end up with an empty list. Fixes #471823
1744
1745 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1746
1747         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1748         (gst_multiudpsink_set_clients_string),
1749         (gst_multiudpsink_get_clients_string),
1750         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1751         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1752         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1753         (gst_multiudpsink_clear):
1754         Add property do configure destination address/port pairs
1755         API:GstMultiUDPSink::clients
1756
1757 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1758
1759         * tests/examples/Makefile.am:
1760         * tests/examples/rtp/Makefile.am:
1761         * tests/examples/rtp/client-H263p-AMR.sh:
1762         * tests/examples/rtp/client-H263p-PCMA.sdp:
1763         * tests/examples/rtp/client-H263p-PCMA.sh:
1764         * tests/examples/rtp/client-H264-PCMA.sdp:
1765         * tests/examples/rtp/client-H264-PCMA.sh:
1766         * tests/examples/rtp/client-PCMA.sh:
1767         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1768         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1769         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1770         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1771         Added some RTP example scripts for sending and receiving RTP streams.
1772
1773 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1774
1775         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1776         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1777         Restructure the setcaps function so that we can also compute the
1778         expected GStreamer output size of the video frames.
1779         Set frame_byte_size correctly so that read-based devices have a chance
1780         of working correctly.
1781         When grabbing a frame, discard frames that are not of the expected size.
1782         Some cameras don't output the right framesize for the first buffer.
1783         Try only a couple of times to get a valid frame, else error out.
1784
1785         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1786         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1787         Add some more debug info when scanning the device.
1788
1789         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1790         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1791         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1792         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1793         Add some more debug info when dequeing a frame.
1794
1795 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1796
1797         * gst/wavparse/gstwavparse.c:
1798           More code cleanups. Add some more comment and improve debugs logs.
1799
1800 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1801
1802         * gst/wavparse/gstwavparse.c:
1803         * gst/wavparse/gstwavparse.h:
1804           Implement seek-query. Refactor duration calculations. Appropriate use
1805           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1806           out of loops.
1807
1808 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1809
1810         * gst/avi/gstavidemux.c:
1811           Implement seek-query.
1812
1813 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1814
1815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1816         (gst_rtspsrc_dup_printf):
1817         Use new basesink async property to make sparse RTCP packet not wait for
1818         preroll.
1819
1820 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1821
1822         * gst/audiofx/Makefile.am:
1823         Dist the right file.
1824
1825 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1826
1827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1828         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1829         Make sure we generate and parse floating point values in the POSIX
1830         locale instead of the current locale. 
1831
1832 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1833
1834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1835         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1836         (gst_rtspsrc_play):
1837         * gst/rtsp/gstrtspsrc.h:
1838         Fix method detection again.
1839         Keep track of when we must send a Range header.
1840         Use segment values for Range, Speed and Scale headers.
1841         Parse Speed and Scale headers to update the segment values.
1842
1843 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1844
1845         patch by: Mark Nauwelaerts <manauw@skynet.be>
1846
1847         * sys/v4l2/v4l2src_calls.c:
1848           Handle optional v4l2 ioctls gracefully.
1849
1850 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1851
1852         * gst/rtp/Makefile.am:
1853         * gst/rtp/gstrtp.c: (plugin_init):
1854         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1855         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1856         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1857         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1858         (gst_rtp_h263_depay_get_property),
1859         (gst_rtp_h263_depay_change_state),
1860         (gst_rtp_h263_depay_plugin_init):
1861         * gst/rtp/gstrtph263depay.h:
1862         Added an H263 depayloader. Fixes #369392.
1863
1864         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1865         (gst_rtp_h263p_depay_process):
1866         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1867         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1868         Make the H263+ pay/depayloader support H263-1998 and H263-2000
1869         payloads.
1870         Also alow plain H263 on the h263p payloaders. Fixes #465040.
1871
1872 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1873
1874         * gst/audiofx/audiochebyshevfreqband.c:
1875         * gst/audiofx/audiochebyshevfreqlimit.c:
1876         Add small comparision with the windowed sinc filters in the docs.
1877
1878 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
1879
1880         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1881         (audiochebyshevfreqband_suite):
1882         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1883         (audiochebyshevfreqlimit_suite):
1884         Also test 32 bit float mode and the type 2 variants of the filters.
1885
1886 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
1887
1888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1889         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1890         (gst_rtspsrc_loop):
1891         Refactor the udp and interleaved loop function a bit.
1892
1893 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1894
1895         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1896         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1897         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1898         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1899         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1900         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1901         * gst/rtsp/gstrtspsrc.h:
1902         Protect connection activity with a new lock, avoids deadlocks when going
1903         to PAUSED. Fixes #455808.
1904
1905 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1906
1907         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1908         Fix debug statement.
1909
1910 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1911
1912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1913         Fix stray %u in debug line as spotted by Saur on IRC.
1914
1915 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1916
1917         * gst/audiofx/audiochebyshevfreqband.c:
1918         (gst_audio_chebyshev_freq_band_class_init):
1919         * gst/audiofx/audiochebyshevfreqlimit.c:
1920         (gst_audio_chebyshev_freq_limit_class_init):
1921         Use generator macros for the process functions for the different
1922         sample types, add lower upper boundaries for the GObject properties
1923         so automatically generated UIs can use sliders and add a note about
1924         the number of poles as a too high number of poles combined with
1925         very low or very high frequencies will produce only noise.
1926         * docs/plugins/gst-plugins-good-plugins.args:
1927         Regenerated for the property changes.
1928
1929 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1930
1931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1932         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1933         (gst_rtspsrc_stream_configure_udp_sink),
1934         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1935         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1936         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1937         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1938         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1939         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1940         * gst/rtsp/gstrtspsrc.h:
1941         Improve timeout handling.
1942         Use the same socket for sending and receiving RTCP packets so that some
1943         servers can track clients better.
1944         Improve connection closed handling. Try to reconnect.
1945         Don't overwrite our content base with NULL.
1946         Improve debugging.
1947         Improve range parsing and handling.
1948         Remove flushing hack now that core does the right thing.
1949
1950 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1951
1952         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1953         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1954         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1955         (gst_multiudpsink_close), (gst_multiudpsink_add):
1956         * gst/udp/gstmultiudpsink.h:
1957         Add support for getting and setting the socket to use.
1958
1959         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1960         (gst_udpsrc_create), (gst_udpsrc_get_property):
1961         Add support for getting the currently used socket.
1962
1963 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
1964
1965         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1966
1967         * gst/audiofx/Makefile.am:
1968         * gst/audiofx/audiochebyshevfreqband.c:
1969         (gst_audio_chebyshev_freq_band_mode_get_type),
1970         (gst_audio_chebyshev_freq_band_base_init),
1971         (gst_audio_chebyshev_freq_band_dispose),
1972         (gst_audio_chebyshev_freq_band_class_init),
1973         (gst_audio_chebyshev_freq_band_init),
1974         (generate_biquad_coefficients), (calculate_gain),
1975         (generate_coefficients),
1976         (gst_audio_chebyshev_freq_band_set_property),
1977         (gst_audio_chebyshev_freq_band_get_property),
1978         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
1979         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
1980         (gst_audio_chebyshev_freq_band_start):
1981         * gst/audiofx/audiochebyshevfreqband.h:
1982         * gst/audiofx/audiochebyshevfreqlimit.c:
1983         (gst_audio_chebyshev_freq_limit_mode_get_type),
1984         (gst_audio_chebyshev_freq_limit_base_init),
1985         (gst_audio_chebyshev_freq_limit_dispose),
1986         (gst_audio_chebyshev_freq_limit_class_init),
1987         (gst_audio_chebyshev_freq_limit_init),
1988         (generate_biquad_coefficients), (calculate_gain),
1989         (generate_coefficients),
1990         (gst_audio_chebyshev_freq_limit_set_property),
1991         (gst_audio_chebyshev_freq_limit_get_property),
1992         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
1993         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
1994         (gst_audio_chebyshev_freq_limit_start):
1995         * gst/audiofx/audiochebyshevfreqlimit.h:
1996         * gst/audiofx/audiofx.c: (plugin_init):
1997         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
1998         Fixes #464800.
1999
2000         * tests/check/Makefile.am:
2001         * tests/check/elements/.cvsignore:
2002         * tests/check/elements/audiochebyshevfreqband.c:
2003         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2004         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2005         * tests/check/elements/audiochebyshevfreqlimit.c:
2006         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2007         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2008         Add unit tests for the chebyshev filters.
2009
2010         * docs/plugins/Makefile.am:
2011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2013         * docs/plugins/gst-plugins-good-plugins.args:
2014         * docs/plugins/inspect/plugin-1394.xml:
2015         * docs/plugins/inspect/plugin-audiofx.xml:
2016         * docs/plugins/inspect/plugin-dv.xml:
2017         * docs/plugins/inspect/plugin-flac.xml:
2018         * docs/plugins/inspect/plugin-jpeg.xml:
2019         * docs/plugins/inspect/plugin-png.xml:
2020         * docs/plugins/inspect/plugin-rtp.xml:
2021         * docs/plugins/inspect/plugin-shout2send.xml:
2022         * docs/plugins/inspect/plugin-wavpack.xml:
2023         And add docs for the chebyshev filters. While doing
2024         that also run make update in docs/plugins.
2025
2026 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2027
2028         * ext/annodex/gstcmmltag.c:
2029         * gst/rtp/gstrtpvorbispay.c:
2030           Make ro memory to share.
2031
2032 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2033
2034         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2035         Improve UDP performance by avoiding a select() when we have data
2036         available immediatly.
2037
2038 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2039
2040         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2041         (gst_rtp_dec_class_init):
2042         * gst/rtsp/gstrtpdec.h:
2043         Add (dummy) SSRC management signals.
2044
2045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2046         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2047         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2048         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2049         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2050         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2051         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2052         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2053         * gst/rtsp/gstrtspsrc.h:
2054         Add connection-speed property.
2055         Add find_stream helper functions.
2056         Handle stream EOS based on BYE messages or SSRC timeout.
2057         Returns SUCCESS from the state change function as we hide our async
2058         elements from the parent.
2059
2060 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2061
2062         * gst/debug/rndbuffersize.c:
2063           Fix da leak.
2064
2065 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2066
2067         * gst/debug/Makefile.am:
2068         * gst/debug/breakmydata.c:
2069         * gst/debug/gstdebug.c:
2070         * gst/debug/negotiation.c:
2071         * gst/debug/progressreport.c:
2072         * gst/debug/rndbuffersize.c:
2073         * gst/debug/testplugin.c:
2074           Add new test element and clean-up the others a little.
2075
2076 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2077
2078         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2079         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2080
2081 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2082
2083         * gst/rtp/gstrtpilbcdepay.c:
2084           Include stdlib.
2085
2086 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2087
2088         * gst/rtp/gstrtpmpvdepay.c:
2089         Set the mpegversion in the caps so that autoplugging does not get
2090         confused.
2091
2092 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2093
2094         * po/hu.po:
2095         * po/uk.po:
2096         * po/vi.po:
2097           Updated translations.
2098
2099 2007-08-08  Michael Smith <msmith@fluendo.com>
2100
2101         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2102           Render right border in the correct location.
2103
2104 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2105
2106         Patch by: Olivier Crete <tester at tester dot ca>
2107
2108         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2109         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2110         Make mode property a string. Fixes #464475.
2111
2112 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2113
2114         * ext/flac/gstflacenc.c:
2115           Widen caps to match decoder a bit and add more FIXMEs.
2116
2117 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2118
2119         patch by: Mark Nauwelaerts <manauw@skynet.be>
2120
2121         * gst/avi/gstavimux.c:
2122           Fix ODML index tag numbering. Fixes #463624.
2123
2124 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2125
2126         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2127         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2128         (gst_rtspsrc_stream_configure_tcp),
2129         (gst_rtspsrc_stream_configure_udp_sink):
2130         Fix default clock-rate for realmedia.
2131         Fix parsing of transport.
2132         Don't try to link NULL pads.
2133
2134 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         * po/POTFILES.skip:
2137           Add POTFILES.skip with list of source files that aren't disted at the
2138           moment but contain translatable strings. Should hopefully pacify
2139           broken tools and make it clearer that these files are left out
2140           intentionally (#461600).
2141
2142 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2143
2144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2145         If the buffer was entirely clipped ... don't try sending it :)
2146
2147 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2148
2149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2150         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2151         (gst_rtspsrc_create_transports_string),
2152         (gst_rtspsrc_prepare_transports):
2153         If we don't hav a session manager, set the caps on outgoing buffers
2154         ourselves.
2155         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2156         Append final bit of the transport string even when it does not contain a
2157         placeholder.
2158
2159 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2160
2161         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2162         (gst_rtsp_ext_list_connect):
2163         * gst/rtsp/gstrtspext.h:
2164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2165         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2166         Clean up the interface list.
2167         Allow connecting to interface signals for the extensions.
2168         Remove old extension code.
2169         Free list on cleanup.
2170         Allow extensions to send additional RTSP messages.
2171
2172 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2173
2174         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2175         Handle a NULL gconf key gracefully by rendering the default element.
2176
2177 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2178
2179         * gst/rtsp/gstrtspext.h:
2180         Fix include path for extension interface.
2181
2182 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2183
2184         * gst/audiofx/audioamplify.h:
2185         Also remove a now unecessary variable here.
2186
2187 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2188
2189         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2190         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2191         * gst/audiofx/audiodynamic.c:
2192         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2193         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2194         * gst/audiofx/audiodynamic.h:
2195         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2196         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2197         * gst/audiofx/audioinvert.h:
2198         Don't save format information ourselves, this is already saved in
2199         GstAudioFilter.
2200
2201 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2202
2203         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2204         (gst_rtsp_ext_list_stream_select):
2205         * gst/rtsp/gstrtspext.h:
2206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2207         Use rank to filter out extensions.
2208         Add url to stream_select interface call.
2209
2210 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2211
2212         * gst/rtsp/Makefile.am:
2213         * gst/rtsp/base64.c:
2214         * gst/rtsp/base64.h:
2215         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2216         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2217         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2218         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2219         (gst_rtsp_ext_list_setup_media),
2220         (gst_rtsp_ext_list_configure_stream),
2221         (gst_rtsp_ext_list_get_transports),
2222         (gst_rtsp_ext_list_stream_select):
2223         * gst/rtsp/gstrtspext.h:
2224         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2225         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2226         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2227         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2228         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2229         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2230         (gst_rtspsrc_stream_configure_tcp),
2231         (gst_rtspsrc_stream_configure_mcast),
2232         (gst_rtspsrc_stream_configure_udp),
2233         (gst_rtspsrc_stream_configure_udp_sink),
2234         (gst_rtspsrc_stream_configure_transport),
2235         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2236         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2237         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2238         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2239         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2240         (gst_rtspsrc_parse_methods),
2241         (gst_rtspsrc_create_transports_string),
2242         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2243         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2244         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2245         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2246         * gst/rtsp/gstrtspsrc.h:
2247         * gst/rtsp/rtsp.h:
2248         * gst/rtsp/rtspconnection.c:
2249         * gst/rtsp/rtspconnection.h:
2250         * gst/rtsp/rtspdefs.c:
2251         * gst/rtsp/rtspdefs.h:
2252         * gst/rtsp/rtspext.h:
2253         * gst/rtsp/rtspextwms.c:
2254         * gst/rtsp/rtspextwms.h:
2255         * gst/rtsp/rtspmessage.c:
2256         * gst/rtsp/rtspmessage.h:
2257         * gst/rtsp/rtsprange.c:
2258         * gst/rtsp/rtsprange.h:
2259         * gst/rtsp/rtsptransport.c:
2260         * gst/rtsp/rtsptransport.h:
2261         * gst/rtsp/rtspurl.c:
2262         * gst/rtsp/rtspurl.h:
2263         * gst/rtsp/sdp.h:
2264         * gst/rtsp/sdpmessage.c:
2265         * gst/rtsp/sdpmessage.h:
2266         * gst/rtsp/test.c:
2267         Use shiny new RTSP and SDP library.
2268         Implement RTSP extensions using the new interface.
2269         Remove a lot of old code.
2270
2271 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2272
2273         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2274         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2275
2276 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2277
2278         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2279         Don't unref the outgoing buffer twice when dropping it because it's
2280         outside of the segment.
2281
2282 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2283
2284         * configure.ac:
2285         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2286         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2287         Use the new buffer clipping function from gstaudio here and
2288         require gst-plugins-base CVS.
2289         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2290         For framed Wavpack buffers we require a valid timestamp.
2291
2292 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2293
2294         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2295         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2296         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2297         Clip raw audio and video when we can, keep track of current output
2298         segment.
2299         Don't leak buffers and events when there is no output pad.
2300         Improve debugging here and there.
2301
2302 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2303
2304         * configure.ac:
2305           Sync liboil check with plugins-base.
2306
2307 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2308
2309         * ext/annodex/Makefile.am:
2310           Fix CFLAGS/LIBS.
2311
2312         * ext/cdio/gstcdiocddasrc.c:
2313         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2314           Include stdlib
2315
2316         * ext/cairo/Makefile.am:
2317         * gst/videofilter/Makefile.am:
2318         * tests/examples/level/Makefile.am:
2319           Use $(LIBM) instead of -lm
2320
2321 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2322
2323         * sys/v4l2/gstv4l2src.c:
2324           Add another example pipeline.
2325
2326 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2327
2328         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2329
2330         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2331           Use define here.
2332
2333         * sys/v4l2/gstv4l2tuner.c:
2334         (gst_v4l2_tuner_set_frequency_and_notify):
2335           Don't touch the property - its still disabled.
2336
2337         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2338         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2339         * sys/v4l2/v4l2src_calls.h:
2340           Improve fallback format negotionation. Fixes #451388
2341
2342 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2343
2344         * tests/check/elements/videocrop.c: (GST_START_TEST):
2345           Fix the test.
2346
2347 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2348
2349         * docs/plugins/Makefile.am:
2350         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2351         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2352         * docs/plugins/inspect/plugin-jpeg.xml:
2353         * docs/plugins/inspect/plugin-png.xml:
2354         * ext/jpeg/gstjpegdec.c:
2355         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2356         (gst_pngdec_sink_setcaps):
2357           More docs. More logs in pngdec.
2358
2359 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2360
2361         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2362           Initialize num_buffers with minimum value.
2363
2364         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2365         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2366           Handle frame-size query failure gracefully.
2367
2368 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2369
2370         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2371         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2372         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2373         of qt/aac files.
2374
2375 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2376
2377         * ext/wavpack/gstwavpackdec.c:
2378         (gst_wavpack_dec_clip_outgoing_buffer):
2379         Fix buffer clipping to correctly clip to the segment stop.
2380
2381 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2382
2383         * configure.ac:
2384         * tests/Makefile.am:
2385         Remove bogus check for libcheck, since we check for
2386         gstreamer-check and it pulls in the required info from there,
2387         and we weren't actually _using_ the information for libcheck
2388         ourselves anyway.
2389
2390 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2391
2392         * configure.ac:
2393           Use pkg-config to locate check.
2394
2395 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2396
2397         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2398         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2399         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2400         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2401         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2402         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2403         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2404         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2405         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2406         * gst/effectv/gstrev.c: (gst_revtv_transform):
2407         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2408         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2409         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2410         * gst/matroska/matroska-demux.c:
2411         (gst_matroska_demux_add_wvpk_header),
2412         (gst_matroska_demux_check_subtitle_buffer),
2413         (gst_matroska_decode_buffer):
2414         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2415           Fix build against core CVS.
2416
2417 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2418
2419         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2420         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2421         don't have enough granularity to convert that boolean into a
2422         GstFlowReturn.
2423
2424 2007-07-06  Michael Smith <msmith@fluendo.com>
2425
2426         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2427         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2428         (gst_alawdec_change_state):
2429         * gst/law/alaw-decode.h:
2430         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2431         (gst_mulawdec_class_init), (gst_mulawdec_init),
2432         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2433         * gst/law/mulaw-decode.h:
2434           Fix capsnego bogosity in *law decoders. 
2435
2436 2007-07-06  Michael Smith <msmith@fluendo.com>
2437
2438         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2439         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2440         (gst_smokeenc_change_state):
2441         * ext/jpeg/gstsmokeenc.h:
2442           Remove stupidity in get/set caps functions.
2443           Fix some refcounting problems.
2444
2445 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2446
2447         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2448         Remove endianness-flipping hack that seems to have been required
2449         only because of a bug in ffmpegcolorspace.
2450         Partially Fixes: #451908
2451
2452 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2453
2454         * docs/plugins/Makefile.am:
2455           Simplify --extra-dir as gtkdoc scans recursively.
2456
2457 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2458
2459         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2460
2461         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2462         Set the encoding-name in the rtp caps to all uppercase, as required by
2463         the caps spec.
2464         Some small cleanups in the error paths. Fixes #453037.
2465
2466 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2467
2468         * ext/wavpack/gstwavpackparse.c:
2469         (gst_wavpack_parse_index_get_last_entry),
2470         (gst_wavpack_parse_index_get_entry_from_sample),
2471         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2472         (gst_wavpack_parse_scan_to_find_sample):
2473         * ext/wavpack/gstwavpackparse.h:
2474         Use a GSList for the GArray that is used like a list anyway.
2475
2476 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2477
2478         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2479         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2480         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2481           Add state change function where we set 0/1 as default framerate in
2482           case our setcaps function isn't called, like it might not in a
2483           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2484           gdkpixbufdec trying to create caps with a 0/0 framerate.
2485           Also post an error message on the bus if gst_pad_push() fails when
2486           called from our sink event handler (+1 for flow returns for event
2487           functions in 0.11) instead of failing silently.
2488
2489 2007-06-27  Wim Taymans  <wim@fluendo.com>
2490
2491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2492         Cast stack args to the proper types. Fixes #451249.
2493
2494 2007-06-27  Wim Taymans  <wim@fluendo.com>
2495
2496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2497         (new_session_pad), (gst_rtspsrc_setup_streams):
2498         * gst/rtsp/gstrtspsrc.h:
2499         For container formats we only need to activate one of the streams so
2500         that we correctly signal no-more-pads. Fixes #451015.
2501
2502 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2503
2504         * docs/plugins/gst-plugins-good-plugins.args:
2505         * docs/plugins/inspect/plugin-aasink.xml:
2506         * docs/plugins/inspect/plugin-alaw.xml:
2507         * docs/plugins/inspect/plugin-alpha.xml:
2508         * docs/plugins/inspect/plugin-alphacolor.xml:
2509         * docs/plugins/inspect/plugin-annodex.xml:
2510         * docs/plugins/inspect/plugin-apetag.xml:
2511         * docs/plugins/inspect/plugin-audiofx.xml:
2512         * docs/plugins/inspect/plugin-auparse.xml:
2513         * docs/plugins/inspect/plugin-autodetect.xml:
2514         * docs/plugins/inspect/plugin-avi.xml:
2515         * docs/plugins/inspect/plugin-cacasink.xml:
2516         * docs/plugins/inspect/plugin-cairo.xml:
2517         * docs/plugins/inspect/plugin-cdio.xml:
2518         * docs/plugins/inspect/plugin-cutter.xml:
2519         * docs/plugins/inspect/plugin-debug.xml:
2520         * docs/plugins/inspect/plugin-efence.xml:
2521         * docs/plugins/inspect/plugin-effectv.xml:
2522         * docs/plugins/inspect/plugin-esdsink.xml:
2523         * docs/plugins/inspect/plugin-flac.xml:
2524         * docs/plugins/inspect/plugin-flxdec.xml:
2525         * docs/plugins/inspect/plugin-gconfelements.xml:
2526         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2527         * docs/plugins/inspect/plugin-goom.xml:
2528         * docs/plugins/inspect/plugin-halelements.xml:
2529         * docs/plugins/inspect/plugin-icydemux.xml:
2530         * docs/plugins/inspect/plugin-id3demux.xml:
2531         * docs/plugins/inspect/plugin-jpeg.xml:
2532         * docs/plugins/inspect/plugin-ladspa.xml:
2533         * docs/plugins/inspect/plugin-level.xml:
2534         * docs/plugins/inspect/plugin-matroska.xml:
2535         * docs/plugins/inspect/plugin-mulaw.xml:
2536         * docs/plugins/inspect/plugin-multipart.xml:
2537         * docs/plugins/inspect/plugin-navigationtest.xml:
2538         * docs/plugins/inspect/plugin-ossaudio.xml:
2539         * docs/plugins/inspect/plugin-png.xml:
2540         * docs/plugins/inspect/plugin-quicktime.xml:
2541         * docs/plugins/inspect/plugin-rtp.xml:
2542         * docs/plugins/inspect/plugin-rtsp.xml:
2543         * docs/plugins/inspect/plugin-smpte.xml:
2544         * docs/plugins/inspect/plugin-speex.xml:
2545         * docs/plugins/inspect/plugin-taglib.xml:
2546         * docs/plugins/inspect/plugin-udp.xml:
2547         * docs/plugins/inspect/plugin-videobalance.xml:
2548         * docs/plugins/inspect/plugin-videobox.xml:
2549         * docs/plugins/inspect/plugin-videocrop.xml:
2550         * docs/plugins/inspect/plugin-videoflip.xml:
2551         * docs/plugins/inspect/plugin-videomixer.xml:
2552         * docs/plugins/inspect/plugin-wavenc.xml:
2553         * docs/plugins/inspect/plugin-wavparse.xml:
2554         * docs/plugins/inspect/plugin-ximagesrc.xml:
2555           Update docs with caps info.
2556
2557 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2558
2559         * po/POTFILES.in:
2560           Add more files with translatable strings (#450878).
2561
2562 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2563
2564         * MAINTAINERS:
2565         Updating all the maintainers files
2566
2567 2007-06-22  Edward Hervey  <edward@fluendo.com>
2568
2569         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2570         * gst/interleave/deinterleave.c: (deinterleave_init),
2571         (deinterleave_sink_link):
2572         * gst/interleave/interleave.c: (interleave_init):
2573         * gst/median/gstmedian.c: (gst_median_init):
2574         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2575         Fix memory leaks.
2576         * tests/check/elements/id3demux.c: (pad_added_cb):
2577         Remove unused variable.
2578
2579 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2580
2581         * ext/gconf/gconf.h:
2582         Make the prototype of gst_gconf_get_key_for_sink_profile
2583         match the implementation.
2584         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2585         Fixes: #449747
2586
2587 2007-06-20  Michael Smith <msmith@fluendo.com>
2588
2589         * gst/rtp/gstrtpdepay.c:
2590           Fix description - rtpdepay is not a payloader.
2591
2592 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2593
2594         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2595         (qtdemux_video_caps):
2596         * gst/qtdemux/qtdemux_fourcc.h:
2597           Add MJPG to the variants of motion jpeg.
2598
2599 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2600
2601         * tests/check/Makefile.am:
2602         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2603         * tests/check/elements/videocrop.c: (GST_START_TEST):
2604         * tests/check/elements/videofilter.c:
2605         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2606         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2607           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2608           error flags are included and it errors out on compiler warnings
2609           for CVS builds; remove unused variables in various unit tests.
2610
2611 2007-06-19  Wim Taymans  <wim@fluendo.com>
2612
2613         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2614         (rtsp_connection_close), (rtsp_connection_free):
2615         Use threadsafe inet_ntop to convert an ip number to a string. 
2616         Fixes #447961.
2617         Don't leak fd (and ip) when freeing a connection without first closing
2618         it.
2619
2620 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2621
2622         * configure.ac:
2623         Back to CVS
2624
2625         * gst-plugins-good.doap:
2626         Add 0.10.6 to the doap file.
2627
2628 === release 0.10.6 ===
2629
2630 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2631
2632         * configure.ac:
2633           releasing 0.10.6, "Wobble Board"
2634
2635 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2636
2637         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2638         (rtsp_connection_free):
2639           Revert previous commit again, since we are frozen (sorry).
2640
2641 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2642
2643         Patch by: Peter Kjellerstedt <pkj at axis com>
2644
2645         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2646         (rtsp_connection_free):
2647           inet_ntoa() uses a static buffer internally, so we need to copy the
2648           returned string if we want to store it for later (#447961).
2649
2650 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2651
2652         * win32/vs6/autogen.dsp:
2653         * win32/vs6/gst_plugins_good.dsw:
2654         * win32/vs6/libgstalaw.dsp:
2655         * win32/vs6/libgstalpha.dsp:
2656         * win32/vs6/libgstalphacolor.dsp:
2657         * win32/vs6/libgstapetag.dsp:
2658         * win32/vs6/libgstaudiofx.dsp:
2659         * win32/vs6/libgstauparse.dsp:
2660         * win32/vs6/libgstautodetect.dsp:
2661         * win32/vs6/libgstavi.dsp:
2662         * win32/vs6/libgstcutter.dsp:
2663         * win32/vs6/libgstdirectdraw.dsp:
2664         * win32/vs6/libgstdirectsound.dsp:
2665         * win32/vs6/libgsteffectv.dsp:
2666         * win32/vs6/libgstflx.dsp:
2667         * win32/vs6/libgstgoom.dsp:
2668         * win32/vs6/libgsticydemux.dsp:
2669         * win32/vs6/libgstid3demux.dsp:
2670         * win32/vs6/libgstinterleave.dsp:
2671         * win32/vs6/libgstjpeg.dsp:
2672         * win32/vs6/libgstlevel.dsp:
2673         * win32/vs6/libgstmatroska.dsp:
2674         * win32/vs6/libgstmedian.dsp:
2675         * win32/vs6/libgstmonoscope.dsp:
2676         * win32/vs6/libgstmulaw.dsp:
2677         * win32/vs6/libgstmultipart.dsp:
2678         * win32/vs6/libgstqtdemux.dsp:
2679         * win32/vs6/libgstrtp.dsp:
2680         * win32/vs6/libgstrtsp.dsp:
2681         * win32/vs6/libgstsmpte.dsp:
2682         * win32/vs6/libgstspeex.dsp:
2683         * win32/vs6/libgstudp.dsp:
2684         * win32/vs6/libgstvideobalance.dsp:
2685         * win32/vs6/libgstvideobox.dsp:
2686         * win32/vs6/libgstvideocrop.dsp:
2687         * win32/vs6/libgstvideoflip.dsp:
2688         * win32/vs6/libgstvideomixer.dsp:
2689         * win32/vs6/libgstwaveform.dsp:
2690         * win32/vs6/libgstwavenc.dsp:
2691         * win32/vs6/libgstwavparse.dsp:
2692         Mark *.dsp & *.dsw as binary files and convert to DOS line
2693         endings, as they don't load into VS6 correctly otherwise.
2694
2695 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2696
2697         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2698         (rtsp_connection_connect):
2699         Fix the MingW build. 
2700         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2701         Fixes: #446981
2702
2703 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2704
2705         * tests/check/elements/.cvsignore:
2706         * tests/icles/.cvsignore:
2707         Hush the buildbots up
2708
2709 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2710
2711         * configure.ac:
2712         * sys/Makefile.am:
2713         * sys/directdraw/Makefile.am:
2714         * sys/directsound/Makefile.am:
2715         * sys/waveform/Makefile.am:
2716         Make sure to dist everything needed for win32 builds.
2717
2718 2007-06-14  Edward Hervey  <edward@fluendo.com>
2719
2720         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2721         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2722         caps.
2723         Fixes #447458
2724
2725 2007-06-13  Wim Taymans  <wim@fluendo.com>
2726
2727         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2728         Make sure we allocate enough memory for the codec_data.
2729         Fixes #447210.
2730
2731 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2732
2733         * win32/MANIFEST:
2734         Add videocrop project file to the win32 manifest.
2735         * win32/vs6/gst_plugins_good.dsw:
2736         Add qtdemux,videocrop and waveform projects to the workspace.
2737         * win32/vs6/libgstqtdemux.dsp:
2738         Add zlib to the link list of qtdemux.
2739         * win32/vs6/libgstvideocrop.dsp:
2740         Add a project file for videocrop.
2741
2742 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2743
2744         * po/POTFILES.in:
2745         Add qtdemux for translation
2746
2747 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2748
2749         * configure.ac:
2750         * docs/plugins/Makefile.am:
2751         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2752         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2753         * docs/plugins/inspect/plugin-videocrop.xml:
2754         * gst-plugins-good.spec.in:
2755         * sys/Makefile.am:
2756         * tests/check/Makefile.am:
2757         * tests/icles/Makefile.am:
2758         * tests/icles/videocrop-test.c:
2759         Move videocrop and osxvideo from -bad.
2760
2761 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2762
2763         * configure.ac:
2764         * docs/plugins/Makefile.am:
2765         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2766         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2767         * docs/plugins/gst-plugins-good-plugins.args:
2768         * docs/plugins/inspect/plugin-qtdemux.xml:
2769         * docs/plugins/inspect/plugin-quicktime.xml:
2770         * win32/MANIFEST:
2771         Move qtdemux from -bad.
2772
2773         * gst-plugins-good.spec.in:
2774         Update spec file to reflect moving of qtdemux and wavpack
2775
2776 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2777         
2778         * win32/MANIFEST:
2779         * docs/plugins/Makefile.am:
2780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2782         * docs/plugins/inspect/plugin-directdraw.xml:
2783         * docs/plugins/inspect/plugin-directsound.xml:
2784         * docs/plugins/inspect/plugin-waveform.xml:
2785         Move the waveform plugin from -bad too. Update the inspect xml
2786         files to mention Plugins Good instead of Plugins Bad.
2787
2788 2007-06-12  Andy Wingo  <wingo@pobox.com>
2789
2790         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2791         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2792         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2793         finalization and resuscitation. No longer public.
2794         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2795         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2796         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2797         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2798         miniobject semantics, and be threadsafe.
2799         (gst_v4l2src_queue_frame): Remove this function, as we just call
2800         the ioctls directly in the two places where we queue buffers.
2801         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2802         directly.
2803         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2804         to allocate the pool, which also preallocates the GstBuffers.
2805         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2806         queueing the frames directly.
2807         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2808         mmap buffers have been dequeued.
2809
2810         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2811         real MiniObject instead of rolling our own refcounting and
2812         finalizing. Give it a lock.
2813         (struct _GstV4l2Buffer): Remove one intermediary object, having
2814         the buffers hold the struct v4l2_buffer directly.
2815
2816         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2817         capture_init so that it can set them on the buffers that it will
2818         create.
2819         (gst_v4l2src_get_read): For better or for worse, include the
2820         timestamping and offsetting code here; really we should be using
2821         bufferalloc though.
2822         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2823         preallocated, mmap'd buffers.
2824
2825 2007-06-11  Wim Taymans  <wim@fluendo.com>
2826
2827         Patch by: daniel fischer <dan at f3c dot com>
2828
2829         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2830         (gst_ximage_src_get_caps):
2831         Actually use the display_name property so that we can dump any
2832         available X display. Fixes #445905.
2833
2834 2007-06-11  Wim Taymans  <wim@fluendo.com>
2835
2836         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2837
2838         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2839         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2840         Add missing rate fields to caps. Fixes #441118.
2841
2842 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2843
2844         * win32/vs6/gst_plugins_good.dsw:
2845         * win32/vs8/gst-plugins-good.sln:
2846         Add DirectSound and DirectDraw sinks project files to
2847         workspace and solution files.
2848
2849 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2850
2851         Patch by: Josh Coalson <xflac at yahoo dot com>,
2852         updated by Alexis Ballier <aballier at gentoo dot org>:
2853
2854         * configure.ac:
2855         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2856         (gst_flac_dec_setup_seekable_decoder),
2857         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2858         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2859         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2860         * ext/flac/gstflacdec.h:
2861         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2862         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2863         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2864         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2865         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2866         (gst_flac_enc_chain), (gst_flac_enc_set_property),
2867         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2868         * ext/flac/gstflacenc.h:
2869         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2870         
2871 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2872
2873         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2874         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2875         not necessary anymore as we need at least that core version. 
2876
2877 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2878
2879         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2880         (gst_wavpack_dec_chain):
2881         * ext/wavpack/gstwavpackdec.h:
2882         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2883         (gst_wavpack_parse_push_buffer):
2884         * ext/wavpack/gstwavpackparse.h:
2885         Improve discont handling by checking if the next Wavpack block has
2886         the expected, following block index.
2887
2888 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2889
2890         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2891           Fix element description.
2892
2893 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2894
2895         * configure.ac:
2896         * docs/plugins/Makefile.am:
2897         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2898         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2899         * docs/plugins/gst-plugins-good-plugins.args:
2900         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2901         * docs/plugins/gst-plugins-good-plugins.signals:
2902         * docs/plugins/inspect/plugin-autodetect.xml:
2903         * docs/plugins/inspect/plugin-gconfelements.xml:
2904         * docs/plugins/inspect/plugin-ladspa.xml:
2905         * docs/plugins/inspect/plugin-rtp.xml:
2906         * docs/plugins/inspect/plugin-wavpack.xml:
2907         * ext/Makefile.am:
2908         * tests/check/Makefile.am:
2909           move wavpack plugin.  See #352605.
2910
2911 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
2912
2913         * configure.ac:
2914         * docs/plugins/Makefile.am:
2915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2917         * docs/plugins/gst-plugins-good-plugins.args:
2918         * sys/Makefile.am:
2919         * win32/MANIFEST:
2920         Add DirectDraw & DirectSound plugins to the build and docs.
2921
2922 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2925         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2926           When operating in pull mode, error out correct on not-linked.
2927
2928 2007-06-06  Andy Wingo  <wingo@pobox.com>
2929
2930         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2931         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2932         format and size if the ioctls are defined; should fix compilation
2933         on Linux < 2.16.19.
2934
2935 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
2936
2937         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2938           Printf fixes in debug statements; use LOG level for debug statements
2939           that are printed for each and every frame; convert c++ comments to
2940           C-style comments; not much point using g_try_malloc() if we then not
2941           even check the return value.
2942
2943 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2944
2945         * configure.ac:
2946           Bump requirements to released versions (core and base 0.10.13).
2947
2948         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2949           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2950           own implementation.
2951
2952 2007-06-05  Andy Wingo  <wingo@pobox.com>
2953
2954         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2955         some useless comments.
2956
2957         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2958         frames before calling STREAMON, that might leave them in a state
2959         where they can't be dequeued if we go back to NULL without calling
2960         STREAMON, according to the docs.
2961         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
2962         before we call STREAMON.
2963         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
2964         failures. (For me this code hung.) The pool refcounting is still
2965         crack; added a note to that effect.
2966
2967 2007-06-05  Wim Taymans  <wim@fluendo.com>
2968
2969         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2970         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
2971         Add support for mapping gst structure names to the MIME type equivalent.
2972         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
2973
2974 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2975
2976         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2977         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
2978         (gst_wavenc_chain), (gst_wavenc_change_state):
2979         * gst/wavenc/gstwavenc.h:
2980         Properly write wav files with width!=depth by having the depth most
2981         significant bytes set and all others zero. Fixes #442535.
2982
2983 2007-06-01  Wim Taymans  <wim@fluendo.com>
2984
2985         * gst/rtsp/rtspconnection.c:
2986         Add include to make buildbot happy.
2987
2988 2007-06-01  Wim Taymans  <wim@fluendo.com>
2989
2990         Patch by: Peter Kjellerstedt  <pkj at axis com>
2991
2992         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2993         (rtsp_connection_connect), (add_date_header),
2994         (rtsp_connection_send), (parse_response_status),
2995         (parse_request_line), (parse_line), (rtsp_connection_receive):
2996         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
2997         * gst/rtsp/rtspdefs.h:
2998         * gst/rtsp/rtspmessage.c: (key_value_foreach),
2999         (rtsp_message_init_request), (rtsp_message_init_response),
3000         (rtsp_message_remove_header), (rtsp_message_append_headers),
3001         (rtsp_message_dump):
3002         * gst/rtsp/rtspmessage.h:
3003         Improves version checking, allowing an RTSP server to reply with "505
3004         RTSP Version not supported.
3005         Adds a Date header to all messages.
3006         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3007         want to be able to send a response even if something in the request was
3008         invalid. EINVAL is only used when passing wrong arguments to functions.
3009         Do not handle an invalid method in parse_request_line(). Defer this to
3010         the caller so it can respond with "405 Method Not Allowed".
3011         Improves parsing of the timeout parameter to the Session header,
3012         allowing whitespace after the semicolon. 
3013         Avoids a compiler warning due to variables shadowing a function argument.
3014
3015 2007-06-01  Wim Taymans  <wim@fluendo.com>
3016
3017         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3018
3019         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3020         (gst_rtp_amr_depay_process):
3021         * gst/rtp/gstrtpamrdepay.h:
3022         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3023         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3024         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3025         * gst/rtp/gstrtpamrpay.h:
3026         Add support for AMR-WB.
3027         Small cleanups such as using BOILERPLATE.
3028
3029 2007-05-31  Wim Taymans  <wim@fluendo.com>
3030
3031         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3032         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3033
3034 2007-05-30  Andy Wingo  <wingo@pobox.com>
3035
3036         * sys/v4l2/gstv4l2object.h: 
3037         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3038         unintended changes.
3039
3040         * sys/v4l2/v4l2src_calls.h: 
3041         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3042         the format list in the order that the driver gives it to us.
3043         (gst_v4l2src_probe_caps_for_format_and_size)
3044         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3045         based on the capabilities of the device.
3046         (gst_v4l2src_grab_frame): Update for object variable renaming.
3047         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3048         as in the set_caps below.
3049         (gst_v4l2src_capture_init): Update for object variable renaming,
3050         and reflow.
3051         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3052         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3053         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3054         (gst_v4l2src_get_fps): Remove; these functions don't have much
3055         meaning outside of an atomic set_caps method.
3056         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3057         known.
3058
3059         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3060         call to update_fps; not sure about this change.
3061         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3062         moment we don't have an update_fps_func.
3063
3064         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3065         structures in the object, just store what we need. Do store the
3066         probed caps of the device. Don't store the current frame rate.
3067
3068         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3069         update_fps_function, for now. Update for new object variable
3070         naming.
3071         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3072         new object variable naming.
3073         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3074         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3075         (gst_v4l2src_get_caps): Rework to probe the device for supported
3076         frame sizes and frame rates.
3077         (gst_v4l2src_set_caps): Rework to be strict in the given
3078         parameters: if someone asks us to have a certain size and rate,
3079         that is what we configure.
3080         (gst_v4l2src_get_read): Update for object variable naming. Don't
3081         leak buffers on short reads.
3082         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3083         comments.
3084         (gst_v4l2src_create): Update for object variable naming.
3085
3086 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3087
3088         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3089         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3090         * gst/avi/gstavidemux.h:
3091           Parse subtitle text streams instead of erroring out (#442034). Still
3092           needs a parser for the subtitles to actually show up.
3093
3094 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3095
3096         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3097         (gst_avi_demux_loop):
3098           Make _push_event() return TRUE if the event could be pushed on at
3099           least one pad and not only if it could be pushed on all pads,
3100           otherwise we'll end up posting an error message on EOS if one or
3101           more source pads are not connected.
3102
3103 2007-05-28  Wim Taymans  <wim@fluendo.com>
3104
3105         * gst/rtsp/rtsptransport.c:
3106         Use renamed RTP bin.
3107
3108 2007-05-28  Wim Taymans  <wim@fluendo.com>
3109
3110         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3111
3112         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3113         (gst_video_box_set_property), (gst_video_box_transform_caps),
3114         (video_box_recalc_transform), (gst_video_box_set_caps),
3115         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3116         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3117         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3118         (gst_video_box_i420_i420), (gst_video_box_transform),
3119         (plugin_init):
3120         Add AYUV->AYUV and AYUV->I420 formats. 
3121         Fix negotiation and I420->AYUV conversion.
3122         Fixes #429329.
3123
3124 2007-05-26  Wim Taymans  <wim@fluendo.com>
3125
3126         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3127         Use different variables for nested for loops so that the outer loop
3128         functions properly and speex files with multiple frames per buffer work
3129         properly.
3130         Fixes #441408.
3131
3132 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3133
3134         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3135           Don't leak newsegment events.
3136
3137 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3138
3139         * gst/wavparse/Makefile.am:
3140           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3141           drags it in.
3142
3143 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3144
3145         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3146         (notgst_value_array_append_buffer),
3147         (gst_flac_enc_process_stream_headers),
3148         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3149         (gst_flac_enc_change_state):
3150         * ext/flac/gstflacenc.h:
3151           Collect headers, add "streamheader" field to output caps and set
3152           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3153           produces output according to the official FLAC-to-Ogg mapping
3154           instead of completely broken files. Fixes #426044.
3155
3156 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3157
3158         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3159         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3160         (gst_id3demux_sink_event):
3161         * gst/id3demux/gstid3demux.h:
3162         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3163         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3164         (gst_tag_demux_send_new_segment):
3165         Handle and adjust new-segment events so that downstream really
3166         sees a stream with the tag pieces stripped off the front and back.
3167         Fixes strangeness in seeking when mp3 decoders use the new-segment
3168         byte position to estimate their current playback position timestamp
3169         and then the arriving buffers don't match up.
3170
3171 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3172
3173         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3174           Don't unnecessarily perform a READY->NULL->READY transition on the
3175           detected audio sink when starting up. Fixes: #440127
3176
3177 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3178
3179         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3180         (gst_flac_enc_chain):
3181           Don't crash in chain function if setcaps hasn't been called.
3182
3183 2007-05-24  Wim Taymans  <wim@fluendo.com>
3184
3185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3186         Init value to avoid infinte loops.
3187
3188 2007-05-24  Wim Taymans  <wim@fluendo.com>
3189
3190         Patch by: Peter Kjellerstedt  <pkj at axis com>
3191
3192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3193         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3194         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3195         (gst_rtspsrc_play):
3196         (rtsp_connection_send), (rtsp_connection_receive):
3197         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3198         Fix for new API.
3199
3200         * gst/rtsp/rtspconnection.c: (add_auth_header),
3201         Only add authorisation and session headers when sending messages.
3202
3203         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3204         (rtsp_message_init_request), (rtsp_message_init_response),
3205         (rtsp_message_unset), (rtsp_message_add_header),
3206         (rtsp_message_remove_header), (rtsp_message_get_header),
3207         (rtsp_message_append_headers), (dump_key_value),
3208         (rtsp_message_dump):
3209         * gst/rtsp/rtspmessage.h:
3210         Add support for multiple headers of the same type by storing the parsed
3211         headers in a GArray instaed of a hashtable.
3212
3213 2007-05-21  Wim Taymans  <wim@fluendo.com>
3214
3215         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3216         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3217         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3218         safer shutdown.
3219
3220 2007-05-21  Wim Taymans  <wim@fluendo.com>
3221
3222         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3223         * gst/rtsp/gstrtpdec.h:
3224         Added signal for backwards compat.
3225
3226 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3227         
3228         Patch by: René Stadler <mail at renestadler dot de>
3229
3230         * configure.ac:
3231         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3232         (gst_au_parse_parse_header), (gst_au_parse_chain):
3233         * gst/auparse/gstauparse.h:
3234         Use audioconvert for converting from non-native endianness floats
3235         in auparse instead of doing it ourself. Fixes #424527.
3236         This needs the audioconvert from plugins-base CVS.
3237         
3238 2007-05-21  Wim Taymans  <wim@fluendo.com>
3239
3240         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3241         (gst_rtp_h263p_pay_flush):
3242         Fix enum registration.
3243
3244 2007-05-21  Wim Taymans  <wim@fluendo.com>
3245
3246         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3247
3248         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3249         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3250         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3251         (gst_rtp_h263p_pay_flush):
3252         * gst/rtp/gstrtph263ppay.h:
3253         Add new fragmentation mode base on GOB headers. Fixes #438940.
3254
3255 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3256
3257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3258           Printf format fix.
3259
3260 2007-05-18  Wim Taymans  <wim@fluendo.com>
3261
3262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3263         Don't crash when an unsupported transport error was returned by the
3264         server, just try to configure the next stream. Fixes #439255.
3265
3266 2007-05-18  Wim Taymans  <wim@fluendo.com>
3267
3268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3269         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3270         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3271         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3272         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3273         * gst/rtsp/gstrtspsrc.h:
3274         Add TCP timeout property and use it for all TCP connection.
3275
3276         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3277         (rtsp_connection_write), (rtsp_connection_next_timeout),
3278         (rtsp_connection_reset_timeout):
3279         Make connect and writes cancelable and make them use the timeout.
3280
3281 2007-05-18  Wim Taymans  <wim@fluendo.com>
3282
3283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3284         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3285         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3286         (gst_rtspsrc_setup_streams):
3287         Refactor timeout handling.
3288         Also send keep-alive when dealing with TCP transport.
3289
3290         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3291         (rtsp_connection_free), (rtsp_connection_next_timeout),
3292         (rtsp_connection_reset_timeout):
3293         * gst/rtsp/rtspconnection.h:
3294         Use a timer to handle the session timeouts, add some methods to deal
3295         with timeouts.
3296
3297 2007-05-17  Wim Taymans  <wim@fluendo.com>
3298
3299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3300         (gst_rtspsrc_setup_streams):
3301         Ignore streams that fail the setup command, we will retry with a
3302         different transport later on.
3303
3304         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3305         (rtsp_ext_wms_configure_stream):
3306         Fix encoding name case.
3307
3308 2007-05-16  Edward Hervey  <edward@fluendo.com>
3309
3310         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3311         Fix build on macosx.
3312
3313 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3314
3315         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3316         Replace direct comparison of a string with the string literal "" with
3317         a comparison of the first character with '\0'. Fixes #438926.
3318
3319 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3320
3321         * gst/debug/breakmydata.c (gst_break_my_data_init):
3322           One more try. This should be the proper fix now.
3323
3324 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3325
3326         * gst/debug/breakmydata.c:
3327           Ooops, no // comments please.
3328
3329 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3330
3331         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3332         (gst_break_my_data_init):
3333           Fix gst_buffer_is_writable() assertion.
3334
3335 2007-05-14  David Schleef  <ds@schleef.org>
3336
3337         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3338           video/x-raw-bayer.  Fixes #314160.
3339
3340 2007-05-14  Wim Taymans  <wim@fluendo.com>
3341
3342         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3343         (gst_rtp_theora_depay_parse_configuration):
3344         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3345         (gst_rtp_theora_pay_finish_headers),
3346         (gst_rtp_theora_pay_handle_buffer):
3347         Update theora pay/depayloader in a similar to vorbis.
3348
3349         * gst/rtp/gstrtpvorbisdepay.c:
3350         (gst_rtp_vorbis_depay_parse_configuration):
3351         Update docs.
3352
3353 2007-05-14  Wim Taymans  <wim@fluendo.com>
3354
3355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3356         When we try to execute a method that is not supported by the server,
3357         don't error out but remove the method from the accepted methods so that
3358         we never try to perform this method again.
3359
3360 2007-05-14  Wim Taymans  <wim@fluendo.com>
3361
3362         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3363         Remove annoying _dump_mem.
3364
3365 2007-05-14  Wim Taymans  <wim@fluendo.com>
3366
3367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3368         Parse range correctly.
3369
3370         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3371         The baseurl now always has a '/' at the start.
3372
3373 2007-05-14  Wim Taymans  <wim@fluendo.com>
3374
3375         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3376         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3377         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3378         Factor out caps configuration and configure more stuff such as the time
3379         ranges and speed/scale values.
3380
3381         * gst/rtsp/rtsptransport.c:
3382         Add Copyright after non-trival fixes.
3383
3384 2007-05-12  Wim Taymans  <wim@fluendo.com>
3385
3386         Patch by: Peter Kjellerstedt  <pkj at axis com>
3387
3388         * gst/rtsp/gstrtspsrc.h:
3389         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3390         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3391         (rtsp_message_get_header):
3392         * gst/rtsp/rtspmessage.h:
3393         Make channel guint8 where possible.
3394         Make rtsp_message_init_data() take the channel as a guint8.
3395
3396         * gst/rtsp/rtspdefs.c:
3397         Fixed a typo: Timout -> Timeout
3398
3399         * gst/rtsp/rtspdefs.h:
3400         Make RTSP_CHECK() behave as a statement.
3401
3402         * gst/rtsp/sdpmessage.c:
3403         Avoid a compiler warning in INIT_ARRAY().
3404         Fixes #437692.
3405
3406 2007-05-12  Wim Taymans  <wim@fluendo.com>
3407
3408         Patch by: Peter Kjellerstedt  <pkj at axis com>
3409
3410         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3411         (rtsp_url_get_request_uri):
3412         * gst/rtsp/rtspurl.h:
3413         Add support for query parameters to RTSP URLs.
3414
3415 2007-05-12  Wim Taymans  <wim@fluendo.com>
3416
3417         Patch by: Peter Kjellerstedt  <pkj at axis com>
3418
3419         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3420         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3421         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3422         (rtsp_transport_parse), (rtsp_transport_as_text):
3423         * gst/rtsp/rtsptransport.h:
3424         Add validation to rtsp_transport_parse().
3425         Add rtsp_transport_as_text() to generate an RTSP header from an
3426         RTSPTransport.
3427         Change ssrc to guint (was a string) since that is what it is, even
3428         though it is sent as a hex string.
3429         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3430         incorrect, which can be seen when looking at the examples in the RFC).
3431         Fixes #437670.
3432
3433 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3434
3435         Patch by: Eric Anholt
3436
3437         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3438           gst_ximage_src_ximage_get):
3439         Use union of all damage between frames to make it faster.
3440         Fixes bug #342463.
3441         Also fix crasher when cursor is at bottom right of window.
3442
3443 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3444
3445         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3446           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3447           streaming mode regression for file from #343837 with 'bext' chunk
3448           before the 'fmt' chunk.
3449
3450 2007-05-11  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3453         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3454         (gst_rtspsrc_handle_src_event),
3455         (gst_rtspsrc_stream_configure_manager),
3456         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3457         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3458         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3459         * gst/rtsp/gstrtspsrc.h:
3460         * gst/rtsp/rtspdefs.h:
3461         Preliminary seek support.
3462         Activate internal pads so that we can receive events on them.
3463         Don't try to parse a range string when it's NULL.
3464
3465 2007-05-11  Wim Taymans  <wim@fluendo.com>
3466
3467         * gst/rtp/README:
3468         Update README with new RTP variables that will be used for
3469         synchronisation.
3470
3471         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3472         (gst_rtp_vorbis_depay_parse_configuration),
3473         (gst_rtp_vorbis_depay_process):
3474         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3475         (gst_rtp_vorbis_pay_finish_headers),
3476         (gst_rtp_vorbis_pay_handle_buffer):
3477         Update vorbis pay and depayloader to draft-04.
3478
3479 2007-05-11  Wim Taymans  <wim@fluendo.com>
3480
3481         * gst/rtsp/rtsptransport.c:
3482         UDP MCAST is actually the default for RTP/AVP.
3483 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3484
3485         * gst/level/gstlevel.c: (gst_level_transform_ip):
3486         Use guint8 * instead of gpointer then vs6 can build 
3487         in_data += (filter->width / 8).
3488
3489 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3490
3491         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3492           gst_ximage_src_ximage_get):
3493         * sys/ximage/gstximagesrc.h (last_ximage):
3494         When using Damage actually keep the last frame, and not assume
3495         that the buffer we get already has the last frame on it.
3496         Copy the cursor over if we specify a non-zero start x and
3497         start y.
3498
3499 2007-05-11  Wim Taymans  <wim@fluendo.com>
3500
3501         * gst/rtsp/rtsptransport.c:
3502         Make UDP the default transport when not specified.
3503
3504 2007-05-09  David Schleef  <ds@schleef.org>
3505
3506         * gst/level/gstlevel.c:
3507           Revert last change.
3508
3509 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3510
3511         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3512         (gst_level_transform_ip):
3513         Use guint8 * instead of gpointer then vs6 know the size of data
3514         pointed when moving the pointer.
3515         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3516         Move instructions after variables declaration.
3517         * win32/vs6/autogen.dsp:
3518         * win32/vs6/libgstrtp.dsp:
3519         * win32/vs6/libgstrtsp.dsp:
3520         Update vs6 project files.
3521
3522 2007-05-09  Wim Taymans  <wim@fluendo.com>
3523
3524         * gst/rtsp/Makefile.am:
3525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3526         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3527         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3528         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3529         (rtsp_range_free):
3530         * gst/rtsp/rtsprange.h:
3531         Add code to parse time ranges.
3532         Report DURATION on the stream when possible.
3533
3534 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3537         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3538         (gst_videomixer_collected):
3539           Fix strides calculation for AYUV (it's just width*4) (#436910).
3540
3541 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3542
3543         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3544         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3545         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3546         Sync the GObject properties before each processing step to properly
3547         work with the controller.
3548
3549 2007-05-04  Wim Taymans  <wim@fluendo.com>
3550
3551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3552         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3553         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3554         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3555         (gst_rtspsrc_change_state):
3556         Let more error state trickle down so that we can catch more error
3557         cases.
3558         Handle keep-alive a little smarter by selecting a method the server
3559         actually supports.
3560         Fix a race in UDP streaming shutdown.
3561
3562 2007-05-04  Wim Taymans  <wim@fluendo.com>
3563
3564         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3565         Ignore errors when trying to use the keep-alive messages.
3566
3567 2007-05-04  Wim Taymans  <wim@fluendo.com>
3568
3569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3570         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3571         (gst_rtspsrc_stream_configure_manager),
3572         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3573         (gst_rtspsrc_stream_configure_mcast),
3574         (gst_rtspsrc_stream_configure_udp),
3575         (gst_rtspsrc_stream_configure_udp_sink),
3576         (gst_rtspsrc_stream_configure_transport):
3577         Send RTCP messages back to the server over the TCP connection.
3578
3579         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3580         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3581         (rtsp_connection_receive):
3582         * gst/rtsp/rtspconnection.h:
3583         Factor out and expose lowlevel _write and _read methods.
3584         Implement sending data messages to the server.
3585
3586 2007-05-03  Wim Taymans  <wim@fluendo.com>
3587
3588         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3589         (gst_multipart_mux_collected):
3590         Fix timestamps on outgoing buffers.
3591
3592 2007-05-03  Wim Taymans  <wim@fluendo.com>
3593
3594         * gst/multipart/multipartmux.c:
3595         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3596         (gst_multipart_mux_change_state):
3597         Emit NEWSEGMENT events before pushing the first buffer.
3598
3599 2007-05-03  Wim Taymans  <wim@fluendo.com>
3600
3601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3602         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3603         (gst_rtspsrc_handle_src_query),
3604         (gst_rtspsrc_stream_configure_manager),
3605         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3606         (gst_rtspsrc_stream_configure_mcast),
3607         (gst_rtspsrc_stream_configure_udp),
3608         (gst_rtspsrc_stream_configure_udp_sink),
3609         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3610         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3611         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3612         (gst_rtspsrc_pause):
3613         Refactor transport configuration code.
3614         Create internal pads for TCP transport so that we can implement events
3615         and queries.
3616         Handle events and queries.
3617         Parse range from the SDP.
3618         Fix race in pause handler where the connection could still be flushing.
3619
3620 2007-05-02  Wim Taymans  <wim@fluendo.com>
3621
3622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3623         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3624         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3625         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3626         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3627         (gst_rtspsrc_change_state):
3628         * gst/rtsp/gstrtspsrc.h:
3629         Fix race when multiple udp sources post timeouts, just act on the first
3630         received timeout.
3631         Protect stream list with a recursive lock to fix some races.
3632         Flush connection when we need to do a reconnect or stop.
3633         Make state lock recursive.
3634
3635         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3636         (rtsp_connection_close):
3637         Some small cleanups.
3638
3639 2007-05-02  Wim Taymans  <wim@fluendo.com>
3640
3641         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3642         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3643         Only set DISCONT when there actually is a discont or when we just
3644         started.
3645
3646 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3647
3648         * ext/flac/gstflac.c: (plugin_init):
3649         Call bindtextdomain() to get localized strings.
3650
3651 2007-05-02  Wim Taymans  <wim@fluendo.com>
3652
3653         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3654         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3655         (gst_wavparse_stream_data):
3656         * gst/wavparse/gstwavparse.h:
3657         Be a bit more clever when dealing with VBR files with FACT tags, we
3658         don't want to timestamp buffers in that case but the estimated BPS can
3659         be used for seeking.
3660         Only send close segment in the streaming thread.
3661
3662 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3663
3664         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3665         Correctly post an error on the bus if something went wrong in the loop
3666         function. This fixes a few cases where the task was paused and nothing
3667         happened anymore.
3668
3669 2007-05-02  Wim Taymans  <wim@fluendo.com>
3670
3671         * gst/rtsp/test.c: (main):
3672         Fix compilation of deprecated test just because I'm too lazy to delete
3673         it.
3674
3675 2007-05-02  Wim Taymans  <wim@fluendo.com>
3676
3677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3678         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3679         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3680         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3681         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3682         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3683         * gst/rtsp/gstrtspsrc.h:
3684         Fix sending RTCP to the right place.
3685         Fix bug in reffing the wrong UDP element.
3686         Use new pad names for the session manager.
3687         Implement handling server requests in interleaved and UDP modes.
3688         Handle session keep-alive in UDP modes.
3689         Remove GCond for handling UDP timeouts.
3690
3691         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3692         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3693         (rtsp_connection_receive), (rtsp_connection_close):
3694         * gst/rtsp/rtspconnection.h:
3695         Store connection IP address for later.
3696         Add timeout args to all operations that might block forever.
3697         Parse session timeout.
3698         Only close sockets when not already closed.
3699
3700         * gst/rtsp/rtspdefs.c:
3701         * gst/rtsp/rtspdefs.h:
3702         Add timeout return value and error string.
3703
3704         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3705         Add small comment.
3706
3707 2007-05-01  Wim Taymans  <wim@fluendo.com>
3708
3709         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3710
3711         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3712         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3713         * gst/rtp/gstrtpmp4vpay.h:
3714         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3715
3716 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3717
3718         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3719           Remove v4l2src from docs, since it breaks the docs build, and the
3720           plugin is only built if --enable-experimental is used anyway.
3721
3722         * docs/plugins/Makefile.am:
3723           Spaces => tab.
3724
3725 2007-04-29  Wim Taymans  <wim@fluendo.com>
3726
3727         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3728         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3729         Add code to drop membership of a multicast group.
3730
3731         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3732         (gst_udpsink_set_uri):
3733         Implement URI handler.
3734
3735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3736         (gst_rtspsrc_parse_rtpinfo):
3737         Use URI handler to make udpsink instace.
3738         Improve code to configure port and destination.
3739
3740 2007-04-29  Wim Taymans  <wim@fluendo.com>
3741
3742         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3743         Fix multicast detection.
3744         Don't try to join a multicast group if the address is not multicast.
3745
3746         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3747         Small debug improvement.
3748
3749 2007-04-27  Wim Taymans  <wim@fluendo.com>
3750
3751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3752         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3753         (gst_rtspsrc_handle_message):
3754         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3755         parent.
3756
3757 2007-04-27  Wim Taymans  <wim@fluendo.com>
3758
3759         * gst/rtp/gstrtpilbcdepay.h:
3760         Fix mode property when specified as an arg.
3761
3762 2007-04-26  Edward Hervey  <edward@fluendo.com>
3763
3764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3766         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3767         * docs/plugins/inspect/plugin-osxaudio.xml:
3768         Add documentation for osxaudio plugin.
3769
3770 2007-04-26  Wim Taymans  <wim@fluendo.com>
3771
3772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3773         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3774         (gst_rtspsrc_open), (gst_rtspsrc_close),
3775         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3776         (gst_rtspsrc_pause):
3777         * gst/rtsp/gstrtspsrc.h:
3778         Protect state changes with a lock.
3779
3780         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3781         (parse_line):
3782         * gst/rtsp/rtspconnection.h:
3783         Remove some unused stuff.
3784
3785 2007-04-26  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3788         Handle the case where there are exactly 0 bytes to read and the ioctl
3789         did not report an error. Fixes #433530.
3790
3791 2007-04-26  Wim Taymans  <wim@fluendo.com>
3792
3793         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3794         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3795         * gst/wavparse/gstwavparse.h:
3796         Apply DISCONT to buffers.
3797         Only apply timestamp to the first sample after a DISCONT, too many VBR
3798         files cause random jitter in the timestamps. Fixes #433119.
3799
3800 2007-04-25  Wim Taymans  <wim@fluendo.com>
3801
3802         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3803         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3804         (gst_rtp_dec_get_property):
3805         * gst/rtsp/gstrtpdec.h:
3806         Add dummy latency property to be backwards compat with rtpbin.
3807
3808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3809         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3810         (gst_rtspsrc_stream_configure_transport),
3811         (gst_rtspsrc_parse_rtpinfo):
3812         * gst/rtsp/gstrtspsrc.h:
3813         Add latency property and configure in the session manager.
3814         Don't set invalid clock-base and seqnum-base on caps, some servers
3815         sometimes don't send them.
3816
3817 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3818
3819         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3820         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3821           Double-check that RGB input caps are really RGBA caps (apparently
3822           the core doesn't always catch it if those caps aren't a subset of
3823           our template caps, also see #421543). Fixes #429319 in a way.
3824           Also, don't leak the pad template in the transform_caps function.
3825
3826         * tests/check/Makefile.am:
3827         * tests/check/elements/.cvsignore:
3828         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3829         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3830         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3831         (GST_START_TEST), (alphacolor_suite):
3832           Add some basic unit tests for alphacolor.
3833
3834 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3835
3836         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3837           If we get a fatal flow return in the loop function, first post the
3838           error message and only then send the EOS event downstream, otherwise
3839           applications might get an eos message before the error message and
3840           think everything was ok (related to #429319).
3841
3842 2007-04-25  Wim Taymans  <wim@fluendo.com>
3843
3844         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3845         Read the channel byte as an unsigned byte.
3846
3847 2007-04-25  Wim Taymans  <wim@fluendo.com>
3848
3849         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3850         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3851         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3852         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3853         (gst_rtp_gsm_depay_setcaps):
3854         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3855         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3856         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3857         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3858         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3859         (gst_ilbc_depay_get_property):
3860         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3861         * gst/rtp/gstrtpmp4adepay.c:
3862         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3863         (gst_rtp_pcma_depay_setcaps):
3864         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3865         (gst_rtp_pcmu_depay_setcaps):
3866         Make sure we configure the clock_rate in the baseclass in the setcaps
3867         function. Fixes #431282.
3868
3869 2007-04-25  Wim Taymans  <wim@fluendo.com>
3870
3871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3872         (gst_rtspsrc_stream_free), (request_pt_map),
3873         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3874         * gst/rtsp/gstrtspsrc.h:
3875         Parse server address from SDP.
3876         Hook up a udpsink to send RTCP back to the server.
3877
3878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3879         * gst/rtsp/rtsptransport.h:
3880         Add some docs.
3881
3882 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
3883
3884         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3885           Make header field check conditional. Fixes #433135
3886
3887 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3888
3889         * docs/plugins/Makefile.am:
3890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3891         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3892         * docs/plugins/inspect/plugin-alphacolor.xml:
3893         * gst/alpha/Makefile.am:
3894         * gst/alpha/gstalphacolor.c:
3895         * gst/alpha/gstalphacolor.h:
3896           Add minimal docs blurb to alphacolor; split out headers into
3897           separate header file for gtk-doc.
3898
3899 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * gst/debug/progressreport.c: (gst_progress_report_report):
3902           Don't try to post NULL message (in case we can't query upstream
3903           position or duration).
3904
3905 2007-04-18  Michael Smith  <msmith@fluendo.com>
3906
3907         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3908         (gst_cutter_get_caps):
3909         * gst/cutter/gstcutter.h:
3910           Fix some of the most obvious bugs in cutter. Now doesn't leak
3911           everything if input is silent.
3912
3913 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
3914
3915         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3916         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3917         * gst/wavenc/gstwavenc.h:
3918         Wav apparently only supports width==GST_ROUND_UP(depth), everything
3919         else results in a invalid block align and invalid files.
3920
3921 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
3922
3923         Patch by: Snaik <snaik32 gmail com>
3924
3925         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3926           Add missing break statement for BOX_HORIZONTAL case.
3927
3928 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3929
3930         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3931
3932         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3933         Use correct format strings for integer types.
3934
3935 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3936
3937         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3938         (gst_wavparse_create_sourcepad):
3939         Use gst_riff_create_audio_template_caps () instead of the local caps.
3940         This makes updates of the local caps unecessary whenever libgstriff
3941         gets support for new formats.
3942
3943 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3944
3945         Patch by: Brian Cameron  <brian.cameron at sun dot com>
3946
3947         * sys/sunaudio/gstsunaudio.c:
3948         * sys/sunaudio/gstsunaudiomixer.c:
3949         * sys/sunaudio/gstsunaudiomixer.h:
3950         * sys/sunaudio/gstsunaudiomixerctrl.c:
3951         * sys/sunaudio/gstsunaudiomixerctrl.h:
3952         * sys/sunaudio/gstsunaudiomixertrack.h:
3953         * sys/sunaudio/gstsunaudiosink.c:
3954         * sys/sunaudio/gstsunaudiosink.h:
3955         * sys/sunaudio/gstsunaudiosrc.c:
3956         * sys/sunaudio/gstsunaudiosrc.h:
3957           Fix and/or update copyright attributions (#430228).
3958
3959 2007-04-13  Wim Taymans  <wim@fluendo.com>
3960
3961         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3962         Fix docs.
3963
3964         * gst/rtsp/URLS:
3965         Add some more example urls.
3966
3967         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3968         (gst_rtp_dec_chain_rtp):
3969         Better debugging.
3970
3971         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
3972         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3973         (gst_rtspsrc_parse_rtpinfo):
3974         Remove unused code.
3975
3976 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3977
3978         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3979         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3980         (gst_wavparse_stream_data):
3981           Relax the audio/mpeg caps again and add FIXME: comment.
3982
3983 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3984
3985         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3986         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3987         (gst_wavparse_stream_data):
3988         * gst/wavparse/gstwavparse.h:
3989           More sanity check for the header fields. Fix type for 'rate' header
3990           field.
3991
3992 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3993
3994         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
3995         (gst_icydemux_unicodify):
3996           If the metadata strings we get in the stream are not UTF-8, try to
3997           interpret them according to the character encodings specified in the
3998           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
3999           only fall back to locale/ISO-8859-1 if those aren't set or don't
4000           work. Should fix #428901.
4001
4002 2007-04-12  Wim Taymans  <wim@fluendo.com>
4003
4004         * gst/rtp/gstrtph264depay.c:
4005         Use the proper sync word for SPS and PPS.
4006
4007 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4008
4009         * gst/rtp/Makefile.am:
4010         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4011           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4012         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4013           Add a simple hashing implementation that we can use to generate
4014           a 24-bit ident value based on the codebooks for vorbis and theora.
4015         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4016           gst_rtp_theora_pay_handle_buffer):
4017         * gst/rtp/gstrtpvorbisdepay.c
4018           (gst_rtp_vorbis_depay_parse_configuration,
4019           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4020         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4021           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4022           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4023           Use the hashing function, ensuring that the same codebooks result
4024           in the same ident and thus the same SDP description.
4025           Various log fixes/changes.
4026
4027 2007-04-12  Wim Taymans  <wim@fluendo.com>
4028
4029         Patch by: jerry tan <jerry dot tan at sun dot com>
4030
4031         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4032         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4033         application's responsibility to make sure it open the device once.
4034         Remove a careless error if AUDIODEV is set. Fixes #392620.
4035
4036 2007-04-12  Wim Taymans  <wim@fluendo.com>
4037
4038         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4039         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4040         * gst/rtsp/gstrtpdec.h:
4041         Make backward compat with rtpbin by adding the request-pt-map signals.
4042
4043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4044         (new_session_pad), (request_pt_map),
4045         (gst_rtspsrc_stream_configure_transport),
4046         (gst_rtspsrc_stream_configure_caps),
4047         (gst_rtspsrc_activate_streams):
4048         * gst/rtsp/gstrtspsrc.h:
4049         Implement request-pt-map signals instead of setting caps on the buffers
4050         for the session manager.
4051
4052 2007-04-11  Wim Taymans  <wim@fluendo.com>
4053
4054         * gst/udp/gstudp.c: (plugin_init):
4055         Register GstNetBuffer in plugin_init so that the type can be used from
4056         multiple threads without races.
4057
4058 2007-04-10  Wim Taymans  <wim@fluendo.com>
4059
4060         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4061         (gst_rtp_amr_depay_process):
4062         Fix depayloader clock_rate and some cleanups.
4063
4064         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4065         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4066         * gst/rtp/gstrtph264depay.h:
4067         Don't push codec_data in the adapter because it might get flushed when
4068         we get a discont.
4069
4070         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4071         Handle multiple AU per packet.
4072
4073         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4074         (gst_rtp_sv3v_depay_plugin_init):
4075         Disable rank, this one does not work.
4076         Remove timestamping, base class does that.
4077
4078 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4079
4080         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4081           limit caps to the formats we announce in the template
4082
4083         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4084         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4085         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4086           fix some crashers/asserts when dealing with broken files
4087
4088 2007-04-10  Wim Taymans  <wim@fluendo.com>
4089
4090         Patch by: Peter Kjellerstedt  <pkj at axis com>
4091
4092         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4093         * gst/rtp/gstrtpL16depay.c:
4094         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4095         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4096         (gst_rtp_speex_depay_setcaps):
4097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4098         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4099         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4100         Fix some compiler warnings. Fixes #428182.
4101
4102 2007-04-06  Wim Taymans  <wim@fluendo.com>
4103
4104         * gst/rtsp/Makefile.am:
4105         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4106         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4107         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4108         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4109         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4110         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4111         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4112         (create_rtcp), (gst_rtp_dec_request_new_pad),
4113         (gst_rtp_dec_release_pad):
4114         * gst/rtsp/gstrtpdec.h:
4115         * gst/rtsp/gstrtsp.c: (plugin_init):
4116         Morph RTPDec into something compatible with RTPBin as a fallback.
4117         Various other style fixes.
4118
4119         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4120         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4121         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4122         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4123         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4124         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4125         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4126         * gst/rtsp/gstrtspsrc.h:
4127         Implement RTPBin session manager handling.
4128         Don't try to add empty properties to caps.
4129         Implement fallback session manager, handling.
4130         Don't combine errors from RTCP streams, just ignore them.
4131
4132         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4133         * gst/rtsp/rtsptransport.h:
4134         Implement fallback session manager.
4135         Make RTPBin the default one when available.
4136
4137 2007-04-05  Wim Taymans  <wim@fluendo.com>
4138
4139         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4140         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4141         This element is ready to be autoplugged.
4142
4143 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4144
4145         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4146         Don't leave the offsets defined by upstream element on the
4147         compressed data buffer we are pushing downstream. Make them
4148         GST_BUFFER_OFFSET_NONE.
4149
4150 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4151
4152         * gst/avi/README:
4153         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4154         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4155         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4156         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4157         (gst_avi_demux_calculate_durations_from_index),
4158         (gst_avi_demux_stream_header_push),
4159         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4160         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4161           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4162
4163 2007-04-03  Wim Taymans  <wim@fluendo.com>
4164
4165         * gst/smpte/barboxwipes.c:
4166         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4167
4168 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4169
4170         * gst/wavparse/gstwavparse.c:
4171         Support audio/x-raw-float in wav files. This only works with
4172         plugins-base CVS, using an older version doesn't have any
4173         disadvantages though.
4174
4175 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4176
4177         * configure.ac:
4178         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4179         (gst_au_parse_parse_header), (gst_au_parse_chain):
4180         * gst/auparse/gstauparse.h:
4181         Revert last change as we don't want plugins-good to depend on
4182         plugins-base CVS now.
4183
4184 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4185
4186         * configure.ac:
4187         Require gst-plugins-base CVS for audioconvert with non-native
4188         float support and width/depth fix in libgstriff.
4189
4190         Patch by: René Stadler <mail at renestadler dot de>
4191
4192         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4193         (gst_au_parse_parse_header), (gst_au_parse_chain):
4194         * gst/auparse/gstauparse.h:
4195         Don't swap the floats ourself if they're not in native endianness.
4196         Instead let audioconvert handle this. Fixes #339838.
4197
4198 2007-03-29  Wim Taymans  <wim@fluendo.com>
4199
4200         * gst/rtp/gstasteriskh263.h:
4201         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4202         (gst_rtp_h263p_depay_change_state):
4203         * gst/rtp/gstrtph263pdepay.h:
4204         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4205         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4206         (gst_rtp_h264_depay_change_state):
4207         * gst/rtp/gstrtph264depay.h:
4208         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4209         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4210         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4211         Flush adapter on disconts.
4212
4213 2007-03-29  Wim Taymans  <wim@fluendo.com>
4214
4215         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4216         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4217         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4218         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4219         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4220         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4221         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4222         (gst_rtp_mp4v_depay_process):
4223         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4224         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4225         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4226         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4227         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4228         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4229         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4230         Use more efficient adapter and rtpbuffer methods when possible.
4231
4232 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4233
4234         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4235         (gst_wavenc_sink_setcaps):
4236         Correctly handle width!=depth input.
4237         * gst/wavparse/gstwavparse.c:
4238         Already export in the caps that width==8 uses unsigned samples and
4239         everything else uses signed samples.
4240
4241 2007-03-29  Wim Taymans  <wim@fluendo.com>
4242
4243         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4244
4245         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4246         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4247         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4248         (gst_dynudpsink_close):
4249         * gst/udp/gstdynudpsink.h:
4250         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4251         (gst_udpsrc_create), (gst_udpsrc_set_property),
4252         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4253         * gst/udp/gstudpsrc.h:
4254         Rework the socket allocation a bit based on the sockfd argument so that
4255         it becomes usable.
4256         Add a closefd property to instruct the udp elements to close the custom
4257         file descriptors when going to READY. Fixes #423304.
4258         API:GstUDPSrc::closefd property
4259         API:GstDynUDPSink::closefd property
4260
4261 2007-03-29  Wim Taymans  <wim@fluendo.com>
4262
4263         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4264
4265         * gst/rtp/Makefile.am:
4266         * gst/rtp/gstrtp.c: (plugin_init):
4267         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4268         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4269         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4270         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4271         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4272         (gst_rtp_h264_pay_plugin_init):
4273         * gst/rtp/gstrtph264pay.h:
4274         Added H264 payloader. Fixes #423782.
4275
4276         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4277         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4278         Small fixes.
4279
4280 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4281
4282         * gst/wavparse/gstwavparse.c:
4283         Actually support depths from 1 to 32, not only 8 to 32.
4284
4285 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4286
4287         * gst/wavparse/gstwavparse.c:
4288         Add support for wav files containing audio/x-raw-int with random
4289         depths between 1 and 32 bits.
4290
4291 2007-03-28  Wim Taymans  <wim@fluendo.com>
4292
4293         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4294
4295         * gst/rtp/Makefile.am:
4296         * gst/rtp/gstrtp.c: (plugin_init):
4297         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4298         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4299         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4300         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4301         (gst_rtp_mp4a_depay_get_property),
4302         (gst_rtp_mp4a_depay_change_state),
4303         (gst_rtp_mp4a_depay_plugin_init):
4304         * gst/rtp/gstrtpmp4adepay.h:
4305         Added MP4A-LATM depayloader. Fixes #417792.
4306
4307         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4308         (gst_rtp_mp4v_depay_process):
4309         Fixup depayloader, setting codec_data, using more efficient adaptor and
4310         rtpbuffer handling.
4311
4312         * gst/rtsp/URLS:
4313         Add url to test above.
4314
4315 2007-03-25  Wim Taymans  <wim@fluendo.com>
4316
4317         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4318         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4319         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4320         (gst_rtspsrc_media_to_caps),
4321         (gst_rtspsrc_stream_configure_transport),
4322         (gst_rtspsrc_stream_configure_caps),
4323         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4324         * gst/rtsp/gstrtspsrc.h:
4325         Handle default clock-rates for static payload types, rearrange stuff so
4326         that the rtpmap field in the sdp can override the defaults.
4327         Parse RTP-Info field to get the seqnum and timebase fields that should
4328         go in the caps.
4329         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4330         the server. 
4331
4332 2007-03-22  Wim Taymans  <wim@fluendo.com>
4333
4334         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4335
4336         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4337         Accept complex pipeline descriptions as an audio profile instead of just
4338         a single element. Fixes #420658.
4339
4340 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4343           Rename registered type in preparation of GstTagDemux moving to
4344           -base at some point in the future.
4345
4346 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4349           Streaming mode fixes: don't unref buffer we don't own any longer;
4350           remove bogus adapter flush. Fixes #419338.
4351
4352 2007-03-17  David Schleef  <ds@schleef.org>
4353
4354         * REQUIREMENTS: Change the format to key/value, add a bunch of
4355           information, remove a bunch of requirements that are for
4356           other GStreamer packages.
4357
4358 2007-03-17  David Schleef  <ds@schleef.org>
4359
4360         * REQUIREMENTS: Fix a few things.  This file really needs a
4361         good once-over.
4362
4363 2007-03-15  Edward Hervey  <edward@fluendo.com>
4364
4365         * sys/Makefile.am:
4366         Don't forget to distribute the sys/osxaudio/ directory.
4367
4368 2007-03-15  Edward Hervey  <edward@fluendo.com>
4369
4370         * configure.ac:
4371         * sys/Makefile.am:
4372         * sys/osxaudio/Makefile.am:
4373         * sys/osxaudio/gstosxaudio.c:
4374         * sys/osxaudio/gstosxaudiosink.c:
4375         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4376         (gst_osx_audio_sink_getcaps),
4377         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4378         * sys/osxaudio/gstosxaudiosrc.c:
4379         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4380         (gst_osx_audio_src_create_ringbuffer):
4381         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4382         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4383         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4384         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4385         * sys/osxaudio/gstosxringbuffer.h:
4386         Activate osxaudio in gst-plugins-good with proper build setup.
4387         Add inlined documentation.
4388         Fix debug statements
4389         Fix ringbuffer when pausing.
4390         Fixes #323471
4391
4392 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4393         * gst/rtp/gstrtppcmapay.c:
4394         * gst/rtp/gstrtppcmapay.h:
4395         * gst/rtp/gstrtppcmupay.c:
4396         * gst/rtp/gstrtppcmupay.h:
4397         Ported mulaw and alaw payloaders to use new base class
4398
4399 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4400
4401         * po/af.po:
4402         * po/az.po:
4403         * po/cs.po:
4404         * po/en_GB.po:
4405         * po/it.po:
4406         * po/nl.po:
4407         * po/or.po:
4408         * po/sq.po:
4409         * po/sr.po:
4410         * po/sv.po:
4411         * po/uk.po:
4412         * po/vi.po:
4413           Update translations.
4414
4415 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4416
4417         * configure.ac:
4418           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4419
4420 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4421
4422         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4423           Fix handling of -1 values for start and stop values when seeking,
4424           and SEEK_CUR+SEEK_END here as well.
4425
4426 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4427
4428         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4429           Fix handling of -1 values for start and stop values when seeking, 
4430           and SEEK_CUR+SEEK_END.
4431
4432 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4433
4434         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4435           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4436           the image format a variable-length NUL-terminated string; in
4437           versions before that the image format is a fixed-length string of
4438           3 characters (see #348644 for a sample tag).
4439           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4440
4441 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4442
4443         * win32/MANIFEST:
4444         Add new project files to MANIFEST.
4445         * win32/vs6/libgstaudiofx.dsp:
4446         * win32/vs6/libgstrtp.dsp:
4447         * win32/vs6/libgstrtsp.dsp:
4448         Update project files.
4449         
4450 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4451
4452         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4453         (gst_avi_demux_parse_index):
4454         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4455         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4456           Printf format fixes; also add some missing quotes in translated
4457           strings. Fixes #416728 and #416727.
4458
4459 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4460
4461         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4462           Tim and I can't think of any reason the child audio sink needs to 
4463           be set back to NULL after successfully determining that it can 
4464           reach READY - it gets immediately set back to READY by the caller
4465           anyway, causing an unnecessary close/open of any audio devices
4466           involved.
4467
4468 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4469
4470         * po/LINGUAS:
4471         * po/ja.po:
4472           Add ja.po file from #377306.
4473
4474 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4475
4476         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4477         * sys/sunaudio/gstsunaudiomixertrack.c:
4478         (gst_sunaudiomixer_track_new):
4479           Actually translate sunaudio mixer track labels instead of just
4480           marking the strings as translatable (#377306); clean up weird
4481           label string mapping code that serves no apparent purpose. Also
4482           set the 'untranslated-label' property when creating mixer tracks
4483           if the GstMixerTrack base class supports this.
4484
4485         * tests/check/Makefile.am:
4486         * tests/check/elements/.cvsignore:
4487         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4488         (sunaudio_suite):
4489           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4490           actually tested on a system where sunaudiomixer is available).
4491
4492 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4493
4494         * tests/check/Makefile.am:
4495         Re-enable the states test and see if it works on the buildbots.
4496
4497 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4498
4499         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4500         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4501         (gst_dvdec_change_state):
4502         * ext/dv/gstdvdec.h:
4503         Infer pixel-aspect-ratio from the video frame format if it isn't
4504         provided by the container, as happens when playing DV from AVI
4505         or Quicktime containers.
4506
4507         Patch by: Wim Taymans <wim@fluendo.com>
4508         Fixes #380944
4509
4510 2007-03-09  Wim Taymans  <wim@fluendo.com>
4511
4512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4513         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4514         will later be handled by the jitterbuffer.
4515
4516 2007-03-09  Wim Taymans  <wim@fluendo.com>
4517
4518         * ext/taglib/gstid3v2mux.cc:
4519         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4520         Fixes #414496.
4521         
4522         Patch by: Alex Lancaster <alexl at users sourceforge net>
4523
4524 2007-03-09  Wim Taymans  <wim@fluendo.com>
4525
4526         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4527         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4528         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4529         (gst_avi_demux_chain):
4530         Fix stream position reporting after a seek. Fixes #416445.
4531
4532 2007-03-08  Wim Taymans  <wim@fluendo.com>
4533
4534         Patch by: René Stadler <mail at renestadler dot de>
4535
4536         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4537         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4538         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4539         Make avidemux accept optional header chunks in any order.
4540         Fixes #415446.
4541
4542 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4543
4544         * tests/check/Makefile.am:
4545         Disable the states check until the remaining Valgrind errors
4546         are fixed or suppressed.
4547
4548 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4549
4550         * tests/check/elements/.cvsignore:
4551           Add audiodynamic check to .cvsignore
4552
4553 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4554
4555         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4556
4557         * gst/audiofx/Makefile.am:
4558         * gst/audiofx/audiodynamic.c:
4559         (gst_audio_dynamic_characteristics_get_type),
4560         (gst_audio_dynamic_mode_get_type),
4561         (gst_audio_dynamic_set_process_function),
4562         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4563         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4564         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4565         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4566         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4567         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4568         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4569         (gst_audio_dynamic_transform_hard_knee_expander_int),
4570         (gst_audio_dynamic_transform_hard_knee_expander_float),
4571         (gst_audio_dynamic_transform_soft_knee_expander_int),
4572         (gst_audio_dynamic_transform_soft_knee_expander_float),
4573         (gst_audio_dynamic_transform_ip):
4574         * gst/audiofx/audiodynamic.h:
4575         * gst/audiofx/audiofx.c: (plugin_init):
4576         Add new audiodynamic element which can act as a compressor or
4577         expander. Supported are hard-knee and soft-knee operation modes with
4578         user-specified ratio and threshold.
4579         Attack and release parameters are not yet implemented but will follow.
4580         * docs/plugins/Makefile.am:
4581         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4583         * docs/plugins/gst-plugins-good-plugins.args:
4584         * docs/plugins/inspect/plugin-audiofx.xml:
4585         Integrate audiodynamic into the docs.
4586         * tests/check/Makefile.am:
4587         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4588         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4589         Add unit test for audiodynamic.
4590
4591 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4592
4593         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4594         Free handles that we allocated when exiting via the error paths.
4595
4596 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4597
4598         * gst/level/gstlevel.c: (gst_level_class_init),
4599         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4600         (gst_level_transform_ip):
4601         * gst/level/gstlevel.h:
4602           Resolve message timestamps against the playback segment.
4603
4604 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4607         (gst_id3demux_sink_activate):
4608           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4609           caps passed to it (previously one code path assumed it took ownership
4610           while another one assumed it didn't, while in fact it sometimes did and
4611           sometimes didn't ...).
4612
4613         * configure.ac:
4614         * tests/files/Makefile.am:
4615         * tests/files/id3-407349-1.tag:
4616         * tests/files/id3-407349-2.tag:
4617           Add directory where data for unit tests can be stored.
4618
4619         * tests/Makefile.am:
4620         * tests/check/Makefile.am:
4621         * tests/check/elements/.cvsignore:
4622         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4623         (read_tags_from_file), (run_check_for_file),
4624         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4625           Add unit test for id3demux, and in particular for bug #407349. Only
4626           testing pull-mode for now; push mode doesn't work yet because the test
4627           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4628
4629 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4630
4631         * tests/check/Makefile.am:
4632           Add missing backslash at end of line.
4633
4634 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4635
4636         Trigger rebuild.
4637
4638 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4639
4640         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4641         * gst/id3demux/id3tags.h:
4642         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4643         (parse_obsolete_tdat_frame):
4644           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4645           the four-digit number will be interpreted as a year, whereas it is
4646           month and day in DDMM format. Instead, parse TDAT frames and fix up
4647           the date in the GST_TAG_DATE tag later if we also extracted a year.
4648           Fixes #407349.
4649
4650 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4651
4652         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4653         (gst_switch_commit_new_kid):
4654         Fix up the dispose logic so it doesn't leak, and fix setting of 
4655         the child state so that we don't set a child to our current state 
4656         just as we are changing it to something else.
4657
4658 2007-03-06  Wim Taymans  <wim@fluendo.com>
4659
4660         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4661         (gst_goom_chain):
4662         * gst/goom/gstgoom.h:
4663         Document, fix and improve goom adapter behaviour.
4664         Fixes #407006.
4665
4666 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4667
4668         * ext/esd/esdsink.c: (gst_esdsink_open):
4669         Unref static pad template after using it.
4670
4671 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4672
4673         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4674         (gst_switch_commit_new_kid):
4675         Fix up the reference counting of the child elements.
4676
4677 2007-03-05  Wim Taymans  <wim@fluendo.com>
4678
4679         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4680         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4681         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4682         Fix encoding-name case.
4683
4684 2007-03-05  Wim Taymans  <wim@fluendo.com>
4685
4686         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4687         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4688         (gst_rtp_speex_depay_process):
4689         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4690         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4691         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4692         (gst_rtp_speex_pay_change_state):
4693         * gst/rtp/gstrtpspeexpay.h:
4694         Fix speex (de)payloader. Fixes #358040.
4695
4696 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4697
4698         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4699         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4700         Install fakesink in NULL by fixing some broken logic. This obviates
4701         the need to manually set _IS_SINK.
4702         Add some comments and remove a little cruft while I'm at it.
4703
4704 2007-03-05  Wim Taymans  <wim@fluendo.com>
4705
4706         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4707         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4708
4709 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4710
4711         * po/POTFILES.in:
4712           Update.
4713
4714 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4715
4716         * tests/check/Makefile.am:
4717         Gah! Also disable gconfvideosink from the tests, otherwise
4718         it will instantiate autovideosink, and dfbvideosink and
4719         leak on the buildbots.
4720
4721 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4722
4723         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4724         (gst_cdio_cdda_src_finalize):
4725         Make sure we always destroy our libcdio handle.
4726
4727 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4728
4729         * tests/check/Makefile.am:
4730         Disable autovideosink so the buildbots don't barf over memory
4731         leaked in the directfb sink.
4732
4733 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4734
4735         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4736         Chain up in dispose
4737
4738 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4739
4740         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4741         (gst_multipart_find_pad_by_mime):
4742         Use gst_pad_new_from_static_template instead of
4743         static_pad_template_get+pad_new.
4744
4745 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4746
4747         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4748         Catch the case where no clock has been set.
4749
4750 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4751
4752         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4753         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4754         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4755         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4756         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4757         (gst_gconf_audio_src_finalize), (do_toggle_element):
4758         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4759         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4760         (do_toggle_element):
4761         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4762         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4763         (gst_gconf_video_src_finalize), (do_toggle_element):
4764         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4765         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4766         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4767         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4768         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4769         (gst_shout2send_init), (gst_shout2send_finalize):
4770         * gst/debug/testplugin.c: (gst_test_class_init),
4771         (gst_test_finalize):
4772         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4773         (gst_flxdec_dispose):
4774         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4775         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4777         (gst_rtspsrc_finalize):
4778         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4779         * gst/rtsp/rtspextwms.h:
4780         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4781         (gst_smpte_finalize):
4782         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4783         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4784         (gst_udpsink_finalize):
4785         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4786         (gst_wavparse_sink_activate):
4787         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4788         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4789         (gst_oss_src_finalize):
4790         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4791         * sys/v4l2/gstv4l2object.h:
4792         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4793         (gst_v4l2src_finalize):
4794         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4795
4796         Fix a bunch of leaks shown by the newly-added states test.
4797
4798 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4799
4800         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4801         Use gst_pad_new_from_static_template instead of 
4802         static_pad_template_get+pad_new.
4803
4804 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4805
4806         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4807
4808         * ext/libcaca/Makefile.am:
4809         * gst/debug/Makefile.am:
4810           Don't mix tabs and spaces (#414168).
4811
4812 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4813
4814         * tests/check/generic/.cvsignore:
4815           Ignore files to please buildbot.
4816
4817 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4818
4819         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4820         (gst_wavparse_stream_data):
4821           Unbreak my previous commit (swapped nominator & denominator). Tim,
4822           thanks for spotting.
4823
4824 2007-03-02  Wim Taymans  <wim@fluendo.com>
4825
4826         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4827         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4828         (gst_cdio_cdda_src_finalize):
4829         Small code cleanups.
4830         Don't use pad_alloc as the base class cannot deal with the error codes.
4831
4832 2007-03-02  Wim Taymans  <wim@fluendo.com>
4833
4834         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4835         (gst_udpsrc_create):
4836         Fix doc.
4837
4838 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4839
4840         Patch by: René Stadler <mail@renestadler.de>
4841
4842         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4843         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4844         (gst_wavparse_stream_data):
4845           Handle rounding better to not drop last sample frame. Fixes #356692
4846
4847 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4848
4849         * tests/check/Makefile.am:
4850         Disable cacasink from the states check too - it also calls exit(1)
4851         on us when it can't find a terminal to talk to.
4852
4853 2007-03-02  Wim Taymans  <wim@fluendo.com>
4854
4855         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4856
4857         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4858         (gst_udpsrc_create), (gst_udpsrc_set_property),
4859         (gst_udpsrc_get_property):
4860         * gst/udp/gstudpsrc.h:
4861         Add support to strip proprietary headers. Fixes #350296.
4862
4863 2007-03-02  Wim Taymans  <wim@fluendo.com>
4864
4865         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4866         Fix compilation.
4867
4868 2007-03-02  Wim Taymans  <wim@fluendo.com>
4869
4870         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4871
4872         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4873         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4874         (gst_rtp_mp2t_depay_set_property),
4875         (gst_rtp_mp2t_depay_get_property):
4876         * gst/rtp/gstrtpmp2tdepay.h:
4877         Add support to strip off proprietary headers. Fixes #350278.
4878
4879 2007-03-02  Wim Taymans  <wim@fluendo.com>
4880
4881         * ext/hal/hal.c:
4882         Fix compilation.
4883
4884 2007-03-02  Wim Taymans  <wim@fluendo.com>
4885
4886         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4887         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4888         (gst_sunaudiosrc_open):
4889         * sys/sunaudio/gstsunaudiosrc.h:
4890         Remove device-name from GstSunAudioSrc. Fixes #412597.
4891
4892 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4893
4894         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4895         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4896         Having NULL as UDI previously selected the default sink/src. Change
4897         this back but mention it in the debug output.
4898         * ext/hal/hal.c: (gst_hal_get_alsa_element),
4899         (gst_hal_get_oss_element), (gst_hal_get_string),
4900         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4901         (gst_hal_get_audio_src):
4902         * ext/hal/hal.h:
4903         Refactor a bit, check all error conditions, greatly improve debugging
4904         and fix some possible memory leaks. Also implement OSS support
4905         and allow specifying an UDI that points to a real device. For this the
4906         child device which supports ALSA (preferred) or OSS is used.
4907         As a side effect this makes it impossible now to get a alsasink in
4908         halaudiosrc and a alsasrc in halaudiosink.
4909
4910 2007-03-01  Wim Taymans  <wim@fluendo.com>
4911
4912         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4913         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4914         Errors from the udp sources are not fatal unless all of them are in
4915         error.
4916
4917 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4918
4919         * tests/check/Makefile.am:
4920         Disable aasink in the states test. I suspect this is the element that
4921         is calling exit(1) when it can't proceed.
4922
4923 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4924
4925         * tests/check/Makefile.am:
4926         Draw plugins in from the build tree sys/ dir, rather than picking
4927         up the already installed versions.
4928
4929 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4930
4931         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4932         Error out correctly when getting xcontext fails.
4933
4934 2007-03-01  Wim Taymans  <wim@fluendo.com>
4935
4936         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4937         Make state change to PAUSED NO_PREROLL because that's what it will be in
4938         the future and rtspsrc relies on it.
4939
4940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4941         (gst_rtspsrc_change_state):
4942         Don't error out when we don't get an error from the state change
4943         function.
4944
4945 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
4946
4947         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4948         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4949           Check if the device UDI is set before trying to query HAL
4950           about it and give a useful error message if it wasn't set.
4951         * ext/hal/hal.c: (gst_hal_get_string):
4952           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4953           gives an assertion failure in D-Bus when running with
4954           DBUS_FATAL_WARNINGS=1.
4955
4956 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4957
4958         * configure.ac:
4959           Convert to new AG_GST style.
4960
4961 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4962
4963         * tests/check/Makefile.am:
4964         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
4965           add test for states
4966
4967 2007-02-28  Wim Taymans  <wim@fluendo.com>
4968
4969         * tests/check/elements/.cvsignore:
4970         Add new videofilter check to .cvsignore.
4971
4972 2007-02-28  Wim Taymans  <wim@fluendo.com>
4973
4974         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
4975         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4976         (gst_avi_demux_loop), (gst_avi_demux_chain):
4977         Fix combined flow return. Fixes #412608.
4978
4979 2007-02-28  Wim Taymans  <wim@fluendo.com>
4980
4981         * gst/videofilter/Makefile.am:
4982         Dist header..
4983
4984 2007-02-28  Wim Taymans  <wim@fluendo.com>
4985
4986         * gst/videofilter/gstgamma.h:
4987         Add header too.
4988
4989 2007-02-28  Wim Taymans  <wim@fluendo.com>
4990
4991         Patch by: Mark Nauwelaerts <manauw at skynet be>
4992
4993         * gst/videofilter/Makefile.am:
4994         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
4995         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
4996         (gst_gamma_get_property), (gst_gamma_calculate_tables),
4997         (oil_tablelookup_u8), (gst_gamma_set_caps),
4998         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
4999         Port gamma filter to 0.10. Fixes #412704.
5000
5001         * tests/check/Makefile.am:
5002         * tests/check/elements/videofilter.c: (setup_filter),
5003         (cleanup_filter), (check_filter), (GST_START_TEST),
5004         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5005         Add unit tests for videofilters.
5006
5007 2007-02-28  Wim Taymans  <wim@fluendo.com>
5008
5009         * gst/rtsp/URLS:
5010         Add another interesting test url.
5011
5012         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5013         Don't allow getting header fields from data packets.
5014
5015 2007-02-28  Michael Smith  <msmith@fluendo.com>
5016
5017         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5018         (gst_shout2send_init), (gst_shout2send_start),
5019         (gst_shout2send_set_property), (gst_shout2send_get_property):
5020         * ext/shout2/gstshout2.h:
5021           Add a property for username.
5022
5023 2007-02-27  Christian Schallerr <christian@fluendo.com>
5024
5025         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5026
5027 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5028
5029         * gst/rtsp/Makefile.am:
5030         Fix make check too.
5031
5032 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5033
5034         * gst/rtsp/base64.c: (util_base64_encode):
5035         * gst/rtsp/base64.h:
5036         Commit missing files for base64 encoding.
5037
5038 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5041
5042         * configure.ac:
5043         * ext/annodex/Makefile.am:
5044         * ext/jpeg/Makefile.am:
5045         * ext/speex/Makefile.am:
5046         * gst/alpha/Makefile.am:
5047         * gst/cutter/Makefile.am:
5048         * gst/debug/Makefile.am:
5049         * gst/effectv/Makefile.am:
5050         * gst/goom/Makefile.am:
5051         * gst/level/Makefile.am:
5052         * gst/smpte/Makefile.am:
5053         * gst/videofilter/Makefile.am:
5054           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5055
5056 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5057
5058         * gst/rtsp/Makefile.am:
5059         * gst/rtsp/rtspconnection.c: (append_auth_header),
5060         (rtsp_connection_send), (rtsp_connection_set_auth):
5061         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5062         from icecast to replace it. Relicensed from GPL courtesy of Mike
5063         Smith.
5064
5065 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5066
5067         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5068         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5069         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5070         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5071         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5072         (gst_rtspsrc_uri_set_uri):
5073         * gst/rtsp/gstrtspsrc.h:
5074         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5075         (append_auth_header), (rtsp_connection_send),
5076         (rtsp_connection_free), (rtsp_connection_set_auth):
5077         * gst/rtsp/rtspconnection.h:
5078         * gst/rtsp/rtspdefs.h:
5079         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5080         * gst/rtsp/rtspurl.h:
5081
5082         Implement simple Basic Authentication support so that urls like
5083         rtsp://user:pass@hostname/rtspstream work on hosts that require
5084         authentication.
5085
5086 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5087
5088         * sys/v4l2/gstv4l2object.c:
5089         * sys/v4l2/gstv4l2tuner.c:
5090         * sys/v4l2/v4l2_calls.c:
5091         Fix segfault when oppening a radio device.
5092         
5093 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5094
5095         * gst/level/gstlevel.c: (gst_level_set_caps),
5096         (gst_level_transform_ip):
5097         * sys/v4l2/README:
5098         * tests/check/elements/level.c: (GST_START_TEST):
5099           Fix level for multi-channel case.
5100
5101 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5102
5103         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5104         (gst_level_transform_ip):
5105         * gst/level/gstlevel.h:
5106           Use function pointer for process function and add process functions
5107           for float audio.
5108
5109 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5110
5111         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5112         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5113         (gst_v4l2src_capture_init):
5114           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5115           fixes #407369
5116
5117 2007-02-18  Wim Taymans  <wim@fluendo.com>
5118
5119         * gst/rtp/Makefile.am:
5120         * gst/rtp/gstrtp.c: (plugin_init):
5121         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5122         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5123         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5124         (gst_rtp_mp2t_pay_plugin_init):
5125         * gst/rtp/gstrtpmp2tpay.h:
5126         Added simple mpeg transport stream payloader.
5127
5128 2007-02-16  Wim Taymans  <wim@fluendo.com>
5129
5130         * gst/rtsp/URLS:
5131         Add example H264 rtsp url.
5132
5133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5134         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5135         Don't convert values to lowercase or we might mess up base64 encoded
5136         properties.
5137
5138 2007-02-16  Wim Taymans  <wim@fluendo.com>
5139
5140         * gst/rtp/README:
5141         Fix case of string params.
5142
5143         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5144         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5145         Fix depayloader, support more packet types.
5146         Add sync codes to make sure the packetizer can do its job.
5147
5148         * gst/rtp/gstrtpmp4gdepay.c:
5149         * gst/rtp/gstrtpmp4gpay.c:
5150         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5151         Fix caps case again.
5152
5153 2007-02-15  Wim Taymans  <wim@fluendo.com>
5154
5155         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5156         Set right caps on output buffers.
5157
5158 2007-02-14  Wim Taymans  <wim@fluendo.com>
5159
5160         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5161         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5162         Clear stack allocated SDPMedia struct before calling _init() on it.
5163         Clarify this in the docs as well.
5164
5165 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5166
5167         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5168         (do_change_child):
5169         Don't reset the profile when going switching states, as it makes
5170         the element non-reusable.
5171
5172 2007-02-14  Wim Taymans  <wim@fluendo.com>
5173
5174         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5175         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5176         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5177         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5178         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5179         (sdp_parse_line):
5180         * gst/rtsp/sdpmessage.h:
5181         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5182         Fix memory management of SDP messages. Fixes #407793.
5183
5184 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5185
5186         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5187
5188         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5189         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5190
5191 2007-02-14  Wim Taymans  <wim@fluendo.com>
5192
5193         Patch by: jp.liu <jp_liu at astrocom dot cn>
5194
5195         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5196         Fix parsing of password field in url. Fixes #407797.
5197
5198 2007-02-14  Wim Taymans  <wim@fluendo.com>
5199
5200         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5201         (gst_wavparse_reset), (gst_wavparse_init),
5202         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5203         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5204         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5205         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5206         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5207         (gst_wavparse_loop), (gst_wavparse_chain),
5208         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5209         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5210         (plugin_init):
5211         * gst/wavparse/gstwavparse.h:
5212         Update docs.
5213         Use boilerplate.
5214         Various code cleanups.
5215         When the bitrate is not known (bps == 0 or compressed formats) let
5216         downstream element guestimate the duration and position and don't
5217         generate timestamps or durations. Fixes #405213.
5218         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5219         error flowreturn upstream.
5220
5221 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5222
5223         * ext/gconf/Makefile.am:
5224         * ext/gconf/gconf.c: (gst_gconf_get_string),
5225         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5226         (gst_gconf_render_bin_with_default):
5227         * ext/gconf/gconf.h:
5228         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5229         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5230         (gst_gconf_audio_sink_dispose), (do_change_child),
5231         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5232         (cb_change_child), (gst_gconf_audio_sink_change_state):
5233         * ext/gconf/gstgconfaudiosink.h:
5234         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5235         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5236         (gst_switch_sink_init), (gst_switch_sink_dispose),
5237         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5238         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5239         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5240         * ext/gconf/gstswitchsink.h:
5241         * gst/autodetect/gstautoaudiosink.c:
5242         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5243         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5244         (gst_auto_audio_sink_detect):
5245         * gst/autodetect/gstautovideosink.c:
5246         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5247         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5248         (gst_auto_video_sink_detect):
5249         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5250         and a child that implements the GConf key monitoring. The end goal of
5251         this is an audio sink that can be changed on the fly, but at the 
5252         moment it still only changes on the next READY transition.
5253
5254 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5255
5256         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5257         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5258         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5259         (gst_avi_demux_calculate_durations_from_index),
5260         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5261         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5262         (gst_avi_demux_loop):
5263           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5264
5265 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5266
5267         * configure.ac:
5268         * docs/plugins/Makefile.am:
5269           Add crossreferences to glib/gobject/gstream docs.
5270
5271 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5272
5273         * gst/monoscope/Makefile.am:
5274         * gst/monoscope/gstmonoscope.c:
5275           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5276           (but no LIBS, since we only use defines from the headers).
5277
5278 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5279
5280         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5281
5282         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5283         (gst_wavparse_stream_data):
5284           Fix massive memory leak when operating in streaming mode due to
5285           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5286           Fixes #407057.
5287
5288 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5289
5290         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5291         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5292         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5293         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5294         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5295         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5296         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5297         (gst_avi_demux_calculate_durations_from_index),
5298         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5299         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5300         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5301         * gst/avi/gstavidemux.h:
5302           Save some memory (8%) by repacking the index entry structure (more to
5303           come). Add more FIXMEs to questionable parts.
5304
5305 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5306
5307         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5308         (gst_v4l2src_get_caps):
5309         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5310         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5311         (gst_v4l2src_capture_init):
5312           More FIXME comments and messaging changes.
5313
5314 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5315
5316         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5317         (gst_goom_change_state):
5318         * gst/goom/gstgoom.h:
5319           Improved docs and use GST_DEBUG_FUNCPTR.
5320
5321         * gst/level/gstlevel.c: (gst_level_class_init):
5322           Use GST_DEBUG_FUNCPTR.
5323
5324         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5325         (gst_monoscope_chain), (gst_monoscope_change_state):
5326           Improved docs source cleanups.
5327
5328 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * gst/debug/Makefile.am:
5331         * gst/debug/gstdebug.c: (plugin_init):
5332         * gst/debug/gstpushfilesrc.c:
5333         * gst/debug/gstpushfilesrc.h:
5334           Add code for a pushfilesrc element that implements a pushfile:// URI
5335           handler, to make debugging push-mode operation of demuxer/decoders
5336           that support both easier in connection with seek/playbin/etc.
5337           The element isn't registered at the moment.
5338
5339 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5340
5341         * gst/avi/gstavimux.c:
5342           Comment a #if 0 in caps template definition as VS6 seems to 
5343         do not support it.
5344         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5345           Use gst_guint64_to_gdouble for conversion.
5346         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5347           Move variables declaration before the first instruction.
5348         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5349           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5350           And don't include netdb.h for G_OS_WIN32
5351         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5352           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5353           by VS6 then use an other way to initialize SDPMedia structure.
5354         * gst/udp/gstdynudpsink.h:
5355         * gst/udp/gstdynudpnetutils.h:
5356           Do not include <sys/time.h> for G_OS_WIN32
5357         * gst/udp/gstudpsrc.c:
5358           Define socklen_t as int for G_OS_WIN32
5359         * win/common/config.h.in:
5360           Undef HAVE_NETINET_IN_H
5361         * win32/vs6/gst_plugins_good.dsw:
5362         * win32/vs6/libgstrtp.dsp:
5363         * win32/vs6/libgstrtsp.dsp:
5364         * win32/vs6/libgstautogen.dsp:
5365         * win32/vs6/libgstaudiofx.dsp:
5366         * win32/vs6/libgstudp.dsp:
5367           Add and update project files.
5368         * win32/common/gstudp-enumtypes.c:
5369         * win32/common/gstudp-enumtypes.h:
5370           Add a copy of udp enumtypes to win32/common as in core 
5371           and base.
5372         
5373 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5374
5375         * configure.ac:
5376           Activate monoscope when building with --enable-experimental. Fix
5377           --enable-external configure switch description.
5378
5379         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5380         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5381           Help gst-indent.
5382
5383 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5386           Explicitly cast result of pointer arithmetic to integer in order to
5387           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5388
5389 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5390
5391         * gst/debug/progressreport.c:
5392           Some more docs.
5393
5394 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5395
5396         * docs/plugins/inspect/plugin-rtp.xml:
5397           Update for new elements.
5398
5399         * gst/debug/progressreport.h:
5400           Commit newly-created header file as well.
5401
5402 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * docs/plugins/Makefile.am:
5405         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5406         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5407         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5408         * gst/debug/Makefile.am:
5409         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5410         (gst_progress_report_do_query), (gst_progress_report_report):
5411           Make progressreport element post messages with the current progress
5412           on the bus. Also add some basic docs for it.
5413
5414 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5415
5416         * ext/hal/hal.c: (gst_hal_get_string):
5417         * ext/hal/hal.h:
5418           Some small cleanups; deal with errors when parsing the HAL ALSA
5419           capabilities a bit better.
5420
5421 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5422
5423         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5424           Let's try this again and use the right cast this time.
5425
5426 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5429           Add cast to avoid compiler warnings with older GLib versions
5430           where the nick/name members in GEnumValue are not declared as
5431           constant strings.
5432
5433 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5434
5435         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5436         (gst_gconf_render_bin_from_key),
5437         (gst_gconf_get_default_audio_sink):
5438         * ext/gconf/gconf.h:
5439         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5440         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5441         (gst_gconf_audio_sink_get_property):
5442           In gconfaudiosink, get the right key as the old key in do_toggle
5443           (ie. one dependent on the profile selected). Log some more stuff so
5444           we can see what's actually going on.
5445
5446 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5447
5448         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5449         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5450         (gst_audio_amplify_set_process_function),
5451         (gst_audio_amplify_setup):
5452         * gst/audiofx/audioamplify.h:
5453         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5454         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5455         * gst/audiofx/audioinvert.h:
5456         Some small cleanups and port both elements to the new GstAudioFilter
5457         base class to save a few lines of common code.
5458         * gst/audiofx/Makefile.am:
5459         Link against libgstaudio for the above changes
5460
5461 2007-01-29  Wim Taymans  <wim@fluendo.com>
5462
5463         * tests/check/elements/.cvsignore:
5464         Some more ignores.
5465
5466 2007-01-26  Wim Taymans  <wim@fluendo.com>
5467
5468         Patch by: charles <charlesg3 at gmail dot com>
5469
5470         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5471         (set_shout_metadata), (gst_shout2send_event):
5472         * ext/shout2/gstshout2.h:
5473         Properly handle tags in shout2send. Fixes #399825.
5474
5475 2007-01-25  Wim Taymans  <wim@fluendo.com>
5476
5477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5478         (gst_rtspsrc_activate_streams):
5479         Convert SDP fields to upper/lowercase following the rules in the SDP to
5480         caps document. 
5481
5482 2007-01-25  Wim Taymans  <wim@fluendo.com>
5483
5484         * gst/rtp/README:
5485         * gst/rtp/gstrtpilbcdepay.c:
5486         * gst/rtp/gstrtpilbcpay.c:
5487         * gst/rtp/gstrtpmp4gdepay.c:
5488         * gst/rtp/gstrtpmp4gpay.c:
5489         * gst/rtp/gstrtpspeexdepay.c:
5490         * gst/rtp/gstrtpspeexpay.c:
5491         * gst/rtp/gstrtpsv3vdepay.c:
5492         * gst/rtp/gstrtptheoradepay.c:
5493         * gst/rtp/gstrtptheorapay.c:
5494         * gst/rtp/gstrtpvorbisdepay.c:
5495         * gst/rtp/gstrtpvorbispay.c:
5496         Fix case of encoding-name and key/value pairs to match the document.
5497         This is to make interoperation with SDP case-insensitive as required by
5498         the relevant RFCs.
5499
5500 2007-01-25  Wim Taymans  <wim@fluendo.com>
5501
5502         * configure.ac:
5503         Bump required -core/-base to CVS
5504
5505 2007-01-25  Wim Taymans  <wim@fluendo.com>
5506
5507         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5508         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5509         * gst/rtp/gstrtpL16pay.h:
5510         Fill up to MTU using adapter.
5511         Timestamp rtp packets.
5512
5513 2007-01-25  Edward Hervey  <edward@fluendo.com>
5514
5515         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5516         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5517         Use G_GSIZE_FORMAT in print statements for portability.
5518         Fixes build on macosx.
5519
5520 2007-01-24  Wim Taymans  <wim@fluendo.com>
5521
5522         * gst/rtp/Makefile.am:
5523         * gst/rtp/gstrtp.c: (plugin_init):
5524         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5525         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5526         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5527         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5528         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5529         (gst_rtp_L16_depay_plugin_init):
5530         * gst/rtp/gstrtpL16depay.h:
5531         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5532         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5533         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5534         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5535         (gst_rtp_L16_pay_plugin_init):
5536         * gst/rtp/gstrtpL16pay.h:
5537         Port and enable raw audio payloader/depayloader. Needs a bit more work
5538         on the payloader side.
5539
5540 2007-01-24  Wim Taymans  <wim@fluendo.com>
5541
5542         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5543         (gst_rtspsrc_stream_configure_transport),
5544         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5545         * gst/rtsp/gstrtspsrc.h:
5546         Only unblock the udp pads when we linked and activated them all.
5547         Fixes #395688.
5548
5549 2007-01-24  Wim Taymans  <wim@fluendo.com>
5550
5551         * gst/rtp/Makefile.am:
5552         * gst/rtp/gstrtp.c: (plugin_init):
5553         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5554         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5555         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5556         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5557         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5558         * gst/rtp/gstrtpac3depay.h:
5559         Added simple AC3 depayloader (RFC 4184).
5560
5561         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5562         Fix a leak.
5563
5564 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5565
5566         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5567
5568         * gst/audiofx/Makefile.am:
5569         * gst/audiofx/audioamplify.c:
5570         (gst_audio_amplify_clipping_method_get_type),
5571         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5572         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5573         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5574         (gst_audio_amplify_set_caps),
5575         (gst_audio_amplify_transform_int_clip),
5576         (gst_audio_amplify_transform_int_wrap_negative),
5577         (gst_audio_amplify_transform_int_wrap_positive),
5578         (gst_audio_amplify_transform_float_clip),
5579         (gst_audio_amplify_transform_float_wrap_negative),
5580         (gst_audio_amplify_transform_float_wrap_positive),
5581         (gst_audio_amplify_transform_ip):
5582         * gst/audiofx/audioamplify.h:
5583         * gst/audiofx/audiofx.c: (plugin_init):
5584         Add new element "audioamplify". This allows scaling of raw audio
5585         samples, similar to the "volume" element, but provides different modes
5586         for clipping and allows unlimited amplification. It's mainly targeted
5587         for creative sound design and not as a replacement of the "volume"
5588         element. Fixes #397162
5589         * docs/plugins/Makefile.am:
5590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5592         * docs/plugins/gst-plugins-good-plugins.args:
5593         * docs/plugins/inspect/plugin-audiofx.xml:
5594         Add docs for audioamplify and integrate them into the build system
5595         * tests/check/Makefile.am:
5596         * tests/check/elements/audioamplify.c: (setup_amplify),
5597         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5598         Add fairly extensive unit test suite for audioamplify
5599
5600 2007-01-24  Wim Taymans  <wim@fluendo.com>
5601
5602         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5603         Unblock pads after adding the pads to the element so that autopluggers
5604         get a change to link something. Possibly fixes #395688.
5605
5606 2007-01-24  Wim Taymans  <wim@fluendo.com>
5607
5608         * gst/rtp/gstrtpamrdepay.c:
5609         * gst/rtp/gstrtpgsmdepay.c:
5610         * gst/rtp/gstrtph263pdepay.c:
5611         * gst/rtp/gstrtph263ppay.c:
5612         * gst/rtp/gstrtph264depay.c:
5613         * gst/rtp/gstrtpilbcdepay.c:
5614         * gst/rtp/gstrtpmp2tdepay.c:
5615         * gst/rtp/gstrtpmp4gdepay.c:
5616         * gst/rtp/gstrtpmp4gpay.c:
5617         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5618         * gst/rtp/gstrtpmp4vpay.c:
5619         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5620         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5621         (gst_rtp_mpa_depay_process):
5622         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5623         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5624         * gst/rtp/gstrtppcmadepay.c:
5625         * gst/rtp/gstrtppcmudepay.c:
5626         * gst/rtp/gstrtpspeexdepay.c:
5627         * gst/rtp/gstrtpspeexpay.c:
5628         * gst/rtp/gstrtpsv3vdepay.c:
5629         * gst/rtp/gstrtptheoradepay.c:
5630         * gst/rtp/gstrtptheorapay.c:
5631         * gst/rtp/gstrtpvorbisdepay.c:
5632         * gst/rtp/gstrtpvorbispay.c:
5633         Fix caps with payload numbers.
5634         Add some fixed payload numbers to caps when possible.
5635
5636 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5637
5638         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5639
5640         * gst/audiofx/Makefile.am:
5641         * gst/audiofx/audiofx.c: (plugin_init):
5642         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5643         (gst_audio_invert_class_init), (gst_audio_invert_init),
5644         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5645         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5646         (gst_audio_invert_transform_float),
5647         (gst_audio_invert_transform_ip):
5648         * gst/audiofx/audioinvert.h:
5649         Add new audiofx element "audioinvert". This element swaps the upper
5650         and lower half of samples and can be used for example for a
5651         wide-stereo effect. Fixes #396057
5652         * docs/plugins/Makefile.am:
5653         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5655         * docs/plugins/gst-plugins-good-plugins.args:
5656         * docs/plugins/inspect/plugin-audiofx.xml:
5657         Add docs for the audioinvert element and add them to the build system.
5658         * tests/check/Makefile.am:
5659         * tests/check/elements/audioinvert.c: (setup_invert),
5660         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5661         Add unit test suite for the audioinvert element.
5662
5663 2007-01-23  Wim Taymans  <wim@fluendo.com>
5664
5665         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5666         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5667         Parse config params as string and int.
5668         Parse and use AU header length
5669
5670 2007-01-23  Wim Taymans  <wim@fluendo.com>
5671
5672         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5673         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5674         * gst/smpte/gstmask.c: (_gst_mask_register):
5675         * gst/smpte/gstmask.h:
5676         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5677         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5678         (gst_smpte_paint_triangle_clock):
5679         constify some static structs.
5680         Don't update the mask if nothing changed to the params.
5681         Make sure we never draw outside of the picture. Fixes #398325.
5682
5683 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5684
5685         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5686           Error out properly when pull_range fails while we're reading the
5687           headers, instead of just pausing the task silently. Fixes #399338.
5688
5689 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5690
5691         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5692           Some more sanity checks to make sure the input formats match and the
5693           input pads are actually negotiated, in case someone tries to feed
5694           buffers from fakesrc or filesrc. Fixes #398299.
5695           Also const-ify an array, just because we can.
5696
5697 2007-01-19  Edward Hervey  <edward@fluendo.com>
5698
5699         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5700         Ignore previous commit, that was only valid for widths and heights
5701         that are multiples of 4.
5702         Copy over size/stride macros from jpegdec. This allows the element
5703         to work with any width,height...
5704         ... but puts in evidence that the actual transformations only work
5705         with width/height that are multiples of 4.
5706
5707 2007-01-19  Edward Hervey  <edward@fluendo.com>
5708
5709         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5710         Allocate buffers of the right size.
5711         The proper size of a I420 buffer in bytes is:
5712         
5713             width * height * 3
5714             ------------------
5715                     2
5716
5717 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5718
5719         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5720           Proxy getcaps on sink pads too, so that we either end up with the
5721           same dimensions on all pads or error out if that's not possible
5722           (seems to work even!). Fixes #398086, I think.
5723
5724 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5725
5726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5727         * docs/plugins/gst-plugins-good-plugins.args:
5728         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5729           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5730           fix integer properties with -1 as minimum value.
5731
5732         * docs/plugins/inspect/plugin-1394.xml:
5733         * docs/plugins/inspect/plugin-aasink.xml:
5734         * docs/plugins/inspect/plugin-alaw.xml:
5735         * docs/plugins/inspect/plugin-alpha.xml:
5736         * docs/plugins/inspect/plugin-alphacolor.xml:
5737         * docs/plugins/inspect/plugin-annodex.xml:
5738         * docs/plugins/inspect/plugin-apetag.xml:
5739         * docs/plugins/inspect/plugin-audiofx.xml:
5740         * docs/plugins/inspect/plugin-auparse.xml:
5741         * docs/plugins/inspect/plugin-autodetect.xml:
5742         * docs/plugins/inspect/plugin-avi.xml:
5743         * docs/plugins/inspect/plugin-cacasink.xml:
5744         * docs/plugins/inspect/plugin-cairo.xml:
5745         * docs/plugins/inspect/plugin-cdio.xml:
5746         * docs/plugins/inspect/plugin-cutter.xml:
5747         * docs/plugins/inspect/plugin-debug.xml:
5748         * docs/plugins/inspect/plugin-dv.xml:
5749         * docs/plugins/inspect/plugin-efence.xml:
5750         * docs/plugins/inspect/plugin-effectv.xml:
5751         * docs/plugins/inspect/plugin-esdsink.xml:
5752         * docs/plugins/inspect/plugin-flac.xml:
5753         * docs/plugins/inspect/plugin-flxdec.xml:
5754         * docs/plugins/inspect/plugin-gconfelements.xml:
5755         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5756         * docs/plugins/inspect/plugin-goom.xml:
5757         * docs/plugins/inspect/plugin-halelements.xml:
5758         * docs/plugins/inspect/plugin-icydemux.xml:
5759         * docs/plugins/inspect/plugin-id3demux.xml:
5760         * docs/plugins/inspect/plugin-jpeg.xml:
5761         * docs/plugins/inspect/plugin-level.xml:
5762         * docs/plugins/inspect/plugin-matroska.xml:
5763         * docs/plugins/inspect/plugin-mulaw.xml:
5764         * docs/plugins/inspect/plugin-multipart.xml:
5765         * docs/plugins/inspect/plugin-navigationtest.xml:
5766         * docs/plugins/inspect/plugin-ossaudio.xml:
5767         * docs/plugins/inspect/plugin-png.xml:
5768         * docs/plugins/inspect/plugin-rtp.xml:
5769         * docs/plugins/inspect/plugin-rtsp.xml:
5770         * docs/plugins/inspect/plugin-shout2send.xml:
5771         * docs/plugins/inspect/plugin-smpte.xml:
5772         * docs/plugins/inspect/plugin-speex.xml:
5773         * docs/plugins/inspect/plugin-taglib.xml:
5774         * docs/plugins/inspect/plugin-udp.xml:
5775         * docs/plugins/inspect/plugin-videobalance.xml:
5776         * docs/plugins/inspect/plugin-videobox.xml:
5777         * docs/plugins/inspect/plugin-videoflip.xml:
5778         * docs/plugins/inspect/plugin-videomixer.xml:
5779         * docs/plugins/inspect/plugin-wavenc.xml:
5780         * docs/plugins/inspect/plugin-wavparse.xml:
5781         * docs/plugins/inspect/plugin-ximagesrc.xml:
5782           Update to CVS.
5783
5784 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5785
5786         Patch by: Sebastian Dröge <slomo circular-chaos org>
5787
5788         * gst/audiofx/audiopanorama.c:
5789           Fix doc section name (Fixes #397946)
5790
5791 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5792
5793         * sys/v4l2/gstv4l2object.c:
5794         (gst_v4l2_object_install_properties_helper),
5795         (gst_v4l2_object_set_property_helper),
5796         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5797         * sys/v4l2/gstv4l2object.h:
5798         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5799         (gst_v4l2src_init), (gst_v4l2src_set_property),
5800         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5801         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5802         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5803         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5804         (gst_v4l2src_capture_deinit):
5805           Fix EIO handing when capturing. Add new property to specify the number of
5806           buffers to enque (and remove the borked num-buffers usage).
5807
5808 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5809
5810         Patch by: Sebastian Dröge <slomo circular-chaos org>
5811
5812         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5813         (gst_audio_panorama_set_process_function):
5814           Use a function array for process methods, add more docs and define the
5815           startindex of enums.
5816
5817 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5818
5819         Patch by: Mark Nauwelaerts <manauw at skynet be>
5820
5821         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5822         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5823         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5824         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5825         (gst_avi_mux_riff_get_avi_header),
5826         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5827         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5828         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5829         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5830         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5831         (gst_avi_mux_change_state):
5832         * gst/avi/gstavimux.h:
5833         * tests/check/elements/avimux.c: (teardown_src_pad):
5834           Add support for more than one audio stream; write better AVIX
5835           header; refactor code a bit; don't announce vorbis caps on our audio
5836           sink pads since we don't support it anyway. Closes #379298.
5837
5838 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5839
5840         Patch by: Sebastian Dröge <slomo circular-chaos org>
5841
5842         * gst/audiofx/audiopanorama.c:
5843         (gst_audio_panorama_method_get_type),
5844         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5845         (gst_audio_panorama_set_process_function),
5846         (gst_audio_panorama_set_property),
5847         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5848         (gst_audio_panorama_transform_m2s_int_simple),
5849         (gst_audio_panorama_transform_s2s_int_simple),
5850         (gst_audio_panorama_transform_m2s_float_simple),
5851         (gst_audio_panorama_transform_s2s_float_simple):
5852         * gst/audiofx/audiopanorama.h:
5853           Add 'method' property and provide a simple (non-psychoacustic)
5854           processing method (#394859).
5855
5856         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5857         (panorama_suite):
5858           Tests for new method.
5859
5860 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5861
5862         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5863         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5864           Set correct caps on outgoing pulled buffers, or things blow up
5865           after recent core changes.
5866
5867 2007-01-11  Wim Taymans  <wim@fluendo.com>
5868
5869         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5870
5871         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5872         (gst_multipart_mux_request_new_pad),
5873         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5874         (gst_multipart_mux_change_state):
5875         Return FLOW errors ASAP. Fixes #394977.
5876         Misc cleanups.
5877
5878 2007-01-11  Wim Taymans  <wim@fluendo.com>
5879
5880         Patch by: Lutz Mueller <lutz at topfrose dot de>
5881
5882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5883         Check for stream pad before activating. 
5884
5885 2007-01-10  Wim Taymans  <wim@fluendo.com>
5886
5887         Patch by: Peter Kjellerstedt  <pkj at axis com>
5888
5889         * gst/rtsp/COPYING.MIT:
5890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5891         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5892         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5893         (gst_rtspsrc_stream_configure_transport),
5894         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5895         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5896         (gst_rtspsrc_parse_methods),
5897         (gst_rtspsrc_create_transports_string),
5898         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5899         (gst_rtspsrc_open), (gst_rtspsrc_close):
5900         * gst/rtsp/gstrtspsrc.h:
5901         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5902         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5903         (parse_request_line), (parse_line), (rtsp_connection_read),
5904         (rtsp_connection_close):
5905         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5906         (rtsp_method_as_text), (rtsp_header_as_text),
5907         (rtsp_status_as_text), (rtsp_find_header_field),
5908         (rtsp_find_method):
5909         * gst/rtsp/rtspdefs.h:
5910         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5911         (rtsp_ext_wms_configure_stream):
5912         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5913         (rtsp_message_new_request), (rtsp_message_init_request),
5914         (rtsp_message_new_response), (rtsp_message_init_response),
5915         (rtsp_message_init_data), (rtsp_message_unset),
5916         (rtsp_message_free), (rtsp_message_add_header),
5917         (rtsp_message_get_header), (rtsp_message_set_body),
5918         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5919         * gst/rtsp/rtspmessage.h:
5920         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5921         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5922         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5923         (sdp_message_dump):
5924         Allow url to be NULL to be able to use it for server connections.
5925         Can now send responses as well as requests.
5926         No longer hangs in an endless loop if EOF is received.
5927         Can now convert a status code to a text string.
5928         Return RTSP_HDR_INVALID for unknown headers.
5929         Return RTSP_INVALID for unknown methods.
5930         Copy CSeq and Session headers from the request.
5931         Only free memory corresponding to the currently set message type.
5932         Added const to function arguments as appropriate.
5933         Avoid a compiler warning when initializing nmedia.
5934         Use guint rather than gint to avoid compiler warnings.
5935         Fix crasher in wms extension.
5936         Factor out stream setup from open_connection.
5937         Delay activation of streams when actual data is received from the
5938         server, this prepares us to do proper protocol switching.
5939         Added new license.
5940         Fixes #380895.
5941
5942
5943 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5944
5945         Patch by: Sebastian Dröge <slomo ubuntu com>
5946
5947         * docs/plugins/Makefile.am:
5948         * gst/audiofx/audiopanorama.c:
5949           Some small docs fixes (#394851).
5950
5951 2007-01-09  Wim Taymans  <wim@fluendo.com>
5952
5953         * gst/avi/gstavidemux.c:
5954         Fix docs.
5955
5956 2007-01-09  Wim Taymans  <wim@fluendo.com>
5957
5958         * gst/rtp/Makefile.am:
5959         * gst/rtp/gstrtp.c: (plugin_init):
5960         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5961         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
5962         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
5963         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
5964         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
5965         * gst/rtp/gstrtpmpvdepay.h:
5966           Added RFC 2250 MPEG Video Depayloader.
5967
5968         * gst/rtp/gstrtpL16depay.h:
5969         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5970         (gst_rtp_h263p_depay_process):
5971         Fix Header file. Small cleanups.
5972
5973         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
5974         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
5975         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
5976         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
5977         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
5978         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
5979         (gst_rtp_mp4v_depay_change_state):
5980         Remove usused code. Remove Adapter from state Change. Added debug.
5981
5982         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
5983         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
5984         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
5985         * gst/rtp/gstrtpmpadepay.h:
5986         Subclass base depayloader.
5987         Added debug.
5988         Support static payload type assignment as well.
5989
5990         * gst/rtp/gstrtpmpapay.c:
5991         Fix caps.
5992
5993 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         Patch by: Vincent Torri  <vtorri at univ-evry fr>
5996
5997         * ext/jpeg/gstjpegdec.c:
5998         * ext/jpeg/gstjpegenc.c:
5999         * ext/jpeg/smokecodec.c:
6000           These libjpeg callbacks should return a 'boolean' (unsigned char
6001           apparently) and not a 'gboolean' (which maps to gint). Fixes
6002           warnings when compiling with MingW (#393427).
6003
6004         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6005           Use ioctlsocket on win32.
6006
6007         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6008           Some printf format fixes for win32.
6009
6010 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6011
6012         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6013           Use gst_guint64_to_gdouble for conversion.
6014         * win32/vs6/libgstmatroska.dsp:
6015           Add zlib to the link.
6016         * win32/vs6/libgstvideobox.dsp:
6017           Update liboil library name (project is linked to 
6018           liboil-0.3-0.lib now).
6019           
6020 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6021
6022         * gst/matroska/Makefile.am:
6023           If zlib is available and used, we must link it explicitly for
6024           things to work on MingW (fixes #392855).
6025
6026 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6027
6028         * ext/esd/esdsink.c: (gst_esdsink_delay):
6029           Don't return bogus values when esd_get_delay() fails for some
6030           reason (#392189).
6031
6032 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6033
6034         * sys/ximage/gstximagesrc.c: (composite_pixel):
6035           Fix presumably copy'n'pasto for 16bpp depth.
6036
6037 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6038
6039         * gst/matroska/matroska-mux.c:
6040         (gst_matroska_mux_audio_pad_setcaps):
6041           The "signed" field in audio caps is of boolean type, trying to use
6042           gst_structure_get_int() to extract it will fail. Fixing this makes
6043           matroskamux accept raw audio input (#387121) (use at your own risk
6044           though, due to the matroska spec being not entirely useful in this
6045           respect).
6046           Also fix up raw audio structures in template caps so that they
6047           represent what our setcaps function will actually accept, so that
6048           converters know what to convert to.
6049           Finally, don't fail if there isn't an "endianness" field in 8-bit
6050           PCM caps.
6051
6052 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6053
6054         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6055         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6056         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6057         (teardown_cmmldec):
6058         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6059         (teardown_cmmlenc):
6060         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6061           reapply consistent pad (de)activation
6062
6063 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6064
6065         * configure.ac:
6066         Back to CVS
6067
6068         * gst-plugins-good.doap:
6069         Add 0.10.5 doap entry
6070
6071 === release 0.10.5 ===
6072
6073 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6074
6075         * configure.ac:
6076           releasing 0.10.5, "The Path of Thorns"
6077
6078 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6079
6080         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6081         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6082         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6083         (teardown_cmmldec):
6084         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6085         (teardown_cmmlenc):
6086         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6087           revert my freeze breakage
6088
6089 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6090
6091         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6092         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6093         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6094         (teardown_cmmldec):
6095         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6096         (teardown_cmmlenc):
6097         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6098           consistent pad (de)activation
6099
6100 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6101
6102         * configure.ac:
6103         * ext/Makefile.am:
6104         Disable LADPSA, as it has moved to the -bad module for the duration.
6105
6106 2006-12-18  Wim Taymans  <wim@fluendo.com>
6107
6108         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6109         (gst_signal_processor_event):
6110         Reset flow_state back to _OK after a flush stop so that we exit our
6111         error state after the flush. Fixes #374213
6112
6113 2006-12-16  David Schleef  <ds@schleef.org>
6114
6115         * sys/osxvideo/osxvideosink.h:
6116         * sys/osxvideo/osxvideosink.m:
6117           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6118
6119 2006-12-16  David Schleef  <ds@schleef.org>
6120
6121         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6122
6123         * sys/osxvideo/Makefile.am:
6124         * sys/osxvideo/osxvideosink.h:
6125         * sys/osxvideo/osxvideosink.m:
6126           Preliminary patch for porting osxvideosink
6127
6128 2006-12-16  Wim Taymans  <wim@fluendo.com>
6129
6130         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6131
6132         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6133         (gst_videomixer_set_master_geometry),
6134         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6135         (gst_videomixer_reset), (gst_videomixer_init),
6136         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6137         (gst_videomixer_release_pad), (gst_videomixer_collected),
6138         (gst_videomixer_change_state):
6139         Introduce some locking around the videomixer state so that it does not
6140         crash when adding/removing pads. Fixes #383043.
6141
6142 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         * configure.ac:
6145           Make sure libcaca can actually be used instead of just checking for
6146           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6147           cross-compiling (fixes #384587).
6148
6149 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6150
6151         * Makefile.am:
6152         * gst-plugins-good.doap:
6153         * gst-plugins-good.spec.in:
6154           adding doap file
6155
6156 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * configure.ac:
6159           libflac-1.1.3 changed API again, but we can't build against it yet,
6160           so make sure our check doesn't use libflac-1.1.3 and add a comment
6161           to this effect.
6162
6163 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6164
6165         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6166         (gst_quarktv_planetable_clear):
6167           Add some NULL pointer checks (possibly related to #385623).
6168
6169 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6172         (gst_tag_demux_chain):
6173         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6174           In streaming mode, if the first buffer we get doesn't have an
6175           offset, fix it up to be 0, otherwise trimming won't work later on
6176           and we'll be typefinding application/x-id3, which may result in
6177           decodebin plugging an endless number of id3demux elements as a
6178           consequence. Fixes #385031.
6179           
6180 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6181
6182         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6183           Ignore the buffer_time the sound device reports. Turns out it is 
6184           sometimes completely bogus and we're better off without it.
6185
6186 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6189         (gst_matroska_demux_video_caps):
6190         * gst/matroska/matroska-ids.c:
6191         (gst_matroska_track_init_video_context):
6192         * gst/matroska/matroska-ids.h:
6193           Try harder to extract the framerate for video tracks correctly and
6194           save it directly instead of converting it back and forth a few
6195           times. Mostly makes a difference for very small framerates (<1).
6196           Fixes #380199.
6197
6198 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6199
6200         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6201         (gst_gconf_audio_src_dispose), (do_toggle_element):
6202         * ext/gconf/gstgconfaudiosrc.h:
6203           Remove gconf notify hook when the gconfaudiosrc element is
6204           destroyed, otherwise the callback may be called on an
6205           already-destroyed instance and bad things happen. Should fix
6206           #378184.
6207           Also ignore gconf key changes when the source is already running.
6208
6209 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6210
6211         Patch by: Sebastian Dröge  <mail at slomosnail de>
6212
6213         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6214           We need to be able to read and parse any possible floating point string
6215           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6216           will parse the former only in certain locales though, so we really need
6217           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6218           make sure we can parse either version at all times.
6219           Fixes #382982 for real.
6220
6221 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6222
6223         * sys/sunaudio/gstsunaudiomixerctrl.c:
6224         * sys/sunaudio/gstsunaudiosrc.c:
6225
6226         Use the sunaudio debug category.
6227
6228         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6229         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6230         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6231         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6232         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6233         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6234         (gst_sunaudiosink_reset):
6235         * sys/sunaudio/gstsunaudiosink.h:
6236
6237         Uses the sunaudio debug category for all debug output
6238         Implements the _delay() callback to synchronise video playback better
6239         Change the segtotal and segsize values back to the parent class 
6240           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6241           respectively)
6242         Measure the samples written to the device vs. played.
6243         Keep track of segments in the device by writing empty eof frames, and
6244         sleep using a GCond when we get too far ahead and risk overrunning the
6245         sink's ringbuffer.
6246
6247         Fixes: #360673
6248
6249 2006-12-08  Wim Taymans  <wim@fluendo.com>
6250
6251         Patch by: Sebastian Dröge  <mail at slomosnail de >
6252
6253         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6254         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6255         * gst/audiofx/audiopanorama.h:
6256         Fix audiopanorame with float samples. Fixes #383726.
6257
6258 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6259
6260         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6261         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6262         (gst_sunaudiosrc_reset):
6263
6264         Implement reset functions to unblock the src/sink more quickly on 
6265         state change requests.
6266         Patch by: Brian Cameron <brian dot cameron at sun com>
6267
6268 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6269
6270         * sys/sunaudio/gstsunaudiomixer.c:
6271         (gst_sunaudiomixer_change_state):
6272         Construct the correct mixer device name when the AUDIODEV env var
6273         is set.
6274
6275         Patch by: Jerry Tan <jerry.tan at sun dot com>
6276         Fixes: #383596
6277
6278 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6279
6280         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6281         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6282         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6283         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6284         Patch by: Jerry Tan <jerry.tan at sun dot com>
6285         Fixes: #349015
6286
6287 2006-12-07  Wim Taymans  <wim@fluendo.com>
6288
6289         * gst/smpte/gstmask.h:
6290         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6291         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6292         (gst_smpte_collected), (gst_smpte_set_property),
6293         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6294         * gst/smpte/gstsmpte.h:
6295         Port to 0.10 some more. 
6296         Added duration property to specify the duration of the transition.
6297         Make framerate a fraction.
6298         Deprecate fps property, we only use negotiated fps.
6299         Added docs.
6300         Fix collectpad usage.
6301         Reset state in READY.
6302         Send NEWSEGMENT event.
6303         Fix racy updates of object properties.
6304         Added debug category.
6305         Fixes #383323.
6306
6307 2006-12-06  Wim Taymans  <wim@fluendo.com>
6308
6309         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6310
6311         * gst/videomixer/videomixer.c:
6312         (gst_videomixer_set_master_geometry),
6313         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6314         Don't reset xpos and ypos in the setcaps function because causes
6315         unexpected behaviour.
6316         Fixes #382179.
6317
6318 2006-12-06  Wim Taymans  <wim@fluendo.com>
6319
6320         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6321         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6322         Keep track of the buffer timestamp in the collectdata member instead
6323         of modifying the buffer without making the metadata writable first.
6324         Fixes #382277.
6325
6326 2006-12-06  Wim Taymans  <wim@fluendo.com>
6327
6328         Patch by: Rob Taylor <robtaylor at floopily dot org>
6329
6330         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6331         If using multicast in udpsrc, bind to the multicast address rather than
6332         IN_ADDR_ANY.
6333         This allows the simultanous use of multiple udpsrcs listening on
6334         different multicat addresses. Without this all udpsrcs will receive all
6335         packets from all subscribed multicast addresses.
6336         Fixes #383001.
6337
6338 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6339
6340         * ext/taglib/gstid3v2mux.cc:
6341         Don't attempt to write a NULL frame into the ID3 tag set when the 
6342         createFrame method returned NULL.
6343         Fixes: #381857
6344         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6345
6346 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6347
6348         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6349         Use g_strtod() instead of sscanf to parse doubles, so that it will
6350         try parsing in the C locale if the current locale fails.
6351         Fixes: #382982
6352         Patch by: Sebastian Dröge  <mail at slomosnail de >
6353
6354 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6355
6356         * win32/MANIFEST:
6357         Fix compilation on win32 under VS8
6358         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6359         Partially fixes #381175
6360
6361 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6362
6363         * gst/avi/gstavimux.c:
6364           accept all mpegversions,fixes #380825
6365           spotted by: Jerome Alet  
6366
6367 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6368
6369         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6370         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6371         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6372         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6373           cleanup the error message a bit more
6374
6375 2006-11-28  Wim Taymans  <wim@fluendo.com>
6376
6377         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6378         Fix width and height properties.
6379
6380         * ext/libcaca/gstcacasink.h:
6381         Fix compilation on newer libcaca that require us to include a new
6382         header. Fixes #379918.
6383
6384 2006-11-28  Wim Taymans  <wim@fluendo.com>
6385
6386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6387         * gst/rtsp/gstrtspsrc.h:
6388         * gst/rtsp/rtspext.h:
6389         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6390         (rtsp_ext_wms_get_context):
6391         Add method so that extensions can choose to disable the setup of
6392         a stream.
6393         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6394
6395 2006-11-27  Wim Taymans  <wim@fluendo.com>
6396
6397         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6398
6399         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6400         Push header in a separate buffer instead of memcpy:ing all data.
6401         Change LF => CRLF in headers.
6402         Move trailing LF to header. Fixes #379792.
6403
6404 2006-11-27  Wim Taymans  <wim@fluendo.com>
6405
6406         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6407         Small buffer overflow fix and improve debugging.
6408
6409 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * ext/esd/esdmon.h:
6412         * ext/esd/esdsink.h:
6413           remove obsolete _factory_init protos
6414
6415 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6416
6417         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6418         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6419         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6420         (gst_avi_demux_read_subindexes_push),
6421         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6422         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6423         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6424         (gst_avi_demux_massage_index),
6425         (gst_avi_demux_calculate_durations_from_index),
6426         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6427         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6428         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6429           remove dead code, tweak debugs statements, add comments, use
6430           _uint64_scale instead _uint64_scale_int when using guint64 values,
6431           small optimizations, reflow some error handling
6432
6433 2006-11-22  Edward Hervey  <edward@fluendo.com>
6434
6435         * po/.cvsignore:
6436         We never put .pot files in cvs. Let's ignore them all.
6437
6438 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6439
6440         * po/POTFILES.in:
6441           ... but better exclude files that aren't disted.
6442
6443 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         * po/POTFILES.in:
6446           Add v4l2 source files to list of files with translations, so the
6447           strings are actually extracted (however bad they still may be).
6448
6449 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6452           Minor clean-ups: const-ify static array, remove trailing comma from
6453           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6454
6455 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6456
6457         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6458         Make sure that g_free always gets called on the same pointer that was 
6459         returned by g_malloc.  Fixes #376594.
6460         Do not leak memory if decompressed size is wrong.
6461         Remove unneeded check of return value of g_malloc.
6462         Patch by: René Stadler <mail@renestadler.de>
6463
6464 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6467           Add missing curly brackets.
6468
6469 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6470
6471         * sys/v4l2/v4l2src_calls.c:
6472         Fix capture_deinit.
6473
6474 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6475
6476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6477         (gst_matroska_mux_request_new_pad):
6478           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6479
6480         * tests/check/elements/matroskamux.c: (setup_src_pad),
6481         (setup_sink_pad), (GST_START_TEST):
6482         Activate pads before using them.
6483
6484 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6487           Initialise variable to get rid of bogus compiler warning.
6488
6489 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6490
6491         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6492
6493         * gst/rtp/gstrtph263pay.c:
6494         * gst/rtp/gstrtph263pdepay.c:
6495         * gst/rtp/gstrtph263ppay.c:
6496           Specify H.263 variant and version in the caps (fixes #361637)
6497
6498 2006-11-15  Wim Taymans  <wim@fluendo.com>
6499
6500         * gst/rtsp/rtspconnection.c: (read_body):
6501         Don't set a data pointer to NULL and a size > 0 when we deal
6502         with empty packets.
6503
6504         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6505         (rtsp_message_init_response), (rtsp_message_init_data),
6506         (rtsp_message_unset), (rtsp_message_free),
6507         (rtsp_message_take_body):
6508         Check that we can't create invalid empty packets. 
6509
6510 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6511
6512         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6513
6514         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6515         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6516         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6517         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6518         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6519         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6520         * gst/matroska/matroska-mux.h:
6521           Add basic tag writing support; implement releasing pads (#374658).
6522
6523 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6524
6525         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6526         (gst_matroska_demux_audio_caps):
6527           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6528
6529 2006-11-14  David Schleef  <ds@schleef.org>
6530
6531         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6532
6533 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6534
6535         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6536
6537         * win32/vs8/gst-plugins-good.sln:
6538         * win32/vs8/libgst1394.vcproj:
6539         * win32/vs8/libgstaasink.vcproj:
6540         * win32/vs8/libgstalaw.vcproj:
6541         * win32/vs8/libgstalpha.vcproj:
6542         * win32/vs8/libgstalphacolor.vcproj:
6543         * win32/vs8/libgstannodex.vcproj:
6544         * win32/vs8/libgstapetag.vcproj:
6545         * win32/vs8/libgstaudiofx.vcproj:
6546         * win32/vs8/libgstauparse.vcproj:
6547         * win32/vs8/libgstautodetect.vcproj:
6548         * win32/vs8/libgstavi.vcproj:
6549         * win32/vs8/libgstcacasink.vcproj:
6550         * win32/vs8/libgstcdio.vcproj:
6551         * win32/vs8/libgstcutter.vcproj:
6552         * win32/vs8/libgstdv.vcproj:
6553         * win32/vs8/libgsteffectv.vcproj:
6554         * win32/vs8/libgstflac.vcproj:
6555         * win32/vs8/libgstflxdec.vcproj:
6556         * win32/vs8/libgstgoom.vcproj:
6557         * win32/vs8/libgsticydemux.vcproj:
6558         * win32/vs8/libgstid3demux.vcproj:
6559         * win32/vs8/libgstjpeg.vcproj:
6560         * win32/vs8/libgstladspa.vcproj:
6561         * win32/vs8/libgstlevel.vcproj:
6562         * win32/vs8/libgstmatroska.vcproj:
6563         * win32/vs8/libgstmikmod.vcproj:
6564         * win32/vs8/libgstmng.vcproj:
6565         * win32/vs8/libgstmonoscope.vcproj:
6566         * win32/vs8/libgstmulaw.vcproj:
6567         * win32/vs8/libgstmultipart.vcproj:
6568         * win32/vs8/libgstpng.vcproj:
6569         * win32/vs8/libgstrtp.vcproj:
6570         * win32/vs8/libgstrtsp.vcproj:
6571         * win32/vs8/libgstshout2.vcproj:
6572         * win32/vs8/libgstsmpte.vcproj:
6573         * win32/vs8/libgstspeex.vcproj:
6574         * win32/vs8/libgsttaglib.vcproj:
6575         * win32/vs8/libgstudp.vcproj:
6576         * win32/vs8/libgstvideobalance.vcproj:
6577         * win32/vs8/libgstvideobox.vcproj:
6578         * win32/vs8/libgstvideoflip.vcproj:
6579         * win32/vs8/libgstvideomixer.vcproj:
6580         * win32/vs8/libgstwavenc.vcproj:
6581         * win32/vs8/libgstwavparse.vcproj:
6582           Make end-of-line returns unixy, so that when the files are checked
6583           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6584           Hopefully fixes #366492.
6585
6586 2006-11-14  Wim Taymans  <wim@fluendo.com>
6587
6588         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6589         Disable init_frames delay timestamp adjustment, it does not
6590         seem to be needed at all. Fixes #369621.
6591
6592 2006-11-13  Wim Taymans  <wim@fluendo.com>
6593
6594         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6595
6596         * gst/videomixer/videomixer.c:
6597         (gst_videomixer_set_master_geometry),
6598         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6599         (gst_videomixer_collect_free), (gst_videomixer_reset),
6600         (gst_videomixer_init), (gst_videomixer_finalize),
6601         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6602         (gst_videomixer_collected), (gst_videomixer_change_state):
6603         Fix memleak by unref'ing collectpads instance (when finalizing)
6604         Implement releasing a request pad. Fixes #374479.
6605
6606 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6609
6610         * win32/vs8/gst-plugins-good.sln:
6611         * win32/vs8/libgst1394.vcproj:
6612         * win32/vs8/libgstaasink.vcproj:
6613         * win32/vs8/libgstalaw.vcproj:
6614         * win32/vs8/libgstalpha.vcproj:
6615         * win32/vs8/libgstalphacolor.vcproj:
6616         * win32/vs8/libgstannodex.vcproj:
6617         * win32/vs8/libgstapetag.vcproj:
6618         * win32/vs8/libgstaudiofx.vcproj:
6619         * win32/vs8/libgstauparse.vcproj:
6620         * win32/vs8/libgstautodetect.vcproj:
6621         * win32/vs8/libgstavi.vcproj:
6622         * win32/vs8/libgstcacasink.vcproj:
6623         * win32/vs8/libgstcdio.vcproj:
6624         * win32/vs8/libgstcutter.vcproj:
6625         * win32/vs8/libgstdv.vcproj:
6626         * win32/vs8/libgsteffectv.vcproj:
6627         * win32/vs8/libgstflac.vcproj:
6628         * win32/vs8/libgstflxdec.vcproj:
6629         * win32/vs8/libgstgoom.vcproj:
6630         * win32/vs8/libgsticydemux.vcproj:
6631         * win32/vs8/libgstid3demux.vcproj:
6632         * win32/vs8/libgstjpeg.vcproj:
6633         * win32/vs8/libgstladspa.vcproj:
6634         * win32/vs8/libgstlevel.vcproj:
6635         * win32/vs8/libgstmatroska.vcproj:
6636         * win32/vs8/libgstmikmod.vcproj:
6637         * win32/vs8/libgstmng.vcproj:
6638         * win32/vs8/libgstmonoscope.vcproj:
6639         * win32/vs8/libgstmulaw.vcproj:
6640         * win32/vs8/libgstmultipart.vcproj:
6641         * win32/vs8/libgstpng.vcproj:
6642         * win32/vs8/libgstrtp.vcproj:
6643         * win32/vs8/libgstrtsp.vcproj:
6644         * win32/vs8/libgstshout2.vcproj:
6645         * win32/vs8/libgstsmpte.vcproj:
6646         * win32/vs8/libgstspeex.vcproj:
6647         * win32/vs8/libgsttaglib.vcproj:
6648         * win32/vs8/libgstudp.vcproj:
6649         * win32/vs8/libgstvideobalance.vcproj:
6650         * win32/vs8/libgstvideobox.vcproj:
6651         * win32/vs8/libgstvideoflip.vcproj:
6652         * win32/vs8/libgstvideomixer.vcproj:
6653         * win32/vs8/libgstwavenc.vcproj:
6654         * win32/vs8/libgstwavparse.vcproj:
6655           Add VS8 project files (note that many of the plugins in ext are
6656           disabled by default). Fixes #366492.
6657
6658 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6659
6660         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6661           we do not translate debug messages
6662
6663 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6664
6665         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6666           fix categorisation, make short desc more explicit, remove unused code
6667           Fixes #372021
6668
6669 2006-11-08  Wim Taymans  <wim@fluendo.com>
6670
6671         * gst/rtp/gstrtpL16depay.c:
6672         * gst/rtp/gstrtpamrdepay.c:
6673         * gst/rtp/gstrtpamrpay.c:
6674         * gst/rtp/gstrtpgsmdepay.c:
6675         * gst/rtp/gstrtph263pay.c:
6676         * gst/rtp/gstrtph263pdepay.c:
6677         * gst/rtp/gstrtph263ppay.c:
6678         * gst/rtp/gstrtph264depay.c:
6679         * gst/rtp/gstrtpmp2tdepay.c:
6680         * gst/rtp/gstrtpmp4gdepay.c:
6681         * gst/rtp/gstrtpmp4gpay.c:
6682         * gst/rtp/gstrtpmp4vdepay.c:
6683         * gst/rtp/gstrtpmp4vpay.c:
6684         * gst/rtp/gstrtpmpadepay.c:
6685         * gst/rtp/gstrtpmpapay.c:
6686         * gst/rtp/gstrtppcmadepay.c:
6687         * gst/rtp/gstrtppcmapay.c:
6688         * gst/rtp/gstrtppcmudepay.c:
6689         * gst/rtp/gstrtppcmupay.c:
6690         * gst/rtp/gstrtpspeexdepay.c:
6691         * gst/rtp/gstrtpspeexpay.c:
6692         * gst/rtp/gstrtpsv3vdepay.c:
6693         Fix element descriptions.
6694
6695 2006-11-08  Wim Taymans  <wim@fluendo.com>
6696
6697         * gst/rtp/gstrtpvorbisdepay.c:
6698         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6699         Fix description.
6700         Small cleanup in the payloader.
6701
6702 2006-11-08  Wim Taymans  <wim@fluendo.com>
6703
6704         * gst/rtp/Makefile.am:
6705         * gst/rtp/gstrtp.c: (plugin_init):
6706         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6707         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6708         (gst_rtp_theora_depay_finalize),
6709         (gst_rtp_theora_depay_parse_configuration),
6710         (gst_rtp_theora_depay_setcaps),
6711         (gst_rtp_theora_depay_switch_codebook),
6712         (gst_rtp_theora_depay_process),
6713         (gst_rtp_theora_depay_set_property),
6714         (gst_rtp_theora_depay_get_property),
6715         (gst_rtp_theora_depay_change_state),
6716         (gst_rtp_theora_depay_plugin_init):
6717         * gst/rtp/gstrtptheoradepay.h:
6718         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6719         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6720         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6721         (gst_rtp_theora_pay_init_packet),
6722         (gst_rtp_theora_pay_flush_packet),
6723         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6724         (gst_rtp_theora_pay_handle_buffer),
6725         (gst_rtp_theora_pay_plugin_init):
6726         * gst/rtp/gstrtptheorapay.h:
6727         Add theora pay/depayloaders.
6728
6729 2006-11-06  Wim Taymans  <wim@fluendo.com>
6730
6731         * gst/rtp/Makefile.am:
6732         We depend on gsttag to generate the vorbis comments.
6733
6734         * gst/rtp/gstrtpvorbisdepay.c:
6735         (gst_rtp_vorbis_depay_parse_configuration),
6736         (gst_rtp_vorbis_depay_setcaps),
6737         (gst_rtp_vorbis_depay_switch_codebook),
6738         (gst_rtp_vorbis_depay_process):
6739         * gst/rtp/gstrtpvorbisdepay.h:
6740         Parse configuration string in the depayloader.
6741         Implement selecting and switching to a new codebook.
6742         Receiving vorbis over RTP now works.
6743
6744         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6745         (gst_rtp_vorbis_pay_init_packet),
6746         (gst_rtp_vorbis_pay_finish_headers),
6747         (gst_rtp_vorbis_pay_handle_buffer):
6748         * gst/rtp/gstrtpvorbispay.h:
6749         Set timestamps on outgoing buffers and RTP packets.
6750         Fix configuration string, prepend number of Packet headers.
6751         Fix encoding of ident string.
6752         Add delivery-method to caps.
6753         Streaming vorbis over RTP now works.
6754
6755 2006-11-06  Wim Taymans  <wim@fluendo.com>
6756
6757         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6758         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6759         (gst_rtp_vorbis_pay_handle_buffer):
6760         * gst/rtp/gstrtpvorbispay.h:
6761         Generate a valid configuration string in the caps based on the
6762         vorbis headers.
6763
6764 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6767         * ext/cdio/gstcdio.h:
6768         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6769           Move CD-TEXT utility function into common file so it can also be
6770           used by a future cdioparanoiasrc.
6771
6772 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6773         
6774         * sys/v4l2/Makefile.am:
6775         * sys/v4l2/gstv4l2object.c:
6776         * sys/v4l2/gstv4l2src.c:
6777         * sys/v4l2/gstv4l2xoverlay.c:
6778         * sys/v4l2/v4l2_calls.c:
6779         * sys/v4l2/v4l2src_calls.c:
6780         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6781         xoverlay code that is still not implemented.
6782
6783 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6786           We require a -base more recent than 0.10.9, so it's safe to use
6787           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6788
6789         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6790         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6791           Use _newsegment_full() now that we depend on a recent enough core.
6792
6793         * gst/wavparse/gstwavparse.c:
6794           Remove cruft that we don't need any longer now that we depend on
6795           a recent enough -base.
6796
6797 2006-10-31  Wim Taymans  <wim@fluendo.com>
6798
6799         * gst/rtp/Makefile.am:
6800         * gst/rtp/gstrtp.c: (plugin_init):
6801         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6802         (gst_rtpilbcpay_setcaps):
6803         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6804
6805 2006-10-31  Wim Taymans  <wim@fluendo.com>
6806
6807         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6808         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6809         Some small cleanups, use _scale.
6810
6811 2006-10-31  Wim Taymans  <wim@fluendo.com>
6812
6813         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6814         Use higher precision scale function.
6815
6816 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6817
6818         Patch by: Michal Benes  <michal dot benes at itonis tv>
6819
6820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6821         (gst_matroska_demux_read_track_encodings),
6822         (gst_matroska_decode_buffer):
6823           Fix several issues with encoded/compressed/encrypted/signed tracks;
6824           also, remove superfluous newline characters from some debug
6825           statements. (#366155)
6826
6827 2006-10-30  Wim Taymans  <wim@fluendo.com>
6828
6829         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6830         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6831         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6832         (gst_smokedec_change_state):
6833         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6834         (gst_smokeenc_init), (gst_smokeenc_finalize),
6835         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6836         (gst_smokeenc_resync), (gst_smokeenc_chain),
6837         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6838         (gst_smokeenc_change_state):
6839         Various cleanups, capsnego and leak fixes.
6840
6841 2006-10-30  Wim Taymans  <wim@fluendo.com>
6842
6843         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6844
6845         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6846         Fix videomixer so that it can handle any combination of framerates.
6847         Fixes #367221.
6848
6849 2006-10-28  Wim Taymans  <wim@fluendo.com>
6850
6851         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6852         (gst_avi_demux_parse_file_header),
6853         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6854         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6855         (gst_avi_demux_chain):
6856         Fix position query for audio. also fixes timestamps in streaming
6857         mode and bug #364958.
6858         Small cleanups.
6859
6860 2006-10-27  Wim Taymans  <wim@fluendo.com>
6861
6862         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6863         * ext/libpng/gstpngenc.h:
6864         Fix strides. Fixes #364856.
6865         Cleanup capsnego.
6866         Set caps on outgoing buffers.
6867
6868 2006-10-18  Wim Taymans  <wim@fluendo.com>
6869
6870         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6871
6872         * gst/rtp/gstrtpgsmpay.c:
6873         * gst/rtp/gstrtph263pay.c:
6874         * gst/rtp/gstrtpmpapay.c:
6875         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6876         (gst_rtp_pcma_pay_handle_buffer):
6877         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6878         Add static payload numbers in addition to the dynamic ones.
6879         Fixes #361639.
6880
6881 2006-10-18  Wim Taymans  <wim@fluendo.com>
6882
6883         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6884         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6885         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6886         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6887         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6888         * gst/rtsp/rtspdefs.h:
6889         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6890         * gst/rtsp/rtspurl.h:
6891         Reuse already existing enum for lower transport.
6892         Add rtspt and rtspu protocols.
6893         Send redirect to rtspt when udp times out.
6894
6895 2006-10-18  Wim Taymans  <wim@fluendo.com>
6896
6897         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6898         (gst_wavparse_stream_data):
6899         Fix seeking some more, mostly for speed changes.
6900
6901 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         Patch by: Fredrik Persson  <frepe at bredband net>
6904
6905         * sys/v4l2/gstv4l2tuner.c:
6906         * sys/v4l2/gstv4l2tuner.h:
6907           Fix _set_channel(): remove useless g_object_notify() for "channel"
6908           property that doesn't exist any longer and therefore now also
6909           useless redirect (#338818).
6910
6911 2006-10-17  Wim Taymans  <wim@fluendo.com>
6912
6913         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6914         Some drivers do not support unsetting the non-blocking flag once the
6915         device is opened. In those cases, close/open the device in
6916         non-blocking mode. Fixes #362673.
6917
6918 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6919
6920         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6921         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6922         (gst_v4l2src_get_fps):
6923           dear stefan, framespersecond is not frameperiod, reverting but adding
6924           comment
6925
6926 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
6927
6928         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6929         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6930         (gst_v4l2src_get_fps):
6931           Numerator is numerator and denominator is denominator. Say that aloud
6932           5 times and retry after next beer.
6933
6934 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6935
6936         Patch by: Josep Torra Valles  <josep at fluendo com>
6937
6938         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6939         * ext/esd/esdsink.c: (gst_esdsink_write):
6940         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6941         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6942         (gst_flac_dec_send_newsegment):
6943         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6944         (gst_flac_enc_tell_callback):
6945         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6946         (smokecodec_parse_header), (smokecodec_decode):
6947         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6948         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6949         * gst/goom/Makefile.am:
6950         * gst/goom/gstgoom.c:
6951         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6952         * gst/rtsp/gstrtspsrc.c:
6953         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6954         * gst/udp/gstudpsink.c:
6955         * gst/udp/gstudpsrc.c:
6956         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6957         * sys/sunaudio/gstsunaudiomixertrack.h:
6958           Fix a bunch of problems discovered by the Forte compiler, mostly type
6959           mixups and pointer arithmetics with void pointers. Fixes #362603.
6960
6961 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * ext/speex/gstspeex.c: (plugin_init):
6964         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
6965         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
6966         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
6967         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
6968         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
6969         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
6970         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
6971         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
6972         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
6973         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
6974         (gst_speex_enc_chain), (gst_speex_enc_get_property),
6975         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
6976         * ext/speex/gstspeexenc.h:
6977           Miscellaneous clean-ups, among other things: speexenc => enc to
6978           enhance code readability; change speexenc => speex_enc; in chain
6979           function unref input buffer in case of error; take reference in
6980           event function; use boilerplate macro; use gst_pad_query_peer_*
6981           convenience functions.
6982
6983 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
6986         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
6987         (gst_speexenc_set_header_on_caps):
6988           Fix some mem leaks.
6989
6990 2006-10-11  Wim Taymans  <wim@fluendo.com>
6991
6992         * gst/rtsp/URLS:
6993         Added some other URL.
6994
6995         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
6996         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
6997         (gst_rtspsrc_open), (gst_rtspsrc_play),
6998         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6999         * gst/rtsp/gstrtspsrc.h:
7000         Work on fallback to TCP connection when the UDP socket times out.
7001         Handler server requests, just reply with OK for now.
7002
7003         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7004         * gst/rtsp/rtspdefs.h:
7005         Added some more Real extension headers.
7006
7007         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7008         Fix parsing of urls with a ':' that is not part of the hostname:port
7009         part of the url.
7010
7011 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7012
7013         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7014         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7015         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7016           Activate pad before adding it to the already-running element.
7017
7018         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7019           Activate newly-created pad too.
7020
7021 2006-10-11  Wim Taymans  <wim@fluendo.com>
7022
7023         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7024
7025         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7026         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7027         (gst_udpsrc_start):
7028         Fix some leaks in caps and uris. Fixes #361252.
7029
7030 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7031
7032         * gst/wavparse/Makefile.am:
7033           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7034
7035 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7036
7037         * sys/v4l2/gstv4l2xoverlay.c:
7038         * sys/v4l2/gstv4l2xoverlay.h:
7039         Fix build as per the patch in #338818 comment 36.
7040
7041 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7042
7043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7044           Activate pads before adding them to the source.
7045
7046 2006-10-06  Wim Taymans  <wim@fluendo.com>
7047
7048         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7049         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7050         Activate pads before adding.
7051
7052 2006-10-06  Wim Taymans  <wim@fluendo.com>
7053
7054         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7055         (gst_multipart_find_pad_by_mime):
7056         Activate pads before adding.
7057
7058         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7059         BOILERPLATE sets parent_class for us.
7060
7061 2006-10-06  Wim Taymans  <wim@fluendo.com>
7062
7063         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7064         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7065         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7066         (gst_rtspsrc_alloc_udp_ports),
7067         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7068         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7069         (gst_rtspsrc_create_transports_string),
7070         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7071         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7072         * gst/rtsp/gstrtspsrc.h:
7073         Rework how the transport string is constructed, try to share channels
7074         and udp ports.
7075         Make most of the stuff less dependant on RTP as we are also going to use
7076         it for RDT.
7077         Add support for transport specific session managers.
7078
7079         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7080         Implement _flush().
7081
7082         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7083         * gst/rtsp/rtspdefs.h:
7084         Add generic error return code.
7085
7086         * gst/rtsp/rtspext.h:
7087         Add support for pluggable tranport strings.
7088
7089         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7090         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7091         (rtsp_ext_wms_get_context):
7092         Detect WMServer and activate the extension.
7093
7094         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7095         (rtsp_transport_get_manager), (rtsp_transport_parse):
7096         * gst/rtsp/rtsptransport.h:
7097         Added methods to get mime/manager for certain transports.
7098
7099 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         * ext/cairo/gsttimeoverlay.c:
7102         (gst_cairo_time_overlay_update_font_height):
7103         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7104         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7105         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7106         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7107         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7108         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7109         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7110         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7111         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7112         (gst_avi_demux_stream_data):
7113         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7114         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7115         (gst_fenced_buffer_copy):
7116         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7117         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7118         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7120         (gst_rtspsrc_handle_message):
7121         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7122         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7123           Printf format fixes.
7124
7125 2006-10-04  Wim Taymans  <wim@fluendo.com>
7126
7127         * gst/rtsp/Makefile.am:
7128         Dist new .h file too.
7129
7130 2006-10-04  Wim Taymans  <wim@fluendo.com>
7131
7132         * gst/rtsp/Makefile.am:
7133         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7134         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7136         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7137         (gst_rtspsrc_parse_rtpmap),
7138         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7139         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7140         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7141         * gst/rtsp/gstrtspsrc.h:
7142         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7143         * gst/rtsp/rtspdefs.h:
7144         * gst/rtsp/rtspext.h:
7145         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7146         (rtsp_ext_wms_get_context):
7147         * gst/rtsp/rtspextwms.h:
7148         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7149         (rtsp_transport_parse):
7150         * gst/rtsp/rtsptransport.h:
7151         Factor out extension in separate module.
7152         Fix getcaps to filter against the padtemplate.
7153         Use Content-Base if the server gives one.
7154         Rework the transport parsing a bit for future extensions.
7155         Added some Real Header field definitions.
7156
7157 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7158
7159         * docs/plugins/Makefile.am:
7160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7161         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7162           added v4l2 stubs
7163         * gst-plugins-good.spec.in:
7164           add v4l2
7165
7166 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7169           Extract disc/album/medium number and count and try harder
7170           to extract track number/count.
7171
7172 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7173
7174         * configure.ac:
7175         * sys/Makefile.am:
7176           add build stuff for v4l2, needs --enable-experimental until
7177           the last bits are resolved
7178
7179 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         * tests/check/Makefile.am:
7182           Disable autodetect test temporarily, so that the build bots
7183           update -bad and the ranks of unreliable video sinks in there.
7184
7185         * tests/check/elements/autodetect.c: (GST_START_TEST):
7186           Skip test if no usable videosink is found.
7187
7188 2006-09-29  Wim Taymans  <wim@fluendo.com>
7189
7190         * gst/rtsp/URLS:
7191         Add some more URLs.
7192
7193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7194         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7195         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7196         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7197         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7198         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7199         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7200         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7201         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7202         * gst/rtsp/gstrtspsrc.h:
7203         Add timeout property to control UDP timeouts.
7204         Fix error messages.
7205         Also start a loop function when operating in UDP mode so that we can
7206         do some more stuff async.
7207         Handle element messages from udpsrc to detect timeouts. If a timeout
7208         happens we currently generate an error.
7209         API: rtspsrc::timeout property.
7210
7211         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7212         (gst_udpsrc_create):
7213         Really implement the timeout in microseconds and not milliseconds.
7214
7215 2006-09-29  Wim Taymans  <wim@fluendo.com>
7216
7217         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7218         (gst_udpsrc_create), (gst_udpsrc_set_property),
7219         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7220         * gst/udp/gstudpsrc.h:
7221         Added property to post a message on timeout.
7222         Updated docs.
7223         When restarting the select, initialize the fdsets again.
7224         Init control sockets so we don't accidentally close a random socket.
7225         API: GstUDPSrc::timeout property
7226
7227 2006-09-29  Wim Taymans  <wim@fluendo.com>
7228
7229         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7230         Fix flag registration.
7231
7232         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7233         Reading 0 also means 'no more commands'
7234
7235 2006-09-29  Wim Taymans  <wim@fluendo.com>
7236
7237         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7238
7239         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7240         Fix possible infinite loop when shutting down, a read can also return
7241         0 to indicate no more messages are available. Fixes #358156.
7242
7243 2006-09-25  Wim Taymans  <wim@fluendo.com>
7244
7245         * gst/autodetect/gstautoaudiosink.c:
7246         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7247         (gst_auto_audio_sink_find_best):
7248         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7249         Small cleanups.
7250         don't try to set "sync" property when it is not available.
7251
7252 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7253
7254         Patch by: Peter Kjellerstedt  <pkj at axis com>
7255
7256         * gst/alpha/gstalpha.c:
7257         * gst/rtp/gstrtpamrdepay.c:
7258         * gst/rtsp/gstrtspsrc.c:
7259         * gst/udp/gstudpsrc.c:
7260         * gst/videomixer/videomixer.c:
7261           Include stdlib.h in some more places, makes things compile
7262           with uClibc and -Werror (#357592).
7263
7264 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * ext/jpeg/gstjpegdec.c:
7267           Set minimum height to 8 (from 16), our code should handle
7268           that fine. Some of the buttons on the apple trailer site
7269           are apparently only 15 pixels high (see #357470).
7270
7271 2006-09-23  Wim Taymans  <wim@fluendo.com>
7272
7273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7274         (gst_rtspsrc_open):
7275         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7276         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7277         (rtsp_connection_receive):
7278         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7279         * gst/rtsp/rtspdefs.h:
7280         Improve error reporting.
7281
7282 2006-09-23  Wim Taymans  <wim@fluendo.com>
7283
7284         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7285         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7286         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7287         * gst/rtp/gstrtpdepay.c:
7288         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7289         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7290         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7291         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7292         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7293         (gst_rtp_mp2t_depay_plugin_init):
7294         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7295         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7296         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7297         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7298         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7299         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7300         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7301         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7302         Fix klass typos.
7303         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7304
7305 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7306
7307         * configure.ac:
7308           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7309
7310 2006-09-22  Wim Taymans  <wim@fluendo.com>
7311
7312         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7313         Don't check for a tag that is never there and check if we read the
7314         correct tag. Fixes seeking again.
7315         We must post an error when all pads are unlinked.
7316
7317 2006-09-22  Wim Taymans  <wim@fluendo.com>
7318
7319         * gst/rtp/Makefile.am:
7320         * gst/rtp/gstrtp.c: (plugin_init):
7321         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7322         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7323         (gst_rtp_vorbis_pay_reset_packet),
7324         (gst_rtp_vorbis_pay_init_packet),
7325         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7326         (gst_rtp_vorbis_pay_handle_buffer):
7327         More fixage, set endoder-params correctly in the payloader.
7328
7329 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         * gst/autodetect/gstautoaudiosink.c:
7332         (gst_auto_audio_sink_base_init):
7333         * gst/autodetect/gstautovideosink.c:
7334         (gst_auto_video_sink_base_init):
7335           Make static pad templates static to appease valgrind's leak
7336           detector.
7337
7338         * tests/check/Makefile.am:
7339         * tests/check/elements/.cvsignore:
7340         * tests/check/elements/autodetect.c: (GST_START_TEST),
7341         (autodetect_suite):
7342           Add simple test for the ghostpad lockup on shutdown fixed in core
7343           CVS (audio bit disabled because it would need dozens of alsa
7344           suppressions and I'm too lazy to add those now).
7345
7346 2006-09-22  Wim Taymans  <wim@fluendo.com>
7347
7348         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7349         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7350         Small cleanups.
7351
7352         * gst/rtp/Makefile.am:
7353         * gst/rtp/gstrtp.c: (plugin_init):
7354         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7355         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7356         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7357         (gst_rtp_vorbis_depay_process),
7358         (gst_rtp_vorbis_depay_set_property),
7359         (gst_rtp_vorbis_depay_get_property),
7360         (gst_rtp_vorbis_depay_change_state),
7361         (gst_rtp_vorbis_depay_plugin_init):
7362         * gst/rtp/gstrtpvorbisdepay.h:
7363         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7364         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7365         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7366         (gst_rtp_vorbis_pay_flush_packet),
7367         (gst_rtp_vorbis_pay_append_buffer),
7368         (gst_rtp_vorbis_pay_handle_buffer),
7369         (gst_rtp_vorbis_pay_plugin_init):
7370         * gst/rtp/gstrtpvorbispay.h:
7371         Add experimental vorbis pay and depayloaders.
7372
7373 2006-09-21  Wim Taymans  <wim@fluendo.com>
7374
7375         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7376         Fix profile-level-id parsing and setup.
7377
7378 2006-09-21  Wim Taymans  <wim@fluendo.com>
7379
7380         * gst/udp/README:
7381         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7382         Update README, simple cleanup.
7383
7384 2006-09-21  Wim Taymans  <wim@fluendo.com>
7385
7386         * gst/rtp/README:
7387         Update README with some examples.
7388
7389         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7390         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7391         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7392         (gst_rtp_mp4g_pay_setcaps):
7393         * gst/rtp/gstrtpmp4gpay.h:
7394         Make optional RTP parameters of type STRING, as required by the
7395         application/x-rtp caps specification.
7396
7397 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7398
7399         * gst/rtp/gstrtph263pdepay.c:
7400         * gst/rtp/gstrtph263ppay.c:
7401         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7402         RTP header.
7403
7404 2006-09-20  Wim Taymans  <wim@fluendo.com>
7405
7406         * gst/rtp/Makefile.am:
7407         And makefile too.
7408
7409 2006-09-20  Wim Taymans  <wim@fluendo.com>
7410
7411         * gst/rtp/gstrtp.c: (plugin_init):
7412         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7413         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7414         (decode_base64), (gst_rtp_asf_depay_setcaps),
7415         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7416         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7417         (gst_rtp_asf_depay_plugin_init):
7418         * gst/rtp/gstrtpasfdepay.h:
7419         Added preliminary ASF depayloader.
7420
7421         * gst/rtp/gstrtph264depay.c: (decode_base64):
7422         Fix base64 decoding.
7423
7424 2006-09-20  Wim Taymans  <wim@fluendo.com>
7425
7426         * gst/rtsp/URLS:
7427         Added some test URLS.
7428
7429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7430         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7431         * gst/rtsp/gstrtspsrc.h:
7432         When creating streams, give access to the complete SDP.
7433         Fix some leaks.
7434         Collect and merge global stream properties in stream caps.
7435         Preliminary support for WMServer.
7436
7437         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7438         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7439         (rtsp_connection_receive):
7440         * gst/rtsp/rtspconnection.h:
7441         Make connection interruptable.
7442         Refactor to make it reconnectable.
7443         Don't fail on short reads when reading data packets.
7444
7445         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7446         (rtsp_url_get_port):
7447         * gst/rtsp/rtspurl.h:
7448         Add methods for getting/setting the port.
7449
7450         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7451         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7452         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7453         (sdp_media_get_format), (sdp_parse_line),
7454         (sdp_message_parse_buffer):
7455         Fix headers. 
7456         Add methods for getting multiple attributes with the same name.
7457         Increase buffer size when parsing.
7458         Fix parsing of a=foo fields.
7459
7460         * gst/rtsp/test.c: (main):
7461         Update to new connection API.
7462
7463         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7464         (rtsp_message_init_response), (rtsp_message_init_data),
7465         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7466         * gst/rtsp/rtspmessage.h:
7467         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7468         * gst/rtsp/rtsptransport.h:
7469         * gst/rtsp/sdp.h:
7470         * gst/rtsp/sdpmessage.h:
7471         * gst/rtsp/gstrtsp.c:
7472         * gst/rtsp/gstrtsp.h:
7473         * gst/rtsp/gstrtpdec.c:
7474         * gst/rtsp/gstrtpdec.h:
7475         * gst/rtsp/rtsp.h:
7476         * gst/rtsp/rtspdefs.c:
7477         * gst/rtsp/rtspdefs.h:
7478         Dual licensed under MIT and LGPL now.
7479
7480 2006-09-19  Wim Taymans  <wim@fluendo.com>
7481
7482         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7483         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7484         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7485         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7486         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7487         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7488         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7489         * gst/rtsp/gstrtspsrc.h:
7490         Reorganize stream parsing and creation.
7491         Detect container formats in interleaved mode.
7492         Keep more state about the streams.
7493         Assume a server also supports PLAY if it does not say.
7494         Add unicast and interleaved properties to TCP transport requests to make
7495         some servers happy (WMServer).
7496
7497         * gst/rtsp/sdpmessage.h:
7498         Add some defines for the standard Bandwidth types.
7499
7500 2006-09-19  Wim Taymans  <wim@fluendo.com>
7501
7502         * gst/rtsp/test.c: (main):
7503         Fix build.
7504
7505 2006-09-19  Wim Taymans  <wim@fluendo.com>
7506
7507         * gst/wavparse/gstwavparse.c:
7508         Add ms-gsm to the src template.
7509
7510 2006-09-18  Wim Taymans  <wim@fluendo.com>
7511
7512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7513         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7514         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7515         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7516         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7517         * gst/rtsp/gstrtspsrc.h:
7518         Small cleanups, added documentation.
7519         Try to clean up the requests and responses.
7520         Refactor parsing the supported methods.
7521
7522         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7523         (rtsp_connection_create), (rtsp_connection_send),
7524         (parse_response_status), (parse_request_line),
7525         (rtsp_connection_receive), (rtsp_connection_close),
7526         (rtsp_connection_free):
7527         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7528         (rtsp_transport_init), (rtsp_transport_parse),
7529         (rtsp_transport_free):
7530         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7531         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7532         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7533         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7534         Use g_return_val some more.
7535
7536         * gst/rtsp/rtspdefs.h:
7537         Add more enum values to track initial states.
7538
7539         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7540         (rtsp_message_init_request), (rtsp_message_new_response),
7541         (rtsp_message_init_response), (rtsp_message_init_data),
7542         (rtsp_message_unset), (rtsp_message_free),
7543         (rtsp_message_add_header), (rtsp_message_remove_header),
7544         (rtsp_message_get_header), (rtsp_message_set_body),
7545         (rtsp_message_take_body), (rtsp_message_get_body),
7546         (rtsp_message_steal_body), (rtsp_message_dump):
7547         * gst/rtsp/rtspmessage.h:
7548         Reorder arguments, object goes as the first one.
7549         Use g_return_val some more.
7550
7551 2006-09-18  Wim Taymans  <wim@fluendo.com>
7552
7553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7554         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7555         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7556         * gst/rtsp/gstrtspsrc.h:
7557         Export sometimes source pad with correct caps on the template, create
7558         the ghostpad from the template.
7559         Remove RTCP template as we never expose RTCP.
7560         Protect against invalid body size.
7561         Avoid memcpy when creating the output buffer.
7562         Properly post an error and send EOS when the loop function is shut down.
7563
7564 2006-09-18  Wim Taymans  <wim@fluendo.com>
7565
7566         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7567
7568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7569         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7570         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7571         * gst/rtsp/gstrtspsrc.h:
7572         Make sure we can never set an invalid location.
7573
7574         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7575         * gst/rtsp/rtspmessage.h:
7576         Added _steal_body method for future use.
7577
7578         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7579         Make freeing of NULL url return immediatly.
7580
7581 2006-09-18  Wim Taymans  <wim@fluendo.com>
7582
7583         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7584
7585         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7586         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7587         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7588         (gst_rtspsrc_change_state):
7589         * gst/rtsp/gstrtspsrc.h:
7590         Use boilerplate.
7591         Make rtspsrc subclass GstBin to make state changes easier.
7592         Add Range header field on the PLAY request.
7593
7594 2006-09-18  Wim Taymans  <wim@fluendo.com>
7595
7596         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7597
7598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7599         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7600         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7601         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7602         * gst/rtsp/rtspconnection.c: (inet_aton):
7603         Small cleanups.
7604         when multicast is selected as the transport, create UDP sources and
7605         connect to the multicast group.
7606         Move parsing and setting of caps to a common place.
7607         Fixes #349894.
7608
7609 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7610
7611         * ext/flac/gstflactag.c:
7612         * gst/alpha/gstalpha.c:
7613         * gst/debug/breakmydata.c:
7614         * gst/debug/negotiation.c:
7615         * gst/debug/testplugin.c:
7616         * gst/effectv/gstaging.c:
7617         * gst/effectv/gstdice.c:
7618         * gst/effectv/gstedge.c:
7619         * gst/effectv/gstquark.c:
7620         * gst/effectv/gstrev.c:
7621         * gst/effectv/gstshagadelic.c:
7622         * gst/effectv/gstvertigo.c:
7623         * gst/effectv/gstwarp.c:
7624         * gst/multipart/multipartdemux.c:
7625         * gst/multipart/multipartmux.c:
7626         * gst/videobox/gstvideobox.c:
7627         * gst/videofilter/gstgamma.c:
7628         * gst/videofilter/gstvideotemplate.c:
7629         * gst/videomixer/videomixer.c:
7630         * sys/sunaudio/gstsunaudiosrc.h:
7631         More G_OBJECT macro fixing.
7632
7633 2006-09-16  Wim Taymans  <wim@fluendo.com>
7634
7635         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7636
7637         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7638         Correctly set the dwLength in strh.
7639         With this patch, the file duration is now displayed correctly in window
7640         media player and the AVI plays completely. Fixes #356147
7641
7642 2006-09-15  Wim Taymans  <wim@fluendo.com>
7643
7644         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7645
7646         * sys/sunaudio/gstsunaudiomixerctrl.c:
7647         (gst_sunaudiomixer_ctrl_build_list):
7648         Set the output track as the MASTER so that the gnome-settings-daemon
7649         keybindings for changing the volume using the keyboard works.
7650         Fixes #356142.
7651
7652 2006-09-15  Wim Taymans  <wim@fluendo.com>
7653
7654         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7655         Fix documentation, it is not possible to control the framerate of jpegdec
7656         using filtered caps yet. Fixes #355210.
7657         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7658         stop when there is an error.
7659
7660 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7661
7662         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7663         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7664           Don't interpret a first buffer with an offset of NONE as
7665           'from the middle of the stream', but only a first buffer
7666           that has a valid buffer offset that's non-zero (see #345449).
7667
7668 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7669
7670         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7671         (gst_icydemux_typefind_or_forward):
7672         * gst/icydemux/gsticydemux.h:
7673           When we merge/collect multiple incoming buffers for typefinding
7674           purposes, keep an initial 0 offset on the first outgoing buffer
7675           as well (otherwise id3demux won't work right). Fixes #345449.
7676           Also Make buffer metadata writable before setting buffer caps.
7677
7678         * tests/check/elements/icydemux.c: (typefind_succeed),
7679         (cleanup_icydemux), (push_data), (GST_START_TEST),
7680         (icydemux_suite):
7681           Small test case for the above.
7682
7683 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7684
7685         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7686         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7687         (gst_avi_demux_stream_header_push),
7688         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7689         (gst_avi_demux_loop):
7690           More code reuse and better logging in _peek_chunk(). Reintroduce check
7691           for chunk sizes before reading them (avoid oom). Better handling for 
7692           invalid chunksizes when streaming.
7693
7694 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7695
7696         * gst/level/gstlevel.c: (gst_level_set_property):
7697         * gst/level/gstlevel.h:
7698           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7699           René Stadler
7700
7701 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7702
7703         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7704         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7705         (gst_avi_demux_stream_data):
7706           Revert one change to fix streaming avi (adapter size != data size).
7707
7708 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7709
7710         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7711
7712         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7713         (gst_matroska_demux_reset),
7714         (gst_matroska_demux_read_track_encodings),
7715         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7716         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7717         (gst_matroska_demux_subtitle_caps):
7718         * gst/matroska/matroska-ids.h:
7719           Add support for VOBSUB subtitle tracks and zlib-compressed
7720           tracks. Make sure we start on a keyframe after a seek. (#343348)
7721
7722 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7723
7724         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7725         (gst_matroska_demux_push_flac_codec_priv_data),
7726         (gst_matroska_demux_push_xiph_codec_priv_data),
7727         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7728         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7729         * gst/matroska/matroska-ids.h:
7730           Add basic FLAC support (#311586), not perfect yet though, needs some
7731           tweaking in flacdec; also, seeking could be better.
7732           Do better bounds checking when deserialising vorbis stream headers
7733           to make sure we don't read beyond the end of the buffer on bad input.
7734
7735 2006-09-04  Wim Taymans  <wim@fluendo.com>
7736
7737         Patch by: Alessandro Decina <alessandro at nnva dot org>
7738
7739         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7740         Seeking back in a file containing a CMML stream errors out if the seek
7741         goes back up to the CMML headers. This is because after the seek the xml
7742         processing instruction <?xml ...?> is submitted to the xml parser again, 
7743         which results in an error. The attached patch fixes the problem. 
7744         Fixes #353908.
7745
7746         * ext/annodex/gstcmmlenc.h:
7747         Fix authors name.
7748
7749
7750 2006-08-28  Andy Wingo  <wingo@pobox.com>
7751
7752         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7753         New helper function to lessen the ifdefs.
7754         (GST_INFO_OBJECT): 
7755         (gst_dv1394src_iso_receive): Use it.
7756         (gst_dv1394src_create): Also use the control sockets in iec61883
7757         mode.
7758         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7759         handle for AVC operations; fixes #348233.
7760
7761 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7762
7763         * configure.ac:
7764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7765         * docs/plugins/inspect/plugin-audiofx.xml:
7766         * docs/plugins/inspect/plugin-audiofxgood.xml:
7767         * gst/audiofx/Makefile.am:
7768         * gst/audiofx/audiofx.c:
7769         * gst/audiofxgood/.cvsignore:
7770         * gst/audiofxgood/Makefile.am:
7771         * gst/audiofxgood/audiofx.c:
7772         * gst/audiofxgood/audiopanorama.c:
7773         * gst/audiofxgood/audiopanorama.h:
7774           Rename again (audiofxgood -> audiofx).
7775
7776 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7777
7778         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7779         (gst_avi_demux_stream_scan):
7780           Initialze variables.
7781
7782 2006-08-25  Wim Taymans  <wim@fluendo.com>
7783
7784         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7785         (gst_avi_demux_init), (gst_avi_demux_finalize),
7786         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7787         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7788         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7789         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7790         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7791         (gst_avi_demux_massage_index),
7792         (gst_avi_demux_calculate_durations_from_index),
7793         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7794         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7795         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7796         (gst_avi_demux_change_state):
7797         * gst/avi/gstavidemux.h:
7798         More attempts to turn this into readable code.
7799         Don't leak adapters.
7800         Calculate duration according to index more efficiently.
7801         Don't try to act like we drive the pipeline in chain mode.
7802
7803 2006-08-25  Wim Taymans  <wim@fluendo.com>
7804
7805         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7806         Fix build.
7807
7808 2006-08-25  Wim Taymans  <wim@fluendo.com>
7809
7810         Patch by: Alessandro Decina <alessandro at nnva dot org>
7811
7812         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7813         Do some extra sanity checks.
7814         Fixes #350340.
7815
7816         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7817         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7818         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7819         Check if clip->start_time is valid before adding the clip to the
7820         track list.
7821         Reset enc->preamble going from PAUSED to READY.
7822         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7823         only used for EOS.
7824         Only post an error message if we were the one that created the fatal
7825         GstFlowReturn value.
7826
7827         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7828         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7829         Parse the seconds field of the npt-sec time format using %llu rather than
7830         %d and check that the value scaled by GST_SECOND doesn't overflow.
7831         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7832         Lookup a clip's track with clip->track rather than clip->id which
7833         makes no sense.
7834         Identify a clip by its track and start time and not its xml id.
7835         do some more input checking and make sure we don't do undefined shifts.
7836
7837         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7838         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7839         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7840         (push_clip), (push_empty_clip), (check_output_clip),
7841         (GST_START_TEST), (cmmldec_suite):
7842         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7843         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7844         (check_headers), (push_clip), (check_clip_times), (check_clip),
7845         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7846         Added some more checks.
7847
7848 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7849
7850         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7851         (gst_audio_panorama_set_property),
7852         (gst_audio_panorama_get_property),
7853         (gst_audio_panorama_transform_m2s_int),
7854         (gst_audio_panorama_transform_s2s_int),
7855         (gst_audio_panorama_transform_m2s_float),
7856         (gst_audio_panorama_transform_s2s_float):
7857         * gst/audiofxgood/audiopanorama.h:
7858         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7859           Make also the pan-property float (saves scaling and yields better
7860           resolution)
7861
7862 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7863
7864         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7865         (gst_audio_panorama_transform_m2s_float),
7866         (gst_audio_panorama_transform_s2s_float):
7867           ChangeLog surgery to add cymax's real name
7868
7869
7870 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7871
7872         Patch by: René Stadler <mail@renestadler.de>
7873
7874         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7875         (gst_audio_panorama_transform_m2s_int),
7876         (gst_audio_panorama_transform_s2s_int),
7877         (gst_audio_panorama_transform_m2s_float),
7878         (gst_audio_panorama_transform_s2s_float),
7879         (gst_audio_panorama_transform):
7880         * gst/audiofxgood/audiopanorama.h:
7881           Added float support
7882
7883 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7884
7885         * gst/audiofxgood/audiopanorama.c:
7886         (gst_audio_panorama_transform_m2s):
7887           Fix docs & debug category. Add Fixme for volume pan levels.
7888
7889 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7890
7891         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7892         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7893         (gst_avi_demux_stream_header_pull),
7894         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7895         (gst_avi_demux_chain):
7896           unbreak AVI index handling, some more debug, remove an obsolete
7897           adapter_flush that caused streaming to wander off in the wild
7898
7899 2006-08-24  Wim Taymans  <wim@fluendo.com>
7900
7901         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7902         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7903         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7904         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7905         (gst_avi_demux_calculate_durations_from_index),
7906         (gst_avi_demux_stream_header_push),
7907         (gst_avi_demux_stream_header_pull):
7908         * gst/avi/gstavidemux.h:
7909         Some more cleanups. 
7910         Fix totalFrames parsing in ODML.
7911         Disable use of index for length calculation in case of ODML as this is
7912         broken now.
7913
7914 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
7915
7916         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7917           Use libgsttag helper function here too.
7918
7919 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7920
7921         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7922         (gst_avi_demux_init), (gst_avi_demux_dispose),
7923         (gst_avi_demux_reset), (gst_avi_demux_index_next),
7924         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7925         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7926         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7927         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7928         (gst_avi_demux_parse_subindex),
7929         (gst_avi_demux_read_subindexes_push),
7930         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7931         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7932         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7933         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7934         (gst_avi_demux_stream_header_pull),
7935         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7936         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7937         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7938         (gst_avi_demux_change_state):
7939         * gst/avi/gstavidemux.h:
7940           Initial streaming support for avidemux (fixes #336465)
7941
7942 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7943
7944         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7945           There is no taglibmux element ...
7946
7947         * gst/rtsp/gstrtspsrc.c:
7948           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7949           was complaining about unknown entity here.
7950
7951 2006-08-22  Wim Taymans  <wim@fluendo.com>
7952
7953         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7954         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7955         (gst_avi_demux_process_next_entry):
7956         * gst/avi/gstavidemux.h:
7957         Mark DISCONT.
7958         Remove old unused fields and reorder the struct a bit.
7959
7960 2006-08-22  Wim Taymans  <wim@fluendo.com>
7961
7962         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7963         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
7964         (gst_rtspsrc_pause):
7965         * gst/rtsp/gstrtspsrc.h:
7966         * sys/oss/gstosssink.c: (gst_oss_sink_open),
7967         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7968         Small documentation updates.
7969
7970 2006-08-22  Wim Taymans  <wim@fluendo.com>
7971
7972         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7973         (gst_avi_demux_index_entry_for_time),
7974         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7975         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
7976         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7977         (gst_avi_demux_next_data_buffer),
7978         (gst_avi_demux_calculate_durations_from_index),
7979         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
7980         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7981         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7982         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
7983         * gst/avi/gstavidemux.h:
7984         Precalc most of the duration query for each stream.
7985         Make seeking more correct.
7986         Use GstSegment to track position and duration.
7987         Code cleanups and leak fixes.
7988         Calculate correct total duration based on index length.
7989
7990 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
7991
7992         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
7993         (parse_insert_string_field):
7994           If strings in text fields are marked ISO8859-1, but contain
7995           valid UTF-8 already, then handle them as UTF-8 and ignore
7996           the encoding. (#351794)
7997
7998 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7999
8000         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8001         (gst_flac_dec_write), (gst_flac_dec_loop),
8002         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8003         (gst_flac_dec_src_query):
8004         * ext/flac/gstflacdec.h:
8005           Make flac-in-ogg work (#352100).
8006
8007 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8010           Don't unref buffers of which we've already given away
8011           ownership to the adapter.
8012
8013 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8014
8015         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8016           Make metadata extraction actually work.
8017
8018         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8019         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8020         (gst_speexenc_chain):
8021           Fix metadata writing: replace old code which wrote completely
8022           broken tags with libgsttag-based code. Plus miscellaneous
8023           code cleanups (use static pad templates etc.) and a bunch
8024           of leak fixes.
8025
8026 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8027
8028         * gst/audiopanorama/.cvsignore:
8029         * gst/audiopanorama/Makefile.am:
8030         * gst/audiopanorama/audiofx.c:
8031         * gst/audiopanorama/audiopanorama.c:
8032         * gst/audiopanorama/audiopanorama.h:
8033           die! die! die! you should never have been there
8034
8035 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8036
8037         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8038         Fix invalid memory access in audiopanorama test suite.
8039
8040 2006-08-21  Edward Hervey  <edward@fluendo.com>
8041
8042         * tests/check/elements/.cvsignore:
8043         ignore built file
8044
8045 2006-08-21  Wim Taymans  <wim@fluendo.com>
8046
8047         * gst/rtp/Makefile.am:
8048         Fix the build again.
8049
8050 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8051
8052         * gst/audiofxgood/.cvsignore:
8053         * gst/audiofxgood/Makefile.am:
8054         * gst/audiofxgood/audiofx.c: (plugin_init):
8055         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8056         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8057         (gst_audio_panorama_set_property),
8058         (gst_audio_panorama_get_property),
8059         (gst_audio_panorama_get_unit_size),
8060         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8061         (gst_audio_panorama_transform_m2s),
8062         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8063         * gst/audiofxgood/audiopanorama.h:
8064           resubmit with the desired name *again*
8065
8066 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8067
8068         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8069         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8070           use g_assert in _get_unit_size
8071
8072 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8073
8074         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8076         * docs/plugins/inspect/plugin-audiofxgood.xml:
8077           cleanup -unused.txt to make it useful, add previously missing docs
8078
8079         * ext/Makefile.am:
8080           Quietly (accidentally) enable LADSPA for building by default, 
8081           despite the fact that it doesn't meet the plugin checklist.
8082             -- Added by Jan Schmidt 18 Dec 2006
8083
8084         * ext/esd/esdmon.c:
8085         * ext/esd/esdsink.c:
8086         * ext/esd/gstesd.c: (plugin_init):
8087           reflow to get rid of two external symbols
8088
8089         * gst/audiofxgood/audiofx.c: (plugin_init):
8090           re-add
8091
8092 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8093
8094         * configure.ac:
8095         * gst/audiofxgood/.cvsignore:
8096         * gst/audiofxgood/Makefile.am:
8097         * gst/audiofxgood/audiofx.c
8098         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8099         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8100         (gst_audio_panorama_set_property),
8101         (gst_audio_panorama_get_property),
8102         (gst_audio_panorama_get_unit_size),
8103         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8104         (gst_audio_panorama_transform_m2s),
8105         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8106         * gst/audiofxgood/audiopanorama.h:
8107         * tests/check/Makefile.am:
8108         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8109         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8110         (panorama_suite), (main):
8111         Add audiofxgood plugin with audiopanorama element
8112
8113 2006-08-18  Wim Taymans  <wim@fluendo.com>
8114
8115         * docs/plugins/Makefile.am:
8116         More Oss docs fixage. 
8117
8118 2006-08-18  Wim Taymans  <wim@fluendo.com>
8119
8120         * gst/rtp/Makefile.am:
8121         * gst/rtp/gstrtp.c: (plugin_init):
8122         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8123         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8124         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8125         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8126         (gst_rtp_sv3v_depay_get_property),
8127         (gst_rtp_sv3v_depay_change_state),
8128         (gst_rtp_sv3v_depay_plugin_init):
8129         * gst/rtp/gstrtpsv3vdepay.h:
8130         Added experimental SVQ3 depayloader.
8131
8132 2006-08-18  Edward Hervey  <edward@fluendo.com>
8133
8134         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8135         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8136         * ext/dv/gstdvdemux.h:
8137         When handling seek requests, don't send the newsegment event from the
8138         calling thread. Instead save it so it can be sent from the streaming
8139         thread.
8140
8141 2006-08-17  Wim Taymans  <wim@fluendo.com>
8142
8143         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8144
8145         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8146         Accept leading whitespace before the boundary
8147         This patch makes the demuxer allow some whitespace before the actual
8148         boundary. This makes the demuxer work with the ``old'' gstreamer
8149         multipartmuxer again (which placed an extra \n before the start
8150         of the stream) Fixes #349068.
8151
8152 2006-08-17  Wim Taymans  <wim@fluendo.com>
8153
8154         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8155         Error out on non-implemented stuff.
8156
8157 2006-08-16  Wim Taymans  <wim@fluendo.com>
8158
8159         Patch by: Andy Wingo <wingo at pobox dot com>
8160
8161         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8162         (gst_signal_processor_start), (gst_signal_processor_stop),
8163         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8164         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8165         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8166         (gst_signal_processor_change_state):
8167         Make ladspa elements reusable. Fixes #350006.
8168
8169 2006-08-16  Wim Taymans  <wim@fluendo.com>
8170
8171         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8172         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8173         names as possible. Fixes #349901.
8174
8175 2006-08-16  Wim Taymans  <wim@fluendo.com>
8176
8177         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8178         (gst_signal_processor_do_pushes):
8179         A push() gives away our refcount so we should not use the buffer on the
8180         pen anymore.
8181
8182 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8183
8184         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8185         (gst_oss_mixer_element_finalize):
8186           Don't leak device string.
8187
8188 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8189
8190         * configure.ac:
8191           Require CVS of GStreamer core and -base (for
8192           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8193
8194         * ext/taglib/gstid3v2mux.cc:
8195           Write extended comment tags properly (#348762).
8196
8197         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8198         (parse_comment_frame):
8199           Extract COMM frames into extended comments, which makes it
8200           easier to properly retain the description bit of the tag
8201           and maintain this information when re-tagging (#348762).
8202
8203 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         * tests/check/Makefile.am:
8206           Don't try to run annodex unit tests if the annodex
8207           plugin has not been built (Fixes #351116).
8208
8209 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8210
8211         * gst/autodetect/gstautoaudiosink.c:
8212         (gst_auto_audio_sink_find_best):
8213           When we can't find a usable audiosink, don't error out,
8214           but use a fake sink instead and post a warning message
8215           on the bus (#341278).
8216
8217 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8218
8219         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8220         * sys/oss/gstosssink.c:
8221         * sys/oss/gstosssrc.c:
8222           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8223           ossmixer's new device property.
8224
8225         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8226         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8227           Add docs for OSS elements.
8228
8229         * docs/plugins/inspect/plugin-aasink.xml:
8230         * docs/plugins/inspect/plugin-alaw.xml:
8231         * docs/plugins/inspect/plugin-alpha.xml:
8232         * docs/plugins/inspect/plugin-alphacolor.xml:
8233         * docs/plugins/inspect/plugin-annodex.xml:
8234         * docs/plugins/inspect/plugin-apetag.xml:
8235         * docs/plugins/inspect/plugin-auparse.xml:
8236         * docs/plugins/inspect/plugin-autodetect.xml:
8237         * docs/plugins/inspect/plugin-avi.xml:
8238         * docs/plugins/inspect/plugin-cacasink.xml:
8239         * docs/plugins/inspect/plugin-cairo.xml:
8240         * docs/plugins/inspect/plugin-cdio.xml:
8241         * docs/plugins/inspect/plugin-cutter.xml:
8242         * docs/plugins/inspect/plugin-debug.xml:
8243         * docs/plugins/inspect/plugin-dv.xml:
8244         * docs/plugins/inspect/plugin-efence.xml:
8245         * docs/plugins/inspect/plugin-effectv.xml:
8246         * docs/plugins/inspect/plugin-esdsink.xml:
8247         * docs/plugins/inspect/plugin-flac.xml:
8248         * docs/plugins/inspect/plugin-flxdec.xml:
8249         * docs/plugins/inspect/plugin-gconfelements.xml:
8250         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8251         * docs/plugins/inspect/plugin-goom.xml:
8252         * docs/plugins/inspect/plugin-halelements.xml:
8253         * docs/plugins/inspect/plugin-icydemux.xml:
8254         * docs/plugins/inspect/plugin-id3demux.xml:
8255         * docs/plugins/inspect/plugin-jpeg.xml:
8256         * docs/plugins/inspect/plugin-level.xml:
8257         * docs/plugins/inspect/plugin-matroska.xml:
8258         * docs/plugins/inspect/plugin-mulaw.xml:
8259         * docs/plugins/inspect/plugin-multipart.xml:
8260         * docs/plugins/inspect/plugin-navigationtest.xml:
8261         * docs/plugins/inspect/plugin-ossaudio.xml:
8262         * docs/plugins/inspect/plugin-png.xml:
8263         * docs/plugins/inspect/plugin-rtp.xml:
8264         * docs/plugins/inspect/plugin-rtsp.xml:
8265         * docs/plugins/inspect/plugin-shout2send.xml:
8266         * docs/plugins/inspect/plugin-smpte.xml:
8267         * docs/plugins/inspect/plugin-speex.xml:
8268         * docs/plugins/inspect/plugin-taglib.xml:
8269         * docs/plugins/inspect/plugin-udp.xml:
8270         * docs/plugins/inspect/plugin-videobalance.xml:
8271         * docs/plugins/inspect/plugin-videobox.xml:
8272         * docs/plugins/inspect/plugin-videoflip.xml:
8273         * docs/plugins/inspect/plugin-videomixer.xml:
8274         * docs/plugins/inspect/plugin-wavenc.xml:
8275         * docs/plugins/inspect/plugin-wavparse.xml:
8276         * docs/plugins/inspect/plugin-ximagesrc.xml:
8277           Update to CVS version.
8278           
8279 2006-08-16  Wim Taymans  <wim@fluendo.com>
8280
8281         * gst/rtp/gstrtpamrdepay.c:
8282         * gst/rtp/gstrtpmp4gdepay.c:
8283         Caps extra properties must be defined as strings for
8284         depayloaders because they are generated from an SDP.
8285
8286         * gst/rtp/Makefile.am:
8287         * gst/rtp/gstrtp.c: (plugin_init):
8288         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8289         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8290         (gst_rtp_h264_depay_finalize), (decode_base64),
8291         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8292         (gst_rtp_h264_depay_set_property),
8293         (gst_rtp_h264_depay_get_property),
8294         (gst_rtp_h264_depay_change_state),
8295         (gst_rtp_h264_depay_plugin_init):
8296         * gst/rtp/gstrtph264depay.h:
8297         Added basic, not completely functional RFC 3984 H264 depayloader.
8298
8299 2006-08-16  Wim Taymans  <wim@fluendo.com>
8300
8301         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8302         Add pads after setting them up.
8303
8304         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8305         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8306         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8307         (gst_rtspsrc_stream_setup_rtp),
8308         (gst_rtspsrc_stream_configure_transport),
8309         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8310         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8311         (gst_rtspsrc_pause):
8312         * gst/rtsp/gstrtspsrc.h:
8313         Fix interleaved mode.
8314          - Protect streaming with lock.
8315          - Combine flows
8316          - set caps on outgoing buffers.
8317          - strip trailing \0 from data packets.
8318          - Configure RTP/RTCP in stream.
8319         Use DEBUG_OBJECT more.
8320
8321 2006-08-16  Wim Taymans  <wim@fluendo.com>
8322
8323         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8324         Turn a g_print into a DEBUG line.
8325
8326 2006-08-13  Wim Taymans  <wim@fluendo.com>
8327
8328         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8329         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8330         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8331         (gst_oss_mixer_element_get_property),
8332         (gst_oss_mixer_element_change_state):
8333         * sys/oss/gstossmixerelement.h:
8334         Small cleanups. Better error reporting.
8335         Add device property for the mixer instead of the hardcoded
8336         /dev/mixer. Fixes #350785.
8337         API: GstOssMixerElement::device property
8338
8339 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         Patch by: Jens Granseuer <jensgr at gmx net>
8342
8343         * gconf/Makefile.am:
8344           Make --disable-schemas work right (they still need
8345           to be copied to the installation directory, just not
8346           applied). Fixes #351347 (also #344100).
8347           
8348 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8349
8350         * configure.ac: back to HEAD
8351
8352 === release 0.10.4 ===
8353
8354 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8355
8356         * configure.ac:
8357           releasing 0.10.4, "Dear Leader"
8358
8359 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8360
8361         Patch by: Edward Hervey <edward@fluendo.com>
8362
8363         * configure.ac:
8364         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8365         (gst_wavparse_stream_data):
8366         Send the newsegment event in the streaming thread.
8367         Fixes #347529
8368
8369 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8372         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8373         (gst_smokeenc_resync), (gst_smokeenc_chain):
8374           Refuse sink caps in the encoder if width or height is not a
8375           multiple of 16, the encoder does not support that yet (#349939);
8376           along the same lines, check the return value of the encoder
8377           setup function; also remove some debug log clutter.
8378
8379 2006-08-04  Andy Wingo  <wingo@pobox.com>
8380
8381         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8382         whether a processor can work in place or not, and for keeping
8383         track of its state. Change the FlowReturn instance variable from
8384         "state" to "flow_state", all callers changed.
8385
8386         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8387         (gst_signal_processor_start, gst_signal_processor_stop)
8388         (gst_signal_processor_cleanup): New functions to manage the
8389         processor's state.
8390         (gst_signal_processor_setcaps): start() as well as setup() here.
8391         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8392         (gst_signal_processor_change_state): Stop and cleanup the
8393         processor as we go to NULL.
8394
8395         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8396         INPLACE_BROKEN is not set.
8397
8398         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8399         Do the alloc_buffer in bytes, not frames.
8400         
8401 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8402
8403         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8404         Fix rgb masks when recording in < 24bpp.
8405
8406 2006-08-04  Andy Wingo  <wingo@pobox.com>
8407
8408         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8409         (gst_signal_processor_prepare)
8410         (gst_signal_processor_update_inputs)
8411         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8412         (gst_signal_processor_flush)
8413         (gst_signal_processor_sink_activate_push)
8414         (gst_signal_processor_src_activate_pull)
8415         (gst_signal_processor_change_state): Remove the last of the code
8416         that assumes that we process whole buffers at a time. Fix some
8417         debugging. Seems to work now in some cases.
8418         (gst_signal_processor_src_activate_pull): BPB
8419
8420 2006-08-01  Andy Wingo  <wingo@pobox.com>
8421
8422         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8423         Fix nframes-choosing.
8424         (gst_signal_processor_init): Init pending_in and pending_out.
8425
8426         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8427         more default sample rate, although we never check that the sample
8428         rate actually gets set. Something for the future.
8429         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8430         (gst_signal_processor_event): Refcount fixen.
8431         (gst_signal_processor_process): Pull the number of frames to
8432         process from the sizes of the buffers in the input pens.
8433         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8434         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8435         it instead of buffer_frames.
8436         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8437         to do_pulls.
8438         (gst_signal_processor_chain)
8439         (gst_signal_processor_sink_activate_push)
8440         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8441
8442         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8443
8444 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8445
8446         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8447         (gst_signal_processor_process):
8448           don't query buffer-frames from caps, add lots of debug-log,
8449           try fix for assert (#349189)
8450
8451 2006-07-31  Wim Taymans  <wim@fluendo.com>
8452
8453         * gst/udp/gstudpsrc.c:
8454         Fix docs.
8455
8456 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8457
8458         * ext/ladspa/gstsignalprocessor.c:
8459         (gst_signal_processor_add_pad_from_template),
8460         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8461         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8462         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8463         (gst_signal_processor_sink_activate_push),
8464         (gst_signal_processor_src_activate_pull),
8465         (gst_signal_processor_change_state):
8466          Add debugs logs here and there, add more error handling, add some
8467          FIXME comments, filed #349189
8468
8469 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8470
8471         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8472         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8473         Set caps on buffer correctly.  Fixes bug #349155.
8474
8475 2006-07-28  Wim Taymans  <wim@fluendo.com>
8476
8477         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8478
8479         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8480         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8481         (gst_multipart_demux_finalize), (get_line_end),
8482         (multipart_parse_header), (multipart_find_boundary),
8483         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8484         (gst_multipart_set_property), (gst_multipart_get_property):
8485         Uses GstAdapter instead of own buffering.
8486         Actually parses the mime-type correctly (In tests the mime-type was
8487         always "" with the old version).
8488         Uses the Content-length header if available to speed up things.
8489         Reliably autoscans the boundary name by default.
8490         Fixes #349068.
8491
8492         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8493         Don't start the stream with a \n.
8494
8495 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         Patch by: Brian Cameron <brian dot cameron at sun com>
8498
8499         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8500           Open source with O_NONBLOCK (#349015).
8501
8502 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8503
8504         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8505         (gst_avi_demux_massage_index):
8506         * gst/avi/gstavidemux.h:
8507           Whitespace fixes and more debug
8508
8509 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8510
8511         * gst/autodetect/gstautoaudiosink.c:
8512         (gst_auto_audio_sink_create_element_with_pretty_name),
8513         (gst_auto_audio_sink_find_best),
8514         (gst_auto_audio_sink_change_state):
8515           Get rid of old and unused magic sound-server properties stuff.
8516           Add suffix to child sink's name that makes it easy to see from
8517           the name alone which type it actually is (alsa, oss, esd, etc.).
8518
8519 2006-07-27  Wim Taymans  <wim@fluendo.com>
8520
8521         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8522         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8523         (gst_udpsrc_start):
8524         * gst/udp/gstudpsrc.h:
8525         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8526         not some sort of feature we enable.
8527
8528 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8529
8530         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8531           Use CLOSE_SOCKET() here instead of close() to maintain
8532           win32 workiness.
8533
8534 2006-07-27  Wim Taymans  <wim@fluendo.com>
8535
8536         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8537
8538         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8539         (gst_udpsrc_create), (gst_udpsrc_set_property),
8540         (gst_udpsrc_get_property), (gst_udpsrc_start):
8541         * gst/udp/gstudpsrc.h:
8542         Added "buffer-size" property to control the kernel receive buffer size.
8543         Update documentation.
8544         Small cleanups. Fixes #348752.
8545         API: buffer-size property
8546
8547 2006-07-26  Wim Taymans  <wim@fluendo.com>
8548
8549         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8550
8551         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8552         (gst_rtp_pcma_pay_handle_buffer):
8553         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8554         (gst_rtp_pcmu_pay_handle_buffer):
8555         Fix timestamp calculation on outgoing RTP packets.
8556         Fixes #348675.
8557
8558 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8559
8560         * ext/taglib/gstid3v2mux.cc:
8561           Fix writing of comment frames (should be COMM not TCOM),
8562           is still sub-optimal though, since we don't retain or
8563           extract the comment descriptions properly (#334375,
8564           also see #334375).
8565
8566 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * gst/wavparse/gstwavparse.c:
8569           #define 'fact' RIFF chunk if we are not compiling against
8570           -base CVS (we don't want to depend on -base CVS for this
8571           one define only, and also not for release order reasons).
8572
8573 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8574
8575         * ext/taglib/gstid3v2mux.cc:
8576           Handle multiple tags of the same type properly. Re-inject
8577           unparsed ID3v2 frames that we get as binary blobs from
8578           id3demux into the tag again so we don't lose information
8579           when retagging (#334375).
8580
8581 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8582
8583         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8584           Document newly-added properties properly, so that there is a
8585           'Since: 0.10.4' in the plugin docs. Convert some property
8586           names into canonical GObject style (GObject will do that
8587           internally anyway).
8588
8589 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8590
8591         * gst/id3demux/id3tags.c:
8592         (id3demux_add_id3v2_frame_blob_to_taglist):
8593           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8594           well, and add the version to the blob's buffer caps, since that
8595           information will be needed for deserialisation later on (#348644).
8596
8597 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8598
8599         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8600         (gst_avi_demux_parse_stream):
8601          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8602          indentation and spacing.
8603
8604 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         * docs/plugins/Makefile.am:
8607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8609         * docs/plugins/gst-plugins-good-plugins.args:
8610         * docs/plugins/inspect/plugin-1394.xml:
8611         * docs/plugins/inspect/plugin-aasink.xml:
8612         * docs/plugins/inspect/plugin-alaw.xml:
8613         * docs/plugins/inspect/plugin-alpha.xml:
8614         * docs/plugins/inspect/plugin-alphacolor.xml:
8615         * docs/plugins/inspect/plugin-annodex.xml:
8616         * docs/plugins/inspect/plugin-apetag.xml:
8617         * docs/plugins/inspect/plugin-auparse.xml:
8618         * docs/plugins/inspect/plugin-autodetect.xml:
8619         * docs/plugins/inspect/plugin-avi.xml:
8620         * docs/plugins/inspect/plugin-cacasink.xml:
8621         * docs/plugins/inspect/plugin-cairo.xml:
8622         * docs/plugins/inspect/plugin-cdio.xml:
8623         * docs/plugins/inspect/plugin-cutter.xml:
8624         * docs/plugins/inspect/plugin-debug.xml:
8625         * docs/plugins/inspect/plugin-dv.xml:
8626         * docs/plugins/inspect/plugin-efence.xml:
8627         * docs/plugins/inspect/plugin-effectv.xml:
8628         * docs/plugins/inspect/plugin-esdsink.xml:
8629         * docs/plugins/inspect/plugin-flac.xml:
8630         * docs/plugins/inspect/plugin-flxdec.xml:
8631         * docs/plugins/inspect/plugin-gconfelements.xml:
8632         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8633         * docs/plugins/inspect/plugin-goom.xml:
8634         * docs/plugins/inspect/plugin-halelements.xml:
8635         * docs/plugins/inspect/plugin-icydemux.xml:
8636         * docs/plugins/inspect/plugin-id3demux.xml:
8637         * docs/plugins/inspect/plugin-jpeg.xml:
8638         * docs/plugins/inspect/plugin-level.xml:
8639         * docs/plugins/inspect/plugin-matroska.xml:
8640         * docs/plugins/inspect/plugin-mulaw.xml:
8641         * docs/plugins/inspect/plugin-multipart.xml:
8642         * docs/plugins/inspect/plugin-navigationtest.xml:
8643         * docs/plugins/inspect/plugin-ossaudio.xml:
8644         * docs/plugins/inspect/plugin-png.xml:
8645         * docs/plugins/inspect/plugin-rtp.xml:
8646         * docs/plugins/inspect/plugin-rtsp.xml:
8647         * docs/plugins/inspect/plugin-shout2send.xml:
8648         * docs/plugins/inspect/plugin-smpte.xml:
8649         * docs/plugins/inspect/plugin-speex.xml:
8650         * docs/plugins/inspect/plugin-udp.xml:
8651         * docs/plugins/inspect/plugin-videobalance.xml:
8652         * docs/plugins/inspect/plugin-videobox.xml:
8653         * docs/plugins/inspect/plugin-videoflip.xml:
8654         * docs/plugins/inspect/plugin-videomixer.xml:
8655         * docs/plugins/inspect/plugin-wavenc.xml:
8656         * docs/plugins/inspect/plugin-wavparse.xml:
8657         * docs/plugins/inspect/plugin-ximagesrc.xml:
8658           Update files to CVS/Prerelease version, add esdsink docs.
8659
8660         * ext/esd/esdsink.c:
8661           Add gtk-doc blurb.
8662
8663         * gst/rtp/gstrtpmp4vpay.c:
8664           Fix typo in element description.
8665
8666 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8667
8668         * ext/esd/esdsink.c: (gst_esdsink_open),
8669         (gst_esdsink_factory_init):
8670           Prevent libesd from auto-spawning a sound daemon if it
8671           is not already running. Now that we don't do evil stuff
8672           like that any longer we can give esdsink a rank so that
8673           autoaudiosink will try it as well if all other audio
8674           sinks fail (#343051).
8675
8676 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         * ext/esd/Makefile.am:
8679           Oops, need to remove README from EXTRA_DIST as well.
8680
8681 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8682
8683         * ext/esd/README:
8684           Remove, it contains nothing useful anyway.
8685
8686         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8687         (gst_esdsink_delay):
8688           Some small clean-ups; use GST_BOILERPLATE etc.
8689
8690 2006-07-24  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst/law/alaw-decode.c: (alawdec_getcaps):
8693         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8694         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8695         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8696         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8697
8698 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8699
8700         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8701         (gst_wavparse_other), (gst_wavparse_perform_seek),
8702         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8703         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8704         (gst_wavparse_pad_query):
8705         * gst/wavparse/gstwavparse.h:
8706           Use information from 'fact' chunk for length calculation of compressed
8707           samples. Calculate bps if bogus value is found in wav header (embeded
8708           mp2/mp3).
8709           
8710
8711 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8714
8715         * configure.ac:
8716         * gst/udp/Makefile.am:
8717         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8718         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8719         * gst/udp/gstdynudpsink.h:
8720         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8721         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8722         * gst/udp/gstmultiudpsink.h:
8723         * gst/udp/gstudp.c: (plugin_init):
8724         * gst/udp/gstudpsink.h:
8725         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8726         (gst_udpsrc_start), (gst_udpsrc_stop):
8727         * gst/udp/gstudpsrc.h:
8728         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8729         (gst_udp_net_utils_win32_wsa_startup):
8730         * gst/udp/gstudpnetutils.h:
8731           Port udp plugin to win32 (#345288).
8732
8733 2006-07-24  Wim Taymans  <wim@fluendo.com>
8734
8735         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8736         Remove unwanted DEBUG line.
8737
8738 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         * gst/id3demux/gstid3demux.c: (plugin_init):
8741         * gst/id3demux/id3tags.c:
8742         (id3demux_add_id3v2_frame_blob_to_taglist):
8743         * gst/id3demux/id3tags.h:
8744           On second thought, it might be wiser and more efficient
8745           not to do tag registration from a streaming thread.
8746
8747 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8748
8749         * gst/id3demux/id3tags.c:
8750         (id3demux_add_id3v2_frame_blob_to_taglist),
8751         (id3demux_id3v2_frames_to_tag_list):
8752           Put ID3v2 frames we can't parse as binary blobs into private
8753           tags, so that they are not lost when retagging, at least once
8754           id3v2mux has been taught to re-inject those frames again.
8755           See bug #334375.
8756
8757 2006-07-21  Wim Taymans  <wim@fluendo.com>
8758
8759         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8760         (gst_avi_demux_process_next_entry):
8761         Fix some leaks.
8762
8763         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8764         Don't use \n in debug lines.
8765
8766 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8767
8768         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8769         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8770           Add annodex and icydemux, cleanup the sections a bit
8771
8772 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8773
8774         Patch by: Alex Lancaster <alexl at users sourceforge net>
8775
8776         * ext/taglib/gstid3v2mux.cc:
8777           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8778           ID3v2 TSSE frames (#347898).
8779
8780 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8781
8782         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8783           Respect mpegversion for "video/mpeg" and give message in case of
8784           unhandled versions.
8785
8786 2006-07-17  Wim Taymans  <wim@fluendo.com>
8787
8788         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8789         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8790         (gst_pngdec_chain), (gst_pngdec_sink_event),
8791         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8792         (gst_pngdec_sink_activate_push):
8793         * ext/libpng/gstpngdec.h:
8794         Use statically allocated segment instead of leaking.
8795         Various cleanups.
8796         Fix flush and seek handling.
8797
8798 2006-07-16  Wim Taymans  <wim@fluendo.com>
8799
8800         * gst/rtp/Makefile.am:
8801         * gst/rtp/gstrtp.c: (plugin_init):
8802         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8803         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8804         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8805         (gst_rtp_mp4g_depay_set_property),
8806         (gst_rtp_mp4g_depay_get_property),
8807         (gst_rtp_mp4g_depay_change_state),
8808         (gst_rtp_mp4g_depay_plugin_init):
8809         * gst/rtp/gstrtpmp4gdepay.h:
8810         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8811         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8812         (gst_rtp_mp4g_pay_flush):
8813         Added simple generic mpeg4 depayloader.
8814         Fix generic mpeg4 payloader.
8815
8816 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8817
8818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8819           Don't try doing state changes on a NULL pointer.
8820
8821 2006-07-14  Wim Taymans  <wim@fluendo.com>
8822
8823         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8824
8825         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8826         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8827         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8828         * gst/rtp/gstrtpamrdepay.h:
8829         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8830         Fixes #321191
8831
8832 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8833
8834         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8835         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8836         Fix segfault when moving mouse pointer to the bottom right corner.
8837
8838 2006-07-12  Wim Taymans  <wim@fluendo.com>
8839
8840         * gst/rtp/Makefile.am:
8841         * gst/rtp/gstrtp.c: (plugin_init):
8842         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8843         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8844         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8845         (gst_rtp_mp2t_depay_set_property),
8846         (gst_rtp_mp2t_depay_get_property),
8847         (gst_rtp_mp2t_depay_change_state),
8848         (gst_rtp_mp2t_depay_plugin_init):
8849         * gst/rtp/gstrtpmp2tdepay.h:
8850         Added mpeg2 TS depayloader. Closing #347234.
8851
8852 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8853
8854         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8855           Remove g_assert that shouldn't be there and was triggered
8856           after trying to open a device that doesn't exist or can't
8857           be opened for some other reason (#347972).
8858
8859 2006-07-10  Edward Hervey  <edward@fluendo.com>
8860
8861         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8862         (gst_avi_demux_stream_header), (push_tag_lists):
8863         * gst/avi/gstavidemux.h:
8864         Don't push tag events found by gst_riff_parse_info() before outputting
8865         GST_EVENT_NEWSEGMENT.
8866
8867 2006-07-10  Wim Taymans  <wim@fluendo.com>
8868
8869         * gst/rtsp/Makefile.am:
8870         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8871         (rtsp_connection_close):
8872         * gst/rtsp/rtspdefs.h:
8873         replaced closesocket and close in code with one CLOSE_SOCKET. 
8874         Some more cleanups. Fixes #345301.
8875
8876 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8877
8878         * gst/autodetect/gstautoaudiosink.c:
8879           Fix example pipeline in docs.
8880
8881 2006-07-10  Wim Taymans  <wim@fluendo.com>
8882
8883         Patch by: Rob Taylor <robtaylor at floopily dot org>
8884
8885         * gst/udp/gstmultiudpsink.c: (join_multicast),
8886         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8887         If a destination is added before the stream is set to PAUSED, the
8888         multicast group is not joined as the socket is not created yet. 
8889         Also TTL and LOOP should also be set. Fixes #346921.
8890
8891 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8892
8893         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8894         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8895         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8896         (gst_ximage_src_init):
8897         * sys/ximage/gstximagesrc.h:
8898         Fix use-damage property to actually work :)
8899         Add startx, starty, endx, endy properties so screencasts other than full
8900         screen ones can work.
8901
8902 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8903
8904         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8905         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8906         (gst_ximage_src_class_init), (gst_ximage_src_init):
8907         * sys/ximage/gstximagesrc.h:
8908         Add use_damage property to offer ability to choose whether to use
8909         XDamage or not.
8910
8911 2006-07-07  Wim Taymans  <wim@fluendo.com>
8912
8913         * gst/goom/filters.c: (zoomFilterSetResolution):
8914         Avoid goom coredumping by clearing memory. 
8915         Fixes 345679.
8916
8917 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8918
8919         * win32/vs6/libgstid3demux.dsp:
8920         Add a link to libgsttag-0.10.lib.
8921
8922 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8923
8924         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8925         (gst_tag_demux_read_range):
8926         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8927         (gst_id3demux_read_range):
8928           Don't return FLOW_UNEXPECTED when a buffer is before
8929           the start of the stream (which might happen with
8930           large ID3v2 tags if the tag reading was done pullrange
8931           based and we then switched to push mode later on).
8932           Fixes regression introduced by commit from June 29th.
8933
8934 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
8935
8936         * ext/taglib/gstid3v2mux.cc:
8937           Make UTF-8 the default encoding when writing string
8938           tags (before, our UTF-8 strings would automatically
8939           be converted to ISO-8859-1 by taglib and written as
8940           ISO-8859-1 fields if that was possible).
8941
8942         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8943         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8944         (test_taglib_id3mux_with_tags):
8945           Add test case that makes sure our UTF-8 strings have
8946           actually been written into the tag as UTF-8.
8947
8948 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8949
8950         * configure.ac:
8951           Let's try that again.
8952
8953 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8954
8955         * configure.ac:
8956           Disable monoscope plugin for now until it fulfills
8957           all the requirements.
8958
8959 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8960
8961         * configure.ac:
8962         * gst/monoscope/Makefile.am:
8963         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
8964         (gst_monoscope_class_init), (gst_monoscope_init),
8965         (gst_monoscope_finalize), (gst_monoscope_reset),
8966         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
8967         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
8968         (gst_monoscope_sink_event), (gst_monoscope_src_event),
8969         (gst_monoscope_change_state), (plugin_init):
8970         * gst/monoscope/gstmonoscope.h:
8971           Port monoscope visualisation to 0.10.
8972
8973 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
8974
8975         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8976         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8977           Return FLOW_UNEXPECTED when at the end of the file, not
8978           FLOW_ERROR. Fixes 'internal stream error' errors that
8979           would sometimes occur in totem when scrubbing to the
8980           end of an ID3v1 tagged mp3 file.
8981
8982 2006-07-03  Edward Hervey  <edward@fluendo.com>
8983
8984         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
8985         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
8986         (gst_pngdec_sink_event), (gst_pngdec_change_state):
8987         * ext/libpng/gstpngdec.h:
8988         Implement buffer clipping/dropping using GstSegment.
8989         This provides accurate seeking.
8990
8991 2006-07-03  Edward Hervey  <edward@fluendo.com>
8992
8993         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8994         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
8995         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8996         (gst_avi_demux_process_next_entry), (push_tag_lists),
8997         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8998         * gst/avi/gstavidemux.h:
8999         Proper aggregation of each stream's GstFlowReturn in order to figure out
9000         whether the task should stop or not.
9001         Don't send inline events before pushing out a NEW_SEGMENT, more
9002         specifically for GST_TAG_EVENT.
9003         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9004         sub-indexes.
9005
9006 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9007
9008         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9009
9010         * sys/sunaudio/gstsunaudiomixerctrl.c:
9011         (gst_sunaudiomixer_ctrl_build_list):
9012           Move "Monitor" slider to input tab so it works more like
9013           sdtaudiocontrol, which is what people on Solaris are used
9014           to using for their mixer program (#346259).
9015
9016 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9017
9018         * tests/check/elements/level.c: (GST_START_TEST):
9019           fix a leak, clean up at the end
9020
9021 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9022
9023         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9024         (gst_matroska_demux_send_event),
9025         (gst_matroska_demux_loop_stream_parse_id):
9026         * gst/matroska/matroska-ids.h:
9027           Send tag event after newsegment event.
9028
9029 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9030
9031         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9032         (gst_id3demux_read_range):
9033           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9034           certain cases where a read beyond the end of the file is
9035           requested. Fixes #345930.
9036
9037         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9038         (gst_tag_demux_read_range):
9039           Fix same issue here as well.
9040
9041 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9042
9043         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9044         
9045         Fix hypothetical crash.
9046
9047 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9050
9051         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9052           Do not modify the ports value. If the user has turned off the
9053           built-in speakers, then we should not reset it in the prepare
9054           function, since this causes the built-in speakers to turn
9055           back on anytime the user changes a track in totem, rhythmbox,
9056           etc. (#346066).
9057
9058 2006-06-23  Wim Taymans  <wim@fluendo.com>
9059
9060         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9061         Fix double caps unref when negotiation fails.
9062
9063 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9064
9065         * ext/annodex/gstcmmldec.c:
9066         * ext/annodex/gstcmmlenc.c:
9067         * ext/annodex/gstcmmlparser.c:
9068         * ext/dv/gstdvdec.c:
9069         * ext/dv/gstdvdemux.c:
9070         * ext/gdk_pixbuf/pixbufscale.c:
9071         * ext/jpeg/gstjpegenc.c:
9072         * ext/jpeg/gstsmokedec.c:
9073         * ext/jpeg/gstsmokeenc.c:
9074         * ext/libpng/gstpngdec.c:
9075         * ext/libpng/gstpngenc.c:
9076         * ext/speex/gstspeexenc.c:
9077         * gst/alpha/gstalphacolor.c:
9078         * gst/cutter/gstcutter.c:
9079         * gst/debug/gstnavigationtest.c:
9080         * gst/icydemux/gsticydemux.c:
9081         * gst/level/gstlevel.c:
9082         * gst/multipart/multipart.c:
9083         * gst/rtp/gstrtpamrpay.c:
9084         * gst/rtp/gstrtpdepay.c:
9085         * gst/rtp/gstrtpilbcpay.c:
9086         * gst/rtp/gstrtpmp4gpay.c:
9087         * gst/rtp/gstrtpmp4vpay.c:
9088         * gst/rtsp/gstrtpdec.c:
9089         * gst/rtsp/gstrtspsrc.c:
9090         * gst/udp/gstdynudpsink.c:
9091         * gst/udp/gstmultiudpsink.c:
9092         * gst/udp/gstudpsrc.c:
9093         * gst/videobox/gstvideobox.c:
9094         * gst/videofilter/gstvideoflip.c:
9095           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9096           plus two minor macro fixes.
9097
9098 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9099
9100         * gst/matroska/matroska-demux.c:
9101         (gst_matroska_demux_check_subtitle_buffer),
9102         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9103         (gst_matroska_demux_subtitle_caps):
9104         * gst/matroska/matroska-ids.c:
9105         (gst_matroska_track_init_subtitle_context):
9106         * gst/matroska/matroska-ids.h:
9107           Try to fix up broken matroska files containing subtitle
9108           streams with non-UTF8 character encodings (courtesy of
9109           mkvmerge) using either the encoding specified in the
9110           GST_SUBTITLE_ENCODING environment variable or the
9111           current locale's character set if it is non-UTF8.
9112           Fixes #337076.
9113
9114 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9117           Set image type from APIC frame as "image-type" field
9118           of GST_TAG_IMAGE buffer caps (#344605).
9119
9120 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9121
9122         * ext/flac/Makefile.am:
9123         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9124         (gst_flac_dec_reset_decoders),
9125         (gst_flac_dec_setup_seekable_decoder),
9126         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9127         (gst_flac_dec_metadata_callback),
9128         (gst_flac_dec_metadata_callback_seekable),
9129         (gst_flac_dec_metadata_callback_stream),
9130         (gst_flac_dec_error_callback),
9131         (gst_flac_dec_error_callback_seekable),
9132         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9133         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9134         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9135         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9136         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9137         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9138         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9139         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9140         (gst_flac_dec_sink_activate_push),
9141         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9142         * ext/flac/gstflacdec.h:
9143           Support chain-based operation, should make flac-over-DAAP
9144           work (#340492).
9145
9146 2006-06-20  Wim Taymans  <wim@fluendo.com>
9147
9148         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9149         Doc updates, merge some unused symbols.
9150
9151 2006-06-20  Wim Taymans  <wim@fluendo.com>
9152
9153         * docs/plugins/Makefile.am:
9154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9156         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9157         * gst/rtsp/gstrtspsrc.c:
9158         * gst/rtsp/gstrtspsrc.h:
9159         Added documentation for the rtsp plugin. Fixes #345393.
9160
9161 2006-06-20  Wim Taymans  <wim@fluendo.com>
9162
9163         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9164         (rtsp_connection_close), (rtsp_connection_free):
9165         Use better G_OS_* macros. Fixes #345301 some more.
9166
9167 2006-06-20  Wim Taymans  <wim@fluendo.com>
9168
9169         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9170
9171         * sys/sunaudio/Makefile.am:
9172         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9173         * sys/sunaudio/gstsunaudiomixerctrl.c:
9174         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9175         (gst_sunaudiomixer_ctrl_list_tracks),
9176         (gst_sunaudiomixer_ctrl_get_volume),
9177         (gst_sunaudiomixer_ctrl_set_volume),
9178         (gst_sunaudiomixer_ctrl_set_mute),
9179         (gst_sunaudiomixer_ctrl_set_record):
9180         * sys/sunaudio/gstsunaudiomixerctrl.h:
9181         * sys/sunaudio/gstsunaudiomixertrack.c:
9182         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9183         * sys/sunaudio/gstsunaudiomixertrack.h:
9184         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9185         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9186         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9187         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9188         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9189         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9190         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9191         (gst_sunaudiosrc_reset):
9192         * sys/sunaudio/gstsunaudiosrc.h:
9193         Add a SunAudio source plugin.
9194         Support stereo and right/left channel gain in the mixer plugin.
9195         Support the RECORD flag so that you can switch between line-input and
9196         microphone in gnome-volume-control.
9197         Code cleanups like using an enumerator for track number instead of an 
9198         integer. Fixes #344923.
9199
9200 2006-06-20  Wim Taymans  <wim@fluendo.com>
9201
9202         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9203
9204         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9205         (rtsp_connection_close):
9206         Make RTSP plugin compile on windows. Fixes #345301.
9207         Some changes to original patch to catch errors better.
9208         use ifdef WIN32 instead of ifndef.
9209
9210 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9211
9212         * configure.ac:
9213         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9214
9215 2006-06-18  Edward Hervey  <edward@fluendo.com>
9216
9217         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9218         After a failed buffer alloc, we need to abort the jpeg decoding (it
9219         started when parsing headers to figure out how many bytes we need
9220         to request downstream).
9221
9222 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9223
9224         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9225
9226         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9227           Make sure we don't read beyond the end of the file (#345232).
9228
9229 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9230
9231         * configure.ac:
9232           Fix --disable-external (can't set conditionals conditionally,
9233           #343602).
9234
9235 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9236
9237         * autogen.sh:
9238         * configure.ac:
9239         * docs/Makefile.am:
9240           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9241
9242         * docs/plugins/Makefile.am:
9243         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9244         * docs/plugins/inspect/plugin-taglib.xml:
9245           Add/fix apev2mux docs.
9246
9247 2006-06-14  Wim Taymans  <wim@fluendo.com>
9248
9249         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9250         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9251         (gst_dvdec_change_state):
9252         Reset segment info on flush.
9253         Alloc segment in _init, free in _finalize.
9254
9255         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9256         Don't send segments twice.
9257
9258 2006-06-14  Wim Taymans  <wim@fluendo.com>
9259
9260         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9261         Respect segment.stop. Fixes #342592.
9262
9263 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9266           No language specified means the implied language is English
9267           according to the matroska spec (partially fixes #344708);
9268           add some more debug output.
9269
9270 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9273         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9274         (gst_wavparse_chain):
9275           When operating chain-based, don't make any assumptions about the
9276           chunking of the incoming data and make streaming work on days other
9277           than the second Thursday after a full moon. Also fix up debug
9278           messages here and there and make use of the most excellent new
9279           gst_pad_query_peer_duration() utility function.
9280           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9281
9282         * gst/wavparse/gstwavparse.h:
9283           Remove trailing comma after last enum value, some compilers don't
9284           like that.
9285
9286 2006-06-13  Wim Taymans  <wim@fluendo.com>
9287
9288         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9289         Handle premature EOS gracefully.
9290
9291 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9292
9293         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9294           Prevent out of bounds array access when scrubbing towards
9295           the end of the file between the last index entry and the
9296           end. Fixes occasional 'start <= stop' newsegment event
9297           assertions when scrubbing in MJPEG files.
9298
9299 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * tests/check/elements/.cvsignore:
9302           And another one.
9303
9304 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9305
9306         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9307         (scan_encoded_string), (parse_picture_frame):
9308           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9309
9310         * configure.ac:
9311           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9312           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9313
9314 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9315
9316         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9317           gratuitous comment changes
9318         * tests/check/elements/level.c: (GST_START_TEST):
9319           fix level test leaks
9320
9321 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9322
9323         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9324         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9325           Use gst_pad_query_peer_duration() utility function here.
9326
9327 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9328
9329         * autogen.sh:
9330           require am17
9331         * configure.ac:
9332         * ext/annodex/Makefile.am:
9333         * ext/cdio/Makefile.am:
9334         * ext/dv/Makefile.am:
9335         * ext/esd/Makefile.am:
9336         * ext/flac/Makefile.am:
9337         * ext/gdk_pixbuf/Makefile.am:
9338         * ext/ladspa/Makefile.am:
9339         * ext/libcaca/Makefile.am:
9340         * ext/speex/Makefile.am:
9341         * ext/taglib/Makefile.am:
9342         * sys/oss/Makefile.am:
9343         * sys/sunaudio/Makefile.am:
9344         * sys/ximage/Makefile.am:
9345           clean up build further
9346
9347 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9348
9349         * gconf/Makefile.am:
9350           Honour --disable-schemas-install configure option. Fixes #344100.
9351
9352 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * tests/examples/level/Makefile.am:
9355           Add -lm to LIBS for pow() function, don't assume one of our
9356           dependencies (such as libxml-2.0) drags it in automatically
9357           (#343603).
9358
9359 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9362
9363         * configure.ac:
9364           We should use $SED and not $(SED) in configure.ac (#343678).
9365
9366 2006-06-09  Wim Taymans  <wim@fluendo.com>
9367
9368         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9369
9370         * sys/sunaudio/gstsunaudiomixerctrl.c:
9371         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9372         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9373         (gst_sunaudiomixer_ctrl_set_mute):
9374         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9375         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9376         (gst_sunaudiosink_write):
9377         Attached find a patch that fixes a number of bugs with the SunAudio
9378         mixer plugin and fixes #344101:
9379         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9380            tracks onto the tracklist causing gnome-volume-control's preferences
9381            dialog to be messed up and would core dump if you checked/unchecked
9382            any item.
9383         2. We weren't previously setting the MUTE flag properly.  Fixing this
9384            makes gnome-volume-control work better.
9385         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9386            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9387            gnome-volume-control look better.
9388         Also some minor cleanup in gstsunaudiosink.c.
9389
9390 2006-06-09  Wim Taymans  <wim@fluendo.com>
9391
9392         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9393         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9394         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9395         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9396         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9397         * ext/jpeg/gstjpegdec.h:
9398         API: Added IDCT method property
9399         Small cleanups.
9400         Avoid dynamic allocation of trivial fixed structure.
9401         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9402
9403 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9404
9405         * configure.ac:
9406         We now require libraw1394 >= 1.1.0 and that version onwards all
9407         have .pc files.
9408
9409 2006-06-02  Edward Hervey  <edward@fluendo.com>
9410
9411         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9412         Trying to get items from an ANY or EMPTY caps is ... stupid.
9413
9414 2006-06-02  Edward Hervey  <edward@fluendo.com>
9415
9416         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9417         (gst_dvdec_chain), (gst_dvdec_change_state):
9418         * ext/dv/gstdvdec.h:
9419         Added GstSegment handling, now implements dropping/clipping.
9420
9421 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9422
9423         * ext/aalib/gstaasink.h:
9424         * ext/annodex/gstcmmldec.h:
9425         * ext/cairo/gsttimeoverlay.h:
9426         * ext/dv/gstdvdec.h:
9427         * ext/dv/gstdvdemux.h:
9428         * ext/esd/esdmon.h:
9429         * ext/esd/esdsink.h:
9430         * ext/flac/gstflacenc.h:
9431         * ext/gconf/gstgconfaudiosink.h:
9432         * ext/gconf/gstgconfaudiosrc.h:
9433         * ext/gconf/gstgconfvideosink.h:
9434         * ext/gconf/gstgconfvideosrc.h:
9435         * ext/gdk_pixbuf/gstgdkanimation.h:
9436         * ext/gdk_pixbuf/pixbufscale.h:
9437         * ext/hal/gsthalaudiosink.h:
9438         * ext/hal/gsthalaudiosrc.h:
9439         * ext/jpeg/gstjpegenc.h:
9440         * ext/jpeg/gstsmokedec.h:
9441         * ext/jpeg/gstsmokeenc.h:
9442         * ext/libcaca/gstcacasink.h:
9443         * ext/libmng/gstmngdec.h:
9444         * ext/libmng/gstmngenc.h:
9445         * ext/libpng/gstpngdec.h:
9446         * ext/libpng/gstpngenc.h:
9447         * ext/raw1394/gstdv1394src.h:
9448         * ext/speex/gstspeexenc.h:
9449         * gst/autodetect/gstautoaudiosink.h:
9450         * gst/autodetect/gstautovideosink.h:
9451         * gst/avi/gstavidemux.h:
9452         * gst/cutter/gstcutter.h:
9453         * gst/debug/efence.h:
9454         * gst/debug/gstnavigationtest.h:
9455         * gst/debug/gstnavseek.h:
9456         * gst/flx/gstflxdec.h:
9457         * gst/goom/gstgoom.h:
9458         * gst/icydemux/gsticydemux.h:
9459         * gst/id3demux/gstid3demux.h:
9460         * gst/law/alaw-decode.h:
9461         * gst/law/alaw-encode.h:
9462         * gst/law/mulaw-decode.h:
9463         * gst/law/mulaw-encode.h:
9464         * gst/matroska/matroska-mux.h:
9465         * gst/median/gstmedian.h:
9466         * gst/oldcore/gstaggregator.h:
9467         * gst/oldcore/gstfdsink.h:
9468         * gst/oldcore/gstmd5sink.h:
9469         * gst/oldcore/gstmultifilesrc.h:
9470         * gst/oldcore/gstpipefilter.h:
9471         * gst/oldcore/gstshaper.h:
9472         * gst/oldcore/gststatistics.h:
9473         * gst/rtp/gstasteriskh263.h:
9474         * gst/rtp/gstrtpL16depay.h:
9475         * gst/rtp/gstrtpL16pay.h:
9476         * gst/rtp/gstrtpamrdepay.h:
9477         * gst/rtp/gstrtpamrpay.h:
9478         * gst/rtp/gstrtpdepay.h:
9479         * gst/rtp/gstrtpgsmdepay.h:
9480         * gst/rtp/gstrtpgsmpay.h:
9481         * gst/rtp/gstrtph263pay.h:
9482         * gst/rtp/gstrtph263pdepay.h:
9483         * gst/rtp/gstrtph263ppay.h:
9484         * gst/rtp/gstrtpmp4gpay.h:
9485         * gst/rtp/gstrtpmp4vdepay.h:
9486         * gst/rtp/gstrtpmp4vpay.h:
9487         * gst/rtp/gstrtpmpadepay.h:
9488         * gst/rtp/gstrtpmpapay.h:
9489         * gst/rtp/gstrtppcmadepay.h:
9490         * gst/rtp/gstrtppcmapay.h:
9491         * gst/rtp/gstrtppcmudepay.h:
9492         * gst/rtp/gstrtppcmupay.h:
9493         * gst/rtp/gstrtpspeexdepay.h:
9494         * gst/rtp/gstrtpspeexpay.h:
9495         * gst/rtsp/gstrtpdec.h:
9496         * gst/rtsp/gstrtspsrc.h:
9497         * gst/smpte/gstsmpte.h:
9498         * gst/udp/gstdynudpsink.h:
9499         * gst/udp/gstmultiudpsink.h:
9500         * gst/udp/gstudpsink.h:
9501         * gst/udp/gstudpsrc.h:
9502         * gst/videofilter/gstvideobalance.h:
9503         * gst/videofilter/gstvideoflip.h:
9504         * sys/oss/gstossdmabuffer.h:
9505         * sys/oss/gstossmixerelement.h:
9506         * sys/oss/gstosssink.h:
9507         * sys/oss/gstosssrc.h:
9508         * sys/osxvideo/osxvideosink.h:
9509         * sys/sunaudio/gstsunaudiomixer.h:
9510         * sys/sunaudio/gstsunaudiosink.h:
9511         * sys/ximage/gstximagesrc.h:
9512         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9513
9514 2006-05-31  Wim Taymans  <wim@fluendo.com>
9515
9516         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9517         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9518         (gst_goom_src_setcaps), (gst_goom_src_event),
9519         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9520         (gst_goom_change_state):
9521         * gst/goom/gstgoom.h:
9522         Handle QoS.
9523         Handle flushing, discont and events.
9524         Fix timestamps and various other cleanups.
9525
9526 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9527
9528         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9529         Fix bus reset when using libiec61883
9530
9531 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9532
9533         * configure.ac:
9534         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9535         * ext/raw1394/Makefile.am:
9536         Add CFLAGS.
9537         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9538         New method, to receive using libiec61883.
9539         (gst_dv1394src_iso_receive),
9540         #ifdef'd out if libiec61883 is present.
9541         (gst_dv1394src_bus_reset),
9542         Get userdata correctly if using libiec61883. 
9543         (gst_dv1394src_create),
9544         When using libiec61883, only poll one fd and no need to read.
9545         (gst_dv1394src_discover_avc_node),
9546         Replace g_warnings.
9547         (gst_dv1394src_start),
9548         Create new handle when we know which dv port.  More reliable
9549         than setting port on an existing handle.  Initialise libiec61883.
9550         (gst_dv1394src_stop):
9551         If using libiec61883, then cleanup its handle properly.
9552         * ext/raw1394/gstdv1394src.h:
9553         Add libiec61883 handle.
9554
9555 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9556
9557         * gst/avi/gstavidemux.c:
9558           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9559         * win32/MANIFEST:
9560           sort file listing
9561         * win32/vs6/libgstavi.dsp:
9562           add gstavimux.c to the project
9563         * win32/vs6/libgstid3demux.dsp:
9564           add link to zlib library
9565         * win32/vs6/libgstmatroska.dsp:
9566           add matroska-ids.c to the project
9567
9568 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9569
9570         Patch by: Sebastian Dröge  <mail at slomosnail de >
9571
9572         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9573         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9574         * ext/taglib/Makefile.am:
9575         * ext/taglib/gstapev2mux.cc:
9576         * ext/taglib/gstapev2mux.h:
9577         * ext/taglib/gstid3v2mux.cc:
9578         * ext/taglib/gsttaglibmux.c: (plugin_init):
9579         * ext/taglib/gsttaglibmux.h:
9580           Add apev2mux element (#343122).
9581         
9582         * tests/check/Makefile.am:
9583         * tests/check/elements/apev2mux.c:
9584         (test_taglib_apev2mux_create_tags),
9585         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9586         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9587         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9588         (apev2mux_suite), (main):
9589           Add unit test for apev2mux element.
9590
9591 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9594         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9595         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9596           GST_PTR_FORMAT should be used to print caps in debug statements.
9597
9598 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9599
9600         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9601
9602         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9603         (ape_demux_parse_tags):
9604           Some clean-ups and additions: map APE 'file' tag to
9605           GST_TAG_LOCATION (#343123); add support for extracting
9606           the track count and clean up parsing a bit (#343127).
9607
9608 2006-05-28  Edward Hervey  <edward@fluendo.com>
9609
9610         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9611         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9612
9613 2006-05-28  Edward Hervey  <edward@fluendo.com>
9614
9615         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9616         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9617         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9618         * ext/jpeg/gstjpegdec.h:
9619         Clip outgoing buffers according to currently configured segment.
9620
9621 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9622
9623         * ext/taglib/gstid3v2mux.cc:
9624           Handle  writing of track-count or album-volume-count without
9625           track-number or albume-volume-number (in this case the number
9626           will just be set to 0).
9627
9628         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9629           It would be nice if we actually checked the values received for
9630           track/album-volume number/count in  _check_tags(), rather than
9631           setting them again ...
9632
9633 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9634
9635         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9636           A track/volume number or count of 0 does not make sense,
9637           just ignore it along with negative numbers (a tag might
9638           only contain a track count without a track number).
9639
9640 2006-05-27  Edward Hervey  <edward@fluendo.com>
9641
9642         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9643         (gst_jpeg_dec_sink_event):
9644         Abort decompression when receiving FLUSH_STOP. This should avoid
9645         issues when interrupting decoding with flushes.
9646
9647 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         * ext/flac/gstflac.c:
9650           Don't #include file we don't dist any longer.
9651
9652 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9653
9654         * README:
9655           Replace current README (containing the release notes from
9656           some 0.9.x version) with a proper README taken from the core.
9657
9658 2006-05-24  Wim Taymans  <wim@fluendo.com>
9659
9660         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9661         Implement EOS correctly by either posting
9662         SEGMENT_DONE or pushing an EOS message depending
9663         on the seek type. Fixes #342592
9664
9665 2006-05-24  Wim Taymans  <wim@fluendo.com>
9666
9667         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9668         * gst/law/alaw-decode.h:
9669         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9670         * gst/law/alaw-encode.h:
9671         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9672         * gst/law/mulaw-decode.h:
9673         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9674         * gst/law/mulaw-encode.h:
9675         Some cleanups in the chain functions.
9676         Remove some GStreamer 0.0.2 bits.
9677
9678 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9679
9680         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9681
9682         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9683           gst_collect_pads_stop() needs to be called before chaining up
9684           to the parent class (#342734).
9685
9686 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9687
9688         * ext/flac/Makefile.am:
9689         * ext/flac/flac_compat.h:
9690         * ext/flac/gstflac.c:
9691         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9692         * ext/flac/gstflacenc.c:
9693           Remove backwards compatibility cruft for dealing with FLAC API
9694           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9695
9696 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9699         (gst_matroska_demux_push_xiph_codec_priv_data),
9700         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9701         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9702         * gst/matroska/matroska-ids.h:
9703         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9704         (gst_matroska_mux_video_pad_setcaps),
9705         (xiph3_streamheader_to_codecdata),
9706         (vorbis_streamheader_to_codecdata),
9707         (theora_streamheader_to_codecdata),
9708         (gst_matroska_mux_audio_pad_setcaps),
9709         (gst_matroska_mux_write_data):
9710           Add support for muxing/demuxing theora video (#342448; too bad
9711           none of the usual linux players can actually play this). Playback
9712           in GStreamer will require additional changes to theoradec in -base.
9713           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9714           cleanups.
9715
9716 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9719         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9720           Fix crashes when the horizontal subsampling is 1.
9721           Fixes #342097.
9722
9723 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9724
9725         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9726
9727         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9728         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9729         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9730         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9731         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9732         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9733         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9734         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9735         (gst_avi_mux_change_state):
9736         * gst/avi/gstavimux.h:
9737           Some enhancements for avimux (#342526):
9738            - add odml (large file) index support
9739            - store codec init data (e.g. huffyuv)
9740            - miscellaneous other fixes/cleanups
9741
9742 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9743
9744         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9745         Don't output any tag when we encounter a negative track number - the
9746         tag type is uint, so we end up outputting huge positive numbers
9747         instead. (Fixes: #342029)
9748
9749 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9750
9751         * configure.ac:
9752           update for new GSTPB_PLUGINS_DIR
9753
9754 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9755
9756         * rtp/gst/gstrtph263pay.c:
9757         Properly set static caps for H263 at 34.
9758
9759 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9760
9761         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9762
9763         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9764           Merge event tags and tag setter tags correctly (#339918). Also,
9765           don't leak taglist in case of an error.
9766           
9767 2006-05-17  Edward Hervey  <edward@fluendo.com>
9768
9769         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9770         We can only do caps intersection if the othercaps are non-empty and not
9771         ANY. Else we return the pad template (base_caps).
9772
9773 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9776           Fix crash when outputting debugging information for certain
9777           pictures (always good to use the right struct member for
9778           the number of records in an array).
9779
9780 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9781
9782         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9783
9784         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9785         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9786         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9787         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9788         (gst_ebml_read_float), (gst_ebml_read_ascii),
9789         (gst_ebml_read_binary):
9790           Don't create unnecessary sub-buffers all the time. Dramatically
9791           improves performance with multiple concurrently running
9792           matroskademux instances (#341818) (and avoids doing
9793           unnecessarily inefficient things in the general case).
9794
9795 2006-05-16  Edward Hervey  <edward@fluendo.com>
9796
9797         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9798         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9799         return value of gst_pad_push_event().
9800
9801 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9802
9803         * gst/autodetect/gstautoaudiosink.c:
9804         (gst_auto_audio_sink_find_best):
9805         * gst/autodetect/gstautovideosink.c:
9806         (gst_auto_video_sink_find_best):
9807         Make the name of the child element be based on the name of the
9808         parent, so that debug output is more useful.
9809         
9810         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9811         (parse_insert_string_field), (parse_split_strings):
9812         Rework string parsing to always walk over BOM markers in UTF16
9813         strings, using the endianness indicated by the innermost one,
9814         then trying the opposite endianness if that fails to convert
9815         to valid UTF-8. Fixes #341774
9816
9817 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9818
9819         Patch from: Matthieu <matthieu at fluendo dot com>
9820
9821         * ext/libpng/Makefile.am:
9822         Add LIBPNG_CFLAGS.
9823
9824 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9825
9826         * ext/taglib/gstid3v2mux.cc:
9827           Add support for writing images (APIC frames) into ID3v2
9828           tags (picture type always set to 'other' for now though).
9829
9830 2006-05-14  Michael Smith  <msmith@fluendo.com>
9831
9832         * gst/wavparse/gstwavparse.c:
9833           Update docs; wavparse implements push and pull modes.
9834
9835 2006-05-12  Wim Taymans  <wim@fluendo.com>
9836
9837         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9838         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9839         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9840         Ooops, bitten by the copy-and-paste design paradigm, fixes
9841         seek again.
9842
9843 2006-05-12  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9846         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9847         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9848         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9849         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9850         (gst_avi_demux_massage_index),
9851         (gst_avi_demux_calculate_durations_from_index),
9852         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9853         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9854         (gst_avi_demux_loop):
9855         * gst/avi/gstavidemux.h:
9856         Some cleanups, prepare to use GstSegment.
9857         Fix error in entry walking code.
9858         Fix VBR detection.
9859         Smarter timestamp calculation code.
9860         Uniform error/eos handling.
9861
9862 2006-05-12  Michael Smith  <msmith@fluendo.com>
9863
9864         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9865         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9866           Fix use of uninitialised values if we're NOT seeking in ready.
9867           Fix typos.
9868
9869 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9870
9871         * gst/wavparse/Makefile.am:
9872           Add CFLAGS and LIBS for libgstbase, fixes build on
9873           Cygwin (#341489).
9874
9875 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9876
9877         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9878           Some more debug info. No need to check whether the string
9879           returned by g_convert() is really UTF-8 - either it is or
9880           we get NULL returned.
9881
9882 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9883
9884         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9885           Fix parsing of numeric genre strings some more, by ensuring that
9886           we only try and parse strings that a) Start with '(' and b) Consist
9887           only of digits.
9888           Also, when finding an escaping '((' sequence, bust it back to '(' by
9889           swallowing the first parenthesis
9890
9891 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9894         (gst_esdsink_open), (gst_esdsink_close):
9895         * ext/esd/esdsink.h:
9896           Move the esd_get_server_info() into gst_esdsink_open() and fail
9897           with a decent error message on errors.
9898
9899 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9900
9901         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9902         (gst_esdmon_channels_get_type):
9903         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9904         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9905         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9906         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9907         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9908         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9909         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9910         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9911         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9912         * gst/videomixer/videomixer.c:
9913         (gst_video_mixer_background_get_type):
9914           Const-ify GEnumValue arrays.
9915
9916 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9917
9918         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
9919
9920         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9921         (gst_avi_mux_do_video_buffer):
9922           Work around gst_buffer_make_metadata_writable() bug that
9923           results in avimux marking all frames in the index as
9924           keyframes (#340859).
9925           
9926 2006-05-08  Wim Taymans  <wim@fluendo.com>
9927
9928         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9929         Make parsing of urls suck slightly less.
9930
9931 2006-05-08  Edward Hervey  <edward@fluendo.com>
9932
9933         * autogen.sh: (CONFIGURE_DEF_OPT): 
9934         libtoolize on Darwin/MacOSX is called glibtoolize.
9935
9936 2006-05-08  Wim Taymans  <wim@fluendo.com>
9937
9938         Patch by: Jens Granseuer <jensgr at gmx dot net>
9939
9940         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9941         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9942         C89 compliance fixes. Fixes #340980
9943
9944 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9947         * ext/flac/gstflacdec.h:
9948           Handle segment seeks that include the end of the file as stop point
9949           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9950           message instead of an EOS event in case we're in segment seek
9951           mode (fixes #340699).
9952           
9953 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
9954
9955         * ext/cairo/gsttextoverlay.c:
9956         * ext/flac/gstflacdec.c:
9957         * ext/gdk_pixbuf/pixbufscale.c:
9958         * gst/apetag/gstapedemux.c:
9959         * gst/debug/breakmydata.c:
9960         * gst/debug/testplugin.c:
9961         * gst/matroska/ebml-write.c:
9962         * gst/multipart/multipartdemux.c:
9963         * sys/osxaudio/gstosxaudiosink.c:
9964         * sys/osxaudio/gstosxaudiosrc.c:
9965         Add semicolons after GST_BOILERPLATE[_FULL] so that
9966         indent doesn't mess up following lines.
9967
9968 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9969
9970         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9971
9972         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
9973           Don't leak caps when freeing the stream context (#340623).
9974
9975 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
9976
9977         * configure.ac:
9978           Back to CVS
9979
9980 === release 0.10.3 ===
9981
9982 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
9983
9984         * configure.ac:
9985           releasing 0.10.3, "Desplazado"
9986
9987 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9988
9989         * gst/matroska/matroska-mux.c:
9990         (gst_matroska_mux_stream_is_vorbis_header),
9991         (gst_matroska_mux_write_data):
9992           Don't strcmp() NULL strings.
9993           Only start new clusters on video keyframes, not on any
9994           random audio buffer that doesn't have the DELTA_UNIT
9995           flag set (fixes 'make check' again).
9996
9997 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10000
10001         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10002         (gst_matroska_mux_stream_is_vorbis_header),
10003         (gst_matroska_mux_write_data):
10004           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10005           value and then dead-lock when muxing vorbis audio streams
10006           (the three vorbis header buffers carry no timestamp, and it
10007           would try to mux these after all video buffers). Fixes #340346.
10008
10009           Improve clustering: start a new cluster also whenever we get
10010           a keyframe.     
10011
10012 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10013
10014         * win32/common/config.h:
10015         * win32/MANIFEST
10016           add the generated file as well
10017
10018 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10019
10020         * Makefile.am:
10021         * configure.ac:
10022         * win32/common/config.h.in:
10023           add win32 stuff
10024
10025 2006-05-03  Michael Smith  <msmith@fluendo.com>
10026
10027         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10028           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10029           SUCKS.
10030
10031 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10032
10033         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10034         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10035         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10036           don't leak caps-string
10037
10038 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10039
10040         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10041         (gst_id3demux_sink_activate):
10042           Let core insert default error message for TYPE_NOT_FOUND
10043           errors, it's just as good as our own and has the added
10044           bonus of being translated.
10045
10046 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10049         (gst_tag_demux_sink_event):
10050         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10051         (gst_id3demux_sink_event):
10052           Post an error message when we get an EOS event and were not
10053           able to find out the type of stream.
10054
10055         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10056         (test_taglib_id3mux_with_tags):
10057           Decrease num-buffers to 16 per iteration again, otherwise the
10058           many memcpy()s and reallocations in the test will hammer slow
10059           CPUs completely and make the test timeout.
10060
10061 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10062
10063         * configure.ac:
10064           figure out where plugins-base plugins are
10065         * tests/check/Makefile.am:
10066           use plugins-base plugins, so we have typefind functions
10067         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10068           increase num-buffers, this makes sure the test errors out instead
10069           of timing out when no typefind functions are present
10070
10071 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10072
10073         * docs/plugins/Makefile.am:
10074           also check .cc files for gtk-doc markup
10075         * configure.ac:
10076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10078         * tests/check/Makefile.am:
10079         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10080         * ext/Makefile.am:
10081         * ext/taglib/Makefile.am:
10082         * ext/taglib/gstid3v2mux.h:
10083         * ext/taglib/gsttaglibmux.c:
10084         * ext/taglib/gsttaglibmux.h:
10085           move taglib-based id3v2muxer to -good.  Fixes #336110.
10086
10087 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10088
10089         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10090           ... and fix multichannel/WAVFORMATEX support again.
10091
10092 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10093
10094         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10095         (gst_wavparse_class_init), (gst_wavparse_dispose),
10096         (gst_wavparse_reset), (gst_wavparse_init),
10097         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10098         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10099         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10100         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10101         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10102         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10103         (gst_wavparse_stream_data), (gst_wavparse_loop),
10104         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10105         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10106         (gst_wavparse_change_state), (plugin_init):
10107         * gst/wavparse/gstwavparse.h:
10108           Add push (streaming) mode to wavparse (fixes #337625)
10109
10110 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10111
10112         * configure.ac:
10113         * tests/Makefile.am:
10114           add ximagesrc icles test
10115
10116 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10117
10118         * configure.ac:
10119         * docs/plugins/Makefile.am:
10120         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10121         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10122         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10123         (gst_cmml_enc_push_clip):
10124         * sys/Makefile.am:
10125         * sys/ximage/Makefile.am:
10126         * sys/ximage/gstximagesrc.c:
10127           Move ximagesrc plug-in to good after review.  Fixes #336756.
10128
10129 2006-04-28  Michael Smith  <msmith@fluendo.com>
10130
10131         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10132         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10133         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10134         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10135         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10136         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10137         * gst/icydemux/gsticydemux.h:
10138           Fix event handling: cache events when typefinding and forward later.
10139
10140 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10141
10142         * sys/osxaudio/gstosxaudiosink.c:
10143         (plugin_init):
10144          Register osxaudiosrc to the plugin.
10145         * sys/osxaudio/gstosxaudiosrc.c:
10146         (gst_osx_audio_src_osxelement_do_init),
10147         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10148         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10149         (gst_osx_audio_src_get_property),
10150         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10151         (gst_osx_audio_src_osxelement_init):
10152         * sys/osxaudio/gstosxaudiosrc.h:
10153           Port of osxaudiosrc to 0.10.
10154         * sys/osxaudio/Makefile.am:
10155           Add osxaudiosrc
10156
10157 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10158
10159         * sys/osxaudio/gstosxringbuffer.c:
10160         * sys/osxaudio/gstosxringbuffer.h:
10161           Forgot to commit earlier, part of the OSX audio plugin port
10162
10163 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10164
10165         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10166         (parse_split_strings):
10167           Recognise and skip any byte order marker (BOM) in
10168           UTF-16 strings.
10169
10170 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         * docs/plugins/Makefile.am:
10173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10175         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10176         * docs/plugins/inspect/plugin-avi.xml:
10177         * gst/avi/gstavidemux.c:
10178         * gst/avi/gstavimux.c:
10179           Add docs for both avidemux and avimux.
10180
10181 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10184
10185         * gst/avi/Makefile.am:
10186         * gst/avi/gstavi.c: (plugin_init):
10187         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10188         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10189         (gst_avi_mux_class_init), (gst_avi_mux_init),
10190         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10191         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10192         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10193         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10194         (gst_avi_mux_riff_get_avix_header),
10195         (gst_avi_mux_riff_get_video_header),
10196         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10197         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10198         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10199         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10200         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10201         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10202         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10203         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10204         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10205         (gst_avi_mux_change_state):
10206         * gst/avi/gstavimux.h:
10207           Port AVI muxer to GStreamer-0.10 (#332031).
10208
10209         * tests/check/Makefile.am:
10210         * tests/check/elements/avimux.c:
10211         * tests/check/elements/.cvsignore:
10212           Add unit test for AVI muxer.
10213
10214 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10215
10216         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10217         (gst_wavparse_class_init), (gst_wavparse_reset),
10218         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10219         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10220         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10221         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10222         (gst_wavparse_stream_data), (gst_wavparse_loop),
10223         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10224         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10225         (plugin_init):
10226         * gst/wavparse/gstwavparse.h:
10227           reverted patch #337625 for the price of 1 hour sleep
10228
10229 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10230
10231         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10232         (gst_wavparse_class_init), (gst_wavparse_reset),
10233         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10234         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10235         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10236         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10237         (gst_wavparse_stream_data), (gst_wavparse_loop),
10238         (gst_wavparse_chain), (plugin_init):
10239         * gst/wavparse/gstwavparse.h:
10240           correct partial implementation of push mode
10241           (from my last commit)
10242
10243 2006-04-26  Wim Taymans  <wim@fluendo.com>
10244
10245         * ext/esd/esdsink.c:
10246         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10247         it is not in esd.h
10248
10249 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10250
10251         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10252         (gst_au_parse_class_init), (gst_au_parse_init),
10253         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10254         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10255         (gst_au_parse_chain), (gst_au_parse_src_convert),
10256         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10257         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10258         (gst_au_parse_change_state):
10259         * gst/auparse/gstauparse.h:
10260           Rewrite auparse to suck a little bit less: make source pad
10261           dynamic, so decodebin/playbin work with non-raw formats
10262           like alaw/mulaw; add query function for duration/position
10263           queries; check whether we have enough data before attempting
10264           to parse the header (instead of crashing when that is not the
10265           case); work around audioconvert sucking by swapping endianness
10266           to the native endianness ourselves for float formats; send
10267           initial newsegment event. Fixes #161712.
10268
10269 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10270
10271         * sys/osxaudio/Makefile.am:
10272         * sys/osxaudio/gstosxaudioelement.c:
10273         (gst_osx_audio_element_get_type),
10274         (gst_osx_audio_element_class_init):
10275         * sys/osxaudio/gstosxaudioelement.h:
10276         * sys/osxaudio/gstosxaudiosink.c:
10277         (gst_osx_audio_sink_osxelement_do_init),
10278         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10279         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10280         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10281         (gst_osx_audio_sink_create_ringbuffer),
10282         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10283         (plugin_init):
10284         * sys/osxaudio/gstosxaudiosink.h:
10285         Port of osxaudiosink to 0.10
10286
10287 2006-04-26  Wim Taymans  <wim@fluendo.com>
10288
10289         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10290         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10291         the size of the ringbuffer. This should fix hangs with older 
10292         esd sound servers.
10293
10294 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10295
10296         * ext/aalib/gstaasink.c:
10297         * ext/annodex/gstcmmldec.c:
10298         * ext/annodex/gstcmmlenc.c:
10299         * ext/cairo/gsttextoverlay.c:
10300         * ext/cairo/gsttimeoverlay.c:
10301         * ext/cdio/gstcdiocddasrc.c:
10302         * ext/dv/gstdvdec.c:
10303         * ext/dv/gstdvdemux.c:
10304         * ext/esd/esdmon.c:
10305         * ext/esd/esdsink.c:
10306         * ext/flac/gstflacenc.c:
10307         * ext/flac/gstflactag.c:
10308         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10309         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10310         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10311         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10312         * ext/gdk_pixbuf/pixbufscale.c:
10313         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10314         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10315         * ext/jpeg/gstjpegdec.c:
10316         * ext/jpeg/gstjpegenc.c:
10317         * ext/jpeg/gstsmokedec.c:
10318         * ext/jpeg/gstsmokeenc.c:
10319         * ext/libcaca/gstcacasink.c:
10320         * ext/libmng/gstmngdec.c:
10321         * ext/libmng/gstmngenc.c:
10322         * ext/libpng/gstpngdec.c:
10323         * ext/libpng/gstpngenc.c:
10324         * ext/mikmod/gstmikmod.c:
10325         * ext/raw1394/gstdv1394src.c:
10326         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10327         * ext/shout2/gstshout2.h:
10328         * ext/speex/gstspeexdec.c:
10329         * ext/speex/gstspeexenc.c:
10330         * gst/alpha/gstalpha.c:
10331         * gst/alpha/gstalphacolor.c:
10332         * gst/apetag/gstapedemux.c:
10333         * gst/auparse/gstauparse.c:
10334         * gst/autodetect/gstautoaudiosink.c:
10335         (gst_auto_audio_sink_base_init):
10336         * gst/autodetect/gstautovideosink.c:
10337         (gst_auto_video_sink_base_init):
10338         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10339         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10340         * gst/cutter/gstcutter.c:
10341         * gst/debug/breakmydata.c:
10342         * gst/debug/efence.c:
10343         * gst/debug/gstnavigationtest.c:
10344         * gst/debug/gstnavseek.c:
10345         * gst/debug/negotiation.c:
10346         * gst/debug/progressreport.c:
10347         * gst/debug/testplugin.c:
10348         * gst/effectv/gstaging.c:
10349         * gst/effectv/gstdice.c:
10350         * gst/effectv/gstedge.c:
10351         * gst/effectv/gstquark.c:
10352         * gst/effectv/gstrev.c:
10353         * gst/effectv/gstshagadelic.c:
10354         * gst/effectv/gstvertigo.c:
10355         * gst/effectv/gstwarp.c:
10356         * gst/flx/gstflxdec.c:
10357         * gst/goom/gstgoom.c:
10358         * gst/icydemux/gsticydemux.c:
10359         * gst/id3demux/gstid3demux.c:
10360         * gst/interleave/deinterleave.c:
10361         * gst/interleave/interleave.c:
10362         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10363         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10364         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10365         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10366         * gst/level/gstlevel.c:
10367         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10368         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10369         * gst/median/gstmedian.c:
10370         * gst/monoscope/gstmonoscope.c:
10371         * gst/multipart/multipartdemux.c:
10372         * gst/multipart/multipartmux.c:
10373         * gst/oldcore/gstaggregator.c:
10374         * gst/oldcore/gstfdsink.c:
10375         * gst/oldcore/gstmd5sink.c:
10376         * gst/oldcore/gstmultifilesrc.c:
10377         * gst/oldcore/gstpipefilter.c:
10378         * gst/oldcore/gstshaper.c:
10379         * gst/oldcore/gststatistics.c:
10380         * gst/rtp/gstasteriskh263.c:
10381         * gst/rtp/gstrtpL16depay.c:
10382         * gst/rtp/gstrtpL16pay.c:
10383         * gst/rtp/gstrtpamrdepay.c:
10384         * gst/rtp/gstrtpamrpay.c:
10385         * gst/rtp/gstrtpdepay.c:
10386         * gst/rtp/gstrtpgsmpay.c:
10387         * gst/rtp/gstrtph263pay.c:
10388         * gst/rtp/gstrtph263pdepay.c:
10389         * gst/rtp/gstrtph263ppay.c:
10390         * gst/rtp/gstrtpilbcdepay.c:
10391         * gst/rtp/gstrtpmp4gpay.c:
10392         * gst/rtp/gstrtpmp4vdepay.c:
10393         * gst/rtp/gstrtpmp4vpay.c:
10394         * gst/rtp/gstrtpmpadepay.c:
10395         * gst/rtp/gstrtpmpapay.c:
10396         * gst/rtp/gstrtppcmadepay.c:
10397         * gst/rtp/gstrtppcmapay.c:
10398         * gst/rtp/gstrtppcmudepay.c:
10399         * gst/rtp/gstrtppcmupay.c:
10400         * gst/rtp/gstrtpspeexdepay.c:
10401         * gst/rtp/gstrtpspeexpay.c:
10402         * gst/rtsp/gstrtpdec.c:
10403         * gst/rtsp/gstrtspsrc.c:
10404         * gst/smpte/gstsmpte.c:
10405         * gst/udp/gstdynudpsink.c:
10406         * gst/udp/gstmultiudpsink.c:
10407         * gst/udp/gstudpsink.c:
10408         * gst/udp/gstudpsrc.c:
10409         * gst/videobox/gstvideobox.c:
10410         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10411         * gst/videofilter/gstvideobalance.c:
10412         * gst/videofilter/gstvideoflip.c:
10413         * gst/videofilter/gstvideotemplate.c:
10414         (gst_videotemplate_base_init):
10415         * gst/videomixer/videomixer.c:
10416         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10417         (gst_wavparse_class_init), (gst_wavparse_dispose),
10418         (gst_wavparse_reset), (gst_wavparse_init),
10419         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10420         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10421         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10422         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10423         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10424         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10425         (gst_wavparse_change_state):
10426         * gst/wavparse/gstwavparse.h:
10427         * sys/oss/gstossmixerelement.c:
10428         * sys/oss/gstosssink.c:
10429         * sys/oss/gstosssrc.c:
10430         * sys/osxaudio/gstosxaudioelement.c:
10431         * sys/osxaudio/gstosxaudiosink.c:
10432         * sys/osxaudio/gstosxaudiosrc.c:
10433         * sys/sunaudio/gstsunaudiomixer.c:
10434         * sys/sunaudio/gstsunaudiosink.c:
10435           Define GstElementDetails as const and also static (when defined as
10436           global)
10437
10438 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10441           Source pad has fixed caps. If we don't set this, bad
10442           things happen when the window is resized.
10443
10444 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10445
10446         * gst/matroska/Makefile.am:
10447         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10448         (gst_matroska_demux_handle_src_event):
10449         * gst/matroska/matroska-ids.c:
10450         (gst_matroska_track_init_video_context),
10451         (gst_matroska_track_init_audio_context),
10452         (gst_matroska_track_init_subtitle_context),
10453         (gst_matroska_track_init_complex_context):
10454         * gst/matroska/matroska-ids.h:
10455           Handle case where the TrackType ebml chunk does not come before the
10456           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10457           events.
10458
10459 2006-04-25  Wim Taymans  <wim@fluendo.com>
10460
10461         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10462         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10463         It's codec_data, not codec_info.
10464
10465 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10466
10467         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10468
10469         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10470           Handle codec_data for VfW compatibility codec IDs (#339451)
10471
10472         * gst/matroska/matroska-mux.c:
10473         (gst_matroska_mux_video_pad_setcaps):
10474           Same here, handle codec_data and add additional caps we can handle
10475           now to the pad template (huffyuv, dv and h263 video) (#339451)
10476
10477 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10478
10479         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10480
10481         * gst/matroska/matroska-mux.c:
10482         (gst_matroska_mux_create_buffer_header),
10483         (gst_matroska_mux_write_data):
10484           Fix timestamping of B-frames, use signed integers, do
10485           some rounding (#339678).
10486
10487 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10488
10489         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10490         just make it compile with --disable-gst-debug.
10491
10492 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10493
10494         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10495         Fix a bad conversion using gst_guint64_to_gdouble.
10496         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10497         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10498         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10499     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10500         mistake.
10501
10502 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10503
10504         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10505         Use gst_guint64_to_gdouble for conversions
10506         * win32/vs6/gst_plugins_good.dsw:
10507         * win32/vs6/libgsticydemux.dsp:
10508         Add a project file for icydemux
10509
10510 2006-04-21  Wim Taymans  <wim@fluendo.com>
10511
10512         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10513
10514         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10515         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10516         When splitting audio chunks, the block alignment is not taken in
10517         consideration, so the smaller chunks could be of size which is 
10518         not a multiple of the block alignment. Fixes #336904
10519
10520 2006-04-21  Wim Taymans  <wim@fluendo.com>
10521
10522         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10523         Use scale functions
10524
10525 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * ext/dv/gstdv.c: (plugin_init):
10528           Fix build.
10529
10530 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10531
10532         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10533         (gst_progress_report_class_init), (gst_progress_report_init),
10534         (gst_progress_report_do_query), (gst_progress_report_report),
10535         (gst_progress_report_set_property),
10536         (gst_progress_report_get_property):
10537           Add 'format' property to force querying to a particular format.
10538
10539 2006-04-21  Andy Wingo  <wingo@pobox.com>
10540
10541         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10542         best, on big endian systems. Drop its rank in that case. OTOH on
10543         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10544
10545 2006-04-21  Michael Smith  <msmith@fluendo.com>
10546
10547         * configure.ac:
10548         * gst/icydemux/Makefile.am:
10549         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10550         (gst_icydemux_base_init), (gst_icydemux_class_init),
10551         (gst_icydemux_reset), (gst_icydemux_init),
10552         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10553         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10554         (unicodify), (gst_icydemux_unicodify),
10555         (gst_icydemux_parse_and_send_tags),
10556         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10557         (gst_icydemux_chain), (gst_icydemux_change_state),
10558         (gst_icydemux_send_tag_event), (plugin_init):
10559         * gst/icydemux/gsticydemux.h:
10560         * tests/check/Makefile.am:
10561         * tests/check/elements/icydemux.c: (typefind_succeed),
10562         (plugin_init), (icydemux_found_pad), (create_icydemux),
10563         (cleanup_icydemux), (push_data), (GST_START_TEST),
10564         (icydemux_suite), (main):
10565           Add icydemux, and tests.
10566
10567 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10570           Post SEGMENT_DONE message in TIME format.
10571
10572 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10573
10574         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10575
10576         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10577         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10578           Fix index creation when we have to scan the file to create
10579           an index. There may be other types of RIFF 'LIST' chunks than
10580           'movi' and we need to skip them properly as well or we'll end up
10581           reading garbage (#336889). Some other cosmetic changes.
10582           
10583 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10586         (gst_flac_dec_handle_seek_event):
10587           Add support for segment seeks (fixes #338290). Also demote
10588           some recurring debug message from DEBUG to LOG level.
10589
10590 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10591
10592         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10593         (gst_matroskademux_do_index_seek),
10594         (gst_matroska_demux_handle_seek_event),
10595         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10596         * gst/matroska/matroska-ids.h:
10597           Set DISCONT flag on first buffer after a discontinuity.
10598           Fix newsegment events sent when seeking and honour KEY_UNIT
10599           seek flag. Create pad with bogus caps if we don't recognise
10600           the stream codec id.
10601
10602         * gst/matroska/matroska-demux.h:
10603           Fix GObject macros.
10604
10605 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10606
10607         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10608
10609         * gst/matroska/matroska-demux.c:
10610         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10611           Handle end of segment properly when set; don't dead-lock when
10612           posting start of segment message when doing a segment seek.
10613           Fixes #338810.
10614
10615 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10616
10617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10618         (gst_matroska_demux_plugin_init):
10619           Make mpeg2 aac audio work: create artificial private codec data
10620           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10621           Also call gst_riff_init(). Partially fixes #338767.
10622
10623 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10624
10625         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10626         (gst_wavenc_class_init), (gst_wavenc_init),
10627         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10628         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10629         (gst_wavenc_chain), (gst_wavenc_change_state):
10630         * gst/wavenc/gstwavenc.h:
10631           Set caps on first outgoing buffer, so that it doesn't error out
10632           immediately with a non-negotiated error (#338716). Rewrite and
10633           clean up a bit; fix setcaps function to parse things properly;
10634           fix sink caps (8bit audio is unsigned and doesn't have depth);
10635           use boilerplate macros; remove unused properties stuff.
10636
10637 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10640           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10641           handle MJPEG streams and might be autoplugged for those if the
10642           user doesn't have jpegdec installed (resulting in a cryptic error
10643           message about huffman tables). Better to disable JPEG decoding here
10644           and let the user figure out that she needs to install jpegdec.
10645
10646 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10649         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10650         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10651         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10652           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10653           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10654           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10655           debug messages. Fix boilerplate macros.
10656
10657 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10660         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10661           No need to special-case for Gdk-2.0 any longer, we require
10662           Gdk 2.2 or newer; minor clean-ups.
10663
10664 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10667         (gst_shout2send_class_init), (gst_shout2send_init),
10668         (set_shout_metadata), (gst_shout2send_set_metadata),
10669         (gst_shout2send_event), (gst_shout2send_start),
10670         (gst_shout2send_connect), (gst_shout2send_stop),
10671         (gst_shout2send_render), (gst_shout2send_set_property),
10672         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10673         (plugin_init):
10674         * ext/shout2/gstshout2.h:
10675         * po/POTFILES.in:
10676           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10677           change function; use GST_ELEMENT_ERROR for error reporting, not
10678           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10679           will cause crashes or assertion failures; remove (unused) "sync"
10680           property, basesink already has such a property; misc. other
10681           minor fixes and cleanups.
10682
10683 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10686         * ext/esd/gstesd.c: (plugin_init):
10687         * po/POTFILES.in:
10688           Add translatable error message for when we cannot
10689           connect to the sound server, as "Cannot open resource
10690           for writing" isn't really an acceptable message to show
10691           to the user in this case.
10692
10693 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10694
10695         * sys/oss/gst-i18n-plugin.h:
10696           Remove bogus file that doesn't belong here.
10697
10698 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         Patch by: Philippe Valembois
10701
10702         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10703         (gst_shout2send_set_metadata), (gst_shout2send_event),
10704         (gst_shout2send_render), (gst_shout2send_change_state):
10705         * ext/shout2/gstshout2.h:
10706           Handle tags being received before the connection to
10707           the server is established properly (see #338636).
10708
10709 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10710
10711         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10712           Don't crash in case the connection to the server fails:
10713           don't set pointer to NULL by assigning FALSE; error out
10714           properly by using GST_ELEMENT_ERROR and returning
10715           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10716           before resetting the pointer.
10717
10718 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10719
10720         * gst/id3demux/id3tags.c:
10721         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10722         (Fixes #338713)
10723
10724 2006-04-12  Wim Taymans  <wim@fluendo.com>
10725
10726         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10727         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10728         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10729         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10730         (gst_gdk_pixbuf_chain):
10731         Some cleanups.
10732         Added RGBA as a possible output format.
10733         Correctly free the supported mimetypes.
10734         deprecate silent arg, it's not used.
10735         Return result from _alloc_buffer to peer.
10736
10737 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10740           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10741           overwriting GST_BUFFER_MALLOCDATA.
10742
10743 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10744
10745         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10746         (user_endrow_callback), (user_end_callback),
10747         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10748         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10749         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10750         * ext/libpng/gstpngdec.h:
10751           Handle more than one frame if the content is framed,
10752           like with png-in-quicktime (#331917).
10753
10754 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10755
10756         * sys/oss/Makefile.am:
10757         * sys/oss/common.h:
10758         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10759         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10760         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10761         (gst_oss_src_unprepare):
10762           - the user-visible error strings were in the wrong category
10763           - and the messages were not marked for translation
10764           - which is actually a good thing, because they were exactly
10765             the kind of message you would never want anyone to see
10766           - the macros were using variables that didn't exist in the macro
10767             arguments
10768           - and they were obviously copied from each other and then modified
10769           - so a common header makes sense
10770
10771 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10774           Don't try to modify read-only data.
10775
10776         * gst/matroska/matroska-demux.c:
10777         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10778           Fix comment (won't crash any longer now).
10779
10780 2006-04-10  Michael Smith  <msmith@fluendo.com>
10781
10782         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10783           Use copies of header buffers for caps to avoid circular refcounting
10784           problems (as in theoradec, vorbisdec).
10785
10786         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10787           Fix a typo in test that meant it was testing the wrong thing.
10788
10789         * tests/check/elements/cmmlenc.c: (check_headers):
10790           Fix refcount checks now that we use buffer-copies for caps.
10791
10792 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10793
10794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10795         (gst_matroska_demux_handle_seek_event),
10796         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10797         (gst_matroska_demux_subtitle_caps),
10798         (gst_matroska_demux_plugin_init):
10799           Use static pad templates with ANY caps for audio and video
10800           source pads and get rid of a lot of unnecessary (and partially
10801           broken) code for the template caps. Clean up caps finding
10802           functions. Fixes playback of audio files/streams that do not
10803           contain the sample rate and/or number of channels in the audio
10804           context (happens a lot with vorbis/mp3 .mka files it seems).
10805           Fixes #337183.
10806           Also add myself to copyright holders.
10807
10808 2006-04-10  Michael Smith  <msmith@fluendo.com>
10809
10810         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10811           Use g_list_delete_link () instead of g_list_remove_link () so that
10812           we free the link as well as the contained data.
10813
10814 2006-04-10  Wim Taymans  <wim@fluendo.com>
10815
10816         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10817
10818         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10819         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10820         (gst_avi_demux_stream_header):
10821         Fix some crashers with empty chunks. (Fixes #337749)
10822
10823 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10824
10825         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10826           use G_GINT64_CONSTANT for INT64 constants
10827         * gst/videofilter/gstvideobalance.c:
10828           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10829         * win32/vs6/libgstavi.dsp:
10830          add missing libraries for the link and remove avimux.c from
10831          the project as it isn't ported to 0.10 yet
10832         
10833 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10836           Even better would be if we actually did the right thing
10837           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10838
10839 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10842           Can't just replace 1LL with 1L here just because MSVC doesn't
10843           support it, as it might lead to incorrect results when doing the
10844           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10845           force a 64-bit constant in a way that all compilers are happy with.
10846
10847 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10848
10849         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10850         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10851         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10852         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10853         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10854         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10855         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10856         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10857         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10858         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10859         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10860         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10861         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10862         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10863         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10864         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10865         * gst/avi/gstavimux.c: (gst_avimux_class_init):
10866         * gst/debug/efence.c: (gst_efence_class_init):
10867         * gst/debug/negotiation.c: (gst_negotiation_class_init):
10868         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10869         * gst/goom/gstgoom.c: (gst_goom_class_init):
10870         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10871         * gst/interleave/deinterleave.c: (deinterleave_class_init):
10872         * gst/interleave/interleave.c: (interleave_class_init):
10873         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10874         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10875         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10876         * gst/median/gstmedian.c: (gst_median_class_init):
10877         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10878         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10879         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10880         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10881         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10882         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10883         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10884         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10885         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10886         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10887         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10888         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10889         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10890         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10891         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10892         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10893         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10894         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10895         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10896         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10897         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10898         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10899         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10900         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10901         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10903         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10904         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10905         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10906         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10907         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10908         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10909         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10910         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10911         * sys/osxaudio/gstosxaudioelement.c:
10912         (gst_osxaudioelement_class_init):
10913         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10914         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10915         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10916         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10917
10918 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10919
10920         * ext/mikmod/gstmikmod.h:
10921         * gst/level/gstlevel.h:
10922         Fix more broken GObject macros
10923
10924 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10925
10926         * ext/annodex/gstcmmldec.h:
10927         * ext/annodex/gstcmmlenc.h:
10928         * ext/annodex/gstcmmltag.h:
10929         * ext/cairo/gsttextoverlay.h:
10930         * ext/ladspa/gstsignalprocessor.h:
10931         * gst/matroska/ebml-read.h:
10932         * gst/matroska/ebml-write.h:
10933         * sys/osxaudio/gstosxaudioelement.h:
10934         Fix broken GObject macros
10935
10936 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10937
10938         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10939           Don't try to seek beyond the end of the file (would
10940           occasionally display error dialogs in totem when seeking
10941           to the end) (#335869). Will still throw an error though
10942           if the file is truncated and the total_samples value in
10943           the stream header is wrong.
10944
10945 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10948         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10949         (gst_flac_dec_metadata_callback):
10950         * ext/flac/gstflacdec.h:
10951           If the stream header doesn't contain the total number of samples,
10952           search for the last flac frame at the end of the file and calculate
10953           the total duration from that frame's offset (fixes #337609).
10954
10955 2006-04-07  Edward Hervey  <edward@fluendo.com>
10956
10957         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10958         Don't unref the GstPadTemplate returned by
10959         gst_element_class_get_pad_template().
10960
10961 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
10964
10965         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
10966         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
10967         * sys/sunaudio/gstsunaudiosink.h:
10968           Use spec->segsize and spec->segtotal in the prepare function
10969           to initialise the ring buffer instead of using the buffer-time
10970           property (#337421).
10971
10972 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
10973
10974         * configure.ac:
10975           Bump core requirements to CVS for gst_pad_query_peer_duration()
10976           which is used by speexdec.
10977
10978 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10979
10980         * ext/speex/gstspeex.c: (plugin_init):
10981         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10982         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
10983         (speex_get_sink_query_types), (speex_dec_sink_query),
10984         (speex_get_src_query_types), (speex_dec_src_query),
10985         (speex_dec_src_event), (speex_dec_sink_event),
10986         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
10987         (speex_dec_chain_parse_data), (speex_dec_chain),
10988         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
10989         (speex_dec_change_state):
10990         * ext/speex/gstspeexdec.h:
10991           Fix seeking and duration queries (#337033); clean up and
10992           refactor a bit.
10993
10994 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10995
10996         * ext/raw1394/gstdv1394src.c:
10997           distinguish between device not found and could not open for
10998           reading
10999
11000 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11001
11002         * Makefile.am:
11003         * configure.ac:
11004         * pkgconfig/.cvsignore:
11005         * pkgconfig/Makefile.am:
11006         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11007           add a .pc file so other modules can use good plugins in tests
11008
11009 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11010
11011         * configure.ac:
11012           clean up, use AS_VERSION and AS_NANO
11013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11014           use PACKAGE_VERSION define
11015         * po/af.po:
11016         * po/az.po:
11017         * po/cs.po:
11018         * po/en_GB.po:
11019         * po/hu.po:
11020         * po/it.po:
11021         * po/nb.po:
11022         * po/nl.po:
11023         * po/or.po:
11024         * po/sq.po:
11025         * po/sr.po:
11026         * po/sv.po:
11027         * po/uk.po:
11028         * po/vi.po:
11029           updated
11030
11031 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11032
11033         * ext\jpeg\smokecodec.c:
11034           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11035         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11036           move first instruction after all variables declarations
11037         * gst\alpha\gstalpha.c:
11038         * gst\effectv\gstshagadelic.c:
11039         * gst\smpte\paint.c:
11040         * gst\videofilter\gstvideobalance.c:
11041           define M_PI if it's not defined (it's not defined on WIN32)
11042         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11043         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11044         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11045         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11046         (gst_matroska_demux_video_caps):
11047         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11048         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11049           use gst_guint64_to_gdouble for conversions
11050         * gst\goom\filters.c: (setPixelRGB_):
11051           fix a debug which was using undefined variable
11052         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11053         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11054           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11055         * win32/vs6:
11056           add vs6 projects files for most of plugins-good
11057         
11058 2006-03-30  j^  <j@bootlab.org>
11059
11060         * ext/aalib/gstaasink.c:
11061         * ext/annodex/gstcmmldec.c:
11062         * ext/annodex/gstcmmlenc.c:
11063         * ext/cairo/gsttextoverlay.c:
11064         * ext/cairo/gsttimeoverlay.c:
11065         * ext/cdio/gstcdiocddasrc.c:
11066         * ext/dv/gstdvdec.c:
11067         * ext/esd/esdmon.c:
11068         * ext/esd/esdsink.c:
11069         * ext/flac/gstflacdec.c:
11070         * ext/flac/gstflacenc.c:
11071         * ext/flac/gstflactag.c:
11072         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11073         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11074         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11075         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11076         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11077         * ext/gdk_pixbuf/pixbufscale.c:
11078         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11079         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11080         * ext/jpeg/gstjpegdec.c:
11081         * ext/jpeg/gstjpegenc.c:
11082         * ext/jpeg/gstsmokedec.c:
11083         * ext/jpeg/gstsmokeenc.c:
11084         * ext/libcaca/gstcacasink.c:
11085         * ext/libmng/gstmngdec.c:
11086         * ext/libmng/gstmngenc.c:
11087         * ext/libpng/gstpngdec.c:
11088         * ext/libpng/gstpngenc.c:
11089         * ext/mikmod/gstmikmod.c:
11090         * ext/raw1394/gstdv1394src.c:
11091         * ext/shout2/gstshout2.c:
11092         * ext/speex/gstspeexdec.c:
11093         * ext/speex/gstspeexenc.c:
11094         * gst/alpha/gstalpha.c:
11095         * gst/alpha/gstalphacolor.c:
11096         * gst/auparse/gstauparse.c:
11097         * gst/autodetect/gstautoaudiosink.c:
11098         (gst_auto_audio_sink_base_init):
11099         * gst/autodetect/gstautovideosink.c:
11100         (gst_auto_video_sink_base_init):
11101         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11102         * gst/cutter/gstcutter.c:
11103         * gst/debug/breakmydata.c:
11104         * gst/debug/efence.c:
11105         * gst/debug/gstnavigationtest.c:
11106         * gst/debug/negotiation.c:
11107         * gst/debug/progressreport.c:
11108         * gst/debug/testplugin.c:
11109         * gst/effectv/gstaging.c:
11110         * gst/effectv/gstdice.c:
11111         * gst/effectv/gstedge.c:
11112         * gst/effectv/gstquark.c:
11113         * gst/effectv/gstrev.c:
11114         * gst/effectv/gstvertigo.c:
11115         * gst/effectv/gstwarp.c:
11116         * gst/flx/gstflxdec.c:
11117         * gst/goom/gstgoom.c:
11118         * gst/interleave/deinterleave.c:
11119         * gst/interleave/interleave.c:
11120         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11121         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11122         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11123         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11124         * gst/level/gstlevel.c:
11125         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11126         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11127         * gst/median/gstmedian.c:
11128         * gst/monoscope/gstmonoscope.c:
11129         * gst/multipart/multipartdemux.c:
11130         * gst/multipart/multipartmux.c:
11131         * gst/oldcore/gstmd5sink.c:
11132         * gst/oldcore/gstmultifilesrc.c:
11133         * gst/oldcore/gstpipefilter.c:
11134         * gst/oldcore/gstshaper.c:
11135         * gst/oldcore/gststatistics.c:
11136         * gst/rtp/gstasteriskh263.c:
11137         * gst/rtp/gstrtpL16depay.c:
11138         * gst/rtp/gstrtpL16pay.c:
11139         * gst/rtp/gstrtpamrdepay.c:
11140         * gst/rtp/gstrtpamrpay.c:
11141         * gst/rtp/gstrtpdepay.c:
11142         * gst/rtp/gstrtpgsmpay.c:
11143         * gst/rtp/gstrtph263pay.c:
11144         * gst/rtp/gstrtph263pdepay.c:
11145         * gst/rtp/gstrtph263ppay.c:
11146         * gst/rtp/gstrtpmp4gpay.c:
11147         * gst/rtp/gstrtpmp4vdepay.c:
11148         * gst/rtp/gstrtpmp4vpay.c:
11149         * gst/rtp/gstrtpmpadepay.c:
11150         * gst/rtp/gstrtpmpapay.c:
11151         * gst/rtp/gstrtppcmadepay.c:
11152         * gst/rtp/gstrtppcmapay.c:
11153         * gst/rtp/gstrtppcmudepay.c:
11154         * gst/rtp/gstrtppcmupay.c:
11155         * gst/rtp/gstrtpspeexdepay.c:
11156         * gst/rtp/gstrtpspeexpay.c:
11157         * gst/rtsp/gstrtpdec.c:
11158         * gst/smpte/gstsmpte.c:
11159         * gst/videobox/gstvideobox.c:
11160         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11161         * gst/videofilter/gstvideobalance.c:
11162         * gst/videofilter/gstvideoflip.c:
11163         * gst/videofilter/gstvideotemplate.c:
11164         (gst_videotemplate_base_init):
11165         * gst/videomixer/videomixer.c:
11166         * gst/wavenc/gstwavenc.c:
11167         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11168          better/unified long descriptions
11169          Fixed #336602
11170          Some cleanups to auparse, don't send multiple newsegments.
11171
11172 2006-03-29  Wim Taymans  <wim@fluendo.com>
11173
11174         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11175
11176         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11177         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11178         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11179         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11180         * ext/dv/gstdvdemux.h:
11181         Seek in READY patch. Only works for pull based mode.
11182         Fixes #323880
11183
11184 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11187         (gst_gdk_pixbuf_event):
11188           Fix two crashers: don't unref the same caps twice, and
11189           set pixbuf loader to NULL after freeing it.
11190
11191 2006-03-27  Wim Taymans  <wim@fluendo.com>
11192
11193         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11194         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11195         (gst_speexenc_chain):
11196         * ext/speex/gstspeexenc.h:
11197         Don't leak adapter.
11198         A push *always* takes ownership of the buffer, even on
11199         errors.
11200         Small cleanups.
11201
11202 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11205           Create source pad without leaking.
11206
11207 2006-03-24  Wim Taymans  <wim@fluendo.com>
11208
11209         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11210         * ext/flac/gstflacdec.h:
11211         * ext/flac/gstflacenc.h:
11212         Spifify a bit.
11213         Fix deadly lock order error in seeking code, STREAM_LOCK
11214         cannot be taken within LOCK and the streaming variables are
11215         protected with the STREAM_LOCK anyway.
11216
11217 2006-03-24  Wim Taymans  <wim@fluendo.com>
11218
11219         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11220         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11221         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11222         this patch combines the global init_frames with the stream
11223         init_frames. Rationale being that the global delay should 
11224         be subtracted from any stream delay.
11225         Fixes #335858.
11226
11227 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11228
11229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11230         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11231         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11232         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11233         use DEBUG_FUNCPTR for collectpads
11234
11235 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11236
11237         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11238           Don't crash when encoding images where the number of rows isn't
11239           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11240
11241 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11242
11243         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11244         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11245         * gst/interleave/interleave.c: (interleave_change_state):
11246         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11247           More state change function fixes.
11248
11249 2006-03-23  Wim Taymans  <wim@fluendo.com>
11250
11251         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11252         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11253         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11254         (gst_esdsink_delay), (gst_esdsink_reset):
11255         * ext/esd/esdsink.h:
11256         Fix esd choppy playback by configuring audiosink
11257         correctly. Fixes #325191
11258
11259 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11262           Make state change function thread-safe.
11263
11264 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11265
11266         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11267         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11268           Don't try to read beyond the end of the file just because
11269           the header claims a bigger size (like with truncated files).
11270
11271 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11274         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11275         (gst_wavparse_stream_data), (gst_wavparse_loop):
11276         * gst/wavparse/gstwavparse.h:
11277           Delay source pad creation until we have the first chunk of
11278           media data, so the we can examine the data and adjust the
11279           caps accordingly if required. This makes playback of .wav
11280           files with DTS-declared-as-PCM content work (#313266).
11281
11282 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11283
11284         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11285         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11286         Don't attempt typefinding on too-short buffers that have been
11287         completely trimmed away. (Fixes #330239)
11288
11289         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11290         Improve the debug output
11291
11292 2006-03-21  Wim Taymans  <wim@fluendo.com>
11293
11294         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11295         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11296         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11297         (gst_esdsink_set_property), (gst_esdsink_get_property):
11298         Some cleanups.
11299         Reset fd to -1 when we close them.
11300
11301 2006-03-21  Wim Taymans  <wim@fluendo.com>
11302
11303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11304         the OPTIONS request result is optional so don't
11305         fail on it.
11306
11307 2006-03-21  Edward Hervey  <edward@fluendo.com>
11308
11309         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11310         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11311         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11312         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11313         (gst_wavparse_change_state):
11314         gcc 4.1 unreferenced pointer fixes.
11315
11316 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11317
11318         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11319
11320         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11321           Fix block alignment calculation. Alignment should be done before
11322           adding the byte offset where the data starts (#335231).
11323
11324 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11325
11326         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11327           Ensure that we set correct caps on buffers that are transferred
11328           direct from the input.
11329
11330 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11331
11332         * gst/goom/filters.c: (zoomFilterDestroy):
11333         * gst/goom/goom_core.c: (goom_close):
11334           Free filter data when cleaning up. (Fixes: #334995)
11335
11336 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11337
11338         * configure.ac:
11339           Don't compile udp and rtsp plugins on win32 (mingw) or other
11340           systems that don't have <sys/socket.h> for some reason (#316203).
11341
11342 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11343
11344         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11345         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11346         * ext/raw1394/gstdv1394src.h:
11347           Change bus reset handler so it reports useful information such as
11348           whether the device being used connected or disconnected
11349
11350 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11351
11352         * gst/id3demux/id3v2frames.c:
11353         (parse_relative_volume_adjustment_two):
11354           We only care about gain and peak data for the master volume.
11355
11356 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11359         (parse_id_string), (parse_unique_file_identifier),
11360         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11361           Read replay gain tags (#323721).
11362
11363 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11364
11365         * configure.ac:
11366           Bump requirements to gst-plugins-base CVS because
11367           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11368
11369 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11370
11371         * rtp/gst/gstrtppcmadepay.c:
11372         Fixed one of the caps in the code from mulaw to alaw.
11373
11374 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11375
11376         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11377           Ensure that we set caps on the buffers we pass.
11378
11379         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11380         (gst_id3demux_sink_activate):
11381           Ensure that we set caps on the buffers we pass.
11382
11383           Use STREAM, TYPE_NOT_FOUND as the error class when
11384           typefinding fails.
11385
11386 2006-03-15  Edward Hervey  <edward@fluendo.com>
11387
11388         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11389         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11390         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11391         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11392         (gst_jpeg_dec_setcaps):
11393         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11394         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11395         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11396         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11397         (gst_mngdec_src_getcaps):
11398         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11399         (gst_pngdec_caps_create_and_set):
11400         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11401         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11402         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11403         * gst/alpha/gstalpha.c: (gst_alpha_init):
11404         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11405         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11406         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11407         * gst/cutter/gstcutter.c: (gst_cutter_init):
11408         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11409         (gst_efence_checkgetrange):
11410         * gst/debug/negotiation.c: (gst_negotiation_init):
11411         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11412         * gst/goom/gstgoom.c: (gst_goom_init):
11413         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11414         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11415         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11416         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11417         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11418         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11419         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11420         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11421         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11422         (gst_wavparse_create_sourcepad):
11423         Fix memleak with gst_static_pad_template_get().
11424         This uses gst_pad_new_from_static_template() instead.
11425         Fixes #333512
11426
11427 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11428
11429         * configure.ac:
11430           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11431           used by id3demux.
11432
11433         * gst/id3demux/gstid3demux.c: (plugin_init):
11434         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11435         (parse_user_text_identification_frame),
11436         (parse_unique_file_identifier):
11437           Add support for UFID and TXXX frames and extract musicbrainz tags.
11438
11439 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11442           Catch short reads, like they might happen with truncated
11443           files (see #305279); remove unnecessary indentation.
11444
11445 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11446
11447         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11448           Fix DIB image inversion for pictures with a
11449           depth != 8 (#305279).
11450
11451 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11452
11453         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11454         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11455         * ext/jpeg/gstjpegdec.h:
11456           Fix durations on outgoing buffers after seeking
11457           in MJPEG files (#334083); some minor clean-ups.
11458
11459 2006-03-13  Wim Taymans  <wim@fluendo.com>
11460
11461         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11462         (gst_wavparse_change_state):
11463         Implement seek in READY (re-fixes #327658)
11464
11465 2006-03-13  Wim Taymans  <wim@fluendo.com>
11466
11467         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11468         * ext/esd/esdmon.c: (gst_esdmon_get):
11469         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11470         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11471         (gst_gdk_pixbuf_sink_getcaps):
11472         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11473         (gst_jpegenc_setcaps):
11474         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11475         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11476         (gst_smokeenc_setcaps):
11477         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11478         (gst_mngdec_src_getcaps):
11479         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11480         (gst_mngenc_chain):
11481         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11482         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11483         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11484         (speex_dec_src_event), (speex_dec_chain):
11485         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11486         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11487         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11488         (gst_negotiation_pad_link), (gst_negotiation_chain):
11489         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11490         (gst_flxdec_chain):
11491         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11492         (deinterleave_chain):
11493         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11494         * gst/median/gstmedian.c: (gst_median_link):
11495         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11496         (gst_monoscope_chain):
11497         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11498         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11499         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11500         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11501         close #333784 unref the result of gst_pad_get_parent()
11502         by: Christophe Fergeau.
11503
11504 2006-03-09  Wim Taymans  <wim@fluendo.com>
11505
11506         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11507         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11508         Handle events in push mode better, can now do non-flushing
11509         seeks in push mode as well.
11510
11511 2006-03-07  Wim Taymans  <wim@fluendo.com>
11512
11513         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11514         Applied patch from Kai Vehmanen, fixes #333624.
11515
11516 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11517
11518         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11519         Implement paletted and grayscale png files handling.
11520         (#150363).
11521
11522 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11523
11524         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11525         (gst_speexenc_chain):
11526           fix a tag list assert
11527           follow gst-plugins-base/ext/ogg/README; set OFFSET
11528           and OFFSET_END.  Muxes correctly with gst-plugins-base
11529           > 0.9.3
11530
11531 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * gst/id3demux/Makefile.am:
11534         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11535         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11536           Use new typefind helper functions here as well, and
11537           do typefinding in pull-mode if upstream supports that.
11538
11539 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11540
11541         * sys/sunaudio/gstsunaudiomixerctrl.c:
11542         (gst_sunaudiomixer_ctrl_get_volume),
11543         (gst_sunaudiomixer_ctrl_set_volume):
11544         * sys/sunaudio/gstsunaudiomixertrack.c:
11545         (gst_sunaudiomixer_track_new):
11546           Remove unused variables, breaks build from CVS
11547           with -Werror (#333392, patch by: Benjamin Pineau)
11548
11549 2006-03-03  Wim Taymans  <wim@fluendo.com>
11550
11551         * docs/plugins/Makefile.am:
11552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11554         Added wavparse docs.
11555
11556         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11557         (gst_wavparse_reset), (gst_wavparse_init),
11558         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11559         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11560         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11561         (gst_wavparse_stream_data), (gst_wavparse_loop),
11562         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11563         (gst_wavparse_change_state):
11564         * gst/wavparse/gstwavparse.h:
11565         Implement seek in READY (fixes #327658)
11566         Added docs and did some cleanups.
11567
11568 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11569
11570         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11571         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11572         (gst_avi_demux_calculate_durations_from_index),
11573         (gst_avi_demux_stream_header):
11574         * gst/avi/gstavidemux.h:
11575           If we have an index, use a duration based on the index instead
11576           of blindly trusting the information in the stream headers
11577           (fixes #331817).
11578
11579 2006-03-03  Wim Taymans  <wim@fluendo.com>
11580
11581         * docs/plugins/Makefile.am:
11582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11584         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11585         Added smoke and jpeg to the docs.
11586
11587         * ext/jpeg/Makefile.am:
11588         * ext/jpeg/gstjpeg.c: (plugin_init):
11589         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11590         * ext/jpeg/gstjpegenc.h:
11591         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11592         (gst_smokedec_chain):
11593         * ext/jpeg/gstsmokedec.h:
11594         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11595         * ext/jpeg/gstsmokeenc.h:
11596         * ext/jpeg/smokecodec.h:
11597         Port smokedec (fixes #331905).
11598         Added some docs.
11599         Some cleanups.
11600
11601 2006-03-03  Wim Taymans  <wim@fluendo.com>
11602
11603         * docs/plugins/Makefile.am:
11604         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11605         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11606         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11607         Added videobalance and videoflip to the docs.
11608
11609         * gst/videofilter/Makefile.am:
11610         * gst/videofilter/gstvideobalance.c:
11611         (gst_video_balance_update_tables_planar411),
11612         (gst_video_balance_is_passthrough),
11613         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11614         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11615         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11616         (gst_video_balance_finalize), (gst_video_balance_class_init),
11617         (gst_video_balance_init), (gst_video_balance_interface_supported),
11618         (gst_video_balance_interface_init),
11619         (gst_video_balance_colorbalance_list_channels),
11620         (gst_video_balance_colorbalance_set_value),
11621         (gst_video_balance_colorbalance_get_value),
11622         (gst_video_balance_colorbalance_init),
11623         (gst_video_balance_set_property), (gst_video_balance_get_property),
11624         (gst_video_balance_get_type), (plugin_init):
11625         * gst/videofilter/gstvideobalance.h:
11626         Ported to 0.10. (Fixes #326160)
11627         Added docs.
11628
11629         * gst/videofilter/gstvideoflip.c:
11630         * gst/videofilter/gstvideoflip.h:
11631         Added docs.
11632
11633 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11634
11635         * configure.ac:
11636           Bump requirements to current core and -base CVS
11637           (core for new typefind helper API, and -base for the
11638           WAVFORMATEX support that was added to libgstriff and
11639           is needed by wavparse).
11640         
11641         * gst/apetag/Makefile.am:
11642         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11643         (gst_tag_demux_sink_activate):
11644           Use new typefind helpers for typefinding instead of our
11645           home-grown stuff; also, do typefinding in pull-mode if
11646           upstream supports that.
11647
11648 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11649
11650         Reviewed by: Christian Schaller <christian@fluendo.com>
11651
11652         This patch fixes bug: 329107
11653
11654         This Changelog entry is for a commit done on February 17
11655
11656         * ext/gconf/gconf.c
11657         * ext/gconf/gconf.h
11658         * ext/gconf/gstgconfaudiosink.c
11659         * ext/gconf/gstgconfaudiosink.h
11660         * gconf/gstreamer.schemas.in
11661
11662 2006-02-28  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11665         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11666         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11667         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11668         Use DEBUG_OBJECT more.
11669
11670 2006-02-28  Wim Taymans  <wim@fluendo.com>
11671
11672         * docs/plugins/Makefile.am:
11673         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11674         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11675         Added dvdec and dvdemux to docs.
11676
11677         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11678         Added docs.
11679         Check frame sizes so we don't crash when don't have enough
11680         data.
11681         Send nice error messages on error.
11682
11683         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11684         (gst_dvdemux_class_init), (gst_dvdemux_init),
11685         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11686         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11687         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11688         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11689         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11690         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11691         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11692         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11693         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11694         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11695         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11696         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11697         * ext/dv/gstdvdemux.h:
11698         Added docs.
11699         Implement pull mode.
11700         Fix memleaks.
11701         Reduce memcpy for the video demuxing.
11702
11703 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11704
11705         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11706         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11707         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11708         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11709           Add a little extra debug. Make the decoder not return NOT_LINKED,
11710           as we want to continue decoding all CMML and emitting tags.
11711
11712 2006-02-27  Michael Smith  <msmith@fluendo.com>
11713
11714         * ext/annodex/gstskeltag.c:
11715         * ext/annodex/gstskeltag.h:
11716           Deleted; these files aren't used any more either.
11717
11718 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11719
11720         * ext/Makefile.am: Fix dist-check.
11721
11722 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11723
11724         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11725         memleak.
11726
11727 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11728
11729         * ext/annodex/Makefile.am:
11730         * ext/annodex/gstannodex.c:
11731         * ext/annodex/gstcmmldec.c:
11732         * ext/annodex/gstcmmlenc.c:
11733         * ext/annodex/gstcmmlparser.c:
11734         * ext/annodex/gstcmmlparser.h:
11735         * ext/annodex/gstcmmlutils.c:
11736         * tests/check/elements/cmmldec.c:
11737         * tests/check/elements/cmmlenc.c:
11738           Fix a memleak in gst_cmml_track_list_add_clip.
11739           Handle overflows in clip's start and end times.
11740           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11741           Do not parse junk at the end of a CMML preamble buffer.
11742           Register a libxml error handler to not print stuff on stderr.
11743           Check for bad clip start and end times in the testsuites.
11744
11745 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11746
11747         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11748         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11749         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11750         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11751         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11752         possible memleaks.
11753
11754 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11755
11756         * tests/check/Makefile.am:
11757         * tests/check/elements/cmmldec.c:
11758         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11759         the plugins-base tags.
11760
11761 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11762
11763         * ext/Makefile.am: Re-enable module.
11764
11765 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11766
11767         * tests/check/Makefile.am: Forgot to remove that test.
11768
11769 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11770
11771         * ext/annodex/Makefile.am:
11772         * ext/annodex/gstannodex.c: (plugin_init):
11773         * ext/annodex/gstcmmldec.c:
11774         * ext/annodex/gstskeldec.c:
11775         * ext/annodex/gstskeldec.h:
11776         * tests/check/Makefile.am:
11777         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11778
11779 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11780
11781         * tests/check/Makefile.am: Disable those checks as well.
11782
11783 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11784
11785         * ext/Makefile.am: Disable annodex for now until we figure out
11786         how to make it build.
11787         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11788         Add a rule to your checklist : "please try to at least build 
11789         what you are going to commit into -good, or if you are too lazy
11790         to do that, please check that the buildbots are not crying because
11791         of your commit."
11792
11793 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11794
11795         * configure.ac:
11796         * ext/Makefile.am:
11797         * ext/gdk_pixbuf/Makefile.am:
11798         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11799         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11800         * ext/gdk_pixbuf/pixbufscale.c:
11801         * ext/gdk_pixbuf/pixbufscale.h:
11802           Gdkpixbuf ported from 0.8 to 0.10 by
11803           Renato Filho <renato.filho@indt.org.br>.
11804           gst_loader and gdkpixbufanimation still need port.
11805
11806 2006-02-24  Michael Smith  <msmith@fluendo.com>
11807
11808         * configure.ac:
11809         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11810         * ext/Makefile.am:
11811         * ext/annodex/Makefile.am:
11812         * ext/annodex/gstannodex.c:
11813         * ext/annodex/gstannodex.h:
11814         * ext/annodex/gstcmmldec.c:
11815         * ext/annodex/gstcmmldec.h:
11816         * ext/annodex/gstcmmlenc.c:
11817         * ext/annodex/gstcmmlenc.h:
11818         * ext/annodex/gstcmmlparser.c:
11819         * ext/annodex/gstcmmlparser.h:
11820         * ext/annodex/gstcmmltag.c:
11821         * ext/annodex/gstcmmltag.h:
11822         * ext/annodex/gstcmmlutils.c:
11823         * ext/annodex/gstcmmlutils.h:
11824         * ext/annodex/gstskeldec.c:
11825         * ext/annodex/gstskeldec.h:
11826         * ext/annodex/gstskeltag.c:
11827         * ext/annodex/gstskeltag.h:
11828         * tests/check/Makefile.am:
11829         * tests/check/elements/cmmldec.c:
11830         * tests/check/elements/cmmlenc.c:
11831         * tests/check/elements/skeldec.c:
11832           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11833           Includes tests & docs, oh my! Passes Thomas's -good checklist
11834           entirely. Wow.
11835
11836 2006-02-24  Michael Smith  <msmith@fluendo.com>
11837
11838         * autogen.sh:
11839           Check for automake 1.9 as well.
11840
11841 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11842
11843         * ext/flac/gstflacenc.c:
11844           Change min. sample rate to 8kHz to match flacdec's.
11845           
11846 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * ext/cdio/Makefile.am:
11849           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11850           required for Cygwin, see #317048)
11851
11852         * gst/rtp/gstasteriskh263.c:
11853           Cygwin has includes for both the unix network socket API
11854           and the windows API, but only one can be included, so fix
11855           includes to only use one or the other, prefering the unxi
11856           one (#317048).
11857
11858 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11859
11860         * rtp/gst/gstrtppcmadepay.c:
11861         * rtp/gst/gstrtppcmadepay.h:
11862         * rtp/gst/gstgstrtppcmapay.c:
11863         * rtp/gst/gstgstrtppcmapay.h:
11864         * rtp/gst/gstrtppcmudepay.c:
11865         * rtp/gst/gstrtppcmudepay.h:
11866         * rtp/gst/gstrtppcmupay.c:
11867         * rtp/gst/gstrtppcmupay.h:
11868         * rtp/gst/Makefile.am:
11869         * rtp/gst/gstrtp.c:
11870         * rtp/gst/README:
11871         Separated the G711 payloaders/depayloaders into separate elements for
11872         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11873
11874 2006-02-22  Wim Taymans  <wim@fluendo.com>
11875
11876         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11877         (gst_dvdec_change_state):
11878         * ext/dv/gstdvdec.h:
11879         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11880         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11881         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11882         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11883         (gst_dvdemux_flush), (gst_dvdemux_chain),
11884         (gst_dvdemux_change_state):
11885         * ext/dv/gstdvdemux.h:
11886         Ueber spiffify some more, added debug category.
11887         Use _scale.
11888         Use segments, respect playback rate from newsegment.
11889         Fix refcount issue.
11890
11891 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
11892
11893         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11894         (gst_signal_processor_process):
11895         Fix compilation of LADPSA. It doesn't seem to work, and isn't
11896         enabled for the build, but it helps me win the feature-count
11897         competitions ooh yeah.
11898
11899 2006-02-19  Wim Taymans  <wim@fluendo.com>
11900
11901         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11902         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11903         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11904         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11905         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11906         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11907         Use scaling code for added precission and more correct stop
11908         position in case scale==0.
11909
11910 2006-02-19  Wim Taymans  <wim@fluendo.com>
11911
11912         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11913         (gst_flxdec_chain):
11914         * gst/flx/gstflxdec.h:
11915         Implement DURATION query.
11916
11917 2006-02-19  Wim Taymans  <wim@fluendo.com>
11918
11919         * gst/flx/flx_color.h:
11920         * gst/flx/flx_fmt.h:
11921         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11922         (gst_flxdec_src_query_handler), (flx_decode_color),
11923         (gst_flxdec_chain):
11924         * gst/flx/gstflxdec.h:
11925         Set MALLOCDATA for the temp buffers so we don't leak.
11926         Some debug cleanups.
11927         Consume all data in the adapter before leaving the chain
11928         function. Fixes #330678.
11929
11930 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11931
11932         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11933         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11934          Handle 0 data size in otherwise valid frames.
11935          Handle numeric strings in 2.4.0 even when not in parentheses 
11936
11937 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
11938
11939         * gst/matroska/matroska-demux.c:
11940         (gst_matroska_demux_subtitle_caps),
11941         (gst_matroska_demux_plugin_init):
11942         * gst/matroska/matroska-ids.h:
11943           Recognise SSA/ASS and USF subtitle formats and
11944           set proper caps when they are found.
11945
11946 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11949         (gst_jpeg_dec_chain):
11950           Fix invalid memory access for some odd-sized images
11951           (see image contained in quicktime stream in #327083);
11952           use g_malloc() instead of g_alloca().
11953
11954 2006-02-17  Wim Taymans  <wim@fluendo.com>
11955
11956         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11957         Patch from Sebastien Cote, fixes #319884
11958
11959 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         * ext/cdio/gstcdio.c: (plugin_init):
11962           Init debug category (#331253).
11963
11964 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11965
11966         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11967           Pass extra_data to gst_riff_create_audio_caps(), so that
11968           WAVEFORMATEX stuff works. Post audio codec name and post
11969           it as taglist on the bus. Allow up to 8 channesl for raw
11970           PCM in the source pad template caps.
11971
11972 2006-02-16  Wim Taymans  <wim@fluendo.com>
11973
11974         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11975         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11976         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
11977         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11978         (gst_multipart_set_property), (gst_multipart_get_property):
11979         Applied #318663. Gives quite a few false positives in
11980         autoscan mode, but it's better than nothing. Not closing yet.
11981
11982 2006-02-16  Wim Taymans  <wim@fluendo.com>
11983
11984         * docs/plugins/Makefile.am:
11985         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11986         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11987         * docs/plugins/gst-plugins-good-plugins.args:
11988         * docs/plugins/inspect/plugin-udp.xml:
11989         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11990         (gst_udpsrc_start):
11991         Update documentation.
11992         Fix args.
11993
11994 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11995
11996         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11997         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
11998         frame size. (Fixes #331368)
11999
12000 2006-02-16  Wim Taymans  <wim@fluendo.com>
12001
12002         * gst/rtsp/README:
12003         Updated README.
12004
12005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12006         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12007         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12008         * gst/rtsp/gstrtspsrc.h:
12009         Make sure the RTP port is an even port an try to allocate 
12010         another if not.
12011         Added retry property to control max retries for port allocation.
12012         Make sure RTCP port is RTP port+1.
12013         Cleanup when port allocation fails.
12014         Fixes #319183.
12015         
12016 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12019           Don't ignore return value of the parent class's state
12020           change function (#331385, patch by: Wouter Paesen).
12021
12022 2006-02-15  Wim Taymans  <wim@fluendo.com>
12023
12024         * configure.ac:
12025         * docs/plugins/Makefile.am:
12026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12028         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12029         * ext/Makefile.am:
12030         * ext/hal/Makefile.am:
12031         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12032         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12033         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12034         (do_toggle_element), (gst_hal_audio_sink_set_property),
12035         (gst_hal_audio_sink_get_property),
12036         (gst_hal_audio_sink_change_state):
12037         * ext/hal/gsthalaudiosink.h:
12038         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12039         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12040         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12041         (do_toggle_element), (gst_hal_audio_src_set_property),
12042         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12043         * ext/hal/gsthalaudiosrc.h:
12044         * ext/hal/gsthalelements.c: (plugin_init):
12045         * ext/hal/gsthalelements.h:
12046         * ext/hal/hal.c: (gst_hal_get_string),
12047         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12048         (gst_hal_get_audio_src):
12049         * ext/hal/hal.h:
12050         Add HAL sound device wrapper plugins. Closes #329106
12051
12052 2006-02-15  Wim Taymans  <wim@fluendo.com>
12053
12054         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12055         Add comment in a fultile attempt to stop the copy-and-paste 
12056         paradigm leading to duplication of bad code.
12057
12058         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12059         Mime parameters have to be checked case insensitive
12060
12061 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12062
12063         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12064           Advance stream time for lagging subtitle streams by sending
12065           newsegment events with the update flag set.
12066
12067 2006-02-14  Edward Hervey  <edward@fluendo.com>
12068
12069         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12070         There can be bogus data before the hdrl LIST tag in the RIFF header.
12071         It's hard to say if it's not respecting the AVI specifications or not,
12072         but since Google Video is producing AVIs like that and the other player
12073         don't seem to complain, I guess we should do the same.
12074
12075 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12076
12077         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12078         (parse_split_strings):
12079         Add more validation to ensure that a char encoding conversion
12080         produced a valid UTF-8 string.
12081
12082 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12083
12084         Reviewed by: Edward Hervey  <edward@fluendo.com>
12085
12086         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12087         Properly handle end of segment. Closes #330885.
12088
12089 2006-02-13  Wim Taymans  <wim@fluendo.com>
12090
12091         * gst/rtp/gstrtpmp4gpay.h:
12092         For got to commit this one.
12093
12094 2006-02-12  Wim Taymans  <wim@fluendo.com>
12095
12096         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12097         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12098         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12099         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12100         * gst/rtp/gstrtpmp4gpay.h:
12101         Make more things work.
12102         Handle ACC config strings.
12103
12104 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12105
12106         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12107           set timestamps if no incoming timestamps set
12108
12109 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12112         (gst_tag_demux_do_typefind):
12113           ... and fix the very same leaks in GstTagDemux.
12114
12115 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12116
12117         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12118         (gst_id3demux_do_typefind):
12119         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12120         <jonathan at kaolin dot wh9 dot net>)
12121
12122 2006-02-10  Wim Taymans  <wim@fluendo.com>
12123
12124         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12125         First set options, then set caps or else the baseclass
12126         will not know about the options, duh.
12127
12128 2006-02-10  Wim Taymans  <wim@fluendo.com>
12129
12130         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12131         (gst_rtp_mp4v_pay_setcaps):
12132         Don't waste time looking for a config string if we have codec_info
12133         on the incomming caps.
12134
12135 2006-02-10  Wim Taymans  <wim@fluendo.com>
12136
12137         * gst/rtp/README:
12138         Say something about case-sensitivity of caps vs mime-attributes.
12139
12140         * gst/rtp/Makefile.am:
12141         * gst/rtp/gstrtp.c: (plugin_init):
12142         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12143         (gst_rtp_amr_pay_handle_buffer):
12144         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12145         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12146         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12147         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12148         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12149         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12150         (gst_rtp_mp4g_pay_plugin_init):
12151         * gst/rtp/gstrtpmp4gpay.h:
12152         Added beginnings of mpeg4-generic payloader (RFC 3640)
12153
12154 2006-02-09  Wim Taymans  <wim@fluendo.com>
12155
12156         * gst/rtsp/Makefile.am:
12157         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12158         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12159         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12160         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12161         (gst_rtpdec_change_state):
12162         * gst/rtsp/gstrtpdec.h:
12163         * gst/rtsp/gstrtsp.c: (plugin_init):
12164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12165         * gst/rtsp/rtspconnection.c: (read_body),
12166         (rtsp_connection_receive):
12167         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12168         Resurected rtpdec to make rtspsrc happy again.
12169         Skip attributes from the session id.
12170         Don't crash when dumping a message with an empty body.
12171
12172
12173 2006-02-09  Wim Taymans  <wim@fluendo.com>
12174
12175         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12176         Added more meaningfull warnings when something goes wrong.
12177         Clear F bit on outgoing AMR packets.
12178
12179         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12180         (gst_rtp_amr_pay_handle_buffer):
12181         Added debugging category
12182         Support payloading of multiple AMR frames.
12183
12184         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12185         Added some debugging.
12186
12187 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12188
12189         * configure.ac:
12190           Back to CVS
12191
12192 === release 0.10.2 ===
12193
12194 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12195
12196         * configure.ac:
12197           releasing 0.10.2, "Papa was a rolling stone"
12198
12199 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12200
12201         * configure.ac:
12202           Bump core and plugins-base requirement to 0.10.2.2
12203           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12204
12205 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12206
12207         * ext/flac/gstflac.c: (plugin_init):
12208         * ext/speex/gstspeex.c: (plugin_init):
12209           Register musicbrainz tags.
12210
12211 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         * ext/gconf/gconf.h:
12214           Remove declaration of function that no longer exists.
12215
12216 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12217
12218         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12219         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12220         Make shout2 work for non ogg streams
12221
12222 2006-02-06  Wim Taymans  <wim@fluendo.com>
12223
12224         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12225         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12226         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12227         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12228         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12229         * gst/udp/gstmultiudpsink.h:
12230         Updated docs.
12231         Added properties bytes-served, bytes_to_serve.
12232         Post proper error messages,
12233         Emit client added signal too.
12234
12235 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12236
12237         * docs/plugins/Makefile.am:
12238         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12239         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12240         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12241         (gst_multiudpsink_get_stats):
12242           adding docs for multiudpsink
12243
12244 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12245
12246         * gst/level/gstlevel.c: (gst_level_transform_ip):
12247           peak below decay is not necessarily an error, so don't ERROR log
12248
12249 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12252         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12253         (gst_ebml_write_seek):
12254         * gst/matroska/ebml-write.h:
12255           Make sure we send a newsegment event in BYTES format
12256           before sending buffers (#328531).
12257
12258 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12261         (gst_dvdemux_sink_query):
12262         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12263         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12264         (speex_dec_src_query):
12265         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12266         (gst_speexenc_sink_query):
12267         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12268         * gst/matroska/matroska-demux.c:
12269         (gst_matroska_demux_get_src_query_types),
12270         (gst_matroska_demux_handle_src_query):
12271         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12272         (gst_wavparse_pad_query):
12273           Pass unhandled queries upstream instead of just dropping
12274           them (#326446). Update query type arrays here and there.
12275
12276 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12277
12278         * tests/check/elements/matroskamux.c: (setup_src_pad):
12279           Collectpads in core got changed and now also holds a
12280           reference to any pad that is part of it. Fix refcount
12281           checks in test case accordingly.
12282
12283 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12284
12285         * gst/apetag/gstapedemux.h:
12286           Fix include, for now GstTagDemux is in the apetag dir.
12287
12288 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12289
12290         * docs/plugins/Makefile.am:
12291         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12292         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12293         * docs/plugins/inspect/plugin-cdio.xml:
12294           Add cdio plugin to docs.
12295
12296         * ext/cdio/gstcdiocddasrc.c:
12297           Add gtk-doc blurb.
12298
12299         * ext/cdio/gstcdio.c:
12300           The plugin is called 'cdio' not 'cddio'.
12301
12302 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * configure.ac:
12305         * docs/plugins/Makefile.am:
12306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12308         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12309         * docs/plugins/inspect/plugin-apetag.xml:
12310         * gst/apetag/Makefile.am:
12311         * gst/apetag/gstapedemux.c:
12312         * gst/apetag/gstapedemux.h:
12313         * gst/apetag/gsttagdemux.c:
12314         * gst/apetag/gsttagdemux.h:
12315           Add APE tag demuxer (#325649).
12316
12317 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12318
12319         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12320         (gst_gconf_get_default_video_sink),
12321         (gst_gconf_get_default_audio_src),
12322         (gst_gconf_get_default_video_src):
12323         * ext/gconf/gconf.h:
12324         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12325         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12326         (do_toggle_element):
12327         * ext/gconf/gstgconfaudiosink.h:
12328         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12329         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12330         (do_toggle_element):
12331         * ext/gconf/gstgconfaudiosrc.h:
12332         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12333         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12334         (do_toggle_element):
12335         * ext/gconf/gstgconfvideosink.h:
12336         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12337         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12338         (do_toggle_element):
12339         * ext/gconf/gstgconfvideosrc.h:
12340           Ignore changing the GConf key to "". Ignore GConf key updates
12341           that don't actually change the string.
12342           For now, ignore the GConf key when the state is > READY, as
12343           it breaks streaming. Sometime it will be nice to bring the
12344           new sink online even mid-stream, by sending NEWSEGMENT info
12345           and possibly prerolling.
12346           (Fixes #326736)
12347
12348 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12349
12350         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12351         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12352         (zoomFilterSetResolution), (zoomFilterDestroy),
12353         (zoomFilterFastRGB), (pointFilter):
12354         * gst/goom/filters.h:
12355         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12356         (goom_update), (goom_close):
12357         * gst/goom/goom_core.h:
12358         * gst/goom/goom_tools.h:
12359         * gst/goom/graphic.c:
12360         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12361         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12362         * gst/goom/gstgoom.h:
12363         * gst/goom/lines.c: (goom_lines):
12364         * gst/goom/lines.h:
12365           Make goom reentrant by moving all important static variables
12366           into instance structures.
12367           (Fixes #329181)
12368
12369 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12370
12371         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12372         (gst_avi_demux_all_source_pads_unlinked),
12373         (gst_avi_demux_process_next_entry):
12374         * gst/avi/gstavidemux.h:
12375           Third attempt, use gst_pad_is_linked() this time.
12376
12377 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12378
12379         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12380         (parse_split_strings):
12381         Adjust for data length indicators when parsing (Fixes #329810)
12382         Fix stupid bug parsing UTF-8 tag text.
12383         Output tag strings with multiple fields as multiple tags, so the
12384         app gets all the data.
12385
12386 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12387
12388         * ext/flac/gstflacenc.c:
12389         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12390         show me.
12391         
12392 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12393
12394         * ext/flac/gstflacenc.c:
12395         * gst/matroska/ebml-read.c:
12396         Just make it compile with --disable-gst-debug.
12397
12398 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12399
12400         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12401         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12402         (id3v2_genre_fields_to_taglist):
12403           Never output a tag with a null contents string.
12404
12405 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12406
12407         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12408           Only pause if all pads are unlinked AND we've tried to send data
12409           on all of them at least once.
12410
12411 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12412
12413         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12414         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12415           Make loop function/task pause itself when all source pads are
12416           unlinked.
12417
12418 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12419
12420         * configure.ac:
12421         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12422           Use new functions from core to render a bin from a
12423           string. Fixes build. Up requirements to core CVS.
12424
12425 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12426
12427         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12428           Don't push buffers into the adapter that we are going to
12429           push downstream again without framing anyway. Also, the
12430           adaptor takes ownership of buffers put into it (fixes
12431           auparse pushing invalid buffers for .au files with
12432           ADPCM contents). Finally, set caps on all outgoing buffers.
12433
12434 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12435
12436         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12437         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12438         (gst_id3demux_send_tag_event):
12439         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12440         Someone should kick my butt. Remove ID3v1 tags from the end of the
12441         file.
12442
12443         Improve error messages. Send the TAG message as soon as we complete
12444         typefinding, instead of waiting until we send the first buffer.
12445         Downstream tag event is still sent before the first buffer.
12446
12447 2006-01-27  Jan Gerber  <j@bootlab.org>
12448
12449         Reviewed by: Andy Wingo <wingo@pobox.com>
12450
12451         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12452         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12453         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12454         to not have warings flooding stderr. this is the suggested way
12455         also used in dvgrab and kino. (#328336)
12456
12457 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12458
12459         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12460         (gst_oss_sink_init), (gst_oss_sink_finalise):
12461           Free the device name string when finalised.
12462
12463 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12466           Don't put function calls in g_return_if_fail() statements,
12467           or they'll be replaced with NOOPs if someone compiles with
12468           G_DISABLE_CHECKS defined.
12469           
12470 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12471
12472         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12473         Never trust ANY information encoded in a media file, especially
12474         when it's giving you sizes. (Fixes #328452)
12475
12476 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12477
12478         * gst/rtp/gstrtpg711pay.c:
12479         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12480         bug #325148.
12481
12482 2006-01-23  Edward Hervey  <edward@fluendo.com>
12483
12484         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12485         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12486         * gst/matroska/matroska-ids.h:
12487         Added recognition of Real Audio and Video streams in matroska demuxer.
12488
12489 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12490
12491         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12492           Remove errant break statement, and fix compilation with
12493           older GCC.
12494
12495 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12496
12497         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * sys/sunaudio/gstsunaudiomixerctrl.c:
12500         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12501           Export functions that are needed in other parts of the code,
12502           makes the mixer actually work; adjust magic minimum buffer-time
12503           value from 3ms to 5ms to work around stuttering during mp3
12504           playback (#327765).
12505
12506 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12507
12508         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12509
12510         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12511         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12512           Fix possible deadlock in matroska muxer (#327825).
12513
12514 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12517         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12518         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12519         * gst/rtsp/sdpmessage.h:
12520         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12521         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12522           C89 fixes: declare variables at the beginning of a block and
12523           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12524           <jensgr at gmx dot net>).
12525
12526 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12527
12528         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12529         * gst/id3demux/id3tags.h:
12530         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12531         (parse_comment_frame), (parse_text_identification_frame),
12532         (id3v2_tag_to_taglist), (id3v2_are_digits),
12533         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12534         (parse_split_strings), (free_tag_strings):
12535           Rewrite parsing of text tags to handle multiple NULL terminated
12536           strings. Parse numeric genre strings and ID3v2 type
12537           "(3)(6)Alternative" style genre strings.
12538           Parse dates that are only YYYY or YYYY-mm format.
12539           (Fixes #328241 and #322154)
12540
12541 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12542
12543         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12544           Don't forget to initialize liboil, otherwise our oil functions
12545           will crash (fixes #327871; patch by: Christoph Burghardt
12546           <hawkes at web dot de>).
12547
12548 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * configure.ac:
12551           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12552           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12553           patch by: Brian Cameron <brian dot cameron at sun dot com>
12554
12555 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12558         * ext/cdio/gstcdio.h:
12559         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12560           Fix build for libcdio versions >= 76; give slightly lower rank
12561           than cdparanoia.
12562
12563 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         * configure.ac:
12566         * ext/Makefile.am:
12567         * ext/cdio/Makefile.am:
12568         * ext/cdio/gstcdio.c:
12569         * ext/cdio/gstcdio.h:
12570         * ext/cdio/gstcdiocddasrc.c:
12571         * ext/cdio/gstcdiocddasrc.h:
12572           Port libcdio cdda source, formerly known as cddasrc, now known as
12573           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12574           but that's not tested (fixes #317658).
12575
12576 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12577
12578         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12579           Fix conversion from TIME to BYTES format (fixes #326864;
12580           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12581
12582 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12583
12584         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12585           Fix compilation of id3demux when zlib is not present.
12586           (Fixes #326602; patch by: Sergey Scobich)
12587
12588 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12589
12590         * ext/esd/Makefile.am:
12591           Add $(ESD_CFLAGS), otherwise build will fail for folks
12592           with libesd in a non-standard prefix (#327009).
12593
12594 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12595
12596         * configure.ac:
12597           back to HEAD
12598
12599 === release 0.10.1 ===
12600
12601 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12602
12603         * configure.ac:
12604           releasing 0.10.1, "Li"
12605
12606 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12607
12608           patch by: Wim Taymans
12609
12610         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12611           fix memleak.  Fixes #326618
12612
12613 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12614
12615           patch by: Mike Smith
12616
12617         * gst/level/gstlevel.c: (gst_level_message_new),
12618         (gst_level_message_append_channel):
12619           Fix memleak.  Fixes #326612
12620
12621 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12622
12623         * configure.ac:
12624           prereleasing
12625         * po/af.po:
12626         * po/az.po:
12627         * po/cs.po:
12628         * po/en_GB.po:
12629         * po/hu.po:
12630         * po/it.po:
12631         * po/nb.po:
12632         * po/nl.po:
12633         * po/or.po:
12634         * po/sq.po:
12635         * po/sr.po:
12636         * po/sv.po:
12637         * po/uk.po:
12638         * po/vi.po:
12639           update translations
12640
12641 2006-01-10  Michael Smith  <msmith@fluendo.com>
12642
12643         * gst/level/gstlevel.c: (gst_level_class_init),
12644         (gst_level_dispose):
12645           Don't leak filter arrays.
12646
12647 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12648
12649         reviewed by: Christian Schaller <uraeus@gnome.org>
12650         
12651         * configure.ac:
12652         * gst-plugins-good.spec.in:
12653         * sys/Makefile.am:
12654         * sys/sunaudio/Makefile.am:
12655         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12656         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12657         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12658         (gst_sunaudiomixer_change_state):
12659         * sys/sunaudio/gstsunaudiomixer.h:
12660         * sys/sunaudio/gstsunaudiomixerctrl.c:
12661         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12662         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12663         (gst_sunaudiomixer_ctrl_list_tracks),
12664         (gst_sunaudiomixer_ctrl_get_volume),
12665         (gst_sunaudiomixer_ctrl_set_volume),
12666         (gst_sunaudiomixer_ctrl_set_mute),
12667         (gst_sunaudiomixer_ctrl_set_record):
12668         * sys/sunaudio/gstsunaudiomixerctrl.h:
12669         * sys/sunaudio/gstsunaudiomixertrack.c:
12670         (gst_sunaudiomixer_track_class_init),
12671         (gst_sunaudiomixer_track_init), (fill_labels),
12672         (gst_sunaudiomixer_track_new):
12673         * sys/sunaudio/gstsunaudiomixertrack.h:
12674         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12675         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12676         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12677         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12678         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12679         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12680         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12681         * sys/sunaudio/gstsunaudiosink.h:
12682
12683         Add SunAudio plugin - tested to make sure it doesn't break
12684         the build under GNU/Linux.      
12685
12686 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12687
12688         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12689         * gst-plugins-good/gst/udp/gstudpsrc.c:
12690         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12691         overrides the port or multicast parameters. Fixes bugs #323021.
12692         API addition: adds GstUDPSrc::sockfd property   
12693
12694 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12695
12696         * ext/gconf/Makefile.am:
12697         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12698         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12699         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12700         (do_toggle_element), (cb_toggle_element),
12701         (gst_gconf_audio_src_change_state):
12702         * ext/gconf/gstgconfaudiosrc.h:
12703         * ext/gconf/gstgconfelements.c: (plugin_init):
12704         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12705         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12706         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12707         (do_toggle_element), (cb_toggle_element),
12708         (gst_gconf_video_src_change_state):
12709         * ext/gconf/gstgconfvideosrc.h:
12710           Add new gconfaudiosrc and gconfvideosrc elements
12711           (needed for gnome-sound-recorder).
12712
12713 2006-01-06  Edward Hervey  <edward@fluendo.com>
12714
12715         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12716         Add gst_element_no_more_pads() for proper decodebin behaviour.
12717         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12718         (parse_text_identification_frame), (parse_split_strings):
12719         Failure to decode some tags is not a GST_ERROR() but a
12720         GST_WARNING()
12721         When iterating over a chunk of text, check that we haven't gone too
12722         far.
12723
12724 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12725
12726         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12727         (plugin_init):
12728           call oil_init() when using liboil
12729
12730 2006-01-04  Wim Taymans  <wim@fluendo.com>
12731
12732         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12733         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12734         Fix leaks.
12735
12736 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12737
12738         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12741         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12742         (gst_flac_dec_change_state):
12743           Don't g_assert() where we should just return FALSE; remove
12744           unnecessary g_assert(); initialize some fields properly in
12745           state change function (fixes #325504). Also, use
12746           GST_DEBUG_OBJECT in two more places.
12747
12748 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12749
12750         * configure.ac:
12751           also remove smoothwave's Makefile.am
12752         * docs/plugins/Makefile.am:
12753           fix plugin docs
12754
12755 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12756
12757         * tests/examples/Makefile.am:
12758           added missing Makefile.am
12759
12760 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12761
12762         * configure.ac:
12763         * gst/level/Makefile.am:
12764         * gst/level/level-example.c:
12765         * tests/Makefile.am:
12766         * tests/examples/level/Makefile.am:
12767         * tests/examples/level/level-example.c: (message_handler), (main):
12768           moved level-example to tests/examples/level-example
12769         * tests/old/examples/level/demo.c: (main):
12770         * tests/old/examples/level/plot.c: (main):
12771           some initial fixes
12772
12773 2005-12-29  Michael Smith  <msmith@fluendo.com>
12774
12775         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12776         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12777         * gst/udp/gstmultiudpsink.h:
12778           Track packets sent per client in addition to bytes sent; provide
12779           this info through get-stats signal
12780
12781 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12782
12783         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12784           Can't use gst_object_unref() on a GstAdapter (#325191).
12785
12786 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12787
12788         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12789         If a broken tag has 0 bytes payload, at least still skip
12790         the 10 byte header
12791
12792 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12793
12794         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12795         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12796         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12797         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12798           Making these depayloaders (H263+ and mpeg4 video) inherit from
12799           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12800
12801 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12802
12803         * docs/plugins/gst-plugins-good-plugins.args:
12804         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12805         Regenerate the plugin hiearchy.
12806
12807 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12808
12809         * docs/plugins/Makefile.am:
12810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12812         * docs/plugins/gst-plugins-good-plugins.args:
12813         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12814         (gst_id3demux_base_init), (gst_id3demux_class_init),
12815         (gst_id3demux_chain):
12816         * gst/id3demux/gstid3demux.h:
12817           Add documentation for id3demux.
12818           Don't fail if the first buffer is not at offset 0, just
12819           attempt to typefind and do pass through
12820           Rename the gst_type function from gst_gst_id3demux..
12821
12822 2005-12-20  Michael Smith  <msmith@fluendo.com>
12823
12824         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12825         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12826         (gst_multiudpsink_get_stats):
12827         * gst/udp/gstmultiudpsink.h:
12828           Collect statistics; return them from get_stats.
12829
12830 2005-12-19  Edward Hervey  <edward@fluendo.com>
12831
12832         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12833         Stupid signedness issue...
12834
12835 2005-12-19  Edward Hervey  <edward@fluendo.com>
12836
12837         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12838         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12839         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12840         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12841         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12842         Construct index for indexless files.
12843         Make sure pad/buffers are correctly reset to NULL once we don't need
12844         them anymore, else we get lovely segfaults/assertions.
12845         * gst/wavparse/gstwavparse.c:
12846         Yes, you can have 96KHz audio and wma in wav :(
12847
12848 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12849
12850         * configure.ac:
12851           Check for optional dependency on zlib for id3demux
12852
12853         * gst/id3demux/Makefile.am:
12854         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12855         (gst_id3demux_base_init), (gst_id3demux_class_init),
12856         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12857         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12858         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12859         (gst_id3demux_set_property), (gst_id3demux_get_property),
12860         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12861         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12862         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12863         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12864         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12865         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12866         (simple_find_peek), (simple_find_suggest),
12867         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12868         (plugin_init):
12869         * gst/id3demux/gstid3demux.h:
12870         * gst/id3demux/id3tags.c: (read_synch_uint),
12871         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12872         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12873         (id3demux_id3v2_frames_to_tag_list):
12874         * gst/id3demux/id3tags.h:
12875         * gst/id3demux/id3v2.4.0-frames.txt:
12876         * gst/id3demux/id3v2.4.0-structure.txt:
12877         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12878         (parse_comment_frame), (parse_text_identification_frame),
12879         (id3v2_tag_to_taglist), (parse_split_strings):
12880           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
12881           otherwise it discards them. Works on my test files. 
12882
12883         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12884           Don't send EOS to a non-existing srcpad
12885           The debug category can be static
12886
12887 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12888
12889         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12890         * ext/esd/esdsink.c: (gst_esdsink_prepare):
12891         * gst/multipart/multipartdemux.c:
12892           change some char* into char[]
12893
12894 2005-12-16  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12897         (gst_wavparse_other), (gst_wavparse_perform_seek),
12898         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12899         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12900         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12901         * gst/wavparse/gstwavparse.h:
12902         Use GstSegment to implement more seeking features.
12903
12904 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12905
12906         * gst/rtsp/rtspconnection.c:
12907           Add <netinet/in.h> include and move <arpa/inet.h> include
12908           to make things work on OpenBSD as well (fixes #323717;
12909           patch by: Benjamin Pineau)
12910
12911 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
12912
12913         * gst/rtp/gstrtpspeexdepay.c:
12914         * gst/rtp/gstrtpspeexpay.c:
12915         Set clock rate to be fixed in 8000. It fixes bug #324012.
12916
12917 2005-12-14  Philippe Khalaf  <burger@speedy.org>
12918
12919         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12920         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12921         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12922         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12923         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12924         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12925         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12926         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12927         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12928         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12929         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12930         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12931         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12932         * gst-plugins-good/gst/rtp/README:
12933         Fixed payload range in payloder caps. Removed payload range completely
12934         from depayloaders as they don't require payload type in their caps.
12935         In effect, there isn't any specific payload type for any given codec,
12936         only suggestions.
12937         Fixes bug #324011.
12938
12939 2005-12-13  Julien MOUTTE  <julien@moutte.net>
12940
12941         * gst/videomixer/videomixer.c: (gst_videomixer_init),
12942         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12943         (gst_videomixer_collected): Code cleanup and re-enabling 
12944         queued time validity check for correct EOS handling.
12945
12946 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
12947
12948         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12949         (gst_oss_mixer_element_get_property),
12950         (gst_oss_mixer_element_change_state):
12951         Add 'device-name' property and fix state change function.
12952
12953 2005-12-13  Edward Hervey  <edward@fluendo.com>
12954
12955         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
12956         If the speed of the file is null in the header, set the frame_time to
12957         the default setting of GST_SECOND / 70. Which is the default
12958         frame_delay for .fli files as stated in this document :
12959         http://www.compuphase.com/flic.htm
12960         Would be nice to have the time conversion done properly too (duration =
12961         flxh->frames * flxdec->frame_time)
12962
12963 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12964
12965         * docs/plugins/Makefile.am:
12966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12968         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12969         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12970         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12971         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
12972         documentation for videomixer on my way with a funny sample
12973         pipeline.
12974
12975 2005-12-12  Julien MOUTTE  <julien@moutte.net>
12976
12977         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12978         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12979         (gst_videomixer_update_queues), (gst_videomixer_collected):
12980         Fix caps negotiation. (#323896)
12981
12982 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
12983
12984         * gst/matroska/matroska-demux.c:
12985         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12986           Set correct timestamps on audio laces, fixes playback of mp3 from
12987                 matroska.
12988
12989 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12990
12991         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
12992         (gst_au_parse_class_init), (gst_au_parse_init),
12993         (gst_au_parse_dispose), (gst_au_parse_chain),
12994         (gst_au_parse_change_state), (plugin_init):
12995         * gst/auparse/gstauparse.h:
12996           Use gst_object_unref() for GstObjects instead of
12997           g_object_unref() and fix a mem leak in a debug
12998           statement; while we're at it, also borgify, use
12999           boilerplate macros and clean up a little bit.
13000
13001 2005-12-11  Edward Hervey  <edward@fluendo.com>
13002
13003         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13004         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13005         Added pull mode.
13006
13007 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13008
13009         * gst/goom/gstgoom.c:
13010         * gst/level/level-example.c: (main):
13011         * gst/smoothwave/demo-osssrc.c: (main):
13012           Use audiotestsrc instead of sinesrc (#323798).
13013
13014 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13015
13016         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13017           more debug-func-ptr usage
13018
13019 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13020
13021         * gst/flx/flx_color.c: (flx_colorspace_convert):
13022         * gst/flx/flx_color.h:
13023         * gst/flx/flx_fmt.h:
13024         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13025         * gst/flx/gstflxdec.h:
13026           Now flxdec works on big-endian machines as well.
13027
13028 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13029
13030         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13031         (gst_fenced_buffer_copy):
13032           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13033           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13034           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13035           and use GST_DEBUG_FUNCPTR for pad functions.
13036
13037 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13038
13039         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13040         (gst_flac_dec_class_init), (gst_flac_dec_init),
13041         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13042         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13043         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13044         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13045         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13046         (gst_flac_dec_change_state):
13047         * ext/flac/gstflacdec.h:
13048           Rewrite flacdec a bit, so that even seeking might work now. Most
13049           importantly, don't act upon any flow return values we get, just tell
13050           the decoder everything's dandy and act on the flow return values
13051           later on in the loop function. We don't want to mess up the internal
13052           decoder state for non-fatal things like flushing pads etc. Other
13053           than that, use GstSegment (segment seeks don't work yet though, but
13054           should be easy to add), use boilerplate macros, drop the superfluous
13055           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13056           lots of other things.
13057
13058 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13059
13060         * configure.ac:
13061           Update comment in OSS includes check.
13062
13063         * sys/oss/gstossdmabuffer.c:
13064         * sys/oss/gstosshelper.c:
13065         * sys/oss/gstossmixer.c:
13066         * sys/oss/gstossmixertrack.c:
13067         * sys/oss/gstosssink.c:
13068         * sys/oss/gstosssrc.c:
13069         * sys/oss/oss_probe.c:
13070           Don't assume the OSS soundcard.h include is always in
13071           the sys/ directory. Instead, use the existing defines
13072           from config.h to include the right file. Fixes
13073           compilation on OpenBSD 3.8 (#323718).
13074
13075 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13076
13077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13078         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13079         * docs/plugins/inspect/plugin-1394.xml:
13080         * docs/plugins/inspect/plugin-aasink.xml:
13081         * docs/plugins/inspect/plugin-alaw.xml:
13082         * docs/plugins/inspect/plugin-alpha.xml:
13083         * docs/plugins/inspect/plugin-alphacolor.xml:
13084         * docs/plugins/inspect/plugin-auparse.xml:
13085         * docs/plugins/inspect/plugin-autodetect.xml:
13086         * docs/plugins/inspect/plugin-avi.xml:
13087         * docs/plugins/inspect/plugin-cacasink.xml:
13088         * docs/plugins/inspect/plugin-cairo.xml:
13089         * docs/plugins/inspect/plugin-cutter.xml:
13090         * docs/plugins/inspect/plugin-debug.xml:
13091         * docs/plugins/inspect/plugin-dv.xml:
13092         * docs/plugins/inspect/plugin-efence.xml:
13093         * docs/plugins/inspect/plugin-effectv.xml:
13094         * docs/plugins/inspect/plugin-esdsink.xml:
13095         * docs/plugins/inspect/plugin-flac.xml:
13096         * docs/plugins/inspect/plugin-flxdec.xml:
13097         * docs/plugins/inspect/plugin-gconfelements.xml:
13098         * docs/plugins/inspect/plugin-goom.xml:
13099         * docs/plugins/inspect/plugin-jpeg.xml:
13100         * docs/plugins/inspect/plugin-level.xml:
13101         * docs/plugins/inspect/plugin-matroska.xml:
13102         * docs/plugins/inspect/plugin-mulaw.xml:
13103         * docs/plugins/inspect/plugin-multipart.xml:
13104         * docs/plugins/inspect/plugin-navigationtest.xml:
13105         * docs/plugins/inspect/plugin-ossaudio.xml:
13106         * docs/plugins/inspect/plugin-png.xml:
13107         * docs/plugins/inspect/plugin-rtp.xml:
13108         * docs/plugins/inspect/plugin-rtsp.xml:
13109         * docs/plugins/inspect/plugin-shout2send.xml:
13110         * docs/plugins/inspect/plugin-smpte.xml:
13111         * docs/plugins/inspect/plugin-speex.xml:
13112         * docs/plugins/inspect/plugin-udp.xml:
13113         * docs/plugins/inspect/plugin-videobox.xml:
13114         * docs/plugins/inspect/plugin-videoflip.xml:
13115         * docs/plugins/inspect/plugin-videomixer.xml:
13116         * docs/plugins/inspect/plugin-wavenc.xml:
13117         * docs/plugins/inspect/plugin-wavparse.xml:
13118         * ext/flac/gstflac.c: (plugin_init):
13119         * ext/flac/gstflacdec.c: (flacdec_get_type),
13120         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13121         (gst_flac_dec_init), (gst_flac_dec_finalize),
13122         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13123         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13124         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13125         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13126         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13127         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13128         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13129         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13130         * ext/flac/gstflacdec.h:
13131         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13132         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13133         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13134         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13135         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13136         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13137         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13138         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13139         (gst_flac_enc_change_state):
13140         * ext/flac/gstflacenc.h:
13141           borgify and fix up documentation
13142
13143 2005-12-09  Michael Smith  <msmith@fluendo.com>
13144
13145         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13146           Accept a wider range of flac files, more closely matching flac spec.
13147
13148 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13149
13150         * docs/plugins/Makefile.am: Add multipart elements.
13151         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13152         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13153         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13154         * gst/multipart/multipartdemux.c:
13155         * gst/multipart/multipartmux.c: Add docs.
13156
13157 2005-12-07  Edward Hervey  <edward@fluendo.com>
13158
13159         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13160         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13161         (gst_avi_demux_invert):
13162         Memleak and crasher fixes.
13163         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13164         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13165         Memleak fixes
13166
13167 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13168
13169         * ext/aalib/gstaasink.h:
13170         * ext/cairo/gsttextoverlay.h:
13171         * ext/dv/gstdvdec.h:
13172         * ext/dv/gstdvdemux.c:
13173         * ext/dv/gstdvdemux.h:
13174         * ext/esd/esdsink.h:
13175         * ext/flac/flac_compat.h:
13176         * ext/flac/gstflacdec.h:
13177         * ext/flac/gstflacenc.h:
13178         * ext/gconf/gconf.h:
13179         * ext/gconf/gstgconfaudiosink.h:
13180         * ext/gconf/gstgconfvideosink.h:
13181         * ext/gdk_pixbuf/gstgdkanimation.h:
13182         * ext/jpeg/gstjpegdec.h:
13183         * ext/jpeg/smokecodec.h:
13184         * ext/jpeg/smokeformat.h:
13185         * ext/ladspa/gstsignalprocessor.h:
13186         * ext/ladspa/search.c: (LADSPAPluginSearch):
13187         * ext/ladspa/utils.h:
13188         * ext/libmng/gstmng.c:
13189         * ext/libmng/gstmngdec.h:
13190         * ext/libmng/gstmngenc.c:
13191         * ext/libmng/gstmngenc.h:
13192         * ext/libpng/gstpng.c:
13193         * ext/libpng/gstpngenc.c:
13194         * ext/libpng/gstpngenc.h:
13195         * ext/shout2/gstshout2.h:
13196         * ext/speex/gstspeexdec.h:
13197         * ext/speex/gstspeexenc.c:
13198         * ext/speex/gstspeexenc.h:
13199         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13200         * gst/autodetect/gstautoaudiosink.h:
13201         * gst/autodetect/gstautovideosink.h:
13202         * gst/avi/gstavidemux.h:
13203         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13204         (gst_cutter_set_property), (gst_cutter_get_caps):
13205         * gst/cutter/gstcutter.h:
13206         * gst/debug/tests.c: (md5_process_block):
13207         * gst/debug/tests.h:
13208         * gst/effectv/gstwarp.c:
13209         * gst/flx/flx_fmt.h:
13210         * gst/flx/gstflxdec.h:
13211         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13212         (zoomFilterFastRGB):
13213         * gst/goom/filters.h:
13214         * gst/goom/goom_tools.h:
13215         * gst/law/alaw-encode.c:
13216         * gst/level/gstlevel.c:
13217         * gst/level/gstlevel.h:
13218         * gst/matroska/ebml-write.h:
13219         * gst/matroska/matroska-demux.h:
13220         * gst/matroska/matroska-ids.h:
13221         * gst/matroska/matroska-mux.h:
13222         * gst/monoscope/convolve.c: (convolve_match):
13223         * gst/monoscope/convolve.h:
13224         * gst/multipart/multipartmux.c:
13225         * gst/oldcore/gstaggregator.c:
13226         * gst/oldcore/gstaggregator.h:
13227         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13228         * gst/oldcore/gstmd5sink.h:
13229         * gst/oldcore/gstmultifilesrc.c:
13230         * gst/oldcore/gstmultifilesrc.h:
13231         * gst/oldcore/gstpipefilter.h:
13232         * gst/oldcore/gstshaper.h:
13233         * gst/rtp/gstrtpL16depay.h:
13234         * gst/rtp/gstrtpL16pay.h:
13235         * gst/rtp/gstrtpdepay.h:
13236         * gst/rtp/gstrtpmp4vpay.c:
13237         * gst/rtp/gstrtpmp4vpay.h:
13238         * gst/rtsp/gstrtspsrc.c:
13239         * gst/rtsp/gstrtspsrc.h:
13240         * gst/rtsp/rtspconnection.h:
13241         * gst/rtsp/rtspdefs.h:
13242         * gst/rtsp/rtspmessage.h:
13243         * gst/rtsp/rtsptransport.h:
13244         * gst/rtsp/rtspurl.c:
13245         * gst/rtsp/rtspurl.h:
13246         * gst/rtsp/sdpmessage.c:
13247         * gst/rtsp/sdpmessage.h:
13248         * gst/smpte/barboxwipes.c:
13249         * gst/smpte/gstmask.h:
13250         * gst/smpte/gstsmpte.h:
13251         * gst/smpte/paint.c:
13252         * gst/smpte/paint.h:
13253         * gst/udp/gstdynudpsink.h:
13254         * gst/udp/gstmultiudpsink.h:
13255         * gst/udp/gstudpsink.c:
13256         * gst/udp/gstudpsink.h:
13257         * gst/udp/gstudpsrc.c:
13258         * gst/videomixer/videomixer.c:
13259         * gst/wavenc/riff.h:
13260         * gst/wavparse/gstwavparse.h:
13261         * sys/oss/gstossdmabuffer.h:
13262         * sys/oss/gstossmixer.h:
13263         * sys/oss/gstossmixerelement.h:
13264         * sys/oss/gstossmixertrack.h:
13265         * sys/oss/gstosssink.c:
13266         * sys/oss/gstosssink.h:
13267         * sys/oss/gstosssrc.c:
13268         * sys/oss/gstosssrc.h:
13269         * sys/osxaudio/gstosxaudioelement.h:
13270         * sys/osxaudio/gstosxaudiosink.h:
13271         * sys/osxaudio/gstosxaudiosrc.h:
13272           expand tabs
13273
13274 === release 0.10.0 ===
13275
13276 2005-12-05   <thomas (at) apestaart (dot) org>
13277
13278         * configure.ac:
13279           releasing 0.10.0, "Abondance"
13280
13281 2005-12-05  Andy Wingo  <wingo@pobox.com>
13282
13283         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13284         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13285         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13286         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13287         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13288         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13289         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13290         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13291         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13292         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13293         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13294         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13295         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13296         * gst/goom/gstgoom.c: (gst_goom_chain):
13297         * gst/matroska/matroska-demux.c:
13298         (gst_matroska_demux_push_vorbis_codec_priv_data),
13299         (gst_matroska_demux_add_wvpk_header):
13300         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13301         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13302         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13303         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13304         alloc_buffer changes.
13305
13306 2005-12-05  Michael Smith  <msmith@fluendo.com>
13307
13308         * docs/plugins/gst-plugins-good-plugins.args:
13309           Remove args for plugins that aren't in -good.
13310
13311 === release 0.9.7 ===
13312
13313 2005-12-01   <thomas (at) apestaart (dot) org>
13314
13315         * configure.ac:
13316           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13317
13318 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13319
13320         * docs/plugins/.cvsignore:
13321         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13322         * docs/plugins/inspect/plugin-multipart.xml:
13323         * docs/plugins/inspect/plugin-rtp.xml:
13324           add multipart plugin to docs
13325
13326 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13327
13328         * configure.ac:
13329         * ext/Makefile.am:
13330         * ext/pango/Makefile.am:
13331         * ext/pango/gstclockoverlay.c:
13332         * ext/pango/gstclockoverlay.h:
13333         * ext/pango/gsttextoverlay.c:
13334         * ext/pango/gsttextoverlay.h:
13335         * ext/pango/gsttextrender.c:
13336         * ext/pango/gsttextrender.h:
13337         * ext/pango/gsttimeoverlay.c:
13338         * ext/pango/gsttimeoverlay.h:
13339           move pango to base
13340
13341 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13342
13343         * gst/rtp/Makefile.am:
13344         * gst/rtp/gstrtpL16depay.c:
13345         * gst/rtp/gstrtpL16depay.h:
13346         * gst/rtp/gstrtpL16parse.c:
13347         * gst/rtp/gstrtpL16parse.h:
13348         * gst/rtp/gstrtpgsmdepay.c:
13349         * gst/rtp/gstrtpgsmdepay.h:
13350         * gst/rtp/gstrtpgsmparse.c:
13351         * gst/rtp/gstrtpgsmparse.h:
13352           parsers are depayers
13353
13354 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13355
13356         * gst/rtp/Makefile.am:
13357         * gst/rtp/gstasteriskh263.c:
13358         * gst/rtp/gstrtp.c:
13359         * gst/rtp/gstrtpL16enc.c:
13360         * gst/rtp/gstrtpL16enc.h:
13361         * gst/rtp/gstrtpL16parse.c:
13362         * gst/rtp/gstrtpL16parse.h:
13363         * gst/rtp/gstrtpL16pay.c:
13364         * gst/rtp/gstrtpL16pay.h:
13365         * gst/rtp/gstrtpamrdec.c:
13366         * gst/rtp/gstrtpamrdec.h:
13367         * gst/rtp/gstrtpamrdepay.c:
13368         * gst/rtp/gstrtpamrdepay.h:
13369         * gst/rtp/gstrtpamrenc.c:
13370         * gst/rtp/gstrtpamrenc.h:
13371         * gst/rtp/gstrtpamrpay.c:
13372         * gst/rtp/gstrtpamrpay.h:
13373         * gst/rtp/gstrtpdec.c:
13374         * gst/rtp/gstrtpdec.h:
13375         * gst/rtp/gstrtpdepay.c:
13376         * gst/rtp/gstrtpdepay.h:
13377         * gst/rtp/gstrtpg711dec.c:
13378         * gst/rtp/gstrtpg711dec.h:
13379         * gst/rtp/gstrtpg711depay.c:
13380         * gst/rtp/gstrtpg711depay.h:
13381         * gst/rtp/gstrtpg711enc.c:
13382         * gst/rtp/gstrtpg711enc.h:
13383         * gst/rtp/gstrtpg711pay.c:
13384         * gst/rtp/gstrtpg711pay.h:
13385         * gst/rtp/gstrtpgsmenc.c:
13386         * gst/rtp/gstrtpgsmenc.h:
13387         * gst/rtp/gstrtpgsmparse.c:
13388         * gst/rtp/gstrtpgsmparse.h:
13389         * gst/rtp/gstrtpgsmpay.c:
13390         * gst/rtp/gstrtpgsmpay.h:
13391         * gst/rtp/gstrtph263enc.c:
13392         * gst/rtp/gstrtph263enc.h:
13393         * gst/rtp/gstrtph263pay.c:
13394         * gst/rtp/gstrtph263pay.h:
13395         * gst/rtp/gstrtph263pdec.c:
13396         * gst/rtp/gstrtph263pdec.h:
13397         * gst/rtp/gstrtph263pdepay.c:
13398         * gst/rtp/gstrtph263pdepay.h:
13399         * gst/rtp/gstrtph263penc.c:
13400         * gst/rtp/gstrtph263penc.h:
13401         * gst/rtp/gstrtph263ppay.c:
13402         * gst/rtp/gstrtph263ppay.h:
13403         * gst/rtp/gstrtpmp4vdec.c:
13404         * gst/rtp/gstrtpmp4vdec.h:
13405         * gst/rtp/gstrtpmp4vdepay.c:
13406         * gst/rtp/gstrtpmp4vdepay.h:
13407         * gst/rtp/gstrtpmp4venc.c:
13408         * gst/rtp/gstrtpmp4venc.h:
13409         * gst/rtp/gstrtpmp4vpay.c:
13410         * gst/rtp/gstrtpmp4vpay.h:
13411         * gst/rtp/gstrtpmpadec.c:
13412         * gst/rtp/gstrtpmpadec.h:
13413         * gst/rtp/gstrtpmpadepay.c:
13414         * gst/rtp/gstrtpmpadepay.h:
13415         * gst/rtp/gstrtpmpaenc.c:
13416         * gst/rtp/gstrtpmpaenc.h:
13417         * gst/rtp/gstrtpmpapay.c:
13418         * gst/rtp/gstrtpmpapay.h:
13419         * gst/rtp/gstrtpspeexdec.c:
13420         * gst/rtp/gstrtpspeexdec.h:
13421         * gst/rtp/gstrtpspeexdepay.c:
13422         * gst/rtp/gstrtpspeexdepay.h:
13423         * gst/rtp/gstrtpspeexenc.c:
13424         * gst/rtp/gstrtpspeexenc.h:
13425         * gst/rtp/gstrtpspeexpay.c:
13426         * gst/rtp/gstrtpspeexpay.h:
13427           Do burger's rename for rtp payloaders and depayloaders
13428
13429 2005-11-30  Wim Taymans  <wim@fluendo.com>
13430
13431         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13432         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13433         * ext/dv/gstdvdemux.h:
13434         Fix seeking in dvdemux again, add some more debug info.
13435
13436 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13437
13438         * configure.ac:
13439           fix tests
13440
13441 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13442
13443         * PORTED_09:
13444         * docs/random/PORTED_09:
13445           move
13446         * tests/Makefile.am:
13447           add
13448         * win32/gst.sln:
13449           remove
13450
13451 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13452
13453         * Makefile.am:
13454         * check/.cvsignore:
13455         * check/Makefile.am:
13456         * check/elements/.cvsignore:
13457         * check/elements/level.c:
13458         * check/elements/matroskamux.c:
13459         * configure.ac:
13460         * examples/Makefile.am:
13461         * examples/capsfilter/Makefile.am:
13462         * examples/capsfilter/capsfilter1.c:
13463         * examples/gob/Makefile.am:
13464         * examples/gob/gst-identity2.gob:
13465         * examples/gstplay/.cvsignore:
13466         * examples/gstplay/Makefile.am:
13467         * examples/gstplay/player.c:
13468         * examples/indexing/.cvsignore:
13469         * examples/indexing/Makefile.am:
13470         * examples/indexing/indexmpeg.c:
13471         * examples/level/Makefile.am:
13472         * examples/level/README:
13473         * examples/level/demo.c:
13474         * examples/level/plot.c:
13475         * examples/stats/Makefile.am:
13476         * examples/stats/mp2ogg.c:
13477         * examples/switch/.cvsignore:
13478         * examples/switch/Makefile.am:
13479         * examples/switch/switcher.c:
13480           move under tests/
13481
13482 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13483
13484         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13485         (gst_text_render_class_init), (resize_bitmap),
13486         (gst_text_render_render_text), (gst_text_render_setcaps),
13487         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13488         (gst_text_render_chain), (gst_text_render_finalize),
13489         (gst_text_render_init), (gst_text_render_set_property):
13490         * ext/pango/gsttextrender.h:
13491           Add missing files.
13492
13493 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * configure.ac:
13496         * ext/Makefile.am:
13497         * ext/pango/Makefile.am:
13498         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13499         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13500         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13501         * ext/pango/gstclockoverlay.h:
13502         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13503         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13504         (gst_text_overlay_finalize), (gst_text_overlay_init),
13505         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13506         (gst_text_overlay_text_pad_linked),
13507         (gst_text_overlay_text_pad_unlinked),
13508         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13509         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13510         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13511         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13512         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13513         (gst_text_overlay_change_state), (plugin_init):
13514         * ext/pango/gsttextoverlay.h:
13515         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13516         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13517         (gst_time_overlay_class_init), (gst_time_overlay_init):
13518         * ext/pango/gsttimeoverlay.h:
13519           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13520           and add background shading and text wrapping modes. Make 
13521           timoverlay derive from textoverlay. Also add new clockoverlay
13522           element.
13523
13524 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13525
13526         * gst/udp/Makefile.am: Moved to netbuffer.
13527
13528 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13529
13530         * configure.ac:
13531         * PORTED_O9:
13532         * gst/multipart/Makefile.am:
13533         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13534         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13535         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13536         (gst_multipart_demux_change_state),
13537         (gst_multipart_demux_plugin_init):
13538         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13539         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13540         (gst_multipart_mux_sinkconnect),
13541         (gst_multipart_mux_request_new_pad),
13542         (gst_multipart_mux_handle_src_event),
13543         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13544         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13545         0.9.
13546
13547 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13548
13549         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13550         * gst/debug/gstnavigationtest.h:
13551         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13552         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13553         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13554         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13555         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13556         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13557         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13558         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13559         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13560         (gst_video_flip_get_type):
13561         * gst/videofilter/gstvideoflip.h:
13562           update for symbols change
13563
13564 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13565
13566         * gst/udp/gstdynudpsink.c:
13567         * gst/udp/gstudpsrc.c:
13568           the old gstnet lib was renamed gstnetbuffer (#322257)
13569
13570 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13571
13572         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13573         (gst_text_overlay_collected):
13574           Actually render the text from the text pad.
13575
13576 2005-11-29  Edward Hervey  <edward@fluendo.com>
13577
13578         * gst/debug/gstnavseek.c: (gst_navseek_event):
13579         * gst/debug/progressreport.c: (gst_progress_report_event):
13580         Update for GstBaseTransform event virtual method
13581
13582 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13583
13584         * ext/cairo/Makefile.am:
13585           no need to link to videofilter
13586
13587 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13588
13589         * gst/debug/Makefile.am:
13590         * gst/debug/gstnavigationtest.h:
13591         * gst/effectv/Makefile.am:
13592         * gst/effectv/gstaging.c:
13593         * gst/effectv/gstdice.c:
13594         * gst/effectv/gstedge.c:
13595         * gst/effectv/gstquark.c:
13596         * gst/effectv/gstrev.c:
13597         * gst/effectv/gstshagadelic.c:
13598         * gst/effectv/gstvertigo.c:
13599         * gst/effectv/gstwarp.c:
13600         * gst/videofilter/Makefile.am:
13601         * gst/videofilter/gstvideofilter.c:
13602         * gst/videofilter/gstvideofilter.h:
13603         * gst/videofilter/gstvideoflip.h:
13604           remove the videofilter library and link to the one in base
13605
13606 2005-11-28  Edward Hervey  <edward@fluendo.com>
13607
13608         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13609         Useless check now we're setting the current entry correctly.
13610
13611 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13612
13613         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13614         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13615         (gst_jpegenc_change_state):
13616           Don't leak input buffer in chain function (fixes #322667); make 
13617           state change function thread-safe; don't repeat the current function
13618           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13619           gst_pad_alloc_buffer(); misc. minor cleanups.
13620
13621 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13622
13623         * gst/matroska/matroska-mux.c:
13624         (gst_matroska_mux_video_pad_setcaps):
13625         Look for pixel-aspect-ratio in caps, not pixel_width and
13626         pixel_height (Fixes: #322645)
13627
13628 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13629
13630         * gst/matroska/matroska-mux.c:
13631         (gst_matroska_mux_video_pad_setcaps):
13632         From Michal Benes:
13633         frame duration should be GST_SECOND / framerate, not
13634         GST_SECOND * framerate. (Fixes: #322643)
13635
13636 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13637
13638         * configure.ac:
13639           fix up GST_PLUGIN_LDFLAGS
13640         * gst/rtsp/rtspconnection.c:
13641           fix includes (see #317043)
13642         * gst/videofilter/Makefile.am:
13643           stop installing this library
13644
13645 2005-11-26  Edward Hervey  <edward@fluendo.com>
13646
13647         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13648         Handle the case where the incoming Video dv stream doesn't have
13649         a pixel aspect ratio set.
13650
13651 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13652
13653         * docs/plugins/Makefile.am:
13654         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13655         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13656         * ext/flac/gstflacdec.c:
13657           document flacdec
13658
13659 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13660
13661         * docs/plugins/Makefile.am:
13662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13663         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13664         * docs/plugins/inspect/plugin-autodetect.xml:
13665         * ext/cairo/gstcairo.c: (plugin_init):
13666         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13667         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13668         (gst_text_overlay_init), (gst_text_overlay_font_init),
13669         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13670         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13671         (gst_text_overlay_text_pad_linked),
13672         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13673         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13674         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13675         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13676         (gst_text_overlay_change_state):
13677         * ext/cairo/gsttextoverlay.h:
13678         * ext/cairo/gsttimeoverlay.c:
13679         (gst_cairo_time_overlay_update_font_height),
13680         (gst_cairo_time_overlay_set_caps),
13681         (gst_cairo_time_overlay_get_unit_size),
13682         (gst_cairo_time_overlay_print_smpte_time),
13683         (gst_cairo_time_overlay_transform),
13684         (gst_cairo_time_overlay_base_init),
13685         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13686         (gst_cairo_time_overlay_get_type):
13687         * ext/cairo/gsttimeoverlay.h:
13688           do some name borgifying
13689           document
13690
13691 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13692
13693         * docs/plugins/Makefile.am:
13694         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13695         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13696         * gst/autodetect/gstautoaudiosink.c:
13697         (gst_auto_audio_sink_base_init):
13698         * gst/autodetect/gstautovideosink.c:
13699         (gst_auto_video_sink_base_init),
13700         (gst_auto_video_sink_factory_filter):
13701           documenting auto*sink
13702           using strstr for the video sink lookup, class field is not ordered
13703         * docs/plugins/inspect/plugin-1394.xml:
13704         * docs/plugins/inspect/plugin-aasink.xml:
13705         * docs/plugins/inspect/plugin-alaw.xml:
13706         * docs/plugins/inspect/plugin-alpha.xml:
13707         * docs/plugins/inspect/plugin-alphacolor.xml:
13708         * docs/plugins/inspect/plugin-auparse.xml:
13709         * docs/plugins/inspect/plugin-autodetect.xml:
13710         * docs/plugins/inspect/plugin-avi.xml:
13711         * docs/plugins/inspect/plugin-cacasink.xml:
13712         * docs/plugins/inspect/plugin-cairo.xml:
13713         * docs/plugins/inspect/plugin-cutter.xml:
13714         * docs/plugins/inspect/plugin-debug.xml:
13715         * docs/plugins/inspect/plugin-dv.xml:
13716         * docs/plugins/inspect/plugin-efence.xml:
13717         * docs/plugins/inspect/plugin-effectv.xml:
13718         * docs/plugins/inspect/plugin-esdsink.xml:
13719         * docs/plugins/inspect/plugin-flac.xml:
13720         * docs/plugins/inspect/plugin-flxdec.xml:
13721         * docs/plugins/inspect/plugin-gconfelements.xml:
13722         * docs/plugins/inspect/plugin-goom.xml:
13723         * docs/plugins/inspect/plugin-jpeg.xml:
13724         * docs/plugins/inspect/plugin-level.xml:
13725         * docs/plugins/inspect/plugin-matroska.xml:
13726         * docs/plugins/inspect/plugin-mulaw.xml:
13727         * docs/plugins/inspect/plugin-navigationtest.xml:
13728         * docs/plugins/inspect/plugin-ossaudio.xml:
13729         * docs/plugins/inspect/plugin-png.xml:
13730         * docs/plugins/inspect/plugin-rtp.xml:
13731         * docs/plugins/inspect/plugin-rtsp.xml:
13732         * docs/plugins/inspect/plugin-shout2send.xml:
13733         * docs/plugins/inspect/plugin-smpte.xml:
13734         * docs/plugins/inspect/plugin-speex.xml:
13735         * docs/plugins/inspect/plugin-udp.xml:
13736         * docs/plugins/inspect/plugin-videobox.xml:
13737         * docs/plugins/inspect/plugin-videoflip.xml:
13738         * docs/plugins/inspect/plugin-videomixer.xml:
13739         * docs/plugins/inspect/plugin-wavenc.xml:
13740         * docs/plugins/inspect/plugin-wavparse.xml:
13741           update for HEAD version
13742
13743 2005-11-25  Michael Smith  <msmith@fluendo.com>
13744
13745         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13746           Patch from Sebastien Cote to close control sockets in udpsrc.
13747
13748 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13749
13750         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13751         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13752         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13753         (gst_quarktv_base_init), (gst_quarktv_class_init),
13754         (gst_quarktv_init): Flush the planes list on reverse caps
13755         negotiation. This was crashing because of differently sized
13756         buffers.
13757
13758 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13759
13760         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13761         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13762         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13763         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13764         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13765         (gst_videoflip_set_property), (gst_videoflip_base_init),
13766         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13767         correctly, fix identity flipping, convert navigation event 
13768         correctly again.
13769
13770 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13771
13772         * configure.ac: back to HEAD
13773
13774 === release 0.9.6 ===
13775
13776 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13777
13778         * configure.ac:
13779           releasing 0.9.6, "Everything's Not Lost"
13780
13781 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13782
13783         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13784         Oops, initialise the framerate GValue
13785
13786 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13787
13788         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13789         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13790         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13791         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13792         (gst_timeoverlay_get_type):
13793         * ext/cairo/gsttimeoverlay.h:
13794         * gst/debug/Makefile.am:
13795         * gst/debug/gstnavigationtest.c:
13796         (gst_navigationtest_handle_src_event),
13797         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13798         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13799         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13800         (gst_navigationtest_init), (gst_navigationtest_get_type),
13801         (plugin_init):
13802         * gst/debug/gstnavigationtest.h:
13803         * gst/effectv/Makefile.am:
13804         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13805         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13806         (gst_agingtv_base_init), (gst_agingtv_class_init),
13807         (gst_agingtv_init), (gst_agingtv_get_type):
13808         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13809         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13810         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13811         (gst_dicetv_get_type):
13812         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13813         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13814         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13815         (gst_edgetv_get_type):
13816         * gst/effectv/gsteffectv.c:
13817         * gst/effectv/gsteffectv.h:
13818         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13819         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13820         (gst_quarktv_change_state), (gst_quarktv_base_init),
13821         (gst_quarktv_class_init), (gst_quarktv_init),
13822         (gst_quarktv_get_type):
13823         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13824         (gst_revtv_get_unit_size), (gst_revtv_transform),
13825         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13826         (gst_revtv_get_type):
13827         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13828         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13829         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13830         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13831         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13832         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13833         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13834         (gst_vertigotv_init), (gst_vertigotv_get_type):
13835         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13836         (gst_warptv_get_unit_size), (gst_warptv_transform),
13837         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13838         (gst_warptv_get_type):
13839         * gst/videofilter/Makefile.am:
13840         * gst/videofilter/gstvideobalance.c:
13841         * gst/videofilter/gstvideobalance.h:
13842         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13843         (gst_videofilter_class_init), (gst_videofilter_init):
13844         * gst/videofilter/gstvideofilter.h:
13845         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13846         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13847         (gst_videoflip_flip), (gst_videoflip_transform),
13848         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13849         (gst_videoflip_base_init), (gst_videoflip_class_init),
13850         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13851         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13852         BaseTransform, it's just a place holder for now and every video
13853         effect plugin has been ported to use BaseTransform features 
13854         directly. QuarkTV was fixed too (was broken), navigationtest works
13855         and best for the end, videoflip converts navigation events depending
13856         on flip method ! Fixes #320953
13857
13858 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13859
13860         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13861         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13862         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13863         (gst_goom_src_negotiate), (gst_goom_chain):
13864         * gst/matroska/matroska-mux.c:
13865         (gst_matroska_mux_video_pad_setcaps):
13866         * sys/osxvideo/osxvideosink.m:
13867           Fixes for API changes
13868
13869 2005-11-23  Michael Smith <msmith@fluendo.com>
13870
13871         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13872         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13873         * ext/jpeg/gstjpegdec.h:
13874         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13875         * ext/jpeg/gstjpegenc.h:
13876         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13877         (gst_smokeenc_resync):
13878         * ext/jpeg/gstsmokeenc.h:
13879           JPEG fractiony goodness.
13880
13881 2005-11-22  Michael Smith <msmith@fluendo.com>
13882
13883         * gst/goom/filters.c:
13884         * gst/goom/graphic.h:
13885           Fix compilation by making some functions static inline instead of
13886           extern inline, matching the way they're used.
13887
13888 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13889
13890         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13891         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13892         * ext/cairo/gsttextoverlay.h:
13893         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13894         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13895         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13896         (gst_pngdec_caps_create_and_set):
13897         * ext/libpng/gstpngdec.h:
13898         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13899         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13900         * gst/avi/gstavimux.c: (gst_avimux_init),
13901         (gst_avimux_vidsinkconnect):
13902         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13903         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13904         (gst_goom_src_negotiate), (gst_goom_chain):
13905         * gst/goom/gstgoom.h:
13906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13907         * gst/matroska/matroska-mux.c:
13908         (gst_matroska_mux_video_pad_setcaps):
13909         * sys/osxvideo/osxvideosink.h:
13910         * sys/osxvideo/osxvideosink.m:
13911           More fractional framerate conversions 
13912
13913 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13914
13915         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13916         * gst/debug/gstnavigationtest.c:
13917         (gst_navigationtest_handle_src_event):
13918         * gst/videofilter/gstvideofilter.c:
13919         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13920         (gst_videofilter_init):
13921         * gst/videofilter/gstvideofilter.h:
13922           Convert to fractional framerates.
13923
13924 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13925
13926         * ext/aalib/gstaasink.c:
13927         * ext/dv/gstdvdec.c:
13928         * ext/esd/esdmon.c:
13929         * ext/flac/gstflacenc.c:
13930         * ext/gdk_pixbuf/pixbufscale.c:
13931         * ext/libcaca/gstcacasink.c:
13932         * ext/shout2/gstshout2.c:
13933         * gst/alpha/gstalpha.c:
13934         * gst/oldcore/gstaggregator.c:
13935         * gst/oldcore/gstshaper.c:
13936         * gst/smpte/barboxwipes.c:
13937         * gst/smpte/gstsmpte.c:
13938         * gst/videobox/gstvideobox.c:
13939         * gst/videofilter/gstvideoflip.c:
13940         * gst/videomixer/videomixer.c:
13941           fix up more enums
13942
13943 2005-11-22  Michael Smith <msmith@fluendo.com>
13944
13945         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13946         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13947         (gst_videomixer_update_queues):
13948           Fractional framerates, videomixer.
13949
13950 2005-11-22  Michael Smith <msmith@fluendo.com>
13951
13952         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13953         * ext/dv/gstdvdec.h:
13954         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13955         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13956         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13957         (gst_dvdemux_flush):
13958         * ext/dv/gstdvdemux.h:
13959           Fractional framerates for DV. 
13960
13961 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13962
13963         * gst/autodetect/gstautoaudiosink.c:
13964         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13965         * gst/autodetect/gstautovideosink.c:
13966         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13967           Use gst_plugin_feature_list_free() to free feature list and
13968           in the case of autovideosink free the list at all. Also
13969           miscellaneous cosmetic fixes.
13970
13971 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13972
13973         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13974         (gst_cutter_set_property), (gst_cutter_get_caps):
13975           copy calculation code from level; remove use of some audio
13976           functions
13977
13978 2005-11-22  Andy Wingo  <wingo@pobox.com>
13979
13980         * Update for gst_tag_setter API changes.
13981
13982 2005-11-22  Andy Wingo  <wingo@pobox.com>
13983
13984         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
13985         (gst_dvdemux_demux_frame)
13986         * ext/flac/gstflacdec.c (gst_flacdec_write)
13987         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
13988         (gst_flacenc_sink_event)
13989         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
13990         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
13991         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
13992         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
13993         * gst/auparse/gstauparse.c (gst_auparse_chain)
13994         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
13995         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
13996         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
13997         (gst_avi_demux_handle_seek)
13998         * gst/goom/gstgoom.c (gst_goom_event)
13999         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14000         * gst/matroska/matroska-demux.c
14001         (gst_matroska_demux_handle_seek_event)
14002         (gst_matroska_demux_loop_stream_parse_id)
14003         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14004         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14005         (gst_wavparse_stream_headers): Run update-funcnames.
14006
14007 2005-11-22  Edward Hervey  <edward@fluendo.com>
14008
14009         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14010         (gst_dv1394src_init), (gst_dv1394src_dispose),
14011         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14012         (gst_dv1394src_uri_set_uri):
14013         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14014         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14015         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14016         URIHandler interface and element properties are now properly
14017         synchronized for DV1394src and UDPSrc
14018
14019 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14020
14021         * ext/flac/Makefile.am:
14022         * ext/speex/Makefile.am:
14023           libgsttagedit has been renamed to libgsttag.
14024
14025 2005-11-21  Wim Taymans  <wim@fluendo.com>
14026
14027         * gst/rtsp/rtspconnection.c: (read_body):
14028         Apply patch from Sebastien Cote to fix #319184.
14029
14030 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14031
14032         * configure.ac:
14033         * gst/cutter/Makefile.am:
14034         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14035         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14036         (gst_cutter_set_property), (gst_cutter_get_property),
14037         (plugin_init), (gst_cutter_get_caps):
14038           port cutter
14039         * gst/level/gstlevel.c:
14040           fix up plugin details
14041
14042 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14043
14044         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14045         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14046         (gst_flacdec_src_event):
14047         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14048         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14049         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14050         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14051         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14052         (gst_flxdec_sink_event_handler):
14053         * gst/matroska/matroska-demux.c:
14054         (gst_matroska_demux_handle_seek_event):
14055         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14056           Update for stream lock API changes: don't take stream log
14057           in sink event handlers any longer and change GST_STREAM_LOCK
14058           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14059           functions.
14060
14061 2005-11-21  Michael Smith <msmith@fluendo.com>
14062
14063         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14064           gst_object_unref, not g_object_unref
14065
14066 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14067
14068         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14069         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14070           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14071
14072 2005-11-21  Michael Smith <msmith@fluendo.com>
14073
14074         * gst/auparse/Makefile.am:
14075         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14076         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14077         (gst_auparse_change_state):
14078         * gst/auparse/gstauparse.h:
14079           Partially fix #161712. playbin still doesn't work on these files,
14080           (on the bug report, Andy says we aren't typefinding it for some
14081           reason?) but at least auparse isn't totally busted like it was before.
14082
14083 2005-11-21  Andy Wingo  <wingo@pobox.com>
14084
14085         * *.h:
14086         * *.c: Ran scripts/update-macros. Oh yes.
14087
14088 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14089
14090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14091           Filler events are gone for now, comment out section generating
14092           them.
14093
14094 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14095
14096         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14097         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14098         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14099         * sys/osxvideo/osxvideosink.m:
14100           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14101           (#322027)
14102
14103 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14104
14105         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14106         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14107         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14108         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14109         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14110         (gst_avi_demux_stream_data):
14111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14112         * gst/wavenc/gstwavenc.c: (write_metadata):
14113         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14114         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14115         Fixes for GST_FOURCC_FORMAT API change.
14116
14117 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14120         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14121         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14122         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14123         (gst_text_overlay_change_state):
14124         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14125         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14126         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14127         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14128         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14129         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14130         (gst_videomixer_change_state):
14131           Fix for collect pads API change. Also fix textoverlay state
14132           change function.
14133
14134 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14135
14136         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14137         GST_PAD_IS_USABLE by something approaching it.
14138
14139 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14140
14141         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14142         API changes.
14143         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14144         but also fix the code that was not checking return values from
14145         pad_push neither using pad_alloc_buffer.
14146
14147 2005-11-18  Edward Hervey  <edward@fluendo.com>
14148
14149         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14150         (gst_pngenc_chain):
14151         Added debug category
14152         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14153         goes to EOS.
14154
14155 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14156
14157         * gst/rtp/Makefile.am
14158         * gst/rtp/gstrtp.c
14159         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14160         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14161         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14162         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14163         * gst/rtp/gstrtpg711enc.h:
14164         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14165         * gst/rtp/gstrtpspeexenc.c:
14166         * gst/rtp/gstrtpspeexenc.h:
14167         * gst/rtp/gstrtpspeexdec.c:
14168         * gst/rtp/gstrtpspeexdec.h:
14169         Created Speex payloader and depayloader; Optimize G711 payloader to
14170         use adapter and send packets until MTU size.
14171
14172 2005-11-16  Wim Taymans  <wim@fluendo.com>
14173
14174         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14175         Fix leak in check.
14176
14177 2005-11-16  Wim Taymans  <wim@fluendo.com>
14178
14179         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14180         Fix state change.
14181
14182 2005-11-16  Andy Wingo  <wingo@pobox.com>
14183
14184         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14185         (gst_udpsrc_create): Move comment.
14186
14187 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14188
14189         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14192           When seeking, seek to closest index entry at or before the requested
14193           seek position, not just the closest one (#321001).
14194
14195 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14196
14197         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14198         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14199           Invert DIB images again (see #132341).
14200
14201 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14202
14203         * configure.ac:
14204           rework configure.ac file
14205         * ext/aalib/gstaasink.c:
14206         * ext/cairo/gstcairo.c:
14207         * ext/dv/gstdv.c:
14208         * ext/esd/gstesd.c:
14209         * ext/flac/gstflac.c:
14210         * ext/gconf/gstgconfelements.c:
14211         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14212         * ext/jpeg/gstjpeg.c:
14213         * ext/ladspa/gstladspa.c:
14214         * ext/libcaca/gstcacasink.c:
14215         * ext/libmng/gstmng.c:
14216         * ext/libpng/gstpng.c:
14217         * ext/mikmod/gstmikmod.c:
14218         * ext/pango/gsttextoverlay.c:
14219         * ext/pango/gsttimeoverlay.c:
14220         * ext/raw1394/gst1394.c:
14221         * ext/speex/gstspeex.c:
14222         * gst/alpha/Makefile.am:
14223         * gst/alpha/gstalpha.c:
14224         * gst/alpha/gstalphacolor.c:
14225         * gst/auparse/gstauparse.c:
14226         * gst/autodetect/gstautoaudiosink.c:
14227         (gst_auto_audio_sink_factory_filter),
14228         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14229         * gst/autodetect/gstautodetect.c:
14230         * gst/avi/gstavi.c:
14231         * gst/cutter/gstcutter.c:
14232         * gst/debug/efence.c:
14233         * gst/debug/gstdebug.c:
14234         * gst/debug/gstnavigationtest.c:
14235         * gst/effectv/gsteffectv.c:
14236         * gst/flx/gstflxdec.c:
14237         * gst/goom/gstgoom.c:
14238         * gst/interleave/plugin.c:
14239         * gst/law/alaw.c:
14240         * gst/law/mulaw.c:
14241         * gst/level/gstlevel.c:
14242         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14243         * gst/matroska/matroska.c:
14244         * gst/median/gstmedian.c:
14245         * gst/monoscope/gstmonoscope.c:
14246         * gst/multipart/multipart.c:
14247         * gst/oldcore/gstelements.c:
14248         * gst/rtp/gstrtp.c:
14249         * gst/rtsp/gstrtsp.c:
14250         * gst/smoothwave/gstsmoothwave.c:
14251         * gst/smpte/gstsmpte.c:
14252         * gst/udp/gstudp.c:
14253         * gst/videobox/gstvideobox.c:
14254         * gst/videofilter/gstgamma.c:
14255         * gst/videofilter/gstvideobalance.c:
14256         * gst/videofilter/gstvideoflip.c:
14257         * gst/videofilter/gstvideotemplate.c:
14258         * gst/videomixer/videomixer.c:
14259         * gst/wavenc/gstwavenc.c:
14260         * gst/wavparse/gstwavparse.c:
14261         * sys/oss/gstossaudio.c:
14262         * sys/osxaudio/gstosxaudio.c:
14263           update GST_PLUGIN_DEFINE
14264         * gst/rtp/Makefile.am:
14265         * gst/rtp/gstasteriskh263.c:
14266           check for htons/htonl headers and possibly link to winsock2 lib
14267
14268 2005-11-12  Edward Hervey  <edward@fluendo.com>
14269
14270         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14271         Only GST_DEBUG() information on the valid components.
14272
14273 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14274
14275         * configure.ac: back to HEAD
14276
14277 === release 0.9.5 ===
14278
14279 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14280
14281         * configure.ac:
14282           releasing 0.9.5, "Phone Alarm"
14283
14284 2005-11-11  Edward Hervey  <edward@fluendo.com>
14285
14286         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14287         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14288         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14289         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14290         (gst_avi_demux_loop):
14291         * gst/avi/gstavidemux.h:
14292         Yeah, implement proper seeking. Exact seeking and segment seeking.
14293         Still need to do some checks for segment_stop.
14294
14295 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14296
14297         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14298
14299         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14300           Don't try to ready buffer duration from buffer that we don't
14301           own any  longer and that might already have been unreffed.
14302           (#321136)
14303
14304 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14305
14306         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14307         (flx_decode_delta_flc), (gst_flxdec_chain):
14308         Attempting to optimize the code for embedded systems.
14309
14310 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14311
14312         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14313
14314         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14315           Don't re-use already closed file descriptor. (#320920)
14316
14317 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14318
14319         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14320         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14321         (gst_oss_sink_prepare):
14322         * sys/oss/gstosssink.h:
14323           Cache probed caps; fix debug output for SET_PARAM macros.
14324
14325 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14326
14327         * ext/cairo/Makefile.am:
14328         * ext/cairo/gstcairo.c: (plugin_init):
14329         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14330         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14331         (gst_text_overlay_init), (gst_text_overlay_font_init),
14332         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14333         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14334         (gst_text_overlay_text_pad_linked),
14335         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14336         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14337         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14338         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14339         (gst_text_overlay_change_state):
14340         * ext/cairo/gsttextoverlay.h:
14341           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14342           property and redo positioning. Doesn't handle upstream renegotiation
14343           yet though.
14344
14345 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14346
14347         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14348         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14349         (gst_avi_demux_loop):
14350           No need to take the STREAM_LOCK in the loop function. Improve
14351           some debug messages. Don't leak pad names in debug messages.
14352
14353 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14354
14355         * gst/matroska/matroska-demux.c:
14356         (gst_matroska_demux_push_vorbis_codec_priv_data),
14357         (gst_matroska_demux_add_wvpk_header):
14358           Don't error out when the source pad isn't linked.
14359
14360 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14361
14362         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14363         (gst_gconf_audio_sink_change_state):
14364         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14365         (gst_gconf_video_sink_change_state):
14366           Fix state change functions here as well and set kid
14367           to NULL state before removing it.
14368
14369 2005-11-01  Edward Hervey  <edward@fluendo.com>
14370
14371         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14372         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14373         Added proper event handlind, 
14374         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14375         ignored),
14376         and don't set a duration of 0 for buffers otherwise they are discarded
14377         by GstBaseSink.
14378
14379         GstWavEnc needs some serious loving, after going through the code I'm
14380         really wondering how this can stay in -good ...
14381
14382 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14383
14384         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14385         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14386         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14387         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14388         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14389         (gst_matroska_mux_collected):
14390           Fix leaks and invalid memory access as reported by valgrind
14391
14392 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14393
14394         Patch by: Michal Benes <michal.benes@xeris.cz>
14395
14396         * check/Makefile.am:
14397         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14398         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14399         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14400           add a unit test for matroskamux
14401           fix the bugs that the unit test exposed
14402
14403 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         * gst/autodetect/gstautoaudiosink.c:
14406         (gst_auto_audio_sink_class_init),
14407         (gst_auto_audio_sink_change_state):
14408         * gst/autodetect/gstautovideosink.c:
14409         (gst_auto_video_sink_class_init),
14410         (gst_auto_video_sink_change_state):
14411           Fix state change function and use GST_DEBUG_FUNCPTR in
14412           class_init.
14413
14414 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14415
14416         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14417
14418         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14419         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14420         * gst/matroska/ebml-write.h:
14421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14422           Set timestamps on outgoing ebml headers as well, so that the
14423           element after matroskamux can get the timestamp already when
14424           reading the first ebml element and doesn't have to wait for
14425           the actual data buffer for that (#320308).
14426           
14427 2005-10-31  Andy Wingo  <wingo@pobox.com>
14428
14429         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14430         (gst_videomixer_pad_link): Kill some memleaks.
14431         (gst_videomixer_pad_get_property): Style fix.
14432         (gst_videomixer_pad_set_property): Style fix.
14433         (gst_videomixer_pad_init): Style fix.
14434         (gst_videomixer_update_queues): Kill memleak.
14435         (gst_videomixer_loop): Kill memleak.
14436         (gst_videomixer_collected): Kill memleak.
14437
14438 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14439
14440         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14441         gst_auparse_change_state:
14442         Just some cleanup.
14443
14444 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14445
14446         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14447         Add checks to GST_FLOW_NOT_LINKED for values returned
14448         from gst_pad_push.
14449         
14450 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14451
14452         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14453         (gst_rtpg711dec_process):
14454         * gst/rtp/gstrtpgsmenc.c:
14455         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14456         are never set. This is important for the g711 to work with burger's rtpbin
14457         element.
14458
14459 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14460
14461         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14462         (gst_speexenc_push_buffer):
14463         Add checks for return values from gst_pad_push and
14464         gst_pad_alloc_buffer.
14465
14466 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14467
14468         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14469
14470         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14471         (gst_matroska_demux_parse_info),
14472         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14473         (gst_matroska_demux_parse_cluster):
14474         * gst/matroska/matroska-ids.h:
14475         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14476         (gst_matroska_mux_init), (gst_matroska_mux_start),
14477         (gst_matroska_mux_create_buffer_header),
14478         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14479         (gst_matroska_mux_get_property):
14480         * gst/matroska/matroska-mux.h:
14481           Add SimpleBlock support to matroska demuxer and muxer (part of
14482           Matroska v2). (#319731)
14483
14484 2005-10-28  Wim Taymans  <wim@fluendo.com>
14485
14486         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14487         (gst_jpeg_dec_change_state):
14488         * ext/jpeg/gstjpegdec.h:
14489         Cleanups. Don't create caps for every chain.
14490
14491 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14492
14493         * gst/law/alaw-encode.c: (gst_alawenc_init),
14494         (alawenc_setcaps), (gst_alawenc_chain)
14495         * gst/law/alaw-encode.h:
14496         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14497         (mulawenc_setcaps), (gst_mulawenc_chain)
14498         * gst/law/mulaw-encode.h:
14499         Set timestamp on buffer and it allows RTP G711 elements
14500         work properly.
14501
14502 2005-10-27  Wim Taymans  <wim@fluendo.com>
14503
14504         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14505         Set correct format on oss instead of a silly value. 
14506
14507 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14508
14509         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14510         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14511         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14512         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14513         I420 rendering as well, doesn't bring much for my platform.
14514         Might help on some other platforms.
14515
14516 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14517
14518         * gst/rtp/gstrtpgsmenc.c:
14519         * gst/rtp/gstrtpgsmparse.c:
14520         Declaring the padtemplate correctly.
14521
14522 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14523
14524         * gst/rtp/gstrtpg711dec.c:
14525         * gst/rtp/gstrtpg711enc.c:
14526         * gst/rtp/gstrtpgsmenc.c:
14527         * gst/rtp/gstrtpgsmparse.c:
14528         Setting the proper copyright notice.
14529
14530 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14531
14532         * gst/videobox/Makefile.am: Use liboil.
14533         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14534         (gst_video_box_set_property), (gst_video_box_transform_caps),
14535         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14536         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14537         using liboil. Will dot the same to I420 border generation
14538         tomorrow.
14539
14540 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14541
14542         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14543         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14544         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14545         * gst/rtp/gstrtpg711dec.h:
14546         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14547         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14548         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14549         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14550         (gst_rtpgsmenc_handle_buffer):
14551         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14552         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14553         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14554         * gst/rtp/gstrtpgsmparse.h:
14555         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14556         inherits from the basertpdepayloader.
14557
14558 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14559
14560         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14561         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14562         (gst_video_box_ayuv): Removing this forgotten debug.
14563
14564 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14565
14566         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14567         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14568         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14569
14570 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14571
14572         * sys/oss/gstossaudio.c:
14573         * sys/oss/gstossdmabuffer.c:
14574         * sys/oss/gstosshelper.c:
14575         * sys/oss/gstossmixer.c:
14576         * sys/oss/gstossmixerelement.c:
14577         * sys/oss/gstossmixertrack.c:
14578         * sys/oss/gstosssink.c:
14579         * sys/oss/gstosssrc.c:
14580           Actually use the 'oss' debug category we register.
14581
14582 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14583
14584         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14585         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14586         Use gst_pad_get_parent and drop the ref that was added through
14587         that call.
14588
14589 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14590
14591         * gst/rtp/gstrtpgsmenc.c:
14592           Fix compilation
14593
14594 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14595
14596         * gst/rtp/gstrtpg711dec.c
14597         Just removed a couple of lines of weird code used during
14598         development/test time.
14599
14600 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14601
14602         * gst/rtp/Makefile.am
14603         * gst/rtp/gstrtp.c
14604         * gst/rtp/gstrtpg711enc.c
14605         * gst/rtp/gstrtpg711enc.h
14606         * gst/rtp/gstrtpg711dec.c
14607         * gst/rtp/gstrtpg711dec.h
14608         Created G711 payloader and depayloader (it supports mulaw and alaw
14609         (dec)encoders)
14610
14611 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14612
14613         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14614         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14615         Doh ! I introduced wingo's bug again ! Sorry...
14616
14617 2005-10-25  Christian Schaller <christian@fluendo.com> 
14618
14619         * gst/rtp/Makefile.am: add missing header files for disting
14620
14621 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14622
14623         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14624         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14625         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14626         (gst_rtpgsmenc_handle_buffer):
14627         * gst/rtp/gstrtpgsmenc.h:
14628         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14629         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14630         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14631         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14632         * gst/rtp/gstrtpgsmparse.h:
14633         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14634
14635 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14636
14637         * ext/libpng/gstpngdec.c: (user_info_callback),
14638         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14639         a newsegment event, move some redundant code in a single place.
14640
14641 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14642
14643         * ext/libpng/gstpngdec.c: (user_info_callback),
14644         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14645         hack to get correct colors order when we have a png image with
14646         alpha channel.
14647
14648 2005-10-24  Edward Hervey  <edward@fluendo.com>
14649
14650         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14651         Call gst_element_no_more_pads when there will be no more pads.
14652
14653 2005-10-24  Wim Taymans  <wim@fluendo.com>
14654
14655         * gst/rtp/Makefile.am:
14656         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14657         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14658         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14659         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14660         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14661         (gst_asteriskh263_plugin_init):
14662         * gst/rtp/gstasteriskh263.h:
14663         * gst/rtp/gstrtp.c: (plugin_init):
14664         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14665         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14666         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14667         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14668         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14669         (gst_rtph263enc_plugin_init):
14670         * gst/rtp/gstrtph263enc.h:
14671         Added two new payloaders, an RFC 2190 payloader for h263 and
14672         a payload convertor for an asterisk server.
14673
14674 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14675
14676         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14677           Set bytes_per_sample correctly (is not always 4, but 
14678           depends on width and number of channels).
14679
14680 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14681
14682         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14683         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14684         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14685         (gst_flacenc_sink_event), (gst_flacenc_chain),
14686         (gst_flacenc_set_property), (gst_flacenc_get_property),
14687         (gst_flacenc_change_state):
14688         * ext/flac/gstflacenc.h:
14689           Fix seeking, so that flacenc can rewrite the header with the
14690           correct duration and amount of samples and all that at EOS;
14691           also set timestamps and granulepos on outgoing buffers; add
14692           debug category; fix state change function.
14693           
14694 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14695
14696         * gst/videomixer/videomixer.c: Don't restrict video geometry
14697         from 16 to 4096.
14698
14699 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14700
14701         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14702         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14703         Fix caps negotiation correctly, add debugging category.
14704
14705 2005-10-24  Christian Schaller  <christian@fluendo.com>
14706
14707         * configure.ac: Port over Thomas's change from base listing all plugins
14708
14709 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14710
14711         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14712         a sink pad.
14713
14714 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14715
14716         * configure.ac:
14717         * docs/upload.mak:
14718           back to HEAD
14719
14720 === release 0.9.4 ===
14721
14722 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14723
14724         * configure.ac:
14725           Releasing 0.9.4, "Dromiceiomimus"
14726
14727 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14728
14729         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14730         (gst_speexenc_src_query):
14731           Add position and duration query, fix query type function.
14732           
14733         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14734         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14735           Let's not set non-fixed caps on source pads.
14736
14737 2005-10-21  Wim Taymans  <wim@fluendo.com>
14738
14739         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14740         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14741         (gst_avi_demux_handle_seek):
14742         Set correct stream_time in newsegment event.
14743         avi can also handle a duration query now.
14744
14745 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14746
14747         * gst/matroska/matroska-demux.c:
14748         (gst_matroska_demux_handle_src_query),
14749         (gst_matroska_demux_handle_seek_event),
14750         (gst_matroska_demux_loop_stream_parse_id):
14751           Fix duration query; fix basetime in newsegment event after
14752           seek; fix duration in initial newsegment event.
14753
14754         * gst/matroska/matroska-mux.c:
14755         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14756           Extract number of channels and samplerate from vorbis headers;
14757           add some debug messages when querying the durations of the
14758           input streams.
14759
14760 2005-10-20  Wim Taymans  <wim@fluendo.com>
14761
14762         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14763         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14764         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14765         Set stream time correctly in newsegment.
14766
14767 2005-10-20  Wim Taymans  <wim@fluendo.com>
14768
14769         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14770         Correctly fill in the stream time.
14771
14772 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14773
14774         * check/elements/level.c: (GST_START_TEST):
14775         * gst/level/gstlevel.c: (gst_level_message_new):
14776         * gst/level/level-example.c: (message_handler):
14777           use ELEMENT messages instead
14778
14779 2005-10-19  Wim Taymans  <wim@fluendo.com>
14780
14781         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14782         (gst_dvdemux_src_query):
14783         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14784         (gst_flacdec_src_query):
14785         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14786         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14787         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14788         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14789         * gst/debug/progressreport.c: (gst_progress_report_report):
14790         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14791         * gst/matroska/matroska-demux.c:
14792         (gst_matroska_demux_handle_src_query):
14793         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14794         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14795         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14796         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14797         (gst_wavparse_srcpad_event):
14798         API change fix.
14799
14800 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * gst/goom/filters.c:
14803         * gst/goom/graphic.h:
14804         * gst/goom/lines.c:
14805           Make inline functions either 'static inline' or 'extern inline',
14806           otherwise the Forte compiler apparently won't inline them (#317300).
14807
14808 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14809
14810         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14811         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14812         (user_info_callback), (user_endrow_callback), (user_end_callback),
14813         (user_read_data), (gst_pngdec_caps_create_and_set),
14814         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14815         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14816         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14817         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14818         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14819         very nice and handle push/pull based model. if you have filesrc
14820         connected to it, it will do random access to load the png file.
14821         If you have a network source that can't do _getrange, it does 
14822         progressive loading through the chain function.
14823         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14824         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14825         thanks to Master Wim Taymans ;-)
14826
14827 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14828
14829         * gst/matroska/Makefile.am:
14830         * gst/matroska/ebml-read.c:
14831         * gst/matroska/ebml-read.h:
14832         * gst/matroska/matroska-demux.c:
14833         * gst/matroska/matroska-demux.h:
14834         * gst/matroska/matroska.c: (plugin_init):
14835           Ported matroska demuxer to 0.9.
14836
14837 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14838
14839         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14840
14841         * gst/matroska/matroska-mux.c:
14842         (gst_matroska_mux_video_pad_setcaps),
14843         (gst_matroska_mux_audio_pad_setcaps):
14844           Fix mpeg4 input handling (#318847); also, while we're at it,
14845           fix media type for Motion-JPEG: should be image/jpeg.
14846
14847 2005-10-18  Wim Taymans  <wim@fluendo.com>
14848
14849         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14850         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14851         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14852         Fix for segment-start/stop API change.
14853
14854 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14855
14856         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14857         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14858         way.
14859
14860 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14861
14862         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14863         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14864         output declared in transform_caps.
14865
14866 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14867
14868         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14869
14870 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14871
14872         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14873         (gst_video_box_get_unit_size): Fix wrong size calculations and
14874         implement get_unit_size correctly.
14875
14876 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         * configure.ac:
14879           Enable flx plugin.
14880
14881         * gst/flx/gstflxdec.c: (flx_decode_chunks):
14882           Fix gcc4 signedness issue.
14883
14884 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14885
14886         * configure.ac: Adding videomixer.
14887         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14888         (user_read_data), (gst_pngdec_chain): More debugging.
14889         * gst/alpha/Makefile.am: Adding alphacolor
14890         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14891         (gst_alpha_color_class_init), (gst_alpha_color_init),
14892         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14893         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14894         (plugin_init): Ported to 0.9 using in place base tranform.
14895         * gst/videomixer/Makefile.am:
14896         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14897         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14898         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14899         (gst_videomixer_pad_init), (gst_videomixer_class_init),
14900         (gst_videomixer_init), (gst_videomixer_getcaps),
14901         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14902         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14903         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14904         to 0.9 using collectpads.
14905
14906 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
14907
14908         * configure.ac:
14909         * gst/flx/Makefile.am:
14910         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14911         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14912         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14913         * gst/flx/gstflxdec.h:
14914         flx plugin ported to 0.9
14915
14916 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14917
14918         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14919           use new gst_version_string()
14920
14921 2005-10-16  Andy Wingo  <wingo@pobox.com>
14922
14923         * configure.ac: GLIB_CHECK.
14924
14925 2005-10-15  Julien MOUTTE  <julien@moutte.net>
14926
14927         * ext/libpng/Makefile.am:
14928         * ext/libpng/gstpng.c: (plugin_init):
14929         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14930         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14931         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14932
14933 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
14934
14935         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14936
14937         * configure.ac:
14938         * gst/matroska/Makefile.am:
14939         * gst/matroska/ebml-ids.h:
14940         * gst/matroska/ebml-write.c:
14941         * gst/matroska/ebml-write.h:
14942         * gst/matroska/matroska-ids.h:
14943         * gst/matroska/matroska-mux.c:
14944         * gst/matroska/matroska-mux.h:
14945         * gst/matroska/matroska.c: (plugin_init):
14946           Port matroska muxer to 0.9 (#318847).
14947
14948 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14949
14950         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14951         (comment_init), (comment_add):
14952           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14953           use GST_READ_UINT32_LE() and friends rather than the private
14954           implementation of those same macros.
14955
14956 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14957
14958         * examples/stats/mp2ogg.c:
14959           more typo fixes
14960
14961 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14962
14963         * examples/indexing/indexmpeg.c: (main):
14964         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
14965         (gst_esdmon_close_audio), (gst_esdmon_change_state):
14966         * ext/esd/esdmon.h:
14967         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
14968         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
14969         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14970         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14971         * gst/avi/gstavimux.c: (gst_avimux_init):
14972         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
14973         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
14974         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
14975         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
14976         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
14977         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
14978         * gst/oldcore/gstmultifilesrc.h:
14979         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
14980         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
14981         (gst_pipefilter_change_state):
14982         * gst/oldcore/gstpipefilter.h:
14983         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
14984         * gst/videomixer/videomixer.c: (gst_videomixer_init):
14985         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
14986         * sys/osxaudio/gstosxaudiosink.h:
14987         * sys/osxaudio/gstosxaudiosrc.h:
14988           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14989           moved bitshift from macro to enum definition
14990
14991 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14992
14993         * ext/Makefile.am:
14994         * ext/cairo/Makefile.am:
14995         * ext/cairo/gstcairo.c: (plugin_init):
14996         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
14997         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14998         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
14999         * ext/cairo/gsttimeoverlay.h:
15000           update of cairo-based timeoverlay to 1.0 Cairo API
15001           doesn't work yet for resizing of output sink
15002
15003 2005-10-11  Wim Taymans  <wim@fluendo.com>
15004
15005         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15006         newsegment API fix.
15007
15008 2005-10-11  Wim Taymans  <wim@fluendo.com>
15009
15010         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15011         (gst_dvdemux_demux_frame):
15012         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15013         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15014         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15015         (gst_avi_demux_handle_seek):
15016         * gst/goom/gstgoom.c: (gst_goom_event):
15017         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15018         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15019         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15020         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15021         (gst_wavparse_srcpad_event):
15022         newsegment API update.
15023
15024 2005-10-11  Andy Wingo  <wingo@pobox.com>
15025
15026         * ext/speex/gstspeexenc.c: Signedness cleanups.
15027
15028 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15029
15030         * PORTED_09:
15031         * ext/speex/Makefile.am:
15032         * ext/speex/gstspeex.c:
15033         * ext/speex/gstspeexenc.c:
15034         Speexenc ported to 0.9
15035
15036 2005-10-10  Wim Taymans  <wim@fluendo.com>
15037
15038         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15039         (gst_oss_sink_init), (gst_oss_sink_set_property),
15040         (gst_oss_sink_get_property), (gst_oss_sink_open),
15041         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15042         * sys/oss/gstosssink.h:
15043         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15044         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15045         (gst_oss_src_prepare):
15046         Cleanups, make device configurable in the sink, handle and report
15047         errors.
15048
15049 2005-10-10  Wim Taymans  <wim@fluendo.com>
15050
15051         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15052         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15053         Make sure element is NULL before removing from the bin.
15054
15055 2005-10-07  Andy Wingo  <wingo@pobox.com>
15056
15057         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15058         block forever in a read().
15059         (gst_dv1394src_bus_reset): Post a message when the cable is
15060         unplugged.
15061         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15062         (gst_dv1394src_bus_reset): Don't unref the message.
15063
15064         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15065         hacking. The only change should be that the state change stuff was
15066         put into basesrc's start() and stop() routines, which coalesces
15067         some steps.
15068
15069 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15070
15071         * configure.ac:
15072           Add check for mmap
15073           
15074         * gst/debug/Makefile.am:
15075           Only compile efence plugin on systems that have mmap.
15076
15077 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15078
15079         * gst/debug/Makefile.am:
15080         * gst/debug/breakmydata.c:
15081         * gst/debug/gstdebug.c:
15082         * gst/debug/gstnavigationtest.c:
15083         * gst/debug/gstnavseek.c: 
15084         * gst/debug/gstnavseek.h:
15085         * gst/debug/progressreport.c: 
15086         * gst/debug/testplugin.c:
15087           Port progressreport, navseek, navigationtest, testsink and
15088           breakmydata.
15089
15090 2005-10-05  Edward Hervey  <edward@fluendo.com>
15091
15092         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15093         (gst_dvdemux_src_query):
15094         Fixes for better conversion
15095
15096 2005-10-04  Michael Smith <msmith@fluendo.com>
15097
15098         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15099         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15100         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15101         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15102           Set state of elements to NULL before removing from bins.
15103           Set state of test element to NULL if we failed to move it to READY
15104
15105 2005-10-04  Edward Hervey  <edward@fluendo.com>
15106
15107         * ext/dv/Makefile.am:
15108         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15109         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15110         Corrected the query function for position so it doesn't forget what
15111         format was asked, and calls the conversion functions on the correct pad.
15112
15113 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15114
15115         * configure.ac:
15116           back to development
15117
15118 === release 0.9.3 ===
15119
15120 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15121
15122         * configure.ac:
15123           Releasing 0.9.3, "Aramis"
15124
15125 2005-10-03  Andy Wingo  <wingo@pobox.com>
15126
15127         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15128         error returns.
15129
15130 2005-10-02  Andy Wingo  <wingo@pobox.com>
15131
15132         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15133
15134         * ext/flac/gstflacenc.c: Ported to 0.9.
15135
15136         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15137
15138         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15139         and link to gsttagedit. Enable flacenc.
15140
15141         * ext/flac/gstflacdec.c: Re-enable tag reading.
15142
15143 2005-09-30  Wim Taymans  <wim@fluendo.com>
15144
15145         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15146         * gst/rtp/gstrtpgsmparse.c:
15147         * gst/rtp/gstrtph263penc.c:
15148         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15149         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15150         (gst_rtpmp4venc_set_property):
15151         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15152         Various class and caps fixes from Andre Magalhaes (andrunko)
15153
15154 2005-09-29  Wim Taymans  <wim@fluendo.com>
15155
15156         * gst/level/level-example.c: (main):
15157         Update for new bus API.
15158
15159 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15160
15161         * configure.ac:
15162           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15163           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15164
15165 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15166
15167         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15168           Fix playback of mono streams (bytes_per_sample should be set
15169           from the sample width and the number of channels negotiated,
15170           and not just be set to 4) (#317338)
15171
15172 2005-09-26  Wim Taymans  <wim@fluendo.com>
15173
15174         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15175         (gst_rtpmpaenc_handle_buffer):
15176         Set buffer duration correctly.
15177
15178 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15179
15180         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15181         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15182         (gst_avi_demux_change_state):
15183           Don't crash when encountering a stream with an unknown fourcc or
15184           codec id. Instead, create a pad of type video/x-avi-unknown or
15185           audio/x-avi-unknown, which as a side-effect also results in less
15186           confusing error messages in players ('no decoder' vs. 'no streams');
15187           minor fixes to state change function and class_init function.
15188
15189 2005-09-24  Wim Taymans  <wim@fluendo.com>
15190
15191         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15192         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15193         These are sinks.
15194
15195 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15196
15197         * check/elements/level.c: (GST_START_TEST):
15198           fix test for new GstClockTime use
15199         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15200         (gst_level_transform_ip):
15201         * gst/level/gstlevel.h:
15202           fix up the decay peak, ensuring the decay peak is never lower
15203           than the peak for that interval
15204
15205 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15206
15207         * docs/plugins/gst-plugins-good-plugins.args:
15208         * docs/plugins/inspect/plugin-alpha.xml:
15209         * docs/plugins/inspect/plugin-rtp.xml:
15210         * gst/level/gstlevel.c: (gst_level_set_caps),
15211         (gst_level_transform_ip):
15212           updating docs
15213
15214 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15215
15216         * Makefile.am:
15217         * check/elements/level.c: (GST_START_TEST):
15218         * gst/level/Makefile.am:
15219         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15220         (gst_level_set_property), (gst_level_get_property),
15221         (gst_level_set_caps), (gst_level_message_new),
15222         (gst_level_transform_ip):
15223         * gst/level/gstlevel.h:
15224         * gst/level/level-example.c: (message_handler), (main):
15225           convert to using GstClockTime for all time values, finally.
15226
15227 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15228
15229         * gst/auparse/Makefile.am:
15230         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15231           fix up build
15232         * configure.ac:
15233         * ext/cairo/Makefile.am:
15234         * ext/dv/Makefile.am:
15235         * ext/esd/Makefile.am:
15236         * ext/flac/Makefile.am:
15237         * ext/gconf/Makefile.am:
15238         * ext/gdk_pixbuf/Makefile.am:
15239         * ext/jpeg/Makefile.am:
15240         * ext/ladspa/Makefile.am:
15241         * ext/libcaca/Makefile.am:
15242         * ext/libmng/Makefile.am:
15243         * ext/libpng/Makefile.am:
15244         * ext/mikmod/Makefile.am:
15245         * ext/pango/Makefile.am:
15246         * ext/raw1394/Makefile.am:
15247         * ext/shout2/Makefile.am:
15248         * ext/speex/Makefile.am:
15249         * gst/alpha/Makefile.am:
15250         * gst/autodetect/Makefile.am:
15251         * gst/avi/Makefile.am:
15252         * gst/cutter/Makefile.am:
15253         * gst/debug/Makefile.am:
15254         * gst/effectv/Makefile.am:
15255         * gst/flx/Makefile.am:
15256         * gst/goom/Makefile.am:
15257         * gst/interleave/Makefile.am:
15258         * gst/law/Makefile.am:
15259         * gst/matroska/Makefile.am:
15260         * gst/median/Makefile.am:
15261         * gst/monoscope/Makefile.am:
15262         * gst/multipart/Makefile.am:
15263         * gst/oldcore/Makefile.am:
15264         * gst/rtp/Makefile.am:
15265         * gst/rtsp/Makefile.am:
15266         * gst/smoothwave/Makefile.am:
15267         * gst/smpte/Makefile.am:
15268         * gst/videobox/Makefile.am:
15269         * gst/videofilter/Makefile.am:
15270         * gst/videomixer/Makefile.am:
15271         * gst/wavenc/Makefile.am:
15272         * gst/wavparse/Makefile.am:
15273         * sys/oss/Makefile.am:
15274         * sys/osxaudio/Makefile.am:
15275         * sys/osxvideo/Makefile.am:
15276           fix up GST_LIBS use
15277
15278 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15279
15280         * gst/auparse/Makefile.am:
15281         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15282           fix build of auparse
15283
15284 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15285
15286         * configure.ac:
15287         * PORTED_09:
15288         * gst/auparse/gstauparse.c:
15289         * gst/auparse/gstauparse.h:
15290         Auparse ported to 0.9.
15291
15292 2005-09-22  Wim Taymans  <wim@fluendo.com>
15293
15294         * gst/rtp/TODO:
15295         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15296         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15297         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15298         (gst_rtpmp4venc_set_property):
15299         * gst/rtp/gstrtpmp4venc.h:
15300         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15301         * gst/rtp/gstrtpmpaenc.h:
15302         Use is_filled to both check MTU and max-ptime of base class.
15303
15304 2005-09-22  Wim Taymans  <wim@fluendo.com>
15305
15306         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15307         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15308         (gst_rtpmp4venc_set_property):
15309         Don't fragment packets with multiple frames.
15310
15311 2005-09-22  Wim Taymans  <wim@fluendo.com>
15312
15313         * gst/rtp/TODO:
15314         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15315         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15316         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15317         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15318         (gst_rtpmp4venc_get_property):
15319         * gst/rtp/gstrtpmp4venc.h:
15320         Remove g_print.
15321         Update TODO
15322         Make payload encoder a bit smarter and more correct with
15323         timestamps.
15324         Added option in payloader to include config string in-band.
15325
15326 2005-09-21  Wim Taymans  <wim@fluendo.com>
15327
15328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15329         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15330         (gst_rtspsrc_send):
15331         Strip spaces for key/value pairs.
15332
15333 2005-09-21  Wim Taymans  <wim@fluendo.com>
15334
15335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15336         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15337         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15338         (gst_rtspsrc_change_state):
15339         More SDP parsing and caps setting.
15340         Do NO_PREROLL differently.
15341         add pads only after negotiated.
15342
15343         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15344         (gst_udpsrc_getcaps):
15345         Implement the getcaps function.
15346
15347 2005-09-21  Wim Taymans  <wim@fluendo.com>
15348
15349         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15350         (gst_rtpamrdec_chain):
15351         Handle multiple AMr packets per payload. Handle CRC and
15352         parse ILL/ILP.
15353
15354         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15355         Make caps params strings for easy SDP mapping.
15356         
15357         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15358         Handle capsnego better.
15359
15360         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15361         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15362         Generate and parse config string in the caps.
15363
15364 2005-09-21  Wim Taymans  <wim@fluendo.com>
15365
15366         * gst/rtp/README:
15367         Update README
15368
15369         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15370         Make extra params as strings.
15371
15372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15373         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15374         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15375         Make state change return NO_PREROLL as this is a live
15376         source.
15377
15378         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15379         Don't unref old caps when NULL.
15380
15381 2005-09-20  Wim Taymans  <wim@fluendo.com>
15382
15383         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15384         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15385         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15386         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15387         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15388         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15389         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15390         * gst/rtsp/sdpmessage.h:
15391         Add URI handler.
15392         Parse SDP and create caps.
15393
15394 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15395
15396         * gst/alpha/gstalpha.c:
15397           fix element description
15398
15399 2005-09-19  Wim Taymans  <wim@fluendo.com>
15400
15401         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15402         Don't check payload for now.
15403
15404 2005-09-19  Wim Taymans  <wim@fluendo.com>
15405
15406         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15407         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15408         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15409         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15410         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15411         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15412         (gst_wavparse_change_state):
15413         * gst/wavparse/gstwavparse.h:
15414         Fix wavparse some more.
15415
15416 2005-09-19  Wim Taymans  <wim@fluendo.com>
15417
15418         * check/elements/level.c: (GST_START_TEST):
15419         Fix for bus API change.
15420
15421 2005-09-19  Wim Taymans  <wim@fluendo.com>
15422
15423         * gst/level/level-example.c: (main):
15424         Fix for new bus API.
15425
15426         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15427         Set caps on pads.
15428
15429 2005-09-15  Wim Taymans  <wim@fluendo.com>
15430
15431         * gst/rtp/Makefile.am:
15432         * gst/rtp/README:
15433         * gst/rtp/gstrtp.c: (plugin_init):
15434         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15435         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15436         (gst_rtpamrdec_change_state):
15437         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15438         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15439         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15440         * gst/rtp/gstrtpamrenc.h:
15441         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15442         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15443         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15444         * gst/rtp/gstrtpgsmenc.h:
15445         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15446         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15447         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15448         (gst_rtpgsmparse_change_state):
15449         * gst/rtp/gstrtpgsmparse.h:
15450         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15451         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15452         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15453         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15454         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15455         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15456         * gst/rtp/gstrtph263penc.h:
15457         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15458         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15459         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15460         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15461         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15462         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15463         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15464         * gst/rtp/gstrtpmp4venc.h:
15465         * gst/rtp/gstrtpmpadec.c:
15466         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15467         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15468         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15469         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15470         * gst/rtp/gstrtpmpaenc.h:
15471         Updates to payloader/depayloaders, make payloaders use
15472         the base classes.
15473         Updated README with suggested RTP caps and how to convert
15474         to/from SDP.
15475         Added config descriptor in mp4v payloader.
15476
15477 2005-09-15  Andy Wingo  <wingo@pobox.com>
15478
15479         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15480         * gst/autodetect/gstautovideosink.c
15481         (gst_auto_video_sink_find_best): Update for new registry API.
15482
15483 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15484
15485         * common/c-to-xml.py:
15486         * common/gtk-doc-plugins.mak:
15487           a simple py script to generate valid xml from a C example
15488           probably also need to strip an MIT license when we decide
15489         * docs/plugins/Makefile.am:
15490         * gst/level/Makefile.am:
15491         * gst/level/gstlevel.c: (gst_level_init):
15492         * gst/level/level-example.c: (message_handler), (main):
15493           add an example to level that will show up in the docs
15494         * gst/rtp/TODO:
15495           add a note for the future
15496
15497 2005-09-14  Michael Smith <msmith@fluendo.com>
15498
15499         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15500           Actually define the debug object being used in wavenc. Fixes #316205
15501
15502 2005-09-14  Michael Smith <msmith@fluendo.com>
15503
15504         * gst/smpte/Makefile.am:
15505           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15506           needed to build on windows (bug 316204)
15507
15508 2005-09-12  Andy Wingo  <wingo@pobox.com>
15509
15510         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15511
15512 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15513
15514         * configure.ac:
15515         * gst/fdsrc/Makefile.am:
15516         * gst/fdsrc/gstfdsrc.c:
15517         * gst/fdsrc/gstfdsrc.h:
15518           Move fdsrc back into gstreamer core elements.
15519
15520         * gst/level/gstlevel.c: (gst_level_class_init),
15521         (gst_level_transform_ip):
15522         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15523           Basetransform changes.
15524
15525 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15526
15527         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15528         * ext/jpeg/smokecodec.c: (find_best_size):
15529           fix compiler warnings
15530
15531 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15532
15533         * gst-plugins-good.spec.in:
15534           spec file fixes
15535         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15536         (gst_multiudpsink_render), (gst_multiudpsink_add),
15537         (gst_multiudpsink_clear):
15538           it actually helps to actually stream if we hook up the
15539           "add" signal to an actual implementation
15540         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15541           some debugging
15542
15543 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15544
15545         * ext/jpeg/Makefile.am:
15546         * ext/jpeg/gstjpeg.c
15547         * ext/jpeg/gstjpegenc.c:
15548         * ext/jpeg/gstsmokeenc.c:
15549
15550 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15551
15552         * ext/flac/gstflacdec.c:
15553         * ext/flac/gstflacenc.c:
15554         * ext/flac/gstflactag.c:
15555         * ext/speex/gstspeexenc.c:
15556           gsttaginterface.h -> gsttagsetter.h
15557
15558 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15559
15560         * configure.ac:
15561         * gst/debug/Makefile.am:
15562         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15563         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15564         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15565         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15566         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15567           Port to 0.9 and re-enable efence plugin.
15568
15569 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15572         (gst_flacdec_write), (gst_flacdec_convert_src):
15573         * ext/flac/gstflacdec.h:
15574           Add support for flac files with 24/32 bits per sample; and misc.
15575           minor clean-ups. Seeking is still partly broken (for me at least).
15576
15577 2005-09-06  Wim Taymans  <wim@fluendo.com>
15578
15579         * gst/rtp/Makefile.am:
15580         * gst/rtp/gstrtp.c: (plugin_init):
15581         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15582         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15583         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15584         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15585         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15586         (gst_rtpmp4vdec_plugin_init):
15587         * gst/rtp/gstrtpmp4vdec.h:
15588         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15589         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15590         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15591         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15592         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15593         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15594         * gst/rtp/gstrtpmp4venc.h:
15595         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15596         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15597         Added mpeg4 video payload encoder/decoder.
15598         Added some docs in mpa payloader.
15599
15600 === release 0.9.1 ===
15601
15602 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15603
15604         * NEWS:
15605         * README:
15606         * RELEASE:
15607         * autogen.sh:
15608         * configure.ac:
15609           releasing 0.9.1, "Blondie"
15610
15611 2005-09-05  Andy Wingo  <wingo@pobox.com>
15612
15613         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15614         here from the state change handler, so we fire signals without
15615         holding the state lock.
15616
15617 2005-09-02  Andy Wingo  <wingo@pobox.com>
15618
15619         * All plugins updated for element state changes.
15620
15621 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15622
15623         * Makefile.am:
15624         * check/.cvsignore:
15625         * check/Makefile.am:
15626         * check/elements/.cvsignore:
15627         * check/elements/level.c: (setup_level), (cleanup_level),
15628         (GST_START_TEST), (level_suite), (main):
15629           add a test for level
15630         * common/release.mak:
15631           move the enum checking to release.mak
15632         * configure.ac:
15633           add valgrind and check checking
15634         * gst/level/gstlevel.c: (gst_level_transform):
15635         * gst/level/gstlevel.h:
15636           fix Andy's cast bug
15637           convert a field to int
15638           fix the arithmetic to int when checking for emit so that a
15639           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15640
15641 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15642
15643         * Makefile.am:
15644         * configure.ac:
15645           add docs to build
15646         * common/plugins.xsl:
15647           wrap Description into a refsect2
15648         * docs/Makefile.am:
15649         * docs/plugins/Makefile.am:
15650         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15651         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15652         * gst/goom/Makefile.am:
15653         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15654         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15655         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15656         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15657         (gst_goom_change_state):
15658         * gst/goom/gstgoom.h:
15659           GstGOOM -> GstGoom
15660           add an example launch line
15661         * gst/level/gstlevel.h:
15662         * gst/monoscope/gstmonoscope.c:
15663           cleanups
15664
15665 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15666
15667         * configure.ac:
15668         * docs/plugins/Makefile.am:
15669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15670         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15671         * docs/plugins/gst-plugins-good-plugins.types:
15672           document elements and plugins.  Shazam !
15673
15674 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15675
15676         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15677           be found under doc/random/ChangeLog-0.8