gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. Application...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/avi/gstavimux.c:
4           Instead of filtering wrongly just use the mergemode. Applications is
5           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
6           avi for real (I hope). Everyone chime in, before I fix the others.
7
8 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
9
10         * ext/pulse/pulsemixerctrl.c:
11           Add note about memleak.
12
13 2008-12-13  Edward Hervey  <bilboed@gmail.com>
14
15         * m4/Makefile.am:
16         A couple more .m4 that aren't shipped anymore with gettext 0.17.
17
18 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
19
20         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
21         (gst_flac_dec_init):
22         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
23         (gst_alaw_dec_init):
24         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
25         (gst_alaw_enc_init):
26         * gst/law/alaw.c: (plugin_init):
27         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
28         (gst_mulawdec_init):
29         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
30         (gst_mulawenc_init):
31         * gst/law/mulaw.c: (plugin_init):
32         Switch to using GstStaticPadTemplate.
33         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
34         Don't forget to free the addrinfo structure.
35         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
36         (gst_wavparse_sink_activate):
37         Don't forget to unref the GstAdapter.
38
39 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
40
41         * m4/Makefile.am:
42         inttypes.m4 hasn't been available since gettext-0.15, and since we now
43         require gettext >= 0.17 ... we can remove it from the list of files to
44         dist.
45
46 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
47
48         * gst/avi/gstavidemux.c:
49           More logging.
50
51         * gst/avi/gstavimux.c:
52           Handle more metadata fields. Better estimate of metadata size. Don't
53           merge received tags, if application has specified tags using
54           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
55
56 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
57
58         * tests/check/Makefile.am:
59         Also ignore pulsemixer for the states unit test.
60
61 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
64         Add an EOI marker at the end of the jpeg frame when it's missing.
65         Fixes #563056.
66
67 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
68
69         * tests/check/elements/videocrop.c: (check_1x1_buffer):
70         Update the unit test for the new color values for BT.601 red.
71         Fixes bug #563510.
72
73 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
74
75         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
76           Restore previous behaviour of not passing QoS and navigation
77           events upstream, which presumably wasn't meant to be changed.
78
79 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
80
81         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
82         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
83         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
84         (gst_dvdemux_chain), (gst_dvdemux_loop),
85         (gst_dvdemux_change_state):
86         Add srcpads only when needed and remove them again when going
87         back to READY. This prevents stalled pipelines if there's no
88         audio inside the DV stream, which happens for many MXF files.
89
90 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
91
92         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
93         (run_server):
94         The ports in libsoup are unsigned integers and not signed
95         integers.
96
97 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
98
99         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
100         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
101         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
102         (gst_dvdemux_chain), (gst_dvdemux_loop),
103         (gst_dvdemux_change_state):
104         Add srcpads only when they're needed. If we add all pads in any
105         case we will get a stalling audio pad if the stream contains
106         no audio, which is the case for many MXF files.
107
108 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
109
110         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
111         Forward all events upstream unless it's something we really
112         don't handle. This fixes latency configuration of pipelines.
113
114 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
115
116         * ext/dv/gstdv.c: (plugin_init):
117         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
118         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
119         Really call dv_init() exactly one time, not one time for
120         the demuxer and one time for the decoder.
121
122 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
125         Copy incomming timestamp to outgoing packets.
126
127 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
130         (gst_rtp_mp4v_pay_event):
131         Don't try to push packets before we could find a valid config
132         startcode. Fixes #563509.
133
134 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
135
136         Patch by: Brian Cameron <brian.cameron at sun dot com>
137
138         * sys/sunaudio/gstsunaudiomixerctrl.c:
139         (gst_sunaudiomixer_ctrl_open):
140         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
141
142 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
143
144         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
145
146         * configure.ac:
147         Make usage of libv4l optional by a configure parameter.
148         Fixes bug #563504.
149
150 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
151
152         * docs/plugins/Makefile.am:
153         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
154         * docs/plugins/gst-plugins-good-plugins-sections.txt:
155         * docs/plugins/gst-plugins-good-plugins.args:
156         * docs/plugins/gst-plugins-good-plugins.hierarchy:
157         * docs/plugins/gst-plugins-good-plugins.interfaces:
158         * docs/plugins/inspect/plugin-1394.xml:
159         * docs/plugins/inspect/plugin-aasink.xml:
160         * docs/plugins/inspect/plugin-alaw.xml:
161         * docs/plugins/inspect/plugin-alpha.xml:
162         * docs/plugins/inspect/plugin-alphacolor.xml:
163         * docs/plugins/inspect/plugin-annodex.xml:
164         * docs/plugins/inspect/plugin-apetag.xml:
165         * docs/plugins/inspect/plugin-audiofx.xml:
166         * docs/plugins/inspect/plugin-auparse.xml:
167         * docs/plugins/inspect/plugin-autodetect.xml:
168         * docs/plugins/inspect/plugin-avi.xml:
169         * docs/plugins/inspect/plugin-cacasink.xml:
170         * docs/plugins/inspect/plugin-cairo.xml:
171         * docs/plugins/inspect/plugin-cutter.xml:
172         * docs/plugins/inspect/plugin-debug.xml:
173         * docs/plugins/inspect/plugin-dv.xml:
174         * docs/plugins/inspect/plugin-efence.xml:
175         * docs/plugins/inspect/plugin-effectv.xml:
176         * docs/plugins/inspect/plugin-equalizer.xml:
177         * docs/plugins/inspect/plugin-esdsink.xml:
178         * docs/plugins/inspect/plugin-flac.xml:
179         * docs/plugins/inspect/plugin-flxdec.xml:
180         * docs/plugins/inspect/plugin-gamma.xml:
181         * docs/plugins/inspect/plugin-gconfelements.xml:
182         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
183         * docs/plugins/inspect/plugin-goom.xml:
184         * docs/plugins/inspect/plugin-goom2k1.xml:
185         * docs/plugins/inspect/plugin-halelements.xml:
186         * docs/plugins/inspect/plugin-icydemux.xml:
187         * docs/plugins/inspect/plugin-id3demux.xml:
188         * docs/plugins/inspect/plugin-interleave.xml:
189         * docs/plugins/inspect/plugin-jpeg.xml:
190         * docs/plugins/inspect/plugin-level.xml:
191         * docs/plugins/inspect/plugin-matroska.xml:
192         * docs/plugins/inspect/plugin-monoscope.xml:
193         * docs/plugins/inspect/plugin-mulaw.xml:
194         * docs/plugins/inspect/plugin-multifile.xml:
195         * docs/plugins/inspect/plugin-multipart.xml:
196         * docs/plugins/inspect/plugin-navigationtest.xml:
197         * docs/plugins/inspect/plugin-ossaudio.xml:
198         * docs/plugins/inspect/plugin-png.xml:
199         * docs/plugins/inspect/plugin-pulseaudio.xml:
200         * docs/plugins/inspect/plugin-quicktime.xml:
201         * docs/plugins/inspect/plugin-replaygain.xml:
202         * docs/plugins/inspect/plugin-rtp.xml:
203         * docs/plugins/inspect/plugin-rtsp.xml:
204         * docs/plugins/inspect/plugin-shout2send.xml:
205         * docs/plugins/inspect/plugin-smpte.xml:
206         * docs/plugins/inspect/plugin-soup.xml:
207         * docs/plugins/inspect/plugin-spectrum.xml:
208         * docs/plugins/inspect/plugin-speex.xml:
209         * docs/plugins/inspect/plugin-taglib.xml:
210         * docs/plugins/inspect/plugin-udp.xml:
211         * docs/plugins/inspect/plugin-video4linux2.xml:
212         * docs/plugins/inspect/plugin-videobalance.xml:
213         * docs/plugins/inspect/plugin-videobox.xml:
214         * docs/plugins/inspect/plugin-videocrop.xml:
215         * docs/plugins/inspect/plugin-videoflip.xml:
216         * docs/plugins/inspect/plugin-videomixer.xml:
217         * docs/plugins/inspect/plugin-wavenc.xml:
218         * docs/plugins/inspect/plugin-wavpack.xml:
219         * docs/plugins/inspect/plugin-wavparse.xml:
220         * docs/plugins/inspect/plugin-ximagesrc.xml:
221         * gst/matroska/matroska-demux.c:
222         * gst/matroska/matroska-demux.h:
223         * gst/matroska/matroska-mux.c:
224         * gst/matroska/matroska-mux.h:
225         Add documentation for matroskamux and matroskademux and
226         update the inspection xml files.
227
228 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
229
230         * configure.ac:
231         Apparently AC_CONFIG_MACRO_DIR breaks when using more
232         than one macro directory, reverting last change.
233
234 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
235
236         * configure.ac:
237         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
238         our M4 macros.
239
240 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
241
242         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
243         Provide the parameters that are required for the format string
244         to fix a compiler warning.
245
246 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
247
248         * gst/autodetect/gstautoaudiosrc.c:
249           Fix classification.
250
251 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
252
253         Patch by: Cygwin Ports maintainer
254                   <yselkowitz at users dot sourceforge dot net>
255
256         * autogen.sh:
257         * configure.ac:
258         Require gettext 0.17 because older versions don't mix with libtool
259         2.2. At build time an older gettext version will still work.
260         Fixes bug #556091.
261
262 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
263
264         Patch by: Peter Kjellerstedt <pkj at axis com>
265
266         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
267         Make gst_multiudpsink_render() ignore errors from sendto() instead of
268         breaking streaming. Emit a warning instead. Fixes #562572.
269
270 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
271
272         Patch by: Ron McOuat <rmcouat at smartt dot com>
273
274         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
275         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
276         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
277         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
278         * ext/soup/gstsouphttpsrc.h:
279         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
280         (digest_auth_cb), (run_test), (GST_START_TEST),
281         (souphttpsrc_suite), (run_server):
282         Add support for basic and digest authentication in souphttpsrc.
283         Fixes bug #561775.
284
285 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
286
287         Patch by: Pepijn Van Eeckhoudt
288                       <pepijn dot vaneeckhoudt at luciad dot com>
289
290         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
291         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
292         * gst/wavenc/gstwavenc.h:
293         * gst/wavenc/riff.h:
294         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
295
296 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
297
298         Patch by: 이문형 <iwings at gmail dot com>
299
300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
301         Prevent further read/write actions taken to the connect-failed socket by
302         erroring out quickly. See #562258.
303
304 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
305
306         * tests/examples/level/level-example.c:
307           Set fakesink to sync. Otherwise people might question the message
308           interval. Nevertheless the timestamp in the message is what matters.
309
310 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
311
312         * tests/icles/.cvsignore:
313         cvsignore newly generated file.
314
315 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
316
317         * gst/rtp/gstasteriskh263.c:
318         * gst/rtp/gstasteriskh263.h:
319         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
320         * gst/rtp/gstrtpL16depay.h:
321         * gst/rtp/gstrtpL16pay.c:
322         * gst/rtp/gstrtpL16pay.h:
323         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
324         * gst/rtp/gstrtpac3depay.h:
325         * gst/rtp/gstrtpamrdepay.c:
326         * gst/rtp/gstrtpamrdepay.h:
327         * gst/rtp/gstrtpamrpay.c:
328         * gst/rtp/gstrtpamrpay.h:
329         * gst/rtp/gstrtpdepay.c:
330         * gst/rtp/gstrtpdepay.h:
331         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
332         * gst/rtp/gstrtpg726depay.c:
333         * gst/rtp/gstrtpg726pay.c:
334         * gst/rtp/gstrtpg729depay.c:
335         * gst/rtp/gstrtpg729pay.c:
336         * gst/rtp/gstrtpgsmdepay.c:
337         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
338         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
339         * gst/rtp/gstrtph263depay.h:
340         * gst/rtp/gstrtph263pay.c:
341         * gst/rtp/gstrtph263pay.h:
342         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
343         * gst/rtp/gstrtph263pdepay.h:
344         * gst/rtp/gstrtph263ppay.c:
345         * gst/rtp/gstrtph263ppay.h:
346         * gst/rtp/gstrtph264depay.c:
347         * gst/rtp/gstrtph264depay.h:
348         * gst/rtp/gstrtph264pay.c:
349         * gst/rtp/gstrtph264pay.h:
350         * gst/rtp/gstrtpilbcdepay.c:
351         * gst/rtp/gstrtpilbcpay.c:
352         * gst/rtp/gstrtpjpegdepay.h:
353         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
354         * gst/rtp/gstrtpmp1sdepay.h:
355         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
356         * gst/rtp/gstrtpmp2tdepay.h:
357         * gst/rtp/gstrtpmp2tpay.c:
358         * gst/rtp/gstrtpmp2tpay.h:
359         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
360         * gst/rtp/gstrtpmp4apay.c:
361         * gst/rtp/gstrtpmp4apay.h:
362         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
363         * gst/rtp/gstrtpmp4gdepay.h:
364         * gst/rtp/gstrtpmp4gpay.c:
365         * gst/rtp/gstrtpmp4gpay.h:
366         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
367         * gst/rtp/gstrtpmp4vdepay.h:
368         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
369         * gst/rtp/gstrtpmp4vpay.h:
370         * gst/rtp/gstrtpmpadepay.c:
371         * gst/rtp/gstrtpmpadepay.h:
372         * gst/rtp/gstrtpmpapay.c:
373         * gst/rtp/gstrtpmpapay.h:
374         * gst/rtp/gstrtpmpvdepay.c:
375         * gst/rtp/gstrtpmpvdepay.h:
376         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
377         * gst/rtp/gstrtppcmapay.c:
378         * gst/rtp/gstrtppcmudepay.c:
379         * gst/rtp/gstrtppcmupay.c:
380         * gst/rtp/gstrtpspeexdepay.c:
381         * gst/rtp/gstrtpspeexpay.c:
382         * gst/rtp/gstrtpsv3vdepay.c:
383         * gst/rtp/gstrtpsv3vdepay.h:
384         * gst/rtp/gstrtptheoradepay.c:
385         * gst/rtp/gstrtptheoradepay.h:
386         * gst/rtp/gstrtptheorapay.c:
387         * gst/rtp/gstrtptheorapay.h:
388         * gst/rtp/gstrtpvorbisdepay.c:
389         * gst/rtp/gstrtpvorbisdepay.h:
390         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
391         * gst/rtp/gstrtpvorbispay.h:
392         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
393         * gst/rtp/gstrtpvrawpay.c:
394         Fix the descriptions and fix some email addresses.
395
396 2008-11-25  Julien Moutte  <julien@fluendo.com>
397
398         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
399         to supported qtdemux video codecs as I found some video clips using 
400         those.
401
402 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
403
404         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
405         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
406         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
407         (gst_auto_video_sink_detect):
408         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
409         Post an error when we can't set the internal ghostpad target.
410
411 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
412
413         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
414         (gst_video_crop_transform), (gst_video_crop_transform_caps),
415         (gst_video_crop_set_caps), (gst_video_crop_set_property):
416         * gst/videocrop/gstvideocrop.h:
417         Fix renegotiation when changing properties using the new basetransform
418         features. Fixes #561502.
419
420         * tests/icles/Makefile.am:
421         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
422         Add crazy interactive test unit for dynamically changing properties.
423
424 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
425
426         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
427         (gst_rtspsrc_parse_range):
428         Add some more debugging.
429         Use the reanges received from the server unconditionally.
430         Fixes #561625.
431
432 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
433
434         * ext/pulse/pulsesink.c:
435           Change #if 0 to something more expresive and add pointer to related
436           bug ticket.
437
438 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
439
440         Patch by: Tal Shalif <tshalif at nargila dot org>
441
442         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
443         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
444         the latter don't exist on some systems (mingw). Fixes bug #561990.
445
446 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
447
448         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
449
450         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
451         Add transferMode.dnla.org header to HTTP requests as this is
452         required by the DLNA specs and doesn't hurt in other situations.
453         Fixes bug #561802.
454
455 2008-11-20  Michael Smith <msmith@songbirdnest.com>
456
457         * sys/osxvideo/osxvideosink.h:
458         * sys/osxvideo/osxvideosink.m:
459           Handle video window resizing more correctly, avoiding crashes when
460           embedding the window and resizing it.
461
462 2008-11-20  Michael Smith <msmith@songbirdnest.com>
463
464         * gst/udp/gstmultiudpsink.c:
465         * gst/udp/gstudpnetutils.c:
466         * gst/udp/gstudpnetutils.h:
467         * gst/udp/gstudpsrc.c:
468           Fix multiudpsink on OSX by passing the specific length of the socket,
469           refactor that into a function shared with the same thing in udpsrc.
470
471 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
472
473         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
474         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
475         (gst_wavparse_stream_headers):
476         Fix the scaling code.
477         Fix parsing of the INFO chunks, we were reading the wrong number of
478         bytes.  Fixes #561580.
479
480 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
481
482         * gst/matroska/matroska-mux.c:
483         Fix NULL pointer dereference of an unset codec_id in the recently 
484         added Dirac paths
485
486 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
487
488         * tests/check/Makefile.am:
489         Just keep disabling elements that hang the states test until it
490         works.
491
492 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
493
494         * ext/libpng/gstpngenc.c:
495         Don't flush downstream after every buffer - that's not what
496         this libpng callback is for at all!
497
498 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
499
500         * sys/v4l2/v4l2src_calls.c:
501           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
502           (gst_v4l2src_probe_caps_for_format):
503           Turns out we don't always get the frame sizes in a predefined
504           order from lowest to highest resolution, so let's just sort the
505           list by frame size once we've queried the possible resolutions
506           rather than assume any particular order. Fixes probed caps for
507           the camera in my HP2133 mini notebook and makes v4l2src default
508           to a decent size.
509
510 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
511
512         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
513         * gst/matroska/matroska-ids.h:
514         Make mkvdemux aware of E-AC3.
515
516 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
517
518         * gst/rtp/Makefile.am:
519         * gst/rtp/gstrtp.c: (plugin_init):
520         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
521         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
522         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
523         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
524         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
525         (gst_rtp_jpeg_depay_change_state),
526         (gst_rtp_jpeg_depay_plugin_init):
527         * gst/rtp/gstrtpjpegdepay.h:
528         Add a jpeg depayloader.
529
530         * gst/rtp/gstrtpjpegpay.c:
531         Set the default properties on the payloader to better defaults.
532
533 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
534
535         * sys/v4l2/gstv4l2.c:
536           Give it a primary rank for autovideosrc.
537
538 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
539
540         Patch by: Bjorn Ostby <bjornos at axis dot com>
541
542         * gst/rtp/Makefile.am:
543         * gst/rtp/gstrtp.c: (plugin_init):
544         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
545         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
546         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
547         (gst_rtp_jpeg_pay_read_quant_table),
548         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
549         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
550         (gst_rtp_jpeg_pay_plugin_init):
551         * gst/rtp/gstrtpjpegpay.h:
552         Add JPEG payloader. Fixes #560756.
553
554 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
555
556         Patch by: Fabricio Godoy <skarllot at gmail dot com>
557
558         * sys/oss/gstosssink.c: (gst_oss_sink_open):
559         * sys/oss/gstosssrc.c: (gst_oss_src_open):
560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
561         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
562         Fix some spelling mistakes. Fixes #556802.
563
564 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
565
566         * gst/equalizer/GstIirEqualizer10Bands.prs:
567         * gst/equalizer/GstIirEqualizer3Bands.prs:
568         * gst/equalizer/Makefile.am:
569         * gst/equalizer/gstiirequalizer10bands.c:
570         * gst/equalizer/gstiirequalizer3bands.c:
571           Add presets for equalizer. Fixes #522183.
572
573 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
574
575         * gst/rtsp/Makefile.am:
576         * gst/rtsp/gstrtsp.c: (plugin_init):
577         * gst/rtsp/gstrtspgoogle.c:
578         * gst/rtsp/gstrtspgoogle.h:
579         Remove google extension again, it's not needed anymore because we never
580         send multiple transports anymore.
581
582 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
583
584         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
585
586         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
587         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
588         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
589         (gst_rtspsrc_stream_free),
590         (gst_rtspsrc_stream_configure_udp_sinks),
591         (gst_rtspsrc_stream_configure_transport),
592         (gst_rtspsrc_send_dummy_packets),
593         (gst_rtspsrc_create_transports_string),
594         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
595         * gst/rtsp/gstrtspsrc.h:
596         Add property to configure NAT traversal method.
597         Ignore EOS from the internal sinks.
598         Implement sending dummy packets as a (simple) method to open up
599         some firewalls.
600         Send PLAY request to the server after we started the udp sources.
601         Fixes #559545.
602
603 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
604
605         Patch by: Yotam <sh dot yotam at gmail dot com>
606
607         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
608         Flush the remaining frames on EOS. Fixes #560641.
609
610 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
611
612         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
613         Fix compiler warning about printf formatting.
614
615 2008-11-12  Andy Wingo  <wingo@pobox.com>
616
617         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
618         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
619         segment events instead of sending them from the seeking thread.
620         Fixes #559288.
621         (gst_qtdemux_push_pending_newsegment): New helper, sends out
622         queued newsegment events.
623         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
624         call it here, as we only seek when looping, and only push in the
625         movie state.
626
627 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
628
629         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
630         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
631         * gst/qtdemux/qtdemux_fourcc.h:
632         * gst/qtdemux/qtdemux_types.c:
633         Add cover and alternative copyright tag, and enhance some existing
634         ones by marking them as container atoms.
635
636 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
637
638         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
639         Don't ignore the return value of setcaps.
640
641 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
642
643         Patch by: Olivier Crete <tester at tester dot ca>
644
645         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
646         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
647         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
648         * gst/rtp/gstrtpg729pay.h:
649         Replace G729 payloader with an improved version. Fixes #532409.
650
651 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
652
653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
654         (gst_rtspsrc_change_state):
655         Only send one transport at a time for improved compatibility with some
656         broken servers. See #537832.
657
658 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
659
660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
661         (gst_rtspsrc_perform_seek):
662         Only pause/play in the seek handler when the source was playing.
663         Fixes #529379.
664
665 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
666
667         * gst/matroska/matroska-mux.c:
668         (gst_matroska_mux_handle_dirac_packet):
669         Fix muxing of Dirac streams if the input already has the format
670         we need, i.e. is the output of matroskademux.
671
672 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
673
674         * gst/avi/gstavimux.c:
675           Don't segfault on string typed tags being NULL. Fixes #560155.
676
677 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
678
679         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
680         (gst_matroska_mux_audio_pad_setcaps):
681         Fix mapping AAC profile to Matroska codec id.
682
683 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
684
685         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
686         (qtdemux_video_caps), (qtdemux_audio_caps):
687         Refactor some raw audio caps building, and handle >16-bit cases.
688         Fix/replace building caps from a string description.
689
690 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
691
692         * gst/audiofx/audiowsincband.c:
693         * gst/audiofx/audiowsinclimit.c:
694         * gst/cutter/gstcutter.c:
695           Make author name consistent with others.
696
697 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
698
699         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
700
701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
702         (gst_rtspsrc_stream_configure_udp_sink):
703         Pause the RTSP stream before doing a new play request.
704         Make sure that adding the udpsinks does not cause the rtspsrc to become
705         a sink. Fixes #559547.
706
707 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
708
709         * gst/matroska/matroska-ids.h:
710         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
711         (gst_matroska_mux_handle_dirac_packet),
712         (gst_matroska_mux_write_data):
713         Implement Dirac muxing into Matroska comforming to the spec, i.e.
714         put all Dirac packages up to a picture into a Matroska block.
715
716         TODO: Implement writing of the ReferenceBlock Matroska elements,
717         currently the Dirac muxing is only 100% correct if Matroska version 2
718         is selected for muxing.
719
720 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
721
722         Patch by: Bastien Nocera <hadess at hadess dot net>,
723                   Hans de Goede <jwrdegoede at fedoraproject dot org>
724
725         * configure.ac:
726         * sys/v4l2/Makefile.am:
727         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
728         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
729         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
730         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
731         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
732         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
733         (gst_v4l2_get_input), (gst_v4l2_set_input):
734         * sys/v4l2/v4l2_calls.h:
735         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
736         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
737         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
738         (gst_v4l2src_fill_format_list),
739         (gst_v4l2src_probe_caps_for_format_and_size),
740         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
741         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
742         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
743         (gst_v4l2src_get_nearest_size):
744         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
745
746 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
747
748         * ext/aalib/Makefile.am:
749         * ext/annodex/Makefile.am:
750         * ext/cairo/Makefile.am:
751         * ext/dv/Makefile.am:
752         * ext/esd/Makefile.am:
753         * ext/flac/Makefile.am:
754         * ext/gconf/Makefile.am:
755         * ext/gdk_pixbuf/Makefile.am:
756         * ext/hal/Makefile.am:
757         * ext/jpeg/Makefile.am:
758         * ext/ladspa/Makefile.am:
759         * ext/libcaca/Makefile.am:
760         * ext/libmng/Makefile.am:
761         * ext/libpng/Makefile.am:
762         * ext/mikmod/Makefile.am:
763         * ext/pulse/Makefile.am:
764         * ext/raw1394/Makefile.am:
765         * ext/shout2/Makefile.am:
766         * ext/soup/Makefile.am:
767         * ext/speex/Makefile.am:
768         * ext/taglib/Makefile.am:
769         * ext/wavpack/Makefile.am:
770         * gst/alpha/Makefile.am:
771         * gst/apetag/Makefile.am:
772         * gst/audiofx/Makefile.am:
773         * gst/auparse/Makefile.am:
774         * gst/autodetect/Makefile.am:
775         * gst/avi/Makefile.am:
776         * gst/cutter/Makefile.am:
777         * gst/debug/Makefile.am:
778         * gst/effectv/Makefile.am:
779         * gst/equalizer/Makefile.am:
780         * gst/flx/Makefile.am:
781         * gst/goom/Makefile.am:
782         * gst/goom2k1/Makefile.am:
783         * gst/icydemux/Makefile.am:
784         * gst/id3demux/Makefile.am:
785         * gst/interleave/Makefile.am:
786         * gst/law/Makefile.am:
787         * gst/level/Makefile.am:
788         * gst/matroska/Makefile.am:
789         * gst/median/Makefile.am:
790         * gst/monoscope/Makefile.am:
791         * gst/multifile/Makefile.am:
792         * gst/multipart/Makefile.am:
793         * gst/oldcore/Makefile.am:
794         * gst/qtdemux/Makefile.am:
795         * gst/replaygain/Makefile.am:
796         * gst/rtp/Makefile.am:
797         * gst/rtsp/Makefile.am:
798         * gst/smpte/Makefile.am:
799         * gst/spectrum/Makefile.am:
800         * gst/udp/Makefile.am:
801         * gst/videobox/Makefile.am:
802         * gst/videocrop/Makefile.am:
803         * gst/videofilter/Makefile.am:
804         * gst/videomixer/Makefile.am:
805         * gst/wavenc/Makefile.am:
806         * gst/wavparse/Makefile.am:
807         * sys/directdraw/Makefile.am:
808         * sys/directsound/Makefile.am:
809         * sys/oss/Makefile.am:
810         * sys/osxaudio/Makefile.am:
811         * sys/osxvideo/Makefile.am:
812         * sys/sunaudio/Makefile.am:
813         * sys/v4l2/Makefile.am:
814         * sys/waveform/Makefile.am:
815         * sys/ximage/Makefile.am:
816           Don't install static libs for plugins. Fixes #550851 for -good.
817
818 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
819
820         * ext/flac/Makefile.am:
821         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
822         This fixes compilation if FLAC is installed in an uncommon location
823         that is not already handled by other CFLAGS. Fixes bug #558711.
824
825 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
826
827         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
828         Guard more uncommon formats with ifdefs so that we can compile on older
829         versions.
830
831 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         Patch by: Nick Haddad <nick at haddads dot net>
834
835         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
836         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
837         (gst_avi_demux_stream_data):
838         Invert other uncompressed RGB formats. Fixes #558554.
839
840 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
841
842         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
843         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
844         * gst/wavenc/gstwavenc.h:
845         Add support for float/double as input and remove the (nowadays)
846         useless parsing of the depth as we require width==depth.
847
848 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
849
850         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
851         * gst/rtp/gstrtpmpapay.c:
852         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
853         mpeg version 1. Fixes #558427.
854
855 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
856
857         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
858         (gst_rtp_L16_pay_getcaps):
859         Only put an integral amount of samples in the RTP packet.
860         Fixes #556641.
861
862 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
863
864         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
865         * gst/rtp/gstrtpchannels.h:
866         Add method to get possible channel positions.
867
868 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst/rtp/Makefile.am:
871         Also commit updated makefile
872
873 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
874
875         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
876         Don't allow width=32,depth=24 as input. WAV requires that the width
877         is the next integer multiply of 8 from the depth.
878
879 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
880
881         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
882         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
883         (gst_rtp_L16_pay_getcaps):
884         * gst/rtp/gstrtpchannels.c: (check_channels),
885         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
886         (gst_rtp_channels_create_default):
887         * gst/rtp/gstrtpchannels.h:
888         Add mappings for multichannel support. Does not completely just work
889         because the getcaps function does not yet return the allowed channel
890         mappings. See #556641.
891
892 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
893
894         * gst/goom/Makefile.am:
895         * gst/goom/README:
896         * gst/goom/config_param.c:
897         * gst/goom/convolve_fx.c:
898         * gst/goom/drawmethods.c:
899         * gst/goom/drawmethods.h:
900         * gst/goom/filters.c:
901         * gst/goom/filters_mmx.s:
902         * gst/goom/flying_stars_fx.c:
903         * gst/goom/goom.h:
904         * gst/goom/goom_config.h:
905         * gst/goom/goom_config_param.h:
906         * gst/goom/goom_core.c:
907         * gst/goom/goom_filters.h:
908         * gst/goom/goom_fx.h:
909         * gst/goom/goom_graphic.h:
910         * gst/goom/goom_plugin_info.h:
911         * gst/goom/goom_tools.c:
912         * gst/goom/goom_tools.h:
913         * gst/goom/goom_typedefs.h:
914         * gst/goom/goom_visual_fx.h:
915         * gst/goom/graphic.c:
916         * gst/goom/ifs.c:
917         * gst/goom/ifs.h:
918         * gst/goom/lines.c:
919         * gst/goom/lines.h:
920         * gst/goom/mathtools.c:
921         * gst/goom/mathtools.h:
922         * gst/goom/mmx.c:
923         * gst/goom/motif_goom1.h:
924         * gst/goom/motif_goom2.h:
925         * gst/goom/plugin_info.c:
926         * gst/goom/ppc_drawings.h:
927         * gst/goom/ppc_zoom_ultimate.h:
928         * gst/goom/sound_tester.c:
929         * gst/goom/sound_tester.h:
930         * gst/goom/surf3d.c:
931         * gst/goom/surf3d.h:
932         * gst/goom/tentacle3d.c:
933         * gst/goom/tentacle3d.h:
934         * gst/goom/v3d.c:
935         * gst/goom/v3d.h:
936         * gst/goom/xmmx.c:
937           Add license headers in all source files. Remove filter.c from
938           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
939           which are not used right now. Fixes #557709.
940
941 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
942
943         Patch by: Olivier Crete <tester at tester dot ca>
944
945         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
946         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
947         Implement getcaps in rtpL16pay. Fixes #556484.
948
949 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
950
951         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
952         (gst_rtp_L16_depay_process):
953         Check if clock-rate and channels are valid.
954         Don't ignore the return value of setcaps.
955         No need to validate the buffer, the base class does that for us.
956         Use the marker bit to set the DISCONT flag on outgoing buffers.
957
958         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
959         Don't ignore the return value of set_outcaps.
960
961         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
962         (gst_rtp_ac3_depay_process):
963         Don't ignore the return value of set_caps.
964         No need to validate the buffer, the base class does that for us.
965
966         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
967         (gst_rtp_amr_depay_process):
968         * gst/rtp/gstrtpamrdepay.h:
969         Don't ignore the return value of setcaps.
970         No need to validate the buffer, the base class does that for us.
971         No need to set output caps on the buffers, the base class does that for
972         us.
973         The subclass will make sure we are negotiated.
974         
975         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
976         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
977         * gst/rtp/gstrtpdvdepay.h:
978         Clean up caps negotiation.
979         The subclass will make sure we are negotiated.
980
981         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
982         (gst_rtp_g726_depay_process):
983         Clean up caps negotiation.
984         Use the marker bit to set the DISCONT flag on outgoing buffers.
985
986         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
987         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
988         * gst/rtp/gstrtpg729depay.h:
989         The subclass will make sure we are negotiated.
990         Use the marker bit to set the DISCONT flag on outgoing buffers.
991
992         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
993         (gst_rtp_gsm_depay_process):
994         Clean up caps negotiation.
995         Use the marker bit to set the DISCONT flag on outgoing buffers.
996
997         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
998         Clean up caps negotiation.
999         Don't ignore the return value of set_outcaps.
1000
1001         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1002         (gst_rtp_h263_depay_process):
1003         Clean up caps negotiation.
1004         No need to validate the buffer, the base class does that for us.
1005
1006         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1007         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1008         * gst/rtp/gstrtph263pay.h:
1009         Don't ignore the return value of set_outcaps.
1010         Do some more timestamps.
1011
1012         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1013         (gst_rtp_h263p_depay_process):
1014         Clean up caps negotiation.
1015         Don't ignore the return value of setcaps.
1016         No need to validate the buffer, the base class does that for us.
1017
1018         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1019         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1020         (gst_rtp_h263p_pay_handle_buffer):
1021         * gst/rtp/gstrtph263ppay.h:
1022         Don't ignore the return value of set_outcaps.
1023         Do some more timestamps.
1024
1025         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1026         (gst_rtp_h264_depay_process):
1027         Clean up caps negotiation.
1028         Don't ignore the return value of setcaps.
1029         Fix possible caps leak.
1030         No need to validate the buffer, the base class does that for us.
1031
1032         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1033         Add some more debug info.
1034
1035         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1036         (gst_rtp_ilbc_depay_process):
1037         Clean up caps negotiation.
1038         Use the marker bit to set the DISCONT flag on outgoing buffers.
1039
1040         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1041         Clean up caps negotiation.
1042
1043         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1044         (gst_rtp_mp1s_depay_process):
1045         Clean up caps negotiation.
1046         Don't ignore the return value of setcaps.
1047         No need to validate the buffer, the base class does that for us.
1048         No need to set caps on buffers, subclass does that for us.
1049
1050         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1051         (gst_rtp_mp2t_depay_process):
1052         Clean up caps negotiation.
1053         Don't ignore the return value of setcaps.
1054         No need to validate the buffer, the base class does that for us.
1055         No need to set caps on buffers, subclass does that for us.
1056
1057         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1058         (gst_rtp_mp4a_depay_process):
1059         Clean up caps negotiation.
1060         Don't ignore the return value of setcaps.
1061         No need to validate the buffer, the base class does that for us.
1062
1063         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1064         (gst_rtp_mp4a_pay_setcaps):
1065         Don't ignore the return value of set_outcaps.
1066
1067         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1068         (gst_rtp_mp4g_depay_process):
1069         Clean up caps negotiation.
1070         Don't ignore the return value of setcaps.
1071         No need to validate the buffer, the base class does that for us.
1072         No need to set caps on buffers, subclass does that for us.
1073
1074         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1075         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1076         Don't ignore the return value of set_outcaps.
1077
1078         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1079         (gst_rtp_mp4v_depay_process):
1080         Clean up caps negotiation.
1081         Don't ignore the return value of setcaps.
1082         No need to validate the buffer, the base class does that for us.
1083         No need to set caps on buffers, subclass does that for us.
1084
1085         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1086         (gst_rtp_mp4v_pay_setcaps):
1087         Don't ignore the return value of set_outcaps.
1088
1089         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1090         (gst_rtp_mpa_depay_process):
1091         Clean up caps negotiation.
1092         Don't ignore the return value of setcaps.
1093         No need to validate the buffer, the base class does that for us.
1094         Use the marker bit to set the DISCONT flag on outgoing buffers.
1095
1096         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1097         Don't ignore the return value of set_outcaps.
1098
1099         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1100         (gst_rtp_mpv_depay_process):
1101         Clean up caps negotiation.
1102         Actually set output caps.
1103         No need to validate the buffer, the base class does that for us.
1104
1105         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1106         Don't ignore the return value of set_outcaps.
1107
1108         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1109         (gst_rtp_pcma_depay_process):
1110         Clean up caps negotiation.
1111         Set output buffer duration because we can.
1112         Use the marker bit to set the DISCONT flag on outgoing buffers.
1113
1114         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1115         Don't ignore the return value of set_outcaps.
1116
1117         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1118         (gst_rtp_pcmu_depay_process):
1119         Clean up caps negotiation.
1120         Use the marker bit to set the DISCONT flag on outgoing buffers.
1121
1122         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1123         Don't ignore the return value of set_outcaps.
1124
1125         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1126         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1127         Clean up caps negotiation.
1128         Set output caps on the pad and header buffers.
1129         Set duration on output buffers because we can.
1130
1131         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1132         Don't ignore the return value of set_outcaps.
1133
1134         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1135         (gst_rtp_sv3v_depay_process):
1136         Clean up caps negotiation.
1137         No need to validate the buffer, the base class does that for us.
1138         No need to set caps out output buffers, subclass does that.
1139
1140         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1141         (gst_rtp_theora_depay_process):
1142         Don't ignore the return value of setcaps.
1143         No need to validate the buffer, the base class does that for us.
1144
1145         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1146         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1147         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1148         (gst_rtp_theora_pay_handle_buffer):
1149         Don't ignore the return value of set_outcaps.
1150
1151         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1152         (gst_rtp_vorbis_depay_process):
1153         Don't ignore the return value of setcaps.
1154         No need to validate the buffer, the base class does that for us.
1155
1156         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1157         Don't ignore the return value of set_outcaps.
1158
1159         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1160         Clean up caps negotiation, don't ignore setcaps return.
1161
1162         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1163         Don't ignore the return value of set_outcaps.
1164
1165 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1166
1167         * gst/matroska/matroska-demux.c:
1168         (gst_matroska_demux_handle_src_event):
1169         Forward unknown events upstream.
1170
1171 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1172
1173         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1174         Add some refcount check
1175
1176         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1177         Don't ignore the result of write(), fixes a  compiler warning for me.
1178
1179         * tests/icles/videobox-test.c: (main):
1180         Make the output a little more pretty.
1181
1182 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1183
1184         * ext/esd/esdmon.c:
1185           Add doc blob.
1186
1187 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1188
1189         * docs/plugins/Makefile.am:
1190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1192         * docs/plugins/gst-plugins-good-plugins.args:
1193         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1194         * docs/plugins/gst-plugins-good-plugins.interfaces:
1195         * docs/plugins/inspect/plugin-autodetect.xml:
1196           Add the docs of the new elements.
1197
1198 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1199
1200         * gst/autodetect/gstautoaudiosrc.c:
1201         (gst_auto_audio_src_class_init):
1202         * gst/autodetect/gstautovideosrc.c:
1203         (gst_auto_video_src_class_init):
1204         Fix "Since" tags in the documentation.
1205
1206 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1207
1208         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1209
1210         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1211         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1212         Add support for souphttpsrc to act as a live source. This makes it
1213         possible to get timestamped buffers in combination with the
1214         "do-timestamp" property. Fixes bug #556019.
1215
1216 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1217
1218         * gst/autodetect/Makefile.am:
1219         * gst/autodetect/gstautoaudiosink.c:
1220         * gst/autodetect/gstautoaudiosrc.c:
1221         * gst/autodetect/gstautoaudiosrc.h:
1222         * gst/autodetect/gstautodetect.c:
1223         * gst/autodetect/gstautovideosink.c:
1224         * gst/autodetect/gstautovideosrc.c:
1225         * gst/autodetect/gstautovideosrc.h:
1226           Implement src plugins. Little code/string cleanup in the sinks.
1227           Fixes #523813.
1228
1229 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1230
1231         Patch by: Peter Kjellerstedt <pkj at axis com>
1232
1233         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1234         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1235         Fix a memory leak when pads are requested but the pipeline never
1236         goes into PLAYING.
1237
1238         Correctly remove request pads, no matter if they have collected
1239         data or not.
1240
1241         Fixes bug #557710.
1242
1243 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1244
1245         Patch by: <lrn1986 at gmail dot com>
1246
1247         * gst/udp/gstudpnetutils.h:
1248         Define the correct WINVER so getaddinfo() can be used when using
1249         mingw32. Fixes bug #557294.
1250
1251 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1252
1253         Patch by: <lrn1986 at gmail dot com>
1254
1255         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1256         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1257         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1258         Fix "argument type mismatch" compiler warnings on Windows.
1259         Fixes bug #557293.
1260
1261 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1262
1263         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1264         Don't calculate the filter coefficients for every single buffer
1265         but only when it's needed. Fixes bug #557260.
1266
1267 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1268
1269         * configure.ac:
1270         Back to development -> 0.10.11.1
1271
1272 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1273
1274         * gst-plugins-good.doap:
1275         Fix version number of 0.10.11 release in doap file
1276
1277 === release 0.10.11 ===
1278
1279 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1280
1281         * configure.ac:
1282           releasing 0.10.11, "Secondary Consideration"
1283
1284 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1285
1286         * configure.ac:
1287         Commit 0.10.10.4 pre-release
1288
1289 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1290
1291         * gst/avi/gstavimux.c:
1292         Fix VPRP chunk setup in avimux.
1293         Fixes: #556010
1294         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1295
1296 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1297
1298         * gst/videobox/gstvideobox.c:
1299         support dynamically changing properties in videobox
1300         Fixed: #557085
1301         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1302
1303 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1304
1305         * configure.ac:
1306         0.10.10.3 pre-release
1307
1308 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1309
1310         * tests/check/Makefile.am:
1311         Don't run the states test on pulsesrc and pulsesink
1312
1313 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1314
1315         * configure.ac:
1316         Commit 0.10.10.2 pre-release bump that actually went
1317         out on 2008-10-11
1318
1319 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1320
1321         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1322         Skip entries for streams that don't have a output pad yet, thereby
1323         avoiding calling pad functions with a NULL pad.
1324         Fixes #556424
1325
1326 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1327
1328         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1329         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1330         Remove problematic and useless refcount check.
1331         Fixes #556381
1332
1333 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1334
1335         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1336         Remove problematic and useless refcount check.
1337         Fixes #556381
1338
1339 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1340
1341         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1342         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1343         Cast some size_t arguments to guint to avoid compiler
1344         warnings on 64-bit systems.
1345
1346 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1347
1348         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1349         Return TRUE instead of FALSE from the event handler when we swallowed the
1350         event.
1351
1352 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1353
1354         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1355         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1356         Reset header state. Fixes #555321.
1357
1358 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1359
1360         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1361         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1362         * gst/avi/gstavidemux.h:
1363         For timestamping audio packets we need to take into account the
1364         amount of blocks in one entry using the blockalign. Fixes some sync
1365         issues with zero-padded audio blocks in the beginning of avi files.
1366
1367 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1368
1369         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1370         (gst_multi_file_src_query):
1371         Implement DEFAULT and BUFFER position queries. See #555260.
1372
1373 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1374
1375         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1376         Fix build for systems that don't have XDamage.
1377
1378 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1379
1380         * tests/examples/rtp/client-H263p.sdp:
1381         * tests/examples/rtp/client-H263p.sh:
1382         * tests/examples/rtp/server-VTS-H263p.sh:
1383         Add some more H263p server and client examples.
1384
1385 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1386
1387         * configure.ac::
1388           Depend on released versions of core and base.
1389
1390 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1391
1392         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1393         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1394         Return -1 instead of 0 in error cases. Fixes #554771.
1395
1396 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1397
1398         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1399         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1400         Stop leaking the cursor image.
1401         Unref the last_ximage and the cached cursor image on shutdown.
1402         Fixes #551570.
1403
1404 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1405
1406         * sys/v4l2/gstv4l2object.h:
1407         Getting the Class from an instance is not just a matter of casting it to
1408         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1409         instance. Fixes #549784.
1410
1411 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1412
1413         * configure.ac:
1414           Fix libs for linking directsound.
1415         * sys/directsound/gstdirectsoundsink.c:
1416           Fix buffer sizing to prevent racing the ringbuffer at startup.
1417           Add volume property.
1418
1419 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1420
1421         * ext/pulse/pulsesink.c:
1422         Fix problems with pulsesink randomly erroring with code 'OK' after a
1423         format change on the stream by waiting when disconnecting the stream.
1424
1425 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1426
1427         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1428         (gst_rtp_amr_depay_process):
1429         Mark DISCONT on output buffers when the marker bit signals a new talk
1430         spurt.
1431
1432         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1433         Set the marker bit for buffers with a DISCONT flag to signal a talk
1434         spurt.
1435
1436 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1437
1438         * gst/rtp/Makefile.am:
1439         * gst/rtp/gstrtp.c: (plugin_init):
1440         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1441         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1442         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1443         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1444         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1445         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1446         * gst/rtp/gstrtpmp4apay.h:
1447         Added MP4A-LATM payloader to match the depayloader.
1448
1449 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1450
1451         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1452         (gst_videomixer_sink_event):
1453         Handle segments a little better. Fixes #537361.
1454
1455 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1456
1457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1458         Don't assume the server supports PAUSE by default. Fixes #551048.
1459
1460 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1461
1462         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1463         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1464         Switch on the socket family to get the addrlen size right.
1465
1466 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1467
1468         Patch by: Daniel Franke <df at dfranke dot us>
1469
1470         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1471         OS X's bind() implementation is picky about its addrlen parameter and
1472         fails with EINVAL if it is larger than expected for the socket's address
1473         family. Set the length to the expected length instead. Fixes #553191.
1474
1475 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1476
1477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1478         Handle the case where we cannot do desribe or when the describe result
1479         does not contain a valid SDP message.
1480
1481 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1482
1483         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1484         Fix setting the qos.
1485
1486 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1487
1488         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1489         (gst_qtdemux_chain):
1490         Some 'broken' files out there have atom lengths of zero...
1491         which basically results in qtdemux consuming that atom again and again
1492         until the *end of night* !
1493         Detect that and emits an adequate element error message.
1494
1495 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1496
1497         * gst/interleave/Makefile.am:
1498         * gst/matroska/Makefile.am:
1499         Fix build flags order.
1500
1501         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1502         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1503         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1504         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1505         Format fixes.
1506
1507         * tests/check/elements/multifile.c:
1508         Pull in unistd.h
1509
1510 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1511
1512         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1513         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1514         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1515         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1516         (gst_rtp_mp4g_depay_change_state):
1517         * gst/rtp/gstrtpmp4gdepay.h:
1518         Handle interleaved streams by reordering AU in a queue.
1519
1520 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1521
1522         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1523         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1524         Change some of the ranges in the caps, mostly for the amount of bits we
1525         can use.
1526         Added a little bitstream parse and use it to parse the AU header fields.
1527         Check for malformed and wrongly sized packets better.
1528         Implement more header field parsing.
1529         Handle the size of fragmented packets correctly.
1530
1531 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1532
1533         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1534         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1535         Add mapping for 'tiff' => image/tiff
1536         Fixes #552213
1537
1538 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1539
1540
1541         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1542         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1543           Pretend to care about the result of write() which works around
1544           compiler warnings.
1545
1546 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1547
1548         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1549           Make sure the desired default values are actually set, not only
1550           registered as defaults (actual problem is that the stereo-specific
1551           values are only updated if channels==2, which is not the case yet
1552           when the object is created, so the default values for the
1553           mid-side-stereo and loose-mid-side-stereo settings are never
1554           set in _update_quality()). Makes flacenc create smaller files by
1555           default (for stereo input), and fixes #550791.
1556
1557 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1558
1559         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1560         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1561         (qtdemux_parse_trak), (qtdemux_video_caps):
1562         * gst/qtdemux/qtdemux.h:
1563         * gst/qtdemux/qtdemux_fourcc.h:
1564         * gst/qtdemux/qtdemux_types.c:
1565         Add support for video/mj2 mime-type and its additional atoms/boxes.
1566         Fixes #550646.
1567
1568 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1569
1570         * gst/debug/gsttaginject.c:
1571           Add warning when tags parameter is unparsable and give example for
1572           quoting in the docs.
1573
1574 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1575
1576         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1577         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1578         Add some alternative byteswapped mappings that seem to pop up sometimes.
1579         Fixes #550288.
1580
1581 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1582
1583         * po/LINGUAS:
1584         * po/POTFILES.in:
1585         * po/POTFILES.skip:
1586           Add 'ca' to LINGUAS; add some more files with translations and some
1587           files which should be ignored by translation tools.
1588
1589 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1590
1591         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1592         * ext/speex/gstspeexdec.h:
1593         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1594         * ext/speex/gstspeexenc.h:
1595         Use integer encoding and decoding functions instead of converting
1596         the integer input to float in the element. The libspeex integer
1597         functions are doing this for us already or, if libspeex was compiled
1598         in integer mode, they're doing everything using integer arithmetics.
1599         Also saves some copying around.
1600
1601 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1602
1603         * configure.ac:
1604           Fix --disable-external
1605
1606 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1607
1608         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1609         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1610         * ext/wavpack/gstwavpackenc.h:
1611         Handle non-zero start timestamps and stream discontinuities
1612         correctly. This only has an effect if we're muxing into
1613         a container format as the raw WavPack stream must contain
1614         continous sample numbers.
1615
1616 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1617
1618         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1619         Correct the timestamp and granulepos calculation by one Speex
1620         frame.
1621
1622 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1623
1624         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1625         Correctly take the granulepos from upstream if possible and
1626         correctly handle the granulepos in various calculations: the
1627         granulepos is the sample number of the _last_ sample in a frame, not
1628         the first.
1629
1630         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1631         (gst_speex_enc_encode), (gst_speex_enc_chain),
1632         (gst_speex_enc_change_state):
1633         * ext/speex/gstspeexenc.h:
1634         Handle non-zero start timestamps in the encoder and detect/handle
1635         stream discontinuities. Fixes bug #547075.
1636
1637 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1638
1639         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1640
1641         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1642         Fix compiler warnings caused by passing a string as format string
1643         instead of "%s" and then the string. This is only exposed by -Wformat=2
1644         as used by default on Ubuntu. Fixes bug #550015.
1645
1646 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1647
1648         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1649         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1650         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1651         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1652         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1653           (gst_ebml_read_element_length):
1654         * gst/matroska/matroska-demux.c:
1655           (gst_matroska_demux_check_subtitle_buffer):
1656           Make stuff compile with GST_DISABLE_GST_DEBUG.
1657
1658 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1659
1660         * gst/law/alaw.c:
1661         * gst/law/mulaw.c:
1662           Ref caps before passing to gst_pad_template_new(), since that takes
1663           ownership.
1664
1665 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1666
1667         Patch by: Mersad Jelacic <mersad at axis dot com>
1668
1669         * gst/multipart/multipartdemux.c:
1670         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1671         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1672         demuxer. Fixes #549551.
1673
1674 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1675
1676         * sys/osxaudio/gstosxaudiosink.c:
1677         (gst_osx_audio_sink_select_device):
1678         * sys/osxaudio/gstosxaudiosrc.c:
1679         (gst_osx_audio_src_create_ringbuffer),
1680         (gst_osx_audio_src_select_device):
1681         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1682         Fix the build on macosx.
1683
1684 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1685
1686         * gst/icydemux/gsticydemux.c:
1687           Small docs fix: in the example pipeline, we need to pass
1688           iradio-mode=true to the source, so the server actually sends
1689           an ICY stream.
1690
1691 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1692
1693         * sys/osxaudio/gstosxaudio.c:
1694           Oops. Revert more completely.
1695
1696 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1697
1698         * sys/osxaudio/gstosxaudio.c:
1699           Revert accidental element rename from testing.
1700
1701 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1702
1703         * gst-plugins-good.doap:
1704         Pull in 0.10.10 doap entry from release branch
1705
1706 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1707
1708         * configure.ac:
1709         Update version number to reflect 0.10.10 release from
1710         branch.
1711
1712 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1713
1714         * sys/osxaudio/Makefile.am:
1715         * sys/osxaudio/gstosxaudio.c:
1716         * sys/osxaudio/gstosxaudiosink.c:
1717         * sys/osxaudio/gstosxaudiosink.h:
1718         * sys/osxaudio/gstosxaudiosrc.c:
1719         * sys/osxaudio/gstosxaudiosrc.h:
1720         * sys/osxaudio/gstosxringbuffer.c:
1721         * sys/osxaudio/gstosxringbuffer.h:
1722           Rewrite caps setting and ring buffer initialisation.
1723           Previously we never told CoreAudio what format we were going to send it,
1724           so it only worked due to luck, and not at all on some hardware.
1725           Now we explicitly advertise what formats the hardware supports, and then
1726           configure the selected one correctly.
1727
1728 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1729
1730         * sys/v4l2/gstv4l2object.c:
1731         * sys/v4l2/gstv4l2src.c:
1732         * sys/v4l2/gstv4l2src.h:
1733         * sys/v4l2/v4l2_calls.c:
1734         * sys/v4l2/v4l2src_calls.c:
1735           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1736           need to memset instance structures. Some more FIXME's and comments.
1737
1738 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1739
1740         * tests/icles/.cvsignore:
1741           Ignore more.
1742
1743 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1744
1745         * gst/goom/.cvsignore:
1746         * gst/goom2k1/.cvsignore:
1747           Ignore files.
1748
1749 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1750
1751         * ext/cairo/gsttextoverlay.c:
1752           Fix compiler warning.
1753
1754 2008-08-25  David Schleef  <ds@schleef.org>
1755
1756         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1757
1758 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1759
1760         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1761         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1762         * gst/matroska/matroska-mux.c:
1763         (gst_matroska_mux_video_pad_setcaps),
1764         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1765         Add Real[Audio|Video] support to Matroska containers.
1766         It works fine for:
1767         * decoding real audio/video streams contained in mkv
1768         * 'transmuxing' real (.rm) files into .mkv files
1769         It will not work though for encoding real[audio/video] streams that
1770         don't contain the 'mdpr_data' extra data on the caps.
1771         The reason why this will not work is because I never intended to
1772         duplicate virtually all the 'mdpr' block creation into mkvmux.
1773         Fixes #536067
1774
1775 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1776
1777         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1778         * gst/law/mulaw-conversion.c:
1779         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1780         (gst_mulawenc_chain):
1781         The encoder can't really renegotiate at the time they perform a
1782         pad-alloc so make the srcpads use fixed caps.
1783         Check the buffer size after a pad-alloc because the returned size might
1784         not be right when the downstream element does not know the size of the
1785         new buffer (capsfilter). Fixes #549073.
1786
1787 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1788
1789         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1790
1791         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1792         v4l2src doesn't have a property named "norm" so don't try to notify
1793         about changes to that property. The "norm" property and related
1794         code are commented out currently. Fixes bug #549090.
1795
1796 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1797
1798         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1799
1800         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1801         Reprobe devices again instead of taking a cached list as new
1802         devices could've been plugged in. Fixes bug #549062.
1803
1804 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1805
1806         * gst/autodetect/Makefile.am:
1807         Don't link the autodetect plugin with GConf as it doesn't
1808         use GConf. Fixes bug #545463.
1809
1810 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1811
1812         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1813         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1814         (gst_ebml_read_sint), (gst_ebml_read_float),
1815         (gst_ebml_read_header):
1816         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1817         possible to ignore errors and not post any ERROR messages on
1818         the bus.
1819
1820         * gst/matroska/matroska-demux.c:
1821         (gst_matroska_demux_parse_contents):
1822         Ignore any errors and not just EOS when parsing the contents of
1823         a SeekHead. Errors here are usually caused by truncated files
1824         and playback of the file works fine. Fixes playback of the
1825         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1826         archive.
1827
1828 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1829
1830         * gst/multipart/multipartdemux.c:
1831         * gst/multipart/multipartmux.c:
1832         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1833
1834 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1835
1836         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1837           gst_directdraw_sink_bufferpool_clear):
1838           Fix two more buffer ref leaks.
1839
1840 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1841
1842         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1843
1844         * sys/directdraw/gstdirectdrawsink.c:
1845           (gst_directdraw_sink_show_frame):
1846           Fix buffer ref leak.
1847
1848 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1849
1850         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1851         Revert the last commit. wavenc still supports width!=depth for 32 bit
1852         width. Thanks Tim.
1853
1854 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1855
1856         * gst/matroska/matroska-demux.c:
1857         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1858         If the duration of a block is unknown only use the timestamp for the
1859         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1860         laces. Otherwise every lace has the same timestamp which leads to
1861         various problems. Really fixes bug #548831.
1862
1863 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1864
1865         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1866         If we're not allowing width!=depth in wavenc we should also disable
1867         the code that was added to support width!=depth.
1868
1869 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1870
1871         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1872         Don't calculate the default duration of a frame from the audio sampling
1873         rate. This only works for raw audio if every frame contains a single
1874         sample and results in broken buffer durations for other formats
1875         if no specified default duration is given or the blocks have no
1876         duration. Fixes bug #548831.
1877
1878 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1879
1880         * gst/matroska/matroska-demux.c:
1881         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1882         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1883         are used for text/plain subtitles as a gap-filler in some files.
1884
1885 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1886
1887         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1888         (gst_v4l2_get_caps_info):
1889         Add S910 and PWC formats with a low priority.
1890
1891         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1892         (gst_v4l2src_probe_caps_for_format):
1893         Add more debugging.
1894
1895 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1896
1897         * ext/flac/gstflacenc.c:
1898           Fix compilation against older libflac versions.
1899
1900 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1901
1902         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1903         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1904         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1905         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1906         (gst_pulsemixer_ctrl_set_volume):
1907         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1908         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1909         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1910         (gst_pulsesink_init), (gst_pulsesink_open),
1911         (gst_pulsesink_prepare), (gst_pulsesink_write),
1912         (gst_pulsesink_delay), (gst_pulsesink_reset):
1913         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1914         (gst_pulsesrc_init):
1915         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1916         Fix a locking issue in pulsesink's prepare function.
1917
1918         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1919         Check if the created channel layout is valid for GStreamer.
1920
1921 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1922
1923         * gst/rtsp/gstrtspgoogle.c:
1924         Things that can happen when your brain is in google mode trying to
1925         deal with their google rtsp server extensions and trying to type your
1926         google mail account.
1927
1928 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1929
1930         * gst/rtsp/Makefile.am:
1931         * gst/rtsp/gstrtsp.c: (plugin_init):
1932         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1933         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1934         (_do_init), (gst_rtsp_google_base_init),
1935         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1936         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1937         (gst_rtsp_google_extension_init):
1938         * gst/rtsp/gstrtspgoogle.h:
1939         Add google RTSP extension, it can only handle udp and responds with
1940         unsupported if we do anything else. Fixes #546465.
1941
1942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1943         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1944         (gst_rtspsrc_create_transports_string),
1945         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1946         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1947         Make transport setup code a bit better using GString.
1948         Add some more debug.
1949         Check for closed connections before doing anything on them.
1950
1951 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1952
1953         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1954         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1955         (gst_pulsesrc_prepare):
1956         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1957         (gst_pulse_channel_map_to_gst):
1958         * ext/pulse/pulseutil.h:
1959         If downstream provides no channel layout and >2 channels should be
1960         used use the default layout that pulseaudio chooses and also
1961         add this layout to the caps. Fixes bug #547258.
1962
1963 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1964
1965         Patch by: Peter Kjellerstedt <pkj at axis com>
1966
1967         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1968         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1969         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1970         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1971         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1972         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1973         (gst_udpsrc_set_property):
1974         Avoid leaking internally allocated file descriptors when setting
1975         custom file descriptors. Fixes #543101.
1976
1977 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1978
1979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1980         Don't try to configure RTCP back to the server when the server did not
1981         give us a valid port number.
1982
1983 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1984
1985         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1986         Use new basetransform method to renegotiate. Fixes #544956.
1987
1988         * tests/icles/Makefile.am:
1989         * tests/icles/videobox-test.c: (make_pipeline), (main):
1990         Add videobox renegotiation example.
1991
1992 2008-08-19  David Schleef  <ds@schleef.org>
1993
1994         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1995         with sane values.  Fixes #548530.
1996
1997 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1998
1999         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2000         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2001         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2002         are already filled with the correct values by
2003         gst_ring_buffer_parse_caps() so there's no need to set them again
2004         with wrong values.
2005
2006 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2007
2008         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2009         (gst_avi_demux_read_subindexes_push):
2010         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2011         and instead of using the 'ix##' nomenclature, use '##ix'.
2012         They're still valid though, this fixes the duration and indexes for
2013         virtually all the ODML files I have.
2014
2015 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2016
2017         Patch by: Olivier Crete <tester at tester dot ca>
2018
2019         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2020         (gst_rtp_vorbis_depay_process):
2021         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2022         Update the vorbis RTP pay/depay to RFC 5215.
2023         Fixes #547842.
2024
2025 2008-08-14  David Schleef  <ds@schleef.org>
2026
2027         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2028           with 3:2 pulldown, i.e., 24p.
2029
2030 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2031
2032         * tests/check/elements/level.c: (GST_START_TEST):
2033         Fix compilation some more.
2034
2035 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2036
2037         * configure.ac::
2038           Require -base CVS for wavparse acid chunk parsing.
2039
2040 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2041
2042         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2043         (gst_pulsesink_init), (gst_pulsesink_finalize),
2044         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2045         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2046         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2047         * ext/pulse/pulsesink.h:
2048         Add "device-name" property to pulsesink too and currently commented
2049         out and not working support for a "volume" property.
2050
2051 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2052
2053         * configure.ac:
2054         Remove more cdio stuff (moved to ugly)
2055
2056 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2057
2058         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2059
2060         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2061         (gst_pulsesrc_get_property):
2062         Add "device-name" property, which provides a human readable string
2063         for the audio device, to make it more consisten with other audio
2064         sources. Fixes bug #547519.
2065
2066 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2067
2068         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2069         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2070         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2071         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2072         * ext/pulse/pulsemixerctrl.h:
2073         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2074         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2075         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2076         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2077         * ext/pulse/pulseprobe.h:
2078         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2079         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2080         (gst_pulsesrc_change_state):
2081         Improve debugging a bit by including the parent object in pulsemixerctrl
2082         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2083         GST_WARNING.
2084
2085         Use the parent GObject subclass instead of a random struct as GObject
2086         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2087         when probing for another property than "device".
2088
2089 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2090
2091         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2092
2093         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2094         Fix property probing after the device property is set by calling
2095         set_server when the server property changes. Fixes bug #547518.
2096
2097 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2098
2099         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2100
2101         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2102         (gst_pulsesink_implements_interface_init),
2103         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2104         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2105         (gst_pulsesink_get_type):
2106         * ext/pulse/pulsesink.h:
2107         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2108         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2109         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2110         * ext/pulse/pulsesrc.h:
2111         Implement GstPropertyProbe interface on pulsesink for detecting
2112         sink devices and on pulsesrc for detecting source devices.
2113         Fixes bugs #547227 and #547217.
2114
2115 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2116
2117         * gst/spectrum/gstspectrum.c:
2118           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2119
2120 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2121
2122         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2123         Properly set the maximum latency value, in the same way it is done in
2124         v4lsrc.
2125         * sys/v4l2/v4l2src_calls.c:
2126         Simplify fraction equality check, no need to use GValues for this.
2127
2128 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2129
2130         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2131         Add warning messages stating exactly why the latency query failed.
2132         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2133         In some cases, the negotiated framerate might be the default one which
2134         is already set internally. But we still need to mark it down in fps_n
2135         and fps_d so that the latency query can happen properly.
2136
2137 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2138
2139         * docs/plugins/inspect/plugin-1394.xml:
2140         Whoops, forgot one doc file for people who can't/don't build the
2141         raw1394 plugin.
2142
2143 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2144
2145         * docs/plugins/Makefile.am:
2146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2148         * docs/plugins/inspect/plugin-cdio.xml:
2149         * ext/Makefile.am:
2150         * ext/cdio/Makefile.am:
2151         * ext/cdio/gstcdio.c:
2152         * ext/cdio/gstcdio.h:
2153         * ext/cdio/gstcdiocddasrc.c:
2154         * ext/cdio/gstcdiocddasrc.h:
2155
2156         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2157         CDDA source to -ugly.
2158
2159         * po/LINGUAS:
2160         * po/POTFILES.in:
2161         * po/id.po:
2162         Pull in new translation from 0.10.9.2 release branch.
2163
2164 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2165
2166         * docs/plugins/Makefile.am:
2167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2168         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2169         * docs/plugins/gst-plugins-good-plugins.args:
2170         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2171         * docs/plugins/gst-plugins-good-plugins.interfaces:
2172         Integrate documentation for new hdv1394src element.
2173
2174 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2175
2176         * ext/raw1394/Makefile.am:
2177         * ext/raw1394/gst1394.c: (plugin_init):
2178         * ext/raw1394/gsthdv1394src.c: (_do_init),
2179         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2180         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2181         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2182         (gst_hdv1394src_from_raw1394handle),
2183         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2184         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2185         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2186         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2187         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2188         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2189         (gst_hdv1394src_uri_handler_init):
2190         * ext/raw1394/gsthdv1394src.h:
2191         mpeg2-ts (HDV) variant of firewire capture element.
2192         Fixes #350830
2193
2194 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2195
2196         * gst/level/gstlevel.c: (gst_level_message_new):
2197          Fix compilation (also known as the classic 'fix code that someone
2198          committed without compiling it first').
2199
2200 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2201
2202         * tests/check/elements/level.c:
2203           Add a test for level in stereo mode.
2204
2205 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2206
2207         * tests/examples/spectrum/demo-audiotest.c:
2208         * tests/examples/spectrum/demo-osssrc.c:
2209           Demo how to draw analyzer results synced to the clock.
2210
2211 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * gst/level/gstlevel.c:
2214           Little renaming (l -> level).
2215
2216         * gst/spectrum/gstspectrum.c:
2217         * gst/spectrum/gstspectrum.h:
2218           Also send full timestamp/duration details here.
2219
2220 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2221
2222         * gst/level/gstlevel.c:
2223         * gst/level/gstlevel.h:
2224           Send same timestamp/duration details as videoanalysis. This gives
2225           applications better chance to sync analysis results with playback.
2226
2227 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2228
2229         * gst/matroska/matroska-mux.c:
2230         (gst_matroska_mux_handle_sink_event),
2231         (flac_streamheader_to_codecdata):
2232         We need to drop one additional buffer for FLAC as the fLaC
2233         marker and STREAMINFO block are merged into one buffer in the caps.
2234
2235         Also don't pretend to support NEWSEGMENT events, otherwise we
2236         will most probably write some invalid data.
2237
2238 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2239
2240         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2241         (gst_matroska_mux_audio_pad_setcaps):
2242         Add support for muxing FLAC into Matroska containers.
2243         Fixes bug #311586.
2244
2245 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2246
2247         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2248         Actually provide the variables required for the format string.
2249
2250 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2251
2252         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2253         (gst_matroska_demux_element_send_event),
2254         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2255         * gst/matroska/matroska-demux.h:
2256         Close the current segment if we're doing a non-flushing seek and send
2257         the close-segment and the new segment of the seek from the streaming
2258         thread.
2259
2260 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2261
2262         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2263         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2264         (gst_flac_enc_change_state):
2265         * ext/flac/gstflacenc.h:
2266         Handle non-zero start timestamps correctly, mark header packets as
2267         IN_CAPS and print a warning and suggest using audiorate if stream
2268         discontinuities are detected. When FLAC supports flushing the encoder
2269         somehow this should be done for discontinuities instead.
2270
2271         Remove some unused variables from the instance struct.
2272
2273 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2274
2275         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2276         If seeking failed return the appropiate return value to FLAC.
2277         Otherwise it thinks seeking was successfull and tries to rewrite
2278         parts of the headers which then get appended to the output.
2279
2280 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2281
2282         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2283
2284         * ext/esd/gstesd.c: (plugin_init):
2285         * ext/flac/gstflac.c: (plugin_init):
2286         * ext/shout2/gstshout2.c: (plugin_init):
2287         * ext/wavpack/gstwavpack.c: (plugin_init):
2288         * sys/oss/gstossaudio.c: (plugin_init):
2289         * sys/v4l2/gstv4l2.c: (plugin_init):
2290         Make sure gettext returns translations in UTF-8 encoding rather
2291         than in the current locale encoding (#546822).
2292
2293 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2294
2295         * ext/flac/gstflacdec.c:
2296         Add FIXME for 0.11 to simply output everything with width=32 as given
2297         by FLAC and let audioconvert handle the conversions instead of doing
2298         them in flacdec.
2299
2300 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2301
2302         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2303         When outputting a pad template range for the size, include a framerate
2304         range too, to avoid 'not a real subset of template caps' errors.
2305
2306 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2307
2308         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2309
2310         * ext/flac/Makefile.am:
2311         * ext/flac/gstflac.c: (plugin_init):
2312         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2313         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2314         (gst_flac_tag_dispose), (gst_flac_tag_init),
2315         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2316         (gst_flac_tag_change_state):
2317         * ext/flac/gstflactag.h:
2318         Port flactag to 0.10, add documentation for it and clean it up a bit.
2319         Fixes bug #413841.
2320
2321         * docs/plugins/Makefile.am:
2322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2324         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2325         * docs/plugins/gst-plugins-good-plugins.interfaces:
2326         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2327         * docs/plugins/inspect/plugin-flac.xml:
2328         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2329         * ext/flac/gstflacdec.h:
2330         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2331         * ext/flac/gstflacenc.h:
2332         Add flactag and flacenc to the documentation and mark
2333         the private parts of the flacdec instance structure as private.
2334
2335         Also use gst_element_class_set_details_simple() in flacdec and
2336         flacenc.
2337
2338 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2339
2340         * gst/qtdemux/qtdemux.c:
2341           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2342           for it but ffmpeg does not.
2343
2344 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2345
2346         * gst/wavparse/gstwavparse.c:
2347           Handle the list chunk and use gst_riff_parse_info() to parse the info
2348           sub-chunk.
2349
2350 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2351
2352         * gst/wavparse/gstwavparse.c:
2353           Handle the acid chunk and send tempo as part of tags. Other fields are
2354           interesting too, but need more tag-definitions. Fixes #545433.
2355
2356 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2357
2358         * gst/wavparse/gstwavparse.c:
2359           Refactor wavparse. Call _reset() from dispose() and move old code from
2360           dispose into reset. This way we don't leak taglists when we abort
2361           parsing. Fix some comments. Move code for skipping a chunk into extra
2362           function. Replace chunk sizes with a const to ease readability.         
2363
2364 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2365
2366         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2367
2368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2369         Improve udp port setup. Fixes #545710.
2370
2371 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2372
2373         * gst/rtp/Makefile.am:
2374         * gst/rtp/gstrtp.c: (plugin_init):
2375         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2376         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2377         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2378         (gst_rtp_mp1s_depay_set_property),
2379         (gst_rtp_mp1s_depay_get_property),
2380         (gst_rtp_mp1s_depay_change_state),
2381         (gst_rtp_mp1s_depay_plugin_init):
2382         * gst/rtp/gstrtpmp1sdepay.h:
2383         Add MP1S depayloader.
2384
2385         * gst/rtsp/URLS:
2386         Some more sample rtsp streams.
2387
2388 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2389
2390         * gst/rtsp/URLS:
2391         Add another URL.
2392
2393         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2394         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2395         Add some more debug info.
2396
2397 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2398
2399         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2400         Provide cbSize field for audio extra_data size, and take care to
2401         pad extra_data.
2402
2403 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2404
2405         * gst/qtdemux/qtdemux.c:
2406           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2407           TRUE.
2408
2409 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2410
2411         * gst/qtdemux/qtdemux.c:
2412         * gst/qtdemux/qtdemux_fourcc.h:
2413           Add keyword tag support. Fixes #520694 for qtdemux.
2414
2415 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2416
2417         * gst/qtdemux/qtdemux.c:
2418           Add support for tmpo tag (BPM).
2419
2420 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2421
2422         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2423         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2424         Set an estimate for the total number of samples that will be encoded
2425         if possible to help decoders if the streaminfo can't be rewritten
2426         later (like when muxing into Ogg containers).
2427
2428         Add a warning if we get header packets after data packets as those
2429         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2430         work.
2431
2432 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2433
2434         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2435         (gst_flac_dec_write):
2436         Support decoding of all depths between 4 and 32 bits and read the
2437         depth from the streaminfo header if needed. Also support all sampling
2438         rates between 1 and 655350 Hz.
2439
2440         * ext/flac/gstflacenc.c:
2441         (gst_flac_enc_caps_append_structure_with_widths),
2442         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2443         (gst_flac_enc_chain):
2444         * ext/flac/gstflacenc.h:
2445         Support encoding in all bit depths supported by the streamable
2446         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2447         between 1 Hz and 655350 Hz.
2448
2449 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2450
2451         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2452         (gst_flac_enc_sink_getcaps):
2453         Support encoding of up to 8 channels.
2454
2455 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2456
2457         * ext/soup/gstsouphttpsrc.c:
2458         * ext/soup/gstsouphttpsrc.h:
2459         Fix seeking race condition in #540300
2460         Patch By: Wouter Cloetens  <wouter at mind be>
2461
2462 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2463
2464         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2465         (gst_matroska_demux_element_send_event),
2466         (gst_matroska_demux_handle_seek_event),
2467         (gst_matroska_demux_handle_src_event):
2468         When receiving a SEEK event on a specific pad first search for a seek
2469         table entry for the stream of the pad and then fall back to an entry
2470         for a different stream.
2471
2472 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         * configure.ac:
2475         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2476         * gst/matroska/matroska-ids.h:
2477         Build depend on core CVS for the attachment tag.
2478
2479 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2480
2481         * configure.ac:
2482         * gst/matroska/Makefile.am:
2483         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2484         (copy_backptr), (lzo1x_decode), (main):
2485         * gst/matroska/lzo.h:
2486         * gst/matroska/matroska-demux.c:
2487         (gst_matroska_demux_read_track_encoding),
2488         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2489         (gst_matroska_decode_buffer),
2490         (gst_matroska_decode_content_encodings),
2491         (gst_matroska_demux_read_track_encodings),
2492         (gst_matroska_demux_add_stream),
2493         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2494         * gst/matroska/matroska-ids.h:
2495         Decode the codec private data and following ContentEncoding if
2496         necessary.
2497
2498         Support bzip2, lzo and header stripped compression. For lzo use the
2499         ffmpeg lzo implementation as liblzo is GPL licensed.
2500         
2501         Fix zlib decompression.
2502
2503 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2504
2505         * gst/matroska/matroska-mux.c:
2506         (gst_matroska_mux_audio_pad_setcaps):
2507         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2508         duration of a frame with the new mpegaudioversion caps field.
2509
2510 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2511
2512         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2513         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2514         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2515         (gst_matroska_demux_stream_from_num),
2516         (gst_matroska_demux_tracknumber_unique),
2517         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2518         (gst_matroska_demux_handle_seek_event),
2519         (gst_matroska_demux_sync_streams),
2520         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2521         (gst_matroska_demux_loop):
2522         * gst/matroska/matroska-demux.h:
2523         Allow an infinite number of stream inside Matroska containers and use
2524         a GPtrArray for storing them instead of allowing "only" 127 streams.
2525
2526 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2527
2528         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2529         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2530         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2531         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2532         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2533         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2534         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2535         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2536         (gst_ebml_read_master), (gst_ebml_read_binary),
2537         (gst_ebml_read_header):
2538         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2539         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2540         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2541         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2542         (gst_ebml_replace_uint):
2543         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2544         (gst_matroska_demux_read_track_encoding),
2545         (gst_matroska_demux_read_track_encodings),
2546         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2547         (gst_matroska_demux_send_event),
2548         (gst_matroska_demux_element_send_event),
2549         (gst_matroska_demux_handle_seek_event),
2550         (gst_matroska_demux_handle_src_event),
2551         (gst_matroska_demux_init_stream),
2552         (gst_matroska_demux_parse_tracks),
2553         (gst_matroska_demux_parse_index_cuetrack),
2554         (gst_matroska_demux_parse_index_pointentry),
2555         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2556         (gst_matroska_demux_parse_metadata_id_simple_tag),
2557         (gst_matroska_demux_parse_metadata_id_tag),
2558         (gst_matroska_demux_parse_metadata),
2559         (gst_matroska_demux_parse_attached_file),
2560         (gst_matroska_demux_parse_attachments),
2561         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2562         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2563         (gst_matroska_demux_push_flac_codec_priv_data),
2564         (gst_matroska_demux_push_xiph_codec_priv_data),
2565         (gst_matroska_demux_push_dvd_clut_change_event),
2566         (gst_matroska_demux_add_mpeg_seq_header),
2567         (gst_matroska_demux_add_wvpk_header),
2568         (gst_matroska_demux_check_subtitle_buffer),
2569         (gst_matroska_decode_buffer),
2570         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2571         (gst_matroska_demux_parse_cluster),
2572         (gst_matroska_demux_parse_contents_seekentry),
2573         (gst_matroska_demux_parse_contents),
2574         (gst_matroska_demux_loop_stream_parse_id),
2575         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2576         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2577         (gst_matroska_demux_subtitle_caps),
2578         (gst_matroska_demux_change_state):
2579         * gst/matroska/matroska-ids.c:
2580         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2581         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2582         (gst_matroska_mux_video_pad_setcaps),
2583         (xiph3_streamheader_to_codecdata),
2584         (vorbis_streamheader_to_codecdata),
2585         (theora_streamheader_to_codecdata),
2586         (gst_matroska_mux_audio_pad_setcaps),
2587         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2588         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2589         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2590         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2591         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2592         Fix indention everywhere. A broken indent version has added newlines
2593         after every single declaration some time ago.
2594
2595 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2596
2597         * gst/matroska/matroska-demux.c:
2598         (gst_matroska_demux_loop_stream_parse_id):
2599         If no Tracks are found error out instead of trying it again until the
2600         end of time.
2601
2602 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2603
2604         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2605         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2606         bit and signed otherwise, not the other way around.
2607
2608 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2609
2610         * gst/matroska/matroska-mux.c:
2611         Add more raw YUV formats to the list of supported formats.
2612
2613 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2614
2615         * gst/matroska/matroska-mux.c:
2616         (gst_matroska_mux_audio_pad_setcaps):
2617         Add support for muxing raw float audio now that the spec defines the
2618         endianness and add support for muxing raw integer audio with 24 and
2619         32 bits.
2620
2621         Allow muxing of more than 8 audio channels.
2622
2623 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2624
2625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2626         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2627         Add locking to the global array of used track UIDs to prevent random
2628         crashes if more than a single matrosmux instance is used.
2629
2630         Use 64 bit values for the track UIDs.
2631
2632         Use the global GRandom of GLib instead of creating our own one
2633         for the few random numbers we need every single time.
2634
2635 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2636
2637         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2638         (gst_flac_dec_setup_stream_decoder),
2639         (gst_flac_dec_update_metadata):
2640         Always post the audio-codec tag, not only if other tags are present.
2641
2642 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2643
2644         * configure.ac:
2645         Back to development -> 0.10.9.1
2646
2647 === release 0.10.9 ===
2648
2649 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2650
2651         * configure.ac:
2652           releasing 0.10.9, "Steam Train Rolling"
2653
2654 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2655
2656         * ext/soup/gstsouphttpsrc.c:
2657         Don't throw an error when soup completes a msg with status
2658         'cancelled', as that indicates we cancelled a request while
2659         shutting down or seeking, and it's not an error.
2660         Fixes: #540300 again.
2661
2662 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2663
2664         * configure.ac:
2665         0.10.8.4 pre-release
2666
2667 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2668
2669         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2670         Fix segment-stop regression.
2671         Add documentation regarding segments in quicktime files by Wim Taymans.
2672         Fixes #544509
2673
2674 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2675
2676         * configure.ac:
2677         0.10.8.3 pre-release
2678
2679         * po/LINGUAS:
2680         * po/pt_BR.po:
2681         Add pt_BR translation
2682
2683 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2684
2685         * gst/goom/convolve_fx.c:
2686         * gst/goom/filters.c:
2687         * gst/goom/goom_config.h:
2688         * gst/goom/goom_core.c:
2689         * gst/goom/goom_tools.h:
2690           Fix build with MSVC: include glib.h to define inline appropriately,
2691           use header guards where needed.
2692         * gst/udp/gstudpnetutils.c:
2693         * gst/udp/gstudpsrc.c:
2694           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2695           g_snprintf rather than snprintf.
2696           Fixes #544433.
2697
2698 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2699
2700         * gst/debug/gsttaginject.c:
2701         * gst/debug/gsttaginject.h:
2702           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2703           partially.
2704
2705 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2706
2707         * configure.ac:
2708         0.10.8.2 pre-release
2709
2710 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2711
2712         * ext/Makefile.am:
2713         Finish hooking up pulseaudio plugin to the build.
2714
2715         * ext/pulse/pulsemixerctrl.c:
2716         Fix compilation error.
2717
2718 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2719
2720         * po/LINGUAS:
2721         * po/lt.po:
2722         Add new lithunian translation, and add french to the LINGUAS
2723         file.
2724
2725 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2726
2727         * ext/soup/gstsouphttpsrc.c:
2728         Fix Soup HTTP source seeking.
2729         Patch By: Wouter Cloetens  <wouter at mind be>
2730         Fixes: #540300
2731
2732         * tests/check/elements/.cvsignore:
2733         Ignore new check programs.
2734
2735 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2736
2737         * configure.ac:
2738         * docs/plugins/Makefile.am:
2739         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2740         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2741         * docs/plugins/gst-plugins-good-plugins.args:
2742         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2743         * docs/plugins/gst-plugins-good-plugins.interfaces:
2744         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2745         * docs/plugins/inspect/plugin-interleave.xml:
2746         * docs/plugins/inspect/plugin-replaygain.xml:
2747         * tests/check/Makefile.am:
2748
2749         Move replaygain and interleave plugins from -bad.
2750         Fixes: #543406
2751         Fixes: #536228
2752
2753 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2754
2755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2756         (qtdemux_parse_trak):
2757         Revert ISO base media spec based pixel-aspect-ratio calculation.
2758         Fixes #543300.
2759
2760 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2761
2762         * sys/osxvideo/osxvideosink.m:
2763         Fix minor build issues on macosx.
2764         Fixes #543054
2765
2766 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2767
2768         * configure.ac::
2769         * ext/taglib/Makefile.am::
2770           Only use -Wno-attributes (which is there to work around a
2771           bug in the taglib 1.5 headers) if the c++ compiler actually
2772           supports it (#543255).
2773
2774 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2775
2776         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2777
2778         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2779           Avoid compiler warning by initialising variable to NULL (#543259).
2780
2781 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2782
2783         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2784         Don't pass NULL taglists to gst_tag_list_is_empty().
2785
2786 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2787
2788         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2789         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2790         (rtp_pipeline_run):
2791         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2792         Don't use declarations after statements.
2793
2794 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2795
2796         * ext/jpeg/gstjpegdec.c:
2797         Align documentation with reality.
2798
2799 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2800
2801         * gst/udp/gstudpnetutils.c:
2802         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2803         old value (1) if it's not defined which should not cause any problems
2804         as we're using it internal only anyway.
2805
2806 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2807
2808         Patch by: Alessandro Decina <alessandro at nnva dot org>
2809
2810         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2811         Fix build of avidemux on big endian architectures.
2812
2813 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2814
2815         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2816
2817         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2818         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2819
2820 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2821
2822         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2823         (qtdemux_parse_trak):
2824         Set pixel-aspect-ratio in caps using display width and height
2825         provided in track.
2826
2827 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2828
2829         * configure.ac:
2830         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2831         flags that are invalid for C++. Fixes bug #516509.
2832
2833 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2834
2835         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2836         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2837         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2838         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2839         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2840         * tests/examples/equalizer/demo.c: (message_handler):
2841         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2842         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2843         Don't use declarations after statements and variable length arrays.
2844
2845 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2846
2847         Patch by: Daniel Drake <dsd at gentoo dot org>
2848
2849         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2850         (gst_v4l2src_get_nearest_size):
2851         Try progressive video if interlaced fails. Fixes bug #541956
2852         and the usage of v4l2src on OLPC.
2853
2854 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2855
2856         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2857         (gst_rtp_speex_depay_process):
2858         * gst/rtp/gstrtpspeexdepay.h:
2859         Revert last change: Only the jitterbuffer is able to convert RTP to
2860         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2861         Reopens bug #541787.
2862
2863 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2864
2865         * gst/rtp/gstrtpvrawdepay.c:
2866           Include stdlib.h for atoi().
2867
2868         * gst/rtsp/gstrtspsrc.c:
2869           Use floating point math for latencies < 0 sec in log output.
2870
2871 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2872
2873         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2874
2875         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2876         (gst_rtp_speex_depay_process):
2877         * gst/rtp/gstrtpspeexdepay.h:
2878         Take timestamp from the RTP packet as a first step to fix problems
2879         with transmission over RTP when the network is not reliable.
2880         Fixes bug #541787.
2881
2882 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2883
2884         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2885
2886         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2887         Fix parsing of udp:// URIs containing IPv6 addresses.
2888         Fixes bug #541650.
2889
2890 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2891
2892         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2893         Do not leak incoming buffers.
2894
2895 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2896
2897         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2898
2899         * configure.ac:
2900         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2901         for htons() and htonl(). Fixes bug #541412.
2902
2903 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2904
2905         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2906         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2907         (gst_matroska_demux_element_query),
2908         (gst_matroska_demux_handle_src_query),
2909         (gst_matroska_demux_handle_seek_event):
2910         Handle position and duration query in DEFAULT format if the
2911         pad's track has a default frame duration set.
2912
2913         Fix seeking now that the segment's duration doesn't contain the
2914         (possibly wrong or inaccurate) duration of the Matroska file.
2915
2916 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2917
2918         * gst/matroska/ebml-read.c: (_ext2dbl):
2919         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2920         in math.h except on MSVC where it is defined in xmath.h.
2921         Fixes compilation with MSVC.
2922
2923 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2924
2925         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2926         (gst_matroska_demux_handle_src_query),
2927         (gst_matroska_demux_parse_info),
2928         (gst_matroska_demux_loop_stream_parse_id):
2929         * gst/matroska/matroska-demux.h:
2930         Don't set the segment duration to the duration from the Matroska
2931         header as this value could be wrong and is just informational.
2932
2933 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2934
2935         * gst/matroska/matroska-demux.c:
2936         (gst_matroska_demux_loop_stream_parse_id):
2937         If no Tracks element is found until the first Cluster is found
2938         search it and error out if none is found in the complete file.
2939
2940 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2941
2942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2943         Resync non-subtitle tracks too if a too large gap compared to other
2944         tracks is detected.
2945
2946 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2947
2948         * gst/rtp/Makefile.am:
2949         * gst/rtp/gstrtp.c: (plugin_init):
2950         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2951         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2952         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2953         (gst_rtp_vraw_depay_change_state),
2954         (gst_rtp_vraw_depay_plugin_init):
2955         * gst/rtp/gstrtpvrawdepay.h:
2956         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2957         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2958         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2959         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2960         (gst_rtp_vraw_pay_plugin_init):
2961         * gst/rtp/gstrtpvrawpay.h:
2962         Add raw video pay and depayloaders, see RFC4175.
2963
2964 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2965
2966         * ext/libpng/gstpngdec.c:
2967         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2968         whatever it returned.
2969
2970 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2971
2972         * gst/avi/avi-ids.h:
2973         Add vprp chunk related structures.
2974         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2975         (gst_avi_demux_parse_stream):
2976         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2977         to caps.  Fixes #539482.
2978         * gst/avi/gstavimux.h:
2979         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2980         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2981         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2982
2983 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2984
2985         * tests/check/elements/avimux.c: (check_avimux_pad):
2986         Adjust avimux unit test according to increased streamheader size.
2987
2988 2008-06-27  David Schleef  <ds@schleef.org>
2989
2990         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2991
2992 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2993
2994         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2995         * gst/avi/gstavimux.h:
2996         Add 8 bytes to current streamheader to make for a complete one
2997         and to make more players happy.  Fixes #519460.
2998
2999 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3000
3001         * sys/v4l2/v4l2_calls.c::
3002           Don't include unused gstv4l2xoverlay.h. Fixes build
3003           in case where X11 headers are not installed.
3004
3005 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3006
3007         * ext/dv/gstdv.c: (plugin_init):
3008         Fix compilation.
3009
3010 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3011
3012         * ext/dv/gstdv.c: (plugin_init):
3013         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3014         DV decoder available.
3015         Fixes #532393
3016
3017 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3018
3019         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3020         Call getsockname() after the call to bind() to get updated values
3021         for the port, etc. This fixes the usage of udpsrc on anonymous
3022         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3023         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3024
3025 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3026
3027         * tests/check/pipelines/wavpack.c: (bus_handler):
3028         Remove workaround for a bug in identity that is fixed in 0.10.20.
3029
3030 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3031
3032         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3033
3034         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3035         Fix HTTP auth support with user/password passed via the URI.
3036         Fixes bug #540067.
3037
3038 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3039
3040         * configure.ac:
3041           Depend on released versions of core and -base.
3042
3043 2008-06-23  Julien Moutte  <julien@fluendo.com>
3044
3045         * gst/matroska/matroska-demux.c:
3046         (gst_matroska_demux_read_track_encoding),
3047         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3048         format strings in macros. (makes it build on OS X again...)
3049
3050 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3051
3052         * gst/rtp/gstrtptheorapay.c:
3053         * gst/udp/gstmultiudpsink.c:
3054           Added debug.
3055
3056 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3057
3058         * configure.ac: switch v4l2src over to the normal build instead of
3059         being 'experimental'. Fixes bug #536831.
3060
3061 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3062
3063         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3064         Remove unused variable so that we can compile again.
3065
3066 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3067
3068         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3069         No need to check for audio/G723 and audio/32KADPCM here as they are
3070         no longer supported.
3071
3072 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3073
3074         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3075         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3076         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3077         known length.
3078
3079 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3080
3081         * gst/matroska/matroska-demux.c:
3082         (gst_matroska_demux_add_wvpk_header),
3083         (gst_matroska_demux_audio_caps):
3084         * gst/matroska/matroska-ids.h:
3085         Fix demuxing of WavPack files. Muxing is still broken.
3086
3087 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3088
3089         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3090         (gst_matroska_demux_add_mpeg_seq_header),
3091         (gst_matroska_demux_add_wvpk_header),
3092         (gst_matroska_demux_check_subtitle_buffer),
3093         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3094         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3095         (gst_matroska_demux_subtitle_caps):
3096         * gst/matroska/matroska-ids.h:
3097         Add a "vfunc" to the track context for postprocessing frames and
3098         convert the wavpack and subtitle postprocessing to this vfunc.
3099         Copy buffer flags in those functions to the new buffers too.
3100
3101         Parse CodecState elements of Blocks.
3102
3103         Add a postprocessing function for MPEG video that adds the sequence
3104         header from the codec private data or codec state to the frames if
3105         it's not already there.
3106
3107 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3108
3109         * gst/matroska/matroska-demux.c:
3110         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3111         If a gap of more than 1/2 second is found in one stream send a
3112         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3113         This also fixes Matroska files where the first buffer doesn't start
3114         at timestamp 0. Fixes bug #429322.
3115
3116         The duration of a block is the default duration multiplied with the
3117         number of laces. Every lace is one frame and the default duration
3118         is the duration of one frame. This fixes playback of files that use
3119         lacing for some tracks.
3120
3121 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3122
3123         * gst/matroska/matroska-demux.c:
3124         (gst_matroska_demux_parse_contents_seekentry):
3125         Update FIXME/TODOs and only ignore EOS at the central, important place
3126         instead of several places.
3127
3128 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3129
3130         * gst/rtp/gstrtpg726pay.c:
3131         Fix caps, See #538891.
3132
3133 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3134
3135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3136         (gst_matroska_demux_stream_from_num),
3137         (gst_matroska_demux_encoding_cmp),
3138         (gst_matroska_demux_encoding_order_unique),
3139         (gst_matroska_demux_read_track_encoding),
3140         (gst_matroska_demux_read_track_encodings),
3141         (gst_matroska_demux_tracknumber_unique),
3142         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3143         (gst_matroska_demux_parse_tracks),
3144         (gst_matroska_demux_parse_index_cuetrack),
3145         (gst_matroska_demux_parse_index_pointentry),
3146         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3147         (gst_matroska_demux_parse_metadata_id_simple_tag),
3148         (gst_matroska_demux_parse_metadata_id_tag),
3149         (gst_matroska_demux_parse_metadata),
3150         (gst_matroska_demux_parse_attached_file),
3151         (gst_matroska_demux_parse_attachments),
3152         (gst_matroska_demux_parse_chapters),
3153         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3154         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3155         (gst_matroska_demux_parse_cluster),
3156         (gst_matroska_demux_parse_contents_seekentry),
3157         (gst_matroska_demux_parse_contents),
3158         (gst_matroska_demux_loop_stream_parse_id),
3159         (gst_matroska_demux_loop):
3160         Improve debug output everywhere and fix the EOS logic.
3161
3162         Check the values of the ContentEncoding elements more strictly and
3163         don't use tracks for which it's invalid.
3164
3165         Check that the track number is unique for this stream.
3166
3167         Check that seek positions are below G_MAXINT64 as our seeks are
3168         int64-based and overflows will fail badly.
3169
3170         After seeks also don't push SimpleBlocks until the first one
3171         containing a keyframe is found. Before this was done only for normal
3172         Blocks.
3173
3174         Update some FIXME/TODOs.
3175         
3176         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3177         (gst_ebml_read_utf8), (gst_ebml_read_header):
3178         Improve debug output.
3179
3180         * gst/matroska/matroska-ids.c:
3181         (gst_matroska_track_init_video_context):
3182         * gst/matroska/matroska-ids.h:
3183         * gst/matroska/matroska-mux.c:
3184         (gst_matroska_mux_video_pad_setcaps):
3185         Remove eye mode and don't parse it anymore. We can't use that
3186         information in GStreamer yet so it's useless.
3187
3188
3189 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3190
3191         Patch by: Mersad Jelacic <mersad at axis dot com>
3192
3193         * gst/rtp/Makefile.am:
3194         * gst/rtp/gstrtp.c: (plugin_init):
3195         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3196         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3197         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3198         (gst_rtp_g726_depay_plugin_init):
3199         * gst/rtp/gstrtpg726depay.h:
3200         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3201         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3202         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3203         * gst/rtp/gstrtpg726pay.h:
3204         Added G726 pay/depayloaders. Fixes #538891.
3205
3206 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3207
3208         * gst/rtsp/URLS:
3209         Some more urls.
3210
3211         * gst/smpte/barboxwipes.c:
3212         Add a comment
3213
3214         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3215         Fix typo, add audioresample to the pipeline.
3216
3217 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3218
3219         * ext/libmng/Makefile.am:
3220         * ext/libmng/gstmng.c: (plugin_init):
3221         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3222         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3223         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3224         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3225         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3226         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3227         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3228         (gst_mng_dec_change_state):
3229         * ext/libmng/gstmngdec.h:
3230         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3231         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3232         (gst_mng_enc_init), (gst_mng_enc_chain),
3233         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3234         * ext/libmng/gstmngenc.h:
3235         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3236         bits ifdeffed out still.
3237
3238 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3239
3240         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3241         When comparing index elements with the same time compare their
3242         block number.
3243
3244 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3245
3246         * gst/matroska/matroska-demux.c:
3247           (gst_matroska_demux_parse_attached_file)
3248           Init variable to NULL to avoid compiler warning.
3249
3250 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3251
3252         * gst/matroska/Makefile.am:
3253         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3254         (gst_matroska_demux_parse_attached_file),
3255         (gst_matroska_demux_parse_attachments),
3256         (gst_matroska_demux_parse_contents_seekentry),
3257         (gst_matroska_demux_loop_stream_parse_id):
3258         * gst/matroska/matroska-demux.h:
3259         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3260         * gst/matroska/matroska-ids.h:
3261         * gst/matroska/matroska.c: (plugin_init):
3262         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3263         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3264         and description of the attachments in the caps. Fixes bug #537622.
3265
3266 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3267
3268         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3269         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3270         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3271         (gst_speex_enc_src_query), (gst_speex_enc_init),
3272         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3273         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3274         (gst_speex_enc_set_property):
3275         Add mode property.
3276         Some cleanups, add more debug info.
3277         Add latency query.
3278
3279 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3280
3281         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3282         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3283         If we get less bytes than requested we can't do anything except doing
3284         our EOS logic.
3285
3286 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3287
3288         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3289         (gst_matroskademux_do_index_seek),
3290         (gst_matroska_demux_parse_index_cuetrack),
3291         (gst_matroska_demux_parse_index_pointentry),
3292         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3293         (gst_matroska_demux_parse_metadata):
3294         * gst/matroska/matroska-demux.h:
3295         * gst/matroska/matroska-ids.h:
3296         Use a GArray for storing the Cue (i.e. seek) information, store
3297         the CueTrackPositions for every track, store the block number
3298         and optimize searching in the array by sorting it after the last
3299         element was added.
3300
3301         Fix a small memory leak when trying to parse a tags element that was
3302         already parsed.
3303
3304 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3305
3306         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3307         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3308         (gst_matroska_mux_write_data):
3309         * gst/matroska/matroska-mux.h:
3310         Don't write another SeekHead which indexes all Clusters to the end of
3311         the file. This isn't useful for anything and just increases filesize.
3312
3313 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3314
3315         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3316         Prevent unaligned memory access when reading floats.
3317
3318 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3319
3320         * gst/matroska/ebml-read.c:
3321         * gst/matroska/ebml-read.h:
3322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3323         (gst_matroska_demux_parse_metadata):
3324         * gst/matroska/matroska-demux.h:
3325         Make sure that every Tags element is only parsed once and it's
3326         containing tags are only posted once.
3327
3328 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3329
3330         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3331         (gst_ebml_read_header):
3332         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3333         (gst_matroska_demux_parse_tracks),
3334         (gst_matroska_demux_parse_index_cuetrack),
3335         (gst_matroska_demux_parse_index_pointentry),
3336         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3337         (gst_matroska_demux_parse_metadata_id_simple_tag),
3338         (gst_matroska_demux_parse_metadata_id_tag),
3339         (gst_matroska_demux_parse_metadata),
3340         (gst_matroska_demux_parse_attachments),
3341         (gst_matroska_demux_parse_chapters),
3342         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3343         (gst_matroska_demux_parse_cluster),
3344         (gst_matroska_demux_parse_contents_seekentry),
3345         (gst_matroska_demux_parse_contents),
3346         (gst_matroska_demux_loop_stream_parse_id):
3347         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3348         already. They're not useful in the matroska parser and only cause
3349         additional code.
3350
3351 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3352
3353         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3354         (gst_ebml_finalize), (gst_ebml_read_change_state),
3355         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3356         * gst/matroska/matroska-demux.c:
3357         (gst_matroska_demux_parse_contents_seekentry):
3358         Reverse the level list as we usually are only interested in the
3359         first element or want to add a new first element. Having the
3360         first element stored at the end and calling g_list_last() and
3361         g_list_append() is more expensive.
3362
3363         Also use GSlice for allocating the GstEbmlLevel structs.
3364
3365 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3366
3367         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3368           (gst_tag_inject_class_init), (gst_tag_inject_init):
3369           Don't unref NULL taglist in finalize. Don't use c++ style
3370           comments.
3371
3372 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3373
3374         * gst/matroska/matroska-demux.c:
3375         (gst_matroska_demux_parse_metadata_id_simple_tag):
3376         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3377         (gst_matroska_mux_write_data):
3378         Use gst_value_serialize() and gst_value_deserialize() for transforming
3379         tags from some GType to a string and the other way around. The default
3380         transformations in GLib don't include transformations from string to
3381         number types.
3382
3383 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3384
3385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3386         (gst_matroska_demux_parse_tracks),
3387         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3388         (gst_matroska_demux_parse_attachments),
3389         (gst_matroska_demux_parse_chapters),
3390         (gst_matroska_demux_parse_contents_seekentry),
3391         (gst_matroska_demux_loop_stream_parse_id):
3392         * gst/matroska/matroska-demux.h:
3393         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3394         Tags multiple times. The first ones can appear more than once but must
3395         contain the same content as the first for backup purposes so we ignore
3396         all but the first one. Tags can appear multiple times with different
3397         content.
3398
3399         Jump to all elements except Clusters that are available from a
3400         SeekHead to make it more likely to have all required informations
3401         before getting to the first Clusters.
3402
3403         Add dummy functions for parsing Attachments and Chapters.
3404
3405 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3406
3407         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3408         (gst_udpsrc_create), (gst_udpsrc_set_property),
3409         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3410         * gst/udp/gstudpsrc.h:
3411         Add property to control automatic join/leave of multicast groups.
3412         Add G_LIKELY.
3413         Remove setting caps on buffers explicitly, basesrc does that for us now.
3414         Improve debug info.
3415         Convert some non-fatal error into warnings.
3416         Use g_ntohs for better portability.
3417         Leave multicast groups when stopping.
3418         When using external sockets, use getsockname() on them to fill up the
3419         addr structure before calling methods that use the structure.
3420         Should all fix #536903.
3421         API: GstUDPSrc::auto-multicast property
3422
3423 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3424
3425         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3426         Use g_ntohl for better portability.
3427
3428 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3429
3430         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3431         (gst_multiudpsink_remove):
3432         Fix a typo and do some small cleanups.
3433
3434 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3435
3436         Patch by: Olivier Crete <tester at tester dot ca>
3437
3438         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3439         Make the delivery-method mandatory on the caps and only accept inline
3440         for now.
3441         Reverse strcmp checks for delivery-method.
3442
3443         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3444         Make delivery method optional when parsing caps and note this in the
3445         caps.
3446         Reverse strcmp checks for delivery-method.
3447
3448         * gst/rtp/gstrtpvorbispay.c:
3449         Update a comment to note that the delivery-method is optional, 
3450         Fixes #537675.
3451
3452 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3455         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3456         leaving them in READY. Fixes #537832.
3457
3458 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3459
3460         * gst/avi/gstavimux.c:
3461           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3462           for a random constant in tagmuxing code.
3463
3464 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3465
3466         * gst/debug/gsttaginject.c:
3467         * gst/debug/gsttaginject.h:
3468           Now actually adding the new element.
3469
3470 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3471
3472         * docs/plugins/Makefile.am:
3473         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3475         * docs/plugins/gst-plugins-good-plugins.args:
3476         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3477         * docs/plugins/gst-plugins-good-plugins.interfaces:
3478         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3479         * docs/plugins/inspect/plugin-aasink.xml:
3480         * docs/plugins/inspect/plugin-alaw.xml:
3481         * docs/plugins/inspect/plugin-alpha.xml:
3482         * docs/plugins/inspect/plugin-alphacolor.xml:
3483         * docs/plugins/inspect/plugin-annodex.xml:
3484         * docs/plugins/inspect/plugin-apetag.xml:
3485         * docs/plugins/inspect/plugin-audiofx.xml:
3486         * docs/plugins/inspect/plugin-auparse.xml:
3487         * docs/plugins/inspect/plugin-autodetect.xml:
3488         * docs/plugins/inspect/plugin-avi.xml:
3489         * docs/plugins/inspect/plugin-cacasink.xml:
3490         * docs/plugins/inspect/plugin-cairo.xml:
3491         * docs/plugins/inspect/plugin-cdio.xml:
3492         * docs/plugins/inspect/plugin-cutter.xml:
3493         * docs/plugins/inspect/plugin-debug.xml:
3494         * docs/plugins/inspect/plugin-dv.xml:
3495         * docs/plugins/inspect/plugin-efence.xml:
3496         * docs/plugins/inspect/plugin-effectv.xml:
3497         * docs/plugins/inspect/plugin-equalizer.xml:
3498         * docs/plugins/inspect/plugin-esdsink.xml:
3499         * docs/plugins/inspect/plugin-flac.xml:
3500         * docs/plugins/inspect/plugin-flxdec.xml:
3501         * docs/plugins/inspect/plugin-gamma.xml:
3502         * docs/plugins/inspect/plugin-gconfelements.xml:
3503         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3504         * docs/plugins/inspect/plugin-goom.xml:
3505         * docs/plugins/inspect/plugin-goom2k1.xml:
3506         * docs/plugins/inspect/plugin-halelements.xml:
3507         * docs/plugins/inspect/plugin-icydemux.xml:
3508         * docs/plugins/inspect/plugin-id3demux.xml:
3509         * docs/plugins/inspect/plugin-jpeg.xml:
3510         * docs/plugins/inspect/plugin-level.xml:
3511         * docs/plugins/inspect/plugin-matroska.xml:
3512         * docs/plugins/inspect/plugin-monoscope.xml:
3513         * docs/plugins/inspect/plugin-mulaw.xml:
3514         * docs/plugins/inspect/plugin-multifile.xml:
3515         * docs/plugins/inspect/plugin-multipart.xml:
3516         * docs/plugins/inspect/plugin-navigationtest.xml:
3517         * docs/plugins/inspect/plugin-ossaudio.xml:
3518         * docs/plugins/inspect/plugin-png.xml:
3519         * docs/plugins/inspect/plugin-quicktime.xml:
3520         * docs/plugins/inspect/plugin-rtp.xml:
3521         * docs/plugins/inspect/plugin-rtsp.xml:
3522         * docs/plugins/inspect/plugin-smpte.xml:
3523         * docs/plugins/inspect/plugin-soup.xml:
3524         * docs/plugins/inspect/plugin-spectrum.xml:
3525         * docs/plugins/inspect/plugin-speex.xml:
3526         * docs/plugins/inspect/plugin-taglib.xml:
3527         * docs/plugins/inspect/plugin-udp.xml:
3528         * docs/plugins/inspect/plugin-video4linux2.xml:
3529         * docs/plugins/inspect/plugin-videobalance.xml:
3530         * docs/plugins/inspect/plugin-videobox.xml:
3531         * docs/plugins/inspect/plugin-videocrop.xml:
3532         * docs/plugins/inspect/plugin-videoflip.xml:
3533         * docs/plugins/inspect/plugin-videomixer.xml:
3534         * docs/plugins/inspect/plugin-wavenc.xml:
3535         * docs/plugins/inspect/plugin-wavpack.xml:
3536         * docs/plugins/inspect/plugin-wavparse.xml:
3537         * docs/plugins/inspect/plugin-ximagesrc.xml:
3538         * gst/debug/Makefile.am:
3539         * gst/debug/breakmydata.c:
3540         * gst/debug/efence.c:
3541         * gst/debug/gstdebug.c:
3542         * gst/debug/gstnavseek.c:
3543         * gst/debug/gstpushfilesrc.c:
3544         * gst/debug/gstpushfilesrc.h:
3545         * gst/debug/negotiation.c:
3546         * gst/debug/progressreport.c:
3547         * gst/debug/progressreport.h:
3548         * gst/debug/rndbuffersize.c:
3549         * gst/debug/testplugin.c:
3550           Remove dummy plugin_init. Remove some undefined entries from doc-
3551           section file. Add taginject element and rebuild docs for it.
3552
3553 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3554
3555         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3556         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3557         Update the counter for the number of streams when pads are added or
3558         removed. This will make sure that a seek table is generated for
3559         files with just one audio stream.
3560
3561 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3562
3563         * gst/matroska/matroska-demux.c:
3564         (gst_matroska_demux_parse_metadata_id_simple_tag):
3565         * gst/matroska/matroska-ids.h:
3566         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3567         Add some more tags, improve debugging a bit and make sure that
3568         GValue transformation has succeeded before using the result
3569         as a tag.
3570
3571 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3572
3573         Patch by: Olivier Crete <tester at tester dot ca>
3574
3575         * gst/rtp/gstrtptheorapay.c:
3576         The Theora RTP payloader only supports the "inline" delievery method
3577         so let's declare this on the caps of the static pad template.
3578         Fixes bug #537675.
3579
3580 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3583         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3584         Remove bogus check.
3585
3586 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3587
3588         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3589         (gst_videomixer_blend_buffers):
3590         Use stream_time to synchronize the object properties.
3591         Use running_time of the master pad to timestamp outgoing buffers.
3592         Fix the initial segment event to extend an unknown amount of time.
3593         Fixes #537361.
3594
3595 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3596
3597         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3598         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3599         (gst_avi_demux_calculate_durations_from_index),
3600         (gst_avi_demux_stream_header_push),
3601         (gst_avi_demux_stream_header_pull):
3602         Try to ignore unparsable/unknown streams and give a warning instead of
3603         erroring out. Fixes #537377.
3604
3605 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3606
3607         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3608         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3609
3610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3611         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3612         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3613         (gst_matroska_demux_read_track_encodings),
3614         (gst_matroska_demux_add_stream),
3615         (gst_matroska_demux_handle_src_query),
3616         (gst_matroska_demux_init_stream),
3617         (gst_matroska_demux_parse_index_cuetrack),
3618         (gst_matroska_demux_parse_index_pointentry),
3619         (gst_matroska_demux_parse_info),
3620         (gst_matroska_demux_parse_metadata_id_simple_tag),
3621         (gst_matroska_demux_parse_metadata),
3622         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3623         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3624         (gst_matroska_demux_parse_cluster),
3625         (gst_matroska_demux_parse_contents_seekentry),
3626         (gst_matroska_demux_loop_stream_parse_id),
3627         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3628         (gst_matroska_demux_audio_caps),
3629         (gst_matroska_demux_subtitle_caps):
3630         * gst/matroska/matroska-demux.h:
3631         * gst/matroska/matroska-ids.c:
3632         (gst_matroska_track_init_subtitle_context):
3633         * gst/matroska/matroska-ids.h:
3634         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3635         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3636         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3637         (gst_matroska_mux_video_pad_setcaps),
3638         (gst_matroska_mux_audio_pad_setcaps),
3639         (gst_matroska_mux_subtitle_pad_setcaps),
3640         (gst_matroska_mux_request_new_pad),
3641         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3642         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3643         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3644         (gst_matroska_mux_set_property):
3645         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3646         elements, do some checks for valid values in the demuxer, handle
3647         tracktimecodescale in the demuxer, set correct default values for all
3648         settings in the demuxer, review and add all missing matroska
3649         IDs and some more raw YUV formats, and some trivial cleanup.
3650
3651 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3652
3653         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3654         (gst_pulsemixer_class_init):
3655         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3656         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3657         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3658         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3659         (gst_pulsesrc_prepare):
3660         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3661         gst_element_class_set_details_simple() and fix coding style a bit
3662         more.
3663
3664 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3665
3666         * docs/plugins/Makefile.am:
3667         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3668         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3669         * docs/plugins/gst-plugins-good-plugins.args:
3670         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3671         * docs/plugins/gst-plugins-good-plugins.interfaces:
3672         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3673         * docs/plugins/inspect/plugin-aasink.xml:
3674         * docs/plugins/inspect/plugin-alaw.xml:
3675         * docs/plugins/inspect/plugin-alpha.xml:
3676         * docs/plugins/inspect/plugin-alphacolor.xml:
3677         * docs/plugins/inspect/plugin-annodex.xml:
3678         * docs/plugins/inspect/plugin-apetag.xml:
3679         * docs/plugins/inspect/plugin-audiofx.xml:
3680         * docs/plugins/inspect/plugin-auparse.xml:
3681         * docs/plugins/inspect/plugin-autodetect.xml:
3682         * docs/plugins/inspect/plugin-avi.xml:
3683         * docs/plugins/inspect/plugin-cacasink.xml:
3684         * docs/plugins/inspect/plugin-cairo.xml:
3685         * docs/plugins/inspect/plugin-cdio.xml:
3686         * docs/plugins/inspect/plugin-cutter.xml:
3687         * docs/plugins/inspect/plugin-debug.xml:
3688         * docs/plugins/inspect/plugin-dv.xml:
3689         * docs/plugins/inspect/plugin-efence.xml:
3690         * docs/plugins/inspect/plugin-effectv.xml:
3691         * docs/plugins/inspect/plugin-equalizer.xml:
3692         * docs/plugins/inspect/plugin-esdsink.xml:
3693         * docs/plugins/inspect/plugin-flac.xml:
3694         * docs/plugins/inspect/plugin-flxdec.xml:
3695         * docs/plugins/inspect/plugin-gamma.xml:
3696         * docs/plugins/inspect/plugin-gconfelements.xml:
3697         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3698         * docs/plugins/inspect/plugin-goom.xml:
3699         * docs/plugins/inspect/plugin-goom2k1.xml:
3700         * docs/plugins/inspect/plugin-halelements.xml:
3701         * docs/plugins/inspect/plugin-icydemux.xml:
3702         * docs/plugins/inspect/plugin-id3demux.xml:
3703         * docs/plugins/inspect/plugin-jpeg.xml:
3704         * docs/plugins/inspect/plugin-level.xml:
3705         * docs/plugins/inspect/plugin-matroska.xml:
3706         * docs/plugins/inspect/plugin-monoscope.xml:
3707         * docs/plugins/inspect/plugin-mulaw.xml:
3708         * docs/plugins/inspect/plugin-multifile.xml:
3709         * docs/plugins/inspect/plugin-multipart.xml:
3710         * docs/plugins/inspect/plugin-navigationtest.xml:
3711         * docs/plugins/inspect/plugin-ossaudio.xml:
3712         * docs/plugins/inspect/plugin-png.xml:
3713         * docs/plugins/inspect/plugin-pulseaudio.xml:
3714         * docs/plugins/inspect/plugin-quicktime.xml:
3715         * docs/plugins/inspect/plugin-rtp.xml:
3716         * docs/plugins/inspect/plugin-rtsp.xml:
3717         * docs/plugins/inspect/plugin-smpte.xml:
3718         * docs/plugins/inspect/plugin-soup.xml:
3719         * docs/plugins/inspect/plugin-spectrum.xml:
3720         * docs/plugins/inspect/plugin-speex.xml:
3721         * docs/plugins/inspect/plugin-taglib.xml:
3722         * docs/plugins/inspect/plugin-udp.xml:
3723         * docs/plugins/inspect/plugin-video4linux2.xml:
3724         * docs/plugins/inspect/plugin-videobalance.xml:
3725         * docs/plugins/inspect/plugin-videobox.xml:
3726         * docs/plugins/inspect/plugin-videocrop.xml:
3727         * docs/plugins/inspect/plugin-videoflip.xml:
3728         * docs/plugins/inspect/plugin-videomixer.xml:
3729         * docs/plugins/inspect/plugin-wavenc.xml:
3730         * docs/plugins/inspect/plugin-wavpack.xml:
3731         * docs/plugins/inspect/plugin-wavparse.xml:
3732         * docs/plugins/inspect/plugin-ximagesrc.xml:
3733         * ext/pulse/plugin.c:
3734         * ext/pulse/pulsemixer.c:
3735         * ext/pulse/pulsesink.c:
3736         * ext/pulse/pulsesrc.c:
3737         Add documentation to the pulseaudio plugin and run make update
3738         in docs/plugins.
3739
3740 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3741
3742         Patch by: Brian Cameron <brian.cameron at sun dot com>
3743
3744         * sys/sunaudio/gstsunaudiomixerctrl.c:
3745         (gst_sunaudiomixer_ctrl_get_volume),
3746         (gst_sunaudiomixer_ctrl_set_volume):
3747         Improvements for the SunAudio mixer by handling mute as no gain
3748         for tracks that have a gain property but no mute property.
3749         Fixes bug #536067.
3750
3751 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3752
3753         * configure.ac:
3754         * ext/pulse/Makefile.am:
3755         * ext/pulse/plugin.c: (plugin_init):
3756         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3757         (gst_pulsemixer_implements_interface_init),
3758         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3759         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3760         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3761         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3762         * ext/pulse/pulsemixer.h:
3763         * ext/pulse/pulsemixerctrl.c:
3764         (gst_pulsemixer_ctrl_context_state_cb),
3765         (gst_pulsemixer_ctrl_sink_info_cb),
3766         (gst_pulsemixer_ctrl_source_info_cb),
3767         (gst_pulsemixer_ctrl_subscribe_cb),
3768         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3769         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3770         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3771         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3772         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3773         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3774         * ext/pulse/pulsemixerctrl.h:
3775         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3776         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3777         * ext/pulse/pulsemixertrack.h:
3778         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3779         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3780         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3781         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3782         (gst_pulseprobe_new), (gst_pulseprobe_free),
3783         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3784         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3785         (gst_pulseprobe_set_server):
3786         * ext/pulse/pulseprobe.h:
3787         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3788         (gst_pulsesink_class_init), (gst_pulsesink_init),
3789         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3790         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3791         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3792         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3793         (gst_pulsesink_stream_request_cb),
3794         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3795         (gst_pulsesink_close), (gst_pulsesink_prepare),
3796         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3797         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3798         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3799         (gst_pulsesink_event), (gst_pulsesink_get_type):
3800         * ext/pulse/pulsesink.h:
3801         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3802         (gst_pulsesrc_implements_interface_init),
3803         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3804         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3805         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3806         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3807         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3808         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3809         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3810         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3811         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3812         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3813         (gst_pulsesrc_get_type):
3814         * ext/pulse/pulsesrc.h:
3815         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3816         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3817         * ext/pulse/pulseutil.h:
3818         Add pulseaudio GStreamer element from gst-pulse. Development will
3819         continue here instead of pulseaudio SVN. Fixes bug #400679.
3820         Only changes over gst-pulse SVN are added copyright to the top of
3821         files and coding style changes.
3822
3823 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3824
3825         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3826
3827         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3828           (gst_cdio_add_cdtext_album_tags):
3829         * ext/cdio/gstcdio.h:
3830         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3831           Also extract album title and album genre from CD-TEXT if
3832           available (#537021).
3833
3834 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3835
3836         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3837
3838         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3839         Improve negotiation a bit more by picking the smallest possible
3840         resolution that is larger than the resolution specified in the
3841         first caps entry of the peer caps. Fixes bug #536994.
3842
3843 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3844
3845         Patch by: Bastien Nocera <hadess at hadess dot net>
3846
3847         * sys/v4l2/gstv4l2vidorient.c:
3848         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3849         Fix compilation with newer GIT kernels that deprecated
3850         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3851
3852 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3853
3854         * configure.ac:
3855         * ext/cdio/gstcdio.c:
3856         * ext/cdio/gstcdio.h:
3857         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3858           Require libcdio >= 0.76.
3859
3860 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3861
3862         * gst/avi/gstavidemux.c:
3863         Catch UNEXPECTED when downstream has reached end of
3864         segment in reverse mode.
3865
3866 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3867
3868         * gst/avi/gstavidemux.c:
3869         Fix typo in comment
3870
3871 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3872
3873         * gst/avi/gstavidemux.c:
3874         Because we don't know the frame order we need to push till
3875         the next keyframe
3876
3877 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3878
3879         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3880
3881         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3882         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3883         Provide a custom negotiation function to make sure to pick the highest
3884         possible framerate and resolution. Fixes bug #536646.
3885
3886 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3887
3888         * gst/avi/gstavidemux.c:
3889         Set EOS when going out of the segment in reverse playback
3890
3891 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3892
3893         * ext/taglib/Makefile.am::
3894           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3895           taglib headers (with gcc 4.3.1).
3896
3897 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3898
3899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3900         Use the new gst_rtsp_connection_get_ip() to access the IP address
3901         of a GstRTSPConnection since it is a private member.
3902
3903 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3904
3905         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3906         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3907           Use new utility functions in libgsttag to process coverart (#512333).
3908
3909 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3910
3911         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3912         We actually support left/side, right/side and mid/side files. The
3913         conversion to normal, interleaved stereo is done by libflac.
3914
3915 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3916
3917         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3918         (gst_ebml_write_set_cache):
3919         Unref the write cache in finalize if it was set and add add "FIXME"
3920         to a comment that needs it.
3921
3922 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3923
3924         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3925
3926         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3927         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3928         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3929         (gst_avi_demux_process_next_entry):
3930         * gst/avi/gstavidemux.h:
3931         Implement reverse playback. Fixes #535300.
3932         Small cleanups.
3933
3934 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3935
3936         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3937         (gst_videomixer_query_latency):
3938         When using gst_element_iterate_pads() one has to unref every pad
3939         after usage.
3940
3941 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3942
3943         Patch by: Bastien Nocera <hadess at hadess dot net>
3944         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3945         (qtdemux_parse_udta):
3946         * gst/qtdemux/qtdemux_fourcc.h:
3947         Improve meta-data handling, add 'comment', 'description' and
3948         'copyright' tag handling.
3949         Fixes #535935
3950
3951 2008-05-31  Julien Moutte  <julien@fluendo.com>
3952
3953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3954         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3955         (gst_qtdemux_seek_to_previous_keyframe),
3956         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3957         we don't clip the segment's stop using the main segment duration as
3958         that could crop quite some video frames. Make reverse playback support
3959         more robust and support edit lists. Support seeking to the last frame,
3960         and fix reverse looping playback. Add some debugging.
3961         * win32/common/config.h: Updated.
3962
3963 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3964
3965         * gst/equalizer/gstiirequalizer.c:
3966         (gst_iir_equalizer_transform_ip):
3967         Don't clip float/double samples, correctly unset passthrough mode
3968         and use better rounding for integer samples.
3969
3970 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3971
3972         * gst/equalizer/gstiirequalizer.c:
3973         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3974         (setup_filter), (set_passthrough), (update_coefficients),
3975         (gst_iir_equalizer_compute_frequencies),
3976         (gst_iir_equalizer_transform_ip):
3977         * gst/equalizer/gstiirequalizer.h:
3978         Update the filter coefficients only when needed in the transform_ip
3979         function and correctly set the element into passthrough mode if the
3980         gain of all bands is 0.
3981
3982 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3983
3984         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3985
3986         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3987         (gst_alpha_set_property), (gst_alpha_get_property),
3988         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3989         Try to skip pixels or areas that are too dark or too bright for us to do
3990         meaningfull color detection.
3991         Added properties to control the sensitivity to light and darkness.
3992         Added some small cleanups. Fixes #512345.
3993
3994 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3995
3996         * docs/plugins/.cvsignore:
3997         * tests/check/elements/.cvsignore:
3998         Ignore some more generated things
3999
4000         * tests/check/Makefile.am:
4001         Ignore OSS elements in the state changes test too.
4002
4003 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4004
4005         * docs/plugins/Makefile.am:
4006         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4007         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4008         Add SMPTE effect elements to docs.
4009
4010 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4011
4012         * docs/plugins/Makefile.am:
4013         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4014         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4015         * ext/raw1394/gstdv1394src.c:
4016           Document whats first shown on the fdo plugin docs page :)
4017
4018 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4019
4020         * docs/plugins/Makefile.am:
4021         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4022         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4023         * docs/plugins/gst-plugins-good-plugins.args:
4024         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4025         * docs/plugins/inspect/plugin-audiofx.xml:
4026         * gst/audiofx/Makefile.am:
4027         * gst/audiofx/audiofx.c:
4028         * gst/audiofx/audiokaraoke.c:
4029         * gst/audiofx/audiokaraoke.h:
4030         * gst/audiofx/audiovoice.c:
4031         * gst/audiofx/audiovoice.h:
4032           Rename audiovoice to audiokaraoke and add it to the docs.
4033
4034 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4035
4036         * REQUIREMENTS:
4037         * docs/plugins/Makefile.am:
4038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4040         * docs/plugins/gst-plugins-good-plugins.args:
4041         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4042         * docs/plugins/gst-plugins-good-plugins.interfaces:
4043         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4044         * docs/plugins/inspect/plugin-aasink.xml:
4045         * docs/plugins/inspect/plugin-alaw.xml:
4046         * docs/plugins/inspect/plugin-alpha.xml:
4047         * docs/plugins/inspect/plugin-alphacolor.xml:
4048         * docs/plugins/inspect/plugin-annodex.xml:
4049         * docs/plugins/inspect/plugin-apetag.xml:
4050         * docs/plugins/inspect/plugin-audiofx.xml:
4051         * docs/plugins/inspect/plugin-auparse.xml:
4052         * docs/plugins/inspect/plugin-autodetect.xml:
4053         * docs/plugins/inspect/plugin-avi.xml:
4054         * docs/plugins/inspect/plugin-cacasink.xml:
4055         * docs/plugins/inspect/plugin-cairo.xml:
4056         * docs/plugins/inspect/plugin-cdio.xml:
4057         * docs/plugins/inspect/plugin-cutter.xml:
4058         * docs/plugins/inspect/plugin-debug.xml:
4059         * docs/plugins/inspect/plugin-dv.xml:
4060         * docs/plugins/inspect/plugin-efence.xml:
4061         * docs/plugins/inspect/plugin-effectv.xml:
4062         * docs/plugins/inspect/plugin-equalizer.xml:
4063         * docs/plugins/inspect/plugin-esdsink.xml:
4064         * docs/plugins/inspect/plugin-flac.xml:
4065         * docs/plugins/inspect/plugin-flxdec.xml:
4066         * docs/plugins/inspect/plugin-gamma.xml:
4067         * docs/plugins/inspect/plugin-gconfelements.xml:
4068         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4069         * docs/plugins/inspect/plugin-goom.xml:
4070         * docs/plugins/inspect/plugin-goom2k1.xml:
4071         * docs/plugins/inspect/plugin-halelements.xml:
4072         * docs/plugins/inspect/plugin-icydemux.xml:
4073         * docs/plugins/inspect/plugin-id3demux.xml:
4074         * docs/plugins/inspect/plugin-jpeg.xml:
4075         * docs/plugins/inspect/plugin-level.xml:
4076         * docs/plugins/inspect/plugin-matroska.xml:
4077         * docs/plugins/inspect/plugin-monoscope.xml:
4078         * docs/plugins/inspect/plugin-mulaw.xml:
4079         * docs/plugins/inspect/plugin-multifile.xml:
4080         * docs/plugins/inspect/plugin-multipart.xml:
4081         * docs/plugins/inspect/plugin-navigationtest.xml:
4082         * docs/plugins/inspect/plugin-ossaudio.xml:
4083         * docs/plugins/inspect/plugin-png.xml:
4084         * docs/plugins/inspect/plugin-quicktime.xml:
4085         * docs/plugins/inspect/plugin-rtp.xml:
4086         * docs/plugins/inspect/plugin-rtsp.xml:
4087         * docs/plugins/inspect/plugin-smpte.xml:
4088         * docs/plugins/inspect/plugin-soup.xml:
4089         * docs/plugins/inspect/plugin-spectrum.xml:
4090         * docs/plugins/inspect/plugin-speex.xml:
4091         * docs/plugins/inspect/plugin-taglib.xml:
4092         * docs/plugins/inspect/plugin-udp.xml:
4093         * docs/plugins/inspect/plugin-video4linux2.xml:
4094         * docs/plugins/inspect/plugin-videobalance.xml:
4095         * docs/plugins/inspect/plugin-videobox.xml:
4096         * docs/plugins/inspect/plugin-videocrop.xml:
4097         * docs/plugins/inspect/plugin-videoflip.xml:
4098         * docs/plugins/inspect/plugin-videomixer.xml:
4099         * docs/plugins/inspect/plugin-wavenc.xml:
4100         * docs/plugins/inspect/plugin-wavpack.xml:
4101         * docs/plugins/inspect/plugin-wavparse.xml:
4102         * docs/plugins/inspect/plugin-ximagesrc.xml:
4103         * ext/aalib/gstaasink.c:
4104         * ext/libcaca/gstcacasink.c:
4105           Document aasink and cacasink.
4106
4107 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4108
4109         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4110         (gst_videomixer_init), (gst_videomixer_query_duration),
4111         (gst_videomixer_query_latency), (gst_videomixer_query),
4112         (gst_videomixer_blend_buffers):
4113         * gst/videomixer/videomixer.h:
4114         Implement position (in time), duration and latency queries.
4115
4116 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4117
4118         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4119         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4120         (gst_videomixer_fill_queues), (forward_event_func),
4121         (forward_event), (gst_videomixer_src_event),
4122         (gst_videomixer_sink_event):
4123         * gst/videomixer/videomixer.h:
4124         Implement proper seek/newsegment handling.
4125         Based on adder's implementation.
4126         Fixes #535121
4127
4128 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4129
4130         Patch by: Jan Gerber <j at oil21 dot org>
4131
4132         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4133         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4134
4135 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4136
4137         * gst/audiofx/Makefile.am:
4138         * gst/audiofx/audiofx.c: (plugin_init):
4139         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4140         (gst_audio_voice_class_init), (gst_audio_voice_init),
4141         (update_filter), (gst_audio_voice_set_property),
4142         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4143         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4144         (gst_audio_voice_transform_ip):
4145         * gst/audiofx/audiovoice.h:
4146         Add simple voice removal element. Yay karaoke.
4147
4148 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4149
4150         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4151
4152         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4153         Fix potential caps leak.
4154         If we can't get the framerate with an ioctl, try to get it with the
4155         current norm. Fixes #520092.
4156
4157 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4158
4159         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4160
4161         * sys/v4l2/v4l2src_calls.c:
4162         (gst_v4l2src_probe_caps_for_format_and_size):
4163         If we fail to get the frame intervals, simply don't touch the framerates
4164         on the template caps instead of discarding the format. See #520092.
4165
4166 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4167
4168         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4169
4170         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4171         (gst_v4l2_get_caps_info):
4172         Add NV12, NV21 and bayer support. See #520092.
4173
4174 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4175
4176         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4177         (gst_qtdemux_activate_segment):
4178         Unbreak segment activation again. Fixes #531672.
4179
4180 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4181
4182         * ext/flac/Makefile.am:
4183         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4184         Set the channel layout when decoding FLAC files with more than 2
4185         channels as defined by the FLAC spec. Fixes bug #534570.
4186
4187         Also don't try to decode left/side, right/side and mid/side files
4188         as we don't support this at all.
4189
4190 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4191
4192         * configure.ac:
4193           We need -base CVS (rtsp).
4194
4195 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4196
4197         * gst/udp/Makefile.am:
4198           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4199           when including netdb.h when building against glibc >= 2.8.
4200
4201 2008-05-22  Julien Moutte  <julien@fluendo.com>
4202
4203         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4204         debug statement arguments.
4205         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4206         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4207         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4208         on more platforms.
4209
4210 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4211
4212         * tests/check/elements/avimux.c: (setup_src_pad),
4213         (teardown_src_pad):
4214         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4215         (GST_START_TEST):
4216         * tests/check/elements/matroskamux.c: (setup_src_pad),
4217         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4218         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4219         (GST_START_TEST):
4220         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4221         (setup_wavpackparse), (cleanup_wavpackparse):
4222         Don't use gst_element_get_pad(), it's a bad, bad method.
4223
4224 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4225
4226         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4227         (do_toggle_element):
4228         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4229         (do_toggle_element):
4230         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4231         (do_toggle_element):
4232         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4233         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4234         (do_toggle_element):
4235         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4236         (do_toggle_element):
4237         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4238         (gst_auto_audio_sink_detect):
4239         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4240         (gst_auto_video_sink_detect):
4241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4242         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4243         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4244         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4245         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4246         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4247         * tests/icles/videocrop-test.c: (test_with_caps),
4248         (video_crop_get_test_caps):
4249         Don't use gst_element_get_pad(), it's a bad method.
4250
4251 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4252
4253         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4254         (gst_multiudpsink_add_internal):
4255         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4256         (gst_udp_join_group):
4257         * gst/udp/gstudpnetutils.h:
4258         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4259         Joining a multicast group and setting the loop/ttl properties are
4260         totally unrelated tasks are must be separated.
4261
4262 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4263
4264         * gst/avi/gstavimux.c:
4265           Also support alaw/mulaw.
4266
4267 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4268
4269         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4270         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4271         * gst/udp/gstmultiudpsink.h:
4272         Add a fixme for the auto-multicast property.
4273         Fix some confusing debug messages.
4274         Disable setting a qos value by default.
4275
4276 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4277
4278         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4279
4280         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4281         Ignore EPERM errors from sendto. Fixes #533619.
4282
4283 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         Patch by: Henrik Eriksson <henriken at axis dot com>
4286
4287         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4288         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4289         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4290         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4291         * gst/udp/gstmultiudpsink.h:
4292         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4293
4294 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4295
4296         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4297         Improve debugging of the ident.
4298
4299 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4300
4301         Patch by: Bruno Santos <brunof at ua dot pt>
4302
4303         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4304         (gst_udp_join_group), (gst_udp_leave_group),
4305         (gst_udp_is_multicast):
4306         * gst/udp/gstudpnetutils.h:
4307         Provide a bunch of helper methods to deal with IPv4 and IPv6
4308         transparently.
4309
4310         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4311         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4312         (gst_multiudpsink_get_property), (join_multicast),
4313         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4314         (gst_multiudpsink_remove):
4315         * gst/udp/gstmultiudpsink.h:
4316         Add multicast TTL and loopback properties.
4317         Use the helper methods to implement ip4 and ip6.
4318
4319         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4320         * gst/udp/gstudpsrc.h:
4321         Use the helper methods to implement ip4 and ip6.
4322         Fixes #515962.
4323
4324 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4325
4326         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4327
4328         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4329         (gst_multipart_demux_get_gstname),
4330         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4331         * gst/multipart/multipartdemux.h:
4332         Don't blindly copy the mime-type as the caps name because they not
4333         always map directly. Instead use a hashtable with common mappings.
4334         Fixes #533287.
4335
4336 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4337
4338         * ext/esd/esdsink.c: (gst_esdsink_write):
4339         When we post an error, we must return -1 to let the parent know that we
4340         cannot write the segment else it will loop and continue to call us again
4341         forever. Patch by Michael Meeks.
4342
4343 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4344
4345         * gst/videomixer/videomixer.c:
4346           Add missing incudes.
4347
4348 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4349
4350         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4351         (gst_rtp_h264_pay_handle_buffer):
4352         * gst/rtp/gstrtph264pay.h:
4353         Correct a typo (sinle -> single).
4354
4355 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4356
4357         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4358         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4359         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4360         (gst_rtp_h264_depay_process):
4361         * gst/rtp/gstrtph264depay.h:
4362         Add experimental support for outputting quicktime-like AVC output in
4363         addition to the existing bytestream output.
4364
4365         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4366         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4367         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4368         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4369         (gst_rtp_h264_pay_get_property):
4370         * gst/rtp/gstrtph264pay.h:
4371         Make the parsing mode configurable, for some inputs we don't need to
4372         scan every byte for start codes.
4373         Only set the marker bit on ACCESS units.
4374
4375 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4376
4377         * gst/equalizer/gstiirequalizer.c:
4378         Use a bigger type in integer mode for the intermediate results to
4379         prevent overflows. This fixes the crippled sound when using the
4380         equalizer in integer mode. Fixes bug #510865.
4381
4382 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4383
4384         * gst/videomixer/videomixer.c:
4385         * gst/videomixer/videomixer.h:
4386         Instead of a random number for the request pad id's,
4387         use a counter.
4388
4389         Register the videomixerpad class from the element's class_init
4390         where it's safer, and allows the docs generator to scan it.
4391
4392 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4393
4394         * gst/smpte/Makefile.am:
4395         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4396         * gst/smpte/gstsmpte.h:
4397         * gst/smpte/gstsmptealpha.c:
4398         (gst_smpte_alpha_transition_type_get_type),
4399         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4400         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4401         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4402         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4403         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4404         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4405         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4406         * gst/smpte/gstsmptealpha.h:
4407         * gst/smpte/plugin.c: (plugin_init):
4408         Add new plugin that adds the SMPTE transition in the alpha channel of
4409         I420 and AYUV frames so that they can be blended with videomixer later
4410         on. Uses all niceties such as using base transform for efficient alloc
4411         and negotiation. It currently requires GstController to control the
4412         position in the transition effect.
4413
4414 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4415
4416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4418         * docs/plugins/gst-plugins-good-plugins.args:
4419         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4420         * docs/plugins/gst-plugins-good-plugins.interfaces:
4421         * docs/plugins/gst-plugins-good-plugins.types:
4422         * gst/videomixer/videomixer.c:
4423           Try using thaytans new mechanism to get extra classes into plugin
4424           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4425           missing still.
4426
4427 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4428
4429         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4430         Set proper rate in avi stream header for PCM audio, and also do some
4431         more sanity checks on caps in this case.  Fixes #511489.
4432
4433 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4434
4435         * sys/v4l2/gstv4l2src.c:
4436         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4437         isn't implemented at all yet and this requires X headers to be
4438         installed. Fixes bug #533264.
4439
4440 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4441
4442         reviewed by: <delete if not using a buddy>
4443
4444         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4445         (gst_ebml_write_set_cache):
4446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4447         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4448         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4449         (gst_matroska_demux_read_track_encodings),
4450         (gst_matroska_demux_add_stream),
4451         (gst_matroska_demux_handle_src_query),
4452         (gst_matroska_demux_init_stream),
4453         (gst_matroska_demux_parse_index_cuetrack),
4454         (gst_matroska_demux_parse_index_pointentry),
4455         (gst_matroska_demux_parse_info),
4456         (gst_matroska_demux_parse_metadata_id_simple_tag),
4457         (gst_matroska_demux_parse_metadata),
4458         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4459         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4460         (gst_matroska_demux_parse_cluster),
4461         (gst_matroska_demux_parse_contents_seekentry),
4462         (gst_matroska_demux_loop_stream_parse_id),
4463         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4464         (gst_matroska_demux_audio_caps),
4465         (gst_matroska_demux_subtitle_caps):
4466         * gst/matroska/matroska-demux.h:
4467         * gst/matroska/matroska-ids.c:
4468         (gst_matroska_track_init_subtitle_context):
4469         * gst/matroska/matroska-ids.h:
4470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4471         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4472         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4473         * sys/v4l2/gstv4l2src.c:
4474         * tests/check/pipelines/wavpack.c: (bus_handler):
4475         * win32/common/config.h:
4476
4477 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4478
4479         * ext/wavpack/gstwavpackstreamreader.c:
4480         * tests/examples/spectrum/demo-audiotest.c:
4481         * tests/examples/spectrum/demo-osssrc.c:
4482         Fix some compiler warnings.
4483
4484 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4485
4486         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4487         Small comment added.
4488
4489         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4490         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4491         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4492         Debug string cleanups (remove trailing \n)
4493         Refactor and clean up the payloader a bit and make sure that we only
4494         put one NAL unit in an RTP packet even if the input buffer contains
4495         multiple NAL units.
4496         Add suport for AVC format input.
4497
4498 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4499
4500         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4501         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4502         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4503         * gst/rtp/gstrtph264pay.h:
4504         Make it possible to specify profile-level-id and sprop-parameter-sets
4505         using properties in case they are not available in-stream.
4506
4507 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4508
4509         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4510         * docs/plugins/gst-plugins-good-plugins.args:
4511         * docs/plugins/inspect/plugin-ladspa.xml:
4512           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4513
4514 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4515
4516         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4517         Send an initial BYTE segment to inform downstream of later seeking,
4518         and to forego sync attempts.
4519
4520 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4521
4522         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4523         Fix wrong caps string.
4524
4525 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4526
4527         Based on patch by: Olivier Crete <tester at tester dot ca>
4528
4529         * gst/rtp/Makefile.am:
4530         * gst/rtp/gstrtp.c: (plugin_init):
4531         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4532         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4533         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4534         (gst_rtp_g729_depay_plugin_init):
4535         * gst/rtp/gstrtpg729depay.h:
4536         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4537         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4538         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4539         * gst/rtp/gstrtpg729pay.h:
4540         Added G729 pay and depayloaders. Fixes #532409.
4541
4542 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4543
4544         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4545         Fix the calculation of the duration of the concealment packets.
4546
4547 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4548
4549         Based on patch by: Olivier Crete <tester at tester dot ca>
4550
4551         * gst/rtp/Makefile.am:
4552         * gst/rtp/gstrtp.c: (plugin_init):
4553         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4554         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4555         (parse_encode), (gst_rtp_dv_depay_setcaps),
4556         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4557         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4558         (gst_rtp_dv_depay_plugin_init):
4559         * gst/rtp/gstrtpdvdepay.h:
4560         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4561         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4562         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4563         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4564         (gst_dv_pay_negotiate), (include_dif),
4565         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4566         * gst/rtp/gstrtpdvpay.h:
4567         Add DV pay and depayloaders. Fixes #532423.
4568
4569 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4570
4571         * gst/matroska/matroska-demux.c:
4572         (gst_matroska_demux_push_dvd_clut_change_event):
4573         Convert subtitle palette info in VobSub private data from VobSub's
4574         (buggy) RGB to YUV.
4575
4576 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4577
4578         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4579         Do not leave fourcc stream header field empty upon reset.
4580         Fixes #519301.
4581
4582 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4583
4584         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4585         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4586         * docs/plugins/inspect/plugin-goom.xml:
4587         * docs/plugins/inspect/plugin-goom2k1.xml:
4588         * gst/goom/gstgoom.c:
4589         * gst/goom2k1/gstgoom.c:
4590         Add goom2k1 into the docs.
4591
4592 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4593
4594         Based on patch by: Wouter Cloetens  <wouter at mind be>
4595
4596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4597         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4598         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4599         (gst_rtsp_decode_quoted_string),
4600         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4601         (gst_rtspsrc_setup_auth):
4602         Support Digest authentication. Fixes #532065.
4603
4604 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4605
4606         * gst/level/gstlevel.c:
4607           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4608           about whats needed for liboil acceleration. Simplify docs a bit.
4609
4610 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4611
4612         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4613
4614         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4615         Update the track duration if the old one was invalid.
4616         Fixes bug #532117.
4617
4618 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4619
4620         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4621           Use GST_STR_NULL when trying to print sps and pps strings that could
4622           be NULL, as this might crash on some platforms.
4623
4624 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4625
4626         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4627
4628         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4629           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4630           set after creating the clipper.
4631
4632 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4633
4634         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4635
4636         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4637           Added checking of surface lost case after an unsuccessful
4638           IDirectDrawSurface7_Lock() call.
4639           If surface is lost, return GST_FLOW_OK.
4640
4641 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4642
4643         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4644
4645         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4646           WndProc, gst_directdraw_sink_window_thread):
4647           Improved Windows message loop and fixed window destruction issue.
4648           When the window which DirectDraw is rendering to is destroyed, the
4649           render/show_frame function will return GST_FLOW_ERROR.
4650           Partially fixes #520885.
4651
4652 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4653
4654         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4655
4656         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4657           Fixed mid stream resolution change bug, the offscreen surface is now
4658           released when set_caps is called.
4659           Partially fixes #520885.
4660
4661 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4662
4663         * sys/directdraw/gstdirectdrawsink.c
4664           (gst_directdraw_sink_buffer_alloc):
4665           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4666           width/height.
4667
4668           Especially when looking through the pool of buffers, make sure that
4669           the width/height of caps is used instead of the already negotiated
4670           dimensions.
4671           For example if a buffer with different caps is requested, i.e.
4672           higher resolution, the caller would get a buffer with the old
4673           dimensions and thus corrupt the heap.
4674
4675 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4676
4677         * sys/directdraw/gstdirectdrawsink.c
4678           (gst_directdraw_sink_buffer_alloc):
4679           Clear the flags on recycled buffers from buffer_alloc.
4680           Partially fixes #520885.
4681
4682 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4683
4684         * gst/rtp/gstrtpilbcpay.c:
4685           Added missing stdlib.h include for strtol(), and made include ordering and
4686           style consistent with the corresponding depayloader.
4687
4688 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4689
4690         * configure.ac:
4691           Error out if we don't have the required core/base versions.
4692
4693 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4694
4695         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4696
4697         * sys/osxvideo/cocoawindow.m:
4698         Fix compiler warnings on PPC64. Fixes bug #499318.
4699
4700 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4701
4702         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4703
4704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4705         Don't leak file descriptors on error. Fixes #531532.
4706
4707 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4708
4709         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4710         (gst_gconf_audio_src_change_state):
4711         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4712         (gst_gconf_video_sink_change_state):
4713         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4714         (gst_gconf_video_src_change_state):
4715         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4716         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4717         When we can't create a fakesink/fakesrc complain instead of unreffing
4718         NULL pointers and crashing later. See bug #530535.
4719
4720 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4721
4722         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4723         Add some more debug info and guard against small payloads.
4724
4725         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4726         Set duration on outgoing buffers because we can.
4727
4728 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4729
4730         Patch by: Olivier Crete <tester at tester dot ca>
4731
4732         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4733         (gst_speex_enc_init), (gst_speex_enc_chain):
4734         Add negotiation for the speex channels and rate. Fixes #465146.
4735
4736 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4737
4738         Patch by: Olivier Crete <tester at tester dot ca>
4739
4740         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4741         (gst_rtp_speex_pay_getcaps):
4742         Add negotiation for the speex channels and rate. See #465146.
4743
4744 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4745
4746         Patch by: Olivier Crete <tester at tester dot ca>
4747
4748         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4749         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4750         Add negotiation for the ILBC mode. See #465146.
4751
4752 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4753
4754         * ext/soup/gstsouphttpsrc.c:
4755           Include stdlib to fix the build. Use g_free instead of free, libsoup
4756           uses glib.
4757
4758 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4759
4760         Patch by: j^ <j@bootlab.org>
4761
4762         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4763         Add more mpeg2 variants. Fixes #530886.
4764
4765 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4766
4767         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4768
4769         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4770           Don't error out if we get an ICMP destination-unreachable
4771           message when trying to read packets on win32 (#529454).
4772
4773 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4774
4775         * configure.ac:
4776         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4777           Use new error code for encrypted streams (which requires core CVS).
4778
4779 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4780
4781         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4782           (gst_qtdemux_audiosrc_template):
4783           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4784
4785 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4786
4787         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4788         (speex_dec_chain_parse_data):
4789         Produce concealment data when time progresses in a segment update.
4790
4791 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4792
4793         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4794         (speex_dec_chain):
4795         Try to preserve input timestamps when we can.
4796         Do beginnings of error concealment.
4797
4798 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4799
4800         * gst/debug/gstnavigationtest.c:
4801           MSVC doesn't provide rint(), define an adequate replacement locally as
4802           elsewhere.
4803
4804 2008-04-28  Julien Moutte  <julien@fluendo.com>
4805
4806         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4807         format to pacify Mac OSX's gcc.
4808
4809 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4812           (DEFAULT_MAX), (src_template), (sink_template),
4813           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4814           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4815           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4816           Bring rndbuffersize element into a state that doesn't require us
4817           to move it to -bad immediately. For one, fix up default min/max
4818           values so that the element actuall works using the default values.
4819           Also, don't ignore flow return values and do some kind of minimal
4820           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4821           other gratuitious clean-ups.
4822
4823 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4824
4825         * docs/plugins/Makefile.am:
4826         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4827         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4828         * docs/plugins/gst-plugins-good-plugins.args:
4829         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4830         * docs/plugins/gst-plugins-good-plugins.interfaces:
4831         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4832         * docs/plugins/inspect/plugin-1394.xml:
4833         * docs/plugins/inspect/plugin-aasink.xml:
4834         * docs/plugins/inspect/plugin-alaw.xml:
4835         * docs/plugins/inspect/plugin-alpha.xml:
4836         * docs/plugins/inspect/plugin-alphacolor.xml:
4837         * docs/plugins/inspect/plugin-annodex.xml:
4838         * docs/plugins/inspect/plugin-apetag.xml:
4839         * docs/plugins/inspect/plugin-audiofx.xml:
4840         * docs/plugins/inspect/plugin-auparse.xml:
4841         * docs/plugins/inspect/plugin-autodetect.xml:
4842         * docs/plugins/inspect/plugin-avi.xml:
4843         * docs/plugins/inspect/plugin-cacasink.xml:
4844         * docs/plugins/inspect/plugin-cairo.xml:
4845         * docs/plugins/inspect/plugin-cdio.xml:
4846         * docs/plugins/inspect/plugin-cutter.xml:
4847         * docs/plugins/inspect/plugin-debug.xml:
4848         * docs/plugins/inspect/plugin-dv.xml:
4849         * docs/plugins/inspect/plugin-efence.xml:
4850         * docs/plugins/inspect/plugin-effectv.xml:
4851         * docs/plugins/inspect/plugin-equalizer.xml:
4852         * docs/plugins/inspect/plugin-esdsink.xml:
4853         * docs/plugins/inspect/plugin-flac.xml:
4854         * docs/plugins/inspect/plugin-flxdec.xml:
4855         * docs/plugins/inspect/plugin-gamma.xml:
4856         * docs/plugins/inspect/plugin-gconfelements.xml:
4857         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4858         * docs/plugins/inspect/plugin-goom.xml:
4859         * docs/plugins/inspect/plugin-halelements.xml:
4860         * docs/plugins/inspect/plugin-icydemux.xml:
4861         * docs/plugins/inspect/plugin-id3demux.xml:
4862         * docs/plugins/inspect/plugin-jpeg.xml:
4863         * docs/plugins/inspect/plugin-level.xml:
4864         * docs/plugins/inspect/plugin-matroska.xml:
4865         * docs/plugins/inspect/plugin-monoscope.xml:
4866         * docs/plugins/inspect/plugin-mulaw.xml:
4867         * docs/plugins/inspect/plugin-multifile.xml:
4868         * docs/plugins/inspect/plugin-multipart.xml:
4869         * docs/plugins/inspect/plugin-navigationtest.xml:
4870         * docs/plugins/inspect/plugin-ossaudio.xml:
4871         * docs/plugins/inspect/plugin-png.xml:
4872         * docs/plugins/inspect/plugin-quicktime.xml:
4873         * docs/plugins/inspect/plugin-rtp.xml:
4874         * docs/plugins/inspect/plugin-rtsp.xml:
4875         * docs/plugins/inspect/plugin-shout2send.xml:
4876         * docs/plugins/inspect/plugin-smpte.xml:
4877         * docs/plugins/inspect/plugin-spectrum.xml:
4878         * docs/plugins/inspect/plugin-speex.xml:
4879         * docs/plugins/inspect/plugin-taglib.xml:
4880         * docs/plugins/inspect/plugin-udp.xml:
4881         * docs/plugins/inspect/plugin-video4linux2.xml:
4882         * docs/plugins/inspect/plugin-videobalance.xml:
4883         * docs/plugins/inspect/plugin-videobox.xml:
4884         * docs/plugins/inspect/plugin-videocrop.xml:
4885         * docs/plugins/inspect/plugin-videoflip.xml:
4886         * docs/plugins/inspect/plugin-videomixer.xml:
4887         * docs/plugins/inspect/plugin-wavenc.xml:
4888         * docs/plugins/inspect/plugin-wavpack.xml:
4889         * docs/plugins/inspect/plugin-wavparse.xml:
4890         * docs/plugins/inspect/plugin-ximagesrc.xml:
4891           Add docs for gdkpixbufsink; update docs to CVS version.
4892
4893 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4894
4895         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4896         Remove test sync-offset by default.
4897
4898 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4901         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4902         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4903           Use GLib versions of htonl, htons, ntohl and ntohs in order
4904           to avoid problems on win32 (#529707).
4905
4906 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         Patch by: Jesús Corrius <jesus at softcatala org>
4909
4910         * gst/goom/filters.c: (zoomVector):
4911         * gst/goom/goom_core.c: (init_buffers):
4912           Fix build with mingw32: use rand() instead of random() and
4913           replace bzero() with memset(). Fixes #529692.
4914
4915 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4916
4917         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4918         Fix typo in comments.
4919
4920         * tests/examples/rtp/client-H263p-PCMA.sdp:
4921         * tests/examples/rtp/client-H263p-PCMA.sh:
4922         * tests/examples/rtp/client-H264-PCMA.sdp:
4923         * tests/examples/rtp/client-H264-PCMA.sh:
4924         * tests/examples/rtp/client-H264.sdp:
4925         * tests/examples/rtp/client-H264.sh:
4926         * tests/examples/rtp/client-PCMA.sdp:
4927         * tests/examples/rtp/client-PCMA.sh:
4928         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4929         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4930         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4931         Add some more docs and fix examples.
4932
4933 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4934
4935         * tests/check/elements/multifile.c:
4936         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4937         declared in the former, some have it declared in the latter.
4938
4939 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4940
4941         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4942         * gst/debug/tests.c: (md5_get_value):
4943         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4944         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4945         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4946         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4947         Stop using deprecated GLib functions.
4948
4949 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4950
4951         * configure.ac:
4952         Back to development -> 0.10.8.1
4953
4954 === release 0.10.8 ===
4955
4956 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4957
4958         * configure.ac:
4959           releasing 0.10.8, "One For The Money"
4960
4961 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4962
4963         * configure.ac:
4964         0.10.7.4 pre-release
4965
4966 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4967
4968         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4969         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4970         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4971         * gst/goom/flying_stars_fx.c: (fs_free):
4972         * gst/goom/goom_config_param.h:
4973         * gst/goom/goom_core.c: (goom_init), (goom_close):
4974         * gst/goom/goom_plugin_info.h:
4975         * gst/goom/gstgoom.c: (gst_goom_finalize):
4976         * gst/goom/lines.c: (goom_lines_free):
4977         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4978         * gst/goom/surf3d.c: (grid3d_free):
4979         * gst/goom/surf3d.h:
4980         * gst/goom/tentacle3d.c: (tentacle_free):
4981         Free a bunch of stuff, and initialise things to fix leaks
4982         and valgrind warnings in the testsuite.
4983
4984         Fixes: #529268
4985
4986 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4987
4988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4989         (gst_rtspsrc_configure_caps):
4990         Ref caps as the return value for the request_pt_map signal.
4991         Remove some caps weirdness when configuring a stream. See #528245.
4992
4993 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4994
4995         * tests/icles/gdkpixbufsink-test.c:
4996           Add cast to placate gcc 4.1.2.
4997
4998 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4999
5000         * configure.ac:
5001         0.10.7.3 pre-release
5002
5003 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5004
5005         * tests/check/Makefile.am:
5006         Disable some more elements in the state test.
5007         Add a define so the soup test can find the test files
5008         it needs at runtime.
5009
5010         * tests/check/elements/souphttpsrc.c: (run_server):
5011
5012         Add a define so the soup test can find the test files
5013         it needs at runtime.
5014
5015 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5016
5017         * gst/goom/convolve_fx.c: (convolve_apply):
5018         Don't ever draw the GOOM logo.
5019         Fixes: #528615
5020
5021 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5022
5023         * ext/cdio/gstcdiocddasrc.c:
5024         * ext/dv/gstdvdemux.c: 
5025         gst_atomic_int_set ==> g_atomic_int_set
5026
5027 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5028
5029         * configure.ac:
5030         * gst/goom/Makefile.am:
5031         * gst/goom/convolve_fx.c:
5032         * gst/goom/default_scripts.h:
5033         * gst/goom/goom.h:
5034         * gst/goom/goom_core.c: (choose_a_goom_line):
5035         * gst/goom/goom_plugin_info.h:
5036         * gst/goom/goomsl.c:
5037         * gst/goom/goomsl.h:
5038         * gst/goom/goomsl_hash.c:
5039         * gst/goom/goomsl_hash.h:
5040         * gst/goom/goomsl_heap.c:
5041         * gst/goom/goomsl_heap.h:
5042         * gst/goom/goomsl_private.h:
5043         * gst/goom/plugin_info.c:
5044           Strip out the config/script parsing stuff, we don't need it.
5045           Fixes #527999.
5046
5047 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5048
5049         * gst/goom/plugin_info.c: (setOptimizedMethods):
5050           Disable altivec optimisations for 32-bit PPC as well to make
5051           things build properly on all PPC systems. Fixes #528143
5052
5053 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * gst-plugins-good.spec.in:
5056           Update for souphttpsrc plugin which has moved to -good.
5057
5058 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5059
5060         * gst/matroska/matroska-demux.c:
5061         (gst_matroska_demux_handle_seek_event):
5062         Fix open-ended seeks in matroskademux
5063         Patch by: Mark Nauwelaerts <manauw skynet be>
5064         Fixes: #526557
5065
5066 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5067
5068         * tests/check/Makefile.am:
5069         Add soup test certificates to the dist.
5070
5071 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5072
5073         * ext/Makefile.am:
5074         Remove LADSPA reference I missed.
5075
5076 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5077
5078         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5079         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5080         over gnome-vfs and everything else. Fixes bug #527848.
5081
5082 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5083
5084         * configure.ac:
5085         * ext/Makefile.am:
5086         Remove LADSPA plugin. Fixes: #515978
5087
5088 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5089
5090         * configure.ac:
5091         * docs/plugins/Makefile.am:
5092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5094         * docs/plugins/gst-plugins-good-plugins.args:
5095         * docs/plugins/inspect/plugin-soup.xml:
5096         * ext/Makefile.am:
5097         * tests/check/Makefile.am:
5098         Move soup plugin from -bad (Fixes: #523124)
5099
5100 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5101
5102         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5103         Fix bounds checking of mode in Speex header, which may
5104         produce negative numbers in speex <= 1.1.12
5105
5106 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * gst/goom/Makefile.am:
5109         * gst/goom/gfontlib.c:
5110         * gst/goom/gfontlib.h:
5111         * gst/goom/gfontrle.c:
5112         * gst/goom/gfontrle.h:
5113         * gst/goom/goom.h:
5114         * gst/goom/goom_core.c: (goom_update):
5115         * gst/goom/goom_plugin_info.h:
5116         * gst/goom/gstgoom.c: (gst_goom_chain):
5117         * gst/goom/plugin_info.c:
5118           Remove a bunch of font/text related code that we don't need.
5119
5120 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5121
5122         * gst/goom/ppc_drawings.s:
5123         * gst/goom/ppc_zoom_ultimate.s:
5124           Change license of these files to LGPL, as permitted by the
5125           author, Guillaume Borios. See #515073.
5126
5127 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5128
5129         * gst/goom/convolve_fx.c:
5130         * gst/goom/motif_goom1.h:
5131         * gst/goom/motif_goom2.h:
5132           As hinted in Bug #518213, revert one change and fix warnings properly.
5133           This fixes both #518213 and #520073 for me.     
5134
5135 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5136
5137         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5138         * gst/matroska/matroska-demux.c:
5139         (gst_matroska_demux_handle_seek_event),
5140         (gst_matroska_demux_parse_contents_seekentry),
5141         (gst_matroska_demux_loop):
5142         Fix the Forte build by making function declaration signatures
5143         match the implementations.
5144
5145 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5148         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5149         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5150           More logging when probing (see #518474), some comments in _reset().
5151
5152 2008-04-07  Julien Moutte  <julien@fluendo.com>
5153
5154         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5155         because of a bad argument number.
5156
5157 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5158
5159         * tests/icles/.cvsignore:
5160         * tests/icles/Makefile.am:
5161         * tests/icles/gdkpixbufsink-test.c:
5162           Interactive test app for gdkpixbufsink.
5163
5164 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5165
5166         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5167
5168         * configure.ac:
5169         Actually build dlls when cross-compiling with mingw32.
5170         Fixes bug #526247.
5171
5172 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5175           Don't munge device string to 'default:x' for capture devices.
5176           Fixes #525833.
5177
5178 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5179
5180         * ext/wavpack/gstwavpackparse.c:
5181         (gst_wavpack_parse_index_entry_free):
5182         Always use GSlice as we actually depend on GLib 2.12 already.
5183
5184 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5185
5186         * configure.ac:
5187           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5188           Also bump the GLib requirement to the current de-facto requirement
5189           (ie. 2.12).
5190
5191 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5192
5193         * gst/rtp/gstrtph264pay.c: (encode_base64),
5194         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5195         * gst/rtp/gstrtph264pay.h:
5196         Parse codec_data for future AVC compatibility.
5197         Fail when we encounter AVC data for now.
5198
5199 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5200
5201         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5202           (gst_spectrum_init), (gst_spectrum_set_property),
5203           (gst_spectrum_get_property), (gst_spectrum_message_new):
5204           Rename property enums and default defines for the properties to match
5205           the property names and rephrase property descriptions to make them a
5206           bit clearer (hopefully). See #518188.
5207
5208 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * tests/check/Makefile.am:
5211         * tests/check/elements/.cvsignore:
5212         * tests/check/elements/gdkpixbufsink.c:
5213           Add unit test for gdkpixbufsink element.
5214
5215 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * ext/gdk_pixbuf/Makefile.am:
5218         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5219         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5220           (gst_gdk_pixbuf_sink_base_init),
5221           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5222           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5223           (gst_gdk_pixbuf_sink_set_caps),
5224           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5225           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5226           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5227           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5228           (gst_gdk_pixbuf_sink_get_property):
5229         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5230           Add gdkpixbufsink element for easy snapshotting (#525946).
5231
5232 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5233
5234         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5235         Bump timeout from 3 to 60 seconds.
5236
5237 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5238
5239         * tests/check/pipelines/.cvignore:
5240         Remove useless file.
5241
5242         * tests/check/pipelines/.cvsignore:
5243         Add new test to .cvsignore.
5244
5245 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5246
5247         * tests/check/Makefile.am:
5248         * tests/check/pipelines/wavpack.c: (bus_handler),
5249         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5250         (wavpack_suite), (main):
5251         Add unit test that encodes and decodes some data, checks that it
5252         is still the same and that all timestamps/offsets are perfect.
5253
5254 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5255
5256         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5257         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5258         * ext/wavpack/gstwavpackparse.c:
5259         (gst_wavpack_parse_index_entry_new),
5260         (gst_wavpack_parse_index_entry_free),
5261         (gst_wavpack_parse_base_init),
5262         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5263         Use GSlice for allocating index entries and use
5264         gst_element_class_set_details_simple().
5265
5266 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5267
5268         Patch by: Brian Cameron <brian.cameron at sun dot com>
5269
5270         * sys/sunaudio/gstsunaudio.c:
5271         * sys/sunaudio/gstsunaudiomixer.c:
5272         * sys/sunaudio/gstsunaudiomixer.h:
5273         * sys/sunaudio/gstsunaudiomixerctrl.c:
5274         * sys/sunaudio/gstsunaudiomixerctrl.h:
5275         * sys/sunaudio/gstsunaudiomixertrack.c:
5276         * sys/sunaudio/gstsunaudiomixertrack.h:
5277         * sys/sunaudio/gstsunaudiosink.c:
5278         * sys/sunaudio/gstsunaudiosink.h:
5279         * sys/sunaudio/gstsunaudiosrc.c:
5280         * sys/sunaudio/gstsunaudiosrc.h:
5281           Fix up copyrights (#525860).
5282
5283 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * gst/goom/goomsl.c: (gsl_read_file):
5286           Check return value of fread() to avoid compiler warnings.
5287
5288 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5289
5290         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5291
5292         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5293         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5294         * gst/law/alaw-decode.h:
5295         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5296         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5297         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5298         * gst/law/mulaw-decode.h:
5299         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5300         Make negotiation a bit modern.
5301         Use pad_alloc. Fixes #525359.
5302
5303 2008-03-31  David Schleef  <ds@schleef.org>
5304
5305         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5306           compiles consistently.  Fixes #522278.
5307
5308 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5309
5310         Patch by: Brian Cameron <brian.cameron at sun dot com>
5311
5312         * sys/sunaudio/gstsunaudiomixerctrl.c:
5313           (gst_sunaudiomixer_ctrl_get_volume),
5314           (gst_sunaudiomixer_ctrl_set_volume):
5315         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5316           Fix up the mixer tracks to use a volume range of 0-255, which is what
5317           the sun audio API uses. This simplifies the code and avoids rounding
5318           errors. Fixes #524593.
5319
5320 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5321
5322         * sys/v4l2/gstv4l2object.c:
5323         * sys/v4l2/gstv4l2object.h:
5324         Add device-fd property to make it possible to apps to call ioctl's.
5325
5326 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5327
5328         * gst/qtdemux/qtdemux.c: (next_entry_size):
5329         Unbreak streaming mode again.
5330
5331 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5334           Remove superfluous DEBUG macro.
5335
5336 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5337
5338         Based on patch by: William M. Brack <wbrack at mmm com hk>
5339
5340         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5341           (gst_v4l2src_set_capture):
5342           Check whether the device supports setting the framerate before
5343           trying to set it and then posting a warning or error if it doesn't
5344           work (#516649, #520092). Also compare fractions more correctly.
5345
5346 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * gst/goom/Makefile.am:
5349           Remove ppc assembler optimisations from the build until they
5350           actually build (they also seem to have GPL headers).
5351
5352 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5353
5354         * m4/Makefile.am:
5355           Better not dist files that don't exist any longer (lrint*m4).
5356
5357 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5358
5359         * configure.ac:
5360         * m4/lrint.m4:
5361         * m4/lrintf.m4:
5362         Remove lrint/lrintf checks. We don't use it anywhere.
5363
5364 2008-03-18  Andy Wingo  <wingo@pobox.com>
5365
5366         * sys/osxvideo/osxvideosink.m
5367         (gst_osx_video_sink_osxwindow_destroy)
5368         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5369         task, whoopdee.
5370         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5371         2 ms.
5372
5373 2008-03-18  Andy Wingo  <wingo@pobox.com>
5374
5375         * sys/osxvideo/osxvideosink.m
5376         (gst_osx_video_sink_osxwindow_destroy)
5377         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5378         task, whoopdee.
5379         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5380         2 ms.
5381         
5382 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         Patch by: William M. Brack <wbrack at mmm com hk>
5385
5386         * sys/v4l2/v4l2src_calls.c:
5387           (gst_v4l2src_probe_caps_for_format_and_size),
5388           (gst_v4l2src_probe_caps_for_format):
5389           Make sure the probed frame sizes are reversed in the resulting
5390           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5391           highest resolution first); also remove unused variable.
5392           (Partly fixes #520092)
5393
5394 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5395
5396         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5397
5398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5399         (gst_rtspsrc_finalize):
5400         Call WSAStartup() and WSACleanup before using the Winsock API.
5401         See #520808.
5402
5403 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5404
5405         * gst/avi/gstavidemux.c:
5406           Erm, the buffer-size is just guint, no need for the special format
5407           specifier.
5408
5409 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5410
5411         * gst/goom/plugin_info.c:
5412         * gst/goom/ppc_zoom_ultimate.h:
5413           Small fixes to build more on PPC: ifdef out code that uses unknown
5414           define; add newline at end of header file to avoid compiler warning.
5415           Assembler code still doesn't build though.
5416
5417 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5418
5419         * gst/avi/gstavidemux.c:
5420           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5421           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5422
5423 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5424
5425         * gst/avi/gstavidemux.c:
5426           Chunksize is uint32. Fix format specifier.
5427
5428 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5429
5430         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5431         mistake. Return file to pure MIT text.
5432
5433 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5434
5435         * gst/audiofx/audiofx.c:
5436         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5437         of hardcoding values.
5438
5439 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5440
5441         Patch by: Mark Nauwelaerts <manauw skynet be>
5442
5443         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5444           (gst_oss_src_close):
5445         * sys/oss/gstosssrc.h:
5446           Cache probed caps, so _get_caps() during recording doesn't cause
5447           ioctl calls which may disrupt the recording (fixes #521875).
5448
5449 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5450
5451         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5452         (gst_qtdemux_activate_segment),
5453         (gst_qtdemux_prepare_current_sample),
5454         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5455         Make sure we always send a DISCONT after a seek by setting the sample
5456         index to an undefined value after a seek.
5457
5458 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5459
5460         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5461           (GST_IS_AVI_SUBTITLE_CLASS):
5462           Fix up IS_FOO macros, which makes gtk-doc much happier.
5463
5464 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * tests/icles/Makefile.am:
5467           Move the -lgstfoo where it belongs.
5468
5469 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5470
5471         * gst/matroska/ebml-ids.h:
5472         Add ID for EBML CRC32 elements.
5473
5474         * gst/matroska/Makefile.am:
5475         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5476         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5477         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5478         (gst_ebml_read_header):
5479         Support reading 80bit floats, add finalize method to clean up
5480         in any case, support reading length/id elements with any length
5481         as long as it's smaller than our supported maximum, don't leak
5482         buffers if reading as much data as we wanted failed and some
5483         smaller cleanup.
5484
5485 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5486
5487         Patch by: Olivier Crete <tester at tester dot ca>
5488
5489         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5490         Check that a buffer is large enough before reading from it.
5491         Fixes bug #521102.
5492         
5493 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5494
5495         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5496         Fix compilation after removing the GstPollMode from the
5497         constructor.
5498
5499 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5500
5501         * configure.ac:
5502         * gst/audiofx/Makefile.am:
5503         * gst/audiofx/audiochebband.c:
5504         * gst/audiofx/audiocheblimit.c:
5505         * gst/audiofx/math_compat.h:
5506         Check for sinh(), cosh() and asinh() and define our own
5507         implementations if they're not available. Fixes bug #520880.
5508
5509 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5510
5511         Patch by: Olivier Crete <tester at tester dot ca>
5512
5513         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5514         Unref the buffers only once when handling not-negotiated errors.
5515         Fixes bug #520764.
5516
5517 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5518
5519         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5520
5521         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5522         (gst_udpsrc_stop):
5523         Properly balance WSA_Cleanup with WSA_Startup.
5524         Also make the poll controllable on windows. Fixes #520888.
5525
5526 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5527
5528         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5529         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5530         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5531         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5532         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5533         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5534         (gst_ebml_read_date), (gst_ebml_read_master),
5535         (gst_ebml_read_binary), (gst_ebml_read_header):
5536         * gst/matroska/ebml-read.h:
5537         * gst/matroska/matroska-demux.c:
5538         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5539         (gst_matroska_demux_read_track_encodings),
5540         (gst_matroska_demux_add_stream),
5541         (gst_matroska_demux_handle_src_query),
5542         (gst_matroska_demux_handle_seek_event),
5543         (gst_matroska_demux_init_stream),
5544         (gst_matroska_demux_parse_tracks),
5545         (gst_matroska_demux_parse_index_cuetrack),
5546         (gst_matroska_demux_parse_index_pointentry),
5547         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5548         (gst_matroska_demux_parse_metadata_id_simple_tag),
5549         (gst_matroska_demux_parse_metadata_id_tag),
5550         (gst_matroska_demux_parse_metadata),
5551         (gst_matroska_demux_sync_streams),
5552         (gst_matroska_demux_push_hdr_buf),
5553         (gst_matroska_demux_push_flac_codec_priv_data),
5554         (gst_matroska_demux_push_xiph_codec_priv_data),
5555         (gst_matroska_demux_add_wvpk_header),
5556         (gst_matroska_demux_check_subtitle_buffer),
5557         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5558         (gst_matroska_demux_parse_cluster),
5559         (gst_matroska_demux_parse_contents_seekentry),
5560         (gst_matroska_demux_parse_contents),
5561         (gst_matroska_demux_loop_stream_parse_id),
5562         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5563         * gst/matroska/matroska-demux.h:
5564         * gst/matroska/matroska-ids.h:
5565         Handle return values from pull_range in a more granular way to properly
5566         shut down on seeks.
5567         Combine return values from push.
5568         Implement proper error handling.
5569         Prepare for handling seeking correctly.
5570
5571 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5572
5573         * gst/matroska/ebml-read.c:
5574         Use GINT64 formatting constants from GLIB.
5575
5576         * gst/matroska/matroska-demux.c:
5577         Add some guards to avoid a possible division by 0 and crashing
5578         with NULL events on some systems.
5579         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5580         conversion. 
5581
5582         * gst/matroska/matroska-mux.c:
5583         Check for invalid timestamps in a bunch of places to avoid
5584         writing bogus durations into the output file.
5585         Fix some double<->gint64 conversions that weren't using
5586         gst_guint64_to_gdouble
5587
5588 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5589
5590         * configure.ac:
5591         Move the checks for bison, flex and as to the program section and the
5592         check for gcc inline asm to the compiler characteristics section.
5593
5594 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5595
5596         * configure.ac:
5597         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5598         plug-ins are included/excluded. (#498222)
5599
5600 2008-02-29  Michael Smith <msmith@fluendo.com>
5601
5602         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5603           Don't call gst_object_sync_values() unless we have a valid timestamp.
5604
5605 2008-02-28  David Schleef  <ds@schleef.org>
5606
5607         * gst/matroska/matroska-demux.c:
5608         * gst/matroska/matroska-ids.h:
5609         * gst/matroska/matroska-mux.c:
5610           Fix Dirac mapping.  I had previously added a VfW-type
5611           mapping, but it looks like Dirac will get a native Matroska
5612           mapping, and this is the most likely method.
5613
5614 2008-02-28  David Schleef  <ds@schleef.org>
5615
5616         * gst/avi/gstavimux.c: Add Dirac encoding
5617
5618 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5619
5620         Patch by: Peter Kjellerstedt <pkj at axis com>
5621
5622         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5623         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5624         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5625         * gst/udp/gstudpsrc.h:
5626         Port to GstPoll. See #505417.
5627
5628 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5629
5630         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5631         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5632         yet on the srcpad. We need rate and channels before we
5633         can do any processing. Fixes bug #519088.
5634
5635 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5636
5637         * configure.ac:
5638         Detect and indicate if GCC inline assembly syntax is
5639         available.
5640
5641         * gst/goom/Makefile.am:
5642         * gst/goom/convolve_fx.c:
5643         * gst/goom/flying_stars_fx.c:
5644         * gst/goom/goom_config.h:
5645         * gst/goom/goom_core.c:
5646         * gst/goom/goomsl.c:
5647         * gst/goom/ifs.c:
5648         * gst/goom/mmx.c:
5649         * gst/goom/plugin_info.c:
5650         * gst/goom/xmmx.c:
5651         Fix various GCC-isms, and only build the inline assembly
5652         with compilers that support GCC inline assembly.
5653
5654         Fix a couple of other warnings shown with Forte.
5655
5656 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5657
5658         * gst/goom/xmmx.c:
5659           Use 'emms' instead of 'femms' to not crash on cpus that do not
5660           implement this 3dnow specific instruction.
5661
5662 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5663
5664         * gst/goom/plugin_info.c: (setOptimizedMethods):
5665         Use extended MMX for draw_line() too if available, not only
5666         normal MMX.
5667
5668 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5669
5670         * ext/jpeg/gstjpeg.c: (plugin_init):
5671         Remove (commented out) smoke typefinder. This is in base now.
5672
5673 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5674
5675         * gst/goom2k1/Makefile.am:
5676         * gst/goom2k1/gstgoom.c:
5677
5678         Rename the installed library, and don't register the same 
5679         GType name as the new goom.
5680
5681 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * configure.ac:
5684         * ext/taglib/Makefile.am:
5685           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5686           when building C++ code (#516509).
5687
5688 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5689
5690         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5691         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5692           (setOptimizedMethods):
5693           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5694           anything useful. Export goom debug category so we can get
5695           rid of the VERBOSE define and the printfs.
5696
5697 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * gst/goom/goomsl_heap.c: (align_it):
5700         * gst/goom/plugin_info.c: (setOptimizedMethods):
5701           Compile fixes for x86-64.
5702
5703 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5704
5705         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5706         with warnings, but add other CFLAGS
5707
5708         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5709         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5710         (calculate_labels), (gsl_read_file):
5711         * gst/goom/goomsl_lex.l:
5712         * gst/goom/goomsl_yacc.y:
5713         * gst/goom/plugin_info.c: Remove a few live printf, and
5714         fprintf, replace exit() calls with g_assert_not_reached()
5715         if it not optimal for a library
5716
5717 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5718
5719         * gst/goom/Makefile.am: Remove the warnings being disabled,
5720         fix linkage on x86, spotted by Sebastian Dröge
5721         <slomo@circular-chaos.org>
5722
5723         * gst/goom/convolve_fx.c (convolve_init),
5724         (create_output_with_brightness), (convolve_apply):
5725         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5726         * gst/goom/goomsl.c:
5727         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5728         * gst/goom/plugin_info.c:
5729         * gst/goom/tentacle3d.c (tentacle_fx_create):
5730         Fix warnings, and disable the motifs in the convolve_fx
5731         plugin (they were causing warnings, and they were just
5732         "Goom" in funny letterring)
5733
5734 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5735
5736         * configure.ac: Add checks for Flex/Yacc/Bison and other
5737         furry animals, for the new goom 2k4 based plugin
5738
5739         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5740         CPU optimisations (not working yet), move the old plugin to...
5741
5742         * gst/goom2k1/*: ... here, in case somebody is sick enough
5743
5744         Fixes #515073
5745
5746 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5747
5748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5749         Post the server response code in an error message instead of a generic
5750         'error' message. Fixes #517237.
5751
5752 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5753
5754         * tests/check/Makefile.am:
5755         Ignore gconfaudiosrc for the states unit test too. It will fallback
5756         to alsasrc if the gconf settings can't be read and not everybody has
5757         alsa.
5758
5759 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5760
5761         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5762         (gst_wavpack_parse_create_src_pad):
5763         * ext/wavpack/gstwavpackparse.h:
5764         Always report the duration if we know it in push mode and don't
5765         return 0 just to make totem believe we can't seek in push mode.
5766         Newer totem version use the SEEKING query which properly reports
5767         if we can seek or not.
5768
5769 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5770
5771         Patch by: Jens Granseuer <jensgr at gmx dot net>
5772
5773         * tests/examples/equalizer/demo.c: (main):
5774         C89 fix, moving variable declarations to the beginning of
5775         the block. Fixes bug #517933.
5776
5777 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5778
5779         * configure.ac:
5780         Back to development...
5781
5782 === release 0.10.7 ===
5783
5784 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5785
5786         * configure.ac:
5787           releasing 0.10.7, "Red Door Black"
5788
5789 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5790
5791         * gst/alpha/Makefile.am:
5792         Link alpha plugin with libgstbase. Fixes bug #517386.
5793
5794 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5795
5796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5797         Init values to -1 instead of the default 0 value.
5798         Fixes #516524.
5799
5800 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5801
5802         * tests/examples/spectrum/spectrum-example.c:
5803         Add missing include to fix compilation when libxml usage is disabled.
5804         Fixes: #516371
5805
5806 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5807
5808         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5809         fixes: #514889
5810
5811         * gst/rtp/gstrtph264pay.c:
5812         * gst/rtp/gstrtpmp4gdepay.c:
5813         * gst/rtp/gstrtpmp4gpay.c:
5814         * gst/rtp/gstrtpmp4gpay.h:
5815         * gst/rtp/gstrtptheorapay.c:
5816         * gst/rtp/gstrtpvorbispay.c:
5817
5818         Fix various leaks shown up in valgrind
5819         - free sprops and buffer in error cases in H264 payloader
5820         - fix leak in mp4g depayloader when construction the caps
5821         - don't leak config string in the mp4g payloader
5822         - don't leak buffers and headers in theora and vorbis payloaders
5823
5824         * tests/check/elements/rtp-payloading.c:
5825
5826         Fix the RTP data test
5827         - Actually send valid amr data to the payloader instead of 20
5828         zero-bytes
5829         - The mp4g payloader expects codec_data on the caps
5830
5831 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5832
5833         * win32/MANIFEST:
5834         Add libgstpng.dsp to MANIFEST.
5835         * win32/vs6/libgstaudiofx.dsp:
5836         Add new source files to VS project file.
5837
5838 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5839
5840         * sys/ximage/gstximagesrc.c:
5841         Initialise variables when opening the X display rather
5842         than in _start(), as the display can be opened before that.
5843
5844         Fixes: #515985
5845
5846 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5847
5848         * sys/directdraw/gstdirectdrawsink.c:
5849         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5850         (gst_directdraw_sink_finalize):
5851         Properly chain up finalize functions. Fixes bug #515980.
5852
5853 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5854
5855         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5856         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5857         (gst_v4l2_buffer_pool_class_init):
5858         Chain up the finalize functions. Fixes bug #515984.
5859
5860 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5861
5862         * sys/ximage/ximageutil.c:
5863         Chain up in the finalize function for our custom
5864         buffer sub-class.
5865         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5866         Fixes: #515706
5867
5868 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5869
5870         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5871         (gst_fenced_buffer_class_init):
5872         Properly chain up finalize method. Fixes bug #515979.
5873
5874 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5875
5876         * sys/ximage/gstximagesrc.c:
5877         Free allocated Damage memory before closing our connection to the
5878         X server. Partially fixes: #515706
5879
5880 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5881
5882         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5883         * tests/check/Makefile.am:
5884         * tests/check/gst-plugins-good.supp:
5885         Add a few libjpeg suppressions and initialize a variable to
5886         make smokeenc valgrind clean. Fixes bug #515701.
5887
5888 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5889
5890         * gst/avi/gstavidemux.c:
5891         Revert patch which sends timestamps only on keyframes, as it
5892         breaks playback with current gst-ffmpeg.
5893
5894         Fixes: #515562
5895
5896 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5897
5898         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5899         * tests/check/elements/multifile.c: (GST_START_TEST):
5900         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5901
5902 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5903
5904         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5905         Use and unset the GError when pipeline creation fails instead of
5906         simply leaking it. Fixes bug #515704.
5907
5908 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5909
5910         * gst/audiofx/audioamplify.c:
5911         * gst/audiofx/audiochebband.c:
5912         * gst/audiofx/audiocheblimit.c:
5913         * gst/audiofx/audiodynamic.c:
5914         * gst/audiofx/audioinvert.c:
5915         * gst/audiofx/audiopanorama.c:
5916         * gst/audiofx/audiowsincband.c:
5917         * gst/audiofx/audiowsinclimit.c:
5918         Fix long description of audiofx elements. Fixes bug #515457.
5919
5920 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5921
5922         * docs/plugins/Makefile.am:
5923         * gst/spectrum/gstspectrum.c:
5924         * tests/examples/spectrum/.cvsignore:
5925         * tests/examples/spectrum/Makefile.am:
5926         * tests/examples/spectrum/spectrum-example.c:
5927
5928         Add a simple example application for the spectrum element, include it
5929         in the docs, and fix some documentation ambiguities.
5930
5931         Fixes: #348085
5932
5933 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5934
5935         * gst/equalizer/Makefile.am:
5936         * gst/spectrum/Makefile.am:
5937         Fix includes order
5938
5939         * tests/check/Makefile.am:
5940         Exclude v4l2src from the states test - it takes too long to start.
5941
5942         * tests/check/elements/spectrum.c:
5943         Make the test run properly with CK_FORK=no
5944
5945 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5946
5947         * gst/audiofix/Makefile.am: add missing header files 
5948
5949 2008-02-08  Julien Moutte  <julien@fluendo.com>
5950
5951         * gst/matroska/matroska-demux.c:
5952         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5953         keyframe and delta units correctly when dealign with a BlockGroup.
5954         Fixes: #514397
5955
5956 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5957
5958         * tests/check/elements/.cvsignore:
5959         Spell the new tests correctly in .cvsignore
5960
5961 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5962
5963         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5964           Need to use gsize here for the size, fixes compiler warning.
5965
5966         * tests/examples/equalizer/.cvsignore:
5967         * tests/examples/equalizer/Makefile.am:
5968         * tests/examples/spectrum/.cvsignore:
5969         * tests/examples/spectrum/Makefile.am:
5970           Add missing files to fix the build.
5971
5972 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5973
5974         * configure.ac:
5975         * docs/plugins/Makefile.am:
5976         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5977         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5978         * docs/plugins/gst-plugins-good-plugins.args:
5979         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5980         * docs/plugins/inspect/plugin-multifile.xml:
5981         * tests/check/Makefile.am:
5982         * tests/check/elements/.cvsignore:
5983
5984         Move multifile plugin from -bad.
5985         Fixes: #490283
5986
5987 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5988
5989         * configure.ac:
5990         * docs/plugins/Makefile.am:
5991         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5992         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5993         * docs/plugins/gst-plugins-good-plugins.args:
5994         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5995         * docs/plugins/inspect/plugin-spectrum.xml:
5996         * gst/spectrum/Makefile.am:
5997         * tests/check/Makefile.am:
5998         * tests/check/elements/.cvsignore:
5999         * tests/examples/Makefile.am:
6000
6001         Move spectrum plugin from -bad.
6002         Move examples into tests/examples/spectrum.
6003
6004 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6005
6006         * configure.ac:
6007         * docs/plugins/Makefile.am:
6008         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6009         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6010         * docs/plugins/gst-plugins-good-plugins.args:
6011         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6012         * docs/plugins/gst-plugins-good-plugins.interfaces:
6013         * docs/plugins/inspect/plugin-equalizer.xml:
6014         * gst/equalizer/Makefile.am:
6015         * tests/check/Makefile.am:
6016         * tests/examples/Makefile.am:
6017         Move the equalizer plugin across from -bad
6018
6019         * tests/check/elements/.cvsignore:
6020         Add equalizer, audiosincwband and audiosincwlimit
6021
6022         * tests/check/elements/equalizer.c:
6023         Fix compiler warnings
6024
6025         Fixes: #415627
6026
6027 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6028
6029         * configure.ac:
6030         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6031         are treated like releases and build without it.
6032
6033 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6034
6035         * docs/plugins/Makefile.am:
6036         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6038         * docs/plugins/gst-plugins-good-plugins.args:
6039         * docs/plugins/inspect/plugin-audiofx.xml:
6040         * gst/audiofx/Makefile.am:
6041         * gst/audiofx/audiofx.c:
6042         * gst/audiofx/audiowsincband.c:
6043         * gst/audiofx/audiowsincband.h:
6044         * gst/audiofx/audiowsinclimit.c:
6045         * gst/audiofx/audiowsinclimit.h:
6046         * tests/check/Makefile.am:
6047         * tests/check/elements/audiowsincband.c:
6048         * tests/check/elements/audiowsinclimit.c:
6049
6050         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6051         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6052         respectively.
6053
6054         Fixes: #467666
6055
6056 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6057
6058         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6059         * tests/check/elements/icydemux.c:
6060           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6061           caps, and add a somewhat useful debug message. Plus test.
6062
6063 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6064
6065         * gst/rtsp/gstrtspsrc.c:
6066         Include unistd.h only if HAVE_UNISTD_H is defined
6067         * win32/common/config.h.in:
6068         * win32/common/config.h:
6069         Define socklen_t as it seems it's not defined in default 
6070         Visual Studio headers.
6071         * win32/vs6/libgstalpha.dsp:
6072         * win32/vs6/libgstapetag.dsp:
6073         * win32/vs6/libgstavi.dsp:
6074         * win32/vs6/libgstrtp.dsp:
6075         * win32/vs6/libgstrtsp.dsp:
6076         * win32/vs6/libgstvideomixer.dsp:
6077         Update project file dependencies and add new source files       
6078
6079 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6080
6081         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6082
6083         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6084         Don't leak buffers when we don't push them downstream.
6085         Fixes bug #514965.
6086
6087 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         * configure.ac:
6090           Bump requirements to (good) released versions to avoid
6091           confusion and make implicit core requirement explicit.
6092
6093 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6094
6095         * docs/plugins/Makefile.am:
6096         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6097         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6098         * docs/plugins/gst-plugins-good-plugins.args:
6099         * docs/plugins/inspect/plugin-audiofx.xml:
6100         * gst/audiofx/Makefile.am:
6101         * gst/audiofx/audiochebband.c:
6102         * gst/audiofx/audiochebband.h:
6103         * gst/audiofx/audiocheblimit.c:
6104         * gst/audiofx/audiocheblimit.h:
6105         * gst/audiofx/audiochebyshevfreqband.c:
6106         * gst/audiofx/audiochebyshevfreqband.h:
6107         * gst/audiofx/audiochebyshevfreqlimit.c:
6108         * gst/audiofx/audiochebyshevfreqlimit.h:
6109         * gst/audiofx/audiofx.c:
6110         * tests/check/Makefile.am:
6111         * tests/check/elements/.cvsignore:
6112         * tests/check/elements/audiochebband.c:
6113         * tests/check/elements/audiocheblimit.c:
6114         * tests/check/elements/audiochebyshevfreqband.c:
6115         * tests/check/elements/audiochebyshevfreqlimit.c:
6116
6117         Rename audiochebyshevfreqband -> audiochebband and
6118         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6119         surgery.
6120
6121         Closes: #491811
6122
6123 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6124
6125         Patch by: Orjan Friberg <orjanf at axis dot com>
6126
6127         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6128         Fix caps memory leak. Fixes #514573.
6129
6130 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6131
6132         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6133         If there's no entries in the subindex, don't try to do anything stupid,
6134         just return.
6135
6136 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         Patch by: John Millikin <jmillikin at gmail dot com>
6139
6140         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6141           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6142           Fix extraction of picture blocks with newer libflac versions again:
6143           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6144
6145 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * tests/check/Makefile.am:
6148           Add rtp-payloading test to VALGRIND_TO_FIX.
6149
6150         * tests/check/elements/rtp-payloading.c:
6151           Add semicolons after GST_TEST_END so gst-indent gets the
6152           formatting right; make test less verbose in general, but
6153           more verbose in the error case (which should probably
6154           make the test fail anyway).
6155
6156 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6157
6158         * docs/plugins/Makefile.am:
6159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6161         * gst/avi/gstavisubtitle.c:
6162         Add documentation for avisubtitle and change class to
6163         Codec/Parser/Subtitle
6164
6165 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6166
6167         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6168         Treat ENOTTY (driver does not implement ioctl) the same as
6169         EINVAL since it implies there are no available standards.
6170
6171         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6172         (gst_v4l2src_get_nearest_size):
6173         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6174         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6175         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6176         reason, and if we aren't yet actively capturing.
6177
6178         * sys/v4l2/v4l2src_calls.h:
6179         Remove replaced function declaration.
6180
6181 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6182
6183         * configure.ac:
6184         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6185         API.
6186
6187 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6188
6189         * configure.ac:
6190         Fix typo.
6191
6192 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6193
6194         * gst/alpha/Makefile.am:
6195         * gst/alpha/gstalpha.c:
6196
6197         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6198         some stuff, and making buffer-alloc and resizing work automatically.
6199         No longer crashes on odd frame widths and heights, although there
6200         seems to be a disagreement with ffmpegcolorspace about what size
6201         an AYUV frame with odd height should be.
6202
6203 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6204
6205         Patch by: Alessandro Decina <alessandro at nnva dot org>
6206
6207         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6208         * ext/libpng/gstpngenc.h:
6209         Preallocate the output buffer so that g_memdup() and
6210         gst_buffer_merge() aren't needed anymore. This greatly improves
6211         performances and fixes #512544.
6212
6213 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6214
6215         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6216         (gst_avi_demux_stream_data):
6217         GStreamer timestamps are PTS values while AVI only knows about DTS
6218         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6219         we are dealing with a key frame.
6220
6221 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6222
6223         * tests/check/Makefile.am:
6224         * tests/check/elements/.cvsignore:
6225         * tests/check/elements/rtp-payloading.c:
6226           Add add testsuite for the rtp-payloader that tries simulating
6227           dataflow. Needs more test data.
6228
6229 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6230
6231         * tests/check/elements/alphacolor.c:
6232           Remove two unused variables.
6233
6234 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6235
6236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6237           Use g_ascii_strtoll() instead of atoll, which is only
6238           available in C99.
6239
6240 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6241
6242         * gst/rtp/Makefile.am:
6243         * gst/rtp/gstrtp.c:
6244         * gst/rtp/gstrtpmpvpay.c:
6245         * gst/rtp/gstrtpmpvpay.h:
6246         Add MPEG2 video payloader
6247
6248 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6249
6250         * gst/level/gstlevel.c:
6251         Use #include <math.h> instead of #include "math.h".
6252
6253 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6254
6255         * tests/check/Makefile.am:
6256         Fix up some CFLAGS sets.
6257         Don't include gconfvideosrc in the states test.
6258
6259         * tests/check/elements/autodetect.c: (GST_START_TEST):
6260         Add some error strings to fail_unless arguments to fix some weird
6261         compiler errors on Solaris.
6262
6263 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6264
6265         * configure.ac:
6266         Detect video4linux headers on Solaris too.
6267         * sys/v4l2/gstv4l2colorbalance.h:
6268         * sys/v4l2/gstv4l2object.h:
6269         * sys/v4l2/v4l2_calls.c:
6270         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6271         (gst_v4l2_buffer_new):
6272
6273         Make v4l2 build on Solaris.
6274         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6275         Fixes: #510505
6276
6277 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6278
6279         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6280           Update list from (still local) scanning script.
6281
6282 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6283
6284         Based on a patch by:
6285             Victor STINNER <victor dot stinner at haypocalc dot com>
6286
6287         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6288         Set variable to NULL after freeing it to prevent double frees
6289         or make failures by another use of it afterwards more obvious
6290         and fix use of it after the freeing. Fixes bug #510592.
6291
6292 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6293
6294         * gst/udp/gstmultiudpsink.c:
6295         use GST_WARNING for logging
6296
6297 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6298
6299         * gst/udp/gstmultiudpsink.c:
6300         Don't try to leave a multicast group with an invalid socket
6301
6302 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * ext/flac/gstflacdec.c:
6305           Fix compilation against flac 1.1.2 (as on debian stable), where
6306           the picture metadata defines and structs don't exist yet.
6307           Fixes #509301.
6308
6309 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6310
6311         Patch by: Olivier Crete <tester at tester dot ca>
6312
6313         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6314         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6315         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6316         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6317         * gst/udp/gstmultiudpsink.h:
6318         Add property to automatically join a multicast group or not. This can be
6319         useful when sharing a socket between multiple elements.
6320         Fixes #509531.
6321
6322 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6323
6324         * gst/videomixer/Makefile.am:
6325           Add controller flags.
6326
6327 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6328
6329         * gst/videomixer/videomixer.c:
6330           Also commit the missing gst_object_sync_values().
6331
6332 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6333
6334         * docs/plugins/Makefile.am:
6335           Remove duplicate entry.
6336
6337 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6338
6339         * docs/plugins/Makefile.am:
6340         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6341         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6342         * docs/plugins/inspect/plugin-gamma.xml:
6343         * docs/plugins/inspect/plugin-monoscope.xml:
6344         * docs/plugins/inspect/plugin-video4linux2.xml:
6345           Add 3 more plugins to docs.
6346
6347 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6348
6349         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6350         * sys/osxvideo/osxvideosink.h:
6351           Revert previous change caused by a file that got stuck on an old
6352           revision.
6353
6354 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6355
6356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6357         * gst/multipart/Makefile.am:
6358         * gst/multipart/multipartdemux.c:
6359         * gst/multipart/multipartdemux.h:
6360         * gst/multipart/multipartmux.c:
6361         * gst/multipart/multipartmux.h:
6362           Re-add multipartdemux to the docs. Last round of section cleanup.
6363
6364 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6365
6366         * docs/plugins/Makefile.am:
6367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6368         * sys/osxaudio/gstosxaudiosink.h:
6369         * sys/osxvideo/osxvideosink.h:
6370           Managed to resolve most unused declarations. Filed a bug for one left.          
6371
6372 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6373
6374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6375           Cleanup section file.
6376
6377 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * docs/plugins/Makefile.am:
6380         * docs/plugins/gst-plugins-good-plugins.args:
6381         * docs/plugins/gst-plugins-good-plugins.signals:
6382         * docs/plugins/inspect/plugin-alaw.xml:
6383         * docs/plugins/inspect/plugin-alpha.xml:
6384         * docs/plugins/inspect/plugin-alphacolor.xml:
6385         * docs/plugins/inspect/plugin-annodex.xml:
6386         * docs/plugins/inspect/plugin-apetag.xml:
6387         * docs/plugins/inspect/plugin-audiofx.xml:
6388         * docs/plugins/inspect/plugin-auparse.xml:
6389         * docs/plugins/inspect/plugin-autodetect.xml:
6390         * docs/plugins/inspect/plugin-avi.xml:
6391         * docs/plugins/inspect/plugin-cairo.xml:
6392         * docs/plugins/inspect/plugin-cdio.xml:
6393         * docs/plugins/inspect/plugin-cutter.xml:
6394         * docs/plugins/inspect/plugin-debug.xml:
6395         * docs/plugins/inspect/plugin-dv.xml:
6396         * docs/plugins/inspect/plugin-efence.xml:
6397         * docs/plugins/inspect/plugin-effectv.xml:
6398         * docs/plugins/inspect/plugin-flac.xml:
6399         * docs/plugins/inspect/plugin-flxdec.xml:
6400         * docs/plugins/inspect/plugin-gconfelements.xml:
6401         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6402         * docs/plugins/inspect/plugin-goom.xml:
6403         * docs/plugins/inspect/plugin-halelements.xml:
6404         * docs/plugins/inspect/plugin-icydemux.xml:
6405         * docs/plugins/inspect/plugin-id3demux.xml:
6406         * docs/plugins/inspect/plugin-jpeg.xml:
6407         * docs/plugins/inspect/plugin-ladspa.xml:
6408         * docs/plugins/inspect/plugin-level.xml:
6409         * docs/plugins/inspect/plugin-matroska.xml:
6410         * docs/plugins/inspect/plugin-mulaw.xml:
6411         * docs/plugins/inspect/plugin-multipart.xml:
6412         * docs/plugins/inspect/plugin-navigationtest.xml:
6413         * docs/plugins/inspect/plugin-png.xml:
6414         * docs/plugins/inspect/plugin-quicktime.xml:
6415         * docs/plugins/inspect/plugin-rtp.xml:
6416         * docs/plugins/inspect/plugin-rtsp.xml:
6417         * docs/plugins/inspect/plugin-shout2send.xml:
6418         * docs/plugins/inspect/plugin-smpte.xml:
6419         * docs/plugins/inspect/plugin-speex.xml:
6420         * docs/plugins/inspect/plugin-taglib.xml:
6421         * docs/plugins/inspect/plugin-udp.xml:
6422         * docs/plugins/inspect/plugin-videobalance.xml:
6423         * docs/plugins/inspect/plugin-videobox.xml:
6424         * docs/plugins/inspect/plugin-videocrop.xml:
6425         * docs/plugins/inspect/plugin-videoflip.xml:
6426         * docs/plugins/inspect/plugin-videomixer.xml:
6427         * docs/plugins/inspect/plugin-wavenc.xml:
6428         * docs/plugins/inspect/plugin-wavpack.xml:
6429         * docs/plugins/inspect/plugin-wavparse.xml:
6430           Update plugin docs.
6431
6432         * gst/videomixer/Makefile.am:
6433         * gst/videomixer/videomixer.c:
6434         * gst/videomixer/videomixer.h:
6435         * gst/videomixer/videomixerpad.h:
6436           Split out header to fix warnings from the doc-build.
6437
6438 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6439
6440         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6441
6442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6443         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6444
6445 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6449           Initialise variables to work around (false) 'foo might be used
6450           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6451
6452 2008-01-11  David Schleef  <ds@schleef.org>
6453
6454         * docs/plugins/.cvsignore:
6455         * tests/check/pipelines/.cvsignore:
6456           Ignore more files for the buildbot.
6457
6458 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6459
6460         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6461         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6462         Generate the image-type values correctly. Leave them out of the caps
6463         when outputting a "preview image" tag, since it only makes sense
6464         to have one of those - the type is irrelevant.
6465
6466         * sys/sunaudio/gstsunaudiomixerctrl.c:
6467         (gst_sunaudiomixer_ctrl_open):
6468         If we can, mark the mixer multiple open when we use it, in case
6469         (for some reason) the process wants to open it again elsewhere.
6470
6471 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6472
6473         Patch by: Olivier Crete <tester at tester dot ca>
6474
6475         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6476         * gst/rtp/gstrtptheorapay.c:
6477         Fix the clock rate to 90000 as required by the RFC.
6478         Fixes #508644.
6479
6480 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6481
6482         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6483           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6484
6485 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6486
6487         * autogen.sh:
6488           Add -Wno-portability to the automake parameters to stop warnings
6489           about GNU make extensions being used. We require GNU make in almost
6490           every Makefile anyway.
6491           
6492         * configure.ac:
6493           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6494           at the same time is required for per target flags.
6495
6496 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6497
6498         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6499         Fix error from my last commit.
6500
6501 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6502
6503         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6504
6505         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6506           Make sure the ISO 639-X language code in ID3v2 COMM frames
6507           is actually valid UTF-8 (or rather: ASCII), so we don't end
6508           up with non-UTF8 strings in tags if there's garbage in the
6509           language field. Also make sure the language code is always
6510           lower case. Fixes: #508291.
6511
6512 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6513
6514         * ChangeLog:
6515           Fix ChangeLog typo.
6516
6517 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6518
6519         * Makefile.am:
6520           Include lcov.mak to allow building coverage reports. Guard
6521           check-torture target like in the other packages.
6522
6523 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6524
6525         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6526
6527         * gst/videomixer/videomixer.c:
6528         (gst_videomixer_set_master_geometry), (_do_init),
6529         (gst_videomixer_child_proxy_get_child_by_index),
6530         (gst_videomixer_child_proxy_get_children_count),
6531         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6532         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6533         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6534         Implement GstChildProxy interface.
6535         Send newsegment at the right moment
6536         Fixes #488879
6537
6538 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6539
6540         * gst/alpha/Makefile.am:
6541         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6542         (gst_alpha_sink_event), (gst_alpha_chain),
6543         (gst_alpha_change_state), (plugin_init):
6544         Make the various properties of 'alpha' controllable. This allows doing
6545         niceties like fade-in/fade-out.
6546
6547 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6548
6549         * gst/rtp/gstasteriskh263.c:
6550         * gst/rtp/gstrtpL16depay.c:
6551         * gst/rtp/gstrtpac3depay.c:
6552         * gst/rtp/gstrtpamrpay.c:
6553         * gst/rtp/gstrtpdepay.c:
6554         * gst/rtp/gstrtpgsmdepay.c:
6555         * gst/rtp/gstrtph263depay.c:
6556         * gst/rtp/gstrtph263pdepay.c:
6557         * gst/rtp/gstrtph263ppay.c:
6558         * gst/rtp/gstrtph264depay.c:
6559         * gst/rtp/gstrtph264pay.c:
6560         * gst/rtp/gstrtpmp2tdepay.c:
6561         * gst/rtp/gstrtpmp4adepay.c:
6562         * gst/rtp/gstrtpmp4gdepay.c:
6563         * gst/rtp/gstrtpmp4gpay.c:
6564         * gst/rtp/gstrtpmp4vdepay.c:
6565         * gst/rtp/gstrtpmpadepay.c:
6566         * gst/rtp/gstrtpmpvdepay.c:
6567         * gst/rtp/gstrtpsv3vdepay.c:
6568         * gst/rtp/gstrtptheoradepay.c:
6569         * gst/rtp/gstrtptheorapay.c:
6570         * gst/rtp/gstrtpvorbisdepay.c:
6571         * gst/rtp/gstrtpvorbispay.c:
6572           Remove copy/paste unused code (property setters and getter) found by
6573           the coverage suite (yay, saves ~20k on disk).
6574
6575 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6578           (videosink_templ):
6579           Also fix up pad templates to indicate that image/jpeg doesn't
6580           absolutely require the framerate property to be set (#504081).
6581
6582 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6583
6584         Based on patch by: Wouter Cloetens  <wouter at mind be>
6585
6586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6587           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6588           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6589         * gst/matroska/matroska-mux.h:
6590           Keep track of first and last timestamps for each incoming stream,
6591           so we can calculate the total duration for live sources and other
6592           input where we can't query the duration from the start or where
6593           there's no constant framerate from which we can deduce the
6594           duration; also use calculated/observed duration if it is bigger
6595           than the previously queried duration. Furthermore, use
6596           gst_pad_query_peer_duration() and take into account that it may
6597           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6598           screws up comparisons when using unsigned integers. Fixes #504081.
6599
6600 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6601
6602         * configure.ac:
6603         * gst/audiofx/audioamplify.c:
6604         (gst_audio_amplify_clipping_method_get_type),
6605         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6606         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6607         (gst_audio_dynamic_transform_ip):
6608         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6609         (gst_audio_invert_transform_ip):
6610         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6611         (gst_audio_panorama_transform):
6612         * gst/level/gstlevel.c: (gst_level_init):
6613         Make elements GST_BUFFER_FLAG_GAP aware and call
6614         gst_base_transform_set_gap_aware for this.
6615         Bump core requirement to CVS.
6616         
6617         * gst/audiofx/audiochebyshevfreqband.c:
6618         (gst_audio_chebyshev_freq_band_transform_ip):
6619         * gst/audiofx/audiochebyshevfreqlimit.c:
6620         (gst_audio_chebyshev_freq_limit_transform_ip):
6621         Also sync GObject properties to the controller if operating
6622         in passthrough mode.
6623
6624 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6625
6626         * sys/directdraw/gstdirectdrawsink.c:
6627           (gst_directdraw_sink_window_thread):
6628           FALSE is not a gpointer.
6629
6630 2008-01-05  Julien Moutte  <julien@fluendo.com>
6631
6632         * sys/directdraw/gstdirectdrawsink.c:
6633         (gst_directdraw_sink_set_window_id),
6634         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6635         (gst_directdraw_sink_buffer_alloc),
6636         (gst_directdraw_sink_draw_borders),
6637         (gst_directdraw_sink_show_frame),
6638         (gst_directdraw_sink_setup_ddraw),
6639         (gst_directdraw_sink_window_thread),
6640         (gst_directdraw_sink_get_ddrawcaps),
6641         (gst_directdraw_sink_surface_create): Make sure we create our
6642         internal window only when we need it. That will give a chance to
6643         the application to get the prepare-xwindow-id bus message. Draw
6644         black borders when keeping aspect ratio. Handle the case where our
6645         rendering window disappears (closed or errors) like other sinks
6646         do. Various 80 columns fixes, improve state change order. That
6647         element could need some more love.
6648
6649 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6650
6651         * ext/taglib/gstapev2mux.h:
6652         * ext/taglib/gstid3v2mux.h:
6653         Remove useless typedefs without new type name. Fixes a warning with
6654         gcc 4.3.
6655
6656 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6657
6658         Patch by: John Millikin <jmillikin at gmail dot com>
6659
6660         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6661         (gst_flac_dec_setup_stream_decoder),
6662         (gst_flac_normalize_picture_mime_type),
6663         (gst_flac_extract_picture_buffer),
6664         (gst_flac_dec_metadata_callback):
6665         Emit metadata messages when a PICTURE block is encountered.
6666         Fixes #506715.
6667
6668 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6669
6670         * gst/avi/gstavi.c:
6671         increase rank because no known issues anymore ...
6672         * gst/avi/gstavisubtitle.c:
6673         send subtitle name to the srcpad
6674
6675 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6676
6677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6678         * gst/rtsp/gstrtspsrc.h:
6679         Implement redirect for the DESCRIBE reply. Fixes #506025.
6680
6681 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6682
6683         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6684         Fix 'xyz may be used uninitialized' compiler warnings caused
6685         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6686         abort() in any case but properly report the error.
6687
6688 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6689
6690         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6691         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6692         * sys/ximage/gstximagesrc.c: (composite_pixel):
6693           Fix 'xyz may be used uninitialized' compiler warnings caused
6694           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6695           not really nice to abort in any case). Fixes #505745.
6696
6697 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6700           Small unit test fix (has no practical impact at the moment,
6701           since we're only feeding utf8 and hence just create a sub-
6702           buffer for the output).
6703
6704 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6705
6706         * gst/avi/gstavisubtitle.c:
6707         * tests/check/elements/avisubtitle.c:
6708         Add seeking support for avi subtitle
6709
6710 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6711
6712         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6713         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6714         (gst_flac_dec_write):
6715         * ext/flac/gstflacdec.h:
6716         Remove some unused vars.
6717         Do more cleanup of leftover events and tags.
6718         Output tags after the segment event. Fixes #504018.
6719
6720 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6723           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6724           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6725           Detect other UTF byte order markers and convert to UTF-8 as
6726           appropriate.
6727
6728 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * gst/avi/gstavisubtitle.c: (src_template),
6731           (gst_avi_subtitle_extract_utf8_file),
6732           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6733           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6734           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6735         * gst/avi/gstavisubtitle.h:
6736           Refactor a bit; fix name extraction; don't assume all the data
6737           in the chunk is actually subtitle data, there may be padding at
6738           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6739           file so it's there to send again after a seek (for future use).
6740
6741 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6742
6743         * gst/avi/Makefile.am:
6744         * gst/avi/gstavi.c:
6745         * gst/avi/gstavisubtitle.c:
6746         * gst/avi/gstavisubtitle.h:
6747         * tests/check/Makefile.am:
6748         * tests/check/elements/avisubtitle.c:
6749         * win32/common/config.h:
6750                 Add avi subtitle element for bug #442034. Need seeking support
6751                 and more support for character conversion.
6752
6753 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         * Makefile.am:
6756           Include common/win32.mak for CRLF check of win32 project
6757           files (see #393626).
6758
6759         * win32/vs6/libgstpng.dsp:
6760           Fix line endings and do cvs admin -kb.
6761
6762 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6763
6764         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6765         Actually drop the buffers which are outside the currently configured
6766         segment instead of just emitting a WARNING.
6767
6768 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6769
6770         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6771         (gst_flac_dec_write):
6772         * ext/flac/gstflacdec.h:
6773         Send segments from the streaming thread. Fixes #502187.
6774         Fix segment seeking and a bunch of other seeking cases.
6775
6776 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6777
6778         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6779           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6780           which is where it would end up if the same information was
6781           put in a vorbis comment (don't think it's worth adding a
6782           new URI tag for this). Fixes #488112.
6783
6784 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6785
6786         * configure.ac:
6787           We need core/base 0.10.15 or later.
6788
6789 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6790
6791         Patch by: Mark Nauwelaerts <manauw skynet be>
6792
6793         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6794         Fix regression in stream numbering. Fixes #502655.
6795
6796 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6797
6798         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6799
6800         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6801         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6802         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6803         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6804         (gst_rtp_h264_pay_handle_buffer):
6805         * gst/rtp/gstrtph264pay.h:
6806         Use higher performance start-code searching.
6807         Parse NALs and store SPS, PPS and profile in the caps so that they can
6808         be used in the SDP. Fixes #502814.
6809
6810 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6813         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6814           Init some structs to zero before we pass them to ioctl, which
6815           avoids valgrind warnings.  Also fix a small memory leak.
6816
6817 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6818
6819         Patch by: Wouter Cloetens <wouter at mind dot be>
6820
6821         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6822         Copy timestamp from input to output. Not very perfect yet but better
6823         than nothing. Fixes #503023.
6824
6825 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6826
6827         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6828           Also print a useful error message with the old Wavpack API
6829           if possible.
6830
6831 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6832
6833         * ext/wavpack/gstwavpackdec.c:
6834           More build fixes for old libwavpack versions: include config.h so
6835           that WAVPACK_OLD_API is actually defined as detected; only use
6836           WavpackGetErrorMessage if it is available. This fixes the build
6837           on debian stable for me.
6838
6839 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6840
6841         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6842         * ext/wavpack/gstwavpackparse.c:
6843           (gst_wavpack_parse_create_src_pad):
6844           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6845           versions below 4.40.0.
6846
6847 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6848
6849         * configure.ac:
6850           And now do it right for real...
6851
6852 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6853
6854         * configure.ac:
6855           Correctly reset $LIBS to not contain -lm.
6856
6857 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6858
6859         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6860
6861         * configure.ac:
6862         * ext/cairo/gsttimeoverlay.c:
6863           (gst_cairo_time_overlay_print_smpte_time):
6864           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6865           and checking for rint() and implementing it ourself if it doesn't
6866           exist. Fixes #497293.
6867
6868 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6869
6870         * configure.ac:
6871           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6872
6873 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6874
6875         * sys/oss/gstosshelper.c:
6876         Verify that the format returned after the ioctl is the one
6877         we requested. It is valid for the ioctl to succeed while
6878         substituting an alternate 'supported' sample format.
6879
6880 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6881
6882         * sys/oss/gstossaudio.c: (plugin_init):
6883         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6884         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6885           Post decent (and translated) error message when we can't
6886           open the audio device for some reason.
6887
6888 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6889
6890         * sys/oss/gstosssink.c:
6891         * sys/oss/gstosssrc.c:
6892         Allow the AUDIODEV environment variable to redirect us
6893         to a different default OSS device, like sunaudiosink does
6894         on Solaris (makes audio play automatically on SunRays).
6895
6896 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6897
6898         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6899         * gst/audiofx/audiochebyshevfreqband.c:
6900         (gst_audio_chebyshev_freq_band_transform_ip):
6901         * gst/audiofx/audiochebyshevfreqlimit.c:
6902         (gst_audio_chebyshev_freq_limit_transform_ip):
6903         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6904         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6905         The transform_ip() methods should do nothing if in passthrough mode.
6906         It might get non-writable buffers in that case but the buffer might
6907         as well be writable.
6908
6909         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6910         The transform() methods won't be called in passthrough mode and
6911         otherwise the buffer is always writable so don't check here.
6912
6913 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6916           Fix seeking in .wav files again (#501775).  Some people seem to think
6917           they don't need to test their changes when they're just 'reflowing'
6918           some code.
6919
6920 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6921
6922         * gst/autodetect/gstautovideosink.c:
6923         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6924         (gst_auto_video_sink_init),
6925         (gst_auto_video_sink_create_element_with_pretty_name),
6926         (gst_auto_video_sink_find_best),
6927         (gst_auto_video_sink_set_property),
6928         (gst_auto_video_sink_get_property):
6929         * gst/autodetect/gstautovideosink.h:
6930         Fix docs.
6931         Use same error reporting code as autoaudiosink.
6932         Add property to filter sinks based on caps. Only select raw video sinks
6933         by default for backwards compat.
6934         API: GstAutoVideoSink::filter-caps
6935
6936 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6937
6938         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6939
6940         * gst/autodetect/gstautoaudiosink.c:
6941         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6942         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6943         (gst_auto_audio_sink_set_property),
6944         (gst_auto_audio_sink_get_property):
6945         * gst/autodetect/gstautoaudiosink.h:
6946         Add property to filter sinks based on caps. Only select raw audio sinks
6947         by default for backwards compat.  Fixes #417420.
6948         API: GstAutoAudioSink::filter-caps
6949
6950 2007-11-29  Michael Smith <msmith@fluendo.com>
6951
6952         Patch by: Arek Korbik <arkadini@gmail.com>
6953
6954         * gst/videobox/gstvideobox.c: (plugin_init):
6955           Initialise liboil in plugin_init()
6956
6957 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6958
6959         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6960         Post error before sending EOS. Fixes #499178.
6961
6962 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6963
6964         * win32/vs6/gst_plugins_good.dsw:
6965         * win32/vs6/libgstpng.dsp:
6966         Add a project file for libgstpng
6967
6968 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6969
6970         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6971         (gst_rtp_h263_depay_process):
6972         Code beautification.
6973         Added debug statements.
6974         Don't bit-shift everything, just do operations on last/first byte
6975         instead.
6976
6977 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6978
6979         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6980
6981         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6982         Fix wrong comparison in overrun check. Fixes #499239 some more.
6983
6984 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6985
6986         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6987         (gst_rtp_h263_depay_process):
6988         * gst/rtp/gstrtph263depay.h:
6989         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6990         stream.
6991
6992 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6993
6994         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6995
6996         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6997         (gst_rtp_mp4a_depay_process):
6998         * gst/rtp/gstrtpmp4adepay.h:
6999         Fix depayloading when multiple frames are inside one RTP packet.
7000         Fixes #499239.
7001
7002 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7003
7004         * gst/level/gstlevel.c:
7005           Add GAP-flag support.
7006
7007 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7008
7009         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7010         Read the I flag for Mode A h263 rtp stream and set the
7011         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7012         Fixes #499383
7013
7014 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7015
7016         * gst/level/gstlevel.c:
7017           Remove some dead code and do cleanups.
7018
7019 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7020
7021         * tests/check/pipelines/simple-launch-lines.c:
7022           Improve the tests by allowing to set a target state.
7023
7024 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7025
7026         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7027         Don't check the caps of the output buffer if they're equal some
7028         other caps. The caps can change in a backward compatible way
7029         and did at this point.
7030
7031 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7032
7033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7034         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7035         (gst_qtdemux_seek_to_previous_keyframe),
7036         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7037         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7038         reverse playback support.
7039
7040 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7041
7042         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7043         Also set the channel layout on the Wavpack caps if we're having
7044         a mono layout. Of course only do it for "audio/x-wavpack".
7045
7046 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7047
7048         * ext/wavpack/gstwavpackcommon.c:
7049         (gst_wavpack_get_default_channel_mask),
7050         (gst_wavpack_set_channel_layout),
7051         (gst_wavpack_get_default_channel_positions),
7052         (gst_wavpack_get_channel_mask_from_positions),
7053         (gst_wavpack_set_channel_mapping):
7054         * ext/wavpack/gstwavpackcommon.h:
7055         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7056         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7057         * ext/wavpack/gstwavpackdec.h:
7058         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7059         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7060         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7061         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7062         (gst_wavpack_enc_rewrite_first_block),
7063         (gst_wavpack_enc_sink_event):
7064         * ext/wavpack/gstwavpackenc.h:
7065         * ext/wavpack/gstwavpackparse.c:
7066         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7067         (gst_wavpack_parse_scan_to_find_sample),
7068         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7069         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7070         * ext/wavpack/gstwavpackparse.h:
7071         Add support for encoding, parsing and decoding multichannel
7072         files with up to 8 channels. This also improves the robustness
7073         of parsing quite a bit.
7074
7075         * ext/wavpack/gstwavpackstreamreader.c:
7076         (gst_wavpack_stream_reader_read_bytes),
7077         (gst_wavpack_stream_reader_get_pos),
7078         (gst_wavpack_stream_reader_set_pos_abs),
7079         (gst_wavpack_stream_reader_set_pos_rel),
7080         (gst_wavpack_stream_reader_push_back_byte),
7081         (gst_wavpack_stream_reader_get_length),
7082         (gst_wavpack_stream_reader_can_seek),
7083         (gst_wavpack_stream_reader_write_bytes):
7084         Improve debugging.
7085
7086 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7087
7088         * ext/libpng/gstpngdec.c:
7089         * ext/libpng/gstpngdec.h:
7090           Don't release the png-memory from within the callback.
7091
7092 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7093
7094         Patch by: René Stadler <mail at renestadler dot de>
7095
7096         * ext/libpng/gstpngenc.c:
7097           Don't leak buffer data memory. Fixes #498395.
7098
7099 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7100
7101         Patch by: René Stadler <mail at renestadler dot de>
7102
7103         * tests/check/pipelines/simple-launch-lines.c:
7104           Tests for #498395.
7105
7106 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7107
7108         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7109         (gst_tag_lib_mux_adjust_event_offsets):
7110         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7111         * sys/osxaudio/Makefile.am:
7112         * sys/osxvideo/cocoawindow.h:
7113         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7114
7115 2007-11-15  David Schleef  <ds@schleef.org>
7116
7117         * ext/cairo/gsttextoverlay.c:
7118           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7119
7120 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7121
7122         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7123
7124         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7125         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7126         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7127         * gst/rtp/gstrtpmp2tpay.h:
7128         Fill the MTU with as many packets as possible. Fixes #491323.
7129
7130 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7131
7132         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7133
7134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7135         Fix some more leaks. Fixes #497007.
7136
7137 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7138
7139         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7140
7141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7142         (gst_rtspsrc_stream_configure_tcp):
7143         Fix 3 pad leaks. Fixes #496983.
7144
7145 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7146
7147         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7148
7149         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7150         Fix small leak. Fixes #497017.
7151
7152 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7153
7154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7155         (gst_qtdemux_prepare_current_sample),
7156         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7157         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7158         * gst/qtdemux/qtdemux_fourcc.h:
7159         * gst/qtdemux/qtdemux_types.c:
7160         Add suppport for theora in quicktime according to XiphQT.
7161
7162 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7163
7164         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7165         (gst_v4l2src_init), (gst_v4l2src_set_property),
7166         (gst_v4l2src_get_property):
7167         * sys/v4l2/gstv4l2src.h:
7168         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7169           Always copy buffers by default (handle safer with bugged drivers)
7170           and added a property to make it possible to use mmap effectively (no
7171           copy if possible) when application wants to. Fixes: #480557.
7172
7173 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7174
7175         * gst/id3demux/id3tags.c:
7176         * gst/id3demux/id3tags.h:
7177         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7178           We don't want the same string multiple times in a tag list for the
7179           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7180           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7181
7182 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7185           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7186           into ID3v2 TXXX frames (fixes #347848).
7187
7188 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7191           Don't leak sdp message contents (fixes #496773).
7192
7193         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7194           Don't leak URI string.
7195
7196 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         Patch by: Julien Puydt <julien dot puydt at laposte net>
7199
7200         * ext/raw1394/Makefile.am:
7201         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7202           (gst_1394_property_probe_get_properties),
7203           (gst_1394_property_probe_probe_property),
7204           (gst_1394_property_probe_needs_probe),
7205           (gst_1394_property_probe_get_values),
7206           (gst_1394_property_probe_interface_init),
7207           (gst_1394_type_add_property_probe_interface):
7208         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7209         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7210           (gst_dv1394src_init), (gst_dv1394src_dispose),
7211           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7212           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7213           (gst_dv1394src_update_device_name):
7214         * ext/raw1394/gstdv1394src.h:
7215           Implement GstPropertyProbe interface and add "device-name" property,
7216           so applications can use this to probe for available devices in the
7217           same way they can already with v4lsrc and v4l2src (however horrible
7218           this property probe interface may be). Fixes #358841.
7219
7220 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7221
7222         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7223
7224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7225           (gst_rtspsrc_parse_range):
7226           Don't leak event, don't leak range (fixes #496752).
7227
7228 2007-11-14  Michael Smith <msmith@fluendo.com>
7229
7230         Patch by: Arek Korbik <arkadini@gmail.com>
7231
7232         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7233           Detect RGBA/BGRA correctly on little endian systems.
7234
7235 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7236
7237         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7238           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7239           corresponding ioctl() call fails even though the driver claims to
7240           support this format, just fall back to the pre-2.6.19 kernel
7241           routine that creates caps with suitable height and width ranges
7242           (see #448278).
7243
7244 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         Patch by: Mark Nauwelaerts <manauw skynet be>
7247
7248         * gst/matroska/matroska-demux.c:
7249           (gst_matroska_demux_push_dvd_clut_change_event),
7250           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7251           (gst_matroska_demux_subtitle_caps):
7252         * gst/matroska/matroska-ids.h:
7253           Extract palette data for dvd subpicture streams and send it
7254           downstream as custom gstreamer dvd event (fixes #453417).
7255
7256 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7259           Implement minimal parsing of the passed pango font description
7260           string, so passing a font size works the same as with the
7261           pango textoverlay plugin; fixes #455086.
7262           (Maybe we could just use pangocairo here at some point).
7263
7264 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7265
7266         * gst/avi/gstavidemux.c:
7267         * gst/wavparse/gstwavparse.c:
7268           Return the result in _activate_pull(). Don't ref element there.
7269
7270 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7271
7272         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7273         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7274         (gst_wavparse_srcpad_event):
7275           Ref the element when we should, but not when we its not needed. Reflow
7276           the event_handling to not leak the event.       
7277
7278 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7279
7280         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7281         (qtdemux_parse_samples):
7282         Properly free QTDemuxSamples array.
7283         Protect table write with a sensible check, some files apparently DO contain
7284         stts values starting with 0 :(
7285
7286 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7287
7288         * gst/avi/gstavidemux.c:
7289         * gst/qtdemux/qtdemux.c:
7290           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7291           previous commit messed up.
7292
7293 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7294
7295         * gst/avi/gstavidemux.c:
7296         * gst/qtdemux/qtdemux.c:
7297           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7298           element when we should, but not when we its not needed.
7299
7300 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7301
7302         * gst/wavparse/gstwavparse.c:
7303           Return FALSE if we can't handle a query instead of changing the
7304           format. Ignore fact when dealing with mpeg audio.
7305
7306 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7309
7310         * configure.ac:
7311         * gst/udp/gstdynudpsink.c:
7312         * gst/udp/gstdynudpsink.h:
7313         * gst/udp/gstmultiudpsink.c:
7314         * gst/udp/gstmultiudpsink.h:
7315         * gst/udp/gstudpsink.c:
7316         * gst/udp/gstudpsink.h:
7317           Fix includes for MSVC and GLib-2.14.0 (#492388).
7318
7319         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7320           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7321
7322 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7323
7324         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7325         (gst_mulawdec_chain):
7326         * gst/law/mulaw-decode.h:
7327         Calculate outgoing buffer duration if incoming buffer didn't have a
7328         valid duration.
7329
7330 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7331
7332         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7333         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7334         Smarter combine_flow code that also deals with downstream elements
7335         returning UNEXPECTED when they receive data out of the segment
7336         boundaries. Fixes #491305.
7337
7338 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7339
7340         * sys/v4l2/v4l2src_calls.c:
7341           Fix 'unused variable' compiler warning when compiling against
7342           older kernel headers.
7343
7344 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7345
7346         * ext/taglib/gstid3v2mux.cc (add_funcs):
7347           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7348
7349 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7350
7351         * tests/check/pipelines/simple-launch-lines.c:
7352            Improve the tests a little more.
7353
7354 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7355
7356         patch by: Yun Zheng Hu
7357
7358         * sys/osxaudio/gstosxaudiosrc.c:
7359         Use default input device instead of default output device and
7360         only memcpy actual available bytes.
7361
7362 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7363
7364         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7365           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7366           early. It is temporary until we find something better.
7367
7368 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7369
7370         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7371
7372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7373         Fix race when pausing a RTSP stream in interleaved.
7374         Fixes #475784.
7375
7376 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7377
7378         Patch by: Peter Kjellerstedt <pkj at axis com>
7379
7380         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7381         Use correct unref function for buffers. #488844.
7382
7383 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7384
7385         * gst/avi/gstavimux.c:
7386         * tests/check/elements/avimux.c:
7387           Add some debug and sync tests with the fix.     
7388
7389 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7390
7391         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7392
7393         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7394         When the socket is used by the app for other purposes, don't generate an
7395         error if there is activaty on the socket that is not data related.
7396         Fixes #487488.
7397
7398 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7399
7400         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7401         (gst_v4l2src_grab_frame):
7402         Add some more debug info. Generate an error when we run out of buffers
7403         for some reason. See #480557.
7404
7405 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7406
7407         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7408
7409         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7410         Set marker bit correctly.
7411
7412 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7413
7414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7415         Use allowed name for the GstStructure.
7416
7417 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7418
7419         * ext/gconf/gstswitchsink.c:
7420         * gst/autodetect/gstautoaudiosink.c:
7421           Use new gst_bus_pop_filtered().
7422
7423 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7424
7425         * sys/v4l2/gstv4l2src.c:
7426         * sys/v4l2/v4l2src_calls.c:
7427           When probing the formats and sizes a camera supports, make
7428           sure the best ones (highest resolution, prefered format)
7429           end up at the beginning of the probed caps and the less
7430           desirable ones at the end.  This is important because the
7431           order within the caps matters for things like fixation and
7432           negotiation, ie. what format is chosen in the end.
7433           With recent kernels, the current probing code will end up
7434           querying the supported sizes from lowest resolution to
7435           highest resolution, adding them to the probed caps in that
7436           order, resulting to v4l2src fixating to the lowest possible
7437           resolution if downstream does not express a size preference.
7438           Also make up a somewhat random ranking of prefered output
7439           formats for the same reason. Fixes #485828.
7440         
7441 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7442
7443         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7444
7445         * gst/id3demux/id3v2frames.c:
7446           Extract license/copyright URIs from ID3v2 WCOP frames
7447           (Fixes #447000).
7448
7449         * tests/check/elements/id3demux.c:
7450         * tests/files/Makefile.am:
7451         * tests/files/id3-447000-wcop.tag:
7452           Add simple unit test.
7453
7454 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         * ext/taglib/gstid3v2mux.cc:
7457           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7458           Prerequisite for #447000.
7459
7460 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7461
7462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7463         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7464         a GstClockTime.
7465
7466 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7467
7468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7469         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7470         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7471         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7472         (gst_rtspsrc_change_state):
7473         More seeking fixes, mostly passing around the new playback segment in
7474         order to configure it properly.
7475         Also reset base_time of udp sources when setting them back to PLAYING as
7476         a temporary hack until core supports seek in live sources properly.
7477
7478 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7479
7480         * gst/rtp/gstrtpmp4adepay.c:
7481         Fix caps as to not confuse autopluggers.
7482
7483 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7484
7485         * gst/id3demux/gstid3demux.c:
7486         * gst/id3demux/gstid3demux.h:
7487         * gst/id3demux/id3tags.c:
7488         * gst/id3demux/id3tags.h:
7489         * gst/id3demux/id3v2frames.c:
7490           Port ID3 tag demuxer over to the new GstTagDemux in -base
7491           (now would be a good time to test re-importing your music
7492           collection).
7493
7494 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7495
7496         * gst/apetag/Makefile.am:
7497         * gst/apetag/gstapedemux.c:
7498         * gst/apetag/gstapedemux.h:
7499         * gst/apetag/gsttagdemux.c:
7500         * gst/apetag/gsttagdemux.h:
7501           Port APE tag demuxer over to the new GstTagDemux in -base.
7502
7503 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7504
7505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7506         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7507         (gst_rtspsrc_handle_internal_src_query),
7508         (gst_rtspsrc_handle_src_query), (new_session_pad),
7509         (gst_rtspsrc_stream_configure_tcp),
7510         (gst_rtspsrc_stream_configure_transport),
7511         (gst_rtspsrc_loop_send_cmd):
7512         Improve flushing behaviour.
7513         Set state of the udp sources to PAUSE/PLAYING correctly.
7514         Handle events and queries for UDP and TCP transport now.
7515
7516 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7517
7518         * gst/rtp/gstrtpgsmdepay.c:
7519         * gst/rtp/gstrtpgsmpay.c:
7520           Add log category.
7521
7522 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7523
7524         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7525
7526         * tests/check/Makefile.am:
7527         * tests/check/pipelines/simple-launch-lines.c:
7528           Add unit tests for payloaders/depayloaders.
7529
7530 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7531
7532         * gst/avi/gstavimux.c:
7533         * gst/avi/gstavimux.h:
7534           Also save codec data for audio streams. Fixes #482495.
7535
7536 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7537
7538         * gst/avi/gstavimux.c:
7539           Fix "Index entry has invalid stream nr 1".
7540           Add support for muxing aac - work in progress (see #482495).
7541
7542 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7543
7544         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7545         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7546         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7547         * gst/rtsp/gstrtspsrc.h:
7548         Parse bandwidth modifiers, they are not yet configured in the session
7549         manager because we don't have an API for that yet.
7550
7551 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7552
7553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7554         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7555         Use shiny new function in -base to get the default clock-rate.
7556         Update some docs.
7557
7558 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7559
7560         * win32/MANIFEST:
7561         Add files to win32 manifest.
7562         * win32/vs6/libgstaudiofx.dsp:
7563         * win32/vs6/libgstqtdemux.dsp:
7564         * win32/vs6/libgstrtp.dsp:
7565         * win32/vs6/libgstrtsp.dsp:
7566         Update project files.
7567
7568 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7569
7570         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7571         (gst_rtspsrc_play):
7572         * gst/rtsp/gstrtspsrc.h:
7573         In TCP mode, only timestamp the first buffer. TCP is not real time and
7574         it does not make sense to try to skew compensate, also some servers send
7575         the first batch of data in a burst.
7576
7577 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7578
7579         * gst/matroska/matroska-demux.c:
7580           Fix setting the discont flag on the first buffer
7581           pushed downstream for formats with private codec
7582           data that needs to be deserialised into buffers
7583           (such as vorbis and FLAC when in a matroska container).
7584
7585 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7586
7587         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7588
7589         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7590         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7591         (gst_rtp_mp4v_pay_handle_buffer):
7592         * gst/rtp/gstrtpmp4vpay.h:
7593         Free the config string. Fixes #480707.
7594         Clean up the timestamp code a little.
7595
7596 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7597
7598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7599         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7600         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7601         * gst/rtsp/gstrtspsrc.h:
7602         Set timestamps on RTP buffers in interleaved mode.
7603         Mark first buffers with a DISCONT.
7604         Remove flush hack now that sync for live sources has been figured out.
7605
7606 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7607
7608         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7609         Update documentation.
7610
7611 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7612
7613         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7614         (gst_rtp_xqt_depay_change_state):
7615         * gst/qtdemux/gstrtpxqtdepay.h:
7616         Fail if we don't know the quicktime format.
7617
7618 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7619
7620         * ext/flac/gstflacenc.c:
7621         * ext/flac/gstflacenc.h:
7622           Save the flow return from the last gst_pad_push() and
7623           make sure we pass the right flow return value upstream
7624           in the case of failure; minor clean-ups.
7625
7626 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7627
7628         * ext/taglib/gstapev2mux.cc:
7629         * ext/taglib/gstid3v2mux.cc:
7630         * gst/apetag/gstapedemux.c:
7631           Add support for the new GST_TAG_COMPOSER (#459809).
7632
7633 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7634
7635         * gst/law/alaw-decode.c:
7636         * gst/law/alaw-decode.h:
7637         * gst/law/alaw-encode.c:
7638         * gst/law/alaw-encode.h:
7639         * gst/law/alaw.c:
7640         * gst/law/mulaw-conversion.h:
7641           Compulsive clean-ups: use boilerplate macros, add debug
7642           categories, fix up things to conform to symbol nomenklatura,
7643           etc.
7644
7645 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7646
7647         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7648
7649         * gst/law/alaw-decode.c:
7650         * gst/law/alaw-encode.c:
7651           Use static tables for A-Law decoding and encoding; this makes
7652           A-Law decoding and encoding less CPU-intensive, but increases
7653           the binary size a bit. Leaving old code around for now,
7654           selectable by a define in the code. Fixes #435435.
7655
7656 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7657
7658         * configure.ac:
7659         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7660         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7661         in configure.ac.
7662
7663 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7664
7665         Patch by: Jan Gerber <j at bootlab dot org>
7666
7667         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7668         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7669
7670 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7671
7672         * sys/oss/gstosshelper.c:
7673           Use GST_WARNING instead of a g_critical. This situation is not caused
7674           by the application.
7675
7676 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7677
7678         * po/LINGUAS:
7679         * po/nl.po:
7680           Updated translations.
7681
7682 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7683
7684         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7685
7686         * po/eu.po:
7687           Added Basque translation.
7688
7689 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7690
7691         translated by: Abel Cheung <abelcheung@gmail.com>
7692
7693         * po/zh_HK.po:
7694         * po/zh_TW.po:
7695           Added Chinese (traditional and Hong Kong) translation.
7696
7697 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7698
7699         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7700
7701         * po/pl.po:
7702           Added Polish translation.
7703
7704 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7705
7706         translated by: Ilkka Tuohela <hile@iki.fi>
7707
7708         * po/fi.po:
7709           Added Finnish translation.
7710
7711 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7712
7713         translated by: Jorge González González <aloriel@gmail.com>
7714
7715         * po/es.po:
7716           Added Spanish translation.
7717
7718 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7719
7720         translated by: Mogens Jaeger <mogens@jaeger.tf>
7721
7722         * po/da.po:
7723           Added Danish translation.
7724
7725 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7726
7727         translated by: Funda Wang <fundawang@linux.net.cn>
7728
7729         * po/zh_CN.po:
7730           Added Chinese (simplified) translation.
7731
7732 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7733
7734         translated by: Alexander Shopov <ash@contact.bg>
7735
7736         * po/bg.po:
7737           Added Bulgarian translation.
7738
7739 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7740
7741         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7742         Set outgoing packet duration because we can. Fixes #478244 some more.
7743
7744 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7745
7746         * ext/cairo/gsttextoverlay.c:
7747           Add info about static leak.
7748         
7749         * tests/check/Makefile.am:
7750         * tests/check/generic/states.c:
7751           Improved state change unit test.
7752
7753 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7754
7755         * docs/plugins/.cvsignore:
7756         * tests/check/.cvsignore:
7757           Ignore registries in any format.
7758
7759 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7760
7761         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7762         Removed some unused code.
7763
7764         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7765         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7766         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7767         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7768         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7769         (gst_rtp_theora_pay_flush_packet):
7770         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7771         Try to preserve the incomming buffer duration on the outgoing
7772         packets. Fixes #478244.
7773
7774 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7775
7776         * ext/taglib/gstapev2mux.cc:
7777         * ext/taglib/gstid3v2mux.cc:
7778           Work around compiler warnings with g++-4.2 when assigning a
7779           string constant to a gchar * (partially fixes #478092).
7780
7781 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7782
7783         * configure.ac:
7784           We require core CVS now for gst_base_src_set_do_timestamp().
7785
7786 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7787
7788         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7790         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7791         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7792         (gst_rtspsrc_handle_message):
7793         Fix compiler warnings shown with Forte.
7794
7795 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7796
7797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7798         (gst_rtspsrc_dup_printf):
7799         Give meaningfull error when all streams failed to configure for some
7800         reason.
7801
7802 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7803
7804         * gst/rtp/README:
7805         Update README with the design for synchronisation rules of RTP on
7806         sender and receiver.
7807
7808 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7809
7810         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7811         (gst_wavparse_chain):
7812         Don't push EOS from the chain function, the element
7813         driving the pipeline is responsible for this. The bug
7814         this was meant to fix seems to be queue not forwarding
7815         EOS in all cases (see #476514).
7816
7817 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7818
7819         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7820         (gst_level_transform_ip):
7821         * gst/level/gstlevel.h:
7822         Use basetransform segment so that it is correctly managed on flushes and
7823         start/stop.
7824         Report message timestamp as stream time, which is what an application
7825         can understand.
7826
7827 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7828
7829         * ext/taglib/gstapev2mux.cc:
7830         * ext/taglib/gstapev2mux.h:
7831         * ext/taglib/gsttaglibmux.c:
7832         * tests/check/elements/apev2mux.c:
7833         Update my mail address.
7834
7835 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7836
7837         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7838         (gst_wavparse_loop), (gst_wavparse_chain):
7839         Add EOS logic for the push-based mode too. Fixes #476514.
7840
7841 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7842
7843         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7844         * gst/law/alaw-encode.h:
7845         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7846         (gst_mulawenc_chain):
7847         * gst/law/mulaw-encode.h:
7848         Fix law encoder timestamps.
7849
7850 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7851
7852         * ext/gconf/gstgconfaudiosink.c:
7853           Fix warning when building without debug.
7854
7855         * sys/oss/gstossmixertrack.c:
7856           Use const like in alsamixertrack.c (fixes warnings).
7857
7858 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7859
7860         * sys/v4l2/v4l2src_calls.c:
7861         (gst_v4l2src_probe_caps_for_format_and_size):
7862         Fix framerate detection code some more.
7863         Handle the case where there is a weird step in the stepwise framerates.
7864         Don't overwrite the min interval with the framerate, use a temp variable
7865         instead.
7866         Use max in the Continuous framerate intervals instead of step, which is
7867         1 according to the docs. Fixes #475424.
7868
7869 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7870
7871         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7872         Make udpsrc timestamp outgoing buffers based on when they were received.
7873         Also make it output a segment in time.
7874
7875 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7876
7877         * gst/avi/gstavidemux.c:
7878           Plug a little leak. Little code cleanups.
7879
7880 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7881
7882         * configure.ac:
7883           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7884           flac versions, 's good for cross-compilation karma.
7885
7886 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7887
7888         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7889
7890         * gst/rtp/gstrtph263pay.c:
7891           Fix up header structure so that compilers don't add padding
7892           between the structure fields, since that would lead to us
7893           sending RTP packets with broken headers (as is currently the
7894           case when compiling with MSVC). Also see similar fixes in
7895           libgstrtp in gst-plugins-base. (#474616; #471194)
7896
7897 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7898
7899         * sys/v4l2/v4l2src_calls.c:
7900         (gst_v4l2src_probe_caps_for_format_and_size):
7901         Don't overwrite our GValue with 0 but instead use the previously
7902         computed value. Fixes #471823 some more.
7903
7904 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7907           No tabs in this file please, or gtk-doc will end up documenting
7908           rather absurd class hierarchies.
7909
7910 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7911
7912         * ext/gconf/gstswitchsink.c:
7913           If the new kid element fails to change state for some reason
7914           (e.g. esdsink not being able to connect to the sound server),
7915           forward the error message it posted on the bus instead of just
7916           posting a generic 'Internal state change error: please file a
7917           bug' error message. Fixes #471364.
7918
7919 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7920
7921         * gst/qtdemux/Makefile.am:
7922         * gst/qtdemux/qtdemux.c:
7923           Don't assume tags are encoded as UTF-8 (#473670).
7924
7925 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7926
7927         * sys/v4l2/gstv4l2src.c:
7928         * sys/v4l2/gstv4l2src.h:
7929         * sys/v4l2/v4l2src_calls.c:
7930           Implement LATENCY queries in the crudest way possible so I don't
7931           have to use sync=false any longer when testing with videosinks.
7932
7933 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         * configure.ac:
7936           Fix build.
7937
7938 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7939
7940         * sys/v4l2/v4l2src_calls.c:
7941         (gst_v4l2src_probe_caps_for_format_and_size):
7942         Add some more debugging in the framerate function.
7943         Iterate stepwise framerate up to and _including_ the max and if nothing
7944         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7945         don't end up with an empty list. Fixes #471823
7946
7947 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7948
7949         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7950         (gst_multiudpsink_set_clients_string),
7951         (gst_multiudpsink_get_clients_string),
7952         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7953         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7954         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7955         (gst_multiudpsink_clear):
7956         Add property do configure destination address/port pairs
7957         API:GstMultiUDPSink::clients
7958
7959 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7960
7961         * tests/examples/Makefile.am:
7962         * tests/examples/rtp/Makefile.am:
7963         * tests/examples/rtp/client-H263p-AMR.sh:
7964         * tests/examples/rtp/client-H263p-PCMA.sdp:
7965         * tests/examples/rtp/client-H263p-PCMA.sh:
7966         * tests/examples/rtp/client-H264-PCMA.sdp:
7967         * tests/examples/rtp/client-H264-PCMA.sh:
7968         * tests/examples/rtp/client-PCMA.sh:
7969         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7970         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7971         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7972         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7973         Added some RTP example scripts for sending and receiving RTP streams.
7974
7975 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7976
7977         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7978         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7979         Restructure the setcaps function so that we can also compute the
7980         expected GStreamer output size of the video frames.
7981         Set frame_byte_size correctly so that read-based devices have a chance
7982         of working correctly.
7983         When grabbing a frame, discard frames that are not of the expected size.
7984         Some cameras don't output the right framesize for the first buffer.
7985         Try only a couple of times to get a valid frame, else error out.
7986
7987         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7988         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7989         Add some more debug info when scanning the device.
7990
7991         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7992         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7993         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7994         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7995         Add some more debug info when dequeing a frame.
7996
7997 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7998
7999         * gst/wavparse/gstwavparse.c:
8000           More code cleanups. Add some more comment and improve debugs logs.
8001
8002 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8003
8004         * gst/wavparse/gstwavparse.c:
8005         * gst/wavparse/gstwavparse.h:
8006           Implement seek-query. Refactor duration calculations. Appropriate use
8007           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8008           out of loops.
8009
8010 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8011
8012         * gst/avi/gstavidemux.c:
8013           Implement seek-query.
8014
8015 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8016
8017         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8018         (gst_rtspsrc_dup_printf):
8019         Use new basesink async property to make sparse RTCP packet not wait for
8020         preroll.
8021
8022 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8023
8024         * gst/audiofx/Makefile.am:
8025         Dist the right file.
8026
8027 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8028
8029         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8030         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8031         Make sure we generate and parse floating point values in the POSIX
8032         locale instead of the current locale. 
8033
8034 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8035
8036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8037         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8038         (gst_rtspsrc_play):
8039         * gst/rtsp/gstrtspsrc.h:
8040         Fix method detection again.
8041         Keep track of when we must send a Range header.
8042         Use segment values for Range, Speed and Scale headers.
8043         Parse Speed and Scale headers to update the segment values.
8044
8045 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8046
8047         patch by: Mark Nauwelaerts <manauw@skynet.be>
8048
8049         * sys/v4l2/v4l2src_calls.c:
8050           Handle optional v4l2 ioctls gracefully.
8051
8052 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8053
8054         * gst/rtp/Makefile.am:
8055         * gst/rtp/gstrtp.c: (plugin_init):
8056         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8057         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8058         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8059         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8060         (gst_rtp_h263_depay_get_property),
8061         (gst_rtp_h263_depay_change_state),
8062         (gst_rtp_h263_depay_plugin_init):
8063         * gst/rtp/gstrtph263depay.h:
8064         Added an H263 depayloader. Fixes #369392.
8065
8066         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8067         (gst_rtp_h263p_depay_process):
8068         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8069         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8070         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8071         payloads.
8072         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8073
8074 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8075
8076         * gst/audiofx/audiochebyshevfreqband.c:
8077         * gst/audiofx/audiochebyshevfreqlimit.c:
8078         Add small comparision with the windowed sinc filters in the docs.
8079
8080 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8081
8082         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8083         (audiochebyshevfreqband_suite):
8084         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8085         (audiochebyshevfreqlimit_suite):
8086         Also test 32 bit float mode and the type 2 variants of the filters.
8087
8088 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8089
8090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8091         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8092         (gst_rtspsrc_loop):
8093         Refactor the udp and interleaved loop function a bit.
8094
8095 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8096
8097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8098         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8099         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8100         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8101         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8102         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8103         * gst/rtsp/gstrtspsrc.h:
8104         Protect connection activity with a new lock, avoids deadlocks when going
8105         to PAUSED. Fixes #455808.
8106
8107 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8108
8109         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8110         Fix debug statement.
8111
8112 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8113
8114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8115         Fix stray %u in debug line as spotted by Saur on IRC.
8116
8117 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8118
8119         * gst/audiofx/audiochebyshevfreqband.c:
8120         (gst_audio_chebyshev_freq_band_class_init):
8121         * gst/audiofx/audiochebyshevfreqlimit.c:
8122         (gst_audio_chebyshev_freq_limit_class_init):
8123         Use generator macros for the process functions for the different
8124         sample types, add lower upper boundaries for the GObject properties
8125         so automatically generated UIs can use sliders and add a note about
8126         the number of poles as a too high number of poles combined with
8127         very low or very high frequencies will produce only noise.
8128         * docs/plugins/gst-plugins-good-plugins.args:
8129         Regenerated for the property changes.
8130
8131 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8132
8133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8134         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8135         (gst_rtspsrc_stream_configure_udp_sink),
8136         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8137         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8138         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8139         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8140         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8141         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8142         * gst/rtsp/gstrtspsrc.h:
8143         Improve timeout handling.
8144         Use the same socket for sending and receiving RTCP packets so that some
8145         servers can track clients better.
8146         Improve connection closed handling. Try to reconnect.
8147         Don't overwrite our content base with NULL.
8148         Improve debugging.
8149         Improve range parsing and handling.
8150         Remove flushing hack now that core does the right thing.
8151
8152 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8153
8154         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8155         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8156         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8157         (gst_multiudpsink_close), (gst_multiudpsink_add):
8158         * gst/udp/gstmultiudpsink.h:
8159         Add support for getting and setting the socket to use.
8160
8161         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8162         (gst_udpsrc_create), (gst_udpsrc_get_property):
8163         Add support for getting the currently used socket.
8164
8165 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8166
8167         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8168
8169         * gst/audiofx/Makefile.am:
8170         * gst/audiofx/audiochebyshevfreqband.c:
8171         (gst_audio_chebyshev_freq_band_mode_get_type),
8172         (gst_audio_chebyshev_freq_band_base_init),
8173         (gst_audio_chebyshev_freq_band_dispose),
8174         (gst_audio_chebyshev_freq_band_class_init),
8175         (gst_audio_chebyshev_freq_band_init),
8176         (generate_biquad_coefficients), (calculate_gain),
8177         (generate_coefficients),
8178         (gst_audio_chebyshev_freq_band_set_property),
8179         (gst_audio_chebyshev_freq_band_get_property),
8180         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8181         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8182         (gst_audio_chebyshev_freq_band_start):
8183         * gst/audiofx/audiochebyshevfreqband.h:
8184         * gst/audiofx/audiochebyshevfreqlimit.c:
8185         (gst_audio_chebyshev_freq_limit_mode_get_type),
8186         (gst_audio_chebyshev_freq_limit_base_init),
8187         (gst_audio_chebyshev_freq_limit_dispose),
8188         (gst_audio_chebyshev_freq_limit_class_init),
8189         (gst_audio_chebyshev_freq_limit_init),
8190         (generate_biquad_coefficients), (calculate_gain),
8191         (generate_coefficients),
8192         (gst_audio_chebyshev_freq_limit_set_property),
8193         (gst_audio_chebyshev_freq_limit_get_property),
8194         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8195         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8196         (gst_audio_chebyshev_freq_limit_start):
8197         * gst/audiofx/audiochebyshevfreqlimit.h:
8198         * gst/audiofx/audiofx.c: (plugin_init):
8199         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8200         Fixes #464800.
8201
8202         * tests/check/Makefile.am:
8203         * tests/check/elements/.cvsignore:
8204         * tests/check/elements/audiochebyshevfreqband.c:
8205         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8206         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8207         * tests/check/elements/audiochebyshevfreqlimit.c:
8208         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8209         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8210         Add unit tests for the chebyshev filters.
8211
8212         * docs/plugins/Makefile.am:
8213         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8215         * docs/plugins/gst-plugins-good-plugins.args:
8216         * docs/plugins/inspect/plugin-1394.xml:
8217         * docs/plugins/inspect/plugin-audiofx.xml:
8218         * docs/plugins/inspect/plugin-dv.xml:
8219         * docs/plugins/inspect/plugin-flac.xml:
8220         * docs/plugins/inspect/plugin-jpeg.xml:
8221         * docs/plugins/inspect/plugin-png.xml:
8222         * docs/plugins/inspect/plugin-rtp.xml:
8223         * docs/plugins/inspect/plugin-shout2send.xml:
8224         * docs/plugins/inspect/plugin-wavpack.xml:
8225         And add docs for the chebyshev filters. While doing
8226         that also run make update in docs/plugins.
8227
8228 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8229
8230         * ext/annodex/gstcmmltag.c:
8231         * gst/rtp/gstrtpvorbispay.c:
8232           Make ro memory to share.
8233
8234 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8235
8236         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8237         Improve UDP performance by avoiding a select() when we have data
8238         available immediatly.
8239
8240 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8241
8242         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8243         (gst_rtp_dec_class_init):
8244         * gst/rtsp/gstrtpdec.h:
8245         Add (dummy) SSRC management signals.
8246
8247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8248         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8249         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8250         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8251         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8252         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8253         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8254         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8255         * gst/rtsp/gstrtspsrc.h:
8256         Add connection-speed property.
8257         Add find_stream helper functions.
8258         Handle stream EOS based on BYE messages or SSRC timeout.
8259         Returns SUCCESS from the state change function as we hide our async
8260         elements from the parent.
8261
8262 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8263
8264         * gst/debug/rndbuffersize.c:
8265           Fix da leak.
8266
8267 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8268
8269         * gst/debug/Makefile.am:
8270         * gst/debug/breakmydata.c:
8271         * gst/debug/gstdebug.c:
8272         * gst/debug/negotiation.c:
8273         * gst/debug/progressreport.c:
8274         * gst/debug/rndbuffersize.c:
8275         * gst/debug/testplugin.c:
8276           Add new test element and clean-up the others a little.
8277
8278 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8279
8280         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8281         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8282
8283 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8284
8285         * gst/rtp/gstrtpilbcdepay.c:
8286           Include stdlib.
8287
8288 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8289
8290         * gst/rtp/gstrtpmpvdepay.c:
8291         Set the mpegversion in the caps so that autoplugging does not get
8292         confused.
8293
8294 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8295
8296         * po/hu.po:
8297         * po/uk.po:
8298         * po/vi.po:
8299           Updated translations.
8300
8301 2007-08-08  Michael Smith <msmith@fluendo.com>
8302
8303         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8304           Render right border in the correct location.
8305
8306 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8307
8308         Patch by: Olivier Crete <tester at tester dot ca>
8309
8310         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8311         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8312         Make mode property a string. Fixes #464475.
8313
8314 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8315
8316         * ext/flac/gstflacenc.c:
8317           Widen caps to match decoder a bit and add more FIXMEs.
8318
8319 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8320
8321         patch by: Mark Nauwelaerts <manauw@skynet.be>
8322
8323         * gst/avi/gstavimux.c:
8324           Fix ODML index tag numbering. Fixes #463624.
8325
8326 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8327
8328         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8329         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8330         (gst_rtspsrc_stream_configure_tcp),
8331         (gst_rtspsrc_stream_configure_udp_sink):
8332         Fix default clock-rate for realmedia.
8333         Fix parsing of transport.
8334         Don't try to link NULL pads.
8335
8336 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8337
8338         * po/POTFILES.skip:
8339           Add POTFILES.skip with list of source files that aren't disted at the
8340           moment but contain translatable strings. Should hopefully pacify
8341           broken tools and make it clearer that these files are left out
8342           intentionally (#461600).
8343
8344 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8345
8346         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8347         If the buffer was entirely clipped ... don't try sending it :)
8348
8349 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8350
8351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8352         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8353         (gst_rtspsrc_create_transports_string),
8354         (gst_rtspsrc_prepare_transports):
8355         If we don't hav a session manager, set the caps on outgoing buffers
8356         ourselves.
8357         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8358         Append final bit of the transport string even when it does not contain a
8359         placeholder.
8360
8361 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8362
8363         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8364         (gst_rtsp_ext_list_connect):
8365         * gst/rtsp/gstrtspext.h:
8366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8367         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8368         Clean up the interface list.
8369         Allow connecting to interface signals for the extensions.
8370         Remove old extension code.
8371         Free list on cleanup.
8372         Allow extensions to send additional RTSP messages.
8373
8374 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8375
8376         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8377         Handle a NULL gconf key gracefully by rendering the default element.
8378
8379 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8380
8381         * gst/rtsp/gstrtspext.h:
8382         Fix include path for extension interface.
8383
8384 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8385
8386         * gst/audiofx/audioamplify.h:
8387         Also remove a now unecessary variable here.
8388
8389 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8390
8391         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8392         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8393         * gst/audiofx/audiodynamic.c:
8394         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8395         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8396         * gst/audiofx/audiodynamic.h:
8397         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8398         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8399         * gst/audiofx/audioinvert.h:
8400         Don't save format information ourselves, this is already saved in
8401         GstAudioFilter.
8402
8403 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8404
8405         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8406         (gst_rtsp_ext_list_stream_select):
8407         * gst/rtsp/gstrtspext.h:
8408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8409         Use rank to filter out extensions.
8410         Add url to stream_select interface call.
8411
8412 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8413
8414         * gst/rtsp/Makefile.am:
8415         * gst/rtsp/base64.c:
8416         * gst/rtsp/base64.h:
8417         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8418         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8419         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8420         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8421         (gst_rtsp_ext_list_setup_media),
8422         (gst_rtsp_ext_list_configure_stream),
8423         (gst_rtsp_ext_list_get_transports),
8424         (gst_rtsp_ext_list_stream_select):
8425         * gst/rtsp/gstrtspext.h:
8426         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8427         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8428         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8429         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8430         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8431         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8432         (gst_rtspsrc_stream_configure_tcp),
8433         (gst_rtspsrc_stream_configure_mcast),
8434         (gst_rtspsrc_stream_configure_udp),
8435         (gst_rtspsrc_stream_configure_udp_sink),
8436         (gst_rtspsrc_stream_configure_transport),
8437         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8438         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8439         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8440         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8441         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8442         (gst_rtspsrc_parse_methods),
8443         (gst_rtspsrc_create_transports_string),
8444         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8445         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8446         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8447         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8448         * gst/rtsp/gstrtspsrc.h:
8449         * gst/rtsp/rtsp.h:
8450         * gst/rtsp/rtspconnection.c:
8451         * gst/rtsp/rtspconnection.h:
8452         * gst/rtsp/rtspdefs.c:
8453         * gst/rtsp/rtspdefs.h:
8454         * gst/rtsp/rtspext.h:
8455         * gst/rtsp/rtspextwms.c:
8456         * gst/rtsp/rtspextwms.h:
8457         * gst/rtsp/rtspmessage.c:
8458         * gst/rtsp/rtspmessage.h:
8459         * gst/rtsp/rtsprange.c:
8460         * gst/rtsp/rtsprange.h:
8461         * gst/rtsp/rtsptransport.c:
8462         * gst/rtsp/rtsptransport.h:
8463         * gst/rtsp/rtspurl.c:
8464         * gst/rtsp/rtspurl.h:
8465         * gst/rtsp/sdp.h:
8466         * gst/rtsp/sdpmessage.c:
8467         * gst/rtsp/sdpmessage.h:
8468         * gst/rtsp/test.c:
8469         Use shiny new RTSP and SDP library.
8470         Implement RTSP extensions using the new interface.
8471         Remove a lot of old code.
8472
8473 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8474
8475         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8476         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8477
8478 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8479
8480         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8481         Don't unref the outgoing buffer twice when dropping it because it's
8482         outside of the segment.
8483
8484 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8485
8486         * configure.ac:
8487         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8488         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8489         Use the new buffer clipping function from gstaudio here and
8490         require gst-plugins-base CVS.
8491         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8492         For framed Wavpack buffers we require a valid timestamp.
8493
8494 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8495
8496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8497         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8498         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8499         Clip raw audio and video when we can, keep track of current output
8500         segment.
8501         Don't leak buffers and events when there is no output pad.
8502         Improve debugging here and there.
8503
8504 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8505
8506         * configure.ac:
8507           Sync liboil check with plugins-base.
8508
8509 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8510
8511         * ext/annodex/Makefile.am:
8512           Fix CFLAGS/LIBS.
8513
8514         * ext/cdio/gstcdiocddasrc.c:
8515         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8516           Include stdlib
8517
8518         * ext/cairo/Makefile.am:
8519         * gst/videofilter/Makefile.am:
8520         * tests/examples/level/Makefile.am:
8521           Use $(LIBM) instead of -lm
8522
8523 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8524
8525         * sys/v4l2/gstv4l2src.c:
8526           Add another example pipeline.
8527
8528 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8529
8530         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8531
8532         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8533           Use define here.
8534
8535         * sys/v4l2/gstv4l2tuner.c:
8536         (gst_v4l2_tuner_set_frequency_and_notify):
8537           Don't touch the property - its still disabled.
8538
8539         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8540         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8541         * sys/v4l2/v4l2src_calls.h:
8542           Improve fallback format negotionation. Fixes #451388
8543
8544 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8545
8546         * tests/check/elements/videocrop.c: (GST_START_TEST):
8547           Fix the test.
8548
8549 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8550
8551         * docs/plugins/Makefile.am:
8552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8554         * docs/plugins/inspect/plugin-jpeg.xml:
8555         * docs/plugins/inspect/plugin-png.xml:
8556         * ext/jpeg/gstjpegdec.c:
8557         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8558         (gst_pngdec_sink_setcaps):
8559           More docs. More logs in pngdec.
8560
8561 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8562
8563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8564           Initialize num_buffers with minimum value.
8565
8566         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8567         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8568           Handle frame-size query failure gracefully.
8569
8570 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8571
8572         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8573         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8574         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8575         of qt/aac files.
8576
8577 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8578
8579         * ext/wavpack/gstwavpackdec.c:
8580         (gst_wavpack_dec_clip_outgoing_buffer):
8581         Fix buffer clipping to correctly clip to the segment stop.
8582
8583 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8584
8585         * configure.ac:
8586         * tests/Makefile.am:
8587         Remove bogus check for libcheck, since we check for
8588         gstreamer-check and it pulls in the required info from there,
8589         and we weren't actually _using_ the information for libcheck
8590         ourselves anyway.
8591
8592 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8593
8594         * configure.ac:
8595           Use pkg-config to locate check.
8596
8597 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8598
8599         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8600         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8601         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8602         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8603         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8604         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8605         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8606         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8607         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8608         * gst/effectv/gstrev.c: (gst_revtv_transform):
8609         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8610         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8611         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8612         * gst/matroska/matroska-demux.c:
8613         (gst_matroska_demux_add_wvpk_header),
8614         (gst_matroska_demux_check_subtitle_buffer),
8615         (gst_matroska_decode_buffer):
8616         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8617           Fix build against core CVS.
8618
8619 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8620
8621         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8622         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8623         don't have enough granularity to convert that boolean into a
8624         GstFlowReturn.
8625
8626 2007-07-06  Michael Smith <msmith@fluendo.com>
8627
8628         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8629         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8630         (gst_alawdec_change_state):
8631         * gst/law/alaw-decode.h:
8632         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8633         (gst_mulawdec_class_init), (gst_mulawdec_init),
8634         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8635         * gst/law/mulaw-decode.h:
8636           Fix capsnego bogosity in *law decoders. 
8637
8638 2007-07-06  Michael Smith <msmith@fluendo.com>
8639
8640         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8641         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8642         (gst_smokeenc_change_state):
8643         * ext/jpeg/gstsmokeenc.h:
8644           Remove stupidity in get/set caps functions.
8645           Fix some refcounting problems.
8646
8647 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8648
8649         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8650         Remove endianness-flipping hack that seems to have been required
8651         only because of a bug in ffmpegcolorspace.
8652         Partially Fixes: #451908
8653
8654 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8655
8656         * docs/plugins/Makefile.am:
8657           Simplify --extra-dir as gtkdoc scans recursively.
8658
8659 2007-07-03  Wim Taymans  <wim@fluendo.com>
8660
8661         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8662
8663         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8664         Set the encoding-name in the rtp caps to all uppercase, as required by
8665         the caps spec.
8666         Some small cleanups in the error paths. Fixes #453037.
8667
8668 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8669
8670         * ext/wavpack/gstwavpackparse.c:
8671         (gst_wavpack_parse_index_get_last_entry),
8672         (gst_wavpack_parse_index_get_entry_from_sample),
8673         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8674         (gst_wavpack_parse_scan_to_find_sample):
8675         * ext/wavpack/gstwavpackparse.h:
8676         Use a GSList for the GArray that is used like a list anyway.
8677
8678 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8681         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8682         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8683           Add state change function where we set 0/1 as default framerate in
8684           case our setcaps function isn't called, like it might not in a
8685           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8686           gdkpixbufdec trying to create caps with a 0/0 framerate.
8687           Also post an error message on the bus if gst_pad_push() fails when
8688           called from our sink event handler (+1 for flow returns for event
8689           functions in 0.11) instead of failing silently.
8690
8691 2007-06-27  Wim Taymans  <wim@fluendo.com>
8692
8693         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8694         Cast stack args to the proper types. Fixes #451249.
8695
8696 2007-06-27  Wim Taymans  <wim@fluendo.com>
8697
8698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8699         (new_session_pad), (gst_rtspsrc_setup_streams):
8700         * gst/rtsp/gstrtspsrc.h:
8701         For container formats we only need to activate one of the streams so
8702         that we correctly signal no-more-pads. Fixes #451015.
8703
8704 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8705
8706         * docs/plugins/gst-plugins-good-plugins.args:
8707         * docs/plugins/inspect/plugin-aasink.xml:
8708         * docs/plugins/inspect/plugin-alaw.xml:
8709         * docs/plugins/inspect/plugin-alpha.xml:
8710         * docs/plugins/inspect/plugin-alphacolor.xml:
8711         * docs/plugins/inspect/plugin-annodex.xml:
8712         * docs/plugins/inspect/plugin-apetag.xml:
8713         * docs/plugins/inspect/plugin-audiofx.xml:
8714         * docs/plugins/inspect/plugin-auparse.xml:
8715         * docs/plugins/inspect/plugin-autodetect.xml:
8716         * docs/plugins/inspect/plugin-avi.xml:
8717         * docs/plugins/inspect/plugin-cacasink.xml:
8718         * docs/plugins/inspect/plugin-cairo.xml:
8719         * docs/plugins/inspect/plugin-cdio.xml:
8720         * docs/plugins/inspect/plugin-cutter.xml:
8721         * docs/plugins/inspect/plugin-debug.xml:
8722         * docs/plugins/inspect/plugin-efence.xml:
8723         * docs/plugins/inspect/plugin-effectv.xml:
8724         * docs/plugins/inspect/plugin-esdsink.xml:
8725         * docs/plugins/inspect/plugin-flac.xml:
8726         * docs/plugins/inspect/plugin-flxdec.xml:
8727         * docs/plugins/inspect/plugin-gconfelements.xml:
8728         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8729         * docs/plugins/inspect/plugin-goom.xml:
8730         * docs/plugins/inspect/plugin-halelements.xml:
8731         * docs/plugins/inspect/plugin-icydemux.xml:
8732         * docs/plugins/inspect/plugin-id3demux.xml:
8733         * docs/plugins/inspect/plugin-jpeg.xml:
8734         * docs/plugins/inspect/plugin-ladspa.xml:
8735         * docs/plugins/inspect/plugin-level.xml:
8736         * docs/plugins/inspect/plugin-matroska.xml:
8737         * docs/plugins/inspect/plugin-mulaw.xml:
8738         * docs/plugins/inspect/plugin-multipart.xml:
8739         * docs/plugins/inspect/plugin-navigationtest.xml:
8740         * docs/plugins/inspect/plugin-ossaudio.xml:
8741         * docs/plugins/inspect/plugin-png.xml:
8742         * docs/plugins/inspect/plugin-quicktime.xml:
8743         * docs/plugins/inspect/plugin-rtp.xml:
8744         * docs/plugins/inspect/plugin-rtsp.xml:
8745         * docs/plugins/inspect/plugin-smpte.xml:
8746         * docs/plugins/inspect/plugin-speex.xml:
8747         * docs/plugins/inspect/plugin-taglib.xml:
8748         * docs/plugins/inspect/plugin-udp.xml:
8749         * docs/plugins/inspect/plugin-videobalance.xml:
8750         * docs/plugins/inspect/plugin-videobox.xml:
8751         * docs/plugins/inspect/plugin-videocrop.xml:
8752         * docs/plugins/inspect/plugin-videoflip.xml:
8753         * docs/plugins/inspect/plugin-videomixer.xml:
8754         * docs/plugins/inspect/plugin-wavenc.xml:
8755         * docs/plugins/inspect/plugin-wavparse.xml:
8756         * docs/plugins/inspect/plugin-ximagesrc.xml:
8757           Update docs with caps info.
8758
8759 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * po/POTFILES.in:
8762           Add more files with translatable strings (#450878).
8763
8764 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8765
8766         * MAINTAINERS:
8767         Updating all the maintainers files
8768
8769 2007-06-22  Edward Hervey  <edward@fluendo.com>
8770
8771         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8772         * gst/interleave/deinterleave.c: (deinterleave_init),
8773         (deinterleave_sink_link):
8774         * gst/interleave/interleave.c: (interleave_init):
8775         * gst/median/gstmedian.c: (gst_median_init):
8776         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8777         Fix memory leaks.
8778         * tests/check/elements/id3demux.c: (pad_added_cb):
8779         Remove unused variable.
8780
8781 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8782
8783         * ext/gconf/gconf.h:
8784         Make the prototype of gst_gconf_get_key_for_sink_profile
8785         match the implementation.
8786         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8787         Fixes: #449747
8788
8789 2007-06-20  Michael Smith <msmith@fluendo.com>
8790
8791         * gst/rtp/gstrtpdepay.c:
8792           Fix description - rtpdepay is not a payloader.
8793
8794 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8795
8796         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8797         (qtdemux_video_caps):
8798         * gst/qtdemux/qtdemux_fourcc.h:
8799           Add MJPG to the variants of motion jpeg.
8800
8801 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8802
8803         * tests/check/Makefile.am:
8804         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8805         * tests/check/elements/videocrop.c: (GST_START_TEST):
8806         * tests/check/elements/videofilter.c:
8807         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8808         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8809           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8810           error flags are included and it errors out on compiler warnings
8811           for CVS builds; remove unused variables in various unit tests.
8812
8813 2007-06-19  Wim Taymans  <wim@fluendo.com>
8814
8815         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8816         (rtsp_connection_close), (rtsp_connection_free):
8817         Use threadsafe inet_ntop to convert an ip number to a string. 
8818         Fixes #447961.
8819         Don't leak fd (and ip) when freeing a connection without first closing
8820         it.
8821
8822 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8823
8824         * configure.ac:
8825         Back to CVS
8826
8827         * gst-plugins-good.doap:
8828         Add 0.10.6 to the doap file.
8829
8830 === release 0.10.6 ===
8831
8832 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8833
8834         * configure.ac:
8835           releasing 0.10.6, "Wobble Board"
8836
8837 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8840         (rtsp_connection_free):
8841           Revert previous commit again, since we are frozen (sorry).
8842
8843 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         Patch by: Peter Kjellerstedt <pkj at axis com>
8846
8847         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8848         (rtsp_connection_free):
8849           inet_ntoa() uses a static buffer internally, so we need to copy the
8850           returned string if we want to store it for later (#447961).
8851
8852 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8853
8854         * win32/vs6/autogen.dsp:
8855         * win32/vs6/gst_plugins_good.dsw:
8856         * win32/vs6/libgstalaw.dsp:
8857         * win32/vs6/libgstalpha.dsp:
8858         * win32/vs6/libgstalphacolor.dsp:
8859         * win32/vs6/libgstapetag.dsp:
8860         * win32/vs6/libgstaudiofx.dsp:
8861         * win32/vs6/libgstauparse.dsp:
8862         * win32/vs6/libgstautodetect.dsp:
8863         * win32/vs6/libgstavi.dsp:
8864         * win32/vs6/libgstcutter.dsp:
8865         * win32/vs6/libgstdirectdraw.dsp:
8866         * win32/vs6/libgstdirectsound.dsp:
8867         * win32/vs6/libgsteffectv.dsp:
8868         * win32/vs6/libgstflx.dsp:
8869         * win32/vs6/libgstgoom.dsp:
8870         * win32/vs6/libgsticydemux.dsp:
8871         * win32/vs6/libgstid3demux.dsp:
8872         * win32/vs6/libgstinterleave.dsp:
8873         * win32/vs6/libgstjpeg.dsp:
8874         * win32/vs6/libgstlevel.dsp:
8875         * win32/vs6/libgstmatroska.dsp:
8876         * win32/vs6/libgstmedian.dsp:
8877         * win32/vs6/libgstmonoscope.dsp:
8878         * win32/vs6/libgstmulaw.dsp:
8879         * win32/vs6/libgstmultipart.dsp:
8880         * win32/vs6/libgstqtdemux.dsp:
8881         * win32/vs6/libgstrtp.dsp:
8882         * win32/vs6/libgstrtsp.dsp:
8883         * win32/vs6/libgstsmpte.dsp:
8884         * win32/vs6/libgstspeex.dsp:
8885         * win32/vs6/libgstudp.dsp:
8886         * win32/vs6/libgstvideobalance.dsp:
8887         * win32/vs6/libgstvideobox.dsp:
8888         * win32/vs6/libgstvideocrop.dsp:
8889         * win32/vs6/libgstvideoflip.dsp:
8890         * win32/vs6/libgstvideomixer.dsp:
8891         * win32/vs6/libgstwaveform.dsp:
8892         * win32/vs6/libgstwavenc.dsp:
8893         * win32/vs6/libgstwavparse.dsp:
8894         Mark *.dsp & *.dsw as binary files and convert to DOS line
8895         endings, as they don't load into VS6 correctly otherwise.
8896
8897 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8898
8899         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8900         (rtsp_connection_connect):
8901         Fix the MingW build. 
8902         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8903         Fixes: #446981
8904
8905 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8906
8907         * tests/check/elements/.cvsignore:
8908         * tests/icles/.cvsignore:
8909         Hush the buildbots up
8910
8911 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8912
8913         * configure.ac:
8914         * sys/Makefile.am:
8915         * sys/directdraw/Makefile.am:
8916         * sys/directsound/Makefile.am:
8917         * sys/waveform/Makefile.am:
8918         Make sure to dist everything needed for win32 builds.
8919
8920 2007-06-14  Edward Hervey  <edward@fluendo.com>
8921
8922         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8923         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8924         caps.
8925         Fixes #447458
8926
8927 2007-06-13  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8930         Make sure we allocate enough memory for the codec_data.
8931         Fixes #447210.
8932
8933 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8934
8935         * win32/MANIFEST:
8936         Add videocrop project file to the win32 manifest.
8937         * win32/vs6/gst_plugins_good.dsw:
8938         Add qtdemux,videocrop and waveform projects to the workspace.
8939         * win32/vs6/libgstqtdemux.dsp:
8940         Add zlib to the link list of qtdemux.
8941         * win32/vs6/libgstvideocrop.dsp:
8942         Add a project file for videocrop.
8943
8944 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8945
8946         * po/POTFILES.in:
8947         Add qtdemux for translation
8948
8949 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8950
8951         * configure.ac:
8952         * docs/plugins/Makefile.am:
8953         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8954         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8955         * docs/plugins/inspect/plugin-videocrop.xml:
8956         * gst-plugins-good.spec.in:
8957         * sys/Makefile.am:
8958         * tests/check/Makefile.am:
8959         * tests/icles/Makefile.am:
8960         * tests/icles/videocrop-test.c:
8961         Move videocrop and osxvideo from -bad.
8962
8963 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8964
8965         * configure.ac:
8966         * docs/plugins/Makefile.am:
8967         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8968         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8969         * docs/plugins/gst-plugins-good-plugins.args:
8970         * docs/plugins/inspect/plugin-qtdemux.xml:
8971         * docs/plugins/inspect/plugin-quicktime.xml:
8972         * win32/MANIFEST:
8973         Move qtdemux from -bad.
8974
8975         * gst-plugins-good.spec.in:
8976         Update spec file to reflect moving of qtdemux and wavpack
8977
8978 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8979         
8980         * win32/MANIFEST:
8981         * docs/plugins/Makefile.am:
8982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8984         * docs/plugins/inspect/plugin-directdraw.xml:
8985         * docs/plugins/inspect/plugin-directsound.xml:
8986         * docs/plugins/inspect/plugin-waveform.xml:
8987         Move the waveform plugin from -bad too. Update the inspect xml
8988         files to mention Plugins Good instead of Plugins Bad.
8989
8990 2007-06-12  Andy Wingo  <wingo@pobox.com>
8991
8992         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8993         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8994         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8995         finalization and resuscitation. No longer public.
8996         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8997         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8998         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8999         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9000         miniobject semantics, and be threadsafe.
9001         (gst_v4l2src_queue_frame): Remove this function, as we just call
9002         the ioctls directly in the two places where we queue buffers.
9003         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9004         directly.
9005         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9006         to allocate the pool, which also preallocates the GstBuffers.
9007         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9008         queueing the frames directly.
9009         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9010         mmap buffers have been dequeued.
9011
9012         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9013         real MiniObject instead of rolling our own refcounting and
9014         finalizing. Give it a lock.
9015         (struct _GstV4l2Buffer): Remove one intermediary object, having
9016         the buffers hold the struct v4l2_buffer directly.
9017
9018         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9019         capture_init so that it can set them on the buffers that it will
9020         create.
9021         (gst_v4l2src_get_read): For better or for worse, include the
9022         timestamping and offsetting code here; really we should be using
9023         bufferalloc though.
9024         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9025         preallocated, mmap'd buffers.
9026
9027 2007-06-11  Wim Taymans  <wim@fluendo.com>
9028
9029         Patch by: daniel fischer <dan at f3c dot com>
9030
9031         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9032         (gst_ximage_src_get_caps):
9033         Actually use the display_name property so that we can dump any
9034         available X display. Fixes #445905.
9035
9036 2007-06-11  Wim Taymans  <wim@fluendo.com>
9037
9038         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9039
9040         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9041         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9042         Add missing rate fields to caps. Fixes #441118.
9043
9044 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9045
9046         * win32/vs6/gst_plugins_good.dsw:
9047         * win32/vs8/gst-plugins-good.sln:
9048         Add DirectSound and DirectDraw sinks project files to
9049         workspace and solution files.
9050
9051 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9052
9053         Patch by: Josh Coalson <xflac at yahoo dot com>,
9054         updated by Alexis Ballier <aballier at gentoo dot org>:
9055
9056         * configure.ac:
9057         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9058         (gst_flac_dec_setup_seekable_decoder),
9059         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9060         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9061         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9062         * ext/flac/gstflacdec.h:
9063         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9064         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9065         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9066         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9067         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9068         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9069         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9070         * ext/flac/gstflacenc.h:
9071         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9072         
9073 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9074
9075         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9076         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9077         not necessary anymore as we need at least that core version. 
9078
9079 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9080
9081         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9082         (gst_wavpack_dec_chain):
9083         * ext/wavpack/gstwavpackdec.h:
9084         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9085         (gst_wavpack_parse_push_buffer):
9086         * ext/wavpack/gstwavpackparse.h:
9087         Improve discont handling by checking if the next Wavpack block has
9088         the expected, following block index.
9089
9090 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9091
9092         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9093           Fix element description.
9094
9095 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9096
9097         * configure.ac:
9098         * docs/plugins/Makefile.am:
9099         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9100         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9101         * docs/plugins/gst-plugins-good-plugins.args:
9102         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9103         * docs/plugins/gst-plugins-good-plugins.signals:
9104         * docs/plugins/inspect/plugin-autodetect.xml:
9105         * docs/plugins/inspect/plugin-gconfelements.xml:
9106         * docs/plugins/inspect/plugin-ladspa.xml:
9107         * docs/plugins/inspect/plugin-rtp.xml:
9108         * docs/plugins/inspect/plugin-wavpack.xml:
9109         * ext/Makefile.am:
9110         * tests/check/Makefile.am:
9111           move wavpack plugin.  See #352605.
9112
9113 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9114
9115         * configure.ac:
9116         * docs/plugins/Makefile.am:
9117         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9118         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9119         * docs/plugins/gst-plugins-good-plugins.args:
9120         * sys/Makefile.am:
9121         * win32/MANIFEST:
9122         Add DirectDraw & DirectSound plugins to the build and docs.
9123
9124 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9125
9126         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9127         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9128           When operating in pull mode, error out correct on not-linked.
9129
9130 2007-06-06  Andy Wingo  <wingo@pobox.com>
9131
9132         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9133         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9134         format and size if the ioctls are defined; should fix compilation
9135         on Linux < 2.16.19.
9136
9137 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9140           Printf fixes in debug statements; use LOG level for debug statements
9141           that are printed for each and every frame; convert c++ comments to
9142           C-style comments; not much point using g_try_malloc() if we then not
9143           even check the return value.
9144
9145 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * configure.ac:
9148           Bump requirements to released versions (core and base 0.10.13).
9149
9150         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9151           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9152           own implementation.
9153
9154 2007-06-05  Andy Wingo  <wingo@pobox.com>
9155
9156         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9157         some useless comments.
9158
9159         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9160         frames before calling STREAMON, that might leave them in a state
9161         where they can't be dequeued if we go back to NULL without calling
9162         STREAMON, according to the docs.
9163         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9164         before we call STREAMON.
9165         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9166         failures. (For me this code hung.) The pool refcounting is still
9167         crack; added a note to that effect.
9168
9169 2007-06-05  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9172         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9173         Add support for mapping gst structure names to the MIME type equivalent.
9174         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9175
9176 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9177
9178         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9179         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9180         (gst_wavenc_chain), (gst_wavenc_change_state):
9181         * gst/wavenc/gstwavenc.h:
9182         Properly write wav files with width!=depth by having the depth most
9183         significant bytes set and all others zero. Fixes #442535.
9184
9185 2007-06-01  Wim Taymans  <wim@fluendo.com>
9186
9187         * gst/rtsp/rtspconnection.c:
9188         Add include to make buildbot happy.
9189
9190 2007-06-01  Wim Taymans  <wim@fluendo.com>
9191
9192         Patch by: Peter Kjellerstedt  <pkj at axis com>
9193
9194         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9195         (rtsp_connection_connect), (add_date_header),
9196         (rtsp_connection_send), (parse_response_status),
9197         (parse_request_line), (parse_line), (rtsp_connection_receive):
9198         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9199         * gst/rtsp/rtspdefs.h:
9200         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9201         (rtsp_message_init_request), (rtsp_message_init_response),
9202         (rtsp_message_remove_header), (rtsp_message_append_headers),
9203         (rtsp_message_dump):
9204         * gst/rtsp/rtspmessage.h:
9205         Improves version checking, allowing an RTSP server to reply with "505
9206         RTSP Version not supported.
9207         Adds a Date header to all messages.
9208         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9209         want to be able to send a response even if something in the request was
9210         invalid. EINVAL is only used when passing wrong arguments to functions.
9211         Do not handle an invalid method in parse_request_line(). Defer this to
9212         the caller so it can respond with "405 Method Not Allowed".
9213         Improves parsing of the timeout parameter to the Session header,
9214         allowing whitespace after the semicolon. 
9215         Avoids a compiler warning due to variables shadowing a function argument.
9216
9217 2007-06-01  Wim Taymans  <wim@fluendo.com>
9218
9219         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9220
9221         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9222         (gst_rtp_amr_depay_process):
9223         * gst/rtp/gstrtpamrdepay.h:
9224         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9225         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9226         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9227         * gst/rtp/gstrtpamrpay.h:
9228         Add support for AMR-WB.
9229         Small cleanups such as using BOILERPLATE.
9230
9231 2007-05-31  Wim Taymans  <wim@fluendo.com>
9232
9233         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9234         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9235
9236 2007-05-30  Andy Wingo  <wingo@pobox.com>
9237
9238         * sys/v4l2/gstv4l2object.h: 
9239         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9240         unintended changes.
9241
9242         * sys/v4l2/v4l2src_calls.h: 
9243         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9244         the format list in the order that the driver gives it to us.
9245         (gst_v4l2src_probe_caps_for_format_and_size)
9246         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9247         based on the capabilities of the device.
9248         (gst_v4l2src_grab_frame): Update for object variable renaming.
9249         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9250         as in the set_caps below.
9251         (gst_v4l2src_capture_init): Update for object variable renaming,
9252         and reflow.
9253         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9254         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9255         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9256         (gst_v4l2src_get_fps): Remove; these functions don't have much
9257         meaning outside of an atomic set_caps method.
9258         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9259         known.
9260
9261         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9262         call to update_fps; not sure about this change.
9263         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9264         moment we don't have an update_fps_func.
9265
9266         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9267         structures in the object, just store what we need. Do store the
9268         probed caps of the device. Don't store the current frame rate.
9269
9270         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9271         update_fps_function, for now. Update for new object variable
9272         naming.
9273         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9274         new object variable naming.
9275         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9276         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9277         (gst_v4l2src_get_caps): Rework to probe the device for supported
9278         frame sizes and frame rates.
9279         (gst_v4l2src_set_caps): Rework to be strict in the given
9280         parameters: if someone asks us to have a certain size and rate,
9281         that is what we configure.
9282         (gst_v4l2src_get_read): Update for object variable naming. Don't
9283         leak buffers on short reads.
9284         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9285         comments.
9286         (gst_v4l2src_create): Update for object variable naming.
9287
9288 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9289
9290         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9291         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9292         * gst/avi/gstavidemux.h:
9293           Parse subtitle text streams instead of erroring out (#442034). Still
9294           needs a parser for the subtitles to actually show up.
9295
9296 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9297
9298         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9299         (gst_avi_demux_loop):
9300           Make _push_event() return TRUE if the event could be pushed on at
9301           least one pad and not only if it could be pushed on all pads,
9302           otherwise we'll end up posting an error message on EOS if one or
9303           more source pads are not connected.
9304
9305 2007-05-28  Wim Taymans  <wim@fluendo.com>
9306
9307         * gst/rtsp/rtsptransport.c:
9308         Use renamed RTP bin.
9309
9310 2007-05-28  Wim Taymans  <wim@fluendo.com>
9311
9312         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9313
9314         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9315         (gst_video_box_set_property), (gst_video_box_transform_caps),
9316         (video_box_recalc_transform), (gst_video_box_set_caps),
9317         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9318         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9319         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9320         (gst_video_box_i420_i420), (gst_video_box_transform),
9321         (plugin_init):
9322         Add AYUV->AYUV and AYUV->I420 formats. 
9323         Fix negotiation and I420->AYUV conversion.
9324         Fixes #429329.
9325
9326 2007-05-26  Wim Taymans  <wim@fluendo.com>
9327
9328         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9329         Use different variables for nested for loops so that the outer loop
9330         functions properly and speex files with multiple frames per buffer work
9331         properly.
9332         Fixes #441408.
9333
9334 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9335
9336         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9337           Don't leak newsegment events.
9338
9339 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9340
9341         * gst/wavparse/Makefile.am:
9342           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9343           drags it in.
9344
9345 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9348         (notgst_value_array_append_buffer),
9349         (gst_flac_enc_process_stream_headers),
9350         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9351         (gst_flac_enc_change_state):
9352         * ext/flac/gstflacenc.h:
9353           Collect headers, add "streamheader" field to output caps and set
9354           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9355           produces output according to the official FLAC-to-Ogg mapping
9356           instead of completely broken files. Fixes #426044.
9357
9358 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9359
9360         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9361         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9362         (gst_id3demux_sink_event):
9363         * gst/id3demux/gstid3demux.h:
9364         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9365         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9366         (gst_tag_demux_send_new_segment):
9367         Handle and adjust new-segment events so that downstream really
9368         sees a stream with the tag pieces stripped off the front and back.
9369         Fixes strangeness in seeking when mp3 decoders use the new-segment
9370         byte position to estimate their current playback position timestamp
9371         and then the arriving buffers don't match up.
9372
9373 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9374
9375         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9376           Don't unnecessarily perform a READY->NULL->READY transition on the
9377           detected audio sink when starting up. Fixes: #440127
9378
9379 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9382         (gst_flac_enc_chain):
9383           Don't crash in chain function if setcaps hasn't been called.
9384
9385 2007-05-24  Wim Taymans  <wim@fluendo.com>
9386
9387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9388         Init value to avoid infinte loops.
9389
9390 2007-05-24  Wim Taymans  <wim@fluendo.com>
9391
9392         Patch by: Peter Kjellerstedt  <pkj at axis com>
9393
9394         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9395         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9396         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9397         (gst_rtspsrc_play):
9398         (rtsp_connection_send), (rtsp_connection_receive):
9399         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9400         Fix for new API.
9401
9402         * gst/rtsp/rtspconnection.c: (add_auth_header),
9403         Only add authorisation and session headers when sending messages.
9404
9405         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9406         (rtsp_message_init_request), (rtsp_message_init_response),
9407         (rtsp_message_unset), (rtsp_message_add_header),
9408         (rtsp_message_remove_header), (rtsp_message_get_header),
9409         (rtsp_message_append_headers), (dump_key_value),
9410         (rtsp_message_dump):
9411         * gst/rtsp/rtspmessage.h:
9412         Add support for multiple headers of the same type by storing the parsed
9413         headers in a GArray instaed of a hashtable.
9414
9415 2007-05-21  Wim Taymans  <wim@fluendo.com>
9416
9417         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9418         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9419         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9420         safer shutdown.
9421
9422 2007-05-21  Wim Taymans  <wim@fluendo.com>
9423
9424         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9425         * gst/rtsp/gstrtpdec.h:
9426         Added signal for backwards compat.
9427
9428 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9429         
9430         Patch by: René Stadler <mail at renestadler dot de>
9431
9432         * configure.ac:
9433         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9434         (gst_au_parse_parse_header), (gst_au_parse_chain):
9435         * gst/auparse/gstauparse.h:
9436         Use audioconvert for converting from non-native endianness floats
9437         in auparse instead of doing it ourself. Fixes #424527.
9438         This needs the audioconvert from plugins-base CVS.
9439         
9440 2007-05-21  Wim Taymans  <wim@fluendo.com>
9441
9442         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9443         (gst_rtp_h263p_pay_flush):
9444         Fix enum registration.
9445
9446 2007-05-21  Wim Taymans  <wim@fluendo.com>
9447
9448         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9449
9450         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9451         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9452         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9453         (gst_rtp_h263p_pay_flush):
9454         * gst/rtp/gstrtph263ppay.h:
9455         Add new fragmentation mode base on GOB headers. Fixes #438940.
9456
9457 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9458
9459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9460           Printf format fix.
9461
9462 2007-05-18  Wim Taymans  <wim@fluendo.com>
9463
9464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9465         Don't crash when an unsupported transport error was returned by the
9466         server, just try to configure the next stream. Fixes #439255.
9467
9468 2007-05-18  Wim Taymans  <wim@fluendo.com>
9469
9470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9471         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9472         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9473         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9474         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9475         * gst/rtsp/gstrtspsrc.h:
9476         Add TCP timeout property and use it for all TCP connection.
9477
9478         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9479         (rtsp_connection_write), (rtsp_connection_next_timeout),
9480         (rtsp_connection_reset_timeout):
9481         Make connect and writes cancelable and make them use the timeout.
9482
9483 2007-05-18  Wim Taymans  <wim@fluendo.com>
9484
9485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9486         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9487         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9488         (gst_rtspsrc_setup_streams):
9489         Refactor timeout handling.
9490         Also send keep-alive when dealing with TCP transport.
9491
9492         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9493         (rtsp_connection_free), (rtsp_connection_next_timeout),
9494         (rtsp_connection_reset_timeout):
9495         * gst/rtsp/rtspconnection.h:
9496         Use a timer to handle the session timeouts, add some methods to deal
9497         with timeouts.
9498
9499 2007-05-17  Wim Taymans  <wim@fluendo.com>
9500
9501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9502         (gst_rtspsrc_setup_streams):
9503         Ignore streams that fail the setup command, we will retry with a
9504         different transport later on.
9505
9506         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9507         (rtsp_ext_wms_configure_stream):
9508         Fix encoding name case.
9509
9510 2007-05-16  Edward Hervey  <edward@fluendo.com>
9511
9512         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9513         Fix build on macosx.
9514
9515 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9516
9517         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9518         Replace direct comparison of a string with the string literal "" with
9519         a comparison of the first character with '\0'. Fixes #438926.
9520
9521 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9522
9523         * gst/debug/breakmydata.c (gst_break_my_data_init):
9524           One more try. This should be the proper fix now.
9525
9526 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9527
9528         * gst/debug/breakmydata.c:
9529           Ooops, no // comments please.
9530
9531 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9532
9533         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9534         (gst_break_my_data_init):
9535           Fix gst_buffer_is_writable() assertion.
9536
9537 2007-05-14  David Schleef  <ds@schleef.org>
9538
9539         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9540           video/x-raw-bayer.  Fixes #314160.
9541
9542 2007-05-14  Wim Taymans  <wim@fluendo.com>
9543
9544         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9545         (gst_rtp_theora_depay_parse_configuration):
9546         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9547         (gst_rtp_theora_pay_finish_headers),
9548         (gst_rtp_theora_pay_handle_buffer):
9549         Update theora pay/depayloader in a similar to vorbis.
9550
9551         * gst/rtp/gstrtpvorbisdepay.c:
9552         (gst_rtp_vorbis_depay_parse_configuration):
9553         Update docs.
9554
9555 2007-05-14  Wim Taymans  <wim@fluendo.com>
9556
9557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9558         When we try to execute a method that is not supported by the server,
9559         don't error out but remove the method from the accepted methods so that
9560         we never try to perform this method again.
9561
9562 2007-05-14  Wim Taymans  <wim@fluendo.com>
9563
9564         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9565         Remove annoying _dump_mem.
9566
9567 2007-05-14  Wim Taymans  <wim@fluendo.com>
9568
9569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9570         Parse range correctly.
9571
9572         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9573         The baseurl now always has a '/' at the start.
9574
9575 2007-05-14  Wim Taymans  <wim@fluendo.com>
9576
9577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9578         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9579         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9580         Factor out caps configuration and configure more stuff such as the time
9581         ranges and speed/scale values.
9582
9583         * gst/rtsp/rtsptransport.c:
9584         Add Copyright after non-trival fixes.
9585
9586 2007-05-12  Wim Taymans  <wim@fluendo.com>
9587
9588         Patch by: Peter Kjellerstedt  <pkj at axis com>
9589
9590         * gst/rtsp/gstrtspsrc.h:
9591         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9592         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9593         (rtsp_message_get_header):
9594         * gst/rtsp/rtspmessage.h:
9595         Make channel guint8 where possible.
9596         Make rtsp_message_init_data() take the channel as a guint8.
9597
9598         * gst/rtsp/rtspdefs.c:
9599         Fixed a typo: Timout -> Timeout
9600
9601         * gst/rtsp/rtspdefs.h:
9602         Make RTSP_CHECK() behave as a statement.
9603
9604         * gst/rtsp/sdpmessage.c:
9605         Avoid a compiler warning in INIT_ARRAY().
9606         Fixes #437692.
9607
9608 2007-05-12  Wim Taymans  <wim@fluendo.com>
9609
9610         Patch by: Peter Kjellerstedt  <pkj at axis com>
9611
9612         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9613         (rtsp_url_get_request_uri):
9614         * gst/rtsp/rtspurl.h:
9615         Add support for query parameters to RTSP URLs.
9616
9617 2007-05-12  Wim Taymans  <wim@fluendo.com>
9618
9619         Patch by: Peter Kjellerstedt  <pkj at axis com>
9620
9621         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9622         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9623         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9624         (rtsp_transport_parse), (rtsp_transport_as_text):
9625         * gst/rtsp/rtsptransport.h:
9626         Add validation to rtsp_transport_parse().
9627         Add rtsp_transport_as_text() to generate an RTSP header from an
9628         RTSPTransport.
9629         Change ssrc to guint (was a string) since that is what it is, even
9630         though it is sent as a hex string.
9631         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9632         incorrect, which can be seen when looking at the examples in the RFC).
9633         Fixes #437670.
9634
9635 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9636
9637         Patch by: Eric Anholt
9638
9639         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9640           gst_ximage_src_ximage_get):
9641         Use union of all damage between frames to make it faster.
9642         Fixes bug #342463.
9643         Also fix crasher when cursor is at bottom right of window.
9644
9645 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9648           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9649           streaming mode regression for file from #343837 with 'bext' chunk
9650           before the 'fmt' chunk.
9651
9652 2007-05-11  Wim Taymans  <wim@fluendo.com>
9653
9654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9655         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9656         (gst_rtspsrc_handle_src_event),
9657         (gst_rtspsrc_stream_configure_manager),
9658         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9659         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9660         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9661         * gst/rtsp/gstrtspsrc.h:
9662         * gst/rtsp/rtspdefs.h:
9663         Preliminary seek support.
9664         Activate internal pads so that we can receive events on them.
9665         Don't try to parse a range string when it's NULL.
9666
9667 2007-05-11  Wim Taymans  <wim@fluendo.com>
9668
9669         * gst/rtp/README:
9670         Update README with new RTP variables that will be used for
9671         synchronisation.
9672
9673         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9674         (gst_rtp_vorbis_depay_parse_configuration),
9675         (gst_rtp_vorbis_depay_process):
9676         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9677         (gst_rtp_vorbis_pay_finish_headers),
9678         (gst_rtp_vorbis_pay_handle_buffer):
9679         Update vorbis pay and depayloader to draft-04.
9680
9681 2007-05-11  Wim Taymans  <wim@fluendo.com>
9682
9683         * gst/rtsp/rtsptransport.c:
9684         UDP MCAST is actually the default for RTP/AVP.
9685 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9686
9687         * gst/level/gstlevel.c: (gst_level_transform_ip):
9688         Use guint8 * instead of gpointer then vs6 can build 
9689         in_data += (filter->width / 8).
9690
9691 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9692
9693         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9694           gst_ximage_src_ximage_get):
9695         * sys/ximage/gstximagesrc.h (last_ximage):
9696         When using Damage actually keep the last frame, and not assume
9697         that the buffer we get already has the last frame on it.
9698         Copy the cursor over if we specify a non-zero start x and
9699         start y.
9700
9701 2007-05-11  Wim Taymans  <wim@fluendo.com>
9702
9703         * gst/rtsp/rtsptransport.c:
9704         Make UDP the default transport when not specified.
9705
9706 2007-05-09  David Schleef  <ds@schleef.org>
9707
9708         * gst/level/gstlevel.c:
9709           Revert last change.
9710
9711 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9712
9713         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9714         (gst_level_transform_ip):
9715         Use guint8 * instead of gpointer then vs6 know the size of data
9716         pointed when moving the pointer.
9717         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9718         Move instructions after variables declaration.
9719         * win32/vs6/autogen.dsp:
9720         * win32/vs6/libgstrtp.dsp:
9721         * win32/vs6/libgstrtsp.dsp:
9722         Update vs6 project files.
9723
9724 2007-05-09  Wim Taymans  <wim@fluendo.com>
9725
9726         * gst/rtsp/Makefile.am:
9727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9728         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9729         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9730         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9731         (rtsp_range_free):
9732         * gst/rtsp/rtsprange.h:
9733         Add code to parse time ranges.
9734         Report DURATION on the stream when possible.
9735
9736 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9737
9738         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9739         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9740         (gst_videomixer_collected):
9741           Fix strides calculation for AYUV (it's just width*4) (#436910).
9742
9743 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9744
9745         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9746         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9747         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9748         Sync the GObject properties before each processing step to properly
9749         work with the controller.
9750
9751 2007-05-04  Wim Taymans  <wim@fluendo.com>
9752
9753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9754         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9755         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9756         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9757         (gst_rtspsrc_change_state):
9758         Let more error state trickle down so that we can catch more error
9759         cases.
9760         Handle keep-alive a little smarter by selecting a method the server
9761         actually supports.
9762         Fix a race in UDP streaming shutdown.
9763
9764 2007-05-04  Wim Taymans  <wim@fluendo.com>
9765
9766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9767         Ignore errors when trying to use the keep-alive messages.
9768
9769 2007-05-04  Wim Taymans  <wim@fluendo.com>
9770
9771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9772         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9773         (gst_rtspsrc_stream_configure_manager),
9774         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9775         (gst_rtspsrc_stream_configure_mcast),
9776         (gst_rtspsrc_stream_configure_udp),
9777         (gst_rtspsrc_stream_configure_udp_sink),
9778         (gst_rtspsrc_stream_configure_transport):
9779         Send RTCP messages back to the server over the TCP connection.
9780
9781         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9782         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9783         (rtsp_connection_receive):
9784         * gst/rtsp/rtspconnection.h:
9785         Factor out and expose lowlevel _write and _read methods.
9786         Implement sending data messages to the server.
9787
9788 2007-05-03  Wim Taymans  <wim@fluendo.com>
9789
9790         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9791         (gst_multipart_mux_collected):
9792         Fix timestamps on outgoing buffers.
9793
9794 2007-05-03  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst/multipart/multipartmux.c:
9797         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9798         (gst_multipart_mux_change_state):
9799         Emit NEWSEGMENT events before pushing the first buffer.
9800
9801 2007-05-03  Wim Taymans  <wim@fluendo.com>
9802
9803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9804         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9805         (gst_rtspsrc_handle_src_query),
9806         (gst_rtspsrc_stream_configure_manager),
9807         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9808         (gst_rtspsrc_stream_configure_mcast),
9809         (gst_rtspsrc_stream_configure_udp),
9810         (gst_rtspsrc_stream_configure_udp_sink),
9811         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9812         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9813         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9814         (gst_rtspsrc_pause):
9815         Refactor transport configuration code.
9816         Create internal pads for TCP transport so that we can implement events
9817         and queries.
9818         Handle events and queries.
9819         Parse range from the SDP.
9820         Fix race in pause handler where the connection could still be flushing.
9821
9822 2007-05-02  Wim Taymans  <wim@fluendo.com>
9823
9824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9825         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9826         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9827         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9828         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9829         (gst_rtspsrc_change_state):
9830         * gst/rtsp/gstrtspsrc.h:
9831         Fix race when multiple udp sources post timeouts, just act on the first
9832         received timeout.
9833         Protect stream list with a recursive lock to fix some races.
9834         Flush connection when we need to do a reconnect or stop.
9835         Make state lock recursive.
9836
9837         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9838         (rtsp_connection_close):
9839         Some small cleanups.
9840
9841 2007-05-02  Wim Taymans  <wim@fluendo.com>
9842
9843         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9844         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9845         Only set DISCONT when there actually is a discont or when we just
9846         started.
9847
9848 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9849
9850         * ext/flac/gstflac.c: (plugin_init):
9851         Call bindtextdomain() to get localized strings.
9852
9853 2007-05-02  Wim Taymans  <wim@fluendo.com>
9854
9855         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9856         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9857         (gst_wavparse_stream_data):
9858         * gst/wavparse/gstwavparse.h:
9859         Be a bit more clever when dealing with VBR files with FACT tags, we
9860         don't want to timestamp buffers in that case but the estimated BPS can
9861         be used for seeking.
9862         Only send close segment in the streaming thread.
9863
9864 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9865
9866         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9867         Correctly post an error on the bus if something went wrong in the loop
9868         function. This fixes a few cases where the task was paused and nothing
9869         happened anymore.
9870
9871 2007-05-02  Wim Taymans  <wim@fluendo.com>
9872
9873         * gst/rtsp/test.c: (main):
9874         Fix compilation of deprecated test just because I'm too lazy to delete
9875         it.
9876
9877 2007-05-02  Wim Taymans  <wim@fluendo.com>
9878
9879         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9880         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9881         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9882         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9883         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9884         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9885         * gst/rtsp/gstrtspsrc.h:
9886         Fix sending RTCP to the right place.
9887         Fix bug in reffing the wrong UDP element.
9888         Use new pad names for the session manager.
9889         Implement handling server requests in interleaved and UDP modes.
9890         Handle session keep-alive in UDP modes.
9891         Remove GCond for handling UDP timeouts.
9892
9893         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9894         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9895         (rtsp_connection_receive), (rtsp_connection_close):
9896         * gst/rtsp/rtspconnection.h:
9897         Store connection IP address for later.
9898         Add timeout args to all operations that might block forever.
9899         Parse session timeout.
9900         Only close sockets when not already closed.
9901
9902         * gst/rtsp/rtspdefs.c:
9903         * gst/rtsp/rtspdefs.h:
9904         Add timeout return value and error string.
9905
9906         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9907         Add small comment.
9908
9909 2007-05-01  Wim Taymans  <wim@fluendo.com>
9910
9911         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9912
9913         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9914         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9915         * gst/rtp/gstrtpmp4vpay.h:
9916         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9917
9918 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9919
9920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9921           Remove v4l2src from docs, since it breaks the docs build, and the
9922           plugin is only built if --enable-experimental is used anyway.
9923
9924         * docs/plugins/Makefile.am:
9925           Spaces => tab.
9926
9927 2007-04-29  Wim Taymans  <wim@fluendo.com>
9928
9929         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9930         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9931         Add code to drop membership of a multicast group.
9932
9933         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9934         (gst_udpsink_set_uri):
9935         Implement URI handler.
9936
9937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9938         (gst_rtspsrc_parse_rtpinfo):
9939         Use URI handler to make udpsink instace.
9940         Improve code to configure port and destination.
9941
9942 2007-04-29  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9945         Fix multicast detection.
9946         Don't try to join a multicast group if the address is not multicast.
9947
9948         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9949         Small debug improvement.
9950
9951 2007-04-27  Wim Taymans  <wim@fluendo.com>
9952
9953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9954         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9955         (gst_rtspsrc_handle_message):
9956         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9957         parent.
9958
9959 2007-04-27  Wim Taymans  <wim@fluendo.com>
9960
9961         * gst/rtp/gstrtpilbcdepay.h:
9962         Fix mode property when specified as an arg.
9963
9964 2007-04-26  Edward Hervey  <edward@fluendo.com>
9965
9966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9968         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9969         * docs/plugins/inspect/plugin-osxaudio.xml:
9970         Add documentation for osxaudio plugin.
9971
9972 2007-04-26  Wim Taymans  <wim@fluendo.com>
9973
9974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9975         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9976         (gst_rtspsrc_open), (gst_rtspsrc_close),
9977         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9978         (gst_rtspsrc_pause):
9979         * gst/rtsp/gstrtspsrc.h:
9980         Protect state changes with a lock.
9981
9982         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9983         (parse_line):
9984         * gst/rtsp/rtspconnection.h:
9985         Remove some unused stuff.
9986
9987 2007-04-26  Wim Taymans  <wim@fluendo.com>
9988
9989         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9990         Handle the case where there are exactly 0 bytes to read and the ioctl
9991         did not report an error. Fixes #433530.
9992
9993 2007-04-26  Wim Taymans  <wim@fluendo.com>
9994
9995         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9996         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9997         * gst/wavparse/gstwavparse.h:
9998         Apply DISCONT to buffers.
9999         Only apply timestamp to the first sample after a DISCONT, too many VBR
10000         files cause random jitter in the timestamps. Fixes #433119.
10001
10002 2007-04-25  Wim Taymans  <wim@fluendo.com>
10003
10004         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10005         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10006         (gst_rtp_dec_get_property):
10007         * gst/rtsp/gstrtpdec.h:
10008         Add dummy latency property to be backwards compat with rtpbin.
10009
10010         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10011         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10012         (gst_rtspsrc_stream_configure_transport),
10013         (gst_rtspsrc_parse_rtpinfo):
10014         * gst/rtsp/gstrtspsrc.h:
10015         Add latency property and configure in the session manager.
10016         Don't set invalid clock-base and seqnum-base on caps, some servers
10017         sometimes don't send them.
10018
10019 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10020
10021         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10022         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10023           Double-check that RGB input caps are really RGBA caps (apparently
10024           the core doesn't always catch it if those caps aren't a subset of
10025           our template caps, also see #421543). Fixes #429319 in a way.
10026           Also, don't leak the pad template in the transform_caps function.
10027
10028         * tests/check/Makefile.am:
10029         * tests/check/elements/.cvsignore:
10030         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10031         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10032         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10033         (GST_START_TEST), (alphacolor_suite):
10034           Add some basic unit tests for alphacolor.
10035
10036 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10037
10038         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10039           If we get a fatal flow return in the loop function, first post the
10040           error message and only then send the EOS event downstream, otherwise
10041           applications might get an eos message before the error message and
10042           think everything was ok (related to #429319).
10043
10044 2007-04-25  Wim Taymans  <wim@fluendo.com>
10045
10046         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10047         Read the channel byte as an unsigned byte.
10048
10049 2007-04-25  Wim Taymans  <wim@fluendo.com>
10050
10051         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10052         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10053         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10054         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10055         (gst_rtp_gsm_depay_setcaps):
10056         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10057         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10058         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10059         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10060         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10061         (gst_ilbc_depay_get_property):
10062         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10063         * gst/rtp/gstrtpmp4adepay.c:
10064         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10065         (gst_rtp_pcma_depay_setcaps):
10066         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10067         (gst_rtp_pcmu_depay_setcaps):
10068         Make sure we configure the clock_rate in the baseclass in the setcaps
10069         function. Fixes #431282.
10070
10071 2007-04-25  Wim Taymans  <wim@fluendo.com>
10072
10073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10074         (gst_rtspsrc_stream_free), (request_pt_map),
10075         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10076         * gst/rtsp/gstrtspsrc.h:
10077         Parse server address from SDP.
10078         Hook up a udpsink to send RTCP back to the server.
10079
10080         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10081         * gst/rtsp/rtsptransport.h:
10082         Add some docs.
10083
10084 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10085
10086         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10087           Make header field check conditional. Fixes #433135
10088
10089 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10090
10091         * docs/plugins/Makefile.am:
10092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10094         * docs/plugins/inspect/plugin-alphacolor.xml:
10095         * gst/alpha/Makefile.am:
10096         * gst/alpha/gstalphacolor.c:
10097         * gst/alpha/gstalphacolor.h:
10098           Add minimal docs blurb to alphacolor; split out headers into
10099           separate header file for gtk-doc.
10100
10101 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * gst/debug/progressreport.c: (gst_progress_report_report):
10104           Don't try to post NULL message (in case we can't query upstream
10105           position or duration).
10106
10107 2007-04-18  Michael Smith  <msmith@fluendo.com>
10108
10109         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10110         (gst_cutter_get_caps):
10111         * gst/cutter/gstcutter.h:
10112           Fix some of the most obvious bugs in cutter. Now doesn't leak
10113           everything if input is silent.
10114
10115 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10116
10117         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10118         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10119         * gst/wavenc/gstwavenc.h:
10120         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10121         else results in a invalid block align and invalid files.
10122
10123 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10124
10125         Patch by: Snaik <snaik32 gmail com>
10126
10127         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10128           Add missing break statement for BOX_HORIZONTAL case.
10129
10130 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10131
10132         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10133
10134         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10135         Use correct format strings for integer types.
10136
10137 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10138
10139         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10140         (gst_wavparse_create_sourcepad):
10141         Use gst_riff_create_audio_template_caps () instead of the local caps.
10142         This makes updates of the local caps unecessary whenever libgstriff
10143         gets support for new formats.
10144
10145 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10148
10149         * sys/sunaudio/gstsunaudio.c:
10150         * sys/sunaudio/gstsunaudiomixer.c:
10151         * sys/sunaudio/gstsunaudiomixer.h:
10152         * sys/sunaudio/gstsunaudiomixerctrl.c:
10153         * sys/sunaudio/gstsunaudiomixerctrl.h:
10154         * sys/sunaudio/gstsunaudiomixertrack.h:
10155         * sys/sunaudio/gstsunaudiosink.c:
10156         * sys/sunaudio/gstsunaudiosink.h:
10157         * sys/sunaudio/gstsunaudiosrc.c:
10158         * sys/sunaudio/gstsunaudiosrc.h:
10159           Fix and/or update copyright attributions (#430228).
10160
10161 2007-04-13  Wim Taymans  <wim@fluendo.com>
10162
10163         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10164         Fix docs.
10165
10166         * gst/rtsp/URLS:
10167         Add some more example urls.
10168
10169         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10170         (gst_rtp_dec_chain_rtp):
10171         Better debugging.
10172
10173         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10174         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10175         (gst_rtspsrc_parse_rtpinfo):
10176         Remove unused code.
10177
10178 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10179
10180         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10181         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10182         (gst_wavparse_stream_data):
10183           Relax the audio/mpeg caps again and add FIXME: comment.
10184
10185 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10186
10187         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10188         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10189         (gst_wavparse_stream_data):
10190         * gst/wavparse/gstwavparse.h:
10191           More sanity check for the header fields. Fix type for 'rate' header
10192           field.
10193
10194 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10197         (gst_icydemux_unicodify):
10198           If the metadata strings we get in the stream are not UTF-8, try to
10199           interpret them according to the character encodings specified in the
10200           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10201           only fall back to locale/ISO-8859-1 if those aren't set or don't
10202           work. Should fix #428901.
10203
10204 2007-04-12  Wim Taymans  <wim@fluendo.com>
10205
10206         * gst/rtp/gstrtph264depay.c:
10207         Use the proper sync word for SPS and PPS.
10208
10209 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10210
10211         * gst/rtp/Makefile.am:
10212         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10213           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10214         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10215           Add a simple hashing implementation that we can use to generate
10216           a 24-bit ident value based on the codebooks for vorbis and theora.
10217         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10218           gst_rtp_theora_pay_handle_buffer):
10219         * gst/rtp/gstrtpvorbisdepay.c
10220           (gst_rtp_vorbis_depay_parse_configuration,
10221           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10222         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10223           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10224           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10225           Use the hashing function, ensuring that the same codebooks result
10226           in the same ident and thus the same SDP description.
10227           Various log fixes/changes.
10228
10229 2007-04-12  Wim Taymans  <wim@fluendo.com>
10230
10231         Patch by: jerry tan <jerry dot tan at sun dot com>
10232
10233         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10234         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10235         application's responsibility to make sure it open the device once.
10236         Remove a careless error if AUDIODEV is set. Fixes #392620.
10237
10238 2007-04-12  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10241         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10242         * gst/rtsp/gstrtpdec.h:
10243         Make backward compat with rtpbin by adding the request-pt-map signals.
10244
10245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10246         (new_session_pad), (request_pt_map),
10247         (gst_rtspsrc_stream_configure_transport),
10248         (gst_rtspsrc_stream_configure_caps),
10249         (gst_rtspsrc_activate_streams):
10250         * gst/rtsp/gstrtspsrc.h:
10251         Implement request-pt-map signals instead of setting caps on the buffers
10252         for the session manager.
10253
10254 2007-04-11  Wim Taymans  <wim@fluendo.com>
10255
10256         * gst/udp/gstudp.c: (plugin_init):
10257         Register GstNetBuffer in plugin_init so that the type can be used from
10258         multiple threads without races.
10259
10260 2007-04-10  Wim Taymans  <wim@fluendo.com>
10261
10262         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10263         (gst_rtp_amr_depay_process):
10264         Fix depayloader clock_rate and some cleanups.
10265
10266         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10267         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10268         * gst/rtp/gstrtph264depay.h:
10269         Don't push codec_data in the adapter because it might get flushed when
10270         we get a discont.
10271
10272         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10273         Handle multiple AU per packet.
10274
10275         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10276         (gst_rtp_sv3v_depay_plugin_init):
10277         Disable rank, this one does not work.
10278         Remove timestamping, base class does that.
10279
10280 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10281
10282         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10283           limit caps to the formats we announce in the template
10284
10285         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10286         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10287         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10288           fix some crashers/asserts when dealing with broken files
10289
10290 2007-04-10  Wim Taymans  <wim@fluendo.com>
10291
10292         Patch by: Peter Kjellerstedt  <pkj at axis com>
10293
10294         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10295         * gst/rtp/gstrtpL16depay.c:
10296         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10297         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10298         (gst_rtp_speex_depay_setcaps):
10299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10300         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10301         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10302         Fix some compiler warnings. Fixes #428182.
10303
10304 2007-04-06  Wim Taymans  <wim@fluendo.com>
10305
10306         * gst/rtsp/Makefile.am:
10307         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10308         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10309         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10310         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10311         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10312         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10313         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10314         (create_rtcp), (gst_rtp_dec_request_new_pad),
10315         (gst_rtp_dec_release_pad):
10316         * gst/rtsp/gstrtpdec.h:
10317         * gst/rtsp/gstrtsp.c: (plugin_init):
10318         Morph RTPDec into something compatible with RTPBin as a fallback.
10319         Various other style fixes.
10320
10321         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10322         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10323         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10324         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10325         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10326         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10327         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10328         * gst/rtsp/gstrtspsrc.h:
10329         Implement RTPBin session manager handling.
10330         Don't try to add empty properties to caps.
10331         Implement fallback session manager, handling.
10332         Don't combine errors from RTCP streams, just ignore them.
10333
10334         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10335         * gst/rtsp/rtsptransport.h:
10336         Implement fallback session manager.
10337         Make RTPBin the default one when available.
10338
10339 2007-04-05  Wim Taymans  <wim@fluendo.com>
10340
10341         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10342         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10343         This element is ready to be autoplugged.
10344
10345 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10346
10347         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10348         Don't leave the offsets defined by upstream element on the
10349         compressed data buffer we are pushing downstream. Make them
10350         GST_BUFFER_OFFSET_NONE.
10351
10352 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10353
10354         * gst/avi/README:
10355         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10356         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10357         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10358         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10359         (gst_avi_demux_calculate_durations_from_index),
10360         (gst_avi_demux_stream_header_push),
10361         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10362         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10363           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10364
10365 2007-04-03  Wim Taymans  <wim@fluendo.com>
10366
10367         * gst/smpte/barboxwipes.c:
10368         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10369
10370 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10371
10372         * gst/wavparse/gstwavparse.c:
10373         Support audio/x-raw-float in wav files. This only works with
10374         plugins-base CVS, using an older version doesn't have any
10375         disadvantages though.
10376
10377 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10378
10379         * configure.ac:
10380         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10381         (gst_au_parse_parse_header), (gst_au_parse_chain):
10382         * gst/auparse/gstauparse.h:
10383         Revert last change as we don't want plugins-good to depend on
10384         plugins-base CVS now.
10385
10386 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10387
10388         * configure.ac:
10389         Require gst-plugins-base CVS for audioconvert with non-native
10390         float support and width/depth fix in libgstriff.
10391
10392         Patch by: René Stadler <mail at renestadler dot de>
10393
10394         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10395         (gst_au_parse_parse_header), (gst_au_parse_chain):
10396         * gst/auparse/gstauparse.h:
10397         Don't swap the floats ourself if they're not in native endianness.
10398         Instead let audioconvert handle this. Fixes #339838.
10399
10400 2007-03-29  Wim Taymans  <wim@fluendo.com>
10401
10402         * gst/rtp/gstasteriskh263.h:
10403         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10404         (gst_rtp_h263p_depay_change_state):
10405         * gst/rtp/gstrtph263pdepay.h:
10406         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10407         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10408         (gst_rtp_h264_depay_change_state):
10409         * gst/rtp/gstrtph264depay.h:
10410         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10411         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10412         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10413         Flush adapter on disconts.
10414
10415 2007-03-29  Wim Taymans  <wim@fluendo.com>
10416
10417         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10418         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10419         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10420         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10421         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10422         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10423         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10424         (gst_rtp_mp4v_depay_process):
10425         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10426         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10427         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10428         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10429         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10430         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10431         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10432         Use more efficient adapter and rtpbuffer methods when possible.
10433
10434 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10435
10436         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10437         (gst_wavenc_sink_setcaps):
10438         Correctly handle width!=depth input.
10439         * gst/wavparse/gstwavparse.c:
10440         Already export in the caps that width==8 uses unsigned samples and
10441         everything else uses signed samples.
10442
10443 2007-03-29  Wim Taymans  <wim@fluendo.com>
10444
10445         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10446
10447         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10448         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10449         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10450         (gst_dynudpsink_close):
10451         * gst/udp/gstdynudpsink.h:
10452         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10453         (gst_udpsrc_create), (gst_udpsrc_set_property),
10454         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10455         * gst/udp/gstudpsrc.h:
10456         Rework the socket allocation a bit based on the sockfd argument so that
10457         it becomes usable.
10458         Add a closefd property to instruct the udp elements to close the custom
10459         file descriptors when going to READY. Fixes #423304.
10460         API:GstUDPSrc::closefd property
10461         API:GstDynUDPSink::closefd property
10462
10463 2007-03-29  Wim Taymans  <wim@fluendo.com>
10464
10465         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10466
10467         * gst/rtp/Makefile.am:
10468         * gst/rtp/gstrtp.c: (plugin_init):
10469         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10470         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10471         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10472         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10473         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10474         (gst_rtp_h264_pay_plugin_init):
10475         * gst/rtp/gstrtph264pay.h:
10476         Added H264 payloader. Fixes #423782.
10477
10478         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10479         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10480         Small fixes.
10481
10482 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10483
10484         * gst/wavparse/gstwavparse.c:
10485         Actually support depths from 1 to 32, not only 8 to 32.
10486
10487 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10488
10489         * gst/wavparse/gstwavparse.c:
10490         Add support for wav files containing audio/x-raw-int with random
10491         depths between 1 and 32 bits.
10492
10493 2007-03-28  Wim Taymans  <wim@fluendo.com>
10494
10495         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10496
10497         * gst/rtp/Makefile.am:
10498         * gst/rtp/gstrtp.c: (plugin_init):
10499         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10500         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10501         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10502         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10503         (gst_rtp_mp4a_depay_get_property),
10504         (gst_rtp_mp4a_depay_change_state),
10505         (gst_rtp_mp4a_depay_plugin_init):
10506         * gst/rtp/gstrtpmp4adepay.h:
10507         Added MP4A-LATM depayloader. Fixes #417792.
10508
10509         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10510         (gst_rtp_mp4v_depay_process):
10511         Fixup depayloader, setting codec_data, using more efficient adaptor and
10512         rtpbuffer handling.
10513
10514         * gst/rtsp/URLS:
10515         Add url to test above.
10516
10517 2007-03-25  Wim Taymans  <wim@fluendo.com>
10518
10519         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10520         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10521         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10522         (gst_rtspsrc_media_to_caps),
10523         (gst_rtspsrc_stream_configure_transport),
10524         (gst_rtspsrc_stream_configure_caps),
10525         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10526         * gst/rtsp/gstrtspsrc.h:
10527         Handle default clock-rates for static payload types, rearrange stuff so
10528         that the rtpmap field in the sdp can override the defaults.
10529         Parse RTP-Info field to get the seqnum and timebase fields that should
10530         go in the caps.
10531         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10532         the server. 
10533
10534 2007-03-22  Wim Taymans  <wim@fluendo.com>
10535
10536         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10537
10538         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10539         Accept complex pipeline descriptions as an audio profile instead of just
10540         a single element. Fixes #420658.
10541
10542 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10545           Rename registered type in preparation of GstTagDemux moving to
10546           -base at some point in the future.
10547
10548 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10551           Streaming mode fixes: don't unref buffer we don't own any longer;
10552           remove bogus adapter flush. Fixes #419338.
10553
10554 2007-03-17  David Schleef  <ds@schleef.org>
10555
10556         * REQUIREMENTS: Change the format to key/value, add a bunch of
10557           information, remove a bunch of requirements that are for
10558           other GStreamer packages.
10559
10560 2007-03-17  David Schleef  <ds@schleef.org>
10561
10562         * REQUIREMENTS: Fix a few things.  This file really needs a
10563         good once-over.
10564
10565 2007-03-15  Edward Hervey  <edward@fluendo.com>
10566
10567         * sys/Makefile.am:
10568         Don't forget to distribute the sys/osxaudio/ directory.
10569
10570 2007-03-15  Edward Hervey  <edward@fluendo.com>
10571
10572         * configure.ac:
10573         * sys/Makefile.am:
10574         * sys/osxaudio/Makefile.am:
10575         * sys/osxaudio/gstosxaudio.c:
10576         * sys/osxaudio/gstosxaudiosink.c:
10577         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10578         (gst_osx_audio_sink_getcaps),
10579         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10580         * sys/osxaudio/gstosxaudiosrc.c:
10581         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10582         (gst_osx_audio_src_create_ringbuffer):
10583         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10584         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10585         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10586         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10587         * sys/osxaudio/gstosxringbuffer.h:
10588         Activate osxaudio in gst-plugins-good with proper build setup.
10589         Add inlined documentation.
10590         Fix debug statements
10591         Fix ringbuffer when pausing.
10592         Fixes #323471
10593
10594 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10595         * gst/rtp/gstrtppcmapay.c:
10596         * gst/rtp/gstrtppcmapay.h:
10597         * gst/rtp/gstrtppcmupay.c:
10598         * gst/rtp/gstrtppcmupay.h:
10599         Ported mulaw and alaw payloaders to use new base class
10600
10601 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10602
10603         * po/af.po:
10604         * po/az.po:
10605         * po/cs.po:
10606         * po/en_GB.po:
10607         * po/it.po:
10608         * po/nl.po:
10609         * po/or.po:
10610         * po/sq.po:
10611         * po/sr.po:
10612         * po/sv.po:
10613         * po/uk.po:
10614         * po/vi.po:
10615           Update translations.
10616
10617 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * configure.ac:
10620           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10621
10622 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10623
10624         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10625           Fix handling of -1 values for start and stop values when seeking,
10626           and SEEK_CUR+SEEK_END here as well.
10627
10628 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10629
10630         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10631           Fix handling of -1 values for start and stop values when seeking, 
10632           and SEEK_CUR+SEEK_END.
10633
10634 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10635
10636         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10637           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10638           the image format a variable-length NUL-terminated string; in
10639           versions before that the image format is a fixed-length string of
10640           3 characters (see #348644 for a sample tag).
10641           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10642
10643 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10644
10645         * win32/MANIFEST:
10646         Add new project files to MANIFEST.
10647         * win32/vs6/libgstaudiofx.dsp:
10648         * win32/vs6/libgstrtp.dsp:
10649         * win32/vs6/libgstrtsp.dsp:
10650         Update project files.
10651         
10652 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10655         (gst_avi_demux_parse_index):
10656         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10657         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10658           Printf format fixes; also add some missing quotes in translated
10659           strings. Fixes #416728 and #416727.
10660
10661 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10662
10663         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10664           Tim and I can't think of any reason the child audio sink needs to 
10665           be set back to NULL after successfully determining that it can 
10666           reach READY - it gets immediately set back to READY by the caller
10667           anyway, causing an unnecessary close/open of any audio devices
10668           involved.
10669
10670 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * po/LINGUAS:
10673         * po/ja.po:
10674           Add ja.po file from #377306.
10675
10676 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10679         * sys/sunaudio/gstsunaudiomixertrack.c:
10680         (gst_sunaudiomixer_track_new):
10681           Actually translate sunaudio mixer track labels instead of just
10682           marking the strings as translatable (#377306); clean up weird
10683           label string mapping code that serves no apparent purpose. Also
10684           set the 'untranslated-label' property when creating mixer tracks
10685           if the GstMixerTrack base class supports this.
10686
10687         * tests/check/Makefile.am:
10688         * tests/check/elements/.cvsignore:
10689         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10690         (sunaudio_suite):
10691           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10692           actually tested on a system where sunaudiomixer is available).
10693
10694 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10695
10696         * tests/check/Makefile.am:
10697         Re-enable the states test and see if it works on the buildbots.
10698
10699 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10700
10701         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10702         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10703         (gst_dvdec_change_state):
10704         * ext/dv/gstdvdec.h:
10705         Infer pixel-aspect-ratio from the video frame format if it isn't
10706         provided by the container, as happens when playing DV from AVI
10707         or Quicktime containers.
10708
10709         Patch by: Wim Taymans <wim@fluendo.com>
10710         Fixes #380944
10711
10712 2007-03-09  Wim Taymans  <wim@fluendo.com>
10713
10714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10715         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10716         will later be handled by the jitterbuffer.
10717
10718 2007-03-09  Wim Taymans  <wim@fluendo.com>
10719
10720         * ext/taglib/gstid3v2mux.cc:
10721         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10722         Fixes #414496.
10723         
10724         Patch by: Alex Lancaster <alexl at users sourceforge net>
10725
10726 2007-03-09  Wim Taymans  <wim@fluendo.com>
10727
10728         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10729         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10730         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10731         (gst_avi_demux_chain):
10732         Fix stream position reporting after a seek. Fixes #416445.
10733
10734 2007-03-08  Wim Taymans  <wim@fluendo.com>
10735
10736         Patch by: René Stadler <mail at renestadler dot de>
10737
10738         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10739         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10740         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10741         Make avidemux accept optional header chunks in any order.
10742         Fixes #415446.
10743
10744 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10745
10746         * tests/check/Makefile.am:
10747         Disable the states check until the remaining Valgrind errors
10748         are fixed or suppressed.
10749
10750 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10751
10752         * tests/check/elements/.cvsignore:
10753           Add audiodynamic check to .cvsignore
10754
10755 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10756
10757         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10758
10759         * gst/audiofx/Makefile.am:
10760         * gst/audiofx/audiodynamic.c:
10761         (gst_audio_dynamic_characteristics_get_type),
10762         (gst_audio_dynamic_mode_get_type),
10763         (gst_audio_dynamic_set_process_function),
10764         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10765         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10766         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10767         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10768         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10769         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10770         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10771         (gst_audio_dynamic_transform_hard_knee_expander_int),
10772         (gst_audio_dynamic_transform_hard_knee_expander_float),
10773         (gst_audio_dynamic_transform_soft_knee_expander_int),
10774         (gst_audio_dynamic_transform_soft_knee_expander_float),
10775         (gst_audio_dynamic_transform_ip):
10776         * gst/audiofx/audiodynamic.h:
10777         * gst/audiofx/audiofx.c: (plugin_init):
10778         Add new audiodynamic element which can act as a compressor or
10779         expander. Supported are hard-knee and soft-knee operation modes with
10780         user-specified ratio and threshold.
10781         Attack and release parameters are not yet implemented but will follow.
10782         * docs/plugins/Makefile.am:
10783         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10784         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10785         * docs/plugins/gst-plugins-good-plugins.args:
10786         * docs/plugins/inspect/plugin-audiofx.xml:
10787         Integrate audiodynamic into the docs.
10788         * tests/check/Makefile.am:
10789         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10790         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10791         Add unit test for audiodynamic.
10792
10793 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10794
10795         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10796         Free handles that we allocated when exiting via the error paths.
10797
10798 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10799
10800         * gst/level/gstlevel.c: (gst_level_class_init),
10801         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10802         (gst_level_transform_ip):
10803         * gst/level/gstlevel.h:
10804           Resolve message timestamps against the playback segment.
10805
10806 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10809         (gst_id3demux_sink_activate):
10810           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10811           caps passed to it (previously one code path assumed it took ownership
10812           while another one assumed it didn't, while in fact it sometimes did and
10813           sometimes didn't ...).
10814
10815         * configure.ac:
10816         * tests/files/Makefile.am:
10817         * tests/files/id3-407349-1.tag:
10818         * tests/files/id3-407349-2.tag:
10819           Add directory where data for unit tests can be stored.
10820
10821         * tests/Makefile.am:
10822         * tests/check/Makefile.am:
10823         * tests/check/elements/.cvsignore:
10824         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10825         (read_tags_from_file), (run_check_for_file),
10826         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10827           Add unit test for id3demux, and in particular for bug #407349. Only
10828           testing pull-mode for now; push mode doesn't work yet because the test
10829           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10830
10831 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         * tests/check/Makefile.am:
10834           Add missing backslash at end of line.
10835
10836 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10837
10838         Trigger rebuild.
10839
10840 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10843         * gst/id3demux/id3tags.h:
10844         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10845         (parse_obsolete_tdat_frame):
10846           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10847           the four-digit number will be interpreted as a year, whereas it is
10848           month and day in DDMM format. Instead, parse TDAT frames and fix up
10849           the date in the GST_TAG_DATE tag later if we also extracted a year.
10850           Fixes #407349.
10851
10852 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10853
10854         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10855         (gst_switch_commit_new_kid):
10856         Fix up the dispose logic so it doesn't leak, and fix setting of 
10857         the child state so that we don't set a child to our current state 
10858         just as we are changing it to something else.
10859
10860 2007-03-06  Wim Taymans  <wim@fluendo.com>
10861
10862         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10863         (gst_goom_chain):
10864         * gst/goom/gstgoom.h:
10865         Document, fix and improve goom adapter behaviour.
10866         Fixes #407006.
10867
10868 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10869
10870         * ext/esd/esdsink.c: (gst_esdsink_open):
10871         Unref static pad template after using it.
10872
10873 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10874
10875         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10876         (gst_switch_commit_new_kid):
10877         Fix up the reference counting of the child elements.
10878
10879 2007-03-05  Wim Taymans  <wim@fluendo.com>
10880
10881         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10882         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10883         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10884         Fix encoding-name case.
10885
10886 2007-03-05  Wim Taymans  <wim@fluendo.com>
10887
10888         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10889         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10890         (gst_rtp_speex_depay_process):
10891         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10892         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10893         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10894         (gst_rtp_speex_pay_change_state):
10895         * gst/rtp/gstrtpspeexpay.h:
10896         Fix speex (de)payloader. Fixes #358040.
10897
10898 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10899
10900         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10901         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10902         Install fakesink in NULL by fixing some broken logic. This obviates
10903         the need to manually set _IS_SINK.
10904         Add some comments and remove a little cruft while I'm at it.
10905
10906 2007-03-05  Wim Taymans  <wim@fluendo.com>
10907
10908         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10909         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10910
10911 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10912
10913         * po/POTFILES.in:
10914           Update.
10915
10916 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10917
10918         * tests/check/Makefile.am:
10919         Gah! Also disable gconfvideosink from the tests, otherwise
10920         it will instantiate autovideosink, and dfbvideosink and
10921         leak on the buildbots.
10922
10923 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10924
10925         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10926         (gst_cdio_cdda_src_finalize):
10927         Make sure we always destroy our libcdio handle.
10928
10929 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10930
10931         * tests/check/Makefile.am:
10932         Disable autovideosink so the buildbots don't barf over memory
10933         leaked in the directfb sink.
10934
10935 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10936
10937         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10938         Chain up in dispose
10939
10940 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10941
10942         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10943         (gst_multipart_find_pad_by_mime):
10944         Use gst_pad_new_from_static_template instead of
10945         static_pad_template_get+pad_new.
10946
10947 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10948
10949         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10950         Catch the case where no clock has been set.
10951
10952 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10953
10954         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10955         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10956         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10957         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10958         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10959         (gst_gconf_audio_src_finalize), (do_toggle_element):
10960         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10961         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10962         (do_toggle_element):
10963         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10964         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10965         (gst_gconf_video_src_finalize), (do_toggle_element):
10966         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10967         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10968         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10969         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10970         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10971         (gst_shout2send_init), (gst_shout2send_finalize):
10972         * gst/debug/testplugin.c: (gst_test_class_init),
10973         (gst_test_finalize):
10974         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10975         (gst_flxdec_dispose):
10976         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10977         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10979         (gst_rtspsrc_finalize):
10980         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10981         * gst/rtsp/rtspextwms.h:
10982         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10983         (gst_smpte_finalize):
10984         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10985         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10986         (gst_udpsink_finalize):
10987         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10988         (gst_wavparse_sink_activate):
10989         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10990         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10991         (gst_oss_src_finalize):
10992         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10993         * sys/v4l2/gstv4l2object.h:
10994         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10995         (gst_v4l2src_finalize):
10996         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10997
10998         Fix a bunch of leaks shown by the newly-added states test.
10999
11000 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11001
11002         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11003         Use gst_pad_new_from_static_template instead of 
11004         static_pad_template_get+pad_new.
11005
11006 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11007
11008         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11009
11010         * ext/libcaca/Makefile.am:
11011         * gst/debug/Makefile.am:
11012           Don't mix tabs and spaces (#414168).
11013
11014 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11015
11016         * tests/check/generic/.cvsignore:
11017           Ignore files to please buildbot.
11018
11019 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11020
11021         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11022         (gst_wavparse_stream_data):
11023           Unbreak my previous commit (swapped nominator & denominator). Tim,
11024           thanks for spotting.
11025
11026 2007-03-02  Wim Taymans  <wim@fluendo.com>
11027
11028         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11029         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11030         (gst_cdio_cdda_src_finalize):
11031         Small code cleanups.
11032         Don't use pad_alloc as the base class cannot deal with the error codes.
11033
11034 2007-03-02  Wim Taymans  <wim@fluendo.com>
11035
11036         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11037         (gst_udpsrc_create):
11038         Fix doc.
11039
11040 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11041
11042         Patch by: René Stadler <mail@renestadler.de>
11043
11044         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11045         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11046         (gst_wavparse_stream_data):
11047           Handle rounding better to not drop last sample frame. Fixes #356692
11048
11049 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11050
11051         * tests/check/Makefile.am:
11052         Disable cacasink from the states check too - it also calls exit(1)
11053         on us when it can't find a terminal to talk to.
11054
11055 2007-03-02  Wim Taymans  <wim@fluendo.com>
11056
11057         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11058
11059         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11060         (gst_udpsrc_create), (gst_udpsrc_set_property),
11061         (gst_udpsrc_get_property):
11062         * gst/udp/gstudpsrc.h:
11063         Add support to strip proprietary headers. Fixes #350296.
11064
11065 2007-03-02  Wim Taymans  <wim@fluendo.com>
11066
11067         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11068         Fix compilation.
11069
11070 2007-03-02  Wim Taymans  <wim@fluendo.com>
11071
11072         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11073
11074         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11075         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11076         (gst_rtp_mp2t_depay_set_property),
11077         (gst_rtp_mp2t_depay_get_property):
11078         * gst/rtp/gstrtpmp2tdepay.h:
11079         Add support to strip off proprietary headers. Fixes #350278.
11080
11081 2007-03-02  Wim Taymans  <wim@fluendo.com>
11082
11083         * ext/hal/hal.c:
11084         Fix compilation.
11085
11086 2007-03-02  Wim Taymans  <wim@fluendo.com>
11087
11088         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11089         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11090         (gst_sunaudiosrc_open):
11091         * sys/sunaudio/gstsunaudiosrc.h:
11092         Remove device-name from GstSunAudioSrc. Fixes #412597.
11093
11094 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11095
11096         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11097         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11098         Having NULL as UDI previously selected the default sink/src. Change
11099         this back but mention it in the debug output.
11100         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11101         (gst_hal_get_oss_element), (gst_hal_get_string),
11102         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11103         (gst_hal_get_audio_src):
11104         * ext/hal/hal.h:
11105         Refactor a bit, check all error conditions, greatly improve debugging
11106         and fix some possible memory leaks. Also implement OSS support
11107         and allow specifying an UDI that points to a real device. For this the
11108         child device which supports ALSA (preferred) or OSS is used.
11109         As a side effect this makes it impossible now to get a alsasink in
11110         halaudiosrc and a alsasrc in halaudiosink.
11111
11112 2007-03-01  Wim Taymans  <wim@fluendo.com>
11113
11114         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11115         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11116         Errors from the udp sources are not fatal unless all of them are in
11117         error.
11118
11119 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11120
11121         * tests/check/Makefile.am:
11122         Disable aasink in the states test. I suspect this is the element that
11123         is calling exit(1) when it can't proceed.
11124
11125 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11126
11127         * tests/check/Makefile.am:
11128         Draw plugins in from the build tree sys/ dir, rather than picking
11129         up the already installed versions.
11130
11131 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11132
11133         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11134         Error out correctly when getting xcontext fails.
11135
11136 2007-03-01  Wim Taymans  <wim@fluendo.com>
11137
11138         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11139         Make state change to PAUSED NO_PREROLL because that's what it will be in
11140         the future and rtspsrc relies on it.
11141
11142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11143         (gst_rtspsrc_change_state):
11144         Don't error out when we don't get an error from the state change
11145         function.
11146
11147 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11148
11149         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11150         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11151           Check if the device UDI is set before trying to query HAL
11152           about it and give a useful error message if it wasn't set.
11153         * ext/hal/hal.c: (gst_hal_get_string):
11154           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11155           gives an assertion failure in D-Bus when running with
11156           DBUS_FATAL_WARNINGS=1.
11157
11158 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11159
11160         * configure.ac:
11161           Convert to new AG_GST style.
11162
11163 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11164
11165         * tests/check/Makefile.am:
11166         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11167           add test for states
11168
11169 2007-02-28  Wim Taymans  <wim@fluendo.com>
11170
11171         * tests/check/elements/.cvsignore:
11172         Add new videofilter check to .cvsignore.
11173
11174 2007-02-28  Wim Taymans  <wim@fluendo.com>
11175
11176         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11177         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11178         (gst_avi_demux_loop), (gst_avi_demux_chain):
11179         Fix combined flow return. Fixes #412608.
11180
11181 2007-02-28  Wim Taymans  <wim@fluendo.com>
11182
11183         * gst/videofilter/Makefile.am:
11184         Dist header..
11185
11186 2007-02-28  Wim Taymans  <wim@fluendo.com>
11187
11188         * gst/videofilter/gstgamma.h:
11189         Add header too.
11190
11191 2007-02-28  Wim Taymans  <wim@fluendo.com>
11192
11193         Patch by: Mark Nauwelaerts <manauw at skynet be>
11194
11195         * gst/videofilter/Makefile.am:
11196         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11197         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11198         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11199         (oil_tablelookup_u8), (gst_gamma_set_caps),
11200         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11201         Port gamma filter to 0.10. Fixes #412704.
11202
11203         * tests/check/Makefile.am:
11204         * tests/check/elements/videofilter.c: (setup_filter),
11205         (cleanup_filter), (check_filter), (GST_START_TEST),
11206         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11207         Add unit tests for videofilters.
11208
11209 2007-02-28  Wim Taymans  <wim@fluendo.com>
11210
11211         * gst/rtsp/URLS:
11212         Add another interesting test url.
11213
11214         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11215         Don't allow getting header fields from data packets.
11216
11217 2007-02-28  Michael Smith  <msmith@fluendo.com>
11218
11219         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11220         (gst_shout2send_init), (gst_shout2send_start),
11221         (gst_shout2send_set_property), (gst_shout2send_get_property):
11222         * ext/shout2/gstshout2.h:
11223           Add a property for username.
11224
11225 2007-02-27  Christian Schallerr <christian@fluendo.com>
11226
11227         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11228
11229 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11230
11231         * gst/rtsp/Makefile.am:
11232         Fix make check too.
11233
11234 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11235
11236         * gst/rtsp/base64.c: (util_base64_encode):
11237         * gst/rtsp/base64.h:
11238         Commit missing files for base64 encoding.
11239
11240 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11243
11244         * configure.ac:
11245         * ext/annodex/Makefile.am:
11246         * ext/jpeg/Makefile.am:
11247         * ext/speex/Makefile.am:
11248         * gst/alpha/Makefile.am:
11249         * gst/cutter/Makefile.am:
11250         * gst/debug/Makefile.am:
11251         * gst/effectv/Makefile.am:
11252         * gst/goom/Makefile.am:
11253         * gst/level/Makefile.am:
11254         * gst/smpte/Makefile.am:
11255         * gst/videofilter/Makefile.am:
11256           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11257
11258 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11259
11260         * gst/rtsp/Makefile.am:
11261         * gst/rtsp/rtspconnection.c: (append_auth_header),
11262         (rtsp_connection_send), (rtsp_connection_set_auth):
11263         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11264         from icecast to replace it. Relicensed from GPL courtesy of Mike
11265         Smith.
11266
11267 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11268
11269         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11270         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11271         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11272         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11273         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11274         (gst_rtspsrc_uri_set_uri):
11275         * gst/rtsp/gstrtspsrc.h:
11276         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11277         (append_auth_header), (rtsp_connection_send),
11278         (rtsp_connection_free), (rtsp_connection_set_auth):
11279         * gst/rtsp/rtspconnection.h:
11280         * gst/rtsp/rtspdefs.h:
11281         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11282         * gst/rtsp/rtspurl.h:
11283
11284         Implement simple Basic Authentication support so that urls like
11285         rtsp://user:pass@hostname/rtspstream work on hosts that require
11286         authentication.
11287
11288 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11289
11290         * sys/v4l2/gstv4l2object.c:
11291         * sys/v4l2/gstv4l2tuner.c:
11292         * sys/v4l2/v4l2_calls.c:
11293         Fix segfault when oppening a radio device.
11294         
11295 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11296
11297         * gst/level/gstlevel.c: (gst_level_set_caps),
11298         (gst_level_transform_ip):
11299         * sys/v4l2/README:
11300         * tests/check/elements/level.c: (GST_START_TEST):
11301           Fix level for multi-channel case.
11302
11303 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11304
11305         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11306         (gst_level_transform_ip):
11307         * gst/level/gstlevel.h:
11308           Use function pointer for process function and add process functions
11309           for float audio.
11310
11311 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11312
11313         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11314         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11315         (gst_v4l2src_capture_init):
11316           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11317           fixes #407369
11318
11319 2007-02-18  Wim Taymans  <wim@fluendo.com>
11320
11321         * gst/rtp/Makefile.am:
11322         * gst/rtp/gstrtp.c: (plugin_init):
11323         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11324         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11325         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11326         (gst_rtp_mp2t_pay_plugin_init):
11327         * gst/rtp/gstrtpmp2tpay.h:
11328         Added simple mpeg transport stream payloader.
11329
11330 2007-02-16  Wim Taymans  <wim@fluendo.com>
11331
11332         * gst/rtsp/URLS:
11333         Add example H264 rtsp url.
11334
11335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11336         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11337         Don't convert values to lowercase or we might mess up base64 encoded
11338         properties.
11339
11340 2007-02-16  Wim Taymans  <wim@fluendo.com>
11341
11342         * gst/rtp/README:
11343         Fix case of string params.
11344
11345         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11346         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11347         Fix depayloader, support more packet types.
11348         Add sync codes to make sure the packetizer can do its job.
11349
11350         * gst/rtp/gstrtpmp4gdepay.c:
11351         * gst/rtp/gstrtpmp4gpay.c:
11352         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11353         Fix caps case again.
11354
11355 2007-02-15  Wim Taymans  <wim@fluendo.com>
11356
11357         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11358         Set right caps on output buffers.
11359
11360 2007-02-14  Wim Taymans  <wim@fluendo.com>
11361
11362         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11363         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11364         Clear stack allocated SDPMedia struct before calling _init() on it.
11365         Clarify this in the docs as well.
11366
11367 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11368
11369         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11370         (do_change_child):
11371         Don't reset the profile when going switching states, as it makes
11372         the element non-reusable.
11373
11374 2007-02-14  Wim Taymans  <wim@fluendo.com>
11375
11376         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11377         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11378         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11379         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11380         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11381         (sdp_parse_line):
11382         * gst/rtsp/sdpmessage.h:
11383         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11384         Fix memory management of SDP messages. Fixes #407793.
11385
11386 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11387
11388         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11389
11390         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11391         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11392
11393 2007-02-14  Wim Taymans  <wim@fluendo.com>
11394
11395         Patch by: jp.liu <jp_liu at astrocom dot cn>
11396
11397         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11398         Fix parsing of password field in url. Fixes #407797.
11399
11400 2007-02-14  Wim Taymans  <wim@fluendo.com>
11401
11402         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11403         (gst_wavparse_reset), (gst_wavparse_init),
11404         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11405         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11406         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11407         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11408         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11409         (gst_wavparse_loop), (gst_wavparse_chain),
11410         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11411         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11412         (plugin_init):
11413         * gst/wavparse/gstwavparse.h:
11414         Update docs.
11415         Use boilerplate.
11416         Various code cleanups.
11417         When the bitrate is not known (bps == 0 or compressed formats) let
11418         downstream element guestimate the duration and position and don't
11419         generate timestamps or durations. Fixes #405213.
11420         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11421         error flowreturn upstream.
11422
11423 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11424
11425         * ext/gconf/Makefile.am:
11426         * ext/gconf/gconf.c: (gst_gconf_get_string),
11427         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11428         (gst_gconf_render_bin_with_default):
11429         * ext/gconf/gconf.h:
11430         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11431         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11432         (gst_gconf_audio_sink_dispose), (do_change_child),
11433         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11434         (cb_change_child), (gst_gconf_audio_sink_change_state):
11435         * ext/gconf/gstgconfaudiosink.h:
11436         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11437         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11438         (gst_switch_sink_init), (gst_switch_sink_dispose),
11439         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11440         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11441         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11442         * ext/gconf/gstswitchsink.h:
11443         * gst/autodetect/gstautoaudiosink.c:
11444         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11445         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11446         (gst_auto_audio_sink_detect):
11447         * gst/autodetect/gstautovideosink.c:
11448         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11449         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11450         (gst_auto_video_sink_detect):
11451         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11452         and a child that implements the GConf key monitoring. The end goal of
11453         this is an audio sink that can be changed on the fly, but at the 
11454         moment it still only changes on the next READY transition.
11455
11456 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11457
11458         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11459         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11460         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11461         (gst_avi_demux_calculate_durations_from_index),
11462         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11463         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11464         (gst_avi_demux_loop):
11465           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11466
11467 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11468
11469         * configure.ac:
11470         * docs/plugins/Makefile.am:
11471           Add crossreferences to glib/gobject/gstream docs.
11472
11473 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         * gst/monoscope/Makefile.am:
11476         * gst/monoscope/gstmonoscope.c:
11477           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11478           (but no LIBS, since we only use defines from the headers).
11479
11480 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11481
11482         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11483
11484         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11485         (gst_wavparse_stream_data):
11486           Fix massive memory leak when operating in streaming mode due to
11487           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11488           Fixes #407057.
11489
11490 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11491
11492         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11493         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11494         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11495         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11496         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11497         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11498         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11499         (gst_avi_demux_calculate_durations_from_index),
11500         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11501         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11502         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11503         * gst/avi/gstavidemux.h:
11504           Save some memory (8%) by repacking the index entry structure (more to
11505           come). Add more FIXMEs to questionable parts.
11506
11507 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11508
11509         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11510         (gst_v4l2src_get_caps):
11511         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11512         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11513         (gst_v4l2src_capture_init):
11514           More FIXME comments and messaging changes.
11515
11516 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11517
11518         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11519         (gst_goom_change_state):
11520         * gst/goom/gstgoom.h:
11521           Improved docs and use GST_DEBUG_FUNCPTR.
11522
11523         * gst/level/gstlevel.c: (gst_level_class_init):
11524           Use GST_DEBUG_FUNCPTR.
11525
11526         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11527         (gst_monoscope_chain), (gst_monoscope_change_state):
11528           Improved docs source cleanups.
11529
11530 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * gst/debug/Makefile.am:
11533         * gst/debug/gstdebug.c: (plugin_init):
11534         * gst/debug/gstpushfilesrc.c:
11535         * gst/debug/gstpushfilesrc.h:
11536           Add code for a pushfilesrc element that implements a pushfile:// URI
11537           handler, to make debugging push-mode operation of demuxer/decoders
11538           that support both easier in connection with seek/playbin/etc.
11539           The element isn't registered at the moment.
11540
11541 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11542
11543         * gst/avi/gstavimux.c:
11544           Comment a #if 0 in caps template definition as VS6 seems to 
11545         do not support it.
11546         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11547           Use gst_guint64_to_gdouble for conversion.
11548         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11549           Move variables declaration before the first instruction.
11550         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11551           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11552           And don't include netdb.h for G_OS_WIN32
11553         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11554           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11555           by VS6 then use an other way to initialize SDPMedia structure.
11556         * gst/udp/gstdynudpsink.h:
11557         * gst/udp/gstdynudpnetutils.h:
11558           Do not include <sys/time.h> for G_OS_WIN32
11559         * gst/udp/gstudpsrc.c:
11560           Define socklen_t as int for G_OS_WIN32
11561         * win/common/config.h.in:
11562           Undef HAVE_NETINET_IN_H
11563         * win32/vs6/gst_plugins_good.dsw:
11564         * win32/vs6/libgstrtp.dsp:
11565         * win32/vs6/libgstrtsp.dsp:
11566         * win32/vs6/libgstautogen.dsp:
11567         * win32/vs6/libgstaudiofx.dsp:
11568         * win32/vs6/libgstudp.dsp:
11569           Add and update project files.
11570         * win32/common/gstudp-enumtypes.c:
11571         * win32/common/gstudp-enumtypes.h:
11572           Add a copy of udp enumtypes to win32/common as in core 
11573           and base.
11574         
11575 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11576
11577         * configure.ac:
11578           Activate monoscope when building with --enable-experimental. Fix
11579           --enable-external configure switch description.
11580
11581         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11582         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11583           Help gst-indent.
11584
11585 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11588           Explicitly cast result of pointer arithmetic to integer in order to
11589           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11590
11591 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11592
11593         * gst/debug/progressreport.c:
11594           Some more docs.
11595
11596 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11597
11598         * docs/plugins/inspect/plugin-rtp.xml:
11599           Update for new elements.
11600
11601         * gst/debug/progressreport.h:
11602           Commit newly-created header file as well.
11603
11604 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11605
11606         * docs/plugins/Makefile.am:
11607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11609         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11610         * gst/debug/Makefile.am:
11611         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11612         (gst_progress_report_do_query), (gst_progress_report_report):
11613           Make progressreport element post messages with the current progress
11614           on the bus. Also add some basic docs for it.
11615
11616 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11617
11618         * ext/hal/hal.c: (gst_hal_get_string):
11619         * ext/hal/hal.h:
11620           Some small cleanups; deal with errors when parsing the HAL ALSA
11621           capabilities a bit better.
11622
11623 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11626           Let's try this again and use the right cast this time.
11627
11628 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11631           Add cast to avoid compiler warnings with older GLib versions
11632           where the nick/name members in GEnumValue are not declared as
11633           constant strings.
11634
11635 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11636
11637         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11638         (gst_gconf_render_bin_from_key),
11639         (gst_gconf_get_default_audio_sink):
11640         * ext/gconf/gconf.h:
11641         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11642         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11643         (gst_gconf_audio_sink_get_property):
11644           In gconfaudiosink, get the right key as the old key in do_toggle
11645           (ie. one dependent on the profile selected). Log some more stuff so
11646           we can see what's actually going on.
11647
11648 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11649
11650         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11651         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11652         (gst_audio_amplify_set_process_function),
11653         (gst_audio_amplify_setup):
11654         * gst/audiofx/audioamplify.h:
11655         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11656         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11657         * gst/audiofx/audioinvert.h:
11658         Some small cleanups and port both elements to the new GstAudioFilter
11659         base class to save a few lines of common code.
11660         * gst/audiofx/Makefile.am:
11661         Link against libgstaudio for the above changes
11662
11663 2007-01-29  Wim Taymans  <wim@fluendo.com>
11664
11665         * tests/check/elements/.cvsignore:
11666         Some more ignores.
11667
11668 2007-01-26  Wim Taymans  <wim@fluendo.com>
11669
11670         Patch by: charles <charlesg3 at gmail dot com>
11671
11672         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11673         (set_shout_metadata), (gst_shout2send_event):
11674         * ext/shout2/gstshout2.h:
11675         Properly handle tags in shout2send. Fixes #399825.
11676
11677 2007-01-25  Wim Taymans  <wim@fluendo.com>
11678
11679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11680         (gst_rtspsrc_activate_streams):
11681         Convert SDP fields to upper/lowercase following the rules in the SDP to
11682         caps document. 
11683
11684 2007-01-25  Wim Taymans  <wim@fluendo.com>
11685
11686         * gst/rtp/README:
11687         * gst/rtp/gstrtpilbcdepay.c:
11688         * gst/rtp/gstrtpilbcpay.c:
11689         * gst/rtp/gstrtpmp4gdepay.c:
11690         * gst/rtp/gstrtpmp4gpay.c:
11691         * gst/rtp/gstrtpspeexdepay.c:
11692         * gst/rtp/gstrtpspeexpay.c:
11693         * gst/rtp/gstrtpsv3vdepay.c:
11694         * gst/rtp/gstrtptheoradepay.c:
11695         * gst/rtp/gstrtptheorapay.c:
11696         * gst/rtp/gstrtpvorbisdepay.c:
11697         * gst/rtp/gstrtpvorbispay.c:
11698         Fix case of encoding-name and key/value pairs to match the document.
11699         This is to make interoperation with SDP case-insensitive as required by
11700         the relevant RFCs.
11701
11702 2007-01-25  Wim Taymans  <wim@fluendo.com>
11703
11704         * configure.ac:
11705         Bump required -core/-base to CVS
11706
11707 2007-01-25  Wim Taymans  <wim@fluendo.com>
11708
11709         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11710         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11711         * gst/rtp/gstrtpL16pay.h:
11712         Fill up to MTU using adapter.
11713         Timestamp rtp packets.
11714
11715 2007-01-25  Edward Hervey  <edward@fluendo.com>
11716
11717         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11718         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11719         Use G_GSIZE_FORMAT in print statements for portability.
11720         Fixes build on macosx.
11721
11722 2007-01-24  Wim Taymans  <wim@fluendo.com>
11723
11724         * gst/rtp/Makefile.am:
11725         * gst/rtp/gstrtp.c: (plugin_init):
11726         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11727         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11728         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11729         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11730         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11731         (gst_rtp_L16_depay_plugin_init):
11732         * gst/rtp/gstrtpL16depay.h:
11733         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11734         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11735         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11736         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11737         (gst_rtp_L16_pay_plugin_init):
11738         * gst/rtp/gstrtpL16pay.h:
11739         Port and enable raw audio payloader/depayloader. Needs a bit more work
11740         on the payloader side.
11741
11742 2007-01-24  Wim Taymans  <wim@fluendo.com>
11743
11744         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11745         (gst_rtspsrc_stream_configure_transport),
11746         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11747         * gst/rtsp/gstrtspsrc.h:
11748         Only unblock the udp pads when we linked and activated them all.
11749         Fixes #395688.
11750
11751 2007-01-24  Wim Taymans  <wim@fluendo.com>
11752
11753         * gst/rtp/Makefile.am:
11754         * gst/rtp/gstrtp.c: (plugin_init):
11755         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11756         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11757         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11758         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11759         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11760         * gst/rtp/gstrtpac3depay.h:
11761         Added simple AC3 depayloader (RFC 4184).
11762
11763         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11764         Fix a leak.
11765
11766 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11767
11768         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11769
11770         * gst/audiofx/Makefile.am:
11771         * gst/audiofx/audioamplify.c:
11772         (gst_audio_amplify_clipping_method_get_type),
11773         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11774         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11775         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11776         (gst_audio_amplify_set_caps),
11777         (gst_audio_amplify_transform_int_clip),
11778         (gst_audio_amplify_transform_int_wrap_negative),
11779         (gst_audio_amplify_transform_int_wrap_positive),
11780         (gst_audio_amplify_transform_float_clip),
11781         (gst_audio_amplify_transform_float_wrap_negative),
11782         (gst_audio_amplify_transform_float_wrap_positive),
11783         (gst_audio_amplify_transform_ip):
11784         * gst/audiofx/audioamplify.h:
11785         * gst/audiofx/audiofx.c: (plugin_init):
11786         Add new element "audioamplify". This allows scaling of raw audio
11787         samples, similar to the "volume" element, but provides different modes
11788         for clipping and allows unlimited amplification. It's mainly targeted
11789         for creative sound design and not as a replacement of the "volume"
11790         element. Fixes #397162
11791         * docs/plugins/Makefile.am:
11792         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11793         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11794         * docs/plugins/gst-plugins-good-plugins.args:
11795         * docs/plugins/inspect/plugin-audiofx.xml:
11796         Add docs for audioamplify and integrate them into the build system
11797         * tests/check/Makefile.am:
11798         * tests/check/elements/audioamplify.c: (setup_amplify),
11799         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11800         Add fairly extensive unit test suite for audioamplify
11801
11802 2007-01-24  Wim Taymans  <wim@fluendo.com>
11803
11804         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11805         Unblock pads after adding the pads to the element so that autopluggers
11806         get a change to link something. Possibly fixes #395688.
11807
11808 2007-01-24  Wim Taymans  <wim@fluendo.com>
11809
11810         * gst/rtp/gstrtpamrdepay.c:
11811         * gst/rtp/gstrtpgsmdepay.c:
11812         * gst/rtp/gstrtph263pdepay.c:
11813         * gst/rtp/gstrtph263ppay.c:
11814         * gst/rtp/gstrtph264depay.c:
11815         * gst/rtp/gstrtpilbcdepay.c:
11816         * gst/rtp/gstrtpmp2tdepay.c:
11817         * gst/rtp/gstrtpmp4gdepay.c:
11818         * gst/rtp/gstrtpmp4gpay.c:
11819         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11820         * gst/rtp/gstrtpmp4vpay.c:
11821         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11822         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11823         (gst_rtp_mpa_depay_process):
11824         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11825         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11826         * gst/rtp/gstrtppcmadepay.c:
11827         * gst/rtp/gstrtppcmudepay.c:
11828         * gst/rtp/gstrtpspeexdepay.c:
11829         * gst/rtp/gstrtpspeexpay.c:
11830         * gst/rtp/gstrtpsv3vdepay.c:
11831         * gst/rtp/gstrtptheoradepay.c:
11832         * gst/rtp/gstrtptheorapay.c:
11833         * gst/rtp/gstrtpvorbisdepay.c:
11834         * gst/rtp/gstrtpvorbispay.c:
11835         Fix caps with payload numbers.
11836         Add some fixed payload numbers to caps when possible.
11837
11838 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11839
11840         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11841
11842         * gst/audiofx/Makefile.am:
11843         * gst/audiofx/audiofx.c: (plugin_init):
11844         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11845         (gst_audio_invert_class_init), (gst_audio_invert_init),
11846         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11847         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11848         (gst_audio_invert_transform_float),
11849         (gst_audio_invert_transform_ip):
11850         * gst/audiofx/audioinvert.h:
11851         Add new audiofx element "audioinvert". This element swaps the upper
11852         and lower half of samples and can be used for example for a
11853         wide-stereo effect. Fixes #396057
11854         * docs/plugins/Makefile.am:
11855         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11856         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11857         * docs/plugins/gst-plugins-good-plugins.args:
11858         * docs/plugins/inspect/plugin-audiofx.xml:
11859         Add docs for the audioinvert element and add them to the build system.
11860         * tests/check/Makefile.am:
11861         * tests/check/elements/audioinvert.c: (setup_invert),
11862         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11863         Add unit test suite for the audioinvert element.
11864
11865 2007-01-23  Wim Taymans  <wim@fluendo.com>
11866
11867         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11868         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11869         Parse config params as string and int.
11870         Parse and use AU header length
11871
11872 2007-01-23  Wim Taymans  <wim@fluendo.com>
11873
11874         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11875         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11876         * gst/smpte/gstmask.c: (_gst_mask_register):
11877         * gst/smpte/gstmask.h:
11878         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11879         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11880         (gst_smpte_paint_triangle_clock):
11881         constify some static structs.
11882         Don't update the mask if nothing changed to the params.
11883         Make sure we never draw outside of the picture. Fixes #398325.
11884
11885 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11886
11887         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11888           Error out properly when pull_range fails while we're reading the
11889           headers, instead of just pausing the task silently. Fixes #399338.
11890
11891 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11894           Some more sanity checks to make sure the input formats match and the
11895           input pads are actually negotiated, in case someone tries to feed
11896           buffers from fakesrc or filesrc. Fixes #398299.
11897           Also const-ify an array, just because we can.
11898
11899 2007-01-19  Edward Hervey  <edward@fluendo.com>
11900
11901         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11902         Ignore previous commit, that was only valid for widths and heights
11903         that are multiples of 4.
11904         Copy over size/stride macros from jpegdec. This allows the element
11905         to work with any width,height...
11906         ... but puts in evidence that the actual transformations only work
11907         with width/height that are multiples of 4.
11908
11909 2007-01-19  Edward Hervey  <edward@fluendo.com>
11910
11911         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11912         Allocate buffers of the right size.
11913         The proper size of a I420 buffer in bytes is:
11914         
11915             width * height * 3
11916             ------------------
11917                     2
11918
11919 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11920
11921         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11922           Proxy getcaps on sink pads too, so that we either end up with the
11923           same dimensions on all pads or error out if that's not possible
11924           (seems to work even!). Fixes #398086, I think.
11925
11926 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11927
11928         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11929         * docs/plugins/gst-plugins-good-plugins.args:
11930         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11931           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11932           fix integer properties with -1 as minimum value.
11933
11934         * docs/plugins/inspect/plugin-1394.xml:
11935         * docs/plugins/inspect/plugin-aasink.xml:
11936         * docs/plugins/inspect/plugin-alaw.xml:
11937         * docs/plugins/inspect/plugin-alpha.xml:
11938         * docs/plugins/inspect/plugin-alphacolor.xml:
11939         * docs/plugins/inspect/plugin-annodex.xml:
11940         * docs/plugins/inspect/plugin-apetag.xml:
11941         * docs/plugins/inspect/plugin-audiofx.xml:
11942         * docs/plugins/inspect/plugin-auparse.xml:
11943         * docs/plugins/inspect/plugin-autodetect.xml:
11944         * docs/plugins/inspect/plugin-avi.xml:
11945         * docs/plugins/inspect/plugin-cacasink.xml:
11946         * docs/plugins/inspect/plugin-cairo.xml:
11947         * docs/plugins/inspect/plugin-cdio.xml:
11948         * docs/plugins/inspect/plugin-cutter.xml:
11949         * docs/plugins/inspect/plugin-debug.xml:
11950         * docs/plugins/inspect/plugin-dv.xml:
11951         * docs/plugins/inspect/plugin-efence.xml:
11952         * docs/plugins/inspect/plugin-effectv.xml:
11953         * docs/plugins/inspect/plugin-esdsink.xml:
11954         * docs/plugins/inspect/plugin-flac.xml:
11955         * docs/plugins/inspect/plugin-flxdec.xml:
11956         * docs/plugins/inspect/plugin-gconfelements.xml:
11957         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11958         * docs/plugins/inspect/plugin-goom.xml:
11959         * docs/plugins/inspect/plugin-halelements.xml:
11960         * docs/plugins/inspect/plugin-icydemux.xml:
11961         * docs/plugins/inspect/plugin-id3demux.xml:
11962         * docs/plugins/inspect/plugin-jpeg.xml:
11963         * docs/plugins/inspect/plugin-level.xml:
11964         * docs/plugins/inspect/plugin-matroska.xml:
11965         * docs/plugins/inspect/plugin-mulaw.xml:
11966         * docs/plugins/inspect/plugin-multipart.xml:
11967         * docs/plugins/inspect/plugin-navigationtest.xml:
11968         * docs/plugins/inspect/plugin-ossaudio.xml:
11969         * docs/plugins/inspect/plugin-png.xml:
11970         * docs/plugins/inspect/plugin-rtp.xml:
11971         * docs/plugins/inspect/plugin-rtsp.xml:
11972         * docs/plugins/inspect/plugin-shout2send.xml:
11973         * docs/plugins/inspect/plugin-smpte.xml:
11974         * docs/plugins/inspect/plugin-speex.xml:
11975         * docs/plugins/inspect/plugin-taglib.xml:
11976         * docs/plugins/inspect/plugin-udp.xml:
11977         * docs/plugins/inspect/plugin-videobalance.xml:
11978         * docs/plugins/inspect/plugin-videobox.xml:
11979         * docs/plugins/inspect/plugin-videoflip.xml:
11980         * docs/plugins/inspect/plugin-videomixer.xml:
11981         * docs/plugins/inspect/plugin-wavenc.xml:
11982         * docs/plugins/inspect/plugin-wavparse.xml:
11983         * docs/plugins/inspect/plugin-ximagesrc.xml:
11984           Update to CVS.
11985
11986 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11987
11988         Patch by: Sebastian Dröge <slomo circular-chaos org>
11989
11990         * gst/audiofx/audiopanorama.c:
11991           Fix doc section name (Fixes #397946)
11992
11993 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11994
11995         * sys/v4l2/gstv4l2object.c:
11996         (gst_v4l2_object_install_properties_helper),
11997         (gst_v4l2_object_set_property_helper),
11998         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11999         * sys/v4l2/gstv4l2object.h:
12000         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12001         (gst_v4l2src_init), (gst_v4l2src_set_property),
12002         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12003         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12004         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12005         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12006         (gst_v4l2src_capture_deinit):
12007           Fix EIO handing when capturing. Add new property to specify the number of
12008           buffers to enque (and remove the borked num-buffers usage).
12009
12010 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12011
12012         Patch by: Sebastian Dröge <slomo circular-chaos org>
12013
12014         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12015         (gst_audio_panorama_set_process_function):
12016           Use a function array for process methods, add more docs and define the
12017           startindex of enums.
12018
12019 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12020
12021         Patch by: Mark Nauwelaerts <manauw at skynet be>
12022
12023         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12024         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12025         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12026         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12027         (gst_avi_mux_riff_get_avi_header),
12028         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12029         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12030         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12031         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12032         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12033         (gst_avi_mux_change_state):
12034         * gst/avi/gstavimux.h:
12035         * tests/check/elements/avimux.c: (teardown_src_pad):
12036           Add support for more than one audio stream; write better AVIX
12037           header; refactor code a bit; don't announce vorbis caps on our audio
12038           sink pads since we don't support it anyway. Closes #379298.
12039
12040 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         Patch by: Sebastian Dröge <slomo circular-chaos org>
12043
12044         * gst/audiofx/audiopanorama.c:
12045         (gst_audio_panorama_method_get_type),
12046         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12047         (gst_audio_panorama_set_process_function),
12048         (gst_audio_panorama_set_property),
12049         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12050         (gst_audio_panorama_transform_m2s_int_simple),
12051         (gst_audio_panorama_transform_s2s_int_simple),
12052         (gst_audio_panorama_transform_m2s_float_simple),
12053         (gst_audio_panorama_transform_s2s_float_simple):
12054         * gst/audiofx/audiopanorama.h:
12055           Add 'method' property and provide a simple (non-psychoacustic)
12056           processing method (#394859).
12057
12058         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12059         (panorama_suite):
12060           Tests for new method.
12061
12062 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12065         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12066           Set correct caps on outgoing pulled buffers, or things blow up
12067           after recent core changes.
12068
12069 2007-01-11  Wim Taymans  <wim@fluendo.com>
12070
12071         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12072
12073         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12074         (gst_multipart_mux_request_new_pad),
12075         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12076         (gst_multipart_mux_change_state):
12077         Return FLOW errors ASAP. Fixes #394977.
12078         Misc cleanups.
12079
12080 2007-01-11  Wim Taymans  <wim@fluendo.com>
12081
12082         Patch by: Lutz Mueller <lutz at topfrose dot de>
12083
12084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12085         Check for stream pad before activating. 
12086
12087 2007-01-10  Wim Taymans  <wim@fluendo.com>
12088
12089         Patch by: Peter Kjellerstedt  <pkj at axis com>
12090
12091         * gst/rtsp/COPYING.MIT:
12092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12093         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12094         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12095         (gst_rtspsrc_stream_configure_transport),
12096         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12097         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12098         (gst_rtspsrc_parse_methods),
12099         (gst_rtspsrc_create_transports_string),
12100         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12101         (gst_rtspsrc_open), (gst_rtspsrc_close):
12102         * gst/rtsp/gstrtspsrc.h:
12103         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12104         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12105         (parse_request_line), (parse_line), (rtsp_connection_read),
12106         (rtsp_connection_close):
12107         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12108         (rtsp_method_as_text), (rtsp_header_as_text),
12109         (rtsp_status_as_text), (rtsp_find_header_field),
12110         (rtsp_find_method):
12111         * gst/rtsp/rtspdefs.h:
12112         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12113         (rtsp_ext_wms_configure_stream):
12114         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12115         (rtsp_message_new_request), (rtsp_message_init_request),
12116         (rtsp_message_new_response), (rtsp_message_init_response),
12117         (rtsp_message_init_data), (rtsp_message_unset),
12118         (rtsp_message_free), (rtsp_message_add_header),
12119         (rtsp_message_get_header), (rtsp_message_set_body),
12120         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12121         * gst/rtsp/rtspmessage.h:
12122         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12123         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12124         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12125         (sdp_message_dump):
12126         Allow url to be NULL to be able to use it for server connections.
12127         Can now send responses as well as requests.
12128         No longer hangs in an endless loop if EOF is received.
12129         Can now convert a status code to a text string.
12130         Return RTSP_HDR_INVALID for unknown headers.
12131         Return RTSP_INVALID for unknown methods.
12132         Copy CSeq and Session headers from the request.
12133         Only free memory corresponding to the currently set message type.
12134         Added const to function arguments as appropriate.
12135         Avoid a compiler warning when initializing nmedia.
12136         Use guint rather than gint to avoid compiler warnings.
12137         Fix crasher in wms extension.
12138         Factor out stream setup from open_connection.
12139         Delay activation of streams when actual data is received from the
12140         server, this prepares us to do proper protocol switching.
12141         Added new license.
12142         Fixes #380895.
12143
12144
12145 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         Patch by: Sebastian Dröge <slomo ubuntu com>
12148
12149         * docs/plugins/Makefile.am:
12150         * gst/audiofx/audiopanorama.c:
12151           Some small docs fixes (#394851).
12152
12153 2007-01-09  Wim Taymans  <wim@fluendo.com>
12154
12155         * gst/avi/gstavidemux.c:
12156         Fix docs.
12157
12158 2007-01-09  Wim Taymans  <wim@fluendo.com>
12159
12160         * gst/rtp/Makefile.am:
12161         * gst/rtp/gstrtp.c: (plugin_init):
12162         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12163         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12164         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12165         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12166         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12167         * gst/rtp/gstrtpmpvdepay.h:
12168           Added RFC 2250 MPEG Video Depayloader.
12169
12170         * gst/rtp/gstrtpL16depay.h:
12171         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12172         (gst_rtp_h263p_depay_process):
12173         Fix Header file. Small cleanups.
12174
12175         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12176         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12177         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12178         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12179         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12180         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12181         (gst_rtp_mp4v_depay_change_state):
12182         Remove usused code. Remove Adapter from state Change. Added debug.
12183
12184         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12185         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12186         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12187         * gst/rtp/gstrtpmpadepay.h:
12188         Subclass base depayloader.
12189         Added debug.
12190         Support static payload type assignment as well.
12191
12192         * gst/rtp/gstrtpmpapay.c:
12193         Fix caps.
12194
12195 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12198
12199         * ext/jpeg/gstjpegdec.c:
12200         * ext/jpeg/gstjpegenc.c:
12201         * ext/jpeg/smokecodec.c:
12202           These libjpeg callbacks should return a 'boolean' (unsigned char
12203           apparently) and not a 'gboolean' (which maps to gint). Fixes
12204           warnings when compiling with MingW (#393427).
12205
12206         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12207           Use ioctlsocket on win32.
12208
12209         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12210           Some printf format fixes for win32.
12211
12212 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12213
12214         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12215           Use gst_guint64_to_gdouble for conversion.
12216         * win32/vs6/libgstmatroska.dsp:
12217           Add zlib to the link.
12218         * win32/vs6/libgstvideobox.dsp:
12219           Update liboil library name (project is linked to 
12220           liboil-0.3-0.lib now).
12221           
12222 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * gst/matroska/Makefile.am:
12225           If zlib is available and used, we must link it explicitly for
12226           things to work on MingW (fixes #392855).
12227
12228 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * ext/esd/esdsink.c: (gst_esdsink_delay):
12231           Don't return bogus values when esd_get_delay() fails for some
12232           reason (#392189).
12233
12234 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12235
12236         * sys/ximage/gstximagesrc.c: (composite_pixel):
12237           Fix presumably copy'n'pasto for 16bpp depth.
12238
12239 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * gst/matroska/matroska-mux.c:
12242         (gst_matroska_mux_audio_pad_setcaps):
12243           The "signed" field in audio caps is of boolean type, trying to use
12244           gst_structure_get_int() to extract it will fail. Fixing this makes
12245           matroskamux accept raw audio input (#387121) (use at your own risk
12246           though, due to the matroska spec being not entirely useful in this
12247           respect).
12248           Also fix up raw audio structures in template caps so that they
12249           represent what our setcaps function will actually accept, so that
12250           converters know what to convert to.
12251           Finally, don't fail if there isn't an "endianness" field in 8-bit
12252           PCM caps.
12253
12254 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12255
12256         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12257         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12258         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12259         (teardown_cmmldec):
12260         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12261         (teardown_cmmlenc):
12262         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12263           reapply consistent pad (de)activation
12264
12265 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12266
12267         * configure.ac:
12268         Back to CVS
12269
12270         * gst-plugins-good.doap:
12271         Add 0.10.5 doap entry
12272
12273 === release 0.10.5 ===
12274
12275 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12276
12277         * configure.ac:
12278           releasing 0.10.5, "The Path of Thorns"
12279
12280 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12281
12282         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12283         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12284         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12285         (teardown_cmmldec):
12286         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12287         (teardown_cmmlenc):
12288         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12289           revert my freeze breakage
12290
12291 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12292
12293         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12294         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12295         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12296         (teardown_cmmldec):
12297         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12298         (teardown_cmmlenc):
12299         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12300           consistent pad (de)activation
12301
12302 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12303
12304         * configure.ac:
12305         * ext/Makefile.am:
12306         Disable LADPSA, as it has moved to the -bad module for the duration.
12307
12308 2006-12-18  Wim Taymans  <wim@fluendo.com>
12309
12310         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12311         (gst_signal_processor_event):
12312         Reset flow_state back to _OK after a flush stop so that we exit our
12313         error state after the flush. Fixes #374213
12314
12315 2006-12-16  David Schleef  <ds@schleef.org>
12316
12317         * sys/osxvideo/osxvideosink.h:
12318         * sys/osxvideo/osxvideosink.m:
12319           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12320
12321 2006-12-16  David Schleef  <ds@schleef.org>
12322
12323         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12324
12325         * sys/osxvideo/Makefile.am:
12326         * sys/osxvideo/osxvideosink.h:
12327         * sys/osxvideo/osxvideosink.m:
12328           Preliminary patch for porting osxvideosink
12329
12330 2006-12-16  Wim Taymans  <wim@fluendo.com>
12331
12332         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12333
12334         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12335         (gst_videomixer_set_master_geometry),
12336         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12337         (gst_videomixer_reset), (gst_videomixer_init),
12338         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12339         (gst_videomixer_release_pad), (gst_videomixer_collected),
12340         (gst_videomixer_change_state):
12341         Introduce some locking around the videomixer state so that it does not
12342         crash when adding/removing pads. Fixes #383043.
12343
12344 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12345
12346         * configure.ac:
12347           Make sure libcaca can actually be used instead of just checking for
12348           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12349           cross-compiling (fixes #384587).
12350
12351 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12352
12353         * Makefile.am:
12354         * gst-plugins-good.doap:
12355         * gst-plugins-good.spec.in:
12356           adding doap file
12357
12358 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12359
12360         * configure.ac:
12361           libflac-1.1.3 changed API again, but we can't build against it yet,
12362           so make sure our check doesn't use libflac-1.1.3 and add a comment
12363           to this effect.
12364
12365 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12366
12367         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12368         (gst_quarktv_planetable_clear):
12369           Add some NULL pointer checks (possibly related to #385623).
12370
12371 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12372
12373         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12374         (gst_tag_demux_chain):
12375         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12376           In streaming mode, if the first buffer we get doesn't have an
12377           offset, fix it up to be 0, otherwise trimming won't work later on
12378           and we'll be typefinding application/x-id3, which may result in
12379           decodebin plugging an endless number of id3demux elements as a
12380           consequence. Fixes #385031.
12381           
12382 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12383
12384         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12385           Ignore the buffer_time the sound device reports. Turns out it is 
12386           sometimes completely bogus and we're better off without it.
12387
12388 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12389
12390         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12391         (gst_matroska_demux_video_caps):
12392         * gst/matroska/matroska-ids.c:
12393         (gst_matroska_track_init_video_context):
12394         * gst/matroska/matroska-ids.h:
12395           Try harder to extract the framerate for video tracks correctly and
12396           save it directly instead of converting it back and forth a few
12397           times. Mostly makes a difference for very small framerates (<1).
12398           Fixes #380199.
12399
12400 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12401
12402         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12403         (gst_gconf_audio_src_dispose), (do_toggle_element):
12404         * ext/gconf/gstgconfaudiosrc.h:
12405           Remove gconf notify hook when the gconfaudiosrc element is
12406           destroyed, otherwise the callback may be called on an
12407           already-destroyed instance and bad things happen. Should fix
12408           #378184.
12409           Also ignore gconf key changes when the source is already running.
12410
12411 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12412
12413         Patch by: Sebastian Dröge  <mail at slomosnail de>
12414
12415         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12416           We need to be able to read and parse any possible floating point string
12417           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12418           will parse the former only in certain locales though, so we really need
12419           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12420           make sure we can parse either version at all times.
12421           Fixes #382982 for real.
12422
12423 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12424
12425         * sys/sunaudio/gstsunaudiomixerctrl.c:
12426         * sys/sunaudio/gstsunaudiosrc.c:
12427
12428         Use the sunaudio debug category.
12429
12430         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12431         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12432         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12433         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12434         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12435         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12436         (gst_sunaudiosink_reset):
12437         * sys/sunaudio/gstsunaudiosink.h:
12438
12439         Uses the sunaudio debug category for all debug output
12440         Implements the _delay() callback to synchronise video playback better
12441         Change the segtotal and segsize values back to the parent class 
12442           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12443           respectively)
12444         Measure the samples written to the device vs. played.
12445         Keep track of segments in the device by writing empty eof frames, and
12446         sleep using a GCond when we get too far ahead and risk overrunning the
12447         sink's ringbuffer.
12448
12449         Fixes: #360673
12450
12451 2006-12-08  Wim Taymans  <wim@fluendo.com>
12452
12453         Patch by: Sebastian Dröge  <mail at slomosnail de >
12454
12455         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12456         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12457         * gst/audiofx/audiopanorama.h:
12458         Fix audiopanorame with float samples. Fixes #383726.
12459
12460 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12461
12462         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12463         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12464         (gst_sunaudiosrc_reset):
12465
12466         Implement reset functions to unblock the src/sink more quickly on 
12467         state change requests.
12468         Patch by: Brian Cameron <brian dot cameron at sun com>
12469
12470 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12471
12472         * sys/sunaudio/gstsunaudiomixer.c:
12473         (gst_sunaudiomixer_change_state):
12474         Construct the correct mixer device name when the AUDIODEV env var
12475         is set.
12476
12477         Patch by: Jerry Tan <jerry.tan at sun dot com>
12478         Fixes: #383596
12479
12480 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12481
12482         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12483         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12484         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12485         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12486         Patch by: Jerry Tan <jerry.tan at sun dot com>
12487         Fixes: #349015
12488
12489 2006-12-07  Wim Taymans  <wim@fluendo.com>
12490
12491         * gst/smpte/gstmask.h:
12492         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12493         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12494         (gst_smpte_collected), (gst_smpte_set_property),
12495         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12496         * gst/smpte/gstsmpte.h:
12497         Port to 0.10 some more. 
12498         Added duration property to specify the duration of the transition.
12499         Make framerate a fraction.
12500         Deprecate fps property, we only use negotiated fps.
12501         Added docs.
12502         Fix collectpad usage.
12503         Reset state in READY.
12504         Send NEWSEGMENT event.
12505         Fix racy updates of object properties.
12506         Added debug category.
12507         Fixes #383323.
12508
12509 2006-12-06  Wim Taymans  <wim@fluendo.com>
12510
12511         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12512
12513         * gst/videomixer/videomixer.c:
12514         (gst_videomixer_set_master_geometry),
12515         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12516         Don't reset xpos and ypos in the setcaps function because causes
12517         unexpected behaviour.
12518         Fixes #382179.
12519
12520 2006-12-06  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12523         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12524         Keep track of the buffer timestamp in the collectdata member instead
12525         of modifying the buffer without making the metadata writable first.
12526         Fixes #382277.
12527
12528 2006-12-06  Wim Taymans  <wim@fluendo.com>
12529
12530         Patch by: Rob Taylor <robtaylor at floopily dot org>
12531
12532         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12533         If using multicast in udpsrc, bind to the multicast address rather than
12534         IN_ADDR_ANY.
12535         This allows the simultanous use of multiple udpsrcs listening on
12536         different multicat addresses. Without this all udpsrcs will receive all
12537         packets from all subscribed multicast addresses.
12538         Fixes #383001.
12539
12540 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12541
12542         * ext/taglib/gstid3v2mux.cc:
12543         Don't attempt to write a NULL frame into the ID3 tag set when the 
12544         createFrame method returned NULL.
12545         Fixes: #381857
12546         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12547
12548 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12549
12550         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12551         Use g_strtod() instead of sscanf to parse doubles, so that it will
12552         try parsing in the C locale if the current locale fails.
12553         Fixes: #382982
12554         Patch by: Sebastian Dröge  <mail at slomosnail de >
12555
12556 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12557
12558         * win32/MANIFEST:
12559         Fix compilation on win32 under VS8
12560         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12561         Partially fixes #381175
12562
12563 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12564
12565         * gst/avi/gstavimux.c:
12566           accept all mpegversions,fixes #380825
12567           spotted by: Jerome Alet  
12568
12569 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12570
12571         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12572         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12573         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12574         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12575           cleanup the error message a bit more
12576
12577 2006-11-28  Wim Taymans  <wim@fluendo.com>
12578
12579         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12580         Fix width and height properties.
12581
12582         * ext/libcaca/gstcacasink.h:
12583         Fix compilation on newer libcaca that require us to include a new
12584         header. Fixes #379918.
12585
12586 2006-11-28  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12589         * gst/rtsp/gstrtspsrc.h:
12590         * gst/rtsp/rtspext.h:
12591         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12592         (rtsp_ext_wms_get_context):
12593         Add method so that extensions can choose to disable the setup of
12594         a stream.
12595         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12596
12597 2006-11-27  Wim Taymans  <wim@fluendo.com>
12598
12599         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12600
12601         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12602         Push header in a separate buffer instead of memcpy:ing all data.
12603         Change LF => CRLF in headers.
12604         Move trailing LF to header. Fixes #379792.
12605
12606 2006-11-27  Wim Taymans  <wim@fluendo.com>
12607
12608         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12609         Small buffer overflow fix and improve debugging.
12610
12611 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12612
12613         * ext/esd/esdmon.h:
12614         * ext/esd/esdsink.h:
12615           remove obsolete _factory_init protos
12616
12617 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12618
12619         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12620         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12621         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12622         (gst_avi_demux_read_subindexes_push),
12623         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12624         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12625         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12626         (gst_avi_demux_massage_index),
12627         (gst_avi_demux_calculate_durations_from_index),
12628         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12629         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12630         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12631           remove dead code, tweak debugs statements, add comments, use
12632           _uint64_scale instead _uint64_scale_int when using guint64 values,
12633           small optimizations, reflow some error handling
12634
12635 2006-11-22  Edward Hervey  <edward@fluendo.com>
12636
12637         * po/.cvsignore:
12638         We never put .pot files in cvs. Let's ignore them all.
12639
12640 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12641
12642         * po/POTFILES.in:
12643           ... but better exclude files that aren't disted.
12644
12645 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         * po/POTFILES.in:
12648           Add v4l2 source files to list of files with translations, so the
12649           strings are actually extracted (however bad they still may be).
12650
12651 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12652
12653         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12654           Minor clean-ups: const-ify static array, remove trailing comma from
12655           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12656
12657 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12658
12659         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12660         Make sure that g_free always gets called on the same pointer that was 
12661         returned by g_malloc.  Fixes #376594.
12662         Do not leak memory if decompressed size is wrong.
12663         Remove unneeded check of return value of g_malloc.
12664         Patch by: René Stadler <mail@renestadler.de>
12665
12666 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12667
12668         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12669           Add missing curly brackets.
12670
12671 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12672
12673         * sys/v4l2/v4l2src_calls.c:
12674         Fix capture_deinit.
12675
12676 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12679         (gst_matroska_mux_request_new_pad):
12680           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12681
12682         * tests/check/elements/matroskamux.c: (setup_src_pad),
12683         (setup_sink_pad), (GST_START_TEST):
12684         Activate pads before using them.
12685
12686 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12687
12688         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12689           Initialise variable to get rid of bogus compiler warning.
12690
12691 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12692
12693         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12694
12695         * gst/rtp/gstrtph263pay.c:
12696         * gst/rtp/gstrtph263pdepay.c:
12697         * gst/rtp/gstrtph263ppay.c:
12698           Specify H.263 variant and version in the caps (fixes #361637)
12699
12700 2006-11-15  Wim Taymans  <wim@fluendo.com>
12701
12702         * gst/rtsp/rtspconnection.c: (read_body):
12703         Don't set a data pointer to NULL and a size > 0 when we deal
12704         with empty packets.
12705
12706         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12707         (rtsp_message_init_response), (rtsp_message_init_data),
12708         (rtsp_message_unset), (rtsp_message_free),
12709         (rtsp_message_take_body):
12710         Check that we can't create invalid empty packets. 
12711
12712 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12713
12714         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12715
12716         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12717         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12718         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12719         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12720         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12721         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12722         * gst/matroska/matroska-mux.h:
12723           Add basic tag writing support; implement releasing pads (#374658).
12724
12725 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12726
12727         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12728         (gst_matroska_demux_audio_caps):
12729           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12730
12731 2006-11-14  David Schleef  <ds@schleef.org>
12732
12733         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12734
12735 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12736
12737         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12738
12739         * win32/vs8/gst-plugins-good.sln:
12740         * win32/vs8/libgst1394.vcproj:
12741         * win32/vs8/libgstaasink.vcproj:
12742         * win32/vs8/libgstalaw.vcproj:
12743         * win32/vs8/libgstalpha.vcproj:
12744         * win32/vs8/libgstalphacolor.vcproj:
12745         * win32/vs8/libgstannodex.vcproj:
12746         * win32/vs8/libgstapetag.vcproj:
12747         * win32/vs8/libgstaudiofx.vcproj:
12748         * win32/vs8/libgstauparse.vcproj:
12749         * win32/vs8/libgstautodetect.vcproj:
12750         * win32/vs8/libgstavi.vcproj:
12751         * win32/vs8/libgstcacasink.vcproj:
12752         * win32/vs8/libgstcdio.vcproj:
12753         * win32/vs8/libgstcutter.vcproj:
12754         * win32/vs8/libgstdv.vcproj:
12755         * win32/vs8/libgsteffectv.vcproj:
12756         * win32/vs8/libgstflac.vcproj:
12757         * win32/vs8/libgstflxdec.vcproj:
12758         * win32/vs8/libgstgoom.vcproj:
12759         * win32/vs8/libgsticydemux.vcproj:
12760         * win32/vs8/libgstid3demux.vcproj:
12761         * win32/vs8/libgstjpeg.vcproj:
12762         * win32/vs8/libgstladspa.vcproj:
12763         * win32/vs8/libgstlevel.vcproj:
12764         * win32/vs8/libgstmatroska.vcproj:
12765         * win32/vs8/libgstmikmod.vcproj:
12766         * win32/vs8/libgstmng.vcproj:
12767         * win32/vs8/libgstmonoscope.vcproj:
12768         * win32/vs8/libgstmulaw.vcproj:
12769         * win32/vs8/libgstmultipart.vcproj:
12770         * win32/vs8/libgstpng.vcproj:
12771         * win32/vs8/libgstrtp.vcproj:
12772         * win32/vs8/libgstrtsp.vcproj:
12773         * win32/vs8/libgstshout2.vcproj:
12774         * win32/vs8/libgstsmpte.vcproj:
12775         * win32/vs8/libgstspeex.vcproj:
12776         * win32/vs8/libgsttaglib.vcproj:
12777         * win32/vs8/libgstudp.vcproj:
12778         * win32/vs8/libgstvideobalance.vcproj:
12779         * win32/vs8/libgstvideobox.vcproj:
12780         * win32/vs8/libgstvideoflip.vcproj:
12781         * win32/vs8/libgstvideomixer.vcproj:
12782         * win32/vs8/libgstwavenc.vcproj:
12783         * win32/vs8/libgstwavparse.vcproj:
12784           Make end-of-line returns unixy, so that when the files are checked
12785           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12786           Hopefully fixes #366492.
12787
12788 2006-11-14  Wim Taymans  <wim@fluendo.com>
12789
12790         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12791         Disable init_frames delay timestamp adjustment, it does not
12792         seem to be needed at all. Fixes #369621.
12793
12794 2006-11-13  Wim Taymans  <wim@fluendo.com>
12795
12796         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12797
12798         * gst/videomixer/videomixer.c:
12799         (gst_videomixer_set_master_geometry),
12800         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12801         (gst_videomixer_collect_free), (gst_videomixer_reset),
12802         (gst_videomixer_init), (gst_videomixer_finalize),
12803         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12804         (gst_videomixer_collected), (gst_videomixer_change_state):
12805         Fix memleak by unref'ing collectpads instance (when finalizing)
12806         Implement releasing a request pad. Fixes #374479.
12807
12808 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12809
12810         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12811
12812         * win32/vs8/gst-plugins-good.sln:
12813         * win32/vs8/libgst1394.vcproj:
12814         * win32/vs8/libgstaasink.vcproj:
12815         * win32/vs8/libgstalaw.vcproj:
12816         * win32/vs8/libgstalpha.vcproj:
12817         * win32/vs8/libgstalphacolor.vcproj:
12818         * win32/vs8/libgstannodex.vcproj:
12819         * win32/vs8/libgstapetag.vcproj:
12820         * win32/vs8/libgstaudiofx.vcproj:
12821         * win32/vs8/libgstauparse.vcproj:
12822         * win32/vs8/libgstautodetect.vcproj:
12823         * win32/vs8/libgstavi.vcproj:
12824         * win32/vs8/libgstcacasink.vcproj:
12825         * win32/vs8/libgstcdio.vcproj:
12826         * win32/vs8/libgstcutter.vcproj:
12827         * win32/vs8/libgstdv.vcproj:
12828         * win32/vs8/libgsteffectv.vcproj:
12829         * win32/vs8/libgstflac.vcproj:
12830         * win32/vs8/libgstflxdec.vcproj:
12831         * win32/vs8/libgstgoom.vcproj:
12832         * win32/vs8/libgsticydemux.vcproj:
12833         * win32/vs8/libgstid3demux.vcproj:
12834         * win32/vs8/libgstjpeg.vcproj:
12835         * win32/vs8/libgstladspa.vcproj:
12836         * win32/vs8/libgstlevel.vcproj:
12837         * win32/vs8/libgstmatroska.vcproj:
12838         * win32/vs8/libgstmikmod.vcproj:
12839         * win32/vs8/libgstmng.vcproj:
12840         * win32/vs8/libgstmonoscope.vcproj:
12841         * win32/vs8/libgstmulaw.vcproj:
12842         * win32/vs8/libgstmultipart.vcproj:
12843         * win32/vs8/libgstpng.vcproj:
12844         * win32/vs8/libgstrtp.vcproj:
12845         * win32/vs8/libgstrtsp.vcproj:
12846         * win32/vs8/libgstshout2.vcproj:
12847         * win32/vs8/libgstsmpte.vcproj:
12848         * win32/vs8/libgstspeex.vcproj:
12849         * win32/vs8/libgsttaglib.vcproj:
12850         * win32/vs8/libgstudp.vcproj:
12851         * win32/vs8/libgstvideobalance.vcproj:
12852         * win32/vs8/libgstvideobox.vcproj:
12853         * win32/vs8/libgstvideoflip.vcproj:
12854         * win32/vs8/libgstvideomixer.vcproj:
12855         * win32/vs8/libgstwavenc.vcproj:
12856         * win32/vs8/libgstwavparse.vcproj:
12857           Add VS8 project files (note that many of the plugins in ext are
12858           disabled by default). Fixes #366492.
12859
12860 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12861
12862         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12863           we do not translate debug messages
12864
12865 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12866
12867         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12868           fix categorisation, make short desc more explicit, remove unused code
12869           Fixes #372021
12870
12871 2006-11-08  Wim Taymans  <wim@fluendo.com>
12872
12873         * gst/rtp/gstrtpL16depay.c:
12874         * gst/rtp/gstrtpamrdepay.c:
12875         * gst/rtp/gstrtpamrpay.c:
12876         * gst/rtp/gstrtpgsmdepay.c:
12877         * gst/rtp/gstrtph263pay.c:
12878         * gst/rtp/gstrtph263pdepay.c:
12879         * gst/rtp/gstrtph263ppay.c:
12880         * gst/rtp/gstrtph264depay.c:
12881         * gst/rtp/gstrtpmp2tdepay.c:
12882         * gst/rtp/gstrtpmp4gdepay.c:
12883         * gst/rtp/gstrtpmp4gpay.c:
12884         * gst/rtp/gstrtpmp4vdepay.c:
12885         * gst/rtp/gstrtpmp4vpay.c:
12886         * gst/rtp/gstrtpmpadepay.c:
12887         * gst/rtp/gstrtpmpapay.c:
12888         * gst/rtp/gstrtppcmadepay.c:
12889         * gst/rtp/gstrtppcmapay.c:
12890         * gst/rtp/gstrtppcmudepay.c:
12891         * gst/rtp/gstrtppcmupay.c:
12892         * gst/rtp/gstrtpspeexdepay.c:
12893         * gst/rtp/gstrtpspeexpay.c:
12894         * gst/rtp/gstrtpsv3vdepay.c:
12895         Fix element descriptions.
12896
12897 2006-11-08  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst/rtp/gstrtpvorbisdepay.c:
12900         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12901         Fix description.
12902         Small cleanup in the payloader.
12903
12904 2006-11-08  Wim Taymans  <wim@fluendo.com>
12905
12906         * gst/rtp/Makefile.am:
12907         * gst/rtp/gstrtp.c: (plugin_init):
12908         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12909         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12910         (gst_rtp_theora_depay_finalize),
12911         (gst_rtp_theora_depay_parse_configuration),
12912         (gst_rtp_theora_depay_setcaps),
12913         (gst_rtp_theora_depay_switch_codebook),
12914         (gst_rtp_theora_depay_process),
12915         (gst_rtp_theora_depay_set_property),
12916         (gst_rtp_theora_depay_get_property),
12917         (gst_rtp_theora_depay_change_state),
12918         (gst_rtp_theora_depay_plugin_init):
12919         * gst/rtp/gstrtptheoradepay.h:
12920         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12921         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12922         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12923         (gst_rtp_theora_pay_init_packet),
12924         (gst_rtp_theora_pay_flush_packet),
12925         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12926         (gst_rtp_theora_pay_handle_buffer),
12927         (gst_rtp_theora_pay_plugin_init):
12928         * gst/rtp/gstrtptheorapay.h:
12929         Add theora pay/depayloaders.
12930
12931 2006-11-06  Wim Taymans  <wim@fluendo.com>
12932
12933         * gst/rtp/Makefile.am:
12934         We depend on gsttag to generate the vorbis comments.
12935
12936         * gst/rtp/gstrtpvorbisdepay.c:
12937         (gst_rtp_vorbis_depay_parse_configuration),
12938         (gst_rtp_vorbis_depay_setcaps),
12939         (gst_rtp_vorbis_depay_switch_codebook),
12940         (gst_rtp_vorbis_depay_process):
12941         * gst/rtp/gstrtpvorbisdepay.h:
12942         Parse configuration string in the depayloader.
12943         Implement selecting and switching to a new codebook.
12944         Receiving vorbis over RTP now works.
12945
12946         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12947         (gst_rtp_vorbis_pay_init_packet),
12948         (gst_rtp_vorbis_pay_finish_headers),
12949         (gst_rtp_vorbis_pay_handle_buffer):
12950         * gst/rtp/gstrtpvorbispay.h:
12951         Set timestamps on outgoing buffers and RTP packets.
12952         Fix configuration string, prepend number of Packet headers.
12953         Fix encoding of ident string.
12954         Add delivery-method to caps.
12955         Streaming vorbis over RTP now works.
12956
12957 2006-11-06  Wim Taymans  <wim@fluendo.com>
12958
12959         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12960         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12961         (gst_rtp_vorbis_pay_handle_buffer):
12962         * gst/rtp/gstrtpvorbispay.h:
12963         Generate a valid configuration string in the caps based on the
12964         vorbis headers.
12965
12966 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12967
12968         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12969         * ext/cdio/gstcdio.h:
12970         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12971           Move CD-TEXT utility function into common file so it can also be
12972           used by a future cdioparanoiasrc.
12973
12974 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12975         
12976         * sys/v4l2/Makefile.am:
12977         * sys/v4l2/gstv4l2object.c:
12978         * sys/v4l2/gstv4l2src.c:
12979         * sys/v4l2/gstv4l2xoverlay.c:
12980         * sys/v4l2/v4l2_calls.c:
12981         * sys/v4l2/v4l2src_calls.c:
12982         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12983         xoverlay code that is still not implemented.
12984
12985 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12986
12987         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12988           We require a -base more recent than 0.10.9, so it's safe to use
12989           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12990
12991         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12993           Use _newsegment_full() now that we depend on a recent enough core.
12994
12995         * gst/wavparse/gstwavparse.c:
12996           Remove cruft that we don't need any longer now that we depend on
12997           a recent enough -base.
12998
12999 2006-10-31  Wim Taymans  <wim@fluendo.com>
13000
13001         * gst/rtp/Makefile.am:
13002         * gst/rtp/gstrtp.c: (plugin_init):
13003         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13004         (gst_rtpilbcpay_setcaps):
13005         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13006
13007 2006-10-31  Wim Taymans  <wim@fluendo.com>
13008
13009         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13010         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13011         Some small cleanups, use _scale.
13012
13013 2006-10-31  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13016         Use higher precision scale function.
13017
13018 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13019
13020         Patch by: Michal Benes  <michal dot benes at itonis tv>
13021
13022         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13023         (gst_matroska_demux_read_track_encodings),
13024         (gst_matroska_decode_buffer):
13025           Fix several issues with encoded/compressed/encrypted/signed tracks;
13026           also, remove superfluous newline characters from some debug
13027           statements. (#366155)
13028
13029 2006-10-30  Wim Taymans  <wim@fluendo.com>
13030
13031         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13032         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13033         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13034         (gst_smokedec_change_state):
13035         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13036         (gst_smokeenc_init), (gst_smokeenc_finalize),
13037         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13038         (gst_smokeenc_resync), (gst_smokeenc_chain),
13039         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13040         (gst_smokeenc_change_state):
13041         Various cleanups, capsnego and leak fixes.
13042
13043 2006-10-30  Wim Taymans  <wim@fluendo.com>
13044
13045         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13046
13047         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13048         Fix videomixer so that it can handle any combination of framerates.
13049         Fixes #367221.
13050
13051 2006-10-28  Wim Taymans  <wim@fluendo.com>
13052
13053         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13054         (gst_avi_demux_parse_file_header),
13055         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13056         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13057         (gst_avi_demux_chain):
13058         Fix position query for audio. also fixes timestamps in streaming
13059         mode and bug #364958.
13060         Small cleanups.
13061
13062 2006-10-27  Wim Taymans  <wim@fluendo.com>
13063
13064         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13065         * ext/libpng/gstpngenc.h:
13066         Fix strides. Fixes #364856.
13067         Cleanup capsnego.
13068         Set caps on outgoing buffers.
13069
13070 2006-10-18  Wim Taymans  <wim@fluendo.com>
13071
13072         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13073
13074         * gst/rtp/gstrtpgsmpay.c:
13075         * gst/rtp/gstrtph263pay.c:
13076         * gst/rtp/gstrtpmpapay.c:
13077         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13078         (gst_rtp_pcma_pay_handle_buffer):
13079         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13080         Add static payload numbers in addition to the dynamic ones.
13081         Fixes #361639.
13082
13083 2006-10-18  Wim Taymans  <wim@fluendo.com>
13084
13085         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13086         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13087         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13088         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13089         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13090         * gst/rtsp/rtspdefs.h:
13091         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13092         * gst/rtsp/rtspurl.h:
13093         Reuse already existing enum for lower transport.
13094         Add rtspt and rtspu protocols.
13095         Send redirect to rtspt when udp times out.
13096
13097 2006-10-18  Wim Taymans  <wim@fluendo.com>
13098
13099         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13100         (gst_wavparse_stream_data):
13101         Fix seeking some more, mostly for speed changes.
13102
13103 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         Patch by: Fredrik Persson  <frepe at bredband net>
13106
13107         * sys/v4l2/gstv4l2tuner.c:
13108         * sys/v4l2/gstv4l2tuner.h:
13109           Fix _set_channel(): remove useless g_object_notify() for "channel"
13110           property that doesn't exist any longer and therefore now also
13111           useless redirect (#338818).
13112
13113 2006-10-17  Wim Taymans  <wim@fluendo.com>
13114
13115         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13116         Some drivers do not support unsetting the non-blocking flag once the
13117         device is opened. In those cases, close/open the device in
13118         non-blocking mode. Fixes #362673.
13119
13120 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13121
13122         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13123         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13124         (gst_v4l2src_get_fps):
13125           dear stefan, framespersecond is not frameperiod, reverting but adding
13126           comment
13127
13128 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13129
13130         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13131         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13132         (gst_v4l2src_get_fps):
13133           Numerator is numerator and denominator is denominator. Say that aloud
13134           5 times and retry after next beer.
13135
13136 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13137
13138         Patch by: Josep Torra Valles  <josep at fluendo com>
13139
13140         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13141         * ext/esd/esdsink.c: (gst_esdsink_write):
13142         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13143         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13144         (gst_flac_dec_send_newsegment):
13145         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13146         (gst_flac_enc_tell_callback):
13147         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13148         (smokecodec_parse_header), (smokecodec_decode):
13149         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13150         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13151         * gst/goom/Makefile.am:
13152         * gst/goom/gstgoom.c:
13153         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13154         * gst/rtsp/gstrtspsrc.c:
13155         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13156         * gst/udp/gstudpsink.c:
13157         * gst/udp/gstudpsrc.c:
13158         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13159         * sys/sunaudio/gstsunaudiomixertrack.h:
13160           Fix a bunch of problems discovered by the Forte compiler, mostly type
13161           mixups and pointer arithmetics with void pointers. Fixes #362603.
13162
13163 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13164
13165         * ext/speex/gstspeex.c: (plugin_init):
13166         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13167         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13168         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13169         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13170         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13171         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13172         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13173         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13174         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13175         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13176         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13177         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13178         * ext/speex/gstspeexenc.h:
13179           Miscellaneous clean-ups, among other things: speexenc => enc to
13180           enhance code readability; change speexenc => speex_enc; in chain
13181           function unref input buffer in case of error; take reference in
13182           event function; use boilerplate macro; use gst_pad_query_peer_*
13183           convenience functions.
13184
13185 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13186
13187         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13188         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13189         (gst_speexenc_set_header_on_caps):
13190           Fix some mem leaks.
13191
13192 2006-10-11  Wim Taymans  <wim@fluendo.com>
13193
13194         * gst/rtsp/URLS:
13195         Added some other URL.
13196
13197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13198         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13199         (gst_rtspsrc_open), (gst_rtspsrc_play),
13200         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13201         * gst/rtsp/gstrtspsrc.h:
13202         Work on fallback to TCP connection when the UDP socket times out.
13203         Handler server requests, just reply with OK for now.
13204
13205         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13206         * gst/rtsp/rtspdefs.h:
13207         Added some more Real extension headers.
13208
13209         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13210         Fix parsing of urls with a ':' that is not part of the hostname:port
13211         part of the url.
13212
13213 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13214
13215         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13216         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13217         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13218           Activate pad before adding it to the already-running element.
13219
13220         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13221           Activate newly-created pad too.
13222
13223 2006-10-11  Wim Taymans  <wim@fluendo.com>
13224
13225         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13226
13227         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13228         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13229         (gst_udpsrc_start):
13230         Fix some leaks in caps and uris. Fixes #361252.
13231
13232 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13233
13234         * gst/wavparse/Makefile.am:
13235           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13236
13237 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13238
13239         * sys/v4l2/gstv4l2xoverlay.c:
13240         * sys/v4l2/gstv4l2xoverlay.h:
13241         Fix build as per the patch in #338818 comment 36.
13242
13243 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13244
13245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13246           Activate pads before adding them to the source.
13247
13248 2006-10-06  Wim Taymans  <wim@fluendo.com>
13249
13250         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13251         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13252         Activate pads before adding.
13253
13254 2006-10-06  Wim Taymans  <wim@fluendo.com>
13255
13256         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13257         (gst_multipart_find_pad_by_mime):
13258         Activate pads before adding.
13259
13260         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13261         BOILERPLATE sets parent_class for us.
13262
13263 2006-10-06  Wim Taymans  <wim@fluendo.com>
13264
13265         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13266         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13267         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13268         (gst_rtspsrc_alloc_udp_ports),
13269         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13270         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13271         (gst_rtspsrc_create_transports_string),
13272         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13273         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13274         * gst/rtsp/gstrtspsrc.h:
13275         Rework how the transport string is constructed, try to share channels
13276         and udp ports.
13277         Make most of the stuff less dependant on RTP as we are also going to use
13278         it for RDT.
13279         Add support for transport specific session managers.
13280
13281         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13282         Implement _flush().
13283
13284         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13285         * gst/rtsp/rtspdefs.h:
13286         Add generic error return code.
13287
13288         * gst/rtsp/rtspext.h:
13289         Add support for pluggable tranport strings.
13290
13291         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13292         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13293         (rtsp_ext_wms_get_context):
13294         Detect WMServer and activate the extension.
13295
13296         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13297         (rtsp_transport_get_manager), (rtsp_transport_parse):
13298         * gst/rtsp/rtsptransport.h:
13299         Added methods to get mime/manager for certain transports.
13300
13301 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13302
13303         * ext/cairo/gsttimeoverlay.c:
13304         (gst_cairo_time_overlay_update_font_height):
13305         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13306         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13307         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13308         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13309         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13310         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13311         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13312         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13313         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13314         (gst_avi_demux_stream_data):
13315         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13316         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13317         (gst_fenced_buffer_copy):
13318         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13320         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13322         (gst_rtspsrc_handle_message):
13323         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13324         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13325           Printf format fixes.
13326
13327 2006-10-04  Wim Taymans  <wim@fluendo.com>
13328
13329         * gst/rtsp/Makefile.am:
13330         Dist new .h file too.
13331
13332 2006-10-04  Wim Taymans  <wim@fluendo.com>
13333
13334         * gst/rtsp/Makefile.am:
13335         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13336         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13338         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13339         (gst_rtspsrc_parse_rtpmap),
13340         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13341         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13342         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13343         * gst/rtsp/gstrtspsrc.h:
13344         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13345         * gst/rtsp/rtspdefs.h:
13346         * gst/rtsp/rtspext.h:
13347         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13348         (rtsp_ext_wms_get_context):
13349         * gst/rtsp/rtspextwms.h:
13350         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13351         (rtsp_transport_parse):
13352         * gst/rtsp/rtsptransport.h:
13353         Factor out extension in separate module.
13354         Fix getcaps to filter against the padtemplate.
13355         Use Content-Base if the server gives one.
13356         Rework the transport parsing a bit for future extensions.
13357         Added some Real Header field definitions.
13358
13359 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13360
13361         * docs/plugins/Makefile.am:
13362         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13363         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13364           added v4l2 stubs
13365         * gst-plugins-good.spec.in:
13366           add v4l2
13367
13368 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13369
13370         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13371           Extract disc/album/medium number and count and try harder
13372           to extract track number/count.
13373
13374 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13375
13376         * configure.ac:
13377         * sys/Makefile.am:
13378           add build stuff for v4l2, needs --enable-experimental until
13379           the last bits are resolved
13380
13381 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13382
13383         * tests/check/Makefile.am:
13384           Disable autodetect test temporarily, so that the build bots
13385           update -bad and the ranks of unreliable video sinks in there.
13386
13387         * tests/check/elements/autodetect.c: (GST_START_TEST):
13388           Skip test if no usable videosink is found.
13389
13390 2006-09-29  Wim Taymans  <wim@fluendo.com>
13391
13392         * gst/rtsp/URLS:
13393         Add some more URLs.
13394
13395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13396         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13397         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13398         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13399         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13400         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13401         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13402         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13403         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13404         * gst/rtsp/gstrtspsrc.h:
13405         Add timeout property to control UDP timeouts.
13406         Fix error messages.
13407         Also start a loop function when operating in UDP mode so that we can
13408         do some more stuff async.
13409         Handle element messages from udpsrc to detect timeouts. If a timeout
13410         happens we currently generate an error.
13411         API: rtspsrc::timeout property.
13412
13413         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13414         (gst_udpsrc_create):
13415         Really implement the timeout in microseconds and not milliseconds.
13416
13417 2006-09-29  Wim Taymans  <wim@fluendo.com>
13418
13419         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13420         (gst_udpsrc_create), (gst_udpsrc_set_property),
13421         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13422         * gst/udp/gstudpsrc.h:
13423         Added property to post a message on timeout.
13424         Updated docs.
13425         When restarting the select, initialize the fdsets again.
13426         Init control sockets so we don't accidentally close a random socket.
13427         API: GstUDPSrc::timeout property
13428
13429 2006-09-29  Wim Taymans  <wim@fluendo.com>
13430
13431         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13432         Fix flag registration.
13433
13434         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13435         Reading 0 also means 'no more commands'
13436
13437 2006-09-29  Wim Taymans  <wim@fluendo.com>
13438
13439         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13440
13441         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13442         Fix possible infinite loop when shutting down, a read can also return
13443         0 to indicate no more messages are available. Fixes #358156.
13444
13445 2006-09-25  Wim Taymans  <wim@fluendo.com>
13446
13447         * gst/autodetect/gstautoaudiosink.c:
13448         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13449         (gst_auto_audio_sink_find_best):
13450         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13451         Small cleanups.
13452         don't try to set "sync" property when it is not available.
13453
13454 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         Patch by: Peter Kjellerstedt  <pkj at axis com>
13457
13458         * gst/alpha/gstalpha.c:
13459         * gst/rtp/gstrtpamrdepay.c:
13460         * gst/rtsp/gstrtspsrc.c:
13461         * gst/udp/gstudpsrc.c:
13462         * gst/videomixer/videomixer.c:
13463           Include stdlib.h in some more places, makes things compile
13464           with uClibc and -Werror (#357592).
13465
13466 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13467
13468         * ext/jpeg/gstjpegdec.c:
13469           Set minimum height to 8 (from 16), our code should handle
13470           that fine. Some of the buttons on the apple trailer site
13471           are apparently only 15 pixels high (see #357470).
13472
13473 2006-09-23  Wim Taymans  <wim@fluendo.com>
13474
13475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13476         (gst_rtspsrc_open):
13477         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13478         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13479         (rtsp_connection_receive):
13480         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13481         * gst/rtsp/rtspdefs.h:
13482         Improve error reporting.
13483
13484 2006-09-23  Wim Taymans  <wim@fluendo.com>
13485
13486         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13487         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13488         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13489         * gst/rtp/gstrtpdepay.c:
13490         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13491         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13492         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13493         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13494         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13495         (gst_rtp_mp2t_depay_plugin_init):
13496         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13497         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13498         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13499         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13500         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13501         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13502         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13503         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13504         Fix klass typos.
13505         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13506
13507 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         * configure.ac:
13510           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13511
13512 2006-09-22  Wim Taymans  <wim@fluendo.com>
13513
13514         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13515         Don't check for a tag that is never there and check if we read the
13516         correct tag. Fixes seeking again.
13517         We must post an error when all pads are unlinked.
13518
13519 2006-09-22  Wim Taymans  <wim@fluendo.com>
13520
13521         * gst/rtp/Makefile.am:
13522         * gst/rtp/gstrtp.c: (plugin_init):
13523         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13524         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13525         (gst_rtp_vorbis_pay_reset_packet),
13526         (gst_rtp_vorbis_pay_init_packet),
13527         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13528         (gst_rtp_vorbis_pay_handle_buffer):
13529         More fixage, set endoder-params correctly in the payloader.
13530
13531 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13532
13533         * gst/autodetect/gstautoaudiosink.c:
13534         (gst_auto_audio_sink_base_init):
13535         * gst/autodetect/gstautovideosink.c:
13536         (gst_auto_video_sink_base_init):
13537           Make static pad templates static to appease valgrind's leak
13538           detector.
13539
13540         * tests/check/Makefile.am:
13541         * tests/check/elements/.cvsignore:
13542         * tests/check/elements/autodetect.c: (GST_START_TEST),
13543         (autodetect_suite):
13544           Add simple test for the ghostpad lockup on shutdown fixed in core
13545           CVS (audio bit disabled because it would need dozens of alsa
13546           suppressions and I'm too lazy to add those now).
13547
13548 2006-09-22  Wim Taymans  <wim@fluendo.com>
13549
13550         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13551         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13552         Small cleanups.
13553
13554         * gst/rtp/Makefile.am:
13555         * gst/rtp/gstrtp.c: (plugin_init):
13556         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13557         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13558         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13559         (gst_rtp_vorbis_depay_process),
13560         (gst_rtp_vorbis_depay_set_property),
13561         (gst_rtp_vorbis_depay_get_property),
13562         (gst_rtp_vorbis_depay_change_state),
13563         (gst_rtp_vorbis_depay_plugin_init):
13564         * gst/rtp/gstrtpvorbisdepay.h:
13565         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13566         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13567         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13568         (gst_rtp_vorbis_pay_flush_packet),
13569         (gst_rtp_vorbis_pay_append_buffer),
13570         (gst_rtp_vorbis_pay_handle_buffer),
13571         (gst_rtp_vorbis_pay_plugin_init):
13572         * gst/rtp/gstrtpvorbispay.h:
13573         Add experimental vorbis pay and depayloaders.
13574
13575 2006-09-21  Wim Taymans  <wim@fluendo.com>
13576
13577         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13578         Fix profile-level-id parsing and setup.
13579
13580 2006-09-21  Wim Taymans  <wim@fluendo.com>
13581
13582         * gst/udp/README:
13583         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13584         Update README, simple cleanup.
13585
13586 2006-09-21  Wim Taymans  <wim@fluendo.com>
13587
13588         * gst/rtp/README:
13589         Update README with some examples.
13590
13591         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13592         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13593         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13594         (gst_rtp_mp4g_pay_setcaps):
13595         * gst/rtp/gstrtpmp4gpay.h:
13596         Make optional RTP parameters of type STRING, as required by the
13597         application/x-rtp caps specification.
13598
13599 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13600
13601         * gst/rtp/gstrtph263pdepay.c:
13602         * gst/rtp/gstrtph263ppay.c:
13603         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13604         RTP header.
13605
13606 2006-09-20  Wim Taymans  <wim@fluendo.com>
13607
13608         * gst/rtp/Makefile.am:
13609         And makefile too.
13610
13611 2006-09-20  Wim Taymans  <wim@fluendo.com>
13612
13613         * gst/rtp/gstrtp.c: (plugin_init):
13614         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13615         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13616         (decode_base64), (gst_rtp_asf_depay_setcaps),
13617         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13618         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13619         (gst_rtp_asf_depay_plugin_init):
13620         * gst/rtp/gstrtpasfdepay.h:
13621         Added preliminary ASF depayloader.
13622
13623         * gst/rtp/gstrtph264depay.c: (decode_base64):
13624         Fix base64 decoding.
13625
13626 2006-09-20  Wim Taymans  <wim@fluendo.com>
13627
13628         * gst/rtsp/URLS:
13629         Added some test URLS.
13630
13631         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13632         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13633         * gst/rtsp/gstrtspsrc.h:
13634         When creating streams, give access to the complete SDP.
13635         Fix some leaks.
13636         Collect and merge global stream properties in stream caps.
13637         Preliminary support for WMServer.
13638
13639         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13640         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13641         (rtsp_connection_receive):
13642         * gst/rtsp/rtspconnection.h:
13643         Make connection interruptable.
13644         Refactor to make it reconnectable.
13645         Don't fail on short reads when reading data packets.
13646
13647         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13648         (rtsp_url_get_port):
13649         * gst/rtsp/rtspurl.h:
13650         Add methods for getting/setting the port.
13651
13652         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13653         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13654         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13655         (sdp_media_get_format), (sdp_parse_line),
13656         (sdp_message_parse_buffer):
13657         Fix headers. 
13658         Add methods for getting multiple attributes with the same name.
13659         Increase buffer size when parsing.
13660         Fix parsing of a=foo fields.
13661
13662         * gst/rtsp/test.c: (main):
13663         Update to new connection API.
13664
13665         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13666         (rtsp_message_init_response), (rtsp_message_init_data),
13667         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13668         * gst/rtsp/rtspmessage.h:
13669         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13670         * gst/rtsp/rtsptransport.h:
13671         * gst/rtsp/sdp.h:
13672         * gst/rtsp/sdpmessage.h:
13673         * gst/rtsp/gstrtsp.c:
13674         * gst/rtsp/gstrtsp.h:
13675         * gst/rtsp/gstrtpdec.c:
13676         * gst/rtsp/gstrtpdec.h:
13677         * gst/rtsp/rtsp.h:
13678         * gst/rtsp/rtspdefs.c:
13679         * gst/rtsp/rtspdefs.h:
13680         Dual licensed under MIT and LGPL now.
13681
13682 2006-09-19  Wim Taymans  <wim@fluendo.com>
13683
13684         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13685         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13686         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13687         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13688         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13689         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13690         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13691         * gst/rtsp/gstrtspsrc.h:
13692         Reorganize stream parsing and creation.
13693         Detect container formats in interleaved mode.
13694         Keep more state about the streams.
13695         Assume a server also supports PLAY if it does not say.
13696         Add unicast and interleaved properties to TCP transport requests to make
13697         some servers happy (WMServer).
13698
13699         * gst/rtsp/sdpmessage.h:
13700         Add some defines for the standard Bandwidth types.
13701
13702 2006-09-19  Wim Taymans  <wim@fluendo.com>
13703
13704         * gst/rtsp/test.c: (main):
13705         Fix build.
13706
13707 2006-09-19  Wim Taymans  <wim@fluendo.com>
13708
13709         * gst/wavparse/gstwavparse.c:
13710         Add ms-gsm to the src template.
13711
13712 2006-09-18  Wim Taymans  <wim@fluendo.com>
13713
13714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13715         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13716         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13717         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13718         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13719         * gst/rtsp/gstrtspsrc.h:
13720         Small cleanups, added documentation.
13721         Try to clean up the requests and responses.
13722         Refactor parsing the supported methods.
13723
13724         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13725         (rtsp_connection_create), (rtsp_connection_send),
13726         (parse_response_status), (parse_request_line),
13727         (rtsp_connection_receive), (rtsp_connection_close),
13728         (rtsp_connection_free):
13729         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13730         (rtsp_transport_init), (rtsp_transport_parse),
13731         (rtsp_transport_free):
13732         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13733         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13734         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13735         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13736         Use g_return_val some more.
13737
13738         * gst/rtsp/rtspdefs.h:
13739         Add more enum values to track initial states.
13740
13741         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13742         (rtsp_message_init_request), (rtsp_message_new_response),
13743         (rtsp_message_init_response), (rtsp_message_init_data),
13744         (rtsp_message_unset), (rtsp_message_free),
13745         (rtsp_message_add_header), (rtsp_message_remove_header),
13746         (rtsp_message_get_header), (rtsp_message_set_body),
13747         (rtsp_message_take_body), (rtsp_message_get_body),
13748         (rtsp_message_steal_body), (rtsp_message_dump):
13749         * gst/rtsp/rtspmessage.h:
13750         Reorder arguments, object goes as the first one.
13751         Use g_return_val some more.
13752
13753 2006-09-18  Wim Taymans  <wim@fluendo.com>
13754
13755         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13756         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13757         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13758         * gst/rtsp/gstrtspsrc.h:
13759         Export sometimes source pad with correct caps on the template, create
13760         the ghostpad from the template.
13761         Remove RTCP template as we never expose RTCP.
13762         Protect against invalid body size.
13763         Avoid memcpy when creating the output buffer.
13764         Properly post an error and send EOS when the loop function is shut down.
13765
13766 2006-09-18  Wim Taymans  <wim@fluendo.com>
13767
13768         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13769
13770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13771         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13772         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13773         * gst/rtsp/gstrtspsrc.h:
13774         Make sure we can never set an invalid location.
13775
13776         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13777         * gst/rtsp/rtspmessage.h:
13778         Added _steal_body method for future use.
13779
13780         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13781         Make freeing of NULL url return immediatly.
13782
13783 2006-09-18  Wim Taymans  <wim@fluendo.com>
13784
13785         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13786
13787         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13788         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13789         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13790         (gst_rtspsrc_change_state):
13791         * gst/rtsp/gstrtspsrc.h:
13792         Use boilerplate.
13793         Make rtspsrc subclass GstBin to make state changes easier.
13794         Add Range header field on the PLAY request.
13795
13796 2006-09-18  Wim Taymans  <wim@fluendo.com>
13797
13798         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13799
13800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13801         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13802         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13803         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13804         * gst/rtsp/rtspconnection.c: (inet_aton):
13805         Small cleanups.
13806         when multicast is selected as the transport, create UDP sources and
13807         connect to the multicast group.
13808         Move parsing and setting of caps to a common place.
13809         Fixes #349894.
13810
13811 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13812
13813         * ext/flac/gstflactag.c:
13814         * gst/alpha/gstalpha.c:
13815         * gst/debug/breakmydata.c:
13816         * gst/debug/negotiation.c:
13817         * gst/debug/testplugin.c:
13818         * gst/effectv/gstaging.c:
13819         * gst/effectv/gstdice.c:
13820         * gst/effectv/gstedge.c:
13821         * gst/effectv/gstquark.c:
13822         * gst/effectv/gstrev.c:
13823         * gst/effectv/gstshagadelic.c:
13824         * gst/effectv/gstvertigo.c:
13825         * gst/effectv/gstwarp.c:
13826         * gst/multipart/multipartdemux.c:
13827         * gst/multipart/multipartmux.c:
13828         * gst/videobox/gstvideobox.c:
13829         * gst/videofilter/gstgamma.c:
13830         * gst/videofilter/gstvideotemplate.c:
13831         * gst/videomixer/videomixer.c:
13832         * sys/sunaudio/gstsunaudiosrc.h:
13833         More G_OBJECT macro fixing.
13834
13835 2006-09-16  Wim Taymans  <wim@fluendo.com>
13836
13837         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13838
13839         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13840         Correctly set the dwLength in strh.
13841         With this patch, the file duration is now displayed correctly in window
13842         media player and the AVI plays completely. Fixes #356147
13843
13844 2006-09-15  Wim Taymans  <wim@fluendo.com>
13845
13846         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13847
13848         * sys/sunaudio/gstsunaudiomixerctrl.c:
13849         (gst_sunaudiomixer_ctrl_build_list):
13850         Set the output track as the MASTER so that the gnome-settings-daemon
13851         keybindings for changing the volume using the keyboard works.
13852         Fixes #356142.
13853
13854 2006-09-15  Wim Taymans  <wim@fluendo.com>
13855
13856         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13857         Fix documentation, it is not possible to control the framerate of jpegdec
13858         using filtered caps yet. Fixes #355210.
13859         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13860         stop when there is an error.
13861
13862 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13865         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13866           Don't interpret a first buffer with an offset of NONE as
13867           'from the middle of the stream', but only a first buffer
13868           that has a valid buffer offset that's non-zero (see #345449).
13869
13870 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13871
13872         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13873         (gst_icydemux_typefind_or_forward):
13874         * gst/icydemux/gsticydemux.h:
13875           When we merge/collect multiple incoming buffers for typefinding
13876           purposes, keep an initial 0 offset on the first outgoing buffer
13877           as well (otherwise id3demux won't work right). Fixes #345449.
13878           Also Make buffer metadata writable before setting buffer caps.
13879
13880         * tests/check/elements/icydemux.c: (typefind_succeed),
13881         (cleanup_icydemux), (push_data), (GST_START_TEST),
13882         (icydemux_suite):
13883           Small test case for the above.
13884
13885 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13886
13887         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13888         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13889         (gst_avi_demux_stream_header_push),
13890         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13891         (gst_avi_demux_loop):
13892           More code reuse and better logging in _peek_chunk(). Reintroduce check
13893           for chunk sizes before reading them (avoid oom). Better handling for 
13894           invalid chunksizes when streaming.
13895
13896 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13897
13898         * gst/level/gstlevel.c: (gst_level_set_property):
13899         * gst/level/gstlevel.h:
13900           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13901           René Stadler
13902
13903 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13904
13905         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13906         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13907         (gst_avi_demux_stream_data):
13908           Revert one change to fix streaming avi (adapter size != data size).
13909
13910 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13911
13912         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13913
13914         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13915         (gst_matroska_demux_reset),
13916         (gst_matroska_demux_read_track_encodings),
13917         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13918         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13919         (gst_matroska_demux_subtitle_caps):
13920         * gst/matroska/matroska-ids.h:
13921           Add support for VOBSUB subtitle tracks and zlib-compressed
13922           tracks. Make sure we start on a keyframe after a seek. (#343348)
13923
13924 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13925
13926         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13927         (gst_matroska_demux_push_flac_codec_priv_data),
13928         (gst_matroska_demux_push_xiph_codec_priv_data),
13929         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13930         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13931         * gst/matroska/matroska-ids.h:
13932           Add basic FLAC support (#311586), not perfect yet though, needs some
13933           tweaking in flacdec; also, seeking could be better.
13934           Do better bounds checking when deserialising vorbis stream headers
13935           to make sure we don't read beyond the end of the buffer on bad input.
13936
13937 2006-09-04  Wim Taymans  <wim@fluendo.com>
13938
13939         Patch by: Alessandro Decina <alessandro at nnva dot org>
13940
13941         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13942         Seeking back in a file containing a CMML stream errors out if the seek
13943         goes back up to the CMML headers. This is because after the seek the xml
13944         processing instruction <?xml ...?> is submitted to the xml parser again, 
13945         which results in an error. The attached patch fixes the problem. 
13946         Fixes #353908.
13947
13948         * ext/annodex/gstcmmlenc.h:
13949         Fix authors name.
13950
13951
13952 2006-08-28  Andy Wingo  <wingo@pobox.com>
13953
13954         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13955         New helper function to lessen the ifdefs.
13956         (GST_INFO_OBJECT): 
13957         (gst_dv1394src_iso_receive): Use it.
13958         (gst_dv1394src_create): Also use the control sockets in iec61883
13959         mode.
13960         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13961         handle for AVC operations; fixes #348233.
13962
13963 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13964
13965         * configure.ac:
13966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13967         * docs/plugins/inspect/plugin-audiofx.xml:
13968         * docs/plugins/inspect/plugin-audiofxgood.xml:
13969         * gst/audiofx/Makefile.am:
13970         * gst/audiofx/audiofx.c:
13971         * gst/audiofxgood/.cvsignore:
13972         * gst/audiofxgood/Makefile.am:
13973         * gst/audiofxgood/audiofx.c:
13974         * gst/audiofxgood/audiopanorama.c:
13975         * gst/audiofxgood/audiopanorama.h:
13976           Rename again (audiofxgood -> audiofx).
13977
13978 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13979
13980         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13981         (gst_avi_demux_stream_scan):
13982           Initialze variables.
13983
13984 2006-08-25  Wim Taymans  <wim@fluendo.com>
13985
13986         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13987         (gst_avi_demux_init), (gst_avi_demux_finalize),
13988         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13989         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13990         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13991         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13992         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13993         (gst_avi_demux_massage_index),
13994         (gst_avi_demux_calculate_durations_from_index),
13995         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13996         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13997         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13998         (gst_avi_demux_change_state):
13999         * gst/avi/gstavidemux.h:
14000         More attempts to turn this into readable code.
14001         Don't leak adapters.
14002         Calculate duration according to index more efficiently.
14003         Don't try to act like we drive the pipeline in chain mode.
14004
14005 2006-08-25  Wim Taymans  <wim@fluendo.com>
14006
14007         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14008         Fix build.
14009
14010 2006-08-25  Wim Taymans  <wim@fluendo.com>
14011
14012         Patch by: Alessandro Decina <alessandro at nnva dot org>
14013
14014         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14015         Do some extra sanity checks.
14016         Fixes #350340.
14017
14018         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14019         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14020         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14021         Check if clip->start_time is valid before adding the clip to the
14022         track list.
14023         Reset enc->preamble going from PAUSED to READY.
14024         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14025         only used for EOS.
14026         Only post an error message if we were the one that created the fatal
14027         GstFlowReturn value.
14028
14029         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14030         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14031         Parse the seconds field of the npt-sec time format using %llu rather than
14032         %d and check that the value scaled by GST_SECOND doesn't overflow.
14033         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14034         Lookup a clip's track with clip->track rather than clip->id which
14035         makes no sense.
14036         Identify a clip by its track and start time and not its xml id.
14037         do some more input checking and make sure we don't do undefined shifts.
14038
14039         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14040         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14041         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14042         (push_clip), (push_empty_clip), (check_output_clip),
14043         (GST_START_TEST), (cmmldec_suite):
14044         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14045         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14046         (check_headers), (push_clip), (check_clip_times), (check_clip),
14047         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14048         Added some more checks.
14049
14050 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14051
14052         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14053         (gst_audio_panorama_set_property),
14054         (gst_audio_panorama_get_property),
14055         (gst_audio_panorama_transform_m2s_int),
14056         (gst_audio_panorama_transform_s2s_int),
14057         (gst_audio_panorama_transform_m2s_float),
14058         (gst_audio_panorama_transform_s2s_float):
14059         * gst/audiofxgood/audiopanorama.h:
14060         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14061           Make also the pan-property float (saves scaling and yields better
14062           resolution)
14063
14064 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14065
14066         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14067         (gst_audio_panorama_transform_m2s_float),
14068         (gst_audio_panorama_transform_s2s_float):
14069           ChangeLog surgery to add cymax's real name
14070
14071
14072 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14073
14074         Patch by: René Stadler <mail@renestadler.de>
14075
14076         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14077         (gst_audio_panorama_transform_m2s_int),
14078         (gst_audio_panorama_transform_s2s_int),
14079         (gst_audio_panorama_transform_m2s_float),
14080         (gst_audio_panorama_transform_s2s_float),
14081         (gst_audio_panorama_transform):
14082         * gst/audiofxgood/audiopanorama.h:
14083           Added float support
14084
14085 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14086
14087         * gst/audiofxgood/audiopanorama.c:
14088         (gst_audio_panorama_transform_m2s):
14089           Fix docs & debug category. Add Fixme for volume pan levels.
14090
14091 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14092
14093         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14094         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14095         (gst_avi_demux_stream_header_pull),
14096         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14097         (gst_avi_demux_chain):
14098           unbreak AVI index handling, some more debug, remove an obsolete
14099           adapter_flush that caused streaming to wander off in the wild
14100
14101 2006-08-24  Wim Taymans  <wim@fluendo.com>
14102
14103         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14104         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14105         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14106         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14107         (gst_avi_demux_calculate_durations_from_index),
14108         (gst_avi_demux_stream_header_push),
14109         (gst_avi_demux_stream_header_pull):
14110         * gst/avi/gstavidemux.h:
14111         Some more cleanups. 
14112         Fix totalFrames parsing in ODML.
14113         Disable use of index for length calculation in case of ODML as this is
14114         broken now.
14115
14116 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14117
14118         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14119           Use libgsttag helper function here too.
14120
14121 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14122
14123         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14124         (gst_avi_demux_init), (gst_avi_demux_dispose),
14125         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14126         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14127         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14128         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14129         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14130         (gst_avi_demux_parse_subindex),
14131         (gst_avi_demux_read_subindexes_push),
14132         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14133         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14134         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14135         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14136         (gst_avi_demux_stream_header_pull),
14137         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14138         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14139         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14140         (gst_avi_demux_change_state):
14141         * gst/avi/gstavidemux.h:
14142           Initial streaming support for avidemux (fixes #336465)
14143
14144 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14145
14146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14147           There is no taglibmux element ...
14148
14149         * gst/rtsp/gstrtspsrc.c:
14150           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14151           was complaining about unknown entity here.
14152
14153 2006-08-22  Wim Taymans  <wim@fluendo.com>
14154
14155         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14156         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14157         (gst_avi_demux_process_next_entry):
14158         * gst/avi/gstavidemux.h:
14159         Mark DISCONT.
14160         Remove old unused fields and reorder the struct a bit.
14161
14162 2006-08-22  Wim Taymans  <wim@fluendo.com>
14163
14164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14165         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14166         (gst_rtspsrc_pause):
14167         * gst/rtsp/gstrtspsrc.h:
14168         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14169         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14170         Small documentation updates.
14171
14172 2006-08-22  Wim Taymans  <wim@fluendo.com>
14173
14174         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14175         (gst_avi_demux_index_entry_for_time),
14176         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14177         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14178         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14179         (gst_avi_demux_next_data_buffer),
14180         (gst_avi_demux_calculate_durations_from_index),
14181         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14182         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14183         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14184         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14185         * gst/avi/gstavidemux.h:
14186         Precalc most of the duration query for each stream.
14187         Make seeking more correct.
14188         Use GstSegment to track position and duration.
14189         Code cleanups and leak fixes.
14190         Calculate correct total duration based on index length.
14191
14192 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14193
14194         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14195         (parse_insert_string_field):
14196           If strings in text fields are marked ISO8859-1, but contain
14197           valid UTF-8 already, then handle them as UTF-8 and ignore
14198           the encoding. (#351794)
14199
14200 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14201
14202         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14203         (gst_flac_dec_write), (gst_flac_dec_loop),
14204         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14205         (gst_flac_dec_src_query):
14206         * ext/flac/gstflacdec.h:
14207           Make flac-in-ogg work (#352100).
14208
14209 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14210
14211         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14212           Don't unref buffers of which we've already given away
14213           ownership to the adapter.
14214
14215 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14218           Make metadata extraction actually work.
14219
14220         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14221         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14222         (gst_speexenc_chain):
14223           Fix metadata writing: replace old code which wrote completely
14224           broken tags with libgsttag-based code. Plus miscellaneous
14225           code cleanups (use static pad templates etc.) and a bunch
14226           of leak fixes.
14227
14228 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14229
14230         * gst/audiopanorama/.cvsignore:
14231         * gst/audiopanorama/Makefile.am:
14232         * gst/audiopanorama/audiofx.c:
14233         * gst/audiopanorama/audiopanorama.c:
14234         * gst/audiopanorama/audiopanorama.h:
14235           die! die! die! you should never have been there
14236
14237 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14238
14239         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14240         Fix invalid memory access in audiopanorama test suite.
14241
14242 2006-08-21  Edward Hervey  <edward@fluendo.com>
14243
14244         * tests/check/elements/.cvsignore:
14245         ignore built file
14246
14247 2006-08-21  Wim Taymans  <wim@fluendo.com>
14248
14249         * gst/rtp/Makefile.am:
14250         Fix the build again.
14251
14252 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14253
14254         * gst/audiofxgood/.cvsignore:
14255         * gst/audiofxgood/Makefile.am:
14256         * gst/audiofxgood/audiofx.c: (plugin_init):
14257         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14258         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14259         (gst_audio_panorama_set_property),
14260         (gst_audio_panorama_get_property),
14261         (gst_audio_panorama_get_unit_size),
14262         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14263         (gst_audio_panorama_transform_m2s),
14264         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14265         * gst/audiofxgood/audiopanorama.h:
14266           resubmit with the desired name *again*
14267
14268 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14269
14270         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14271         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14272           use g_assert in _get_unit_size
14273
14274 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14275
14276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14278         * docs/plugins/inspect/plugin-audiofxgood.xml:
14279           cleanup -unused.txt to make it useful, add previously missing docs
14280
14281         * ext/Makefile.am:
14282           Quietly (accidentally) enable LADSPA for building by default, 
14283           despite the fact that it doesn't meet the plugin checklist.
14284             -- Added by Jan Schmidt 18 Dec 2006
14285
14286         * ext/esd/esdmon.c:
14287         * ext/esd/esdsink.c:
14288         * ext/esd/gstesd.c: (plugin_init):
14289           reflow to get rid of two external symbols
14290
14291         * gst/audiofxgood/audiofx.c: (plugin_init):
14292           re-add
14293
14294 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14295
14296         * configure.ac:
14297         * gst/audiofxgood/.cvsignore:
14298         * gst/audiofxgood/Makefile.am:
14299         * gst/audiofxgood/audiofx.c
14300         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14301         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14302         (gst_audio_panorama_set_property),
14303         (gst_audio_panorama_get_property),
14304         (gst_audio_panorama_get_unit_size),
14305         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14306         (gst_audio_panorama_transform_m2s),
14307         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14308         * gst/audiofxgood/audiopanorama.h:
14309         * tests/check/Makefile.am:
14310         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14311         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14312         (panorama_suite), (main):
14313         Add audiofxgood plugin with audiopanorama element
14314
14315 2006-08-18  Wim Taymans  <wim@fluendo.com>
14316
14317         * docs/plugins/Makefile.am:
14318         More Oss docs fixage. 
14319
14320 2006-08-18  Wim Taymans  <wim@fluendo.com>
14321
14322         * gst/rtp/Makefile.am:
14323         * gst/rtp/gstrtp.c: (plugin_init):
14324         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14325         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14326         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14327         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14328         (gst_rtp_sv3v_depay_get_property),
14329         (gst_rtp_sv3v_depay_change_state),
14330         (gst_rtp_sv3v_depay_plugin_init):
14331         * gst/rtp/gstrtpsv3vdepay.h:
14332         Added experimental SVQ3 depayloader.
14333
14334 2006-08-18  Edward Hervey  <edward@fluendo.com>
14335
14336         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14337         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14338         * ext/dv/gstdvdemux.h:
14339         When handling seek requests, don't send the newsegment event from the
14340         calling thread. Instead save it so it can be sent from the streaming
14341         thread.
14342
14343 2006-08-17  Wim Taymans  <wim@fluendo.com>
14344
14345         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14346
14347         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14348         Accept leading whitespace before the boundary
14349         This patch makes the demuxer allow some whitespace before the actual
14350         boundary. This makes the demuxer work with the ``old'' gstreamer
14351         multipartmuxer again (which placed an extra \n before the start
14352         of the stream) Fixes #349068.
14353
14354 2006-08-17  Wim Taymans  <wim@fluendo.com>
14355
14356         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14357         Error out on non-implemented stuff.
14358
14359 2006-08-16  Wim Taymans  <wim@fluendo.com>
14360
14361         Patch by: Andy Wingo <wingo at pobox dot com>
14362
14363         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14364         (gst_signal_processor_start), (gst_signal_processor_stop),
14365         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14366         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14367         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14368         (gst_signal_processor_change_state):
14369         Make ladspa elements reusable. Fixes #350006.
14370
14371 2006-08-16  Wim Taymans  <wim@fluendo.com>
14372
14373         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14374         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14375         names as possible. Fixes #349901.
14376
14377 2006-08-16  Wim Taymans  <wim@fluendo.com>
14378
14379         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14380         (gst_signal_processor_do_pushes):
14381         A push() gives away our refcount so we should not use the buffer on the
14382         pen anymore.
14383
14384 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14385
14386         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14387         (gst_oss_mixer_element_finalize):
14388           Don't leak device string.
14389
14390 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14391
14392         * configure.ac:
14393           Require CVS of GStreamer core and -base (for
14394           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14395
14396         * ext/taglib/gstid3v2mux.cc:
14397           Write extended comment tags properly (#348762).
14398
14399         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14400         (parse_comment_frame):
14401           Extract COMM frames into extended comments, which makes it
14402           easier to properly retain the description bit of the tag
14403           and maintain this information when re-tagging (#348762).
14404
14405 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14406
14407         * tests/check/Makefile.am:
14408           Don't try to run annodex unit tests if the annodex
14409           plugin has not been built (Fixes #351116).
14410
14411 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         * gst/autodetect/gstautoaudiosink.c:
14414         (gst_auto_audio_sink_find_best):
14415           When we can't find a usable audiosink, don't error out,
14416           but use a fake sink instead and post a warning message
14417           on the bus (#341278).
14418
14419 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14420
14421         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14422         * sys/oss/gstosssink.c:
14423         * sys/oss/gstosssrc.c:
14424           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14425           ossmixer's new device property.
14426
14427         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14428         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14429           Add docs for OSS elements.
14430
14431         * docs/plugins/inspect/plugin-aasink.xml:
14432         * docs/plugins/inspect/plugin-alaw.xml:
14433         * docs/plugins/inspect/plugin-alpha.xml:
14434         * docs/plugins/inspect/plugin-alphacolor.xml:
14435         * docs/plugins/inspect/plugin-annodex.xml:
14436         * docs/plugins/inspect/plugin-apetag.xml:
14437         * docs/plugins/inspect/plugin-auparse.xml:
14438         * docs/plugins/inspect/plugin-autodetect.xml:
14439         * docs/plugins/inspect/plugin-avi.xml:
14440         * docs/plugins/inspect/plugin-cacasink.xml:
14441         * docs/plugins/inspect/plugin-cairo.xml:
14442         * docs/plugins/inspect/plugin-cdio.xml:
14443         * docs/plugins/inspect/plugin-cutter.xml:
14444         * docs/plugins/inspect/plugin-debug.xml:
14445         * docs/plugins/inspect/plugin-dv.xml:
14446         * docs/plugins/inspect/plugin-efence.xml:
14447         * docs/plugins/inspect/plugin-effectv.xml:
14448         * docs/plugins/inspect/plugin-esdsink.xml:
14449         * docs/plugins/inspect/plugin-flac.xml:
14450         * docs/plugins/inspect/plugin-flxdec.xml:
14451         * docs/plugins/inspect/plugin-gconfelements.xml:
14452         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14453         * docs/plugins/inspect/plugin-goom.xml:
14454         * docs/plugins/inspect/plugin-halelements.xml:
14455         * docs/plugins/inspect/plugin-icydemux.xml:
14456         * docs/plugins/inspect/plugin-id3demux.xml:
14457         * docs/plugins/inspect/plugin-jpeg.xml:
14458         * docs/plugins/inspect/plugin-level.xml:
14459         * docs/plugins/inspect/plugin-matroska.xml:
14460         * docs/plugins/inspect/plugin-mulaw.xml:
14461         * docs/plugins/inspect/plugin-multipart.xml:
14462         * docs/plugins/inspect/plugin-navigationtest.xml:
14463         * docs/plugins/inspect/plugin-ossaudio.xml:
14464         * docs/plugins/inspect/plugin-png.xml:
14465         * docs/plugins/inspect/plugin-rtp.xml:
14466         * docs/plugins/inspect/plugin-rtsp.xml:
14467         * docs/plugins/inspect/plugin-shout2send.xml:
14468         * docs/plugins/inspect/plugin-smpte.xml:
14469         * docs/plugins/inspect/plugin-speex.xml:
14470         * docs/plugins/inspect/plugin-taglib.xml:
14471         * docs/plugins/inspect/plugin-udp.xml:
14472         * docs/plugins/inspect/plugin-videobalance.xml:
14473         * docs/plugins/inspect/plugin-videobox.xml:
14474         * docs/plugins/inspect/plugin-videoflip.xml:
14475         * docs/plugins/inspect/plugin-videomixer.xml:
14476         * docs/plugins/inspect/plugin-wavenc.xml:
14477         * docs/plugins/inspect/plugin-wavparse.xml:
14478         * docs/plugins/inspect/plugin-ximagesrc.xml:
14479           Update to CVS version.
14480           
14481 2006-08-16  Wim Taymans  <wim@fluendo.com>
14482
14483         * gst/rtp/gstrtpamrdepay.c:
14484         * gst/rtp/gstrtpmp4gdepay.c:
14485         Caps extra properties must be defined as strings for
14486         depayloaders because they are generated from an SDP.
14487
14488         * gst/rtp/Makefile.am:
14489         * gst/rtp/gstrtp.c: (plugin_init):
14490         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14491         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14492         (gst_rtp_h264_depay_finalize), (decode_base64),
14493         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14494         (gst_rtp_h264_depay_set_property),
14495         (gst_rtp_h264_depay_get_property),
14496         (gst_rtp_h264_depay_change_state),
14497         (gst_rtp_h264_depay_plugin_init):
14498         * gst/rtp/gstrtph264depay.h:
14499         Added basic, not completely functional RFC 3984 H264 depayloader.
14500
14501 2006-08-16  Wim Taymans  <wim@fluendo.com>
14502
14503         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14504         Add pads after setting them up.
14505
14506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14507         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14508         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14509         (gst_rtspsrc_stream_setup_rtp),
14510         (gst_rtspsrc_stream_configure_transport),
14511         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14512         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14513         (gst_rtspsrc_pause):
14514         * gst/rtsp/gstrtspsrc.h:
14515         Fix interleaved mode.
14516          - Protect streaming with lock.
14517          - Combine flows
14518          - set caps on outgoing buffers.
14519          - strip trailing \0 from data packets.
14520          - Configure RTP/RTCP in stream.
14521         Use DEBUG_OBJECT more.
14522
14523 2006-08-16  Wim Taymans  <wim@fluendo.com>
14524
14525         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14526         Turn a g_print into a DEBUG line.
14527
14528 2006-08-13  Wim Taymans  <wim@fluendo.com>
14529
14530         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14531         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14532         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14533         (gst_oss_mixer_element_get_property),
14534         (gst_oss_mixer_element_change_state):
14535         * sys/oss/gstossmixerelement.h:
14536         Small cleanups. Better error reporting.
14537         Add device property for the mixer instead of the hardcoded
14538         /dev/mixer. Fixes #350785.
14539         API: GstOssMixerElement::device property
14540
14541 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14542
14543         Patch by: Jens Granseuer <jensgr at gmx net>
14544
14545         * gconf/Makefile.am:
14546           Make --disable-schemas work right (they still need
14547           to be copied to the installation directory, just not
14548           applied). Fixes #351347 (also #344100).
14549           
14550 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14551
14552         * configure.ac: back to HEAD
14553
14554 === release 0.10.4 ===
14555
14556 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14557
14558         * configure.ac:
14559           releasing 0.10.4, "Dear Leader"
14560
14561 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14562
14563         Patch by: Edward Hervey <edward@fluendo.com>
14564
14565         * configure.ac:
14566         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14567         (gst_wavparse_stream_data):
14568         Send the newsegment event in the streaming thread.
14569         Fixes #347529
14570
14571 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14572
14573         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14574         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14575         (gst_smokeenc_resync), (gst_smokeenc_chain):
14576           Refuse sink caps in the encoder if width or height is not a
14577           multiple of 16, the encoder does not support that yet (#349939);
14578           along the same lines, check the return value of the encoder
14579           setup function; also remove some debug log clutter.
14580
14581 2006-08-04  Andy Wingo  <wingo@pobox.com>
14582
14583         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14584         whether a processor can work in place or not, and for keeping
14585         track of its state. Change the FlowReturn instance variable from
14586         "state" to "flow_state", all callers changed.
14587
14588         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14589         (gst_signal_processor_start, gst_signal_processor_stop)
14590         (gst_signal_processor_cleanup): New functions to manage the
14591         processor's state.
14592         (gst_signal_processor_setcaps): start() as well as setup() here.
14593         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14594         (gst_signal_processor_change_state): Stop and cleanup the
14595         processor as we go to NULL.
14596
14597         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14598         INPLACE_BROKEN is not set.
14599
14600         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14601         Do the alloc_buffer in bytes, not frames.
14602         
14603 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14604
14605         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14606         Fix rgb masks when recording in < 24bpp.
14607
14608 2006-08-04  Andy Wingo  <wingo@pobox.com>
14609
14610         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14611         (gst_signal_processor_prepare)
14612         (gst_signal_processor_update_inputs)
14613         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14614         (gst_signal_processor_flush)
14615         (gst_signal_processor_sink_activate_push)
14616         (gst_signal_processor_src_activate_pull)
14617         (gst_signal_processor_change_state): Remove the last of the code
14618         that assumes that we process whole buffers at a time. Fix some
14619         debugging. Seems to work now in some cases.
14620         (gst_signal_processor_src_activate_pull): BPB
14621
14622 2006-08-01  Andy Wingo  <wingo@pobox.com>
14623
14624         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14625         Fix nframes-choosing.
14626         (gst_signal_processor_init): Init pending_in and pending_out.
14627
14628         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14629         more default sample rate, although we never check that the sample
14630         rate actually gets set. Something for the future.
14631         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14632         (gst_signal_processor_event): Refcount fixen.
14633         (gst_signal_processor_process): Pull the number of frames to
14634         process from the sizes of the buffers in the input pens.
14635         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14636         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14637         it instead of buffer_frames.
14638         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14639         to do_pulls.
14640         (gst_signal_processor_chain)
14641         (gst_signal_processor_sink_activate_push)
14642         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14643
14644         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14645
14646 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14647
14648         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14649         (gst_signal_processor_process):
14650           don't query buffer-frames from caps, add lots of debug-log,
14651           try fix for assert (#349189)
14652
14653 2006-07-31  Wim Taymans  <wim@fluendo.com>
14654
14655         * gst/udp/gstudpsrc.c:
14656         Fix docs.
14657
14658 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14659
14660         * ext/ladspa/gstsignalprocessor.c:
14661         (gst_signal_processor_add_pad_from_template),
14662         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14663         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14664         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14665         (gst_signal_processor_sink_activate_push),
14666         (gst_signal_processor_src_activate_pull),
14667         (gst_signal_processor_change_state):
14668          Add debugs logs here and there, add more error handling, add some
14669          FIXME comments, filed #349189
14670
14671 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14672
14673         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14674         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14675         Set caps on buffer correctly.  Fixes bug #349155.
14676
14677 2006-07-28  Wim Taymans  <wim@fluendo.com>
14678
14679         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14680
14681         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14682         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14683         (gst_multipart_demux_finalize), (get_line_end),
14684         (multipart_parse_header), (multipart_find_boundary),
14685         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14686         (gst_multipart_set_property), (gst_multipart_get_property):
14687         Uses GstAdapter instead of own buffering.
14688         Actually parses the mime-type correctly (In tests the mime-type was
14689         always "" with the old version).
14690         Uses the Content-length header if available to speed up things.
14691         Reliably autoscans the boundary name by default.
14692         Fixes #349068.
14693
14694         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14695         Don't start the stream with a \n.
14696
14697 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14698
14699         Patch by: Brian Cameron <brian dot cameron at sun com>
14700
14701         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14702           Open source with O_NONBLOCK (#349015).
14703
14704 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14705
14706         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14707         (gst_avi_demux_massage_index):
14708         * gst/avi/gstavidemux.h:
14709           Whitespace fixes and more debug
14710
14711 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14712
14713         * gst/autodetect/gstautoaudiosink.c:
14714         (gst_auto_audio_sink_create_element_with_pretty_name),
14715         (gst_auto_audio_sink_find_best),
14716         (gst_auto_audio_sink_change_state):
14717           Get rid of old and unused magic sound-server properties stuff.
14718           Add suffix to child sink's name that makes it easy to see from
14719           the name alone which type it actually is (alsa, oss, esd, etc.).
14720
14721 2006-07-27  Wim Taymans  <wim@fluendo.com>
14722
14723         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14724         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14725         (gst_udpsrc_start):
14726         * gst/udp/gstudpsrc.h:
14727         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14728         not some sort of feature we enable.
14729
14730 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14733           Use CLOSE_SOCKET() here instead of close() to maintain
14734           win32 workiness.
14735
14736 2006-07-27  Wim Taymans  <wim@fluendo.com>
14737
14738         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14739
14740         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14741         (gst_udpsrc_create), (gst_udpsrc_set_property),
14742         (gst_udpsrc_get_property), (gst_udpsrc_start):
14743         * gst/udp/gstudpsrc.h:
14744         Added "buffer-size" property to control the kernel receive buffer size.
14745         Update documentation.
14746         Small cleanups. Fixes #348752.
14747         API: buffer-size property
14748
14749 2006-07-26  Wim Taymans  <wim@fluendo.com>
14750
14751         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14752
14753         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14754         (gst_rtp_pcma_pay_handle_buffer):
14755         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14756         (gst_rtp_pcmu_pay_handle_buffer):
14757         Fix timestamp calculation on outgoing RTP packets.
14758         Fixes #348675.
14759
14760 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14761
14762         * ext/taglib/gstid3v2mux.cc:
14763           Fix writing of comment frames (should be COMM not TCOM),
14764           is still sub-optimal though, since we don't retain or
14765           extract the comment descriptions properly (#334375,
14766           also see #334375).
14767
14768 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         * gst/wavparse/gstwavparse.c:
14771           #define 'fact' RIFF chunk if we are not compiling against
14772           -base CVS (we don't want to depend on -base CVS for this
14773           one define only, and also not for release order reasons).
14774
14775 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         * ext/taglib/gstid3v2mux.cc:
14778           Handle multiple tags of the same type properly. Re-inject
14779           unparsed ID3v2 frames that we get as binary blobs from
14780           id3demux into the tag again so we don't lose information
14781           when retagging (#334375).
14782
14783 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14784
14785         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14786           Document newly-added properties properly, so that there is a
14787           'Since: 0.10.4' in the plugin docs. Convert some property
14788           names into canonical GObject style (GObject will do that
14789           internally anyway).
14790
14791 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * gst/id3demux/id3tags.c:
14794         (id3demux_add_id3v2_frame_blob_to_taglist):
14795           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14796           well, and add the version to the blob's buffer caps, since that
14797           information will be needed for deserialisation later on (#348644).
14798
14799 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14800
14801         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14802         (gst_avi_demux_parse_stream):
14803          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14804          indentation and spacing.
14805
14806 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14807
14808         * docs/plugins/Makefile.am:
14809         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14810         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14811         * docs/plugins/gst-plugins-good-plugins.args:
14812         * docs/plugins/inspect/plugin-1394.xml:
14813         * docs/plugins/inspect/plugin-aasink.xml:
14814         * docs/plugins/inspect/plugin-alaw.xml:
14815         * docs/plugins/inspect/plugin-alpha.xml:
14816         * docs/plugins/inspect/plugin-alphacolor.xml:
14817         * docs/plugins/inspect/plugin-annodex.xml:
14818         * docs/plugins/inspect/plugin-apetag.xml:
14819         * docs/plugins/inspect/plugin-auparse.xml:
14820         * docs/plugins/inspect/plugin-autodetect.xml:
14821         * docs/plugins/inspect/plugin-avi.xml:
14822         * docs/plugins/inspect/plugin-cacasink.xml:
14823         * docs/plugins/inspect/plugin-cairo.xml:
14824         * docs/plugins/inspect/plugin-cdio.xml:
14825         * docs/plugins/inspect/plugin-cutter.xml:
14826         * docs/plugins/inspect/plugin-debug.xml:
14827         * docs/plugins/inspect/plugin-dv.xml:
14828         * docs/plugins/inspect/plugin-efence.xml:
14829         * docs/plugins/inspect/plugin-effectv.xml:
14830         * docs/plugins/inspect/plugin-esdsink.xml:
14831         * docs/plugins/inspect/plugin-flac.xml:
14832         * docs/plugins/inspect/plugin-flxdec.xml:
14833         * docs/plugins/inspect/plugin-gconfelements.xml:
14834         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14835         * docs/plugins/inspect/plugin-goom.xml:
14836         * docs/plugins/inspect/plugin-halelements.xml:
14837         * docs/plugins/inspect/plugin-icydemux.xml:
14838         * docs/plugins/inspect/plugin-id3demux.xml:
14839         * docs/plugins/inspect/plugin-jpeg.xml:
14840         * docs/plugins/inspect/plugin-level.xml:
14841         * docs/plugins/inspect/plugin-matroska.xml:
14842         * docs/plugins/inspect/plugin-mulaw.xml:
14843         * docs/plugins/inspect/plugin-multipart.xml:
14844         * docs/plugins/inspect/plugin-navigationtest.xml:
14845         * docs/plugins/inspect/plugin-ossaudio.xml:
14846         * docs/plugins/inspect/plugin-png.xml:
14847         * docs/plugins/inspect/plugin-rtp.xml:
14848         * docs/plugins/inspect/plugin-rtsp.xml:
14849         * docs/plugins/inspect/plugin-shout2send.xml:
14850         * docs/plugins/inspect/plugin-smpte.xml:
14851         * docs/plugins/inspect/plugin-speex.xml:
14852         * docs/plugins/inspect/plugin-udp.xml:
14853         * docs/plugins/inspect/plugin-videobalance.xml:
14854         * docs/plugins/inspect/plugin-videobox.xml:
14855         * docs/plugins/inspect/plugin-videoflip.xml:
14856         * docs/plugins/inspect/plugin-videomixer.xml:
14857         * docs/plugins/inspect/plugin-wavenc.xml:
14858         * docs/plugins/inspect/plugin-wavparse.xml:
14859         * docs/plugins/inspect/plugin-ximagesrc.xml:
14860           Update files to CVS/Prerelease version, add esdsink docs.
14861
14862         * ext/esd/esdsink.c:
14863           Add gtk-doc blurb.
14864
14865         * gst/rtp/gstrtpmp4vpay.c:
14866           Fix typo in element description.
14867
14868 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14869
14870         * ext/esd/esdsink.c: (gst_esdsink_open),
14871         (gst_esdsink_factory_init):
14872           Prevent libesd from auto-spawning a sound daemon if it
14873           is not already running. Now that we don't do evil stuff
14874           like that any longer we can give esdsink a rank so that
14875           autoaudiosink will try it as well if all other audio
14876           sinks fail (#343051).
14877
14878 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         * ext/esd/Makefile.am:
14881           Oops, need to remove README from EXTRA_DIST as well.
14882
14883 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14884
14885         * ext/esd/README:
14886           Remove, it contains nothing useful anyway.
14887
14888         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14889         (gst_esdsink_delay):
14890           Some small clean-ups; use GST_BOILERPLATE etc.
14891
14892 2006-07-24  Wim Taymans  <wim@fluendo.com>
14893
14894         * gst/law/alaw-decode.c: (alawdec_getcaps):
14895         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14896         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14897         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14898         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14899
14900 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14901
14902         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14903         (gst_wavparse_other), (gst_wavparse_perform_seek),
14904         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14905         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14906         (gst_wavparse_pad_query):
14907         * gst/wavparse/gstwavparse.h:
14908           Use information from 'fact' chunk for length calculation of compressed
14909           samples. Calculate bps if bogus value is found in wav header (embeded
14910           mp2/mp3).
14911           
14912
14913 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14914
14915         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14916
14917         * configure.ac:
14918         * gst/udp/Makefile.am:
14919         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14920         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14921         * gst/udp/gstdynudpsink.h:
14922         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14923         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14924         * gst/udp/gstmultiudpsink.h:
14925         * gst/udp/gstudp.c: (plugin_init):
14926         * gst/udp/gstudpsink.h:
14927         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14928         (gst_udpsrc_start), (gst_udpsrc_stop):
14929         * gst/udp/gstudpsrc.h:
14930         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14931         (gst_udp_net_utils_win32_wsa_startup):
14932         * gst/udp/gstudpnetutils.h:
14933           Port udp plugin to win32 (#345288).
14934
14935 2006-07-24  Wim Taymans  <wim@fluendo.com>
14936
14937         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14938         Remove unwanted DEBUG line.
14939
14940 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14941
14942         * gst/id3demux/gstid3demux.c: (plugin_init):
14943         * gst/id3demux/id3tags.c:
14944         (id3demux_add_id3v2_frame_blob_to_taglist):
14945         * gst/id3demux/id3tags.h:
14946           On second thought, it might be wiser and more efficient
14947           not to do tag registration from a streaming thread.
14948
14949 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         * gst/id3demux/id3tags.c:
14952         (id3demux_add_id3v2_frame_blob_to_taglist),
14953         (id3demux_id3v2_frames_to_tag_list):
14954           Put ID3v2 frames we can't parse as binary blobs into private
14955           tags, so that they are not lost when retagging, at least once
14956           id3v2mux has been taught to re-inject those frames again.
14957           See bug #334375.
14958
14959 2006-07-21  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14962         (gst_avi_demux_process_next_entry):
14963         Fix some leaks.
14964
14965         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14966         Don't use \n in debug lines.
14967
14968 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14969
14970         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14971         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14972           Add annodex and icydemux, cleanup the sections a bit
14973
14974 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         Patch by: Alex Lancaster <alexl at users sourceforge net>
14977
14978         * ext/taglib/gstid3v2mux.cc:
14979           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14980           ID3v2 TSSE frames (#347898).
14981
14982 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14983
14984         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14985           Respect mpegversion for "video/mpeg" and give message in case of
14986           unhandled versions.
14987
14988 2006-07-17  Wim Taymans  <wim@fluendo.com>
14989
14990         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14991         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14992         (gst_pngdec_chain), (gst_pngdec_sink_event),
14993         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14994         (gst_pngdec_sink_activate_push):
14995         * ext/libpng/gstpngdec.h:
14996         Use statically allocated segment instead of leaking.
14997         Various cleanups.
14998         Fix flush and seek handling.
14999
15000 2006-07-16  Wim Taymans  <wim@fluendo.com>
15001
15002         * gst/rtp/Makefile.am:
15003         * gst/rtp/gstrtp.c: (plugin_init):
15004         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15005         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15006         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15007         (gst_rtp_mp4g_depay_set_property),
15008         (gst_rtp_mp4g_depay_get_property),
15009         (gst_rtp_mp4g_depay_change_state),
15010         (gst_rtp_mp4g_depay_plugin_init):
15011         * gst/rtp/gstrtpmp4gdepay.h:
15012         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15013         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15014         (gst_rtp_mp4g_pay_flush):
15015         Added simple generic mpeg4 depayloader.
15016         Fix generic mpeg4 payloader.
15017
15018 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15021           Don't try doing state changes on a NULL pointer.
15022
15023 2006-07-14  Wim Taymans  <wim@fluendo.com>
15024
15025         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15026
15027         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15028         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15029         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15030         * gst/rtp/gstrtpamrdepay.h:
15031         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15032         Fixes #321191
15033
15034 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15035
15036         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15037         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15038         Fix segfault when moving mouse pointer to the bottom right corner.
15039
15040 2006-07-12  Wim Taymans  <wim@fluendo.com>
15041
15042         * gst/rtp/Makefile.am:
15043         * gst/rtp/gstrtp.c: (plugin_init):
15044         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15045         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15046         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15047         (gst_rtp_mp2t_depay_set_property),
15048         (gst_rtp_mp2t_depay_get_property),
15049         (gst_rtp_mp2t_depay_change_state),
15050         (gst_rtp_mp2t_depay_plugin_init):
15051         * gst/rtp/gstrtpmp2tdepay.h:
15052         Added mpeg2 TS depayloader. Closing #347234.
15053
15054 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15055
15056         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15057           Remove g_assert that shouldn't be there and was triggered
15058           after trying to open a device that doesn't exist or can't
15059           be opened for some other reason (#347972).
15060
15061 2006-07-10  Edward Hervey  <edward@fluendo.com>
15062
15063         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15064         (gst_avi_demux_stream_header), (push_tag_lists):
15065         * gst/avi/gstavidemux.h:
15066         Don't push tag events found by gst_riff_parse_info() before outputting
15067         GST_EVENT_NEWSEGMENT.
15068
15069 2006-07-10  Wim Taymans  <wim@fluendo.com>
15070
15071         * gst/rtsp/Makefile.am:
15072         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15073         (rtsp_connection_close):
15074         * gst/rtsp/rtspdefs.h:
15075         replaced closesocket and close in code with one CLOSE_SOCKET. 
15076         Some more cleanups. Fixes #345301.
15077
15078 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * gst/autodetect/gstautoaudiosink.c:
15081           Fix example pipeline in docs.
15082
15083 2006-07-10  Wim Taymans  <wim@fluendo.com>
15084
15085         Patch by: Rob Taylor <robtaylor at floopily dot org>
15086
15087         * gst/udp/gstmultiudpsink.c: (join_multicast),
15088         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15089         If a destination is added before the stream is set to PAUSED, the
15090         multicast group is not joined as the socket is not created yet. 
15091         Also TTL and LOOP should also be set. Fixes #346921.
15092
15093 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15094
15095         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15096         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15097         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15098         (gst_ximage_src_init):
15099         * sys/ximage/gstximagesrc.h:
15100         Fix use-damage property to actually work :)
15101         Add startx, starty, endx, endy properties so screencasts other than full
15102         screen ones can work.
15103
15104 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15105
15106         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15107         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15108         (gst_ximage_src_class_init), (gst_ximage_src_init):
15109         * sys/ximage/gstximagesrc.h:
15110         Add use_damage property to offer ability to choose whether to use
15111         XDamage or not.
15112
15113 2006-07-07  Wim Taymans  <wim@fluendo.com>
15114
15115         * gst/goom/filters.c: (zoomFilterSetResolution):
15116         Avoid goom coredumping by clearing memory. 
15117         Fixes 345679.
15118
15119 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15120
15121         * win32/vs6/libgstid3demux.dsp:
15122         Add a link to libgsttag-0.10.lib.
15123
15124 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15125
15126         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15127         (gst_tag_demux_read_range):
15128         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15129         (gst_id3demux_read_range):
15130           Don't return FLOW_UNEXPECTED when a buffer is before
15131           the start of the stream (which might happen with
15132           large ID3v2 tags if the tag reading was done pullrange
15133           based and we then switched to push mode later on).
15134           Fixes regression introduced by commit from June 29th.
15135
15136 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15137
15138         * ext/taglib/gstid3v2mux.cc:
15139           Make UTF-8 the default encoding when writing string
15140           tags (before, our UTF-8 strings would automatically
15141           be converted to ISO-8859-1 by taglib and written as
15142           ISO-8859-1 fields if that was possible).
15143
15144         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15145         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15146         (test_taglib_id3mux_with_tags):
15147           Add test case that makes sure our UTF-8 strings have
15148           actually been written into the tag as UTF-8.
15149
15150 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15151
15152         * configure.ac:
15153           Let's try that again.
15154
15155 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         * configure.ac:
15158           Disable monoscope plugin for now until it fulfills
15159           all the requirements.
15160
15161 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * configure.ac:
15164         * gst/monoscope/Makefile.am:
15165         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15166         (gst_monoscope_class_init), (gst_monoscope_init),
15167         (gst_monoscope_finalize), (gst_monoscope_reset),
15168         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15169         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15170         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15171         (gst_monoscope_change_state), (plugin_init):
15172         * gst/monoscope/gstmonoscope.h:
15173           Port monoscope visualisation to 0.10.
15174
15175 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15176
15177         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15178         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15179           Return FLOW_UNEXPECTED when at the end of the file, not
15180           FLOW_ERROR. Fixes 'internal stream error' errors that
15181           would sometimes occur in totem when scrubbing to the
15182           end of an ID3v1 tagged mp3 file.
15183
15184 2006-07-03  Edward Hervey  <edward@fluendo.com>
15185
15186         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15187         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15188         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15189         * ext/libpng/gstpngdec.h:
15190         Implement buffer clipping/dropping using GstSegment.
15191         This provides accurate seeking.
15192
15193 2006-07-03  Edward Hervey  <edward@fluendo.com>
15194
15195         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15196         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15197         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15198         (gst_avi_demux_process_next_entry), (push_tag_lists),
15199         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15200         * gst/avi/gstavidemux.h:
15201         Proper aggregation of each stream's GstFlowReturn in order to figure out
15202         whether the task should stop or not.
15203         Don't send inline events before pushing out a NEW_SEGMENT, more
15204         specifically for GST_TAG_EVENT.
15205         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15206         sub-indexes.
15207
15208 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15209
15210         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15211
15212         * sys/sunaudio/gstsunaudiomixerctrl.c:
15213         (gst_sunaudiomixer_ctrl_build_list):
15214           Move "Monitor" slider to input tab so it works more like
15215           sdtaudiocontrol, which is what people on Solaris are used
15216           to using for their mixer program (#346259).
15217
15218 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15219
15220         * tests/check/elements/level.c: (GST_START_TEST):
15221           fix a leak, clean up at the end
15222
15223 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15224
15225         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15226         (gst_matroska_demux_send_event),
15227         (gst_matroska_demux_loop_stream_parse_id):
15228         * gst/matroska/matroska-ids.h:
15229           Send tag event after newsegment event.
15230
15231 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15232
15233         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15234         (gst_id3demux_read_range):
15235           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15236           certain cases where a read beyond the end of the file is
15237           requested. Fixes #345930.
15238
15239         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15240         (gst_tag_demux_read_range):
15241           Fix same issue here as well.
15242
15243 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15244
15245         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15246         
15247         Fix hypothetical crash.
15248
15249 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15250
15251         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15252
15253         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15254           Do not modify the ports value. If the user has turned off the
15255           built-in speakers, then we should not reset it in the prepare
15256           function, since this causes the built-in speakers to turn
15257           back on anytime the user changes a track in totem, rhythmbox,
15258           etc. (#346066).
15259
15260 2006-06-23  Wim Taymans  <wim@fluendo.com>
15261
15262         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15263         Fix double caps unref when negotiation fails.
15264
15265 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15266
15267         * ext/annodex/gstcmmldec.c:
15268         * ext/annodex/gstcmmlenc.c:
15269         * ext/annodex/gstcmmlparser.c:
15270         * ext/dv/gstdvdec.c:
15271         * ext/dv/gstdvdemux.c:
15272         * ext/gdk_pixbuf/pixbufscale.c:
15273         * ext/jpeg/gstjpegenc.c:
15274         * ext/jpeg/gstsmokedec.c:
15275         * ext/jpeg/gstsmokeenc.c:
15276         * ext/libpng/gstpngdec.c:
15277         * ext/libpng/gstpngenc.c:
15278         * ext/speex/gstspeexenc.c:
15279         * gst/alpha/gstalphacolor.c:
15280         * gst/cutter/gstcutter.c:
15281         * gst/debug/gstnavigationtest.c:
15282         * gst/icydemux/gsticydemux.c:
15283         * gst/level/gstlevel.c:
15284         * gst/multipart/multipart.c:
15285         * gst/rtp/gstrtpamrpay.c:
15286         * gst/rtp/gstrtpdepay.c:
15287         * gst/rtp/gstrtpilbcpay.c:
15288         * gst/rtp/gstrtpmp4gpay.c:
15289         * gst/rtp/gstrtpmp4vpay.c:
15290         * gst/rtsp/gstrtpdec.c:
15291         * gst/rtsp/gstrtspsrc.c:
15292         * gst/udp/gstdynudpsink.c:
15293         * gst/udp/gstmultiudpsink.c:
15294         * gst/udp/gstudpsrc.c:
15295         * gst/videobox/gstvideobox.c:
15296         * gst/videofilter/gstvideoflip.c:
15297           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15298           plus two minor macro fixes.
15299
15300 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * gst/matroska/matroska-demux.c:
15303         (gst_matroska_demux_check_subtitle_buffer),
15304         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15305         (gst_matroska_demux_subtitle_caps):
15306         * gst/matroska/matroska-ids.c:
15307         (gst_matroska_track_init_subtitle_context):
15308         * gst/matroska/matroska-ids.h:
15309           Try to fix up broken matroska files containing subtitle
15310           streams with non-UTF8 character encodings (courtesy of
15311           mkvmerge) using either the encoding specified in the
15312           GST_SUBTITLE_ENCODING environment variable or the
15313           current locale's character set if it is non-UTF8.
15314           Fixes #337076.
15315
15316 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15319           Set image type from APIC frame as "image-type" field
15320           of GST_TAG_IMAGE buffer caps (#344605).
15321
15322 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15323
15324         * ext/flac/Makefile.am:
15325         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15326         (gst_flac_dec_reset_decoders),
15327         (gst_flac_dec_setup_seekable_decoder),
15328         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15329         (gst_flac_dec_metadata_callback),
15330         (gst_flac_dec_metadata_callback_seekable),
15331         (gst_flac_dec_metadata_callback_stream),
15332         (gst_flac_dec_error_callback),
15333         (gst_flac_dec_error_callback_seekable),
15334         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15335         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15336         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15337         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15338         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15339         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15340         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15341         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15342         (gst_flac_dec_sink_activate_push),
15343         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15344         * ext/flac/gstflacdec.h:
15345           Support chain-based operation, should make flac-over-DAAP
15346           work (#340492).
15347
15348 2006-06-20  Wim Taymans  <wim@fluendo.com>
15349
15350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15351         Doc updates, merge some unused symbols.
15352
15353 2006-06-20  Wim Taymans  <wim@fluendo.com>
15354
15355         * docs/plugins/Makefile.am:
15356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15357         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15358         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15359         * gst/rtsp/gstrtspsrc.c:
15360         * gst/rtsp/gstrtspsrc.h:
15361         Added documentation for the rtsp plugin. Fixes #345393.
15362
15363 2006-06-20  Wim Taymans  <wim@fluendo.com>
15364
15365         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15366         (rtsp_connection_close), (rtsp_connection_free):
15367         Use better G_OS_* macros. Fixes #345301 some more.
15368
15369 2006-06-20  Wim Taymans  <wim@fluendo.com>
15370
15371         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15372
15373         * sys/sunaudio/Makefile.am:
15374         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15375         * sys/sunaudio/gstsunaudiomixerctrl.c:
15376         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15377         (gst_sunaudiomixer_ctrl_list_tracks),
15378         (gst_sunaudiomixer_ctrl_get_volume),
15379         (gst_sunaudiomixer_ctrl_set_volume),
15380         (gst_sunaudiomixer_ctrl_set_mute),
15381         (gst_sunaudiomixer_ctrl_set_record):
15382         * sys/sunaudio/gstsunaudiomixerctrl.h:
15383         * sys/sunaudio/gstsunaudiomixertrack.c:
15384         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15385         * sys/sunaudio/gstsunaudiomixertrack.h:
15386         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15387         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15388         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15389         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15390         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15391         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15392         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15393         (gst_sunaudiosrc_reset):
15394         * sys/sunaudio/gstsunaudiosrc.h:
15395         Add a SunAudio source plugin.
15396         Support stereo and right/left channel gain in the mixer plugin.
15397         Support the RECORD flag so that you can switch between line-input and
15398         microphone in gnome-volume-control.
15399         Code cleanups like using an enumerator for track number instead of an 
15400         integer. Fixes #344923.
15401
15402 2006-06-20  Wim Taymans  <wim@fluendo.com>
15403
15404         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15405
15406         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15407         (rtsp_connection_close):
15408         Make RTSP plugin compile on windows. Fixes #345301.
15409         Some changes to original patch to catch errors better.
15410         use ifdef WIN32 instead of ifndef.
15411
15412 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15413
15414         * configure.ac:
15415         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15416
15417 2006-06-18  Edward Hervey  <edward@fluendo.com>
15418
15419         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15420         After a failed buffer alloc, we need to abort the jpeg decoding (it
15421         started when parsing headers to figure out how many bytes we need
15422         to request downstream).
15423
15424 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15425
15426         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15427
15428         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15429           Make sure we don't read beyond the end of the file (#345232).
15430
15431 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * configure.ac:
15434           Fix --disable-external (can't set conditionals conditionally,
15435           #343602).
15436
15437 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * autogen.sh:
15440         * configure.ac:
15441         * docs/Makefile.am:
15442           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15443
15444         * docs/plugins/Makefile.am:
15445         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15446         * docs/plugins/inspect/plugin-taglib.xml:
15447           Add/fix apev2mux docs.
15448
15449 2006-06-14  Wim Taymans  <wim@fluendo.com>
15450
15451         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15452         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15453         (gst_dvdec_change_state):
15454         Reset segment info on flush.
15455         Alloc segment in _init, free in _finalize.
15456
15457         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15458         Don't send segments twice.
15459
15460 2006-06-14  Wim Taymans  <wim@fluendo.com>
15461
15462         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15463         Respect segment.stop. Fixes #342592.
15464
15465 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15466
15467         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15468           No language specified means the implied language is English
15469           according to the matroska spec (partially fixes #344708);
15470           add some more debug output.
15471
15472 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15473
15474         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15475         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15476         (gst_wavparse_chain):
15477           When operating chain-based, don't make any assumptions about the
15478           chunking of the incoming data and make streaming work on days other
15479           than the second Thursday after a full moon. Also fix up debug
15480           messages here and there and make use of the most excellent new
15481           gst_pad_query_peer_duration() utility function.
15482           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15483
15484         * gst/wavparse/gstwavparse.h:
15485           Remove trailing comma after last enum value, some compilers don't
15486           like that.
15487
15488 2006-06-13  Wim Taymans  <wim@fluendo.com>
15489
15490         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15491         Handle premature EOS gracefully.
15492
15493 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15494
15495         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15496           Prevent out of bounds array access when scrubbing towards
15497           the end of the file between the last index entry and the
15498           end. Fixes occasional 'start <= stop' newsegment event
15499           assertions when scrubbing in MJPEG files.
15500
15501 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15502
15503         * tests/check/elements/.cvsignore:
15504           And another one.
15505
15506 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15507
15508         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15509         (scan_encoded_string), (parse_picture_frame):
15510           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15511
15512         * configure.ac:
15513           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15514           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15515
15516 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15517
15518         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15519           gratuitous comment changes
15520         * tests/check/elements/level.c: (GST_START_TEST):
15521           fix level test leaks
15522
15523 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15526         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15527           Use gst_pad_query_peer_duration() utility function here.
15528
15529 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15530
15531         * autogen.sh:
15532           require am17
15533         * configure.ac:
15534         * ext/annodex/Makefile.am:
15535         * ext/cdio/Makefile.am:
15536         * ext/dv/Makefile.am:
15537         * ext/esd/Makefile.am:
15538         * ext/flac/Makefile.am:
15539         * ext/gdk_pixbuf/Makefile.am:
15540         * ext/ladspa/Makefile.am:
15541         * ext/libcaca/Makefile.am:
15542         * ext/speex/Makefile.am:
15543         * ext/taglib/Makefile.am:
15544         * sys/oss/Makefile.am:
15545         * sys/sunaudio/Makefile.am:
15546         * sys/ximage/Makefile.am:
15547           clean up build further
15548
15549 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15550
15551         * gconf/Makefile.am:
15552           Honour --disable-schemas-install configure option. Fixes #344100.
15553
15554 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * tests/examples/level/Makefile.am:
15557           Add -lm to LIBS for pow() function, don't assume one of our
15558           dependencies (such as libxml-2.0) drags it in automatically
15559           (#343603).
15560
15561 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15564
15565         * configure.ac:
15566           We should use $SED and not $(SED) in configure.ac (#343678).
15567
15568 2006-06-09  Wim Taymans  <wim@fluendo.com>
15569
15570         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15571
15572         * sys/sunaudio/gstsunaudiomixerctrl.c:
15573         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15574         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15575         (gst_sunaudiomixer_ctrl_set_mute):
15576         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15577         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15578         (gst_sunaudiosink_write):
15579         Attached find a patch that fixes a number of bugs with the SunAudio
15580         mixer plugin and fixes #344101:
15581         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15582            tracks onto the tracklist causing gnome-volume-control's preferences
15583            dialog to be messed up and would core dump if you checked/unchecked
15584            any item.
15585         2. We weren't previously setting the MUTE flag properly.  Fixing this
15586            makes gnome-volume-control work better.
15587         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15588            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15589            gnome-volume-control look better.
15590         Also some minor cleanup in gstsunaudiosink.c.
15591
15592 2006-06-09  Wim Taymans  <wim@fluendo.com>
15593
15594         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15595         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15596         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15597         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15598         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15599         * ext/jpeg/gstjpegdec.h:
15600         API: Added IDCT method property
15601         Small cleanups.
15602         Avoid dynamic allocation of trivial fixed structure.
15603         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15604
15605 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15606
15607         * configure.ac:
15608         We now require libraw1394 >= 1.1.0 and that version onwards all
15609         have .pc files.
15610
15611 2006-06-02  Edward Hervey  <edward@fluendo.com>
15612
15613         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15614         Trying to get items from an ANY or EMPTY caps is ... stupid.
15615
15616 2006-06-02  Edward Hervey  <edward@fluendo.com>
15617
15618         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15619         (gst_dvdec_chain), (gst_dvdec_change_state):
15620         * ext/dv/gstdvdec.h:
15621         Added GstSegment handling, now implements dropping/clipping.
15622
15623 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15624
15625         * ext/aalib/gstaasink.h:
15626         * ext/annodex/gstcmmldec.h:
15627         * ext/cairo/gsttimeoverlay.h:
15628         * ext/dv/gstdvdec.h:
15629         * ext/dv/gstdvdemux.h:
15630         * ext/esd/esdmon.h:
15631         * ext/esd/esdsink.h:
15632         * ext/flac/gstflacenc.h:
15633         * ext/gconf/gstgconfaudiosink.h:
15634         * ext/gconf/gstgconfaudiosrc.h:
15635         * ext/gconf/gstgconfvideosink.h:
15636         * ext/gconf/gstgconfvideosrc.h:
15637         * ext/gdk_pixbuf/gstgdkanimation.h:
15638         * ext/gdk_pixbuf/pixbufscale.h:
15639         * ext/hal/gsthalaudiosink.h:
15640         * ext/hal/gsthalaudiosrc.h:
15641         * ext/jpeg/gstjpegenc.h:
15642         * ext/jpeg/gstsmokedec.h:
15643         * ext/jpeg/gstsmokeenc.h:
15644         * ext/libcaca/gstcacasink.h:
15645         * ext/libmng/gstmngdec.h:
15646         * ext/libmng/gstmngenc.h:
15647         * ext/libpng/gstpngdec.h:
15648         * ext/libpng/gstpngenc.h:
15649         * ext/raw1394/gstdv1394src.h:
15650         * ext/speex/gstspeexenc.h:
15651         * gst/autodetect/gstautoaudiosink.h:
15652         * gst/autodetect/gstautovideosink.h:
15653         * gst/avi/gstavidemux.h:
15654         * gst/cutter/gstcutter.h:
15655         * gst/debug/efence.h:
15656         * gst/debug/gstnavigationtest.h:
15657         * gst/debug/gstnavseek.h:
15658         * gst/flx/gstflxdec.h:
15659         * gst/goom/gstgoom.h:
15660         * gst/icydemux/gsticydemux.h:
15661         * gst/id3demux/gstid3demux.h:
15662         * gst/law/alaw-decode.h:
15663         * gst/law/alaw-encode.h:
15664         * gst/law/mulaw-decode.h:
15665         * gst/law/mulaw-encode.h:
15666         * gst/matroska/matroska-mux.h:
15667         * gst/median/gstmedian.h:
15668         * gst/oldcore/gstaggregator.h:
15669         * gst/oldcore/gstfdsink.h:
15670         * gst/oldcore/gstmd5sink.h:
15671         * gst/oldcore/gstmultifilesrc.h:
15672         * gst/oldcore/gstpipefilter.h:
15673         * gst/oldcore/gstshaper.h:
15674         * gst/oldcore/gststatistics.h:
15675         * gst/rtp/gstasteriskh263.h:
15676         * gst/rtp/gstrtpL16depay.h:
15677         * gst/rtp/gstrtpL16pay.h:
15678         * gst/rtp/gstrtpamrdepay.h:
15679         * gst/rtp/gstrtpamrpay.h:
15680         * gst/rtp/gstrtpdepay.h:
15681         * gst/rtp/gstrtpgsmdepay.h:
15682         * gst/rtp/gstrtpgsmpay.h:
15683         * gst/rtp/gstrtph263pay.h:
15684         * gst/rtp/gstrtph263pdepay.h:
15685         * gst/rtp/gstrtph263ppay.h:
15686         * gst/rtp/gstrtpmp4gpay.h:
15687         * gst/rtp/gstrtpmp4vdepay.h:
15688         * gst/rtp/gstrtpmp4vpay.h:
15689         * gst/rtp/gstrtpmpadepay.h:
15690         * gst/rtp/gstrtpmpapay.h:
15691         * gst/rtp/gstrtppcmadepay.h:
15692         * gst/rtp/gstrtppcmapay.h:
15693         * gst/rtp/gstrtppcmudepay.h:
15694         * gst/rtp/gstrtppcmupay.h:
15695         * gst/rtp/gstrtpspeexdepay.h:
15696         * gst/rtp/gstrtpspeexpay.h:
15697         * gst/rtsp/gstrtpdec.h:
15698         * gst/rtsp/gstrtspsrc.h:
15699         * gst/smpte/gstsmpte.h:
15700         * gst/udp/gstdynudpsink.h:
15701         * gst/udp/gstmultiudpsink.h:
15702         * gst/udp/gstudpsink.h:
15703         * gst/udp/gstudpsrc.h:
15704         * gst/videofilter/gstvideobalance.h:
15705         * gst/videofilter/gstvideoflip.h:
15706         * sys/oss/gstossdmabuffer.h:
15707         * sys/oss/gstossmixerelement.h:
15708         * sys/oss/gstosssink.h:
15709         * sys/oss/gstosssrc.h:
15710         * sys/osxvideo/osxvideosink.h:
15711         * sys/sunaudio/gstsunaudiomixer.h:
15712         * sys/sunaudio/gstsunaudiosink.h:
15713         * sys/ximage/gstximagesrc.h:
15714         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15715
15716 2006-05-31  Wim Taymans  <wim@fluendo.com>
15717
15718         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15719         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15720         (gst_goom_src_setcaps), (gst_goom_src_event),
15721         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15722         (gst_goom_change_state):
15723         * gst/goom/gstgoom.h:
15724         Handle QoS.
15725         Handle flushing, discont and events.
15726         Fix timestamps and various other cleanups.
15727
15728 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15729
15730         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15731         Fix bus reset when using libiec61883
15732
15733 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15734
15735         * configure.ac:
15736         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15737         * ext/raw1394/Makefile.am:
15738         Add CFLAGS.
15739         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15740         New method, to receive using libiec61883.
15741         (gst_dv1394src_iso_receive),
15742         #ifdef'd out if libiec61883 is present.
15743         (gst_dv1394src_bus_reset),
15744         Get userdata correctly if using libiec61883. 
15745         (gst_dv1394src_create),
15746         When using libiec61883, only poll one fd and no need to read.
15747         (gst_dv1394src_discover_avc_node),
15748         Replace g_warnings.
15749         (gst_dv1394src_start),
15750         Create new handle when we know which dv port.  More reliable
15751         than setting port on an existing handle.  Initialise libiec61883.
15752         (gst_dv1394src_stop):
15753         If using libiec61883, then cleanup its handle properly.
15754         * ext/raw1394/gstdv1394src.h:
15755         Add libiec61883 handle.
15756
15757 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15758
15759         * gst/avi/gstavidemux.c:
15760           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15761         * win32/MANIFEST:
15762           sort file listing
15763         * win32/vs6/libgstavi.dsp:
15764           add gstavimux.c to the project
15765         * win32/vs6/libgstid3demux.dsp:
15766           add link to zlib library
15767         * win32/vs6/libgstmatroska.dsp:
15768           add matroska-ids.c to the project
15769
15770 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15771
15772         Patch by: Sebastian Dröge  <mail at slomosnail de >
15773
15774         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15775         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15776         * ext/taglib/Makefile.am:
15777         * ext/taglib/gstapev2mux.cc:
15778         * ext/taglib/gstapev2mux.h:
15779         * ext/taglib/gstid3v2mux.cc:
15780         * ext/taglib/gsttaglibmux.c: (plugin_init):
15781         * ext/taglib/gsttaglibmux.h:
15782           Add apev2mux element (#343122).
15783         
15784         * tests/check/Makefile.am:
15785         * tests/check/elements/apev2mux.c:
15786         (test_taglib_apev2mux_create_tags),
15787         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15788         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15789         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15790         (apev2mux_suite), (main):
15791           Add unit test for apev2mux element.
15792
15793 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15796         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15797         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15798           GST_PTR_FORMAT should be used to print caps in debug statements.
15799
15800 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15803
15804         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15805         (ape_demux_parse_tags):
15806           Some clean-ups and additions: map APE 'file' tag to
15807           GST_TAG_LOCATION (#343123); add support for extracting
15808           the track count and clean up parsing a bit (#343127).
15809
15810 2006-05-28  Edward Hervey  <edward@fluendo.com>
15811
15812         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15813         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15814
15815 2006-05-28  Edward Hervey  <edward@fluendo.com>
15816
15817         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15818         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15819         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15820         * ext/jpeg/gstjpegdec.h:
15821         Clip outgoing buffers according to currently configured segment.
15822
15823 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15824
15825         * ext/taglib/gstid3v2mux.cc:
15826           Handle  writing of track-count or album-volume-count without
15827           track-number or albume-volume-number (in this case the number
15828           will just be set to 0).
15829
15830         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15831           It would be nice if we actually checked the values received for
15832           track/album-volume number/count in  _check_tags(), rather than
15833           setting them again ...
15834
15835 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15836
15837         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15838           A track/volume number or count of 0 does not make sense,
15839           just ignore it along with negative numbers (a tag might
15840           only contain a track count without a track number).
15841
15842 2006-05-27  Edward Hervey  <edward@fluendo.com>
15843
15844         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15845         (gst_jpeg_dec_sink_event):
15846         Abort decompression when receiving FLUSH_STOP. This should avoid
15847         issues when interrupting decoding with flushes.
15848
15849 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         * ext/flac/gstflac.c:
15852           Don't #include file we don't dist any longer.
15853
15854 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15855
15856         * README:
15857           Replace current README (containing the release notes from
15858           some 0.9.x version) with a proper README taken from the core.
15859
15860 2006-05-24  Wim Taymans  <wim@fluendo.com>
15861
15862         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15863         Implement EOS correctly by either posting
15864         SEGMENT_DONE or pushing an EOS message depending
15865         on the seek type. Fixes #342592
15866
15867 2006-05-24  Wim Taymans  <wim@fluendo.com>
15868
15869         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15870         * gst/law/alaw-decode.h:
15871         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15872         * gst/law/alaw-encode.h:
15873         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15874         * gst/law/mulaw-decode.h:
15875         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15876         * gst/law/mulaw-encode.h:
15877         Some cleanups in the chain functions.
15878         Remove some GStreamer 0.0.2 bits.
15879
15880 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15881
15882         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15883
15884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15885           gst_collect_pads_stop() needs to be called before chaining up
15886           to the parent class (#342734).
15887
15888 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15889
15890         * ext/flac/Makefile.am:
15891         * ext/flac/flac_compat.h:
15892         * ext/flac/gstflac.c:
15893         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15894         * ext/flac/gstflacenc.c:
15895           Remove backwards compatibility cruft for dealing with FLAC API
15896           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15897
15898 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15901         (gst_matroska_demux_push_xiph_codec_priv_data),
15902         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15903         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15904         * gst/matroska/matroska-ids.h:
15905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15906         (gst_matroska_mux_video_pad_setcaps),
15907         (xiph3_streamheader_to_codecdata),
15908         (vorbis_streamheader_to_codecdata),
15909         (theora_streamheader_to_codecdata),
15910         (gst_matroska_mux_audio_pad_setcaps),
15911         (gst_matroska_mux_write_data):
15912           Add support for muxing/demuxing theora video (#342448; too bad
15913           none of the usual linux players can actually play this). Playback
15914           in GStreamer will require additional changes to theoradec in -base.
15915           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15916           cleanups.
15917
15918 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15919
15920         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15921         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15922           Fix crashes when the horizontal subsampling is 1.
15923           Fixes #342097.
15924
15925 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15926
15927         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15928
15929         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15930         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15931         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15932         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15933         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15934         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15935         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15936         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15937         (gst_avi_mux_change_state):
15938         * gst/avi/gstavimux.h:
15939           Some enhancements for avimux (#342526):
15940            - add odml (large file) index support
15941            - store codec init data (e.g. huffyuv)
15942            - miscellaneous other fixes/cleanups
15943
15944 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15945
15946         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15947         Don't output any tag when we encounter a negative track number - the
15948         tag type is uint, so we end up outputting huge positive numbers
15949         instead. (Fixes: #342029)
15950
15951 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15952
15953         * configure.ac:
15954           update for new GSTPB_PLUGINS_DIR
15955
15956 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15957
15958         * rtp/gst/gstrtph263pay.c:
15959         Properly set static caps for H263 at 34.
15960
15961 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15962
15963         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15964
15965         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15966           Merge event tags and tag setter tags correctly (#339918). Also,
15967           don't leak taglist in case of an error.
15968           
15969 2006-05-17  Edward Hervey  <edward@fluendo.com>
15970
15971         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15972         We can only do caps intersection if the othercaps are non-empty and not
15973         ANY. Else we return the pad template (base_caps).
15974
15975 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15976
15977         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15978           Fix crash when outputting debugging information for certain
15979           pictures (always good to use the right struct member for
15980           the number of records in an array).
15981
15982 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15983
15984         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15985
15986         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15987         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15988         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15989         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15990         (gst_ebml_read_float), (gst_ebml_read_ascii),
15991         (gst_ebml_read_binary):
15992           Don't create unnecessary sub-buffers all the time. Dramatically
15993           improves performance with multiple concurrently running
15994           matroskademux instances (#341818) (and avoids doing
15995           unnecessarily inefficient things in the general case).
15996
15997 2006-05-16  Edward Hervey  <edward@fluendo.com>
15998
15999         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16000         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16001         return value of gst_pad_push_event().
16002
16003 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16004
16005         * gst/autodetect/gstautoaudiosink.c:
16006         (gst_auto_audio_sink_find_best):
16007         * gst/autodetect/gstautovideosink.c:
16008         (gst_auto_video_sink_find_best):
16009         Make the name of the child element be based on the name of the
16010         parent, so that debug output is more useful.
16011         
16012         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16013         (parse_insert_string_field), (parse_split_strings):
16014         Rework string parsing to always walk over BOM markers in UTF16
16015         strings, using the endianness indicated by the innermost one,
16016         then trying the opposite endianness if that fails to convert
16017         to valid UTF-8. Fixes #341774
16018
16019 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16020
16021         Patch from: Matthieu <matthieu at fluendo dot com>
16022
16023         * ext/libpng/Makefile.am:
16024         Add LIBPNG_CFLAGS.
16025
16026 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16027
16028         * ext/taglib/gstid3v2mux.cc:
16029           Add support for writing images (APIC frames) into ID3v2
16030           tags (picture type always set to 'other' for now though).
16031
16032 2006-05-14  Michael Smith  <msmith@fluendo.com>
16033
16034         * gst/wavparse/gstwavparse.c:
16035           Update docs; wavparse implements push and pull modes.
16036
16037 2006-05-12  Wim Taymans  <wim@fluendo.com>
16038
16039         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16040         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16041         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16042         Ooops, bitten by the copy-and-paste design paradigm, fixes
16043         seek again.
16044
16045 2006-05-12  Wim Taymans  <wim@fluendo.com>
16046
16047         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16048         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16049         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16050         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16051         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16052         (gst_avi_demux_massage_index),
16053         (gst_avi_demux_calculate_durations_from_index),
16054         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16055         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16056         (gst_avi_demux_loop):
16057         * gst/avi/gstavidemux.h:
16058         Some cleanups, prepare to use GstSegment.
16059         Fix error in entry walking code.
16060         Fix VBR detection.
16061         Smarter timestamp calculation code.
16062         Uniform error/eos handling.
16063
16064 2006-05-12  Michael Smith  <msmith@fluendo.com>
16065
16066         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16067         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16068           Fix use of uninitialised values if we're NOT seeking in ready.
16069           Fix typos.
16070
16071 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16072
16073         * gst/wavparse/Makefile.am:
16074           Add CFLAGS and LIBS for libgstbase, fixes build on
16075           Cygwin (#341489).
16076
16077 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16080           Some more debug info. No need to check whether the string
16081           returned by g_convert() is really UTF-8 - either it is or
16082           we get NULL returned.
16083
16084 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16085
16086         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16087           Fix parsing of numeric genre strings some more, by ensuring that
16088           we only try and parse strings that a) Start with '(' and b) Consist
16089           only of digits.
16090           Also, when finding an escaping '((' sequence, bust it back to '(' by
16091           swallowing the first parenthesis
16092
16093 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16096         (gst_esdsink_open), (gst_esdsink_close):
16097         * ext/esd/esdsink.h:
16098           Move the esd_get_server_info() into gst_esdsink_open() and fail
16099           with a decent error message on errors.
16100
16101 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16102
16103         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16104         (gst_esdmon_channels_get_type):
16105         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16106         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16107         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16108         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16109         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16110         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16111         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16112         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16113         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16114         * gst/videomixer/videomixer.c:
16115         (gst_video_mixer_background_get_type):
16116           Const-ify GEnumValue arrays.
16117
16118 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16119
16120         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16121
16122         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16123         (gst_avi_mux_do_video_buffer):
16124           Work around gst_buffer_make_metadata_writable() bug that
16125           results in avimux marking all frames in the index as
16126           keyframes (#340859).
16127           
16128 2006-05-08  Wim Taymans  <wim@fluendo.com>
16129
16130         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16131         Make parsing of urls suck slightly less.
16132
16133 2006-05-08  Edward Hervey  <edward@fluendo.com>
16134
16135         * autogen.sh: (CONFIGURE_DEF_OPT): 
16136         libtoolize on Darwin/MacOSX is called glibtoolize.
16137
16138 2006-05-08  Wim Taymans  <wim@fluendo.com>
16139
16140         Patch by: Jens Granseuer <jensgr at gmx dot net>
16141
16142         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16143         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16144         C89 compliance fixes. Fixes #340980
16145
16146 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16147
16148         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16149         * ext/flac/gstflacdec.h:
16150           Handle segment seeks that include the end of the file as stop point
16151           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16152           message instead of an EOS event in case we're in segment seek
16153           mode (fixes #340699).
16154           
16155 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16156
16157         * ext/cairo/gsttextoverlay.c:
16158         * ext/flac/gstflacdec.c:
16159         * ext/gdk_pixbuf/pixbufscale.c:
16160         * gst/apetag/gstapedemux.c:
16161         * gst/debug/breakmydata.c:
16162         * gst/debug/testplugin.c:
16163         * gst/matroska/ebml-write.c:
16164         * gst/multipart/multipartdemux.c:
16165         * sys/osxaudio/gstosxaudiosink.c:
16166         * sys/osxaudio/gstosxaudiosrc.c:
16167         Add semicolons after GST_BOILERPLATE[_FULL] so that
16168         indent doesn't mess up following lines.
16169
16170 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16171
16172         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16173
16174         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16175           Don't leak caps when freeing the stream context (#340623).
16176
16177 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16178
16179         * configure.ac:
16180           Back to CVS
16181
16182 === release 0.10.3 ===
16183
16184 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16185
16186         * configure.ac:
16187           releasing 0.10.3, "Desplazado"
16188
16189 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16190
16191         * gst/matroska/matroska-mux.c:
16192         (gst_matroska_mux_stream_is_vorbis_header),
16193         (gst_matroska_mux_write_data):
16194           Don't strcmp() NULL strings.
16195           Only start new clusters on video keyframes, not on any
16196           random audio buffer that doesn't have the DELTA_UNIT
16197           flag set (fixes 'make check' again).
16198
16199 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16200
16201         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16202
16203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16204         (gst_matroska_mux_stream_is_vorbis_header),
16205         (gst_matroska_mux_write_data):
16206           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16207           value and then dead-lock when muxing vorbis audio streams
16208           (the three vorbis header buffers carry no timestamp, and it
16209           would try to mux these after all video buffers). Fixes #340346.
16210
16211           Improve clustering: start a new cluster also whenever we get
16212           a keyframe.     
16213
16214 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16215
16216         * win32/common/config.h:
16217         * win32/MANIFEST
16218           add the generated file as well
16219
16220 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16221
16222         * Makefile.am:
16223         * configure.ac:
16224         * win32/common/config.h.in:
16225           add win32 stuff
16226
16227 2006-05-03  Michael Smith  <msmith@fluendo.com>
16228
16229         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16230           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16231           SUCKS.
16232
16233 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16234
16235         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16236         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16237         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16238           don't leak caps-string
16239
16240 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16241
16242         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16243         (gst_id3demux_sink_activate):
16244           Let core insert default error message for TYPE_NOT_FOUND
16245           errors, it's just as good as our own and has the added
16246           bonus of being translated.
16247
16248 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16251         (gst_tag_demux_sink_event):
16252         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16253         (gst_id3demux_sink_event):
16254           Post an error message when we get an EOS event and were not
16255           able to find out the type of stream.
16256
16257         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16258         (test_taglib_id3mux_with_tags):
16259           Decrease num-buffers to 16 per iteration again, otherwise the
16260           many memcpy()s and reallocations in the test will hammer slow
16261           CPUs completely and make the test timeout.
16262
16263 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * configure.ac:
16266           figure out where plugins-base plugins are
16267         * tests/check/Makefile.am:
16268           use plugins-base plugins, so we have typefind functions
16269         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16270           increase num-buffers, this makes sure the test errors out instead
16271           of timing out when no typefind functions are present
16272
16273 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16274
16275         * docs/plugins/Makefile.am:
16276           also check .cc files for gtk-doc markup
16277         * configure.ac:
16278         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16279         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16280         * tests/check/Makefile.am:
16281         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16282         * ext/Makefile.am:
16283         * ext/taglib/Makefile.am:
16284         * ext/taglib/gstid3v2mux.h:
16285         * ext/taglib/gsttaglibmux.c:
16286         * ext/taglib/gsttaglibmux.h:
16287           move taglib-based id3v2muxer to -good.  Fixes #336110.
16288
16289 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16292           ... and fix multichannel/WAVFORMATEX support again.
16293
16294 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16295
16296         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16297         (gst_wavparse_class_init), (gst_wavparse_dispose),
16298         (gst_wavparse_reset), (gst_wavparse_init),
16299         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16300         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16301         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16302         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16303         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16304         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16305         (gst_wavparse_stream_data), (gst_wavparse_loop),
16306         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16307         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16308         (gst_wavparse_change_state), (plugin_init):
16309         * gst/wavparse/gstwavparse.h:
16310           Add push (streaming) mode to wavparse (fixes #337625)
16311
16312 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16313
16314         * configure.ac:
16315         * tests/Makefile.am:
16316           add ximagesrc icles test
16317
16318 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16319
16320         * configure.ac:
16321         * docs/plugins/Makefile.am:
16322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16324         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16325         (gst_cmml_enc_push_clip):
16326         * sys/Makefile.am:
16327         * sys/ximage/Makefile.am:
16328         * sys/ximage/gstximagesrc.c:
16329           Move ximagesrc plug-in to good after review.  Fixes #336756.
16330
16331 2006-04-28  Michael Smith  <msmith@fluendo.com>
16332
16333         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16334         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16335         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16336         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16337         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16338         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16339         * gst/icydemux/gsticydemux.h:
16340           Fix event handling: cache events when typefinding and forward later.
16341
16342 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16343
16344         * sys/osxaudio/gstosxaudiosink.c:
16345         (plugin_init):
16346          Register osxaudiosrc to the plugin.
16347         * sys/osxaudio/gstosxaudiosrc.c:
16348         (gst_osx_audio_src_osxelement_do_init),
16349         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16350         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16351         (gst_osx_audio_src_get_property),
16352         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16353         (gst_osx_audio_src_osxelement_init):
16354         * sys/osxaudio/gstosxaudiosrc.h:
16355           Port of osxaudiosrc to 0.10.
16356         * sys/osxaudio/Makefile.am:
16357           Add osxaudiosrc
16358
16359 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16360
16361         * sys/osxaudio/gstosxringbuffer.c:
16362         * sys/osxaudio/gstosxringbuffer.h:
16363           Forgot to commit earlier, part of the OSX audio plugin port
16364
16365 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16366
16367         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16368         (parse_split_strings):
16369           Recognise and skip any byte order marker (BOM) in
16370           UTF-16 strings.
16371
16372 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16373
16374         * docs/plugins/Makefile.am:
16375         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16376         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16377         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16378         * docs/plugins/inspect/plugin-avi.xml:
16379         * gst/avi/gstavidemux.c:
16380         * gst/avi/gstavimux.c:
16381           Add docs for both avidemux and avimux.
16382
16383 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16384
16385         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16386
16387         * gst/avi/Makefile.am:
16388         * gst/avi/gstavi.c: (plugin_init):
16389         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16390         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16391         (gst_avi_mux_class_init), (gst_avi_mux_init),
16392         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16393         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16394         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16395         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16396         (gst_avi_mux_riff_get_avix_header),
16397         (gst_avi_mux_riff_get_video_header),
16398         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16399         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16400         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16401         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16402         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16403         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16404         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16405         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16406         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16407         (gst_avi_mux_change_state):
16408         * gst/avi/gstavimux.h:
16409           Port AVI muxer to GStreamer-0.10 (#332031).
16410
16411         * tests/check/Makefile.am:
16412         * tests/check/elements/avimux.c:
16413         * tests/check/elements/.cvsignore:
16414           Add unit test for AVI muxer.
16415
16416 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16417
16418         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16419         (gst_wavparse_class_init), (gst_wavparse_reset),
16420         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16421         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16422         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16423         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16424         (gst_wavparse_stream_data), (gst_wavparse_loop),
16425         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16426         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16427         (plugin_init):
16428         * gst/wavparse/gstwavparse.h:
16429           reverted patch #337625 for the price of 1 hour sleep
16430
16431 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16432
16433         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16434         (gst_wavparse_class_init), (gst_wavparse_reset),
16435         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16436         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16437         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16438         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16439         (gst_wavparse_stream_data), (gst_wavparse_loop),
16440         (gst_wavparse_chain), (plugin_init):
16441         * gst/wavparse/gstwavparse.h:
16442           correct partial implementation of push mode
16443           (from my last commit)
16444
16445 2006-04-26  Wim Taymans  <wim@fluendo.com>
16446
16447         * ext/esd/esdsink.c:
16448         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16449         it is not in esd.h
16450
16451 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16452
16453         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16454         (gst_au_parse_class_init), (gst_au_parse_init),
16455         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16456         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16457         (gst_au_parse_chain), (gst_au_parse_src_convert),
16458         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16459         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16460         (gst_au_parse_change_state):
16461         * gst/auparse/gstauparse.h:
16462           Rewrite auparse to suck a little bit less: make source pad
16463           dynamic, so decodebin/playbin work with non-raw formats
16464           like alaw/mulaw; add query function for duration/position
16465           queries; check whether we have enough data before attempting
16466           to parse the header (instead of crashing when that is not the
16467           case); work around audioconvert sucking by swapping endianness
16468           to the native endianness ourselves for float formats; send
16469           initial newsegment event. Fixes #161712.
16470
16471 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16472
16473         * sys/osxaudio/Makefile.am:
16474         * sys/osxaudio/gstosxaudioelement.c:
16475         (gst_osx_audio_element_get_type),
16476         (gst_osx_audio_element_class_init):
16477         * sys/osxaudio/gstosxaudioelement.h:
16478         * sys/osxaudio/gstosxaudiosink.c:
16479         (gst_osx_audio_sink_osxelement_do_init),
16480         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16481         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16482         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16483         (gst_osx_audio_sink_create_ringbuffer),
16484         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16485         (plugin_init):
16486         * sys/osxaudio/gstosxaudiosink.h:
16487         Port of osxaudiosink to 0.10
16488
16489 2006-04-26  Wim Taymans  <wim@fluendo.com>
16490
16491         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16492         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16493         the size of the ringbuffer. This should fix hangs with older 
16494         esd sound servers.
16495
16496 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16497
16498         * ext/aalib/gstaasink.c:
16499         * ext/annodex/gstcmmldec.c:
16500         * ext/annodex/gstcmmlenc.c:
16501         * ext/cairo/gsttextoverlay.c:
16502         * ext/cairo/gsttimeoverlay.c:
16503         * ext/cdio/gstcdiocddasrc.c:
16504         * ext/dv/gstdvdec.c:
16505         * ext/dv/gstdvdemux.c:
16506         * ext/esd/esdmon.c:
16507         * ext/esd/esdsink.c:
16508         * ext/flac/gstflacenc.c:
16509         * ext/flac/gstflactag.c:
16510         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16511         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16512         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16513         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16514         * ext/gdk_pixbuf/pixbufscale.c:
16515         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16516         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16517         * ext/jpeg/gstjpegdec.c:
16518         * ext/jpeg/gstjpegenc.c:
16519         * ext/jpeg/gstsmokedec.c:
16520         * ext/jpeg/gstsmokeenc.c:
16521         * ext/libcaca/gstcacasink.c:
16522         * ext/libmng/gstmngdec.c:
16523         * ext/libmng/gstmngenc.c:
16524         * ext/libpng/gstpngdec.c:
16525         * ext/libpng/gstpngenc.c:
16526         * ext/mikmod/gstmikmod.c:
16527         * ext/raw1394/gstdv1394src.c:
16528         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16529         * ext/shout2/gstshout2.h:
16530         * ext/speex/gstspeexdec.c:
16531         * ext/speex/gstspeexenc.c:
16532         * gst/alpha/gstalpha.c:
16533         * gst/alpha/gstalphacolor.c:
16534         * gst/apetag/gstapedemux.c:
16535         * gst/auparse/gstauparse.c:
16536         * gst/autodetect/gstautoaudiosink.c:
16537         (gst_auto_audio_sink_base_init):
16538         * gst/autodetect/gstautovideosink.c:
16539         (gst_auto_video_sink_base_init):
16540         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16541         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16542         * gst/cutter/gstcutter.c:
16543         * gst/debug/breakmydata.c:
16544         * gst/debug/efence.c:
16545         * gst/debug/gstnavigationtest.c:
16546         * gst/debug/gstnavseek.c:
16547         * gst/debug/negotiation.c:
16548         * gst/debug/progressreport.c:
16549         * gst/debug/testplugin.c:
16550         * gst/effectv/gstaging.c:
16551         * gst/effectv/gstdice.c:
16552         * gst/effectv/gstedge.c:
16553         * gst/effectv/gstquark.c:
16554         * gst/effectv/gstrev.c:
16555         * gst/effectv/gstshagadelic.c:
16556         * gst/effectv/gstvertigo.c:
16557         * gst/effectv/gstwarp.c:
16558         * gst/flx/gstflxdec.c:
16559         * gst/goom/gstgoom.c:
16560         * gst/icydemux/gsticydemux.c:
16561         * gst/id3demux/gstid3demux.c:
16562         * gst/interleave/deinterleave.c:
16563         * gst/interleave/interleave.c:
16564         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16565         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16566         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16567         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16568         * gst/level/gstlevel.c:
16569         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16570         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16571         * gst/median/gstmedian.c:
16572         * gst/monoscope/gstmonoscope.c:
16573         * gst/multipart/multipartdemux.c:
16574         * gst/multipart/multipartmux.c:
16575         * gst/oldcore/gstaggregator.c:
16576         * gst/oldcore/gstfdsink.c:
16577         * gst/oldcore/gstmd5sink.c:
16578         * gst/oldcore/gstmultifilesrc.c:
16579         * gst/oldcore/gstpipefilter.c:
16580         * gst/oldcore/gstshaper.c:
16581         * gst/oldcore/gststatistics.c:
16582         * gst/rtp/gstasteriskh263.c:
16583         * gst/rtp/gstrtpL16depay.c:
16584         * gst/rtp/gstrtpL16pay.c:
16585         * gst/rtp/gstrtpamrdepay.c:
16586         * gst/rtp/gstrtpamrpay.c:
16587         * gst/rtp/gstrtpdepay.c:
16588         * gst/rtp/gstrtpgsmpay.c:
16589         * gst/rtp/gstrtph263pay.c:
16590         * gst/rtp/gstrtph263pdepay.c:
16591         * gst/rtp/gstrtph263ppay.c:
16592         * gst/rtp/gstrtpilbcdepay.c:
16593         * gst/rtp/gstrtpmp4gpay.c:
16594         * gst/rtp/gstrtpmp4vdepay.c:
16595         * gst/rtp/gstrtpmp4vpay.c:
16596         * gst/rtp/gstrtpmpadepay.c:
16597         * gst/rtp/gstrtpmpapay.c:
16598         * gst/rtp/gstrtppcmadepay.c:
16599         * gst/rtp/gstrtppcmapay.c:
16600         * gst/rtp/gstrtppcmudepay.c:
16601         * gst/rtp/gstrtppcmupay.c:
16602         * gst/rtp/gstrtpspeexdepay.c:
16603         * gst/rtp/gstrtpspeexpay.c:
16604         * gst/rtsp/gstrtpdec.c:
16605         * gst/rtsp/gstrtspsrc.c:
16606         * gst/smpte/gstsmpte.c:
16607         * gst/udp/gstdynudpsink.c:
16608         * gst/udp/gstmultiudpsink.c:
16609         * gst/udp/gstudpsink.c:
16610         * gst/udp/gstudpsrc.c:
16611         * gst/videobox/gstvideobox.c:
16612         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16613         * gst/videofilter/gstvideobalance.c:
16614         * gst/videofilter/gstvideoflip.c:
16615         * gst/videofilter/gstvideotemplate.c:
16616         (gst_videotemplate_base_init):
16617         * gst/videomixer/videomixer.c:
16618         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16619         (gst_wavparse_class_init), (gst_wavparse_dispose),
16620         (gst_wavparse_reset), (gst_wavparse_init),
16621         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16622         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16623         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16624         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16625         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16626         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16627         (gst_wavparse_change_state):
16628         * gst/wavparse/gstwavparse.h:
16629         * sys/oss/gstossmixerelement.c:
16630         * sys/oss/gstosssink.c:
16631         * sys/oss/gstosssrc.c:
16632         * sys/osxaudio/gstosxaudioelement.c:
16633         * sys/osxaudio/gstosxaudiosink.c:
16634         * sys/osxaudio/gstosxaudiosrc.c:
16635         * sys/sunaudio/gstsunaudiomixer.c:
16636         * sys/sunaudio/gstsunaudiosink.c:
16637           Define GstElementDetails as const and also static (when defined as
16638           global)
16639
16640 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16641
16642         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16643           Source pad has fixed caps. If we don't set this, bad
16644           things happen when the window is resized.
16645
16646 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16647
16648         * gst/matroska/Makefile.am:
16649         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16650         (gst_matroska_demux_handle_src_event):
16651         * gst/matroska/matroska-ids.c:
16652         (gst_matroska_track_init_video_context),
16653         (gst_matroska_track_init_audio_context),
16654         (gst_matroska_track_init_subtitle_context),
16655         (gst_matroska_track_init_complex_context):
16656         * gst/matroska/matroska-ids.h:
16657           Handle case where the TrackType ebml chunk does not come before the
16658           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16659           events.
16660
16661 2006-04-25  Wim Taymans  <wim@fluendo.com>
16662
16663         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16664         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16665         It's codec_data, not codec_info.
16666
16667 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16668
16669         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16670
16671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16672           Handle codec_data for VfW compatibility codec IDs (#339451)
16673
16674         * gst/matroska/matroska-mux.c:
16675         (gst_matroska_mux_video_pad_setcaps):
16676           Same here, handle codec_data and add additional caps we can handle
16677           now to the pad template (huffyuv, dv and h263 video) (#339451)
16678
16679 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16680
16681         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16682
16683         * gst/matroska/matroska-mux.c:
16684         (gst_matroska_mux_create_buffer_header),
16685         (gst_matroska_mux_write_data):
16686           Fix timestamping of B-frames, use signed integers, do
16687           some rounding (#339678).
16688
16689 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16690
16691         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16692         just make it compile with --disable-gst-debug.
16693
16694 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16695
16696         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16697         Fix a bad conversion using gst_guint64_to_gdouble.
16698         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16699         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16700         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16701     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16702         mistake.
16703
16704 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16705
16706         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16707         Use gst_guint64_to_gdouble for conversions
16708         * win32/vs6/gst_plugins_good.dsw:
16709         * win32/vs6/libgsticydemux.dsp:
16710         Add a project file for icydemux
16711
16712 2006-04-21  Wim Taymans  <wim@fluendo.com>
16713
16714         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16715
16716         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16717         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16718         When splitting audio chunks, the block alignment is not taken in
16719         consideration, so the smaller chunks could be of size which is 
16720         not a multiple of the block alignment. Fixes #336904
16721
16722 2006-04-21  Wim Taymans  <wim@fluendo.com>
16723
16724         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16725         Use scale functions
16726
16727 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16728
16729         * ext/dv/gstdv.c: (plugin_init):
16730           Fix build.
16731
16732 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16733
16734         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16735         (gst_progress_report_class_init), (gst_progress_report_init),
16736         (gst_progress_report_do_query), (gst_progress_report_report),
16737         (gst_progress_report_set_property),
16738         (gst_progress_report_get_property):
16739           Add 'format' property to force querying to a particular format.
16740
16741 2006-04-21  Andy Wingo  <wingo@pobox.com>
16742
16743         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16744         best, on big endian systems. Drop its rank in that case. OTOH on
16745         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16746
16747 2006-04-21  Michael Smith  <msmith@fluendo.com>
16748
16749         * configure.ac:
16750         * gst/icydemux/Makefile.am:
16751         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16752         (gst_icydemux_base_init), (gst_icydemux_class_init),
16753         (gst_icydemux_reset), (gst_icydemux_init),
16754         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16755         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16756         (unicodify), (gst_icydemux_unicodify),
16757         (gst_icydemux_parse_and_send_tags),
16758         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16759         (gst_icydemux_chain), (gst_icydemux_change_state),
16760         (gst_icydemux_send_tag_event), (plugin_init):
16761         * gst/icydemux/gsticydemux.h:
16762         * tests/check/Makefile.am:
16763         * tests/check/elements/icydemux.c: (typefind_succeed),
16764         (plugin_init), (icydemux_found_pad), (create_icydemux),
16765         (cleanup_icydemux), (push_data), (GST_START_TEST),
16766         (icydemux_suite), (main):
16767           Add icydemux, and tests.
16768
16769 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16772           Post SEGMENT_DONE message in TIME format.
16773
16774 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16775
16776         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16777
16778         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16779         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16780           Fix index creation when we have to scan the file to create
16781           an index. There may be other types of RIFF 'LIST' chunks than
16782           'movi' and we need to skip them properly as well or we'll end up
16783           reading garbage (#336889). Some other cosmetic changes.
16784           
16785 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16786
16787         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16788         (gst_flac_dec_handle_seek_event):
16789           Add support for segment seeks (fixes #338290). Also demote
16790           some recurring debug message from DEBUG to LOG level.
16791
16792 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16793
16794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16795         (gst_matroskademux_do_index_seek),
16796         (gst_matroska_demux_handle_seek_event),
16797         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16798         * gst/matroska/matroska-ids.h:
16799           Set DISCONT flag on first buffer after a discontinuity.
16800           Fix newsegment events sent when seeking and honour KEY_UNIT
16801           seek flag. Create pad with bogus caps if we don't recognise
16802           the stream codec id.
16803
16804         * gst/matroska/matroska-demux.h:
16805           Fix GObject macros.
16806
16807 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16808
16809         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16810
16811         * gst/matroska/matroska-demux.c:
16812         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16813           Handle end of segment properly when set; don't dead-lock when
16814           posting start of segment message when doing a segment seek.
16815           Fixes #338810.
16816
16817 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16818
16819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16820         (gst_matroska_demux_plugin_init):
16821           Make mpeg2 aac audio work: create artificial private codec data
16822           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16823           Also call gst_riff_init(). Partially fixes #338767.
16824
16825 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16826
16827         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16828         (gst_wavenc_class_init), (gst_wavenc_init),
16829         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16830         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16831         (gst_wavenc_chain), (gst_wavenc_change_state):
16832         * gst/wavenc/gstwavenc.h:
16833           Set caps on first outgoing buffer, so that it doesn't error out
16834           immediately with a non-negotiated error (#338716). Rewrite and
16835           clean up a bit; fix setcaps function to parse things properly;
16836           fix sink caps (8bit audio is unsigned and doesn't have depth);
16837           use boilerplate macros; remove unused properties stuff.
16838
16839 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16840
16841         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16842           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16843           handle MJPEG streams and might be autoplugged for those if the
16844           user doesn't have jpegdec installed (resulting in a cryptic error
16845           message about huffman tables). Better to disable JPEG decoding here
16846           and let the user figure out that she needs to install jpegdec.
16847
16848 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16849
16850         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16851         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16852         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16853         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16854           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16855           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16856           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16857           debug messages. Fix boilerplate macros.
16858
16859 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16860
16861         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16862         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16863           No need to special-case for Gdk-2.0 any longer, we require
16864           Gdk 2.2 or newer; minor clean-ups.
16865
16866 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16867
16868         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16869         (gst_shout2send_class_init), (gst_shout2send_init),
16870         (set_shout_metadata), (gst_shout2send_set_metadata),
16871         (gst_shout2send_event), (gst_shout2send_start),
16872         (gst_shout2send_connect), (gst_shout2send_stop),
16873         (gst_shout2send_render), (gst_shout2send_set_property),
16874         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16875         (plugin_init):
16876         * ext/shout2/gstshout2.h:
16877         * po/POTFILES.in:
16878           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16879           change function; use GST_ELEMENT_ERROR for error reporting, not
16880           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16881           will cause crashes or assertion failures; remove (unused) "sync"
16882           property, basesink already has such a property; misc. other
16883           minor fixes and cleanups.
16884
16885 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16886
16887         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16888         * ext/esd/gstesd.c: (plugin_init):
16889         * po/POTFILES.in:
16890           Add translatable error message for when we cannot
16891           connect to the sound server, as "Cannot open resource
16892           for writing" isn't really an acceptable message to show
16893           to the user in this case.
16894
16895 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * sys/oss/gst-i18n-plugin.h:
16898           Remove bogus file that doesn't belong here.
16899
16900 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16901
16902         Patch by: Philippe Valembois
16903
16904         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16905         (gst_shout2send_set_metadata), (gst_shout2send_event),
16906         (gst_shout2send_render), (gst_shout2send_change_state):
16907         * ext/shout2/gstshout2.h:
16908           Handle tags being received before the connection to
16909           the server is established properly (see #338636).
16910
16911 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16914           Don't crash in case the connection to the server fails:
16915           don't set pointer to NULL by assigning FALSE; error out
16916           properly by using GST_ELEMENT_ERROR and returning
16917           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16918           before resetting the pointer.
16919
16920 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16921
16922         * gst/id3demux/id3tags.c:
16923         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16924         (Fixes #338713)
16925
16926 2006-04-12  Wim Taymans  <wim@fluendo.com>
16927
16928         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16929         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16930         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16931         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16932         (gst_gdk_pixbuf_chain):
16933         Some cleanups.
16934         Added RGBA as a possible output format.
16935         Correctly free the supported mimetypes.
16936         deprecate silent arg, it's not used.
16937         Return result from _alloc_buffer to peer.
16938
16939 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16940
16941         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16942           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16943           overwriting GST_BUFFER_MALLOCDATA.
16944
16945 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16946
16947         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16948         (user_endrow_callback), (user_end_callback),
16949         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16950         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16951         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16952         * ext/libpng/gstpngdec.h:
16953           Handle more than one frame if the content is framed,
16954           like with png-in-quicktime (#331917).
16955
16956 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16957
16958         * sys/oss/Makefile.am:
16959         * sys/oss/common.h:
16960         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16961         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16962         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16963         (gst_oss_src_unprepare):
16964           - the user-visible error strings were in the wrong category
16965           - and the messages were not marked for translation
16966           - which is actually a good thing, because they were exactly
16967             the kind of message you would never want anyone to see
16968           - the macros were using variables that didn't exist in the macro
16969             arguments
16970           - and they were obviously copied from each other and then modified
16971           - so a common header makes sense
16972
16973 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16976           Don't try to modify read-only data.
16977
16978         * gst/matroska/matroska-demux.c:
16979         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16980           Fix comment (won't crash any longer now).
16981
16982 2006-04-10  Michael Smith  <msmith@fluendo.com>
16983
16984         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16985           Use copies of header buffers for caps to avoid circular refcounting
16986           problems (as in theoradec, vorbisdec).
16987
16988         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16989           Fix a typo in test that meant it was testing the wrong thing.
16990
16991         * tests/check/elements/cmmlenc.c: (check_headers):
16992           Fix refcount checks now that we use buffer-copies for caps.
16993
16994 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16995
16996         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16997         (gst_matroska_demux_handle_seek_event),
16998         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16999         (gst_matroska_demux_subtitle_caps),
17000         (gst_matroska_demux_plugin_init):
17001           Use static pad templates with ANY caps for audio and video
17002           source pads and get rid of a lot of unnecessary (and partially
17003           broken) code for the template caps. Clean up caps finding
17004           functions. Fixes playback of audio files/streams that do not
17005           contain the sample rate and/or number of channels in the audio
17006           context (happens a lot with vorbis/mp3 .mka files it seems).
17007           Fixes #337183.
17008           Also add myself to copyright holders.
17009
17010 2006-04-10  Michael Smith  <msmith@fluendo.com>
17011
17012         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17013           Use g_list_delete_link () instead of g_list_remove_link () so that
17014           we free the link as well as the contained data.
17015
17016 2006-04-10  Wim Taymans  <wim@fluendo.com>
17017
17018         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17019
17020         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17021         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17022         (gst_avi_demux_stream_header):
17023         Fix some crashers with empty chunks. (Fixes #337749)
17024
17025 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17026
17027         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17028           use G_GINT64_CONSTANT for INT64 constants
17029         * gst/videofilter/gstvideobalance.c:
17030           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17031         * win32/vs6/libgstavi.dsp:
17032          add missing libraries for the link and remove avimux.c from
17033          the project as it isn't ported to 0.10 yet
17034         
17035 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17036
17037         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17038           Even better would be if we actually did the right thing
17039           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17040
17041 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17042
17043         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17044           Can't just replace 1LL with 1L here just because MSVC doesn't
17045           support it, as it might lead to incorrect results when doing the
17046           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17047           force a 64-bit constant in a way that all compilers are happy with.
17048
17049 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17050
17051         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17052         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17053         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17054         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17055         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17056         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17057         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17058         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17059         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17060         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17061         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17062         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17063         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17064         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17065         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17066         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17067         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17068         * gst/debug/efence.c: (gst_efence_class_init):
17069         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17070         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17071         * gst/goom/gstgoom.c: (gst_goom_class_init):
17072         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17073         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17074         * gst/interleave/interleave.c: (interleave_class_init):
17075         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17076         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17077         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17078         * gst/median/gstmedian.c: (gst_median_class_init):
17079         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17080         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17081         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17082         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17083         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17084         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17085         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17086         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17087         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17088         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17089         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17090         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17091         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17092         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17093         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17094         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17095         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17096         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17097         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17098         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17099         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17100         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17101         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17102         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17103         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17105         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17106         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17107         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17108         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17109         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17110         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17111         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17112         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17113         * sys/osxaudio/gstosxaudioelement.c:
17114         (gst_osxaudioelement_class_init):
17115         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17116         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17117         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17118         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17119
17120 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17121
17122         * ext/mikmod/gstmikmod.h:
17123         * gst/level/gstlevel.h:
17124         Fix more broken GObject macros
17125
17126 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17127
17128         * ext/annodex/gstcmmldec.h:
17129         * ext/annodex/gstcmmlenc.h:
17130         * ext/annodex/gstcmmltag.h:
17131         * ext/cairo/gsttextoverlay.h:
17132         * ext/ladspa/gstsignalprocessor.h:
17133         * gst/matroska/ebml-read.h:
17134         * gst/matroska/ebml-write.h:
17135         * sys/osxaudio/gstosxaudioelement.h:
17136         Fix broken GObject macros
17137
17138 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17139
17140         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17141           Don't try to seek beyond the end of the file (would
17142           occasionally display error dialogs in totem when seeking
17143           to the end) (#335869). Will still throw an error though
17144           if the file is truncated and the total_samples value in
17145           the stream header is wrong.
17146
17147 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17150         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17151         (gst_flac_dec_metadata_callback):
17152         * ext/flac/gstflacdec.h:
17153           If the stream header doesn't contain the total number of samples,
17154           search for the last flac frame at the end of the file and calculate
17155           the total duration from that frame's offset (fixes #337609).
17156
17157 2006-04-07  Edward Hervey  <edward@fluendo.com>
17158
17159         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17160         Don't unref the GstPadTemplate returned by
17161         gst_element_class_get_pad_template().
17162
17163 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17164
17165         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17166
17167         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17168         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17169         * sys/sunaudio/gstsunaudiosink.h:
17170           Use spec->segsize and spec->segtotal in the prepare function
17171           to initialise the ring buffer instead of using the buffer-time
17172           property (#337421).
17173
17174 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17175
17176         * configure.ac:
17177           Bump core requirements to CVS for gst_pad_query_peer_duration()
17178           which is used by speexdec.
17179
17180 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17181
17182         * ext/speex/gstspeex.c: (plugin_init):
17183         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17184         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17185         (speex_get_sink_query_types), (speex_dec_sink_query),
17186         (speex_get_src_query_types), (speex_dec_src_query),
17187         (speex_dec_src_event), (speex_dec_sink_event),
17188         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17189         (speex_dec_chain_parse_data), (speex_dec_chain),
17190         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17191         (speex_dec_change_state):
17192         * ext/speex/gstspeexdec.h:
17193           Fix seeking and duration queries (#337033); clean up and
17194           refactor a bit.
17195
17196 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17197
17198         * ext/raw1394/gstdv1394src.c:
17199           distinguish between device not found and could not open for
17200           reading
17201
17202 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17203
17204         * Makefile.am:
17205         * configure.ac:
17206         * pkgconfig/.cvsignore:
17207         * pkgconfig/Makefile.am:
17208         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17209           add a .pc file so other modules can use good plugins in tests
17210
17211 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17212
17213         * configure.ac:
17214           clean up, use AS_VERSION and AS_NANO
17215         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17216           use PACKAGE_VERSION define
17217         * po/af.po:
17218         * po/az.po:
17219         * po/cs.po:
17220         * po/en_GB.po:
17221         * po/hu.po:
17222         * po/it.po:
17223         * po/nb.po:
17224         * po/nl.po:
17225         * po/or.po:
17226         * po/sq.po:
17227         * po/sr.po:
17228         * po/sv.po:
17229         * po/uk.po:
17230         * po/vi.po:
17231           updated
17232
17233 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17234
17235         * ext\jpeg\smokecodec.c:
17236           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17237         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17238           move first instruction after all variables declarations
17239         * gst\alpha\gstalpha.c:
17240         * gst\effectv\gstshagadelic.c:
17241         * gst\smpte\paint.c:
17242         * gst\videofilter\gstvideobalance.c:
17243           define M_PI if it's not defined (it's not defined on WIN32)
17244         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17245         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17246         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17247         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17248         (gst_matroska_demux_video_caps):
17249         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17250         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17251           use gst_guint64_to_gdouble for conversions
17252         * gst\goom\filters.c: (setPixelRGB_):
17253           fix a debug which was using undefined variable
17254         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17255         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17256           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17257         * win32/vs6:
17258           add vs6 projects files for most of plugins-good
17259         
17260 2006-03-30  j^  <j@bootlab.org>
17261
17262         * ext/aalib/gstaasink.c:
17263         * ext/annodex/gstcmmldec.c:
17264         * ext/annodex/gstcmmlenc.c:
17265         * ext/cairo/gsttextoverlay.c:
17266         * ext/cairo/gsttimeoverlay.c:
17267         * ext/cdio/gstcdiocddasrc.c:
17268         * ext/dv/gstdvdec.c:
17269         * ext/esd/esdmon.c:
17270         * ext/esd/esdsink.c:
17271         * ext/flac/gstflacdec.c:
17272         * ext/flac/gstflacenc.c:
17273         * ext/flac/gstflactag.c:
17274         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17275         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17276         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17277         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17278         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17279         * ext/gdk_pixbuf/pixbufscale.c:
17280         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17281         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17282         * ext/jpeg/gstjpegdec.c:
17283         * ext/jpeg/gstjpegenc.c:
17284         * ext/jpeg/gstsmokedec.c:
17285         * ext/jpeg/gstsmokeenc.c:
17286         * ext/libcaca/gstcacasink.c:
17287         * ext/libmng/gstmngdec.c:
17288         * ext/libmng/gstmngenc.c:
17289         * ext/libpng/gstpngdec.c:
17290         * ext/libpng/gstpngenc.c:
17291         * ext/mikmod/gstmikmod.c:
17292         * ext/raw1394/gstdv1394src.c:
17293         * ext/shout2/gstshout2.c:
17294         * ext/speex/gstspeexdec.c:
17295         * ext/speex/gstspeexenc.c:
17296         * gst/alpha/gstalpha.c:
17297         * gst/alpha/gstalphacolor.c:
17298         * gst/auparse/gstauparse.c:
17299         * gst/autodetect/gstautoaudiosink.c:
17300         (gst_auto_audio_sink_base_init):
17301         * gst/autodetect/gstautovideosink.c:
17302         (gst_auto_video_sink_base_init):
17303         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17304         * gst/cutter/gstcutter.c:
17305         * gst/debug/breakmydata.c:
17306         * gst/debug/efence.c:
17307         * gst/debug/gstnavigationtest.c:
17308         * gst/debug/negotiation.c:
17309         * gst/debug/progressreport.c:
17310         * gst/debug/testplugin.c:
17311         * gst/effectv/gstaging.c:
17312         * gst/effectv/gstdice.c:
17313         * gst/effectv/gstedge.c:
17314         * gst/effectv/gstquark.c:
17315         * gst/effectv/gstrev.c:
17316         * gst/effectv/gstvertigo.c:
17317         * gst/effectv/gstwarp.c:
17318         * gst/flx/gstflxdec.c:
17319         * gst/goom/gstgoom.c:
17320         * gst/interleave/deinterleave.c:
17321         * gst/interleave/interleave.c:
17322         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17323         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17324         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17325         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17326         * gst/level/gstlevel.c:
17327         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17328         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17329         * gst/median/gstmedian.c:
17330         * gst/monoscope/gstmonoscope.c:
17331         * gst/multipart/multipartdemux.c:
17332         * gst/multipart/multipartmux.c:
17333         * gst/oldcore/gstmd5sink.c:
17334         * gst/oldcore/gstmultifilesrc.c:
17335         * gst/oldcore/gstpipefilter.c:
17336         * gst/oldcore/gstshaper.c:
17337         * gst/oldcore/gststatistics.c:
17338         * gst/rtp/gstasteriskh263.c:
17339         * gst/rtp/gstrtpL16depay.c:
17340         * gst/rtp/gstrtpL16pay.c:
17341         * gst/rtp/gstrtpamrdepay.c:
17342         * gst/rtp/gstrtpamrpay.c:
17343         * gst/rtp/gstrtpdepay.c:
17344         * gst/rtp/gstrtpgsmpay.c:
17345         * gst/rtp/gstrtph263pay.c:
17346         * gst/rtp/gstrtph263pdepay.c:
17347         * gst/rtp/gstrtph263ppay.c:
17348         * gst/rtp/gstrtpmp4gpay.c:
17349         * gst/rtp/gstrtpmp4vdepay.c:
17350         * gst/rtp/gstrtpmp4vpay.c:
17351         * gst/rtp/gstrtpmpadepay.c:
17352         * gst/rtp/gstrtpmpapay.c:
17353         * gst/rtp/gstrtppcmadepay.c:
17354         * gst/rtp/gstrtppcmapay.c:
17355         * gst/rtp/gstrtppcmudepay.c:
17356         * gst/rtp/gstrtppcmupay.c:
17357         * gst/rtp/gstrtpspeexdepay.c:
17358         * gst/rtp/gstrtpspeexpay.c:
17359         * gst/rtsp/gstrtpdec.c:
17360         * gst/smpte/gstsmpte.c:
17361         * gst/videobox/gstvideobox.c:
17362         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17363         * gst/videofilter/gstvideobalance.c:
17364         * gst/videofilter/gstvideoflip.c:
17365         * gst/videofilter/gstvideotemplate.c:
17366         (gst_videotemplate_base_init):
17367         * gst/videomixer/videomixer.c:
17368         * gst/wavenc/gstwavenc.c:
17369         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17370          better/unified long descriptions
17371          Fixed #336602
17372          Some cleanups to auparse, don't send multiple newsegments.
17373
17374 2006-03-29  Wim Taymans  <wim@fluendo.com>
17375
17376         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17377
17378         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17379         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17380         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17381         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17382         * ext/dv/gstdvdemux.h:
17383         Seek in READY patch. Only works for pull based mode.
17384         Fixes #323880
17385
17386 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17387
17388         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17389         (gst_gdk_pixbuf_event):
17390           Fix two crashers: don't unref the same caps twice, and
17391           set pixbuf loader to NULL after freeing it.
17392
17393 2006-03-27  Wim Taymans  <wim@fluendo.com>
17394
17395         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17396         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17397         (gst_speexenc_chain):
17398         * ext/speex/gstspeexenc.h:
17399         Don't leak adapter.
17400         A push *always* takes ownership of the buffer, even on
17401         errors.
17402         Small cleanups.
17403
17404 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17405
17406         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17407           Create source pad without leaking.
17408
17409 2006-03-24  Wim Taymans  <wim@fluendo.com>
17410
17411         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17412         * ext/flac/gstflacdec.h:
17413         * ext/flac/gstflacenc.h:
17414         Spifify a bit.
17415         Fix deadly lock order error in seeking code, STREAM_LOCK
17416         cannot be taken within LOCK and the streaming variables are
17417         protected with the STREAM_LOCK anyway.
17418
17419 2006-03-24  Wim Taymans  <wim@fluendo.com>
17420
17421         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17422         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17423         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17424         this patch combines the global init_frames with the stream
17425         init_frames. Rationale being that the global delay should 
17426         be subtracted from any stream delay.
17427         Fixes #335858.
17428
17429 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17430
17431         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17432         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17433         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17434         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17435         use DEBUG_FUNCPTR for collectpads
17436
17437 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17438
17439         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17440           Don't crash when encoding images where the number of rows isn't
17441           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17442
17443 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17444
17445         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17446         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17447         * gst/interleave/interleave.c: (interleave_change_state):
17448         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17449           More state change function fixes.
17450
17451 2006-03-23  Wim Taymans  <wim@fluendo.com>
17452
17453         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17454         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17455         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17456         (gst_esdsink_delay), (gst_esdsink_reset):
17457         * ext/esd/esdsink.h:
17458         Fix esd choppy playback by configuring audiosink
17459         correctly. Fixes #325191
17460
17461 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17462
17463         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17464           Make state change function thread-safe.
17465
17466 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17467
17468         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17469         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17470           Don't try to read beyond the end of the file just because
17471           the header claims a bigger size (like with truncated files).
17472
17473 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17474
17475         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17476         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17477         (gst_wavparse_stream_data), (gst_wavparse_loop):
17478         * gst/wavparse/gstwavparse.h:
17479           Delay source pad creation until we have the first chunk of
17480           media data, so the we can examine the data and adjust the
17481           caps accordingly if required. This makes playback of .wav
17482           files with DTS-declared-as-PCM content work (#313266).
17483
17484 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17485
17486         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17487         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17488         Don't attempt typefinding on too-short buffers that have been
17489         completely trimmed away. (Fixes #330239)
17490
17491         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17492         Improve the debug output
17493
17494 2006-03-21  Wim Taymans  <wim@fluendo.com>
17495
17496         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17497         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17498         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17499         (gst_esdsink_set_property), (gst_esdsink_get_property):
17500         Some cleanups.
17501         Reset fd to -1 when we close them.
17502
17503 2006-03-21  Wim Taymans  <wim@fluendo.com>
17504
17505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17506         the OPTIONS request result is optional so don't
17507         fail on it.
17508
17509 2006-03-21  Edward Hervey  <edward@fluendo.com>
17510
17511         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17512         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17513         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17514         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17515         (gst_wavparse_change_state):
17516         gcc 4.1 unreferenced pointer fixes.
17517
17518 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17519
17520         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17521
17522         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17523           Fix block alignment calculation. Alignment should be done before
17524           adding the byte offset where the data starts (#335231).
17525
17526 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17527
17528         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17529           Ensure that we set correct caps on buffers that are transferred
17530           direct from the input.
17531
17532 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17533
17534         * gst/goom/filters.c: (zoomFilterDestroy):
17535         * gst/goom/goom_core.c: (goom_close):
17536           Free filter data when cleaning up. (Fixes: #334995)
17537
17538 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17539
17540         * configure.ac:
17541           Don't compile udp and rtsp plugins on win32 (mingw) or other
17542           systems that don't have <sys/socket.h> for some reason (#316203).
17543
17544 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17545
17546         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17547         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17548         * ext/raw1394/gstdv1394src.h:
17549           Change bus reset handler so it reports useful information such as
17550           whether the device being used connected or disconnected
17551
17552 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17553
17554         * gst/id3demux/id3v2frames.c:
17555         (parse_relative_volume_adjustment_two):
17556           We only care about gain and peak data for the master volume.
17557
17558 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17559
17560         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17561         (parse_id_string), (parse_unique_file_identifier),
17562         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17563           Read replay gain tags (#323721).
17564
17565 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17566
17567         * configure.ac:
17568           Bump requirements to gst-plugins-base CVS because
17569           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17570
17571 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17572
17573         * rtp/gst/gstrtppcmadepay.c:
17574         Fixed one of the caps in the code from mulaw to alaw.
17575
17576 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17577
17578         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17579           Ensure that we set caps on the buffers we pass.
17580
17581         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17582         (gst_id3demux_sink_activate):
17583           Ensure that we set caps on the buffers we pass.
17584
17585           Use STREAM, TYPE_NOT_FOUND as the error class when
17586           typefinding fails.
17587
17588 2006-03-15  Edward Hervey  <edward@fluendo.com>
17589
17590         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17591         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17592         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17593         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17594         (gst_jpeg_dec_setcaps):
17595         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17596         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17597         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17598         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17599         (gst_mngdec_src_getcaps):
17600         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17601         (gst_pngdec_caps_create_and_set):
17602         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17603         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17604         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17605         * gst/alpha/gstalpha.c: (gst_alpha_init):
17606         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17607         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17608         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17609         * gst/cutter/gstcutter.c: (gst_cutter_init):
17610         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17611         (gst_efence_checkgetrange):
17612         * gst/debug/negotiation.c: (gst_negotiation_init):
17613         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17614         * gst/goom/gstgoom.c: (gst_goom_init):
17615         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17616         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17617         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17618         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17619         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17620         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17621         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17622         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17623         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17624         (gst_wavparse_create_sourcepad):
17625         Fix memleak with gst_static_pad_template_get().
17626         This uses gst_pad_new_from_static_template() instead.
17627         Fixes #333512
17628
17629 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17630
17631         * configure.ac:
17632           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17633           used by id3demux.
17634
17635         * gst/id3demux/gstid3demux.c: (plugin_init):
17636         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17637         (parse_user_text_identification_frame),
17638         (parse_unique_file_identifier):
17639           Add support for UFID and TXXX frames and extract musicbrainz tags.
17640
17641 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17642
17643         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17644           Catch short reads, like they might happen with truncated
17645           files (see #305279); remove unnecessary indentation.
17646
17647 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17648
17649         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17650           Fix DIB image inversion for pictures with a
17651           depth != 8 (#305279).
17652
17653 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17654
17655         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17656         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17657         * ext/jpeg/gstjpegdec.h:
17658           Fix durations on outgoing buffers after seeking
17659           in MJPEG files (#334083); some minor clean-ups.
17660
17661 2006-03-13  Wim Taymans  <wim@fluendo.com>
17662
17663         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17664         (gst_wavparse_change_state):
17665         Implement seek in READY (re-fixes #327658)
17666
17667 2006-03-13  Wim Taymans  <wim@fluendo.com>
17668
17669         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17670         * ext/esd/esdmon.c: (gst_esdmon_get):
17671         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17672         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17673         (gst_gdk_pixbuf_sink_getcaps):
17674         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17675         (gst_jpegenc_setcaps):
17676         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17677         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17678         (gst_smokeenc_setcaps):
17679         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17680         (gst_mngdec_src_getcaps):
17681         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17682         (gst_mngenc_chain):
17683         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17684         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17685         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17686         (speex_dec_src_event), (speex_dec_chain):
17687         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17688         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17689         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17690         (gst_negotiation_pad_link), (gst_negotiation_chain):
17691         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17692         (gst_flxdec_chain):
17693         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17694         (deinterleave_chain):
17695         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17696         * gst/median/gstmedian.c: (gst_median_link):
17697         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17698         (gst_monoscope_chain):
17699         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17700         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17701         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17702         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17703         close #333784 unref the result of gst_pad_get_parent()
17704         by: Christophe Fergeau.
17705
17706 2006-03-09  Wim Taymans  <wim@fluendo.com>
17707
17708         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17709         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17710         Handle events in push mode better, can now do non-flushing
17711         seeks in push mode as well.
17712
17713 2006-03-07  Wim Taymans  <wim@fluendo.com>
17714
17715         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17716         Applied patch from Kai Vehmanen, fixes #333624.
17717
17718 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17719
17720         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17721         Implement paletted and grayscale png files handling.
17722         (#150363).
17723
17724 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17725
17726         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17727         (gst_speexenc_chain):
17728           fix a tag list assert
17729           follow gst-plugins-base/ext/ogg/README; set OFFSET
17730           and OFFSET_END.  Muxes correctly with gst-plugins-base
17731           > 0.9.3
17732
17733 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17734
17735         * gst/id3demux/Makefile.am:
17736         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17737         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17738           Use new typefind helper functions here as well, and
17739           do typefinding in pull-mode if upstream supports that.
17740
17741 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * sys/sunaudio/gstsunaudiomixerctrl.c:
17744         (gst_sunaudiomixer_ctrl_get_volume),
17745         (gst_sunaudiomixer_ctrl_set_volume):
17746         * sys/sunaudio/gstsunaudiomixertrack.c:
17747         (gst_sunaudiomixer_track_new):
17748           Remove unused variables, breaks build from CVS
17749           with -Werror (#333392, patch by: Benjamin Pineau)
17750
17751 2006-03-03  Wim Taymans  <wim@fluendo.com>
17752
17753         * docs/plugins/Makefile.am:
17754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17756         Added wavparse docs.
17757
17758         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17759         (gst_wavparse_reset), (gst_wavparse_init),
17760         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17761         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17762         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17763         (gst_wavparse_stream_data), (gst_wavparse_loop),
17764         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17765         (gst_wavparse_change_state):
17766         * gst/wavparse/gstwavparse.h:
17767         Implement seek in READY (fixes #327658)
17768         Added docs and did some cleanups.
17769
17770 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17771
17772         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17773         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17774         (gst_avi_demux_calculate_durations_from_index),
17775         (gst_avi_demux_stream_header):
17776         * gst/avi/gstavidemux.h:
17777           If we have an index, use a duration based on the index instead
17778           of blindly trusting the information in the stream headers
17779           (fixes #331817).
17780
17781 2006-03-03  Wim Taymans  <wim@fluendo.com>
17782
17783         * docs/plugins/Makefile.am:
17784         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17785         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17786         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17787         Added smoke and jpeg to the docs.
17788
17789         * ext/jpeg/Makefile.am:
17790         * ext/jpeg/gstjpeg.c: (plugin_init):
17791         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17792         * ext/jpeg/gstjpegenc.h:
17793         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17794         (gst_smokedec_chain):
17795         * ext/jpeg/gstsmokedec.h:
17796         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17797         * ext/jpeg/gstsmokeenc.h:
17798         * ext/jpeg/smokecodec.h:
17799         Port smokedec (fixes #331905).
17800         Added some docs.
17801         Some cleanups.
17802
17803 2006-03-03  Wim Taymans  <wim@fluendo.com>
17804
17805         * docs/plugins/Makefile.am:
17806         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17807         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17808         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17809         Added videobalance and videoflip to the docs.
17810
17811         * gst/videofilter/Makefile.am:
17812         * gst/videofilter/gstvideobalance.c:
17813         (gst_video_balance_update_tables_planar411),
17814         (gst_video_balance_is_passthrough),
17815         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17816         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17817         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17818         (gst_video_balance_finalize), (gst_video_balance_class_init),
17819         (gst_video_balance_init), (gst_video_balance_interface_supported),
17820         (gst_video_balance_interface_init),
17821         (gst_video_balance_colorbalance_list_channels),
17822         (gst_video_balance_colorbalance_set_value),
17823         (gst_video_balance_colorbalance_get_value),
17824         (gst_video_balance_colorbalance_init),
17825         (gst_video_balance_set_property), (gst_video_balance_get_property),
17826         (gst_video_balance_get_type), (plugin_init):
17827         * gst/videofilter/gstvideobalance.h:
17828         Ported to 0.10. (Fixes #326160)
17829         Added docs.
17830
17831         * gst/videofilter/gstvideoflip.c:
17832         * gst/videofilter/gstvideoflip.h:
17833         Added docs.
17834
17835 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17836
17837         * configure.ac:
17838           Bump requirements to current core and -base CVS
17839           (core for new typefind helper API, and -base for the
17840           WAVFORMATEX support that was added to libgstriff and
17841           is needed by wavparse).
17842         
17843         * gst/apetag/Makefile.am:
17844         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17845         (gst_tag_demux_sink_activate):
17846           Use new typefind helpers for typefinding instead of our
17847           home-grown stuff; also, do typefinding in pull-mode if
17848           upstream supports that.
17849
17850 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17851
17852         Reviewed by: Christian Schaller <christian@fluendo.com>
17853
17854         This patch fixes bug: 329107
17855
17856         This Changelog entry is for a commit done on February 17
17857
17858         * ext/gconf/gconf.c
17859         * ext/gconf/gconf.h
17860         * ext/gconf/gstgconfaudiosink.c
17861         * ext/gconf/gstgconfaudiosink.h
17862         * gconf/gstreamer.schemas.in
17863
17864 2006-02-28  Wim Taymans  <wim@fluendo.com>
17865
17866         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17867         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17868         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17869         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17870         Use DEBUG_OBJECT more.
17871
17872 2006-02-28  Wim Taymans  <wim@fluendo.com>
17873
17874         * docs/plugins/Makefile.am:
17875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17877         Added dvdec and dvdemux to docs.
17878
17879         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17880         Added docs.
17881         Check frame sizes so we don't crash when don't have enough
17882         data.
17883         Send nice error messages on error.
17884
17885         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17886         (gst_dvdemux_class_init), (gst_dvdemux_init),
17887         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17888         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17889         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17890         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17891         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17892         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17893         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17894         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17895         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17896         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17897         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17898         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17899         * ext/dv/gstdvdemux.h:
17900         Added docs.
17901         Implement pull mode.
17902         Fix memleaks.
17903         Reduce memcpy for the video demuxing.
17904
17905 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17906
17907         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17908         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17909         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17910         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17911           Add a little extra debug. Make the decoder not return NOT_LINKED,
17912           as we want to continue decoding all CMML and emitting tags.
17913
17914 2006-02-27  Michael Smith  <msmith@fluendo.com>
17915
17916         * ext/annodex/gstskeltag.c:
17917         * ext/annodex/gstskeltag.h:
17918           Deleted; these files aren't used any more either.
17919
17920 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17921
17922         * ext/Makefile.am: Fix dist-check.
17923
17924 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17925
17926         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17927         memleak.
17928
17929 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17930
17931         * ext/annodex/Makefile.am:
17932         * ext/annodex/gstannodex.c:
17933         * ext/annodex/gstcmmldec.c:
17934         * ext/annodex/gstcmmlenc.c:
17935         * ext/annodex/gstcmmlparser.c:
17936         * ext/annodex/gstcmmlparser.h:
17937         * ext/annodex/gstcmmlutils.c:
17938         * tests/check/elements/cmmldec.c:
17939         * tests/check/elements/cmmlenc.c:
17940           Fix a memleak in gst_cmml_track_list_add_clip.
17941           Handle overflows in clip's start and end times.
17942           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17943           Do not parse junk at the end of a CMML preamble buffer.
17944           Register a libxml error handler to not print stuff on stderr.
17945           Check for bad clip start and end times in the testsuites.
17946
17947 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17948
17949         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17950         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17951         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17952         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17953         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17954         possible memleaks.
17955
17956 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17957
17958         * tests/check/Makefile.am:
17959         * tests/check/elements/cmmldec.c:
17960         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17961         the plugins-base tags.
17962
17963 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17964
17965         * ext/Makefile.am: Re-enable module.
17966
17967 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17968
17969         * tests/check/Makefile.am: Forgot to remove that test.
17970
17971 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17972
17973         * ext/annodex/Makefile.am:
17974         * ext/annodex/gstannodex.c: (plugin_init):
17975         * ext/annodex/gstcmmldec.c:
17976         * ext/annodex/gstskeldec.c:
17977         * ext/annodex/gstskeldec.h:
17978         * tests/check/Makefile.am:
17979         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17980
17981 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17982
17983         * tests/check/Makefile.am: Disable those checks as well.
17984
17985 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17986
17987         * ext/Makefile.am: Disable annodex for now until we figure out
17988         how to make it build.
17989         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17990         Add a rule to your checklist : "please try to at least build 
17991         what you are going to commit into -good, or if you are too lazy
17992         to do that, please check that the buildbots are not crying because
17993         of your commit."
17994
17995 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17996
17997         * configure.ac:
17998         * ext/Makefile.am:
17999         * ext/gdk_pixbuf/Makefile.am:
18000         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18001         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18002         * ext/gdk_pixbuf/pixbufscale.c:
18003         * ext/gdk_pixbuf/pixbufscale.h:
18004           Gdkpixbuf ported from 0.8 to 0.10 by
18005           Renato Filho <renato.filho@indt.org.br>.
18006           gst_loader and gdkpixbufanimation still need port.
18007
18008 2006-02-24  Michael Smith  <msmith@fluendo.com>
18009
18010         * configure.ac:
18011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18012         * ext/Makefile.am:
18013         * ext/annodex/Makefile.am:
18014         * ext/annodex/gstannodex.c:
18015         * ext/annodex/gstannodex.h:
18016         * ext/annodex/gstcmmldec.c:
18017         * ext/annodex/gstcmmldec.h:
18018         * ext/annodex/gstcmmlenc.c:
18019         * ext/annodex/gstcmmlenc.h:
18020         * ext/annodex/gstcmmlparser.c:
18021         * ext/annodex/gstcmmlparser.h:
18022         * ext/annodex/gstcmmltag.c:
18023         * ext/annodex/gstcmmltag.h:
18024         * ext/annodex/gstcmmlutils.c:
18025         * ext/annodex/gstcmmlutils.h:
18026         * ext/annodex/gstskeldec.c:
18027         * ext/annodex/gstskeldec.h:
18028         * ext/annodex/gstskeltag.c:
18029         * ext/annodex/gstskeltag.h:
18030         * tests/check/Makefile.am:
18031         * tests/check/elements/cmmldec.c:
18032         * tests/check/elements/cmmlenc.c:
18033         * tests/check/elements/skeldec.c:
18034           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18035           Includes tests & docs, oh my! Passes Thomas's -good checklist
18036           entirely. Wow.
18037
18038 2006-02-24  Michael Smith  <msmith@fluendo.com>
18039
18040         * autogen.sh:
18041           Check for automake 1.9 as well.
18042
18043 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18044
18045         * ext/flac/gstflacenc.c:
18046           Change min. sample rate to 8kHz to match flacdec's.
18047           
18048 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18049
18050         * ext/cdio/Makefile.am:
18051           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18052           required for Cygwin, see #317048)
18053
18054         * gst/rtp/gstasteriskh263.c:
18055           Cygwin has includes for both the unix network socket API
18056           and the windows API, but only one can be included, so fix
18057           includes to only use one or the other, prefering the unxi
18058           one (#317048).
18059
18060 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18061
18062         * rtp/gst/gstrtppcmadepay.c:
18063         * rtp/gst/gstrtppcmadepay.h:
18064         * rtp/gst/gstgstrtppcmapay.c:
18065         * rtp/gst/gstgstrtppcmapay.h:
18066         * rtp/gst/gstrtppcmudepay.c:
18067         * rtp/gst/gstrtppcmudepay.h:
18068         * rtp/gst/gstrtppcmupay.c:
18069         * rtp/gst/gstrtppcmupay.h:
18070         * rtp/gst/Makefile.am:
18071         * rtp/gst/gstrtp.c:
18072         * rtp/gst/README:
18073         Separated the G711 payloaders/depayloaders into separate elements for
18074         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18075
18076 2006-02-22  Wim Taymans  <wim@fluendo.com>
18077
18078         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18079         (gst_dvdec_change_state):
18080         * ext/dv/gstdvdec.h:
18081         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18082         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18083         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18084         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18085         (gst_dvdemux_flush), (gst_dvdemux_chain),
18086         (gst_dvdemux_change_state):
18087         * ext/dv/gstdvdemux.h:
18088         Ueber spiffify some more, added debug category.
18089         Use _scale.
18090         Use segments, respect playback rate from newsegment.
18091         Fix refcount issue.
18092
18093 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18094
18095         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18096         (gst_signal_processor_process):
18097         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18098         enabled for the build, but it helps me win the feature-count
18099         competitions ooh yeah.
18100
18101 2006-02-19  Wim Taymans  <wim@fluendo.com>
18102
18103         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18104         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18105         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18106         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18107         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18108         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18109         Use scaling code for added precission and more correct stop
18110         position in case scale==0.
18111
18112 2006-02-19  Wim Taymans  <wim@fluendo.com>
18113
18114         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18115         (gst_flxdec_chain):
18116         * gst/flx/gstflxdec.h:
18117         Implement DURATION query.
18118
18119 2006-02-19  Wim Taymans  <wim@fluendo.com>
18120
18121         * gst/flx/flx_color.h:
18122         * gst/flx/flx_fmt.h:
18123         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18124         (gst_flxdec_src_query_handler), (flx_decode_color),
18125         (gst_flxdec_chain):
18126         * gst/flx/gstflxdec.h:
18127         Set MALLOCDATA for the temp buffers so we don't leak.
18128         Some debug cleanups.
18129         Consume all data in the adapter before leaving the chain
18130         function. Fixes #330678.
18131
18132 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18133
18134         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18135         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18136          Handle 0 data size in otherwise valid frames.
18137          Handle numeric strings in 2.4.0 even when not in parentheses 
18138
18139 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18140
18141         * gst/matroska/matroska-demux.c:
18142         (gst_matroska_demux_subtitle_caps),
18143         (gst_matroska_demux_plugin_init):
18144         * gst/matroska/matroska-ids.h:
18145           Recognise SSA/ASS and USF subtitle formats and
18146           set proper caps when they are found.
18147
18148 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18149
18150         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18151         (gst_jpeg_dec_chain):
18152           Fix invalid memory access for some odd-sized images
18153           (see image contained in quicktime stream in #327083);
18154           use g_malloc() instead of g_alloca().
18155
18156 2006-02-17  Wim Taymans  <wim@fluendo.com>
18157
18158         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18159         Patch from Sebastien Cote, fixes #319884
18160
18161 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18162
18163         * ext/cdio/gstcdio.c: (plugin_init):
18164           Init debug category (#331253).
18165
18166 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18167
18168         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18169           Pass extra_data to gst_riff_create_audio_caps(), so that
18170           WAVEFORMATEX stuff works. Post audio codec name and post
18171           it as taglist on the bus. Allow up to 8 channesl for raw
18172           PCM in the source pad template caps.
18173
18174 2006-02-16  Wim Taymans  <wim@fluendo.com>
18175
18176         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18177         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18178         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18179         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18180         (gst_multipart_set_property), (gst_multipart_get_property):
18181         Applied #318663. Gives quite a few false positives in
18182         autoscan mode, but it's better than nothing. Not closing yet.
18183
18184 2006-02-16  Wim Taymans  <wim@fluendo.com>
18185
18186         * docs/plugins/Makefile.am:
18187         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18188         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18189         * docs/plugins/gst-plugins-good-plugins.args:
18190         * docs/plugins/inspect/plugin-udp.xml:
18191         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18192         (gst_udpsrc_start):
18193         Update documentation.
18194         Fix args.
18195
18196 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18197
18198         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18199         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18200         frame size. (Fixes #331368)
18201
18202 2006-02-16  Wim Taymans  <wim@fluendo.com>
18203
18204         * gst/rtsp/README:
18205         Updated README.
18206
18207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18208         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18209         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18210         * gst/rtsp/gstrtspsrc.h:
18211         Make sure the RTP port is an even port an try to allocate 
18212         another if not.
18213         Added retry property to control max retries for port allocation.
18214         Make sure RTCP port is RTP port+1.
18215         Cleanup when port allocation fails.
18216         Fixes #319183.
18217         
18218 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18219
18220         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18221           Don't ignore return value of the parent class's state
18222           change function (#331385, patch by: Wouter Paesen).
18223
18224 2006-02-15  Wim Taymans  <wim@fluendo.com>
18225
18226         * configure.ac:
18227         * docs/plugins/Makefile.am:
18228         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18229         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18230         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18231         * ext/Makefile.am:
18232         * ext/hal/Makefile.am:
18233         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18234         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18235         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18236         (do_toggle_element), (gst_hal_audio_sink_set_property),
18237         (gst_hal_audio_sink_get_property),
18238         (gst_hal_audio_sink_change_state):
18239         * ext/hal/gsthalaudiosink.h:
18240         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18241         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18242         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18243         (do_toggle_element), (gst_hal_audio_src_set_property),
18244         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18245         * ext/hal/gsthalaudiosrc.h:
18246         * ext/hal/gsthalelements.c: (plugin_init):
18247         * ext/hal/gsthalelements.h:
18248         * ext/hal/hal.c: (gst_hal_get_string),
18249         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18250         (gst_hal_get_audio_src):
18251         * ext/hal/hal.h:
18252         Add HAL sound device wrapper plugins. Closes #329106
18253
18254 2006-02-15  Wim Taymans  <wim@fluendo.com>
18255
18256         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18257         Add comment in a fultile attempt to stop the copy-and-paste 
18258         paradigm leading to duplication of bad code.
18259
18260         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18261         Mime parameters have to be checked case insensitive
18262
18263 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18264
18265         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18266           Advance stream time for lagging subtitle streams by sending
18267           newsegment events with the update flag set.
18268
18269 2006-02-14  Edward Hervey  <edward@fluendo.com>
18270
18271         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18272         There can be bogus data before the hdrl LIST tag in the RIFF header.
18273         It's hard to say if it's not respecting the AVI specifications or not,
18274         but since Google Video is producing AVIs like that and the other player
18275         don't seem to complain, I guess we should do the same.
18276
18277 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18278
18279         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18280         (parse_split_strings):
18281         Add more validation to ensure that a char encoding conversion
18282         produced a valid UTF-8 string.
18283
18284 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18285
18286         Reviewed by: Edward Hervey  <edward@fluendo.com>
18287
18288         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18289         Properly handle end of segment. Closes #330885.
18290
18291 2006-02-13  Wim Taymans  <wim@fluendo.com>
18292
18293         * gst/rtp/gstrtpmp4gpay.h:
18294         For got to commit this one.
18295
18296 2006-02-12  Wim Taymans  <wim@fluendo.com>
18297
18298         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18299         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18300         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18301         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18302         * gst/rtp/gstrtpmp4gpay.h:
18303         Make more things work.
18304         Handle ACC config strings.
18305
18306 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18307
18308         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18309           set timestamps if no incoming timestamps set
18310
18311 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18312
18313         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18314         (gst_tag_demux_do_typefind):
18315           ... and fix the very same leaks in GstTagDemux.
18316
18317 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18318
18319         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18320         (gst_id3demux_do_typefind):
18321         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18322         <jonathan at kaolin dot wh9 dot net>)
18323
18324 2006-02-10  Wim Taymans  <wim@fluendo.com>
18325
18326         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18327         First set options, then set caps or else the baseclass
18328         will not know about the options, duh.
18329
18330 2006-02-10  Wim Taymans  <wim@fluendo.com>
18331
18332         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18333         (gst_rtp_mp4v_pay_setcaps):
18334         Don't waste time looking for a config string if we have codec_info
18335         on the incomming caps.
18336
18337 2006-02-10  Wim Taymans  <wim@fluendo.com>
18338
18339         * gst/rtp/README:
18340         Say something about case-sensitivity of caps vs mime-attributes.
18341
18342         * gst/rtp/Makefile.am:
18343         * gst/rtp/gstrtp.c: (plugin_init):
18344         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18345         (gst_rtp_amr_pay_handle_buffer):
18346         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18347         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18348         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18349         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18350         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18351         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18352         (gst_rtp_mp4g_pay_plugin_init):
18353         * gst/rtp/gstrtpmp4gpay.h:
18354         Added beginnings of mpeg4-generic payloader (RFC 3640)
18355
18356 2006-02-09  Wim Taymans  <wim@fluendo.com>
18357
18358         * gst/rtsp/Makefile.am:
18359         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18360         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18361         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18362         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18363         (gst_rtpdec_change_state):
18364         * gst/rtsp/gstrtpdec.h:
18365         * gst/rtsp/gstrtsp.c: (plugin_init):
18366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18367         * gst/rtsp/rtspconnection.c: (read_body),
18368         (rtsp_connection_receive):
18369         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18370         Resurected rtpdec to make rtspsrc happy again.
18371         Skip attributes from the session id.
18372         Don't crash when dumping a message with an empty body.
18373
18374
18375 2006-02-09  Wim Taymans  <wim@fluendo.com>
18376
18377         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18378         Added more meaningfull warnings when something goes wrong.
18379         Clear F bit on outgoing AMR packets.
18380
18381         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18382         (gst_rtp_amr_pay_handle_buffer):
18383         Added debugging category
18384         Support payloading of multiple AMR frames.
18385
18386         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18387         Added some debugging.
18388
18389 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18390
18391         * configure.ac:
18392           Back to CVS
18393
18394 === release 0.10.2 ===
18395
18396 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18397
18398         * configure.ac:
18399           releasing 0.10.2, "Papa was a rolling stone"
18400
18401 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18402
18403         * configure.ac:
18404           Bump core and plugins-base requirement to 0.10.2.2
18405           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18406
18407 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18408
18409         * ext/flac/gstflac.c: (plugin_init):
18410         * ext/speex/gstspeex.c: (plugin_init):
18411           Register musicbrainz tags.
18412
18413 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18414
18415         * ext/gconf/gconf.h:
18416           Remove declaration of function that no longer exists.
18417
18418 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18419
18420         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18421         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18422         Make shout2 work for non ogg streams
18423
18424 2006-02-06  Wim Taymans  <wim@fluendo.com>
18425
18426         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18427         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18428         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18429         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18430         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18431         * gst/udp/gstmultiudpsink.h:
18432         Updated docs.
18433         Added properties bytes-served, bytes_to_serve.
18434         Post proper error messages,
18435         Emit client added signal too.
18436
18437 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18438
18439         * docs/plugins/Makefile.am:
18440         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18441         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18442         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18443         (gst_multiudpsink_get_stats):
18444           adding docs for multiudpsink
18445
18446 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18447
18448         * gst/level/gstlevel.c: (gst_level_transform_ip):
18449           peak below decay is not necessarily an error, so don't ERROR log
18450
18451 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18452
18453         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18454         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18455         (gst_ebml_write_seek):
18456         * gst/matroska/ebml-write.h:
18457           Make sure we send a newsegment event in BYTES format
18458           before sending buffers (#328531).
18459
18460 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18461
18462         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18463         (gst_dvdemux_sink_query):
18464         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18465         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18466         (speex_dec_src_query):
18467         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18468         (gst_speexenc_sink_query):
18469         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18470         * gst/matroska/matroska-demux.c:
18471         (gst_matroska_demux_get_src_query_types),
18472         (gst_matroska_demux_handle_src_query):
18473         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18474         (gst_wavparse_pad_query):
18475           Pass unhandled queries upstream instead of just dropping
18476           them (#326446). Update query type arrays here and there.
18477
18478 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18479
18480         * tests/check/elements/matroskamux.c: (setup_src_pad):
18481           Collectpads in core got changed and now also holds a
18482           reference to any pad that is part of it. Fix refcount
18483           checks in test case accordingly.
18484
18485 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18486
18487         * gst/apetag/gstapedemux.h:
18488           Fix include, for now GstTagDemux is in the apetag dir.
18489
18490 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18491
18492         * docs/plugins/Makefile.am:
18493         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18494         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18495         * docs/plugins/inspect/plugin-cdio.xml:
18496           Add cdio plugin to docs.
18497
18498         * ext/cdio/gstcdiocddasrc.c:
18499           Add gtk-doc blurb.
18500
18501         * ext/cdio/gstcdio.c:
18502           The plugin is called 'cdio' not 'cddio'.
18503
18504 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506         * configure.ac:
18507         * docs/plugins/Makefile.am:
18508         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18509         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18510         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18511         * docs/plugins/inspect/plugin-apetag.xml:
18512         * gst/apetag/Makefile.am:
18513         * gst/apetag/gstapedemux.c:
18514         * gst/apetag/gstapedemux.h:
18515         * gst/apetag/gsttagdemux.c:
18516         * gst/apetag/gsttagdemux.h:
18517           Add APE tag demuxer (#325649).
18518
18519 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18520
18521         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18522         (gst_gconf_get_default_video_sink),
18523         (gst_gconf_get_default_audio_src),
18524         (gst_gconf_get_default_video_src):
18525         * ext/gconf/gconf.h:
18526         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18527         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18528         (do_toggle_element):
18529         * ext/gconf/gstgconfaudiosink.h:
18530         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18531         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18532         (do_toggle_element):
18533         * ext/gconf/gstgconfaudiosrc.h:
18534         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18535         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18536         (do_toggle_element):
18537         * ext/gconf/gstgconfvideosink.h:
18538         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18539         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18540         (do_toggle_element):
18541         * ext/gconf/gstgconfvideosrc.h:
18542           Ignore changing the GConf key to "". Ignore GConf key updates
18543           that don't actually change the string.
18544           For now, ignore the GConf key when the state is > READY, as
18545           it breaks streaming. Sometime it will be nice to bring the
18546           new sink online even mid-stream, by sending NEWSEGMENT info
18547           and possibly prerolling.
18548           (Fixes #326736)
18549
18550 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18551
18552         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18553         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18554         (zoomFilterSetResolution), (zoomFilterDestroy),
18555         (zoomFilterFastRGB), (pointFilter):
18556         * gst/goom/filters.h:
18557         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18558         (goom_update), (goom_close):
18559         * gst/goom/goom_core.h:
18560         * gst/goom/goom_tools.h:
18561         * gst/goom/graphic.c:
18562         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18563         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18564         * gst/goom/gstgoom.h:
18565         * gst/goom/lines.c: (goom_lines):
18566         * gst/goom/lines.h:
18567           Make goom reentrant by moving all important static variables
18568           into instance structures.
18569           (Fixes #329181)
18570
18571 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18572
18573         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18574         (gst_avi_demux_all_source_pads_unlinked),
18575         (gst_avi_demux_process_next_entry):
18576         * gst/avi/gstavidemux.h:
18577           Third attempt, use gst_pad_is_linked() this time.
18578
18579 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18580
18581         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18582         (parse_split_strings):
18583         Adjust for data length indicators when parsing (Fixes #329810)
18584         Fix stupid bug parsing UTF-8 tag text.
18585         Output tag strings with multiple fields as multiple tags, so the
18586         app gets all the data.
18587
18588 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18589
18590         * ext/flac/gstflacenc.c:
18591         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18592         show me.
18593         
18594 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18595
18596         * ext/flac/gstflacenc.c:
18597         * gst/matroska/ebml-read.c:
18598         Just make it compile with --disable-gst-debug.
18599
18600 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18601
18602         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18603         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18604         (id3v2_genre_fields_to_taglist):
18605           Never output a tag with a null contents string.
18606
18607 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18608
18609         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18610           Only pause if all pads are unlinked AND we've tried to send data
18611           on all of them at least once.
18612
18613 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18614
18615         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18616         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18617           Make loop function/task pause itself when all source pads are
18618           unlinked.
18619
18620 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18621
18622         * configure.ac:
18623         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18624           Use new functions from core to render a bin from a
18625           string. Fixes build. Up requirements to core CVS.
18626
18627 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18628
18629         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18630           Don't push buffers into the adapter that we are going to
18631           push downstream again without framing anyway. Also, the
18632           adaptor takes ownership of buffers put into it (fixes
18633           auparse pushing invalid buffers for .au files with
18634           ADPCM contents). Finally, set caps on all outgoing buffers.
18635
18636 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18637
18638         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18639         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18640         (gst_id3demux_send_tag_event):
18641         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18642         Someone should kick my butt. Remove ID3v1 tags from the end of the
18643         file.
18644
18645         Improve error messages. Send the TAG message as soon as we complete
18646         typefinding, instead of waiting until we send the first buffer.
18647         Downstream tag event is still sent before the first buffer.
18648
18649 2006-01-27  Jan Gerber  <j@bootlab.org>
18650
18651         Reviewed by: Andy Wingo <wingo@pobox.com>
18652
18653         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18654         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18655         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18656         to not have warings flooding stderr. this is the suggested way
18657         also used in dvgrab and kino. (#328336)
18658
18659 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18660
18661         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18662         (gst_oss_sink_init), (gst_oss_sink_finalise):
18663           Free the device name string when finalised.
18664
18665 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18666
18667         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18668           Don't put function calls in g_return_if_fail() statements,
18669           or they'll be replaced with NOOPs if someone compiles with
18670           G_DISABLE_CHECKS defined.
18671           
18672 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18673
18674         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18675         Never trust ANY information encoded in a media file, especially
18676         when it's giving you sizes. (Fixes #328452)
18677
18678 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18679
18680         * gst/rtp/gstrtpg711pay.c:
18681         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18682         bug #325148.
18683
18684 2006-01-23  Edward Hervey  <edward@fluendo.com>
18685
18686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18687         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18688         * gst/matroska/matroska-ids.h:
18689         Added recognition of Real Audio and Video streams in matroska demuxer.
18690
18691 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18692
18693         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18694           Remove errant break statement, and fix compilation with
18695           older GCC.
18696
18697 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18698
18699         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18700
18701         * sys/sunaudio/gstsunaudiomixerctrl.c:
18702         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18703           Export functions that are needed in other parts of the code,
18704           makes the mixer actually work; adjust magic minimum buffer-time
18705           value from 3ms to 5ms to work around stuttering during mp3
18706           playback (#327765).
18707
18708 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18709
18710         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18711
18712         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18713         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18714           Fix possible deadlock in matroska muxer (#327825).
18715
18716 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18717
18718         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18719         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18720         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18721         * gst/rtsp/sdpmessage.h:
18722         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18723         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18724           C89 fixes: declare variables at the beginning of a block and
18725           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18726           <jensgr at gmx dot net>).
18727
18728 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18729
18730         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18731         * gst/id3demux/id3tags.h:
18732         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18733         (parse_comment_frame), (parse_text_identification_frame),
18734         (id3v2_tag_to_taglist), (id3v2_are_digits),
18735         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18736         (parse_split_strings), (free_tag_strings):
18737           Rewrite parsing of text tags to handle multiple NULL terminated
18738           strings. Parse numeric genre strings and ID3v2 type
18739           "(3)(6)Alternative" style genre strings.
18740           Parse dates that are only YYYY or YYYY-mm format.
18741           (Fixes #328241 and #322154)
18742
18743 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18746           Don't forget to initialize liboil, otherwise our oil functions
18747           will crash (fixes #327871; patch by: Christoph Burghardt
18748           <hawkes at web dot de>).
18749
18750 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18751
18752         * configure.ac:
18753           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18754           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18755           patch by: Brian Cameron <brian dot cameron at sun dot com>
18756
18757 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18758
18759         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18760         * ext/cdio/gstcdio.h:
18761         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18762           Fix build for libcdio versions >= 76; give slightly lower rank
18763           than cdparanoia.
18764
18765 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18766
18767         * configure.ac:
18768         * ext/Makefile.am:
18769         * ext/cdio/Makefile.am:
18770         * ext/cdio/gstcdio.c:
18771         * ext/cdio/gstcdio.h:
18772         * ext/cdio/gstcdiocddasrc.c:
18773         * ext/cdio/gstcdiocddasrc.h:
18774           Port libcdio cdda source, formerly known as cddasrc, now known as
18775           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18776           but that's not tested (fixes #317658).
18777
18778 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18779
18780         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18781           Fix conversion from TIME to BYTES format (fixes #326864;
18782           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18783
18784 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18785
18786         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18787           Fix compilation of id3demux when zlib is not present.
18788           (Fixes #326602; patch by: Sergey Scobich)
18789
18790 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18791
18792         * ext/esd/Makefile.am:
18793           Add $(ESD_CFLAGS), otherwise build will fail for folks
18794           with libesd in a non-standard prefix (#327009).
18795
18796 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18797
18798         * configure.ac:
18799           back to HEAD
18800
18801 === release 0.10.1 ===
18802
18803 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18804
18805         * configure.ac:
18806           releasing 0.10.1, "Li"
18807
18808 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18809
18810           patch by: Wim Taymans
18811
18812         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18813           fix memleak.  Fixes #326618
18814
18815 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18816
18817           patch by: Mike Smith
18818
18819         * gst/level/gstlevel.c: (gst_level_message_new),
18820         (gst_level_message_append_channel):
18821           Fix memleak.  Fixes #326612
18822
18823 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18824
18825         * configure.ac:
18826           prereleasing
18827         * po/af.po:
18828         * po/az.po:
18829         * po/cs.po:
18830         * po/en_GB.po:
18831         * po/hu.po:
18832         * po/it.po:
18833         * po/nb.po:
18834         * po/nl.po:
18835         * po/or.po:
18836         * po/sq.po:
18837         * po/sr.po:
18838         * po/sv.po:
18839         * po/uk.po:
18840         * po/vi.po:
18841           update translations
18842
18843 2006-01-10  Michael Smith  <msmith@fluendo.com>
18844
18845         * gst/level/gstlevel.c: (gst_level_class_init),
18846         (gst_level_dispose):
18847           Don't leak filter arrays.
18848
18849 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18850
18851         reviewed by: Christian Schaller <uraeus@gnome.org>
18852         
18853         * configure.ac:
18854         * gst-plugins-good.spec.in:
18855         * sys/Makefile.am:
18856         * sys/sunaudio/Makefile.am:
18857         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18858         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18859         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18860         (gst_sunaudiomixer_change_state):
18861         * sys/sunaudio/gstsunaudiomixer.h:
18862         * sys/sunaudio/gstsunaudiomixerctrl.c:
18863         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18864         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18865         (gst_sunaudiomixer_ctrl_list_tracks),
18866         (gst_sunaudiomixer_ctrl_get_volume),
18867         (gst_sunaudiomixer_ctrl_set_volume),
18868         (gst_sunaudiomixer_ctrl_set_mute),
18869         (gst_sunaudiomixer_ctrl_set_record):
18870         * sys/sunaudio/gstsunaudiomixerctrl.h:
18871         * sys/sunaudio/gstsunaudiomixertrack.c:
18872         (gst_sunaudiomixer_track_class_init),
18873         (gst_sunaudiomixer_track_init), (fill_labels),
18874         (gst_sunaudiomixer_track_new):
18875         * sys/sunaudio/gstsunaudiomixertrack.h:
18876         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18877         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18878         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18879         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18880         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18881         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18882         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18883         * sys/sunaudio/gstsunaudiosink.h:
18884
18885         Add SunAudio plugin - tested to make sure it doesn't break
18886         the build under GNU/Linux.      
18887
18888 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18889
18890         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18891         * gst-plugins-good/gst/udp/gstudpsrc.c:
18892         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18893         overrides the port or multicast parameters. Fixes bugs #323021.
18894         API addition: adds GstUDPSrc::sockfd property   
18895
18896 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18897
18898         * ext/gconf/Makefile.am:
18899         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18900         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18901         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18902         (do_toggle_element), (cb_toggle_element),
18903         (gst_gconf_audio_src_change_state):
18904         * ext/gconf/gstgconfaudiosrc.h:
18905         * ext/gconf/gstgconfelements.c: (plugin_init):
18906         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18907         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18908         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18909         (do_toggle_element), (cb_toggle_element),
18910         (gst_gconf_video_src_change_state):
18911         * ext/gconf/gstgconfvideosrc.h:
18912           Add new gconfaudiosrc and gconfvideosrc elements
18913           (needed for gnome-sound-recorder).
18914
18915 2006-01-06  Edward Hervey  <edward@fluendo.com>
18916
18917         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18918         Add gst_element_no_more_pads() for proper decodebin behaviour.
18919         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18920         (parse_text_identification_frame), (parse_split_strings):
18921         Failure to decode some tags is not a GST_ERROR() but a
18922         GST_WARNING()
18923         When iterating over a chunk of text, check that we haven't gone too
18924         far.
18925
18926 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18927
18928         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18929         (plugin_init):
18930           call oil_init() when using liboil
18931
18932 2006-01-04  Wim Taymans  <wim@fluendo.com>
18933
18934         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18935         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18936         Fix leaks.
18937
18938 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18939
18940         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18941
18942         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18943         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18944         (gst_flac_dec_change_state):
18945           Don't g_assert() where we should just return FALSE; remove
18946           unnecessary g_assert(); initialize some fields properly in
18947           state change function (fixes #325504). Also, use
18948           GST_DEBUG_OBJECT in two more places.
18949
18950 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18951
18952         * configure.ac:
18953           also remove smoothwave's Makefile.am
18954         * docs/plugins/Makefile.am:
18955           fix plugin docs
18956
18957 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18958
18959         * tests/examples/Makefile.am:
18960           added missing Makefile.am
18961
18962 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18963
18964         * configure.ac:
18965         * gst/level/Makefile.am:
18966         * gst/level/level-example.c:
18967         * tests/Makefile.am:
18968         * tests/examples/level/Makefile.am:
18969         * tests/examples/level/level-example.c: (message_handler), (main):
18970           moved level-example to tests/examples/level-example
18971         * tests/old/examples/level/demo.c: (main):
18972         * tests/old/examples/level/plot.c: (main):
18973           some initial fixes
18974
18975 2005-12-29  Michael Smith  <msmith@fluendo.com>
18976
18977         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18978         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18979         * gst/udp/gstmultiudpsink.h:
18980           Track packets sent per client in addition to bytes sent; provide
18981           this info through get-stats signal
18982
18983 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18984
18985         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18986           Can't use gst_object_unref() on a GstAdapter (#325191).
18987
18988 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18989
18990         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18991         If a broken tag has 0 bytes payload, at least still skip
18992         the 10 byte header
18993
18994 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18995
18996         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18997         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18998         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18999         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19000           Making these depayloaders (H263+ and mpeg4 video) inherit from
19001           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19002
19003 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19004
19005         * docs/plugins/gst-plugins-good-plugins.args:
19006         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19007         Regenerate the plugin hiearchy.
19008
19009 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19010
19011         * docs/plugins/Makefile.am:
19012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19014         * docs/plugins/gst-plugins-good-plugins.args:
19015         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19016         (gst_id3demux_base_init), (gst_id3demux_class_init),
19017         (gst_id3demux_chain):
19018         * gst/id3demux/gstid3demux.h:
19019           Add documentation for id3demux.
19020           Don't fail if the first buffer is not at offset 0, just
19021           attempt to typefind and do pass through
19022           Rename the gst_type function from gst_gst_id3demux..
19023
19024 2005-12-20  Michael Smith  <msmith@fluendo.com>
19025
19026         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19027         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19028         (gst_multiudpsink_get_stats):
19029         * gst/udp/gstmultiudpsink.h:
19030           Collect statistics; return them from get_stats.
19031
19032 2005-12-19  Edward Hervey  <edward@fluendo.com>
19033
19034         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19035         Stupid signedness issue...
19036
19037 2005-12-19  Edward Hervey  <edward@fluendo.com>
19038
19039         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19040         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19041         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19042         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19043         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19044         Construct index for indexless files.
19045         Make sure pad/buffers are correctly reset to NULL once we don't need
19046         them anymore, else we get lovely segfaults/assertions.
19047         * gst/wavparse/gstwavparse.c:
19048         Yes, you can have 96KHz audio and wma in wav :(
19049
19050 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19051
19052         * configure.ac:
19053           Check for optional dependency on zlib for id3demux
19054
19055         * gst/id3demux/Makefile.am:
19056         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19057         (gst_id3demux_base_init), (gst_id3demux_class_init),
19058         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19059         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19060         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19061         (gst_id3demux_set_property), (gst_id3demux_get_property),
19062         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19063         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19064         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19065         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19066         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19067         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19068         (simple_find_peek), (simple_find_suggest),
19069         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19070         (plugin_init):
19071         * gst/id3demux/gstid3demux.h:
19072         * gst/id3demux/id3tags.c: (read_synch_uint),
19073         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19074         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19075         (id3demux_id3v2_frames_to_tag_list):
19076         * gst/id3demux/id3tags.h:
19077         * gst/id3demux/id3v2.4.0-frames.txt:
19078         * gst/id3demux/id3v2.4.0-structure.txt:
19079         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19080         (parse_comment_frame), (parse_text_identification_frame),
19081         (id3v2_tag_to_taglist), (parse_split_strings):
19082           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19083           otherwise it discards them. Works on my test files. 
19084
19085         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19086           Don't send EOS to a non-existing srcpad
19087           The debug category can be static
19088
19089 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19090
19091         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19092         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19093         * gst/multipart/multipartdemux.c:
19094           change some char* into char[]
19095
19096 2005-12-16  Wim Taymans  <wim@fluendo.com>
19097
19098         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19099         (gst_wavparse_other), (gst_wavparse_perform_seek),
19100         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19101         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19102         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19103         * gst/wavparse/gstwavparse.h:
19104         Use GstSegment to implement more seeking features.
19105
19106 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19107
19108         * gst/rtsp/rtspconnection.c:
19109           Add <netinet/in.h> include and move <arpa/inet.h> include
19110           to make things work on OpenBSD as well (fixes #323717;
19111           patch by: Benjamin Pineau)
19112
19113 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19114
19115         * gst/rtp/gstrtpspeexdepay.c:
19116         * gst/rtp/gstrtpspeexpay.c:
19117         Set clock rate to be fixed in 8000. It fixes bug #324012.
19118
19119 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19120
19121         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19122         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19123         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19124         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19125         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19126         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19127         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19128         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19129         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19130         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19131         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19132         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19133         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19134         * gst-plugins-good/gst/rtp/README:
19135         Fixed payload range in payloder caps. Removed payload range completely
19136         from depayloaders as they don't require payload type in their caps.
19137         In effect, there isn't any specific payload type for any given codec,
19138         only suggestions.
19139         Fixes bug #324011.
19140
19141 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19142
19143         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19144         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19145         (gst_videomixer_collected): Code cleanup and re-enabling 
19146         queued time validity check for correct EOS handling.
19147
19148 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19149
19150         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19151         (gst_oss_mixer_element_get_property),
19152         (gst_oss_mixer_element_change_state):
19153         Add 'device-name' property and fix state change function.
19154
19155 2005-12-13  Edward Hervey  <edward@fluendo.com>
19156
19157         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19158         If the speed of the file is null in the header, set the frame_time to
19159         the default setting of GST_SECOND / 70. Which is the default
19160         frame_delay for .fli files as stated in this document :
19161         http://www.compuphase.com/flic.htm
19162         Would be nice to have the time conversion done properly too (duration =
19163         flxh->frames * flxdec->frame_time)
19164
19165 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19166
19167         * docs/plugins/Makefile.am:
19168         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19169         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19170         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19171         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19172         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19173         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19174         documentation for videomixer on my way with a funny sample
19175         pipeline.
19176
19177 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19178
19179         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19180         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19181         (gst_videomixer_update_queues), (gst_videomixer_collected):
19182         Fix caps negotiation. (#323896)
19183
19184 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19185
19186         * gst/matroska/matroska-demux.c:
19187         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19188           Set correct timestamps on audio laces, fixes playback of mp3 from
19189                 matroska.
19190
19191 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19192
19193         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19194         (gst_au_parse_class_init), (gst_au_parse_init),
19195         (gst_au_parse_dispose), (gst_au_parse_chain),
19196         (gst_au_parse_change_state), (plugin_init):
19197         * gst/auparse/gstauparse.h:
19198           Use gst_object_unref() for GstObjects instead of
19199           g_object_unref() and fix a mem leak in a debug
19200           statement; while we're at it, also borgify, use
19201           boilerplate macros and clean up a little bit.
19202
19203 2005-12-11  Edward Hervey  <edward@fluendo.com>
19204
19205         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19206         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19207         Added pull mode.
19208
19209 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19210
19211         * gst/goom/gstgoom.c:
19212         * gst/level/level-example.c: (main):
19213         * gst/smoothwave/demo-osssrc.c: (main):
19214           Use audiotestsrc instead of sinesrc (#323798).
19215
19216 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19217
19218         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19219           more debug-func-ptr usage
19220
19221 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19222
19223         * gst/flx/flx_color.c: (flx_colorspace_convert):
19224         * gst/flx/flx_color.h:
19225         * gst/flx/flx_fmt.h:
19226         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19227         * gst/flx/gstflxdec.h:
19228           Now flxdec works on big-endian machines as well.
19229
19230 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19231
19232         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19233         (gst_fenced_buffer_copy):
19234           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19235           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19236           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19237           and use GST_DEBUG_FUNCPTR for pad functions.
19238
19239 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19240
19241         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19242         (gst_flac_dec_class_init), (gst_flac_dec_init),
19243         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19244         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19245         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19246         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19247         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19248         (gst_flac_dec_change_state):
19249         * ext/flac/gstflacdec.h:
19250           Rewrite flacdec a bit, so that even seeking might work now. Most
19251           importantly, don't act upon any flow return values we get, just tell
19252           the decoder everything's dandy and act on the flow return values
19253           later on in the loop function. We don't want to mess up the internal
19254           decoder state for non-fatal things like flushing pads etc. Other
19255           than that, use GstSegment (segment seeks don't work yet though, but
19256           should be easy to add), use boilerplate macros, drop the superfluous
19257           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19258           lots of other things.
19259
19260 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19261
19262         * configure.ac:
19263           Update comment in OSS includes check.
19264
19265         * sys/oss/gstossdmabuffer.c:
19266         * sys/oss/gstosshelper.c:
19267         * sys/oss/gstossmixer.c:
19268         * sys/oss/gstossmixertrack.c:
19269         * sys/oss/gstosssink.c:
19270         * sys/oss/gstosssrc.c:
19271         * sys/oss/oss_probe.c:
19272           Don't assume the OSS soundcard.h include is always in
19273           the sys/ directory. Instead, use the existing defines
19274           from config.h to include the right file. Fixes
19275           compilation on OpenBSD 3.8 (#323718).
19276
19277 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19278
19279         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19280         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19281         * docs/plugins/inspect/plugin-1394.xml:
19282         * docs/plugins/inspect/plugin-aasink.xml:
19283         * docs/plugins/inspect/plugin-alaw.xml:
19284         * docs/plugins/inspect/plugin-alpha.xml:
19285         * docs/plugins/inspect/plugin-alphacolor.xml:
19286         * docs/plugins/inspect/plugin-auparse.xml:
19287         * docs/plugins/inspect/plugin-autodetect.xml:
19288         * docs/plugins/inspect/plugin-avi.xml:
19289         * docs/plugins/inspect/plugin-cacasink.xml:
19290         * docs/plugins/inspect/plugin-cairo.xml:
19291         * docs/plugins/inspect/plugin-cutter.xml:
19292         * docs/plugins/inspect/plugin-debug.xml:
19293         * docs/plugins/inspect/plugin-dv.xml:
19294         * docs/plugins/inspect/plugin-efence.xml:
19295         * docs/plugins/inspect/plugin-effectv.xml:
19296         * docs/plugins/inspect/plugin-esdsink.xml:
19297         * docs/plugins/inspect/plugin-flac.xml:
19298         * docs/plugins/inspect/plugin-flxdec.xml:
19299         * docs/plugins/inspect/plugin-gconfelements.xml:
19300         * docs/plugins/inspect/plugin-goom.xml:
19301         * docs/plugins/inspect/plugin-jpeg.xml:
19302         * docs/plugins/inspect/plugin-level.xml:
19303         * docs/plugins/inspect/plugin-matroska.xml:
19304         * docs/plugins/inspect/plugin-mulaw.xml:
19305         * docs/plugins/inspect/plugin-multipart.xml:
19306         * docs/plugins/inspect/plugin-navigationtest.xml:
19307         * docs/plugins/inspect/plugin-ossaudio.xml:
19308         * docs/plugins/inspect/plugin-png.xml:
19309         * docs/plugins/inspect/plugin-rtp.xml:
19310         * docs/plugins/inspect/plugin-rtsp.xml:
19311         * docs/plugins/inspect/plugin-shout2send.xml:
19312         * docs/plugins/inspect/plugin-smpte.xml:
19313         * docs/plugins/inspect/plugin-speex.xml:
19314         * docs/plugins/inspect/plugin-udp.xml:
19315         * docs/plugins/inspect/plugin-videobox.xml:
19316         * docs/plugins/inspect/plugin-videoflip.xml:
19317         * docs/plugins/inspect/plugin-videomixer.xml:
19318         * docs/plugins/inspect/plugin-wavenc.xml:
19319         * docs/plugins/inspect/plugin-wavparse.xml:
19320         * ext/flac/gstflac.c: (plugin_init):
19321         * ext/flac/gstflacdec.c: (flacdec_get_type),
19322         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19323         (gst_flac_dec_init), (gst_flac_dec_finalize),
19324         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19325         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19326         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19327         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19328         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19329         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19330         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19331         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19332         * ext/flac/gstflacdec.h:
19333         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19334         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19335         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19336         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19337         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19338         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19339         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19340         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19341         (gst_flac_enc_change_state):
19342         * ext/flac/gstflacenc.h:
19343           borgify and fix up documentation
19344
19345 2005-12-09  Michael Smith  <msmith@fluendo.com>
19346
19347         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19348           Accept a wider range of flac files, more closely matching flac spec.
19349
19350 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19351
19352         * docs/plugins/Makefile.am: Add multipart elements.
19353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19354         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19355         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19356         * gst/multipart/multipartdemux.c:
19357         * gst/multipart/multipartmux.c: Add docs.
19358
19359 2005-12-07  Edward Hervey  <edward@fluendo.com>
19360
19361         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19362         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19363         (gst_avi_demux_invert):
19364         Memleak and crasher fixes.
19365         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19366         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19367         Memleak fixes
19368
19369 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19370
19371         * ext/aalib/gstaasink.h:
19372         * ext/cairo/gsttextoverlay.h:
19373         * ext/dv/gstdvdec.h:
19374         * ext/dv/gstdvdemux.c:
19375         * ext/dv/gstdvdemux.h:
19376         * ext/esd/esdsink.h:
19377         * ext/flac/flac_compat.h:
19378         * ext/flac/gstflacdec.h:
19379         * ext/flac/gstflacenc.h:
19380         * ext/gconf/gconf.h:
19381         * ext/gconf/gstgconfaudiosink.h:
19382         * ext/gconf/gstgconfvideosink.h:
19383         * ext/gdk_pixbuf/gstgdkanimation.h:
19384         * ext/jpeg/gstjpegdec.h:
19385         * ext/jpeg/smokecodec.h:
19386         * ext/jpeg/smokeformat.h:
19387         * ext/ladspa/gstsignalprocessor.h:
19388         * ext/ladspa/search.c: (LADSPAPluginSearch):
19389         * ext/ladspa/utils.h:
19390         * ext/libmng/gstmng.c:
19391         * ext/libmng/gstmngdec.h:
19392         * ext/libmng/gstmngenc.c:
19393         * ext/libmng/gstmngenc.h:
19394         * ext/libpng/gstpng.c:
19395         * ext/libpng/gstpngenc.c:
19396         * ext/libpng/gstpngenc.h:
19397         * ext/shout2/gstshout2.h:
19398         * ext/speex/gstspeexdec.h:
19399         * ext/speex/gstspeexenc.c:
19400         * ext/speex/gstspeexenc.h:
19401         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19402         * gst/autodetect/gstautoaudiosink.h:
19403         * gst/autodetect/gstautovideosink.h:
19404         * gst/avi/gstavidemux.h:
19405         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19406         (gst_cutter_set_property), (gst_cutter_get_caps):
19407         * gst/cutter/gstcutter.h:
19408         * gst/debug/tests.c: (md5_process_block):
19409         * gst/debug/tests.h:
19410         * gst/effectv/gstwarp.c:
19411         * gst/flx/flx_fmt.h:
19412         * gst/flx/gstflxdec.h:
19413         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19414         (zoomFilterFastRGB):
19415         * gst/goom/filters.h:
19416         * gst/goom/goom_tools.h:
19417         * gst/law/alaw-encode.c:
19418         * gst/level/gstlevel.c:
19419         * gst/level/gstlevel.h:
19420         * gst/matroska/ebml-write.h:
19421         * gst/matroska/matroska-demux.h:
19422         * gst/matroska/matroska-ids.h:
19423         * gst/matroska/matroska-mux.h:
19424         * gst/monoscope/convolve.c: (convolve_match):
19425         * gst/monoscope/convolve.h:
19426         * gst/multipart/multipartmux.c:
19427         * gst/oldcore/gstaggregator.c:
19428         * gst/oldcore/gstaggregator.h:
19429         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19430         * gst/oldcore/gstmd5sink.h:
19431         * gst/oldcore/gstmultifilesrc.c:
19432         * gst/oldcore/gstmultifilesrc.h:
19433         * gst/oldcore/gstpipefilter.h:
19434         * gst/oldcore/gstshaper.h:
19435         * gst/rtp/gstrtpL16depay.h:
19436         * gst/rtp/gstrtpL16pay.h:
19437         * gst/rtp/gstrtpdepay.h:
19438         * gst/rtp/gstrtpmp4vpay.c:
19439         * gst/rtp/gstrtpmp4vpay.h:
19440         * gst/rtsp/gstrtspsrc.c:
19441         * gst/rtsp/gstrtspsrc.h:
19442         * gst/rtsp/rtspconnection.h:
19443         * gst/rtsp/rtspdefs.h:
19444         * gst/rtsp/rtspmessage.h:
19445         * gst/rtsp/rtsptransport.h:
19446         * gst/rtsp/rtspurl.c:
19447         * gst/rtsp/rtspurl.h:
19448         * gst/rtsp/sdpmessage.c:
19449         * gst/rtsp/sdpmessage.h:
19450         * gst/smpte/barboxwipes.c:
19451         * gst/smpte/gstmask.h:
19452         * gst/smpte/gstsmpte.h:
19453         * gst/smpte/paint.c:
19454         * gst/smpte/paint.h:
19455         * gst/udp/gstdynudpsink.h:
19456         * gst/udp/gstmultiudpsink.h:
19457         * gst/udp/gstudpsink.c:
19458         * gst/udp/gstudpsink.h:
19459         * gst/udp/gstudpsrc.c:
19460         * gst/videomixer/videomixer.c:
19461         * gst/wavenc/riff.h:
19462         * gst/wavparse/gstwavparse.h:
19463         * sys/oss/gstossdmabuffer.h:
19464         * sys/oss/gstossmixer.h:
19465         * sys/oss/gstossmixerelement.h:
19466         * sys/oss/gstossmixertrack.h:
19467         * sys/oss/gstosssink.c:
19468         * sys/oss/gstosssink.h:
19469         * sys/oss/gstosssrc.c:
19470         * sys/oss/gstosssrc.h:
19471         * sys/osxaudio/gstosxaudioelement.h:
19472         * sys/osxaudio/gstosxaudiosink.h:
19473         * sys/osxaudio/gstosxaudiosrc.h:
19474           expand tabs
19475
19476 === release 0.10.0 ===
19477
19478 2005-12-05   <thomas (at) apestaart (dot) org>
19479
19480         * configure.ac:
19481           releasing 0.10.0, "Abondance"
19482
19483 2005-12-05  Andy Wingo  <wingo@pobox.com>
19484
19485         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19486         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19487         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19488         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19489         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19490         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19491         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19492         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19493         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19494         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19495         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19496         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19497         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19498         * gst/goom/gstgoom.c: (gst_goom_chain):
19499         * gst/matroska/matroska-demux.c:
19500         (gst_matroska_demux_push_vorbis_codec_priv_data),
19501         (gst_matroska_demux_add_wvpk_header):
19502         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19503         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19504         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19505         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19506         alloc_buffer changes.
19507
19508 2005-12-05  Michael Smith  <msmith@fluendo.com>
19509
19510         * docs/plugins/gst-plugins-good-plugins.args:
19511           Remove args for plugins that aren't in -good.
19512
19513 === release 0.9.7 ===
19514
19515 2005-12-01   <thomas (at) apestaart (dot) org>
19516
19517         * configure.ac:
19518           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19519
19520 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19521
19522         * docs/plugins/.cvsignore:
19523         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19524         * docs/plugins/inspect/plugin-multipart.xml:
19525         * docs/plugins/inspect/plugin-rtp.xml:
19526           add multipart plugin to docs
19527
19528 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19529
19530         * configure.ac:
19531         * ext/Makefile.am:
19532         * ext/pango/Makefile.am:
19533         * ext/pango/gstclockoverlay.c:
19534         * ext/pango/gstclockoverlay.h:
19535         * ext/pango/gsttextoverlay.c:
19536         * ext/pango/gsttextoverlay.h:
19537         * ext/pango/gsttextrender.c:
19538         * ext/pango/gsttextrender.h:
19539         * ext/pango/gsttimeoverlay.c:
19540         * ext/pango/gsttimeoverlay.h:
19541           move pango to base
19542
19543 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19544
19545         * gst/rtp/Makefile.am:
19546         * gst/rtp/gstrtpL16depay.c:
19547         * gst/rtp/gstrtpL16depay.h:
19548         * gst/rtp/gstrtpL16parse.c:
19549         * gst/rtp/gstrtpL16parse.h:
19550         * gst/rtp/gstrtpgsmdepay.c:
19551         * gst/rtp/gstrtpgsmdepay.h:
19552         * gst/rtp/gstrtpgsmparse.c:
19553         * gst/rtp/gstrtpgsmparse.h:
19554           parsers are depayers
19555
19556 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19557
19558         * gst/rtp/Makefile.am:
19559         * gst/rtp/gstasteriskh263.c:
19560         * gst/rtp/gstrtp.c:
19561         * gst/rtp/gstrtpL16enc.c:
19562         * gst/rtp/gstrtpL16enc.h:
19563         * gst/rtp/gstrtpL16parse.c:
19564         * gst/rtp/gstrtpL16parse.h:
19565         * gst/rtp/gstrtpL16pay.c:
19566         * gst/rtp/gstrtpL16pay.h:
19567         * gst/rtp/gstrtpamrdec.c:
19568         * gst/rtp/gstrtpamrdec.h:
19569         * gst/rtp/gstrtpamrdepay.c:
19570         * gst/rtp/gstrtpamrdepay.h:
19571         * gst/rtp/gstrtpamrenc.c:
19572         * gst/rtp/gstrtpamrenc.h:
19573         * gst/rtp/gstrtpamrpay.c:
19574         * gst/rtp/gstrtpamrpay.h:
19575         * gst/rtp/gstrtpdec.c:
19576         * gst/rtp/gstrtpdec.h:
19577         * gst/rtp/gstrtpdepay.c:
19578         * gst/rtp/gstrtpdepay.h:
19579         * gst/rtp/gstrtpg711dec.c:
19580         * gst/rtp/gstrtpg711dec.h:
19581         * gst/rtp/gstrtpg711depay.c:
19582         * gst/rtp/gstrtpg711depay.h:
19583         * gst/rtp/gstrtpg711enc.c:
19584         * gst/rtp/gstrtpg711enc.h:
19585         * gst/rtp/gstrtpg711pay.c:
19586         * gst/rtp/gstrtpg711pay.h:
19587         * gst/rtp/gstrtpgsmenc.c:
19588         * gst/rtp/gstrtpgsmenc.h:
19589         * gst/rtp/gstrtpgsmparse.c:
19590         * gst/rtp/gstrtpgsmparse.h:
19591         * gst/rtp/gstrtpgsmpay.c:
19592         * gst/rtp/gstrtpgsmpay.h:
19593         * gst/rtp/gstrtph263enc.c:
19594         * gst/rtp/gstrtph263enc.h:
19595         * gst/rtp/gstrtph263pay.c:
19596         * gst/rtp/gstrtph263pay.h:
19597         * gst/rtp/gstrtph263pdec.c:
19598         * gst/rtp/gstrtph263pdec.h:
19599         * gst/rtp/gstrtph263pdepay.c:
19600         * gst/rtp/gstrtph263pdepay.h:
19601         * gst/rtp/gstrtph263penc.c:
19602         * gst/rtp/gstrtph263penc.h:
19603         * gst/rtp/gstrtph263ppay.c:
19604         * gst/rtp/gstrtph263ppay.h:
19605         * gst/rtp/gstrtpmp4vdec.c:
19606         * gst/rtp/gstrtpmp4vdec.h:
19607         * gst/rtp/gstrtpmp4vdepay.c:
19608         * gst/rtp/gstrtpmp4vdepay.h:
19609         * gst/rtp/gstrtpmp4venc.c:
19610         * gst/rtp/gstrtpmp4venc.h:
19611         * gst/rtp/gstrtpmp4vpay.c:
19612         * gst/rtp/gstrtpmp4vpay.h:
19613         * gst/rtp/gstrtpmpadec.c:
19614         * gst/rtp/gstrtpmpadec.h:
19615         * gst/rtp/gstrtpmpadepay.c:
19616         * gst/rtp/gstrtpmpadepay.h:
19617         * gst/rtp/gstrtpmpaenc.c:
19618         * gst/rtp/gstrtpmpaenc.h:
19619         * gst/rtp/gstrtpmpapay.c:
19620         * gst/rtp/gstrtpmpapay.h:
19621         * gst/rtp/gstrtpspeexdec.c:
19622         * gst/rtp/gstrtpspeexdec.h:
19623         * gst/rtp/gstrtpspeexdepay.c:
19624         * gst/rtp/gstrtpspeexdepay.h:
19625         * gst/rtp/gstrtpspeexenc.c:
19626         * gst/rtp/gstrtpspeexenc.h:
19627         * gst/rtp/gstrtpspeexpay.c:
19628         * gst/rtp/gstrtpspeexpay.h:
19629           Do burger's rename for rtp payloaders and depayloaders
19630
19631 2005-11-30  Wim Taymans  <wim@fluendo.com>
19632
19633         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19634         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19635         * ext/dv/gstdvdemux.h:
19636         Fix seeking in dvdemux again, add some more debug info.
19637
19638 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19639
19640         * configure.ac:
19641           fix tests
19642
19643 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19644
19645         * PORTED_09:
19646         * docs/random/PORTED_09:
19647           move
19648         * tests/Makefile.am:
19649           add
19650         * win32/gst.sln:
19651           remove
19652
19653 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19654
19655         * Makefile.am:
19656         * check/.cvsignore:
19657         * check/Makefile.am:
19658         * check/elements/.cvsignore:
19659         * check/elements/level.c:
19660         * check/elements/matroskamux.c:
19661         * configure.ac:
19662         * examples/Makefile.am:
19663         * examples/capsfilter/Makefile.am:
19664         * examples/capsfilter/capsfilter1.c:
19665         * examples/gob/Makefile.am:
19666         * examples/gob/gst-identity2.gob:
19667         * examples/gstplay/.cvsignore:
19668         * examples/gstplay/Makefile.am:
19669         * examples/gstplay/player.c:
19670         * examples/indexing/.cvsignore:
19671         * examples/indexing/Makefile.am:
19672         * examples/indexing/indexmpeg.c:
19673         * examples/level/Makefile.am:
19674         * examples/level/README:
19675         * examples/level/demo.c:
19676         * examples/level/plot.c:
19677         * examples/stats/Makefile.am:
19678         * examples/stats/mp2ogg.c:
19679         * examples/switch/.cvsignore:
19680         * examples/switch/Makefile.am:
19681         * examples/switch/switcher.c:
19682           move under tests/
19683
19684 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19685
19686         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19687         (gst_text_render_class_init), (resize_bitmap),
19688         (gst_text_render_render_text), (gst_text_render_setcaps),
19689         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19690         (gst_text_render_chain), (gst_text_render_finalize),
19691         (gst_text_render_init), (gst_text_render_set_property):
19692         * ext/pango/gsttextrender.h:
19693           Add missing files.
19694
19695 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19696
19697         * configure.ac:
19698         * ext/Makefile.am:
19699         * ext/pango/Makefile.am:
19700         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19701         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19702         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19703         * ext/pango/gstclockoverlay.h:
19704         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19705         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19706         (gst_text_overlay_finalize), (gst_text_overlay_init),
19707         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19708         (gst_text_overlay_text_pad_linked),
19709         (gst_text_overlay_text_pad_unlinked),
19710         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19711         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19712         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19713         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19714         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19715         (gst_text_overlay_change_state), (plugin_init):
19716         * ext/pango/gsttextoverlay.h:
19717         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19718         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19719         (gst_time_overlay_class_init), (gst_time_overlay_init):
19720         * ext/pango/gsttimeoverlay.h:
19721           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19722           and add background shading and text wrapping modes. Make 
19723           timoverlay derive from textoverlay. Also add new clockoverlay
19724           element.
19725
19726 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19727
19728         * gst/udp/Makefile.am: Moved to netbuffer.
19729
19730 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19731
19732         * configure.ac:
19733         * PORTED_O9:
19734         * gst/multipart/Makefile.am:
19735         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19736         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19737         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19738         (gst_multipart_demux_change_state),
19739         (gst_multipart_demux_plugin_init):
19740         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19741         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19742         (gst_multipart_mux_sinkconnect),
19743         (gst_multipart_mux_request_new_pad),
19744         (gst_multipart_mux_handle_src_event),
19745         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19746         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19747         0.9.
19748
19749 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19750
19751         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19752         * gst/debug/gstnavigationtest.h:
19753         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19754         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19755         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19756         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19757         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19758         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19759         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19760         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19761         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19762         (gst_video_flip_get_type):
19763         * gst/videofilter/gstvideoflip.h:
19764           update for symbols change
19765
19766 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19767
19768         * gst/udp/gstdynudpsink.c:
19769         * gst/udp/gstudpsrc.c:
19770           the old gstnet lib was renamed gstnetbuffer (#322257)
19771
19772 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19773
19774         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19775         (gst_text_overlay_collected):
19776           Actually render the text from the text pad.
19777
19778 2005-11-29  Edward Hervey  <edward@fluendo.com>
19779
19780         * gst/debug/gstnavseek.c: (gst_navseek_event):
19781         * gst/debug/progressreport.c: (gst_progress_report_event):
19782         Update for GstBaseTransform event virtual method
19783
19784 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19785
19786         * ext/cairo/Makefile.am:
19787           no need to link to videofilter
19788
19789 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19790
19791         * gst/debug/Makefile.am:
19792         * gst/debug/gstnavigationtest.h:
19793         * gst/effectv/Makefile.am:
19794         * gst/effectv/gstaging.c:
19795         * gst/effectv/gstdice.c:
19796         * gst/effectv/gstedge.c:
19797         * gst/effectv/gstquark.c:
19798         * gst/effectv/gstrev.c:
19799         * gst/effectv/gstshagadelic.c:
19800         * gst/effectv/gstvertigo.c:
19801         * gst/effectv/gstwarp.c:
19802         * gst/videofilter/Makefile.am:
19803         * gst/videofilter/gstvideofilter.c:
19804         * gst/videofilter/gstvideofilter.h:
19805         * gst/videofilter/gstvideoflip.h:
19806           remove the videofilter library and link to the one in base
19807
19808 2005-11-28  Edward Hervey  <edward@fluendo.com>
19809
19810         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19811         Useless check now we're setting the current entry correctly.
19812
19813 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19814
19815         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19816         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19817         (gst_jpegenc_change_state):
19818           Don't leak input buffer in chain function (fixes #322667); make 
19819           state change function thread-safe; don't repeat the current function
19820           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19821           gst_pad_alloc_buffer(); misc. minor cleanups.
19822
19823 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19824
19825         * gst/matroska/matroska-mux.c:
19826         (gst_matroska_mux_video_pad_setcaps):
19827         Look for pixel-aspect-ratio in caps, not pixel_width and
19828         pixel_height (Fixes: #322645)
19829
19830 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19831
19832         * gst/matroska/matroska-mux.c:
19833         (gst_matroska_mux_video_pad_setcaps):
19834         From Michal Benes:
19835         frame duration should be GST_SECOND / framerate, not
19836         GST_SECOND * framerate. (Fixes: #322643)
19837
19838 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19839
19840         * configure.ac:
19841           fix up GST_PLUGIN_LDFLAGS
19842         * gst/rtsp/rtspconnection.c:
19843           fix includes (see #317043)
19844         * gst/videofilter/Makefile.am:
19845           stop installing this library
19846
19847 2005-11-26  Edward Hervey  <edward@fluendo.com>
19848
19849         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19850         Handle the case where the incoming Video dv stream doesn't have
19851         a pixel aspect ratio set.
19852
19853 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19854
19855         * docs/plugins/Makefile.am:
19856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19857         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19858         * ext/flac/gstflacdec.c:
19859           document flacdec
19860
19861 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19862
19863         * docs/plugins/Makefile.am:
19864         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19866         * docs/plugins/inspect/plugin-autodetect.xml:
19867         * ext/cairo/gstcairo.c: (plugin_init):
19868         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19869         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19870         (gst_text_overlay_init), (gst_text_overlay_font_init),
19871         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19872         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19873         (gst_text_overlay_text_pad_linked),
19874         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19875         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19876         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19877         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19878         (gst_text_overlay_change_state):
19879         * ext/cairo/gsttextoverlay.h:
19880         * ext/cairo/gsttimeoverlay.c:
19881         (gst_cairo_time_overlay_update_font_height),
19882         (gst_cairo_time_overlay_set_caps),
19883         (gst_cairo_time_overlay_get_unit_size),
19884         (gst_cairo_time_overlay_print_smpte_time),
19885         (gst_cairo_time_overlay_transform),
19886         (gst_cairo_time_overlay_base_init),
19887         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19888         (gst_cairo_time_overlay_get_type):
19889         * ext/cairo/gsttimeoverlay.h:
19890           do some name borgifying
19891           document
19892
19893 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19894
19895         * docs/plugins/Makefile.am:
19896         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19897         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19898         * gst/autodetect/gstautoaudiosink.c:
19899         (gst_auto_audio_sink_base_init):
19900         * gst/autodetect/gstautovideosink.c:
19901         (gst_auto_video_sink_base_init),
19902         (gst_auto_video_sink_factory_filter):
19903           documenting auto*sink
19904           using strstr for the video sink lookup, class field is not ordered
19905         * docs/plugins/inspect/plugin-1394.xml:
19906         * docs/plugins/inspect/plugin-aasink.xml:
19907         * docs/plugins/inspect/plugin-alaw.xml:
19908         * docs/plugins/inspect/plugin-alpha.xml:
19909         * docs/plugins/inspect/plugin-alphacolor.xml:
19910         * docs/plugins/inspect/plugin-auparse.xml:
19911         * docs/plugins/inspect/plugin-autodetect.xml:
19912         * docs/plugins/inspect/plugin-avi.xml:
19913         * docs/plugins/inspect/plugin-cacasink.xml:
19914         * docs/plugins/inspect/plugin-cairo.xml:
19915         * docs/plugins/inspect/plugin-cutter.xml:
19916         * docs/plugins/inspect/plugin-debug.xml:
19917         * docs/plugins/inspect/plugin-dv.xml:
19918         * docs/plugins/inspect/plugin-efence.xml:
19919         * docs/plugins/inspect/plugin-effectv.xml:
19920         * docs/plugins/inspect/plugin-esdsink.xml:
19921         * docs/plugins/inspect/plugin-flac.xml:
19922         * docs/plugins/inspect/plugin-flxdec.xml:
19923         * docs/plugins/inspect/plugin-gconfelements.xml:
19924         * docs/plugins/inspect/plugin-goom.xml:
19925         * docs/plugins/inspect/plugin-jpeg.xml:
19926         * docs/plugins/inspect/plugin-level.xml:
19927         * docs/plugins/inspect/plugin-matroska.xml:
19928         * docs/plugins/inspect/plugin-mulaw.xml:
19929         * docs/plugins/inspect/plugin-navigationtest.xml:
19930         * docs/plugins/inspect/plugin-ossaudio.xml:
19931         * docs/plugins/inspect/plugin-png.xml:
19932         * docs/plugins/inspect/plugin-rtp.xml:
19933         * docs/plugins/inspect/plugin-rtsp.xml:
19934         * docs/plugins/inspect/plugin-shout2send.xml:
19935         * docs/plugins/inspect/plugin-smpte.xml:
19936         * docs/plugins/inspect/plugin-speex.xml:
19937         * docs/plugins/inspect/plugin-udp.xml:
19938         * docs/plugins/inspect/plugin-videobox.xml:
19939         * docs/plugins/inspect/plugin-videoflip.xml:
19940         * docs/plugins/inspect/plugin-videomixer.xml:
19941         * docs/plugins/inspect/plugin-wavenc.xml:
19942         * docs/plugins/inspect/plugin-wavparse.xml:
19943           update for HEAD version
19944
19945 2005-11-25  Michael Smith  <msmith@fluendo.com>
19946
19947         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19948           Patch from Sebastien Cote to close control sockets in udpsrc.
19949
19950 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19951
19952         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19953         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19954         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19955         (gst_quarktv_base_init), (gst_quarktv_class_init),
19956         (gst_quarktv_init): Flush the planes list on reverse caps
19957         negotiation. This was crashing because of differently sized
19958         buffers.
19959
19960 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19961
19962         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19963         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19964         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19965         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19966         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19967         (gst_videoflip_set_property), (gst_videoflip_base_init),
19968         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19969         correctly, fix identity flipping, convert navigation event 
19970         correctly again.
19971
19972 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19973
19974         * configure.ac: back to HEAD
19975
19976 === release 0.9.6 ===
19977
19978 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19979
19980         * configure.ac:
19981           releasing 0.9.6, "Everything's Not Lost"
19982
19983 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19984
19985         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19986         Oops, initialise the framerate GValue
19987
19988 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19989
19990         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19991         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19992         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19993         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19994         (gst_timeoverlay_get_type):
19995         * ext/cairo/gsttimeoverlay.h:
19996         * gst/debug/Makefile.am:
19997         * gst/debug/gstnavigationtest.c:
19998         (gst_navigationtest_handle_src_event),
19999         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20000         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20001         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20002         (gst_navigationtest_init), (gst_navigationtest_get_type),
20003         (plugin_init):
20004         * gst/debug/gstnavigationtest.h:
20005         * gst/effectv/Makefile.am:
20006         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20007         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20008         (gst_agingtv_base_init), (gst_agingtv_class_init),
20009         (gst_agingtv_init), (gst_agingtv_get_type):
20010         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20011         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20012         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20013         (gst_dicetv_get_type):
20014         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20015         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20016         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20017         (gst_edgetv_get_type):
20018         * gst/effectv/gsteffectv.c:
20019         * gst/effectv/gsteffectv.h:
20020         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20021         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20022         (gst_quarktv_change_state), (gst_quarktv_base_init),
20023         (gst_quarktv_class_init), (gst_quarktv_init),
20024         (gst_quarktv_get_type):
20025         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20026         (gst_revtv_get_unit_size), (gst_revtv_transform),
20027         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20028         (gst_revtv_get_type):
20029         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20030         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20031         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20032         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20033         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20034         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20035         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20036         (gst_vertigotv_init), (gst_vertigotv_get_type):
20037         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20038         (gst_warptv_get_unit_size), (gst_warptv_transform),
20039         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20040         (gst_warptv_get_type):
20041         * gst/videofilter/Makefile.am:
20042         * gst/videofilter/gstvideobalance.c:
20043         * gst/videofilter/gstvideobalance.h:
20044         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20045         (gst_videofilter_class_init), (gst_videofilter_init):
20046         * gst/videofilter/gstvideofilter.h:
20047         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20048         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20049         (gst_videoflip_flip), (gst_videoflip_transform),
20050         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20051         (gst_videoflip_base_init), (gst_videoflip_class_init),
20052         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20053         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20054         BaseTransform, it's just a place holder for now and every video
20055         effect plugin has been ported to use BaseTransform features 
20056         directly. QuarkTV was fixed too (was broken), navigationtest works
20057         and best for the end, videoflip converts navigation events depending
20058         on flip method ! Fixes #320953
20059
20060 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20061
20062         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20063         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20064         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20065         (gst_goom_src_negotiate), (gst_goom_chain):
20066         * gst/matroska/matroska-mux.c:
20067         (gst_matroska_mux_video_pad_setcaps):
20068         * sys/osxvideo/osxvideosink.m:
20069           Fixes for API changes
20070
20071 2005-11-23  Michael Smith <msmith@fluendo.com>
20072
20073         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20074         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20075         * ext/jpeg/gstjpegdec.h:
20076         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20077         * ext/jpeg/gstjpegenc.h:
20078         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20079         (gst_smokeenc_resync):
20080         * ext/jpeg/gstsmokeenc.h:
20081           JPEG fractiony goodness.
20082
20083 2005-11-22  Michael Smith <msmith@fluendo.com>
20084
20085         * gst/goom/filters.c:
20086         * gst/goom/graphic.h:
20087           Fix compilation by making some functions static inline instead of
20088           extern inline, matching the way they're used.
20089
20090 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20091
20092         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20093         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20094         * ext/cairo/gsttextoverlay.h:
20095         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20096         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20097         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20098         (gst_pngdec_caps_create_and_set):
20099         * ext/libpng/gstpngdec.h:
20100         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20101         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20102         * gst/avi/gstavimux.c: (gst_avimux_init),
20103         (gst_avimux_vidsinkconnect):
20104         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20105         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20106         (gst_goom_src_negotiate), (gst_goom_chain):
20107         * gst/goom/gstgoom.h:
20108         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20109         * gst/matroska/matroska-mux.c:
20110         (gst_matroska_mux_video_pad_setcaps):
20111         * sys/osxvideo/osxvideosink.h:
20112         * sys/osxvideo/osxvideosink.m:
20113           More fractional framerate conversions 
20114
20115 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20116
20117         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20118         * gst/debug/gstnavigationtest.c:
20119         (gst_navigationtest_handle_src_event):
20120         * gst/videofilter/gstvideofilter.c:
20121         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20122         (gst_videofilter_init):
20123         * gst/videofilter/gstvideofilter.h:
20124           Convert to fractional framerates.
20125
20126 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20127
20128         * ext/aalib/gstaasink.c:
20129         * ext/dv/gstdvdec.c:
20130         * ext/esd/esdmon.c:
20131         * ext/flac/gstflacenc.c:
20132         * ext/gdk_pixbuf/pixbufscale.c:
20133         * ext/libcaca/gstcacasink.c:
20134         * ext/shout2/gstshout2.c:
20135         * gst/alpha/gstalpha.c:
20136         * gst/oldcore/gstaggregator.c:
20137         * gst/oldcore/gstshaper.c:
20138         * gst/smpte/barboxwipes.c:
20139         * gst/smpte/gstsmpte.c:
20140         * gst/videobox/gstvideobox.c:
20141         * gst/videofilter/gstvideoflip.c:
20142         * gst/videomixer/videomixer.c:
20143           fix up more enums
20144
20145 2005-11-22  Michael Smith <msmith@fluendo.com>
20146
20147         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20148         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20149         (gst_videomixer_update_queues):
20150           Fractional framerates, videomixer.
20151
20152 2005-11-22  Michael Smith <msmith@fluendo.com>
20153
20154         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20155         * ext/dv/gstdvdec.h:
20156         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20157         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20158         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20159         (gst_dvdemux_flush):
20160         * ext/dv/gstdvdemux.h:
20161           Fractional framerates for DV. 
20162
20163 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20164
20165         * gst/autodetect/gstautoaudiosink.c:
20166         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20167         * gst/autodetect/gstautovideosink.c:
20168         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20169           Use gst_plugin_feature_list_free() to free feature list and
20170           in the case of autovideosink free the list at all. Also
20171           miscellaneous cosmetic fixes.
20172
20173 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20176         (gst_cutter_set_property), (gst_cutter_get_caps):
20177           copy calculation code from level; remove use of some audio
20178           functions
20179
20180 2005-11-22  Andy Wingo  <wingo@pobox.com>
20181
20182         * Update for gst_tag_setter API changes.
20183
20184 2005-11-22  Andy Wingo  <wingo@pobox.com>
20185
20186         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20187         (gst_dvdemux_demux_frame)
20188         * ext/flac/gstflacdec.c (gst_flacdec_write)
20189         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20190         (gst_flacenc_sink_event)
20191         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20192         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20193         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20194         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20195         * gst/auparse/gstauparse.c (gst_auparse_chain)
20196         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20197         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20198         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20199         (gst_avi_demux_handle_seek)
20200         * gst/goom/gstgoom.c (gst_goom_event)
20201         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20202         * gst/matroska/matroska-demux.c
20203         (gst_matroska_demux_handle_seek_event)
20204         (gst_matroska_demux_loop_stream_parse_id)
20205         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20206         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20207         (gst_wavparse_stream_headers): Run update-funcnames.
20208
20209 2005-11-22  Edward Hervey  <edward@fluendo.com>
20210
20211         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20212         (gst_dv1394src_init), (gst_dv1394src_dispose),
20213         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20214         (gst_dv1394src_uri_set_uri):
20215         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20216         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20217         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20218         URIHandler interface and element properties are now properly
20219         synchronized for DV1394src and UDPSrc
20220
20221 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20222
20223         * ext/flac/Makefile.am:
20224         * ext/speex/Makefile.am:
20225           libgsttagedit has been renamed to libgsttag.
20226
20227 2005-11-21  Wim Taymans  <wim@fluendo.com>
20228
20229         * gst/rtsp/rtspconnection.c: (read_body):
20230         Apply patch from Sebastien Cote to fix #319184.
20231
20232 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20233
20234         * configure.ac:
20235         * gst/cutter/Makefile.am:
20236         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20237         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20238         (gst_cutter_set_property), (gst_cutter_get_property),
20239         (plugin_init), (gst_cutter_get_caps):
20240           port cutter
20241         * gst/level/gstlevel.c:
20242           fix up plugin details
20243
20244 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20245
20246         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20247         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20248         (gst_flacdec_src_event):
20249         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20250         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20251         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20252         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20253         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20254         (gst_flxdec_sink_event_handler):
20255         * gst/matroska/matroska-demux.c:
20256         (gst_matroska_demux_handle_seek_event):
20257         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20258           Update for stream lock API changes: don't take stream log
20259           in sink event handlers any longer and change GST_STREAM_LOCK
20260           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20261           functions.
20262
20263 2005-11-21  Michael Smith <msmith@fluendo.com>
20264
20265         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20266           gst_object_unref, not g_object_unref
20267
20268 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20269
20270         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20271         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20272           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20273
20274 2005-11-21  Michael Smith <msmith@fluendo.com>
20275
20276         * gst/auparse/Makefile.am:
20277         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20278         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20279         (gst_auparse_change_state):
20280         * gst/auparse/gstauparse.h:
20281           Partially fix #161712. playbin still doesn't work on these files,
20282           (on the bug report, Andy says we aren't typefinding it for some
20283           reason?) but at least auparse isn't totally busted like it was before.
20284
20285 2005-11-21  Andy Wingo  <wingo@pobox.com>
20286
20287         * *.h:
20288         * *.c: Ran scripts/update-macros. Oh yes.
20289
20290 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20291
20292         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20293           Filler events are gone for now, comment out section generating
20294           them.
20295
20296 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20297
20298         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20299         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20300         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20301         * sys/osxvideo/osxvideosink.m:
20302           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20303           (#322027)
20304
20305 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20306
20307         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20308         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20309         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20310         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20311         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20312         (gst_avi_demux_stream_data):
20313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20314         * gst/wavenc/gstwavenc.c: (write_metadata):
20315         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20316         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20317         Fixes for GST_FOURCC_FORMAT API change.
20318
20319 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20320
20321         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20322         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20323         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20324         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20325         (gst_text_overlay_change_state):
20326         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20327         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20328         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20329         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20330         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20331         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20332         (gst_videomixer_change_state):
20333           Fix for collect pads API change. Also fix textoverlay state
20334           change function.
20335
20336 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20337
20338         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20339         GST_PAD_IS_USABLE by something approaching it.
20340
20341 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20342
20343         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20344         API changes.
20345         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20346         but also fix the code that was not checking return values from
20347         pad_push neither using pad_alloc_buffer.
20348
20349 2005-11-18  Edward Hervey  <edward@fluendo.com>
20350
20351         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20352         (gst_pngenc_chain):
20353         Added debug category
20354         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20355         goes to EOS.
20356
20357 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20358
20359         * gst/rtp/Makefile.am
20360         * gst/rtp/gstrtp.c
20361         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20362         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20363         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20364         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20365         * gst/rtp/gstrtpg711enc.h:
20366         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20367         * gst/rtp/gstrtpspeexenc.c:
20368         * gst/rtp/gstrtpspeexenc.h:
20369         * gst/rtp/gstrtpspeexdec.c:
20370         * gst/rtp/gstrtpspeexdec.h:
20371         Created Speex payloader and depayloader; Optimize G711 payloader to
20372         use adapter and send packets until MTU size.
20373
20374 2005-11-16  Wim Taymans  <wim@fluendo.com>
20375
20376         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20377         Fix leak in check.
20378
20379 2005-11-16  Wim Taymans  <wim@fluendo.com>
20380
20381         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20382         Fix state change.
20383
20384 2005-11-16  Andy Wingo  <wingo@pobox.com>
20385
20386         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20387         (gst_udpsrc_create): Move comment.
20388
20389 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20390
20391         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20392
20393         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20394           When seeking, seek to closest index entry at or before the requested
20395           seek position, not just the closest one (#321001).
20396
20397 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20398
20399         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20400         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20401           Invert DIB images again (see #132341).
20402
20403 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20404
20405         * configure.ac:
20406           rework configure.ac file
20407         * ext/aalib/gstaasink.c:
20408         * ext/cairo/gstcairo.c:
20409         * ext/dv/gstdv.c:
20410         * ext/esd/gstesd.c:
20411         * ext/flac/gstflac.c:
20412         * ext/gconf/gstgconfelements.c:
20413         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20414         * ext/jpeg/gstjpeg.c:
20415         * ext/ladspa/gstladspa.c:
20416         * ext/libcaca/gstcacasink.c:
20417         * ext/libmng/gstmng.c:
20418         * ext/libpng/gstpng.c:
20419         * ext/mikmod/gstmikmod.c:
20420         * ext/pango/gsttextoverlay.c:
20421         * ext/pango/gsttimeoverlay.c:
20422         * ext/raw1394/gst1394.c:
20423         * ext/speex/gstspeex.c:
20424         * gst/alpha/Makefile.am:
20425         * gst/alpha/gstalpha.c:
20426         * gst/alpha/gstalphacolor.c:
20427         * gst/auparse/gstauparse.c:
20428         * gst/autodetect/gstautoaudiosink.c:
20429         (gst_auto_audio_sink_factory_filter),
20430         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20431         * gst/autodetect/gstautodetect.c:
20432         * gst/avi/gstavi.c:
20433         * gst/cutter/gstcutter.c:
20434         * gst/debug/efence.c:
20435         * gst/debug/gstdebug.c:
20436         * gst/debug/gstnavigationtest.c:
20437         * gst/effectv/gsteffectv.c:
20438         * gst/flx/gstflxdec.c:
20439         * gst/goom/gstgoom.c:
20440         * gst/interleave/plugin.c:
20441         * gst/law/alaw.c:
20442         * gst/law/mulaw.c:
20443         * gst/level/gstlevel.c:
20444         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20445         * gst/matroska/matroska.c:
20446         * gst/median/gstmedian.c:
20447         * gst/monoscope/gstmonoscope.c:
20448         * gst/multipart/multipart.c:
20449         * gst/oldcore/gstelements.c:
20450         * gst/rtp/gstrtp.c:
20451         * gst/rtsp/gstrtsp.c:
20452         * gst/smoothwave/gstsmoothwave.c:
20453         * gst/smpte/gstsmpte.c:
20454         * gst/udp/gstudp.c:
20455         * gst/videobox/gstvideobox.c:
20456         * gst/videofilter/gstgamma.c:
20457         * gst/videofilter/gstvideobalance.c:
20458         * gst/videofilter/gstvideoflip.c:
20459         * gst/videofilter/gstvideotemplate.c:
20460         * gst/videomixer/videomixer.c:
20461         * gst/wavenc/gstwavenc.c:
20462         * gst/wavparse/gstwavparse.c:
20463         * sys/oss/gstossaudio.c:
20464         * sys/osxaudio/gstosxaudio.c:
20465           update GST_PLUGIN_DEFINE
20466         * gst/rtp/Makefile.am:
20467         * gst/rtp/gstasteriskh263.c:
20468           check for htons/htonl headers and possibly link to winsock2 lib
20469
20470 2005-11-12  Edward Hervey  <edward@fluendo.com>
20471
20472         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20473         Only GST_DEBUG() information on the valid components.
20474
20475 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20476
20477         * configure.ac: back to HEAD
20478
20479 === release 0.9.5 ===
20480
20481 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20482
20483         * configure.ac:
20484           releasing 0.9.5, "Phone Alarm"
20485
20486 2005-11-11  Edward Hervey  <edward@fluendo.com>
20487
20488         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20489         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20490         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20491         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20492         (gst_avi_demux_loop):
20493         * gst/avi/gstavidemux.h:
20494         Yeah, implement proper seeking. Exact seeking and segment seeking.
20495         Still need to do some checks for segment_stop.
20496
20497 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20498
20499         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20500
20501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20502           Don't try to ready buffer duration from buffer that we don't
20503           own any  longer and that might already have been unreffed.
20504           (#321136)
20505
20506 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20507
20508         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20509         (flx_decode_delta_flc), (gst_flxdec_chain):
20510         Attempting to optimize the code for embedded systems.
20511
20512 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20513
20514         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20515
20516         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20517           Don't re-use already closed file descriptor. (#320920)
20518
20519 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20520
20521         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20522         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20523         (gst_oss_sink_prepare):
20524         * sys/oss/gstosssink.h:
20525           Cache probed caps; fix debug output for SET_PARAM macros.
20526
20527 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20528
20529         * ext/cairo/Makefile.am:
20530         * ext/cairo/gstcairo.c: (plugin_init):
20531         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20532         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20533         (gst_text_overlay_init), (gst_text_overlay_font_init),
20534         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20535         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20536         (gst_text_overlay_text_pad_linked),
20537         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20538         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20539         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20540         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20541         (gst_text_overlay_change_state):
20542         * ext/cairo/gsttextoverlay.h:
20543           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20544           property and redo positioning. Doesn't handle upstream renegotiation
20545           yet though.
20546
20547 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20548
20549         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20550         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20551         (gst_avi_demux_loop):
20552           No need to take the STREAM_LOCK in the loop function. Improve
20553           some debug messages. Don't leak pad names in debug messages.
20554
20555 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20556
20557         * gst/matroska/matroska-demux.c:
20558         (gst_matroska_demux_push_vorbis_codec_priv_data),
20559         (gst_matroska_demux_add_wvpk_header):
20560           Don't error out when the source pad isn't linked.
20561
20562 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20563
20564         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20565         (gst_gconf_audio_sink_change_state):
20566         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20567         (gst_gconf_video_sink_change_state):
20568           Fix state change functions here as well and set kid
20569           to NULL state before removing it.
20570
20571 2005-11-01  Edward Hervey  <edward@fluendo.com>
20572
20573         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20574         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20575         Added proper event handlind, 
20576         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20577         ignored),
20578         and don't set a duration of 0 for buffers otherwise they are discarded
20579         by GstBaseSink.
20580
20581         GstWavEnc needs some serious loving, after going through the code I'm
20582         really wondering how this can stay in -good ...
20583
20584 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20585
20586         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20587         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20588         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20589         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20590         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20591         (gst_matroska_mux_collected):
20592           Fix leaks and invalid memory access as reported by valgrind
20593
20594 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20595
20596         Patch by: Michal Benes <michal.benes@xeris.cz>
20597
20598         * check/Makefile.am:
20599         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20601         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20602           add a unit test for matroskamux
20603           fix the bugs that the unit test exposed
20604
20605 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20606
20607         * gst/autodetect/gstautoaudiosink.c:
20608         (gst_auto_audio_sink_class_init),
20609         (gst_auto_audio_sink_change_state):
20610         * gst/autodetect/gstautovideosink.c:
20611         (gst_auto_video_sink_class_init),
20612         (gst_auto_video_sink_change_state):
20613           Fix state change function and use GST_DEBUG_FUNCPTR in
20614           class_init.
20615
20616 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20617
20618         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20619
20620         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20621         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20622         * gst/matroska/ebml-write.h:
20623         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20624           Set timestamps on outgoing ebml headers as well, so that the
20625           element after matroskamux can get the timestamp already when
20626           reading the first ebml element and doesn't have to wait for
20627           the actual data buffer for that (#320308).
20628           
20629 2005-10-31  Andy Wingo  <wingo@pobox.com>
20630
20631         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20632         (gst_videomixer_pad_link): Kill some memleaks.
20633         (gst_videomixer_pad_get_property): Style fix.
20634         (gst_videomixer_pad_set_property): Style fix.
20635         (gst_videomixer_pad_init): Style fix.
20636         (gst_videomixer_update_queues): Kill memleak.
20637         (gst_videomixer_loop): Kill memleak.
20638         (gst_videomixer_collected): Kill memleak.
20639
20640 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20641
20642         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20643         gst_auparse_change_state:
20644         Just some cleanup.
20645
20646 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20647
20648         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20649         Add checks to GST_FLOW_NOT_LINKED for values returned
20650         from gst_pad_push.
20651         
20652 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20653
20654         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20655         (gst_rtpg711dec_process):
20656         * gst/rtp/gstrtpgsmenc.c:
20657         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20658         are never set. This is important for the g711 to work with burger's rtpbin
20659         element.
20660
20661 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20662
20663         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20664         (gst_speexenc_push_buffer):
20665         Add checks for return values from gst_pad_push and
20666         gst_pad_alloc_buffer.
20667
20668 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20669
20670         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20671
20672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20673         (gst_matroska_demux_parse_info),
20674         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20675         (gst_matroska_demux_parse_cluster):
20676         * gst/matroska/matroska-ids.h:
20677         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20678         (gst_matroska_mux_init), (gst_matroska_mux_start),
20679         (gst_matroska_mux_create_buffer_header),
20680         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20681         (gst_matroska_mux_get_property):
20682         * gst/matroska/matroska-mux.h:
20683           Add SimpleBlock support to matroska demuxer and muxer (part of
20684           Matroska v2). (#319731)
20685
20686 2005-10-28  Wim Taymans  <wim@fluendo.com>
20687
20688         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20689         (gst_jpeg_dec_change_state):
20690         * ext/jpeg/gstjpegdec.h:
20691         Cleanups. Don't create caps for every chain.
20692
20693 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20694
20695         * gst/law/alaw-encode.c: (gst_alawenc_init),
20696         (alawenc_setcaps), (gst_alawenc_chain)
20697         * gst/law/alaw-encode.h:
20698         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20699         (mulawenc_setcaps), (gst_mulawenc_chain)
20700         * gst/law/mulaw-encode.h:
20701         Set timestamp on buffer and it allows RTP G711 elements
20702         work properly.
20703
20704 2005-10-27  Wim Taymans  <wim@fluendo.com>
20705
20706         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20707         Set correct format on oss instead of a silly value. 
20708
20709 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20710
20711         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20712         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20713         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20714         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20715         I420 rendering as well, doesn't bring much for my platform.
20716         Might help on some other platforms.
20717
20718 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20719
20720         * gst/rtp/gstrtpgsmenc.c:
20721         * gst/rtp/gstrtpgsmparse.c:
20722         Declaring the padtemplate correctly.
20723
20724 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20725
20726         * gst/rtp/gstrtpg711dec.c:
20727         * gst/rtp/gstrtpg711enc.c:
20728         * gst/rtp/gstrtpgsmenc.c:
20729         * gst/rtp/gstrtpgsmparse.c:
20730         Setting the proper copyright notice.
20731
20732 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20733
20734         * gst/videobox/Makefile.am: Use liboil.
20735         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20736         (gst_video_box_set_property), (gst_video_box_transform_caps),
20737         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20738         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20739         using liboil. Will dot the same to I420 border generation
20740         tomorrow.
20741
20742 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20743
20744         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20745         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20746         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20747         * gst/rtp/gstrtpg711dec.h:
20748         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20749         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20750         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20751         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20752         (gst_rtpgsmenc_handle_buffer):
20753         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20754         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20755         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20756         * gst/rtp/gstrtpgsmparse.h:
20757         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20758         inherits from the basertpdepayloader.
20759
20760 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20761
20762         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20763         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20764         (gst_video_box_ayuv): Removing this forgotten debug.
20765
20766 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20767
20768         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20769         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20770         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20771
20772 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20773
20774         * sys/oss/gstossaudio.c:
20775         * sys/oss/gstossdmabuffer.c:
20776         * sys/oss/gstosshelper.c:
20777         * sys/oss/gstossmixer.c:
20778         * sys/oss/gstossmixerelement.c:
20779         * sys/oss/gstossmixertrack.c:
20780         * sys/oss/gstosssink.c:
20781         * sys/oss/gstosssrc.c:
20782           Actually use the 'oss' debug category we register.
20783
20784 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20785
20786         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20787         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20788         Use gst_pad_get_parent and drop the ref that was added through
20789         that call.
20790
20791 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20792
20793         * gst/rtp/gstrtpgsmenc.c:
20794           Fix compilation
20795
20796 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20797
20798         * gst/rtp/gstrtpg711dec.c
20799         Just removed a couple of lines of weird code used during
20800         development/test time.
20801
20802 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20803
20804         * gst/rtp/Makefile.am
20805         * gst/rtp/gstrtp.c
20806         * gst/rtp/gstrtpg711enc.c
20807         * gst/rtp/gstrtpg711enc.h
20808         * gst/rtp/gstrtpg711dec.c
20809         * gst/rtp/gstrtpg711dec.h
20810         Created G711 payloader and depayloader (it supports mulaw and alaw
20811         (dec)encoders)
20812
20813 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20814
20815         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20816         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20817         Doh ! I introduced wingo's bug again ! Sorry...
20818
20819 2005-10-25  Christian Schaller <christian@fluendo.com> 
20820
20821         * gst/rtp/Makefile.am: add missing header files for disting
20822
20823 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20824
20825         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20826         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20827         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20828         (gst_rtpgsmenc_handle_buffer):
20829         * gst/rtp/gstrtpgsmenc.h:
20830         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20831         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20832         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20833         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20834         * gst/rtp/gstrtpgsmparse.h:
20835         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20836
20837 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20838
20839         * ext/libpng/gstpngdec.c: (user_info_callback),
20840         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20841         a newsegment event, move some redundant code in a single place.
20842
20843 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20844
20845         * ext/libpng/gstpngdec.c: (user_info_callback),
20846         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20847         hack to get correct colors order when we have a png image with
20848         alpha channel.
20849
20850 2005-10-24  Edward Hervey  <edward@fluendo.com>
20851
20852         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20853         Call gst_element_no_more_pads when there will be no more pads.
20854
20855 2005-10-24  Wim Taymans  <wim@fluendo.com>
20856
20857         * gst/rtp/Makefile.am:
20858         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20859         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20860         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20861         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20862         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20863         (gst_asteriskh263_plugin_init):
20864         * gst/rtp/gstasteriskh263.h:
20865         * gst/rtp/gstrtp.c: (plugin_init):
20866         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20867         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20868         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20869         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20870         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20871         (gst_rtph263enc_plugin_init):
20872         * gst/rtp/gstrtph263enc.h:
20873         Added two new payloaders, an RFC 2190 payloader for h263 and
20874         a payload convertor for an asterisk server.
20875
20876 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20877
20878         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20879           Set bytes_per_sample correctly (is not always 4, but 
20880           depends on width and number of channels).
20881
20882 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20883
20884         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20885         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20886         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20887         (gst_flacenc_sink_event), (gst_flacenc_chain),
20888         (gst_flacenc_set_property), (gst_flacenc_get_property),
20889         (gst_flacenc_change_state):
20890         * ext/flac/gstflacenc.h:
20891           Fix seeking, so that flacenc can rewrite the header with the
20892           correct duration and amount of samples and all that at EOS;
20893           also set timestamps and granulepos on outgoing buffers; add
20894           debug category; fix state change function.
20895           
20896 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20897
20898         * gst/videomixer/videomixer.c: Don't restrict video geometry
20899         from 16 to 4096.
20900
20901 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20902
20903         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20904         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20905         Fix caps negotiation correctly, add debugging category.
20906
20907 2005-10-24  Christian Schaller  <christian@fluendo.com>
20908
20909         * configure.ac: Port over Thomas's change from base listing all plugins
20910
20911 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20912
20913         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20914         a sink pad.
20915
20916 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20917
20918         * configure.ac:
20919         * docs/upload.mak:
20920           back to HEAD
20921
20922 === release 0.9.4 ===
20923
20924 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20925
20926         * configure.ac:
20927           Releasing 0.9.4, "Dromiceiomimus"
20928
20929 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20930
20931         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20932         (gst_speexenc_src_query):
20933           Add position and duration query, fix query type function.
20934           
20935         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20936         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20937           Let's not set non-fixed caps on source pads.
20938
20939 2005-10-21  Wim Taymans  <wim@fluendo.com>
20940
20941         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20942         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20943         (gst_avi_demux_handle_seek):
20944         Set correct stream_time in newsegment event.
20945         avi can also handle a duration query now.
20946
20947 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20948
20949         * gst/matroska/matroska-demux.c:
20950         (gst_matroska_demux_handle_src_query),
20951         (gst_matroska_demux_handle_seek_event),
20952         (gst_matroska_demux_loop_stream_parse_id):
20953           Fix duration query; fix basetime in newsegment event after
20954           seek; fix duration in initial newsegment event.
20955
20956         * gst/matroska/matroska-mux.c:
20957         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20958           Extract number of channels and samplerate from vorbis headers;
20959           add some debug messages when querying the durations of the
20960           input streams.
20961
20962 2005-10-20  Wim Taymans  <wim@fluendo.com>
20963
20964         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20965         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20966         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20967         Set stream time correctly in newsegment.
20968
20969 2005-10-20  Wim Taymans  <wim@fluendo.com>
20970
20971         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20972         Correctly fill in the stream time.
20973
20974 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20975
20976         * check/elements/level.c: (GST_START_TEST):
20977         * gst/level/gstlevel.c: (gst_level_message_new):
20978         * gst/level/level-example.c: (message_handler):
20979           use ELEMENT messages instead
20980
20981 2005-10-19  Wim Taymans  <wim@fluendo.com>
20982
20983         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20984         (gst_dvdemux_src_query):
20985         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20986         (gst_flacdec_src_query):
20987         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20988         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20989         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20990         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20991         * gst/debug/progressreport.c: (gst_progress_report_report):
20992         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20993         * gst/matroska/matroska-demux.c:
20994         (gst_matroska_demux_handle_src_query):
20995         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20996         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20997         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20998         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20999         (gst_wavparse_srcpad_event):
21000         API change fix.
21001
21002 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21003
21004         * gst/goom/filters.c:
21005         * gst/goom/graphic.h:
21006         * gst/goom/lines.c:
21007           Make inline functions either 'static inline' or 'extern inline',
21008           otherwise the Forte compiler apparently won't inline them (#317300).
21009
21010 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21011
21012         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21013         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21014         (user_info_callback), (user_endrow_callback), (user_end_callback),
21015         (user_read_data), (gst_pngdec_caps_create_and_set),
21016         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21017         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21018         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21019         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21020         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21021         very nice and handle push/pull based model. if you have filesrc
21022         connected to it, it will do random access to load the png file.
21023         If you have a network source that can't do _getrange, it does 
21024         progressive loading through the chain function.
21025         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21026         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21027         thanks to Master Wim Taymans ;-)
21028
21029 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21030
21031         * gst/matroska/Makefile.am:
21032         * gst/matroska/ebml-read.c:
21033         * gst/matroska/ebml-read.h:
21034         * gst/matroska/matroska-demux.c:
21035         * gst/matroska/matroska-demux.h:
21036         * gst/matroska/matroska.c: (plugin_init):
21037           Ported matroska demuxer to 0.9.
21038
21039 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21040
21041         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21042
21043         * gst/matroska/matroska-mux.c:
21044         (gst_matroska_mux_video_pad_setcaps),
21045         (gst_matroska_mux_audio_pad_setcaps):
21046           Fix mpeg4 input handling (#318847); also, while we're at it,
21047           fix media type for Motion-JPEG: should be image/jpeg.
21048
21049 2005-10-18  Wim Taymans  <wim@fluendo.com>
21050
21051         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21052         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21053         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21054         Fix for segment-start/stop API change.
21055
21056 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21057
21058         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21059         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21060         way.
21061
21062 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21063
21064         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21065         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21066         output declared in transform_caps.
21067
21068 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21069
21070         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21071
21072 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21073
21074         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21075         (gst_video_box_get_unit_size): Fix wrong size calculations and
21076         implement get_unit_size correctly.
21077
21078 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21079
21080         * configure.ac:
21081           Enable flx plugin.
21082
21083         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21084           Fix gcc4 signedness issue.
21085
21086 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21087
21088         * configure.ac: Adding videomixer.
21089         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21090         (user_read_data), (gst_pngdec_chain): More debugging.
21091         * gst/alpha/Makefile.am: Adding alphacolor
21092         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21093         (gst_alpha_color_class_init), (gst_alpha_color_init),
21094         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21095         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21096         (plugin_init): Ported to 0.9 using in place base tranform.
21097         * gst/videomixer/Makefile.am:
21098         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21099         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21100         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21101         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21102         (gst_videomixer_init), (gst_videomixer_getcaps),
21103         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21104         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21105         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21106         to 0.9 using collectpads.
21107
21108 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21109
21110         * configure.ac:
21111         * gst/flx/Makefile.am:
21112         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21113         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21114         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21115         * gst/flx/gstflxdec.h:
21116         flx plugin ported to 0.9
21117
21118 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21119
21120         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21121           use new gst_version_string()
21122
21123 2005-10-16  Andy Wingo  <wingo@pobox.com>
21124
21125         * configure.ac: GLIB_CHECK.
21126
21127 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21128
21129         * ext/libpng/Makefile.am:
21130         * ext/libpng/gstpng.c: (plugin_init):
21131         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21132         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21133         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21134
21135 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21136
21137         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21138
21139         * configure.ac:
21140         * gst/matroska/Makefile.am:
21141         * gst/matroska/ebml-ids.h:
21142         * gst/matroska/ebml-write.c:
21143         * gst/matroska/ebml-write.h:
21144         * gst/matroska/matroska-ids.h:
21145         * gst/matroska/matroska-mux.c:
21146         * gst/matroska/matroska-mux.h:
21147         * gst/matroska/matroska.c: (plugin_init):
21148           Port matroska muxer to 0.9 (#318847).
21149
21150 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21151
21152         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21153         (comment_init), (comment_add):
21154           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21155           use GST_READ_UINT32_LE() and friends rather than the private
21156           implementation of those same macros.
21157
21158 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21159
21160         * examples/stats/mp2ogg.c:
21161           more typo fixes
21162
21163 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21164
21165         * examples/indexing/indexmpeg.c: (main):
21166         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21167         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21168         * ext/esd/esdmon.h:
21169         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21170         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21171         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21172         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21173         * gst/avi/gstavimux.c: (gst_avimux_init):
21174         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21175         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21176         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21177         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21178         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21179         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21180         * gst/oldcore/gstmultifilesrc.h:
21181         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21182         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21183         (gst_pipefilter_change_state):
21184         * gst/oldcore/gstpipefilter.h:
21185         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21186         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21187         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21188         * sys/osxaudio/gstosxaudiosink.h:
21189         * sys/osxaudio/gstosxaudiosrc.h:
21190           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21191           moved bitshift from macro to enum definition
21192
21193 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21194
21195         * ext/Makefile.am:
21196         * ext/cairo/Makefile.am:
21197         * ext/cairo/gstcairo.c: (plugin_init):
21198         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21199         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21200         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21201         * ext/cairo/gsttimeoverlay.h:
21202           update of cairo-based timeoverlay to 1.0 Cairo API
21203           doesn't work yet for resizing of output sink
21204
21205 2005-10-11  Wim Taymans  <wim@fluendo.com>
21206
21207         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21208         newsegment API fix.
21209
21210 2005-10-11  Wim Taymans  <wim@fluendo.com>
21211
21212         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21213         (gst_dvdemux_demux_frame):
21214         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21215         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21216         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21217         (gst_avi_demux_handle_seek):
21218         * gst/goom/gstgoom.c: (gst_goom_event):
21219         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21220         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21221         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21222         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21223         (gst_wavparse_srcpad_event):
21224         newsegment API update.
21225
21226 2005-10-11  Andy Wingo  <wingo@pobox.com>
21227
21228         * ext/speex/gstspeexenc.c: Signedness cleanups.
21229
21230 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21231
21232         * PORTED_09:
21233         * ext/speex/Makefile.am:
21234         * ext/speex/gstspeex.c:
21235         * ext/speex/gstspeexenc.c:
21236         Speexenc ported to 0.9
21237
21238 2005-10-10  Wim Taymans  <wim@fluendo.com>
21239
21240         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21241         (gst_oss_sink_init), (gst_oss_sink_set_property),
21242         (gst_oss_sink_get_property), (gst_oss_sink_open),
21243         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21244         * sys/oss/gstosssink.h:
21245         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21246         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21247         (gst_oss_src_prepare):
21248         Cleanups, make device configurable in the sink, handle and report
21249         errors.
21250
21251 2005-10-10  Wim Taymans  <wim@fluendo.com>
21252
21253         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21254         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21255         Make sure element is NULL before removing from the bin.
21256
21257 2005-10-07  Andy Wingo  <wingo@pobox.com>
21258
21259         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21260         block forever in a read().
21261         (gst_dv1394src_bus_reset): Post a message when the cable is
21262         unplugged.
21263         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21264         (gst_dv1394src_bus_reset): Don't unref the message.
21265
21266         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21267         hacking. The only change should be that the state change stuff was
21268         put into basesrc's start() and stop() routines, which coalesces
21269         some steps.
21270
21271 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21272
21273         * configure.ac:
21274           Add check for mmap
21275           
21276         * gst/debug/Makefile.am:
21277           Only compile efence plugin on systems that have mmap.
21278
21279 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21280
21281         * gst/debug/Makefile.am:
21282         * gst/debug/breakmydata.c:
21283         * gst/debug/gstdebug.c:
21284         * gst/debug/gstnavigationtest.c:
21285         * gst/debug/gstnavseek.c: 
21286         * gst/debug/gstnavseek.h:
21287         * gst/debug/progressreport.c: 
21288         * gst/debug/testplugin.c:
21289           Port progressreport, navseek, navigationtest, testsink and
21290           breakmydata.
21291
21292 2005-10-05  Edward Hervey  <edward@fluendo.com>
21293
21294         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21295         (gst_dvdemux_src_query):
21296         Fixes for better conversion
21297
21298 2005-10-04  Michael Smith <msmith@fluendo.com>
21299
21300         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21301         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21302         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21303         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21304           Set state of elements to NULL before removing from bins.
21305           Set state of test element to NULL if we failed to move it to READY
21306
21307 2005-10-04  Edward Hervey  <edward@fluendo.com>
21308
21309         * ext/dv/Makefile.am:
21310         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21311         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21312         Corrected the query function for position so it doesn't forget what
21313         format was asked, and calls the conversion functions on the correct pad.
21314
21315 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21316
21317         * configure.ac:
21318           back to development
21319
21320 === release 0.9.3 ===
21321
21322 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21323
21324         * configure.ac:
21325           Releasing 0.9.3, "Aramis"
21326
21327 2005-10-03  Andy Wingo  <wingo@pobox.com>
21328
21329         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21330         error returns.
21331
21332 2005-10-02  Andy Wingo  <wingo@pobox.com>
21333
21334         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21335
21336         * ext/flac/gstflacenc.c: Ported to 0.9.
21337
21338         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21339
21340         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21341         and link to gsttagedit. Enable flacenc.
21342
21343         * ext/flac/gstflacdec.c: Re-enable tag reading.
21344
21345 2005-09-30  Wim Taymans  <wim@fluendo.com>
21346
21347         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21348         * gst/rtp/gstrtpgsmparse.c:
21349         * gst/rtp/gstrtph263penc.c:
21350         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21351         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21352         (gst_rtpmp4venc_set_property):
21353         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21354         Various class and caps fixes from Andre Magalhaes (andrunko)
21355
21356 2005-09-29  Wim Taymans  <wim@fluendo.com>
21357
21358         * gst/level/level-example.c: (main):
21359         Update for new bus API.
21360
21361 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21362
21363         * configure.ac:
21364           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21365           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21366
21367 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21368
21369         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21370           Fix playback of mono streams (bytes_per_sample should be set
21371           from the sample width and the number of channels negotiated,
21372           and not just be set to 4) (#317338)
21373
21374 2005-09-26  Wim Taymans  <wim@fluendo.com>
21375
21376         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21377         (gst_rtpmpaenc_handle_buffer):
21378         Set buffer duration correctly.
21379
21380 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21381
21382         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21383         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21384         (gst_avi_demux_change_state):
21385           Don't crash when encountering a stream with an unknown fourcc or
21386           codec id. Instead, create a pad of type video/x-avi-unknown or
21387           audio/x-avi-unknown, which as a side-effect also results in less
21388           confusing error messages in players ('no decoder' vs. 'no streams');
21389           minor fixes to state change function and class_init function.
21390
21391 2005-09-24  Wim Taymans  <wim@fluendo.com>
21392
21393         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21394         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21395         These are sinks.
21396
21397 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21398
21399         * check/elements/level.c: (GST_START_TEST):
21400           fix test for new GstClockTime use
21401         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21402         (gst_level_transform_ip):
21403         * gst/level/gstlevel.h:
21404           fix up the decay peak, ensuring the decay peak is never lower
21405           than the peak for that interval
21406
21407 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21408
21409         * docs/plugins/gst-plugins-good-plugins.args:
21410         * docs/plugins/inspect/plugin-alpha.xml:
21411         * docs/plugins/inspect/plugin-rtp.xml:
21412         * gst/level/gstlevel.c: (gst_level_set_caps),
21413         (gst_level_transform_ip):
21414           updating docs
21415
21416 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21417
21418         * Makefile.am:
21419         * check/elements/level.c: (GST_START_TEST):
21420         * gst/level/Makefile.am:
21421         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21422         (gst_level_set_property), (gst_level_get_property),
21423         (gst_level_set_caps), (gst_level_message_new),
21424         (gst_level_transform_ip):
21425         * gst/level/gstlevel.h:
21426         * gst/level/level-example.c: (message_handler), (main):
21427           convert to using GstClockTime for all time values, finally.
21428
21429 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21430
21431         * gst/auparse/Makefile.am:
21432         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21433           fix up build
21434         * configure.ac:
21435         * ext/cairo/Makefile.am:
21436         * ext/dv/Makefile.am:
21437         * ext/esd/Makefile.am:
21438         * ext/flac/Makefile.am:
21439         * ext/gconf/Makefile.am:
21440         * ext/gdk_pixbuf/Makefile.am:
21441         * ext/jpeg/Makefile.am:
21442         * ext/ladspa/Makefile.am:
21443         * ext/libcaca/Makefile.am:
21444         * ext/libmng/Makefile.am:
21445         * ext/libpng/Makefile.am:
21446         * ext/mikmod/Makefile.am:
21447         * ext/pango/Makefile.am:
21448         * ext/raw1394/Makefile.am:
21449         * ext/shout2/Makefile.am:
21450         * ext/speex/Makefile.am:
21451         * gst/alpha/Makefile.am:
21452         * gst/autodetect/Makefile.am:
21453         * gst/avi/Makefile.am:
21454         * gst/cutter/Makefile.am:
21455         * gst/debug/Makefile.am:
21456         * gst/effectv/Makefile.am:
21457         * gst/flx/Makefile.am:
21458         * gst/goom/Makefile.am:
21459         * gst/interleave/Makefile.am:
21460         * gst/law/Makefile.am:
21461         * gst/matroska/Makefile.am:
21462         * gst/median/Makefile.am:
21463         * gst/monoscope/Makefile.am:
21464         * gst/multipart/Makefile.am:
21465         * gst/oldcore/Makefile.am:
21466         * gst/rtp/Makefile.am:
21467         * gst/rtsp/Makefile.am:
21468         * gst/smoothwave/Makefile.am:
21469         * gst/smpte/Makefile.am:
21470         * gst/videobox/Makefile.am:
21471         * gst/videofilter/Makefile.am:
21472         * gst/videomixer/Makefile.am:
21473         * gst/wavenc/Makefile.am:
21474         * gst/wavparse/Makefile.am:
21475         * sys/oss/Makefile.am:
21476         * sys/osxaudio/Makefile.am:
21477         * sys/osxvideo/Makefile.am:
21478           fix up GST_LIBS use
21479
21480 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21481
21482         * gst/auparse/Makefile.am:
21483         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21484           fix build of auparse
21485
21486 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21487
21488         * configure.ac:
21489         * PORTED_09:
21490         * gst/auparse/gstauparse.c:
21491         * gst/auparse/gstauparse.h:
21492         Auparse ported to 0.9.
21493
21494 2005-09-22  Wim Taymans  <wim@fluendo.com>
21495
21496         * gst/rtp/TODO:
21497         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21498         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21499         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21500         (gst_rtpmp4venc_set_property):
21501         * gst/rtp/gstrtpmp4venc.h:
21502         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21503         * gst/rtp/gstrtpmpaenc.h:
21504         Use is_filled to both check MTU and max-ptime of base class.
21505
21506 2005-09-22  Wim Taymans  <wim@fluendo.com>
21507
21508         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21509         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21510         (gst_rtpmp4venc_set_property):
21511         Don't fragment packets with multiple frames.
21512
21513 2005-09-22  Wim Taymans  <wim@fluendo.com>
21514
21515         * gst/rtp/TODO:
21516         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21517         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21518         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21519         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21520         (gst_rtpmp4venc_get_property):
21521         * gst/rtp/gstrtpmp4venc.h:
21522         Remove g_print.
21523         Update TODO
21524         Make payload encoder a bit smarter and more correct with
21525         timestamps.
21526         Added option in payloader to include config string in-band.
21527
21528 2005-09-21  Wim Taymans  <wim@fluendo.com>
21529
21530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21531         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21532         (gst_rtspsrc_send):
21533         Strip spaces for key/value pairs.
21534
21535 2005-09-21  Wim Taymans  <wim@fluendo.com>
21536
21537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21538         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21539         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21540         (gst_rtspsrc_change_state):
21541         More SDP parsing and caps setting.
21542         Do NO_PREROLL differently.
21543         add pads only after negotiated.
21544
21545         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21546         (gst_udpsrc_getcaps):
21547         Implement the getcaps function.
21548
21549 2005-09-21  Wim Taymans  <wim@fluendo.com>
21550
21551         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21552         (gst_rtpamrdec_chain):
21553         Handle multiple AMr packets per payload. Handle CRC and
21554         parse ILL/ILP.
21555
21556         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21557         Make caps params strings for easy SDP mapping.
21558         
21559         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21560         Handle capsnego better.
21561
21562         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21563         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21564         Generate and parse config string in the caps.
21565
21566 2005-09-21  Wim Taymans  <wim@fluendo.com>
21567
21568         * gst/rtp/README:
21569         Update README
21570
21571         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21572         Make extra params as strings.
21573
21574         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21575         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21576         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21577         Make state change return NO_PREROLL as this is a live
21578         source.
21579
21580         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21581         Don't unref old caps when NULL.
21582
21583 2005-09-20  Wim Taymans  <wim@fluendo.com>
21584
21585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21586         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21587         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21588         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21589         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21590         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21591         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21592         * gst/rtsp/sdpmessage.h:
21593         Add URI handler.
21594         Parse SDP and create caps.
21595
21596 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21597
21598         * gst/alpha/gstalpha.c:
21599           fix element description
21600
21601 2005-09-19  Wim Taymans  <wim@fluendo.com>
21602
21603         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21604         Don't check payload for now.
21605
21606 2005-09-19  Wim Taymans  <wim@fluendo.com>
21607
21608         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21609         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21610         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21611         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21612         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21613         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21614         (gst_wavparse_change_state):
21615         * gst/wavparse/gstwavparse.h:
21616         Fix wavparse some more.
21617
21618 2005-09-19  Wim Taymans  <wim@fluendo.com>
21619
21620         * check/elements/level.c: (GST_START_TEST):
21621         Fix for bus API change.
21622
21623 2005-09-19  Wim Taymans  <wim@fluendo.com>
21624
21625         * gst/level/level-example.c: (main):
21626         Fix for new bus API.
21627
21628         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21629         Set caps on pads.
21630
21631 2005-09-15  Wim Taymans  <wim@fluendo.com>
21632
21633         * gst/rtp/Makefile.am:
21634         * gst/rtp/README:
21635         * gst/rtp/gstrtp.c: (plugin_init):
21636         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21637         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21638         (gst_rtpamrdec_change_state):
21639         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21640         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21641         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21642         * gst/rtp/gstrtpamrenc.h:
21643         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21644         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21645         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21646         * gst/rtp/gstrtpgsmenc.h:
21647         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21648         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21649         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21650         (gst_rtpgsmparse_change_state):
21651         * gst/rtp/gstrtpgsmparse.h:
21652         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21653         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21654         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21655         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21656         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21657         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21658         * gst/rtp/gstrtph263penc.h:
21659         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21660         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21661         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21662         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21663         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21664         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21665         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21666         * gst/rtp/gstrtpmp4venc.h:
21667         * gst/rtp/gstrtpmpadec.c:
21668         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21669         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21670         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21671         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21672         * gst/rtp/gstrtpmpaenc.h:
21673         Updates to payloader/depayloaders, make payloaders use
21674         the base classes.
21675         Updated README with suggested RTP caps and how to convert
21676         to/from SDP.
21677         Added config descriptor in mp4v payloader.
21678
21679 2005-09-15  Andy Wingo  <wingo@pobox.com>
21680
21681         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21682         * gst/autodetect/gstautovideosink.c
21683         (gst_auto_video_sink_find_best): Update for new registry API.
21684
21685 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21686
21687         * common/c-to-xml.py:
21688         * common/gtk-doc-plugins.mak:
21689           a simple py script to generate valid xml from a C example
21690           probably also need to strip an MIT license when we decide
21691         * docs/plugins/Makefile.am:
21692         * gst/level/Makefile.am:
21693         * gst/level/gstlevel.c: (gst_level_init):
21694         * gst/level/level-example.c: (message_handler), (main):
21695           add an example to level that will show up in the docs
21696         * gst/rtp/TODO:
21697           add a note for the future
21698
21699 2005-09-14  Michael Smith <msmith@fluendo.com>
21700
21701         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21702           Actually define the debug object being used in wavenc. Fixes #316205
21703
21704 2005-09-14  Michael Smith <msmith@fluendo.com>
21705
21706         * gst/smpte/Makefile.am:
21707           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21708           needed to build on windows (bug 316204)
21709
21710 2005-09-12  Andy Wingo  <wingo@pobox.com>
21711
21712         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21713
21714 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21715
21716         * configure.ac:
21717         * gst/fdsrc/Makefile.am:
21718         * gst/fdsrc/gstfdsrc.c:
21719         * gst/fdsrc/gstfdsrc.h:
21720           Move fdsrc back into gstreamer core elements.
21721
21722         * gst/level/gstlevel.c: (gst_level_class_init),
21723         (gst_level_transform_ip):
21724         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21725           Basetransform changes.
21726
21727 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21728
21729         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21730         * ext/jpeg/smokecodec.c: (find_best_size):
21731           fix compiler warnings
21732
21733 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * gst-plugins-good.spec.in:
21736           spec file fixes
21737         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21738         (gst_multiudpsink_render), (gst_multiudpsink_add),
21739         (gst_multiudpsink_clear):
21740           it actually helps to actually stream if we hook up the
21741           "add" signal to an actual implementation
21742         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21743           some debugging
21744
21745 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21746
21747         * ext/jpeg/Makefile.am:
21748         * ext/jpeg/gstjpeg.c
21749         * ext/jpeg/gstjpegenc.c:
21750         * ext/jpeg/gstsmokeenc.c:
21751
21752 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21753
21754         * ext/flac/gstflacdec.c:
21755         * ext/flac/gstflacenc.c:
21756         * ext/flac/gstflactag.c:
21757         * ext/speex/gstspeexenc.c:
21758           gsttaginterface.h -> gsttagsetter.h
21759
21760 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21761
21762         * configure.ac:
21763         * gst/debug/Makefile.am:
21764         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21765         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21766         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21767         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21768         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21769           Port to 0.9 and re-enable efence plugin.
21770
21771 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21772
21773         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21774         (gst_flacdec_write), (gst_flacdec_convert_src):
21775         * ext/flac/gstflacdec.h:
21776           Add support for flac files with 24/32 bits per sample; and misc.
21777           minor clean-ups. Seeking is still partly broken (for me at least).
21778
21779 2005-09-06  Wim Taymans  <wim@fluendo.com>
21780
21781         * gst/rtp/Makefile.am:
21782         * gst/rtp/gstrtp.c: (plugin_init):
21783         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21784         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21785         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21786         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21787         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21788         (gst_rtpmp4vdec_plugin_init):
21789         * gst/rtp/gstrtpmp4vdec.h:
21790         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21791         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21792         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21793         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21794         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21795         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21796         * gst/rtp/gstrtpmp4venc.h:
21797         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21798         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21799         Added mpeg4 video payload encoder/decoder.
21800         Added some docs in mpa payloader.
21801
21802 === release 0.9.1 ===
21803
21804 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21805
21806         * NEWS:
21807         * README:
21808         * RELEASE:
21809         * autogen.sh:
21810         * configure.ac:
21811           releasing 0.9.1, "Blondie"
21812
21813 2005-09-05  Andy Wingo  <wingo@pobox.com>
21814
21815         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21816         here from the state change handler, so we fire signals without
21817         holding the state lock.
21818
21819 2005-09-02  Andy Wingo  <wingo@pobox.com>
21820
21821         * All plugins updated for element state changes.
21822
21823 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * Makefile.am:
21826         * check/.cvsignore:
21827         * check/Makefile.am:
21828         * check/elements/.cvsignore:
21829         * check/elements/level.c: (setup_level), (cleanup_level),
21830         (GST_START_TEST), (level_suite), (main):
21831           add a test for level
21832         * common/release.mak:
21833           move the enum checking to release.mak
21834         * configure.ac:
21835           add valgrind and check checking
21836         * gst/level/gstlevel.c: (gst_level_transform):
21837         * gst/level/gstlevel.h:
21838           fix Andy's cast bug
21839           convert a field to int
21840           fix the arithmetic to int when checking for emit so that a
21841           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21842
21843 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21844
21845         * Makefile.am:
21846         * configure.ac:
21847           add docs to build
21848         * common/plugins.xsl:
21849           wrap Description into a refsect2
21850         * docs/Makefile.am:
21851         * docs/plugins/Makefile.am:
21852         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21853         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21854         * gst/goom/Makefile.am:
21855         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21856         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21857         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21858         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21859         (gst_goom_change_state):
21860         * gst/goom/gstgoom.h:
21861           GstGOOM -> GstGoom
21862           add an example launch line
21863         * gst/level/gstlevel.h:
21864         * gst/monoscope/gstmonoscope.c:
21865           cleanups
21866
21867 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21868
21869         * configure.ac:
21870         * docs/plugins/Makefile.am:
21871         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21872         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21873         * docs/plugins/gst-plugins-good-plugins.types:
21874           document elements and plugins.  Shazam !
21875
21876 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21877
21878         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21879           be found under doc/random/ChangeLog-0.8